Thomas Bruederli
2013-10-10 a01f3b959abd9720ec1b33624cbd31bee4838c2b
commit | author | age
c41a86 1 <?php
TB 2
3 /*
4  +-----------------------------------------------------------------------+
aed581 5  | plugins/acl/localization/<lang>.inc                                   |
c41a86 6  |                                                                       |
aed581 7  | Localization file of the Roundcube Webmail ACL plugin                 |
TB 8  | Copyright (C) 2012-2013, The Roundcube Dev Team                       |
9  |                                                                       |
10  | Licensed under the GNU General Public License version 3 or            |
11  | any later version with exceptions for skins & plugins.                |
12  | See the README file for a full license statement.                     |
c41a86 13  |                                                                       |
TB 14  +-----------------------------------------------------------------------+
aed581 15
TB 16  For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/
c41a86 17 */
TB 18 $labels['sharing'] = '分享';
19 $labels['myrights'] = '存取權限';
20 $labels['username'] = '使用者:';
21 $labels['advanced'] = '進階模式';
22 $labels['newuser'] = '新增項目';
23 $labels['actions'] = '權限設定';
24 $labels['anyone'] = '所有使用者 (anyone)';
25 $labels['anonymous'] = '訪客 (anonymous)';
26 $labels['identifier'] = '識別';
27 $labels['acll'] = '尋找';
28 $labels['aclr'] = '讀取訊息';
6199a7 29 $labels['acls'] = '保持上線狀態';
c41a86 30 $labels['aclw'] = '寫入標幟';
6199a7 31 $labels['acli'] = '插入(複製到這裡)';
c41a86 32 $labels['aclp'] = '發表';
TB 33 $labels['aclc'] = '建立子資料夾';
34 $labels['aclk'] = '建立子資料夾';
35 $labels['acld'] = '刪除訊息';
36 $labels['aclt'] = '刪除訊息';
37 $labels['acle'] = '刪去';
38 $labels['aclx'] = '刪除資料夾';
39 $labels['acla'] = '管理者';
40 $labels['aclfull'] = '完全控制';
41 $labels['aclother'] = '其它';
42 $labels['aclread'] = '讀取';
43 $labels['aclwrite'] = '寫入';
44 $labels['acldelete'] = '刪除';
aed581 45 $labels['shortacll'] = '尋找';
TB 46 $labels['shortaclr'] = '讀取';
c41a86 47 $labels['shortacls'] = '保存';
aed581 48 $labels['shortaclw'] = '寫入';
c41a86 49 $labels['shortacli'] = '插入';
aed581 50 $labels['shortaclp'] = '發表';
c41a86 51 $labels['shortaclc'] = '建立';
TB 52 $labels['shortaclk'] = '建立';
aed581 53 $labels['shortacld'] = '刪除';
TB 54 $labels['shortaclt'] = '刪除';
55 $labels['shortacle'] = '刪去';
c41a86 56 $labels['shortaclx'] = '資料夾刪除';
aed581 57 $labels['shortacla'] = '管理者';
TB 58 $labels['shortaclother'] = '其它';
59 $labels['shortaclread'] = '讀取';
60 $labels['shortaclwrite'] = '寫入';
61 $labels['shortacldelete'] = '刪除';
3e78fc 62 $labels['longacll'] = '此資料夾權限可以訂閱和瀏覽';
c41a86 63 $labels['longaclr'] = '資料夾能被打開與讀取';
TB 64 $labels['longacls'] = '能修改訊息標幟';
3e78fc 65 $labels['longaclw'] = '內容旗標和關鍵字可以變更,不包含已檢視和刪除的';
c41a86 66 $labels['longacli'] = '訊息能寫入或複製到資料夾';
TB 67 $labels['longaclp'] = '訊息能被投遞到這個資料夾';
6199a7 68 $labels['longaclc'] = '這個資料夾之下可以建子資料夾(或重新命名)';
TB 69 $labels['longaclk'] = '這個資料夾之下可以建子資料夾(或重新命名)';
c41a86 70 $labels['longacld'] = '能修改訊息刪除標幟';
TB 71 $labels['longaclt'] = '能修改訊息刪除標幟';
72 $labels['longacle'] = '能抹除訊息';
73 $labels['longaclx'] = '資料夾能被刪除或重新命名';
74 $labels['longacla'] = '能變更資料夾權限';
6199a7 75 $labels['longaclfull'] = '完全控制包含資料夾管理';
aed581 76 $labels['longaclread'] = '資料夾能被打開與讀取';
6199a7 77 $labels['longaclwrite'] = '信件可以被標記、編寫或複製到資料夾';
c41a86 78 $labels['longacldelete'] = '訊息能被刪除';
aed581 79 $messages['deleting'] = '刪除權限...';
TB 80 $messages['saving'] = '儲存權限...';
81 $messages['updatesuccess'] = '權限變更完成';
82 $messages['deletesuccess'] = '權限刪除完成';
83 $messages['createsuccess'] = '權限新增完成';
84 $messages['updateerror'] = '無法更新權限';
85 $messages['deleteerror'] = '無法刪除權限';
86 $messages['createerror'] = '無法新增權限';
87 $messages['deleteconfirm'] = '您確定要刪除所選取使用者的權限嗎?';
88 $messages['norights'] = '沒有指定任何權限';
89 $messages['nouser'] = '沒有指定用戶名稱';
90 ?>