114d99ec0SAndreas Gohr<?php 214d99ec0SAndreas Gohr/** 314d99ec0SAndreas Gohr * english language file 414d99ec0SAndreas Gohr */ 514d99ec0SAndreas Gohr 614d99ec0SAndreas Gohr// for admin plugins, the menu prompt to be displayed in the admin menu 76985b606SAndreas Gohr$lang['menu'] = 'Access and Usage Statistics'; 814d99ec0SAndreas Gohr 90c3b1e44SAndreas Gohr$lang['more'] = 'more'; 100c3b1e44SAndreas Gohr$lang['prev'] = 'previous page'; 110c3b1e44SAndreas Gohr$lang['next'] = 'next page'; 1214d99ec0SAndreas Gohr 130c3b1e44SAndreas Gohr// time selection 146985b606SAndreas Gohr$lang['time_select'] = 'Select the timeframe:'; 156985b606SAndreas Gohr$lang['time_today'] = 'Today'; 166985b606SAndreas Gohr$lang['time_last1'] = 'Yesterday'; 176985b606SAndreas Gohr$lang['time_last7'] = 'Last 7 Days'; 186985b606SAndreas Gohr$lang['time_last30'] = 'Last 30 Days'; 196985b606SAndreas Gohr$lang['time_go'] = 'Go'; 206985b606SAndreas Gohr 216985b606SAndreas Gohr// the different pages 2247ffcf7dSAndreas Gohr$lang['dashboard'] = 'Dashboard'; 2347ffcf7dSAndreas Gohr$lang['page'] = 'Pages'; 241664ba1dSAndreas Gohr$lang['edits'] = 'Edits'; 251664ba1dSAndreas Gohr$lang['images'] = 'Images'; 261664ba1dSAndreas Gohr$lang['downloads'] = 'Downloads'; 2747ffcf7dSAndreas Gohr$lang['referer'] = 'Incoming Links'; 2847ffcf7dSAndreas Gohr$lang['newreferer'] = 'New Incoming Links'; 2947ffcf7dSAndreas Gohr$lang['outlinks'] = 'Outgoing Links'; 305bccfe87SAndreas Gohr$lang['searchphrases'] = 'External Search Phrases'; 315bccfe87SAndreas Gohr$lang['searchwords'] = 'External Search Words'; 325bccfe87SAndreas Gohr$lang['internalsearchphrases'] = 'Internal Search Phrases'; 335bccfe87SAndreas Gohr$lang['internalsearchwords'] = 'Internal Search Words'; 3447ffcf7dSAndreas Gohr$lang['searchengines'] = 'Search Engines'; 354f41a2ccSAndreas Gohr$lang['browsers'] = 'Browsers'; 3647ffcf7dSAndreas Gohr$lang['os'] = 'Operating Systems'; 374f41a2ccSAndreas Gohr$lang['countries'] = 'Countries'; 3825446aa2SAndreas Gohr$lang['resolution'] = 'Screen Size'; 3925446aa2SAndreas Gohr$lang['viewport'] = 'Browser Viewport'; 4033a136e5SAndreas Gohr$lang['seenusers'] = 'Seen Users'; 41338987f5SAndreas Gohr$lang['history'] = 'Growth History'; 4281ff4c3aSAndreas Gohr$lang['topuser'] = 'Top Users'; 4381ff4c3aSAndreas Gohr$lang['topeditor'] = 'Top Editors'; 4481ff4c3aSAndreas Gohr$lang['topgroup'] = 'Top Groups'; 4581ff4c3aSAndreas Gohr$lang['topgroupedit'] = 'Top Editing Groups'; 4681ff4c3aSAndreas Gohr$lang['content'] = '(Content)'; 4781ff4c3aSAndreas Gohr$lang['users'] = '(Users and Groups)'; 4881ff4c3aSAndreas Gohr$lang['links'] = '(Links)'; 4981ff4c3aSAndreas Gohr$lang['search'] = '(Search)'; 5081ff4c3aSAndreas Gohr$lang['technology'] = '(Technology)'; 51*616c1e8bSAndreas Gohr$lang['trafficsum'] = '<strong>%s</strong> requests caused <strong>%s</strong> traffic.'; 52eabe0d07SAndreas Gohr 53878be5c9SAndreas Gohr// the intro texts 54878be5c9SAndreas 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.'; 55878be5c9SAndreas Gohr$lang['intro_page'] = 'These are the wiki pages most viewed in the selected timeframe – your top content.'; 561664ba1dSAndreas Gohr$lang['intro_edits'] = 'These are the wiki pages most edited in the selected timeframe – this is where the current activity takes place.'; 571664ba1dSAndreas 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.'; 581664ba1dSAndreas 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.'; 59878be5c9SAndreas 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.'; 60878be5c9SAndreas Gohr$lang['intro_newreferer'] = 'The following incoming links where first logged in the selected timeframe and have never been seen before.'; 61878be5c9SAndreas Gohr$lang['intro_outlinks'] = 'These are the most clicked on links to external sites in your wiki.'; 62878be5c9SAndreas Gohr$lang['intro_searchengines'] = 'The following search engines were used by users to find your wiki.'; 63878be5c9SAndreas Gohr$lang['intro_searchphrases'] = 'These are the exact phrases people used to search when they found your wiki.'; 64878be5c9SAndreas Gohr$lang['intro_searchwords'] = 'These are the most common words people used to search when they found your wiki.'; 65878be5c9SAndreas Gohr$lang['intro_internalsearchphrases'] = 'These are the exact phrases people used to search inside your wiki.'; 66878be5c9SAndreas Gohr$lang['intro_internalsearchwords'] = 'These are the most common words people used to search inside your wiki.'; 67878be5c9SAndreas Gohr$lang['intro_browsers'] = 'Here are the most popular browsers used by your users.'; 68878be5c9SAndreas Gohr$lang['intro_os'] = 'Here are the most popular platforms used by your users.'; 69878be5c9SAndreas 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.'; 7025446aa2SAndreas 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.'; 7125446aa2SAndreas 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.'; 7233a136e5SAndreas 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.'; 73338987f5SAndreas 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.'; 7481ff4c3aSAndreas Gohr$lang['intro_topuser'] = 'This page shows which of your logged in users browsed the most pages in your wiki in the selected timeframe.'; 7581ff4c3aSAndreas Gohr$lang['intro_topeditor'] = 'This page shows which of your logged in users did the most edits in the seleced timeframe.'; 7681ff4c3aSAndreas 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.'; 7781ff4c3aSAndreas 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.'; 78878be5c9SAndreas Gohr 796985b606SAndreas Gohr// the dashboard items 80878be5c9SAndreas Gohr$lang['dash_pageviews'] = '<strong>%d</strong> Page Views'; 81878be5c9SAndreas Gohr$lang['dash_sessions'] = '<strong>%d</strong> Visits (Sessions)'; 82878be5c9SAndreas Gohr$lang['dash_visitors'] = '<strong>%d</strong> Unique Visitors'; 83878be5c9SAndreas Gohr$lang['dash_users'] = '<strong>%d</strong> Logged in Users'; 84878be5c9SAndreas Gohr$lang['dash_logins'] = '<strong>%d</strong> User Logins'; 85878be5c9SAndreas Gohr$lang['dash_registrations'] = '<strong>%s</strong> New Registrations'; 8633a136e5SAndreas Gohr$lang['dash_current'] = '<strong>%d</strong> Current logged in Users'; 87878be5c9SAndreas Gohr$lang['dash_bouncerate'] = '<strong>%.1f%%</strong> Bounces'; 88878be5c9SAndreas Gohr$lang['dash_timespent'] = '<strong>%.2f</strong> Minutes Spent in an Avarage Session'; 89878be5c9SAndreas Gohr$lang['dash_avgpages'] = '<strong>%.2f</strong> Pages Viewed in an Avarage Session'; 90878be5c9SAndreas Gohr$lang['dash_newvisitors'] = '<strong>%.1f%%</strong> New Visitors'; 91dc7b1e5eSAndreas Gohr 92dc7b1e5eSAndreas Gohr$lang['dash_mostpopular'] = 'Most Popular Pages'; 93dc7b1e5eSAndreas Gohr$lang['dash_newincoming'] = 'Top Incoming New Links'; 94dc7b1e5eSAndreas Gohr$lang['dash_topsearch'] = 'Top Search Phrases'; 95eabe0d07SAndreas Gohr 96259897e1SAndreas Gohr// graph labels 97259897e1SAndreas Gohr$lang['graph_edits'] = 'Page Edits'; 98259897e1SAndreas Gohr$lang['graph_creates'] = 'Page Creations'; 99259897e1SAndreas Gohr$lang['graph_deletions'] = 'Page Deletions'; 100259897e1SAndreas Gohr$lang['graph_views'] = 'Page Views'; 101259897e1SAndreas Gohr$lang['graph_sessions'] = 'Visits'; 102259897e1SAndreas Gohr$lang['graph_visitors'] = 'Visitors'; 103338987f5SAndreas Gohr$lang['graph_page_count'] = 'Pages'; 104338987f5SAndreas Gohr$lang['graph_page_size'] = 'Pagessize (MB)'; 105338987f5SAndreas Gohr$lang['graph_media_count'] = 'Media Items'; 106338987f5SAndreas Gohr$lang['graph_media_size'] = 'Media Item Size (MB)'; 107259897e1SAndreas Gohr 108