From fca6dabc0bb32316de955f979031e9a69b7f5708 Mon Sep 17 00:00:00 2001 From: Rafael Lucas Date: Mon, 12 Jul 2010 13:29:17 -0300 Subject: Implement gettext() calls on services_igmpproxy.php --- usr/local/www/services_igmpproxy.php | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'usr') diff --git a/usr/local/www/services_igmpproxy.php b/usr/local/www/services_igmpproxy.php index 7141b5d..fd84d02 100755 --- a/usr/local/www/services_igmpproxy.php +++ b/usr/local/www/services_igmpproxy.php @@ -77,7 +77,7 @@ if ($_GET['act'] == "del") { } } -$pgtitle = array("Services","IGMP Proxy"); +$pgtitle = array(gettext("Services"),gettext("IGMP Proxy")); include("head.inc"); ?> @@ -87,20 +87,20 @@ include("head.inc");

-You must apply the changes in order for them to take effect.");?> +You must apply the changes in order for them to take effect."));?> - - - - + + + + @@ -131,7 +131,7 @@ include("head.inc");
NameTypeValuesDescription - +
 ">
- +
')">">
@@ -143,7 +143,7 @@ include("head.inc"); - +
 ">
@@ -152,13 +152,13 @@ include("head.inc");
- + " />
-

Note:
Please add the interface for upstream, the allowed subnets, and the downstream interfaces you would like the proxy to allow. Only one 'upstream' interface can be configured.

+


-- cgit v1.1