mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-14 07:52:13 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4596 201d5d3c-b55e-5fd7-737f-ddc643e51545
33 lines
1.6 KiB
PHP
33 lines
1.6 KiB
PHP
<?php
|
|
/**
|
|
* @file modules/layout/lang/zh-TW.lang.php
|
|
* @author zero <zero@nzeo.com>
|
|
* @brief 排版(layout) 模組語言包
|
|
**/
|
|
|
|
$lang->cmd_layout_management = '排版設置';
|
|
$lang->cmd_layout_edit = '排版編輯';
|
|
|
|
$lang->layout_name = '排版名稱';
|
|
$lang->layout_maker = "排版作者";
|
|
$lang->layout_license = '版權';
|
|
$lang->layout_history = "更新記錄";
|
|
$lang->layout_info = "排版資訊";
|
|
$lang->layout_list = '排版列表';
|
|
$lang->menu_count = '選單數量';
|
|
$lang->downloaded_list = '下載列表';
|
|
$lang->layout_preview_content = '顯示內容的部分。';
|
|
$lang->not_apply_menu = '套用排版';
|
|
|
|
$lang->cmd_move_to_installed_list = "檢視建立列表";
|
|
|
|
$lang->about_downloaded_layouts = "已下載的排版列表";
|
|
$lang->about_title = '連結模組時,請輸入容易區分的標題。';
|
|
$lang->about_not_apply_menu = '更新所有被連結到選單的模組排版。';
|
|
|
|
$lang->about_layout = "排版模組使網站製作變得更簡單。<br />透過排版設置及選單的連結,利用多種模組可以輕鬆製作組合出完整的網站。<br />- 無法刪除和修改的排版,可能是部落格或其他模組的原始樣板,因此應到相關模組進行設置。";
|
|
$lang->about_layout_code =
|
|
"修改的排版代碼儲存後,即可生效。
|
|
儲存之前,請先預覽後再儲存。
|
|
Zeroboard XE 排版語法請參考<a href=\"#\" onclick=\"winopen('http://trac.zeroboard.com/trac/wiki/TemplateHandler');return false;\">Zeroboard XE 樣版</a>。";
|
|
?>
|