mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4557 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
fee1779c50
commit
0a4a9f04a7
36 changed files with 1672 additions and 0 deletions
35
modules/layout/lang/zh-TW.lang.php
Normal file
35
modules/layout/lang/zh-TW.lang.php
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
<?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->cmd_preview = '預覽';
|
||||
$lang->cmd_reset = '初始化';
|
||||
|
||||
$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>。";
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue