diff options
Diffstat (limited to 'apps/user_ldap/l10n/zh_HK.php')
-rw-r--r-- | apps/user_ldap/l10n/zh_HK.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/user_ldap/l10n/zh_HK.php b/apps/user_ldap/l10n/zh_HK.php index ba55c414790..b656f0fc464 100644 --- a/apps/user_ldap/l10n/zh_HK.php +++ b/apps/user_ldap/l10n/zh_HK.php @@ -1,7 +1,9 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Success" => "成功", "Error" => "錯誤", "Password" => "密碼", "Port" => "連接埠", "Help" => "幫助" ); +$PLURAL_FORMS = "nplurals=1; plural=0;"; |