From d518096b83bc43d6f9f1fcb5c767876e16c24b98 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 26 Dec 2016 22:26:16 +0300 Subject: update phpmailer --- lib/phpmailer/language/phpmailer.lang-fr.php | 42 +++++++++++++++------------- 1 file changed, 23 insertions(+), 19 deletions(-) (limited to 'lib/phpmailer/language/phpmailer.lang-fr.php') diff --git a/lib/phpmailer/language/phpmailer.lang-fr.php b/lib/phpmailer/language/phpmailer.lang-fr.php index 529b43b00..a661f98d3 100644 --- a/lib/phpmailer/language/phpmailer.lang-fr.php +++ b/lib/phpmailer/language/phpmailer.lang-fr.php @@ -1,25 +1,29 @@ +$PHPMAILER_LANG['recipients_failed'] = 'Erreur SMTP : les destinataires suivants sont en erreur : '; +$PHPMAILER_LANG['signing'] = 'Erreur de signature : '; +$PHPMAILER_LANG['smtp_connect_failed'] = 'Échec de la connexion SMTP.'; +$PHPMAILER_LANG['smtp_error'] = 'Erreur du serveur SMTP : '; +$PHPMAILER_LANG['variable_set'] = 'Impossible d\'initialiser ou de réinitialiser une variable : '; +$PHPMAILER_LANG['extension_missing'] = 'Extension manquante : '; -- cgit v1.2.3-54-g00ecf