aboutsummaryrefslogtreecommitdiffstats
path: root/language/fr_FR/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/fr_FR/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/fr_FR/install.lang.php')
-rw-r--r--language/fr_FR/install.lang.php7
1 files changed, 6 insertions, 1 deletions
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.';
+?>