<?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');
}
//Theme Strings
$l['<title>'] = APP.' - Estatísticas';
$l['ins_statistics_head'] = 'Estatísticas';
$l['overview'] = 'Visão Geral';
$l['scriptwise'] = 'Contagem Scriptwise';
$l['total_users'] = 'Total de Usuários';
$l['active_users'] = 'Usuários Ativos';
$l['total_ins'] = 'Total de Instalações';
$l['total_domains'] = 'Total de Domínios';
$l['filter'] = 'Filtro';
|