1<?php 2/** 3 * Chinese Traditional language file 4 * 5 * @author Li-Jiun Huang <ljhuang.tw@gmail.com> 6 * @author http://www.chinese-tools.com/tools/converter-simptrad.html 7 * @author Wayne San <waynesan@zerozone.tw> 8 * @author Li-Jiun Huang <ljhuang.tw@gmai.com> 9 * @author Cheng-Wei Chien <e.cwchien@gmail.com> 10 * @author Danny Lin <danny0838@pchome.com.tw> 11 */ 12 13// for admin plugins, the menu prompt to be displayed in the admin menu 14// if set here, the plugin doesn't need to override the getMenuText() method 15$lang['menu'] = '還原管理'; 16 17// custom language strings for the plugin 18$lang['filter'] = '搜索包含垃圾訊息的頁面'; 19$lang['revert'] = '還原選取的頁面'; 20$lang['reverted'] = '%s 已還原為版本 %s'; 21$lang['removed'] = '%s 已移除'; 22$lang['revstart'] = '已開始還原操作。有可能需要很長時間。如果程式執行逾時,請嘗試分次還原少量內容。'; 23$lang['revstop'] = '還原程序已成功完成。'; 24$lang['note1'] = '注意:搜尋區分大小寫'; 25$lang['note2'] = '注意:此頁面將被還原為最後一個不含垃圾訊息 <i>%s</i> 的版本。'; 26