From f402ca20b57d65987730e390a1a9d269f229b9d2 Mon Sep 17 00:00:00 2001 From: Vinicius Coque Date: Tue, 29 Jun 2010 21:12:22 -0300 Subject: Implementing gettext calls --- usr/local/www/diag_showbogons.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr/local/www/diag_showbogons.php b/usr/local/www/diag_showbogons.php index 4c2464e..95f71ec 100644 --- a/usr/local/www/diag_showbogons.php +++ b/usr/local/www/diag_showbogons.php @@ -55,11 +55,11 @@ if($_POST['Download']) { sleep(1); } if($maxtimetowait < 90) - $savemsg = "The bogons database has been updated."; + $savemsg = gettext("The bogons database has been updated."); } $bogons = file_get_contents(trim("/etc/bogons")); -$pgtitle = array(gettext("Diagnostics:"),gettext("Show Bogons")); +$pgtitle = array(gettext("Diagnostics"),gettext("Show Bogons")); include("head.inc"); ?> @@ -87,7 +87,7 @@ pre { font-size: 1.15em; } -

+ :

 
 								
-- cgit v1.1