From 9c7ccef8cbfc97a3751b7d1db6f537081e896f13 Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Mon, 14 May 2012 03:32:34 -0400
Subject: [PATCH] Updated plugin translations from launchpad

---
 plugins/managesieve/localization/zh_CN.inc |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/plugins/managesieve/localization/zh_CN.inc b/plugins/managesieve/localization/zh_CN.inc
index 381eddc..cacece8 100644
--- a/plugins/managesieve/localization/zh_CN.inc
+++ b/plugins/managesieve/localization/zh_CN.inc
@@ -9,7 +9,7 @@
  | Licensed under the GNU General Public License                         |
  |                                                                       |
  +-----------------------------------------------------------------------+
- | Author: michael.cho <Unknown>                                         |
+ | Author: Christopher Meng <cickumqt@gmail.com>                         |
  +-----------------------------------------------------------------------+
  @version $Id$
 */
@@ -137,4 +137,8 @@
 $labels['setdeleteconfirm'] = '你确定要删除指定过滤器?';
 $labels['setcreateerror'] = '无法创建过滤器,服务器错误。';
 $labels['setcreated'] = '过滤器成功创建。';
+$labels['activated'] = '禁用过滤器成功。';
+$labels['deactivated'] = '启用过滤器成功。';
+$labels['moved'] = '过滤器移动成功。';
+$labels['moveerror'] = '无法移动选中的过滤器,因为服务器发生错误。';
 

--
Gitblit v1.9.1