32 lines
1.8 KiB
PHP
32 lines
1.8 KiB
PHP
<?php
|
|
/*********************************************************************************
|
|
** The contents of this file are subject to the vtiger CRM Public License Version 1.0
|
|
* ("License"); You may not use this file except in compliance with the License
|
|
* The Original Code is: vtiger CRM Open Source
|
|
* The Initial Developer of the Original Code is vtiger.
|
|
* Portions created by vtiger are Copyright (C) vtiger.
|
|
* All Rights Reserved.
|
|
* Contributor(s): Valmir Carlos Trindade/Translate to Brazilian Portuguese|30/12/2010|Curitiba/Paraná/Brasil.|www.ttcasolucoes.com.br
|
|
********************************************************************************/
|
|
|
|
/**
|
|
* PHPMailer language file.
|
|
* Brazilian Portuguese Version
|
|
*/
|
|
$PHPMAILER_LANG = array();
|
|
$PHPMAILER_LANG["provide_address"] = 'Você precisa fornecer pelo menos um ' .
|
|
'e-mail do destinatário.';
|
|
$PHPMAILER_LANG["mailer_not_supported"] = ' programa de e-mail não suportado.';
|
|
$PHPMAILER_LANG["execute"] = 'Não é possível executar: ';
|
|
$PHPMAILER_LANG["instantiate"] = 'Não é possível instanciar a função de mensagem.';
|
|
$PHPMAILER_LANG["authenticate"] = 'Erro SMTP: Não pode ser autenticado.';
|
|
$PHPMAILER_LANG["from_failed"] = 'O seguinte endereço falhou: ';
|
|
$PHPMAILER_LANG["recipients_failed"] = 'Erro SMTP: O seguinte ' .
|
|
'destinatário falhou: ';
|
|
$PHPMAILER_LANG["data_not_accepted"] = 'Erro SMTP: Dados não aceitos.';
|
|
$PHPMAILER_LANG["connect_host"] = 'Erro SMTP: Não é possível conectar-se ao SMTP host1111111111=======>.';
|
|
$PHPMAILER_LANG["file_access"] = 'Não é possível acessar o arquivo: ';
|
|
$PHPMAILER_LANG["file_open"] = 'Erro Arquivo: Não é possível abrir o arquivo: ';
|
|
$PHPMAILER_LANG["encoding"] = 'Codificação desconhecida: ';
|
|
?>
|