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.'; |
|
9 |
$wb["duplicate_mapping_error"] = "Mapping already exists."; |
|
10 |
$wb["duplicate_mapping_error"] = "Source IP can not be an IP of the Rewrite-Server"; |
|
11 |
?> |