From 002d3f0ae0fb63c507f4b20d62552994aa9d1201 Mon Sep 17 00:00:00 2001 From: Vinicius Coque Date: Fri, 18 Jun 2010 15:26:16 -0300 Subject: Adding gettext calls to the file diag_logs_auth.php --- usr/local/www/diag_logs_auth.php | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'usr/local') diff --git a/usr/local/www/diag_logs_auth.php b/usr/local/www/diag_logs_auth.php index 700b6dc..a6e9730 100755 --- a/usr/local/www/diag_logs_auth.php +++ b/usr/local/www/diag_logs_auth.php @@ -51,7 +51,7 @@ if (!$nentries) if ($_POST['clear']) clear_log_file($portal_logfile); -$pgtitle = array("Status","System logs","Portal Auth"); +$pgtitle = array(gettext("Status"),gettext("System logs"),gettext("Portal Auth")); include("head.inc"); ?> @@ -62,17 +62,17 @@ include("head.inc"); @@ -82,11 +82,11 @@ include("head.inc"); + + ">
- Last Portal Auth log entries

-
-- cgit v1.1