diff options
Diffstat (limited to 'program/localization/zh_CN/labels.inc')
-rw-r--r-- | program/localization/zh_CN/labels.inc | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/program/localization/zh_CN/labels.inc b/program/localization/zh_CN/labels.inc index 9b79283b1..b568a7008 100644 --- a/program/localization/zh_CN/labels.inc +++ b/program/localization/zh_CN/labels.inc @@ -37,6 +37,7 @@ $labels['drafts'] = '草稿箱'; $labels['sent'] = '已发送邮件'; $labels['trash'] = '已删除邮件'; $labels['junk'] = '垃圾邮件'; +$labels['show_real_foldernames'] = 'Show real names for special folders'; // message listing $labels['subject'] = '主题'; @@ -162,6 +163,7 @@ $labels['currpage'] = '当前页'; $labels['unread'] = '未读邮件'; $labels['flagged'] = '已标记邮件'; $labels['unanswered'] = '未回复邮件'; +$labels['withattachment'] = 'With attachment'; $labels['deleted'] = '已删除邮件'; $labels['undeleted'] = '未删除邮件'; $labels['invert'] = '反选'; @@ -192,6 +194,7 @@ $labels['listmode'] = '列表视图样式'; $labels['folderactions'] = '文件夹操作...'; $labels['compact'] = '压缩'; $labels['empty'] = '清空'; +$labels['importmessages'] = 'Import messages'; $labels['quota'] = '邮箱容量'; $labels['unknown'] = '未知'; @@ -202,6 +205,7 @@ $labels['resetsearch'] = '清空'; $labels['searchmod'] = '修改搜索'; $labels['msgtext'] = '整封邮件'; $labels['body'] = '正文'; +$labels['type'] = 'Type'; $labels['openinextwin'] = '在新窗口中打开'; $labels['emlsave'] = '下载(.eml)'; @@ -353,6 +357,7 @@ $labels['lastpage'] = '最后一页'; $labels['group'] = '分组'; $labels['groups'] = '分组'; +$labels['listgroup'] = 'List group members'; $labels['personaladrbook'] = '个人通讯录'; $labels['searchsave'] = '保存搜索'; @@ -401,6 +406,7 @@ $labels['htmleditor'] = '使用 HTML 编辑器'; $labels['htmlonreply'] = '仅当回复 HTML 邮件'; $labels['htmlonreplyandforward'] = 'on forward or reply to HTML message'; $labels['htmlsignature'] = '使用 HTML 签名'; +$labels['showemail'] = 'Show email address with display name'; $labels['previewpane'] = '显示预览窗口'; $labels['skin'] = '界面皮肤'; $labels['logoutclear'] = '退出时清空回收站'; @@ -454,9 +460,6 @@ $labels['replyremovesignature'] = '当回复时从邮件移除原始签名'; $labels['autoaddsignature'] = '自动插入签名'; $labels['newmessageonly'] = '仅新邮件'; $labels['replyandforwardonly'] = '仅回复和转发邮件'; -$labels['replysignaturepos'] = '当回复或转发时插入签名'; -$labels['belowquote'] = '位于原文下方'; -$labels['abovequote'] = '位于原文上方'; $labels['insertsignature'] = '插入签名'; $labels['previewpanemarkread'] = '标记预览邮件为已读'; $labels['afternseconds'] = '$n 秒之后'; @@ -473,6 +476,7 @@ $labels['spellcheckignorenums'] = '忽略带数字的单词'; $labels['spellcheckignorecaps'] = '忽略所有大写字母的单词'; $labels['addtodict'] = '添加到字典中'; $labels['mailtoprotohandler'] = 'Register protocol handler for mailto: links'; +$labels['standardwindows'] = 'Handle popups as standard windows'; $labels['forwardmode'] = '邮件转发方式'; $labels['inline'] = '内嵌'; $labels['asattachment'] = '作为附件'; |