diff --git a/usr/local/www/interfaces_ppps.php b/usr/local/www/interfaces_ppps.php
index e6d48800a1..28a02d4ae4 100644
--- a/usr/local/www/interfaces_ppps.php
+++ b/usr/local/www/interfaces_ppps.php
@@ -60,7 +60,7 @@ function ppp_inuse($num) {
if ($_GET['act'] == "del") {
/* check if still in use */
if (ppp_inuse($_GET['id'])) {
- $input_errors[] = "This point-to-point link cannot be deleted because it is still being used as an interface.";
+ $input_errors[] = gettext("This point-to-point link cannot be deleted because it is still being used as an interface.");
} else {
unset($a_ppps[$_GET['id']]['pppoe-reset-type']);
handle_pppoe_reset($a_ppps[$_GET['id']]);
@@ -71,7 +71,7 @@ if ($_GET['act'] == "del") {
}
}
-$pgtitle = "Interfaces: PPPs";
+$pgtitle = gettext("Interfaces: PPPs");
include("head.inc");
?>
@@ -83,16 +83,16 @@ include("head.inc");
|
|
@@ -101,9 +101,9 @@ include("head.inc");
- | Interface |
- Interface(s)/Port(s) |
- Description |
+ =gettext("Interface");?> |
+ =gettext("Interface(s)/Port(s)");?> |
+ =gettext("Description");?> |
|
$ppp): ?>
@@ -125,7 +125,7 @@ include("head.inc");
=htmlspecialchars($ppp['descr']);?>
-  |
+ )">