Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
diff --git a/src/www/services_dhcp_relay.php b/src/www/services_dhcp_relay.php
index aaa66f6b1..96a6f314f 100644
--- a/src/www/services_dhcp_relay.php
+++ b/src/www/services_dhcp_relay.php
@@ -156,7 +156,7 @@ include("head.inc");
/>
=gettext("Append circuit ID and agent ID to requests"); ?>
-
+ = gettext('If this is checked, the DHCP relay will append the circuit ID (interface number) and the agent ID to the DHCP request.') ?>
- ',''); ?>
+ = gettext("If this option is set, the DNS Forwarder (dnsmasq) will ".
+ "query the DNS servers sequentially in the order specified (System: " .
+ "General Setup: DNS Servers), rather than all at once in parallel.") ?>
-
+ = gettext('If this option is set, the 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.') ?>
-
+ = gettext('If this option is set, the 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.') ?>
-
- =gettext("Warning: This will also turn off NAT!");?>
+ = gettext('Warning: This will convert into a routing-only platform!') ?>
+ = gettext('Warning: This will also turn off NAT!') ?>
=sprintf(
gettext('If you only want to disable NAT, and not firewall rules, visit the %sOutbound NAT%s page.'),
'', ''
diff --git a/src/www/system_general.php b/src/www/system_general.php
index 3a9d6c15b..416601724 100644
--- a/src/www/system_general.php
+++ b/src/www/system_general.php
@@ -400,8 +400,7 @@ include("head.inc");
- =gettext("This will change the look and feel of"); ?>
- =$g['product_name'];?>.
+ = gettext('This will change the look and feel of the GUI.') ?>
@@ -509,11 +508,11 @@ include("head.inc");
=gettext("Allow DNS server list to be overridden by DHCP/PPP on WAN"); ?>
-
+ "VPN clients.") ?>
/>
diff --git a/src/www/system_usermanager_settings_test.php b/src/www/system_usermanager_settings_test.php
index 50fd81ba0..2185d9fab 100644
--- a/src/www/system_usermanager_settings_test.php
+++ b/src/www/system_usermanager_settings_test.php
@@ -57,7 +57,7 @@ if (isset($config['system']['authserver'][0]['host'])) {
else:?>
- =sprintf(gettext("Testing %s LDAP settings... One moment please..."), $g['product_name']);?>
+ = gettext('Testing LDAP settings... One moment please...') ?>