From 20825920e3f723c1a2a962beaa72a33e82cd14da Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Mon, 06 Aug 2012 12:14:57 -0400
Subject: [PATCH] Synched translations from launchpad/master

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

diff --git a/plugins/managesieve/localization/zh_CN.inc b/plugins/managesieve/localization/zh_CN.inc
index cacece8..31bdc1e 100644
--- a/plugins/managesieve/localization/zh_CN.inc
+++ b/plugins/managesieve/localization/zh_CN.inc
@@ -11,7 +11,6 @@
  +-----------------------------------------------------------------------+
  | Author: Christopher Meng <cickumqt@gmail.com>                         |
  +-----------------------------------------------------------------------+
- @version $Id$
 */
 
 $labels = array();
@@ -137,6 +136,8 @@
 $labels['setdeleteconfirm'] = '你确定要删除指定过滤器?';
 $labels['setcreateerror'] = '无法创建过滤器,服务器错误。';
 $labels['setcreated'] = '过滤器成功创建。';
+$labels['activateerror'] = '无法启用选中的过滤器,因为服务器发生错误。';
+$labels['deactivateerror'] = '无法禁用选中的过滤器,因为服务器发生错误。';
 $labels['activated'] = '禁用过滤器成功。';
 $labels['deactivated'] = '启用过滤器成功。';
 $labels['moved'] = '过滤器移动成功。';

--
Gitblit v1.9.1