| Interface | -VLAN tag | -Description | +=gettext("Interface");?> | +=gettext("VLAN tag");?> | +=gettext("Description");?> | |
+ )">
| - | |
+ |
||||
- Note: |
||||||
diff --git a/usr/local/www/interfaces_vlan.php b/usr/local/www/interfaces_vlan.php index cd8975c038..c75190fdc5 100755 --- a/usr/local/www/interfaces_vlan.php +++ b/usr/local/www/interfaces_vlan.php @@ -62,7 +62,7 @@ function vlan_inuse($num) { if ($_GET['act'] == "del") { /* check if still in use */ if (vlan_inuse($_GET['id'])) { - $input_errors[] = "This VLAN cannot be deleted because it is still being used as an interface."; + $input_errors[] = gettext("This VLAN cannot be deleted because it is still being used as an interface."); } else { mwexec("/sbin/ifconfig " . $a_vlans[$_GET['id']]['vlanif'] . " destroy"); unset($a_vlans[$_GET['id']]); @@ -75,7 +75,7 @@ if ($_GET['act'] == "del") { } -$pgtitle = array("Interfaces","VLAN"); +$pgtitle = array(gettext("Interfaces"),gettext("VLAN")); include("head.inc"); ?> @@ -87,16 +87,16 @@ include("head.inc");
| Interface | -VLAN tag | -Description | +=gettext("Interface");?> | +=gettext("VLAN tag");?> | +=gettext("Description");?> | |
+ )">
| - | |
+ |
||||
- Note: |
||||||