diff options
author | plegall <plg@piwigo.org> | 2010-04-01 14:14:21 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-04-01 14:14:21 +0000 |
commit | 734d08b97d80b607b97b7060a6022db4d89d831e (patch) | |
tree | dbdd72700fddb4e05374e7eaae04a71df85a04ab /language/en_UK/install.lang.php | |
parent | 7985fbe637ff929dd099aafa992bafb9afffa455 (diff) |
Fix missing keys: some keys have been removed by mistake during the massive
key conversion.
git-svn-id: http://piwigo.org/svn/trunk@5535 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/en_UK/install.lang.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/language/en_UK/install.lang.php b/language/en_UK/install.lang.php index d9134d8a5..a3e4f4a31 100644 --- a/language/en_UK/install.lang.php +++ b/language/en_UK/install.lang.php @@ -36,7 +36,6 @@ $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['next step'] = "next step"; $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"; |