Ignore:
Timestamp:
Feb 20, 2004, 8:07:43 PM (20 years ago)
Author:
gweltas
Message:

Migration of installation procedure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/language/en_UK.iso-8859-1/install.lang.php

    r364 r367  
    2727
    2828$lang['install_message'] = 'Message';
     29$lang['Initial_config'] = 'Basic configuration';
     30$lang['Default_lang'] = 'Default galerie language';
     31$lang['step1_title'] = 'Database configuration';
     32$lang['step2_title'] = 'Admin configuration';
     33$lang['Start_Install'] = 'Start Install';
     34$lang['reg_err_mail_address'] = 'mail address must be like xxx@yyy.eee (example : jack@altern.org)';
     35
    2936$lang['step1_confirmation'] = 'Parameters are correct';
    3037$lang['step1_err_db'] = 'Connection to server succeed, but it was impossible to connect to database';
     
    3239$lang['step1_err_copy_2'] = 'The next step of the installation is now possible';
    3340$lang['step1_err_copy_next'] = 'next step';
    34 $lang['step1_title'] = 'Step 1/2';
    3541$lang['step1_host'] = 'MySQL host';
    3642$lang['step1_host_info'] = 'localhost, sql.multimania.com, toto.freesurf.fr';
     
    4652$lang['step2_err_login3'] = 'webmaster login can\'t contain characters \' or "';
    4753$lang['step2_err_pass'] = 'please enter your password again';
    48 $lang['step2_err_mail'] = $lang['conf_err_mail'];
    4954$lang['install_end_title'] = 'Installation finished';
    50 $lang['step2_title'] = 'Step 2/2';
    5155$lang['step2_pwd'] = 'webmaster password';
    5256$lang['step2_pwd_info'] = 'Keep it confidential, it enables you to access administration panel';
     
    5862Once this file deleted , follow this instructions :
    5963<ul>
    60 <li>go to the identification page : [ <a href="../identification.php">identification</a> ] and use the login/password given for webmaster</li>
     64<li>go to the identification page : [ <a href="identification.php">identification</a> ] and use the login/password given for webmaster</li>
    6165<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>
    6266</ul>';
    63 $lang['install_warning'] = 'The file "install.php" is still present. Please remove it from your server. It is not secure to keep it.';
    64 
    6567?>
Note: See TracChangeset for help on using the changeset viewer.