rhymix/modules/page/lang/zh-TW.php
2016-01-31 16:01:17 +09:00

19 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
$lang->page = '頁面';
$lang->about_page = '可製作完整頁面的模組。利用最新主題列表或其他 Widgets 可以建立動態的頁面且通過網頁編輯器做出多樣化的頁面。連結頁面網址和其他模組連結的方式相同。即mid=模組名稱。選擇預設選項時,此頁面將變為首頁。';
$lang->cmd_page_modify = '頁面編輯';
$lang->cmd_page_create = '建立頁面';
$lang->cmd_page_article_create = '建立主題';
$lang->page_caching_interval = '暫存時間設置';
$lang->about_page_caching_interval = '單位為分。暫存時間內頁面將輸出臨時儲存的資料。 輸出外部主機訊息或資料時,如消耗資源很大,盡量把暫存時間設大一點。 『0』表示不暫存。';
$lang->about_mcontent = '此頁面為手機瀏覽頁面。如果沒有編輯此頁面,則會將預設頁面改編重新顯示。';
$lang->page_type = '頁面類型';
$lang->click_choice = '請選擇';
$lang->page_type_name['ARTICLE'] = '主題頁面';
$lang->page_type_name['WIDGET'] = 'Widget 頁面';
$lang->page_type_name['OUTSIDE'] = '外連頁面';
$lang->about_page_type = '請選擇想要建立的頁面。 <ol><li>Widget 頁面:是以 widgets 為主所建立的頁面。</li><li>主題頁面:可建立頁面的主題、內容及標簽。 </li><li>外連頁面:在 Rhymix 中使用外部 HTML 或 PHP 檔案。</li></ol>';
$lang->opage_path = '外連文章位置';
$lang->opage_mobile_path = '手機外連文章位置';
$lang->page_management = '頁面管理';
$lang->page_delete_warning = '如果刪除頁面,頁面標題將會一起被刪除。';