diff options
Diffstat (limited to 'language/zh_CN')
-rw-r--r-- | language/zh_CN/admin.lang.php | 6 | ||||
-rw-r--r-- | language/zh_CN/common.lang.php | 1 |
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 |