From 24e9260f8076d8e5cd8015be7b2af048d8ca1396 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Wed, 02 Jul 2008 02:47:20 -0400
Subject: [PATCH] - zh_CN labels update (#1485181)

---
 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 fcafbfc..ebe9ef9 100644
--- a/program/localization/zh_CN/labels.inc
+++ b/program/localization/zh_CN/labels.inc
@@ -116,6 +116,8 @@
 $labels['markmessages'] = '标记邮件';
 $labels['markread'] = '已读';
 $labels['markunread'] = '未读';
+$labels['markflagged'] = '已标记';
+$labels['markunflagged'] = '未标记';
 $labels['select'] = '选择';
 $labels['all'] = '全部';
 $labels['none'] = '无';
@@ -198,6 +200,7 @@
 $labels['htmleditor'] = '使用 HTML 编辑器';
 $labels['htmlsignature'] = '使用 HTML 签名';
 $labels['previewpane'] = '显示预览窗口';
+$labels['skin'] = '界面皮肤';
 $labels['logoutclear'] = '退出时清空回收站';
 $labels['logoutcompact'] = '退出时压缩收件箱';
 $labels['uisettings'] = '用户界面';

--
Gitblit v1.9.1