From 8406eef35349719b7c3ec7cb0ec8d742cde2ac7c Mon Sep 17 00:00:00 2001 From: plegall Date: Fri, 2 Apr 2010 13:15:33 +0000 Subject: bug 1544: installation errors are translated into fr_FR. git-svn-id: http://piwigo.org/svn/trunk@5572 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/en_UK/install.lang.php | 4 ++++ language/fr_FR/install.lang.php | 7 ++++++- 2 files changed, 10 insertions(+), 1 deletion(-) 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.'; ?> diff --git a/language/fr_FR/install.lang.php b/language/fr_FR/install.lang.php index 8d2dee179..8223d2cda 100644 --- a/language/fr_FR/install.lang.php +++ b/language/fr_FR/install.lang.php @@ -67,4 +67,9 @@ $lang['Piwigo was not able to configure PHP 5.'] = "Piwigo n'a pas pu configurer $lang['You may referer to your hosting provider\'s support and see how you could switch to PHP 5 by yourself.'] = "Il vous faut contacter le support de votre hébergeur pour savoir comment configurer vous-même PHP 5."; $lang['Hope to see you back soon.'] = "En espérant vous revoir très prochainement."; $lang['Congratulations, Piwigo installation is completed'] = 'Félicitations, l\'installation de Piwigo est terminée'; -?> \ No newline at end of file + +$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)'] = 'Une solution alternative est de copier le text dans la zone ci-dessous and de le coller dans le fichier "local/config/database.inc.php" (Attention: database.inc.php ne doit contenir que ce qui se trouve dans la zone, pas de retour à la ligne, pas d\'espace'; +$lang['Creation of config file local/config/database.inc.php failed.'] = 'La création du fichier de configuration local/config/database.inc.php a échoué.'; +$lang['Download the config file'] = 'Télécharger le fichier de configuration'; +$lang['You can download the config file and upload it to local/config directory of your installation.'] = 'Vous pouvez télécharger le fichier de configuration et le transférer dans le répertoire local/config de votre installation Piwigo.'; +?> -- cgit v1.2.3