Revision 2ca03544
Added by Carlos Eduardo Ramos almost 15 years ago
usr/local/www/firewall_nat_out.php | ||
---|---|---|
287 | 287 |
<?php |
288 | 288 |
$tab_array = array(); |
289 | 289 |
$tab_array[] = array(gettext("Port Forward"), false, "firewall_nat.php"); |
290 |
$tab_array[] = array("1:1", false, "firewall_nat_1to1.php");
|
|
290 |
$tab_array[] = array(gettext("1:1"), false, "firewall_nat_1to1.php");
|
|
291 | 291 |
$tab_array[] = array(gettext("Outbound"), true, "firewall_nat_out.php"); |
292 | 292 |
display_top_tabs($tab_array); |
293 | 293 |
?> |
... | ... | |
296 | 296 |
<td> |
297 | 297 |
<div id="mainarea"> |
298 | 298 |
<table class="tabcont" width="100%" border="0" cellpadding="0" cellspacing="0"> |
299 |
<tr><td align="right"><b><?=gettext("Mode"); ?>:</b></td>
|
|
299 |
<tr><td align="right"><b><?=gettext("Mode:"); ?></b></td>
|
|
300 | 300 |
<td> |
301 | 301 |
<input name="advancedoripsec" type="radio" id="ipsecpassthru" value="ipsecpassthru" <?php if (isset($config['nat']['ipsecpassthru']['enable'])) echo "checked";?>> |
302 | 302 |
<strong><?=gettext("Automatic outbound NAT rule generation"); ?><br/> <?=gettext("(IPsec passthrough included)");?></strong> |
... | ... | |
322 | 322 |
</tr> |
323 | 323 |
</table> |
324 | 324 |
<table class="tabcont" width="100%" border="0" cellpadding="0" cellspacing="0"> |
325 |
<tr><td colspan="5"><b> <?=gettext("Mappings"); ?>:</b></td></tr>
|
|
325 |
<tr><td colspan="5"><b> <?=gettext("Mappings:"); ?></b></td></tr>
|
|
326 | 326 |
<tr><td> </td></tr> |
327 | 327 |
<tr id="frheader"> |
328 | 328 |
<td width="3%" class="list"> </td> |
... | ... | |
441 | 441 |
</tr> |
442 | 442 |
<tr> |
443 | 443 |
<td colspan="12"> |
444 |
<p><span class="vexpl"><span class="red"><strong><?=gettext("Note"); ?>:<br>
|
|
444 |
<p><span class="vexpl"><span class="red"><strong><?=gettext("Note:"); ?><br>
|
|
445 | 445 |
</strong></span><?=gettext("If advanced outbound NAT is enabled, no outbound NAT " . |
446 | 446 |
"rules will be automatically generated any longer. Instead, only the mappings " . |
447 | 447 |
"you specify below will be used. With advanced outbound NAT disabled, " . |
448 | 448 |
"a mapping is automatically created for each interface's subnet " . |
449 | 449 |
"(except WAN). If you use target addresses other than the WAN interface's " . |
450 | 450 |
"IP address, then depending on the way your WAN connection is setup, you " . |
451 |
"may also need a"); ?> <a href="firewall_virtual_ip.php"><?=gettext("Virtual IP"); ?></a>.</span><br>
|
|
451 |
"may also need a"); ?> <a href="firewall_virtual_ip.php"><?=gettext("Virtual IP."); ?></a></span><br>
|
|
452 | 452 |
</td> |
453 | 453 |
</tr> |
454 | 454 |
|
Also available in: Unified diff
gettext() fixes on firewall_nat_out.php