Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
6c424f 1 <?php
FS 2 $wb["server_id_txt"] = 'Rewrite on Server';
3 $wb["source_txt"] = 'Source IP';
4 $wb["destination_txt"] = 'Destination IP';
5 $wb["active_txt"] = 'Active';
6 $wb["ip_error_wrong"] = 'The Destination IP address is invalid';
7 $wb["destination_ip_empty"] = 'The Destination IP is empty.';
8 $wb["source_ip_empty"] = 'The Source IP is empty.';
bb2930 9 $wb["server_empty_error"] = 'The Server is empty.';
6c424f 10 $wb["duplicate_mapping_error"] = "Mapping already exists.";
bb2930 11 $wb["ip_mapping_error"] = "Source IP can not be an IP of the Rewrite-Server";
6c424f 12 ?>