foreman_puppet 3.0.5 → 4.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (44) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -1
  3. data/db/migrate/20220421204325_drop_environment_from_host_and_hg.foreman_puppet.rb +8 -0
  4. data/lib/foreman_puppet/register.rb +4 -4
  5. data/lib/foreman_puppet/version.rb +1 -1
  6. data/locale/ca/foreman_puppet.edit.po +237 -111
  7. data/locale/cs_CZ/foreman_puppet.edit.po +213 -105
  8. data/locale/de/foreman_puppet.edit.po +326 -148
  9. data/locale/en/foreman_puppet.edit.po +80 -172
  10. data/locale/en_GB/foreman_puppet.edit.po +200 -100
  11. data/locale/es/foreman_puppet.edit.po +304 -133
  12. data/locale/fr/foreman_puppet.edit.po +313 -135
  13. data/locale/gl/foreman_puppet.edit.po +210 -102
  14. data/locale/it/foreman_puppet.edit.po +250 -116
  15. data/locale/ja/foreman_puppet.edit.po +223 -107
  16. data/locale/ko/foreman_puppet.edit.po +202 -101
  17. data/locale/messages.mo +0 -0
  18. data/locale/nl_NL/foreman_puppet.edit.po +243 -115
  19. data/locale/pl/foreman_puppet.edit.po +260 -121
  20. data/locale/pt_BR/foreman_puppet.edit.po +317 -139
  21. data/locale/ru/foreman_puppet.edit.po +258 -122
  22. data/locale/sv_SE/foreman_puppet.edit.po +209 -103
  23. data/locale/zh_CN/foreman_puppet.edit.po +209 -105
  24. data/locale/zh_TW/foreman_puppet.edit.po +202 -103
  25. data/package.json +7 -7
  26. data/test/controllers/foreman_puppet/api/v2/override_values_controller_test.rb +6 -2
  27. data/test/models/foreman_puppet/host_test.rb +6 -0
  28. data/webpack/global_index.js +11 -0
  29. data/webpack/index.js +0 -7
  30. data/webpack/legacy.js +31 -0
  31. data/webpack/src/Extends/Fills/index.js +26 -0
  32. data/webpack/src/Extends/Host/PuppetTab/Routes.js +47 -0
  33. data/webpack/src/Extends/Host/PuppetTab/SubTabs/ENCPreview/ENCTab.js +61 -0
  34. data/webpack/src/Extends/Host/PuppetTab/SubTabs/ENCPreview/index.js +53 -0
  35. data/webpack/src/Extends/Host/PuppetTab/SubTabs/EmptyPage.js +19 -0
  36. data/webpack/src/Extends/Host/PuppetTab/SubTabs/Reports/components/DescriptionCard.js +71 -0
  37. data/webpack/src/Extends/Host/PuppetTab/SubTabs/Reports/index.js +45 -0
  38. data/webpack/src/Extends/Host/PuppetTab/SubTabs/Reports/styles.scss +7 -0
  39. data/webpack/src/Extends/Host/PuppetTab/constants.js +8 -0
  40. data/webpack/src/Extends/Host/PuppetTab/helpers.js +3 -0
  41. data/webpack/src/Extends/Host/PuppetTab/index.js +51 -0
  42. metadata +67 -55
  43. data/app/views/smart_proxies/plugins/_puppet_ca.html.erb +0 -44
  44. data/webpack/fills_index.js +0 -30
@@ -2,22 +2,22 @@
2
2
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
3
  # This file is distributed under the same license as the foreman_puppet package.
4
4
  # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
- #
5
+ #
6
6
  # Translators:
7
7
  # 0868a4d1af5275b3f70b0a6dac4c99a4, 2021
8
8
  # Robin Friberg <robin.friberg@gmail.com>, 2021
9
9
  # Mikael Fridh <frimik@gmail.com>, 2021
10
10
  # johnny.westerlund <johnny.westerlund@gmail.com>, 2021
11
- #
11
+ #
12
+ #, fuzzy
12
13
  msgid ""
13
14
  msgstr ""
14
- "Project-Id-Version: foreman_puppet 3.0.2\n"
15
+ "Project-Id-Version: foreman_puppet 2.0.0.alpha.2\n"
15
16
  "Report-Msgid-Bugs-To: \n"
16
- "POT-Creation-Date: 2022-02-28 12:33+0100\n"
17
+ "POT-Creation-Date: 2021-11-10 11:17+0000\n"
17
18
  "PO-Revision-Date: 2021-02-03 16:30+0000\n"
18
19
  "Last-Translator: johnny.westerlund <johnny.westerlund@gmail.com>, 2021\n"
19
- "Language-Team: Swedish (Sweden) (https://www.transifex.com/foreman/teams/114/s"
20
- "v_SE/)\n"
20
+ "Language-Team: Swedish (Sweden) (https://www.transifex.com/foreman/teams/114/sv_SE/)\n"
21
21
  "MIME-Version: 1.0\n"
22
22
  "Content-Type: text/plain; charset=UTF-8\n"
23
23
  "Content-Transfer-Encoding: 8bit\n"
@@ -25,23 +25,32 @@ msgstr ""
25
25
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
26
26
 
27
27
  #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:15
28
- msgid "Ignored environment names resulting in booleans found. Please quote strings like true/false and yes/no in config/ignored_environments.yml"
28
+ msgid ""
29
+ "Ignored environment names resulting in booleans found. Please quote strings "
30
+ "like true/false and yes/no in config/ignored_environments.yml"
29
31
  msgstr ""
30
32
 
31
- #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:21 ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:84
33
+ #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:21
34
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:82
32
35
  msgid "No changes to your environments detected"
33
36
  msgstr ""
34
37
 
35
38
  #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:32
36
- msgid "Successfully updated environments and Puppet classes from the on-disk Puppet installation"
39
+ msgid ""
40
+ "Successfully updated environments and Puppet classes from the on-disk Puppet"
41
+ " installation"
37
42
  msgstr ""
38
43
 
39
44
  #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:34
40
- msgid "Failed to update environments and Puppet classes from the on-disk Puppet installation: %s"
45
+ msgid ""
46
+ "Failed to update environments and Puppet classes from the on-disk Puppet "
47
+ "installation: %s"
41
48
  msgstr ""
42
49
 
43
50
  #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:46
44
- msgid "No smart proxy was found to import environments from, ensure that at least one smart proxy is registered with the 'puppet' feature"
51
+ msgid ""
52
+ "No smart proxy was found to import environments from, ensure that at least "
53
+ "one smart proxy is registered with the 'puppet' feature"
45
54
  msgstr ""
46
55
 
47
56
  #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:53
@@ -72,40 +81,51 @@ msgstr ""
72
81
  msgid "Deprecated in favor of hostgroup/puppet_attributes/config_group_ids"
73
82
  msgstr ""
74
83
 
75
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:23 ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:23
84
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:23
85
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:23
76
86
  msgid "ID of associated puppet Environment"
77
87
  msgstr ""
78
88
 
79
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:24 ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:24
89
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:24
90
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:24
80
91
  msgid "IDs of associated Puppetclasses"
81
92
  msgstr ""
82
93
 
83
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:25 ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:25
94
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:25
95
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:25
84
96
  msgid "IDs of associated ConfigGroups"
85
97
  msgstr ""
86
98
 
87
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:16
99
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:14
88
100
  msgid "Import puppet classes from puppet proxy"
89
101
  msgstr ""
90
102
 
91
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:17 ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:18
103
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:15
104
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:16
92
105
  msgid "Import puppet classes from puppet proxy for an environment"
93
106
  msgstr ""
94
107
 
95
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:23
96
- msgid "Optional comma-delimited stringcontaining either 'new', 'updated', or 'obsolete'that is used to limit the imported Puppet classes"
108
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:21
109
+ msgid ""
110
+ "Optional comma-delimited stringcontaining either 'new', 'updated', or "
111
+ "'obsolete'that is used to limit the imported Puppet classes"
97
112
  msgstr ""
98
113
 
99
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:51
100
- msgid "Failed to update the environments and Puppet classes from the on-disk puppet installation: %s"
114
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:49
115
+ msgid ""
116
+ "Failed to update the environments and Puppet classes from the on-disk puppet"
117
+ " installation: %s"
101
118
  msgstr ""
102
119
 
103
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:82
120
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:80
104
121
  msgid "The requested environment cannot be found."
105
122
  msgstr ""
106
123
 
107
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:114 ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:128
108
- msgid "No proxy found to import classes from, ensure that the smart proxy has the Puppet feature enabled."
124
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:110
125
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:123
126
+ msgid ""
127
+ "No proxy found to import classes from, ensure that the smart proxy has the "
128
+ "Puppet feature enabled."
109
129
  msgstr ""
110
130
 
111
131
  #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:9
@@ -132,7 +152,9 @@ msgstr ""
132
152
  msgid "environment id"
133
153
  msgstr ""
134
154
 
135
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:31 ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:20 ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:55
155
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:31
156
+ #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:20
157
+ #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:55
136
158
  msgid "ID of environment"
137
159
  msgstr ""
138
160
 
@@ -156,7 +178,8 @@ msgstr ""
156
178
  msgid "Deprecated in favor of host/puppet_attributes/config_group_ids"
157
179
  msgstr ""
158
180
 
159
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:62 ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:115
181
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:62
182
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:115
160
183
  msgid "No environment selected!"
161
184
  msgstr "Ingen miljö vald!"
162
185
 
@@ -184,18 +207,22 @@ msgstr ""
184
207
  msgid "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}"
185
208
  msgstr ""
186
209
 
187
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:176 ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:191
210
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:176
211
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:191
188
212
  msgid "The %{proxy_type} proxy of the selected hosts was cleared."
189
213
  msgstr ""
190
214
 
191
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:179 ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:194
215
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:179
216
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:194
192
217
  msgid "The %{proxy_type} proxy could not be set for host: %{host_names}."
193
- msgid_plural "The %{proxy_type} puppet ca proxy could not be set for hosts: %{host_names}"
218
+ msgid_plural ""
219
+ "The %{proxy_type} puppet ca proxy could not be set for hosts: %{host_names}"
194
220
  msgstr[0] ""
195
221
  msgstr[1] ""
196
222
 
197
223
  #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:189
198
- msgid "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}."
224
+ msgid ""
225
+ "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}."
199
226
  msgstr ""
200
227
 
201
228
  #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:204
@@ -242,7 +269,12 @@ msgstr "Lista miljöer per plats"
242
269
  msgid "List environments per organization"
243
270
  msgstr "Lista miljöer per organisation"
244
271
 
245
- #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:18 ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:20 ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:29 ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:19 ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:28 ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:56
272
+ #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:18
273
+ #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:20
274
+ #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:29
275
+ #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:19
276
+ #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:28
277
+ #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:56
246
278
  msgid "ID of Puppet class"
247
279
  msgstr ""
248
280
 
@@ -270,7 +302,10 @@ msgstr ""
270
302
  msgid "Add a Puppet class to host"
271
303
  msgstr "Lägg till Puppet-klass till värd"
272
304
 
273
- #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:19 ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:28 ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:18 ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:53
305
+ #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:19
306
+ #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:28
307
+ #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:18
308
+ #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:53
274
309
  msgid "ID of host"
275
310
  msgstr "ID för värd"
276
311
 
@@ -286,7 +321,10 @@ msgstr ""
286
321
  msgid "Add a Puppet class to host group"
287
322
  msgstr ""
288
323
 
289
- #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:18 ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:27 ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:19 ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:54
324
+ #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:18
325
+ #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:27
326
+ #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:19
327
+ #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:54
290
328
  msgid "ID of host group"
291
329
  msgstr "ID för värdgrupp"
292
330
 
@@ -298,7 +336,10 @@ msgstr ""
298
336
  msgid "List of override values for a specific smart class parameter"
299
337
  msgstr ""
300
338
 
301
- #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:21 ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:30 ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:24 ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:36
339
+ #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:21
340
+ #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:30
341
+ #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:24
342
+ #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:36
302
343
  msgid "Display hidden values"
303
344
  msgstr ""
304
345
 
@@ -399,7 +440,9 @@ msgid "List of smart class parameters for a specific environment"
399
440
  msgstr ""
400
441
 
401
442
  #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:19
402
- msgid "List of smart class parameters for a specific environment/Puppet class combination"
443
+ msgid ""
444
+ "List of smart class parameters for a specific environment/Puppet class "
445
+ "combination"
403
446
  msgstr ""
404
447
 
405
448
  #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:34
@@ -427,10 +470,13 @@ msgid "When enabled the parameter is hidden in the UI"
427
470
  msgstr ""
428
471
 
429
472
  #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:49
430
- msgid "Foreman will not send this parameter in classification output.Puppet will use the value defined in the Puppet manifest for this parameter"
473
+ msgid ""
474
+ "Foreman will not send this parameter in classification output.Puppet will "
475
+ "use the value defined in the Puppet manifest for this parameter"
431
476
  msgstr ""
432
477
 
433
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:51 ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:54
478
+ #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:51
479
+ #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:54
434
480
  msgid "The order in which values are resolved"
435
481
  msgstr "I vilken ordning värden slås upp"
436
482
 
@@ -447,7 +493,9 @@ msgid "Types of variable values"
447
493
  msgstr ""
448
494
 
449
495
  #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:56
450
- msgid "If true, will raise an error if there is no default value and no matcher provide a value"
496
+ msgid ""
497
+ "If true, will raise an error if there is no default value and no matcher "
498
+ "provide a value"
451
499
  msgstr ""
452
500
 
453
501
  #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:57
@@ -467,14 +515,17 @@ msgid "Successfully overridden all parameters of Puppet class %s"
467
515
  msgstr ""
468
516
 
469
517
  #: ../app/controllers/foreman_puppet/puppetclasses_controller.rb:63
470
- msgid "Successfully reset all parameters of Puppet class %s to their default values"
518
+ msgid ""
519
+ "Successfully reset all parameters of Puppet class %s to their default values"
471
520
  msgstr ""
472
521
 
473
522
  #: ../app/controllers/foreman_puppet/puppetclasses_controller.rb:66
474
523
  msgid "No parameters to override for Puppet class %s"
475
524
  msgstr ""
476
525
 
477
- #: ../app/helpers/foreman_puppet/environments_helper.rb:13 ../app/views/foreman_puppet/environments/new.html.erb:5 ../webpack/src/Components/Environments/Welcome.js:9
526
+ #: ../app/helpers/foreman_puppet/environments_helper.rb:13
527
+ #: ../app/views/foreman_puppet/environments/new.html.erb:5
528
+ #: ../webpack/src/Components/Environments/Welcome.js:9
478
529
  msgid "Create Puppet Environment"
479
530
  msgstr ""
480
531
 
@@ -531,7 +582,9 @@ msgid "Required parameter without value.<br/><b>Please override!</b><br/>"
531
582
  msgstr ""
532
583
 
533
584
  #: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:116
534
- msgid "Optional parameter without value.<br/><i>Still managed by Foreman, the value will be empty.</i><br/>"
585
+ msgid ""
586
+ "Optional parameter without value.<br/><i>Still managed by Foreman, the value"
587
+ " will be empty.</i><br/>"
535
588
  msgstr ""
536
589
 
537
590
  #: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:5
@@ -568,7 +621,8 @@ msgid_plural "%{name} has %{num_tag} classes"
568
621
  msgstr[0] ""
569
622
  msgstr[1] ""
570
623
 
571
- #: ../app/helpers/foreman_puppet/puppetclasses_helper.rb:33 ../webpack/src/foreman_class_edit.js:55
624
+ #: ../app/helpers/foreman_puppet/puppetclasses_helper.rb:33
625
+ #: ../webpack/src/foreman_class_edit.js:55
572
626
  msgid "Click to remove %s"
573
627
  msgstr "Klicka för att ta bort %s"
574
628
 
@@ -576,7 +630,8 @@ msgstr "Klicka för att ta bort %s"
576
630
  msgid "Click to add %s"
577
631
  msgstr "Klicka för att lägga till %s"
578
632
 
579
- #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:6 ../app/helpers/foreman_puppet/template_combinations_helper.rb:7
633
+ #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:6
634
+ #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:7
580
635
  msgid "None"
581
636
  msgstr "Ingen"
582
637
 
@@ -611,8 +666,12 @@ msgid "Operating system default"
611
666
  msgstr "Standardoperativsystem"
612
667
 
613
668
  #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:27
614
- msgid "The final entry, Operating System default, can be set by editing the %s page."
615
- msgstr "Sista inlägget, förinställt Operativsystem, kan ställas in genom att editera %s sidan."
669
+ msgid ""
670
+ "The final entry, Operating System default, can be set by editing the %s "
671
+ "page."
672
+ msgstr ""
673
+ "Sista inlägget, förinställt Operativsystem, kan ställas in genom att editera"
674
+ " %s sidan."
616
675
 
617
676
  #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:28
618
677
  msgid "Operating System"
@@ -627,11 +686,17 @@ msgid "%{puppetclass} does not belong to the %{environment} environment"
627
686
  msgstr ""
628
687
 
629
688
  #: ../app/models/foreman_puppet/host_puppet_facet.rb:81
630
- msgid "Failed to import %{klass} for %{name}: doesn't exists in our database - ignoring"
631
- msgstr "Misslyckades med att importera %{klass} grund av att %{name}: inte existerar i vår databas - ignorerar"
689
+ msgid ""
690
+ "Failed to import %{klass} for %{name}: doesn't exists in our database - "
691
+ "ignoring"
692
+ msgstr ""
693
+ "Misslyckades med att importera %{klass} på grund av att %{name}: inte "
694
+ "existerar i vår databas - ignorerar"
632
695
 
633
696
  #: ../app/models/foreman_puppet/host_puppet_facet.rb:123
634
- msgid "with id %{object_id} doesn't exist or is not assigned to proper organization and/or location"
697
+ msgid ""
698
+ "with id %{object_id} doesn't exist or is not assigned to proper organization"
699
+ " and/or location"
635
700
  msgstr ""
636
701
 
637
702
  #: ../app/models/foreman_puppet/puppetclass_lookup_key.rb:51
@@ -686,7 +751,11 @@ msgstr "Markera/Avmarkera förlegade"
686
751
  msgid "Check/Uncheck all"
687
752
  msgstr "Markera/Avmarkera samtliga"
688
753
 
689
- #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:24 ../app/views/foreman_puppet/environments/_form.html.erb:4 ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:4 ../app/views/hosts/select_multiple_environment.html.erb:7 ../app/views/provisioning_templates/_combination.html.erb:4
754
+ #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:24
755
+ #: ../app/views/foreman_puppet/environments/_form.html.erb:4
756
+ #: ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:4
757
+ #: ../app/views/hosts/select_multiple_environment.html.erb:7
758
+ #: ../app/views/provisioning_templates/_combination.html.erb:4
690
759
  msgid "Environment"
691
760
  msgstr "Miljö"
692
761
 
@@ -726,19 +795,20 @@ msgstr "Avbryt"
726
795
  msgid "Update"
727
796
  msgstr "Uppdatera"
728
797
 
729
- #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:14
798
+ #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:10
730
799
  msgid "included already from parent"
731
800
  msgstr ""
732
801
 
733
- #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:18 ../app/views/provisioning_templates/_combination.html.erb:4
802
+ #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:14
803
+ #: ../app/views/provisioning_templates/_combination.html.erb:4
734
804
  msgid "Remove"
735
805
  msgstr ""
736
806
 
737
- #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:18
807
+ #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:14
738
808
  msgid "Add"
739
809
  msgstr ""
740
810
 
741
- #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:30
811
+ #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:26
742
812
  msgid "%s is not in environment"
743
813
  msgstr ""
744
814
 
@@ -750,40 +820,57 @@ msgstr ""
750
820
  msgid "Available Config Groups"
751
821
  msgstr ""
752
822
 
753
- #: ../app/views/foreman_puppet/config_groups/edit.html.erb:1 ../app/views/foreman_puppet/environments/edit.html.erb:1 ../app/views/foreman_puppet/puppetclass_lookup_keys/edit.html.erb:1
823
+ #: ../app/views/foreman_puppet/config_groups/edit.html.erb:1
824
+ #: ../app/views/foreman_puppet/environments/edit.html.erb:1
825
+ #: ../app/views/foreman_puppet/puppetclass_lookup_keys/edit.html.erb:1
754
826
  msgid "Edit %s"
755
827
  msgstr "Redigera %s"
756
828
 
757
- #: ../app/views/foreman_puppet/config_groups/index.html.erb:3 ../app/views/foreman_puppet/config_groups/welcome.html.erb:1 ../app/views/foreman_puppet/config_groups/welcome.html.erb:9 ../lib/foreman_puppet/register.rb:172
829
+ #: ../app/views/foreman_puppet/config_groups/index.html.erb:3
830
+ #: ../app/views/foreman_puppet/config_groups/welcome.html.erb:1
831
+ #: ../app/views/foreman_puppet/config_groups/welcome.html.erb:9
832
+ #: ../lib/foreman_puppet/register.rb:171
758
833
  msgid "Config Groups"
759
834
  msgstr ""
760
835
 
761
- #: ../app/views/foreman_puppet/config_groups/index.html.erb:5 ../app/views/foreman_puppet/config_groups/new.html.erb:1 ../app/views/foreman_puppet/config_groups/welcome.html.erb:5
836
+ #: ../app/views/foreman_puppet/config_groups/index.html.erb:5
837
+ #: ../app/views/foreman_puppet/config_groups/new.html.erb:1
838
+ #: ../app/views/foreman_puppet/config_groups/welcome.html.erb:5
762
839
  msgid "Create Config Group"
763
840
  msgstr ""
764
841
 
765
- #: ../app/views/foreman_puppet/config_groups/index.html.erb:11 ../app/views/foreman_puppet/puppetclasses/index.html.erb:1
842
+ #: ../app/views/foreman_puppet/config_groups/index.html.erb:11
843
+ #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:1
766
844
  msgid "Puppet Classes"
767
845
  msgstr "Puppet Klasser"
768
846
 
769
- #: ../app/views/foreman_puppet/config_groups/index.html.erb:12 ../app/views/foreman_puppet/environments/index.html.erb:9 ../app/views/foreman_puppet/puppetclasses/index.html.erb:12
847
+ #: ../app/views/foreman_puppet/config_groups/index.html.erb:12
848
+ #: ../app/views/foreman_puppet/environments/index.html.erb:9
849
+ #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:12
770
850
  msgid "Hosts"
771
851
  msgstr "Värdar"
772
852
 
773
- #: ../app/views/foreman_puppet/config_groups/index.html.erb:13 ../app/views/foreman_puppet/puppetclasses/index.html.erb:11
853
+ #: ../app/views/foreman_puppet/config_groups/index.html.erb:13
854
+ #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:11
774
855
  msgid "Host Groups"
775
856
  msgstr "Värdgrupper"
776
857
 
777
- #: ../app/views/foreman_puppet/config_groups/index.html.erb:14 ../app/views/foreman_puppet/environments/index.html.erb:10 ../app/views/foreman_puppet/puppetclasses/index.html.erb:14
858
+ #: ../app/views/foreman_puppet/config_groups/index.html.erb:14
859
+ #: ../app/views/foreman_puppet/environments/index.html.erb:10
860
+ #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:14
778
861
  msgid "Actions"
779
862
  msgstr "Åtgärder"
780
863
 
781
- #: ../app/views/foreman_puppet/config_groups/index.html.erb:25 ../app/views/foreman_puppet/puppetclasses/index.html.erb:36
864
+ #: ../app/views/foreman_puppet/config_groups/index.html.erb:25
865
+ #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:36
782
866
  msgid "Delete %s?"
783
867
  msgstr "Radera %s?"
784
868
 
785
869
  #: ../app/views/foreman_puppet/config_groups/welcome.html.erb:4
786
- msgid "A config group provides a one-step method of associating many Puppet classes to either a host or host group. Typically this would be used to add a particular application profile or stack in one step."
870
+ msgid ""
871
+ "A config group provides a one-step method of associating many Puppet classes"
872
+ " to either a host or host group. Typically this would be used to add a "
873
+ "particular application profile or stack in one step."
787
874
  msgstr ""
788
875
 
789
876
  #: ../app/views/foreman_puppet/environments/_form.html.erb:6
@@ -794,7 +881,9 @@ msgstr "Lokationer"
794
881
  msgid "Organizations"
795
882
  msgstr "Organisationer"
796
883
 
797
- #: ../app/views/foreman_puppet/environments/edit.html.erb:5 ../app/views/foreman_puppet/environments/index.html.erb:1 ../app/views/foreman_puppet/environments/new.html.erb:4
884
+ #: ../app/views/foreman_puppet/environments/edit.html.erb:5
885
+ #: ../app/views/foreman_puppet/environments/index.html.erb:1
886
+ #: ../app/views/foreman_puppet/environments/new.html.erb:4
798
887
  msgid "Puppet Environments"
799
888
  msgstr "Puppet Miljöer"
800
889
 
@@ -802,7 +891,8 @@ msgstr "Puppet Miljöer"
802
891
  msgid "Environment|Name"
803
892
  msgstr "Namn"
804
893
 
805
- #: ../app/views/foreman_puppet/environments/index.html.erb:22 ../lib/foreman_puppet/register.rb:169
894
+ #: ../app/views/foreman_puppet/environments/index.html.erb:22
895
+ #: ../lib/foreman_puppet/register.rb:168
806
896
  msgid "Classes"
807
897
  msgstr "Klasser"
808
898
 
@@ -810,7 +900,8 @@ msgstr "Klasser"
810
900
  msgid "Create Environment"
811
901
  msgstr ""
812
902
 
813
- #: ../app/views/foreman_puppet/environments/welcome.html.erb:1 ../app/views/foreman_puppet/puppetclasses/_form.html.erb:14
903
+ #: ../app/views/foreman_puppet/environments/welcome.html.erb:1
904
+ #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:14
814
905
  msgid "Puppet environments"
815
906
  msgstr "Puppetmiljöer"
816
907
 
@@ -827,10 +918,15 @@ msgid "No environments found"
827
918
  msgstr ""
828
919
 
829
920
  #: ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:27
830
- msgid "There are no puppet environments set up on this puppet master. Please check the puppet master configuration."
921
+ msgid ""
922
+ "There are no puppet environments set up on this puppet master. Please check "
923
+ "the puppet master configuration."
831
924
  msgstr ""
832
925
 
833
- #: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:1 ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:1 ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:8 ../lib/foreman_puppet/register.rb:175
926
+ #: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:1
927
+ #: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:1
928
+ #: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:8
929
+ #: ../lib/foreman_puppet/register.rb:174
834
930
  msgid "Smart Class Parameters"
835
931
  msgstr ""
836
932
 
@@ -838,7 +934,9 @@ msgstr ""
838
934
  msgid "Parameter"
839
935
  msgstr "Parameter"
840
936
 
841
- #: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:7 ../app/views/foreman_puppet/puppetclasses/_classes_parameters.html.erb:4 ../app/views/foreman_puppet/puppetclasses/_form.html.erb:7
937
+ #: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:7
938
+ #: ../app/views/foreman_puppet/puppetclasses/_classes_parameters.html.erb:4
939
+ #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:7
842
940
  msgid "Puppet Class"
843
941
  msgstr "Puppet Klass"
844
942
 
@@ -847,14 +945,18 @@ msgid "Number of Overrides"
847
945
  msgstr ""
848
946
 
849
947
  #: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:4
850
- msgid "Parameterized class support permits detecting, importing, and supplying parameters directly to classes which support it, via the ENC and depending on a set of rules (Smart Matchers)."
948
+ msgid ""
949
+ "Parameterized class support permits detecting, importing, and supplying "
950
+ "parameters directly to classes which support it, via the ENC and depending "
951
+ "on a set of rules (Smart Matchers)."
851
952
  msgstr ""
852
953
 
853
954
  #: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:8
854
955
  msgid "Included Classes"
855
956
  msgstr "Inkluderade Klasser"
856
957
 
857
- #: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:26 ../app/views/foreman_puppet/puppetclasses/_classes.html.erb:10
958
+ #: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:26
959
+ #: ../app/views/foreman_puppet/puppetclasses/_classes.html.erb:10
858
960
  msgid "Not authorized to edit classes"
859
961
  msgstr "Inte auktoriserad att redigera klasser"
860
962
 
@@ -870,7 +972,8 @@ msgstr "Tillgängliga Klasser"
870
972
  msgid "Filter classes"
871
973
  msgstr "Filterklasser"
872
974
 
873
- #: ../app/views/foreman_puppet/puppetclasses/_classes_in_groups.html.erb:2 ../webpack/src/foreman_class_edit.js:84
975
+ #: ../app/views/foreman_puppet/puppetclasses/_classes_in_groups.html.erb:2
976
+ #: ../webpack/src/foreman_class_edit.js:84
874
977
  msgid "belongs to config group"
875
978
  msgstr "tillhör konfigurationsgrupp"
876
979
 
@@ -887,7 +990,9 @@ msgid "Omit"
887
990
  msgstr ""
888
991
 
889
992
  #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:4
890
- msgid "The class could not be saved because of an error in one of the class parameters."
993
+ msgid ""
994
+ "The class could not be saved because of an error in one of the class "
995
+ "parameters."
891
996
  msgstr ""
892
997
 
893
998
  #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:8
@@ -903,8 +1008,12 @@ msgid "This Puppet class has no parameters in its signature."
903
1008
  msgstr "Denna Puppetklassen har inga parametrar i sin signatur."
904
1009
 
905
1010
  #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:23
906
- msgid "To update the class signature, go to the Puppet Classes page and select \"Import\"."
907
- msgstr "För att uppdatera klasssignaturen, till Puppetklasser sidan och välj \"Importera\"."
1011
+ msgid ""
1012
+ "To update the class signature, go to the Puppet Classes page and select "
1013
+ "\"Import\"."
1014
+ msgstr ""
1015
+ "För att uppdatera klasssignaturen, gå till Puppetklasser sidan och välj "
1016
+ "\"Importera\"."
908
1017
 
909
1018
  #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:28
910
1019
  msgid "Filter by name"
@@ -926,7 +1035,10 @@ msgstr "Redigera Puppetklass %s"
926
1035
  msgid "Puppetclass|Name"
927
1036
  msgstr "Namn"
928
1037
 
929
- #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:10 ../app/views/smart_proxies/plugins/_puppet.html.erb:4 ../lib/foreman_puppet/register.rb:166 ../webpack/src/Components/Environments/Welcome.js:21
1038
+ #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:10
1039
+ #: ../app/views/smart_proxies/plugins/_puppet.html.erb:4
1040
+ #: ../lib/foreman_puppet/register.rb:165
1041
+ #: ../webpack/src/Components/Environments/Welcome.js:21
930
1042
  msgid "Environments"
931
1043
  msgstr "Miljöer"
932
1044
 
@@ -947,21 +1059,23 @@ msgid "Set parameters to defaults"
947
1059
  msgstr ""
948
1060
 
949
1061
  #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:38
950
- msgid "This will reset parameters of the class %s to their default values. Continue?"
1062
+ msgid ""
1063
+ "This will reset parameters of the class %s to their default values. "
1064
+ "Continue?"
951
1065
  msgstr ""
952
1066
 
953
1067
  #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:16
954
- msgid "Puppet Class Parameters"
955
- msgstr ""
956
-
957
- #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:21
958
1068
  msgid "Notice"
959
1069
  msgstr "Notis"
960
1070
 
961
- #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:22
1071
+ #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:17
962
1072
  msgid "Please select an environment first"
963
1073
  msgstr "Vänligen välj en miljö först"
964
1074
 
1075
+ #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:21
1076
+ msgid "Puppet Class Parameters"
1077
+ msgstr ""
1078
+
965
1079
  #: ../app/views/hosts/select_multiple_environment.html.erb:4
966
1080
  msgid "Select environment"
967
1081
  msgstr "Välj miljö"
@@ -990,28 +1104,21 @@ msgstr ""
990
1104
  msgid "Add Combination"
991
1105
  msgstr ""
992
1106
 
993
- #: ../app/views/smart_proxies/plugins/_puppet.html.erb:3 ../app/views/smart_proxies/plugins/_puppet_ca.html.erb:2
1107
+ #: ../app/views/smart_proxies/plugins/_puppet.html.erb:3
994
1108
  msgid "General"
995
1109
  msgstr ""
996
1110
 
997
- #: ../app/views/smart_proxies/plugins/_puppet.html.erb:12 ../app/views/smart_proxies/plugins/_puppet_ca.html.erb:16
1111
+ #: ../app/views/smart_proxies/plugins/_puppet.html.erb:12
998
1112
  msgid "Hosts managed:"
999
1113
  msgstr ""
1000
1114
 
1001
- #: ../app/views/smart_proxies/plugins/_puppet_ca.html.erb:4
1002
- msgid "Certificates"
1003
- msgstr ""
1004
-
1005
- #: ../app/views/smart_proxies/plugins/_puppet_ca.html.erb:7
1006
- msgid "Autosign entries"
1007
- msgstr ""
1008
-
1009
1115
  #: ../lib/foreman_puppet/register.rb:7
1010
1116
  msgid "Facts"
1011
1117
  msgstr "Fakta"
1012
1118
 
1013
1119
  #: ../lib/foreman_puppet/register.rb:10
1014
- msgid "Foreman will default to this puppet environment if it cannot auto detect one"
1120
+ msgid ""
1121
+ "Foreman will default to this puppet environment if it cannot auto detect one"
1015
1122
  msgstr ""
1016
1123
 
1017
1124
  #: ../lib/foreman_puppet/register.rb:12
@@ -1019,7 +1126,10 @@ msgid "Default Puppet environment"
1019
1126
  msgstr ""
1020
1127
 
1021
1128
  #: ../lib/foreman_puppet/register.rb:16
1022
- msgid "Foreman will explicitly set the puppet environment in the ENC yaml output. This will avoid conflicts between the environment in puppet.conf and the environment set in Foreman"
1129
+ msgid ""
1130
+ "Foreman will explicitly set the puppet environment in the ENC yaml output. "
1131
+ "This will avoid conflicts between the environment in puppet.conf and the "
1132
+ "environment set in Foreman"
1023
1133
  msgstr ""
1024
1134
 
1025
1135
  #: ../lib/foreman_puppet/register.rb:19
@@ -1039,7 +1149,9 @@ msgid "Config Management"
1039
1149
  msgstr ""
1040
1150
 
1041
1151
  #: ../lib/foreman_puppet/register.rb:30
1042
- msgid "Duration in minutes after servers reporting via Puppet are classed as out of sync."
1152
+ msgid ""
1153
+ "Duration in minutes after servers reporting via Puppet are classed as out of"
1154
+ " sync."
1043
1155
  msgstr ""
1044
1156
 
1045
1157
  #: ../lib/foreman_puppet/register.rb:32
@@ -1047,21 +1159,19 @@ msgid "Puppet interval"
1047
1159
  msgstr ""
1048
1160
 
1049
1161
  #: ../lib/foreman_puppet/register.rb:35
1050
- msgid "Disable host configuration status turning to out of sync for %s after report does not arrive within configured interval"
1162
+ msgid ""
1163
+ "Disable host configuration status turning to out of sync for %s after report"
1164
+ " does not arrive within configured interval"
1051
1165
  msgstr ""
1052
1166
 
1053
1167
  #: ../lib/foreman_puppet/register.rb:37
1054
1168
  msgid "%s out of sync disabled"
1055
1169
  msgstr ""
1056
1170
 
1057
- #: ../lib/foreman_puppet/register.rb:163 ../lib/foreman_puppet/register.rb:216
1171
+ #: ../lib/foreman_puppet/register.rb:162 ../lib/foreman_puppet/register.rb:215
1058
1172
  msgid "Puppet ENC"
1059
1173
  msgstr ""
1060
1174
 
1061
- #: ../webpack/src/Components/Environments/Welcome.js:13
1062
- msgid "If you are planning to use Foreman as an external node classifier you should provide information about one or more environments.<br/> This information is commonly imported from a pre-existing Puppet configuration by the use of the <a target=\"_blank\" href=${getManualURL( '4.2.2Classes' )}>Puppet classes and environment importer.</a>"
1063
- msgstr ""
1064
-
1065
1175
  #: ../webpack/src/foreman_class_edit.js:146
1066
1176
  msgid "Click to remove config group"
1067
1177
  msgstr "Klicka för att radera konfigurationsgrupp"
@@ -1074,10 +1184,6 @@ msgstr "Ta bort:"
1074
1184
  msgid "Loading parameters..."
1075
1185
  msgstr "Laddar parametrar..."
1076
1186
 
1077
- #: ../webpack/src/foreman_puppet_host_form.js:102
1078
- msgid "Some Puppet Classes are unavailable in the selected environment"
1079
- msgstr ""
1080
-
1081
1187
  #: action_names.rb:2
1082
1188
  msgid "Action with sub plans"
1083
1189
  msgstr ""