Project

General

Profile

« Previous | Next » 

Revision e4b9d53b

Added by Warren Baker about 14 years ago

Be consistent with upper and lowercase.

View differences:

usr/local/www/firewall_rules_edit.php
639 639
		<tr>
640 640
			<td width="22%" valign="top" class="vncell"><?=gettext("Associated filter rule");?></td>
641 641
			<td width="78%" class="vtable">
642
				<span class="red"><strong><?=gettext("NOTE: ");?></strong></span><?=gettext("This is associated to a NAT rule.");?><br />
642
				<span class="red"><strong><?=gettext("Note: ");?></strong></span><?=gettext("This is associated to a NAT rule.");?><br />
643 643
				<?=gettext("You cannot edit the interface, protocol, source, or destination of associated filter rules.");?><br />
644 644
				<br />
645 645
				<?php
......
1084 1084
				<?=gettext("State Timeout in seconds");?>
1085 1085
				</p>
1086 1086

  
1087
				<p><strong><?=gettext("NOTE: Leave fields blank to disable that feature.");?></strong></p>
1087
				<p><strong><?=gettext("Note: Leave fields blank to disable that feature.");?></strong></p>
1088 1088
			  </div>
1089 1089
			</td>
1090 1090
		</tr>
......
1142 1142
						<option value="sloppy state" <?php if($pconfig['statetype'] == "sloppy state") echo "selected"; ?>><?=gettext("sloppy state");?></option>
1143 1143
						<option value="synproxy state"<?php if($pconfig['statetype'] == "synproxy state")  echo "selected"; ?>><?=gettext("synproxy state");?></option>
1144 1144
						<option value="none"<?php if($pconfig['statetype'] == "none") echo "selected"; ?>><?=gettext("none");?></option>
1145
					</select><br><?=gettext("HINT: Select which type of state tracking mechanism you would like to use.  If in doubt, use keep state.");?>
1145
					</select><br><?=gettext("Hint: Select which type of state tracking mechanism you would like to use.  If in doubt, use keep state.");?>
1146 1146
					<p>
1147 1147
					<table width="90%">
1148 1148
						<tr><td width="25%"><ul><li><?=gettext("keep state");?></li></ul></td><td><?=gettext("Works with all IP protocols.");?></td></tr>
......
1162 1162
				</div>
1163 1163
				<div id="shownoxmlrpcadv" <?php if (empty($pconfig['nosync'])) echo "style='display:none'"; ?>>
1164 1164
					<input type="checkbox" name="nosync"<?php if($pconfig['nosync']) echo " CHECKED"; ?>><br>
1165
					<?=gettext("HINT: This prevents the rule from automatically syncing to other CARP members.");?>
1165
					<?=gettext("Hint: This prevents the rule from automatically syncing to other CARP members.");?>
1166 1166
				</div>
1167 1167
			</td>
1168 1168
		</tr>

Also available in: Unified diff