Revision ed005b20
Added by Phil Davis over 10 years ago
usr/local/www/services_ntpd.php | ||
---|---|---|
348 | 348 |
<input type="button" onclick="show_advanced('showstatisticsbox', 'showstatistics')" value="<?=gettext("Advanced");?>" /> - <?=gettext("Show statistics logging options");?> |
349 | 349 |
</div> |
350 | 350 |
<div id="showstatistics" style="display:none"> |
351 |
<strong><?php echo gettext("Warning: ")?></strong><?php echo gettext("these options will create persistant daily log files in /var/log/ntp."); ?>
|
|
351 |
<strong><?php echo gettext("Warning: ")?></strong><?php echo gettext("these options will create persistent daily log files in /var/log/ntp."); ?>
|
|
352 | 352 |
<br /><br /> |
353 | 353 |
<input name="clockstats" type="checkbox" class="formcheckbox" id="clockstats"<?php if($pconfig['clockstats']) echo " checked=\"checked\""; ?> /> |
354 | 354 |
<?php echo gettext("Enable logging of reference clock statistics (default: disabled)."); ?> |
... | ... | |
397 | 397 |
<input type="button" onclick="show_advanced('showleapsecbox', 'showleapsec')" value="<?=gettext("Advanced");?>" /> - <?=gettext("Show Leap second configuration");?> |
398 | 398 |
</div> |
399 | 399 |
<div id="showleapsec" style="display:none"> |
400 |
<?php echo gettext("A leap second file allows NTP to advertize an upcoming leap second addition or subtraction.");?>
|
|
400 |
<?php echo gettext("A leap second file allows NTP to advertise an upcoming leap second addition or subtraction.");?>
|
|
401 | 401 |
<?php echo gettext("Normally this is only useful if this server is a stratum 1 time server.");?> |
402 | 402 |
<br /><br /> |
403 | 403 |
<?php echo gettext("Enter Leap second configuration as text:");?><br /> |
Also available in: Unified diff
Few minor text typos
Note that advertise is spelt with an "s" in other places in the GUI, so
making it consistent in services_ntpd - but maybe Americans do spell it
"advertize" these days?