xref: /plugin/statistics/lang/en/lang.php (revision 14d99ec09b42ae04744f63727f772c26f8e9f6e3)
1<?php
2/**
3 * english language file
4 */
5
6// settings must be present and set appropriately for the language
7$lang['encoding']   = 'utf-8';
8$lang['direction']  = 'ltr';
9
10// for admin plugins, the menu prompt to be displayed in the admin menu
11// if set here, the plugin doesn't need to override the getMenuText() method
12$lang['menu'] = 'Access Statistics';
13
14// custom language strings for the plugin
15
16$lang['percent'] = 'Percent';
17$lang['count']   = 'Count';
18$lang['reason']  = 'Reason';
19
20//Setup VIM: ex: et ts=4 enc=utf-8 :
21