aboutsummaryrefslogtreecommitdiffstats
path: root/language/en_UK/install.lang.php
diff options
context:
space:
mode:
authorpatdenice <patdenice@piwigo.org>2008-10-15 17:50:12 +0000
committerpatdenice <patdenice@piwigo.org>2008-10-15 17:50:12 +0000
commit682220bded5b06a15943d2c0b65978fbcf3c43f1 (patch)
tree77f0fd0148158bd1e03c9f9fba058f5fbf72c174 /language/en_UK/install.lang.php
parent847a842e8d4ed1855838f5d8ab514fbf22cb164b (diff)
- 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/trunk@2747 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/en_UK/install.lang.php')
-rw-r--r--language/en_UK/install.lang.php12
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