mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-29 08:09:58 +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
15
modules/opage/lang/zh-TW.lang.php
Normal file
15
modules/opage/lang/zh-TW.lang.php
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<?php
|
||||
/**
|
||||
* @file zh_TW.lang.php
|
||||
* @author zero (zero@nzeo.com)
|
||||
* @brief 外部頁面(opage)模組語言包
|
||||
**/
|
||||
|
||||
$lang->opage = "外部頁面";
|
||||
$lang->opage_path = "外部頁面路徑";
|
||||
$lang->opage_caching_interval = "暫存時間設置";
|
||||
|
||||
$lang->about_opage = "此模組是種可把外部 html或 php檔案插入到Zeroboard XE內部的模組。<br />可以使用絕對路徑及相對路徑。而且使用以http:// 開頭的地址時,可以把外部主機中的頁面插入到Zeroboard XE當中。";
|
||||
$lang->about_opage_path= "請輸入外部檔案路徑。<br />可以使用如同 /path1/path2/sample.php的絕對路徑或如 ../path2/sample.php的相對路徑。<br />如使用http://url/sample.php之類的地址,可以把此頁面的輸出結果顯示到Zeroboard XE內部的指定位置。<br />目前安裝的Zeroboard XE絕對路徑如下:<br />";
|
||||
$lang->about_opage_caching_interval = "單位為分。暫存時間內頁面將輸出臨時儲存的資料。<br />輸出外部主機訊息或資料時,如消耗資源很大,盡量把暫存時間設置大一點。<br />0 表示不暫存。";
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue