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

$lang['showday']			= 'Which data to show in the “Latest” tab:';
	$lang['showday_o_yesterday']	= 'Last full day (yesterday)';
	$lang['showday_o_today']	= 'Ongoing logs (today)';

$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>(Best use a random number, e.g. <a href="https://www.browserling.com/tools/random-hex" target="_blank">here</a> )</small>';
