1<?php
2/**
3 * English language file
4 *
5 * @author Andreas Gohr <andi@splitbrain.org>
6 */
7
8// for the configuration manager
9$lang['email'] = 'Please enter an email address where users can ask for help when they are blocked unintentional.';
10$lang['skipblackhole'] = 'Bad Behavior checks certain realtime blacklists for known malicious IPs by default. This might get innocent users get blocked for their previously abused dynamic IP addresses. Enable this option to skip the blackhole check.';
11