diff options
author | thomascube <thomas@roundcube.net> | 2005-12-16 20:05:41 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2005-12-16 20:05:41 +0000 |
commit | 977a295eb1e97e0c230063da40b8296fca778814 (patch) | |
tree | 69e7546c34103a016b41dceccd08816d1296e4fc /program/localization/cn/messages.inc | |
parent | 749b07c78a29b03c63812c3ec3630b16db4baa8f (diff) |
Usage of virtusertable; mail_domain for new users; Chinese and Turkish localization
Diffstat (limited to 'program/localization/cn/messages.inc')
-rw-r--r-- | program/localization/cn/messages.inc | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/program/localization/cn/messages.inc b/program/localization/cn/messages.inc new file mode 100644 index 000000000..49164d2c4 --- /dev/null +++ b/program/localization/cn/messages.inc @@ -0,0 +1,63 @@ +<?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$ + +*/ + +$utf8_decoding = TRUE; + +$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'] = '删除邮件出错'; + + +?>
\ No newline at end of file |