From bd33744da751da3d4eb4019be2af40371e5f0a07 Mon Sep 17 00:00:00 2001 From: Rafael Lucas Date: Tue, 6 Jul 2010 13:42:06 -0300 Subject: [PATCH] Implement gettext calls on interfaces_groups.php --- usr/local/www/interfaces_groups.php | 36 ++++++++++++++--------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/usr/local/www/interfaces_groups.php b/usr/local/www/interfaces_groups.php index 27a088a583..954bcf6927 100755 --- a/usr/local/www/interfaces_groups.php +++ b/usr/local/www/interfaces_groups.php @@ -59,7 +59,7 @@ if ($_GET['act'] == "del") { } } -$pgtitle = array("Interfaces","Groups"); +$pgtitle = array(gettext("Interfaces"),gettext("Groups")); include("head.inc"); ?> @@ -71,16 +71,16 @@ include("head.inc"); @@ -90,9 +90,9 @@ include("head.inc"); - - - + + +
NameMembersDescription
- - + +
">)">">
@@ -136,7 +136,7 @@ include("head.inc"); - +
 ">
@@ -144,7 +144,7 @@ include("head.inc"); -

Note:
Interface Groups allow you to create rules that apply to multiple interfaces without duplicating the rules. If you remove members from an interface group, the group rules no longer apply to that interface.

+