diff options
Diffstat (limited to 'plugins/managesieve/localization/zh_TW.inc')
-rw-r--r-- | 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 10a547ad7..db2292b9a 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['setdeleted'] = '篩選器集合成功刪除'; $labels['setdeleteconfirm'] = '你確定要刪除選擇的篩選器集合嗎?'; $labels['setcreateerror'] = '無法建立篩選器集合。 伺服器發生錯誤'; $labels['setcreated'] = '篩選器集合成功建立'; +$labels['activateerror'] = '無法啟用選擇的篩選器。伺服器錯誤'; +$labels['deactivateerror'] = '無法停用選擇的篩選器。伺服器錯誤'; +$labels['activated'] = '篩選器已停用'; +$labels['deactivated'] = '篩選器已啟用'; +$labels['moved'] = '篩選器已移動'; +$labels['moveerror'] = '無法移動選擇的篩選器。伺服器錯誤'; $labels['nametoolong'] = '無法建立篩選器集合。 名稱太長'; |