From 60c9b24979ec322a4132dcddd4ccfbbaaa6c522b Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sat, 21 Dec 2024 15:04:57 +0100 Subject: [PATCH] i18n fr --- xExtension-ShareByEmail/i18n/fr/shareByEmail.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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', ] ], ];