summaryrefslogtreecommitdiff
path: root/plugins/archive/localization/zh_TW.inc
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2013-05-15 23:07:17 +0200
committerThomas Bruederli <thomas@roundcube.net>2013-05-15 23:07:17 +0200
commit3e78fc7fdf23f752ecad3874b196dceaf529976f (patch)
treebd3a90fe767cf0d7d440611848dfe56f4e1e81ce /plugins/archive/localization/zh_TW.inc
parent5b0deb0030e4fb88030950c1bb81174579aeea14 (diff)
Synced localizations from Transifex
Diffstat (limited to 'plugins/archive/localization/zh_TW.inc')
-rw-r--r--plugins/archive/localization/zh_TW.inc18
1 files changed, 9 insertions, 9 deletions
diff --git a/plugins/archive/localization/zh_TW.inc b/plugins/archive/localization/zh_TW.inc
index a434f3184..6eac3a391 100644
--- a/plugins/archive/localization/zh_TW.inc
+++ b/plugins/archive/localization/zh_TW.inc
@@ -20,15 +20,15 @@ $labels = array();
$labels['buttontext'] = '封存';
$labels['buttontitle'] = '封存此信件';
$labels['archived'] = '已成功封存';
-$labels['archivedreload'] = 'Successfully archived. Reload the page to see the new archive folders.';
-$labels['archiveerror'] = 'Some messages could not be archived';
+$labels['archivedreload'] = '封存動作完成.重新載入頁面瀏覽新的封存資料夾';
+$labels['archiveerror'] = '部分資訊無法完成封存';
$labels['archivefolder'] = '封存';
-$labels['settingstitle'] = 'Archive';
-$labels['archivetype'] = 'Divide archive by';
-$labels['archivetypeyear'] = 'Year (e.g. Archive/2012)';
-$labels['archivetypemonth'] = 'Month (e.g. Archive/2012/06)';
-$labels['archivetypefolder'] = 'Original folder';
-$labels['archivetypesender'] = 'Sender email';
-$labels['unkownsender'] = 'unknown';
+$labels['settingstitle'] = '封存';
+$labels['archivetype'] = '封存檔案切割方式';
+$labels['archivetypeyear'] = '年分(例如: 封存/2012)';
+$labels['archivetypemonth'] = '月份(例如: 封存/2012/06)';
+$labels['archivetypefolder'] = '原始資料夾';
+$labels['archivetypesender'] = '寄件者電子信箱';
+$labels['unkownsender'] = '未知';
?>