aboutsummaryrefslogtreecommitdiffstats
path: root/language/zh_CN
diff options
context:
space:
mode:
authorddtddt <ddtddt@piwigo.org>2011-04-09 04:50:01 +0000
committerddtddt <ddtddt@piwigo.org>2011-04-09 04:50:01 +0000
commit4225941360c25bab6cda5b32c465314fe0a54218 (patch)
tree38aea5a9390e1a3f769d32496527e450fe2bf643 /language/zh_CN
parenta77a5a645d794927773d3bfb3b80f6cadf398441 (diff)
[branche2.2] - update zh_CN thanks to maramail
git-svn-id: http://piwigo.org/svn/branches/2.2@10174 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/zh_CN')
-rw-r--r--language/zh_CN/admin.lang.php6
-rw-r--r--language/zh_CN/common.lang.php1
2 files changed, 6 insertions, 1 deletions
diff --git a/language/zh_CN/admin.lang.php b/language/zh_CN/admin.lang.php
index 6309ff5fa..edd193221 100644
--- a/language/zh_CN/admin.lang.php
+++ b/language/zh_CN/admin.lang.php
@@ -776,5 +776,9 @@ $lang['All languages are up to date.'] = '所有语言已更新了.';
$lang['Visit theme site'] = '浏览主题网站';
$lang['Visit language site'] = '浏览语言网站';
$lang['New Version'] = '新版本';
-
+$lang['Obsolete Plugins'] = '过期插件';
+$lang['WARNING! This plugin does not seem to be compatible with this version of Piwigo.'] = '警告,此插件并不适用于这个版本的Piwigo。';
+$lang['Do you want to activate anyway?'] = '你还是想激活吗?';
+$lang['THIS PLUGIN IS NOW PART OF PIWIGO CORE! DELETE IT NOW.'] = '这个插件现在已经是Piwigo核心的一部分,请马上删除它。';
+$lang['ERROR: THIS PLUGIN IS MISSING BUT IT IS INSTALLED! UNINSTALL IT NOW.'] = '错误:这个插件的实际内容已丢失但记录中它已被安装,请马上卸载它。';
?> \ No newline at end of file
diff --git a/language/zh_CN/common.lang.php b/language/zh_CN/common.lang.php
index 5344894a7..44c0520fb 100644
--- a/language/zh_CN/common.lang.php
+++ b/language/zh_CN/common.lang.php
@@ -359,4 +359,5 @@ $lang['This author modified following comment:'] = '此作者修改了以下的
$lang['This author removed the comment with id %d'] = '此作者删除了 id 为 %d 的评论';
$lang['validate this comment'] = '审核此评论';
$lang['Sent by'] = '发送人';
+$lang['html tags are not allowed in login'] = '登录名中不允许使用html标签';
?> \ No newline at end of file