From 83ad4860482cfabc35d6598c776441b9aa2890a4 Mon Sep 17 00:00:00 2001 From: supershop Date: Wed, 2 Jul 2008 11:21:53 +0000 Subject: [PATCH] =?UTF-8?q?=EC=98=81=EC=96=B4=20-=20=EA=B8=B0=EC=A1=B4=20?= =?UTF-8?q?=EB=B2=88=EC=97=AD=EB=B3=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4337 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/opage/lang/en.lang.php | 2 +- modules/session/lang/en.lang.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/opage/lang/en.lang.php b/modules/opage/lang/en.lang.php index a1aae74a7..7ff45e629 100644 --- a/modules/opage/lang/en.lang.php +++ b/modules/opage/lang/en.lang.php @@ -7,7 +7,7 @@ $lang->opage = "External Page"; $lang->opage_path = "Location of External Document"; - $lang->opage_caching_interval = "Set Caching Time"; + $lang->opage_caching_interval = "Caching Time"; $lang->about_opage = "This module enables usage of external html or php files in Zeroboard XE.
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.
Both absolute path such as '/path1/path2/sample.php' or relative path such as '../path2/sample.php' can be used.
If you input the path like 'http://url/sample.php' , the result will be received and then displayed.
This is current Zeroboard Xe's absolute path.
"; diff --git a/modules/session/lang/en.lang.php b/modules/session/lang/en.lang.php index 6597109fe..f357ee2b2 100644 --- a/modules/session/lang/en.lang.php +++ b/modules/session/lang/en.lang.php @@ -2,7 +2,7 @@ /** * @file modules/session/lang/ko.lang.php * @author zero - * @brief 한국어 언어팩 (기본적인 내용만 수록) + * @brief Korean Language Pack (Basic Contents Only) **/ $lang->session = 'Session';