114d99ec0SAndreas Gohr<?php 214d99ec0SAndreas Gohr/** 314d99ec0SAndreas Gohr * english language file 414d99ec0SAndreas Gohr */ 514d99ec0SAndreas Gohr 6e39242daSMichael Große 7e39242daSMichael Große 8e39242daSMichael Große 9e39242daSMichael Große 10e39242daSMichael Große 1114d99ec0SAndreas Gohr// for admin plugins, the menu prompt to be displayed in the admin menu 126985b606SAndreas Gohr$lang['menu'] = 'Access and Usage Statistics'; 1314d99ec0SAndreas Gohr 140c3b1e44SAndreas Gohr$lang['more'] = 'more'; 150c3b1e44SAndreas Gohr$lang['prev'] = 'previous page'; 160c3b1e44SAndreas Gohr$lang['next'] = 'next page'; 1714d99ec0SAndreas Gohr 180c3b1e44SAndreas Gohr// time selection 196985b606SAndreas Gohr$lang['time_select'] = 'Select the timeframe:'; 206985b606SAndreas Gohr$lang['time_today'] = 'Today'; 216985b606SAndreas Gohr$lang['time_last1'] = 'Yesterday'; 226985b606SAndreas Gohr$lang['time_last7'] = 'Last 7 Days'; 236985b606SAndreas Gohr$lang['time_last30'] = 'Last 30 Days'; 246985b606SAndreas Gohr$lang['time_go'] = 'Go'; 25e39242daSMichael Große$lang['days'] = 'Days'; 26e39242daSMichael Große$lang['weeks'] = 'Weeks'; 27e39242daSMichael Große$lang['months'] = 'Months'; 286985b606SAndreas Gohr 296985b606SAndreas Gohr// the different pages 3047ffcf7dSAndreas Gohr$lang['dashboard'] = 'Dashboard'; 31444fcd22SAndreas Gohr$lang['pages'] = 'Pages'; 321664ba1dSAndreas Gohr$lang['edits'] = 'Edits'; 331664ba1dSAndreas Gohr$lang['images'] = 'Images'; 341664ba1dSAndreas Gohr$lang['downloads'] = 'Downloads'; 3547ffcf7dSAndreas Gohr$lang['referer'] = 'Incoming Links'; 3647ffcf7dSAndreas Gohr$lang['newreferer'] = 'New Incoming Links'; 3747ffcf7dSAndreas Gohr$lang['outlinks'] = 'Outgoing Links'; 38f666296fSAndreas Gohr$lang['campaigns'] = 'Campaigns'; 399aec20efSAndreas Gohr$lang['medium'] = 'Campaign Medium'; 409aec20efSAndreas Gohr$lang['source'] = 'Campaign Source'; 415bccfe87SAndreas Gohr$lang['internalsearchphrases'] = 'Internal Search Phrases'; 425bccfe87SAndreas Gohr$lang['internalsearchwords'] = 'Internal Search Words'; 432a30f557SAndreas Gohr$lang['searchengines'] = 'External Search Engines'; 444f41a2ccSAndreas Gohr$lang['browsers'] = 'Browsers'; 4547ffcf7dSAndreas Gohr$lang['os'] = 'Operating Systems'; 464f41a2ccSAndreas Gohr$lang['countries'] = 'Countries'; 4725446aa2SAndreas Gohr$lang['resolution'] = 'Screen Size'; 4825446aa2SAndreas Gohr$lang['viewport'] = 'Browser Viewport'; 4933a136e5SAndreas Gohr$lang['seenusers'] = 'Seen Users'; 50338987f5SAndreas Gohr$lang['history'] = 'Growth History'; 519fdd7e51SAndreas Gohr$lang['topdomain'] = 'Top User Domains'; 5281ff4c3aSAndreas Gohr$lang['topuser'] = 'Top Users'; 5381ff4c3aSAndreas Gohr$lang['topeditor'] = 'Top Editors'; 5481ff4c3aSAndreas Gohr$lang['topgroup'] = 'Top Groups'; 5581ff4c3aSAndreas Gohr$lang['topgroupedit'] = 'Top Editing Groups'; 5681ff4c3aSAndreas Gohr$lang['content'] = '(Content)'; 5781ff4c3aSAndreas Gohr$lang['users'] = '(Users and Groups)'; 5881ff4c3aSAndreas Gohr$lang['links'] = '(Links)'; 59f666296fSAndreas Gohr$lang['campaign'] = '(Campaigns)'; 6081ff4c3aSAndreas Gohr$lang['search'] = '(Search)'; 6181ff4c3aSAndreas Gohr$lang['technology'] = '(Technology)'; 62616c1e8bSAndreas Gohr$lang['trafficsum'] = '<strong>%s</strong> requests caused <strong>%s</strong> traffic.'; 63eabe0d07SAndreas Gohr 64e39242daSMichael Große 65878be5c9SAndreas Gohr// the intro texts 66878be5c9SAndreas Gohr$lang['intro_dashboard'] = 'This page gives you a quick overview on what has happened in your wiki during the chosen timeframe.<br />For detailed insights and graphs pick a topic from the Table of Contents.'; 67878be5c9SAndreas Gohr$lang['intro_page'] = 'These are the wiki pages most viewed in the selected timeframe – your top content.'; 681664ba1dSAndreas Gohr$lang['intro_edits'] = 'These are the wiki pages most edited in the selected timeframe – this is where the current activity takes place.'; 691664ba1dSAndreas Gohr$lang['intro_images'] = 'These are the top most displayed local images in your wiki. The third column shows the total amount of bytes transferred for each item.'; 701664ba1dSAndreas Gohr$lang['intro_downloads'] = 'These are the top most downloaded local media items in your wiki. The third column shows the total amount of bytes transferred for each item.'; 71878be5c9SAndreas Gohr$lang['intro_referer'] = 'Of all <strong>%d</strong> external visits, <strong>%d</strong> (<strong>%.1f%%</strong>) were direct (or bookmarked) accesses, <strong>%d</strong> (<strong>%.1f%%</strong>) came from search engines and <strong>%d</strong> (<strong>%.1f%%</strong>) were referred through links from other pages.<br />These other pages are listed below.'; 72e39242daSMichael Große 73878be5c9SAndreas Gohr$lang['intro_newreferer'] = 'The following incoming links where first logged in the selected timeframe and have never been seen before.'; 74878be5c9SAndreas Gohr$lang['intro_outlinks'] = 'These are the most clicked on links to external sites in your wiki.'; 75878be5c9SAndreas Gohr$lang['intro_searchengines'] = 'The following search engines were used by users to find your wiki.'; 76878be5c9SAndreas Gohr$lang['intro_internalsearchphrases'] = 'These are the exact phrases people used to search inside your wiki.'; 77878be5c9SAndreas Gohr$lang['intro_internalsearchwords'] = 'These are the most common words people used to search inside your wiki.'; 78878be5c9SAndreas Gohr$lang['intro_browsers'] = 'Here are the most popular browsers used by your users.'; 79878be5c9SAndreas Gohr$lang['intro_os'] = 'Here are the most popular platforms used by your users.'; 80878be5c9SAndreas Gohr$lang['intro_countries'] = 'This is where your users come from. Note that resolving IP addresses to countries is error prone and no exact science.'; 8125446aa2SAndreas Gohr$lang['intro_resolution'] = 'This page gives you some info about the screen size (resolution) of your users. This is how much screen estate they have, not how much of that is available to the browser\'s display area. For the latter see the Browser Viewport page. All values are rounded to 100 pixels, the graph shows the top 100 values only.'; 8225446aa2SAndreas Gohr$lang['intro_viewport'] = 'These are the area sizes that your users\' browsers have available for rendering your wiki. All values are rounded to 100 pixels, the graph shows the top 100 values only.'; 8333a136e5SAndreas Gohr$lang['intro_seenusers'] = 'This is a list of when users have been last seen in the Wiki ordered by last seen date. This is independent of the selected time frame.'; 84338987f5SAndreas Gohr$lang['intro_history'] = 'These graphs give you an idea on how your wiki grew over the given timeframe in relation to number of entries and size. Please note that this graph requires a timeframe of multiple days at least.'; 859fdd7e51SAndreas Gohr$lang['intro_topdomain'] = 'This page shows which of your logged in users browsed the most pages in your wiki in the selected timeframe grouped by their email domain.'; 8681ff4c3aSAndreas Gohr$lang['intro_topuser'] = 'This page shows which of your logged in users browsed the most pages in your wiki in the selected timeframe.'; 8781ff4c3aSAndreas Gohr$lang['intro_topeditor'] = 'This page shows which of your logged in users did the most edits in the seleced timeframe.'; 8881ff4c3aSAndreas Gohr$lang['intro_topgroup'] = 'These are the groups of the logged in users that browsed the most pages in your wiki in the selected timeframe. Note: when a user is member of multiple groups, all her groups are counted.'; 8981ff4c3aSAndreas Gohr$lang['intro_topgroupedit'] = 'These are the groups of the logged in users that did the mst edits in the selected timeframe. Note: when a user is member of multiple groups, all her groups are counted.'; 90*e107aad7SAndreas Gohr$lang['intro_campaigns'] = 'This shows the number of visits you received through a tracked campaign.'; 91*e107aad7SAndreas Gohr$lang['intro_medium'] = 'This shows the number of visits you received via a specific medium of a tracked campaign, e.g. email, social media, etc.'; 92*e107aad7SAndreas Gohr$lang['intro_source'] = 'This shows the number of visits you received via a specific source of a tracked campaign, e.g. newsletter, Facebook, etc.'; 93878be5c9SAndreas Gohr 946985b606SAndreas Gohr// the dashboard items 95878be5c9SAndreas Gohr$lang['dash_pageviews'] = '<strong>%d</strong> Page Views'; 96878be5c9SAndreas Gohr$lang['dash_sessions'] = '<strong>%d</strong> Visits (Sessions)'; 97878be5c9SAndreas Gohr$lang['dash_visitors'] = '<strong>%d</strong> Unique Visitors'; 98878be5c9SAndreas Gohr$lang['dash_users'] = '<strong>%d</strong> Logged in Users'; 99878be5c9SAndreas Gohr$lang['dash_logins'] = '<strong>%d</strong> User Logins'; 100878be5c9SAndreas Gohr$lang['dash_registrations'] = '<strong>%s</strong> New Registrations'; 1012a30f557SAndreas Gohr$lang['dash_current'] = '<strong>%d</strong> Current Visitors'; 102878be5c9SAndreas Gohr$lang['dash_bouncerate'] = '<strong>%.1f%%</strong> Bounces'; 1032a30f557SAndreas Gohr$lang['dash_timespent'] = '<strong>%.2f</strong> Minutes Spent in an Average Session'; 1042a30f557SAndreas Gohr$lang['dash_avgpages'] = '<strong>%.2f</strong> Pages Viewed in an Average Session'; 105878be5c9SAndreas Gohr$lang['dash_newvisitors'] = '<strong>%.1f%%</strong> New Visitors'; 10644f81330SAndreas Gohr$lang['dash_last'] = '<strong>%s</strong> Last Visit'; 107dc7b1e5eSAndreas Gohr 108dc7b1e5eSAndreas Gohr$lang['dash_mostpopular'] = 'Most Popular Pages'; 109dc7b1e5eSAndreas Gohr$lang['dash_newincoming'] = 'Top Incoming New Links'; 110dc7b1e5eSAndreas Gohr$lang['dash_topsearch'] = 'Top Search Phrases'; 111eabe0d07SAndreas Gohr 112259897e1SAndreas Gohr// graph labels 113259897e1SAndreas Gohr$lang['graph_edits'] = 'Page Edits'; 114259897e1SAndreas Gohr$lang['graph_creates'] = 'Page Creations'; 115259897e1SAndreas Gohr$lang['graph_deletions'] = 'Page Deletions'; 116259897e1SAndreas Gohr$lang['graph_views'] = 'Page Views'; 117259897e1SAndreas Gohr$lang['graph_sessions'] = 'Visits'; 118259897e1SAndreas Gohr$lang['graph_visitors'] = 'Visitors'; 119338987f5SAndreas Gohr$lang['graph_page_count'] = 'Pages'; 120338987f5SAndreas Gohr$lang['graph_page_size'] = 'Pagessize (MB)'; 121338987f5SAndreas Gohr$lang['graph_media_count'] = 'Media Items'; 122338987f5SAndreas Gohr$lang['graph_media_size'] = 'Media Item Size (MB)'; 123