| Interface | -Tunnel to... | -Description | +=gettext("Interface");?> | +=gettext("Tunnel to...");?> | +=gettext("Description");?> | |
+ )">
|
- Note: =gettext("Note:");?> |
||||||
diff --git a/usr/local/www/interfaces_gre.php b/usr/local/www/interfaces_gre.php index a1a959e660..af10a521aa 100644 --- a/usr/local/www/interfaces_gre.php +++ b/usr/local/www/interfaces_gre.php @@ -61,7 +61,7 @@ function gre_inuse($num) { if ($_GET['act'] == "del") { /* check if still in use */ if (gre_inuse($_GET['id'])) { - $input_errors[] = "This GRE tunnel cannot be deleted because it is still being used as an interface."; + $input_errors[] = gettext("This GRE tunnel cannot be deleted because it is still being used as an interface."); } else { mwexec("/sbin/ifconfig " . $a_gres[$_GET['id']]['greif'] . " destroy"); unset($a_gres[$_GET['id']]); @@ -73,7 +73,7 @@ if ($_GET['act'] == "del") { } } -$pgtitle = array("Interfaces","GRE"); +$pgtitle = array(gettext("Interfaces"),gettext("GRE")); include("head.inc"); ?> @@ -85,16 +85,16 @@ include("head.inc");
| Interface | -Tunnel to... | -Description | +=gettext("Interface");?> | +=gettext("Tunnel to...");?> | +=gettext("Description");?> | |
+ )">
|
- Note: =gettext("Note:");?> |
||||||