1<?php 2/** 3 * english language file 4 */ 5 6// custom language strings for the plugin 7 8$lang['menu_statistics'] = 'Botbouncer Statistics'; 9$lang['menu_clean'] = 'Botbouncer: Clean users'; 10$lang['percent'] = 'Percent'; 11$lang['count'] = 'Count'; 12$lang['reason'] = 'Reason'; 13 14$lang['blocked'] = '%d accesses were blocked in the last %d days.'; 15 16//Setup VIM: ex: et ts=4 enc=utf-8 : 17