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.
pt-PT language file version
- Loading branch information
Jonadabe
committed
Nov 28, 2013
1 parent
0962b82
commit 24b58d6
Showing
1 changed file
with
26 additions
and
0 deletions.
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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?php | ||
/** | ||
* PHPMailer language file: refer to English translation for definitive list | ||
* pt-PT | ||
* Portuguese (European) Version 1.0 | ||
* By Jonadabe - [email protected] | ||
*/ | ||
|
||
$PHPMAILER_LANG['authenticate'] = 'Erro do SMTP: Não foi possível realizar a autenticação.'; | ||
$PHPMAILER_LANG['connect_host'] = 'Erro do SMTP: Não foi possível realizar ligação com o servidor SMTP.'; | ||
$PHPMAILER_LANG['data_not_accepted'] = 'Erro do SMTP: Os dados foram rejeitados.'; | ||
$PHPMAILER_LANG['empty_message'] = 'A mensagem no e-mail está vazia.'; | ||
$PHPMAILER_LANG['encoding'] = 'Codificação desconhecida: '; | ||
$PHPMAILER_LANG['execute'] = 'Não foi possível executar: '; | ||
$PHPMAILER_LANG['file_access'] = 'Não foi possível aceder o ficheiro: '; | ||
$PHPMAILER_LANG['file_open'] = 'Abertura do ficheiro: Não foi possível abrir o ficheiro: '; | ||
$PHPMAILER_LANG['from_failed'] = 'Ocorreram falhas nos endereços dos seguintes remententes: '; | ||
$PHPMAILER_LANG['instantiate'] = 'Não foi possível iniciar uma instância da função mail.'; | ||
$PHPMAILER_LANG['invalid_address'] = 'Não foi enviado nenhum e-mail para o endereço de e-mail inválido: '; | ||
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer não é suportado.'; | ||
$PHPMAILER_LANG['provide_address'] = 'Tem de fornecer pelo menos um endereço como destinatário do e-mail.'; | ||
$PHPMAILER_LANG['recipients_failed'] = 'Erro do SMTP: O endereço do seguinte destinatário falhou: '; | ||
$PHPMAILER_LANG['signing'] = 'Erro ao assinar: '; | ||
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() falhou.'; | ||
$PHPMAILER_LANG['smtp_error'] = 'Erro de servidor SMTP: '; | ||
$PHPMAILER_LANG['variable_set'] = 'Não foi possível definir ou redefinir a variável: '; |