<?php
/**
 * english language file
 */

// for admin plugins, the menu prompt to be displayed in the admin menu
$lang['menu'] = 'Access and Usage Statistics';

// custom language strings for the plugin

$lang['percent'] = 'Percent';
$lang['count']   = 'Count';
$lang['reason']  = 'Reason';


$lang['time_select']            = 'Select the timeframe:';
$lang['time_today']             = 'Today';
$lang['time_last1']             = 'Yesterday';
$lang['time_last7']             = 'Last 7 Days';
$lang['time_last30']            = 'Last 30 Days';
$lang['time_go']                = 'Go';

// the different pages
$lang['dashboard']              = 'Dashboard';
$lang['page']                   = 'Pages';
$lang['referer']                = 'Incoming Links';
$lang['newreferer']             = 'New Incoming Links';
$lang['outlinks']               = 'Outgoing Links';
$lang['searchphrases']          = 'External Search Phrases';
$lang['searchwords']            = 'External Search Words';
$lang['internalsearchphrases']  = 'Internal Search Phrases';
$lang['internalsearchwords']    = 'Internal Search Words';
$lang['searchengines']          = 'Search Engines';
$lang['browsers']               = 'Browsers';
$lang['os']                     = 'Operating Systems';
$lang['countries']              = 'Countries';
$lang['resolution']             = 'Resolution';

// the dashboard items
$lang['dash_pageviews']         = '%d Page Views';
$lang['dash_sessions']          = '%d Visits (Sessions)';
$lang['dash_visitors']          = '%d Unique Visitors';
$lang['dash_users']             = '%d Logged in Users';
$lang['dash_logins']            = '%d User Logins';
$lang['dash_registrations']     = '%s New Registrations';
$lang['dash_bouncerate']        = '%.1f%% Bounces';
$lang['dash_timespent']         = '%.2f Minutes Spent in an Avarage Session';
$lang['dash_avgpages']          = '%.2f Pages Viewed in an Avarage Session';
$lang['dash_newvisitors']       = '%.1f%% New Visitors';

