commit | author | age
|
fa3a61
|
1 |
<?php |
TB |
2 |
|
|
3 |
/* |
|
4 |
+-----------------------------------------------------------------------+ |
aed581
|
5 |
| plugins/acl/localization/<lang>.inc | |
fa3a61
|
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. | |
fa3a61
|
13 |
| | |
TB |
14 |
+-----------------------------------------------------------------------+ |
aed581
|
15 |
|
TB |
16 |
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ |
fa3a61
|
17 |
*/ |
3e78fc
|
18 |
$labels['sharing'] = '共享'; |
fa3a61
|
19 |
$labels['myrights'] = '访问权限'; |
409087
|
20 |
$labels['username'] = '用户:'; |
fa3a61
|
21 |
$labels['advanced'] = '高级模式'; |
3e78fc
|
22 |
$labels['newuser'] = '新增条目'; |
TB |
23 |
$labels['actions'] = '权限设置...'; |
fa3a61
|
24 |
$labels['anyone'] = '所有用户(任何人)'; |
TB |
25 |
$labels['anonymous'] = '来宾(匿名)'; |
|
26 |
$labels['identifier'] = '标识符'; |
|
27 |
$labels['acll'] = '查找'; |
|
28 |
$labels['aclr'] = '读取消息'; |
|
29 |
$labels['acls'] = '保存已读状态'; |
3e78fc
|
30 |
$labels['aclw'] = '写入标志'; |
fa3a61
|
31 |
$labels['acli'] = '插入(复制至)'; |
TB |
32 |
$labels['aclp'] = '发送'; |
|
33 |
$labels['aclc'] = '创建子文件夹'; |
|
34 |
$labels['aclk'] = '创建子文件夹'; |
|
35 |
$labels['acld'] = '删除消息'; |
|
36 |
$labels['aclt'] = '删除消息'; |
409087
|
37 |
$labels['acle'] = '清除'; |
fa3a61
|
38 |
$labels['aclx'] = '删除文件夹'; |
TB |
39 |
$labels['acla'] = '管理'; |
409087
|
40 |
$labels['aclfull'] = '全部控制'; |
3e78fc
|
41 |
$labels['aclother'] = '其它'; |
TB |
42 |
$labels['aclread'] = '读取'; |
|
43 |
$labels['aclwrite'] = '写入'; |
fa3a61
|
44 |
$labels['acldelete'] = '删除'; |
aed581
|
45 |
$labels['shortacll'] = '查找'; |
3e78fc
|
46 |
$labels['shortaclr'] = '读取'; |
TB |
47 |
$labels['shortacls'] = '保存'; |
|
48 |
$labels['shortaclw'] = '写入'; |
fa3a61
|
49 |
$labels['shortacli'] = '插入'; |
aed581
|
50 |
$labels['shortaclp'] = '发送'; |
fa3a61
|
51 |
$labels['shortaclc'] = '新建'; |
TB |
52 |
$labels['shortaclk'] = '新建'; |
aed581
|
53 |
$labels['shortacld'] = '删除'; |
TB |
54 |
$labels['shortaclt'] = '删除'; |
409087
|
55 |
$labels['shortacle'] = '清除'; |
fa3a61
|
56 |
$labels['shortaclx'] = '删除文件夹'; |
aed581
|
57 |
$labels['shortacla'] = '管理'; |
TB |
58 |
$labels['shortaclother'] = '其他'; |
3e78fc
|
59 |
$labels['shortaclread'] = '读取'; |
TB |
60 |
$labels['shortaclwrite'] = '写入'; |
aed581
|
61 |
$labels['shortacldelete'] = '删除'; |
fa3a61
|
62 |
$labels['longacll'] = '该文件夹在列表上可见且可被订阅'; |
TB |
63 |
$labels['longaclr'] = '该文件夹可被打开阅读'; |
3e78fc
|
64 |
$labels['longacli'] = '消息可写或可被复制至文件夹中'; |
409087
|
65 |
$labels['longacle'] = '消息可被清除'; |
3e78fc
|
66 |
$labels['longaclx'] = '该文件夹可被删除或重命名'; |
409087
|
67 |
$labels['longacla'] = '文件夹访问权限可被修改'; |
aed581
|
68 |
$labels['longaclread'] = '该文件夹可被打开阅读'; |
409087
|
69 |
$labels['longaclwrite'] = '消息可被标记,撰写或复制至文件夹中'; |
aed581
|
70 |
$labels['longacldelete'] = '信息可被删除'; |
TB |
71 |
$messages['deleting'] = '删除访问权限中…'; |
|
72 |
$messages['saving'] = '保存访问权限中…'; |
|
73 |
$messages['updatesuccess'] = '成功修改访问权限'; |
|
74 |
$messages['deletesuccess'] = '成功删除访问权限'; |
|
75 |
$messages['createsuccess'] = '成功添加访问权限'; |
|
76 |
$messages['deleteerror'] = '无法删除访问权限'; |
|
77 |
$messages['createerror'] = '无法添加访问权限'; |
|
78 |
$messages['deleteconfirm'] = '您确定要移除选中用户的访问权限吗?'; |
|
79 |
$messages['norights'] = '没有已指定的权限!'; |
|
80 |
$messages['nouser'] = '没有已指定的用户名!'; |
|
81 |
?> |