diff options
Diffstat (limited to 'language/en_UK.iso-8859-1/install.lang.php')
-rw-r--r-- | language/en_UK.iso-8859-1/install.lang.php | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/language/en_UK.iso-8859-1/install.lang.php b/language/en_UK.iso-8859-1/install.lang.php index 8907806b0..5e23892cf 100644 --- a/language/en_UK.iso-8859-1/install.lang.php +++ b/language/en_UK.iso-8859-1/install.lang.php @@ -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.'; - ?>
\ No newline at end of file |