-
+ = gettext('This page allows you to perform a simple TCP connection test to determine if a host is up and accepting connections on a given port. This test does not function for UDP since there is no way to reliably determine if a UDP port accepts connections in this manner.') ?>
-
+ = gettext('No data is transmitted to the remote host during this test, it will only attempt to open a connection and optionally display the data sent back from the server.') ?>
diff --git a/src/www/firewall_schedule_edit.php b/src/www/firewall_schedule_edit.php
index 0b59dacb4..fef54f9cf 100644
--- a/src/www/firewall_schedule_edit.php
+++ b/src/www/firewall_schedule_edit.php
@@ -882,13 +882,15 @@ function removeRow(el) {
}
if ($firstdayofmonth == $positioncounter){?>
/>
-
+ = sprintf(gettext("Enable DHCP server on the %s interface"),!empty($config['interfaces'][$if]['descr']) ? htmlspecialchars($config['interfaces'][$if]['descr']) : strtoupper($if));?>
-
+
= gettext('Editing Pool-Specific Options. To return to the Interface, click its tab above.') ?>
= gettext("Note:") ?>
- = sprintf(gettext("You must configure a DNS server in %sSystem:
General setup%s or allow the DNS server list to be overridden
by DHCP/PPP on WAN for dynamic DNS updates to work."),'','');?>
=gettext("Note:");?>
- = sprintf(gettext("You must configure a DNS server in %sSystem: " .
"General setup %sor allow the DNS server list to be overridden " .
"by DHCP/PPP on WAN for dynamic DNS updates to work."),'', '');?>
-
-
-
+ = sprintf(gettext("Select the Operating Mode for the Router Advertisement (RA) Daemon."))?>
+ = sprintf(gettext("Use \"Router Only\" to only advertise this router, \"Unmanaged\" for Router Advertising with Stateless Autoconfig, \"Managed\" for assignment through (a) DHCPv6 Server, \"Assisted\" for DHCPv6 Server assignment combined with Stateless Autoconfig"));?>
+ = sprintf(gettext("It is not required to activate this DHCPv6 server when set to \"Managed\", this can be another host on the network")); ?>
@@ -264,7 +264,7 @@ include("head.inc");
-
+ = sprintf(gettext("Select the Priority for the Router Advertisement (RA) Daemon."))?>
-
- = gettext('Hint: the "Set interface(s) IP address" option in the console menu resets this setting as well.'); ?>
+ = gettext('Hint: the "Set interface(s) IP address" option in the console menu resets this setting as well.'); ?>
=gettext("Maximum number of table entries for systems such as aliases, sshlockout, snort, etc, combined.");?>
diff --git a/src/www/system_crlmanager.php b/src/www/system_crlmanager.php
index 9263031f2..fb1c3f843 100644
--- a/src/www/system_crlmanager.php
+++ b/src/www/system_crlmanager.php
@@ -627,12 +627,12 @@ include("head.inc");