summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_out_edit.php
diff options
context:
space:
mode:
authorRenato Botelho <renato.botelho@bluepex.com>2010-06-30 09:19:48 -0300
committerRenato Botelho <renato.botelho@bluepex.com>2010-06-30 09:19:48 -0300
commita5e9c28444e3dc6a3c1668719786c3a389ba652e (patch)
tree142e05e4df9fef7fd1132f7c0daf6bd7f5b72970 /usr/local/www/firewall_nat_out_edit.php
parent54009f588b7445945f0720c7e96ff4b79ba64130 (diff)
downloadpfsense-a5e9c28444e3dc6a3c1668719786c3a389ba652e.zip
pfsense-a5e9c28444e3dc6a3c1668719786c3a389ba652e.tar.gz
Revert "Implemment gettext() calls"
This reverts commit 7502ef0a698a49d9652cd3616447eb717cba707d. A lot of mistakes Conflicts: usr/local/www/firewall_nat.php
Diffstat (limited to 'usr/local/www/firewall_nat_out_edit.php')
-rwxr-xr-xusr/local/www/firewall_nat_out_edit.php14
1 files changed, 9 insertions, 5 deletions
diff --git a/usr/local/www/firewall_nat_out_edit.php b/usr/local/www/firewall_nat_out_edit.php
index 27c6c89..5b22a00 100755
--- a/usr/local/www/firewall_nat_out_edit.php
+++ b/usr/local/www/firewall_nat_out_edit.php
@@ -399,11 +399,13 @@ blank for any)</td>
</tr>
<tr>
<td>&nbsp;</td>
- <td><span class="vexpl">gettext("Enter the destination network for the outbound NAT mapping.")</span></td>
+ <td><span class="vexpl">gettext("Enter the destination network for
+ the outbound NAT mapping.")</span></td>
</tr>
<tr>
- <td>gettext("Destination port:")&nbsp;&nbsp;</td>
- <td><input name="dstport" type="text" class="formfld unknown" id="dstport" size="5" value="<?=htmlspecialchars($pconfig['dstport']);?>"> (leave blank for any)</td>
+ <td>Destination port:&nbsp;&nbsp;</td>
+ <td><input name="dstport" type="text" class="formfld unknown" id="dstport" size="5" value="<?=htmlspecialchars($pconfig['dstport']);?>"> (leave blank for
+any)</td>
</tr>
</table>
</td>
@@ -439,7 +441,8 @@ blank for any)</td>
</tr>
<tr><td>&nbsp;</td><td>
<span class="vexpl">gettext("Packets matching this rule will be mapped to the IP address given here.")<br>
- gettext("If you want this rule to apply to another IP address than the IP address of the interface chosen above, select it here") gettext("(you need to define <a href="firewall_virtual_ip.php">Virtual IP</a> addresses on the first)").
+ gettext("If you want this rule to apply to another IP address than the IP address of the interface chosen above,
+ select it here (you need to define <a href="firewall_virtual_ip.php">Virtual IP</a> addresses on the first)").
gettext("Also note that if you are trying to redirect connections on the LAN select the "any" option.")
</span>
</td></tr>
@@ -468,7 +471,8 @@ blank for any)</td>
<td width="22%" valign="top" class="vncell">gettext("Description")</td>
<td width="78%" class="vtable">
<input name="descr" type="text" class="formfld unknown" id="descr" size="40" value="<?=htmlspecialchars($pconfig['descr']);?>">
- <br> <span class="vexpl">gettext("You may enter a description here for your reference (not parsed).")</span></td>
+ <br> <span class="vexpl">gettext("You may enter a description here
+ for your reference (not parsed).")</span></td>
</tr>
<tr>
<td width="22%" valign="top">&nbsp;</td>
OpenPOWER on IntegriCloud