foreman_discovery 16.1.0 → 16.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,16 +1,15 @@
1
1
  # SOME DESCRIPTIVE TITLE.
2
2
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
3
  # This file is distributed under the same license as the foreman_discovery package.
4
- #
4
+ #
5
5
  # Translators:
6
6
  # Baptiste Agasse <baptiste.agasse@gmail.com>, 2018-2019
7
7
  # Claer <transiblu@claer.hammock.fr>, 2013-2016
8
8
  # Pierre-Emmanuel Dutang <dutangp@gmail.com>, 2014,2016-2017
9
9
  msgid ""
10
10
  msgstr ""
11
- "Project-Id-Version: foreman_discovery 16.0.1\n"
11
+ "Project-Id-Version: foreman_discovery 16.1.0\n"
12
12
  "Report-Msgid-Bugs-To: \n"
13
- "POT-Creation-Date: 2020-05-11 14:58+0530\n"
14
13
  "PO-Revision-Date: 2020-05-26 17:21+0000\n"
15
14
  "Last-Translator: Transifex Bot <>\n"
16
15
  "Language-Team: French (http://www.transifex.com/foreman/foreman/language/fr/)\n"
@@ -24,23 +23,19 @@ msgstr ""
24
23
  msgid "List all discovered hosts"
25
24
  msgstr "Afficher tous les hôtes détectés"
26
25
 
27
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:17
28
- #: ../app/controllers/api/v2/discovery_rules_controller.rb:15
26
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:17 ../app/controllers/api/v2/discovery_rules_controller.rb:15
29
27
  msgid "filter results"
30
28
  msgstr "filtrer les résultats"
31
29
 
32
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:18
33
- #: ../app/controllers/api/v2/discovery_rules_controller.rb:16
30
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:18 ../app/controllers/api/v2/discovery_rules_controller.rb:16
34
31
  msgid "sort results"
35
32
  msgstr "trier les résultats"
36
33
 
37
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:19
38
- #: ../app/controllers/api/v2/discovery_rules_controller.rb:17
34
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:19 ../app/controllers/api/v2/discovery_rules_controller.rb:17
39
35
  msgid "paginate results"
40
36
  msgstr "paginer les résultats"
41
37
 
42
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:20
43
- #: ../app/controllers/api/v2/discovery_rules_controller.rb:18
38
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:20 ../app/controllers/api/v2/discovery_rules_controller.rb:18
44
39
  msgid "number of entries per request"
45
40
  msgstr "nombre d'entrées par requête"
46
41
 
@@ -48,8 +43,7 @@ msgstr "nombre d'entrées par requête"
48
43
  msgid "Show a discovered host"
49
44
  msgstr "Afficher un hôte détecté"
50
45
 
51
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:37
52
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:79
46
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:79
53
47
  msgid "DHCP filename option (Grub2 or PXELinux by default)"
54
48
  msgstr "Option nom de fichier DHCP (Grub2 ou PXELinux par défaut)"
55
49
 
@@ -70,14 +64,11 @@ msgid "not required if it's a virtual machine"
70
64
  msgstr "non requis s'il s'agit d'une machine virtuelle"
71
65
 
72
66
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:76
73
- msgid ""
74
- "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
67
+ msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
75
68
  msgstr "UUID pour surveiller l'état des tâches d'orchestration : GET /api/orchestration/:UUID/tasks"
76
69
 
77
70
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:78
78
- msgid ""
79
- "required if value is not inherited from host group or default password in "
80
- "settings"
71
+ msgid "required if value is not inherited from host group or default password in settings"
81
72
  msgstr "requis si la valeur n'est pas héritée d'un groupe d'hôtes ou du mot de passe par défaut défini dans les paramètres"
82
73
 
83
74
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:89
@@ -89,18 +80,14 @@ msgid "Upload facts for a host, creating the host if required"
89
80
  msgstr "Télécharger les faits d'un hôte, création de l'hôte si besoin"
90
81
 
91
82
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:97
92
- msgid ""
93
- "hash containing facts for the host with minimum set of facts: "
94
- "discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: "
95
- "eth0 (example in case primary interface is named eth0)"
83
+ msgid "hash containing facts for the host with minimum set of facts: discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: eth0 (example in case primary interface is named eth0)"
96
84
  msgstr "hachage contenant les facts de l'hôte avec un ensemble minimal de facts : discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: eth0 (exemple si l'interface principale s'appelle eth0)"
97
85
 
98
86
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:116
99
87
  msgid "Execute rules against a discovered host"
100
88
  msgstr "Exécuter les règles sur un hôte détecté"
101
89
 
102
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:122
103
- #: ../app/controllers/discovered_hosts_controller.rb:160
90
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:122 ../app/controllers/discovered_hosts_controller.rb:160
104
91
  msgid "Host %{host} was provisioned with rule %{rule}"
105
92
  msgstr "L'hôte %{host} a été provisionné avec la règle %{rule}"
106
93
 
@@ -108,8 +95,7 @@ msgstr "L'hôte %{host} a été provisionné avec la règle %{rule}"
108
95
  msgid "Unable to provision %{host}: %{errors}"
109
96
  msgstr "Impossible de provisionner %{host} : %{errors}"
110
97
 
111
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:131
112
- #: ../app/controllers/discovered_hosts_controller.rb:167
98
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:131 ../app/controllers/discovered_hosts_controller.rb:167
113
99
  msgid "No rule found for host %s"
114
100
  msgstr "Aucune règle trouvée pour %s"
115
101
 
@@ -117,13 +103,11 @@ msgstr "Aucune règle trouvée pour %s"
117
103
  msgid "Execute rules against all currently discovered hosts"
118
104
  msgstr "Exécuter les règles sur tous les hôtes actuellement détectés"
119
105
 
120
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:142
121
- #: ../app/controllers/discovered_hosts_controller.rb:173
106
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:142 ../app/controllers/discovered_hosts_controller.rb:173
122
107
  msgid "Errors during auto provisioning: %s"
123
108
  msgstr "Erreurs lors du provisioning automatique : %s"
124
109
 
125
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:145
126
- #: ../app/controllers/discovered_hosts_controller.rb:176
110
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:145 ../app/controllers/discovered_hosts_controller.rb:176
127
111
  msgid "No discovered hosts to provision"
128
112
  msgstr "Aucun hôte détecté à provisionner"
129
113
 
@@ -143,8 +127,7 @@ msgstr "Redémarrage d'un hôte détecté"
143
127
  msgid "Rebooting all discovered hosts"
144
128
  msgstr "Redémarrage de tous les hôtes détectés"
145
129
 
146
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:207
147
- #: ../app/controllers/discovered_hosts_controller.rb:129
130
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:207 ../app/controllers/discovered_hosts_controller.rb:129
148
131
  msgid "Discovered hosts are rebooting now"
149
132
  msgstr "Les hôtes détectés sont redémarrés maintenant"
150
133
 
@@ -169,8 +152,7 @@ msgid "the hostgroup that is used to auto provision a host"
169
152
  msgstr "groupe d'hôtes utilisé pour provisionner automatiquement un hôte"
170
153
 
171
154
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:35
172
- msgid ""
173
- "defines a pattern to assign human-readable hostnames to the matching hosts"
155
+ msgid "defines a pattern to assign human-readable hostnames to the matching hosts"
174
156
  msgstr "définit un modèle pour attribuer les noms d'hôte lisibles par l'homme aux hôtes correspondants"
175
157
 
176
158
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:36
@@ -178,8 +160,7 @@ msgid "enables to limit maximum amount of provisioned hosts per rule"
178
160
  msgstr "permet de limiter le nombre maximal d'hôtes provisionnés par règle"
179
161
 
180
162
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:37
181
- msgid ""
182
- "puts the rules in order, low numbers go first. Must be greater then zero"
163
+ msgid "puts the rules in order, low numbers go first. Must be greater then zero"
183
164
  msgstr "range les règles par ordre croissant. Doit être supérieur à zéro"
184
165
 
185
166
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:38
@@ -278,43 +259,43 @@ msgstr "Échec du provisioning automatique de l'hôte %s: %s"
278
259
  msgid "Discovered hosts are provisioning now"
279
260
  msgstr "Les hôtes détectés sont maintenant provisionnés"
280
261
 
281
- #: ../app/controllers/discovered_hosts_controller.rb:224
262
+ #: ../app/controllers/discovered_hosts_controller.rb:226
282
263
  msgid "Highlights"
283
264
  msgstr "Surlignages"
284
265
 
285
- #: ../app/controllers/discovered_hosts_controller.rb:224
266
+ #: ../app/controllers/discovered_hosts_controller.rb:226
286
267
  msgid "Storage"
287
268
  msgstr "Stockage"
288
269
 
289
- #: ../app/controllers/discovered_hosts_controller.rb:224
270
+ #: ../app/controllers/discovered_hosts_controller.rb:226
290
271
  msgid "Hardware"
291
272
  msgstr "Matériel"
292
273
 
293
- #: ../app/controllers/discovered_hosts_controller.rb:224
274
+ #: ../app/controllers/discovered_hosts_controller.rb:226
294
275
  msgid "Network"
295
276
  msgstr "Réseau"
296
277
 
297
- #: ../app/controllers/discovered_hosts_controller.rb:224
278
+ #: ../app/controllers/discovered_hosts_controller.rb:226
298
279
  msgid "Software"
299
280
  msgstr "Logiciel"
300
281
 
301
- #: ../app/controllers/discovered_hosts_controller.rb:224
282
+ #: ../app/controllers/discovered_hosts_controller.rb:226
302
283
  msgid "IPMI"
303
284
  msgstr "IPMI "
304
285
 
305
- #: ../app/controllers/discovered_hosts_controller.rb:224
286
+ #: ../app/controllers/discovered_hosts_controller.rb:226
306
287
  msgid "Miscellaneous"
307
288
  msgstr "Divers"
308
289
 
309
- #: ../app/controllers/discovered_hosts_controller.rb:302
290
+ #: ../app/controllers/discovered_hosts_controller.rb:304
310
291
  msgid "No hosts were found with that id or name"
311
292
  msgstr "Aucun Hôte trouvé avec cet id ou ce nom"
312
293
 
313
- #: ../app/controllers/discovered_hosts_controller.rb:306
294
+ #: ../app/controllers/discovered_hosts_controller.rb:308
314
295
  msgid "No hosts selected"
315
296
  msgstr "Aucun hôte sélectionné"
316
297
 
317
- #: ../app/controllers/discovered_hosts_controller.rb:312
298
+ #: ../app/controllers/discovered_hosts_controller.rb:314
318
299
  msgid "Something went wrong while selecting hosts - %s"
319
300
  msgstr "Quelque chose s'est mal passé lors de la sélection des hôtes - %s"
320
301
 
@@ -330,21 +311,15 @@ msgstr "Règle désactivée"
330
311
  msgid "%s ago"
331
312
  msgstr "Il y a %s"
332
313
 
333
- #: ../app/helpers/discovered_hosts_helper.rb:14
334
- #: ../app/helpers/discovered_hosts_helper.rb:29
335
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:37
314
+ #: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:37
336
315
  msgid "Auto Provision"
337
316
  msgstr "Provisionner automatiquement"
338
317
 
339
- #: ../app/helpers/discovered_hosts_helper.rb:15
340
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:38
318
+ #: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:38
341
319
  msgid "Refresh facts"
342
320
  msgstr "Rafraichir les facts"
343
321
 
344
- #: ../app/helpers/discovered_hosts_helper.rb:16
345
- #: ../app/helpers/discovered_hosts_helper.rb:30
346
- #: ../app/models/setting/discovered.rb:22
347
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:39
322
+ #: ../app/helpers/discovered_hosts_helper.rb:16 ../app/helpers/discovered_hosts_helper.rb:30 ../app/models/setting/discovered.rb:24 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:39
348
323
  msgid "Reboot"
349
324
  msgstr "Redémarrer"
350
325
 
@@ -352,13 +327,11 @@ msgstr "Redémarrer"
352
327
  msgid "Back"
353
328
  msgstr "Retour"
354
329
 
355
- #: ../app/helpers/discovered_hosts_helper.rb:21
356
- #: ../app/helpers/discovered_hosts_helper.rb:35
330
+ #: ../app/helpers/discovered_hosts_helper.rb:21 ../app/helpers/discovered_hosts_helper.rb:35
357
331
  msgid "Select Action"
358
332
  msgstr "Choisir l'action"
359
333
 
360
- #: ../app/helpers/discovered_hosts_helper.rb:23
361
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
334
+ #: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
362
335
  msgid "Delete %s?"
363
336
  msgstr "Supprimer %s ?"
364
337
 
@@ -378,8 +351,7 @@ msgstr "Supprimer"
378
351
  msgid "%s - The following hosts are about to be changed"
379
352
  msgstr "%s - les hôtes suivants vont être changés"
380
353
 
381
- #: ../app/helpers/discovered_hosts_helper.rb:46
382
- #: ../app/views/dashboard/_discovery_widget_host.html.erb:2
354
+ #: ../app/helpers/discovered_hosts_helper.rb:46 ../app/views/dashboard/_discovery_widget_host.html.erb:2
383
355
  msgid "N/A"
384
356
  msgstr "N/A"
385
357
 
@@ -399,12 +371,7 @@ msgstr "Signalé au cours des 7 derniers jours"
399
371
  msgid "Provision"
400
372
  msgstr "Provisionner"
401
373
 
402
- #: ../app/helpers/discovery_rules_helper.rb:26
403
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1
404
- #: ../app/views/discovered_hosts/welcome.html.erb:1
405
- #: ../app/views/discovered_hosts/welcome.html.erb:6
406
- #: ../lib/foreman_discovery/engine.rb:158
407
- #: ../lib/foreman_discovery/engine.rb:173
374
+ #: ../app/helpers/discovery_rules_helper.rb:26 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:6 ../lib/foreman_discovery/engine.rb:158 ../lib/foreman_discovery/engine.rb:173
408
375
  msgid "Discovered Hosts"
409
376
  msgstr "Hôtes détectés"
410
377
 
@@ -453,17 +420,14 @@ msgid "must be present."
453
420
  msgstr "doit être présent."
454
421
 
455
422
  #: ../app/models/discovery_rule.rb:52
456
- msgid ""
457
- "Host group organization %s must also be associated to the discovery rule"
458
- msgid_plural ""
459
- "Host group organizations %s must also be associated to the discovery rule"
423
+ msgid "Host group organization %s must also be associated to the discovery rule"
424
+ msgid_plural "Host group organizations %s must also be associated to the discovery rule"
460
425
  msgstr[0] "L'organisation %s du groupe d'hôtes doit aussi être associée à la règle de découverte"
461
426
  msgstr[1] "Les organisations %s du groupe d'hôtes doivent aussi être associées à la règle de découverte"
462
427
 
463
428
  #: ../app/models/discovery_rule.rb:56
464
429
  msgid "Host group location %s must also be associated to the discovery rule"
465
- msgid_plural ""
466
- "Host group locations %s must also be associated to the discovery rule"
430
+ msgid_plural "Host group locations %s must also be associated to the discovery rule"
467
431
  msgstr[0] "L'emplacement %s du groupe d'hôtes doit aussi être associé à la règle de découverte"
468
432
  msgstr[1] "Les emplacements %s du groupe d'hôtes doivent aussi être associés à la règle de découverte"
469
433
 
@@ -479,39 +443,39 @@ msgstr "Nom aléatoire"
479
443
  msgid "MAC-based name"
480
444
  msgstr "Nom basé MAC"
481
445
 
482
- #: ../app/models/host/discovered.rb:51
446
+ #: ../app/models/host/discovered.rb:55
483
447
  msgid "Invalid facts, must be a Hash"
484
448
  msgstr "Facts non valides, doit être un hachage"
485
449
 
486
- #: ../app/models/host/discovered.rb:56
487
- msgid ""
488
- "Expected discovery_fact '%s' is missing, unable to detect primary interface "
489
- "and set hostname"
450
+ #: ../app/models/host/discovered.rb:60
451
+ msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
490
452
  msgstr "discovery_fact '%s' attendu manquant. Impossible de détecter l'interface principale et de définir le nom d'hôte"
491
453
 
492
- #: ../app/models/host/discovered.rb:69
493
- msgid ""
494
- "Invalid facts: hash does not contain a valid value for any of the facts in "
495
- "the discovery_hostname setting: %s"
454
+ #: ../app/models/host/discovered.rb:73
455
+ msgid "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s"
496
456
  msgstr "Facts non valides : le hachage ne contient pas de valeur valide pour les facts du paramètre discovery_hostname : %s"
497
457
 
498
- #: ../app/models/host/discovered.rb:95
458
+ #: ../app/models/host/discovered.rb:100
499
459
  msgid "Facts could not be imported"
500
460
  msgstr "Impossible d'importer les facts"
501
461
 
502
- #: ../app/models/host/discovered.rb:150
462
+ #: ../app/models/host/discovered.rb:146
503
463
  msgid "Could not get facts from proxy %{url}: %{error}"
504
464
  msgstr "Impossible d'obtenir les facts du proxy %{url} : %{error}"
505
465
 
506
- #: ../app/models/host/discovered.rb:162
466
+ #: ../app/models/host/discovered.rb:160
507
467
  msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
508
468
  msgstr ""
509
469
 
510
- #: ../app/models/host/discovered.rb:181
470
+ #: ../app/models/host/discovered.rb:164 ../app/models/host/discovered.rb:183
471
+ msgid "Unable to perform %{action} on %{ips}"
472
+ msgstr ""
473
+
474
+ #: ../app/models/host/discovered.rb:179
511
475
  msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
512
476
  msgstr ""
513
477
 
514
- #: ../app/models/host/discovered.rb:207
478
+ #: ../app/models/host/discovered.rb:203
515
479
  msgid "Invalid hostname: Could not normalize the hostname"
516
480
  msgstr "Nom d'hôte non valide. Impossible de normaliser le nom d'hôte"
517
481
 
@@ -539,191 +503,183 @@ msgstr "URL kexec RAM d'initialisation non valide : '%s'"
539
503
  msgid "Rebuild DNS for %s"
540
504
  msgstr "Reconstruire DNS pour %s"
541
505
 
542
- #: ../app/models/setting/discovered.rb:15
506
+ #: ../app/models/setting/discovered.rb:17
543
507
  msgid "The default location to place discovered hosts in"
544
508
  msgstr "Attribution de la localisation par défaut pour les hôtes détectés"
545
509
 
546
- #: ../app/models/setting/discovered.rb:15
510
+ #: ../app/models/setting/discovered.rb:17
547
511
  msgid "Discovery location"
548
512
  msgstr "Emplacement de détection"
549
513
 
550
- #: ../app/models/setting/discovered.rb:16
514
+ #: ../app/models/setting/discovered.rb:18
551
515
  msgid "The default organization to place discovered hosts in"
552
516
  msgstr "Attribution de l'organisation par défaut pour les hôtes détectés"
553
517
 
554
- #: ../app/models/setting/discovered.rb:16
518
+ #: ../app/models/setting/discovered.rb:18
555
519
  msgid "Discovery organization"
556
520
  msgstr "Organisation de détection"
557
521
 
558
- #: ../app/models/setting/discovered.rb:17
522
+ #: ../app/models/setting/discovered.rb:19
559
523
  msgid "Fact name to use for primary interface detection"
560
524
  msgstr "Nom de fact à utiliser pour la détection de l'interface principale"
561
525
 
562
- #: ../app/models/setting/discovered.rb:17
526
+ #: ../app/models/setting/discovered.rb:19
563
527
  msgid "Interface fact"
564
528
  msgstr "Fact d'interface"
565
529
 
566
- #: ../app/models/setting/discovered.rb:18
567
- msgid ""
568
- "Automatic bond interface (if another interface is detected on the same VLAN "
569
- "via LLDP)"
530
+ #: ../app/models/setting/discovered.rb:20
531
+ msgid "Automatic bond interface (if another interface is detected on the same VLAN via LLDP)"
570
532
  msgstr "Interface de liaison automatique (si une autre interface est détectée sur le même VLAN via LLDP)"
571
533
 
572
- #: ../app/models/setting/discovered.rb:18
534
+ #: ../app/models/setting/discovered.rb:20
573
535
  msgid "Create bond interfaces"
574
536
  msgstr "Créer des interfaces de liaison"
575
537
 
576
- #: ../app/models/setting/discovered.rb:19
538
+ #: ../app/models/setting/discovered.rb:21
577
539
  msgid "Clean all reported facts during provisioning (except discovery facts)"
578
540
  msgstr "Nettoyer tous les facts signalés pendant le provisioning (sauf les facts de détection)"
579
541
 
580
- #: ../app/models/setting/discovered.rb:19
542
+ #: ../app/models/setting/discovered.rb:21
581
543
  msgid "Clean all facts"
582
544
  msgstr "Nettoyer tous les facts"
583
545
 
584
- #: ../app/models/setting/discovered.rb:20
546
+ #: ../app/models/setting/discovered.rb:22
585
547
  msgid "List of facts to use for the hostname (separated by comma, first wins)"
586
548
  msgstr "Liste des facts à utiliser pour le nom d'hôte (séparés par une virgule, le premier l'emporte)"
587
549
 
588
- #: ../app/models/setting/discovered.rb:20
550
+ #: ../app/models/setting/discovered.rb:22
589
551
  msgid "Hostname facts"
590
552
  msgstr "Facts du nom d'hôte"
591
553
 
592
- #: ../app/models/setting/discovered.rb:21
593
- msgid ""
594
- "Automatically provision newly discovered hosts, according to the "
595
- "provisioning rules"
554
+ #: ../app/models/setting/discovered.rb:23
555
+ msgid "Automatically provision newly discovered hosts, according to the provisioning rules"
596
556
  msgstr "Provisionner automatiquement les hôtes récemment détectés conformément aux règles de provisioning"
597
557
 
598
- #: ../app/models/setting/discovered.rb:21
558
+ #: ../app/models/setting/discovered.rb:23
599
559
  msgid "Auto provisioning"
600
560
  msgstr "Provisioning automatique"
601
561
 
602
- #: ../app/models/setting/discovered.rb:22
562
+ #: ../app/models/setting/discovered.rb:24
603
563
  msgid "Automatically reboot or kexec discovered host during provisioning"
604
564
  msgstr "Redémarrer automatiquement ou effectuer un kexec sur l'hôte détecté pendant le provisioning"
605
565
 
606
- #: ../app/models/setting/discovered.rb:23
566
+ #: ../app/models/setting/discovered.rb:25
607
567
  msgid "The default prefix to use for the host name, must start with a letter"
608
568
  msgstr "Préfixe par défaut à utiliser pour le nom d'hôte, doit commencer par une lettre"
609
569
 
610
- #: ../app/models/setting/discovered.rb:23
570
+ #: ../app/models/setting/discovered.rb:25
611
571
  msgid "Hostname prefix"
612
572
  msgstr "Préfixe du nom d'hôte"
613
573
 
614
- #: ../app/models/setting/discovered.rb:24
574
+ #: ../app/models/setting/discovered.rb:26
615
575
  msgid "Extra facter columns to show in host lists (separate by comma)"
616
576
  msgstr "Colonnes facter supplémentaires pour un affichage sous forme de listes d'hôtes (séparés par une virgule)"
617
577
 
618
- #: ../app/models/setting/discovered.rb:24
578
+ #: ../app/models/setting/discovered.rb:26
619
579
  msgid "Fact columns"
620
580
  msgstr "Colonnes fact"
621
581
 
622
- #: ../app/models/setting/discovered.rb:25
582
+ #: ../app/models/setting/discovered.rb:27
623
583
  msgid "Regex to organize facts for highlights section - e.g. ^(abc|cde)$"
624
584
  msgstr "Expression régulière pour organiser les facts pour la section surlignages, par ex. ^(abc|cde)$"
625
585
 
626
- #: ../app/models/setting/discovered.rb:25
586
+ #: ../app/models/setting/discovered.rb:27
627
587
  msgid "Highlighted facts"
628
588
  msgstr "Facts surlignés"
629
589
 
630
- #: ../app/models/setting/discovered.rb:26
590
+ #: ../app/models/setting/discovered.rb:28
631
591
  msgid "Regex to organize facts for storage section"
632
592
  msgstr "Expression régulière pour organiser les facts pour la section stockage"
633
593
 
634
- #: ../app/models/setting/discovered.rb:26
594
+ #: ../app/models/setting/discovered.rb:28
635
595
  msgid "Storage facts"
636
596
  msgstr "Facts de stockage"
637
597
 
638
- #: ../app/models/setting/discovered.rb:27
598
+ #: ../app/models/setting/discovered.rb:29
639
599
  msgid "Regex to organize facts for software section"
640
600
  msgstr "Expression régulière pour organiser les facts pour la section logiciel"
641
601
 
642
- #: ../app/models/setting/discovered.rb:27
602
+ #: ../app/models/setting/discovered.rb:29
643
603
  msgid "Software facts"
644
604
  msgstr "Facts logiciels"
645
605
 
646
- #: ../app/models/setting/discovered.rb:28
606
+ #: ../app/models/setting/discovered.rb:30
647
607
  msgid "Regex to organize facts for hardware section"
648
608
  msgstr "Expression régulière pour organiser les facts pour la section matériel"
649
609
 
650
- #: ../app/models/setting/discovered.rb:28
610
+ #: ../app/models/setting/discovered.rb:30
651
611
  msgid "Hardware facts"
652
612
  msgstr "Facts matériels"
653
613
 
654
- #: ../app/models/setting/discovered.rb:29
614
+ #: ../app/models/setting/discovered.rb:31
655
615
  msgid "Regex to organize facts for network section"
656
616
  msgstr "Expression régulière pour organiser les facts pour la section réseau"
657
617
 
658
- #: ../app/models/setting/discovered.rb:29
618
+ #: ../app/models/setting/discovered.rb:31
659
619
  msgid "Network facts"
660
620
  msgstr "Facts réseau"
661
621
 
662
- #: ../app/models/setting/discovered.rb:30
622
+ #: ../app/models/setting/discovered.rb:32
663
623
  msgid "Regex to organize facts for ipmi section"
664
624
  msgstr "Expression régulière pour organiser les facts pour la section ipmi"
665
625
 
666
- #: ../app/models/setting/discovered.rb:30
626
+ #: ../app/models/setting/discovered.rb:32
667
627
  msgid "IPMI facts"
668
628
  msgstr "Facts IPMI"
669
629
 
670
- #: ../app/models/setting/discovered.rb:31
671
- msgid ""
672
- "Automatically generate PXE configuration to pin a newly discovered host to "
673
- "discovery"
630
+ #: ../app/models/setting/discovered.rb:33
631
+ msgid "Automatically generate PXE configuration to pin a newly discovered host to discovery"
674
632
  msgstr "Générer automatiquement la configuration PXE pour épingler un hôte récemment détecté"
675
633
 
676
- #: ../app/models/setting/discovered.rb:31
634
+ #: ../app/models/setting/discovered.rb:33
677
635
  msgid "Lock PXE"
678
636
  msgstr "Verrouiller PXE"
679
637
 
680
- #: ../app/models/setting/discovered.rb:32
638
+ #: ../app/models/setting/discovered.rb:34
681
639
  msgid "PXELinux template to be used when pinning a host to discovery"
682
640
  msgstr "Modèle PXELinux à utiliser lors de l'épinglage d'un hôte pour la détection"
683
641
 
684
- #: ../app/models/setting/discovered.rb:32
642
+ #: ../app/models/setting/discovered.rb:34
685
643
  msgid "Locked PXELinux template name"
686
644
  msgstr "Nom de modèle PXELinux verrouillé"
687
645
 
688
- #: ../app/models/setting/discovered.rb:33
646
+ #: ../app/models/setting/discovered.rb:35
689
647
  msgid "PXEGrub template to be used when pinning a host to discovery"
690
648
  msgstr "Modèle PXEGrub à utiliser lors de l'épinglage d'un hôte pour la détection"
691
649
 
692
- #: ../app/models/setting/discovered.rb:33
650
+ #: ../app/models/setting/discovered.rb:35
693
651
  msgid "Locked PXEGrub template name"
694
652
  msgstr "Nom de modèle PXEGrub verrouillé"
695
653
 
696
- #: ../app/models/setting/discovered.rb:34
654
+ #: ../app/models/setting/discovered.rb:36
697
655
  msgid "PXEGrub2 template to be used when pinning a host to discovery"
698
656
  msgstr "Modèle PXEGrub2 à utiliser lors de l'épinglage d'un hôte pour la détection"
699
657
 
700
- #: ../app/models/setting/discovered.rb:34
658
+ #: ../app/models/setting/discovered.rb:36
701
659
  msgid "Locked PXEGrub2 template name"
702
660
  msgstr "Nom de modèle PXEGrub2 verrouillé"
703
661
 
704
- #: ../app/models/setting/discovered.rb:35
662
+ #: ../app/models/setting/discovered.rb:37
705
663
  msgid "Force DNS entries creation when provisioning discovered host"
706
664
  msgstr "Forcer la création des entrées DNS lors du provisioning de l'hôte détecté"
707
665
 
708
- #: ../app/models/setting/discovered.rb:35
666
+ #: ../app/models/setting/discovered.rb:37
709
667
  msgid "Force DNS"
710
668
  msgstr "Forcer DNS"
711
669
 
712
- #: ../app/models/setting/discovered.rb:36
713
- msgid ""
714
- "Do not allow to discover existing managed host matching MAC of a "
715
- "provisioning NIC (errors out early)"
670
+ #: ../app/models/setting/discovered.rb:38
671
+ msgid "Do not allow to discover existing managed host matching MAC of a provisioning NIC (errors out early)"
716
672
  msgstr "Ne pas autoriser la découverte du MAC correspondant à un hôte géré existant d'une carte réseau de provisionnement (erreurs survenues tôt)"
717
673
 
718
- #: ../app/models/setting/discovered.rb:36
674
+ #: ../app/models/setting/discovered.rb:38
719
675
  msgid "Error on existing NIC"
720
676
  msgstr "Erreur sur une carte réseau existante"
721
677
 
722
- #: ../app/models/setting/discovered.rb:37
678
+ #: ../app/models/setting/discovered.rb:39
723
679
  msgid "Discovery hostname naming pattern"
724
680
  msgstr "Modèle de nommage du nom d'hôte de découverte"
725
681
 
726
- #: ../app/models/setting/discovered.rb:37
682
+ #: ../app/models/setting/discovered.rb:39
727
683
  msgid "Type of name generator"
728
684
  msgstr "Générateur type de nom"
729
685
 
@@ -736,20 +692,18 @@ msgid "Discovered host '%{host}' has all NICs filtered out, filter: %{filter}"
736
692
  msgstr "L'hôte découvert '%{host}' a eu toutes ces interfaces réseau filtrés, filtre: %{filter}"
737
693
 
738
694
  #: ../app/services/foreman_discovery/fact_parser.rb:12
739
- msgid ""
740
- "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: "
741
- "%{filter}"
695
+ msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
742
696
  msgstr "Impossible de trouver une carte réseau primaire avec %{mac} spécifié via '%{fact}', Filtre de carte réseau: %{filter}"
743
697
 
744
- #: ../app/services/foreman_discovery/host_converter.rb:39
698
+ #: ../app/services/foreman_discovery/host_converter.rb:47
745
699
  msgid "IPAM must be configured for subnet '%s'"
746
700
  msgstr ""
747
701
 
748
- #: ../app/services/foreman_discovery/node_api/node_resource.rb:75
702
+ #: ../app/services/foreman_discovery/node_api/node_resource.rb:76
749
703
  msgid "Image API returned HTTP/%{code} with '%{body}"
750
704
  msgstr "L'API d'image a retourné HTTP/%{code} avec '%{body}"
751
705
 
752
- #: ../app/services/foreman_discovery/node_api/node_resource.rb:78
706
+ #: ../app/services/foreman_discovery/node_api/node_resource.rb:79
753
707
  msgid "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})"
754
708
  msgstr "Erreur de traitement de l'API d'image : %{msg} (HTTP/%{code}, body: %{body})"
755
709
 
@@ -767,33 +721,23 @@ msgstr "Aucun hôte détecté disponible"
767
721
  msgid "Host"
768
722
  msgstr "Hôte"
769
723
 
770
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4
771
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6
772
- #: ../app/views/discovered_hosts/_selected_hosts.html.erb:8
773
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:18
774
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:10
724
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6 ../app/views/discovered_hosts/_selected_hosts.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:18 ../app/views/discovered_mailer/discovered_summary.text.erb:10
775
725
  msgid "Model"
776
726
  msgstr "Modèle"
777
727
 
778
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5
779
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8
780
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:20
781
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:12
728
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:20 ../app/views/discovered_mailer/discovered_summary.text.erb:12
782
729
  msgid "CPUs"
783
730
  msgstr "Processeurs"
784
731
 
785
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6
786
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9
787
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:21
788
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:13
732
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9 ../app/views/discovered_mailer/discovered_summary.html.erb:21 ../app/views/discovered_mailer/discovered_summary.text.erb:13
789
733
  msgid "Memory"
790
734
  msgstr "Mémoire"
791
735
 
792
- #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:25
736
+ #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:23
793
737
  msgid "Customize Host"
794
738
  msgstr "Personnaliser l'hôte"
795
739
 
796
- #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:26
740
+ #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:24
797
741
  msgid "Create Host"
798
742
  msgstr "Créer un hôte"
799
743
 
@@ -805,16 +749,11 @@ msgstr "Sélectionner tous les éléments de cette page"
805
749
  msgid "items selected. Uncheck to Clear"
806
750
  msgstr "items sélectionnés. Décocher pour Effacer"
807
751
 
808
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
809
- #: ../app/views/discovered_hosts/_selected_hosts.html.erb:7
810
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:17
811
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:9
752
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5 ../app/views/discovered_hosts/_selected_hosts.html.erb:7 ../app/views/discovered_mailer/discovered_summary.html.erb:17 ../app/views/discovered_mailer/discovered_summary.text.erb:9
812
753
  msgid "Name"
813
754
  msgstr "Nom"
814
755
 
815
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7
816
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:19
817
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:11
756
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7 ../app/views/discovered_mailer/discovered_summary.html.erb:19 ../app/views/discovered_mailer/discovered_summary.text.erb:11
818
757
  msgid "IP Address"
819
758
  msgstr "Adresse IP"
820
759
 
@@ -826,13 +765,11 @@ msgstr "Nombre de disques"
826
765
  msgid "Disks Size"
827
766
  msgstr "Taille des disques"
828
767
 
829
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:15
830
- #: ../app/views/discovered_hosts/_selected_hosts.html.erb:9
768
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:15 ../app/views/discovered_hosts/_selected_hosts.html.erb:9
831
769
  msgid "Location"
832
770
  msgstr "Localisation"
833
771
 
834
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16
835
- #: ../app/views/discovered_hosts/_selected_hosts.html.erb:10
772
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
836
773
  msgid "Organization"
837
774
  msgstr "Organisation"
838
775
 
@@ -844,8 +781,7 @@ msgstr "Sous-Réseau"
844
781
  msgid "Last Facts Upload"
845
782
  msgstr "Derniers facts téléchargés"
846
783
 
847
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19
848
- #: ../app/views/discovery_rules/index.html.erb:12
784
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19 ../app/views/discovery_rules/index.html.erb:12
849
785
  msgid "Actions"
850
786
  msgstr "Actions"
851
787
 
@@ -866,9 +802,7 @@ msgid "Provision %s"
866
802
  msgstr "Provisionner %s"
867
803
 
868
804
  #: ../app/views/discovered_hosts/multiple_destroy.html.erb:3
869
- msgid ""
870
- "This might take a while, as all hosts, facts and reports will be destroyed "
871
- "as well"
805
+ msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
872
806
  msgstr "Cette action peut prendre un certain temps, pour tous les hôtes, les rapports et facts vont aussi être supprimés"
873
807
 
874
808
  #: ../app/views/discovered_hosts/select_multiple_location.html.erb:5
@@ -912,9 +846,7 @@ msgid "No discovered hosts found in this context."
912
846
  msgstr "Aucun hôte détecté trouvé dans ce contexte."
913
847
 
914
848
  #: ../app/views/discovered_hosts/welcome.html.erb:8
915
- msgid ""
916
- "This page shows discovered bare-metal or virtual nodes waiting to be "
917
- "provisioned."
849
+ msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
918
850
  msgstr "Cette page montre les nœuds nus ou virtuels en attente de mise en service."
919
851
 
920
852
  #: ../app/views/discovered_hosts/welcome.html.erb:9
@@ -929,23 +861,19 @@ msgstr "Rapport de synthèse des hôtes détectés depuis Foreman"
929
861
  msgid "<b>Foreman</b> Discovered hosts summary"
930
862
  msgstr "<b>Foreman</b> Synthèse des hôtes détectés"
931
863
 
932
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:10
933
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:5
864
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:10 ../app/views/discovered_mailer/discovered_summary.text.erb:5
934
865
  msgid "Summary from %{time} ago to %{now}"
935
866
  msgstr "Synthèse de %{time} à %{now}"
936
867
 
937
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:11
938
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:3
868
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:11 ../app/views/discovered_mailer/discovered_summary.text.erb:3
939
869
  msgid "Discovered hosts from Foreman server at %{foreman_url}"
940
870
  msgstr "Hôtes détectés depuis le serveur Foreman à l'adresse %{foreman_url}"
941
871
 
942
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:22
943
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:14
872
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:22 ../app/views/discovered_mailer/discovered_summary.text.erb:14
944
873
  msgid "Disk count"
945
874
  msgstr "Nombre de disques"
946
875
 
947
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:23
948
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:15
876
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:23 ../app/views/discovered_mailer/discovered_summary.text.erb:15
949
877
  msgid "Disks size"
950
878
  msgstr "Taille des disques"
951
879
 
@@ -994,41 +922,30 @@ msgid "Rule priority (lower integer means higher priority)"
994
922
  msgstr "Priorité des règles (plus le nombre est petit, plus la priorité est élevée)"
995
923
 
996
924
  #: ../app/views/discovery_rules/_template_inline.erb:2
997
- msgid ""
998
- "Specify target hostname template pattern in the same syntax as in "
999
- "Provisioning Templates (ERB)."
925
+ msgid "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB)."
1000
926
  msgstr "Spécifiez le modèle de nom d'hôte cible dans la même syntaxe que celle des modèles de provisioning (ERB)."
1001
927
 
1002
928
  #: ../app/views/discovery_rules/_template_inline.erb:4
1003
- msgid ""
1004
- "Domain will be appended automatically. A hostname based on MAC address will "
1005
- "be used when left blank."
929
+ msgid "Domain will be appended automatically. A hostname based on MAC address will be used when left blank."
1006
930
  msgstr "Le domaine sera ajouté automatiquement. Un nom d'hôte basé sur une adresse MAC sera utilisé si le champ est vide."
1007
931
 
1008
932
  #: ../app/views/discovery_rules/_template_inline.erb:5
1009
- msgid ""
1010
- "In addition to @host attribute function rand for random integers is "
1011
- "available. Examples:"
933
+ msgid "In addition to @host attribute function rand for random integers is available. Examples:"
1012
934
  msgstr "En plus de la fonction d'attribut @host, la fonction ALEA pour les entiers aléatoires est disponible. Exemples :"
1013
935
 
1014
936
  #: ../app/views/discovery_rules/_template_inline.erb:8
1015
- msgid ""
1016
- "When creating hostname patterns, make sure the resulting host names are "
1017
- "unique."
937
+ msgid "When creating hostname patterns, make sure the resulting host names are unique."
1018
938
  msgstr "Lors de la création de modèles de nom d'hôte, veillez à ce que les noms d'hôte soient uniques."
1019
939
 
1020
940
  #: ../app/views/discovery_rules/_template_inline.erb:9
1021
- msgid ""
1022
- "Hostnames must not start with numbers. A good approach is to use unique "
1023
- "information provided by facter (MAC address, BIOS or serial ID)."
941
+ msgid "Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
1024
942
  msgstr "Les noms d'hôte ne doivent pas commencer par des nombres. Une bonne méthode consiste à utiliser des informations uniques fournies par facter (adresse MAC, BIOS ou ID de série)."
1025
943
 
1026
944
  #: ../app/views/discovery_rules/edit.html.erb:1
1027
945
  msgid "Edit %s"
1028
946
  msgstr "Modifier %s"
1029
947
 
1030
- #: ../app/views/discovery_rules/index.html.erb:1
1031
- #: ../lib/foreman_discovery/engine.rb:163
948
+ #: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:163
1032
949
  msgid "Discovery Rules"
1033
950
  msgstr "Règles de détection"
1034
951
 
@@ -1093,13 +1010,25 @@ msgid "Discovery Proxy"
1093
1010
  msgstr "Proxy de détection"
1094
1011
 
1095
1012
  #: ../lib/foreman_discovery/engine.rb:189
1096
- msgid ""
1097
- "Discovery Proxy to use within this subnet for managing connection to "
1098
- "discovered hosts"
1013
+ msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1099
1014
  msgstr "Proxy de détection à utiliser à l'intérieur de ce sous-réseau pour gérer la connexion aux hôtes détectés"
1100
1015
 
1101
1016
  #: ../lib/foreman_discovery/engine.rb:190
1102
- msgid ""
1103
- "ID of Discovery Proxy to use within this subnet for managing connection to "
1104
- "discovered hosts"
1017
+ msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1105
1018
  msgstr "ID du proxy de détection à utiliser à l'intérieur de ce sous-réseau pour gérer la connexion aux hôtes détectés"
1019
+
1020
+ #: action_names.rb:2
1021
+ msgid "Remote action:"
1022
+ msgstr ""
1023
+
1024
+ #: action_names.rb:3
1025
+ msgid "Import Puppet classes"
1026
+ msgstr ""
1027
+
1028
+ #: action_names.rb:4
1029
+ msgid "Import facts"
1030
+ msgstr ""
1031
+
1032
+ #: action_names.rb:5
1033
+ msgid "Action with sub plans"
1034
+ msgstr ""