diff options
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 9ae3a084..4bc2732d 100644 --- a/frontends/php/include/forms.inc.php +++ b/frontends/php/include/forms.inc.php @@ -206,6 +206,7 @@ echo "<input class=\"biginput\" type=\"password\" name=\"password2\" value=\"$password\" size=20>"; $languages=array( "en_gb"=>S_ENGLISH_GB, + "cn_zh"=>S_CHINESE_CN, "fr_fr"=>S_FRENCH_FR, "de_de"=>S_GERMAN_DE, "it_it"=>S_ITALIAN_IT, |
