xref: /plugin/statistics/lang/en/lang.php (revision 47ffcf7d3aad0c8053a5e1d70d026d6bbcb3f292)
1<?php
2/**
3 * english language file
4 */
5
6// for admin plugins, the menu prompt to be displayed in the admin menu
7// if set here, the plugin doesn't need to override the getMenuText() method
8$lang['menu'] = 'Access Statistics';
9
10// custom language strings for the plugin
11
12$lang['percent'] = 'Percent';
13$lang['count']   = 'Count';
14$lang['reason']  = 'Reason';
15
16
17$lang['dashboard']     = 'Dashboard';
18$lang['page']          = 'Pages';
19$lang['referer']       = 'Incoming Links';
20$lang['newreferer']    = 'New Incoming Links';
21$lang['outlinks']      = 'Outgoing Links';
22$lang['searchphrases'] = 'Search Phrases';
23$lang['searchwords']   = 'Search Words';
24$lang['searchengines'] = 'Search Engines';
25$lang['browser']       = 'Browsers';
26$lang['os']            = 'Operating Systems';
27$lang['country']       = 'Countries';
28$lang['resolution']    = 'Resolution';
29