NobuNobu
nobun****@users*****
2006年 5月 16日 (火) 22:26:46 JST
Index: xoops2jp/html/install/language/english/install.php diff -u xoops2jp/html/install/language/english/install.php:1.2.8.2 xoops2jp/html/install/language/english/install.php:1.2.8.3 --- xoops2jp/html/install/language/english/install.php:1.2.8.2 Tue Apr 11 17:39:07 2006 +++ xoops2jp/html/install/language/english/install.php Tue May 16 22:26:46 2006 @@ -1,5 +1,5 @@ <?php -// $Id: install.php,v 1.2.8.2 2006/04/11 08:39:07 nobunobu Exp $ +// $Id: install.php,v 1.2.8.3 2006/05/16 13:26:46 nobunobu Exp $ define("_INSTALL_L0","Welcome to the Install Wizard for XOOPS Cube 2.1"); define("_INSTALL_L70","Please change the file permission for mainfile.php so that it is writeable by the server (i.e. chmod 777 mainfile.php on a UNIX/LINUX server, or check the properties of the file and make sure the read-only flag is not set on a Windows server ). Reload this page once you have changed the permission setting."); //define("_INSTALL_L71","Click on the button below to begin the installation."); @@ -49,7 +49,7 @@ define("_INSTALL_L58","Virtual path to your main XOOPS Cube directory WITHOUT trailing slash"); define("_INSTALL_L31","Could not create database. Contact the server administrator for details."); -define("_INSTALL_L32","The 1st Stage Installation Complete"); +define("_INSTALL_L32","The 1st Step Installation Complete"); define("_INSTALL_L33","Click <a href='../index.php'>HERE</a> to see the home page of your site."); define("_INSTALL_L35","If you had any errors, please contact the dev team at <a href='http://xoopscube.org/' target='_blank'>XOOPS Cube.org</a>"); define("_INSTALL_L36","Please choose your site admin's name and password."); @@ -175,7 +175,7 @@ define('_INSTALL_L128', 'Choose language to be used for the installation process'); define('_INSTALL_L200', 'Reload'); -define("_INSTALL_L210","The 2nd Stage Installation"); +define("_INSTALL_L210","The 2nd Step Installation"); define('_INSTALL_CHARSET','ISO-8859-1');