diff options
author | alecpl <alec@alec.pl> | 2008-07-02 06:47:20 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-07-02 06:47:20 +0000 |
commit | 24e9260f8076d8e5cd8015be7b2af048d8ca1396 (patch) | |
tree | 50e159d50d13da9431db579a65343b6203bd3be6 /program/localization/zh_CN | |
parent | a80cd27246187ee57728165f14b5de87ea420597 (diff) |
- zh_CN labels update (#1485181)
Diffstat (limited to 'program/localization/zh_CN')
-rw-r--r-- | program/localization/zh_CN/labels.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/program/localization/zh_CN/labels.inc b/program/localization/zh_CN/labels.inc index fcafbfce9..ebe9ef9f0 100644 --- a/program/localization/zh_CN/labels.inc +++ b/program/localization/zh_CN/labels.inc @@ -116,6 +116,8 @@ $labels['viewsource'] = '显示邮件源文件'; $labels['markmessages'] = '标记邮件'; $labels['markread'] = '已读'; $labels['markunread'] = '未读'; +$labels['markflagged'] = '已标记'; +$labels['markunflagged'] = '未标记'; $labels['select'] = '选择'; $labels['all'] = '全部'; $labels['none'] = '无'; @@ -198,6 +200,7 @@ $labels['dstactive'] = '夏令时'; $labels['htmleditor'] = '使用 HTML 编辑器'; $labels['htmlsignature'] = '使用 HTML 签名'; $labels['previewpane'] = '显示预览窗口'; +$labels['skin'] = '界面皮肤'; $labels['logoutclear'] = '退出时清空回收站'; $labels['logoutcompact'] = '退出时压缩收件箱'; $labels['uisettings'] = '用户界面'; |