Till Brehm
2016-01-31 4070036454731508a7caa56d19e0d5bc9e64614c
interface/web/admin/lib/lang/ro_server_ip_map.lng
@@ -1,12 +1,12 @@
<?php
$wb["server_id_txt"] = 'Rewrite on Server';
$wb["source_txt"] = 'Source IP';
$wb["destination_txt"] = 'Destination IP';
$wb["active_txt"] = 'Active';
$wb["ip_error_wrong"] = 'The Destination IP address is invalid';
$wb["destination_ip_empty"] = 'The Destination IP is empty.';
$wb["source_ip_empty"] = 'The Source IP is empty.';
$wb["server_empty_error"] = 'The Server is empty.';
$wb["duplicate_mapping_error"] = "Mapping already exists.";
$wb["ip_mapping_error"] = "Source IP can not be an IP of the Rewrite-Server";
$wb['server_id_txt'] = 'Rewrite on Server';
$wb['source_txt'] = 'Source IP';
$wb['destination_txt'] = 'Destination IP';
$wb['active_txt'] = 'Active';
$wb['ip_error_wrong'] = 'The Destination IP address is invalid';
$wb['destination_ip_empty'] = 'The Destination IP is empty.';
$wb['source_ip_empty'] = 'The Source IP is empty.';
$wb['server_empty_error'] = 'The Server is empty.';
$wb['duplicate_mapping_error'] = 'Mapping already exists.';
$wb['ip_mapping_error'] = 'Source IP can not be an IP of the Rewrite-Server';
?>