diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-08-06 18:00:38 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-08-06 18:00:38 +0200 |
commit | c41a86e5cc26dc8ae37ed4b3fddcaa195b1616a4 (patch) | |
tree | 142bec92a18e0452af2967f40741407664c03a67 /plugins/managesieve/localization/zh_CN.inc | |
parent | 565c472918e7f9707cd8d7909ad5dbcc5a921fdf (diff) |
Updated translations from launchpad
Diffstat (limited to 'plugins/managesieve/localization/zh_CN.inc')
-rw-r--r-- | 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 cacece8c7..31bdc1ecd 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['setdeleted'] = '过滤器成功删除。'; $labels['setdeleteconfirm'] = '你确定要删除指定过滤器?'; $labels['setcreateerror'] = '无法创建过滤器,服务器错误。'; $labels['setcreated'] = '过滤器成功创建。'; +$labels['activateerror'] = '无法启用选中的过滤器,因为服务器发生错误。'; +$labels['deactivateerror'] = '无法禁用选中的过滤器,因为服务器发生错误。'; $labels['activated'] = '禁用过滤器成功。'; $labels['deactivated'] = '启用过滤器成功。'; $labels['moved'] = '过滤器移动成功。'; |