<?PHP

/* ====================
Seditio - Website engine
Copyright Neocrome & Seditio Team
https://seditio.org

[BEGIN_SED]
File=plugins/adminqv/lang/adminqv.en.lang.php
Version=179
Updated=2022-jul-15
Type=Plugin
Author=Seditio Team
Description=
[END_SED]
==================== */

if (!defined('SED_CODE')) { die('Wrong URL.'); }

$L['plu_title'] = "Administrator's QuickView";

$L['plu_pastdays'] = "Activity for the past 7 days";

$L['plu_newusers'] = "New members";
$L['plu_newpages'] = "New pages";
$L['plu_newtopics'] = "New topics";
$L['plu_newposts'] = "New posts";
$L['plu_newcomments'] = "New comments";
$L['plu_newpms'] = "New private messages";

$L['plu_db'] = "SQL database Statistic";

$L['plu_db_rows'] = "SQL database, number of rows";
$L['plu_db_indexsize'] = "SQL database, index size (KB)";
$L['plu_db_datassize'] = "SQL database, datas size (KB)";
$L['plu_db_totalsize'] = "SQL database, total size (KB)";
$L['plu_db_fragmented'] = "SQL database, fragmented data size (KB)";

$L['plu_hitsmonth'] = "Hits for the past 15 days";



?>
