<?=gettext("Choose which IP protocol this rule should match.");?><br/>
<?=gettext("Hint: in most cases, you should specify ");?><em>TCP</em> <?=gettext("here.");?>
<?=gettext("Hint: in most cases, you should specify TCP here.")?>
</div>
</td>
</tr>
...
...
@@ -1009,11 +1009,8 @@ include("head.inc");
</tbody>
</table>
<divclass="hidden"for="help_for_srcport">
<?=gettext("Specify the source port or port range for this rule");?>.
<b><?=gettext("This is usually");?>
<em><?=gettext("random");?></em>
<?=gettext("and almost never equal to the destination port range (and should usually be 'any')");?>.
</b>
<?=gettext("Specify the source port or port range for this rule.");?>
<b><?=gettext("This is usually random and almost never equal to the destination port range (and should usually be 'any').")?></b>
</div>
</td>
</tr>
...
...
@@ -1142,7 +1139,7 @@ include("head.inc");
<divclass="hidden"for="help_for_log">
<strong><?=gettext("Log packets that are handled by this rule");?></strong>
<br/>
<?=gettext("Hint: the firewall has limited local log space. Don't turn on logging for everything. If you want to do a lot of logging, consider using a remote syslog server");?> (<?=gettext("see the");?><ahref="diag_logs_settings.php"><?=gettext("Diagnostics: System logs: Settings");?></a><?=gettext("page");?>).
<?=sprintf(gettext("Hint: the firewall has limited local log space. Don't turn on logging for everything. If you want to do a lot of logging, consider using a %sremote syslog server%s."),'<a href="diag_logs_settings.php">','</a>')?>
<?=gettext("You can mark a packet matching this rule and use this mark to match on other NAT/filter rules. It is called");?><b><?=gettext("Policy filtering");?></b>
<?=sprintf(gettext("You can mark a packet matching this rule and use this mark to match on other NAT/filter rules. It is called %sPolicy filtering%s."),'<b>','</b>')?>