xref: /dokuwiki/lib/plugins/acl/lang/zh-tw/lang.php (revision 1d3e0272316696a8def74759b5e061d6b8387b5f)
1*1d3e0272SAndreas Gohr<?php
2*1d3e0272SAndreas Gohr/**
3*1d3e0272SAndreas Gohr * Chinese(Traditional) language file
4*1d3e0272SAndreas Gohr *
5*1d3e0272SAndreas Gohr * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6*1d3e0272SAndreas Gohr * @author     chinsan <chinsan@mail2000.com.tw>
7*1d3e0272SAndreas Gohr */
8*1d3e0272SAndreas Gohr
9*1d3e0272SAndreas Gohr$lang['admin_acl']  = '設定權限控制清單(ACL)';
10*1d3e0272SAndreas Gohr$lang['acl_group']  = '群組';
11*1d3e0272SAndreas Gohr$lang['acl_user']   = '帳號';
12*1d3e0272SAndreas Gohr$lang['acl_perms']  = '設定權限於';
13*1d3e0272SAndreas Gohr$lang['page']       = 'Page';
14*1d3e0272SAndreas Gohr$lang['namespace']  = 'Namespace';
15*1d3e0272SAndreas Gohr
16*1d3e0272SAndreas Gohr$lang['acl_perm1']  = '讀取權限';
17*1d3e0272SAndreas Gohr$lang['acl_perm2']  = '編輯頁面';
18*1d3e0272SAndreas Gohr$lang['acl_perm4']  = '新增頁面';
19*1d3e0272SAndreas Gohr$lang['acl_perm8']  = '上傳圖檔';
20*1d3e0272SAndreas Gohr$lang['acl_perm16'] = '刪除檔案';
21*1d3e0272SAndreas Gohr$lang['acl_new']    = '新增管理規則';
22*1d3e0272SAndreas Gohr//Setup VIM: ex: et ts=2 enc=utf-8 :
23