diff options
Diffstat (limited to 'lib/l10n/zh_CN.GB2312.php')
-rw-r--r-- | lib/l10n/zh_CN.GB2312.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/l10n/zh_CN.GB2312.php b/lib/l10n/zh_CN.GB2312.php index 4780a69eb34..9d7237bd198 100644 --- a/lib/l10n/zh_CN.GB2312.php +++ b/lib/l10n/zh_CN.GB2312.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Help" => "帮助", "Personal" => "私人", "Settings" => "设置", @@ -29,3 +30,4 @@ "last year" => "去年", "years ago" => "年前" ); +$PLURAL_FORMS = "nplurals=1; plural=0;"; |