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['page']                  = '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['searchphrases']         = 'External Search Phrases';
39$lang['searchwords']           = 'External Search Words';
40$lang['internalsearchphrases'] = 'Internal Search Phrases';
41$lang['internalsearchwords']   = 'Internal Search Words';
42$lang['searchengines']         = 'Search Engines';
43$lang['browsers']              = 'Browsers';
44$lang['os']                    = 'Operating Systems';
45$lang['countries']             = 'Countries';
46$lang['resolution']            = 'Screen Size';
47$lang['viewport']              = 'Browser Viewport';
48$lang['seenusers']             = 'Seen Users';
49$lang['history']               = 'Growth History';
50$lang['topuser']               = 'Top Users';
51$lang['topeditor']             = 'Top Editors';
52$lang['topgroup']              = 'Top Groups';
53$lang['topgroupedit']          = 'Top Editing Groups';
54$lang['content']               = '(Content)';
55$lang['users']                 = '(Users and Groups)';
56$lang['links']                 = '(Links)';
57$lang['search']                = '(Search)';
58$lang['technology']            = '(Technology)';
59$lang['trafficsum']            = '<strong>%s</strong> requests caused <strong>%s</strong> traffic.';
60
61
62// the intro texts
63$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.';
64$lang['intro_page']                  = 'These are the wiki pages most viewed in the selected timeframe – your top content.';
65$lang['intro_edits']                 = 'These are the wiki pages most edited in the selected timeframe – this is where the current activity takes place.';
66$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.';
67$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.';
68$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.';
69
70$lang['intro_newreferer']            = 'The following incoming links where first logged in the selected timeframe and have never been seen before.';
71$lang['intro_outlinks']              = 'These are the most clicked on links to external sites in your wiki.';
72$lang['intro_searchengines']         = 'The following search engines were used by users to find your wiki.';
73$lang['intro_searchphrases']         = 'These are the exact phrases people used to search when they found your wiki.';
74$lang['intro_searchwords']           = 'These are the most common words people used to search when they found your wiki.';
75$lang['intro_internalsearchphrases'] = 'These are the exact phrases people used to search inside your wiki.';
76$lang['intro_internalsearchwords']   = 'These are the most common words people used to search inside your wiki.';
77$lang['intro_browsers']              = 'Here are the most popular browsers used by your users.';
78$lang['intro_os']                    = 'Here are the most popular platforms used by your users.';
79$lang['intro_countries']             = 'This is where your users come from. Note that resolving IP addresses to countries is error prone and no exact science.';
80$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.';
81$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.';
82$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.';
83$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.';
84$lang['intro_topuser']               = 'This page shows which of your logged in users browsed the most pages in your wiki in the selected timeframe.';
85$lang['intro_topeditor']             = 'This page shows which of your logged in users did the most edits in the seleced timeframe.';
86$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.';
87$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.';
88
89// the dashboard items
90$lang['dash_pageviews']     = '<strong>%d</strong> Page Views';
91$lang['dash_sessions']      = '<strong>%d</strong> Visits (Sessions)';
92$lang['dash_visitors']      = '<strong>%d</strong> Unique Visitors';
93$lang['dash_users']         = '<strong>%d</strong> Logged in Users';
94$lang['dash_logins']        = '<strong>%d</strong> User Logins';
95$lang['dash_registrations'] = '<strong>%s</strong> New Registrations';
96$lang['dash_current']       = '<strong>%d</strong> Current logged in Users';
97$lang['dash_bouncerate']    = '<strong>%.1f%%</strong> Bounces';
98$lang['dash_timespent']     = '<strong>%.2f</strong> Minutes Spent in an Avarage Session';
99$lang['dash_avgpages']      = '<strong>%.2f</strong> Pages Viewed in an Avarage Session';
100$lang['dash_newvisitors']   = '<strong>%.1f%%</strong> New Visitors';
101
102$lang['dash_mostpopular'] = 'Most Popular Pages';
103$lang['dash_newincoming'] = 'Top Incoming New Links';
104$lang['dash_topsearch']   = 'Top Search Phrases';
105
106// graph labels
107$lang['graph_edits']       = 'Page Edits';
108$lang['graph_creates']     = 'Page Creations';
109$lang['graph_deletions']   = 'Page Deletions';
110$lang['graph_views']       = 'Page Views';
111$lang['graph_sessions']    = 'Visits';
112$lang['graph_visitors']    = 'Visitors';
113$lang['graph_page_count']  = 'Pages';
114$lang['graph_page_size']   = 'Pagessize (MB)';
115$lang['graph_media_count'] = 'Media Items';
116$lang['graph_media_size']  = 'Media Item Size (MB)';
117