Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
chamilo-lms/main/inc/lib/phpmailer/language/phpmailer.lang-br.php

22 lines
1.1 KiB

<?php
/**
* PHPMailer language file.
* Portuguese Version
* By Paulo Henrique Garcia - paulo@controllerweb.com.br
*/
$PHPMAILER_LANG = array();
$PHPMAILER_LANG["provide_address"] = 'Voc<EFBFBD> deve fornecer pelo menos um endere<EFBFBD>o de destinat<EFBFBD>rio de email.';
$PHPMAILER_LANG["mailer_not_supported"] = ' mailer n<EFBFBD>o suportado.';
$PHPMAILER_LANG["execute"] = 'N<EFBFBD>o foi poss<EFBFBD>vel executar: ';
$PHPMAILER_LANG["instantiate"] = 'N<EFBFBD>o foi poss<EFBFBD>vel instanciar a fun<EFBFBD><EFBFBD>o mail.';
$PHPMAILER_LANG["authenticate"] = 'Erro de SMTP: N<EFBFBD>o foi poss<EFBFBD>vel autenticar.';
$PHPMAILER_LANG["from_failed"] = 'Os endere<EFBFBD>os de rementente a seguir falharam: ';
$PHPMAILER_LANG["recipients_failed"] = 'Erro de SMTP: Os endere<EFBFBD>os de destinat<EFBFBD>rio a seguir falharam: ';
$PHPMAILER_LANG["data_not_accepted"] = 'Erro de SMTP: Dados n<EFBFBD>o aceitos.';
$PHPMAILER_LANG["connect_host"] = 'Erro de SMTP: N<EFBFBD>o foi poss<EFBFBD>vel conectar com o servidor SMTP.';
$PHPMAILER_LANG["file_access"] = 'N<EFBFBD>o foi poss<EFBFBD>vel acessar o arquivo: ';
$PHPMAILER_LANG["file_open"] = 'Erro de Arquivo: N<EFBFBD>o foi poss<EFBFBD>vel abrir o arquivo: ';
$PHPMAILER_LANG["encoding"] = 'Codifica<EFBFBD><EFBFBD>o desconhecida: ';
?>