summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_showbogons.php
diff options
context:
space:
mode:
authorRafaellucas <rafaellucas@rafaellucas.(none)>2010-06-17 15:18:41 -0300
committerRafaellucas <rafaellucas@rafaellucas.(none)>2010-06-17 15:18:41 -0300
commite99a1c284a9f659dfdff3850588b5c41b94ad7a3 (patch)
treefde15ab632e4e6e47947ca7c81f3fdb7275efecb /usr/local/www/diag_showbogons.php
parent093707610794fc3768f1874babac1d301adf935a (diff)
downloadpfsense-e99a1c284a9f659dfdff3850588b5c41b94ad7a3.zip
pfsense-e99a1c284a9f659dfdff3850588b5c41b94ad7a3.tar.gz
CHANGED FILES: diag_routes.php diag_showbogons.php diag_states_summary.php
Diffstat (limited to 'usr/local/www/diag_showbogons.php')
-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 e3f45b3..ed93403 100644
--- a/usr/local/www/diag_showbogons.php
+++ b/usr/local/www/diag_showbogons.php
@@ -59,7 +59,7 @@ if($_POST['Download']) {
}
$bogons = file_get_contents(trim("/etc/bogons"));
-$pgtitle = "Diagnostics: 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>Currently loaded bogons table:</b><p/>
+ <b><?=gettext("Currently loaded bogons table:");?></b><p/>
<pre>
<?php echo $bogons; ?>
</pre>
@@ -103,7 +103,7 @@ pre { font-size: 1.15em; }
</tr>
</table>
<p/>
-<input type="submit" name="Download" value="Download"> latest bogon data.
+<input type="submit" name="Download" value="<?=gettext("Download");?>"><?=gettext("latest bogon data.");?>
</form>
<?php include("fend.inc"); ?>
</body>
OpenPOWER on IntegriCloud