Revision ab8c1eaf
Added by Carlos Eduardo Ramos almost 15 years ago
usr/local/www/firewall_nat_out_edit.php | ||
---|---|---|
467 | 467 |
<tr><td> </td><td> |
468 | 468 |
<span class="vexpl"><?=gettext("Packets matching this rule will be mapped to the IP address given here.");?><br> |
469 | 469 |
<?=gettext("If you want this rule to apply to another IP address than the IP address of the interface chosen above, ". |
470 |
gettext("select it here (you need to define");?> <a href="firewall_virtual_ip.php"><?=gettext("Virtual IP");?></a> <?=gettext("addresses on the first).");?>
|
|
471 |
<?=gettext('Also note that if you are trying to redirect connections on the LAN select the "any" option.');?>
|
|
470 |
"select it here (you need to define");?> <a href="firewall_virtual_ip.php"><?=gettext("Virtual IP");?></a> <?=gettext("addresses on the first).");?> |
|
471 |
<?=gettext("Also note that if you are trying to redirect connections on the LAN select the \"any\" option.");?>
|
|
472 | 472 |
</span> |
473 | 473 |
</td></tr> |
474 | 474 |
<tr> |
... | ... | |
496 | 496 |
<td width="22%" valign="top" class="vncell"><?=gettext("Description");?></td> |
497 | 497 |
<td width="78%" class="vtable"> |
498 | 498 |
<input name="descr" type="text" class="formfld unknown" id="descr" size="40" value="<?=htmlspecialchars($pconfig['descr']);?>"> |
499 |
<br> <span class="vexpl"><?=gettext("You may enter a description here |
|
500 |
for your reference (not parsed).");?></span></td> |
|
499 |
<br> <span class="vexpl"><?=gettext("You may enter a description here " .
|
|
500 |
"for your reference (not parsed).");?></span></td>
|
|
501 | 501 |
</tr> |
502 | 502 |
<tr> |
503 | 503 |
<td width="22%" valign="top"> </td> |
Also available in: Unified diff
Checked gettext() implementation on firewall_nat_out_edit.php