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/zh_CN/messages.inc

75 lines
2.2 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/zh_CN/messages.inc |
| |
| Language file of the RoundCube Webmail client |
| Copyright (C) 2005, RoundCube Dev. - Switzerland |
| Licensed under the GNU GPL |
| |
+-----------------------------------------------------------------------+
| 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['loadingdata'] = '读取数据...';
$messages['messagesent'] = '邮件发送成功';
$messages['successfullysaved'] = '保存成功';
$messages['addedsuccessfully'] = '联系信息已经成功增加到地址薄';
$messages['contactexists'] = '这个邮件地址已经存在';
$messages['blockedimages'] = '为了保障个人私隐, 阻挡了邮件里的图片.';
$messages['encryptedmessage'] = '抱歉!不能显示加密邮件.';
$messages['nocontactsfound'] = '没有发现联系人';
$messages['sendingfailed'] = '邮件发送失败';
$messages['errorsaving'] = '当发生错误时保存信息';
$messages['errormoving'] = '移动邮件出错';
$messages['errordeleting'] = '删除邮件出错';
// New Words since 0.1 beta
$messages['checking'] = '检查...';
$messages['nospellerrors'] = '没发现拼写错误';
$messages['checkingmail'] = '检查新邮件...';
$messages['savingmessage'] = '保存邮件...';
$messages['messagesaved'] = '将邮件保存为草稿';
$messages['folderdeleted'] = '成功删除文件夹';
?>