diff options
Diffstat (limited to 'apps/files_encryption/l10n/zh_CN.GB2312.php')
-rw-r--r-- | apps/files_encryption/l10n/zh_CN.GB2312.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files_encryption/l10n/zh_CN.GB2312.php b/apps/files_encryption/l10n/zh_CN.GB2312.php index 3c405a81ace..0f9f459c771 100644 --- a/apps/files_encryption/l10n/zh_CN.GB2312.php +++ b/apps/files_encryption/l10n/zh_CN.GB2312.php @@ -1,4 +1,6 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Saving..." => "保存中...", "Encryption" => "加密" ); +$PLURAL_FORMS = "nplurals=1; plural=0;"; |