Hi all,
Support of localization has been introduced in 1.1alpha11. It means that translation of ZABBIX GUI is very easy now. Look at frontends/php/include/locales:
de_de.inc.php en_gb.inc.php lv_lv.inc.php ru_ru.inc.php
So, in order to translate ZABBIX to any language do the following:
1. Create file ??_??.inc.php (for example, de_de.inc.php for German). Skip if this file already exists.
2. Translate everything in this file
3. Send it to me, so I could include it into the next release
Note that if something is not found in de_de.inc.php, ZABBIX will use translation of this particular phrase from en_gd.inc.php.
Many thanks!
Support of localization has been introduced in 1.1alpha11. It means that translation of ZABBIX GUI is very easy now. Look at frontends/php/include/locales:
de_de.inc.php en_gb.inc.php lv_lv.inc.php ru_ru.inc.php
So, in order to translate ZABBIX to any language do the following:
1. Create file ??_??.inc.php (for example, de_de.inc.php for German). Skip if this file already exists.
2. Translate everything in this file
3. Send it to me, so I could include it into the next release
Note that if something is not found in de_de.inc.php, ZABBIX will use translation of this particular phrase from en_gd.inc.php.
Many thanks!
. The government here maintains a French-English, English-French online dictionnary which was very useful for some terms.
Comment