$
//
define('IP_BLOCKER_TITLE', 'IP Blocker (v2.1.0)');
define('IP_BLOCKER_ENABLE', 'Enable IP Blocker?');
define('IB_TEXT_PASSWORD', 'Password:');
define('IB_BLOCKED_RANGE', 'Blocked IP Addresses:');
define('IB_ALLOWED_RANGE', 'Allowed IP Addresses:');
define('IB_ON', 'Yes');
define('IB_OFF', 'No');
define('IP_BLOCKER_LOCKOUT_COUNT', 'Login lockout count:'); //-v2.0.1a
define('IP_BLOCKER_INSTRUCTIONS', 'Use this page to configure the IP Blocker. You can
- Enable or Disable the IP Blocker\'s operation.
- Set the login lockout count. The Login Lockout Count is the number of unsuccessful login attempts from the "Special" login page before the page stops taking input and simply presents a white-screen. A value of 0 in the count results in unlimited attempts allowed.
- Set the IP addresses (or address ranges) that should be blocked from your store. If an address is present in a blocked-range and is not present in an allowed-range, then the access attempt to your store will be blocked.
Enter the IP addresses (or address ranges), one per line. Address ranges can be specified using an asterisk to identify all values in that segment, e.g. 192.168.1.*
, or you can identify a specific range, e.g. 192.168.1.1/17
. ');
define('IP_BLOCKER_HELP_PASSWORD_SETTINGS_DEFAULT', 'You are currently using the default password (123456); you should change the password before you enable the IP blocker!');
define('IB_PASSWORD_SET', 'Your IP blocker password has been changed from the default value. If you don\'t remember the value, you can change it here.');
define('IB_MESSAGE_PASSWORD_REQUIRED_ERROR', 'A password is required!');
define('IB_MESSAGE_BAD_BLOCKED_IP_ERROR', 'An error was found in your Blocked IP Addresses: %s');
define('IB_MESSAGE_BAD_ALLOWED_IP_ERROR', 'An error was found in your Allowed IP Addresses: %s');
define('IB_MESSAGE_UPDATED', 'Your IP Blocker settings have been successfully updated.');