comparison plugins/acl/localization/zh_CN.inc @ 0:1e000243b222

vanilla 1.3.3 distro, I hope
author Charlie Root
date Thu, 04 Jan 2018 15:50:29 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:1e000243b222
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 ?>