mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-20 16:42:59 +02:00
- 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
This commit is contained in:
@@ -72,4 +72,6 @@ Once this file deleted , follow this instructions :
|
||||
<li>go to the identification page : [ <a href="identification.php">identification</a> ] and use the login/password given for webmaster</li>
|
||||
<li>this login will enable you to access to the administration panel and to the instructions in order to place pictures in your directories</li>
|
||||
</ul>';
|
||||
$lang['conf_mail_webmaster'] = 'Webmaster mail adress';
|
||||
$lang['conf_mail_webmaster_info'] = 'Visitors will be able to contact site administrator with this mail';
|
||||
?>
|
||||
@@ -67,4 +67,6 @@ Un fois ce fichier supprim
|
||||
<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';
|
||||
?>
|
||||
Reference in New Issue
Block a user