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