@@ -140,7 +140,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') {
$pool=$_GET['pool'];
}
}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 */
<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 %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.');?>
<?=gettext("Leave blank to disable. Enter the interface IP address of the other machine. Machines must be using CARP. Interface's advskew determines whether the DHCPd process is Primary or Secondary. Ensure one machine's advskew<20 (and the other is >20).");?>
<?=gettext("Leave blank to disable. Enter the interface IP address of the other machine. Machines must be using CARP. Interface's advskew determines whether the DHCPd process is Primary or Secondary. Ensure one machine's advskew<20 (and the other is >20).");?>