PDA

View Full Version : ISPConfig speaks russian


UfaDaniil
23rd June 2006, 07:50
That we have done:

1. Translation, add files ru.lng http://www.wifi-ufa.ru/ispconfig.ru.lng.zip

2. Change in file ./ispconfig/lib/config.inc.php variabls:

$go_info["theme"]["charset"]="utf-8"
$go_info["server"]["lang"]="ru"

3. In each file inhalt_tree.php add line after <head>:

<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $go_info["theme"]["charset"]; ?>">

4. Change in file ./ispconfig/web/login.php value="Login" on button.

falko
24th June 2006, 13:51
Great, we'll try to implement it in a future version of ISPConfig. :)
You should now also see Russian under Tools -> Change Language.