<?php
//////////////////////////////////////////////////////////////
//===========================================================
// email_lang.php
//===========================================================
// SOFTACULOUS
// Version : 1.1
// Inspired by the DESIRE to be the BEST OF ALL
// ----------------------------------------------------------
// Started by: Alons
// Date: 10th Jan 2009
// Time: 21:00 hrs
// Site: https://www.softaculous.com/ (SOFTACULOUS)
// Translated by: https://www.linkoficial.com.br/
// ----------------------------------------------------------
// Please Read the Terms of use at https://www.softaculous.com
// ----------------------------------------------------------
//===========================================================
// (c)Softaculous Inc.
//===========================================================
//////////////////////////////////////////////////////////////
if(!defined('SOFTACULOUS')){
die('Hacking Attempt');
}
$l['cant_connect'] = 'Não foi possível conectar ao Proxy. Verifique as configurações.';
$l['proxy_check'] = 'Ativar Proxy';
$l['wrong_proxy_ip'] = 'O IP do Proxy informado é inválido.';
$l['no_proxy_ip'] = 'Informe IP do Proxy.';
$l['no_proxy_port'] = 'Informe Porta do Proxy.';
$l['no_proxy_user'] = 'Informe usuário Proxy.';
$l['no_proxy_pass'] = 'Informe senha Proxy.';
$l['saving_error'] = 'Ocorreram erros ao gravar as configurações de proxy';
$l['wrong_ip'] = 'IP inválido.';
$l['proxy_not_enabled'] = 'Proxy não está ativo';
//Theme Strings
$l['<title>'] = APP.' - Centro de Configurações';
$l['settings_saved'] = 'As configurações de proxy foram salvas com sucesso';
$l['proxyhead'] = 'Configurações do Proxy';
$l['proxy_ip'] = 'IP do Proxy';
$l['proxy_port'] = 'Porta do Proxy';
$l['proxy_user'] = 'Usuário Proxy';
$l['proxy_pass'] = 'Senha Proxy';
$l['edit_settings'] = 'Editar Configurações';
$l['tcp_note'] = '<b>ATENÇÃO</b> : O Proxy será executado somente via TCP.';
|