<?php /** * MyBB 1.6 English Language Pack * Copyright 2010 MyBB Group, All Rights Reserved * * $Id: tools_statistics.lang.php 5297 2010-12-28 22:01:14Z Tomm $ */ $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."; ?>