rhymix/modules/board/lang/zh-TW.lang.php
royallin 2bec183235 traditional Chinese translation
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6172 201d5d3c-b55e-5fd7-737f-ddc643e51545
2009-04-22 13:20:15 +00:00

41 lines
2.2 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* @file modules/board/lang/zh-TW.lang.php
* @author zero (zero@nzeo.com) 翻譯royallin
* @brief 討論板(board)模組正體中文語言
**/
$lang->board = '討論板';
$lang->except_notice = '公告選項';
$lang->use_anonymous = '匿名功能';
$lang->cmd_manage_menu = '選單管理';
$lang->list_target_item = '目標項目';
$lang->list_display_item = '顯示項目';
// 項目
$lang->search_result = '搜尋結果';
$lang->consultation = '咨詢功能';
$lang->secret = '秘密';
$lang->thisissecret = '這是秘密文。';
$lang->admin_mail = '管理員電子郵件';
// 按鈕語言
$lang->cmd_board_list = '討論板列表';
$lang->cmd_module_config = '討論板共同設置';
$lang->cmd_view_info = '討論板資料';
$lang->cmd_list_setting = '列表設定';
// 其他
$lang->about_layout_setup = '可直接編輯部落格版面設計原始碼。可把控件原始碼插入到您喜歡的位置。';
$lang->about_board_category = '可以新增/刪除分類項目<br />分類有異常情況時,可以嘗試重新建立暫存檔。';
$lang->about_except_notice = '設置公告列表項目,不再重複顯示到普通列表當中。';
$lang->about_use_anonymous = '討論板可使用匿名功能。可在面板設定中設置隱藏作者的資料。';
$lang->about_board = '可建立及管理討論板的模組。';
$lang->about_consultation = "咨詢功能是指除有管理權限的會員以外,其他會員只能瀏覽自己發表的主題。\n使用咨詢功能時系統將自動禁止非會員的發表主題權限。";
$lang->about_secret = '可用於討論板或回覆時選擇是否使用。';
$lang->about_admin_mail = '有新的主題或評論時,將自動發電子郵件來通知管理員。<br />多數電子郵件由逗號(,)區隔。';
$lang->about_list_config = '可以放置想要的項目種類。<br />當所使用的面板支援此功能時才會正常實現。<br />對目標項目/顯示項目中的物件按兩下可新增或移除。';
$lang->msg_not_enough_point = '你的點數不夠在此討論板發表主題。';
?>