diff options
| author | alex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-11-14 10:59:56 +0000 |
|---|---|---|
| committer | alex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-11-14 10:59:56 +0000 |
| commit | f3f728f586d11e804e9745f26f759c1728b76ab2 (patch) | |
| tree | b661a7cbd3c27df82c0bbec175cbb18797fed66d /frontends/php/include/forms.inc.php | |
| parent | 812221bd85e939375258aa10371de37d48fed5ce (diff) | |
| download | zabbix-f3f728f586d11e804e9745f26f759c1728b76ab2.tar.gz zabbix-f3f728f586d11e804e9745f26f759c1728b76ab2.tar.xz zabbix-f3f728f586d11e804e9745f26f759c1728b76ab2.zip | |
- [ZBX-91] added Portuguese translation (Alexei)
[svn merge -r5028:5031 svn://svn.zabbix.com/branches/1.4]
git-svn-id: svn://svn.zabbix.com/trunk@5032 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/forms.inc.php')
| -rw-r--r-- | frontends/php/include/forms.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/php/include/forms.inc.php b/frontends/php/include/forms.inc.php index d575cef1..f4858ddd 100644 --- a/frontends/php/include/forms.inc.php +++ b/frontends/php/include/forms.inc.php @@ -881,6 +881,7 @@ $cmbLang->AddItem("de_de",S_GERMAN_DE); $cmbLang->AddItem("it_it",S_ITALIAN_IT); $cmbLang->AddItem("lv_lv",S_LATVIAN_LV); + $cmbLang->AddItem("pt_br",S_PORTUGUESE_PT); $cmbLang->AddItem("ru_ru",S_RUSSIAN_RU); $cmbLang->AddItem("sp_sp",S_SPANISH_SP); $cmbLang->AddItem("sv_se",S_SWEDISH_SE); |
