Hello !

this project - fine!
but i whant have russian version of system

already at this time i translate fev files:
/install/lang/lang.ru.php
/install/sql/data_ru.sql
/lang/lang.ru.php
...
also include some changes in
/index.php (add selector for russian language)

... but i have yet more problrms:
1) encoding
in all pages in HTML set encoding "charset=iso-8859-1"
may be necessary add some settings in installer - "encoding" (utf-8, cp1251, charset=iso-8859-1,.... e.t.c)

2) working in another encoding in databases.
i added in
/libs/db/mysql.lib.php

such lines (for MySQL. i use it):
  mysql_query ( "set character_set_client='cp1251'" );
  mysql_query ( "set character_set_results='cp1251'" );
  mysql_query ( "set collation_connection='cp1251_general_ci'" );

may be necessary add some settings in installer too for DB - "DB encoding" (utf-8, cp1251, charset=iso-8859-1,.... e.t.c)

....
it is my ectimations.
what you think about this?

P.S. i can send my changing files for autor for seing and including in project. but i dont see him email ((
P.P.S sory at my bad english ))