xref: /plugin/botmon/lang/en/settings.php (revision 15bf44beb183c734366fb70d323cf5eefb8de4e4)
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';