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

61 lines
2.0 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 2005/12/6 |
| 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'] = '删除邮件出错';
?>