Skip to content

Commit 8065558

Browse files
Finalised Settings for Mailer
1 parent 94ad19e commit 8065558

11 files changed

Lines changed: 292 additions & 0 deletions

account/PHPMailer/language/phpmailer.lang-ch.php

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<?php
2+
/**
3+
* Chinese PHPMailer language file: refer to English translation for definitive list
4+
* @package PHPMailer
5+
* @author LiuXin <http://www.80x86.cn/blog/>
6+
*/
7+
8+
$PHPMAILER_LANG['authenticate'] = 'SMTP 错误:身份验证失败。';
9+
$PHPMAILER_LANG['connect_host'] = 'SMTP 错误: 不能连接SMTP主机。';
10+
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP 错误: 数据不可接受。';
11+
//$PHPMAILER_LANG['empty_message'] = 'Message body empty';
12+
$PHPMAILER_LANG['encoding'] = '未知编码:';
13+
$PHPMAILER_LANG['execute'] = '不能执行: ';
14+
$PHPMAILER_LANG['file_access'] = '不能访问文件:';
15+
$PHPMAILER_LANG['file_open'] = '文件错误:不能打开文件:';
16+
$PHPMAILER_LANG['from_failed'] = '下面的发送地址邮件发送失败了: ';
17+
$PHPMAILER_LANG['instantiate'] = '不能实现mail方法。';
18+
//$PHPMAILER_LANG['invalid_address'] = 'Invalid address: ';
19+
$PHPMAILER_LANG['mailer_not_supported'] = ' 您所选择的发送邮件的方法并不支持。';
20+
$PHPMAILER_LANG['provide_address'] = '您必须提供至少一个 收信人的email地址。';
21+
$PHPMAILER_LANG['recipients_failed'] = 'SMTP 错误: 下面的 收件人失败了: ';
22+
//$PHPMAILER_LANG['signing'] = 'Signing Error: ';
23+
//$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() failed.';
24+
//$PHPMAILER_LANG['smtp_error'] = 'SMTP server error: ';
25+
//$PHPMAILER_LANG['variable_set'] = 'Cannot set or reset variable: ';
26+
//$PHPMAILER_LANG['extension_missing'] = 'Extension missing: ';

account/PHPMailer/language/phpmailer.lang-fo.php

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<?php
2+
/**
3+
* Faroese PHPMailer language file: refer to English translation for definitive list
4+
* @package PHPMailer
5+
* @author Dávur Sørensen <http://www.profo-webdesign.dk>
6+
*/
7+
8+
$PHPMAILER_LANG['authenticate'] = 'SMTP feilur: Kundi ikki góðkenna.';
9+
$PHPMAILER_LANG['connect_host'] = 'SMTP feilur: Kundi ikki knýta samband við SMTP vert.';
10+
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP feilur: Data ikki góðkent.';
11+
//$PHPMAILER_LANG['empty_message'] = 'Message body empty';
12+
$PHPMAILER_LANG['encoding'] = 'Ókend encoding: ';
13+
$PHPMAILER_LANG['execute'] = 'Kundi ikki útføra: ';
14+
$PHPMAILER_LANG['file_access'] = 'Kundi ikki tilganga fílu: ';
15+
$PHPMAILER_LANG['file_open'] = 'Fílu feilur: Kundi ikki opna fílu: ';
16+
$PHPMAILER_LANG['from_failed'] = 'fylgjandi Frá/From adressa miseydnaðist: ';
17+
$PHPMAILER_LANG['instantiate'] = 'Kuni ikki instantiera mail funktión.';
18+
//$PHPMAILER_LANG['invalid_address'] = 'Invalid address: ';
19+
$PHPMAILER_LANG['mailer_not_supported'] = ' er ikki supporterað.';
20+
$PHPMAILER_LANG['provide_address'] = 'Tú skal uppgeva minst móttakara-emailadressu(r).';
21+
$PHPMAILER_LANG['recipients_failed'] = 'SMTP Feilur: Fylgjandi móttakarar miseydnaðust: ';
22+
//$PHPMAILER_LANG['signing'] = 'Signing Error: ';
23+
//$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() failed.';
24+
//$PHPMAILER_LANG['smtp_error'] = 'SMTP server error: ';
25+
//$PHPMAILER_LANG['variable_set'] = 'Cannot set or reset variable: ';
26+
//$PHPMAILER_LANG['extension_missing'] = 'Extension missing: ';

account/PHPMailer/language/phpmailer.lang-fr.php

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<?php
2+
/**
3+
* French PHPMailer language file: refer to English translation for definitive list
4+
* @package PHPMailer
5+
* Some French punctuation requires a thin non-breaking space (U+202F) character before it,
6+
* for example before a colon or exclamation mark.
7+
* There is one of these characters between these quotes: " "
8+
* @link http://unicode.org/udhr/n/notes_fra.html
9+
*/
10+
11+
$PHPMAILER_LANG['authenticate'] = 'Erreur SMTP : échec de l\'authentification.';
12+
$PHPMAILER_LANG['connect_host'] = 'Erreur SMTP : impossible de se connecter au serveur SMTP.';
13+
$PHPMAILER_LANG['data_not_accepted'] = 'Erreur SMTP : données incorrectes.';
14+
$PHPMAILER_LANG['empty_message'] = 'Corps du message vide.';
15+
$PHPMAILER_LANG['encoding'] = 'Encodage inconnu : ';
16+
$PHPMAILER_LANG['execute'] = 'Impossible de lancer l\'exécution : ';
17+
$PHPMAILER_LANG['file_access'] = 'Impossible d\'accéder au fichier : ';
18+
$PHPMAILER_LANG['file_open'] = 'Ouverture du fichier impossible : ';
19+
$PHPMAILER_LANG['from_failed'] = 'L\'adresse d\'expéditeur suivante a échoué : ';
20+
$PHPMAILER_LANG['instantiate'] = 'Impossible d\'instancier la fonction mail.';
21+
$PHPMAILER_LANG['invalid_address'] = 'L\'adresse courriel n\'est pas valide : ';
22+
$PHPMAILER_LANG['mailer_not_supported'] = ' client de messagerie non supporté.';
23+
$PHPMAILER_LANG['provide_address'] = 'Vous devez fournir au moins une adresse de destinataire.';
24+
$PHPMAILER_LANG['recipients_failed'] = 'Erreur SMTP : les destinataires suivants sont en erreur : ';
25+
$PHPMAILER_LANG['signing'] = 'Erreur de signature : ';
26+
$PHPMAILER_LANG['smtp_connect_failed'] = 'Échec de la connexion SMTP.';
27+
$PHPMAILER_LANG['smtp_error'] = 'Erreur du serveur SMTP : ';
28+
$PHPMAILER_LANG['variable_set'] = 'Impossible d\'initialiser ou de réinitialiser une variable : ';
29+
$PHPMAILER_LANG['extension_missing'] = 'Extension manquante : ';

account/PHPMailer/language/phpmailer.lang-gl.php

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<?php
2+
/**
3+
* Galician PHPMailer language file: refer to English translation for definitive list
4+
* @package PHPMailer
5+
* @author by Donato Rouco <donatorouco@gmail.com>
6+
*/
7+
8+
$PHPMAILER_LANG['authenticate'] = 'Erro SMTP: Non puido ser autentificado.';
9+
$PHPMAILER_LANG['connect_host'] = 'Erro SMTP: Non puido conectar co servidor SMTP.';
10+
$PHPMAILER_LANG['data_not_accepted'] = 'Erro SMTP: Datos non aceptados.';
11+
$PHPMAILER_LANG['empty_message'] = 'Corpo da mensaxe vacía';
12+
$PHPMAILER_LANG['encoding'] = 'Codificación descoñecida: ';
13+
$PHPMAILER_LANG['execute'] = 'Non puido ser executado: ';
14+
$PHPMAILER_LANG['file_access'] = 'Nob puido acceder ó arquivo: ';
15+
$PHPMAILER_LANG['file_open'] = 'Erro de Arquivo: No puido abrir o arquivo: ';
16+
$PHPMAILER_LANG['from_failed'] = 'A(s) seguinte(s) dirección(s) de remitente(s) deron erro: ';
17+
$PHPMAILER_LANG['instantiate'] = 'Non puido crear unha instancia da función Mail.';
18+
$PHPMAILER_LANG['invalid_address'] = 'Non puido envia-lo correo: dirección de email inválida: ';
19+
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer non está soportado.';
20+
$PHPMAILER_LANG['provide_address'] = 'Debe engadir polo menos unha dirección de email coma destino.';
21+
$PHPMAILER_LANG['recipients_failed'] = 'Erro SMTP: Os seguintes destinos fallaron: ';
22+
$PHPMAILER_LANG['signing'] = 'Erro ó firmar: ';
23+
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() fallou.';
24+
$PHPMAILER_LANG['smtp_error'] = 'Erro do servidor SMTP: ';
25+
$PHPMAILER_LANG['variable_set'] = 'Non puidemos axustar ou reaxustar a variábel: ';
26+
//$PHPMAILER_LANG['extension_missing'] = 'Extension missing: ';

account/PHPMailer/language/phpmailer.lang-he.php

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<?php
2+
/**
3+
* Hebrew PHPMailer language file: refer to English translation for definitive list
4+
* @package PHPMailer
5+
* @author Ronny Sherer <ronny@hoojima.com>
6+
*/
7+
8+
$PHPMAILER_LANG['authenticate'] = 'שגיאת SMTP: פעולת האימות נכשלה.';
9+
$PHPMAILER_LANG['connect_host'] = 'שגיאת SMTP: לא הצלחתי להתחבר לשרת SMTP.';
10+
$PHPMAILER_LANG['data_not_accepted'] = 'שגיאת SMTP: מידע לא התקבל.';
11+
$PHPMAILER_LANG['empty_message'] = 'גוף ההודעה ריק';
12+
$PHPMAILER_LANG['invalid_address'] = 'כתובת שגויה: ';
13+
$PHPMAILER_LANG['encoding'] = 'קידוד לא מוכר: ';
14+
$PHPMAILER_LANG['execute'] = 'לא הצלחתי להפעיל את: ';
15+
$PHPMAILER_LANG['file_access'] = 'לא ניתן לגשת לקובץ: ';
16+
$PHPMAILER_LANG['file_open'] = 'שגיאת קובץ: לא ניתן לגשת לקובץ: ';
17+
$PHPMAILER_LANG['from_failed'] = 'כתובות הנמענים הבאות נכשלו: ';
18+
$PHPMAILER_LANG['instantiate'] = 'לא הצלחתי להפעיל את פונקציית המייל.';
19+
$PHPMAILER_LANG['mailer_not_supported'] = ' אינה נתמכת.';
20+
$PHPMAILER_LANG['provide_address'] = 'חובה לספק לפחות כתובת אחת של מקבל המייל.';
21+
$PHPMAILER_LANG['recipients_failed'] = 'שגיאת SMTP: הנמענים הבאים נכשלו: ';
22+
$PHPMAILER_LANG['signing'] = 'שגיאת חתימה: ';
23+
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() failed.';
24+
$PHPMAILER_LANG['smtp_error'] = 'שגיאת שרת SMTP: ';
25+
$PHPMAILER_LANG['variable_set'] = 'לא ניתן לקבוע או לשנות את המשתנה: ';
26+
//$PHPMAILER_LANG['extension_missing'] = 'Extension missing: ';

account/PHPMailer/language/phpmailer.lang-hr.php

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<?php
2+
/**
3+
* Croatian PHPMailer language file: refer to English translation for definitive list
4+
* @package PHPMailer
5+
* @author Hrvoj3e <hrvoj3e@gmail.com>
6+
*/
7+
8+
$PHPMAILER_LANG['authenticate'] = 'SMTP Greška: Neuspjela autentikacija.';
9+
$PHPMAILER_LANG['connect_host'] = 'SMTP Greška: Ne mogu se spojiti na SMTP poslužitelj.';
10+
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP Greška: Podatci nisu prihvaćeni.';
11+
$PHPMAILER_LANG['empty_message'] = 'Sadržaj poruke je prazan.';
12+
$PHPMAILER_LANG['encoding'] = 'Nepoznati encoding: ';
13+
$PHPMAILER_LANG['execute'] = 'Nije moguće izvršiti naredbu: ';
14+
$PHPMAILER_LANG['file_access'] = 'Nije moguće pristupiti datoteci: ';
15+
$PHPMAILER_LANG['file_open'] = 'Nije moguće otvoriti datoteku: ';
16+
$PHPMAILER_LANG['from_failed'] = 'SMTP Greška: Slanje s navedenih e-mail adresa nije uspjelo: ';
17+
$PHPMAILER_LANG['recipients_failed'] = 'SMTP Greška: Slanje na navedenih e-mail adresa nije uspjelo: ';
18+
$PHPMAILER_LANG['instantiate'] = 'Ne mogu pokrenuti mail funkcionalnost.';
19+
$PHPMAILER_LANG['invalid_address'] = 'E-mail nije poslan. Neispravna e-mail adresa: ';
20+
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer nije podržan.';
21+
$PHPMAILER_LANG['provide_address'] = 'Definirajte barem jednu adresu primatelja.';
22+
$PHPMAILER_LANG['signing'] = 'Greška prilikom prijave: ';
23+
$PHPMAILER_LANG['smtp_connect_failed'] = 'Spajanje na SMTP poslužitelj nije uspjelo.';
24+
$PHPMAILER_LANG['smtp_error'] = 'Greška SMTP poslužitelja: ';
25+
$PHPMAILER_LANG['variable_set'] = 'Ne mogu postaviti varijablu niti ju vratiti nazad: ';
26+
$PHPMAILER_LANG['extension_missing'] = 'Nedostaje proširenje: ';

account/PHPMailer/language/phpmailer.lang-hu.php

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<?php
2+
/**
3+
* Hungarian PHPMailer language file: refer to English translation for definitive list
4+
* @package PHPMailer
5+
* @author @dominicus-75
6+
*/
7+
8+
$PHPMAILER_LANG['authenticate'] = 'SMTP hiba: az azonosítás sikertelen.';
9+
$PHPMAILER_LANG['connect_host'] = 'SMTP hiba: nem lehet kapcsolódni az SMTP-szerverhez.';
10+
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP hiba: adatok visszautasítva.';
11+
$PHPMAILER_LANG['empty_message'] = 'Üres az üzenettörzs.';
12+
$PHPMAILER_LANG['encoding'] = 'Ismeretlen kódolás: ';
13+
$PHPMAILER_LANG['execute'] = 'Nem lehet végrehajtani: ';
14+
$PHPMAILER_LANG['file_access'] = 'A következő fájl nem elérhető: ';
15+
$PHPMAILER_LANG['file_open'] = 'Fájl hiba: a következő fájlt nem lehet megnyitni: ';
16+
$PHPMAILER_LANG['from_failed'] = 'A feladóként megadott következő cím hibás: ';
17+
$PHPMAILER_LANG['instantiate'] = 'A PHP mail() függvényt nem sikerült végrehajtani.';
18+
$PHPMAILER_LANG['invalid_address'] = 'Érvénytelen cím: ';
19+
$PHPMAILER_LANG['mailer_not_supported'] = ' a mailer-osztály nem támogatott.';
20+
$PHPMAILER_LANG['provide_address'] = 'Legalább egy címzettet fel kell tüntetni.';
21+
$PHPMAILER_LANG['recipients_failed'] = 'SMTP hiba: a címzettként megadott következő címek hibásak: ';
22+
$PHPMAILER_LANG['signing'] = 'Hibás aláírás: ';
23+
$PHPMAILER_LANG['smtp_connect_failed'] = 'Hiba az SMTP-kapcsolatban.';
24+
$PHPMAILER_LANG['smtp_error'] = 'SMTP-szerver hiba: ';
25+
$PHPMAILER_LANG['variable_set'] = 'A következő változók beállítása nem sikerült: ';
26+
//$PHPMAILER_LANG['extension_missing'] = 'Extension missing: ';

account/PHPMailer/language/phpmailer.lang-pl.php

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<?php
2+
/**
3+
* Polish PHPMailer language file: refer to English translation for definitive list
4+
* @package PHPMailer
5+
*/
6+
7+
$PHPMAILER_LANG['authenticate'] = 'Błąd SMTP: Nie można przeprowadzić uwierzytelnienia.';
8+
$PHPMAILER_LANG['connect_host'] = 'Błąd SMTP: Nie można połączyć się z wybranym hostem.';
9+
$PHPMAILER_LANG['data_not_accepted'] = 'Błąd SMTP: Dane nie zostały przyjęte.';
10+
$PHPMAILER_LANG['empty_message'] = 'Wiadomość jest pusta.';
11+
$PHPMAILER_LANG['encoding'] = 'Nieznany sposób kodowania znaków: ';
12+
$PHPMAILER_LANG['execute'] = 'Nie można uruchomić: ';
13+
$PHPMAILER_LANG['file_access'] = 'Brak dostępu do pliku: ';
14+
$PHPMAILER_LANG['file_open'] = 'Nie można otworzyć pliku: ';
15+
$PHPMAILER_LANG['from_failed'] = 'Następujący adres Nadawcy jest nieprawidłowy: ';
16+
$PHPMAILER_LANG['instantiate'] = 'Nie można wywołać funkcji mail(). Sprawdź konfigurację serwera.';
17+
$PHPMAILER_LANG['invalid_address'] = 'Nie można wysłać wiadomości, '.
18+
'następujący adres Odbiorcy jest nieprawidłowy: ';
19+
$PHPMAILER_LANG['provide_address'] = 'Należy podać prawidłowy adres email Odbiorcy.';
20+
$PHPMAILER_LANG['mailer_not_supported'] = 'Wybrana metoda wysyłki wiadomości nie jest obsługiwana.';
21+
$PHPMAILER_LANG['recipients_failed'] = 'Błąd SMTP: Następujący odbiorcy są nieprawidłowi: ';
22+
$PHPMAILER_LANG['signing'] = 'Błąd podpisywania wiadomości: ';
23+
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() zakończone niepowodzeniem.';
24+
$PHPMAILER_LANG['smtp_error'] = 'Błąd SMTP: ';
25+
$PHPMAILER_LANG['variable_set'] = 'Nie można ustawić lub zmodyfikować zmiennej: ';
26+
$PHPMAILER_LANG['extension_missing'] = 'Brakujące rozszerzenie: ';

account/PHPMailer/language/phpmailer.lang-pt.php

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<?php
2+
/**
3+
* Portuguese (European) PHPMailer language file: refer to English translation for definitive list
4+
* @package PHPMailer
5+
* @author Jonadabe <jonadabe@hotmail.com>
6+
*/
7+
8+
$PHPMAILER_LANG['authenticate'] = 'Erro do SMTP: Não foi possível realizar a autenticação.';
9+
$PHPMAILER_LANG['connect_host'] = 'Erro do SMTP: Não foi possível realizar ligação com o servidor SMTP.';
10+
$PHPMAILER_LANG['data_not_accepted'] = 'Erro do SMTP: Os dados foram rejeitados.';
11+
$PHPMAILER_LANG['empty_message'] = 'A mensagem no e-mail está vazia.';
12+
$PHPMAILER_LANG['encoding'] = 'Codificação desconhecida: ';
13+
$PHPMAILER_LANG['execute'] = 'Não foi possível executar: ';
14+
$PHPMAILER_LANG['file_access'] = 'Não foi possível aceder o ficheiro: ';
15+
$PHPMAILER_LANG['file_open'] = 'Abertura do ficheiro: Não foi possível abrir o ficheiro: ';
16+
$PHPMAILER_LANG['from_failed'] = 'Ocorreram falhas nos endereços dos seguintes remententes: ';
17+
$PHPMAILER_LANG['instantiate'] = 'Não foi possível iniciar uma instância da função mail.';
18+
$PHPMAILER_LANG['invalid_address'] = 'Não foi enviado nenhum e-mail para o endereço de e-mail inválido: ';
19+
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer não é suportado.';
20+
$PHPMAILER_LANG['provide_address'] = 'Tem de fornecer pelo menos um endereço como destinatário do e-mail.';
21+
$PHPMAILER_LANG['recipients_failed'] = 'Erro do SMTP: O endereço do seguinte destinatário falhou: ';
22+
$PHPMAILER_LANG['signing'] = 'Erro ao assinar: ';
23+
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() falhou.';
24+
$PHPMAILER_LANG['smtp_error'] = 'Erro de servidor SMTP: ';
25+
$PHPMAILER_LANG['variable_set'] = 'Não foi possível definir ou redefinir a variável: ';
26+
$PHPMAILER_LANG['extension_missing'] = 'Extensão em falta: ';

account/PHPMailer/language/phpmailer.lang-pt_br.php

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<?php
2+
/**
3+
* Brazilian Portuguese PHPMailer language file: refer to English translation for definitive list
4+
* @package PHPMailer
5+
* @author Paulo Henrique Garcia <paulo@controllerweb.com.br>
6+
* @author Lucas Guimarães <lucas@lucasguimaraes.com>
7+
* @author Phelipe Alves <phelipealvesdesouza@gmail.com>
8+
* @author Fabio Beneditto <fabiobeneditto@gmail.com>
9+
*/
10+
11+
$PHPMAILER_LANG['authenticate'] = 'Erro de SMTP: Não foi possível autenticar.';
12+
$PHPMAILER_LANG['connect_host'] = 'Erro de SMTP: Não foi possível conectar ao servidor SMTP.';
13+
$PHPMAILER_LANG['data_not_accepted'] = 'Erro de SMTP: Dados rejeitados.';
14+
$PHPMAILER_LANG['empty_message'] = 'Mensagem vazia';
15+
$PHPMAILER_LANG['encoding'] = 'Codificação desconhecida: ';
16+
$PHPMAILER_LANG['execute'] = 'Não foi possível executar: ';
17+
$PHPMAILER_LANG['file_access'] = 'Não foi possível acessar o arquivo: ';
18+
$PHPMAILER_LANG['file_open'] = 'Erro de Arquivo: Não foi possível abrir o arquivo: ';
19+
$PHPMAILER_LANG['from_failed'] = 'Os seguintes remetentes falharam: ';
20+
$PHPMAILER_LANG['instantiate'] = 'Não foi possível instanciar a função mail.';
21+
$PHPMAILER_LANG['invalid_address'] = 'Endereço de e-mail inválido: ';
22+
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer não é suportado.';
23+
$PHPMAILER_LANG['provide_address'] = 'Você deve informar pelo menos um destinatário.';
24+
$PHPMAILER_LANG['recipients_failed'] = 'Erro de SMTP: Os seguintes destinatários falharam: ';
25+
$PHPMAILER_LANG['signing'] = 'Erro de Assinatura: ';
26+
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() falhou.';
27+
$PHPMAILER_LANG['smtp_error'] = 'Erro de servidor SMTP: ';
28+
$PHPMAILER_LANG['variable_set'] = 'Não foi possível definir ou redefinir a variável: ';
29+
$PHPMAILER_LANG['extension_missing'] = 'Extensão ausente: ';

0 commit comments

Comments
 (0)