diff options
author | plegall <plg@piwigo.org> | 2005-09-20 22:40:26 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2005-09-20 22:40:26 +0000 |
commit | d79d2496a69ae18e707717c276a9282f4694f298 (patch) | |
tree | 166c128d2c206d63784dba6982b0f5cf193e53df /language/fr_FR.iso-8859-1 | |
parent | 16738920268f50813b4dbdafdc619b4ec8a2d9f2 (diff) |
- bug fixed: language items conf_mail_webmaster and conf_mail_webmaster_info
are necessary during install
git-svn-id: http://piwigo.org/svn/trunk@871 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/fr_FR.iso-8859-1')
-rw-r--r-- | language/fr_FR.iso-8859-1/install.lang.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/language/fr_FR.iso-8859-1/install.lang.php b/language/fr_FR.iso-8859-1/install.lang.php index 45ae3ae56..c6339baf0 100644 --- a/language/fr_FR.iso-8859-1/install.lang.php +++ b/language/fr_FR.iso-8859-1/install.lang.php @@ -67,4 +67,6 @@ Un fois ce fichier supprimé, veuillez suivre ces indications : <li>allez sur la page d\'identification : [ <a href="./identification.php">identification</a> ] et connectez-vous avec le pseudo donné pour le webmaster</li> <li>celui-ci vous permet d\'accéder à la partie administration et aux instructions pour placer les images dans les répertoires.</li> </ul>'; +$lang['conf_mail_webmaster'] = 'Adresse e-mail de l\'Administrateur'; +$lang['conf_mail_webmaster_info'] = 'Les visiteurs pourront vous contacter par ce mail'; ?>
\ No newline at end of file |