summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_nat_1to1.php
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-03-30 00:07:03 -0700
committerNOYB <Al_Stu@Frontier.com>2016-03-30 00:07:03 -0700
commitee81ff387b7b7b0784df79f6a2d579ed964d15d9 (patch)
tree935efa1c3294c71f4454c4e319b9153421c78052 /src/usr/local/www/firewall_nat_1to1.php
parentbdd284c3aac83bf661aa66a6e80defacd6883fe8 (diff)
downloadpfsense-ee81ff387b7b7b0784df79f6a2d579ed964d15d9.zip
pfsense-ee81ff387b7b7b0784df79f6a2d579ed964d15d9.tar.gz
Firewall / NAT - Remove Personalizations
Remove "you" personalizations.
Diffstat (limited to 'src/usr/local/www/firewall_nat_1to1.php')
-rw-r--r--src/usr/local/www/firewall_nat_1to1.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/usr/local/www/firewall_nat_1to1.php b/src/usr/local/www/firewall_nat_1to1.php
index 2750da6..e8b45e6 100644
--- a/src/usr/local/www/firewall_nat_1to1.php
+++ b/src/usr/local/www/firewall_nat_1to1.php
@@ -161,7 +161,7 @@ if ($savemsg) {
if (is_subsystem_dirty('natconf')) {
print_apply_box(gettext('The NAT configuration has been changed.') . '<br />' .
- gettext('You must apply the changes in order for them to take effect.'));
+ gettext('The changes must be applied for them to take effect.'));
}
$tab_array = array();
@@ -285,11 +285,11 @@ display_top_tabs($tab_array);
</form>
<div class="infoblock">
-<?php print_info_box(gettext('Depending on the way your WAN connection is setup, you may also need a ') . '<a href="firewall_virtual_ip.php">' .
- gettext("Virtual IP.") . '</a>' . '<br />' .
- gettext('If you add a 1:1 NAT entry for any of the interface IPs on this system, ' .
+<?php print_info_box(gettext('Depending on the way the WAN connection is setup, a ') . '<a href="firewall_virtual_ip.php">' .
+ gettext("Virtual IP") . '</a>' . 'may also be needed.' . '<br />' .
+ gettext('If a 1:1 NAT entry is added for any of the interface IPs on this system, ' .
'it will make this system inaccessible on that IP address. i.e. if ' .
- 'you use your WAN IP address, any services on this system (IPsec, OpenVPN server, etc.) ' .
+ 'the WAN IP address is used, any services on this system (IPsec, OpenVPN server, etc.) ' .
'using the WAN IP address will no longer function.'), 'info', false); ?>
</div>
@@ -322,7 +322,7 @@ events.push(function() {
// provide a warning message if the user tries to change page before saving
$(window).bind('beforeunload', function(){
if (!saving && dirty) {
- return ("<?=gettext('You have moved one or more NAT 1:1 mappings but have not yet saved')?>");
+ return ("<?=gettext('One or more NAT 1:1 mappings have been moved but have not yet been saved')?>");
} else {
return undefined;
}
OpenPOWER on IntegriCloud