0
|
1 <?php
|
|
2
|
|
3 /*
|
|
4 +-----------------------------------------------------------------------+
|
|
5 | plugins/acl/localization/<lang>.inc |
|
|
6 | |
|
|
7 | Localization file of the Roundcube Webmail ACL plugin |
|
|
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. |
|
|
13 | |
|
|
14 +-----------------------------------------------------------------------+
|
|
15
|
|
16 For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/
|
|
17 */
|
|
18 $labels['sharing'] = '共享';
|
|
19 $labels['myrights'] = '存取權限';
|
|
20 $labels['username'] = '使用者:';
|
|
21 $labels['advanced'] = '進階模式';
|
|
22 $labels['newuser'] = '新增項目';
|
|
23 $labels['editperms'] = '編輯權限';
|
|
24 $labels['actions'] = '權限設定...';
|
|
25 $labels['anyone'] = '所有使用者 (任何人)';
|
|
26 $labels['anonymous'] = '訪客 (匿名)';
|
|
27 $labels['identifier'] = '識別碼';
|
|
28 $labels['acll'] = '尋找';
|
|
29 $labels['aclr'] = '讀取郵件';
|
|
30 $labels['acls'] = '保持上線狀態';
|
|
31 $labels['aclw'] = '寫入旗標';
|
|
32 $labels['acli'] = '插入 (複製到這裡)';
|
|
33 $labels['aclp'] = '發表';
|
|
34 $labels['aclc'] = '建立子資料夾';
|
|
35 $labels['aclk'] = '建立子資料夾';
|
|
36 $labels['acld'] = '刪除郵件';
|
|
37 $labels['aclt'] = '刪除郵件';
|
|
38 $labels['acle'] = '刪去';
|
|
39 $labels['aclx'] = '刪除資料夾';
|
|
40 $labels['acla'] = '管理者';
|
|
41 $labels['acln'] = '評注郵件';
|
|
42 $labels['aclfull'] = '完全控制';
|
|
43 $labels['aclother'] = '其他';
|
|
44 $labels['aclread'] = '讀取';
|
|
45 $labels['aclwrite'] = '寫入';
|
|
46 $labels['acldelete'] = '刪除';
|
|
47 $labels['shortacll'] = '尋找';
|
|
48 $labels['shortaclr'] = '讀取';
|
|
49 $labels['shortacls'] = '保存';
|
|
50 $labels['shortaclw'] = '寫入';
|
|
51 $labels['shortacli'] = '插入';
|
|
52 $labels['shortaclp'] = '發表';
|
|
53 $labels['shortaclc'] = '建立';
|
|
54 $labels['shortaclk'] = '建立';
|
|
55 $labels['shortacld'] = '刪除';
|
|
56 $labels['shortaclt'] = '刪除';
|
|
57 $labels['shortacle'] = '刪去';
|
|
58 $labels['shortaclx'] = '資料夾刪除';
|
|
59 $labels['shortacla'] = '管理者';
|
|
60 $labels['shortacln'] = '評注';
|
|
61 $labels['shortaclother'] = '其他';
|
|
62 $labels['shortaclread'] = '讀取';
|
|
63 $labels['shortaclwrite'] = '寫入';
|
|
64 $labels['shortacldelete'] = '刪除';
|
|
65 $labels['longacll'] = '此資料夾可以觀看和訂閱';
|
|
66 $labels['longaclr'] = '此資料夾可以開啟並讀取';
|
|
67 $labels['longacls'] = '能修改郵件旗標';
|
|
68 $labels['longaclw'] = '郵件旗標和關鍵字可以變更,不包含已檢視和刪除的';
|
|
69 $labels['longacli'] = '郵件能寫入或複製到資料夾';
|
|
70 $labels['longaclp'] = '郵件能發表到此資料夾';
|
|
71 $labels['longaclc'] = '這個資料夾之下可以建子資料夾 (或重新命名)';
|
|
72 $labels['longaclk'] = '這個資料夾之下可以建子資料夾 (或重新命名)';
|
|
73 $labels['longacld'] = '能修改郵件刪除旗標';
|
|
74 $labels['longaclt'] = '能修改郵件刪除旗標';
|
|
75 $labels['longacle'] = '能刪去郵件';
|
|
76 $labels['longaclx'] = '資料夾能刪除或重新命名';
|
|
77 $labels['longacla'] = '能變更資料夾權限';
|
|
78 $labels['longacln'] = '郵件共享的元資料 (評注) 能更改';
|
|
79 $labels['longaclfull'] = '完全控制包含資料夾管理';
|
|
80 $labels['longaclread'] = '資料夾能開啟並讀取';
|
|
81 $labels['longaclwrite'] = '郵件可以標記、寫入或複製到資料夾';
|
|
82 $labels['longacldelete'] = '郵件能刪除';
|
|
83 $labels['longaclother'] = '其他權限';
|
|
84 $labels['ariasummaryacltable'] = '權限清單';
|
|
85 $labels['arialabelaclactions'] = '清單動作';
|
|
86 $labels['arialabelaclform'] = '權限表單';
|
|
87 $messages['deleting'] = '刪除權限...';
|
|
88 $messages['saving'] = '儲存權限...';
|
|
89 $messages['updatesuccess'] = '權限變更完成';
|
|
90 $messages['deletesuccess'] = '權限刪除完成';
|
|
91 $messages['createsuccess'] = '權限新增完成';
|
|
92 $messages['updateerror'] = '無法更新權限';
|
|
93 $messages['deleteerror'] = '無法刪除權限';
|
|
94 $messages['createerror'] = '無法新增權限';
|
|
95 $messages['deleteconfirm'] = '確定要刪除所選使用者的權限嗎?';
|
|
96 $messages['norights'] = '沒有指定任何權限';
|
|
97 $messages['nouser'] = '沒有指定用戶名稱';
|
|
98 ?>
|