summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorVinicius Coque <vinicius.coque@bluepex.com>2010-06-29 21:12:22 -0300
committerVinicius Coque <vinicius.coque@bluepex.com>2010-06-29 21:12:22 -0300
commitf402ca20b57d65987730e390a1a9d269f229b9d2 (patch)
treea34c9cf12cff637175787802b67e393f7f1baa77 /usr/local
parent36e1c979b89bcc855a0b34c6ecc382c9c9e3c4da (diff)
downloadpfsense-f402ca20b57d65987730e390a1a9d269f229b9d2.zip
pfsense-f402ca20b57d65987730e390a1a9d269f229b9d2.tar.gz
Implementing gettext calls
Diffstat (limited to 'usr/local')
-rw-r--r--usr/local/www/diag_showbogons.php6
1 files 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; }
<tr>
<td>
<font size="+1">
- <b><?=gettext("Currently loaded bogons table:");?></b><p/>
+ <b><?=gettext("Currently loaded bogons table");?>:</b><p/>
<pre>
<?php echo $bogons; ?>
</pre>
OpenPOWER on IntegriCloud