summaryrefslogtreecommitdiffstats
path: root/apps/files_external/l10n/zh_CN.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_external/l10n/zh_CN.php')
-rw-r--r--apps/files_external/l10n/zh_CN.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files_external/l10n/zh_CN.php b/apps/files_external/l10n/zh_CN.php
index 8157923183c..5e2c2e4fe0c 100644
--- a/apps/files_external/l10n/zh_CN.php
+++ b/apps/files_external/l10n/zh_CN.php
@@ -1,4 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Access granted" => "权限已授予。",
"Error configuring Dropbox storage" => "配置Dropbox存储时出错",
"Grant access" => "授权",
@@ -24,3 +25,4 @@
"SSL root certificates" => "SSL根证书",
"Import Root Certificate" => "导入根证书"
);
+$PLURAL_FORMS = "nplurals=1; plural=0;";