diff --git a/language/en_UK.iso-8859-1/install.lang.php b/language/en_UK.iso-8859-1/install.lang.php
index f4f3f9d51..c6742b0ad 100644
--- a/language/en_UK.iso-8859-1/install.lang.php
+++ b/language/en_UK.iso-8859-1/install.lang.php
@@ -72,4 +72,6 @@ Once this file deleted , follow this instructions :
go to the identification page : [ identification ] and use the login/password given for webmaster
this login will enable you to access to the administration panel and to the instructions in order to place pictures in your directories
';
+$lang['conf_mail_webmaster'] = 'Webmaster mail adress';
+$lang['conf_mail_webmaster_info'] = 'Visitors will be able to contact site administrator with this mail';
?>
\ No newline at end of file
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
allez sur la page d\'identification : [ identification ] et connectez-vous avec le pseudo donné pour le webmaster
celui-ci vous permet d\'accéder à la partie administration et aux instructions pour placer les images dans les répertoires.
';
+$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