summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_shaper_wizards.php
diff options
context:
space:
mode:
authorJeann <wjeann@gmail.com>2010-06-29 22:11:17 -0300
committerJeann <wjeann@gmail.com>2010-06-29 22:11:17 -0300
commitb1bb23a0cbe6f4d96b1a554c1051014d24529ecb (patch)
tree48b040e37747e5bc760679e60b4a4a658b0ed72a /usr/local/www/firewall_shaper_wizards.php
parentcdd62c76c1254ea8c929cf38f0180c81423176aa (diff)
downloadpfsense-b1bb23a0cbe6f4d96b1a554c1051014d24529ecb.zip
pfsense-b1bb23a0cbe6f4d96b1a554c1051014d24529ecb.tar.gz
Implemment gettext() calls
Diffstat (limited to 'usr/local/www/firewall_shaper_wizards.php')
-rwxr-xr-xusr/local/www/firewall_shaper_wizards.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/firewall_shaper_wizards.php b/usr/local/www/firewall_shaper_wizards.php
index 35c7831..1631e13 100755
--- a/usr/local/www/firewall_shaper_wizards.php
+++ b/usr/local/www/firewall_shaper_wizards.php
@@ -74,9 +74,9 @@ $pgtitle = array("Firewall", "Traffic Shaper", "Wizards");
$statusurl = "status_queues.php";
$wizards = array(gettext("Single Lan multi Wan") => "traffic_shaper_wizard.xml",
- "Single Wan multi Lan" => "traffic_shaper_wizard_multi_lan.xml",
- "Multiple Lan/Wan" => "traffic_shaper_wizard_multi_all.xml",
- "Dedicated Links" => "traffic_shaper_wizard_dedicated.xml",
+ gettext("Single Wan multi Lan") => "traffic_shaper_wizard_multi_lan.xml",
+ gettext("Multiple Lan/Wan") => "traffic_shaper_wizard_multi_all.xml",
+ gettext("Dedicated Links") => "traffic_shaper_wizard_dedicated.xml",
);
include("head.inc");
OpenPOWER on IntegriCloud