<?php
/**
 * Traditional Chinese language file
 *
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author     Jonathan Tsai <tryweb@ichiayi.com>
 */
 
// settings must be present and set appropriately for the language
$lang['encoding']   = 'utf-8';
$lang['direction']  = 'ltr';
 
// 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']            = '管理討論區'; 
 
$lang['discussion']      = '討論區';
$lang['comment']         = '意見';
$lang['comments']        = '意見';
$lang['nocomments']      = '意見';
$lang['url']             = '網站';
$lang['address']         = '地址';
$lang['date']            = '日期';
$lang['entercomment']    = '輸入您的意見';
$lang['wikisyntax']      = '允許使用維基語法';
$lang['older']           = '舊討論';
$lang['newer']           = '新討論';
$lang['btn_reply']       = '回覆';
$lang['btn_hide']        = '隱藏';
$lang['btn_show']        = '顯示';
$lang['btn_change']      = '修改';
$lang['statuschanged']   = '討論狀態已更改';
$lang['wordblock']       = '您的意見被認為是垃圾訊息而被阻擋。';
$lang['moderation']      = '您的意見已送出等待審核。';
$lang['mail_newcomment'] = '新的意見';
$lang['subscribe']       = '訂閱意見';
$lang['noguests']        = '您可在登入後發表意見。';
 
$lang['status']          = '狀態';
$lang['off']             = '關閉';
$lang['open']            = '開啟';
$lang['closed']          = '結束';
 
$lang['reply']           = '回覆';
$lang['replies']         = '回覆';
$lang['newthread']       = '新討論串';
$lang['threads']         = '討論串';
 
//Setup VIM: ex: et ts=2 enc=utf-8 :