aboutsummaryrefslogtreecommitdiffstats
path: root/language/en_UK/install.lang.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2010-04-02 13:15:33 +0000
committerplegall <plg@piwigo.org>2010-04-02 13:15:33 +0000
commit8406eef35349719b7c3ec7cb0ec8d742cde2ac7c (patch)
treeea205c7276515aac105252e682719cbea51c0cda /language/en_UK/install.lang.php
parente0317e195b6232090129f39939a86923ccc304ed (diff)
bug 1544: installation errors are translated into fr_FR.
git-svn-id: http://piwigo.org/svn/trunk@5572 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/en_UK/install.lang.php')
-rw-r--r--language/en_UK/install.lang.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/language/en_UK/install.lang.php b/language/en_UK/install.lang.php
index a40ce6762..2fe0ad051 100644
--- a/language/en_UK/install.lang.php
+++ b/language/en_UK/install.lang.php
@@ -67,4 +67,8 @@ $lang['Piwigo was not able to configure PHP 5.'] = "Piwigo was not able to confi
$lang['You may referer to your hosting provider\'s support and see how you could switch to PHP 5 by yourself.'] = "You should refer to your hosting provider's support and see how you can switch to PHP 5 by yourself.";
$lang['Hope to see you back soon.'] = "Hope to see you back soon.";
$lang['Congratulations, Piwigo installation is completed'] = 'Congratulations, Piwigo installation is completed';
+$lang['An alternate solution is to copy the text in the box above and paste it into the file "local/config/database.inc.php" (Warning : database.inc.php must only contain what is in the textarea, no line return or space character)'] = 'An alternate solution is to copy the text in the box above and paste it into the file "local/config/database.inc.php" (Warning : database.inc.php must only contain what is in the textarea, no line return or space character)';
+$lang['Creation of config file local/config/database.inc.php failed.'] = 'Creation of config file local/config/database.inc.php failed.';
+$lang['Download the config file'] = 'Download the config file';
+$lang['You can download the config file and upload it to local/config directory of your installation.'] = 'You can download the config file and upload it to local/config directory of your installation.';
?>