<?php
//////////////////////////////////////////////////////////////
//===========================================================
// errorlog_lang.php
//===========================================================
// SOFTACULOUS
// Version : 4.1.8
// 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['saving_error'] = 'Ocorreram erros ao gravar as configurações';
$l['reset_confirm'] = 'Tem certeza que deseja redefinir os registros?';
$l['error_clearing_log'] = 'Não foi possível limpar os logs';
$l['cant_open'] = 'Não foi possível abrir o arquivo de registro dos erros';
$l['invalid_logfile'] = 'O arquivo de registro é inválido'; // To be translated
//Theme Strings
$l['<title>'] = APP.' - Registro de Erros';
$l['errorlog_head'] = 'Registro de Erros';
$l['clear_log'] = 'Limpar Registros';
$l['log_cleared'] = 'Registro limpo com sucesso';
$l['refresh_after_clear'] = 'Os registros de erros foram limpos e a página será recarregada.';
|