diff options
author | Wing Ho Tang <Wingho.Tang@coles.com.au> | 2008-07-23 19:58:03 +0200 |
---|---|---|
committer | Wing Ho Tang <Wingho.Tang@coles.com.au> | 2008-07-23 19:58:03 +0200 |
commit | 35876a0c9db73d9c77c03456b1910ee1529e3c96 (patch) | |
tree | 11627be31d57565793833c15563eb86f32939651 /lib/plugins/acl | |
parent | 1778b540b03c6912e0f3d3cc3cb4f01e4a96f3b9 (diff) | |
download | rpg-35876a0c9db73d9c77c03456b1910ee1529e3c96.tar.gz rpg-35876a0c9db73d9c77c03456b1910ee1529e3c96.tar.bz2 |
Chinese language update
darcs-hash:20080723175803-00c3e-00cb66bcb583d8a81e893e7dc05de9aed8891b5b.gz
Diffstat (limited to 'lib/plugins/acl')
-rw-r--r-- | lib/plugins/acl/lang/zh/lang.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/plugins/acl/lang/zh/lang.php b/lib/plugins/acl/lang/zh/lang.php index a4aee843f..1b0e2c003 100644 --- a/lib/plugins/acl/lang/zh/lang.php +++ b/lib/plugins/acl/lang/zh/lang.php @@ -4,6 +4,7 @@ * * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) * @author ZDYX <zhangduyixiong@gmail.com> + * @author http://www.chinese-tools.com/tools/converter-tradsimp.html */ $lang['admin_acl'] = '访问控制列表(ACL)管理器'; $lang['acl_group'] = '组'; @@ -11,6 +12,7 @@ $lang['acl_user'] = '用户'; $lang['acl_perms'] = '许可给'; $lang['page'] = '页面'; $lang['namespace'] = '命名空间'; +$lang['btn_select'] = '選擇'; $lang['p_user_id'] = '用户 <b class="acluser">%s</b> 当前在页面 <b class="aclpage">%s</b> 拥有以下权限:<i>%s</i>。'; $lang['p_user_ns'] = '用户 <b class="acluser">%s</b> 当前在命名空间 <b class="aclns">%s</b> 拥有以下权限:<i>%s</i>。'; $lang['p_group_id'] = '<b class="aclgroup">%s</b> 组成员当前在页面 <b class="aclpage">%s</b> 拥有以下权限:<i>%s</i>。'; |