<?phpechogettext("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('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.')?>
<br/><br/>
<?phpechogettext("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.");?>
<?=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.')?>
<strong><?phpprintf(gettext("Enable DHCP server on the %s interface"),!empty($config['interfaces'][$if]['descr'])?htmlspecialchars($config['interfaces'][$if]['descr']):strtoupper($if));?></strong>
<strong><?=sprintf(gettext("Enable DHCP server on the %s interface"),!empty($config['interfaces'][$if]['descr'])?htmlspecialchars($config['interfaces'][$if]['descr']):strtoupper($if));?></strong>
</td>
</tr>
<?php
else:?>
<tr>
<tdcolspan="2"><?phpechogettext("Editing Pool-Specific Options. To return to the Interface, click its tab above.");?></td>
<tdcolspan="2"><?=gettext('Editing Pool-Specific Options. To return to the Interface, click its tab above.')?></td>
<strong><?phpprintf(gettext("Enable DHCPv6 server on "."%s "."interface"),!empty($config['interfaces'][$if]['descr'])?htmlspecialchars($config['interfaces'][$if]['descr']):strtoupper($if));?></strong>
<strong><?=sprintf(gettext("Enable DHCPv6 server on "."%s "."interface"),!empty($config['interfaces'][$if]['descr'])?htmlspecialchars($config['interfaces'][$if]['descr']):strtoupper($if));?></strong>
<strong><?phpprintf(gettext("Select the Operating Mode for the Router Advertisement (RA) Daemon."))?></strong>
<?phpprintf(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"));?>
<?phpprintf(gettext("It is not required to activate this DHCPv6 server when set to \"Managed\", this can be another host on the network"));?>
<strong><?=sprintf(gettext("Select the Operating Mode for the Router Advertisement (RA) Daemon."))?></strong>
<?=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"));?>
</div>
</td>
</tr>
...
...
@@ -264,7 +264,7 @@ include("head.inc");
</option>
</select>
<divclass="hidden"for="help_for_rapriority">
<?phpprintf(gettext("Select the Priority for the Router Advertisement (RA) Daemon."))?>
<?=sprintf(gettext("Select the Priority for the Router Advertisement (RA) Daemon."))?>
</div>
</td>
</tr>
...
...
@@ -290,7 +290,7 @@ include("head.inc");
endforeach;?>
</select>
<divclass="hidden"for="help_for_rainterface">
<?phpprintf(gettext("Select the Interface for the Router Advertisement (RA) Daemon."))?>
<?=sprintf(gettext("Select the Interface for the Router Advertisement (RA) Daemon."))?>
<td><aid="help_for_maximumtableentries"href="#"class="showhelp"><iclass="fa fa-info-circle"></i></a><?=gettext("Firewall Maximum Table Entries");?></td>
<?phpechogettext("Enforce the type of NAT by choosing either NAT or BINAT. Leave it to Auto to let OPNsense automatically choose the best NAT option.");?>
<?=gettext('Enforce the type of NAT by choosing either NAT or BINAT. Leave it to Auto to let OPNsense automatically choose the best NAT option.')?>