about summary refs log tree commit diff stats
path: root/wiki/lib/plugins/revert/lang/zh-tw
diff options
context:
space:
mode:
authorahriman <ahriman@falte.red>2018-12-03 19:22:25 -0500
committerahriman <ahriman@falte.red>2018-12-03 19:22:25 -0500
commit0ae8cbf5c0b1a198b963490985b7738392ebcb97 (patch)
treeb2c77ae72c6b717e2b97492065196ac5ffb2d9e2 /wiki/lib/plugins/revert/lang/zh-tw
parentf57f6cc5a2d159f90168d292437dc4bd8cd7f934 (diff)
downloadsite-0ae8cbf5c0b1a198b963490985b7738392ebcb97.tar.gz
installed dokuwiki, added to navbar, updated news
Diffstat (limited to 'wiki/lib/plugins/revert/lang/zh-tw')
-rw-r--r--wiki/lib/plugins/revert/lang/zh-tw/intro.txt3
-rw-r--r--wiki/lib/plugins/revert/lang/zh-tw/lang.php24
2 files changed, 27 insertions, 0 deletions
diff --git a/wiki/lib/plugins/revert/lang/zh-tw/intro.txt b/wiki/lib/plugins/revert/lang/zh-tw/intro.txt
new file mode 100644
index 0000000..b6da47e
--- /dev/null
+++ b/wiki/lib/plugins/revert/lang/zh-tw/intro.txt
@@ -0,0 +1,3 @@
+====== 還原管理器 ======
+
+本頁面能幫助您自動還原遭垃圾訊息攻擊的頁面。先輸入關鍵字詞,搜尋包含垃圾訊息的頁面(例如垃圾訊息的 URL),確認找到的頁面確實包含垃圾訊息,再將它們還原。
\ No newline at end of file
diff --git a/wiki/lib/plugins/revert/lang/zh-tw/lang.php b/wiki/lib/plugins/revert/lang/zh-tw/lang.php
new file mode 100644
index 0000000..4ff1d10
--- /dev/null
+++ b/wiki/lib/plugins/revert/lang/zh-tw/lang.php
@@ -0,0 +1,24 @@
+<?php
+
+/**
+ * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ * 
+ * @author Li-Jiun Huang <ljhuang.tw@gmail.com>
+ * @author http://www.chinese-tools.com/tools/converter-simptrad.html
+ * @author Wayne San <waynesan@zerozone.tw>
+ * @author Li-Jiun Huang <ljhuang.tw@gmai.com>
+ * @author Cheng-Wei Chien <e.cwchien@gmail.com>
+ * @author Danny Lin <danny0838@pchome.com.tw>
+ * @author Shuo-Ting Jian <shoting@gmail.com>
+ * @author syaoranhinata@gmail.com
+ * @author Ichirou Uchiki <syaoranhinata@gmail.com>
+ */
+$lang['menu']                  = '還原管理';
+$lang['filter']                = '搜索包含垃圾訊息的頁面';
+$lang['revert']                = '還原選取的頁面';
+$lang['reverted']              = '%s 已還原成版本 %s';
+$lang['removed']               = '%s 已移除';
+$lang['revstart']              = '已開始還原操作。有可能需要很長時間。如果程式執行逾時,請嘗試分次還原少量內容。';
+$lang['revstop']               = '還原程序已完成。';
+$lang['note1']                 = '注意:搜尋區分大小寫';
+$lang['note2']                 = '注意:我們將把此頁面還原作最後一個不含垃圾訊息 <i>%s</i> 的版本。';