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_TW.inc |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/plugins/managesieve/localization/zh_TW.inc b/plugins/managesieve/localization/zh_TW.inc
index 10a547a..db2292b 100644
--- a/plugins/managesieve/localization/zh_TW.inc
+++ b/plugins/managesieve/localization/zh_TW.inc
@@ -9,9 +9,8 @@
  | Licensed under the GNU General Public License                         |
  |                                                                       |
  +-----------------------------------------------------------------------+
- | Author: Nansen <Unknown>                                              |
+ | Author: Nansen                                                        |
  +-----------------------------------------------------------------------+
- @version $Id$
 */
 
 $labels = array();
@@ -125,5 +124,11 @@
 $labels['setdeleteconfirm'] = '你確定要刪除選擇的篩選器集合嗎?';
 $labels['setcreateerror'] = '無法建立篩選器集合。 伺服器發生錯誤';
 $labels['setcreated'] = '篩選器集合成功建立';
+$labels['activateerror'] = '無法啟用選擇的篩選器。伺服器錯誤';
+$labels['deactivateerror'] = '無法停用選擇的篩選器。伺服器錯誤';
+$labels['activated'] = '篩選器已停用';
+$labels['deactivated'] = '篩選器已啟用';
+$labels['moved'] = '篩選器已移動';
+$labels['moveerror'] = '無法移動選擇的篩選器。伺服器錯誤';
 $labels['nametoolong'] = '無法建立篩選器集合。 名稱太長';
 

--
Gitblit v1.9.1