Merge pull request #3425 from urbalazs/typo-fwknopd

luci-app-fwknopd: fix typos
This commit is contained in:
Jo-Philipp Wich 2019-12-25 17:57:52 +01:00 committed by GitHub
commit 9e4083fd75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
33 changed files with 132 additions and 132 deletions

View file

@ -14,7 +14,7 @@ qr = s:option(DummyValue, "note0", "dummy")
qr.tmp = tmp
qr.template = "fwknopd-qr"
qr:depends("uci_enabled", "1")
s:option(Value, "SOURCE", "SOURCE", translate("Use ANY for any source ip"))
s:option(Value, "SOURCE", "SOURCE", translate("Use ANY for any source IP"))
k1 = s:option(Value, "KEY", "KEY", translate("Define the symmetric key used for decrypting an incoming SPA packet that is encrypted by the fwknop client with Rijndael."))
k1:depends("keytype", translate("Normal Key"))
k2 = s:option(Value, "KEY_BASE64", "KEY_BASE64", translate("Define the symmetric key used for decrypting an incoming SPA \
@ -43,7 +43,7 @@ s:option(Value, "REQUIRE_SOURCE_ADDRESS", "REQUIRE_SOURCE_ADDRESS", translate("F
s = m:section(TypedSection, "config", translate("fwknopd.conf config options"))
s.anonymous=true
s:option(Value, "MAX_SPA_PACKET_AGE", "MAX_SPA_PACKET_AGE", translate("Maximum age in seconds that an SPA packet will be accepted. defaults to 120 seconds"))
s:option(Value, "MAX_SPA_PACKET_AGE", "MAX_SPA_PACKET_AGE", translate("Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 seconds."))
s:option(Value, "PCAP_INTF", "PCAP_INTF", translate("Specify the ethernet interface on which fwknopd will sniff packets."))
s:option(Value, "ENABLE_IPT_FORWARDING", "ENABLE_IPT_FORWARDING", translate("Allow SPA clients to request access to services through an iptables firewall instead of just to it."))
s:option(Value, "ENABLE_NAT_DNS", "ENABLE_NAT_DNS", translate("Allow SPA clients to request forwarding destination by DNS name."))

View file

@ -74,8 +74,8 @@ msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46
msgid ""
"Maximum age in seconds that an SPA packet will be accepted. defaults to 120 "
"seconds"
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
"seconds."
msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19
@ -91,7 +91,7 @@ msgid "The base64 hmac key"
msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17
msgid "Use ANY for any source ip"
msgid "Use ANY for any source IP"
msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8

View file

@ -74,8 +74,8 @@ msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46
msgid ""
"Maximum age in seconds that an SPA packet will be accepted. defaults to 120 "
"seconds"
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
"seconds."
msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19
@ -91,7 +91,7 @@ msgid "The base64 hmac key"
msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17
msgid "Use ANY for any source ip"
msgid "Use ANY for any source IP"
msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8

View file

@ -74,8 +74,8 @@ msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46
msgid ""
"Maximum age in seconds that an SPA packet will be accepted. defaults to 120 "
"seconds"
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
"seconds."
msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19
@ -91,7 +91,7 @@ msgid "The base64 hmac key"
msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17
msgid "Use ANY for any source ip"
msgid "Use ANY for any source IP"
msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8

View file

@ -74,8 +74,8 @@ msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46
msgid ""
"Maximum age in seconds that an SPA packet will be accepted. defaults to 120 "
"seconds"
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
"seconds."
msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19
@ -91,7 +91,7 @@ msgid "The base64 hmac key"
msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17
msgid "Use ANY for any source ip"
msgid "Use ANY for any source IP"
msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8

View file

@ -74,8 +74,8 @@ msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46
msgid ""
"Maximum age in seconds that an SPA packet will be accepted. defaults to 120 "
"seconds"
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
"seconds."
msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19
@ -91,7 +91,7 @@ msgid "The base64 hmac key"
msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17
msgid "Use ANY for any source ip"
msgid "Use ANY for any source IP"
msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8

View file

@ -91,11 +91,11 @@ msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46
msgid ""
"Maximum age in seconds that an SPA packet will be accepted. defaults to 120 "
"seconds"
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
"seconds."
msgstr ""
"Maximum age in seconds that an SPA packet will be accepted. defaults to 120 "
"seconds"
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
"seconds."
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19
msgid "Normal Key"
@ -110,8 +110,8 @@ msgid "The base64 hmac key"
msgstr "The base64 hmac key"
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17
msgid "Use ANY for any source ip"
msgstr "Use ANY for any source ip"
msgid "Use ANY for any source IP"
msgstr "Use ANY for any source IP"
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8
msgid ""

View file

@ -98,8 +98,8 @@ msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46
msgid ""
"Maximum age in seconds that an SPA packet will be accepted. defaults to 120 "
"seconds"
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
"seconds."
msgstr ""
"Edad máxima en segundos que se aceptará un paquete de SPA. De manera "
"predeterminada a 120 segundos"
@ -118,7 +118,7 @@ msgid "The base64 hmac key"
msgstr "La clave hmac base64"
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17
msgid "Use ANY for any source ip"
msgid "Use ANY for any source IP"
msgstr "Use CUALQUIERA para cualquier fuente ip"
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8

View file

@ -74,8 +74,8 @@ msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46
msgid ""
"Maximum age in seconds that an SPA packet will be accepted. defaults to 120 "
"seconds"
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
"seconds."
msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19
@ -91,7 +91,7 @@ msgid "The base64 hmac key"
msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17
msgid "Use ANY for any source ip"
msgid "Use ANY for any source IP"
msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8

View file

@ -75,8 +75,8 @@ msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46
msgid ""
"Maximum age in seconds that an SPA packet will be accepted. defaults to 120 "
"seconds"
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
"seconds."
msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19
@ -92,7 +92,7 @@ msgid "The base64 hmac key"
msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17
msgid "Use ANY for any source ip"
msgid "Use ANY for any source IP"
msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8

View file

@ -74,8 +74,8 @@ msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46
msgid ""
"Maximum age in seconds that an SPA packet will be accepted. defaults to 120 "
"seconds"
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
"seconds."
msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19
@ -91,7 +91,7 @@ msgid "The base64 hmac key"
msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17
msgid "Use ANY for any source ip"
msgid "Use ANY for any source IP"
msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8

View file

@ -74,8 +74,8 @@ msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46
msgid ""
"Maximum age in seconds that an SPA packet will be accepted. defaults to 120 "
"seconds"
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
"seconds."
msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19
@ -91,7 +91,7 @@ msgid "The base64 hmac key"
msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17
msgid "Use ANY for any source ip"
msgid "Use ANY for any source IP"
msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8

View file

@ -74,8 +74,8 @@ msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46
msgid ""
"Maximum age in seconds that an SPA packet will be accepted. defaults to 120 "
"seconds"
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
"seconds."
msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19
@ -91,7 +91,7 @@ msgid "The base64 hmac key"
msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17
msgid "Use ANY for any source ip"
msgid "Use ANY for any source IP"
msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8

View file

@ -74,8 +74,8 @@ msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46
msgid ""
"Maximum age in seconds that an SPA packet will be accepted. defaults to 120 "
"seconds"
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
"seconds."
msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19
@ -91,7 +91,7 @@ msgid "The base64 hmac key"
msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17
msgid "Use ANY for any source ip"
msgid "Use ANY for any source IP"
msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8

View file

@ -74,8 +74,8 @@ msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46
msgid ""
"Maximum age in seconds that an SPA packet will be accepted. defaults to 120 "
"seconds"
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
"seconds."
msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19
@ -91,7 +91,7 @@ msgid "The base64 hmac key"
msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17
msgid "Use ANY for any source ip"
msgid "Use ANY for any source IP"
msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8

View file

@ -74,8 +74,8 @@ msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46
msgid ""
"Maximum age in seconds that an SPA packet will be accepted. defaults to 120 "
"seconds"
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
"seconds."
msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19
@ -91,7 +91,7 @@ msgid "The base64 hmac key"
msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17
msgid "Use ANY for any source ip"
msgid "Use ANY for any source IP"
msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8

View file

@ -74,8 +74,8 @@ msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46
msgid ""
"Maximum age in seconds that an SPA packet will be accepted. defaults to 120 "
"seconds"
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
"seconds."
msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19
@ -91,7 +91,7 @@ msgid "The base64 hmac key"
msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17
msgid "Use ANY for any source ip"
msgid "Use ANY for any source IP"
msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8

View file

@ -74,8 +74,8 @@ msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46
msgid ""
"Maximum age in seconds that an SPA packet will be accepted. defaults to 120 "
"seconds"
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
"seconds."
msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19
@ -91,7 +91,7 @@ msgid "The base64 hmac key"
msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17
msgid "Use ANY for any source ip"
msgid "Use ANY for any source IP"
msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8

View file

@ -77,8 +77,8 @@ msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46
msgid ""
"Maximum age in seconds that an SPA packet will be accepted. defaults to 120 "
"seconds"
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
"seconds."
msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19
@ -94,7 +94,7 @@ msgid "The base64 hmac key"
msgstr "Klucz HMAC Base64"
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17
msgid "Use ANY for any source ip"
msgid "Use ANY for any source IP"
msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8

View file

@ -96,8 +96,8 @@ msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46
msgid ""
"Maximum age in seconds that an SPA packet will be accepted. defaults to 120 "
"seconds"
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
"seconds."
msgstr ""
"Idade máxima, em segundos, que um pacote SPA será aceito. O padrão é de 120 "
"segundos"
@ -116,7 +116,7 @@ msgid "The base64 hmac key"
msgstr "A chave de autenticação HMAC em formato base64"
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17
msgid "Use ANY for any source ip"
msgid "Use ANY for any source IP"
msgstr "Use \"ANY\" para qualquer endereço IP de origem"
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8

View file

@ -97,8 +97,8 @@ msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46
msgid ""
"Maximum age in seconds that an SPA packet will be accepted. defaults to 120 "
"seconds"
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
"seconds."
msgstr ""
"Idade máxima em segundos que um pacote SPA será aceite. Predefinido a 120 "
"segundos"
@ -116,7 +116,7 @@ msgid "The base64 hmac key"
msgstr "A chave hmac base64"
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17
msgid "Use ANY for any source ip"
msgid "Use ANY for any source IP"
msgstr "Use qualquer um (ANY) para qualquer fonte ip"
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8

View file

@ -75,8 +75,8 @@ msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46
msgid ""
"Maximum age in seconds that an SPA packet will be accepted. defaults to 120 "
"seconds"
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
"seconds."
msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19
@ -92,7 +92,7 @@ msgid "The base64 hmac key"
msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17
msgid "Use ANY for any source ip"
msgid "Use ANY for any source IP"
msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8

View file

@ -100,8 +100,8 @@ msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46
msgid ""
"Maximum age in seconds that an SPA packet will be accepted. defaults to 120 "
"seconds"
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
"seconds."
msgstr ""
"Максимальное время в секундах, в течение которых будет принят SPA пакет, по "
"умолчанию 120 секунд."
@ -119,7 +119,7 @@ msgid "The base64 hmac key"
msgstr "Ключ Base64 HMAC."
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17
msgid "Use ANY for any source ip"
msgid "Use ANY for any source IP"
msgstr "Использовать ЛЮБОЙ, для любого исходящего IP."
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8

View file

@ -74,8 +74,8 @@ msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46
msgid ""
"Maximum age in seconds that an SPA packet will be accepted. defaults to 120 "
"seconds"
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
"seconds."
msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19
@ -91,7 +91,7 @@ msgid "The base64 hmac key"
msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17
msgid "Use ANY for any source ip"
msgid "Use ANY for any source IP"
msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8

View file

@ -74,8 +74,8 @@ msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46
msgid ""
"Maximum age in seconds that an SPA packet will be accepted. defaults to 120 "
"seconds"
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
"seconds."
msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19
@ -91,7 +91,7 @@ msgid "The base64 hmac key"
msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17
msgid "Use ANY for any source ip"
msgid "Use ANY for any source IP"
msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8

View file

@ -74,8 +74,8 @@ msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46
msgid ""
"Maximum age in seconds that an SPA packet will be accepted. defaults to 120 "
"seconds"
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
"seconds."
msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19
@ -91,7 +91,7 @@ msgid "The base64 hmac key"
msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17
msgid "Use ANY for any source ip"
msgid "Use ANY for any source IP"
msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8

View file

@ -75,8 +75,8 @@ msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46
msgid ""
"Maximum age in seconds that an SPA packet will be accepted. defaults to 120 "
"seconds"
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
"seconds."
msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19
@ -92,7 +92,7 @@ msgid "The base64 hmac key"
msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17
msgid "Use ANY for any source ip"
msgid "Use ANY for any source IP"
msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8

View file

@ -74,8 +74,8 @@ msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46
msgid ""
"Maximum age in seconds that an SPA packet will be accepted. defaults to 120 "
"seconds"
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
"seconds."
msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19
@ -91,7 +91,7 @@ msgid "The base64 hmac key"
msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17
msgid "Use ANY for any source ip"
msgid "Use ANY for any source IP"
msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8

View file

@ -84,8 +84,8 @@ msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46
msgid ""
"Maximum age in seconds that an SPA packet will be accepted. defaults to 120 "
"seconds"
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
"seconds."
msgstr "SPA 数据包的最大可接受年龄(秒)。默认为 120 秒"
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19
@ -101,7 +101,7 @@ msgid "The base64 hmac key"
msgstr "base64 hmac 密钥"
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17
msgid "Use ANY for any source ip"
msgid "Use ANY for any source IP"
msgstr "对任何源 IP 使用 ANY"
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8

View file

@ -84,8 +84,8 @@ msgstr ""
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:46
msgid ""
"Maximum age in seconds that an SPA packet will be accepted. defaults to 120 "
"seconds"
"Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
"seconds."
msgstr "SPA 資料包的最大可接受年齡(秒)。預設為 120 秒"
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:19
@ -101,7 +101,7 @@ msgid "The base64 hmac key"
msgstr "base64 hmac 金鑰"
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:17
msgid "Use ANY for any source ip"
msgid "Use ANY for any source IP"
msgstr "對任何源 IP 使用 ANY"
#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:8