<?=gettext("Choose which IP protocol this rule should match.");?><br/>
<?=gettext("Choose which IP protocol this rule should match.");?><br/>
<?=gettext("Hint: in most cases, you should specify ");?><em>TCP</em> <?=gettext("here.");?>
<?=sprintf(gettext("Hint: in most cases, you should specify %sTCP%s here."),'<em>','</em>')?>
</div>
</div>
</td>
</td>
</tr>
</tr>
...
@@ -1009,11 +1009,8 @@ include("head.inc");
...
@@ -1009,11 +1009,8 @@ include("head.inc");
</tbody>
</tbody>
</table>
</table>
<divclass="hidden"for="help_for_srcport">
<divclass="hidden"for="help_for_srcport">
<?=gettext("Specify the source port or port range for this rule");?>.
<?=gettext("Specify the source port or port range for this rule.");?>
<b><?=gettext("This is usually");?>
<b><?=sprintf(gettext("This is usually %srandom%s and almost never equal to the destination port range (and should usually be 'any')."),'<em>','</em>')?></b>
<em><?=gettext("random");?></em>
<?=gettext("and almost never equal to the destination port range (and should usually be 'any')");?>.
</b>
</div>
</div>
</td>
</td>
</tr>
</tr>
...
@@ -1142,7 +1139,7 @@ include("head.inc");
...
@@ -1142,7 +1139,7 @@ include("head.inc");
<divclass="hidden"for="help_for_log">
<divclass="hidden"for="help_for_log">
<strong><?=gettext("Log packets that are handled by this rule");?></strong>
<strong><?=gettext("Log packets that are handled by this rule");?></strong>
<br/>
<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 remote syslog server (see the %sDiagnostics: System logs: Settings%s page)."),'<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>')?>