Files
RTG/webroot/forum/inc/languages/english/admin/tools_statistics.lang.php
2026-06-19 20:08:01 +06:00

28 lines
824 B
PHP

<?php
/**
* MyBB 1.8 English Language Pack
* Copyright 2014 MyBB Group, All Rights Reserved
*
*/
$l['statistics'] = "Statistics";
$l['overall_statistics'] = "Overall Statistics";
$l['overall_statistics_desc'] = "Here you can view overall statistics on your forum. All times are in UTC.";
$l['date_range'] = "Date Range";
$l['date'] = "Date";
$l['users'] = "Users";
$l['threads'] = "Threads";
$l['posts'] = "Posts";
$l['from'] = "From";
$l['to'] = "to";
$l['increase'] = "Increase";
$l['no_change'] = "No Change";
$l['decrease'] = "Decrease";
$l['error_no_results_found_for_criteria'] = "We could not find any results for the date range you provided. Please try a different date range.";
$l['error_no_statistics_available_yet'] = "We're sorry, there are currently no statistics data available for your forum yet.";