File: phpmailer.lang-br.php

package info (click to toggle)
libphp-phpmailer 1.73-2etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 496 kB
  • ctags: 678
  • sloc: php: 2,252; makefile: 37
file content (21 lines) | stat: -rw-r--r-- 1,150 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php
/**
 * PHPMailer language file.  
 * Portuguese Version
 * By Paulo Henrique Garcia - paulo@controllerweb.com.br
 */

$PHPMAILER_LANG = array();
$PHPMAILER_LANG["provide_address"] = 'Voc deve fornecer pelo menos um endereo de destinatrio de email.';
$PHPMAILER_LANG["mailer_not_supported"] = ' mailer no suportado.';
$PHPMAILER_LANG["execute"] = 'No foi possvel executar: ';
$PHPMAILER_LANG["instantiate"] = 'No foi possvel instanciar a funo mail.';
$PHPMAILER_LANG["authenticate"] = 'Erro de SMTP: No foi possvel autenticar.';
$PHPMAILER_LANG["from_failed"] = 'Os endereos de rementente a seguir falharam: ';
$PHPMAILER_LANG["recipients_failed"] = 'Erro de SMTP: Os endereos de destinatrio a seguir falharam: ';
$PHPMAILER_LANG["data_not_accepted"] = 'Erro de SMTP: Dados no aceitos.';
$PHPMAILER_LANG["connect_host"] = 'Erro de SMTP: No foi possvel conectar com o servidor SMTP.';
$PHPMAILER_LANG["file_access"] = 'No foi possvel acessar o arquivo: ';
$PHPMAILER_LANG["file_open"] = 'Erro de Arquivo: No foi possvel abrir o arquivo: ';
$PHPMAILER_LANG["encoding"] = 'Codificao desconhecida: ';
?>