Project

General

Profile

« Previous | Next » 

Revision 16457bdd

Added by Renato Botelho almost 15 years ago

gettext fixes

View differences:

usr/local/www/services_dhcp.php
623 623
				<input name="deftime" type="text" class="formfld unknown" id="deftime" size="10" value="<?=htmlspecialchars($pconfig['deftime']);?>">
624 624
				<?=gettext("seconds");?><br>
625 625
				<?=gettext("This is used for clients that do not ask for a specific " .
626
				"expiration time"); ?>.<br>
627
				<?=gettext("The default is 7200 seconds");?>.
626
				"expiration time."); ?><br>
627
				<?=gettext("The default is 7200 seconds.");?>
628 628
			</td>
629 629
			</tr>
630 630
			<tr>
......
633 633
				<input name="maxtime" type="text" class="formfld unknown" id="maxtime" size="10" value="<?=htmlspecialchars($pconfig['maxtime']);?>">
634 634
				<?=gettext("seconds");?><br>
635 635
				<?=gettext("This is the maximum lease time for clients that ask".
636
				" for a specific expiration time"); ?>.<br>
637
				<?=gettext("The default is 86400 seconds");?>.
636
				" for a specific expiration time."); ?><br>
637
				<?=gettext("The default is 86400 seconds.");?>
638 638
			</td>
639 639
			</tr>
640 640
			<tr>
641
			<td width="22%" valign="top" class="vncell"><?=gettext("Failover peer IP");?>:</td>
641
			<td width="22%" valign="top" class="vncell"><?=gettext("Failover peer IP:");?></td>
642 642
			<td width="78%" class="vtable">
643 643
				<input name="failover_peerip" type="text" class="formfld host" id="failover_peerip" size="20" value="<?=htmlspecialchars($pconfig['failover_peerip']);?>"><br>
644 644
				<?=gettext("Leave blank to disable.  Enter the interface IP address of the other machine.  Machines must be using CARP.");?>
......
657 657
					<tr>
658 658
					<td>&nbsp;</td>
659 659
					<td>
660
						<span class="red"><strong><?=gettext("Note");?>:</strong></span> <?=gettext("Only the machines listed below will be able to communicate with the firewall on this NIC.");?>
660
						<span class="red"><strong><?=gettext("Note:");?></strong></span> <?=gettext("Only the machines listed below will be able to communicate with the firewall on this NIC.");?>
661 661
					</td>
662 662
					</tr>
663 663
				</table>
......
674 674
					<b><?=gettext("Enable registration of DHCP client names in DNS.");?></b><br />
675 675
					<p>
676 676
					<input name="ddnsdomain" type="text" class="formfld unknown" id="ddnsdomain" size="20" value="<?=htmlspecialchars($pconfig['ddnsdomain']);?>"><br />
677
					<?=gettext("Note: Leave blank to disable dynamic DNS registration");?>.<br />
678
					<?=gettext("Enter the dynamic DNS domain which will be used to register client names in the DNS server");?>.
677
					<?=gettext("Note: Leave blank to disable dynamic DNS registration.");?><br />
678
					<?=gettext("Enter the dynamic DNS domain which will be used to register client names in the DNS server.");?>
679 679
				</div>
680 680
			</td>
681 681
			</tr>
......
805 805
			</tr>
806 806
			<tr>
807 807
			<td width="22%" valign="top">&nbsp;</td>
808
			<td width="78%"> <p><span class="vexpl"><span class="red"><strong><?=gettext("Note");?>:<br>
808
			<td width="78%"> <p><span class="vexpl"><span class="red"><strong><?=gettext("Note:");?><br>
809 809
				</strong></span><?=gettext("The DNS servers entered in"); ?> <a href="system.php"><?=gettext("System: " .
810 810
				"General setup"); ?></a> <?=gettext("(or the"); ?> <a href="services_dnsmasq.php"><?=gettext("DNS " .
811 811
				"forwarder"); ?></a>, <?=gettext("if enabled)"); ?> </span><span class="vexpl"><?=gettext("will " .
812
				"be assigned to clients by the DHCP server"); ?>.<br>
812
				"be assigned to clients by the DHCP server."); ?><br>
813 813
				<br>
814 814
				<?=gettext("The DHCP lease table can be viewed on the"); ?> <a href="status_dhcp_leases.php"><?=gettext("Status: " .
815
				"DHCP leases"); ?></a> <?=gettext("page"); ?>.<br>
815
				"DHCP leases"); ?></a> <?=gettext("page."); ?><br>
816 816
				</span></p>
817 817
			</td>
818 818
			</tr>

Also available in: Unified diff