<?php
/**
 * English language file for the BotMon Plugin Settings
 *
 * @author     Sascha Leib <sascha@leib.be>
 */

$lang['geoiplib']			= 'Add GeoIP Information<br><small>(requires PHP module to be installed)</small>';
	$lang['geoiplib_o_disabled']	= 'Disabled';
	$lang['geoiplib_o_phpgeoip']	= 'Use GeoIP Module';

$lang['useCaptcha']		= 'Enable Captcha<br><small>(Experimental, read the manual first!)</small>';
$lang['captchaSeed']	= 'Captcha Seed<br><small>(Enter a 16 to 32 digits random number)</small>';
