NobuNobu
nobun****@users*****
2006年 4月 11日 (火) 17:39:07 JST
Index: xoops2jp/html/install/language/english/finish.php diff -u xoops2jp/html/install/language/english/finish.php:1.2.8.1 xoops2jp/html/install/language/english/finish.php:1.2.8.2 --- xoops2jp/html/install/language/english/finish.php:1.2.8.1 Sat Feb 4 02:16:36 2006 +++ xoops2jp/html/install/language/english/finish.php Tue Apr 11 17:39:07 2006 @@ -1,10 +1,15 @@ <?php -// $Id: finish.php,v 1.2.8.1 2006/02/03 17:16:36 tom_g3x Exp $ +// $Id: finish.php,v 1.2.8.2 2006/04/11 08:39:07 nobunobu Exp $ $content .= -"<u><b>Your site</b></u> -<p>Click <a href='../index.php'>HERE</a> to see the home page of your site.</p> +"<h3><u>About the 2nd Stage Installation</u></h3> +<p>The 1st stage installation of XOOPS Cube complete. You should execute the 2nd stage installation for setup system modules</p> +<p>Click a [Next] button, and you'll see login screen. Please login with administrator's user account, that you create at the 1st stage.</p> +<p>After login, XOOPS Cube Module list will be displayed. Then, please click a 'Install' button.</p> +<p>Specified Modules are automatically installed, and then you can see XOOPS Cube Top Page</p> + <u><b>Way to use</b></u> <p>[not yet]</p> + <u><b>Support</b></u> <p>Visit <a href='http://xoopscube.org/' target='_blank'>XOOPS Cube.org</a></p> "; Index: xoops2jp/html/install/language/english/install.php diff -u xoops2jp/html/install/language/english/install.php:1.2.8.1 xoops2jp/html/install/language/english/install.php:1.2.8.2 --- xoops2jp/html/install/language/english/install.php:1.2.8.1 Sat Feb 4 02:16:36 2006 +++ xoops2jp/html/install/language/english/install.php Tue Apr 11 17:39:07 2006 @@ -1,5 +1,5 @@ <?php -// $Id: install.php,v 1.2.8.1 2006/02/03 17:16:36 tom_g3x Exp $ +// $Id: install.php,v 1.2.8.2 2006/04/11 08:39:07 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","Installation Complete"); +define("_INSTALL_L32","The 1st Stage 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,6 +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_CHARSET','ISO-8859-1');