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_TW.inc | |
parent | 565c472918e7f9707cd8d7909ad5dbcc5a921fdf (diff) |
Updated translations from launchpad
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'] = '無法建立篩選器集合。 名稱太長'; |