summaryrefslogtreecommitdiff
path: root/plugins/markasjunk2/localization/zh_TW.inc
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/markasjunk2/localization/zh_TW.inc')
-rw-r--r--plugins/markasjunk2/localization/zh_TW.inc14
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/markasjunk2/localization/zh_TW.inc b/plugins/markasjunk2/localization/zh_TW.inc
new file mode 100644
index 000000000..9d9d4a541
--- /dev/null
+++ b/plugins/markasjunk2/localization/zh_TW.inc
@@ -0,0 +1,14 @@
+<?php
+/* Author: Denny Lin */
+
+$labels = array();
+$labels['buttonjunk'] = '標為垃圾郵件';
+$labels['markasjunk'] = '標為垃圾郵件';
+$labels['buttonnotjunk'] = '非垃圾郵件';
+$labels['markasnotjunk'] = '非垃圾郵件';
+
+$messages = array();
+$messages['reportedasjunk'] = '已標為垃圾郵件';
+$messages['reportedasnotjunk'] = '已移至收件匣';
+
+?> \ No newline at end of file