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