• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

bg/LC_MESSAGES/H06-May-2020-16,69713,495

ca/LC_MESSAGES/H06-May-2020-

cs/LC_MESSAGES/H06-May-2020-16,75113,549

de/LC_MESSAGES/H06-May-2020-16,72213,520

el/LC_MESSAGES/H06-May-2020-16,67613,474

en_US/LC_MESSAGES/H06-May-2020-16,65713,455

es/LC_MESSAGES/H06-May-2020-16,66513,463

fa/LC_MESSAGES/H06-May-2020-16,55013,348

fi/LC_MESSAGES/H06-May-2020-16,64913,447

fr/LC_MESSAGES/H06-May-2020-16,65913,457

he/LC_MESSAGES/H06-May-2020-

hu/LC_MESSAGES/H06-May-2020-16,65213,450

id/LC_MESSAGES/H06-May-2020-16,57313,371

it/LC_MESSAGES/H06-May-2020-16,65813,456

ja/LC_MESSAGES/H06-May-2020-16,56513,363

ka/LC_MESSAGES/H06-May-2020-16,55913,357

ko/LC_MESSAGES/H06-May-2020-16,56713,365

lt/LC_MESSAGES/H06-May-2020-16,74413,542

lv/LC_MESSAGES/H06-May-2020-16,74513,543

nb/LC_MESSAGES/H06-May-2020-

nl/LC_MESSAGES/H06-May-2020-16,66113,459

pl/LC_MESSAGES/H06-May-2020-16,75213,550

pt_BR/LC_MESSAGES/H06-May-2020-16,68613,484

pt_PT/LC_MESSAGES/H06-May-2020-16,66713,465

ro/LC_MESSAGES/H06-May-2020-16,76913,567

ru/LC_MESSAGES/H06-May-2020-16,75213,550

sk/LC_MESSAGES/H06-May-2020-16,75313,551

sv/LC_MESSAGES/H06-May-2020-16,64813,446

tr/LC_MESSAGES/H06-May-2020-16,66513,463

uk/LC_MESSAGES/H06-May-2020-16,75113,549

vi/LC_MESSAGES/H06-May-2020-16,56513,363

zh_CN/LC_MESSAGES/H06-May-2020-16,56913,367

zh_TW/LC_MESSAGES/H06-May-2020-16,57713,375

READMEH A D08-Mar-2021957 2516

add_new_language.shH A D08-Mar-2021386 2015

make_mo.shH A D08-Mar-2021175 63

update_po.shH A D08-Mar-20211.4 KiB4322

README

1This directory holds Zabbix translations and helper scripts to work with them.
2
3If you have checked out this copy of frontend from svn and want to access
4 translations, run make_mo.sh .
5
6Working msgfmt and find are required. This script will generate mo files for all
7 translations.
8
9If you want to update po files with new strings in the sourcefile, run
10 update_po.sh . It will gather translatable strings from all files that end with
11 ".php"
12
13If you want to start translating in a new language, run add_new_language.sh and
14 pass language code as the only argument, for example:
15
16  $ ./add_new_language.sh et
17
18It's important to check and make sure that "Plural-Forms" value is set correctly.
19
20For this script language template is needed. Running update_po.sh will generate
21 one as frontend.pot (which add_new_language.sh requires).
22
23After new language po file has been created, need to add the language codes to
24 PHP code in include/locales.inc.php file.
25