fwknopd.po 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296
  1. msgid ""
  2. msgstr ""
  3. "Project-Id-Version: PACKAGE VERSION\n"
  4. "PO-Revision-Date: 2023-11-30 14:34+0000\n"
  5. "Last-Translator: rygle <pittos@post.com>\n"
  6. "Language-Team: English <https://hosted.weblate.org/projects/openwrt/"
  7. "luciapplicationsfwknopd/en/>\n"
  8. "Language: en\n"
  9. "MIME-Version: 1.0\n"
  10. "Content-Type: text/plain; charset=UTF-8\n"
  11. "Content-Transfer-Encoding: 8bit\n"
  12. "Plural-Forms: nplurals=2; plural=n != 1;\n"
  13. "X-Generator: Weblate 5.3-dev\n"
  14. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:598
  15. msgid ""
  16. "Allow SPA clients to request access to services through an iptables firewall "
  17. "instead of just to it."
  18. msgstr ""
  19. "Allow SPA clients to request access to services through an iptables firewall "
  20. "instead of just to it."
  21. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:599
  22. msgid "Allow SPA clients to request forwarding destination by DNS name."
  23. msgstr ""
  24. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:437
  25. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:454
  26. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:547
  27. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:569
  28. msgid "Base64 key"
  29. msgstr "Base64 key"
  30. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:308
  31. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:319
  32. msgid "Close"
  33. msgstr "Close"
  34. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:481
  35. msgid "Custom configuration"
  36. msgstr ""
  37. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:411
  38. msgid "Custom configuration read from /etc/fwknop/access.conf."
  39. msgstr ""
  40. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:577
  41. msgid ""
  42. "Define a set of ports and protocols (tcp or udp) that are explicitly not "
  43. "allowed regardless of the validity of the incoming SPA packet. Multiple "
  44. "entries are comma-separated."
  45. msgstr ""
  46. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:572
  47. msgid ""
  48. "Define a set of ports and protocols (tcp or udp) that will be opened if a "
  49. "valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
  50. "to honor any proto/port request specified in the SPA data (unless of it "
  51. "matches any “RESTRICT_PORTS” entries). Multiple entries are comma-separated."
  52. msgstr ""
  53. "Define a set of ports and protocols (tcp or udp) that will be opened if a "
  54. "valid knock sequence is seen. If this entry is not set, fwknopd will attempt "
  55. "to honor any proto/port request specified in the SPA data (unless of it "
  56. "matches any “RESTRICT_PORTS” entries). Multiple entries are comma-separated."
  57. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:558
  58. msgid ""
  59. "Define the HMAC authentication key (in Base64 encoding) used for verifying "
  60. "the authenticity of the SPA packet before the packet is decrypted."
  61. msgstr ""
  62. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:550
  63. msgid ""
  64. "Define the HMAC authentication key used for verifying the authenticity of "
  65. "the SPA packet before the packet is decrypted."
  66. msgstr ""
  67. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:581
  68. msgid ""
  69. "Define the length of time access will be granted by fwknopd through the "
  70. "firewall after a valid knock sequence from a source IP address. If "
  71. "“FW_ACCESS_TIMEOUT” is not set then the default timeout of 30 seconds will "
  72. "automatically be set."
  73. msgstr ""
  74. "Define the length of time access will be granted by fwknopd through the "
  75. "firewall after a valid knock sequence from a source IP address. If "
  76. "“FW_ACCESS_TIMEOUT” is not set then the default timeout of 30 seconds will "
  77. "automatically be set."
  78. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:536
  79. msgid ""
  80. "Define the symmetric key (in Base64 encoding) used for decrypting an "
  81. "incoming SPA packet that is encrypted by the fwknop client with Rijndael."
  82. msgstr ""
  83. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:528
  84. msgid ""
  85. "Define the symmetric key used for decrypting an incoming SPA packet that is "
  86. "encrypted by the fwknop client with Rijndael."
  87. msgstr ""
  88. "Define the symmetric key used for decrypting an incoming SPA packet that is "
  89. "encrypted by the fwknop client with Rijndael."
  90. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:476
  91. msgid "Enable Uci/Luci control"
  92. msgstr "Enable Uci/Luci control"
  93. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:478
  94. msgid "Enable config overwrite"
  95. msgstr "Enable config overwrite"
  96. #: applications/luci-app-fwknopd/root/usr/share/luci/menu.d/luci-app-fwknopd.json:3
  97. msgid "Firewall Knock Daemon"
  98. msgstr "Firewall Knock Daemon"
  99. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:303
  100. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:314
  101. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:474
  102. msgid "Firewall Knock Operator Daemon"
  103. msgstr ""
  104. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:586
  105. msgid ""
  106. "Force all SPA packets to contain a real IP address within the encrypted "
  107. "data. This makes it impossible to use the -s command line argument on the "
  108. "fwknop client command line, so either -R has to be used to automatically "
  109. "resolve the external address (if the client behind a NAT) or the client must "
  110. "know the external IP and set it via the -a argument."
  111. msgstr ""
  112. "Force all SPA packets to contain a real IP address within the encrypted "
  113. "data. This makes it impossible to use the -s command line argument on the "
  114. "fwknop client command line, so either -R has to be used to automatically "
  115. "resolve the external address (if the client behind a NAT) or the client must "
  116. "know the external IP and set it via the -a argument."
  117. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:523
  118. msgid "Generate Keys"
  119. msgstr ""
  120. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:519
  121. msgid "Generate keys"
  122. msgstr ""
  123. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:519
  124. msgid ""
  125. "Generates the symmetric key used for decrypting an incoming SPA packet, that "
  126. "is encrypted by the fwknop client with Rijndael block cipher, and HMAC "
  127. "authentication key used to verify the authenticity of the incoming SPA "
  128. "packet before the packet is decrypted."
  129. msgstr ""
  130. #: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
  131. msgid "Grant UCI access for luci-app-fwknopd"
  132. msgstr ""
  133. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:567
  134. msgid "HMAC key type"
  135. msgstr ""
  136. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:545
  137. msgid "Key type"
  138. msgstr "Key type"
  139. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:178
  140. msgid "Loading…"
  141. msgstr ""
  142. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:596
  143. msgid ""
  144. "Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
  145. "seconds."
  146. msgstr ""
  147. "Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
  148. "seconds."
  149. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:490
  150. msgid "Network"
  151. msgstr "Network"
  152. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:488
  153. msgid "Network configuration"
  154. msgstr ""
  155. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:315
  156. msgid "No stanza found."
  157. msgstr ""
  158. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:436
  159. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:453
  160. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:546
  161. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:568
  162. msgid "Normal key"
  163. msgstr "Normal key"
  164. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:481
  165. msgid ""
  166. "Parses the /etc/fwknop/access.conf file (and included files/folders/keys) "
  167. "and generates QR codes for all found stanzas. Handles only files in /etc/"
  168. "fwknop folder due to access rights restrictions."
  169. msgstr ""
  170. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:418
  171. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:502
  172. msgid "QR code"
  173. msgstr ""
  174. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:485
  175. msgid "Show access.conf QR codes"
  176. msgstr ""
  177. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:597
  178. msgid "Specify the ethernet interface on which fwknopd will sniff packets."
  179. msgstr "Specify the ethernet interface on which fwknopd will sniff packets."
  180. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:443
  181. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:449
  182. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:555
  183. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:564
  184. msgid "The HMAC authentication key has to be specified."
  185. msgstr ""
  186. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:513
  187. msgid ""
  188. "The destination address for which the SPA packet will be accepted. The "
  189. "string “ANY” is also accepted if a valid SPA packet should be honored to any "
  190. "destination IP. Networks should be specified in CIDR notation (e.g. "
  191. "“192.168.10.0/24”), and individual IP addresses can be specified as well. "
  192. "Multiple entries are comma-separated."
  193. msgstr ""
  194. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:490
  195. msgid ""
  196. "The network on which the daemon listens. The daemon is automatically started "
  197. "when the network is up-and-running. This option has precedence over "
  198. "“PCAP_INTF” option."
  199. msgstr ""
  200. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:504
  201. msgid ""
  202. "The source address from which the SPA packet will be accepted. The string "
  203. "“ANY” is also accepted if a valid SPA packet should be honored from any "
  204. "source IP. Networks should be specified in CIDR notation (e.g. "
  205. "“192.168.10.0/24”), and individual IP addresses can be specified as well. "
  206. "Multiple entries are comma-separated."
  207. msgstr ""
  208. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:510
  209. msgid "The source address has to be specified."
  210. msgstr ""
  211. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:426
  212. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:432
  213. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:533
  214. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:542
  215. msgid "The symmetric key has to be specified."
  216. msgstr ""
  217. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:590
  218. msgid ""
  219. "This instructs fwknopd to accept complete commands that are contained within "
  220. "an authorization packet. Any such command will be executed on the fwknopd "
  221. "server as the user specified by the “CMD_EXEC_USER” or as the user that "
  222. "started fwknopd if that is not set."
  223. msgstr ""
  224. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:478
  225. msgid ""
  226. "When unchecked, the config files in /etc/fwknopd will be used as is, "
  227. "ignoring any settings here."
  228. msgstr ""
  229. "When unchecked, the config files in /etc/fwknopd will be used as is, "
  230. "ignoring any settings here."
  231. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:415
  232. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:498
  233. msgid "access.conf stanzas"
  234. msgstr "access.conf stanzas"
  235. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:594
  236. msgid "fwknopd.conf config options"
  237. msgstr "fwknopd.conf config options"
  238. #~ msgid "Firewall Knock Operator"
  239. #~ msgstr "Firewall Knock Operator"
  240. #~ msgid "The Base64 HMAC key"
  241. #~ msgstr "The Base64 HMAC key"
  242. #~ msgid "Use ANY for any source IP"
  243. #~ msgstr "Use ANY for any source IP"
  244. #~ msgid "Enter custom access.conf variables below:"
  245. #~ msgstr "Enter custom access.conf variables below:"
  246. #~ msgid "Enter custom fwknopd.conf variables below:"
  247. #~ msgstr "Enter custom fwknopd.conf variables below:"