xref: /plugin/botmon/lang/en/settings.php (revision 5f2c175958d679ca53e02588b75a13df34a9ace3)
1<?php
2/**
3 * English language file for the BotMon Plugin Settings
4 *
5 * @author     Sascha Leib <sascha@leib.be>
6 */
7
8$lang['geoiplib']			= 'Add GeoIP Information<br><small>(requires PHP module to be installed)</small>';
9	$lang['geoiplib_o_disabled']	= 'Disabled';
10	$lang['geoiplib_o_phpgeoip']	= 'Use GeoIP Module';