Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/zh_CN.php')
-rw-r--r--l10n/zh_CN.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/l10n/zh_CN.php b/l10n/zh_CN.php
index c8936555..505b2e21 100644
--- a/l10n/zh_CN.php
+++ b/l10n/zh_CN.php
@@ -1,4 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Your personal web services. All your files, contacts, calendar and more, in one place." => "你的个人专属网络服务。你的文件,联系人,日历及其他数据,全在这里。",
"Get the apps to sync your files" => "安装应用进行文件同步",
"Connect your Calendar" => "连接你的日历",
@@ -7,3 +8,4 @@
"Documentation" => "文档",
"If you like ownCloud, <a href=\"mailto:?subject=ownCloud&body=ownCloud is a great open software to sync and share your files. You can freely get it from http://owncloud.org\">recommend it to your friends</a>!" => "如果您喜欢ownCloud,<a href=\"mailto:?subject=ownCloud&body=ownCloud is a great open software to sync and share your files. You can freely get it from http://owncloud.org\">推荐给您的朋友们</a>!"
);
+$PLURAL_FORMS = "nplurals=1; plural=0;";