Migration of installation procedure
git-svn-id: http://piwigo.org/svn/trunk@367 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
c6a91a26c4
commit
3bf770a16a
10 changed files with 457 additions and 504 deletions
|
|
@ -26,12 +26,18 @@
|
|||
// +-----------------------------------------------------------------------+
|
||||
|
||||
$lang['install_message'] = 'Message';
|
||||
$lang['Initial_config'] = 'Basic configuration';
|
||||
$lang['Default_lang'] = 'Default galerie language';
|
||||
$lang['step1_title'] = 'Database configuration';
|
||||
$lang['step2_title'] = 'Admin configuration';
|
||||
$lang['Start_Install'] = 'Start Install';
|
||||
$lang['reg_err_mail_address'] = 'mail address must be like xxx@yyy.eee (example : jack@altern.org)';
|
||||
|
||||
$lang['step1_confirmation'] = 'Parameters are correct';
|
||||
$lang['step1_err_db'] = 'Connection to server succeed, but it was impossible to connect to database';
|
||||
$lang['step1_err_server'] = 'Can\'t connect to server';
|
||||
$lang['step1_err_copy_2'] = 'The next step of the installation is now possible';
|
||||
$lang['step1_err_copy_next'] = 'next step';
|
||||
$lang['step1_title'] = 'Step 1/2';
|
||||
$lang['step1_host'] = 'MySQL host';
|
||||
$lang['step1_host_info'] = 'localhost, sql.multimania.com, toto.freesurf.fr';
|
||||
$lang['step1_user'] = 'user';
|
||||
|
|
@ -45,9 +51,7 @@ $lang['step1_prefix_info'] = 'database tables names will be prefixed with it (en
|
|||
$lang['step2_err_login1'] = 'enter a login for webmaster';
|
||||
$lang['step2_err_login3'] = 'webmaster login can\'t contain characters \' or "';
|
||||
$lang['step2_err_pass'] = 'please enter your password again';
|
||||
$lang['step2_err_mail'] = $lang['conf_err_mail'];
|
||||
$lang['install_end_title'] = 'Installation finished';
|
||||
$lang['step2_title'] = 'Step 2/2';
|
||||
$lang['step2_pwd'] = 'webmaster password';
|
||||
$lang['step2_pwd_info'] = 'Keep it confidential, it enables you to access administration panel';
|
||||
$lang['step2_pwd_conf'] = 'confirm password';
|
||||
|
|
@ -57,9 +61,7 @@ $lang['install_end_message'] = 'The configuration of PhpWebGallery is finished,
|
|||
For security reason, please delete file "install.php"<br />
|
||||
Once this file deleted , follow this instructions :
|
||||
<ul>
|
||||
<li>go to the identification page : [ <a href="../identification.php">identification</a> ] and use the login/password given for webmaster</li>
|
||||
<li>go to the identification page : [ <a href="identification.php">identification</a> ] and use the login/password given for webmaster</li>
|
||||
<li>this login will enable you to access to the administration panel and to the instructions in order to place pictures in your directories</li>
|
||||
</ul>';
|
||||
$lang['install_warning'] = 'The file "install.php" is still present. Please remove it from your server. It is not secure to keep it.';
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue