xref: /dokuwiki/lib/plugins/acl/lang/zh/lang.php (revision 729c3d2ed88cf36d2ade93acc5695e81427b43c9)
1*729c3d2eSAndreas Gohr<?php
2*729c3d2eSAndreas Gohr/**
3*729c3d2eSAndreas Gohr * Chinese(Simplified) language file
4*729c3d2eSAndreas Gohr *
5*729c3d2eSAndreas Gohr * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6*729c3d2eSAndreas Gohr * @author     ZDYX <zhangduyixiong@gmail.com>
7*729c3d2eSAndreas Gohr */
8*729c3d2eSAndreas Gohr
9*729c3d2eSAndreas Gohr$lang['admin_acl']  = '访问控制列表(ACL)管理器';
10*729c3d2eSAndreas Gohr$lang['acl_group']  = '组';
11*729c3d2eSAndreas Gohr$lang['acl_user']   = '用户';
12*729c3d2eSAndreas Gohr$lang['acl_perms']  = '许可给';
13*729c3d2eSAndreas Gohr$lang['page']       = '页面';
14*729c3d2eSAndreas Gohr$lang['namespace']  = '命名空间';
15*729c3d2eSAndreas Gohr
16*729c3d2eSAndreas Gohr$lang['acl_perm1']  = '读取';
17*729c3d2eSAndreas Gohr$lang['acl_perm2']  = '编辑';
18*729c3d2eSAndreas Gohr$lang['acl_perm4']  = '创建';
19*729c3d2eSAndreas Gohr$lang['acl_perm8']  = '上传';
20*729c3d2eSAndreas Gohr$lang['acl_perm16'] = '删除';
21*729c3d2eSAndreas Gohr$lang['acl_new']    = '添加新条目';
22*729c3d2eSAndreas Gohr//Setup VIM: ex: et ts=2 enc=utf-8 :
23