/
home
/
techb158
/
workloadmatch.com
/
vendor
/
phpmailer
/
phpmailer
/
language
/
/home/techb158/workloadmatch.com/vendor/phpmailer/phpmailer/language
mkdir
upload
Name
Size
Mode
Actions
phpmailer.lang-af.php
1584
0644
edit
dl
rm
phpmailer.lang-ar.php
2024
0644
edit
dl
rm
phpmailer.lang-as.php
3792
0644
edit
dl
rm
phpmailer.lang-az.php
1749
0644
edit
dl
rm
phpmailer.lang-ba.php
1745
0644
edit
dl
rm
phpmailer.lang-be.php
2178
0644
edit
dl
rm
phpmailer.lang-bg.php
2196
0644
edit
dl
rm
phpmailer.lang-bn.php
3845
0644
edit
dl
rm
phpmailer.lang-ca.php
1730
0644
edit
dl
rm
phpmailer.lang-cs.php
1798
0644
edit
dl
rm
phpmailer.lang-da.php
2409
0644
edit
dl
rm
phpmailer.lang-de.php
1886
0644
edit
dl
rm
phpmailer.lang-el.php
3307
0644
edit
dl
rm
phpmailer.lang-eo.php
1665
0644
edit
dl
rm
phpmailer.lang-es.php
2588
0644
edit
dl
rm
phpmailer.lang-et.php
1744
0644
edit
dl
rm
phpmailer.lang-fa.php
2079
0644
edit
dl
rm
phpmailer.lang-fi.php
1659
0644
edit
dl
rm
phpmailer.lang-fo.php
1637
0644
edit
dl
rm
phpmailer.lang-fr.php
2732
0644
edit
dl
rm
phpmailer.lang-gl.php
1742
0644
edit
dl
rm
phpmailer.lang-he.php
1812
0644
edit
dl
rm
phpmailer.lang-hi.php
3768
0644
edit
dl
rm
phpmailer.lang-hr.php
1754
0644
edit
dl
rm
phpmailer.lang-hu.php
1717
0644
edit
dl
rm
phpmailer.lang-hy.php
2185
0644
edit
dl
rm
phpmailer.lang-id.php
1997
0644
edit
dl
rm
phpmailer.lang-it.php
1819
0644
edit
dl
rm
phpmailer.lang-ja.php
2934
0644
edit
dl
rm
phpmailer.lang-ka.php
2884
0644
edit
dl
rm
phpmailer.lang-ko.php
1771
0644
edit
dl
rm
phpmailer.lang-ku.php
2238
0644
edit
dl
rm
phpmailer.lang-lt.php
1627
0644
edit
dl
rm
phpmailer.lang-lv.php
1643
0644
edit
dl
rm
phpmailer.lang-mg.php
1782
0644
edit
dl
rm
phpmailer.lang-mn.php
2186
0644
edit
dl
rm
phpmailer.lang-ms.php
1734
0644
edit
dl
rm
phpmailer.lang-nb.php
2288
0644
edit
dl
rm
phpmailer.lang-nl.php
2365
0644
edit
dl
rm
phpmailer.lang-pl.php
2635
0644
edit
dl
rm
phpmailer.lang-pt.php
1889
0644
edit
dl
rm
phpmailer.lang-pt_br.php
2719
0644
edit
dl
rm
phpmailer.lang-ro.php
2448
0644
edit
dl
rm
phpmailer.lang-ru.php
3297
0644
edit
dl
rm
phpmailer.lang-si.php
3425
0644
edit
dl
rm
phpmailer.lang-sk.php
1909
0644
edit
dl
rm
phpmailer.lang-sl.php
2577
0644
edit
dl
rm
phpmailer.lang-sr.php
2301
0644
edit
dl
rm
phpmailer.lang-sr_latn.php
1814
0644
edit
dl
rm
phpmailer.lang-sv.php
1610
0644
edit
dl
rm
phpmailer.lang-tl.php
1721
0644
edit
dl
rm
phpmailer.lang-tr.php
2606
0644
edit
dl
rm
phpmailer.lang-uk.php
2282
0644
edit
dl
rm
phpmailer.lang-ur.php
2265
0644
edit
dl
rm
phpmailer.lang-vi.php
1793
0644
edit
dl
rm
phpmailer.lang-zh.php
1669
0644
edit
dl
rm
phpmailer.lang-zh_cn.php
2333
0644
edit
dl
rm
Edit:
/home/techb158/workloadmatch.com/vendor/phpmailer/phpmailer/language/phpmailer.lang-fr.php
(2732B)
<?php /** * French PHPMailer language file: refer to English translation for definitive list * @package PHPMailer * Some French punctuation requires a thin non-breaking space (U+202F) character before it, * for example before a colon or exclamation mark. * There is one of these characters between these quotes: " " */ $PHPMAILER_LANG['authenticate'] = 'Erreur SMTP : échec de l’authentification.'; $PHPMAILER_LANG['buggy_php'] = 'Votre version de PHP est affectée par un bug qui peut entraîner des messages corrompus. Pour résoudre ce problème, passez à l’envoi par SMTP, désactivez l’option mail.add_x_header dans le fichier php.ini, passez à MacOS ou Linux, ou passez PHP à la version 7.0.17+ ou 7.1.3+.'; $PHPMAILER_LANG['connect_host'] = 'Erreur SMTP : impossible de se connecter au serveur SMTP.'; $PHPMAILER_LANG['data_not_accepted'] = 'Erreur SMTP : données incorrectes.'; $PHPMAILER_LANG['empty_message'] = 'Corps du message vide.'; $PHPMAILER_LANG['encoding'] = 'Encodage inconnu : '; $PHPMAILER_LANG['execute'] = 'Impossible de lancer l’exécution : '; $PHPMAILER_LANG['extension_missing'] = 'Extension manquante : '; $PHPMAILER_LANG['file_access'] = 'Impossible d’accéder au fichier : '; $PHPMAILER_LANG['file_open'] = 'Ouverture du fichier impossible : '; $PHPMAILER_LANG['from_failed'] = 'L’adresse d’expéditeur suivante a échoué : '; $PHPMAILER_LANG['instantiate'] = 'Impossible d’instancier la fonction mail.'; $PHPMAILER_LANG['invalid_address'] = 'Adresse courriel non valide : '; $PHPMAILER_LANG['invalid_header'] = 'Nom ou valeur de l’en-tête non valide'; $PHPMAILER_LANG['invalid_hostentry'] = 'Entrée d’hôte non valide : '; $PHPMAILER_LANG['invalid_host'] = 'Hôte non valide : '; $PHPMAILER_LANG['mailer_not_supported'] = ' client de messagerie non supporté.'; $PHPMAILER_LANG['provide_address'] = 'Vous devez fournir au moins une adresse de destinataire.'; $PHPMAILER_LANG['recipients_failed'] = 'Erreur SMTP : les destinataires suivants ont échoué : '; $PHPMAILER_LANG['signing'] = 'Erreur de signature : '; $PHPMAILER_LANG['smtp_code'] = 'Code SMTP : '; $PHPMAILER_LANG['smtp_code_ex'] = 'Informations supplémentaires SMTP : '; $PHPMAILER_LANG['smtp_connect_failed'] = 'La fonction SMTP connect() a échoué.'; $PHPMAILER_LANG['smtp_detail'] = 'Détails : '; $PHPMAILER_LANG['smtp_error'] = 'Erreur du serveur SMTP : '; $PHPMAILER_LANG['variable_set'] = 'Impossible d’initialiser ou de réinitialiser une variable : ';
Save
cmd:
run