summaryrefslogtreecommitdiffstats
path: root/l10n/zh_CN.php
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2014-10-27 16:36:42 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2014-10-27 16:36:42 -0400
commit6867494f338aed53acadb6a1790112e0235e0ba9 (patch)
treed700caad9d6d3aeb213bcbd94d515bd2b3fdd82f /l10n/zh_CN.php
parent6ed616d793500ded3495ce61b9244c5676ebbb61 (diff)
[tx-robot] updated from transifex
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 583907c7d..294757880 100644
--- a/l10n/zh_CN.php
+++ b/l10n/zh_CN.php
@@ -1,4 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Can not add feed: Exists already" => "无法增加反馈:已经存在",
"Can not add feed: URL does not exist, SSL Certificate can not be validated or feed has invalid xml" => "无法增加源:URL 不存在,SSL 证书无法验证或者源包括无效的 xml",
"Articles without feed" => "没有订阅的文章",
@@ -35,3 +36,4 @@
"Unread/Starred Articles" => "未读/已加星标文章",
"Error when importing: file does not contain valid JSON" => "导入出错:文件包含非法的JSON数据"
);
+$PLURAL_FORMS = "nplurals=1; plural=0;";