mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 08:34:39 +00:00
Merge pull request #931 from fabianfrz/translation
translation and some style
This commit is contained in:
commit
d3ea781245
@ -49,7 +49,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
updateVoucherGroupList();
|
||||
} else {
|
||||
// A voucher server is needed before we can add vouchers, alert user
|
||||
BootstrapDialog.alert('{{ lang._('Please setup a voucher server first ') }} (<a href="/system_authservers.php">{{ lang._('goto auth servers') }}</a> )');
|
||||
BootstrapDialog.alert('{{ lang._('Please setup a voucher server first (%sgoto auth servers%s)') | format('<a href="/system_authservers.php">','</a>') }}');
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
@ -194,11 +194,11 @@ include("head.inc");
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a id="help_for_tag" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("VLAN tag ");?></td>
|
||||
<td><a id="help_for_tag" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("VLAN tag");?></td>
|
||||
<td>
|
||||
<input name="tag" type="text" value="<?=$pconfig['tag'];?>" />
|
||||
<div class="hidden" for="help_for_tag">
|
||||
<?=gettext("802.1Q VLAN tag (between 1 and 4094) ");?>
|
||||
<?=gettext("802.1Q VLAN tag (between 1 and 4094)");?>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@ -282,9 +282,8 @@ $( document ).ready(function() {
|
||||
<strong><?=gettext("Query DNS servers sequentially");?></strong>
|
||||
<div class="hidden" for="help_for_strict_order">
|
||||
<?php printf(gettext("If this option is set, %s DNS Forwarder (dnsmasq) will ".
|
||||
"query the DNS servers sequentially in the order specified (<i>System - General Setup - DNS Servers</i>), ".
|
||||
"rather than all at once in parallel. ".
|
||||
""), $g['product_name']); ?>
|
||||
"query the DNS servers sequentially in the order specified (%sSystem - General Setup - DNS Servers%s), ".
|
||||
"rather than all at once in parallel."), $g['product_name'],'<i>','</i>'); ?>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
@ -294,9 +293,8 @@ $( document ).ready(function() {
|
||||
<strong><?=gettext("Require domain");?></strong>
|
||||
<div class="hidden" for="help_for_strict_order">
|
||||
<?php printf(gettext("If this option is set, %s DNS Forwarder (dnsmasq) will ".
|
||||
"not forward A or AAAA queries for plain names, without dots or domain parts, to upstream name servers. ".
|
||||
"If the name is not known from /etc/hosts or DHCP then a \"not found\" answer is returned. ".
|
||||
""), $g['product_name']); ?>
|
||||
"not forward A or AAAA queries for plain names, without dots or domain parts, to upstream name servers. ".
|
||||
'If the name is not known from /etc/hosts or DHCP then a "not found" answer is returned.'), $g['product_name']); ?>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
@ -306,10 +304,9 @@ $( document ).ready(function() {
|
||||
<strong><?=gettext("Do not forward private reverse lookups");?></strong>
|
||||
<div class="hidden" for="help_for_strict_order">
|
||||
<?php printf(gettext("If this option is set, %s DNS Forwarder (dnsmasq) will ".
|
||||
"not forward reverse DNS lookups (PTR) for private addresses (RFC 1918) to upstream name servers. ".
|
||||
"Any entries in the Domain Overrides section forwarding private \"n.n.n.in-addr.arpa\" names to a specific server are still forwarded. ".
|
||||
"If the IP to name is not known from /etc/hosts, DHCP or a specific domain override then a \"not found\" answer is immediately returned. ".
|
||||
""), $g['product_name']); ?>
|
||||
"not forward reverse DNS lookups (PTR) for private addresses (RFC 1918) to upstream name servers. ".
|
||||
'Any entries in the Domain Overrides section forwarding private "n.n.n.in-addr.arpa" names to a specific server are still forwarded. '.
|
||||
'If the IP to name is not known from /etc/hosts, DHCP or a specific domain override then a "not found" answer is immediately returned.'), $g['product_name']); ?>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
@ -497,7 +494,7 @@ $( document ).ready(function() {
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="4">
|
||||
<?=gettext("Entries in this area override an entire domain, and subdomains, by specifying an"." authoritative DNS server to be queried for that domain.");?>
|
||||
<?=gettext("Entries in this area override an entire domain, and subdomains, by specifying an authoritative DNS server to be queried for that domain.");?>
|
||||
</td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
|
||||
@ -227,26 +227,26 @@ include("head.inc");
|
||||
<div class="table-responsive">
|
||||
<table class="table table-striped">
|
||||
<tr>
|
||||
<td width="22%"><strong><?=gettext("Dynamic DNS client");?></strong></td>
|
||||
<td width="22%"><strong><?= gettext("Dynamic DNS client") ?></strong></td>
|
||||
<td width="78%" align="right">
|
||||
<small><?=gettext("full help"); ?> </small>
|
||||
<small><?= gettext("full help") ?> </small>
|
||||
<i class="fa fa-toggle-off text-danger" style="cursor: pointer;" id="show_all_help_page" type="button"></i>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><i class="fa fa-info-circle text-muted"></i> <?=gettext("Enable");?></td>
|
||||
<td><i class="fa fa-info-circle text-muted"></i> <?= gettext("Enable") ?></td>
|
||||
<td>
|
||||
<input name="enable" type="checkbox" id="enable" value="<?=gettext("yes");?>" <?=!empty($pconfig['enable']) ? "checked=\"checked\"" : ""; ?> />
|
||||
<input name="enable" type="checkbox" id="enable" value="<?= gettext("yes") ?>" <?= empty($pconfig['enable']) ? '' : 'checked="checked"' ?> />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><i class="fa fa-info-circle text-muted"></i> <?=gettext("Service type");?></td>
|
||||
<td><i class="fa fa-info-circle text-muted"></i> <?= gettext("Service type") ?></td>
|
||||
<td>
|
||||
<select name="type" class="selectpicker" id="type" onchange="_onTypeChange(this.options[this.selectedIndex].value);">
|
||||
<?php
|
||||
foreach (services_dyndns_list() as $value => $type):?>
|
||||
<option value="<?=$value;?>" <?= $value == $pconfig['type'] ? 'selected="selected"' : "";?>>
|
||||
<?=$type;?>
|
||||
<option value="<?= $value ?>" <?= $value == $pconfig['type'] ? '' : 'selected="selected"'?>>
|
||||
<?= $type ?>
|
||||
</option>
|
||||
<?php
|
||||
endforeach;?>
|
||||
@ -254,15 +254,15 @@ include("head.inc");
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><i class="fa fa-info-circle text-muted"></i> <?=gettext("Interface to monitor");?></td>
|
||||
<td><i class="fa fa-info-circle text-muted"></i> <?= gettext("Interface to monitor") ?></td>
|
||||
<td>
|
||||
<select name="interface" class="selectpicker" id="interface">
|
||||
<?php
|
||||
$iflist = get_configured_interface_with_descr();
|
||||
$iflist = array_merge($iflist, return_gateway_groups_array());
|
||||
foreach ($iflist as $if => $ifdesc):?>
|
||||
<option value="<?=$if;?>" <?=$pconfig['interface'] == $if ? "selected=\"selected\"" : "";?>>
|
||||
<?=is_array($ifdesc) ? $if : htmlspecialchars($ifdesc);?>
|
||||
<option value="<?= $if ?>" <?=$pconfig['interface'] == $if ? 'selected="selected"' : '';?>>
|
||||
<?= is_array($ifdesc) ? $if : htmlspecialchars($ifdesc) ?>
|
||||
</option>
|
||||
|
||||
<?php
|
||||
@ -271,15 +271,15 @@ include("head.inc");
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="_requestiftr">
|
||||
<td><a id="help_for_requestif" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("Interface to send update from");?></td>
|
||||
<td><a id="help_for_requestif" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?= gettext("Interface to send update from") ?></td>
|
||||
<td>
|
||||
<select name="requestif" class="selectpicker" id="requestif">
|
||||
<?php
|
||||
$iflist = get_configured_interface_with_descr();
|
||||
$iflist = array_merge($iflist, return_gateway_groups_array());
|
||||
foreach ($iflist as $if => $ifdesc):?>
|
||||
<option value="<?=$if;?>" <?=$pconfig['requestif'] == $if ? "selected=\"selected\"" : "";?>>
|
||||
<?=is_array($ifdesc) ? $if : htmlspecialchars($ifdesc);?>
|
||||
<option value="<?= $if ?>" <?= $pconfig['requestif'] == $if ? 'selected="selected"' : '' ?>>
|
||||
<?= is_array($ifdesc) ? $if : htmlspecialchars($ifdesc) ?>
|
||||
</option>
|
||||
|
||||
<?php
|
||||
@ -291,141 +291,140 @@ include("head.inc");
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="_hostnametr">
|
||||
<td><a id="help_for_host" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("Hostname");?></td>
|
||||
<td><a id="help_for_host" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?= gettext("Hostname") ?></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">
|
||||
<span class="text-danger"><strong><?=gettext("Note:");?><br /></strong></span>
|
||||
<?=gettext("Enter the complete host/domain name. example: myhost.dyndns.org");?><br />
|
||||
<?=gettext("For he.net tunnelbroker, enter your tunnel ID");?>
|
||||
<?= gettext("Enter the complete host/domain name. example: myhost.dyndns.org") ?><br />
|
||||
<?= gettext("For he.net tunnelbroker, enter your tunnel ID") ?>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="_mxtr">
|
||||
<td><a id="help_for_mx" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("MX"); ?></td>
|
||||
<td><a id="help_for_mx" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?= gettext("MX") ?></td>
|
||||
<td>
|
||||
<input name="mx" type="text" id="mx" value="<?=$pconfig['mx'];?>" />
|
||||
<input name="mx" type="text" id="mx" value="<?= $pconfig['mx'] ?>" />
|
||||
<div class="hidden" for="help_for_mx">
|
||||
<?=gettext("Note: With a dynamic DNS service you can only use a hostname, not an IP address.");?>
|
||||
<?= gettext("Note: With a dynamic DNS service you can only use a hostname, not an IP address.") ?>
|
||||
<br />
|
||||
<?=gettext("Set this option only if you need a special MX record. Not"." all services support this.");?>
|
||||
<?= gettext("Set this option only if you need a special MX record. Not all services support this.") ?>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="_wildcardtr">
|
||||
<td><i class="fa fa-info-circle text-muted"></i> <?=gettext("Wildcards"); ?></td>
|
||||
<td><i class="fa fa-info-circle text-muted"></i> <?= gettext("Wildcards") ?></td>
|
||||
<td>
|
||||
<input name="wildcard" type="checkbox" id="wildcard" value="yes" <?=!empty($pconfig['wildcard']) ? "checked=\"checked\"" : ""; ?> />
|
||||
<strong><?=gettext("Enable ");?><?=gettext("Wildcard"); ?></strong>
|
||||
<input name="wildcard" type="checkbox" id="wildcard" value="yes" <?= empty($pconfig['wildcard']) ? '' : 'checked="checked"' ?> />
|
||||
<strong><?= gettext("Enable Wildcard") ?></strong>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="_verboselogtr">
|
||||
<td><i class="fa fa-info-circle text-muted"></i> <?=gettext("Verbose logging"); ?></td>
|
||||
<td><i class="fa fa-info-circle text-muted"></i> <?= gettext("Verbose logging") ?></td>
|
||||
<td>
|
||||
<input name="verboselog" type="checkbox" id="verboselog" value="yes" <?=!empty($pconfig['verboselog']) ? "checked=\"checked\"" : ""; ?> />
|
||||
<strong><?=gettext("Enable ");?><?=gettext("verbose logging"); ?></strong>
|
||||
<input name="verboselog" type="checkbox" id="verboselog" value="yes" <?= empty($pconfig['verboselog']) ? '' : 'checked="checked"' ?> />
|
||||
<strong><?= gettext("Enable verbose logging") ?></strong>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="_curloptions">
|
||||
<td><i class="fa fa-info-circle text-muted"></i> <?=gettext("CURL options"); ?></td>
|
||||
<td>
|
||||
<input name="curl_ipresolve_v4" type="checkbox" id="curl_ipresolve_v4" value="yes" <?=!empty($pconfig['curl_ipresolve_v4']) ? "checked=\"checked\"" : ""; ?> />
|
||||
<?=gettext("Force IPv4 resolving"); ?><br />
|
||||
<input name="curl_ssl_verifypeer" type="checkbox" id="curl_ssl_verifypeer" value="yes" <?=!empty($pconfig['curl_ssl_verifypeer']) ? "checked=\"checked\"" : ""; ?> />
|
||||
<?=gettext("Verify SSL peer"); ?>
|
||||
<input name="curl_ipresolve_v4" type="checkbox" id="curl_ipresolve_v4" value="yes" <?= empty($pconfig['curl_ipresolve_v4']) ? '' : 'checked="checked"' ?> />
|
||||
<?= gettext("Force IPv4 resolving") ?><br />
|
||||
<input name="curl_ssl_verifypeer" type="checkbox" id="curl_ssl_verifypeer" value="yes" <?= empty($pconfig['curl_ssl_verifypeer']) ? '' : 'checked="checked"' ?> />
|
||||
<?= gettext("Verify SSL peer") ?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="_usernametr">
|
||||
<td><a id="help_for_username" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("Username");?></td>
|
||||
<td><a id="help_for_username" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?= gettext("Username") ?></td>
|
||||
<td>
|
||||
<input name="username" type="text" id="username" value="<?=$pconfig['username'];?>" />
|
||||
<input name="username" type="text" id="username" value="<?= $pconfig['username'] ?>" />
|
||||
<div class="hidden" for="help_for_username">
|
||||
<?= gettext("Username is required for all types except Namecheap, FreeDNS and Custom Entries.");?>
|
||||
<br /><?= gettext("Route 53: Enter your Access Key ID.");?>
|
||||
<br /><?= gettext("Duck DNS: Enter your Token.");?>
|
||||
<br /><?= gettext("For Custom Entries, Username and Password represent HTTP Authentication username and passwords.");?>
|
||||
<br /><?= gettext('Route 53: Enter your Access Key ID.') ?>
|
||||
<br /><?= gettext('Duck DNS: Enter your Token.') ?>
|
||||
<br /><?= gettext('For Custom Entries, Username and Password represent HTTP Authentication username and passwords.') ?>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a id="help_for_password" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("Password");?></td>
|
||||
<td><a id="help_for_password" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?= gettext("Password") ?></td>
|
||||
<td>
|
||||
<input name="password" type="password" id="password" value="<?=$pconfig['password'];?>" />
|
||||
<input name="password" type="password" id="password" value="<?= $pconfig['password'] ?>" />
|
||||
<div class="hidden" for="help_for_password">
|
||||
<?=gettext("FreeDNS (freedns.afraid.org): Enter your \"Authentication Token\" provided by FreeDNS.");?>
|
||||
<br /><?= gettext("Route 53: Enter your Secret Access Key.");?>
|
||||
<br /><?= gettext("Duck DNS: Leave blank.");?>
|
||||
<?=gettext('FreeDNS (freedns.afraid.org): Enter your "Authentication Token" provided by FreeDNS.') ?>
|
||||
<br /><?= gettext('Route 53: Enter your Secret Access Key.') ?>
|
||||
<br /><?= gettext('Duck DNS: Leave blank.') ?>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="r53_zoneid" style="display:none">
|
||||
<td><a id="help_for_zoneid" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("Zone ID");?></td>
|
||||
<td><a id="help_for_zoneid" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?= gettext("Zone ID") ?></td>
|
||||
<td>
|
||||
<input name="zoneid" type="text" id="zoneid" value="<?=$pconfig['zoneid'];?>" />
|
||||
<input name="zoneid" type="text" id="zoneid" value="<?= $pconfig['zoneid'] ?>" />
|
||||
<div class="hidden" for="help_for_zoneid">
|
||||
<?= gettext("Enter Zone ID that you received when you created your domain in Route 53.");?>
|
||||
<?= gettext("Enter Zone ID that you received when you created your domain in Route 53.") ?>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="_urltr">
|
||||
<td><a id="help_for_updateurl" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("Update URL");?></td>
|
||||
<td><a id="help_for_updateurl" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("Update URL") ?></td>
|
||||
<td>
|
||||
<input name="updateurl" type="text" id="updateurl" value="<?=$pconfig['updateurl'];?>" />
|
||||
<input name="updateurl" type="text" id="updateurl" value="<?= $pconfig['updateurl'] ?>" />
|
||||
<div class="hidden" for="help_for_updateurl">
|
||||
<?= gettext("This is the only field required by for Custom Dynamic DNS, and is only used by Custom Entries.");?>
|
||||
<?= gettext("This is the only field required by for Custom Dynamic DNS, and is only used by Custom Entries.") ?>
|
||||
<br />
|
||||
<?= gettext("If you need the new IP to be included in the request, put %IP% in its place.");?>
|
||||
<?= gettext("If you need the new IP to be included in the request, put %IP% in its place.") ?>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="_resulttr">
|
||||
<td><a id="help_for_resultmatch" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("Result Match");?></td>
|
||||
<td><a id="help_for_resultmatch" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?= gettext("Result Match") ?></td>
|
||||
<td>
|
||||
<textarea name="resultmatch" class="formpre" id="resultmatch" cols="65" rows="7"><?=$pconfig['resultmatch'];?></textarea>
|
||||
<textarea name="resultmatch" class="formpre" id="resultmatch" cols="65" rows="7"><?= $pconfig['resultmatch'] ?></textarea>
|
||||
<div class="hidden" for="help_for_resultmatch">
|
||||
<?= gettext("This field is only used by Custom Dynamic DNS Entries.");?>
|
||||
<?= gettext("This field is only used by Custom Dynamic DNS Entries.") ?>
|
||||
<br />
|
||||
<?= gettext("This field should be identical to what your dynamic DNS Provider will return if the update succeeds, leave it blank to disable checking of returned results.");?>
|
||||
<br />
|
||||
<?= gettext("If you need the new IP to be included in the request, put %IP% in its place.");?>
|
||||
<?= gettext("If you need the new IP to be included in the request, put %IP% in its place.") ?>
|
||||
<br />
|
||||
<?= gettext("If you need to include multiple possible values, separate them with a |. If your provider includes a |, escape it with \\|");?>
|
||||
<?= gettext("If you need to include multiple possible values, separate them with a |. If your provider includes a |, escape it with \\|") ?>
|
||||
<br />
|
||||
<?= gettext("Tabs (\\t), newlines (\\n) and carriage returns (\\r) at the beginning or end of the returned results are removed before comparison.");?>
|
||||
<?= gettext("Tabs (\\t), newlines (\\n) and carriage returns (\\r) at the beginning or end of the returned results are removed before comparison.") ?>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="r53_ttl" style="display:none">
|
||||
<td><a id="help_for_ttl" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("TTL");?></td>
|
||||
<td>
|
||||
<input name="ttl" type="text" id="ttl" value="<?=$pconfig['ttl'];?>" />
|
||||
<input name="ttl" type="text" id="ttl" value="<?= $pconfig['ttl'] ?>" />
|
||||
<div class="hidden" for="help_for_ttl">
|
||||
<?= gettext("Choose TTL for your dns record.");?>
|
||||
<?= gettext("Choose TTL for your dns record.") ?>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><i class="fa fa-info-circle text-muted"></i> <?=gettext("Description");?></td>
|
||||
<td><i class="fa fa-info-circle text-muted"></i> <?= gettext("Description") ?></td>
|
||||
<td>
|
||||
<input name="descr" type="text" id="descr" value="<?=$pconfig['descr'];?>" />
|
||||
<input name="descr" type="text" id="descr" value="<?= $pconfig['descr'] ?>" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td>
|
||||
<input name="Submit" type="submit" class="btn btn-primary" value="<?=gettext("Save");?>" onclick="enable_change(true)" />
|
||||
<input name="Submit" type="submit" class="btn btn-primary" value="<?= gettext("Save") ?>" onclick="enable_change(true)" />
|
||||
<?php
|
||||
if (isset($id)): ?>
|
||||
<input name="id" type="hidden" value="<?=$id;?>" />
|
||||
<input name="force" type="submit" class="btn btn-primary" value="<?=gettext("Save & Force Update");?>" onclick="enable_change(true)" />
|
||||
<input name="id" type="hidden" value="<?= $id ?>" />
|
||||
<input name="force" type="submit" class="btn btn-primary" value="<?= gettext("Save & Force Update") ?>" onclick="enable_change(true)" />
|
||||
<?php
|
||||
endif; ?>
|
||||
<a href="services_dyndns.php" class="btn btn-default"><?=gettext("Cancel");?></a>
|
||||
<a href="services_dyndns.php" class="btn btn-default"><?= gettext("Cancel") ?></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td><span class="vexpl"><span class="red"><strong><?=gettext("Note:");?><br />
|
||||
<td><span class="vexpl"><span class="red"><strong><?= gettext("Note:") ?><br />
|
||||
</strong></span><?php printf(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."),'<a href="system_general.php">','</a>');?></span></td>
|
||||
@ -440,7 +439,7 @@ include("head.inc");
|
||||
</section>
|
||||
<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
_onTypeChange("<?=$pconfig['type']; ?>");
|
||||
_onTypeChange("<?= $pconfig['type'] ?>");
|
||||
//]]>
|
||||
</script>
|
||||
<?php include("foot.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");?>
|
||||
</div>
|
||||
<div id="showstatistics" style="display:none">
|
||||
<strong><?=gettext("Warning: ")?></strong><?=gettext("these options will create persistant daily log files in /var/log/ntp."); ?>
|
||||
<?= gettext("These options will create persistent daily log files in /var/log/ntp.") ?>
|
||||
<br /><br />
|
||||
<input name="clockstats" type="checkbox" id="clockstats"<?=!empty($pconfig['clockstats']) ? " checked=\"checked\"" : ""; ?> />
|
||||
<?=gettext("Enable logging of reference clock statistics (default: disabled)."); ?>
|
||||
|
||||
@ -168,7 +168,7 @@ include("head.inc");
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a id="help_for_pollport" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("Polling Port ");?></td>
|
||||
<td><a id="help_for_pollport" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?= gettext("Polling Port") ?></td>
|
||||
<td>
|
||||
<input name="pollport" type="text" value="<?=$pconfig['pollport'];?>" />
|
||||
<div class="hidden" for="help_for_pollport">
|
||||
@ -228,7 +228,7 @@ include("head.inc");
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a id="help_for_trapserverport" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("Trap server port ");?></td>
|
||||
<td><a id="help_for_trapserverport" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?= gettext("Trap server port") ?></td>
|
||||
<td>
|
||||
<input name="trapserverport" type="text" id="trapserverport" size="40" value="<?=htmlspecialchars($pconfig['trapserverport']) ? htmlspecialchars($pconfig['trapserverport']) : htmlspecialchars(162);?>" />
|
||||
<div class="hidden" for="help_for_trapserverport">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user