rhymix/modules/layout/lang/zh-TW.lang.php

33 lines
1.6 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/layout/lang/zh-TW.lang.php
* @author zero <zero@nzeo.com> 翻譯royallin
* @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>。";
?>