diff options
Diffstat (limited to 'plugins/acl/localization/zh_CN.inc')
-rw-r--r-- | plugins/acl/localization/zh_CN.inc | 87 |
1 files changed, 59 insertions, 28 deletions
diff --git a/plugins/acl/localization/zh_CN.inc b/plugins/acl/localization/zh_CN.inc index 3cde07aa8..30854a0ba 100644 --- a/plugins/acl/localization/zh_CN.inc +++ b/plugins/acl/localization/zh_CN.inc @@ -2,67 +2,98 @@ /* +-----------------------------------------------------------------------+ - | localization/zh_CN/labels.inc | + | plugins/acl/localization/<lang>.inc | | | - | Language file of the Roundcube Webmail client | - | Copyright (C) 2012, The Roundcube Dev Team | - | Licensed under the GNU General Public License | + | Localization file of the Roundcube Webmail ACL plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | | | +-----------------------------------------------------------------------+ - | Author: WeiHua.Deng <mcp2000@gmail.com> | - +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/ */ -$labels = array(); $labels['sharing'] = '共享中'; $labels['myrights'] = '访问权限'; $labels['username'] = '用户名:'; $labels['advanced'] = '高级模式'; $labels['newuser'] = '添加条目'; +$labels['actions'] = 'Access right actions...'; $labels['anyone'] = '所有用户(任何人)'; $labels['anonymous'] = '来宾(匿名)'; $labels['identifier'] = '标识符'; + $labels['acll'] = '查找'; -$labels['shortacll'] = '查找'; $labels['aclr'] = '读取消息'; $labels['acls'] = '保存已读状态'; +$labels['aclw'] = 'Write flags'; $labels['acli'] = '插入(复制至)'; $labels['aclp'] = '发送'; -$labels['shortaclp'] = '发送'; $labels['aclc'] = '创建子文件夹'; $labels['aclk'] = '创建子文件夹'; $labels['acld'] = '删除消息'; $labels['aclt'] = '删除消息'; +$labels['acle'] = 'Expunge'; $labels['aclx'] = '删除文件夹'; $labels['acla'] = '管理'; -$labels['shortacla'] = '管理'; + +$labels['aclfull'] = 'Full control'; $labels['aclother'] = '其他'; -$labels['shortaclother'] = '其他'; +$labels['aclread'] = 'Read'; $labels['aclwrite'] = '撰写'; -$labels['shortaclw'] = '撰写'; -$labels['shortaclwrite'] = '撰写'; $labels['acldelete'] = '删除'; -$labels['shortacld'] = '删除'; -$labels['shortaclt'] = '删除'; -$labels['shortacldelete'] = '删除'; + +$labels['shortacll'] = '查找'; +$labels['shortaclr'] = 'Read'; $labels['shortacls'] = '保留'; +$labels['shortaclw'] = '撰写'; $labels['shortacli'] = '插入'; +$labels['shortaclp'] = '发送'; $labels['shortaclc'] = '新建'; $labels['shortaclk'] = '新建'; +$labels['shortacld'] = '删除'; +$labels['shortaclt'] = '删除'; +$labels['shortacle'] = 'Expunge'; $labels['shortaclx'] = '删除文件夹'; +$labels['shortacla'] = '管理'; + +$labels['shortaclother'] = '其他'; +$labels['shortaclread'] = 'Read'; +$labels['shortaclwrite'] = '撰写'; +$labels['shortacldelete'] = '删除'; + $labels['longacll'] = '该文件夹在列表上可见且可被订阅'; $labels['longaclr'] = '该文件夹可被打开阅读'; -$labels['longaclread'] = '该文件夹可被打开阅读'; +$labels['longacls'] = 'Messages Seen flag can be changed'; +$labels['longaclw'] = 'Messages flags and keywords can be changed, except Seen and Deleted'; +$labels['longacli'] = 'Messages can be written or copied to the folder'; +$labels['longaclp'] = 'Messages can be posted to this folder'; +$labels['longaclc'] = 'Folders can be created (or renamed) directly under this folder'; +$labels['longaclk'] = 'Folders can be created (or renamed) directly under this folder'; +$labels['longacld'] = 'Messages Delete flag can be changed'; +$labels['longaclt'] = 'Messages Delete flag can be changed'; +$labels['longacle'] = 'Messages can be expunged'; $labels['longaclx'] = '该文件夹可悲删除或重命名'; -$labels['deleting'] = '删除访问权限中…'; -$labels['saving'] = '保存访问权限中…'; -$labels['updatesuccess'] = '成功修改访问权限'; -$labels['deletesuccess'] = '成功删除访问权限'; -$labels['createsuccess'] = '成功添加访问权限'; -$labels['updateerror'] = '无法更新访问权限'; -$labels['deleteerror'] = '无法删除访问权限'; -$labels['createerror'] = '无法添加访问权限'; -$labels['deleteconfirm'] = '您确定要移除选中用户的访问权限吗?'; -$labels['norights'] = '没有已指定的权限!'; -$labels['nouser'] = '没有已指定的用户名!'; +$labels['longacla'] = 'The folder access rights can be changed'; + +$labels['longaclfull'] = 'Full control including folder administration'; +$labels['longaclread'] = '该文件夹可被打开阅读'; +$labels['longaclwrite'] = 'Messages can be marked, written or copied to the folder'; +$labels['longacldelete'] = '信息可被删除'; + +$messages['deleting'] = '删除访问权限中…'; +$messages['saving'] = '保存访问权限中…'; +$messages['updatesuccess'] = '成功修改访问权限'; +$messages['deletesuccess'] = '成功删除访问权限'; +$messages['createsuccess'] = '成功添加访问权限'; +$messages['updateerror'] = '无法更新访问权限'; +$messages['deleteerror'] = '无法删除访问权限'; +$messages['createerror'] = '无法添加访问权限'; +$messages['deleteconfirm'] = '您确定要移除选中用户的访问权限吗?'; +$messages['norights'] = '没有已指定的权限!'; +$messages['nouser'] = '没有已指定的用户名!'; +?> |