You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
roundcubemail/program/localization/cn/messages.inc

93 lines
3.1 KiB
PHP

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?php
/*
+-----------------------------------------------------------------------+
| language/cn/messages.inc |
| |
| Language file of the RoundCube Webmail client |
| Copyright (C) 2005, RoundCube Dev. - Switzerland |
| Licensed under the GNU GPL |
| |
+-----------------------------------------------------------------------+
| Simplified-chinese utf-8 by winman 2006/02/19 |
| Author: winman rong <winman.rong@gmail.com> |
+-----------------------------------------------------------------------+
$Id$
*/
$messages = array();
$messages['loginfailed'] = '登录失败';
$messages['cookiesdisabled'] = '你的浏览器目前关闭了cookies请打开cookies再试';
$messages['sessionerror'] = '当前 session 无效或者超时';
$messages['imaperror'] = '不能连接IMAP服务器';
$messages['nomessagesfound'] = '没有邮件在这个邮箱里';
$messages['loggedout'] = '成功结束当前会话. 再见!';
$messages['mailboxempty'] = '邮箱是空的';
$messages['loading'] = '读取...';
$messages['loadingdata'] = '读取数据...';
$messages['sendingmessage'] = '正在发送邮件...';
$messages['messagesent'] = '邮件发送成功';
$messages['successfullysaved'] = '保存成功';
$messages['addedsuccessfully'] = '联系信息成功增加到地址薄';
$messages['contactexists'] = '这个邮件地址已经存在';
$messages['blockedimages'] = '为了保障你的私隐, 阻挡了这个邮件里的图片.';
$messages['encryptedmessage'] = '这是个加密的邮件因此不能显示. 抱歉!';
$messages['nocontactsfound'] = '没有发现联系人';
$messages['sendingfailed'] = '邮件发送失败';
$messages['errorsaving'] = '当发生错误时保存信息';
$messages['errormoving'] = '移动邮件出错';
$messages['errordeleting'] = '删除邮件出错';
$messages['deletecontactconfirm'] = '你确定要删除所选择的联系人信息吗?';
$messages['deletefolderconfirm'] = '你确定要删除此文件夹吗?';
$messages['purgefolderconfirm'] = '你确定要删除此文件夹里所有邮件吗?';
$messages['formincomplete'] = '表格没有填写完全';
$messages['noemailwarning'] = '请输入有效的电子邮件地址';
$messages['nonamewarning'] = '请输入名字';
$messages['nopagesizewarning'] = '请输入行数';
$messages['norecipientwarning'] = '请输入至少一个收件人地址';
$messages['nosubjectwarning'] = '邮件主题还没输入. 你想现在输入吗?';
$messages['nobodywarning'] = '邮件没写内容,确定发送吗?';
$messages['notsentwarning'] = '邮件没有发送. 你要取消这封邮件吗?';
$messages['noldapserver'] = '请选择要搜索的LDAP服务器';
$messages['nocontactsreturned'] = '没有联系人信息';
$messages['nosearchname'] = '请输入一个联系人名字或者电子邮件地址';
?>