diff options
-rw-r--r-- | language/en_UK/install.lang.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/language/en_UK/install.lang.php b/language/en_UK/install.lang.php index aca82d26f..e5ba9805b 100644 --- a/language/en_UK/install.lang.php +++ b/language/en_UK/install.lang.php @@ -31,8 +31,8 @@ $lang['Admin configuration'] = "Admin configuration"; $lang['Start Install'] = "Start installation"; $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = "mail address must be like xxx@yyy.eee (example : jack@altern.org)"; $lang['Webmaster login'] = "Webmaster login"; -$lang['It will be shown to the visitors. It is necessary for website administration'] = "It will be shown to the visitors. It is necessary for website administration"; -$lang['Connection to server succeed, but it was impossible to connect to database'] = "Connection to server successful, but the connection to the database is impossible"; +$lang['It will be shown to the visitors. It is necessary for website administration'] = 'It will be shown to visitors. It is necessary for website administration'; +$lang['Connection to server succeed, but it was impossible to connect to database'] = 'Connection to server successful, but the connection to the database was not possible.'; $lang['Can\'t connect to server'] = "Cannot connect to server"; $lang['Host'] = "Host"; $lang['localhost, sql.multimania.com, toto.freesurf.fr'] = "localhost, sql.multimania.com, toto.freesurf.fr"; @@ -53,7 +53,7 @@ $lang['Password [confirm]'] = "Password [confirm]"; $lang['verification'] = "verification"; $lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = "Need help? Ask your question on <a href=\"%s\">Piwigo message board</a>."; $lang['Webmaster mail address'] = "Webmaster mail address"; -$lang['Visitors will be able to contact site administrator with this mail'] = "Visitors will be able to use this mail to contact the site administrator"; +$lang['Visitors will be able to contact site administrator with this mail'] = 'Visitors will be able to use this email to contact the site administrator'; $lang['PHP 5 is required'] = "PHP 5 is required"; $lang['It appears your webhost is currently running PHP %s.'] = "It appears your webhost is currently running PHP %s."; $lang['Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = "Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file."; |