foreman_discovery 16.1.0 → 16.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (68) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/discovered_hosts_controller.rb +5 -3
  3. data/app/models/host/discovered.rb +22 -26
  4. data/app/models/host/managed_extensions.rb +2 -2
  5. data/app/models/setting/discovered.rb +3 -1
  6. data/app/services/foreman_discovery/host_converter.rb +14 -6
  7. data/app/services/foreman_discovery/host_fact_importer.rb +10 -0
  8. data/app/services/foreman_discovery/node_api/node_resource.rb +1 -0
  9. data/app/views/discovered_hosts/_discovered_host_modal.html.erb +0 -2
  10. data/app/views/foreman_discovery/debian_kexec.erb +2 -1
  11. data/app/views/foreman_discovery/redhat_kexec.erb +2 -1
  12. data/extra/discover-host +14 -8
  13. data/lib/foreman_discovery/engine.rb +1 -1
  14. data/lib/foreman_discovery/version.rb +1 -1
  15. data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
  16. data/locale/ca/foreman_discovery.edit.po +146 -216
  17. data/locale/ca/foreman_discovery.po +4 -1
  18. data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
  19. data/locale/de/foreman_discovery.edit.po +144 -215
  20. data/locale/de/foreman_discovery.po +4 -1
  21. data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
  22. data/locale/en/foreman_discovery.edit.po +76 -72
  23. data/locale/en/foreman_discovery.po +4 -1
  24. data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
  25. data/locale/en_GB/foreman_discovery.edit.po +146 -216
  26. data/locale/en_GB/foreman_discovery.po +4 -1
  27. data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
  28. data/locale/es/foreman_discovery.edit.po +146 -216
  29. data/locale/es/foreman_discovery.po +4 -1
  30. data/locale/foreman_discovery.pot +77 -73
  31. data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
  32. data/locale/fr/foreman_discovery.edit.po +144 -215
  33. data/locale/fr/foreman_discovery.po +4 -1
  34. data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
  35. data/locale/gl/foreman_discovery.edit.po +146 -216
  36. data/locale/gl/foreman_discovery.po +4 -1
  37. data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
  38. data/locale/it/foreman_discovery.edit.po +146 -216
  39. data/locale/it/foreman_discovery.po +4 -1
  40. data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
  41. data/locale/ja/foreman_discovery.edit.po +149 -216
  42. data/locale/ja/foreman_discovery.po +4 -1
  43. data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
  44. data/locale/ko/foreman_discovery.edit.po +147 -215
  45. data/locale/ko/foreman_discovery.po +4 -1
  46. data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
  47. data/locale/pt_BR/foreman_discovery.edit.po +146 -216
  48. data/locale/pt_BR/foreman_discovery.po +4 -1
  49. data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
  50. data/locale/ru/foreman_discovery.edit.po +149 -219
  51. data/locale/ru/foreman_discovery.po +4 -1
  52. data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
  53. data/locale/sv_SE/foreman_discovery.edit.po +146 -216
  54. data/locale/sv_SE/foreman_discovery.po +4 -1
  55. data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
  56. data/locale/zh_CN/foreman_discovery.edit.po +149 -216
  57. data/locale/zh_CN/foreman_discovery.po +4 -1
  58. data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
  59. data/locale/zh_TW/foreman_discovery.edit.po +149 -216
  60. data/locale/zh_TW/foreman_discovery.po +4 -1
  61. data/test/facts/only-ipv6.json +205 -0
  62. data/test/facts/skylake-ipv6.json +223 -0
  63. data/test/functional/api/v2/settings_controller_test.rb +2 -2
  64. data/test/functional/discovered_hosts_controller_test.rb +17 -8
  65. data/test/unit/discovered_extensions_test.rb +1 -0
  66. data/test/unit/host_discovered_test.rb +0 -16
  67. data/test/unit/managed_extensions_test.rb +1 -0
  68. metadata +33 -28
@@ -10,7 +10,7 @@
10
10
  # Yulia <yulia.poyarkova@redhat.com>, 2016
11
11
  msgid ""
12
12
  msgstr ""
13
- "Project-Id-Version: foreman_discovery 16.0.1\n"
13
+ "Project-Id-Version: foreman_discovery 16.1.0\n"
14
14
  "Report-Msgid-Bugs-To: \n"
15
15
  "PO-Revision-Date: 2020-05-26 17:21+0000\n"
16
16
  "Last-Translator: Transifex Bot <>\n"
@@ -706,6 +706,9 @@ msgstr "Не удалось найти правило: необходимо ук
706
706
  msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
707
707
  msgstr ""
708
708
 
709
+ msgid "Unable to perform %{action} on %{ips}"
710
+ msgstr ""
711
+
709
712
  msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
710
713
  msgstr ""
711
714
 
@@ -1,19 +1,19 @@
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
  # 0868a4d1af5275b3f70b0a6dac4c99a4, 2014
7
7
  # johnny.westerlund <johnny.westerlund@gmail.com>, 2014
8
8
  # johnny.westerlund <johnny.westerlund@gmail.com>, 2014
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
- "Language-Team: Swedish (Sweden) (http://www.transifex.com/foreman/foreman/language/sv_SE/)\n"
15
+ "Language-Team: Swedish (Sweden) (http://www.transifex.com/foreman/foreman/lang"
16
+ "uage/sv_SE/)\n"
17
17
  "MIME-Version: 1.0\n"
18
18
  "Content-Type: text/plain; charset=UTF-8\n"
19
19
  "Content-Transfer-Encoding: 8bit\n"
@@ -24,23 +24,19 @@ msgstr ""
24
24
  msgid "List all discovered hosts"
25
25
  msgstr ""
26
26
 
27
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:17
28
- #: ../app/controllers/api/v2/discovery_rules_controller.rb:15
27
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:17 ../app/controllers/api/v2/discovery_rules_controller.rb:15
29
28
  msgid "filter results"
30
29
  msgstr "filtrera resultat"
31
30
 
32
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:18
33
- #: ../app/controllers/api/v2/discovery_rules_controller.rb:16
31
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:18 ../app/controllers/api/v2/discovery_rules_controller.rb:16
34
32
  msgid "sort results"
35
33
  msgstr "sortera resultat"
36
34
 
37
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:19
38
- #: ../app/controllers/api/v2/discovery_rules_controller.rb:17
35
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:19 ../app/controllers/api/v2/discovery_rules_controller.rb:17
39
36
  msgid "paginate results"
40
37
  msgstr ""
41
38
 
42
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:20
43
- #: ../app/controllers/api/v2/discovery_rules_controller.rb:18
39
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:20 ../app/controllers/api/v2/discovery_rules_controller.rb:18
44
40
  msgid "number of entries per request"
45
41
  msgstr "antal poster per begäran"
46
42
 
@@ -48,8 +44,7 @@ msgstr "antal poster per begäran"
48
44
  msgid "Show a discovered host"
49
45
  msgstr ""
50
46
 
51
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:37
52
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:79
47
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:79
53
48
  msgid "DHCP filename option (Grub2 or PXELinux by default)"
54
49
  msgstr ""
55
50
 
@@ -70,14 +65,11 @@ msgid "not required if it's a virtual machine"
70
65
  msgstr ""
71
66
 
72
67
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:76
73
- msgid ""
74
- "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
68
+ msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
75
69
  msgstr ""
76
70
 
77
71
  #: ../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"
72
+ msgid "required if value is not inherited from host group or default password in settings"
81
73
  msgstr ""
82
74
 
83
75
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:89
@@ -89,18 +81,14 @@ msgid "Upload facts for a host, creating the host if required"
89
81
  msgstr ""
90
82
 
91
83
  #: ../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)"
84
+ 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
85
  msgstr ""
97
86
 
98
87
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:116
99
88
  msgid "Execute rules against a discovered host"
100
89
  msgstr ""
101
90
 
102
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:122
103
- #: ../app/controllers/discovered_hosts_controller.rb:160
91
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:122 ../app/controllers/discovered_hosts_controller.rb:160
104
92
  msgid "Host %{host} was provisioned with rule %{rule}"
105
93
  msgstr ""
106
94
 
@@ -108,8 +96,7 @@ msgstr ""
108
96
  msgid "Unable to provision %{host}: %{errors}"
109
97
  msgstr ""
110
98
 
111
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:131
112
- #: ../app/controllers/discovered_hosts_controller.rb:167
99
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:131 ../app/controllers/discovered_hosts_controller.rb:167
113
100
  msgid "No rule found for host %s"
114
101
  msgstr ""
115
102
 
@@ -117,13 +104,11 @@ msgstr ""
117
104
  msgid "Execute rules against all currently discovered hosts"
118
105
  msgstr ""
119
106
 
120
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:142
121
- #: ../app/controllers/discovered_hosts_controller.rb:173
107
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:142 ../app/controllers/discovered_hosts_controller.rb:173
122
108
  msgid "Errors during auto provisioning: %s"
123
109
  msgstr ""
124
110
 
125
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:145
126
- #: ../app/controllers/discovered_hosts_controller.rb:176
111
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:145 ../app/controllers/discovered_hosts_controller.rb:176
127
112
  msgid "No discovered hosts to provision"
128
113
  msgstr ""
129
114
 
@@ -143,8 +128,7 @@ msgstr ""
143
128
  msgid "Rebooting all discovered hosts"
144
129
  msgstr ""
145
130
 
146
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:207
147
- #: ../app/controllers/discovered_hosts_controller.rb:129
131
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:207 ../app/controllers/discovered_hosts_controller.rb:129
148
132
  msgid "Discovered hosts are rebooting now"
149
133
  msgstr ""
150
134
 
@@ -169,8 +153,7 @@ msgid "the hostgroup that is used to auto provision a host"
169
153
  msgstr ""
170
154
 
171
155
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:35
172
- msgid ""
173
- "defines a pattern to assign human-readable hostnames to the matching hosts"
156
+ msgid "defines a pattern to assign human-readable hostnames to the matching hosts"
174
157
  msgstr ""
175
158
 
176
159
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:36
@@ -178,8 +161,7 @@ msgid "enables to limit maximum amount of provisioned hosts per rule"
178
161
  msgstr ""
179
162
 
180
163
  #: ../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"
164
+ msgid "puts the rules in order, low numbers go first. Must be greater then zero"
183
165
  msgstr ""
184
166
 
185
167
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:38
@@ -278,43 +260,43 @@ msgstr ""
278
260
  msgid "Discovered hosts are provisioning now"
279
261
  msgstr ""
280
262
 
281
- #: ../app/controllers/discovered_hosts_controller.rb:224
263
+ #: ../app/controllers/discovered_hosts_controller.rb:226
282
264
  msgid "Highlights"
283
265
  msgstr ""
284
266
 
285
- #: ../app/controllers/discovered_hosts_controller.rb:224
267
+ #: ../app/controllers/discovered_hosts_controller.rb:226
286
268
  msgid "Storage"
287
269
  msgstr ""
288
270
 
289
- #: ../app/controllers/discovered_hosts_controller.rb:224
271
+ #: ../app/controllers/discovered_hosts_controller.rb:226
290
272
  msgid "Hardware"
291
273
  msgstr ""
292
274
 
293
- #: ../app/controllers/discovered_hosts_controller.rb:224
275
+ #: ../app/controllers/discovered_hosts_controller.rb:226
294
276
  msgid "Network"
295
277
  msgstr ""
296
278
 
297
- #: ../app/controllers/discovered_hosts_controller.rb:224
279
+ #: ../app/controllers/discovered_hosts_controller.rb:226
298
280
  msgid "Software"
299
281
  msgstr ""
300
282
 
301
- #: ../app/controllers/discovered_hosts_controller.rb:224
283
+ #: ../app/controllers/discovered_hosts_controller.rb:226
302
284
  msgid "IPMI"
303
285
  msgstr ""
304
286
 
305
- #: ../app/controllers/discovered_hosts_controller.rb:224
287
+ #: ../app/controllers/discovered_hosts_controller.rb:226
306
288
  msgid "Miscellaneous"
307
289
  msgstr ""
308
290
 
309
- #: ../app/controllers/discovered_hosts_controller.rb:302
291
+ #: ../app/controllers/discovered_hosts_controller.rb:304
310
292
  msgid "No hosts were found with that id or name"
311
293
  msgstr "Inga värdar med det idt eller namnet hittades"
312
294
 
313
- #: ../app/controllers/discovered_hosts_controller.rb:306
295
+ #: ../app/controllers/discovered_hosts_controller.rb:308
314
296
  msgid "No hosts selected"
315
297
  msgstr "Inga värdar markerade"
316
298
 
317
- #: ../app/controllers/discovered_hosts_controller.rb:312
299
+ #: ../app/controllers/discovered_hosts_controller.rb:314
318
300
  msgid "Something went wrong while selecting hosts - %s"
319
301
  msgstr "Något blev fel vid markering av värdar - %s"
320
302
 
@@ -330,21 +312,15 @@ msgstr ""
330
312
  msgid "%s ago"
331
313
  msgstr "%s sedan"
332
314
 
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
315
+ #: ../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
316
  msgid "Auto Provision"
337
317
  msgstr ""
338
318
 
339
- #: ../app/helpers/discovered_hosts_helper.rb:15
340
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:38
319
+ #: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:38
341
320
  msgid "Refresh facts"
342
321
  msgstr "Uppdatera fakta"
343
322
 
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
323
+ #: ../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
324
  msgid "Reboot"
349
325
  msgstr ""
350
326
 
@@ -352,13 +328,11 @@ msgstr ""
352
328
  msgid "Back"
353
329
  msgstr ""
354
330
 
355
- #: ../app/helpers/discovered_hosts_helper.rb:21
356
- #: ../app/helpers/discovered_hosts_helper.rb:35
331
+ #: ../app/helpers/discovered_hosts_helper.rb:21 ../app/helpers/discovered_hosts_helper.rb:35
357
332
  msgid "Select Action"
358
333
  msgstr "Välj Åtgärd"
359
334
 
360
- #: ../app/helpers/discovered_hosts_helper.rb:23
361
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
335
+ #: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
362
336
  msgid "Delete %s?"
363
337
  msgstr "Radera %s?"
364
338
 
@@ -378,8 +352,7 @@ msgstr "Radera"
378
352
  msgid "%s - The following hosts are about to be changed"
379
353
  msgstr "%s - Följande värdar kommer att ändras"
380
354
 
381
- #: ../app/helpers/discovered_hosts_helper.rb:46
382
- #: ../app/views/dashboard/_discovery_widget_host.html.erb:2
355
+ #: ../app/helpers/discovered_hosts_helper.rb:46 ../app/views/dashboard/_discovery_widget_host.html.erb:2
383
356
  msgid "N/A"
384
357
  msgstr "N/A"
385
358
 
@@ -399,12 +372,7 @@ msgstr ""
399
372
  msgid "Provision"
400
373
  msgstr "Provisionera"
401
374
 
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
375
+ #: ../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
376
  msgid "Discovered Hosts"
409
377
  msgstr "Hittade värdar"
410
378
 
@@ -453,17 +421,14 @@ msgid "must be present."
453
421
  msgstr ""
454
422
 
455
423
  #: ../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"
424
+ msgid "Host group organization %s must also be associated to the discovery rule"
425
+ msgid_plural "Host group organizations %s must also be associated to the discovery rule"
460
426
  msgstr[0] ""
461
427
  msgstr[1] ""
462
428
 
463
429
  #: ../app/models/discovery_rule.rb:56
464
430
  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"
431
+ msgid_plural "Host group locations %s must also be associated to the discovery rule"
467
432
  msgstr[0] ""
468
433
  msgstr[1] ""
469
434
 
@@ -479,39 +444,39 @@ msgstr ""
479
444
  msgid "MAC-based name"
480
445
  msgstr ""
481
446
 
482
- #: ../app/models/host/discovered.rb:51
447
+ #: ../app/models/host/discovered.rb:55
483
448
  msgid "Invalid facts, must be a Hash"
484
449
  msgstr ""
485
450
 
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"
451
+ #: ../app/models/host/discovered.rb:60
452
+ msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
490
453
  msgstr ""
491
454
 
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"
455
+ #: ../app/models/host/discovered.rb:73
456
+ msgid "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s"
496
457
  msgstr ""
497
458
 
498
- #: ../app/models/host/discovered.rb:95
459
+ #: ../app/models/host/discovered.rb:100
499
460
  msgid "Facts could not be imported"
500
461
  msgstr ""
501
462
 
502
- #: ../app/models/host/discovered.rb:150
463
+ #: ../app/models/host/discovered.rb:146
503
464
  msgid "Could not get facts from proxy %{url}: %{error}"
504
465
  msgstr ""
505
466
 
506
- #: ../app/models/host/discovered.rb:162
467
+ #: ../app/models/host/discovered.rb:160
507
468
  msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
508
469
  msgstr ""
509
470
 
510
- #: ../app/models/host/discovered.rb:181
471
+ #: ../app/models/host/discovered.rb:164 ../app/models/host/discovered.rb:183
472
+ msgid "Unable to perform %{action} on %{ips}"
473
+ msgstr ""
474
+
475
+ #: ../app/models/host/discovered.rb:179
511
476
  msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
512
477
  msgstr ""
513
478
 
514
- #: ../app/models/host/discovered.rb:207
479
+ #: ../app/models/host/discovered.rb:203
515
480
  msgid "Invalid hostname: Could not normalize the hostname"
516
481
  msgstr ""
517
482
 
@@ -539,191 +504,183 @@ msgstr ""
539
504
  msgid "Rebuild DNS for %s"
540
505
  msgstr ""
541
506
 
542
- #: ../app/models/setting/discovered.rb:15
507
+ #: ../app/models/setting/discovered.rb:17
543
508
  msgid "The default location to place discovered hosts in"
544
509
  msgstr "Standardplatsen att placera värdar i"
545
510
 
546
- #: ../app/models/setting/discovered.rb:15
511
+ #: ../app/models/setting/discovered.rb:17
547
512
  msgid "Discovery location"
548
513
  msgstr ""
549
514
 
550
- #: ../app/models/setting/discovered.rb:16
515
+ #: ../app/models/setting/discovered.rb:18
551
516
  msgid "The default organization to place discovered hosts in"
552
517
  msgstr "Standardorganisationen att placera hittade värdar i"
553
518
 
554
- #: ../app/models/setting/discovered.rb:16
519
+ #: ../app/models/setting/discovered.rb:18
555
520
  msgid "Discovery organization"
556
521
  msgstr ""
557
522
 
558
- #: ../app/models/setting/discovered.rb:17
523
+ #: ../app/models/setting/discovered.rb:19
559
524
  msgid "Fact name to use for primary interface detection"
560
525
  msgstr ""
561
526
 
562
- #: ../app/models/setting/discovered.rb:17
527
+ #: ../app/models/setting/discovered.rb:19
563
528
  msgid "Interface fact"
564
529
  msgstr ""
565
530
 
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)"
531
+ #: ../app/models/setting/discovered.rb:20
532
+ msgid "Automatic bond interface (if another interface is detected on the same VLAN via LLDP)"
570
533
  msgstr ""
571
534
 
572
- #: ../app/models/setting/discovered.rb:18
535
+ #: ../app/models/setting/discovered.rb:20
573
536
  msgid "Create bond interfaces"
574
537
  msgstr ""
575
538
 
576
- #: ../app/models/setting/discovered.rb:19
539
+ #: ../app/models/setting/discovered.rb:21
577
540
  msgid "Clean all reported facts during provisioning (except discovery facts)"
578
541
  msgstr ""
579
542
 
580
- #: ../app/models/setting/discovered.rb:19
543
+ #: ../app/models/setting/discovered.rb:21
581
544
  msgid "Clean all facts"
582
545
  msgstr ""
583
546
 
584
- #: ../app/models/setting/discovered.rb:20
547
+ #: ../app/models/setting/discovered.rb:22
585
548
  msgid "List of facts to use for the hostname (separated by comma, first wins)"
586
549
  msgstr ""
587
550
 
588
- #: ../app/models/setting/discovered.rb:20
551
+ #: ../app/models/setting/discovered.rb:22
589
552
  msgid "Hostname facts"
590
553
  msgstr ""
591
554
 
592
- #: ../app/models/setting/discovered.rb:21
593
- msgid ""
594
- "Automatically provision newly discovered hosts, according to the "
595
- "provisioning rules"
555
+ #: ../app/models/setting/discovered.rb:23
556
+ msgid "Automatically provision newly discovered hosts, according to the provisioning rules"
596
557
  msgstr ""
597
558
 
598
- #: ../app/models/setting/discovered.rb:21
559
+ #: ../app/models/setting/discovered.rb:23
599
560
  msgid "Auto provisioning"
600
561
  msgstr ""
601
562
 
602
- #: ../app/models/setting/discovered.rb:22
563
+ #: ../app/models/setting/discovered.rb:24
603
564
  msgid "Automatically reboot or kexec discovered host during provisioning"
604
565
  msgstr ""
605
566
 
606
- #: ../app/models/setting/discovered.rb:23
567
+ #: ../app/models/setting/discovered.rb:25
607
568
  msgid "The default prefix to use for the host name, must start with a letter"
608
569
  msgstr ""
609
570
 
610
- #: ../app/models/setting/discovered.rb:23
571
+ #: ../app/models/setting/discovered.rb:25
611
572
  msgid "Hostname prefix"
612
573
  msgstr ""
613
574
 
614
- #: ../app/models/setting/discovered.rb:24
575
+ #: ../app/models/setting/discovered.rb:26
615
576
  msgid "Extra facter columns to show in host lists (separate by comma)"
616
577
  msgstr ""
617
578
 
618
- #: ../app/models/setting/discovered.rb:24
579
+ #: ../app/models/setting/discovered.rb:26
619
580
  msgid "Fact columns"
620
581
  msgstr ""
621
582
 
622
- #: ../app/models/setting/discovered.rb:25
583
+ #: ../app/models/setting/discovered.rb:27
623
584
  msgid "Regex to organize facts for highlights section - e.g. ^(abc|cde)$"
624
585
  msgstr ""
625
586
 
626
- #: ../app/models/setting/discovered.rb:25
587
+ #: ../app/models/setting/discovered.rb:27
627
588
  msgid "Highlighted facts"
628
589
  msgstr ""
629
590
 
630
- #: ../app/models/setting/discovered.rb:26
591
+ #: ../app/models/setting/discovered.rb:28
631
592
  msgid "Regex to organize facts for storage section"
632
593
  msgstr ""
633
594
 
634
- #: ../app/models/setting/discovered.rb:26
595
+ #: ../app/models/setting/discovered.rb:28
635
596
  msgid "Storage facts"
636
597
  msgstr ""
637
598
 
638
- #: ../app/models/setting/discovered.rb:27
599
+ #: ../app/models/setting/discovered.rb:29
639
600
  msgid "Regex to organize facts for software section"
640
601
  msgstr ""
641
602
 
642
- #: ../app/models/setting/discovered.rb:27
603
+ #: ../app/models/setting/discovered.rb:29
643
604
  msgid "Software facts"
644
605
  msgstr ""
645
606
 
646
- #: ../app/models/setting/discovered.rb:28
607
+ #: ../app/models/setting/discovered.rb:30
647
608
  msgid "Regex to organize facts for hardware section"
648
609
  msgstr ""
649
610
 
650
- #: ../app/models/setting/discovered.rb:28
611
+ #: ../app/models/setting/discovered.rb:30
651
612
  msgid "Hardware facts"
652
613
  msgstr ""
653
614
 
654
- #: ../app/models/setting/discovered.rb:29
615
+ #: ../app/models/setting/discovered.rb:31
655
616
  msgid "Regex to organize facts for network section"
656
617
  msgstr ""
657
618
 
658
- #: ../app/models/setting/discovered.rb:29
619
+ #: ../app/models/setting/discovered.rb:31
659
620
  msgid "Network facts"
660
621
  msgstr ""
661
622
 
662
- #: ../app/models/setting/discovered.rb:30
623
+ #: ../app/models/setting/discovered.rb:32
663
624
  msgid "Regex to organize facts for ipmi section"
664
625
  msgstr ""
665
626
 
666
- #: ../app/models/setting/discovered.rb:30
627
+ #: ../app/models/setting/discovered.rb:32
667
628
  msgid "IPMI facts"
668
629
  msgstr ""
669
630
 
670
- #: ../app/models/setting/discovered.rb:31
671
- msgid ""
672
- "Automatically generate PXE configuration to pin a newly discovered host to "
673
- "discovery"
631
+ #: ../app/models/setting/discovered.rb:33
632
+ msgid "Automatically generate PXE configuration to pin a newly discovered host to discovery"
674
633
  msgstr ""
675
634
 
676
- #: ../app/models/setting/discovered.rb:31
635
+ #: ../app/models/setting/discovered.rb:33
677
636
  msgid "Lock PXE"
678
637
  msgstr ""
679
638
 
680
- #: ../app/models/setting/discovered.rb:32
639
+ #: ../app/models/setting/discovered.rb:34
681
640
  msgid "PXELinux template to be used when pinning a host to discovery"
682
641
  msgstr ""
683
642
 
684
- #: ../app/models/setting/discovered.rb:32
643
+ #: ../app/models/setting/discovered.rb:34
685
644
  msgid "Locked PXELinux template name"
686
645
  msgstr ""
687
646
 
688
- #: ../app/models/setting/discovered.rb:33
647
+ #: ../app/models/setting/discovered.rb:35
689
648
  msgid "PXEGrub template to be used when pinning a host to discovery"
690
649
  msgstr ""
691
650
 
692
- #: ../app/models/setting/discovered.rb:33
651
+ #: ../app/models/setting/discovered.rb:35
693
652
  msgid "Locked PXEGrub template name"
694
653
  msgstr ""
695
654
 
696
- #: ../app/models/setting/discovered.rb:34
655
+ #: ../app/models/setting/discovered.rb:36
697
656
  msgid "PXEGrub2 template to be used when pinning a host to discovery"
698
657
  msgstr ""
699
658
 
700
- #: ../app/models/setting/discovered.rb:34
659
+ #: ../app/models/setting/discovered.rb:36
701
660
  msgid "Locked PXEGrub2 template name"
702
661
  msgstr ""
703
662
 
704
- #: ../app/models/setting/discovered.rb:35
663
+ #: ../app/models/setting/discovered.rb:37
705
664
  msgid "Force DNS entries creation when provisioning discovered host"
706
665
  msgstr ""
707
666
 
708
- #: ../app/models/setting/discovered.rb:35
667
+ #: ../app/models/setting/discovered.rb:37
709
668
  msgid "Force DNS"
710
669
  msgstr ""
711
670
 
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)"
671
+ #: ../app/models/setting/discovered.rb:38
672
+ msgid "Do not allow to discover existing managed host matching MAC of a provisioning NIC (errors out early)"
716
673
  msgstr ""
717
674
 
718
- #: ../app/models/setting/discovered.rb:36
675
+ #: ../app/models/setting/discovered.rb:38
719
676
  msgid "Error on existing NIC"
720
677
  msgstr ""
721
678
 
722
- #: ../app/models/setting/discovered.rb:37
679
+ #: ../app/models/setting/discovered.rb:39
723
680
  msgid "Discovery hostname naming pattern"
724
681
  msgstr ""
725
682
 
726
- #: ../app/models/setting/discovered.rb:37
683
+ #: ../app/models/setting/discovered.rb:39
727
684
  msgid "Type of name generator"
728
685
  msgstr ""
729
686
 
@@ -736,20 +693,18 @@ msgid "Discovered host '%{host}' has all NICs filtered out, filter: %{filter}"
736
693
  msgstr ""
737
694
 
738
695
  #: ../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}"
696
+ msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
742
697
  msgstr ""
743
698
 
744
- #: ../app/services/foreman_discovery/host_converter.rb:39
699
+ #: ../app/services/foreman_discovery/host_converter.rb:47
745
700
  msgid "IPAM must be configured for subnet '%s'"
746
701
  msgstr ""
747
702
 
748
- #: ../app/services/foreman_discovery/node_api/node_resource.rb:75
703
+ #: ../app/services/foreman_discovery/node_api/node_resource.rb:76
749
704
  msgid "Image API returned HTTP/%{code} with '%{body}"
750
705
  msgstr ""
751
706
 
752
- #: ../app/services/foreman_discovery/node_api/node_resource.rb:78
707
+ #: ../app/services/foreman_discovery/node_api/node_resource.rb:79
753
708
  msgid "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})"
754
709
  msgstr ""
755
710
 
@@ -767,33 +722,23 @@ msgstr ""
767
722
  msgid "Host"
768
723
  msgstr "Värd"
769
724
 
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
725
+ #: ../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
726
  msgid "Model"
776
727
  msgstr "Modell"
777
728
 
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
729
+ #: ../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
730
  msgid "CPUs"
783
731
  msgstr "CPUer"
784
732
 
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
733
+ #: ../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
734
  msgid "Memory"
790
735
  msgstr "Minne"
791
736
 
792
- #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:25
737
+ #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:23
793
738
  msgid "Customize Host"
794
739
  msgstr ""
795
740
 
796
- #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:26
741
+ #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:24
797
742
  msgid "Create Host"
798
743
  msgstr ""
799
744
 
@@ -805,16 +750,11 @@ msgstr "Markera alla valbara på denna sida"
805
750
  msgid "items selected. Uncheck to Clear"
806
751
  msgstr "poster markerade. Avmarkera för att rensa"
807
752
 
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
753
+ #: ../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
754
  msgid "Name"
813
755
  msgstr "Namn"
814
756
 
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
757
+ #: ../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
758
  msgid "IP Address"
819
759
  msgstr "IPadress"
820
760
 
@@ -826,13 +766,11 @@ msgstr ""
826
766
  msgid "Disks Size"
827
767
  msgstr ""
828
768
 
829
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:15
830
- #: ../app/views/discovered_hosts/_selected_hosts.html.erb:9
769
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:15 ../app/views/discovered_hosts/_selected_hosts.html.erb:9
831
770
  msgid "Location"
832
771
  msgstr "Lokation"
833
772
 
834
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16
835
- #: ../app/views/discovered_hosts/_selected_hosts.html.erb:10
773
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
836
774
  msgid "Organization"
837
775
  msgstr "Organisation"
838
776
 
@@ -844,8 +782,7 @@ msgstr "Subnät"
844
782
  msgid "Last Facts Upload"
845
783
  msgstr ""
846
784
 
847
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19
848
- #: ../app/views/discovery_rules/index.html.erb:12
785
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19 ../app/views/discovery_rules/index.html.erb:12
849
786
  msgid "Actions"
850
787
  msgstr "Åtgärder"
851
788
 
@@ -866,9 +803,7 @@ msgid "Provision %s"
866
803
  msgstr ""
867
804
 
868
805
  #: ../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"
806
+ msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
872
807
  msgstr "Detta kan dröja då alla värdar, fakta och rapporter också kommer bli förstörda"
873
808
 
874
809
  #: ../app/views/discovered_hosts/select_multiple_location.html.erb:5
@@ -912,9 +847,7 @@ msgid "No discovered hosts found in this context."
912
847
  msgstr ""
913
848
 
914
849
  #: ../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."
850
+ msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
918
851
  msgstr ""
919
852
 
920
853
  #: ../app/views/discovered_hosts/welcome.html.erb:9
@@ -929,23 +862,19 @@ msgstr ""
929
862
  msgid "<b>Foreman</b> Discovered hosts summary"
930
863
  msgstr ""
931
864
 
932
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:10
933
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:5
865
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:10 ../app/views/discovered_mailer/discovered_summary.text.erb:5
934
866
  msgid "Summary from %{time} ago to %{now}"
935
867
  msgstr ""
936
868
 
937
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:11
938
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:3
869
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:11 ../app/views/discovered_mailer/discovered_summary.text.erb:3
939
870
  msgid "Discovered hosts from Foreman server at %{foreman_url}"
940
871
  msgstr ""
941
872
 
942
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:22
943
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:14
873
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:22 ../app/views/discovered_mailer/discovered_summary.text.erb:14
944
874
  msgid "Disk count"
945
875
  msgstr ""
946
876
 
947
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:23
948
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:15
877
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:23 ../app/views/discovered_mailer/discovered_summary.text.erb:15
949
878
  msgid "Disks size"
950
879
  msgstr ""
951
880
 
@@ -994,41 +923,30 @@ msgid "Rule priority (lower integer means higher priority)"
994
923
  msgstr ""
995
924
 
996
925
  #: ../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)."
926
+ msgid "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB)."
1000
927
  msgstr ""
1001
928
 
1002
929
  #: ../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."
930
+ msgid "Domain will be appended automatically. A hostname based on MAC address will be used when left blank."
1006
931
  msgstr ""
1007
932
 
1008
933
  #: ../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:"
934
+ msgid "In addition to @host attribute function rand for random integers is available. Examples:"
1012
935
  msgstr ""
1013
936
 
1014
937
  #: ../app/views/discovery_rules/_template_inline.erb:8
1015
- msgid ""
1016
- "When creating hostname patterns, make sure the resulting host names are "
1017
- "unique."
938
+ msgid "When creating hostname patterns, make sure the resulting host names are unique."
1018
939
  msgstr ""
1019
940
 
1020
941
  #: ../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)."
942
+ 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
943
  msgstr ""
1025
944
 
1026
945
  #: ../app/views/discovery_rules/edit.html.erb:1
1027
946
  msgid "Edit %s"
1028
947
  msgstr "Redigera %s"
1029
948
 
1030
- #: ../app/views/discovery_rules/index.html.erb:1
1031
- #: ../lib/foreman_discovery/engine.rb:163
949
+ #: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:163
1032
950
  msgid "Discovery Rules"
1033
951
  msgstr ""
1034
952
 
@@ -1093,13 +1011,25 @@ msgid "Discovery Proxy"
1093
1011
  msgstr ""
1094
1012
 
1095
1013
  #: ../lib/foreman_discovery/engine.rb:189
1096
- msgid ""
1097
- "Discovery Proxy to use within this subnet for managing connection to "
1098
- "discovered hosts"
1014
+ msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1099
1015
  msgstr ""
1100
1016
 
1101
1017
  #: ../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"
1018
+ msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1019
+ msgstr ""
1020
+
1021
+ #: action_names.rb:2
1022
+ msgid "Remote action:"
1023
+ msgstr ""
1024
+
1025
+ #: action_names.rb:3
1026
+ msgid "Import Puppet classes"
1027
+ msgstr ""
1028
+
1029
+ #: action_names.rb:4
1030
+ msgid "Import facts"
1031
+ msgstr ""
1032
+
1033
+ #: action_names.rb:5
1034
+ msgid "Action with sub plans"
1105
1035
  msgstr ""