<?=gettext("Choose which IP protocol this rule should match.");?><br/>
<?=gettext("Choose which IP protocol this rule should match.");?><br/>
<?=sprintf(gettext("Hint: in most cases, you should specify %sTCP%s here."),'<em>','</em>')?>
<?=gettext("Hint: in most cases, you should specify TCP here.")?>
</div>
</div>
</td>
</td>
</tr>
</tr>
...
@@ -1010,7 +1010,7 @@ include("head.inc");
...
@@ -1010,7 +1010,7 @@ include("head.inc");
</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><?=sprintf(gettext("This is usually %srandom%s and almost never equal to the destination port range (and should usually be 'any')."),'<em>','</em>')?></b>
<b><?=gettext("This is usually random and almost never equal to the destination port range (and should usually be 'any').")?></b>
</div>
</div>
</td>
</td>
</tr>
</tr>
...
@@ -1139,7 +1139,7 @@ include("head.inc");
...
@@ -1139,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/>
<?=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>')?>
<?=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>')?>