From 9eae66813c1071dd323f8efe5dd2208879f4f1ac Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Wed, 30 Jun 2010 19:56:20 -0300 Subject: Implement gettext() calls on firewall_shaper_wizards.php Conflicts: usr/local/www/firewall_shaper_wizards.php --- usr/local/www/firewall_shaper_wizards.php | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'usr/local/www/firewall_shaper_wizards.php') diff --git a/usr/local/www/firewall_shaper_wizards.php b/usr/local/www/firewall_shaper_wizards.php index 1631e13..8f93b86 100755 --- a/usr/local/www/firewall_shaper_wizards.php +++ b/usr/local/www/firewall_shaper_wizards.php @@ -70,14 +70,14 @@ if ($_POST['apply']) { clear_subsystem_dirty('shaper'); } -$pgtitle = array("Firewall", "Traffic Shaper", "Wizards"); +$pgtitle = array(gettext("Firewall"),gettext("Traffic Shaper"),gettext("Wizards")); $statusurl = "status_queues.php"; -$wizards = array(gettext("Single Lan multi Wan") => "traffic_shaper_wizard.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", - ); +$wizards = array(gettext("Single Lan multi Wan")) => "traffic_shaper_wizard.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"); ?> @@ -93,17 +93,17 @@ include("fbegin.inc");

-You must apply the changes in order for them to take effect.");?>
+gettext("You must apply the changes in order for them to take effect."));?>
-- cgit v1.1