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