From 30df1c33374248dce8e155b83005c6a96597e3e3 Mon Sep 17 00:00:00 2001 From: FruitsHake Date: Thu, 2 Aug 2007 15:31:21 +0000 Subject: [PATCH] =?UTF-8?q?=EC=8B=A4=EC=A0=9C=20=EC=84=A4=EC=B9=98?= =?UTF-8?q?=EB=A5=BC=20=EC=A7=84=ED=96=89=ED=95=98=EB=A9=B0=20=EC=96=B4?= =?UTF-8?q?=EC=9A=B8=EB=A6=AC=EC=A7=80=20=EC=95=8A=EB=8A=94=EA=B2=83?= =?UTF-8?q?=EB=93=A4=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/trunk@2140 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/install/lang/en.lang.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/install/lang/en.lang.php b/modules/install/lang/en.lang.php index 220fafd37..7c368a6a9 100644 --- a/modules/install/lang/en.lang.php +++ b/modules/install/lang/en.lang.php @@ -229,7 +229,7 @@ EndOfLicense; $lang->cmd_agree_license = 'I agree with the license'; $lang->cmd_install_fix_checklist = 'I have fixed the required conditions.'; - $lang->cmd_install_next = 'Start Installation'; + $lang->cmd_install_next = 'Continue installation'; $lang->db_desc = array( 'mysql' => 'Using mysql*() function to use mysql DB.
Transaction is disabled because DB file is created by myisam.', @@ -251,12 +251,12 @@ EndOfLicense; $lang->db_database_file = 'DB Database file'; $lang->db_table_prefix = 'Table header'; - $lang->admin_title = 'Administration Info'; + $lang->admin_title = 'Administrator Info'; $lang->env_title = 'Configuration'; $lang->use_rewrite = 'Use rewrite mod'; $lang->about_rewrite = "If web server provides rewrite mod, long URL such as http://blah/?document_srl=123 can be shortened like http://blah/123"; - $lang->time_zone = 'time zone'; + $lang->time_zone = 'Time zone'; $lang->about_time_zone = "If the server time and the time on your location don't accord each other, you can set the time as same as your location by using time zone "; $lang->about_database_file = 'Sqlite saves data in the file. Location of the database file should be unreachable by web
Data file should be inside the permission of 707.';