1<?php 2/** 3 * english language file 4 */ 5 6 7 8 9 10 11// for admin plugins, the menu prompt to be displayed in the admin menu 12$lang['menu'] = 'Access and Usage Statistics'; 13 14$lang['more'] = 'more'; 15$lang['prev'] = 'previous page'; 16$lang['next'] = 'next page'; 17 18// time selection 19$lang['time_select'] = 'Select the timeframe:'; 20$lang['time_today'] = 'Today'; 21$lang['time_last1'] = 'Yesterday'; 22$lang['time_last7'] = 'Last 7 Days'; 23$lang['time_last30'] = 'Last 30 Days'; 24$lang['time_go'] = 'Go'; 25$lang['days'] = 'Days'; 26$lang['weeks'] = 'Weeks'; 27$lang['months'] = 'Months'; 28 29// the different pages 30$lang['dashboard'] = 'Dashboard'; 31$lang['pages'] = 'Pages'; 32$lang['edits'] = 'Edits'; 33$lang['images'] = 'Images'; 34$lang['downloads'] = 'Downloads'; 35$lang['referer'] = 'Incoming Links'; 36$lang['newreferer'] = 'New Incoming Links'; 37$lang['outlinks'] = 'Outgoing Links'; 38$lang['campaigns'] = 'Campaigns'; 39$lang['medium'] = 'Campaign Medium'; 40$lang['source'] = 'Campaign Source'; 41$lang['internalsearchphrases'] = 'Internal Search Phrases'; 42$lang['internalsearchwords'] = 'Internal Search Words'; 43$lang['searchengines'] = 'External Search Engines'; 44$lang['browsers'] = 'Browsers'; 45$lang['os'] = 'Operating Systems'; 46$lang['countries'] = 'Countries'; 47$lang['resolution'] = 'Screen Size'; 48$lang['viewport'] = 'Browser Viewport'; 49$lang['seenusers'] = 'Seen Users'; 50$lang['history'] = 'Growth History'; 51$lang['topdomain'] = 'Top User Domains'; 52$lang['topuser'] = 'Top Users'; 53$lang['topeditor'] = 'Top Editors'; 54$lang['topgroup'] = 'Top Groups'; 55$lang['topgroupedit'] = 'Top Editing Groups'; 56$lang['content'] = '(Content)'; 57$lang['users'] = '(Users and Groups)'; 58$lang['links'] = '(Links)'; 59$lang['campaign'] = '(Campaigns)'; 60$lang['search'] = '(Search)'; 61$lang['technology'] = '(Technology)'; 62$lang['trafficsum'] = '<strong>%s</strong> requests caused <strong>%s</strong> traffic.'; 63 64 65// the intro texts 66$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.'; 67$lang['intro_page'] = 'These are the wiki pages most viewed in the selected timeframe – your top content.'; 68$lang['intro_edits'] = 'These are the wiki pages most edited in the selected timeframe – this is where the current activity takes place.'; 69$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.'; 70$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.'; 71$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.'; 72 73$lang['intro_newreferer'] = 'The following incoming links where first logged in the selected timeframe and have never been seen before.'; 74$lang['intro_outlinks'] = 'These are the most clicked on links to external sites in your wiki.'; 75$lang['intro_searchengines'] = 'The following search engines were used by users to find your wiki.'; 76$lang['intro_internalsearchphrases'] = 'These are the exact phrases people used to search inside your wiki.'; 77$lang['intro_internalsearchwords'] = 'These are the most common words people used to search inside your wiki.'; 78$lang['intro_browsers'] = 'Here are the most popular browsers used by your users.'; 79$lang['intro_os'] = 'Here are the most popular platforms used by your users.'; 80$lang['intro_countries'] = 'This is where your users come from. Note that resolving IP addresses to countries is error prone and no exact science.'; 81$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.'; 82$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.'; 83$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.'; 84$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.'; 85$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.'; 86$lang['intro_topuser'] = 'This page shows which of your logged in users browsed the most pages in your wiki in the selected timeframe.'; 87$lang['intro_topeditor'] = 'This page shows which of your logged in users did the most edits in the seleced timeframe.'; 88$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.'; 89$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$lang['intro_campaigns'] = 'This shows the number of visits you received through a tracked campaign.'; 91$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$lang['intro_source'] = 'This shows the number of visits you received via a specific source of a tracked campaign, e.g. newsletter, Facebook, etc.'; 93 94// the dashboard items 95$lang['dash_pageviews'] = '<strong>%d</strong> Page Views'; 96$lang['dash_sessions'] = '<strong>%d</strong> Visits (Sessions)'; 97$lang['dash_visitors'] = '<strong>%d</strong> Unique Visitors'; 98$lang['dash_users'] = '<strong>%d</strong> Logged in Users'; 99$lang['dash_logins'] = '<strong>%d</strong> User Logins'; 100$lang['dash_registrations'] = '<strong>%s</strong> New Registrations'; 101$lang['dash_current'] = '<strong>%d</strong> Current Visitors'; 102$lang['dash_bouncerate'] = '<strong>%.1f%%</strong> Bounces'; 103$lang['dash_timespent'] = '<strong>%.2f</strong> Minutes Spent in an Average Session'; 104$lang['dash_avgpages'] = '<strong>%.2f</strong> Pages Viewed in an Average Session'; 105$lang['dash_newvisitors'] = '<strong>%.1f%%</strong> New Visitors'; 106$lang['dash_last'] = '<strong>%s</strong> Last Visit'; 107 108$lang['dash_mostpopular'] = 'Most Popular Pages'; 109$lang['dash_newincoming'] = 'Top Incoming New Links'; 110$lang['dash_topsearch'] = 'Top Search Phrases'; 111 112// graph labels 113$lang['graph_edits'] = 'Page Edits'; 114$lang['graph_creates'] = 'Page Creations'; 115$lang['graph_deletions'] = 'Page Deletions'; 116$lang['graph_views'] = 'Page Views'; 117$lang['graph_sessions'] = 'Visits'; 118$lang['graph_visitors'] = 'Visitors'; 119$lang['graph_page_count'] = 'Pages'; 120$lang['graph_page_size'] = 'Pagessize (MB)'; 121$lang['graph_media_count'] = 'Media Items'; 122$lang['graph_media_size'] = 'Media Item Size (MB)'; 123