Commit 98ea43d0 authored by Fabian Franz's avatar Fabian Franz Committed by Franco Fichtner

translation

(cherry picked from commit 5f62f9a1)
parent 5114adf4
...@@ -842,7 +842,7 @@ include("head.inc"); ...@@ -842,7 +842,7 @@ include("head.inc");
</select> </select>
<div class="hidden" for="help_for_protocol"> <div class="hidden" for="help_for_protocol">
<?=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>
<div class="hidden" for="help_for_srcport"> <div class="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");
<div class="hidden" for="help_for_log"> <div class="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>') ?>
</div> </div>
</td> </td>
</tr> </tr>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment