From 8f23b67f62a0ff03b3cb6b694775d146655572f6 Mon Sep 17 00:00:00 2001 From: Carlos Eduardo Ramos Date: Tue, 27 Jul 2010 17:27:19 -0300 Subject: Implement gettext() calls on vpn_pppoe_users.php --- usr/local/www/vpn_pppoe_users.php | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/usr/local/www/vpn_pppoe_users.php b/usr/local/www/vpn_pppoe_users.php index a10589a7..f9395e5 100755 --- a/usr/local/www/vpn_pppoe_users.php +++ b/usr/local/www/vpn_pppoe_users.php @@ -68,7 +68,7 @@ if ($_GET['act'] == "del") { } } -$pgtitle = array("Services","PPPoE Server","Users"); +$pgtitle = array(gettext("Services"),gettext("PPPoE Server"),gettext("Users")); include("head.inc"); ?> @@ -78,16 +78,16 @@ include("head.inc");
+ print_info_box(gettext("Warning: RADIUS is enabled. The local user database will not be used.")); ?>

-You must apply the changes in order for them to take effect.
Warning: this will terminate all current PPPoE sessions!");?>
+" . gettext("You must apply the changes in order for them to take effect") . ".
" . gettext("Warning: this will terminate all current PPPoE sessions") . "!");?>
@@ -95,13 +95,13 @@ include("head.inc");
- - + + @@ -115,8 +115,8 @@ include("head.inc");   - + @@ -125,7 +125,7 @@ include("head.inc");
UsernameIP address - +
" width="17" height="17" border="0">
-   " width="17" height="17" border="0"> +  ')">" width="17" height="17" border="0">
- +
" width="17" height="17" border="0">
-- cgit v1.1