diff options
Diffstat (limited to 'wiki/lib/plugins/popularity/lang/zh-tw/lang.php')
-rw-r--r-- | wiki/lib/plugins/popularity/lang/zh-tw/lang.php | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/wiki/lib/plugins/popularity/lang/zh-tw/lang.php b/wiki/lib/plugins/popularity/lang/zh-tw/lang.php new file mode 100644 index 0000000..252c606 --- /dev/null +++ b/wiki/lib/plugins/popularity/lang/zh-tw/lang.php @@ -0,0 +1,22 @@ +<?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 + * @author Shuo-Ting Jian <shoting@gmail.com> + * @author syaoranhinata@gmail.com + * @author Ichirou Uchiki <syaoranhinata@gmail.com> + */ +$lang['name'] = '人氣回饋 (可能需要一些時間載入) '; +$lang['submit'] = '發送資料'; +$lang['autosubmit'] = '每月自動發送'; +$lang['submissionFailed'] = '由於以下原因,資料無法發送:'; +$lang['submitDirectly'] = '你可以利用以下的表單來發手動發送資料。'; +$lang['autosubmitError'] = '由於以下原因,上次自動發送無法進行:'; +$lang['lastSent'] = '資料已發送'; |