Project

General

Profile

« Previous | Next » 

Revision 5daef710

Added by NOYB NOYB over 9 years ago

Services / DHCP - Remove Personalizations

Remove "you" personalizations.

View differences:

src/usr/local/www/services_dhcpv6.php
326 326
		}
327 327
		if (($_POST['ddnsdomainkey'] && !$_POST['ddnsdomainkeyname']) ||
328 328
		    ($_POST['ddnsdomainkeyname'] && !$_POST['ddnsdomainkey'])) {
329
			$input_errors[] = gettext("You must specify both a valid domain key and key name.");
329
			$input_errors[] = gettext("Both a valid domain key and key name must be specified.");
330 330
		}
331 331
		if ($_POST['domainsearchlist']) {
332 332
			$domain_array=preg_split("/[ ;]+/", $_POST['domainsearchlist']);
......
388 388

  
389 389
			/* make sure that the DHCP Relay isn't enabled on this interface */
390 390
			if (isset($config['dhcrelay'][$if]['enable'])) {
391
				$input_errors[] = sprintf(gettext("You must disable the DHCP relay on the %s interface before enabling the DHCP server."), $iflist[$if]);
391
				$input_errors[] = sprintf(gettext("The DHCP relay on the %s interface must be disabled before enabling the DHCP server."), $iflist[$if]);
392 392
			}
393 393

  
394 394

  
......
527 527
}
528 528

  
529 529
if (is_subsystem_dirty('staticmaps')) {
530
	print_apply_box(gettext('The static mapping configuration has been changed.') . '<br />' . gettext('You must apply the changes in order for them to take effect.'));
530
	print_apply_box(gettext('The static mapping configuration has been changed.') . '<br />' . gettext('The changes must be applied for them to take effect.'));
531 531
}
532 532

  
533 533
/* active tabs */
......
696 696
		'63' => '63',
697 697
		'64' => '64'
698 698
		)
699
))->setHelp('You can define a Prefix range here for DHCP Prefix Delegation. This allows for assigning networks to subrouters. The start and end of the range must end on boundaries of the prefix delegation size.');
699
))->setHelp('A Prefix range can be defined here for DHCP Prefix Delegation. This allows for assigning networks to subrouters. The start and end of the range must end on boundaries of the prefix delegation size.');
700 700

  
701 701
$group = new Form_Group('DNS Servers');
702 702

  
......
718 718
	'Domain Name',
719 719
	'text',
720 720
	$pconfig['domain']
721
))->setHelp('The default is to use the domain name of this system as the default domain name provided by DHCP. You may specify an alternate domain name here. ');
721
))->setHelp('The default is to use the domain name of this system as the default domain name provided by DHCP. An alternate domain name may be specified here. ');
722 722

  
723 723
$section->addInput(new Form_Input(
724 724
	'domainsearchlist',

Also available in: Unified diff