mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 06:39:56 +09:00
위젯 검출 정규 표현식을 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2892 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f9896fe51a
commit
90aa62a6ac
993 changed files with 9190 additions and 10457 deletions
15
modules/opage/lang/en.lang.php
Normal file
15
modules/opage/lang/en.lang.php
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<?php
|
||||
/**
|
||||
* @file ko.lang.php
|
||||
* @author zero (zero@nzeo.com)
|
||||
* @brief basic language pack of external page module
|
||||
**/
|
||||
|
||||
$lang->opage = "External Page";
|
||||
$lang->opage_path = "Location of External Document";
|
||||
$lang->opage_caching_interval = "Set Caching Time";
|
||||
|
||||
$lang->about_opage = "This module enables usage of external html or php files in Zeroboard XE.<br />It allows absolute or relative path, and if the url starts with 'http://' , it can display the external page of the server.";
|
||||
$lang->about_opage_path= "Please input the location of external document.<br />Both absolute path such as '/path1/path2/sample.php' or relative path such as '../path2/sample.php' can be used.<br />If you input the path like 'http://url/sample.php' , the result will be received and then displayed.<br />This is current Zeroboard Xe's absolute path.<br />";
|
||||
$lang->about_opage_caching_interval = "The unit is minute, and it displays temporary saved data for assigned time.<br />It is recommended to cache for proper time if a lot of resources are needed when displaying other servers' data or information.<br />A value of 0 will not cache.";
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue