1<?php
2/**
3 * Traditional Chinese language file
4 *
5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author     Jonathan Tsai <tryweb@ichiayi.com>
7 */
8
9// settings must be present and set appropriately for the language
10$lang['encoding']   = 'utf-8';
11$lang['direction']  = 'ltr';
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$lang['discussion']      = '討論區';
18$lang['comment']         = '意見';
19$lang['comments']        = '意見';
20$lang['nocomments']      = '意見';
21$lang['url']             = '網站';
22$lang['address']         = '地址';
23$lang['date']            = '日期';
24$lang['entercomment']    = '輸入您的意見';
25$lang['wikisyntax']      = '允許使用維基語法';
26$lang['older']           = '舊討論';
27$lang['newer']           = '新討論';
28$lang['btn_reply']       = '回覆';
29$lang['btn_hide']        = '隱藏';
30$lang['btn_show']        = '顯示';
31$lang['btn_change']      = '修改';
32$lang['statuschanged']   = '討論狀態已更改';
33$lang['wordblock']       = '您的意見被認為是垃圾訊息而被阻擋。';
34$lang['moderation']      = '您的意見已送出等待審核。';
35$lang['mail_newcomment'] = '新的意見';
36$lang['subscribe']       = '訂閱意見';
37$lang['noguests']        = '您可在登入後發表意見。';
38
39$lang['status']          = '狀態';
40$lang['off']             = '關閉';
41$lang['open']            = '開啟';
42$lang['closed']          = '結束';
43
44$lang['reply']           = '回覆';
45$lang['replies']         = '回覆';
46$lang['newthread']       = '新討論串';
47$lang['threads']         = '討論串';
48
49//Setup VIM: ex: et ts=2 enc=utf-8 :