[ Index ] |
PHP Cross Reference of MyBB 1.8.38 |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * MyBB 1.8 English Language Pack 4 * Copyright 2014 MyBB Group, All Rights Reserved 5 * 6 */ 7 8 $l['statistics'] = "Statistics"; 9 $l['overall_statistics'] = "Overall Statistics"; 10 $l['overall_statistics_desc'] = "Here you can view overall statistics on your forum. All times are in UTC."; 11 12 $l['date_range'] = "Date Range"; 13 14 $l['date'] = "Date"; 15 $l['users'] = "Users"; 16 $l['threads'] = "Threads"; 17 $l['posts'] = "Posts"; 18 19 $l['from'] = "From"; 20 $l['to'] = "to"; 21 22 $l['increase'] = "Increase"; 23 $l['no_change'] = "No Change"; 24 $l['decrease'] = "Decrease"; 25 26 $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."; 27 $l['error_no_statistics_available_yet'] = "We're sorry, there are currently no statistics data available for your forum yet.";
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
2005 - 2021 © MyBB.de | Alle Rechte vorbehalten! | Sponsor: netcup | Cross-referenced by PHPXref |