';
diff --git a/htdocs/langs/en_US/admin.lang b/htdocs/langs/en_US/admin.lang
index 629d604d511..73c8a99b1ac 100644
--- a/htdocs/langs/en_US/admin.lang
+++ b/htdocs/langs/en_US/admin.lang
@@ -111,6 +111,12 @@ OfficialWebSiteFr=French official web site
CurrentTheme=Current theme
CurrentTopMenuHandler=Current top menu handler
CurrentLeftMenuHandler=Current left menu handler
+EMailsSetup=EMails setup
+EMailsDesc=This page allows you to overwrite your PHP parameters for emails sending. In most cases on Unix/Linux OS, your PHP setup is correct and this parameters are useless.
+MAIN_MAIL_SMTP_PORT=SMTP Port (By default in php.ini: %s)
+MAIN_MAIL_SMTP_SERVER=SMTP Host (By default in php.ini: %s)
+MAIN_MAIL_EMAIL_FROM=Sender EMail for automatic emails (By default in php.ini: %s)
+MAIN_DISABLE_ALL_MAILS=Disable all emails sendings (for test purposes)
ModuleSetup=Module setup
ModulesSetup=Modules setup
ModuleFamilyBase=System
diff --git a/htdocs/langs/en_US/main.lang b/htdocs/langs/en_US/main.lang
index 5fcd726152e..fd8f65e9e6d 100644
--- a/htdocs/langs/en_US/main.lang
+++ b/htdocs/langs/en_US/main.lang
@@ -33,6 +33,7 @@ ErrorSomeErrorWereFoundRollbackIsDone=Some errors were found. We rollback change
ErrorConfigParameterNotDefined=Parameter %s is not defined inside Dolibarr config file conf.php.
ErrorCantLoadUserFromDolibarrDatabase=Failed to find user %s in Dolibarr database.
DolibarrInHttpAuthenticationSoPasswordUseless=Dolibarr authentication mode is setup to %s in configuration file conf.php. This means that password database is extern to Dolibarr, so changing this field may have no effects.
+Undefined=Undefined
PasswordForgotten=Password forgotten ?
SeeAbove=See above
HomeArea=Home area
diff --git a/htdocs/langs/fr_FR/admin.lang b/htdocs/langs/fr_FR/admin.lang
index ced462fae81..acb14edb94f 100644
--- a/htdocs/langs/fr_FR/admin.lang
+++ b/htdocs/langs/fr_FR/admin.lang
@@ -112,6 +112,12 @@ OfficialWebSiteFr=Site web officiel francophone
CurrentTheme=Theme courant
CurrentTopMenuHandler=Gestionnaire menu haut courant
CurrentLeftMenuHandler=Gestionnaire menu gauche courant
+EMailsSetup=Configuration EMails
+EMailsDesc=Cette page permet de remplacer les paramètres PHP en rapport avec l'envoi de mails. Dans la plupart des cas sur des OS comme Unix/Linux, les paramètres PHP sont déjà correcte et cette page est inutile.
+MAIN_MAIL_SMTP_PORT=Port du serveur SMTP (Par défaut dans php.ini: %s)
+MAIN_MAIL_SMTP_SERVER=Nom host ou ip du serveur SMTP (Par défaut dans php.ini: %s)
+MAIN_MAIL_EMAIL_FROM=EMail emmetteur pour envoi emails automatiques (Par défaut dans php.ini: %s)
+MAIN_DISABLE_ALL_MAILS=Désactiver globallement tout envoi de mails (pour mode test)
ModuleSetup=Configuration du module
ModulesSetup=Configuration des modules
ModuleFamilyBase=Système
diff --git a/htdocs/langs/fr_FR/main.lang b/htdocs/langs/fr_FR/main.lang
index 8cd05e20da8..19e724b4184 100644
--- a/htdocs/langs/fr_FR/main.lang
+++ b/htdocs/langs/fr_FR/main.lang
@@ -33,6 +33,7 @@ ErrorSomeErrorWereFoundRollbackIsDone=Des erreurs ont
ErrorConfigParameterNotDefined=Le parametre %s n'est pas défini dans le fichier de configuration Dolibarr conf.php.
ErrorCantLoadUserFromDolibarrDatabase=Impossible de trouver l'utilisateur %s dans la base Dolibarr.
DolibarrInHttpAuthenticationSoPasswordUseless=Dolibarr est configuré en mode authentification %s dans son fichier de configuration conf.php. Cela signifie que la base des mots de passe est externe à Dolibarr, aussi toute modification de ce champ peut s'avérer sans effet.
+Undefined=Non défini
PasswordForgotten=Mot de passe oublié ?
SeeAbove=Voir ci-dessus
HomeArea=Espace accueil