<buttontype="button"class="btn btn-sm"id="btn_show_add_gateway"title="<?=gettext("add a new one.");?>"data-toggle="tooltip"><spanclass="glyphicon glyphicon-plus"></span></button>
<buttontype="button"class="btn btn-sm"id="btn_show_add_gateway"title="<?=gettext("Add a new one.");?>"data-toggle="tooltip"><spanclass="glyphicon glyphicon-plus"></span></button>
<?=gettext("If this interface is an Internet connection, select an existing Gateway from the list or add a new one using the link above.");?><br/>
<?=gettext("If this interface is an Internet connection, select an existing Gateway from the list or add a new one using the link above.");?><br/>
<?=gettext("On local LANs the upstream gateway should be \"none\".");?>
<?=gettext("On local LANs the upstream gateway should be \"none\".");?>
<p><strong><?=gettext("NOTE:");?></strong><?=gettext("You can manage Gateways");?><atarget='_blank'href='system_gateways.php'><?=gettext("here");?></a>.</p>
<p><?=sprintf(gettext("You can manage Gateways %shere%s."),'<a target="_blank" href="system_gateways.php">','</a>')?></p>
<?=sprintf(gettext("The values in these fields are DHCP %sprotocol timings%s used when requesting a lease."),'<a target="_blank" href="http://www.freebsd.org/cgi/man.cgi?query=dhclient.conf&sektion=5#PROTOCOL_TIMING">','</a>')?>
<?=sprintf(gettext("The values in these fields are DHCP %sprotocol timings%s used when requesting a lease."),'<a target="_blank" href="http://www.freebsd.org/cgi/man.cgi?query=dhclient.conf&sektion=5#PROTOCOL_TIMING">','</a>')?>
</div>
</div>
</td>
</td>
</tr>
</tr>
...
@@ -2016,20 +2016,20 @@ include("head.inc");
...
@@ -2016,20 +2016,20 @@ include("head.inc");
<?=gettext("The values in this field are DHCP options to be sent when requesting a DHCP lease. [option declaration [, ...]] <br />".
<?=gettext("The values in this field are DHCP options to be sent when requesting a DHCP lease. [option declaration [, ...]] <br />".
<buttontype="button"class="btn btn-sm"id="btn_show_add_gatewayv6"title="<?=gettext("add a new one.");?>"data-toggle="tooltip"><spanclass="glyphicon glyphicon-plus"></span></button>
<buttontype="button"class="btn btn-sm"id="btn_show_add_gatewayv6"title="<?=gettext("Add a new one.");?>"data-toggle="tooltip"><spanclass="glyphicon glyphicon-plus"></span></button>
<divclass="hidden"for="help_for_gatewayv6">
<divclass="hidden"for="help_for_gatewayv6">
<?=gettext("If this interface is an Internet connection, select an existing Gateway from the list or add a new one using the link above.");?><br/>
<?=gettext("If this interface is an Internet connection, select an existing Gateway from the list or add a new one using the link above.");?><br/>
<?=gettext("On local LANs the upstream gateway should be \"none\".");?>
<?=gettext('On local LANs the upstream gateway should be "none".');?>
<p><strong><?=gettext("NOTE:");?></strong><?=gettext("You can manage Gateways");?><atarget='_blank'href='system_gateways.php'><?=gettext("here");?></a>.</p>
<p><?=sprintf(gettext("You can manage Gateways %shere%s."),'<a target="_blank" href="system_gateways.php">','</a>')?></p>
@@ -140,7 +140,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') {
...
@@ -140,7 +140,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') {
$pool=$_GET['pool'];
$pool=$_GET['pool'];
}
}
}else{
}else{
$savemsg=gettext("The DHCP Server can only be enabled on interfaces configured with static IP addresses").".<br/><br/>".gettext("Only interfaces configured with a static IP will be shown").".";
$savemsg=gettext("The DHCP Server can only be enabled on interfaces configured with static IP addresses.")."<br/><br/>".gettext("Only interfaces configured with a static IP will be shown.");
}
}
/* If no interface is provided, choose first one from interfaces */
/* If no interface is provided, choose first one from interfaces */
<strong><?phpprintf(gettext("Enable DHCP server on "."%s "."interface"),!empty($config['interfaces'][$if]['descr'])?htmlspecialchars($config['interfaces'][$if]['descr']):strtoupper($if));?></strong>
<strong><?phpprintf(gettext("Enable DHCP server on the %s interface"),!empty($config['interfaces'][$if]['descr'])?htmlspecialchars($config['interfaces'][$if]['descr']):strtoupper($if));?></strong>
<?=gettext("The default is to use the IP on this interface of the firewall as the gateway. Specify an alternate gateway here if this is not the correct gateway for your network. Type \"none\" for no gateway assignment.");?>
<?=gettext('The default is to use the IP on this interface of the firewall as the gateway. Specify an alternate gateway here if this is not the correct gateway for your network. Type "none" for no gateway assignment.');?>