diff --git a/xExtension-ShareByEmail/i18n/fr/shareByEmail.php b/xExtension-ShareByEmail/i18n/fr/shareByEmail.php
index 098adfc..52e294e 100644
--- a/xExtension-ShareByEmail/i18n/fr/shareByEmail.php
+++ b/xExtension-ShareByEmail/i18n/fr/shareByEmail.php
@@ -19,11 +19,11 @@ return [
'intro' => 'Vous êtes sur le point de partager cet article par courriel : « %s »',
'title' => 'Partager un article par courriel',
'manage' => [
- 'mailer' => 'Mailing system', // TODO
- 'mail' => 'PHP mailer', // TODO
- 'smtp' => 'SMTP (send from %s)', // TODO
- 'error' => 'Error', // TODO
- 'help' => 'Switch PHP mailer/SMTP connection in config.php: see documentation', // TODO
+ 'mailer' => 'Système de messagerie',
+ 'mail' => 'PHP mail()',
+ 'smtp' => 'SMTP (envoyer en tant que %s)',
+ 'error' => 'Erreur',
+ 'help' => 'Éditer les paramètres SMTP dans config.php : voir la documentation',
]
],
];