Skip to content

Commit bb2930c

Browse files
author
Florian Schaal
committed
update ipv4-mapping
1 parent 349272c commit bb2930c

26 files changed

+57
-29
lines changed

interface/web/admin/form/server_ip_map.tform.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2929
*/
3030

31-
$form["title"] = "IP Addresse mapping";
32-
$form["description"] = "";
31+
$form["title"] = "IPv4 Addresse mapping";
32+
$form["description"] = "Form to map IPv4-addresses for Web-Server";
3333
$form["name"] = "server_ip_map";
3434
$form["action"] = "server_ip_map_edit.php";
3535
$form["db_table"] = "server_ip_map";

interface/web/admin/lib/lang/ar_server_ip_map.lng

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ $wb["active_txt"] = 'Active';
66
$wb["ip_error_wrong"] = 'The Destination IP address is invalid';
77
$wb["destination_ip_empty"] = 'The Destination IP is empty.';
88
$wb["source_ip_empty"] = 'The Source IP is empty.';
9+
$wb["server_empty_error"] = 'The Server is empty.';
910
$wb["duplicate_mapping_error"] = "Mapping already exists.";
10-
$wb["duplicate_mapping_error"] = "Source IP can not be an IP of the Rewrite-Server";
11+
$wb["ip_mapping_error"] = "Source IP can not be an IP of the Rewrite-Server";
1112
?>

interface/web/admin/lib/lang/bg_server_ip_map.lng

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ $wb["active_txt"] = 'Active';
66
$wb["ip_error_wrong"] = 'The Destination IP address is invalid';
77
$wb["destination_ip_empty"] = 'The Destination IP is empty.';
88
$wb["source_ip_empty"] = 'The Source IP is empty.';
9+
$wb["server_empty_error"] = 'The Server is empty.';
910
$wb["duplicate_mapping_error"] = "Mapping already exists.";
10-
$wb["duplicate_mapping_error"] = "Source IP can not be an IP of the Rewrite-Server";
11+
$wb["ip_mapping_error"] = "Source IP can not be an IP of the Rewrite-Server";
1112
?>

interface/web/admin/lib/lang/br_server_ip_map.lng

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ $wb["active_txt"] = 'Active';
66
$wb["ip_error_wrong"] = 'The Destination IP address is invalid';
77
$wb["destination_ip_empty"] = 'The Destination IP is empty.';
88
$wb["source_ip_empty"] = 'The Source IP is empty.';
9+
$wb["server_empty_error"] = 'The Server is empty.';
910
$wb["duplicate_mapping_error"] = "Mapping already exists.";
10-
$wb["duplicate_mapping_error"] = "Source IP can not be an IP of the Rewrite-Server";
11+
$wb["ip_mapping_error"] = "Source IP can not be an IP of the Rewrite-Server";
1112
?>

interface/web/admin/lib/lang/cz_server_ip_map.lng

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ $wb["active_txt"] = 'Active';
66
$wb["ip_error_wrong"] = 'The Destination IP address is invalid';
77
$wb["destination_ip_empty"] = 'The Destination IP is empty.';
88
$wb["source_ip_empty"] = 'The Source IP is empty.';
9+
$wb["server_empty_error"] = 'The Server is empty.';
910
$wb["duplicate_mapping_error"] = "Mapping already exists.";
10-
$wb["duplicate_mapping_error"] = "Source IP can not be an IP of the Rewrite-Server";
11+
$wb["ip_mapping_error"] = "Source IP can not be an IP of the Rewrite-Server";
1112
?>

interface/web/admin/lib/lang/de_server_ip_map.lng

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ $wb["active_txt"] = 'Aktiv';
66
$wb["ip_error_wrong"] = 'Die neue IP ist ungueltig';
77
$wb["destination_ip_empty"] = 'Die neue IP ist leer.';
88
$wb["source_ip_empty"] = 'Die eigentliche IP ist leer.';
9+
$wb["server_empty_error"] = 'Der Server ist leer.';
910
$wb["duplicate_mapping_error"] = "Mapping existiert bereits.";
10-
$wb["duplicate_mapping_error"] = "Die eigentliche IP darf keine IP des Rewrite-Servers sein.";
11+
$wb["ip_mapping_error"] = "Die eigentliche IP darf keine IP des Rewrite-Servers sein.";
1112
?>

interface/web/admin/lib/lang/el_server_ip_map.lng

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ $wb["active_txt"] = 'Active';
66
$wb["ip_error_wrong"] = 'The Destination IP address is invalid';
77
$wb["destination_ip_empty"] = 'The Destination IP is empty.';
88
$wb["source_ip_empty"] = 'The Source IP is empty.';
9+
$wb["server_empty_error"] = 'The Server is empty.';
910
$wb["duplicate_mapping_error"] = "Mapping already exists.";
10-
$wb["duplicate_mapping_error"] = "Source IP can not be an IP of the Rewrite-Server";
11+
$wb["ip_mapping_error"] = "Source IP can not be an IP of the Rewrite-Server";
1112
?>

interface/web/admin/lib/lang/en_server_ip_map.lng

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ $wb["active_txt"] = 'Active';
66
$wb["ip_error_wrong"] = 'The Destination IP address is invalid';
77
$wb["destination_ip_empty"] = 'The Destination IP is empty.';
88
$wb["source_ip_empty"] = 'The Source IP is empty.';
9+
$wb["server_empty_error"] = 'The Server is empty.';
910
$wb["duplicate_mapping_error"] = "Mapping already exists.";
10-
$wb["duplicate_mapping_error"] = "Source IP can not be an IP of the Rewrite-Server";
11+
$wb["ip_mapping_error"] = "Source IP can not be an IP of the Rewrite-Server";
1112
?>

interface/web/admin/lib/lang/es_server_ip_map.lng

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ $wb["active_txt"] = 'Active';
66
$wb["ip_error_wrong"] = 'The Destination IP address is invalid';
77
$wb["destination_ip_empty"] = 'The Destination IP is empty.';
88
$wb["source_ip_empty"] = 'The Source IP is empty.';
9+
$wb["server_empty_error"] = 'The Server is empty.';
910
$wb["duplicate_mapping_error"] = "Mapping already exists.";
10-
$wb["duplicate_mapping_error"] = "Source IP can not be an IP of the Rewrite-Server";
11+
$wb["ip_mapping_error"] = "Source IP can not be an IP of the Rewrite-Server";
1112
?>

interface/web/admin/lib/lang/fi_server_ip_map.lng

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ $wb["active_txt"] = 'Active';
66
$wb["ip_error_wrong"] = 'The Destination IP address is invalid';
77
$wb["destination_ip_empty"] = 'The Destination IP is empty.';
88
$wb["source_ip_empty"] = 'The Source IP is empty.';
9+
$wb["server_empty_error"] = 'The Server is empty.';
910
$wb["duplicate_mapping_error"] = "Mapping already exists.";
10-
$wb["duplicate_mapping_error"] = "Source IP can not be an IP of the Rewrite-Server";
11+
$wb["ip_mapping_error"] = "Source IP can not be an IP of the Rewrite-Server";
1112
?>

0 commit comments

Comments
 (0)