summaryrefslogtreecommitdiff
path: root/lib/plugins/revert/lang/zh-tw/lang.php
blob: 68fd3dce54b321c9081e0a62569f0aebdef0de0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?php
/**
 * Chinese Traditional language file
 *
 * @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>
 */

// for admin plugins, the menu prompt to be displayed in the admin menu
// if set here, the plugin doesn't need to override the getMenuText() method
$lang['menu']                  = '還原管理';

// custom language strings for the plugin
$lang['filter']                = '搜索包含垃圾訊息的頁面';
$lang['revert']                = '還原選取的頁面';
$lang['reverted']              = '%s 已還原為版本 %s';
$lang['removed']               = '%s 已移除';
$lang['revstart']              = '已開始還原操作。有可能需要很長時間。如果程式執行逾時,請嘗試分次還原少量內容。';
$lang['revstop']               = '還原程序已成功完成。';
$lang['note1']                 = '注意:搜尋區分大小寫';
$lang['note2']                 = '注意:此頁面將被還原為最後一個不含垃圾訊息 <i>%s</i> 的版本。';