Project

General

Profile

« Previous | Next » 

Revision 796cc218

Added by Chris Buechler about 10 years ago

Clarify DNS Forwarder and Resolver both apply in these places. partially Ticket #3730

View differences:

usr/local/share/locale/en/LC_MESSAGES/pfSense.pot
19493 19493
#: usr/local/www/services_router_advertisements.php:383
19494 19494
msgid ""
19495 19495
"NOTE: leave blank to use the system default DNS servers - this interface's "
19496
"IP if DNS forwarder is enabled, otherwise the servers configured on the "
19496
"IP if DNS Forwarder or Resolver is enabled, otherwise the servers configured on the "
19497 19497
"General page."
19498 19498
msgstr ""
19499 19499

  
usr/local/share/locale/ja/LC_MESSAGES/pfSense.po
31065 31065
#: usr/local/www/services_dhcp.php:874 usr/local/www/services_dhcpv6.php:619
31066 31066
msgid ""
31067 31067
"NOTE: leave blank to use the system default DNS servers - this interface's "
31068
"IP if DNS forwarder is enabled, otherwise the servers configured on the "
31068
"IP if DNS Forwarder or Resolver is enabled, otherwise the servers configured on the "
31069 31069
"General page."
31070 31070
msgstr ""注:システムのデフォルトのDNSサーバーを使用する場合は、空白のままに - このインタフェースの「 DNSフォワーダが有効になっている場合は、IP 、そうでないサーバは「一般的なページで設定。"
31071 31071

  
usr/local/share/locale/pt_BR.ISO8859-1/LC_MESSAGES/pfSense.po
26264 26264
#: usr/local/www/services_dhcp.php:854 usr/local/www/services_dhcpv6.php:619
26265 26265
#: usr/local/www/services_router_advertisements.php:371
26266 26266
#: usr/local/www/services_dhcp.php:874 usr/local/www/services_dhcp.php:886
26267
msgid "NOTE: leave blank to use the system default DNS servers - this interface's IP if DNS forwarder is enabled, otherwise the servers configured on the General page."
26267
msgid "NOTE: leave blank to use the system default DNS servers - this interface's IP if DNS Forwarder or Resolver is enabled, otherwise the servers configured on the General page."
26268 26268
msgstr "NOTA: deixe em branco para usar os servidores DNS padr?o do sistema - esse IP de interface se o DNS forwarder estiver habilitado, do contr?rio os servidores configurados na p?gina Principal."
26269 26269

  
26270 26270
#: usr/local/www/services_dhcp.php:658 usr/local/www/services_dhcpv6.php:602
usr/local/share/locale/tr/LC_MESSAGES/pfSense.po
20617 20617
#: usr/local/www/services_router_advertisements.php:383
20618 20618
msgid ""
20619 20619
"NOTE: leave blank to use the system default DNS servers - this interface's "
20620
"IP if DNS forwarder is enabled, otherwise the servers configured on the "
20620
"IP if DNS Forwarder or Resolver is enabled, otherwise the servers configured on the "
20621 20621
"General page."
20622 20622
msgstr ""
20623 20623
"Not: Sistem varsayılan DNS sunucusunu kullanmak için boş bırakınız, DNS "
usr/local/www/services_dhcp.php
889 889
				<input name="dns2" type="text" class="formfld unknown" id="dns2" size="20" value="<?=htmlspecialchars($pconfig['dns2']);?>" /><br />
890 890
				<input name="dns3" type="text" class="formfld unknown" id="dns3" size="20" value="<?=htmlspecialchars($pconfig['dns3']);?>" /><br />
891 891
				<input name="dns4" type="text" class="formfld unknown" id="dns4" size="20" value="<?=htmlspecialchars($pconfig['dns4']);?>" /><br />
892
				<?=gettext("NOTE: leave blank to use the system default DNS servers - this interface's IP if DNS forwarder is enabled, otherwise the servers configured on the General page.");?>
892
				<?=gettext("NOTE: leave blank to use the system default DNS servers - this interface's IP if DNS Forwarder or Resolver is enabled, otherwise the servers configured on the General page.");?>
893 893
			</td>
894 894
			</tr>
895 895
			<tr>
usr/local/www/services_dhcp_edit.php
452 452
			<input name="dns2" type="text" class="formfld unknown" id="dns2" size="20" value="<?=htmlspecialchars($pconfig['dns2']);?>" /><br />
453 453
			<input name="dns3" type="text" class="formfld unknown" id="dns3" size="20" value="<?=htmlspecialchars($pconfig['dns3']);?>" /><br />
454 454
			<input name="dns4" type="text" class="formfld unknown" id="dns4" size="20" value="<?=htmlspecialchars($pconfig['dns4']);?>" /><br />
455
			<?=gettext("NOTE: leave blank to use the system default DNS servers - this interface's IP if DNS forwarder is enabled, otherwise the servers configured on the General page.");?>
455
			<?=gettext("NOTE: leave blank to use the system default DNS servers - this interface's IP if DNS Forwarder or Resolver is enabled, otherwise the servers configured on the General page.");?>
456 456
		</td>
457 457
		</tr>
458 458
		<tr>
usr/local/www/services_dhcpv6.php
632 632
				<input name="dns2" type="text" class="formfld unknown" id="dns2" size="28" value="<?=htmlspecialchars($pconfig['dns2']);?>" /><br />
633 633
				<input name="dns3" type="text" class="formfld unknown" id="dns3" size="28" value="<?=htmlspecialchars($pconfig['dns3']);?>" /><br />
634 634
				<input name="dns4" type="text" class="formfld unknown" id="dns4" size="28" value="<?=htmlspecialchars($pconfig['dns4']);?>" /><br />
635
				<?=gettext("NOTE: leave blank to use the system default DNS servers - this interface's IP if DNS forwarder is enabled, otherwise the servers configured on the General page.");?>
635
				<?=gettext("NOTE: leave blank to use the system default DNS servers - this interface's IP if DNS Forwarder or Resolver is enabled, otherwise the servers configured on the General page.");?>
636 636
			</td>
637 637
			</tr>
638 638
			<tr>
usr/local/www/services_router_advertisements.php
381 381
				<input name="radns2" type="text" class="formfld unknown" id="radns2" size="28" value="<?=htmlspecialchars($pconfig['radns2']);?>" /><br />
382 382
				<input name="radns3" type="text" class="formfld unknown" id="radns3" size="28" value="<?=htmlspecialchars($pconfig['radns3']);?>" /><br />
383 383
				<input name="radns4" type="text" class="formfld unknown" id="radns4" size="28" value="<?=htmlspecialchars($pconfig['radns4']);?>" /><br />
384
				<?=gettext("NOTE: leave blank to use the system default DNS servers - this interface's IP if DNS forwarder is enabled, otherwise the servers configured on the General page.");?>
384
				<?=gettext("NOTE: leave blank to use the system default DNS servers - this interface's IP if DNS Forwarder or Resolver is enabled, otherwise the servers configured on the General page.");?>
385 385
			</td>
386 386
			</tr>
387 387

  

Also available in: Unified diff