summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_bridge_edit.php
diff options
context:
space:
mode:
authorCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-07-09 23:08:08 -0300
committerCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-07-09 23:08:08 -0300
commitb0e30881319e57c902123fa11fc0506358faa737 (patch)
treeb3859c1861121f29f4826bb66ddeff87da334755 /usr/local/www/interfaces_bridge_edit.php
parent9cdd5a841664514fe68b1248b9faf225021fafed (diff)
downloadpfsense-b0e30881319e57c902123fa11fc0506358faa737.zip
pfsense-b0e30881319e57c902123fa11fc0506358faa737.tar.gz
Checked gettext() implementation interfaces_bridge_edit.php
Diffstat (limited to 'usr/local/www/interfaces_bridge_edit.php')
-rw-r--r--usr/local/www/interfaces_bridge_edit.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/usr/local/www/interfaces_bridge_edit.php b/usr/local/www/interfaces_bridge_edit.php
index 6679afb..1a32ff5 100644
--- a/usr/local/www/interfaces_bridge_edit.php
+++ b/usr/local/www/interfaces_bridge_edit.php
@@ -274,7 +274,7 @@ function show_source_port_range() {
<tr id="sprtable" name="sprtable">
<td></td>
<td>
- <p><input type="button" onClick="show_source_port_range()" value="Show advanced options"></p>
+ <p><input type="button" onClick="show_source_port_range()" value="<?=gettext("Show advanced options"); ?>"></p>
</td>
</tr>
<tr style="display:none" id="sprtable1" name="sprtable1">
@@ -399,7 +399,7 @@ function show_source_port_range() {
<tr style="display:none" id="sprtable2" name="sprtable2">
<td valign="top" class="vncell"><?=gettext("Cache size"); ?></td>
<td class="vtable">
- <input name="maxaddr" size="10" type="text" class="formfld unkown" id="maxaddr" value="<?=$pconfig['maxaddr'];?>"> entries
+ <input name="maxaddr" size="10" type="text" class="formfld unkown" id="maxaddr" value="<?=$pconfig['maxaddr'];?>"> <?=gettext("entries"); ?>
<br/><span class="vexpl">
<?=gettext("Set the size of the bridge address cache to size. The default is " .
".100 entries."); ?>
@@ -409,7 +409,7 @@ function show_source_port_range() {
<tr style="display:none" id="sprtable3" name="sprtable3">
<td valign="top" class="vncell"><?=gettext("Cache entry expire time"); ?></td>
<td>
- <input name="timeout" type="text" class="formfld unkown" id="timeout" size="10" value="<?=$pconfig['timeout'];?>"> seconds
+ <input name="timeout" type="text" class="formfld unkown" id="timeout" size="10" value="<?=$pconfig['timeout'];?>"> <?=gettext("seconds"); ?>
<br/><span class="vexpl">
<?=gettext("Set the timeout of address cache entries to this number of seconds. If " .
"seconds is zero, then address cache entries will not be expired. " .
@@ -439,7 +439,7 @@ function show_source_port_range() {
"the bridge."); ?>
</span>
<p class="vexpl"><span class="red"><strong>
- <?=gettext("Note:"); ?><br>
+ <?=gettext("Note"); ?>:<br>
</strong></span>
<?=gettext("The span interface cannot be part of the bridge member interfaces."); ?>
</span>
@@ -483,7 +483,7 @@ function show_source_port_range() {
<?=gettext("Allow interface to automatically detect edge status. This is the " .
"default for all interfaces added to a bridge."); ?>
<p class="vexpl"><span class="red"><strong>
- <?=gettext("Note:"); ?><br>
+ <?=gettext("Note"); ?>:<br>
</strong></span>
<?=gettext("This will disable the autoedge status of interfaces."); ?>
</span></td>
@@ -527,7 +527,7 @@ function show_source_port_range() {
"checking the full duplex link status. This is the default for " .
"interfaces added to the bridge."); ?>
<p class="vexpl"><span class="red"><strong>
- <?=gettext("Note:"); ?><br>
+ <?=gettext("Note"); ?>:<br>
</strong></span>
<?=gettext("The interfaces selected here will be removed from default autoedge status."); ?>
</span></td>
OpenPOWER on IntegriCloud