From 9dbbceb4d5ab3c163493e3b471f946317c078e07 Mon Sep 17 00:00:00 2001 From: Fabian Franz Date: Thu, 31 Mar 2016 09:21:17 +0200 Subject: [PATCH 1/2] translation --- src/www/firewall_rules_edit.php | 29 +++++++++++++---------------- 1 file changed, 13 insertions(+), 16 deletions(-) diff --git a/src/www/firewall_rules_edit.php b/src/www/firewall_rules_edit.php index ca21bce8d..7b1fa1200 100644 --- a/src/www/firewall_rules_edit.php +++ b/src/www/firewall_rules_edit.php @@ -842,7 +842,7 @@ include("head.inc"); @@ -1009,11 +1009,8 @@ include("head.inc"); @@ -1142,7 +1139,7 @@ include("head.inc"); @@ -1172,7 +1169,7 @@ include("head.inc"); @@ -1253,7 +1250,7 @@ include("head.inc"); endforeach;?> @@ -1290,7 +1287,7 @@ include("head.inc"); @@ -1308,7 +1305,7 @@ include("head.inc"); @@ -1386,8 +1383,8 @@ include("head.inc"); $setflags = explode(",", $pconfig['tcpflags1']); $outofflags = explode(",", $pconfig['tcpflags2']); $header = ""; - $tcpflags1 = "set"; - $tcpflags2 = "out of"; + $tcpflags1 = "" . gettext('set') . ""; + $tcpflags2 = "" . gettext('out of') . ""; foreach ($tcpflags as $tcpflag) { $header .= "" . strtoupper($tcpflag) . "\n"; $tcpflags1 .= " @@ -1444,7 +1441,7 @@ include("head.inc");