diff options
author | thomascube <thomas@roundcube.net> | 2006-02-19 18:32:27 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-02-19 18:32:27 +0000 |
commit | 0615a69974d0101d3159511d416bb2c75ffa1ad9 (patch) | |
tree | a39466e1dbedae5e8d24ad05ec02ca55415d5563 /program/localization/cn/messages.inc | |
parent | 181798f913b5e4c58b67f78801819638c960ab06 (diff) |
Updated several localizations
Diffstat (limited to 'program/localization/cn/messages.inc')
-rw-r--r-- | program/localization/cn/messages.inc | 40 |
1 files changed, 36 insertions, 4 deletions
diff --git a/program/localization/cn/messages.inc b/program/localization/cn/messages.inc index 2c01a8876..067c3a5ae 100644 --- a/program/localization/cn/messages.inc +++ b/program/localization/cn/messages.inc @@ -9,7 +9,7 @@ | Licensed under the GNU GPL | | | +-----------------------------------------------------------------------+ - | Simplified-chinese utf-8 by winman 2005/12/6 | + | Simplified-chinese utf-8 by winman 2006/02/19 | | Author: winman rong <winman.rong@gmail.com> | +-----------------------------------------------------------------------+ @@ -23,7 +23,7 @@ $messages['loginfailed'] = '登录失败'; $messages['cookiesdisabled'] = '你的浏览器目前关闭了cookies,请打开cookies再试'; -$messages['sessionerror'] = '当前 session 无效或者超时 '; +$messages['sessionerror'] = '当前 session 无效或者超时'; $messages['imaperror'] = '不能连接IMAP服务器'; @@ -31,15 +31,19 @@ $messages['nomessagesfound'] = '没有邮件在这个邮箱里'; $messages['loggedout'] = '成功结束当前会话. 再见!'; -$messages['mailboxempty'] = '邮箱现在是空的'; +$messages['mailboxempty'] = '邮箱是空的'; + +$messages['loading'] = '读取...'; $messages['loadingdata'] = '读取数据...'; +$messages['sendingmessage'] = '正在发送邮件...'; + $messages['messagesent'] = '邮件发送成功'; $messages['successfullysaved'] = '保存成功'; -$messages['addedsuccessfully'] = '联系信息已经成功增加到地址薄'; +$messages['addedsuccessfully'] = '联系信息成功增加到地址薄'; $messages['contactexists'] = '这个邮件地址已经存在'; @@ -57,5 +61,33 @@ $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'] = '请输入一个联系人名字或者电子邮件地址'; + ?>
\ No newline at end of file |