| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/zh_CN/messages.inc | |
| | | | localization/<lang>/messages.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 client | |
| | | | Copyright (C) 2005-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: Christopher Meng <cickumqt@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ |
| | | */ |
| | | |
| | | $messages = array(); |
| | |
| | | $messages['errorreadonly'] = '不可对只读文件夹进行操作。'; |
| | | $messages['errornoperm'] = '无权限操作'; |
| | | $messages['invalidrequest'] = '无效的请求!数据保存失败。'; |
| | | $messages['invalidhost'] = '非法主机名。'; |
| | | $messages['nomessagesfound'] = '此邮件夹内无邮件。'; |
| | | $messages['loggedout'] = '您已成功注销,再见!'; |
| | | $messages['mailboxempty'] = '邮件夹为空'; |
| | | $messages['refreshing'] = '刷新中...'; |
| | | $messages['loading'] = '正在载入...'; |
| | | $messages['uploading'] = '正在上传文件...'; |
| | | $messages['uploadingmany'] = '正在上传文件...'; |
| | |
| | | $messages['addresswriterror'] = '已选择的地址簿不可写。'; |
| | | $messages['contactaddedtogroup'] = '成功添加联系人至该分组。'; |
| | | $messages['contactremovedfromgroup'] = '成功从该分组移除联系人。'; |
| | | $messages['nogroupassignmentschanged'] = 'No group assignments changed.'; |
| | | $messages['importwait'] = '正在导入,请稍后...'; |
| | | $messages['importerror'] = '导入失败!所上传的文件不是有效的 vCard 文件。'; |
| | | $messages['importformaterror'] = 'Import failed! The uploaded file is not a valid import data file.'; |
| | | $messages['importconfirm'] = '<b>成功导入 $inserted 联系人</b>'; |
| | | $messages['importconfirmskipped'] = '<b>跳过已存在的 $skipped 项目</b>'; |
| | | $messages['opnotpermitted'] = '不允许的操作!'; |
| | |
| | | $messages['mispellingsfound'] = '检查到拼写错误。'; |
| | | $messages['parentnotwritable'] = '无法创建和转移到所选的目录,权限不足。'; |
| | | $messages['messagetoobig'] = '由于邮件部分过大无法处理。'; |
| | | $messages['attachmentvalidationerror'] = 'WARNING! This attachment is suspicious because its type doesn\'t match the type declared in the message. If you do not trust the sender, you shouldn\'t open it in the browser because it may contain malicious contents.<br/><br/><em>Expected: $expected; found: $detected</em>'; |
| | | $messages['noscriptwarning'] = 'Warning: This webmail service requires Javascript! In order to use it please enable Javascript in your browser\'s settings.'; |
| | | |
| | | ?> |