Commit 02910b50 authored by Fabian Franz's avatar Fabian Franz

translation fixes by @fichtner

parent 40ac776a
...@@ -295,8 +295,7 @@ include("head.inc"); ...@@ -295,8 +295,7 @@ include("head.inc");
<td> <td>
<input name="host" type="text" id="host" value="<?= $pconfig['host'] ?>" /> <input name="host" type="text" id="host" value="<?= $pconfig['host'] ?>" />
<div class="hidden" for="help_for_host"> <div class="hidden" for="help_for_host">
<span class="text-danger"><strong><?= gettext("Note:") ?><br /></strong></span> <?= gettext("Enter the complete host/domain name. example: myhost.dyndns.org") ?><br />
<?= gettext("Enter the complete host/domain name. example: myhost.dyndns.org") ?><br />
<?= gettext("For he.net tunnelbroker, enter your tunnel ID") ?> <?= gettext("For he.net tunnelbroker, enter your tunnel ID") ?>
</div> </div>
</td> </td>
......
...@@ -321,7 +321,7 @@ include("head.inc"); ...@@ -321,7 +321,7 @@ include("head.inc");
<input class="btn btn-default btn-xs" type="button" onclick="show_advanced('showstatisticsbox', 'showstatistics')" value="<?=gettext("Advanced");?>" /> - <?=gettext("Show statistics logging options");?> <input class="btn btn-default btn-xs" type="button" onclick="show_advanced('showstatisticsbox', 'showstatistics')" value="<?=gettext("Advanced");?>" /> - <?=gettext("Show statistics logging options");?>
</div> </div>
<div id="showstatistics" style="display:none"> <div id="showstatistics" style="display:none">
<?= sprintf(gettext("%sWarning:%s these options will create persistant daily log files in /var/log/ntp."),'<strong>','</strong>') ?> <?= gettext("These options will create persistent daily log files in /var/log/ntp.") ?>
<br /><br /> <br /><br />
<input name="clockstats" type="checkbox" id="clockstats"<?=!empty($pconfig['clockstats']) ? " checked=\"checked\"" : ""; ?> /> <input name="clockstats" type="checkbox" id="clockstats"<?=!empty($pconfig['clockstats']) ? " checked=\"checked\"" : ""; ?> />
<?=gettext("Enable logging of reference clock statistics (default: disabled)."); ?> <?=gettext("Enable logging of reference clock statistics (default: disabled)."); ?>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment