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
@@ -0,0 +1,1231 @@
1
+ # German translations for foreman_openscap package.
2
+ # Copyright (C) 2016 THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the foreman_openscap package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, 2016.
5
+ #
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: foreman_openscap 1.0.4\n"
9
+ "Report-Msgid-Bugs-To: \n"
10
+ "PO-Revision-Date: 2016-02-09 16:41-0500\n"
11
+ "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12
+ "Language-Team: German\n"
13
+ "Language: de\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
18
+ "\n"
19
+
20
+ #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:25
21
+ msgid "List ARF reports"
22
+ msgstr ""
23
+
24
+ #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:33
25
+ msgid "Show an ARF report"
26
+ msgstr ""
27
+
28
+ #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:39
29
+ msgid "Delete an ARF Report"
30
+ msgstr ""
31
+
32
+ #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:46
33
+ msgid "Upload an ARF report"
34
+ msgstr ""
35
+
36
+ #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:57
37
+ msgid "Download bzipped ARF report"
38
+ msgstr ""
39
+
40
+ #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:67
41
+ msgid "Download ARF report in HTML"
42
+ msgstr ""
43
+
44
+ #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:94
45
+ msgid "Policy with id %s not found."
46
+ msgstr ""
47
+
48
+ #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:101
49
+ msgid "Could not find host identified by: %s"
50
+ msgstr ""
51
+
52
+ #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:106
53
+ 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"
54
+ msgstr ""
55
+
56
+ #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:118
57
+ msgid "No proxy found for %{name} or %{url}"
58
+ msgstr ""
59
+
60
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:25
61
+ msgid "List Policies"
62
+ msgstr ""
63
+
64
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:33
65
+ msgid "Show a Policy"
66
+ msgstr ""
67
+
68
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:41
69
+ msgid "Policy name"
70
+ msgstr ""
71
+
72
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:42
73
+ msgid "Policy description"
74
+ msgstr ""
75
+
76
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:43
77
+ msgid "Policy SCAP content ID"
78
+ msgstr ""
79
+
80
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:44
81
+ msgid "Policy SCAP content profile ID"
82
+ msgstr ""
83
+
84
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:45
85
+ msgid "Policy schedule period (weekly, monthly, custom)"
86
+ msgstr ""
87
+
88
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:46
89
+ msgid "Policy schedule weekday (only if period == \"weekly\")"
90
+ msgstr ""
91
+
92
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:47
93
+ msgid "Policy schedule day of month (only if period == \"monthly\")"
94
+ msgstr ""
95
+
96
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:48
97
+ msgid "Policy schedule cron line (only if period == \"custom\")"
98
+ msgstr ""
99
+
100
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:49
101
+ msgid "Apply policy to host groups"
102
+ msgstr ""
103
+
104
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:50
105
+ msgid "Apply policy to hosts"
106
+ msgstr ""
107
+
108
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:51
109
+ msgid "Tailoring file ID"
110
+ msgstr ""
111
+
112
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:52
113
+ msgid "Tailoring file profile ID"
114
+ msgstr ""
115
+
116
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:53
117
+ msgid "How the policy should be deployed"
118
+ msgstr ""
119
+
120
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:58
121
+ msgid "Create a Policy"
122
+ msgstr ""
123
+
124
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:67
125
+ msgid "Update a Policy"
126
+ msgstr ""
127
+
128
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:75
129
+ msgid "Delete a Policy"
130
+ msgstr ""
131
+
132
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:82
133
+ msgid "Show a policy's SCAP content"
134
+ msgstr ""
135
+
136
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:92
137
+ msgid "Show a policy's Tailoring file"
138
+ msgstr ""
139
+
140
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:102
141
+ msgid "No Tailoring file assigned for policy with id %s"
142
+ msgstr ""
143
+
144
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:16
145
+ msgid "List SCAP contents"
146
+ msgstr ""
147
+
148
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:24
149
+ msgid "Download an SCAP content as XML"
150
+ msgstr ""
151
+
152
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:33
153
+ msgid "Show an SCAP content"
154
+ msgstr ""
155
+
156
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:40
157
+ msgid "SCAP content name"
158
+ msgstr ""
159
+
160
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:41
161
+ msgid "XML containing SCAP content"
162
+ msgstr ""
163
+
164
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:42 ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:43
165
+ msgid "Original file name of the XML file"
166
+ msgstr ""
167
+
168
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:47
169
+ msgid "Create SCAP content"
170
+ msgstr ""
171
+
172
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:55
173
+ msgid "Update an SCAP content"
174
+ msgstr ""
175
+
176
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:63
177
+ msgid "Deletes an SCAP content"
178
+ msgstr ""
179
+
180
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:17
181
+ msgid "List Tailoring files"
182
+ msgstr ""
183
+
184
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:25
185
+ msgid "Download a Tailoring file as XML"
186
+ msgstr ""
187
+
188
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:34
189
+ msgid "Show a Tailoring file"
190
+ msgstr ""
191
+
192
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:41
193
+ msgid "Tailoring file name"
194
+ msgstr ""
195
+
196
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:42
197
+ msgid "XML containing tailoring file"
198
+ msgstr ""
199
+
200
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:48
201
+ msgid "Create a Tailoring file"
202
+ msgstr ""
203
+
204
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:56
205
+ msgid "Update a Tailoring file"
206
+ msgstr ""
207
+
208
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:64
209
+ msgid "Deletes a Tailoring file"
210
+ msgstr ""
211
+
212
+ #: ../app/controllers/arf_reports_controller.rb:37
213
+ msgid "Failed to downloaded ARF report as bzip: %s"
214
+ msgstr ""
215
+
216
+ #: ../app/controllers/arf_reports_controller.rb:48
217
+ msgid "Failed to downloaded ARF report in HTML: %s"
218
+ msgstr ""
219
+
220
+ #: ../app/controllers/arf_reports_controller.rb:55
221
+ msgid "Successfully deleted ARF report."
222
+ msgstr ""
223
+
224
+ #: ../app/controllers/arf_reports_controller.rb:57
225
+ msgid "Failed to delete ARF Report for host %{host_name} reported at %{reported_at}"
226
+ msgstr ""
227
+
228
+ #: ../app/controllers/arf_reports_controller.rb:67
229
+ msgid "Failed to delete %s compliance reports"
230
+ msgstr ""
231
+
232
+ #: ../app/controllers/arf_reports_controller.rb:70
233
+ msgid "Successfully deleted %s compliance reports"
234
+ msgstr ""
235
+
236
+ #: ../app/controllers/arf_reports_controller.rb:85
237
+ msgid "No compliance reports were found."
238
+ msgstr ""
239
+
240
+ #: ../app/controllers/arf_reports_controller.rb:89
241
+ msgid "No compliance reports selected"
242
+ msgstr ""
243
+
244
+ #: ../app/controllers/arf_reports_controller.rb:94
245
+ msgid "Something went wrong while selecting compliance reports - %s"
246
+ msgstr ""
247
+
248
+ #: ../app/controllers/concerns/foreman_openscap/api/v2/hosts_controller_extensions.rb:19
249
+ msgid "Show config information for foreman_scap_client"
250
+ msgstr ""
251
+
252
+ #: ../app/controllers/concerns/foreman_openscap/api/v2/hosts_controller_extensions.rb:20
253
+ msgid "The identifier of the host"
254
+ msgstr ""
255
+
256
+ #: ../app/controllers/concerns/foreman_openscap/hosts_controller_extensions.rb:26
257
+ msgid "Updated hosts: Assigned with OpenSCAP Proxy: %s"
258
+ msgstr ""
259
+
260
+ #: ../app/controllers/concerns/foreman_openscap/hosts_controller_extensions.rb:29
261
+ msgid "No OpenSCAP Proxy selected."
262
+ msgstr ""
263
+
264
+ #: ../app/controllers/policies_controller.rb:84
265
+ msgid "Updated hosts: Assigned with compliance policy: %s"
266
+ msgstr ""
267
+
268
+ #: ../app/controllers/policies_controller.rb:91
269
+ msgid "No compliance policy selected."
270
+ msgstr ""
271
+
272
+ #: ../app/controllers/policies_controller.rb:103
273
+ msgid "Updated hosts: Unassigned from compliance policy '%s'"
274
+ msgstr ""
275
+
276
+ #: ../app/controllers/policies_controller.rb:105
277
+ msgid "No valid policy ID provided"
278
+ msgstr ""
279
+
280
+ #: ../app/controllers/policies_controller.rb:125
281
+ msgid "No hosts were found."
282
+ msgstr ""
283
+
284
+ #: ../app/controllers/policies_controller.rb:129
285
+ msgid "No hosts selected"
286
+ msgstr ""
287
+
288
+ #: ../app/controllers/policies_controller.rb:134
289
+ msgid "Something went wrong while selecting hosts - %s"
290
+ msgstr ""
291
+
292
+ #: ../app/helpers/arf_report_dashboard_helper.rb:10 ../app/helpers/compliance_dashboard_helper.rb:8 ../app/helpers/compliance_hosts_helper.rb:5 ../app/helpers/compliance_hosts_helper.rb:22 ../app/views/arf_reports/_list.html.erb:11 ../app/views/foreman_openscap/policy_mailer/_hosts.erb:11 ../app/views/policy_dashboard/_policy_reports.html.erb:10
293
+ msgid "Failed"
294
+ msgstr ""
295
+
296
+ #: ../app/helpers/arf_report_dashboard_helper.rb:11 ../app/helpers/compliance_dashboard_helper.rb:6 ../app/helpers/compliance_hosts_helper.rb:4 ../app/helpers/compliance_hosts_helper.rb:21 ../app/views/arf_reports/_list.html.erb:10 ../app/views/foreman_openscap/policy_mailer/_hosts.erb:8 ../app/views/policy_dashboard/_policy_reports.html.erb:9
297
+ msgid "Passed"
298
+ msgstr ""
299
+
300
+ #: ../app/helpers/arf_report_dashboard_helper.rb:12 ../app/helpers/compliance_dashboard_helper.rb:10 ../app/helpers/compliance_hosts_helper.rb:23
301
+ msgid "Othered"
302
+ msgstr ""
303
+
304
+ #: ../app/helpers/arf_report_dashboard_helper.rb:15 ../app/helpers/compliance_hosts_helper.rb:9
305
+ msgid "Compliance reports breakdown"
306
+ msgstr ""
307
+
308
+ #: ../app/helpers/arf_reports_helper.rb:10
309
+ msgid "Show log messages:"
310
+ msgstr ""
311
+
312
+ #: ../app/helpers/arf_reports_helper.rb:11
313
+ msgid "All messages"
314
+ msgstr ""
315
+
316
+ #: ../app/helpers/arf_reports_helper.rb:11
317
+ msgid "Failed and Othered"
318
+ msgstr ""
319
+
320
+ #: ../app/helpers/arf_reports_helper.rb:11
321
+ msgid "Failed only"
322
+ msgstr ""
323
+
324
+ #: ../app/helpers/arf_reports_helper.rb:21 ../app/views/arf_reports/index.html.erb:1 ../app/views/arf_reports/welcome.html.erb:5
325
+ msgid "Compliance Reports"
326
+ msgstr ""
327
+
328
+ #: ../app/helpers/arf_reports_helper.rb:57
329
+ msgid "Delete reports"
330
+ msgstr ""
331
+
332
+ #: ../app/helpers/arf_reports_helper.rb:62
333
+ msgid "Select Action"
334
+ msgstr ""
335
+
336
+ #: ../app/helpers/arf_reports_helper.rb:65
337
+ msgid "%s - The following compliance reports are about to be changed"
338
+ msgstr ""
339
+
340
+ #: ../app/helpers/arf_reports_helper.rb:70
341
+ msgid "No proxy found!"
342
+ msgstr ""
343
+
344
+ #: ../app/helpers/arf_reports_helper.rb:75
345
+ msgid "Reported at %s"
346
+ msgstr ""
347
+
348
+ #: ../app/helpers/arf_reports_helper.rb:76
349
+ msgid " for policy %s"
350
+ msgstr ""
351
+
352
+ #: ../app/helpers/arf_reports_helper.rb:78
353
+ msgid " through %s"
354
+ msgstr ""
355
+
356
+ #: ../app/helpers/arf_reports_helper.rb:83
357
+ msgid "Hosts failing this rule"
358
+ msgstr ""
359
+
360
+ #: ../app/helpers/arf_reports_helper.rb:84
361
+ msgid "Hosts passing this rule"
362
+ msgstr ""
363
+
364
+ #: ../app/helpers/arf_reports_helper.rb:85
365
+ msgid "Hosts othering this rule"
366
+ msgstr ""
367
+
368
+ #. TRANSLATORS: initial character of Passed
369
+ #: ../app/helpers/compliance_dashboard_helper.rb:6
370
+ msgid "Passed|P"
371
+ msgstr ""
372
+
373
+ #. TRANSLATORS: initial character of Failed
374
+ #: ../app/helpers/compliance_dashboard_helper.rb:8
375
+ msgid "Failed|F"
376
+ msgstr ""
377
+
378
+ #. TRANSLATORS: initial character of Othered which is an SCAP term
379
+ #: ../app/helpers/compliance_dashboard_helper.rb:10
380
+ msgid "Othered|O"
381
+ msgstr ""
382
+
383
+ #: ../app/helpers/compliance_hosts_helper.rb:6 ../app/views/arf_reports/_list.html.erb:12 ../app/views/foreman_openscap/policy_mailer/_hosts.erb:14 ../app/views/policy_dashboard/_policy_reports.html.erb:11
384
+ msgid "Other"
385
+ msgstr ""
386
+
387
+ #: ../app/helpers/concerns/foreman_openscap/hosts_helper_extensions.rb:4
388
+ msgid "Assign Compliance Policy"
389
+ msgstr ""
390
+
391
+ #: ../app/helpers/concerns/foreman_openscap/hosts_helper_extensions.rb:5
392
+ msgid "Unassign Compliance Policy"
393
+ msgstr ""
394
+
395
+ #: ../app/helpers/concerns/foreman_openscap/hosts_helper_extensions.rb:6
396
+ msgid "Change OpenSCAP Proxy"
397
+ msgstr ""
398
+
399
+ #: ../app/helpers/concerns/foreman_openscap/hosts_helper_extensions.rb:10
400
+ msgid "Host is deleted"
401
+ msgstr ""
402
+
403
+ #: ../app/helpers/foreman_openscap_helper.rb:4
404
+ msgid "documentation"
405
+ msgstr ""
406
+
407
+ #: ../app/helpers/policies_helper.rb:56
408
+ msgid "Choose existing SCAP Content"
409
+ msgstr ""
410
+
411
+ #: ../app/helpers/policies_helper.rb:57 ../app/helpers/policies_helper.rb:62 ../app/models/foreman_openscap/policy.rb:100 ../app/views/policies/_form.html.erb:10 ../app/views/scap_contents/welcome.html.erb:1 ../app/views/scap_contents/welcome.html.erb:6
412
+ msgid "SCAP Content"
413
+ msgstr ""
414
+
415
+ #: ../app/helpers/policies_helper.rb:72 ../app/helpers/policies_helper.rb:79
416
+ msgid "XCCDF Profile"
417
+ msgstr ""
418
+
419
+ #: ../app/helpers/policies_helper.rb:78
420
+ msgid "Default XCCDF profile"
421
+ msgstr ""
422
+
423
+ #: ../app/helpers/policies_helper.rb:87
424
+ msgid "Choose Tailoring File"
425
+ msgstr ""
426
+
427
+ #: ../app/helpers/policies_helper.rb:88 ../app/views/policies/_list.html.erb:6
428
+ msgid "Tailoring File"
429
+ msgstr ""
430
+
431
+ #: ../app/helpers/policies_helper.rb:97
432
+ msgid "XCCDF Profile in Tailoring File"
433
+ msgstr ""
434
+
435
+ #: ../app/helpers/policies_helper.rb:98
436
+ msgid "This profile will be used to override the one from scap content"
437
+ msgstr ""
438
+
439
+ #: ../app/helpers/policies_helper.rb:109 ../app/views/arf_reports/_list.html.erb:54
440
+ msgid "Submit"
441
+ msgstr ""
442
+
443
+ #: ../app/helpers/policies_helper.rb:113 ../app/views/arf_reports/_list.html.erb:53
444
+ msgid "Cancel"
445
+ msgstr ""
446
+
447
+ #: ../app/helpers/policies_helper.rb:145 ../lib/foreman_openscap/engine.rb:139
448
+ msgid "Policies"
449
+ msgstr ""
450
+
451
+ #: ../app/helpers/policy_dashboard_helper.rb:11
452
+ msgid "Compliant hosts"
453
+ msgstr ""
454
+
455
+ #: ../app/helpers/policy_dashboard_helper.rb:12
456
+ msgid "Incompliant hosts"
457
+ msgstr ""
458
+
459
+ #: ../app/helpers/policy_dashboard_helper.rb:13 ../app/models/foreman_openscap/compliance_status.rb:20
460
+ msgid "Inconclusive"
461
+ msgstr ""
462
+
463
+ #: ../app/helpers/policy_dashboard_helper.rb:14
464
+ msgid "Not audited"
465
+ msgstr ""
466
+
467
+ #: ../app/helpers/policy_dashboard_helper.rb:17
468
+ msgid "Compliance Status"
469
+ msgstr ""
470
+
471
+ #: ../app/helpers/policy_dashboard_helper.rb:41
472
+ msgid "Host is assigned to policy"
473
+ msgstr ""
474
+
475
+ #: ../app/helpers/policy_dashboard_helper.rb:44
476
+ msgid "Host is not assigned to policy but reports were found. You may want to delete the reports or assign the policy again."
477
+ msgstr ""
478
+
479
+ #: ../app/helpers/policy_dashboard_helper.rb:52
480
+ msgid "Hosts no longer assigned: %s"
481
+ msgstr ""
482
+
483
+ #: ../app/helpers/policy_dashboard_helper.rb:56
484
+ msgid "Total hosts with reports where policy is no longer assigned."
485
+ msgstr ""
486
+
487
+ #: ../app/lib/proxy_api/openscap.rb:21
488
+ msgid "Request timed out. Please try increasing Settings -> proxy_request_timeout"
489
+ msgstr ""
490
+
491
+ #: ../app/lib/proxy_api/openscap.rb:24
492
+ msgid "Could not validate %s. Please make sure you have appropriate proxy version to use this functionality"
493
+ msgstr ""
494
+
495
+ #: ../app/lib/proxy_api/openscap.rb:27
496
+ msgid "Could not validate %{file_type}. Error %{error}"
497
+ msgstr ""
498
+
499
+ #: ../app/lib/proxy_api/openscap.rb:40
500
+ msgid "Unable to get HTML version of requested report from Smart Proxy"
501
+ msgstr ""
502
+
503
+ #: ../app/lib/proxy_api/openscap.rb:49
504
+ msgid "Unable to get XML version of requested report from Smart Proxy"
505
+ msgstr ""
506
+
507
+ #: ../app/mailers/foreman_openscap/policy_mailer.rb:17
508
+ msgid "SCAP policies summary"
509
+ msgstr ""
510
+
511
+ #: ../app/models/concerns/foreman_openscap/log_extensions.rb:17
512
+ msgid "is not included in SCAP_RESULT"
513
+ msgstr ""
514
+
515
+ #: ../app/models/concerns/foreman_openscap/openscap_proxy_core_extensions.rb:69
516
+ msgid "must have Openscap feature"
517
+ msgstr ""
518
+
519
+ #: ../app/models/concerns/foreman_openscap/openscap_proxy_extensions.rb:8
520
+ msgid "No OpenSCAP proxy found for %{class} with id %{id}"
521
+ msgstr ""
522
+
523
+ #: ../app/models/foreman_openscap/compliance_status.rb:8 ../app/views/compliance_hosts/_compliance_status.erb:2 ../lib/foreman_openscap/engine.rb:138
524
+ msgid "Compliance"
525
+ msgstr ""
526
+
527
+ #: ../app/models/foreman_openscap/compliance_status.rb:18 ../app/views/foreman_openscap/policy_mailer/_dashboard.erb:13
528
+ msgid "Compliant"
529
+ msgstr ""
530
+
531
+ #: ../app/models/foreman_openscap/compliance_status.rb:22 ../app/views/foreman_openscap/policy_mailer/_dashboard.erb:17
532
+ msgid "Incompliant"
533
+ msgstr ""
534
+
535
+ #: ../app/models/foreman_openscap/compliance_status.rb:24
536
+ msgid "Unknown Compliance status"
537
+ msgstr ""
538
+
539
+ #: ../app/models/foreman_openscap/policy.rb:31 ../app/models/foreman_openscap/policy.rb:262
540
+ msgid "is not a valid value"
541
+ msgstr ""
542
+
543
+ #: ../app/models/foreman_openscap/policy.rb:51
544
+ msgid "Cannot generate HTML guide, scap content is missing."
545
+ msgstr ""
546
+
547
+ #: ../app/models/foreman_openscap/policy.rb:57
548
+ msgid "Cannot generate HTML guide, no valid OpenSCAP proxy server found."
549
+ msgstr ""
550
+
551
+ #: ../app/models/foreman_openscap/policy.rb:100 ../app/views/policies/_form.html.erb:8
552
+ msgid "Deployment Options"
553
+ msgstr ""
554
+
555
+ #: ../app/models/foreman_openscap/policy.rb:100
556
+ msgid "Policy Attributes"
557
+ msgstr ""
558
+
559
+ #: ../app/models/foreman_openscap/policy.rb:100 ../app/views/policies/_form.html.erb:11
560
+ msgid "Schedule"
561
+ msgstr ""
562
+
563
+ #: ../app/models/foreman_openscap/policy.rb:101 ../app/views/policies/_form.html.erb:13 ../app/views/scap_contents/_form.html.erb:11 ../app/views/tailoring_files/_form.html.erb:11
564
+ msgid "Locations"
565
+ msgstr ""
566
+
567
+ #: ../app/models/foreman_openscap/policy.rb:102 ../app/views/policies/_form.html.erb:16 ../app/views/scap_contents/_form.html.erb:14 ../app/views/tailoring_files/_form.html.erb:14
568
+ msgid "Organizations"
569
+ msgstr ""
570
+
571
+ #: ../app/models/foreman_openscap/policy.rb:103
572
+ msgid "Hostgroups"
573
+ msgstr ""
574
+
575
+ #: ../app/models/foreman_openscap/policy.rb:256
576
+ msgid "does not consist of 5 parts separated by space"
577
+ msgstr ""
578
+
579
+ #: ../app/models/foreman_openscap/policy.rb:268
580
+ msgid "must be between 1 and 31"
581
+ msgstr ""
582
+
583
+ #: ../app/models/foreman_openscap/policy.rb:273
584
+ msgid "must be present when tailoring file profile present"
585
+ msgstr ""
586
+
587
+ #: ../app/models/foreman_openscap/policy.rb:274
588
+ msgid "must be present when tailoring file present"
589
+ msgstr ""
590
+
591
+ #: ../app/models/foreman_openscap/policy.rb:279
592
+ msgid "does not come from selected tailoring file"
593
+ msgstr ""
594
+
595
+ #: ../app/models/foreman_openscap/policy.rb:285
596
+ msgid "does not have the selected SCAP content profile"
597
+ msgstr ""
598
+
599
+ #: ../app/models/foreman_openscap/policy.rb:316
600
+ msgid "cannot assign to %s, all assigned policies must be deployed in the same way"
601
+ msgstr ""
602
+
603
+ #: ../app/services/foreman_openscap/arf_report_status_calculator.rb:30
604
+ msgid "invalid type %s"
605
+ msgstr ""
606
+
607
+ #: ../app/services/foreman_openscap/client_config/ansible.rb:32
608
+ msgid "Ansible role"
609
+ msgstr ""
610
+
611
+ #: ../app/services/foreman_openscap/client_config/ansible.rb:33
612
+ msgid "Ansible variables"
613
+ msgstr ""
614
+
615
+ #: ../app/services/foreman_openscap/client_config/puppet.rb:32
616
+ msgid "Puppet class"
617
+ msgstr ""
618
+
619
+ #: ../app/services/foreman_openscap/client_config/puppet.rb:33
620
+ msgid "Smart Class Parameters"
621
+ msgstr ""
622
+
623
+ #: ../app/services/foreman_openscap/lookup_key_overrider.rb:13
624
+ msgid "%{type} was selected to deploy policy to clients, but %{type} is not available. Are you missing a plugin?"
625
+ msgstr ""
626
+
627
+ #: ../app/services/foreman_openscap/lookup_key_overrider.rb:27
628
+ msgid "Required %{msg_name} %{class} was not found, please ensure it is imported first."
629
+ msgstr ""
630
+
631
+ #: ../app/services/foreman_openscap/lookup_key_overrider.rb:57
632
+ msgid "The following %{key_name} were missing for %{item_name}: %{key_names}. Make sure they are imported before proceeding."
633
+ msgstr ""
634
+
635
+ #: ../app/services/foreman_openscap/lookup_key_overrider.rb:89
636
+ msgid "Failed to save when overriding parameters for %{config_tool}, cause: %{errors}"
637
+ msgstr ""
638
+
639
+ #: ../app/services/foreman_openscap/openscap_proxy_version_check.rb:39
640
+ msgid "This feature is temporarily disabled. "
641
+ msgstr ""
642
+
643
+ #: ../app/services/foreman_openscap/openscap_proxy_version_check.rb:40
644
+ msgid "The following Smart Proxies need to be updated to unlock the feature: %s. "
645
+ msgstr ""
646
+
647
+ #: ../app/services/foreman_openscap/openscap_proxy_version_check.rb:41
648
+ msgid "The following proxies could not be reached: %s. Please make sure they are available so Foreman can check their versions."
649
+ msgstr ""
650
+
651
+ #: ../app/validators/foreman_openscap/data_stream_validator.rb:9
652
+ msgid "No proxy with OpenSCAP feature was found."
653
+ msgstr ""
654
+
655
+ #: ../app/validators/foreman_openscap/data_stream_validator.rb:14
656
+ msgid "No proxy with OpenSCAP feature is running."
657
+ msgstr ""
658
+
659
+ #: ../app/validators/foreman_openscap/data_stream_validator.rb:26
660
+ msgid "No available proxy to validate. Returned with error: %s"
661
+ msgstr ""
662
+
663
+ #: ../app/validators/foreman_openscap/data_stream_validator.rb:33
664
+ msgid "Changed file does not include existing SCAP content profiles"
665
+ msgstr ""
666
+
667
+ #: ../app/views/arf_reports/_detailed_message.html.erb:3
668
+ msgid "More details"
669
+ msgstr ""
670
+
671
+ #: ../app/views/arf_reports/_detailed_message.html.erb:6
672
+ msgid "Description"
673
+ msgstr ""
674
+
675
+ #: ../app/views/arf_reports/_detailed_message.html.erb:7
676
+ msgid "Rationale"
677
+ msgstr ""
678
+
679
+ #: ../app/views/arf_reports/_detailed_message.html.erb:8
680
+ msgid "References"
681
+ msgstr ""
682
+
683
+ #: ../app/views/arf_reports/_list.html.erb:5
684
+ msgid "Select all items in this page"
685
+ msgstr ""
686
+
687
+ #: ../app/views/arf_reports/_list.html.erb:5
688
+ msgid "items selected. Uncheck to Clear"
689
+ msgstr ""
690
+
691
+ #: ../app/views/arf_reports/_list.html.erb:7 ../app/views/arf_reports/delete_multiple.html.erb:10
692
+ msgid "Reported At"
693
+ msgstr ""
694
+
695
+ #: ../app/views/arf_reports/_list.html.erb:8
696
+ msgid "Policy"
697
+ msgstr ""
698
+
699
+ #: ../app/views/arf_reports/_list.html.erb:9
700
+ msgid "Openscap Proxy"
701
+ msgstr ""
702
+
703
+ #: ../app/views/arf_reports/_list.html.erb:13 ../app/views/arf_reports/_output.html.erb:8 ../app/views/policies/_list.html.erb:8 ../app/views/policy_dashboard/_policy_reports.html.erb:12 ../app/views/scap_contents/_list.html.erb:6 ../app/views/tailoring_files/_list.html.erb:6
704
+ msgid "Actions"
705
+ msgstr ""
706
+
707
+ #: ../app/views/arf_reports/_list.html.erb:28
708
+ msgid "Deleted policy"
709
+ msgstr ""
710
+
711
+ #: ../app/views/arf_reports/_list.html.erb:34
712
+ msgid "Full Report"
713
+ msgstr ""
714
+
715
+ #: ../app/views/arf_reports/_list.html.erb:37
716
+ msgid "Delete compliance report for %s?"
717
+ msgstr ""
718
+
719
+ #: ../app/views/arf_reports/_list.html.erb:48
720
+ msgid "Please Confirm"
721
+ msgstr ""
722
+
723
+ #: ../app/views/arf_reports/_metrics.html.erb:4
724
+ msgid "Report Metrics"
725
+ msgstr ""
726
+
727
+ #: ../app/views/arf_reports/_metrics.html.erb:12
728
+ msgid "Report Status"
729
+ msgstr ""
730
+
731
+ #: ../app/views/arf_reports/_metrics.html.erb:13
732
+ msgid "Number of Events"
733
+ msgstr ""
734
+
735
+ #: ../app/views/arf_reports/_metrics.html.erb:32
736
+ msgid "Total"
737
+ msgstr ""
738
+
739
+ #: ../app/views/arf_reports/_output.html.erb:4
740
+ msgid "Result"
741
+ msgstr ""
742
+
743
+ #: ../app/views/arf_reports/_output.html.erb:5
744
+ msgid "Message"
745
+ msgstr ""
746
+
747
+ #: ../app/views/arf_reports/_output.html.erb:6
748
+ msgid "Resource"
749
+ msgstr ""
750
+
751
+ #: ../app/views/arf_reports/_output.html.erb:7
752
+ msgid "Severity"
753
+ msgstr ""
754
+
755
+ #: ../app/views/arf_reports/_output.html.erb:25
756
+ msgid "Nothing to show"
757
+ msgstr ""
758
+
759
+ #: ../app/views/arf_reports/delete_multiple.html.erb:7 ../app/views/policy_dashboard/_policy_reports.html.erb:6
760
+ msgid "Host"
761
+ msgstr ""
762
+
763
+ #: ../app/views/arf_reports/delete_multiple.html.erb:27
764
+ msgid "Delete"
765
+ msgstr ""
766
+
767
+ #: ../app/views/arf_reports/delete_multiple.html.erb:28
768
+ msgid "these Compliance reports"
769
+ msgstr ""
770
+
771
+ #: ../app/views/arf_reports/show.html.erb:15
772
+ msgid "Back"
773
+ msgstr ""
774
+
775
+ #: ../app/views/arf_reports/show.html.erb:17
776
+ msgid "Host details"
777
+ msgstr ""
778
+
779
+ #: ../app/views/arf_reports/show.html.erb:18
780
+ msgid "View full report"
781
+ msgstr ""
782
+
783
+ #: ../app/views/arf_reports/show.html.erb:19
784
+ msgid "Download XML in bzip"
785
+ msgstr ""
786
+
787
+ #: ../app/views/arf_reports/show.html.erb:20
788
+ msgid "Download HTML"
789
+ msgstr ""
790
+
791
+ #: ../app/views/arf_reports/show_html.html.erb:9
792
+ msgid "Loading..."
793
+ msgstr ""
794
+
795
+ #: ../app/views/arf_reports/welcome.html.erb:7
796
+ 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."
797
+ msgstr ""
798
+
799
+ #: ../app/views/arf_reports/welcome.html.erb:10
800
+ msgid "Documentation"
801
+ msgstr ""
802
+
803
+ #: ../app/views/compliance_hosts/_compliance_status.erb:4
804
+ msgid "Host compliance details"
805
+ msgstr ""
806
+
807
+ #: ../app/views/compliance_hosts/show.html.erb:8
808
+ msgid "Compliance Hosts"
809
+ msgstr ""
810
+
811
+ #: ../app/views/compliance_hosts/show.html.erb:10
812
+ msgid "%s compliance reports by policy"
813
+ msgstr ""
814
+
815
+ #: ../app/views/compliance_hosts/show.html.erb:14
816
+ msgid "%s compliance report by policy"
817
+ msgid_plural "%s compliance reports by policy"
818
+ msgstr[0] ""
819
+ msgstr[1] ""
820
+
821
+ #: ../app/views/compliance_hosts/show.html.erb:16
822
+ msgid "Policy %s"
823
+ msgstr ""
824
+
825
+ #: ../app/views/compliance_hosts/show.html.erb:22
826
+ msgid "%s latest report"
827
+ msgstr ""
828
+
829
+ #: ../app/views/compliance_hosts/show.html.erb:32
830
+ msgid "%s reports over time"
831
+ msgstr ""
832
+
833
+ #: ../app/views/compliance_hosts/show.html.erb:38
834
+ msgid "No report for this policy"
835
+ msgstr ""
836
+
837
+ #: ../app/views/dashboard/_compliance_host_reports_widget.html.erb:1 ../lib/foreman_openscap/engine.rb:154
838
+ msgid "Latest Compliance Reports"
839
+ msgstr ""
840
+
841
+ #: ../app/views/dashboard/_compliance_host_reports_widget.html.erb:4
842
+ msgid "No reports available"
843
+ msgstr ""
844
+
845
+ #: ../app/views/dashboard/_compliance_host_reports_widget.html.erb:12
846
+ msgid "Host does not exist anymore"
847
+ msgstr ""
848
+
849
+ #: ../app/views/dashboard/_compliance_host_reports_widget.html.erb:13
850
+ msgid "Policy is missing"
851
+ msgstr ""
852
+
853
+ #: ../app/views/dashboard/_compliance_reports_breakdown_widget.html.erb:1 ../lib/foreman_openscap/engine.rb:156
854
+ msgid "Compliance Reports Breakdown"
855
+ msgstr ""
856
+
857
+ #: ../app/views/foreman_openscap/policy_mailer/_dashboard.erb:9
858
+ msgid "Changed"
859
+ msgstr ""
860
+
861
+ #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:5
862
+ msgid "Hostname"
863
+ msgstr ""
864
+
865
+ #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:17
866
+ msgid "Changed?"
867
+ msgstr ""
868
+
869
+ #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:36
870
+ msgid "Yes"
871
+ msgstr ""
872
+
873
+ #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:36
874
+ msgid "No"
875
+ msgstr ""
876
+
877
+ #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:40
878
+ msgid "No ARF reports for this policy"
879
+ msgstr ""
880
+
881
+ #: ../app/views/foreman_openscap/policy_mailer/_list.erb:8
882
+ msgid "None!"
883
+ msgstr ""
884
+
885
+ #: ../app/views/foreman_openscap/policy_mailer/_policy.erb:7
886
+ msgid "Total of one host"
887
+ msgid_plural "Total of %{hosts} hosts"
888
+ msgstr[0] ""
889
+ msgstr[1] ""
890
+
891
+ #: ../app/views/foreman_openscap/policy_mailer/policy_summary.erb:6
892
+ msgid "Summary report for OpenScap from Foreman"
893
+ msgstr ""
894
+
895
+ #: ../app/views/foreman_openscap/policy_mailer/policy_summary.erb:9
896
+ msgid "<b>Foreman</b> OpenSCAP summary"
897
+ msgstr ""
898
+
899
+ #: ../app/views/foreman_openscap/policy_mailer/policy_summary.erb:10
900
+ msgid "Summary from %{time} ago to now"
901
+ msgstr ""
902
+
903
+ #: ../app/views/foreman_openscap/policy_mailer/policy_summary.erb:11
904
+ msgid "Summary report from Foreman server at %{foreman_url}"
905
+ msgstr ""
906
+
907
+ #: ../app/views/foreman_openscap/policy_mailer/policy_summary.erb:16
908
+ msgid "Policies with hosts:"
909
+ msgstr ""
910
+
911
+ #: ../app/views/hosts/select_multiple_openscap_proxy.html.erb:5
912
+ msgid "Select OpenSCAP Proxy"
913
+ msgstr ""
914
+
915
+ #: ../app/views/policies/_form.html.erb:9
916
+ msgid "General"
917
+ msgstr ""
918
+
919
+ #: ../app/views/policies/_form.html.erb:18
920
+ msgid "Host Groups"
921
+ msgstr ""
922
+
923
+ #: ../app/views/policies/_form.html.erb:45 ../app/views/policies/steps/_schedule_form.html.erb:6
924
+ msgid "Choose period"
925
+ msgstr ""
926
+
927
+ #: ../app/views/policies/_form.html.erb:47 ../app/views/policies/steps/_schedule_form.html.erb:8
928
+ msgid "Choose weekday"
929
+ msgstr ""
930
+
931
+ #: ../app/views/policies/_form.html.erb:48 ../app/views/policies/steps/_schedule_form.html.erb:9
932
+ msgid "Number of a day in month, note that not all months have same count of days"
933
+ msgstr ""
934
+
935
+ #: ../app/views/policies/_form.html.erb:49 ../app/views/policies/steps/_schedule_form.html.erb:10
936
+ msgid "You can specify custom cron line, e.g. \"0 3 * * *\", separate each of 5 values by space"
937
+ msgstr ""
938
+
939
+ #: ../app/views/policies/_list.html.erb:7
940
+ msgid "Effective Profile"
941
+ msgstr ""
942
+
943
+ #: ../app/views/policies/_list.html.erb:28
944
+ msgid "None"
945
+ msgstr ""
946
+
947
+ #: ../app/views/policies/_list.html.erb:36
948
+ msgid "Dashboard"
949
+ msgstr ""
950
+
951
+ #: ../app/views/policies/_list.html.erb:37
952
+ msgid "Show Guide"
953
+ msgstr ""
954
+
955
+ #: ../app/views/policies/_list.html.erb:39
956
+ msgid "Delete compliance policy %s with all of its reports?"
957
+ msgstr ""
958
+
959
+ #: ../app/views/policies/create.html.erb:1 ../app/views/policies/index.html.erb:5 ../app/views/policies/new.html.erb:1
960
+ msgid "New Compliance Policy"
961
+ msgstr ""
962
+
963
+ #: ../app/views/policies/disassociate_multiple_hosts.html.erb:4 ../app/views/policies/select_multiple_hosts.html.erb:5
964
+ msgid "Select Compliance Policy"
965
+ msgstr ""
966
+
967
+ #: ../app/views/policies/edit.html.erb:1
968
+ msgid "Edit Compliance Policy"
969
+ msgstr ""
970
+
971
+ #: ../app/views/policies/index.html.erb:2 ../app/views/policies/welcome.html.erb:1 ../app/views/policies/welcome.html.erb:6
972
+ msgid "Compliance Policies"
973
+ msgstr ""
974
+
975
+ #: ../app/views/policies/steps/_schedule_form.html.erb:9
976
+ msgid "Choose day in month"
977
+ msgstr ""
978
+
979
+ #: ../app/views/policies/steps/_step_form.html.erb:11
980
+ msgid "Next"
981
+ msgstr ""
982
+
983
+ #: ../app/views/policies/welcome.html.erb:7
984
+ msgid "In Foreman, a compliance policy checklist is defined via %s."
985
+ msgstr ""
986
+
987
+ #: ../app/views/policies/welcome.html.erb:7
988
+ msgid "SCAP content"
989
+ msgstr ""
990
+
991
+ #: ../app/views/policies/welcome.html.erb:8
992
+ msgid "Once SCAP content is present, you can create a policy, assign select host groups and schedule to run."
993
+ msgstr ""
994
+
995
+ #: ../app/views/policies/welcome.html.erb:12
996
+ msgid "New Policy"
997
+ msgstr ""
998
+
999
+ #: ../app/views/policy_dashboard/_policy_chart_widget.html.erb:2
1000
+ msgid "Host Breakdown Chart"
1001
+ msgstr ""
1002
+
1003
+ #: ../app/views/policy_dashboard/_policy_reports.html.erb:7
1004
+ msgid "Policy assigned"
1005
+ msgstr ""
1006
+
1007
+ #: ../app/views/policy_dashboard/_policy_reports.html.erb:8
1008
+ msgid "Date"
1009
+ msgstr ""
1010
+
1011
+ #: ../app/views/policy_dashboard/_policy_reports.html.erb:24
1012
+ msgid "View Report"
1013
+ msgstr ""
1014
+
1015
+ #: ../app/views/policy_dashboard/_policy_status_widget.html.erb:2
1016
+ msgid "Hosts Breakdown"
1017
+ msgstr ""
1018
+
1019
+ #: ../app/views/policy_dashboard/_policy_status_widget.html.erb:4
1020
+ msgid "Compliant with the policy"
1021
+ msgstr ""
1022
+
1023
+ #: ../app/views/policy_dashboard/_policy_status_widget.html.erb:5
1024
+ msgid "Not compliant with the policy"
1025
+ msgstr ""
1026
+
1027
+ #: ../app/views/policy_dashboard/_policy_status_widget.html.erb:6
1028
+ msgid "Inconclusive results"
1029
+ msgstr ""
1030
+
1031
+ #: ../app/views/policy_dashboard/_policy_status_widget.html.erb:7
1032
+ msgid "Never audited"
1033
+ msgstr ""
1034
+
1035
+ #: ../app/views/policy_dashboard/_policy_status_widget.html.erb:9
1036
+ msgid "Total hosts with policy: %s"
1037
+ msgstr ""
1038
+
1039
+ #: ../app/views/policy_dashboard/index.html.erb:3
1040
+ msgid "Compliance policy: %s"
1041
+ msgstr ""
1042
+
1043
+ #: ../app/views/policy_dashboard/index.html.erb:7
1044
+ msgid "Status table"
1045
+ msgstr ""
1046
+
1047
+ #: ../app/views/policy_dashboard/index.html.erb:8
1048
+ msgid "Status chart"
1049
+ msgstr ""
1050
+
1051
+ #: ../app/views/policy_dashboard/index.html.erb:20
1052
+ msgid "Latest reports for policy: %s"
1053
+ msgstr ""
1054
+
1055
+ #: ../app/views/scap_contents/_form.html.erb:9 ../app/views/tailoring_files/_form.html.erb:9
1056
+ msgid "File Upload"
1057
+ msgstr ""
1058
+
1059
+ #: ../app/views/scap_contents/_form.html.erb:20
1060
+ msgid "SCAP DataStream file"
1061
+ msgstr ""
1062
+
1063
+ #: ../app/views/scap_contents/_list.html.erb:17 ../app/views/tailoring_files/_list.html.erb:23
1064
+ msgid "Download"
1065
+ msgstr ""
1066
+
1067
+ #: ../app/views/scap_contents/_list.html.erb:19
1068
+ msgid "Delete scap content %s?"
1069
+ msgstr ""
1070
+
1071
+ #: ../app/views/scap_contents/edit.html.erb:1
1072
+ msgid "Edit SCAP Content"
1073
+ msgstr ""
1074
+
1075
+ #: ../app/views/scap_contents/edit.html.erb:5
1076
+ msgid "Scap Contents"
1077
+ msgstr ""
1078
+
1079
+ #: ../app/views/scap_contents/index.html.erb:1
1080
+ msgid "SCAP Contents"
1081
+ msgstr ""
1082
+
1083
+ #: ../app/views/scap_contents/index.html.erb:3
1084
+ msgid "Upload New SCAP Content"
1085
+ msgstr ""
1086
+
1087
+ #: ../app/views/scap_contents/new.html.erb:1
1088
+ msgid "Upload new SCAP content file"
1089
+ msgstr ""
1090
+
1091
+ #: ../app/views/scap_contents/welcome.html.erb:7
1092
+ msgid ""
1093
+ "The Security Content Automation Protocol (SCAP), combines a number of open standards that are used to enumerate software flaws and\n"
1094
+ " configuration issues related to security. "
1095
+ msgstr ""
1096
+
1097
+ #: ../app/views/scap_contents/welcome.html.erb:9
1098
+ msgid ""
1099
+ "In Foreman, scap_contents represent the SCAP security guides on your hosts, and create SCAP profiles for you to assign to hosts / host groups\n"
1100
+ " via %s"
1101
+ msgstr ""
1102
+
1103
+ #: ../app/views/scap_contents/welcome.html.erb:14
1104
+ msgid "New SCAP Content"
1105
+ msgstr ""
1106
+
1107
+ #: ../app/views/smart_proxies/_openscap_spool.html.erb:4
1108
+ msgid "%s spool errors detected, inspect the appropriate file directly on proxy"
1109
+ msgstr ""
1110
+
1111
+ #: ../app/views/smart_proxies/_openscap_spool.html.erb:8
1112
+ msgid "Failed to fetch spool status from proxy"
1113
+ msgstr ""
1114
+
1115
+ #: ../app/views/smart_proxies/_openscap_spool.html.erb:11
1116
+ msgid "None found"
1117
+ msgstr ""
1118
+
1119
+ #: ../app/views/smart_proxies/plugins/_openscap.html.erb:7
1120
+ 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."
1121
+ msgstr ""
1122
+
1123
+ #: ../app/views/smart_proxies/plugins/_openscap.html.erb:8
1124
+ msgid "Spool errors"
1125
+ msgstr ""
1126
+
1127
+ #: ../app/views/tailoring_files/_form.html.erb:20
1128
+ msgid "DataStream Tailoring file"
1129
+ msgstr ""
1130
+
1131
+ #: ../app/views/tailoring_files/_list.html.erb:22
1132
+ msgid "Delete tailoring file %s?"
1133
+ msgstr ""
1134
+
1135
+ #: ../app/views/tailoring_files/edit.html.erb:1
1136
+ msgid "Edit Tailoring File"
1137
+ msgstr ""
1138
+
1139
+ #: ../app/views/tailoring_files/edit.html.erb:4 ../app/views/tailoring_files/index.html.erb:1 ../app/views/tailoring_files/welcome.html.erb:1 ../app/views/tailoring_files/welcome.html.erb:6 ../lib/foreman_openscap/engine.rb:148
1140
+ msgid "Tailoring Files"
1141
+ msgstr ""
1142
+
1143
+ #: ../app/views/tailoring_files/index.html.erb:2
1144
+ msgid "Upload New Tailoring file"
1145
+ msgstr ""
1146
+
1147
+ #: ../app/views/tailoring_files/new.html.erb:1
1148
+ msgid "Upload new Tailoring File"
1149
+ msgstr ""
1150
+
1151
+ #: ../app/views/tailoring_files/welcome.html.erb:7
1152
+ msgid "It may sometimes be required to adjust the security policy to your specific needs. "
1153
+ msgstr ""
1154
+
1155
+ #: ../app/views/tailoring_files/welcome.html.erb:8
1156
+ msgid ""
1157
+ "In Foreman, tailoring_files represent the custom modifications to default XCCDF profiles and they can be applied to hosts\n"
1158
+ " via %s"
1159
+ msgstr ""
1160
+
1161
+ #: ../app/views/tailoring_files/welcome.html.erb:13
1162
+ msgid "New Tailoring File"
1163
+ msgstr ""
1164
+
1165
+ #: ../db/seeds.d/openscap_policy_notification.rb:1
1166
+ msgid "Compliance policy summary"
1167
+ msgstr ""
1168
+
1169
+ #: ../db/seeds.d/openscap_policy_notification.rb:5
1170
+ msgid "A summary of reports for OpenSCAP policies"
1171
+ msgstr ""
1172
+
1173
+ #: ../lib/foreman_openscap/engine.rb:142
1174
+ msgid "SCAP contents"
1175
+ msgstr ""
1176
+
1177
+ #: ../lib/foreman_openscap/engine.rb:145
1178
+ msgid "Reports"
1179
+ msgstr ""
1180
+
1181
+ #: ../lib/foreman_openscap/engine.rb:170
1182
+ msgid "OpenSCAP Proxy to use for fetching SCAP content and uploading ARF reports. Leave blank and override appropriate parameters when using proxy load balancer."
1183
+ msgstr ""
1184
+
1185
+ #: ../lib/foreman_openscap/engine.rb:174 ../lib/foreman_openscap/engine.rb:179
1186
+ msgid "OpenSCAP Proxy"
1187
+ msgstr ""
1188
+
1189
+ #: ../lib/foreman_openscap/engine.rb:176 ../lib/foreman_openscap/engine.rb:181
1190
+ msgid "ID of OpenSCAP Proxy"
1191
+ msgstr ""
1192
+
1193
+ #: ../lib/foreman_openscap/engine.rb:185 ../lib/foreman_openscap/engine.rb:193
1194
+ msgid "Run OpenSCAP scan"
1195
+ msgstr ""
1196
+
1197
+ #: action_names.rb:2
1198
+ msgid "Import Puppet classes"
1199
+ msgstr ""
1200
+
1201
+ #: action_names.rb:3
1202
+ msgid "Remote action:"
1203
+ msgstr ""
1204
+
1205
+ #: action_names.rb:4
1206
+ msgid "Action with sub plans"
1207
+ msgstr ""
1208
+
1209
+ #: action_names.rb:5
1210
+ msgid "Import facts"
1211
+ msgstr ""
1212
+
1213
+ #: action_names.rb:6
1214
+ msgid "Delete host"
1215
+ msgstr ""
1216
+
1217
+ #: action_names.rb:7
1218
+ msgid "Update host"
1219
+ msgstr ""
1220
+
1221
+ #: action_names.rb:8
1222
+ msgid "Update node"
1223
+ msgstr ""
1224
+
1225
+ #: action_names.rb:9
1226
+ msgid "Create client"
1227
+ msgstr ""
1228
+
1229
+ #: action_names.rb:10
1230
+ msgid "Delete client"
1231
+ msgstr ""