summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/forms.inc.php
diff options
context:
space:
mode:
authoralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-10-27 14:17:39 +0000
committeralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-10-27 14:17:39 +0000
commit30f3cb25239273eeffc24e55b959a7e27fc162fd (patch)
tree911909066a59a393e6ed4c6900d88cc355839263 /frontends/php/include/forms.inc.php
parent48dcc49d6e6c1074303b5bc7831045b43799c080 (diff)
- added Dutch tranlation (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@3391 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/forms.inc.php')
-rw-r--r--frontends/php/include/forms.inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/php/include/forms.inc.php b/frontends/php/include/forms.inc.php
index c5879469..126abc76 100644
--- a/frontends/php/include/forms.inc.php
+++ b/frontends/php/include/forms.inc.php
@@ -330,6 +330,7 @@
$cmbLang = new CComboBox('lang',$lang);
$cmbLang->AddItem("en_gb",S_ENGLISH_GB);
$cmbLang->AddItem("cn_zh",S_CHINESE_CN);
+ $cmbLang->AddItem("nl_nl",S_DUTCH_NL);
$cmbLang->AddItem("fr_fr",S_FRENCH_FR);
$cmbLang->AddItem("de_de",S_GERMAN_DE);
$cmbLang->AddItem("it_it",S_ITALIAN_IT);