diff options
author | nikrou <nikrou@piwigo.org> | 2010-03-21 12:32:49 +0000 |
---|---|---|
committer | nikrou <nikrou@piwigo.org> | 2010-03-21 12:32:49 +0000 |
commit | 85c1c1b1ea1cdbb6c6903e0cec11d86a79f750ad (patch) | |
tree | 7fa762080a234a4fd1527f4c3d36ce87c3f3be4b /language/fr_FR/install.lang.php | |
parent | 76b2701e1654e4539136822fda834a7b8262083b (diff) |
Feature 1522 : move database config file to local directory
(include/config_database.inc.php becomes local/config/database.inc.php)
git-svn-id: http://piwigo.org/svn/trunk@5213 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/fr_FR/install.lang.php')
-rw-r--r-- | language/fr_FR/install.lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/language/fr_FR/install.lang.php b/language/fr_FR/install.lang.php index 7753b06d4..230747e2c 100644 --- a/language/fr_FR/install.lang.php +++ b/language/fr_FR/install.lang.php @@ -37,7 +37,7 @@ $lang['Connection to server succeed, but it was impossible to connect to databas $lang['Can\'t connect to server'] = "Impossible de se connecter au serveur"; $lang['The next step of the installation is now possible'] = "La prochaine étape d'installation est désormais possible"; $lang['next step'] = "étape suivante"; -$lang['Copy the text in pink between hyphens and paste it into the file "include/config_database.inc.php"(Warning : config_database.inc.php must only contain what is in pink, no line return or space character)'] = "Copiez le texte en rose entre les tirets et collez-le dans le fichier config_database.inc.php qui se trouve dans le répertoire \"include\" à la base de l'endroit où vous avez installé Piwigo (le fichier config_database.inc.php ne doit comporter QUE ce qui est en rose entre les tirets, aucun retour à la ligne ou espace n'est autorisé)"; +$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)'] = "Copiez le texte en rose entre les tirets et collez-le dans le fichier database.inc.php qui se trouve dans le répertoire \"include\" à la base de l'endroit où vous avez installé Piwigo (le fichier database.inc.php ne doit comporter QUE ce qui est en rose entre les tirets, aucun retour à la ligne ou espace n'est autorisé)"; $lang['Database type'] = "Type de base de données"; $lang['The type of database your piwigo data will be store in'] = "La base de données à utiliser pour installer piwigo"; $lang['Host'] = "Hôte"; |