<?php
//////////////////////////////////////////////////////////////
//===========================================================
// root_pass_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['no_new'] = 'Você não informou a nova senha.';
$l['no_conf'] = 'A senha de confirmação está faltando.';
$l['no_match'] = 'As senhas que você digitou não correspondem.';
$l['err_changing'] = 'Ocorreram alguns erros ao alterar a senha.';
// Theme strings
$l['<title>'] = 'Alterar Senha Root';
$l['submit_button'] = 'Alterar Senha';
$l['new_pass'] = 'Nova Senha';
$l['old_pass'] = 'Senha Antiga';
$l['retype_pass'] = 'Redigite a Nova Senha';
$l['change_note'] = 'Alterar Senha Root';
$l['change_final'] = 'Sua senha foi alterada com sucesso para o usuário <strong>root</strong>';
$l['connect_error'] ='Opa, ocorreu um erro de conexão ao <strong>Servidor</strong>';
|