*/ // for admin plugins, the menu prompt to be displayed in the admin menu // if set here, the plugin doesn't need to override the getMenuText() method $lang['menu'] = 'Quickstats'; $lang['btn_delete'] = 'Delete'; $lang['btn_restore'] = 'Reset'; $lang['btn_confirm'] = 'Confirm Deletions'; $lang['btn_queries'] = 'Query Data'; $lang['btn_prune'] = 'Update Quickstats Cache'; $lang['btn_submit_query'] = 'Submit Query'; $lang['btn_qinfo'] = 'Query How-To'; $lang['label_ip'] = 'IP'; $lang['label_page'] = 'Page'; $lang['label_brief'] = 'Brief page query display'; $lang['label_sel_months'] = 'Select Month(s) from menu at left'; $lang['label_sel_year'] = 'Enter year below'; $lang['label_current_month'] = 'Current month'; $lang['label_uniq_ip'] = 'Unique IPs'; $lang['label_page_access'] = 'Page Accesses '; $lang['label_total']='Total'; $lang['label_qs_pages']='Quickstats pages'; $lang['label_date']='Quickstats pages'; $lang['label_search']='IP/Page/Priority'; $lang['label_date']='Date'; $lang['btn_close_info'] = 'Close How-To Window'; $lang['label_no_secondary'] = 'Ignore secondary fields'; $lang['btn_reset'] = 'Reset'; $lang['btn_download'] = 'Download DB'; $lang['download_fail'] = '%s failed to download.'; $lang['write_fail'] = 'Unable to write %s. Please check your permissions and/or disk space.'; $lang['file_saved'] = 'Saved %s.'; $lang['tar_extracted'] = 'Tar file extracted: %s.'; $lang['installing_mmdb'] = 'Installing .mmdb at %s.'; $lang['no_unpack'] = 'Unable to unpack %s. You may be able to do this using a zip tool on your system.'; $lang['clean_data_tmp'] = "Please check your data/tmp directory and remove data/tmp/tmp any Geocity files found in it\n"; $lang['no_geoip_local'] = 'When installing GeoLiteCity.dat in quickstats/GEOIP/, the "geoip_local" option must be set to true.'; $lang['click_to_view'] = 'Click to view file'; $lang['user_agent'] = 'UserAgent'; $lang['sel_user_agent'] = 'Select UserAgent'; $lang['country'] = 'Country'; $lang['sel_country'] = 'Select Country'; $lang['search_link'] = 'Search:'; $lang['year'] = 'Year:'; $lang['browsers'] = 'Browsers'; $lang['countries'] ='Countries'; $lang['platforms']='Platforms'; $lang['browsers_and_ua'] = 'Browsers and User Agents '; $lang['uniq_ip'] = 'Unique IP Addresses'; $lang['ttl_uniq_ip'] = 'Total unique ip addresses: '; $lang['ttl_accesses_ua'] = 'Total Accesses for User Agents'; $lang['accesses'] = 'Accesses'; $lang['pages_accessed'] = 'Number of pages accessed: '; $lang['ttl_countries'] = 'Total number of countries: '; $lang['ttl_accesses'] ='Total accesses: '; $lang['no_browser_db'] = 'No browscap database found in the db directory'; $lang['missing_mmdb_warning'] = "
To install GeoLite2-City.mmdb, go to the quickstats admin page and click the " . $lang['btn_download'] . " Button";