foreman_openscap 2.0.1 → 4.0.1

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 (59) hide show
  1. checksums.yaml +5 -5
  2. data/app/controllers/api/v2/compliance/arf_reports_controller.rb +11 -3
  3. data/app/controllers/api/v2/compliance/policies_controller.rb +1 -8
  4. data/app/controllers/api/v2/compliance/scap_content_profiles_controller.rb +15 -0
  5. data/app/controllers/api/v2/compliance/scap_contents_controller.rb +3 -9
  6. data/app/controllers/api/v2/compliance/tailoring_files_controller.rb +3 -9
  7. data/app/controllers/concerns/foreman_openscap/api/v2/scap_api_controller_extensions.rb +9 -0
  8. data/app/controllers/scap_contents_controller.rb +1 -1
  9. data/app/controllers/tailoring_files_controller.rb +1 -1
  10. data/app/models/concerns/foreman_openscap/smart_proxy_extensions.rb +1 -1
  11. data/app/models/foreman_openscap/policy.rb +1 -1
  12. data/app/models/foreman_openscap/scap_content_profile.rb +3 -0
  13. data/app/services/foreman_openscap/lookup_key_overrider.rb +3 -2
  14. data/app/views/api/v2/compliance/scap_content_profiles/base.json.rabl +3 -0
  15. data/app/views/api/v2/compliance/scap_content_profiles/index.json.rabl +3 -0
  16. data/app/views/api/v2/compliance/scap_content_profiles/main.json.rabl +9 -0
  17. data/app/views/arf_reports/_list.html.erb +1 -1
  18. data/app/views/arf_reports/welcome.html.erb +2 -0
  19. data/app/views/hosts/select_multiple_openscap_proxy.html.erb +1 -1
  20. data/app/views/policies/disassociate_multiple_hosts.html.erb +1 -1
  21. data/app/views/policies/select_multiple_hosts.html.erb +1 -1
  22. data/config/routes.rb +2 -0
  23. data/db/migrate/20150929152345_move_arf_reports_to_reports_table.rb +0 -2
  24. data/db/migrate/20200117135424_migrate_port_overrides_to_int.rb +24 -0
  25. data/lib/foreman_openscap/engine.rb +9 -6
  26. data/lib/foreman_openscap/helper.rb +1 -1
  27. data/lib/foreman_openscap/version.rb +1 -1
  28. data/locale/action_names.rb +2 -7
  29. data/locale/de/LC_MESSAGES/foreman_openscap.mo +0 -0
  30. data/locale/de/foreman_openscap.po +9 -194
  31. data/locale/en_GB/LC_MESSAGES/foreman_openscap.mo +0 -0
  32. data/locale/en_GB/foreman_openscap.po +8 -194
  33. data/locale/es/LC_MESSAGES/foreman_openscap.mo +0 -0
  34. data/locale/es/foreman_openscap.po +5 -191
  35. data/locale/foreman_openscap.pot +91 -336
  36. data/locale/fr/LC_MESSAGES/foreman_openscap.mo +0 -0
  37. data/locale/fr/foreman_openscap.po +5 -191
  38. data/locale/gl/LC_MESSAGES/foreman_openscap.mo +0 -0
  39. data/locale/gl/foreman_openscap.po +4 -190
  40. data/locale/it/LC_MESSAGES/foreman_openscap.mo +0 -0
  41. data/locale/it/foreman_openscap.po +4 -190
  42. data/locale/ja/LC_MESSAGES/foreman_openscap.mo +0 -0
  43. data/locale/ja/foreman_openscap.po +5 -191
  44. data/locale/ko/LC_MESSAGES/foreman_openscap.mo +0 -0
  45. data/locale/ko/foreman_openscap.po +4 -190
  46. data/locale/pt_BR/LC_MESSAGES/foreman_openscap.mo +0 -0
  47. data/locale/pt_BR/foreman_openscap.po +5 -191
  48. data/locale/ru/LC_MESSAGES/foreman_openscap.mo +0 -0
  49. data/locale/ru/foreman_openscap.po +4 -190
  50. data/locale/sv_SE/LC_MESSAGES/foreman_openscap.mo +0 -0
  51. data/locale/sv_SE/foreman_openscap.po +4 -190
  52. data/locale/zh_CN/LC_MESSAGES/foreman_openscap.mo +0 -0
  53. data/locale/zh_CN/foreman_openscap.po +5 -191
  54. data/locale/zh_TW/LC_MESSAGES/foreman_openscap.mo +0 -0
  55. data/locale/zh_TW/foreman_openscap.po +4 -190
  56. data/test/functional/api/v2/compliance/arf_reports_controller_test.rb +0 -3
  57. data/test/functional/api/v2/compliance/scap_content_profiles_controller_test.rb +15 -0
  58. data/test/test_plugin_helper.rb +2 -2
  59. metadata +18 -11
@@ -8,8 +8,8 @@ msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: foreman_openscap 1.0.0\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2019-10-23 08:52+0000\n"
12
- "PO-Revision-Date: 2019-10-23 08:52+0000\n"
11
+ "POT-Creation-Date: 2020-05-11 18:31+0530\n"
12
+ "PO-Revision-Date: 2020-05-11 18:31+0530\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
15
15
  "Language: \n"
@@ -60,156 +60,160 @@ msgstr ""
60
60
  msgid "No proxy found for %{name} or %{url}"
61
61
  msgstr ""
62
62
 
63
- #: ../app/controllers/api/v2/compliance/policies_controller.rb:25
63
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:18
64
64
  msgid "List Policies"
65
65
  msgstr ""
66
66
 
67
- #: ../app/controllers/api/v2/compliance/policies_controller.rb:33
67
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:26
68
68
  msgid "Show a Policy"
69
69
  msgstr ""
70
70
 
71
- #: ../app/controllers/api/v2/compliance/policies_controller.rb:41
71
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:34
72
72
  msgid "Policy name"
73
73
  msgstr ""
74
74
 
75
- #: ../app/controllers/api/v2/compliance/policies_controller.rb:42
75
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:35
76
76
  msgid "Policy description"
77
77
  msgstr ""
78
78
 
79
- #: ../app/controllers/api/v2/compliance/policies_controller.rb:43
79
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:36
80
80
  msgid "Policy SCAP content ID"
81
81
  msgstr ""
82
82
 
83
- #: ../app/controllers/api/v2/compliance/policies_controller.rb:44
83
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:37
84
84
  msgid "Policy SCAP content profile ID"
85
85
  msgstr ""
86
86
 
87
- #: ../app/controllers/api/v2/compliance/policies_controller.rb:45
87
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:38
88
88
  msgid "Policy schedule period (weekly, monthly, custom)"
89
89
  msgstr ""
90
90
 
91
- #: ../app/controllers/api/v2/compliance/policies_controller.rb:46
91
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:39
92
92
  msgid "Policy schedule weekday (only if period == \"weekly\")"
93
93
  msgstr ""
94
94
 
95
- #: ../app/controllers/api/v2/compliance/policies_controller.rb:47
95
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:40
96
96
  msgid "Policy schedule day of month (only if period == \"monthly\")"
97
97
  msgstr ""
98
98
 
99
- #: ../app/controllers/api/v2/compliance/policies_controller.rb:48
99
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:41
100
100
  msgid "Policy schedule cron line (only if period == \"custom\")"
101
101
  msgstr ""
102
102
 
103
- #: ../app/controllers/api/v2/compliance/policies_controller.rb:49
103
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:42
104
104
  msgid "Apply policy to host groups"
105
105
  msgstr ""
106
106
 
107
- #: ../app/controllers/api/v2/compliance/policies_controller.rb:50
107
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:43
108
108
  msgid "Apply policy to hosts"
109
109
  msgstr ""
110
110
 
111
- #: ../app/controllers/api/v2/compliance/policies_controller.rb:51
111
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:44
112
112
  msgid "Tailoring file ID"
113
113
  msgstr ""
114
114
 
115
- #: ../app/controllers/api/v2/compliance/policies_controller.rb:52
115
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:45
116
116
  msgid "Tailoring file profile ID"
117
117
  msgstr ""
118
118
 
119
- #: ../app/controllers/api/v2/compliance/policies_controller.rb:53
119
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:46
120
120
  msgid "How the policy should be deployed"
121
121
  msgstr ""
122
122
 
123
- #: ../app/controllers/api/v2/compliance/policies_controller.rb:58
123
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:51
124
124
  msgid "Create a Policy"
125
125
  msgstr ""
126
126
 
127
- #: ../app/controllers/api/v2/compliance/policies_controller.rb:67
127
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:60
128
128
  msgid "Update a Policy"
129
129
  msgstr ""
130
130
 
131
- #: ../app/controllers/api/v2/compliance/policies_controller.rb:75
131
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:68
132
132
  msgid "Delete a Policy"
133
133
  msgstr ""
134
134
 
135
- #: ../app/controllers/api/v2/compliance/policies_controller.rb:82
135
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:75
136
136
  msgid "Show a policy's SCAP content"
137
137
  msgstr ""
138
138
 
139
- #: ../app/controllers/api/v2/compliance/policies_controller.rb:92
139
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:85
140
140
  msgid "Show a policy's Tailoring file"
141
141
  msgstr ""
142
142
 
143
- #: ../app/controllers/api/v2/compliance/policies_controller.rb:102
143
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:95
144
144
  msgid "No Tailoring file assigned for policy with id %s"
145
145
  msgstr ""
146
146
 
147
- #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:16
147
+ #: ../app/controllers/api/v2/compliance/scap_content_profiles_controller.rb:6
148
+ msgid "List SCAP content profiles"
149
+ msgstr ""
150
+
151
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:10
148
152
  msgid "List SCAP contents"
149
153
  msgstr ""
150
154
 
151
- #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:24
155
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:18
152
156
  msgid "Download an SCAP content as XML"
153
157
  msgstr ""
154
158
 
155
- #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:33
159
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:27
156
160
  msgid "Show an SCAP content"
157
161
  msgstr ""
158
162
 
159
- #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:40
163
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:34
160
164
  msgid "SCAP content name"
161
165
  msgstr ""
162
166
 
163
- #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:41
167
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:35
164
168
  msgid "XML containing SCAP content"
165
169
  msgstr ""
166
170
 
167
- #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:42
168
- #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:43
171
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:36
172
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:37
169
173
  msgid "Original file name of the XML file"
170
174
  msgstr ""
171
175
 
172
- #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:47
176
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:41
173
177
  msgid "Create SCAP content"
174
178
  msgstr ""
175
179
 
176
- #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:55
180
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:49
177
181
  msgid "Update an SCAP content"
178
182
  msgstr ""
179
183
 
180
- #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:63
184
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:57
181
185
  msgid "Deletes an SCAP content"
182
186
  msgstr ""
183
187
 
184
- #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:17
188
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:11
185
189
  msgid "List Tailoring files"
186
190
  msgstr ""
187
191
 
188
- #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:25
192
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:19
189
193
  msgid "Download a Tailoring file as XML"
190
194
  msgstr ""
191
195
 
192
- #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:34
196
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:28
193
197
  msgid "Show a Tailoring file"
194
198
  msgstr ""
195
199
 
196
- #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:41
200
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:35
197
201
  msgid "Tailoring file name"
198
202
  msgstr ""
199
203
 
200
- #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:42
204
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:36
201
205
  msgid "XML containing tailoring file"
202
206
  msgstr ""
203
207
 
204
- #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:48
208
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:42
205
209
  msgid "Create a Tailoring file"
206
210
  msgstr ""
207
211
 
208
- #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:56
212
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:50
209
213
  msgid "Update a Tailoring file"
210
214
  msgstr ""
211
215
 
212
- #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:64
216
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:58
213
217
  msgid "Deletes a Tailoring file"
214
218
  msgstr ""
215
219
 
@@ -348,7 +352,8 @@ msgstr ""
348
352
 
349
353
  #: ../app/helpers/arf_reports_helper.rb:21
350
354
  #: ../app/views/arf_reports/index.html.erb:1
351
- #: ../app/views/arf_reports/welcome.html.erb:5
355
+ #: ../app/views/arf_reports/welcome.html.erb:1
356
+ #: ../app/views/arf_reports/welcome.html.erb:7
352
357
  msgid "Compliance Reports"
353
358
  msgstr ""
354
359
 
@@ -392,6 +397,17 @@ msgstr ""
392
397
  msgid "Hosts othering this rule"
393
398
  msgstr ""
394
399
 
400
+ #: ../app/helpers/compliance_dashboard_helper.rb:3
401
+ #: ../app/views/arf_reports/delete_multiple.html.erb:7
402
+ #: ../app/views/policy_dashboard/_policy_reports.html.erb:6
403
+ msgid "Host"
404
+ msgstr ""
405
+
406
+ #: ../app/helpers/compliance_dashboard_helper.rb:4
407
+ #: ../app/views/arf_reports/_list.html.erb:8
408
+ msgid "Policy"
409
+ msgstr ""
410
+
395
411
  #. TRANSLATORS: initial character of Passed
396
412
  #: ../app/helpers/compliance_dashboard_helper.rb:6
397
413
  msgid "Passed|P"
@@ -412,19 +428,29 @@ msgstr ""
412
428
  msgid "Othered"
413
429
  msgstr ""
414
430
 
415
- #: ../app/helpers/concerns/foreman_openscap/hosts_helper_extensions.rb:4
431
+ #: ../app/helpers/compliance_hosts_helper.rb:24
416
432
  msgid "Assign Compliance Policy"
417
433
  msgstr ""
418
434
 
419
- #: ../app/helpers/concerns/foreman_openscap/hosts_helper_extensions.rb:5
435
+ #: ../app/helpers/compliance_hosts_helper.rb:25
420
436
  msgid "Unassign Compliance Policy"
421
437
  msgstr ""
422
438
 
423
- #: ../app/helpers/concerns/foreman_openscap/hosts_helper_extensions.rb:6
439
+ #: ../app/helpers/compliance_hosts_helper.rb:26
424
440
  msgid "Change OpenSCAP Proxy"
425
441
  msgstr ""
426
442
 
427
- #: ../app/helpers/concerns/foreman_openscap/hosts_helper_extensions.rb:10
443
+ #: ../app/helpers/compliance_hosts_helper.rb:35
444
+ #: ../app/models/foreman_openscap/compliance_status.rb:8
445
+ #: ../lib/foreman_openscap/engine.rb:138
446
+ msgid "Compliance"
447
+ msgstr ""
448
+
449
+ #: ../app/helpers/compliance_hosts_helper.rb:37
450
+ msgid "Host compliance details"
451
+ msgstr ""
452
+
453
+ #: ../app/helpers/concerns/foreman_openscap/hosts_helper_extensions.rb:4
428
454
  msgid "Host is deleted"
429
455
  msgstr ""
430
456
 
@@ -437,7 +463,7 @@ msgid "Choose existing SCAP Content"
437
463
  msgstr ""
438
464
 
439
465
  #: ../app/helpers/policies_helper.rb:57 ../app/helpers/policies_helper.rb:62
440
- #: ../app/models/foreman_openscap/policy.rb:100
466
+ #: ../app/models/foreman_openscap/policy.rb:111
441
467
  #: ../app/views/policies/_form.html.erb:10
442
468
  #: ../app/views/scap_contents/welcome.html.erb:1
443
469
  #: ../app/views/scap_contents/welcome.html.erb:6
@@ -555,12 +581,6 @@ msgstr ""
555
581
  msgid "No OpenSCAP proxy found for %{class} with id %{id}"
556
582
  msgstr ""
557
583
 
558
- #: ../app/models/foreman_openscap/compliance_status.rb:8
559
- #: ../app/views/compliance_hosts/_compliance_status.erb:2
560
- #: ../lib/foreman_openscap/engine.rb:138
561
- msgid "Compliance"
562
- msgstr ""
563
-
564
584
  #: ../app/models/foreman_openscap/compliance_status.rb:18
565
585
  #: ../app/views/foreman_openscap/policy_mailer/_dashboard.erb:13
566
586
  msgid "Compliant"
@@ -576,7 +596,7 @@ msgid "Unknown Compliance status"
576
596
  msgstr ""
577
597
 
578
598
  #: ../app/models/foreman_openscap/policy.rb:31
579
- #: ../app/models/foreman_openscap/policy.rb:262
599
+ #: ../app/models/foreman_openscap/policy.rb:273
580
600
  msgid "is not a valid value"
581
601
  msgstr ""
582
602
 
@@ -588,63 +608,63 @@ msgstr ""
588
608
  msgid "Cannot generate HTML guide, no valid OpenSCAP proxy server found."
589
609
  msgstr ""
590
610
 
591
- #: ../app/models/foreman_openscap/policy.rb:100
611
+ #: ../app/models/foreman_openscap/policy.rb:111
592
612
  #: ../app/views/policies/_form.html.erb:8
593
613
  msgid "Deployment Options"
594
614
  msgstr ""
595
615
 
596
- #: ../app/models/foreman_openscap/policy.rb:100
616
+ #: ../app/models/foreman_openscap/policy.rb:111
597
617
  msgid "Policy Attributes"
598
618
  msgstr ""
599
619
 
600
- #: ../app/models/foreman_openscap/policy.rb:100
620
+ #: ../app/models/foreman_openscap/policy.rb:111
601
621
  #: ../app/views/policies/_form.html.erb:11
602
622
  msgid "Schedule"
603
623
  msgstr ""
604
624
 
605
- #: ../app/models/foreman_openscap/policy.rb:101
625
+ #: ../app/models/foreman_openscap/policy.rb:112
606
626
  #: ../app/views/policies/_form.html.erb:13
607
627
  #: ../app/views/scap_contents/_form.html.erb:11
608
628
  #: ../app/views/tailoring_files/_form.html.erb:11
609
629
  msgid "Locations"
610
630
  msgstr ""
611
631
 
612
- #: ../app/models/foreman_openscap/policy.rb:102
632
+ #: ../app/models/foreman_openscap/policy.rb:113
613
633
  #: ../app/views/policies/_form.html.erb:16
614
634
  #: ../app/views/scap_contents/_form.html.erb:14
615
635
  #: ../app/views/tailoring_files/_form.html.erb:14
616
636
  msgid "Organizations"
617
637
  msgstr ""
618
638
 
619
- #: ../app/models/foreman_openscap/policy.rb:103
639
+ #: ../app/models/foreman_openscap/policy.rb:114
620
640
  msgid "Hostgroups"
621
641
  msgstr ""
622
642
 
623
- #: ../app/models/foreman_openscap/policy.rb:256
643
+ #: ../app/models/foreman_openscap/policy.rb:267
624
644
  msgid "does not consist of 5 parts separated by space"
625
645
  msgstr ""
626
646
 
627
- #: ../app/models/foreman_openscap/policy.rb:268
647
+ #: ../app/models/foreman_openscap/policy.rb:279
628
648
  msgid "must be between 1 and 31"
629
649
  msgstr ""
630
650
 
631
- #: ../app/models/foreman_openscap/policy.rb:273
651
+ #: ../app/models/foreman_openscap/policy.rb:284
632
652
  msgid "must be present when tailoring file profile present"
633
653
  msgstr ""
634
654
 
635
- #: ../app/models/foreman_openscap/policy.rb:274
655
+ #: ../app/models/foreman_openscap/policy.rb:285
636
656
  msgid "must be present when tailoring file present"
637
657
  msgstr ""
638
658
 
639
- #: ../app/models/foreman_openscap/policy.rb:279
659
+ #: ../app/models/foreman_openscap/policy.rb:290
640
660
  msgid "does not come from selected tailoring file"
641
661
  msgstr ""
642
662
 
643
- #: ../app/models/foreman_openscap/policy.rb:285
663
+ #: ../app/models/foreman_openscap/policy.rb:296
644
664
  msgid "does not have the selected SCAP content profile"
645
665
  msgstr ""
646
666
 
647
- #: ../app/models/foreman_openscap/policy.rb:317
667
+ #: ../app/models/foreman_openscap/policy.rb:328
648
668
  msgid ""
649
669
  "cannot assign to %s, all assigned policies must be deployed in the same way, c"
650
670
  "heck 'deploy by' for each assigned policy"
@@ -688,7 +708,7 @@ msgid ""
688
708
  "re they are imported before proceeding."
689
709
  msgstr ""
690
710
 
691
- #: ../app/services/foreman_openscap/lookup_key_overrider.rb:89
711
+ #: ../app/services/foreman_openscap/lookup_key_overrider.rb:90
692
712
  msgid "Failed to save when overriding parameters for %{config_tool}, cause: %{errors}"
693
713
  msgstr ""
694
714
 
@@ -751,10 +771,6 @@ msgstr ""
751
771
  msgid "Reported At"
752
772
  msgstr ""
753
773
 
754
- #: ../app/views/arf_reports/_list.html.erb:8
755
- msgid "Policy"
756
- msgstr ""
757
-
758
774
  #: ../app/views/arf_reports/_list.html.erb:9
759
775
  msgid "Openscap Proxy"
760
776
  msgstr ""
@@ -816,12 +832,7 @@ msgstr ""
816
832
  msgid "Nothing to show"
817
833
  msgstr ""
818
834
 
819
- #: ../app/views/arf_reports/delete_multiple.html.erb:7
820
- #: ../app/views/policy_dashboard/_policy_reports.html.erb:6
821
- msgid "Host"
822
- msgstr ""
823
-
824
- #: ../app/views/arf_reports/delete_multiple.html.erb:27 action_names.rb:10
835
+ #: ../app/views/arf_reports/delete_multiple.html.erb:27
825
836
  msgid "Delete"
826
837
  msgstr ""
827
838
 
@@ -853,20 +864,16 @@ msgstr ""
853
864
  msgid "Loading..."
854
865
  msgstr ""
855
866
 
856
- #: ../app/views/arf_reports/welcome.html.erb:7
867
+ #: ../app/views/arf_reports/welcome.html.erb:9
857
868
  msgid ""
858
869
  "You don't seem to have any ARF report. ARF report is a summary of a single sca"
859
870
  "n occurrence on a particular host for a given Compliance Policy."
860
871
  msgstr ""
861
872
 
862
- #: ../app/views/arf_reports/welcome.html.erb:10
873
+ #: ../app/views/arf_reports/welcome.html.erb:12
863
874
  msgid "Documentation"
864
875
  msgstr ""
865
876
 
866
- #: ../app/views/compliance_hosts/_compliance_status.erb:4
867
- msgid "Host compliance details"
868
- msgstr ""
869
-
870
877
  #: ../app/views/compliance_hosts/show.html.erb:9
871
878
  msgid "Compliance Hosts"
872
879
  msgstr ""
@@ -1300,257 +1307,5 @@ msgid "Import Puppet classes"
1300
1307
  msgstr ""
1301
1308
 
1302
1309
  #: action_names.rb:5
1303
- msgid "Create"
1304
- msgstr ""
1305
-
1306
- #: action_names.rb:6
1307
- msgid "Delete Activation Key"
1308
- msgstr ""
1309
-
1310
- #: action_names.rb:7
1311
- msgid "Update"
1312
- msgstr ""
1313
-
1314
- #: action_names.rb:8
1315
- msgid "Synchronize smart proxy"
1316
- msgstr ""
1317
-
1318
- #: action_names.rb:9
1319
- msgid "Sync capsule"
1320
- msgstr ""
1321
-
1322
- #: action_names.rb:11
1323
- msgid "Errata mail"
1324
- msgstr ""
1325
-
1326
- #: action_names.rb:12
1327
- msgid "Incremental Update of Content View Version(s) "
1328
- msgstr ""
1329
-
1330
- #: action_names.rb:13
1331
- msgid "Promote"
1332
- msgstr ""
1333
-
1334
- #: action_names.rb:14
1335
- msgid "Promotion to Environment"
1336
- msgstr ""
1337
-
1338
- #: action_names.rb:15
1339
- msgid "Abstract async task"
1340
- msgstr ""
1341
-
1342
- #: action_names.rb:16
1343
- msgid "Hypervisors"
1344
- msgstr ""
1345
-
1346
- #: action_names.rb:17
1347
- msgid "Hypervisors update"
1348
- msgstr ""
1349
-
1350
- #: action_names.rb:18
1351
- msgid "Install package"
1352
- msgstr ""
1353
-
1354
- #: action_names.rb:19
1355
- msgid "Remove package"
1356
- msgstr ""
1357
-
1358
- #: action_names.rb:20
1359
- msgid "Remove package group"
1360
- msgstr ""
1361
-
1362
- #: action_names.rb:21
1363
- msgid "Update package"
1364
- msgstr ""
1365
-
1366
- #: action_names.rb:22
1367
- msgid "Install package group"
1368
- msgstr ""
1369
-
1370
- #: action_names.rb:23
1371
- msgid "Remove subscriptions"
1372
- msgstr ""
1373
-
1374
- #: action_names.rb:24
1375
- msgid "Update for host"
1376
- msgstr ""
1377
-
1378
- #: action_names.rb:25
1379
- msgid "Update Content Overrides"
1380
- msgstr ""
1381
-
1382
- #: action_names.rb:26
1383
- msgid "Update release version for host"
1384
- msgstr ""
1385
-
1386
- #: action_names.rb:27
1387
- msgid "Package Profile Update"
1388
- msgstr ""
1389
-
1390
- #: action_names.rb:28
1391
- msgid "Export"
1392
- msgstr ""
1393
-
1394
- #: action_names.rb:29
1395
- msgid "Incremental Update"
1396
- msgstr ""
1397
-
1398
- #: action_names.rb:30
1399
- msgid "Republish Version Repositories"
1400
- msgstr ""
1401
-
1402
- #: action_names.rb:31
1403
- msgid "Destroy"
1404
- msgstr ""
1405
-
1406
- #: action_names.rb:32
1407
- msgid "Publish"
1408
- msgstr ""
1409
-
1410
- #: action_names.rb:33
1411
- msgid "Remove Versions and Associations"
1412
- msgstr ""
1413
-
1414
- #: action_names.rb:34
1415
- msgid "Remove from Environment"
1416
- msgstr ""
1417
-
1418
- #: action_names.rb:35
1419
- msgid "Remove Version"
1420
- msgstr ""
1421
-
1422
- #: action_names.rb:36
1423
- msgid "Auto-attach subscriptions"
1424
- msgstr ""
1425
-
1426
- #: action_names.rb:37
1427
- msgid "Attach subscriptions"
1428
- msgstr ""
1429
-
1430
- #: action_names.rb:38
1431
- msgid "Auto attach subscriptions"
1432
- msgstr ""
1433
-
1434
- #: action_names.rb:39
1435
- msgid "Install Applicable Errata"
1436
- msgstr ""
1437
-
1438
- #: action_names.rb:40
1439
- msgid "Install erratum"
1440
- msgstr ""
1441
-
1442
- #: action_names.rb:41
1443
- msgid "Destroy Content Host"
1444
- msgstr ""
1445
-
1446
- #: action_names.rb:42
1447
- msgid "Delete Lifecycle Environment"
1448
- msgstr ""
1449
-
1450
- #: action_names.rb:43
1451
- msgid "Publish Lifecycle Environment Repositories"
1452
- msgstr ""
1453
-
1454
- #: action_names.rb:44
1455
- msgid "Product Create"
1456
- msgstr ""
1457
-
1458
- #: action_names.rb:45
1459
- msgid "Delete Product"
1460
- msgstr ""
1461
-
1462
- #: action_names.rb:46
1463
- msgid "Reindex subscriptions"
1464
- msgstr ""
1465
-
1466
- #: action_names.rb:47
1467
- msgid "Update http proxy"
1468
- msgstr ""
1469
-
1470
- #: action_names.rb:48
1471
- msgid "Combined Profile Update"
1472
- msgstr ""
1473
-
1474
- #: action_names.rb:49
1475
- msgid "Delete Package Group"
1476
- msgstr ""
1477
-
1478
- #: action_names.rb:50
1479
- msgid "Discover"
1480
- msgstr ""
1481
-
1482
- #: action_names.rb:51
1483
- msgid "Fetch pxe files"
1484
- msgstr ""
1485
-
1486
- #: action_names.rb:52
1487
- msgid "Filtered index content"
1488
- msgstr ""
1489
-
1490
- #: action_names.rb:53
1491
- msgid "Upload into"
1492
- msgstr ""
1493
-
1494
- #: action_names.rb:54
1495
- msgid "Index errata"
1496
- msgstr ""
1497
-
1498
- #: action_names.rb:55
1499
- msgid "Index module streams"
1500
- msgstr ""
1501
-
1502
- #: action_names.rb:56
1503
- msgid "Index content"
1504
- msgstr ""
1505
-
1506
- #: action_names.rb:57
1507
- msgid "Instance update"
1508
- msgstr ""
1509
-
1510
- #: action_names.rb:58
1511
- msgid "Index package groups"
1512
- msgstr ""
1513
-
1514
- #: action_names.rb:59
1515
- msgid "Remove Content"
1516
- msgstr ""
1517
-
1518
- #: action_names.rb:60
1519
- msgid "Synchronize"
1520
- msgstr ""
1521
-
1522
- #: action_names.rb:61
1523
- msgid "Update content urls"
1524
- msgstr ""
1525
-
1526
- #: action_names.rb:62
1527
- msgid "Update http proxy details"
1528
- msgstr ""
1529
-
1530
- #: action_names.rb:63
1531
- msgid "Upload errata into"
1532
- msgstr ""
1533
-
1534
- #: action_names.rb:64
1535
- msgid "Create Package Group"
1536
- msgstr ""
1537
-
1538
- #: action_names.rb:65
1539
- msgid "Disable"
1540
- msgstr ""
1541
-
1542
- #: action_names.rb:66
1543
- msgid "Enable"
1544
- msgstr ""
1545
-
1546
- #: action_names.rb:67
1547
- msgid "Run Sync Plan:"
1548
- msgstr ""
1549
-
1550
- #: action_names.rb:68
1551
- msgid "Update redhat repository"
1552
- msgstr ""
1553
-
1554
- #: action_names.rb:69
1555
1310
  msgid "Remote action:"
1556
1311
  msgstr ""