| | |
| | | | 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> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | |
| | | |
| | | */ |
| | | |
| | | $utf8_decoding = TRUE; |
| | | |
| | | $messages = array(); |
| | | |
| | | $messages['loginfailed'] = '登录失败'; |
| | | |
| | | $messages['cookiesdisabled'] = '你的浏览器目前关闭了cookies,请打开cookies再试'; |
| | | |
| | | $messages['sessionerror'] = '当前 session 无效或者超时 '; |
| | | $messages['sessionerror'] = '当前 session 无效或者超时'; |
| | | |
| | | $messages['imaperror'] = '不能连接IMAP服务器'; |
| | | |
| | |
| | | |
| | | $messages['loggedout'] = '成功结束当前会话. 再见!'; |
| | | |
| | | $messages['mailboxempty'] = '邮箱现在是空的'; |
| | | $messages['mailboxempty'] = '邮箱是空的'; |
| | | |
| | | $messages['loading'] = '读取...'; |
| | | |
| | | $messages['loadingdata'] = '读取数据...'; |
| | | |
| | | $messages['sendingmessage'] = '正在发送邮件...'; |
| | | |
| | | $messages['messagesent'] = '邮件发送成功'; |
| | | |
| | | $messages['successfullysaved'] = '保存成功'; |
| | | |
| | | $messages['addedsuccessfully'] = '联系信息已经成功增加到地址薄'; |
| | | $messages['addedsuccessfully'] = '联系信息成功增加到地址薄'; |
| | | |
| | | $messages['contactexists'] = '这个邮件地址已经存在'; |
| | | |
| | |
| | | |
| | | $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'] = '请输入一个联系人名字或者电子邮件地址'; |
| | | |
| | | |
| | | ?> |