From 912fca454276710cb7a54548048ccca34034273f Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Wed, 30 Jun 2010 10:14:03 -0300 Subject: Reset firewall_ files --- usr/local/www/firewall_shaper_layer7.php | 40 ++++++++++++++++---------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'usr/local/www/firewall_shaper_layer7.php') diff --git a/usr/local/www/firewall_shaper_layer7.php b/usr/local/www/firewall_shaper_layer7.php index 368fd7a..3e2dc22 100755 --- a/usr/local/www/firewall_shaper_layer7.php +++ b/usr/local/www/firewall_shaper_layer7.php @@ -56,14 +56,14 @@ $avail_behaviours_limiter = get_dummynet_name_list(); $show_proto_form = false; //More variables -$pgtitle = array("Firewall",gettext("Traffic Shaper"), "Layer7"); +$pgtitle = array("Firewall","Traffic Shaper", "Layer7"); $statusurl = "status_queues.php"; $output_form = ""; $default_layer7shaper_msg = ""; $default_layer7shaper_msg .= "

Note:
"; -$default_layer7shaper_msg .= "
" . gettext("You can add new layer7 protocol patterns by simply uploading the file") . " " . gettext("here") . ".
"; +$default_layer7shaper_msg .= "
You can add new layer7 protocol patterns by simply uploading the file here.
"; $default_layer7shaper_msg .= ""; @@ -109,7 +109,7 @@ if ($_GET) { } else { $show_proto_form = false; - $input_errors[] = gettext("Layer7 Rules Container not found!"); + $input_errors[] = "Layer7 Rules Container not found!"; } break; default: @@ -159,7 +159,7 @@ else if ($_POST) { } else { if(sizeof($dupes) > 0) { - $dupe_error = gettext("Found the following repeated protocol definitions: "); + $dupe_error = "Found the following repeated protocol definitions: "; foreach($dupes as $dupe) $dupe_error .= "$dupe "; $input_errors[] .= $dupe_error; @@ -399,17 +399,17 @@ include("fbegin.inc");

-" . gettext("You must apply the changes in order for them to take effect."));?>
+You must apply the changes in order for them to take effect.");?>
@@ -430,7 +430,7 @@ include("fbegin.inc"); ?>

- " width="17" height="17" border="0"> + Create new l7 rules group
@@ -455,7 +455,7 @@ include("fbegin.inc"); @@ -464,21 +464,21 @@ include("fbegin.inc"); @@ -556,7 +556,7 @@ include("fbegin.inc"); " /> + alt = "" title = "add another entry" /> @@ -567,14 +567,14 @@ include("fbegin.inc"); -- cgit v1.1
@@ -443,7 +443,7 @@ include("fbegin.inc");
- + Rule(s)
- + Add one or more rules
- + Protocol
- + Structure
- + Behaviour
" /> + name = "submit" type = "submit" class = "formbtn" value = "Save" /> " /> + name = "cancelbutton" type = "button" class = "formbtn" value = "Cancel" /> - "> +