aboutsummaryrefslogtreecommitdiff
path: root/mod/dokuwiki/vendors/dokuwiki/lib/plugins/acl/lang/zh-tw/lang.php
blob: d64e85a924eee25ab9f9bfe171f04bba825653e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?php
/**
 * Chinese(Traditional) language file
 *
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author chinsan <chinsan@mail2000.com.tw>
 * @author Li-Jiun Huang <ljhuang.tw@gmail.com>
 * @author http://www.chinese-tools.com/tools/converter-simptrad.html
 * @author Wayne San <waynesan@zerozone.tw>
 * @author Li-Jiun Huang <ljhuang.tw@gmai.com>
 * @author Cheng-Wei Chien <e.cwchien@gmail.com>
 */
$lang['admin_acl']             = '設定 ACL 存取名單';
$lang['acl_group']             = '群組';
$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>.';
$lang['p_group_ns']            = '<b class=\"aclgroup\">%s</b> 組成員當前在命名空間 <b class=\"aclns\">%s</b> 擁有以下權限:<i>%s</i>。';
$lang['p_choose_id']           = '請在上方的表格中 <b>輸入一個帳號或群組</b> 來觀看或編輯頁面 <b class="aclpage">%s</b> 的權限.';
$lang['p_choose_ns']           = '請在上表中<b>輸入用戶名或組名稱</b>,來查看或編輯命名空間 <b class=\"aclns\">%s</b> 的權限設置。';
$lang['p_inherited']           = '請注意:這些權限並沒有明確設定,而是從其他組或更高級的名稱空間繼承而來。';
$lang['p_isadmin']             = '請注意:選定的組或用戶擁有完全權限,因為它被設定為超級用戶。';
$lang['p_include']             = '較高的權限亦包含了較低的權限。新增、上傳與刪除權限只能在命名空間中使用,而非頁面。';
$lang['current']               = '目前的ACL規則';
$lang['where']                 = '頁面/命名空間';
$lang['who']                   = '使用者/群組';
$lang['perm']                  = '權限';
$lang['acl_perm0']             = '無';
$lang['acl_perm1']             = '讀取權限';
$lang['acl_perm2']             = '編輯頁面';
$lang['acl_perm4']             = '新增頁面';
$lang['acl_perm8']             = '上傳圖檔';
$lang['acl_perm16']            = '刪除檔案';
$lang['acl_new']               = '新增管理規則';
$lang['acl_mod']               = '修改規則';