summaryrefslogtreecommitdiffstats
path: root/usr/local/www/easyrule.php
diff options
context:
space:
mode:
authorCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-07-29 17:04:26 -0300
committerCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-07-29 17:04:26 -0300
commita91872083312de473db45172e390865d3b1b9010 (patch)
tree5287ca677777d1f3d86628f7724f7ecf3b15b93e /usr/local/www/easyrule.php
parent2df8214afd84f64e9295f08f7464b03cb27cb287 (diff)
downloadpfsense-a91872083312de473db45172e390865d3b1b9010.zip
pfsense-a91872083312de473db45172e390865d3b1b9010.tar.gz
Implement gettext() calls on easyrule.php
Diffstat (limited to 'usr/local/www/easyrule.php')
-rw-r--r--usr/local/www/easyrule.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/usr/local/www/easyrule.php b/usr/local/www/easyrule.php
index 3055616..85e20a3 100644
--- a/usr/local/www/easyrule.php
+++ b/usr/local/www/easyrule.php
@@ -31,7 +31,7 @@
pfSense_MODULE: filter
*/
-$pgtitle = "Status : EasyRule";
+$pgtitle = gettext("Status : EasyRule");
require_once("guiconfig.inc");
require_once("easyrule.inc");
require_once("filter.inc");
@@ -66,14 +66,14 @@ include("head.inc"); ?>
<?php if ($message) { ?>
<br/>
-Message: <?php echo $message; ?>
+<?=gettext("Message"); ?>: <?php echo $message; ?>
<br/>
<? } else { ?>
-This is the Easy Rule status page, mainly used to display errors when adding rules.
-If you are seeing this, there apparently was not an error, and you navigated to the
-page directly without telling it what to do.<br/><br/>
-This page is meant to be called from the block/pass buttons on the Firewall Logs page, <a href="diag_logs_filter.php">Status &gt; System Logs,
-Firewall Tab</a>.
+<?=gettext("This is the Easy Rule status page, mainly used to display errors when adding rules. " .
+"If you are seeing this, there apparently was not an error, and you navigated to the " .
+"page directly without telling it what to do"); ?>.<br/><br/>
+<?=gettext("This page is meant to be called from the block/pass buttons on the Firewall Logs page"); ?>, <a href="diag_logs_filter.php"><?=gettext("Status"); ?> &gt; <?=gettext("System Logs, " .
+"Firewall Tab"); ?></a>.
<br />
<? } ?>
</td></tr></table>
OpenPOWER on IntegriCloud