summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced_admin.php
diff options
context:
space:
mode:
authorCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-04-29 15:42:58 -0300
committerCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-04-29 15:42:58 -0300
commitc395a830cacb34017b42f110bf565377345e7c87 (patch)
tree9a98ad12b1bcf7487f1888923da72456eb6c84d5 /usr/local/www/system_advanced_admin.php
parentf0d1af931a2c775546691209fee55e0601a58872 (diff)
downloadpfsense-c395a830cacb34017b42f110bf565377345e7c87.zip
pfsense-c395a830cacb34017b42f110bf565377345e7c87.tar.gz
Fix gettext issues
Diffstat (limited to 'usr/local/www/system_advanced_admin.php')
-rw-r--r--usr/local/www/system_advanced_admin.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/system_advanced_admin.php b/usr/local/www/system_advanced_admin.php
index 39f4674..8f87f19 100644
--- a/usr/local/www/system_advanced_admin.php
+++ b/usr/local/www/system_advanced_admin.php
@@ -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/>
- <?=gettext("When this is unchecked, access to the webConfigurator on the $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"); ?>
+ "(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 &quot;Set interface(s) IP address&quot; " .
"option in the console menu resets this setting as well."); ?> </em>
</td>
@@ -314,7 +314,7 @@ function prot_change() {
<strong><?=gettext("Disable Password login for Secure Shell (rsa key only)"); ?></strong>
<br/>
<?=gettext("When enabled, authorized keys need to be configured for each"); ?>
- <a href="system_usermanager.php">user</a>
+ <a href="system_usermanager.php"><?=gettext("user"); ?></a>
<?=gettext("that has been granted secure shell access."); ?>
</td>
</tr>
OpenPOWER on IntegriCloud