1<?php
2$lang['excludes'] = 'Comma separated list of ip addresses that should not be counted in statistics';
3$lang['aborts']  = 'Comma separated list of nuisance ip addresses that should not be given access to the site';
4$lang['geoip_local'] = 'Maxmind GeoLiteCity.dat will be found in the quickstats dir:  quickstats/GEOIP';
5$lang['geoip_dir'] = 'Maxmind GeoLiteCity.dat directory; quickstats will look here if geoip_local (i.e. quickstats/GEOIP) is not selected';
6$lang['geoplugin'] = 'Use the web-based geoPlugin for IP geo-locating (defaults to true); with this set to true GeoLIteCity.dat is not needed';
7$lang['long_names'] = 'Maximum number of characters when displaying long names, set to -1 for unlimited';
8$lang['show_date'] = 'Show date of last page access with mouseover';
9$lang['show_country'] = 'In IP table, show country of IP address with mouseover.  This will work only when "geoplugin" is set to false';
10$lang['sorttable_ns'] = 'Comma separated list of whole or partial namespaces and file names which require sortable output';
11$lang['xcl_name_val'] = 'Comma separated list of query string name/value pairs which should be excluded from stats';
12$lang['max_exec_time'] = 'Maximum number of seconds for which to run queries in quickstats admin panel';
13$lang['rebuild_uip'] = 'Rebuild Unique IP array';
14$lang['hide_sidebar'] = "If the pages which display your statistics are partially cut off because of the space required for a side bar, and if the sidebar is set in the cofiguration manager, you may hide the sidebar. Place the pages which display the quickstats statistics in its own namespace; then enter the name of that  namespace here and the sidebar will be hidden while displaying your stats.  Avoid the namespace 'quickstats'.";
15$lang['ajax'] = "Delay final processing until after pages are loaded.  This may result in smoother, faster loading of pages and templates";
16$lang['xcl_pages'] = "Comma separated list of pages and/or namespaces to be excluded from statistics. "
17                   . " For pages use the format <code>ns:pagename</code>. For namespaces use the format <code>ns::&nbsp;</code>. "
18                   . "In both cases  give the complete namespace path: <code>ns1:ns2:</code>, etc. Initial namespace ids and root page names do not have an initial colon: <code>ns::</code> "
19                   . "and not <code>:ns::</code>.  Similarly, <code>pagename</code>, and not <code>:pagename</code>";
20$lang['by_pass_mmdb'] = 'By-pass GeoLite2-City. In this case the web-based geoplugin will be the default geo-positioning tool.';
21