<?php
/**
 * english language file
 */

// custom language strings for the plugin

$lang['menu_statistics'] = 'Botbouncer Statistics';
$lang['menu_clean'] = 'Botbouncer: Clean users';
$lang['percent'] = 'Percent';
$lang['count']   = 'Count';
$lang['reason']  = 'Reason';

$lang['blocked'] = '%d accesses were blocked in the last %d days.';

//Setup VIM: ex: et ts=4 enc=utf-8 :
