aboutsummaryrefslogtreecommitdiffstats
path: root/config/squid-reverse/squid_monitor.php
diff options
context:
space:
mode:
Diffstat (limited to 'config/squid-reverse/squid_monitor.php')
-rw-r--r--config/squid-reverse/squid_monitor.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/squid-reverse/squid_monitor.php b/config/squid-reverse/squid_monitor.php
index ccc44fb9..22d7dfcc 100644
--- a/config/squid-reverse/squid_monitor.php
+++ b/config/squid-reverse/squid_monitor.php
@@ -119,7 +119,7 @@ include("head.inc");
</select>
<br/>
<span class="vexpl">
- Max. lines to be displayed.
+ <?=gettext("Max. lines to be displayed.");?>
</span>
</td>
</tr>
@@ -129,9 +129,9 @@ include("head.inc");
<input name="strfilter" type="text" class="formfld search" id="strfilter" size="50" value="">
<br/>
<span class="vexpl">
- Enter a grep like string/pattern to filterlog.<br>
- eg. username, ip addr, url.<br>
- Use <b>!</b> to invert the sense of matching, to select non-matching lines.
+ <?=gettext("Enter a grep like string/pattern to filterlog.");?><br>
+ <?=gettext("eg. username, ip addr, url.");?><br>
+ <?=gettext("Use <b>!</b> to invert the sense of matching, to select non-matching lines.");?>
</span>
</td>
</tr>