mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix gettext issues
This commit is contained in:
parent
ad5b5f6183
commit
f6c2ad64c9
@ -285,11 +285,11 @@ function prot_change() {
|
||||
<input name="noantilockout" type="checkbox" id="noantilockout" value="yes" <?php if ($pconfig['noantilockout']) echo "checked"; ?> />
|
||||
<strong><?=gettext("Disable webConfigurator anti-lockout rule"); ?></strong>
|
||||
<br/>
|
||||
<?php sprintf(gettext("When this is unchecked, access to the webConfigurator on the %s " .
|
||||
"interface is always permitted, regardless of the user-defined firewall " .
|
||||
"rule set. Check this box to disable this automatically added rule, so access " .
|
||||
"to the webConfigurator is controlled by the user-defined firewall rules " .
|
||||
"(ensure you have a firewall rule in place that allows you in, or you will"), $lockout_interface); ?>
|
||||
<?php sprintf(gettext("When this is unchecked, access to the webConfigurator on the %s
|
||||
interface is always permitted, regardless of the user-defined firewall
|
||||
rule set. Check this box to disable this automatically added rule, so access
|
||||
to the webConfigurator is controlled by the user-defined firewall rules
|
||||
(ensure you have a firewall rule in place that allows you in, or you will"), $lockout_interface); ?>
|
||||
<?=gettext("lock yourself out!)"); ?>. <em> <?=gettext("Hint: the "Set interface(s) IP address" " .
|
||||
"option in the console menu resets this setting as well."); ?> </em>
|
||||
</td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user