diff options
Diffstat (limited to 'language/en_UK/install.lang.php')
-rw-r--r-- | language/en_UK/install.lang.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/language/en_UK/install.lang.php b/language/en_UK/install.lang.php index a3e4f4a31..a40ce6762 100644 --- a/language/en_UK/install.lang.php +++ b/language/en_UK/install.lang.php @@ -32,10 +32,8 @@ $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['Parameters are correct'] = "Parameters are correct"; $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['Can\'t connect to server'] = "Cannot connect to server"; -$lang['The next step of the installation is now possible'] = "The next step of the installation is now possible"; $lang['Copy the text in pink between hyphens and paste it into the file "local/config/database.inc.php"(Warning : database.inc.php must only contain what is in pink, no line return or space character)'] = "Copy the text in pink between hyphens and paste it into the file \"local/config/database.inc.php\". (Warning: database.inc.php must only contain the pink text, without additional line return or space character)"; $lang['Database type'] = "Database type"; $lang['The type of database your piwigo data will be store in'] = "The type of database your Piwigo data will be store in"; @@ -52,7 +50,6 @@ $lang['database tables names will be prefixed with it (enables you to manage bet $lang['enter a login for webmaster'] = "enter a login for webmaster"; $lang['webmaster login can\'t contain characters \' or "'] = "webmaster login can't contain characters ' or \""; $lang['please enter your password again'] = "please enter your password again"; -$lang['Installation finished'] = "Installation finished"; $lang['Webmaster password'] = "Webmaster password"; $lang['Keep it confidential, it enables you to access administration panel'] = "Keep it confidential, it enables you to access administration panel"; $lang['Password [confirm]'] = "Password [confirm]"; |