From 0a8a90f77b5e16797748e849322cd5919cc80442 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Tue, 26 Jan 2016 23:59:05 +0545 Subject: Internationalize services_d* --- src/usr/local/www/services_dnsmasq.php | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) (limited to 'src/usr/local/www/services_dnsmasq.php') diff --git a/src/usr/local/www/services_dnsmasq.php b/src/usr/local/www/services_dnsmasq.php index b0f60fe..dffc67f 100644 --- a/src/usr/local/www/services_dnsmasq.php +++ b/src/usr/local/www/services_dnsmasq.php @@ -344,17 +344,18 @@ print($form); ?>
','','',''), 'info', false); +print_info_box( + sprintf( + gettext('If the DNS forwarder is enabled, the DHCP service (if enabled) will automatically' . + ' serve the LAN IP address as a DNS server to DHCP clients so they will use the forwarder.' . + ' The DNS forwarder will use the DNS servers entered in %1$sSystem: General setup%3$s or' . + ' those obtained via DHCP or PPP on WAN if "Allow DNS server list to be overridden by DHCP/PPP on WAN" is checked.' . + ' If you don\'t use that option (or if you use a static IP address on WAN),' . + ' you must manually specify at least one DNS server on the %2$sSystem:General setup%3$s page.'), + '', + '', + ''), + 'info', false); ?>
@@ -435,7 +436,7 @@ endforeach;
-- cgit v1.1