<?php
// Heading
$_['heading_title']    = 'Customer IP Blacklist';

// Text
$_['text_success']     = 'Success: You have modified customer IP blacklist!';

// Column
$_['column_ip']        = 'IP';
$_['column_customer']  = 'Customers';
$_['column_action']    = 'Action';

// Entry
$_['entry_ip']         = 'IP:';

// Error
$_['error_permission'] = 'Warning: You do not have permission to modify customer IP blacklist!';
$_['error_ip']         = 'IP must be between 1 and 15 characters!';
?>