From 175a94325017964cc6e7e803c753399362c8b85f Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Thu, 7 Dec 2023 01:29:17 +0100 Subject: [PATCH] luci-mod-network: Rework match_tag helptext for static leases Evidently, not all translators get it right. Signed-off-by: Paul Donald --- modules/luci-base/po/ar/base.po | 8 ++++---- modules/luci-base/po/bg/base.po | 8 ++++---- modules/luci-base/po/bn_BD/base.po | 8 ++++---- modules/luci-base/po/ca/base.po | 8 ++++---- modules/luci-base/po/cs/base.po | 8 ++++---- modules/luci-base/po/da/base.po | 16 ++++++++-------- modules/luci-base/po/de/base.po | 8 ++++---- modules/luci-base/po/el/base.po | 8 ++++---- modules/luci-base/po/en/base.po | 8 ++++---- modules/luci-base/po/es/base.po | 16 ++++++++-------- modules/luci-base/po/fi/base.po | 8 ++++---- modules/luci-base/po/fr/base.po | 8 ++++---- modules/luci-base/po/he/base.po | 8 ++++---- modules/luci-base/po/hi/base.po | 8 ++++---- modules/luci-base/po/hu/base.po | 8 ++++---- modules/luci-base/po/it/base.po | 16 ++++++++-------- modules/luci-base/po/ja/base.po | 8 ++++---- modules/luci-base/po/ko/base.po | 8 ++++---- modules/luci-base/po/lt/base.po | 8 ++++---- modules/luci-base/po/mr/base.po | 8 ++++---- modules/luci-base/po/ms/base.po | 8 ++++---- modules/luci-base/po/nb_NO/base.po | 8 ++++---- modules/luci-base/po/nl/base.po | 8 ++++---- modules/luci-base/po/pl/base.po | 16 ++++++++-------- modules/luci-base/po/pt/base.po | 8 ++++---- modules/luci-base/po/pt_BR/base.po | 8 ++++---- modules/luci-base/po/ro/base.po | 8 ++++---- modules/luci-base/po/ru/base.po | 18 +++++++++--------- modules/luci-base/po/sk/base.po | 8 ++++---- modules/luci-base/po/sv/base.po | 8 ++++---- modules/luci-base/po/tr/base.po | 16 ++++++++-------- modules/luci-base/po/uk/base.po | 8 ++++---- modules/luci-base/po/ur/base.po | 8 ++++---- modules/luci-base/po/vi/base.po | 8 ++++---- modules/luci-base/po/zh_Hans/base.po | 16 ++++++++-------- modules/luci-base/po/zh_Hant/base.po | 8 ++++---- .../luci-static/resources/view/network/dhcp.js | 7 ++++--- 37 files changed, 177 insertions(+), 176 deletions(-) diff --git a/modules/luci-base/po/ar/base.po b/modules/luci-base/po/ar/base.po index ce1440f667..2f1a7c9666 100644 --- a/modules/luci-base/po/ar/base.po +++ b/modules/luci-base/po/ar/base.po @@ -4353,7 +4353,7 @@ msgstr "هوية" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:940 msgid "" "If a host matches an entry which cannot be used because it specifies an " -"address on a different subnet, the tag known-othernet is set." +"address on a different subnet, the tag %s is set." msgstr "" #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:96 @@ -4450,7 +4450,7 @@ msgid "Ignore interface" msgstr "تجاهل الواجهة" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:939 -msgid "Ignore requests from unknown machines using !known." +msgid "Ignore requests from unknown machines using %s." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:444 @@ -10638,8 +10638,8 @@ msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:938 msgid "" -"When a host matches an entry then the special tag known is set. Use " -"known to match all known hosts." +"When a host matches an entry then the special tag %s is set. Use " +"%s to match all known hosts." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1092 diff --git a/modules/luci-base/po/bg/base.po b/modules/luci-base/po/bg/base.po index dbf4fbe047..9feffe2e25 100644 --- a/modules/luci-base/po/bg/base.po +++ b/modules/luci-base/po/bg/base.po @@ -4317,7 +4317,7 @@ msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:940 msgid "" "If a host matches an entry which cannot be used because it specifies an " -"address on a different subnet, the tag known-othernet is set." +"address on a different subnet, the tag %s is set." msgstr "" #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:96 @@ -4404,7 +4404,7 @@ msgid "Ignore interface" msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:939 -msgid "Ignore requests from unknown machines using !known." +msgid "Ignore requests from unknown machines using %s." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:444 @@ -10430,8 +10430,8 @@ msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:938 msgid "" -"When a host matches an entry then the special tag known is set. Use " -"known to match all known hosts." +"When a host matches an entry then the special tag %s is set. Use " +"%s to match all known hosts." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1092 diff --git a/modules/luci-base/po/bn_BD/base.po b/modules/luci-base/po/bn_BD/base.po index 02026274b1..d4a754c9d2 100644 --- a/modules/luci-base/po/bn_BD/base.po +++ b/modules/luci-base/po/bn_BD/base.po @@ -4261,7 +4261,7 @@ msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:940 msgid "" "If a host matches an entry which cannot be used because it specifies an " -"address on a different subnet, the tag known-othernet is set." +"address on a different subnet, the tag %s is set." msgstr "" #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:96 @@ -4348,7 +4348,7 @@ msgid "Ignore interface" msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:939 -msgid "Ignore requests from unknown machines using !known." +msgid "Ignore requests from unknown machines using %s." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:444 @@ -10359,8 +10359,8 @@ msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:938 msgid "" -"When a host matches an entry then the special tag known is set. Use " -"known to match all known hosts." +"When a host matches an entry then the special tag %s is set. Use " +"%s to match all known hosts." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1092 diff --git a/modules/luci-base/po/ca/base.po b/modules/luci-base/po/ca/base.po index d2ed6af3e6..8320b707b2 100644 --- a/modules/luci-base/po/ca/base.po +++ b/modules/luci-base/po/ca/base.po @@ -4370,7 +4370,7 @@ msgstr "Identitat" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:940 msgid "" "If a host matches an entry which cannot be used because it specifies an " -"address on a different subnet, the tag known-othernet is set." +"address on a different subnet, the tag %s is set." msgstr "" #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:96 @@ -4463,7 +4463,7 @@ msgid "Ignore interface" msgstr "Ignora la interfície" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:939 -msgid "Ignore requests from unknown machines using !known." +msgid "Ignore requests from unknown machines using %s." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:444 @@ -10525,8 +10525,8 @@ msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:938 msgid "" -"When a host matches an entry then the special tag known is set. Use " -"known to match all known hosts." +"When a host matches an entry then the special tag %s is set. Use " +"%s to match all known hosts." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1092 diff --git a/modules/luci-base/po/cs/base.po b/modules/luci-base/po/cs/base.po index 56b47a7d74..0c7d0675b1 100644 --- a/modules/luci-base/po/cs/base.po +++ b/modules/luci-base/po/cs/base.po @@ -4392,7 +4392,7 @@ msgstr "Identita" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:940 msgid "" "If a host matches an entry which cannot be used because it specifies an " -"address on a different subnet, the tag known-othernet is set." +"address on a different subnet, the tag %s is set." msgstr "" #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:96 @@ -4485,7 +4485,7 @@ msgid "Ignore interface" msgstr "Ignorovat rozhraní" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:939 -msgid "Ignore requests from unknown machines using !known." +msgid "Ignore requests from unknown machines using %s." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:444 @@ -10681,8 +10681,8 @@ msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:938 msgid "" -"When a host matches an entry then the special tag known is set. Use " -"known to match all known hosts." +"When a host matches an entry then the special tag %s is set. Use " +"%s to match all known hosts." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1092 diff --git a/modules/luci-base/po/da/base.po b/modules/luci-base/po/da/base.po index caa88712ee..f4f6a2afef 100644 --- a/modules/luci-base/po/da/base.po +++ b/modules/luci-base/po/da/base.po @@ -4473,10 +4473,10 @@ msgstr "Identitet" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:940 msgid "" "If a host matches an entry which cannot be used because it specifies an " -"address on a different subnet, the tag known-othernet is set." +"address on a different subnet, the tag %s is set." msgstr "" "Hvis en vært matcher en post, der ikke kan bruges, fordi den angiver en " -"adresse på en anden undernet, er mærket kendt-andnet indstillet." +"adresse på en anden undernet, er mærket %s indstillet." #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:96 msgid "If checked, 1DES is enabled" @@ -4579,9 +4579,9 @@ msgid "Ignore interface" msgstr "Ignorer interface" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:939 -msgid "Ignore requests from unknown machines using !known." +msgid "Ignore requests from unknown machines using %s." msgstr "" -"Ignorer anmodninger fra ukendte maskiner ved hjælp af ! Kendte." +"Ignorer anmodninger fra ukendte maskiner ved hjælp af %s." #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:444 msgid "Ignore resolv file" @@ -11025,11 +11025,11 @@ msgstr "Vægt" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:938 msgid "" -"When a host matches an entry then the special tag known is set. Use " -"known to match all known hosts." +"When a host matches an entry then the special tag %s is set. Use " +"%s to match all known hosts." msgstr "" -"Når en vært matcher en post, er det specielle tag kendt " -"indstillet. Brug kendt til at matche alle kendte værter." +"Når en vært matcher en post, er det specielle tag %s " +"indstillet. Brug %s til at matche alle kendte værter." #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1092 msgid "" diff --git a/modules/luci-base/po/de/base.po b/modules/luci-base/po/de/base.po index 8ff31f7bf8..4bea55b6c4 100644 --- a/modules/luci-base/po/de/base.po +++ b/modules/luci-base/po/de/base.po @@ -4513,7 +4513,7 @@ msgstr "Identität" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:940 msgid "" "If a host matches an entry which cannot be used because it specifies an " -"address on a different subnet, the tag known-othernet is set." +"address on a different subnet, the tag %s is set." msgstr "" #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:96 @@ -4617,7 +4617,7 @@ msgid "Ignore interface" msgstr "Schnittstelle ignorieren" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:939 -msgid "Ignore requests from unknown machines using !known." +msgid "Ignore requests from unknown machines using %s." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:444 @@ -11147,8 +11147,8 @@ msgstr "Gewichtung" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:938 msgid "" -"When a host matches an entry then the special tag known is set. Use " -"known to match all known hosts." +"When a host matches an entry then the special tag %s is set. Use " +"%s to match all known hosts." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1092 diff --git a/modules/luci-base/po/el/base.po b/modules/luci-base/po/el/base.po index f2c9b6c815..74e571e0ea 100644 --- a/modules/luci-base/po/el/base.po +++ b/modules/luci-base/po/el/base.po @@ -4351,7 +4351,7 @@ msgstr "Ταυτότητα" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:940 msgid "" "If a host matches an entry which cannot be used because it specifies an " -"address on a different subnet, the tag known-othernet is set." +"address on a different subnet, the tag %s is set." msgstr "" #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:96 @@ -4448,7 +4448,7 @@ msgid "Ignore interface" msgstr "Αγνόησε διεπαφή" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:939 -msgid "Ignore requests from unknown machines using !known." +msgid "Ignore requests from unknown machines using %s." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:444 @@ -10497,8 +10497,8 @@ msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:938 msgid "" -"When a host matches an entry then the special tag known is set. Use " -"known to match all known hosts." +"When a host matches an entry then the special tag %s is set. Use " +"%s to match all known hosts." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1092 diff --git a/modules/luci-base/po/en/base.po b/modules/luci-base/po/en/base.po index 7c411a7771..13d7ce62e8 100644 --- a/modules/luci-base/po/en/base.po +++ b/modules/luci-base/po/en/base.po @@ -4266,7 +4266,7 @@ msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:940 msgid "" "If a host matches an entry which cannot be used because it specifies an " -"address on a different subnet, the tag known-othernet is set." +"address on a different subnet, the tag %s is set." msgstr "" #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:96 @@ -4353,7 +4353,7 @@ msgid "Ignore interface" msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:939 -msgid "Ignore requests from unknown machines using !known." +msgid "Ignore requests from unknown machines using %s." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:444 @@ -10363,8 +10363,8 @@ msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:938 msgid "" -"When a host matches an entry then the special tag known is set. Use " -"known to match all known hosts." +"When a host matches an entry then the special tag %s is set. Use " +"%s to match all known hosts." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1092 diff --git a/modules/luci-base/po/es/base.po b/modules/luci-base/po/es/base.po index f294d30b7b..dc347042a7 100644 --- a/modules/luci-base/po/es/base.po +++ b/modules/luci-base/po/es/base.po @@ -4558,11 +4558,11 @@ msgstr "Identidad" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:940 msgid "" "If a host matches an entry which cannot be used because it specifies an " -"address on a different subnet, the tag known-othernet is set." +"address on a different subnet, the tag %s is set." msgstr "" "Si un host coincide con una entrada que no se puede usar porque especifica " -"una dirección en una subred diferente, se establece la etiqueta known-" -"othernet." +"una dirección en una subred diferente, se establece la etiqueta %s" +"." #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:96 msgid "If checked, 1DES is enabled" @@ -4666,9 +4666,9 @@ msgid "Ignore interface" msgstr "Desactivar DHCP" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:939 -msgid "Ignore requests from unknown machines using !known." +msgid "Ignore requests from unknown machines using %s." msgstr "" -"Ignora las solicitudes de máquinas desconocidas usando !known." +"Ignora las solicitudes de máquinas desconocidas usando %s." #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:444 msgid "Ignore resolv file" @@ -11231,11 +11231,11 @@ msgstr "Peso" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:938 msgid "" -"When a host matches an entry then the special tag known is set. Use " -"known to match all known hosts." +"When a host matches an entry then the special tag %s is set. Use " +"%s to match all known hosts." msgstr "" "Cuando un host coincide con una entrada, se establece la etiqueta especial " -"conocido. Utilice conocido para hacer coincidir todos los " +"%s. Utilice %s para hacer coincidir todos los " "hosts conocidos." #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1092 diff --git a/modules/luci-base/po/fi/base.po b/modules/luci-base/po/fi/base.po index 2d16e325d8..5ed4ea044c 100644 --- a/modules/luci-base/po/fi/base.po +++ b/modules/luci-base/po/fi/base.po @@ -4371,7 +4371,7 @@ msgstr "Identiteetti" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:940 msgid "" "If a host matches an entry which cannot be used because it specifies an " -"address on a different subnet, the tag known-othernet is set." +"address on a different subnet, the tag %s is set." msgstr "" #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:96 @@ -4464,7 +4464,7 @@ msgid "Ignore interface" msgstr "Älä huomioi sovitinta" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:939 -msgid "Ignore requests from unknown machines using !known." +msgid "Ignore requests from unknown machines using %s." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:444 @@ -10710,8 +10710,8 @@ msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:938 msgid "" -"When a host matches an entry then the special tag known is set. Use " -"known to match all known hosts." +"When a host matches an entry then the special tag %s is set. Use " +"%s to match all known hosts." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1092 diff --git a/modules/luci-base/po/fr/base.po b/modules/luci-base/po/fr/base.po index 17ab1f70e5..eacd975395 100644 --- a/modules/luci-base/po/fr/base.po +++ b/modules/luci-base/po/fr/base.po @@ -4516,7 +4516,7 @@ msgstr "Identité" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:940 msgid "" "If a host matches an entry which cannot be used because it specifies an " -"address on a different subnet, the tag known-othernet is set." +"address on a different subnet, the tag %s is set." msgstr "" #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:96 @@ -4619,7 +4619,7 @@ msgid "Ignore interface" msgstr "Ignorer l'interface" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:939 -msgid "Ignore requests from unknown machines using !known." +msgid "Ignore requests from unknown machines using %s." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:444 @@ -11115,8 +11115,8 @@ msgstr "Weight" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:938 msgid "" -"When a host matches an entry then the special tag known is set. Use " -"known to match all known hosts." +"When a host matches an entry then the special tag %s is set. Use " +"%s to match all known hosts." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1092 diff --git a/modules/luci-base/po/he/base.po b/modules/luci-base/po/he/base.po index 6ea9261e48..9ed090ea69 100644 --- a/modules/luci-base/po/he/base.po +++ b/modules/luci-base/po/he/base.po @@ -4283,7 +4283,7 @@ msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:940 msgid "" "If a host matches an entry which cannot be used because it specifies an " -"address on a different subnet, the tag known-othernet is set." +"address on a different subnet, the tag %s is set." msgstr "" #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:96 @@ -4370,7 +4370,7 @@ msgid "Ignore interface" msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:939 -msgid "Ignore requests from unknown machines using !known." +msgid "Ignore requests from unknown machines using %s." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:444 @@ -10386,8 +10386,8 @@ msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:938 msgid "" -"When a host matches an entry then the special tag known is set. Use " -"known to match all known hosts." +"When a host matches an entry then the special tag %s is set. Use " +"%s to match all known hosts." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1092 diff --git a/modules/luci-base/po/hi/base.po b/modules/luci-base/po/hi/base.po index a224f49bfe..c29a208201 100644 --- a/modules/luci-base/po/hi/base.po +++ b/modules/luci-base/po/hi/base.po @@ -4263,7 +4263,7 @@ msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:940 msgid "" "If a host matches an entry which cannot be used because it specifies an " -"address on a different subnet, the tag known-othernet is set." +"address on a different subnet, the tag %s is set." msgstr "" #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:96 @@ -4350,7 +4350,7 @@ msgid "Ignore interface" msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:939 -msgid "Ignore requests from unknown machines using !known." +msgid "Ignore requests from unknown machines using %s." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:444 @@ -10356,8 +10356,8 @@ msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:938 msgid "" -"When a host matches an entry then the special tag known is set. Use " -"known to match all known hosts." +"When a host matches an entry then the special tag %s is set. Use " +"%s to match all known hosts." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1092 diff --git a/modules/luci-base/po/hu/base.po b/modules/luci-base/po/hu/base.po index c90f2f71df..0ffa13e457 100644 --- a/modules/luci-base/po/hu/base.po +++ b/modules/luci-base/po/hu/base.po @@ -4375,7 +4375,7 @@ msgstr "Személyazonosság" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:940 msgid "" "If a host matches an entry which cannot be used because it specifies an " -"address on a different subnet, the tag known-othernet is set." +"address on a different subnet, the tag %s is set." msgstr "" #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:96 @@ -4474,7 +4474,7 @@ msgid "Ignore interface" msgstr "Csatoló mellőzése" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:939 -msgid "Ignore requests from unknown machines using !known." +msgid "Ignore requests from unknown machines using %s." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:444 @@ -10699,8 +10699,8 @@ msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:938 msgid "" -"When a host matches an entry then the special tag known is set. Use " -"known to match all known hosts." +"When a host matches an entry then the special tag %s is set. Use " +"%s to match all known hosts." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1092 diff --git a/modules/luci-base/po/it/base.po b/modules/luci-base/po/it/base.po index 762f6aa9cf..73c1645f19 100644 --- a/modules/luci-base/po/it/base.po +++ b/modules/luci-base/po/it/base.po @@ -4509,11 +4509,11 @@ msgstr "Identità" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:940 msgid "" "If a host matches an entry which cannot be used because it specifies an " -"address on a different subnet, the tag known-othernet is set." +"address on a different subnet, the tag %s is set." msgstr "" "Se un host corrisponde a una voce che non può essere usata perché specifica " -"un indirizzo su una sottorete diversa, viene impostata l'etichetta known-" -"othernet." +"un indirizzo su una sottorete diversa, viene impostata l'etichetta %s" +"." #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:96 msgid "If checked, 1DES is enabled" @@ -4616,8 +4616,8 @@ msgid "Ignore interface" msgstr "Ignora interfaccia" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:939 -msgid "Ignore requests from unknown machines using !known." -msgstr "Ignora richieste da macchine sconosciute usando !known." +msgid "Ignore requests from unknown machines using %s." +msgstr "Ignora richieste da macchine sconosciute usando %s." #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:444 msgid "Ignore resolv file" @@ -11116,11 +11116,11 @@ msgstr "Peso" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:938 msgid "" -"When a host matches an entry then the special tag known is set. Use " -"known to match all known hosts." +"When a host matches an entry then the special tag %s is set. Use " +"%s to match all known hosts." msgstr "" "Quando un host corrisponde a una voce, viene impostata l'etichetta speciale " -"known. Usa known per abbinare tutti gli host conosciuti." +"%s. Usa %s per abbinare tutti gli host conosciuti." #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1092 msgid "" diff --git a/modules/luci-base/po/ja/base.po b/modules/luci-base/po/ja/base.po index 68ab280992..ea75978405 100644 --- a/modules/luci-base/po/ja/base.po +++ b/modules/luci-base/po/ja/base.po @@ -4396,7 +4396,7 @@ msgstr "識別子" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:940 msgid "" "If a host matches an entry which cannot be used because it specifies an " -"address on a different subnet, the tag known-othernet is set." +"address on a different subnet, the tag %s is set." msgstr "" #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:96 @@ -4488,7 +4488,7 @@ msgid "Ignore interface" msgstr "インターフェースを無視" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:939 -msgid "Ignore requests from unknown machines using !known." +msgid "Ignore requests from unknown machines using %s." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:444 @@ -10746,8 +10746,8 @@ msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:938 msgid "" -"When a host matches an entry then the special tag known is set. Use " -"known to match all known hosts." +"When a host matches an entry then the special tag %s is set. Use " +"%s to match all known hosts." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1092 diff --git a/modules/luci-base/po/ko/base.po b/modules/luci-base/po/ko/base.po index 1fc1fb19c7..0b10546299 100644 --- a/modules/luci-base/po/ko/base.po +++ b/modules/luci-base/po/ko/base.po @@ -4340,7 +4340,7 @@ msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:940 msgid "" "If a host matches an entry which cannot be used because it specifies an " -"address on a different subnet, the tag known-othernet is set." +"address on a different subnet, the tag %s is set." msgstr "" #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:96 @@ -4427,7 +4427,7 @@ msgid "Ignore interface" msgstr "인터페이스 무시" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:939 -msgid "Ignore requests from unknown machines using !known." +msgid "Ignore requests from unknown machines using %s." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:444 @@ -10520,8 +10520,8 @@ msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:938 msgid "" -"When a host matches an entry then the special tag known is set. Use " -"known to match all known hosts." +"When a host matches an entry then the special tag %s is set. Use " +"%s to match all known hosts." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1092 diff --git a/modules/luci-base/po/lt/base.po b/modules/luci-base/po/lt/base.po index e06054bd0a..f16a9380b8 100644 --- a/modules/luci-base/po/lt/base.po +++ b/modules/luci-base/po/lt/base.po @@ -4328,7 +4328,7 @@ msgstr "Tapatybė" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:940 msgid "" "If a host matches an entry which cannot be used because it specifies an " -"address on a different subnet, the tag known-othernet is set." +"address on a different subnet, the tag %s is set." msgstr "" "Jei skleidėjas/p.k – vedėjas sutampa su įvedimu, kuris negali būti " "naudojamas, nes jis nurodo tam tikrą adresą, kuris randasi skirtingame " @@ -4418,7 +4418,7 @@ msgid "Ignore interface" msgstr "Ignoruoti sąsaja ir/arba sietuvą" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:939 -msgid "Ignore requests from unknown machines using !known." +msgid "Ignore requests from unknown machines using %s." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:444 @@ -10506,8 +10506,8 @@ msgstr "Svoris" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:938 msgid "" -"When a host matches an entry then the special tag known is set. Use " -"known to match all known hosts." +"When a host matches an entry then the special tag %s is set. Use " +"%s to match all known hosts." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1092 diff --git a/modules/luci-base/po/mr/base.po b/modules/luci-base/po/mr/base.po index ca8e3ccd45..37e0b195e6 100644 --- a/modules/luci-base/po/mr/base.po +++ b/modules/luci-base/po/mr/base.po @@ -4261,7 +4261,7 @@ msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:940 msgid "" "If a host matches an entry which cannot be used because it specifies an " -"address on a different subnet, the tag known-othernet is set." +"address on a different subnet, the tag %s is set." msgstr "" #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:96 @@ -4348,7 +4348,7 @@ msgid "Ignore interface" msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:939 -msgid "Ignore requests from unknown machines using !known." +msgid "Ignore requests from unknown machines using %s." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:444 @@ -10355,8 +10355,8 @@ msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:938 msgid "" -"When a host matches an entry then the special tag known is set. Use " -"known to match all known hosts." +"When a host matches an entry then the special tag %s is set. Use " +"%s to match all known hosts." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1092 diff --git a/modules/luci-base/po/ms/base.po b/modules/luci-base/po/ms/base.po index e75fa9b283..2c7dd9bfde 100644 --- a/modules/luci-base/po/ms/base.po +++ b/modules/luci-base/po/ms/base.po @@ -4274,7 +4274,7 @@ msgstr "Identiti" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:940 msgid "" "If a host matches an entry which cannot be used because it specifies an " -"address on a different subnet, the tag known-othernet is set." +"address on a different subnet, the tag %s is set." msgstr "" #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:96 @@ -4366,7 +4366,7 @@ msgid "Ignore interface" msgstr "Abaikan antara muka" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:939 -msgid "Ignore requests from unknown machines using !known." +msgid "Ignore requests from unknown machines using %s." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:444 @@ -10400,8 +10400,8 @@ msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:938 msgid "" -"When a host matches an entry then the special tag known is set. Use " -"known to match all known hosts." +"When a host matches an entry then the special tag %s is set. Use " +"%s to match all known hosts." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1092 diff --git a/modules/luci-base/po/nb_NO/base.po b/modules/luci-base/po/nb_NO/base.po index aa3cc85d41..6c5b763def 100644 --- a/modules/luci-base/po/nb_NO/base.po +++ b/modules/luci-base/po/nb_NO/base.po @@ -4329,7 +4329,7 @@ msgstr "Identitet" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:940 msgid "" "If a host matches an entry which cannot be used because it specifies an " -"address on a different subnet, the tag known-othernet is set." +"address on a different subnet, the tag %s is set." msgstr "" #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:96 @@ -4420,7 +4420,7 @@ msgid "Ignore interface" msgstr "Ignorer grensesnitt" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:939 -msgid "Ignore requests from unknown machines using !known." +msgid "Ignore requests from unknown machines using %s." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:444 @@ -10510,8 +10510,8 @@ msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:938 msgid "" -"When a host matches an entry then the special tag known is set. Use " -"known to match all known hosts." +"When a host matches an entry then the special tag %s is set. Use " +"%s to match all known hosts." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1092 diff --git a/modules/luci-base/po/nl/base.po b/modules/luci-base/po/nl/base.po index fdf8ffe99c..246be97d92 100644 --- a/modules/luci-base/po/nl/base.po +++ b/modules/luci-base/po/nl/base.po @@ -4478,7 +4478,7 @@ msgstr "Identiteit" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:940 msgid "" "If a host matches an entry which cannot be used because it specifies an " -"address on a different subnet, the tag known-othernet is set." +"address on a different subnet, the tag %s is set." msgstr "" #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:96 @@ -4583,7 +4583,7 @@ msgid "Ignore interface" msgstr "Negeer interface" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:939 -msgid "Ignore requests from unknown machines using !known." +msgid "Ignore requests from unknown machines using %s." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:444 @@ -11062,8 +11062,8 @@ msgstr "Gewicht" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:938 msgid "" -"When a host matches an entry then the special tag known is set. Use " -"known to match all known hosts." +"When a host matches an entry then the special tag %s is set. Use " +"%s to match all known hosts." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1092 diff --git a/modules/luci-base/po/pl/base.po b/modules/luci-base/po/pl/base.po index e23bd8ab73..691b0cd83b 100644 --- a/modules/luci-base/po/pl/base.po +++ b/modules/luci-base/po/pl/base.po @@ -4519,10 +4519,10 @@ msgstr "Tożsamość" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:940 msgid "" "If a host matches an entry which cannot be used because it specifies an " -"address on a different subnet, the tag known-othernet is set." +"address on a different subnet, the tag %s is set." msgstr "" "Jeśli host pasuje do wpisu, którego nie można użyć, ponieważ określa adres w " -"innej podsieci, ustawiany jest tag known-othernet." +"innej podsieci, ustawiany jest tag %s." #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:96 msgid "If checked, 1DES is enabled" @@ -4627,8 +4627,8 @@ msgid "Ignore interface" msgstr "Ignoruj interfejs" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:939 -msgid "Ignore requests from unknown machines using !known." -msgstr "Ignoruj żądania z nieznanych maszyn za pomocą tagu !known." +msgid "Ignore requests from unknown machines using %s." +msgstr "Ignoruj żądania z nieznanych maszyn za pomocą tagu %s." #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:444 msgid "Ignore resolv file" @@ -11115,11 +11115,11 @@ msgstr "Ważność" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:938 msgid "" -"When a host matches an entry then the special tag known is set. Use " -"known to match all known hosts." +"When a host matches an entry then the special tag %s is set. Use " +"%s to match all known hosts." msgstr "" -"Gdy host pasuje do wpisu, ustawiany jest specjalny tag known. Użyj " -"tagu known, aby dopasować wszystkie znane hosty." +"Gdy host pasuje do wpisu, ustawiany jest specjalny tag %s. Użyj " +"tagu %s, aby dopasować wszystkie znane hosty." #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1092 msgid "" diff --git a/modules/luci-base/po/pt/base.po b/modules/luci-base/po/pt/base.po index 8c4fdb298f..020f98d83e 100644 --- a/modules/luci-base/po/pt/base.po +++ b/modules/luci-base/po/pt/base.po @@ -4502,7 +4502,7 @@ msgstr "Identidade" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:940 msgid "" "If a host matches an entry which cannot be used because it specifies an " -"address on a different subnet, the tag known-othernet is set." +"address on a different subnet, the tag %s is set." msgstr "" #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:96 @@ -4604,7 +4604,7 @@ msgid "Ignore interface" msgstr "Ignorar interface" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:939 -msgid "Ignore requests from unknown machines using !known." +msgid "Ignore requests from unknown machines using %s." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:444 @@ -11082,8 +11082,8 @@ msgstr "Peso" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:938 msgid "" -"When a host matches an entry then the special tag known is set. Use " -"known to match all known hosts." +"When a host matches an entry then the special tag %s is set. Use " +"%s to match all known hosts." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1092 diff --git a/modules/luci-base/po/pt_BR/base.po b/modules/luci-base/po/pt_BR/base.po index 0f011d6ef9..01937c4477 100644 --- a/modules/luci-base/po/pt_BR/base.po +++ b/modules/luci-base/po/pt_BR/base.po @@ -4511,7 +4511,7 @@ msgstr "Identidade" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:940 msgid "" "If a host matches an entry which cannot be used because it specifies an " -"address on a different subnet, the tag known-othernet is set." +"address on a different subnet, the tag %s is set." msgstr "" #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:96 @@ -4615,7 +4615,7 @@ msgid "Ignore interface" msgstr "Ignorar interface" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:939 -msgid "Ignore requests from unknown machines using !known." +msgid "Ignore requests from unknown machines using %s." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:444 @@ -11092,8 +11092,8 @@ msgstr "Peso" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:938 msgid "" -"When a host matches an entry then the special tag known is set. Use " -"known to match all known hosts." +"When a host matches an entry then the special tag %s is set. Use " +"%s to match all known hosts." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1092 diff --git a/modules/luci-base/po/ro/base.po b/modules/luci-base/po/ro/base.po index 3619ed5292..5ea5bc4cf6 100644 --- a/modules/luci-base/po/ro/base.po +++ b/modules/luci-base/po/ro/base.po @@ -4497,7 +4497,7 @@ msgstr "Identitate" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:940 msgid "" "If a host matches an entry which cannot be used because it specifies an " -"address on a different subnet, the tag known-othernet is set." +"address on a different subnet, the tag %s is set." msgstr "" #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:96 @@ -4599,7 +4599,7 @@ msgid "Ignore interface" msgstr "Ignorați interfața" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:939 -msgid "Ignore requests from unknown machines using !known." +msgid "Ignore requests from unknown machines using %s." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:444 @@ -11093,8 +11093,8 @@ msgstr "Greutate" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:938 msgid "" -"When a host matches an entry then the special tag known is set. Use " -"known to match all known hosts." +"When a host matches an entry then the special tag %s is set. Use " +"%s to match all known hosts." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1092 diff --git a/modules/luci-base/po/ru/base.po b/modules/luci-base/po/ru/base.po index 3cf1b95b54..d9b4d5c345 100644 --- a/modules/luci-base/po/ru/base.po +++ b/modules/luci-base/po/ru/base.po @@ -4531,11 +4531,11 @@ msgstr "Идентификация EAP" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:940 msgid "" "If a host matches an entry which cannot be used because it specifies an " -"address on a different subnet, the tag known-othernet is set." +"address on a different subnet, the tag %s is set." msgstr "" "Если хост встречает запись, которую нельзя использовать, поскольку она " -"указывает адрес в другой подсети, то устанавливается метка known-" -"othernet." +"указывает адрес в другой подсети, то устанавливается метка %s" +"." #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:96 msgid "If checked, 1DES is enabled" @@ -4640,8 +4640,8 @@ msgid "Ignore interface" msgstr "Игнорировать интерфейс" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:939 -msgid "Ignore requests from unknown machines using !known." -msgstr "Игнорировать запросы от неизвестных машин с помощью !known." +msgid "Ignore requests from unknown machines using %s." +msgstr "Игнорировать запросы от неизвестных машин с помощью %s." #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:444 msgid "Ignore resolv file" @@ -11135,11 +11135,11 @@ msgstr "Вес" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:938 msgid "" -"When a host matches an entry then the special tag known is set. Use " -"known to match all known hosts." +"When a host matches an entry then the special tag %s is set. Use " +"%s to match all known hosts." msgstr "" -"Если хост совпадает с записью, то устанавливается специальный тег known. Используйте known для соответствия всем известным хостам." +"Если хост совпадает с записью, то устанавливается специальный тег %s. " +"Используйте %s для соответствия всем известным хостам." #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1092 msgid "" diff --git a/modules/luci-base/po/sk/base.po b/modules/luci-base/po/sk/base.po index 33746e0bda..06f8c39b51 100644 --- a/modules/luci-base/po/sk/base.po +++ b/modules/luci-base/po/sk/base.po @@ -4407,7 +4407,7 @@ msgstr "Identita" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:940 msgid "" "If a host matches an entry which cannot be used because it specifies an " -"address on a different subnet, the tag known-othernet is set." +"address on a different subnet, the tag %s is set." msgstr "" #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:96 @@ -4504,7 +4504,7 @@ msgid "Ignore interface" msgstr "Ignorovať rozhranie" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:939 -msgid "Ignore requests from unknown machines using !known." +msgid "Ignore requests from unknown machines using %s." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:444 @@ -10659,8 +10659,8 @@ msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:938 msgid "" -"When a host matches an entry then the special tag known is set. Use " -"known to match all known hosts." +"When a host matches an entry then the special tag %s is set. Use " +"%s to match all known hosts." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1092 diff --git a/modules/luci-base/po/sv/base.po b/modules/luci-base/po/sv/base.po index f1836739b2..bf1b639bbc 100644 --- a/modules/luci-base/po/sv/base.po +++ b/modules/luci-base/po/sv/base.po @@ -4295,7 +4295,7 @@ msgstr "Identitet" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:940 msgid "" "If a host matches an entry which cannot be used because it specifies an " -"address on a different subnet, the tag known-othernet is set." +"address on a different subnet, the tag %s is set." msgstr "" #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:96 @@ -4382,7 +4382,7 @@ msgid "Ignore interface" msgstr "Ignorera gränssnitt" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:939 -msgid "Ignore requests from unknown machines using !known." +msgid "Ignore requests from unknown machines using %s." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:444 @@ -10403,8 +10403,8 @@ msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:938 msgid "" -"When a host matches an entry then the special tag known is set. Use " -"known to match all known hosts." +"When a host matches an entry then the special tag %s is set. Use " +"%s to match all known hosts." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1092 diff --git a/modules/luci-base/po/tr/base.po b/modules/luci-base/po/tr/base.po index 88904bebc1..5d1644e0cd 100644 --- a/modules/luci-base/po/tr/base.po +++ b/modules/luci-base/po/tr/base.po @@ -4481,10 +4481,10 @@ msgstr "Kimlik" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:940 msgid "" "If a host matches an entry which cannot be used because it specifies an " -"address on a different subnet, the tag known-othernet is set." +"address on a different subnet, the tag %s is set." msgstr "" "Bir ana bilgisayar, farklı bir alt ağdaki adresi belirttiği için " -"kullanılamayan bir girişle eşleşirse known-othernet etiketi " +"kullanılamayan bir girişle eşleşirse %s etiketi " "ayarlanır." #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:96 @@ -4586,9 +4586,9 @@ msgid "Ignore interface" msgstr "Arayüzü yoksay" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:939 -msgid "Ignore requests from unknown machines using !known." +msgid "Ignore requests from unknown machines using %s." msgstr "" -"!known kullanarak bilinmeyen makinelerden gelen istekleri göz ardı " +"%s kullanarak bilinmeyen makinelerden gelen istekleri göz ardı " "et." #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:444 @@ -11035,11 +11035,11 @@ msgstr "Ağırlık" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:938 msgid "" -"When a host matches an entry then the special tag known is set. Use " -"known to match all known hosts." +"When a host matches an entry then the special tag %s is set. Use " +"%s to match all known hosts." msgstr "" -"Bir ana bilgisayar bir girişle eşleştiğinde bilinen özel etiketi " -"ayarlanır. Bilinen tüm ana bilgisayarları eşleştirmek için bilinen " +"Bir ana bilgisayar bir girişle eşleştiğinde %s özel etiketi " +"ayarlanır. Bilinen tüm ana bilgisayarları eşleştirmek için %s " "seçeneğini kullanın." #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1092 diff --git a/modules/luci-base/po/uk/base.po b/modules/luci-base/po/uk/base.po index b9f06e506c..8f8ab69fb1 100644 --- a/modules/luci-base/po/uk/base.po +++ b/modules/luci-base/po/uk/base.po @@ -4499,7 +4499,7 @@ msgstr "Ідентифікація EAP" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:940 msgid "" "If a host matches an entry which cannot be used because it specifies an " -"address on a different subnet, the tag known-othernet is set." +"address on a different subnet, the tag %s is set." msgstr "" #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:96 @@ -4601,7 +4601,7 @@ msgid "Ignore interface" msgstr "Ігнорувати интерфейс" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:939 -msgid "Ignore requests from unknown machines using !known." +msgid "Ignore requests from unknown machines using %s." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:444 @@ -11043,8 +11043,8 @@ msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:938 msgid "" -"When a host matches an entry then the special tag known is set. Use " -"known to match all known hosts." +"When a host matches an entry then the special tag %s is set. Use " +"%s to match all known hosts." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1092 diff --git a/modules/luci-base/po/ur/base.po b/modules/luci-base/po/ur/base.po index 2f17f31479..1c35bd8a94 100644 --- a/modules/luci-base/po/ur/base.po +++ b/modules/luci-base/po/ur/base.po @@ -4260,7 +4260,7 @@ msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:940 msgid "" "If a host matches an entry which cannot be used because it specifies an " -"address on a different subnet, the tag known-othernet is set." +"address on a different subnet, the tag %s is set." msgstr "" #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:96 @@ -4347,7 +4347,7 @@ msgid "Ignore interface" msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:939 -msgid "Ignore requests from unknown machines using !known." +msgid "Ignore requests from unknown machines using %s." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:444 @@ -10355,8 +10355,8 @@ msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:938 msgid "" -"When a host matches an entry then the special tag known is set. Use " -"known to match all known hosts." +"When a host matches an entry then the special tag %s is set. Use " +"%s to match all known hosts." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1092 diff --git a/modules/luci-base/po/vi/base.po b/modules/luci-base/po/vi/base.po index 7dedd0a3b8..eb27b56e12 100644 --- a/modules/luci-base/po/vi/base.po +++ b/modules/luci-base/po/vi/base.po @@ -4460,7 +4460,7 @@ msgstr "Nhận dạng" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:940 msgid "" "If a host matches an entry which cannot be used because it specifies an " -"address on a different subnet, the tag known-othernet is set." +"address on a different subnet, the tag %s is set." msgstr "" #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:96 @@ -4561,7 +4561,7 @@ msgid "Ignore interface" msgstr "Lờ đi giao diện" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:939 -msgid "Ignore requests from unknown machines using !known." +msgid "Ignore requests from unknown machines using %s." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:444 @@ -10978,8 +10978,8 @@ msgstr "Trọng số" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:938 msgid "" -"When a host matches an entry then the special tag known is set. Use " -"known to match all known hosts." +"When a host matches an entry then the special tag %s is set. Use " +"%s to match all known hosts." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1092 diff --git a/modules/luci-base/po/zh_Hans/base.po b/modules/luci-base/po/zh_Hans/base.po index d89addb310..7dd5b5edbf 100644 --- a/modules/luci-base/po/zh_Hans/base.po +++ b/modules/luci-base/po/zh_Hans/base.po @@ -4358,10 +4358,10 @@ msgstr "鉴权" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:940 msgid "" "If a host matches an entry which cannot be used because it specifies an " -"address on a different subnet, the tag known-othernet is set." +"address on a different subnet, the tag %s is set." msgstr "" "如果主机匹配一个因为指定了不同子网上的同一个地址而无法使用的条目,那么会设置" -"标签known-othernet。" +"标签%s。" #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:96 msgid "If checked, 1DES is enabled" @@ -4453,8 +4453,8 @@ msgid "Ignore interface" msgstr "忽略此接口" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:939 -msgid "Ignore requests from unknown machines using !known." -msgstr "使用 !known来忽略来自未知机器的请求。" +msgid "Ignore requests from unknown machines using %s." +msgstr "使用 %s来忽略来自未知机器的请求。" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:444 msgid "Ignore resolv file" @@ -10638,11 +10638,11 @@ msgstr "权重" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:938 msgid "" -"When a host matches an entry then the special tag known is set. Use " -"known to match all known hosts." +"When a host matches an entry then the special tag %s is set. Use " +"%s to match all known hosts." msgstr "" -"当一个主机匹配一个条目时,这个主机会被打上特殊标签known。使用" -"known标签来匹配所有已知的主机。" +"当一个主机匹配一个条目时,这个主机会被打上特殊标签%s。使用" +"%s标签来匹配所有已知的主机。" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1092 msgid "" diff --git a/modules/luci-base/po/zh_Hant/base.po b/modules/luci-base/po/zh_Hant/base.po index 8842bd391a..2b3b8b37f5 100644 --- a/modules/luci-base/po/zh_Hant/base.po +++ b/modules/luci-base/po/zh_Hant/base.po @@ -4349,7 +4349,7 @@ msgstr "身分識別" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:940 msgid "" "If a host matches an entry which cannot be used because it specifies an " -"address on a different subnet, the tag known-othernet is set." +"address on a different subnet, the tag %s is set." msgstr "" #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:96 @@ -4442,7 +4442,7 @@ msgid "Ignore interface" msgstr "忽視介面" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:939 -msgid "Ignore requests from unknown machines using !known." +msgid "Ignore requests from unknown machines using %s." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:444 @@ -10622,8 +10622,8 @@ msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:938 msgid "" -"When a host matches an entry then the special tag known is set. Use " -"known to match all known hosts." +"When a host matches an entry then the special tag %s is set. Use " +"%s to match all known hosts." msgstr "" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1092 diff --git a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js index b281ba8f5c..45a2e2573f 100644 --- a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js +++ b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js @@ -935,9 +935,10 @@ return view.extend({ so = ss.option(form.DynamicList, 'match_tag', _('Match Tag'), - _('When a host matches an entry then the special tag known is set. Use known to match all known hosts.') + '

' + - _('Ignore requests from unknown machines using !known.') + '

' + - _('If a host matches an entry which cannot be used because it specifies an address on a different subnet, the tag known-othernet is set.')); + _('When a host matches an entry then the special tag %s is set. Use %s to match all known hosts.').format('known', +'known') + '

' + + _('Ignore requests from unknown machines using %s.').format('!known') + '

' + + _('If a host matches an entry which cannot be used because it specifies an address on a different subnet, the tag %s is set.').format('known-othernet')); so.value('known', _('known')); so.value('!known', _('!known (not known)')); so.value('known-othernet', _('known-othernet (on different subnet)')); -- 2.30.2