fwknopd.po 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328
  1. msgid ""
  2. msgstr ""
  3. "Project-Id-Version: PACKAGE VERSION\n"
  4. "PO-Revision-Date: 2023-06-12 20:53+0000\n"
  5. "Last-Translator: viking76 <liaudetgael@gmail.com>\n"
  6. "Language-Team: French <https://hosted.weblate.org/projects/openwrt/"
  7. "luciapplicationsfwknopd/fr/>\n"
  8. "Language: fr\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 4.18-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. "Autorise les clients SPA à demander l'accès aux services via un pare-feu "
  20. "iptables au lieu de l'accès direct."
  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. "Autorise les clients SPA à demander la destination de transfert par nom DNS."
  25. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:437
  26. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:454
  27. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:547
  28. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:569
  29. msgid "Base64 key"
  30. msgstr "Clé Base64"
  31. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:308
  32. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:319
  33. msgid "Close"
  34. msgstr "Fermer"
  35. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:481
  36. msgid "Custom configuration"
  37. msgstr "Configuration personnalisée"
  38. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:411
  39. msgid "Custom configuration read from /etc/fwknop/access.conf."
  40. msgstr ""
  41. "Configuration personnalisée lecture à partir de /etc/fwknop/access.conf."
  42. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:577
  43. msgid ""
  44. "Define a set of ports and protocols (tcp or udp) that are explicitly not "
  45. "allowed regardless of the validity of the incoming SPA packet. Multiple "
  46. "entries are comma-separated."
  47. msgstr ""
  48. "Défini un ensemble de ports et protocoles (tcp ou udp) qui ne seront "
  49. "explicitement pas permis indépendamment de la validité des packets SPA "
  50. "entrant. Les entrées multiples seront séparées par des virgules."
  51. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:572
  52. msgid ""
  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. msgstr ""
  58. "Définit un ensemble de ports et de protocoles (tcp ou udp) qui seront "
  59. "ouverts si une séquence de frappe valide est affichée. Si cette entrée n'est "
  60. "pas définie, fwknopd tentera d'honorer toute demande de proto / port "
  61. "spécifiée dans les données SPA (à moins qu'elle ne corresponde à n'importe "
  62. "quelle entrée \"RESTRICT_PORTS\"). Plusieurs entrées sont séparées par des "
  63. "virgules."
  64. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:558
  65. msgid ""
  66. "Define the HMAC authentication key (in Base64 encoding) used for verifying "
  67. "the authenticity of the SPA packet before the packet is decrypted."
  68. msgstr ""
  69. "Définir la clé d'authentification HMAC (en codage Base64) utilisée pour "
  70. "vérifier l'authenticité du paquet SPA avant qu'il ne soit décrypté."
  71. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:550
  72. msgid ""
  73. "Define the HMAC authentication key used for verifying the authenticity of "
  74. "the SPA packet before the packet is decrypted."
  75. msgstr ""
  76. "Définir la clé d'authentification HMAC utilisée pour vérifier l'authenticité "
  77. "du paquet SPA avant qu'il ne soit décrypté."
  78. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:581
  79. msgid ""
  80. "Define the length of time access will be granted by fwknopd through the "
  81. "firewall after a valid knock sequence from a source IP address. If "
  82. "“FW_ACCESS_TIMEOUT” is not set then the default timeout of 30 seconds will "
  83. "automatically be set."
  84. msgstr ""
  85. "Définit la durée pendant laquelle l'accès sera accordé par fwknopd à travers "
  86. "le pare-feu après une séquence de frappe valide à partir d'une adresse IP "
  87. "source. Si \"FW_ACCESS_TIMEOUT\" n'est pas défini, le délai par défaut de 30 "
  88. "secondes sera automatiquement défini."
  89. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:536
  90. msgid ""
  91. "Define the symmetric key (in Base64 encoding) used for decrypting an "
  92. "incoming SPA packet that is encrypted by the fwknop client with Rijndael."
  93. msgstr ""
  94. "Définir la clé symétrique (en encodage Base64) utilisée pour déchiffrer un "
  95. "paquet SPA entrant qui est chiffré par le client fwknop avec Rijndael."
  96. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:528
  97. msgid ""
  98. "Define the symmetric key used for decrypting an incoming SPA packet that is "
  99. "encrypted by the fwknop client with Rijndael."
  100. msgstr ""
  101. "Définir la clé symétrique utilisée pour déchiffrer un paquet SPA entrant qui "
  102. "est chiffré par le client fwknop avec Rijndael."
  103. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:476
  104. msgid "Enable Uci/Luci control"
  105. msgstr "Activer le contrôle Uci/Luci"
  106. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:478
  107. msgid "Enable config overwrite"
  108. msgstr "Activer l'écrasement de la configuration"
  109. #: applications/luci-app-fwknopd/root/usr/share/luci/menu.d/luci-app-fwknopd.json:3
  110. msgid "Firewall Knock Daemon"
  111. msgstr "Daemon Knock du pare-feu"
  112. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:303
  113. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:314
  114. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:474
  115. msgid "Firewall Knock Operator Daemon"
  116. msgstr "Pare-feu Knock Operator Daemon"
  117. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:586
  118. msgid ""
  119. "Force all SPA packets to contain a real IP address within the encrypted "
  120. "data. This makes it impossible to use the -s command line argument on the "
  121. "fwknop client command line, so either -R has to be used to automatically "
  122. "resolve the external address (if the client behind a NAT) or the client must "
  123. "know the external IP and set it via the -a argument."
  124. msgstr ""
  125. "Oblige tous les paquets SPA à contenir une adresse IP réelle dans les "
  126. "données cryptées. Cela rend impossible l'utilisation de l'argument -s sur la "
  127. "ligne de commande du client fwknop. Il faut donc utiliser -R pour résoudre "
  128. "automatiquement l'adresse externe (si le client est derrière un NAT) ou le "
  129. "client doit connaître l'IP externe et la définir via l'argument -a."
  130. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:523
  131. msgid "Generate Keys"
  132. msgstr "Générer les clés"
  133. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:519
  134. msgid "Generate keys"
  135. msgstr "Générer les clés"
  136. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:519
  137. msgid ""
  138. "Generates the symmetric key used for decrypting an incoming SPA packet, that "
  139. "is encrypted by the fwknop client with Rijndael block cipher, and HMAC "
  140. "authentication key used to verify the authenticity of the incoming SPA "
  141. "packet before the packet is decrypted."
  142. msgstr ""
  143. "Génère la clé symétrique utilisée pour déchiffrer un paquet SPA entrant, qui "
  144. "est chiffré par le client fwknop avec le chiffrement par blocs Rijndael, et "
  145. "la clé d'authentification HMAC utilisée pour vérifier l'authenticité du "
  146. "paquet SPA entrant avant que le paquet ne soit déchiffré."
  147. #: applications/luci-app-fwknopd/root/usr/share/rpcd/acl.d/luci-app-fwknopd.json:3
  148. msgid "Grant UCI access for luci-app-fwknopd"
  149. msgstr "Accorder l’accès UCI pour luci-app-fwknopd"
  150. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:567
  151. msgid "HMAC key type"
  152. msgstr "Type de clé HMAC"
  153. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:545
  154. msgid "Key type"
  155. msgstr "Type de clé"
  156. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:178
  157. msgid "Loading…"
  158. msgstr "Chargement en cours…"
  159. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:596
  160. msgid ""
  161. "Maximum age in seconds that an SPA packet will be accepted. Defaults to 120 "
  162. "seconds."
  163. msgstr ""
  164. "Durée maximale d'acceptation d'un paquet SPA, en secondes. La valeur par "
  165. "défaut est de 120 secondes."
  166. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:490
  167. msgid "Network"
  168. msgstr "Réseau"
  169. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:488
  170. msgid "Network configuration"
  171. msgstr "Configuration réseau"
  172. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:315
  173. msgid "No stanza found."
  174. msgstr "Pas de stanza trouvé."
  175. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:436
  176. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:453
  177. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:546
  178. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:568
  179. msgid "Normal key"
  180. msgstr "Clé normale"
  181. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:481
  182. msgid ""
  183. "Parses the /etc/fwknop/access.conf file (and included files/folders/keys) "
  184. "and generates QR codes for all found stanzas. Handles only files in /etc/"
  185. "fwknop folder due to access rights restrictions."
  186. msgstr ""
  187. "Analyse le fichier /etc/fwknop/access.conf (et les fichiers/dossiers/clés "
  188. "inclus) et génère des codes QR pour toutes les strophes trouvées. Gère "
  189. "uniquement les fichiers du dossier /etc/fwknop en raison des restrictions de "
  190. "droits d'accès."
  191. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:418
  192. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:502
  193. msgid "QR code"
  194. msgstr "QR Code"
  195. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:485
  196. msgid "Show access.conf QR codes"
  197. msgstr "Afficher les codes QR de access.conf"
  198. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:597
  199. msgid "Specify the ethernet interface on which fwknopd will sniff packets."
  200. msgstr ""
  201. "Spécifiez l’interface Ethernet sur laquelle fwknopd reniflera les paquets."
  202. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:443
  203. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:449
  204. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:555
  205. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:564
  206. msgid "The HMAC authentication key has to be specified."
  207. msgstr "La clé d’authentification HMAC doit être spécifiée."
  208. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:513
  209. msgid ""
  210. "The destination address for which the SPA packet will be accepted. The "
  211. "string “ANY” is also accepted if a valid SPA packet should be honored to any "
  212. "destination IP. Networks should be specified in CIDR notation (e.g. "
  213. "“192.168.10.0/24”), and individual IP addresses can be specified as well. "
  214. "Multiple entries are comma-separated."
  215. msgstr ""
  216. "L'adresse de destination pour laquelle le paquet SPA sera accepté. La chaîne "
  217. "\"ANY\" est également acceptée si un paquet SPA valide doit être honoré pour "
  218. "n'importe quelle adresse IP de destination. Les réseaux doivent être "
  219. "spécifiés en notation CIDR (par exemple, \"192.168.10.0/24\"), et des "
  220. "adresses IP individuelles peuvent également être spécifiées. Les entrées "
  221. "multiples sont séparées par des virgules."
  222. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:490
  223. msgid ""
  224. "The network on which the daemon listens. The daemon is automatically started "
  225. "when the network is up-and-running. This option has precedence over "
  226. "“PCAP_INTF” option."
  227. msgstr ""
  228. "Le réseau sur lequel le démon écoute. Le démon est automatiquement lancé "
  229. "lorsque le réseau est opérationnel. Cette option est prioritaire sur "
  230. "l'option \"PCAP_INTF\"."
  231. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:504
  232. msgid ""
  233. "The source address from which the SPA packet will be accepted. The string "
  234. "“ANY” is also accepted if a valid SPA packet should be honored from any "
  235. "source IP. Networks should be specified in CIDR notation (e.g. "
  236. "“192.168.10.0/24”), and individual IP addresses can be specified as well. "
  237. "Multiple entries are comma-separated."
  238. msgstr ""
  239. "L'adresse source à partir de laquelle le paquet SPA sera accepté. La chaîne "
  240. "\"ANY\" est également acceptée si un paquet SPA valide doit être accepté à "
  241. "partir de n'importe quelle adresse IP source. Les réseaux doivent être "
  242. "spécifiés en notation CIDR (par exemple, \"192.168.10.0/24\"), et des "
  243. "adresses IP individuelles peuvent également être spécifiées. Les entrées "
  244. "multiples sont séparées par des virgules."
  245. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:510
  246. msgid "The source address has to be specified."
  247. msgstr "L'adresse source doit être spécifiée."
  248. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:426
  249. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:432
  250. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:533
  251. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:542
  252. msgid "The symmetric key has to be specified."
  253. msgstr "La clé symétrique doit être spécifiée."
  254. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:590
  255. msgid ""
  256. "This instructs fwknopd to accept complete commands that are contained within "
  257. "an authorization packet. Any such command will be executed on the fwknopd "
  258. "server as the user specified by the “CMD_EXEC_USER” or as the user that "
  259. "started fwknopd if that is not set."
  260. msgstr ""
  261. "Ceci indique à fwknopd d'accepter les commandes complètes contenues dans un "
  262. "paquet d'autorisation. Toute commande de ce type sera exécutée sur le "
  263. "serveur fwknopd en tant qu'utilisateur spécifié par \"CMD_EXEC_USER\" ou en "
  264. "tant qu'utilisateur ayant démarré fwknopd si celui-ci n'est pas défini."
  265. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:478
  266. msgid ""
  267. "When unchecked, the config files in /etc/fwknopd will be used as is, "
  268. "ignoring any settings here."
  269. msgstr ""
  270. "Si pas cochée, les fichiers de config dans /etc/fwknopd seront utilisés tels "
  271. "quels, ignorant tous les paramètres ici."
  272. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:415
  273. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:498
  274. msgid "access.conf stanzas"
  275. msgstr "access.conf stanzas"
  276. #: applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js:594
  277. msgid "fwknopd.conf config options"
  278. msgstr "Options de configuration de fwknopd.conf"
  279. #~ msgid "Enter custom access.conf variables below:"
  280. #~ msgstr "Enter custom access.conf variables below:"
  281. #~ msgid "Enter custom fwknopd.conf variables below:"
  282. #~ msgstr "Enter custom fwknopd.conf variables below:"