diff options
Diffstat (limited to 'apps/files_sharing/l10n/zh_CN.GB2312.php')
-rw-r--r-- | apps/files_sharing/l10n/zh_CN.GB2312.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files_sharing/l10n/zh_CN.GB2312.php b/apps/files_sharing/l10n/zh_CN.GB2312.php index 2dd79ec38d4..206e1921faf 100644 --- a/apps/files_sharing/l10n/zh_CN.GB2312.php +++ b/apps/files_sharing/l10n/zh_CN.GB2312.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Password" => "密码", "Submit" => "提交", "%s shared the folder %s with you" => "%s 与您分享了文件夹 %s", @@ -8,3 +9,4 @@ "Cancel upload" => "取消上传", "No preview available for" => "没有预览可用于" ); +$PLURAL_FORMS = "nplurals=1; plural=0;"; |