Commit e097fe57 authored by Fabian Franz's avatar Fabian Franz

translation fixes in firewall_virtual_ip.php

parent e6faf6d9
...@@ -342,8 +342,8 @@ $main_buttons = array( ...@@ -342,8 +342,8 @@ $main_buttons = array(
</div> </div>
<div class="container-fluid"> <div class="container-fluid">
<p><span class="vexpl"><span class="text-danger"><strong><?=gettext("Note:");?><br /> <p><span class="vexpl"><span class="text-danger"><strong><?=gettext("Note:");?><br />
</strong></span><?=gettext("The virtual IP addresses defined on this page may be used in");?><a href="firewall_nat.php"> <?=gettext("NAT"); ?> </a><?=gettext("mappings.");?><br /> </strong></span><?=sprintf(gettext("The virtual IP addresses defined on this page may be used in %sNAT%s mappings."),'<a href="firewall_nat.php">','</a>');?><br />
<?=gettext("You can check the status of your CARP Virtual IPs and interfaces ");?><a href="carp_status.php"><?=gettext("here");?></a>.</span></p> <?=sprintf(gettext('You can check the status of your CARP Virtual IPs and interfaces %shere%s.'),'<a href="carp_status.php">','</a>')?></span></p>
</div> </div>
</form> </form>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment