forked from PHPMailer/PHPMailer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update pt_BR translation (PHPMailer#1038)
Adjust on strings: correct sender (remetente, not rementente)
- Loading branch information
1 parent
4826199
commit 4f62558
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ | |
* @author Paulo Henrique Garcia <[email protected]> | ||
* @author Lucas Guimarães <[email protected]> | ||
* @author Phelipe Alves <[email protected]> | ||
* @author Fabio Beneditto <[email protected]> | ||
*/ | ||
|
||
$PHPMAILER_LANG['authenticate'] = 'Erro de SMTP: Não foi possível autenticar.'; | ||
|
@@ -15,7 +16,7 @@ | |
$PHPMAILER_LANG['execute'] = 'Não foi possível executar: '; | ||
$PHPMAILER_LANG['file_access'] = 'Não foi possível acessar o arquivo: '; | ||
$PHPMAILER_LANG['file_open'] = 'Erro de Arquivo: Não foi possível abrir o arquivo: '; | ||
$PHPMAILER_LANG['from_failed'] = 'Os seguintes remententes falharam: '; | ||
$PHPMAILER_LANG['from_failed'] = 'Os seguintes remetentes falharam: '; | ||
$PHPMAILER_LANG['instantiate'] = 'Não foi possível instanciar a função mail.'; | ||
$PHPMAILER_LANG['invalid_address'] = 'Endereço de e-mail inválido: '; | ||
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer não é suportado.'; | ||
|