mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
fix typo
This commit is contained in:
parent
ae14317d20
commit
d47fac4a6f
@ -35128,7 +35128,7 @@ msgstr ""
|
||||
#: usr/local/www/services_igmpproxy_edit.php:213
|
||||
msgid ""
|
||||
"Defines the TTL threshold for the network interface. Packets with a "
|
||||
"lower TTL than the threshols value will be ignored. This setting is "
|
||||
"lower TTL than the threshold value will be ignored. This setting is "
|
||||
"optional, and by default the threshold is 1."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@ -35138,7 +35138,7 @@ msgstr "しきい値"
|
||||
#: usr/local/www/services_igmpproxy_edit.php:213
|
||||
msgid ""
|
||||
"Defines the TTL threshold for the network interface. Packets with a "
|
||||
"lower TTL than the threshols value will be ignored. This setting is "
|
||||
"lower TTL than the threshold value will be ignored. This setting is "
|
||||
"optional, and by default the threshold is 1."
|
||||
msgstr "「ネットワーク·インタフェースのTTLしきい値を定義します。持つパケット」 threshols値よりも低いTTLは無視されます。この設定は、 「オプションで、デフォルトでは、しきい値は1です。"
|
||||
|
||||
|
||||
@ -29655,7 +29655,7 @@ msgstr "Threshold"
|
||||
|
||||
#: usr/local/www/services_igmpproxy_edit.php:211
|
||||
#: usr/local/www/services_igmpproxy_edit.php:213
|
||||
msgid "Defines the TTL threshold for the network interface. Packets with a lower TTL than the threshols value will be ignored. This setting is optional, and by default the threshold is 1."
|
||||
msgid "Defines the TTL threshold for the network interface. Packets with a lower TTL than the threshold value will be ignored. This setting is optional, and by default the threshold is 1."
|
||||
msgstr "Define o threshold TTL para a interface de rede. Pacotes com um TTL mais baixo que os valores de thresholds serão ignorados. Essa configuração é opcional e, por padrão, o threshold é 1."
|
||||
|
||||
#: usr/local/www/services_igmpproxy_edit.php:218
|
||||
|
||||
@ -31167,7 +31167,7 @@ msgstr "Eşik"
|
||||
#: usr/local/www/services_igmpproxy_edit.php:213
|
||||
msgid ""
|
||||
"Defines the TTL threshold for the network interface. Packets with a "
|
||||
"lower TTL than the threshols value will be ignored. This setting is "
|
||||
"lower TTL than the threshold value will be ignored. This setting is "
|
||||
"optional, and by default the threshold is 1."
|
||||
msgstr ""
|
||||
"Ağ arabiriminin TTL eşiğini tanımlar. Belirtilen eşiğin altında TTLsi olan "
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
Copyright (C) 2004 Scott Ullrich
|
||||
All rights reserved.
|
||||
|
||||
originially part of m0n0wall (http://m0n0.ch/wall)
|
||||
originally part of m0n0wall (http://m0n0.ch/wall)
|
||||
Copyright (C) 2003-2004 Manuel Kasper <mk@neon1.net>.
|
||||
All rights reserved.
|
||||
|
||||
@ -214,7 +214,7 @@ include("head.inc");
|
||||
<br />
|
||||
<span class="vexpl">
|
||||
<?=gettext("Defines the TTL threshold for the network interface. Packets".
|
||||
" with a lower TTL than the threshols value will be ignored. This".
|
||||
" with a lower TTL than the threshold value will be ignored. This".
|
||||
" setting is optional, and by default the threshold is 1.");?>
|
||||
</span>
|
||||
</td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user