1<?php
2/**
3 * English language file
4 *
5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author     Myron Turner <turnermm02@shaw.ca>
7 */
8
9// for admin plugins, the menu prompt to be displayed in the admin menu
10// if set here, the plugin doesn't need to override the getMenuText() method
11$lang['menu'] = 'Quickstats';
12
13$lang['btn_delete'] = 'Delete';
14$lang['btn_restore'] = 'Reset';
15$lang['btn_confirm'] = 'Confirm Deletions';
16$lang['btn_queries'] = 'Query Data';
17$lang['btn_prune'] = 'Update Quickstats Cache';
18$lang['btn_submit_query'] = 'Submit Query';
19$lang['btn_qinfo'] = 'Query How-To';
20$lang['label_ip'] = 'IP';
21$lang['label_page'] = 'Page';
22$lang['label_brief'] = 'Brief page query display';
23$lang['label_sel_months'] = 'Select Month(s) from menu at left';
24$lang['label_sel_year'] = 'Enter year below';
25$lang['label_current_month'] = 'Current month';
26$lang['label_uniq_ip'] = 'Unique IPs';
27$lang['label_page_access'] = 'Page Accesses ';
28$lang['label_total']='Total';
29$lang['label_qs_pages']='Quickstats pages';
30$lang['label_date']='Quickstats pages';
31$lang['label_search']='IP/Page/Priority';
32$lang['label_date']='Date';
33$lang['btn_close_info'] = 'Close How-To Window';
34$lang['label_no_secondary'] = 'Ignore secondary fields';
35$lang['btn_reset'] = 'Reset';
36$lang['btn_download'] = 'Download DB';
37$lang['download_fail'] = '%s failed to download.';
38$lang['write_fail'] = 'Unable to write %s. Please check your permissions and/or disk space.';
39$lang['file_saved'] = 'Saved %s.';
40$lang['tar_extracted'] = 'Tar file extracted: %s.';
41$lang['installing_mmdb'] = 'Installing .mmdb at %s.';
42$lang['no_unpack'] = 'Unable to unpack %s. You may be able to do this using a zip tool on your system.';
43$lang['clean_data_tmp'] = "Please check your data/tmp directory and remove data/tmp/tmp any Geocity files found in it\n";
44$lang['no_geoip_local'] = 'When installing GeoLiteCity.dat in quickstats/GEOIP/, the "geoip_local" option must be set to true.';
45$lang['click_to_view'] = 'Click to view file';
46$lang['user_agent'] = 'UserAgent';
47$lang['sel_user_agent'] = 'Select UserAgent';
48$lang['country'] = 'Country';
49$lang['sel_country'] = 'Select Country';
50$lang['search_link'] = 'Search:';
51$lang['year'] = 'Year:';
52$lang['browsers'] = 'Browsers';
53$lang['countries'] ='Countries';
54$lang['platforms']='Platforms';
55$lang['browsers_and_ua'] = 'Browsers and User Agents&nbsp;';
56$lang['uniq_ip'] = 'Unique IP Addresses';
57$lang['ttl_uniq_ip'] = 'Total unique ip addresses:&nbsp';
58$lang['ttl_accesses_ua'] = 'Total Accesses for User Agents';
59$lang['accesses'] = 'Accesses';
60$lang['pages_accessed'] =   'Number of pages accessed:&nbsp;';
61$lang['ttl_countries'] =  'Total number of countries:&nbsp;';
62$lang['ttl_accesses'] ='Total accesses:&nbsp;';
63$lang['no_browser_db'] = 'No browscap database found in  the db directory';
64$lang['missing_mmdb_warning'] = "<br />To install GeoLite2-City.mmdb, go to the quickstats admin page and click the <b>" . $lang['btn_download'] . " </b> Button";
65