diff options
Diffstat (limited to 'lang/zh-tw/lang.php')
-rw-r--r-- | lang/zh-tw/lang.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/zh-tw/lang.php b/lang/zh-tw/lang.php new file mode 100644 index 000000000..72c5813c2 --- /dev/null +++ b/lang/zh-tw/lang.php @@ -0,0 +1,12 @@ +<?php +/** + * Chinese (Traditional) language file + * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + */ + +$lang['discussion'] = '討論'; +$lang['back_to_article'] = '回到文章'; +$lang['userpage'] = '用戶頁面'; // 使用者頁面 + +//Setup VIM: ex: et ts=2 : |