diff options
Diffstat (limited to 'apps/user_ldap/l10n/zh_CN.GB2312.php')
-rw-r--r-- | apps/user_ldap/l10n/zh_CN.GB2312.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/user_ldap/l10n/zh_CN.GB2312.php b/apps/user_ldap/l10n/zh_CN.GB2312.php index fe52e32361e..92eded19b4c 100644 --- a/apps/user_ldap/l10n/zh_CN.GB2312.php +++ b/apps/user_ldap/l10n/zh_CN.GB2312.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Deletion failed" => "删除失败", "Success" => "成功", "Error" => "出错", @@ -34,3 +35,4 @@ "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "用户名请留空 (默认)。否则,请指定一个 LDAP/AD 属性。", "Help" => "帮助" ); +$PLURAL_FORMS = "nplurals=1; plural=0;"; |