From 729c3d2ed88cf36d2ade93acc5695e81427b43c9 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Thu, 26 Oct 2006 22:50:02 +0200 Subject: Traditional Chinese update darcs-hash:20061026205002-7ad00-70f2acf8203e01d1df93e77ce7d8bdb1f4ddac7b.gz --- lib/plugins/acl/lang/zh/lang.php | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 lib/plugins/acl/lang/zh/lang.php (limited to 'lib/plugins/acl/lang/zh/lang.php') diff --git a/lib/plugins/acl/lang/zh/lang.php b/lib/plugins/acl/lang/zh/lang.php new file mode 100644 index 000000000..baf4f48fc --- /dev/null +++ b/lib/plugins/acl/lang/zh/lang.php @@ -0,0 +1,22 @@ + + */ + +$lang['admin_acl'] = '访问控制列表(ACL)管理器'; +$lang['acl_group'] = '组'; +$lang['acl_user'] = '用户'; +$lang['acl_perms'] = '许可给'; +$lang['page'] = '页面'; +$lang['namespace'] = '命名空间'; + +$lang['acl_perm1'] = '读取'; +$lang['acl_perm2'] = '编辑'; +$lang['acl_perm4'] = '创建'; +$lang['acl_perm8'] = '上传'; +$lang['acl_perm16'] = '删除'; +$lang['acl_new'] = '添加新条目'; +//Setup VIM: ex: et ts=2 enc=utf-8 : -- cgit v1.2.3