foreman_openscap 0.10.4 → 0.11.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.
- checksums.yaml +4 -4
- data/app/controllers/api/v2/compliance/scap_contents_controller.rb +2 -1
- data/app/controllers/api/v2/compliance/tailoring_files_controller.rb +2 -1
- data/app/controllers/concerns/foreman_openscap/body_log_extensions.rb +18 -0
- data/app/controllers/concerns/foreman_openscap/hosts_controller_extensions.rb +1 -1
- data/app/controllers/openscap_proxies_controller.rb +2 -11
- data/app/controllers/policies_controller.rb +2 -2
- data/app/helpers/arf_reports_helper.rb +6 -0
- data/app/lib/proxy_api/openscap.rb +8 -0
- data/app/models/concerns/foreman_openscap/compliance_status_scoped_search.rb +72 -11
- data/app/models/concerns/foreman_openscap/host_extensions.rb +48 -2
- data/app/models/concerns/foreman_openscap/log_extensions.rb +4 -0
- data/app/models/concerns/foreman_openscap/openscap_proxy_core_extensions.rb +1 -1
- data/app/models/foreman_openscap/arf_report.rb +2 -0
- data/app/services/proxy_status/openscap_spool.rb +13 -0
- data/app/validators/concerns/foreman_openscap/bookmark_controller_validator_extensions.rb +19 -0
- data/app/views/arf_reports/_output.html.erb +5 -3
- data/app/views/compliance_hosts/show.html.erb +9 -7
- data/app/views/smart_proxies/_openscap_spool.html.erb +4 -4
- data/app/views/smart_proxies/plugins/_openscap.html.erb +1 -1
- data/lib/foreman_openscap/engine.rb +11 -2
- data/lib/foreman_openscap/version.rb +1 -1
- data/locale/action_names.rb +69 -0
- data/locale/de/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/de/foreman_openscap.edit.po +1419 -0
- data/locale/de/foreman_openscap.po +263 -17
- data/locale/de/foreman_openscap.po.time_stamp +0 -0
- data/locale/en_GB/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/en_GB/foreman_openscap.edit.po +1419 -0
- data/locale/en_GB/foreman_openscap.po +263 -17
- data/locale/en_GB/foreman_openscap.po.time_stamp +0 -0
- data/locale/es/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/es/foreman_openscap.edit.po +1419 -0
- data/locale/es/foreman_openscap.po +263 -17
- data/locale/es/foreman_openscap.po.time_stamp +0 -0
- data/locale/foreman_openscap.pot +438 -97
- data/locale/fr/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/fr/foreman_openscap.edit.po +1419 -0
- data/locale/fr/foreman_openscap.po +263 -17
- data/locale/fr/foreman_openscap.po.time_stamp +0 -0
- data/locale/gl/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/gl/foreman_openscap.edit.po +1419 -0
- data/locale/gl/foreman_openscap.po +263 -17
- data/locale/gl/foreman_openscap.po.time_stamp +0 -0
- data/locale/it/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/it/foreman_openscap.edit.po +1419 -0
- data/locale/it/foreman_openscap.po +263 -17
- data/locale/it/foreman_openscap.po.time_stamp +0 -0
- data/locale/ja/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/ja/foreman_openscap.edit.po +1419 -0
- data/locale/ja/foreman_openscap.po +263 -17
- data/locale/ja/foreman_openscap.po.time_stamp +0 -0
- data/locale/ko/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/ko/foreman_openscap.edit.po +1419 -0
- data/locale/ko/foreman_openscap.po +263 -17
- data/locale/ko/foreman_openscap.po.time_stamp +0 -0
- data/locale/pt_BR/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/pt_BR/foreman_openscap.edit.po +1419 -0
- data/locale/pt_BR/foreman_openscap.po +263 -17
- data/locale/pt_BR/foreman_openscap.po.time_stamp +0 -0
- data/locale/ru/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/ru/foreman_openscap.edit.po +1420 -0
- data/locale/ru/foreman_openscap.po +263 -17
- data/locale/ru/foreman_openscap.po.time_stamp +0 -0
- data/locale/sv_SE/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/sv_SE/foreman_openscap.edit.po +1419 -0
- data/locale/sv_SE/foreman_openscap.po +263 -17
- data/locale/sv_SE/foreman_openscap.po.time_stamp +0 -0
- data/locale/zh_CN/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/zh_CN/foreman_openscap.edit.po +1419 -0
- data/locale/zh_CN/foreman_openscap.po +263 -17
- data/locale/zh_CN/foreman_openscap.po.time_stamp +0 -0
- data/locale/zh_TW/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/zh_TW/foreman_openscap.edit.po +1419 -0
- data/locale/zh_TW/foreman_openscap.po +263 -17
- data/locale/zh_TW/foreman_openscap.po.time_stamp +0 -0
- data/test/factories/compliance_log_factory.rb +7 -0
- data/test/functional/api/v2/compliance/arf_reports_controller_test.rb +91 -0
- data/test/functional/openscap_proxies_controller_test.rb +3 -3
- data/test/test_plugin_helper.rb +16 -0
- data/test/unit/arf_report_test.rb +13 -0
- data/test/unit/concerns/host_extensions_test.rb +52 -0
- metadata +32 -4
- data/app/assets/javascripts/foreman_openscap/openscap_proxy.js +0 -7
- data/app/helpers/concerns/foreman_openscap/lookup_keys_helper_extensions.rb +0 -8
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
#
|
|
6
6
|
msgid ""
|
|
7
7
|
msgstr ""
|
|
8
|
-
"Project-Id-Version: foreman_openscap
|
|
8
|
+
"Project-Id-Version: foreman_openscap 0.11.0\n"
|
|
9
9
|
"Report-Msgid-Bugs-To: \n"
|
|
10
10
|
"PO-Revision-Date: 2016-02-09 16:41-0500\n"
|
|
11
11
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
@@ -32,12 +32,18 @@ msgid_plural "%s compliance reports by policy"
|
|
|
32
32
|
msgstr[0] ""
|
|
33
33
|
msgstr[1] ""
|
|
34
34
|
|
|
35
|
+
msgid "%s compliance reports by policy"
|
|
36
|
+
msgstr ""
|
|
37
|
+
|
|
35
38
|
msgid "%s latest report"
|
|
36
39
|
msgstr ""
|
|
37
40
|
|
|
38
41
|
msgid "%s reports over time"
|
|
39
42
|
msgstr ""
|
|
40
43
|
|
|
44
|
+
msgid "%s spool errors detected, inspect the appropriate file directly on proxy"
|
|
45
|
+
msgstr ""
|
|
46
|
+
|
|
41
47
|
msgid "%{parameter} class parameter for class %{class} could not be configured."
|
|
42
48
|
msgstr ""
|
|
43
49
|
|
|
@@ -47,6 +53,15 @@ msgstr ""
|
|
|
47
53
|
msgid "A summary of reports for OpenSCAP policies"
|
|
48
54
|
msgstr ""
|
|
49
55
|
|
|
56
|
+
msgid "Abstract async task"
|
|
57
|
+
msgstr ""
|
|
58
|
+
|
|
59
|
+
msgid "Action with sub plans"
|
|
60
|
+
msgstr ""
|
|
61
|
+
|
|
62
|
+
msgid "Actions"
|
|
63
|
+
msgstr ""
|
|
64
|
+
|
|
50
65
|
msgid "All messages"
|
|
51
66
|
msgstr ""
|
|
52
67
|
|
|
@@ -59,6 +74,15 @@ msgstr ""
|
|
|
59
74
|
msgid "Assign Compliance Policy"
|
|
60
75
|
msgstr ""
|
|
61
76
|
|
|
77
|
+
msgid "Attach subscriptions"
|
|
78
|
+
msgstr ""
|
|
79
|
+
|
|
80
|
+
msgid "Auto attach subscriptions"
|
|
81
|
+
msgstr ""
|
|
82
|
+
|
|
83
|
+
msgid "Auto-attach subscriptions"
|
|
84
|
+
msgstr ""
|
|
85
|
+
|
|
62
86
|
msgid "Back"
|
|
63
87
|
msgstr ""
|
|
64
88
|
|
|
@@ -71,6 +95,9 @@ msgstr ""
|
|
|
71
95
|
msgid "Cannot generate HTML guide, scap content is missing."
|
|
72
96
|
msgstr ""
|
|
73
97
|
|
|
98
|
+
msgid "Change OpenSCAP Proxy"
|
|
99
|
+
msgstr ""
|
|
100
|
+
|
|
74
101
|
msgid "Changed"
|
|
75
102
|
msgstr ""
|
|
76
103
|
|
|
@@ -98,6 +125,9 @@ msgstr ""
|
|
|
98
125
|
msgid "Compliance"
|
|
99
126
|
msgstr ""
|
|
100
127
|
|
|
128
|
+
msgid "Compliance Hosts"
|
|
129
|
+
msgstr ""
|
|
130
|
+
|
|
101
131
|
msgid "Compliance Policies"
|
|
102
132
|
msgstr ""
|
|
103
133
|
|
|
@@ -128,12 +158,24 @@ msgstr ""
|
|
|
128
158
|
msgid "Compliant with the policy"
|
|
129
159
|
msgstr ""
|
|
130
160
|
|
|
161
|
+
msgid "Configure capsule"
|
|
162
|
+
msgstr ""
|
|
163
|
+
|
|
131
164
|
msgid "Content"
|
|
132
165
|
msgstr ""
|
|
133
166
|
|
|
134
167
|
msgid "Could not validate %s. Please make sure you have appropriate proxy version to use this functionality"
|
|
135
168
|
msgstr ""
|
|
136
169
|
|
|
170
|
+
msgid "Could not validate %{file_type}. Error %{error}"
|
|
171
|
+
msgstr ""
|
|
172
|
+
|
|
173
|
+
msgid "Create"
|
|
174
|
+
msgstr ""
|
|
175
|
+
|
|
176
|
+
msgid "Create Package Group"
|
|
177
|
+
msgstr ""
|
|
178
|
+
|
|
137
179
|
msgid "Create SCAP content"
|
|
138
180
|
msgstr ""
|
|
139
181
|
|
|
@@ -143,12 +185,21 @@ msgstr ""
|
|
|
143
185
|
msgid "Create a Tailoring file"
|
|
144
186
|
msgstr ""
|
|
145
187
|
|
|
188
|
+
msgid "Create client"
|
|
189
|
+
msgstr ""
|
|
190
|
+
|
|
146
191
|
msgid "Create policy"
|
|
147
192
|
msgstr ""
|
|
148
193
|
|
|
194
|
+
msgid "Create repos"
|
|
195
|
+
msgstr ""
|
|
196
|
+
|
|
149
197
|
msgid "Created"
|
|
150
198
|
msgstr ""
|
|
151
199
|
|
|
200
|
+
msgid "DataStream Tailoring file"
|
|
201
|
+
msgstr ""
|
|
202
|
+
|
|
152
203
|
msgid "Date"
|
|
153
204
|
msgstr ""
|
|
154
205
|
|
|
@@ -158,12 +209,27 @@ msgstr ""
|
|
|
158
209
|
msgid "Delete"
|
|
159
210
|
msgstr ""
|
|
160
211
|
|
|
212
|
+
msgid "Delete Activation Key"
|
|
213
|
+
msgstr ""
|
|
214
|
+
|
|
215
|
+
msgid "Delete Lifecycle Environment"
|
|
216
|
+
msgstr ""
|
|
217
|
+
|
|
218
|
+
msgid "Delete Package Group"
|
|
219
|
+
msgstr ""
|
|
220
|
+
|
|
221
|
+
msgid "Delete Product"
|
|
222
|
+
msgstr ""
|
|
223
|
+
|
|
161
224
|
msgid "Delete a Policy"
|
|
162
225
|
msgstr ""
|
|
163
226
|
|
|
164
227
|
msgid "Delete an ARF Report"
|
|
165
228
|
msgstr ""
|
|
166
229
|
|
|
230
|
+
msgid "Delete client"
|
|
231
|
+
msgstr ""
|
|
232
|
+
|
|
167
233
|
msgid "Delete compliance policy %s with all of its reports?"
|
|
168
234
|
msgstr ""
|
|
169
235
|
|
|
@@ -173,6 +239,9 @@ msgstr ""
|
|
|
173
239
|
msgid "Delete compliance report for %s?"
|
|
174
240
|
msgstr ""
|
|
175
241
|
|
|
242
|
+
msgid "Delete host"
|
|
243
|
+
msgstr ""
|
|
244
|
+
|
|
176
245
|
msgid "Delete reports"
|
|
177
246
|
msgstr ""
|
|
178
247
|
|
|
@@ -191,6 +260,15 @@ msgstr ""
|
|
|
191
260
|
msgid "Description"
|
|
192
261
|
msgstr ""
|
|
193
262
|
|
|
263
|
+
msgid "Destroy"
|
|
264
|
+
msgstr ""
|
|
265
|
+
|
|
266
|
+
msgid "Destroy Content Host"
|
|
267
|
+
msgstr ""
|
|
268
|
+
|
|
269
|
+
msgid "Disable"
|
|
270
|
+
msgstr ""
|
|
271
|
+
|
|
194
272
|
msgid "Documentation"
|
|
195
273
|
msgstr ""
|
|
196
274
|
|
|
@@ -206,6 +284,12 @@ msgstr ""
|
|
|
206
284
|
msgid "Download XML in bzip"
|
|
207
285
|
msgstr ""
|
|
208
286
|
|
|
287
|
+
msgid "Download a Tailoring file as XML"
|
|
288
|
+
msgstr ""
|
|
289
|
+
|
|
290
|
+
msgid "Download an SCAP content as XML"
|
|
291
|
+
msgstr ""
|
|
292
|
+
|
|
209
293
|
msgid "Download bzipped ARF report"
|
|
210
294
|
msgstr ""
|
|
211
295
|
|
|
@@ -224,7 +308,13 @@ msgstr ""
|
|
|
224
308
|
msgid "Effective Profile"
|
|
225
309
|
msgstr ""
|
|
226
310
|
|
|
227
|
-
msgid "Enable
|
|
311
|
+
msgid "Enable"
|
|
312
|
+
msgstr ""
|
|
313
|
+
|
|
314
|
+
msgid "Errata mail"
|
|
315
|
+
msgstr ""
|
|
316
|
+
|
|
317
|
+
msgid "Export"
|
|
228
318
|
msgstr ""
|
|
229
319
|
|
|
230
320
|
msgid "Failed"
|
|
@@ -248,19 +338,28 @@ msgstr ""
|
|
|
248
338
|
msgid "Failed to downloaded ARF report in HTML: %s"
|
|
249
339
|
msgstr ""
|
|
250
340
|
|
|
251
|
-
msgid "Failed to
|
|
341
|
+
msgid "Failed to fetch spool status from proxy"
|
|
342
|
+
msgstr ""
|
|
343
|
+
|
|
344
|
+
msgid "Failed to upload Arf Report, OpenSCAP proxy name or url not found in params when uploading for %s and host is missing openscap_proxy"
|
|
252
345
|
msgstr ""
|
|
253
346
|
|
|
254
347
|
#. TRANSLATORS: initial character of Failed
|
|
255
348
|
msgid "Failed|F"
|
|
256
349
|
msgstr ""
|
|
257
350
|
|
|
351
|
+
msgid "Fetch pxe files"
|
|
352
|
+
msgstr ""
|
|
353
|
+
|
|
258
354
|
msgid "File Upload"
|
|
259
355
|
msgstr ""
|
|
260
356
|
|
|
261
357
|
msgid "Filename"
|
|
262
358
|
msgstr ""
|
|
263
359
|
|
|
360
|
+
msgid "Filtered index content"
|
|
361
|
+
msgstr ""
|
|
362
|
+
|
|
264
363
|
msgid "Full Report"
|
|
265
364
|
msgstr ""
|
|
266
365
|
|
|
@@ -300,9 +399,30 @@ msgstr ""
|
|
|
300
399
|
msgid "Hosts Breakdown"
|
|
301
400
|
msgstr ""
|
|
302
401
|
|
|
402
|
+
msgid "Hosts failing this rule"
|
|
403
|
+
msgstr ""
|
|
404
|
+
|
|
405
|
+
msgid "Hosts othering this rule"
|
|
406
|
+
msgstr ""
|
|
407
|
+
|
|
408
|
+
msgid "Hosts passing this rule"
|
|
409
|
+
msgstr ""
|
|
410
|
+
|
|
411
|
+
msgid "Hypervisors"
|
|
412
|
+
msgstr ""
|
|
413
|
+
|
|
414
|
+
msgid "Hypervisors update"
|
|
415
|
+
msgstr ""
|
|
416
|
+
|
|
303
417
|
msgid "ID of OpenSCAP Proxy"
|
|
304
418
|
msgstr ""
|
|
305
419
|
|
|
420
|
+
msgid "Import Puppet classes"
|
|
421
|
+
msgstr ""
|
|
422
|
+
|
|
423
|
+
msgid "Import facts"
|
|
424
|
+
msgstr ""
|
|
425
|
+
|
|
306
426
|
msgid "In Foreman, a compliance policy checklist is defined via %s."
|
|
307
427
|
msgstr ""
|
|
308
428
|
|
|
@@ -328,10 +448,37 @@ msgstr ""
|
|
|
328
448
|
msgid "Inconclusive results"
|
|
329
449
|
msgstr ""
|
|
330
450
|
|
|
331
|
-
msgid "
|
|
451
|
+
msgid "Incremental Update"
|
|
452
|
+
msgstr ""
|
|
453
|
+
|
|
454
|
+
msgid "Incremental Update of Content View Version(s) "
|
|
455
|
+
msgstr ""
|
|
456
|
+
|
|
457
|
+
msgid "Index content"
|
|
458
|
+
msgstr ""
|
|
459
|
+
|
|
460
|
+
msgid "Index errata"
|
|
461
|
+
msgstr ""
|
|
462
|
+
|
|
463
|
+
msgid "Index module streams"
|
|
464
|
+
msgstr ""
|
|
465
|
+
|
|
466
|
+
msgid "Index package groups"
|
|
467
|
+
msgstr ""
|
|
468
|
+
|
|
469
|
+
msgid "Install Applicable Errata"
|
|
470
|
+
msgstr ""
|
|
471
|
+
|
|
472
|
+
msgid "Install erratum"
|
|
473
|
+
msgstr ""
|
|
474
|
+
|
|
475
|
+
msgid "Install package"
|
|
476
|
+
msgstr ""
|
|
477
|
+
|
|
478
|
+
msgid "Install package group"
|
|
332
479
|
msgstr ""
|
|
333
480
|
|
|
334
|
-
msgid "
|
|
481
|
+
msgid "It may sometimes be required to adjust the security policy to your specific needs. "
|
|
335
482
|
msgstr ""
|
|
336
483
|
|
|
337
484
|
msgid "Latest Compliance Reports"
|
|
@@ -391,6 +538,9 @@ msgstr ""
|
|
|
391
538
|
msgid "No ARF reports for this policy"
|
|
392
539
|
msgstr ""
|
|
393
540
|
|
|
541
|
+
msgid "No OpenSCAP Proxy selected."
|
|
542
|
+
msgstr ""
|
|
543
|
+
|
|
394
544
|
msgid "No OpenSCAP proxy found for %{class} with id %{id}"
|
|
395
545
|
msgstr ""
|
|
396
546
|
|
|
@@ -415,6 +565,9 @@ msgstr ""
|
|
|
415
565
|
msgid "No hosts were found."
|
|
416
566
|
msgstr ""
|
|
417
567
|
|
|
568
|
+
msgid "No proxy found for %{name} or %{url}"
|
|
569
|
+
msgstr ""
|
|
570
|
+
|
|
418
571
|
msgid "No proxy found!"
|
|
419
572
|
msgstr ""
|
|
420
573
|
|
|
@@ -463,7 +616,7 @@ msgstr ""
|
|
|
463
616
|
msgid "OpenSCAP Proxy"
|
|
464
617
|
msgstr ""
|
|
465
618
|
|
|
466
|
-
msgid "OpenSCAP Proxy to use for fetching SCAP content and uploading ARF reports"
|
|
619
|
+
msgid "OpenSCAP Proxy to use for fetching SCAP content and uploading ARF reports. Leave blank and override appropriate parameters when using proxy load balancer."
|
|
467
620
|
msgstr ""
|
|
468
621
|
|
|
469
622
|
msgid "Openscap Proxy"
|
|
@@ -485,6 +638,9 @@ msgstr ""
|
|
|
485
638
|
msgid "Othered|O"
|
|
486
639
|
msgstr ""
|
|
487
640
|
|
|
641
|
+
msgid "Package Profile Update"
|
|
642
|
+
msgstr ""
|
|
643
|
+
|
|
488
644
|
msgid "Passed"
|
|
489
645
|
msgstr ""
|
|
490
646
|
|
|
@@ -534,12 +690,27 @@ msgstr ""
|
|
|
534
690
|
msgid "Policy schedule weekday (only if period == \"weekly\")"
|
|
535
691
|
msgstr ""
|
|
536
692
|
|
|
693
|
+
msgid "Product Create"
|
|
694
|
+
msgstr ""
|
|
695
|
+
|
|
537
696
|
msgid "Profile"
|
|
538
697
|
msgstr ""
|
|
539
698
|
|
|
699
|
+
msgid "Promote"
|
|
700
|
+
msgstr ""
|
|
701
|
+
|
|
702
|
+
msgid "Promotion to Environment"
|
|
703
|
+
msgstr ""
|
|
704
|
+
|
|
540
705
|
msgid "Proxy failed to send a report from spool to Foreman. This indicates a corrupted report format. Report has been moved to directory for storing corrupted files on proxy for later inspection."
|
|
541
706
|
msgstr ""
|
|
542
707
|
|
|
708
|
+
msgid "Publish"
|
|
709
|
+
msgstr ""
|
|
710
|
+
|
|
711
|
+
msgid "Publish Lifecycle Environment Repositories"
|
|
712
|
+
msgstr ""
|
|
713
|
+
|
|
543
714
|
msgid "Puppet class %{class} does not have %{parameter} class parameter."
|
|
544
715
|
msgstr ""
|
|
545
716
|
|
|
@@ -552,6 +723,36 @@ msgstr ""
|
|
|
552
723
|
msgid "References"
|
|
553
724
|
msgstr ""
|
|
554
725
|
|
|
726
|
+
msgid "Reindex subscriptions"
|
|
727
|
+
msgstr ""
|
|
728
|
+
|
|
729
|
+
msgid "Remote action:"
|
|
730
|
+
msgstr ""
|
|
731
|
+
|
|
732
|
+
msgid "Remove Content"
|
|
733
|
+
msgstr ""
|
|
734
|
+
|
|
735
|
+
msgid "Remove Version"
|
|
736
|
+
msgstr ""
|
|
737
|
+
|
|
738
|
+
msgid "Remove Versions and Associations"
|
|
739
|
+
msgstr ""
|
|
740
|
+
|
|
741
|
+
msgid "Remove from Environment"
|
|
742
|
+
msgstr ""
|
|
743
|
+
|
|
744
|
+
msgid "Remove package"
|
|
745
|
+
msgstr ""
|
|
746
|
+
|
|
747
|
+
msgid "Remove package group"
|
|
748
|
+
msgstr ""
|
|
749
|
+
|
|
750
|
+
msgid "Remove subscriptions"
|
|
751
|
+
msgstr ""
|
|
752
|
+
|
|
753
|
+
msgid "Report"
|
|
754
|
+
msgstr ""
|
|
755
|
+
|
|
555
756
|
msgid "Report Metrics"
|
|
556
757
|
msgstr ""
|
|
557
758
|
|
|
@@ -567,6 +768,9 @@ msgstr ""
|
|
|
567
768
|
msgid "Reports"
|
|
568
769
|
msgstr ""
|
|
569
770
|
|
|
771
|
+
msgid "Republish Version Repositories"
|
|
772
|
+
msgstr ""
|
|
773
|
+
|
|
570
774
|
msgid "Request timed out. Please try increasing Settings -> proxy_request_timeout"
|
|
571
775
|
msgstr ""
|
|
572
776
|
|
|
@@ -582,12 +786,18 @@ msgstr ""
|
|
|
582
786
|
msgid "Run OpenSCAP scan"
|
|
583
787
|
msgstr ""
|
|
584
788
|
|
|
789
|
+
msgid "Run Sync Plan"
|
|
790
|
+
msgstr ""
|
|
791
|
+
|
|
585
792
|
msgid "SCAP Content"
|
|
586
793
|
msgstr ""
|
|
587
794
|
|
|
588
795
|
msgid "SCAP Contents"
|
|
589
796
|
msgstr ""
|
|
590
797
|
|
|
798
|
+
msgid "SCAP DataStream file"
|
|
799
|
+
msgstr ""
|
|
800
|
+
|
|
591
801
|
msgid "SCAP content"
|
|
592
802
|
msgstr ""
|
|
593
803
|
|
|
@@ -600,6 +810,9 @@ msgstr ""
|
|
|
600
810
|
msgid "SCAP policies summary"
|
|
601
811
|
msgstr ""
|
|
602
812
|
|
|
813
|
+
msgid "Scap Contents"
|
|
814
|
+
msgstr ""
|
|
815
|
+
|
|
603
816
|
msgid "Schedule"
|
|
604
817
|
msgstr ""
|
|
605
818
|
|
|
@@ -609,6 +822,9 @@ msgstr ""
|
|
|
609
822
|
msgid "Select Compliance Policy"
|
|
610
823
|
msgstr ""
|
|
611
824
|
|
|
825
|
+
msgid "Select OpenSCAP Proxy"
|
|
826
|
+
msgstr ""
|
|
827
|
+
|
|
612
828
|
msgid "Select all items in this page"
|
|
613
829
|
msgstr ""
|
|
614
830
|
|
|
@@ -624,9 +840,6 @@ msgstr ""
|
|
|
624
840
|
msgid "Show a Tailoring file"
|
|
625
841
|
msgstr ""
|
|
626
842
|
|
|
627
|
-
msgid "Show a Tailoring file as XML"
|
|
628
|
-
msgstr ""
|
|
629
|
-
|
|
630
843
|
msgid "Show a policy's SCAP content"
|
|
631
844
|
msgstr ""
|
|
632
845
|
|
|
@@ -639,9 +852,6 @@ msgstr ""
|
|
|
639
852
|
msgid "Show an SCAP content"
|
|
640
853
|
msgstr ""
|
|
641
854
|
|
|
642
|
-
msgid "Show an SCAP content as XML"
|
|
643
|
-
msgstr ""
|
|
644
|
-
|
|
645
855
|
msgid "Show log messages:"
|
|
646
856
|
msgstr ""
|
|
647
857
|
|
|
@@ -651,6 +861,9 @@ msgstr ""
|
|
|
651
861
|
msgid "Something went wrong while selecting hosts - %s"
|
|
652
862
|
msgstr ""
|
|
653
863
|
|
|
864
|
+
msgid "Spool errors"
|
|
865
|
+
msgstr ""
|
|
866
|
+
|
|
654
867
|
msgid "Status chart"
|
|
655
868
|
msgstr ""
|
|
656
869
|
|
|
@@ -669,9 +882,18 @@ msgstr ""
|
|
|
669
882
|
msgid "Summary from %{time} ago to now"
|
|
670
883
|
msgstr ""
|
|
671
884
|
|
|
885
|
+
msgid "Summary report for OpenScap from Foreman"
|
|
886
|
+
msgstr ""
|
|
887
|
+
|
|
672
888
|
msgid "Summary report from Foreman server at %{foreman_url}"
|
|
673
889
|
msgstr ""
|
|
674
890
|
|
|
891
|
+
msgid "Synchronize"
|
|
892
|
+
msgstr ""
|
|
893
|
+
|
|
894
|
+
msgid "Synchronize smart proxy"
|
|
895
|
+
msgstr ""
|
|
896
|
+
|
|
675
897
|
msgid "Tailoring File"
|
|
676
898
|
msgstr ""
|
|
677
899
|
|
|
@@ -727,6 +949,12 @@ msgstr ""
|
|
|
727
949
|
msgid "Unknown Compliance status"
|
|
728
950
|
msgstr ""
|
|
729
951
|
|
|
952
|
+
msgid "Update"
|
|
953
|
+
msgstr ""
|
|
954
|
+
|
|
955
|
+
msgid "Update Content Overrides"
|
|
956
|
+
msgstr ""
|
|
957
|
+
|
|
730
958
|
msgid "Update a Policy"
|
|
731
959
|
msgstr ""
|
|
732
960
|
|
|
@@ -736,13 +964,28 @@ msgstr ""
|
|
|
736
964
|
msgid "Update an SCAP content"
|
|
737
965
|
msgstr ""
|
|
738
966
|
|
|
739
|
-
msgid "
|
|
967
|
+
msgid "Update for host"
|
|
740
968
|
msgstr ""
|
|
741
969
|
|
|
742
|
-
msgid "
|
|
970
|
+
msgid "Update host"
|
|
971
|
+
msgstr ""
|
|
972
|
+
|
|
973
|
+
msgid "Update node"
|
|
974
|
+
msgstr ""
|
|
975
|
+
|
|
976
|
+
msgid "Update package"
|
|
977
|
+
msgstr ""
|
|
978
|
+
|
|
979
|
+
msgid "Update release version for host"
|
|
980
|
+
msgstr ""
|
|
981
|
+
|
|
982
|
+
msgid "Updated hosts: Assigned with OpenSCAP Proxy: %s"
|
|
743
983
|
msgstr ""
|
|
744
984
|
|
|
745
|
-
msgid "
|
|
985
|
+
msgid "Updated hosts: Assigned with compliance policy: %s"
|
|
986
|
+
msgstr ""
|
|
987
|
+
|
|
988
|
+
msgid "Updated hosts: Unassigned from compliance policy '%s'"
|
|
746
989
|
msgstr ""
|
|
747
990
|
|
|
748
991
|
msgid "Upload New SCAP Content"
|
|
@@ -751,10 +994,13 @@ msgstr ""
|
|
|
751
994
|
msgid "Upload New Tailoring file"
|
|
752
995
|
msgstr ""
|
|
753
996
|
|
|
754
|
-
msgid "Upload
|
|
997
|
+
msgid "Upload an ARF report"
|
|
755
998
|
msgstr ""
|
|
756
999
|
|
|
757
|
-
msgid "Upload
|
|
1000
|
+
msgid "Upload errata into"
|
|
1001
|
+
msgstr ""
|
|
1002
|
+
|
|
1003
|
+
msgid "Upload into"
|
|
758
1004
|
msgstr ""
|
|
759
1005
|
|
|
760
1006
|
msgid "Upload new SCAP content file"
|