diff options
author | patdenice <patdenice@piwigo.org> | 2008-10-15 17:55:18 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2008-10-15 17:55:18 +0000 |
commit | 5ce101c1939bcea8b3171d3d0cf494b35a9650f3 (patch) | |
tree | 1ee1b5fe12447f52f7d37a44193d460a1f6a99c2 /language/en_UK/install.lang.php | |
parent | fd1badf24b962381f2600abbe9d2714f1f463005 (diff) |
Merge from trunk 2747:
- Install process now looks like goto/roma.
- Move install.tpl to goto template.
- add charset utf8 to fatal error function.
- Check php version on install and upgrade, and die if < 5.
git-svn-id: http://piwigo.org/svn/branches/2.0@2748 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/en_UK/install.lang.php | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/language/en_UK/install.lang.php b/language/en_UK/install.lang.php index 5e67d9a33..92cbe08d6 100644 --- a/language/en_UK/install.lang.php +++ b/language/en_UK/install.lang.php @@ -21,7 +21,7 @@ // | USA. | // +-----------------------------------------------------------------------+ -$lang['install_message'] = 'Message'; +$lang['Installation'] = 'Installation'; $lang['Initial_config'] = 'Basic configuration'; $lang['Default_lang'] = 'Default gallery language'; $lang['step1_title'] = 'Database configuration'; @@ -37,7 +37,7 @@ $lang['step1_err_db'] = 'Connection to server succeed, but it was impossible to $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_err_copy'] = 'Copy the text in red between hyphens and paste it into the file "include/mysql.inc.php"(Warning : mysql.inc.php must only contain what is in blue, no line return or space character)'; +$lang['step1_err_copy'] = 'Copy the text in pink between hyphens and paste it into the file "include/mysql.inc.php"(Warning : mysql.inc.php must only contain what is in pink, no line return or space character)'; $lang['step1_host'] = 'MySQL host'; $lang['step1_host_info'] = 'localhost, sql.multimania.com, toto.freesurf.fr'; @@ -60,11 +60,9 @@ $lang['step2_pwd_conf_info'] = 'verification'; $lang['install_help'] = 'Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'; $lang['install_end_message'] = 'The configuration of Piwigo is finished, here is the next step<br /><br /> 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>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>'; +Once this file deleted , follow this instructions :<br /> +* go to the identification page : [ <a href="identification.php">identification</a> ] and use the login/password given for webmaster<br /> +* this login will enable you to access to the administration panel and to the instructions in order to place pictures in your directories'; $lang['conf_mail_webmaster'] = 'Webmaster mail address'; $lang['conf_mail_webmaster_info'] = 'Visitors will be able to contact site administrator with this mail'; ?>
\ No newline at end of file |