Skip to content

Commit

Permalink
luci-app-fwknopd: fix typos
Browse files Browse the repository at this point in the history
Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
  • Loading branch information
urbalazs committed Dec 20, 2019
1 parent 2096d67 commit 39196b0
Show file tree
Hide file tree
Showing 33 changed files with 132 additions and 132 deletions.
12 changes: 6 additions & 6 deletions applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@ 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 \
packet that is encrypted by the fwknop client with Rijndael."))
k2:depends("keytype", translate("Base 64 key"))
k2:depends("keytype", translate("Base64 key"))
l1 = s:option(ListValue, "keytype", "Key type")
l1:value("Normal Key", "Normal Key")
l1:value("Base 64 key", "Base 64 key")
l1:value("Base64 key", "Base64 key")
k3 = s:option(Value, "HMAC_KEY", "HMAC_KEY", "The hmac key")
k3:depends("hkeytype", "Normal Key")
k4 = s:option(Value, "HMAC_KEY_BASE64", "HMAC_KEY_BASE64", translate("The base64 hmac key"))
k4:depends("hkeytype", "Base 64 key")
k4:depends("hkeytype", "Base64 key")
l2 = s:option(ListValue, "hkeytype", "HMAC Key type")
l2:value("Normal Key", "Normal Key")
l2:value("Base 64 key", "Base 64 key")
l2:value("Base64 key", "Base64 key")
s:option(Value, "OPEN_PORTS", "OPEN_PORTS", translate("Define a set of ports and protocols (tcp or udp) that will be opened if a valid knock sequence is seen. \
If this entry is not set, fwknopd will attempt to honor any proto/port request specified in the SPA data \
(unless of it matches any “RESTRICT_PORTS” entries). Multiple entries are comma-separated."))
Expand All @@ -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."))
Expand Down
8 changes: 4 additions & 4 deletions applications/luci-app-fwknopd/po/bg/fwknopd.po
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ msgid "Allow SPA clients to request forwarding destination by DNS name."
msgstr ""

#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22
msgid "Base 64 key"
msgid "Base64 key"
msgstr ""

#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions applications/luci-app-fwknopd/po/ca/fwknopd.po
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ msgid "Allow SPA clients to request forwarding destination by DNS name."
msgstr ""

#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22
msgid "Base 64 key"
msgid "Base64 key"
msgstr ""

#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions applications/luci-app-fwknopd/po/cs/fwknopd.po
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ msgid "Allow SPA clients to request forwarding destination by DNS name."
msgstr ""

#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22
msgid "Base 64 key"
msgid "Base64 key"
msgstr ""

#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions applications/luci-app-fwknopd/po/de/fwknopd.po
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ msgid "Allow SPA clients to request forwarding destination by DNS name."
msgstr ""

#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22
msgid "Base 64 key"
msgid "Base64 key"
msgstr ""

#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions applications/luci-app-fwknopd/po/el/fwknopd.po
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ msgid "Allow SPA clients to request forwarding destination by DNS name."
msgstr ""

#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22
msgid "Base 64 key"
msgid "Base64 key"
msgstr ""

#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
16 changes: 8 additions & 8 deletions applications/luci-app-fwknopd/po/en/fwknopd.po
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ msgid "Allow SPA clients to request forwarding destination by DNS name."
msgstr ""

#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22
msgid "Base 64 key"
msgstr "Base 64 key"
msgid "Base64 key"
msgstr "Base64 key"

#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33
msgid ""
Expand Down Expand Up @@ -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"
Expand All @@ -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 ""
Expand Down
8 changes: 4 additions & 4 deletions applications/luci-app-fwknopd/po/es/fwknopd.po
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ msgstr ""
"Permitir que los clientes SPA soliciten el destino de reenvío por nombre DNS."

#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22
msgid "Base 64 key"
msgid "Base64 key"
msgstr "Llave base 64"

#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33
Expand Down Expand Up @@ -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"
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions applications/luci-app-fwknopd/po/fr/fwknopd.po
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ msgid "Allow SPA clients to request forwarding destination by DNS name."
msgstr ""

#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22
msgid "Base 64 key"
msgid "Base64 key"
msgstr ""

#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions applications/luci-app-fwknopd/po/he/fwknopd.po
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ msgid "Allow SPA clients to request forwarding destination by DNS name."
msgstr ""

#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22
msgid "Base 64 key"
msgid "Base64 key"
msgstr ""

#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions applications/luci-app-fwknopd/po/hi/fwknopd.po
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ msgid "Allow SPA clients to request forwarding destination by DNS name."
msgstr ""

#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22
msgid "Base 64 key"
msgid "Base64 key"
msgstr ""

#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions applications/luci-app-fwknopd/po/hu/fwknopd.po
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ msgid "Allow SPA clients to request forwarding destination by DNS name."
msgstr ""

#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22
msgid "Base 64 key"
msgid "Base64 key"
msgstr ""

#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions applications/luci-app-fwknopd/po/it/fwknopd.po
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ msgid "Allow SPA clients to request forwarding destination by DNS name."
msgstr ""

#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:22
msgid "Base 64 key"
msgid "Base64 key"
msgstr ""

#: applications/luci-app-fwknopd/luasrc/model/cbi/fwknopd.lua:33
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
Loading

0 comments on commit 39196b0

Please sign in to comment.