From bbaba7e65824974d17e844138517d1c9f503138f Mon Sep 17 00:00:00 2001 From: Rafael Lucas Date: Fri, 23 Jul 2010 13:39:41 -0300 Subject: Corrections gettext calls on status_lb_pool.php --- usr/local/www/status_lb_pool.php | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/usr/local/www/status_lb_pool.php b/usr/local/www/status_lb_pool.php index 18b4c57..19a7eb2 100755 --- a/usr/local/www/status_lb_pool.php +++ b/usr/local/www/status_lb_pool.php @@ -55,7 +55,7 @@ if (!$nentries) $now = time(); $year = date("Y"); -$pgtitle = array("Status","Load Balancer","Pool"); +$pgtitle = array(gettext("Status"),gettext("Load Balancer"),gettext("Pool")); include("head.inc"); ?> @@ -67,8 +67,8 @@ include("head.inc"); @@ -77,11 +77,11 @@ include("head.inc");
- - - - - + + + + + "; } -- cgit v1.1
NameTypeGatewaysStatusDescription
$online "; if($lastchange <> "") { - PRINT "Last change $lastchange"; + PRINTF(gettext("Last change %s"),$lastchange); } else { - PRINT "No changes found in logfile"; + PRINT(gettext("No changes found in logfile")); } PRINT "