mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix some errors in spelling, punctuation, grammar, etc.
This commit is contained in:
parent
574b56bd9e
commit
22a11a582f
@ -599,7 +599,7 @@ class altq_root_queue {
|
||||
$form .= " <input type=\"checkbox\" id=\"enabled\" name=\"enabled\" value=\"on\"";
|
||||
if ($this->GetEnabled() == "on")
|
||||
$form .= " CHECKED";
|
||||
$form .= " ><span class=\"vexpl\"> Enable/Disable discipline and its childs</span>";
|
||||
$form .= " ><span class=\"vexpl\"> Enable/disable discipline and its children</span>";
|
||||
$form .= "</td></tr>";
|
||||
$form .= "<tr><td valign=\"top\" class=\"vncellreq\"><br><span class=\"vexpl\">Name</span></td>";
|
||||
$form .= "<td class=\"vncellreq\">";
|
||||
@ -627,7 +627,7 @@ class altq_root_queue {
|
||||
$form .= ">PRIQ</option>";
|
||||
$form .= "</select>";
|
||||
$form .= "<br> <span class=\"vexpl\">";
|
||||
$form .= "NOTE: changing this changes all child queues!";
|
||||
$form .= "NOTE: Changing this changes all child queues!";
|
||||
$form .= " Beware you can lose information.";
|
||||
$form .= "</span>";
|
||||
$form .= "</td></tr>";
|
||||
@ -660,13 +660,13 @@ class altq_root_queue {
|
||||
$form .= $this->GetQlimit();
|
||||
$form .= "\">";
|
||||
$form .= "</td></tr>";
|
||||
$form .= "<tr><td valign=\"top\" class=\"vncellreq\">Tbr Size</td>";
|
||||
$form .= "<tr><td valign=\"top\" class=\"vncellreq\">TBR Size</td>";
|
||||
$form .= "<td class=\"vncellreq\">";
|
||||
$form .= "<input type=\"text\" id=\"tbrconfig\" name=\"tbrconfig\" value=\"";
|
||||
$form .= $this->GetTbrConfig();
|
||||
$form .= "\">";
|
||||
$form .= "<br> <span class=\"vexpl\">";
|
||||
$form .= "Adjusts the size, in bytes, of the token bucket regulator.";
|
||||
$form .= "Adjusts the size, in bytes, of the token bucket regulator. ";
|
||||
$form .= "If not specified, heuristics based on the interface ";
|
||||
$form .= "bandwidth are used to determine the size.";
|
||||
$form .= "</span></td></tr>";
|
||||
|
||||
@ -109,27 +109,27 @@ if ($_POST) {
|
||||
do_input_validation($_POST, $reqdfields, $reqdfieldsn, &$input_errors);
|
||||
|
||||
if ($_POST['maxage'] && !is_numeric($_POST['maxage']))
|
||||
$input_errors[] = "Maxage needs to be an interger between 6 and 40.";
|
||||
$input_errors[] = "Maxage needs to be an integer between 6 and 40.";
|
||||
if ($_POST['maxaddr'] && !is_numeric($_POST['maxaddr']))
|
||||
$input_errors[] = "Maxaddr needs to be an interger.";
|
||||
$input_errors[] = "Maxaddr needs to be an integer.";
|
||||
if ($_POST['timeout'] && !is_numeric($_POST['timeout']))
|
||||
$input_errors[] = "Timeout needs to be an interger.";
|
||||
$input_errors[] = "Timeout needs to be an integer.";
|
||||
if ($_POST['fwdelay'] && !is_numeric($_POST['fwdelay']))
|
||||
$input_errors[] = "Forward Delay needs to be an interger between 4 and 30.";
|
||||
$input_errors[] = "Forward Delay needs to be an integer between 4 and 30.";
|
||||
if ($_POST['hellotime'] && !is_numeric($_POST['hellotime']))
|
||||
$input_errors[] = "Hello time for STP needs to be an interger between 1 and 2.";
|
||||
$input_errors[] = "Hello time for STP needs to be an integer between 1 and 2.";
|
||||
if ($_POST['priority'] && !is_numeric($_POST['priority']))
|
||||
$input_errors[] = "Priority for STP needs to be an interger between 0 and 61440.";
|
||||
$input_errors[] = "Priority for STP needs to be an integer between 0 and 61440.";
|
||||
if ($_POST['holdcnt'] && !is_numeric($_POST['holdcnt']))
|
||||
$input_errors[] = "Transmit Hold Count for STP needs to be an interger between 1 and 10.";
|
||||
$input_errors[] = "Transmit Hold Count for STP needs to be an integer between 1 and 10.";
|
||||
foreach ($ifacelist as $ifn => $ifdescr) {
|
||||
if ($_POST[$ifn] <> "" && !is_numeric($_POST[$ifn]))
|
||||
$input_errors[] = "{$ifdescr} interface priority for STP needs to be an interger between 0 and 240.";
|
||||
$input_errors[] = "{$ifdescr} interface priority for STP needs to be an integer between 0 and 240.";
|
||||
}
|
||||
$i = 0;
|
||||
foreach ($ifacelist as $ifn => $ifdescr) {
|
||||
if ($_POST["{$ifn}{$i}"] <> "" && !is_numeric($_POST["{$ifn}{$i}"]))
|
||||
$input_errors[] = "{$ifdescr} interface path cost for STP needs to be an interger between 1 and 200000000.";
|
||||
$input_errors[] = "{$ifdescr} interface path cost for STP needs to be an integer between 1 and 200000000.";
|
||||
$i++;
|
||||
}
|
||||
|
||||
@ -461,7 +461,7 @@ Set the size of the bridge address cache to size. The default is
|
||||
<br>
|
||||
<span class="vexpl">
|
||||
Set interface as an edge port. An edge port connects directly to
|
||||
end stations cannot create bridging loops in the network, this
|
||||
end stations and cannot create bridging loops in the network; this
|
||||
allows it to transition straight to forwarding.
|
||||
</span></td>
|
||||
</tr>
|
||||
@ -503,9 +503,9 @@ Set the size of the bridge address cache to size. The default is
|
||||
</select>
|
||||
<br>
|
||||
<span class="vexpl">
|
||||
Set the interface as a point to point link. This is required for
|
||||
Set the interface as a point-to-point link. This is required for
|
||||
straight transitions to forwarding and should be enabled on a
|
||||
direct link to another RSTP capable switch.
|
||||
direct link to another RSTP-capable switch.
|
||||
</span></td>
|
||||
</tr>
|
||||
<tr style="display:none" id="sprtable8" name="sprtable8">
|
||||
@ -523,7 +523,7 @@ Set the size of the bridge address cache to size. The default is
|
||||
</select>
|
||||
<br>
|
||||
<span class="vexpl">
|
||||
Automatically detect the point to point status on interface by
|
||||
Automatically detect the point-to-point status on interface by
|
||||
checking the full duplex link status. This is the default for
|
||||
interfaces added to the bridge.
|
||||
<p class="vexpl"><span class="red"><strong>
|
||||
@ -548,7 +548,7 @@ Set the size of the bridge address cache to size. The default is
|
||||
<br>
|
||||
<span class="vexpl">
|
||||
Mark an interface as a "sticky" interface. Dynamically learned
|
||||
address entries are treated at static once entered into the
|
||||
address entries are treated as static once entered into the
|
||||
cache. Sticky entries are never aged out of the cache or
|
||||
replaced, even if the address is seen on a different interface.
|
||||
</span></td>
|
||||
|
||||
@ -67,7 +67,7 @@ function lagg_inuse($num) {
|
||||
if ($_GET['act'] == "del") {
|
||||
/* check if still in use */
|
||||
if (lagg_inuse($_GET['id'])) {
|
||||
$input_errors[] = "This lagg interface cannot be deleted because it is still being used.";
|
||||
$input_errors[] = "This LAGG interface cannot be deleted because it is still being used.";
|
||||
} else {
|
||||
mwexec_bg("/sbin/ifconfig " . $a_laggs[$_GET['id']]['laggif'] . " destroy");
|
||||
unset($a_laggs[$_GET['id']]);
|
||||
@ -126,7 +126,7 @@ include("head.inc");
|
||||
<?=htmlspecialchars($lagg['descr']);?>
|
||||
</td>
|
||||
<td valign="middle" nowrap class="list"> <a href="interfaces_lagg_edit.php?id=<?=$i;?>"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_e.gif" width="17" height="17" border="0"></a>
|
||||
<a href="interfaces_lagg.php?act=del&id=<?=$i;?>" onclick="return confirm('Do you really want to delete this lagg interface?')"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_x.gif" width="17" height="17" border="0"></a></td>
|
||||
<a href="interfaces_lagg.php?act=del&id=<?=$i;?>" onclick="return confirm('Do you really want to delete this LAGG interface?')"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_x.gif" width="17" height="17" border="0"></a></td>
|
||||
</tr>
|
||||
<?php $i++; endforeach; ?>
|
||||
<tr>
|
||||
@ -137,7 +137,7 @@ include("head.inc");
|
||||
<td colspan="3" class="list"><p class="vexpl"><span class="red"><strong>
|
||||
Note:<br>
|
||||
</strong></span>
|
||||
Lagg allows for link aggregation, for bonding and fault tolerance. Only un-assigned interfaces can be added to lagg.
|
||||
LAGG allows for link aggregation, bonding and fault tolerance. Only unassigned interfaces can be added to LAGG.
|
||||
</td>
|
||||
<td class="list"> </td>
|
||||
</tr>
|
||||
|
||||
@ -251,7 +251,7 @@ include("head.inc");
|
||||
<td width="78%" class="vtable"> <input name="hostname" type="text" class="formfld unknown" id="hostname" size="40" value="<?=htmlspecialchars($pconfig['hostname']);?>">
|
||||
<br/>
|
||||
<span class="vexpl">
|
||||
<?=gettext("name of the firewall host, without domain part"); ?>
|
||||
<?=gettext("Name of the firewall host, without domain part"); ?>
|
||||
<br/>
|
||||
<?=gettext("e.g."); ?> <em>firewall</em>
|
||||
</span>
|
||||
|
||||
@ -332,7 +332,7 @@ function prot_change() {
|
||||
<td width="22%" valign="top" class="vncell"><?=gettext("Authentication Method"); ?></td>
|
||||
<td width="78%" class="vtable">
|
||||
<input name="sshdkeyonly" type="checkbox" id="sshdkeyonly" value="yes" <?php if ($pconfig['sshdkeyonly']) echo "checked"; ?> />
|
||||
<strong><?=gettext("Disable Password login for Secure Shell (rsa key only)"); ?></strong>
|
||||
<strong><?=gettext("Disable password login for Secure Shell (RSA key only)"); ?></strong>
|
||||
<br/>
|
||||
<?=gettext("When enabled, authorized keys need to be configured for each"); ?>
|
||||
<a href="system_usermanager.php"><?=gettext("user"); ?></a>
|
||||
@ -344,7 +344,7 @@ function prot_change() {
|
||||
<td width="78%" class="vtable">
|
||||
<input name="sshport" type="text" id="sshport" value="<?php echo $pconfig['sshport']; ?>" />
|
||||
<br/>
|
||||
<span class="vexpl"><?=gettext("Note: Leave this blank for the default of 22"); ?></span>
|
||||
<span class="vexpl"><?=gettext("Note: Leave this blank for the default of 22."); ?></span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
@ -457,7 +457,7 @@ function method_change() {
|
||||
<a href="system_camanager.php?act=exp&id=<?=$i;?>")">
|
||||
<img src="/themes/<?= $g['theme'];?>/images/icons/icon_down.gif" title="<?=gettext("export ca");?>" alt="<?=gettext("export ca");?>" width="17" height="17" border="0" />
|
||||
</a>
|
||||
<a href="system_camanager.php?act=del&id=<?=$i;?>" onclick="return confirm('<?=gettext("Do you really want to delete this Certificate Authority and all associated Certificates?");?>')">
|
||||
<a href="system_camanager.php?act=del&id=<?=$i;?>" onclick="return confirm('<?=gettext("Do you really want to delete this Certificate Authority and all associated certificates?");?>')">
|
||||
<img src="/themes/<?= $g['theme'];?>/images/icons/icon_x.gif" title="<?=gettext("delete ca");?>" alt="<?=gettext("delete ca"); ?>" width="17" height="17" border="0" />
|
||||
</a>
|
||||
</td>
|
||||
@ -477,7 +477,7 @@ function method_change() {
|
||||
<tr>
|
||||
<td colspan="5">
|
||||
<p>
|
||||
<?=gettext("Additional trusted certificate authorities can be added here.");?>
|
||||
<?=gettext("Additional trusted Certificate Authorities can be added here.");?>
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@ -131,14 +131,14 @@ function enable_altfirmwareurl(enable_over) {
|
||||
<tr>
|
||||
<td valign="top" class="vncell"><?=gettext("Firmware Auto Update URL"); ?></td>
|
||||
<td class="vtable">
|
||||
<input name="alturlenable" type="checkbox" id="alturlenable" value="yes" onClick="enable_altfirmwareurl()" <?php if(isset($curcfg['alturl']['enable'])) echo "checked"; ?>> <?=gettext("Use a different URL server for firmware upgrades other than") . " " . $g['product_website']; ?><br>
|
||||
<input name="alturlenable" type="checkbox" id="alturlenable" value="yes" onClick="enable_altfirmwareurl()" <?php if(isset($curcfg['alturl']['enable'])) echo "checked"; ?>> <?=gettext("Use a URL server for firmware upgrades other than") . " " . $g['product_website']; ?><br>
|
||||
<table>
|
||||
<tr><td><?=gettext("Base URL"); ?>:</td><td><input name="firmwareurl" type="input" class="formfld url" id="firmwareurl" size="64" value="<?php if($curcfg['alturl']['firmwareurl']) echo $curcfg['alturl']['firmwareurl']; else echo $g['']; ?>"></td></tr>
|
||||
</table>
|
||||
<span class="vexpl">
|
||||
<?=gettext("This is where"); ?> <?php echo $g['product_name'] ?> <?=gettext("will check for newer firmware versions when the"); ?> <a href="system_firmware_check.php"><?=gettext("System: Firmware: Auto Update"); ?></a> <?=gettext("page is viewed."); ?>
|
||||
<p/>
|
||||
<b><?=gettext("NOTE"); ?>:</b> <?=gettext("When a custom URL is enabled the system will not verify the digital signature from"); ?> <?php echo $g['product_website'] ?>.
|
||||
<b><?=gettext("NOTE"); ?>:</b> <?=gettext("When a custom URL is enabled, the system will not verify the digital signature from"); ?> <?php echo $g['product_website'] ?>.
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
@ -153,7 +153,7 @@ function enable_altfirmwareurl(enable_over) {
|
||||
<td width="78%" class="vtable">
|
||||
<input name="allowinvalidsig" type="checkbox" id="allowinvalidsig" value="yes" <?php if (isset($curcfg['allowinvalidsig'])) echo "checked"; ?> />
|
||||
<br />
|
||||
<?=gettext("Allow to update the system with auto-updater and images with no signature."); ?>
|
||||
<?=gettext("Allow updating the system with auto-updater and images with no signature."); ?>
|
||||
</td>
|
||||
</tr>
|
||||
<script>enable_altfirmwareurl();</script>
|
||||
|
||||
@ -41,7 +41,7 @@ include("guiconfig.inc");
|
||||
// sanitize the ID value
|
||||
$id = $_SESSION['uploadid'];
|
||||
if (!$id) {
|
||||
echo "Sorry, we could not find a uploadid code.";
|
||||
echo "Sorry, we could not find an uploadid code.";
|
||||
exit;
|
||||
}
|
||||
|
||||
|
||||
@ -327,7 +327,7 @@ function netbios_change() {
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
Set this option to disable this client specific override without removing it from the list.
|
||||
Set this option to disable this client-specific override without removing it from the list.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -362,7 +362,7 @@ function netbios_change() {
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
Don't use this option to permenently disable a
|
||||
Don't use this option to permanently disable a
|
||||
client due to a compromised key or password.
|
||||
Use a CRL (certificate revocation list) instead.
|
||||
</td>
|
||||
@ -422,7 +422,7 @@ function netbios_change() {
|
||||
</td>
|
||||
<td>
|
||||
<span class="vexpl">
|
||||
Prevent this client from receiving any server defined client settings.
|
||||
Prevent this client from receiving any server-defined client settings.
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
@ -558,7 +558,7 @@ function netbios_change() {
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
If this option is not set, all Netbios-over-TCP/IP options (includeing WINS) will be disabled.
|
||||
If this option is not set, all NetBIOS-over-TCP/IP options (includeing WINS) will be disabled.
|
||||
<br/>
|
||||
<table border="0" cellpadding="2" cellspacing="0" id="netbios_data">
|
||||
<tr>
|
||||
|
||||
@ -52,7 +52,7 @@
|
||||
<step>
|
||||
<id>2</id>
|
||||
<title>General Information</title>
|
||||
<description>On this screen you will set the General pfSense parameters.</description>
|
||||
<description>On this screen you will set the general pfSense parameters.</description>
|
||||
<fields>
|
||||
<field>
|
||||
<name>Hostname</name>
|
||||
@ -179,7 +179,7 @@
|
||||
<name>MAC Address</name>
|
||||
<bindstofield>interfaces->wan->spoofmac</bindstofield>
|
||||
<type>input</type>
|
||||
<description> This field can be used to modify ("spoof") the MAC address of the WAN interface (may be required with some cable connections) Enter a MAC address in the following format: xx:xx:xx:xx:xx:xx or leave blank</description>
|
||||
<description> This field can be used to modify ("spoof") the MAC address of the WAN interface (may be required with some cable connections). Enter a MAC address in the following format: xx:xx:xx:xx:xx:xx or leave blank.</description>
|
||||
</field>
|
||||
<field>
|
||||
<donotdisable>true</donotdisable>
|
||||
@ -318,7 +318,7 @@
|
||||
<field>
|
||||
<donotdisable>true</donotdisable>
|
||||
<name>Block bogon networks</name>
|
||||
<description>Block bogon networks when set, this option blocks traffic from IP addresses that are reserved (but not RFC 1918) or not yet assigned by IANA. Bogons are prefixes that should never appear in the Internet routing table, and obviously should not appear as the source address in any packets you receive.</description>
|
||||
<description>When set, this option blocks traffic from IP addresses that are reserved (but not RFC 1918) or not yet assigned by IANA. Bogons are prefixes that should never appear in the Internet routing table, and obviously should not appear as the source address in any packets you receive.</description>
|
||||
<type>checkbox</type>
|
||||
<bindstofield>interfaces->wan->blockbogons</bindstofield>
|
||||
<typehint>Block non-Internet routed networks from entering via WAN</typehint>
|
||||
@ -376,7 +376,7 @@
|
||||
<step>
|
||||
<id>6</id>
|
||||
<title>Set Admin WebGUI Password</title>
|
||||
<description>On this screen we will set the Admin password which is used to access the WebGUI and also SSH services if you wish to enable.</description>
|
||||
<description>On this screen we will set the admin password, which is used to access the WebGUI and also SSH services if you wish to enable them.</description>
|
||||
<fields>
|
||||
<field>
|
||||
<name>Admin Password</name>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user