diff options
author | lainme <lainme993@gmail.com> | 2012-09-21 12:50:31 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2012-09-21 12:50:31 +0200 |
commit | a27f1c2b89bb6f7764902caae0918b81a3074181 (patch) | |
tree | 49cd0c4cfdb41dd5abbe9099fb99806e38c76242 | |
parent | b9eadad04203ceb9b25fba98db5b56780b75b44e (diff) | |
download | rpg-a27f1c2b89bb6f7764902caae0918b81a3074181.tar.gz rpg-a27f1c2b89bb6f7764902caae0918b81a3074181.tar.bz2 |
Simplified Chinese language update
-rw-r--r-- | inc/lang/zh/lang.php | 3 | ||||
-rw-r--r-- | lib/plugins/plugin/lang/zh/lang.php | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/inc/lang/zh/lang.php b/inc/lang/zh/lang.php index fc7b0cab3..b21a74ed5 100644 --- a/inc/lang/zh/lang.php +++ b/inc/lang/zh/lang.php @@ -190,7 +190,7 @@ $lang['lastmod'] = '最后更改'; $lang['by'] = '由'; $lang['deleted'] = '移除'; $lang['created'] = '创建'; -$lang['restored'] = '已恢复为旧版'; +$lang['restored'] = '已恢复为旧版 (%s)'; $lang['external_edit'] = '外部编辑'; $lang['summary'] = '编辑摘要'; $lang['noflash'] = '需要 <a href="http://www.adobe.com/products/flashplayer/">Adobe Flash 插件</a> 来播放本内容。 '; @@ -200,6 +200,7 @@ $lang['user_tools'] = '用户工具'; $lang['site_tools'] = '站点工具'; $lang['page_tools'] = '页面工具'; $lang['skip_to_content'] = '跳至内容'; +$lang['sidebar'] = '侧边栏'; $lang['mail_newpage'] = '添加页面:'; $lang['mail_changed'] = '更改页面:'; $lang['mail_subscribe_list'] = '命名空间中改变的页面:'; diff --git a/lib/plugins/plugin/lang/zh/lang.php b/lib/plugins/plugin/lang/zh/lang.php index 58f05fbd9..473d31ead 100644 --- a/lib/plugins/plugin/lang/zh/lang.php +++ b/lib/plugins/plugin/lang/zh/lang.php @@ -60,4 +60,4 @@ $lang['enabled'] = '%s 插件启用'; $lang['notenabled'] = '%s插件启用失败,请检查文件权限。'; $lang['disabled'] = '%s 插件禁用'; $lang['notdisabled'] = '%s插件禁用失败,请检查文件权限。'; -$lang['packageinstalled'] = '插件 (%d plugin%s: %s) 已成功安装。'; +$lang['packageinstalled'] = '插件 (%d 插件: %s) 已成功安装。'; |