foreman_openscap 1.0.4 → 1.0.5

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 (52) hide show
  1. checksums.yaml +5 -5
  2. data/app/controllers/policies_controller.rb +8 -4
  3. data/app/models/concerns/foreman_openscap/host_extensions.rb +11 -7
  4. data/app/models/foreman_openscap/policy.rb +11 -9
  5. data/app/views/job_templates/run_openscap_scans.erb +1 -0
  6. data/app/views/policy_dashboard/_policy_reports.html.erb +1 -1
  7. data/lib/foreman_openscap/version.rb +1 -1
  8. data/locale/de/foreman_openscap.edit.po +1231 -0
  9. data/locale/de/foreman_openscap.po +3 -0
  10. data/locale/de/foreman_openscap.po.time_stamp +0 -0
  11. data/locale/en_GB/foreman_openscap.edit.po +1231 -0
  12. data/locale/en_GB/foreman_openscap.po +3 -0
  13. data/locale/en_GB/foreman_openscap.po.time_stamp +0 -0
  14. data/locale/es/foreman_openscap.edit.po +1231 -0
  15. data/locale/es/foreman_openscap.po +3 -0
  16. data/locale/es/foreman_openscap.po.time_stamp +0 -0
  17. data/locale/foreman_openscap.pot +82 -78
  18. data/locale/fr/foreman_openscap.edit.po +1231 -0
  19. data/locale/fr/foreman_openscap.po +3 -0
  20. data/locale/fr/foreman_openscap.po.time_stamp +0 -0
  21. data/locale/gl/foreman_openscap.edit.po +1231 -0
  22. data/locale/gl/foreman_openscap.po +3 -0
  23. data/locale/gl/foreman_openscap.po.time_stamp +0 -0
  24. data/locale/it/foreman_openscap.edit.po +1231 -0
  25. data/locale/it/foreman_openscap.po +3 -0
  26. data/locale/it/foreman_openscap.po.time_stamp +0 -0
  27. data/locale/ja/foreman_openscap.edit.po +1231 -0
  28. data/locale/ja/foreman_openscap.po +3 -0
  29. data/locale/ja/foreman_openscap.po.time_stamp +0 -0
  30. data/locale/ko/foreman_openscap.edit.po +1231 -0
  31. data/locale/ko/foreman_openscap.po +3 -0
  32. data/locale/ko/foreman_openscap.po.time_stamp +0 -0
  33. data/locale/pt_BR/foreman_openscap.edit.po +1231 -0
  34. data/locale/pt_BR/foreman_openscap.po +3 -0
  35. data/locale/pt_BR/foreman_openscap.po.time_stamp +0 -0
  36. data/locale/ru/foreman_openscap.edit.po +1232 -0
  37. data/locale/ru/foreman_openscap.po +3 -0
  38. data/locale/ru/foreman_openscap.po.time_stamp +0 -0
  39. data/locale/sv_SE/foreman_openscap.edit.po +1231 -0
  40. data/locale/sv_SE/foreman_openscap.po +3 -0
  41. data/locale/sv_SE/foreman_openscap.po.time_stamp +0 -0
  42. data/locale/zh_CN/foreman_openscap.edit.po +1231 -0
  43. data/locale/zh_CN/foreman_openscap.po +3 -0
  44. data/locale/zh_CN/foreman_openscap.po.time_stamp +0 -0
  45. data/locale/zh_TW/foreman_openscap.edit.po +1231 -0
  46. data/locale/zh_TW/foreman_openscap.po +3 -0
  47. data/locale/zh_TW/foreman_openscap.po.time_stamp +0 -0
  48. data/test/unit/arf_report_test.rb +21 -0
  49. data/test/unit/concerns/host_extensions_test.rb +8 -0
  50. data/test/unit/openscap_host_test.rb +14 -2
  51. data/test/unit/policy_test.rb +8 -0
  52. metadata +63 -38
@@ -888,6 +888,9 @@ msgstr ""
888
888
  msgid "You don't seem to have any ARF report. ARF report is a summary of a single scan occurrence on a particular host for a given Compliance Policy."
889
889
  msgstr ""
890
890
 
891
+ msgid "cannot assign to %s, all assigned policies must be deployed in the same way"
892
+ msgstr ""
893
+
891
894
  msgid "documentation"
892
895
  msgstr ""
893
896
 
File without changes
@@ -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-05-10 17:02+0200\n"
12
- "PO-Revision-Date: 2019-05-10 17:02+0200\n"
11
+ "POT-Creation-Date: 2019-08-08 16:14+0200\n"
12
+ "PO-Revision-Date: 2019-08-08 16:14+0200\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
15
15
  "Language: \n"
@@ -22,41 +22,41 @@ msgstr ""
22
22
  msgid "List ARF reports"
23
23
  msgstr ""
24
24
 
25
- #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:32
25
+ #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:33
26
26
  msgid "Show an ARF report"
27
27
  msgstr ""
28
28
 
29
- #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:38
29
+ #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:39
30
30
  msgid "Delete an ARF Report"
31
31
  msgstr ""
32
32
 
33
- #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:45
33
+ #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:46
34
34
  msgid "Upload an ARF report"
35
35
  msgstr ""
36
36
 
37
- #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:56
37
+ #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:57
38
38
  msgid "Download bzipped ARF report"
39
39
  msgstr ""
40
40
 
41
- #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:66
41
+ #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:67
42
42
  msgid "Download ARF report in HTML"
43
43
  msgstr ""
44
44
 
45
- #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:93
45
+ #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:94
46
46
  msgid "Policy with id %s not found."
47
47
  msgstr ""
48
48
 
49
- #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:100
49
+ #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:101
50
50
  msgid "Could not find host identified by: %s"
51
51
  msgstr ""
52
52
 
53
- #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:105
53
+ #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:106
54
54
  msgid ""
55
55
  "Failed to upload Arf Report, OpenSCAP proxy name or url not found in params wh"
56
56
  "en uploading for %s and host is missing openscap_proxy"
57
57
  msgstr ""
58
58
 
59
- #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:117
59
+ #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:118
60
60
  msgid "No proxy found for %{name} or %{url}"
61
61
  msgstr ""
62
62
 
@@ -64,83 +64,83 @@ msgstr ""
64
64
  msgid "List Policies"
65
65
  msgstr ""
66
66
 
67
- #: ../app/controllers/api/v2/compliance/policies_controller.rb:32
67
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:33
68
68
  msgid "Show a Policy"
69
69
  msgstr ""
70
70
 
71
- #: ../app/controllers/api/v2/compliance/policies_controller.rb:40
71
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:41
72
72
  msgid "Policy name"
73
73
  msgstr ""
74
74
 
75
- #: ../app/controllers/api/v2/compliance/policies_controller.rb:41
75
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:42
76
76
  msgid "Policy description"
77
77
  msgstr ""
78
78
 
79
- #: ../app/controllers/api/v2/compliance/policies_controller.rb:42
79
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:43
80
80
  msgid "Policy SCAP content ID"
81
81
  msgstr ""
82
82
 
83
- #: ../app/controllers/api/v2/compliance/policies_controller.rb:43
83
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:44
84
84
  msgid "Policy SCAP content profile ID"
85
85
  msgstr ""
86
86
 
87
- #: ../app/controllers/api/v2/compliance/policies_controller.rb:44
87
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:45
88
88
  msgid "Policy schedule period (weekly, monthly, custom)"
89
89
  msgstr ""
90
90
 
91
- #: ../app/controllers/api/v2/compliance/policies_controller.rb:45
91
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:46
92
92
  msgid "Policy schedule weekday (only if period == \"weekly\")"
93
93
  msgstr ""
94
94
 
95
- #: ../app/controllers/api/v2/compliance/policies_controller.rb:46
95
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:47
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:47
99
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:48
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:48
103
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:49
104
104
  msgid "Apply policy to host groups"
105
105
  msgstr ""
106
106
 
107
- #: ../app/controllers/api/v2/compliance/policies_controller.rb:49
107
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:50
108
108
  msgid "Apply policy to hosts"
109
109
  msgstr ""
110
110
 
111
- #: ../app/controllers/api/v2/compliance/policies_controller.rb:50
111
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:51
112
112
  msgid "Tailoring file ID"
113
113
  msgstr ""
114
114
 
115
- #: ../app/controllers/api/v2/compliance/policies_controller.rb:51
115
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:52
116
116
  msgid "Tailoring file profile ID"
117
117
  msgstr ""
118
118
 
119
- #: ../app/controllers/api/v2/compliance/policies_controller.rb:52
119
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:53
120
120
  msgid "How the policy should be deployed"
121
121
  msgstr ""
122
122
 
123
- #: ../app/controllers/api/v2/compliance/policies_controller.rb:57
123
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:58
124
124
  msgid "Create a Policy"
125
125
  msgstr ""
126
126
 
127
- #: ../app/controllers/api/v2/compliance/policies_controller.rb:66
127
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:67
128
128
  msgid "Update a Policy"
129
129
  msgstr ""
130
130
 
131
- #: ../app/controllers/api/v2/compliance/policies_controller.rb:74
131
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:75
132
132
  msgid "Delete a Policy"
133
133
  msgstr ""
134
134
 
135
- #: ../app/controllers/api/v2/compliance/policies_controller.rb:81
135
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:82
136
136
  msgid "Show a policy's SCAP content"
137
137
  msgstr ""
138
138
 
139
- #: ../app/controllers/api/v2/compliance/policies_controller.rb:91
139
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:92
140
140
  msgid "Show a policy's Tailoring file"
141
141
  msgstr ""
142
142
 
143
- #: ../app/controllers/api/v2/compliance/policies_controller.rb:101
143
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:102
144
144
  msgid "No Tailoring file assigned for policy with id %s"
145
145
  msgstr ""
146
146
 
@@ -148,36 +148,36 @@ msgstr ""
148
148
  msgid "List SCAP contents"
149
149
  msgstr ""
150
150
 
151
- #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:23
151
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:24
152
152
  msgid "Download an SCAP content as XML"
153
153
  msgstr ""
154
154
 
155
- #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:32
155
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:33
156
156
  msgid "Show an SCAP content"
157
157
  msgstr ""
158
158
 
159
- #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:39
159
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:40
160
160
  msgid "SCAP content name"
161
161
  msgstr ""
162
162
 
163
- #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:40
163
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:41
164
164
  msgid "XML containing SCAP content"
165
165
  msgstr ""
166
166
 
167
- #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:41
168
- #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:42
167
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:42
168
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:43
169
169
  msgid "Original file name of the XML file"
170
170
  msgstr ""
171
171
 
172
- #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:46
172
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:47
173
173
  msgid "Create SCAP content"
174
174
  msgstr ""
175
175
 
176
- #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:54
176
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:55
177
177
  msgid "Update an SCAP content"
178
178
  msgstr ""
179
179
 
180
- #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:62
180
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:63
181
181
  msgid "Deletes an SCAP content"
182
182
  msgstr ""
183
183
 
@@ -185,31 +185,31 @@ msgstr ""
185
185
  msgid "List Tailoring files"
186
186
  msgstr ""
187
187
 
188
- #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:24
188
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:25
189
189
  msgid "Download a Tailoring file as XML"
190
190
  msgstr ""
191
191
 
192
- #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:33
192
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:34
193
193
  msgid "Show a Tailoring file"
194
194
  msgstr ""
195
195
 
196
- #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:40
196
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:41
197
197
  msgid "Tailoring file name"
198
198
  msgstr ""
199
199
 
200
- #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:41
200
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:42
201
201
  msgid "XML containing tailoring file"
202
202
  msgstr ""
203
203
 
204
- #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:47
204
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:48
205
205
  msgid "Create a Tailoring file"
206
206
  msgstr ""
207
207
 
208
- #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:55
208
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:56
209
209
  msgid "Update a Tailoring file"
210
210
  msgstr ""
211
211
 
212
- #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:63
212
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:64
213
213
  msgid "Deletes a Tailoring file"
214
214
  msgstr ""
215
215
 
@@ -269,31 +269,31 @@ msgstr ""
269
269
  msgid "No OpenSCAP Proxy selected."
270
270
  msgstr ""
271
271
 
272
- #: ../app/controllers/policies_controller.rb:83
272
+ #: ../app/controllers/policies_controller.rb:84
273
273
  msgid "Updated hosts: Assigned with compliance policy: %s"
274
274
  msgstr ""
275
275
 
276
- #: ../app/controllers/policies_controller.rb:87
276
+ #: ../app/controllers/policies_controller.rb:91
277
277
  msgid "No compliance policy selected."
278
278
  msgstr ""
279
279
 
280
- #: ../app/controllers/policies_controller.rb:99
280
+ #: ../app/controllers/policies_controller.rb:103
281
281
  msgid "Updated hosts: Unassigned from compliance policy '%s'"
282
282
  msgstr ""
283
283
 
284
- #: ../app/controllers/policies_controller.rb:101
284
+ #: ../app/controllers/policies_controller.rb:105
285
285
  msgid "No valid policy ID provided"
286
286
  msgstr ""
287
287
 
288
- #: ../app/controllers/policies_controller.rb:121
288
+ #: ../app/controllers/policies_controller.rb:125
289
289
  msgid "No hosts were found."
290
290
  msgstr ""
291
291
 
292
- #: ../app/controllers/policies_controller.rb:125
292
+ #: ../app/controllers/policies_controller.rb:129
293
293
  msgid "No hosts selected"
294
294
  msgstr ""
295
295
 
296
- #: ../app/controllers/policies_controller.rb:130
296
+ #: ../app/controllers/policies_controller.rb:134
297
297
  msgid "Something went wrong while selecting hosts - %s"
298
298
  msgstr ""
299
299
 
@@ -437,7 +437,7 @@ msgid "Choose existing SCAP Content"
437
437
  msgstr ""
438
438
 
439
439
  #: ../app/helpers/policies_helper.rb:57 ../app/helpers/policies_helper.rb:62
440
- #: ../app/models/foreman_openscap/policy.rb:104
440
+ #: ../app/models/foreman_openscap/policy.rb:100
441
441
  #: ../app/views/policies/_form.html.erb:10
442
442
  #: ../app/views/scap_contents/welcome.html.erb:1
443
443
  #: ../app/views/scap_contents/welcome.html.erb:6
@@ -469,12 +469,12 @@ msgid "This profile will be used to override the one from scap content"
469
469
  msgstr ""
470
470
 
471
471
  #: ../app/helpers/policies_helper.rb:109
472
- #: ../app/views/arf_reports/_list.html.erb:53
472
+ #: ../app/views/arf_reports/_list.html.erb:54
473
473
  msgid "Submit"
474
474
  msgstr ""
475
475
 
476
476
  #: ../app/helpers/policies_helper.rb:113
477
- #: ../app/views/arf_reports/_list.html.erb:52
477
+ #: ../app/views/arf_reports/_list.html.erb:53
478
478
  msgid "Cancel"
479
479
  msgstr ""
480
480
 
@@ -551,7 +551,7 @@ msgstr ""
551
551
  msgid "is not included in SCAP_RESULT"
552
552
  msgstr ""
553
553
 
554
- #: ../app/models/concerns/foreman_openscap/openscap_proxy_core_extensions.rb:68
554
+ #: ../app/models/concerns/foreman_openscap/openscap_proxy_core_extensions.rb:69
555
555
  msgid "must have Openscap feature"
556
556
  msgstr ""
557
557
 
@@ -580,74 +580,78 @@ msgid "Unknown Compliance status"
580
580
  msgstr ""
581
581
 
582
582
  #: ../app/models/foreman_openscap/policy.rb:31
583
- #: ../app/models/foreman_openscap/policy.rb:269
583
+ #: ../app/models/foreman_openscap/policy.rb:262
584
584
  msgid "is not a valid value"
585
585
  msgstr ""
586
586
 
587
- #: ../app/models/foreman_openscap/policy.rb:55
587
+ #: ../app/models/foreman_openscap/policy.rb:51
588
588
  msgid "Cannot generate HTML guide, scap content is missing."
589
589
  msgstr ""
590
590
 
591
- #: ../app/models/foreman_openscap/policy.rb:61
591
+ #: ../app/models/foreman_openscap/policy.rb:57
592
592
  msgid "Cannot generate HTML guide, no valid OpenSCAP proxy server found."
593
593
  msgstr ""
594
594
 
595
- #: ../app/models/foreman_openscap/policy.rb:104
595
+ #: ../app/models/foreman_openscap/policy.rb:100
596
596
  #: ../app/views/policies/_form.html.erb:8
597
597
  msgid "Deployment Options"
598
598
  msgstr ""
599
599
 
600
- #: ../app/models/foreman_openscap/policy.rb:104
600
+ #: ../app/models/foreman_openscap/policy.rb:100
601
601
  msgid "Policy Attributes"
602
602
  msgstr ""
603
603
 
604
- #: ../app/models/foreman_openscap/policy.rb:104
604
+ #: ../app/models/foreman_openscap/policy.rb:100
605
605
  #: ../app/views/policies/_form.html.erb:11
606
606
  msgid "Schedule"
607
607
  msgstr ""
608
608
 
609
- #: ../app/models/foreman_openscap/policy.rb:105
609
+ #: ../app/models/foreman_openscap/policy.rb:101
610
610
  #: ../app/views/policies/_form.html.erb:13
611
611
  #: ../app/views/scap_contents/_form.html.erb:11
612
612
  #: ../app/views/tailoring_files/_form.html.erb:11
613
613
  msgid "Locations"
614
614
  msgstr ""
615
615
 
616
- #: ../app/models/foreman_openscap/policy.rb:106
616
+ #: ../app/models/foreman_openscap/policy.rb:102
617
617
  #: ../app/views/policies/_form.html.erb:16
618
618
  #: ../app/views/scap_contents/_form.html.erb:14
619
619
  #: ../app/views/tailoring_files/_form.html.erb:14
620
620
  msgid "Organizations"
621
621
  msgstr ""
622
622
 
623
- #: ../app/models/foreman_openscap/policy.rb:107
623
+ #: ../app/models/foreman_openscap/policy.rb:103
624
624
  msgid "Hostgroups"
625
625
  msgstr ""
626
626
 
627
- #: ../app/models/foreman_openscap/policy.rb:263
627
+ #: ../app/models/foreman_openscap/policy.rb:256
628
628
  msgid "does not consist of 5 parts separated by space"
629
629
  msgstr ""
630
630
 
631
- #: ../app/models/foreman_openscap/policy.rb:275
631
+ #: ../app/models/foreman_openscap/policy.rb:268
632
632
  msgid "must be between 1 and 31"
633
633
  msgstr ""
634
634
 
635
- #: ../app/models/foreman_openscap/policy.rb:280
635
+ #: ../app/models/foreman_openscap/policy.rb:273
636
636
  msgid "must be present when tailoring file profile present"
637
637
  msgstr ""
638
638
 
639
- #: ../app/models/foreman_openscap/policy.rb:281
639
+ #: ../app/models/foreman_openscap/policy.rb:274
640
640
  msgid "must be present when tailoring file present"
641
641
  msgstr ""
642
642
 
643
- #: ../app/models/foreman_openscap/policy.rb:286
643
+ #: ../app/models/foreman_openscap/policy.rb:279
644
644
  msgid "does not come from selected tailoring file"
645
645
  msgstr ""
646
646
 
647
- #: ../app/models/foreman_openscap/policy.rb:292
647
+ #: ../app/models/foreman_openscap/policy.rb:285
648
648
  msgid "does not have the selected SCAP content profile"
649
649
  msgstr ""
650
650
 
651
+ #: ../app/models/foreman_openscap/policy.rb:316
652
+ msgid "cannot assign to %s, all assigned policies must be deployed in the same way"
653
+ msgstr ""
654
+
651
655
  #: ../app/services/foreman_openscap/arf_report_status_calculator.rb:30
652
656
  msgid "invalid type %s"
653
657
  msgstr ""
@@ -770,15 +774,15 @@ msgstr ""
770
774
  msgid "Deleted policy"
771
775
  msgstr ""
772
776
 
773
- #: ../app/views/arf_reports/_list.html.erb:35
774
- msgid "Delete compliance report for %s?"
777
+ #: ../app/views/arf_reports/_list.html.erb:34
778
+ msgid "Full Report"
775
779
  msgstr ""
776
780
 
777
- #: ../app/views/arf_reports/_list.html.erb:36
778
- msgid "Full Report"
781
+ #: ../app/views/arf_reports/_list.html.erb:37
782
+ msgid "Delete compliance report for %s?"
779
783
  msgstr ""
780
784
 
781
- #: ../app/views/arf_reports/_list.html.erb:47
785
+ #: ../app/views/arf_reports/_list.html.erb:48
782
786
  msgid "Please Confirm"
783
787
  msgstr ""
784
788