summaryrefslogtreecommitdiff
path: root/lib/plugins/acl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/plugins/acl')
-rw-r--r--lib/plugins/acl/lang/zh/intro.txt7
-rw-r--r--lib/plugins/acl/lang/zh/lang.php22
2 files changed, 29 insertions, 0 deletions
diff --git a/lib/plugins/acl/lang/zh/intro.txt b/lib/plugins/acl/lang/zh/intro.txt
new file mode 100644
index 000000000..78ce9d8cc
--- /dev/null
+++ b/lib/plugins/acl/lang/zh/intro.txt
@@ -0,0 +1,7 @@
+====== 访问控制列表(ACL)管理器 ======
+
+本页中您能够添加或移除当前页面或其在所有 [[doku>wiki:namespaces|命名空间]] 中的相关访问权限。
+您应该先阅读 [[doku>wiki:acl|ACL 的官方文档]] 以理解访问控制是如何实现的。
+
+本页显示了针对当前页面的所有访问权限。针对其他页面的权限并没有显示 -- 要编辑其他页面的访问权限,请先 [[this>doku.php?do=index|浏览]] 相关页面,然后再更改 ACL 权限控制。
+
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 @@
+<?php
+/**
+ * Chinese(Simplified) language file
+ *
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ * @author ZDYX <zhangduyixiong@gmail.com>
+ */
+
+$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 :