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'] = 'Bad Behaviour Statistics';
9
10// custom language strings for the plugin
11
12$lang['percent'] = 'Percent';
13$lang['count']   = 'Count';
14$lang['reason']  = 'Reason';
15
16$lang['blocked'] = '%d accesses were blocked in the last %d days.';
17
18$lang['lkpresult'] = 'The request came from IP <b>%s</b> and was blocked because <b>%s</b>. The explanation shown to the user was <b>%s</b> More details may be available <a href="http://www.ioerror.us/bb2-support-key?key=%s">here</a>.';
19$lang['lkplist']   = 'Below is a list of log lines matching this IP in the last %d days.';
20$lang['lookup']    = 'Lookup support key';
21
22//Setup VIM: ex: et ts=4 enc=utf-8 :
23