summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_dump_states.php
diff options
context:
space:
mode:
authorjean.feltrin <jean.feltrin@bluepex.com>2010-06-18 17:19:05 -0300
committerjean.feltrin <jean.feltrin@bluepex.com>2010-06-18 17:21:12 -0300
commit02d71cb25170e5e44164b423bf936fecd1c4413e (patch)
tree47af997045c0e4f9bc534d8bd6cfcfc0437474e7 /usr/local/www/diag_dump_states.php
parent627ef8fca604245518b137aa245b77a2050c4583 (diff)
downloadpfsense-02d71cb25170e5e44164b423bf936fecd1c4413e.zip
pfsense-02d71cb25170e5e44164b423bf936fecd1c4413e.tar.gz
Implement gettext() calls
Diffstat (limited to 'usr/local/www/diag_dump_states.php')
-rwxr-xr-xusr/local/www/diag_dump_states.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/diag_dump_states.php b/usr/local/www/diag_dump_states.php
index c3818f6..7e223c8 100755
--- a/usr/local/www/diag_dump_states.php
+++ b/usr/local/www/diag_dump_states.php
@@ -50,7 +50,7 @@ if($_GET['action']) {
$retval = mwexec("/sbin/pfctl -k '{$srcip}' -k '{$dstip}'");
echo htmlentities("|{$srcip}|{$dstip}|{$retval}|");
} else {
- echo "invalid input";
+ echo gettext("invalid input");
}
exit;
}
@@ -132,7 +132,7 @@ include("head.inc");
<form action="<?=$_SERVER['SCRIPT_NAME'];?>" method="get">
<table class="tabcont" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
- <td>Current state count: <?=$current_statecount?></td>
+ <td><?=gettext("Current state count");?>: <?=$current_statecount?></td>
<td style="font-weight:bold;" align="right">
<?=gettext("Filter expression:");?>
<input type="text" name="filter" class="formfld search" value="<?=$_GET['filter'];?>" size="30" />
OpenPOWER on IntegriCloud