summaryrefslogtreecommitdiff
path: root/plugins/managesieve/localization/zh_CN.inc
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2012-05-14 09:31:48 +0200
committerThomas Bruederli <thomas@roundcube.net>2012-05-14 09:31:48 +0200
commite88e20c3fbcf285030d807a304f0404d178772d2 (patch)
tree209d6be5038136c96e1f4b09a15e38374e74b4f0 /plugins/managesieve/localization/zh_CN.inc
parent5cea366884ec515b9a815b87c0621fc5c5760181 (diff)
Updated plugin translations from launchpad
Diffstat (limited to 'plugins/managesieve/localization/zh_CN.inc')
-rw-r--r--plugins/managesieve/localization/zh_CN.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/plugins/managesieve/localization/zh_CN.inc b/plugins/managesieve/localization/zh_CN.inc
index 381eddcf5..cacece8c7 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['setdeleted'] = '过滤器成功删除。';
$labels['setdeleteconfirm'] = '你确定要删除指定过滤器?';
$labels['setcreateerror'] = '无法创建过滤器,服务器错误。';
$labels['setcreated'] = '过滤器成功创建。';
+$labels['activated'] = '禁用过滤器成功。';
+$labels['deactivated'] = '启用过滤器成功。';
+$labels['moved'] = '过滤器移动成功。';
+$labels['moveerror'] = '无法移动选中的过滤器,因为服务器发生错误。';