foreman_openscap 0.7.2 → 0.7.3
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/arf_reports_controller.rb +2 -2
- data/app/controllers/api/v2/compliance/policies_controller.rb +2 -2
- data/app/controllers/api/v2/compliance/scap_contents_controller.rb +1 -1
- data/app/controllers/api/v2/compliance/tailoring_files_controller.rb +2 -2
- data/app/controllers/arf_reports_controller.rb +4 -4
- data/app/controllers/concerns/foreman/controller/parameters/policy.rb +1 -1
- data/app/controllers/openscap_proxies_controller.rb +6 -5
- data/app/controllers/policies_controller.rb +2 -2
- data/app/controllers/scap_contents_controller.rb +2 -2
- data/app/controllers/tailoring_files_controller.rb +2 -2
- data/app/helpers/policies_helper.rb +4 -0
- data/app/models/concerns/foreman_openscap/host_extensions.rb +1 -1
- data/app/models/concerns/foreman_openscap/hostgroup_extensions.rb +9 -0
- data/app/models/concerns/foreman_openscap/log_extensions.rb +1 -1
- data/app/models/foreman_openscap/arf_report.rb +1 -1
- data/app/models/foreman_openscap/asset.rb +1 -1
- data/app/models/foreman_openscap/asset_policy.rb +1 -1
- data/app/models/foreman_openscap/policy.rb +9 -9
- data/app/models/foreman_openscap/policy_revision.rb +1 -1
- data/app/models/foreman_openscap/scap_content.rb +1 -1
- data/app/models/foreman_openscap/scap_content_profile.rb +1 -1
- data/app/models/foreman_openscap/tailoring_file.rb +1 -1
- data/app/views/policies/steps/_create_policy_form.html.erb +1 -1
- data/app/views/smart_proxies/_openscap_spool.html.erb +5 -1
- data/lib/foreman_openscap/engine.rb +22 -23
- data/lib/foreman_openscap/version.rb +1 -1
- data/locale/de/foreman_openscap.po +13 -4
- data/locale/en_GB/foreman_openscap.po +13 -4
- data/locale/es/foreman_openscap.po +13 -4
- data/locale/foreman_openscap.pot +60 -44
- data/locale/fr/foreman_openscap.po +13 -4
- data/locale/gl/foreman_openscap.po +13 -4
- data/locale/it/foreman_openscap.po +13 -4
- data/locale/ja/foreman_openscap.po +13 -4
- data/locale/ko/foreman_openscap.po +13 -4
- data/locale/pt_BR/foreman_openscap.po +13 -4
- data/locale/ru/foreman_openscap.po +13 -4
- data/locale/sv_SE/foreman_openscap.po +13 -4
- data/locale/zh_CN/foreman_openscap.po +13 -4
- data/locale/zh_TW/foreman_openscap.po +13 -4
- data/test/test_plugin_helper.rb +1 -1
- metadata +2 -3
- data/app/controllers/concerns/foreman_openscap/hostgroups_controller_extensions.rb +0 -20
data/locale/foreman_openscap.pot
CHANGED
@@ -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: 2017-
|
12
|
-
"PO-Revision-Date: 2017-
|
11
|
+
"POT-Creation-Date: 2017-06-16 11:01+0200\n"
|
12
|
+
"PO-Revision-Date: 2017-06-16 11:01+0200\n"
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
15
15
|
"Language: \n"
|
@@ -219,11 +219,11 @@ msgstr ""
|
|
219
219
|
msgid "Something went wrong while selecting compliance reports - %s"
|
220
220
|
msgstr ""
|
221
221
|
|
222
|
-
#: ../app/controllers/policies_controller.rb:
|
222
|
+
#: ../app/controllers/policies_controller.rb:83
|
223
223
|
msgid "Updated hosts: Assigned with compliance policy: %s"
|
224
224
|
msgstr ""
|
225
225
|
|
226
|
-
#: ../app/controllers/policies_controller.rb:
|
226
|
+
#: ../app/controllers/policies_controller.rb:87
|
227
227
|
msgid "No compliance policy selected."
|
228
228
|
msgstr ""
|
229
229
|
|
@@ -231,26 +231,26 @@ msgstr ""
|
|
231
231
|
msgid "Updated hosts: Unassigned from compliance policy '%s'"
|
232
232
|
msgstr ""
|
233
233
|
|
234
|
-
#: ../app/controllers/policies_controller.rb:
|
234
|
+
#: ../app/controllers/policies_controller.rb:101
|
235
235
|
msgid "No valid policy ID provided"
|
236
236
|
msgstr ""
|
237
237
|
|
238
|
-
#: ../app/controllers/policies_controller.rb:
|
238
|
+
#: ../app/controllers/policies_controller.rb:120
|
239
239
|
msgid "No hosts were found."
|
240
240
|
msgstr ""
|
241
241
|
|
242
|
-
#: ../app/controllers/policies_controller.rb:
|
242
|
+
#: ../app/controllers/policies_controller.rb:124
|
243
243
|
msgid "No hosts selected"
|
244
244
|
msgstr ""
|
245
245
|
|
246
|
-
#: ../app/controllers/policies_controller.rb:
|
246
|
+
#: ../app/controllers/policies_controller.rb:129
|
247
247
|
msgid "Something went wrong while selecting hosts - %s"
|
248
248
|
msgstr ""
|
249
249
|
|
250
250
|
#: ../app/helpers/arf_report_dashboard_helper.rb:10
|
251
251
|
#: ../app/helpers/compliance_dashboard_helper.rb:9
|
252
252
|
#: ../app/helpers/compliance_hosts_helper.rb:6
|
253
|
-
#: ../app/helpers/compliance_hosts_helper.rb:
|
253
|
+
#: ../app/helpers/compliance_hosts_helper.rb:23
|
254
254
|
#: ../app/views/arf_reports/_list.html.erb:9
|
255
255
|
#: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:11
|
256
256
|
#: ../app/views/policy_dashboard/_policy_reports.html.erb:6
|
@@ -260,7 +260,7 @@ msgstr ""
|
|
260
260
|
#: ../app/helpers/arf_report_dashboard_helper.rb:11
|
261
261
|
#: ../app/helpers/compliance_dashboard_helper.rb:7
|
262
262
|
#: ../app/helpers/compliance_hosts_helper.rb:5
|
263
|
-
#: ../app/helpers/compliance_hosts_helper.rb:
|
263
|
+
#: ../app/helpers/compliance_hosts_helper.rb:22
|
264
264
|
#: ../app/views/arf_reports/_list.html.erb:8
|
265
265
|
#: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:8
|
266
266
|
#: ../app/views/policy_dashboard/_policy_reports.html.erb:5
|
@@ -269,12 +269,12 @@ msgstr ""
|
|
269
269
|
|
270
270
|
#: ../app/helpers/arf_report_dashboard_helper.rb:12
|
271
271
|
#: ../app/helpers/compliance_dashboard_helper.rb:11
|
272
|
-
#: ../app/helpers/compliance_hosts_helper.rb:
|
272
|
+
#: ../app/helpers/compliance_hosts_helper.rb:24
|
273
273
|
msgid "Othered"
|
274
274
|
msgstr ""
|
275
275
|
|
276
|
-
#: ../app/helpers/arf_report_dashboard_helper.rb:
|
277
|
-
#: ../app/helpers/compliance_hosts_helper.rb:
|
276
|
+
#: ../app/helpers/arf_report_dashboard_helper.rb:15
|
277
|
+
#: ../app/helpers/compliance_hosts_helper.rb:10
|
278
278
|
msgid "Compliance reports breakdown"
|
279
279
|
msgstr ""
|
280
280
|
|
@@ -345,6 +345,7 @@ msgid "Choose existing SCAP Content"
|
|
345
345
|
msgstr ""
|
346
346
|
|
347
347
|
#: ../app/helpers/policies_helper.rb:21 ../app/helpers/policies_helper.rb:26
|
348
|
+
#: ../app/models/foreman_openscap/policy.rb:101
|
348
349
|
#: ../app/views/policies/_form.html.erb:9
|
349
350
|
#: ../app/views/scap_contents/welcome.html.erb:1
|
350
351
|
#: ../app/views/scap_contents/welcome.html.erb:6
|
@@ -402,7 +403,7 @@ msgstr ""
|
|
402
403
|
msgid "Not audited"
|
403
404
|
msgstr ""
|
404
405
|
|
405
|
-
#: ../app/helpers/policy_dashboard_helper.rb:
|
406
|
+
#: ../app/helpers/policy_dashboard_helper.rb:17
|
406
407
|
msgid "Compliance Status"
|
407
408
|
msgstr ""
|
408
409
|
|
@@ -446,7 +447,7 @@ msgstr ""
|
|
446
447
|
msgid "No OpenSCAP proxy found for %{class} with %{id}"
|
447
448
|
msgstr ""
|
448
449
|
|
449
|
-
#: ../app/models/foreman_openscap/arf_report.rb:
|
450
|
+
#: ../app/models/foreman_openscap/arf_report.rb:72
|
450
451
|
msgid "Unsupported report status format"
|
451
452
|
msgstr ""
|
452
453
|
|
@@ -471,7 +472,7 @@ msgid "Unknown Compliance status"
|
|
471
472
|
msgstr ""
|
472
473
|
|
473
474
|
#: ../app/models/foreman_openscap/policy.rb:27
|
474
|
-
#: ../app/models/foreman_openscap/policy.rb:
|
475
|
+
#: ../app/models/foreman_openscap/policy.rb:276
|
475
476
|
msgid "is not a valid value"
|
476
477
|
msgstr ""
|
477
478
|
|
@@ -483,35 +484,62 @@ msgstr ""
|
|
483
484
|
msgid "No valid OpenSCAP proxy server found."
|
484
485
|
msgstr ""
|
485
486
|
|
486
|
-
#: ../app/models/foreman_openscap/policy.rb:
|
487
|
+
#: ../app/models/foreman_openscap/policy.rb:101
|
488
|
+
msgid "Create policy"
|
489
|
+
msgstr ""
|
490
|
+
|
491
|
+
#: ../app/models/foreman_openscap/policy.rb:101
|
492
|
+
#: ../app/views/policies/_form.html.erb:10
|
493
|
+
msgid "Schedule"
|
494
|
+
msgstr ""
|
495
|
+
|
496
|
+
#: ../app/models/foreman_openscap/policy.rb:102
|
497
|
+
#: ../app/views/policies/_form.html.erb:12
|
498
|
+
#: ../app/views/scap_contents/_form.html.erb:11
|
499
|
+
#: ../app/views/tailoring_files/_form.html.erb:11
|
500
|
+
msgid "Locations"
|
501
|
+
msgstr ""
|
502
|
+
|
503
|
+
#: ../app/models/foreman_openscap/policy.rb:103
|
504
|
+
#: ../app/views/policies/_form.html.erb:15
|
505
|
+
#: ../app/views/scap_contents/_form.html.erb:14
|
506
|
+
#: ../app/views/tailoring_files/_form.html.erb:14
|
507
|
+
msgid "Organizations"
|
508
|
+
msgstr ""
|
509
|
+
|
510
|
+
#: ../app/models/foreman_openscap/policy.rb:104
|
511
|
+
msgid "Hostgroups"
|
512
|
+
msgstr ""
|
513
|
+
|
514
|
+
#: ../app/models/foreman_openscap/policy.rb:245
|
487
515
|
msgid "Required Puppet class %{class} is not found, please ensure it imported first."
|
488
516
|
msgstr ""
|
489
517
|
|
490
|
-
#: ../app/models/foreman_openscap/policy.rb:
|
518
|
+
#: ../app/models/foreman_openscap/policy.rb:250
|
491
519
|
msgid "Puppet class %{class} does not have %{parameter} class parameter."
|
492
520
|
msgstr ""
|
493
521
|
|
494
|
-
#: ../app/models/foreman_openscap/policy.rb:
|
522
|
+
#: ../app/models/foreman_openscap/policy.rb:259
|
495
523
|
msgid "%{parameter} class parameter for class %{class} could not be configured."
|
496
524
|
msgstr ""
|
497
525
|
|
498
|
-
#: ../app/models/foreman_openscap/policy.rb:
|
526
|
+
#: ../app/models/foreman_openscap/policy.rb:270
|
499
527
|
msgid "does not consist of 5 parts separated by space"
|
500
528
|
msgstr ""
|
501
529
|
|
502
|
-
#: ../app/models/foreman_openscap/policy.rb:
|
530
|
+
#: ../app/models/foreman_openscap/policy.rb:282
|
503
531
|
msgid "must be between 1 and 31"
|
504
532
|
msgstr ""
|
505
533
|
|
506
|
-
#: ../app/models/foreman_openscap/policy.rb:
|
534
|
+
#: ../app/models/foreman_openscap/policy.rb:287
|
507
535
|
msgid "must be present when tailoring file profile present"
|
508
536
|
msgstr ""
|
509
537
|
|
510
|
-
#: ../app/models/foreman_openscap/policy.rb:
|
538
|
+
#: ../app/models/foreman_openscap/policy.rb:288
|
511
539
|
msgid "must be present when tailoring file present"
|
512
540
|
msgstr ""
|
513
541
|
|
514
|
-
#: ../app/models/foreman_openscap/policy.rb:
|
542
|
+
#: ../app/models/foreman_openscap/policy.rb:293
|
515
543
|
msgid "does not come from selected tailoring file"
|
516
544
|
msgstr ""
|
517
545
|
|
@@ -534,11 +562,11 @@ msgid ""
|
|
534
562
|
msgstr ""
|
535
563
|
|
536
564
|
#: ../app/validators/foreman_openscap/data_stream_validator.rb:9
|
537
|
-
msgid "No proxy with OpenSCAP
|
565
|
+
msgid "No proxy with OpenSCAP feature was found."
|
538
566
|
msgstr ""
|
539
567
|
|
540
568
|
#: ../app/validators/foreman_openscap/data_stream_validator.rb:14
|
541
|
-
msgid "No
|
569
|
+
msgid "No proxy with OpenSCAP feature is running."
|
542
570
|
msgstr ""
|
543
571
|
|
544
572
|
#: ../app/validators/foreman_openscap/data_stream_validator.rb:26
|
@@ -785,22 +813,6 @@ msgstr ""
|
|
785
813
|
msgid "General"
|
786
814
|
msgstr ""
|
787
815
|
|
788
|
-
#: ../app/views/policies/_form.html.erb:10
|
789
|
-
msgid "Schedule"
|
790
|
-
msgstr ""
|
791
|
-
|
792
|
-
#: ../app/views/policies/_form.html.erb:12
|
793
|
-
#: ../app/views/scap_contents/_form.html.erb:11
|
794
|
-
#: ../app/views/tailoring_files/_form.html.erb:11
|
795
|
-
msgid "Locations"
|
796
|
-
msgstr ""
|
797
|
-
|
798
|
-
#: ../app/views/policies/_form.html.erb:15
|
799
|
-
#: ../app/views/scap_contents/_form.html.erb:14
|
800
|
-
#: ../app/views/tailoring_files/_form.html.erb:14
|
801
|
-
msgid "Organizations"
|
802
|
-
msgstr ""
|
803
|
-
|
804
816
|
#: ../app/views/policies/_form.html.erb:17
|
805
817
|
msgid "Host Groups"
|
806
818
|
msgstr ""
|
@@ -1014,7 +1026,11 @@ msgstr ""
|
|
1014
1026
|
msgid "New SCAP Content"
|
1015
1027
|
msgstr ""
|
1016
1028
|
|
1017
|
-
#: ../app/views/smart_proxies/_openscap_spool.html.erb:
|
1029
|
+
#: ../app/views/smart_proxies/_openscap_spool.html.erb:8
|
1030
|
+
msgid "Enable \"logs\" feature on proxy to search for errors"
|
1031
|
+
msgstr ""
|
1032
|
+
|
1033
|
+
#: ../app/views/smart_proxies/_openscap_spool.html.erb:11
|
1018
1034
|
msgid "None found"
|
1019
1035
|
msgstr ""
|
1020
1036
|
|
@@ -1101,6 +1117,6 @@ msgstr ""
|
|
1101
1117
|
msgid "Reports"
|
1102
1118
|
msgstr ""
|
1103
1119
|
|
1104
|
-
#: ../lib/foreman_openscap/engine.rb:
|
1120
|
+
#: ../lib/foreman_openscap/engine.rb:161 ../lib/foreman_openscap/engine.rb:169
|
1105
1121
|
msgid "Run OpenSCAP scan"
|
1106
1122
|
msgstr ""
|
@@ -130,6 +130,9 @@ msgstr ""
|
|
130
130
|
msgid "Create a Tailoring file"
|
131
131
|
msgstr ""
|
132
132
|
|
133
|
+
msgid "Create policy"
|
134
|
+
msgstr ""
|
135
|
+
|
133
136
|
msgid "Created"
|
134
137
|
msgstr ""
|
135
138
|
|
@@ -199,6 +202,9 @@ msgstr ""
|
|
199
202
|
msgid "Effective Profile"
|
200
203
|
msgstr ""
|
201
204
|
|
205
|
+
msgid "Enable \"logs\" feature on proxy to search for errors"
|
206
|
+
msgstr ""
|
207
|
+
|
202
208
|
msgid "Failed"
|
203
209
|
msgstr ""
|
204
210
|
|
@@ -260,6 +266,9 @@ msgstr ""
|
|
260
266
|
msgid "Host is deleted"
|
261
267
|
msgstr ""
|
262
268
|
|
269
|
+
msgid "Hostgroups"
|
270
|
+
msgstr ""
|
271
|
+
|
263
272
|
msgid "Hostname"
|
264
273
|
msgstr ""
|
265
274
|
|
@@ -357,9 +366,6 @@ msgstr ""
|
|
357
366
|
msgid "No OpenSCAP proxy found for %{class} with %{id}"
|
358
367
|
msgstr ""
|
359
368
|
|
360
|
-
msgid "No available proxy to validate SCAP data stream file"
|
361
|
-
msgstr ""
|
362
|
-
|
363
369
|
msgid "No available proxy to validate. Returned with error: %s"
|
364
370
|
msgstr ""
|
365
371
|
|
@@ -378,7 +384,10 @@ msgstr ""
|
|
378
384
|
msgid "No hosts were found."
|
379
385
|
msgstr ""
|
380
386
|
|
381
|
-
msgid "No proxy with OpenSCAP
|
387
|
+
msgid "No proxy with OpenSCAP feature is running."
|
388
|
+
msgstr ""
|
389
|
+
|
390
|
+
msgid "No proxy with OpenSCAP feature was found."
|
382
391
|
msgstr ""
|
383
392
|
|
384
393
|
msgid "No report for this policy"
|
@@ -130,6 +130,9 @@ msgstr ""
|
|
130
130
|
msgid "Create a Tailoring file"
|
131
131
|
msgstr ""
|
132
132
|
|
133
|
+
msgid "Create policy"
|
134
|
+
msgstr ""
|
135
|
+
|
133
136
|
msgid "Created"
|
134
137
|
msgstr ""
|
135
138
|
|
@@ -199,6 +202,9 @@ msgstr ""
|
|
199
202
|
msgid "Effective Profile"
|
200
203
|
msgstr ""
|
201
204
|
|
205
|
+
msgid "Enable \"logs\" feature on proxy to search for errors"
|
206
|
+
msgstr ""
|
207
|
+
|
202
208
|
msgid "Failed"
|
203
209
|
msgstr ""
|
204
210
|
|
@@ -260,6 +266,9 @@ msgstr ""
|
|
260
266
|
msgid "Host is deleted"
|
261
267
|
msgstr ""
|
262
268
|
|
269
|
+
msgid "Hostgroups"
|
270
|
+
msgstr ""
|
271
|
+
|
263
272
|
msgid "Hostname"
|
264
273
|
msgstr ""
|
265
274
|
|
@@ -357,9 +366,6 @@ msgstr ""
|
|
357
366
|
msgid "No OpenSCAP proxy found for %{class} with %{id}"
|
358
367
|
msgstr ""
|
359
368
|
|
360
|
-
msgid "No available proxy to validate SCAP data stream file"
|
361
|
-
msgstr ""
|
362
|
-
|
363
369
|
msgid "No available proxy to validate. Returned with error: %s"
|
364
370
|
msgstr ""
|
365
371
|
|
@@ -378,7 +384,10 @@ msgstr ""
|
|
378
384
|
msgid "No hosts were found."
|
379
385
|
msgstr ""
|
380
386
|
|
381
|
-
msgid "No proxy with OpenSCAP
|
387
|
+
msgid "No proxy with OpenSCAP feature is running."
|
388
|
+
msgstr ""
|
389
|
+
|
390
|
+
msgid "No proxy with OpenSCAP feature was found."
|
382
391
|
msgstr ""
|
383
392
|
|
384
393
|
msgid "No report for this policy"
|
@@ -130,6 +130,9 @@ msgstr ""
|
|
130
130
|
msgid "Create a Tailoring file"
|
131
131
|
msgstr ""
|
132
132
|
|
133
|
+
msgid "Create policy"
|
134
|
+
msgstr ""
|
135
|
+
|
133
136
|
msgid "Created"
|
134
137
|
msgstr ""
|
135
138
|
|
@@ -199,6 +202,9 @@ msgstr ""
|
|
199
202
|
msgid "Effective Profile"
|
200
203
|
msgstr ""
|
201
204
|
|
205
|
+
msgid "Enable \"logs\" feature on proxy to search for errors"
|
206
|
+
msgstr ""
|
207
|
+
|
202
208
|
msgid "Failed"
|
203
209
|
msgstr ""
|
204
210
|
|
@@ -260,6 +266,9 @@ msgstr ""
|
|
260
266
|
msgid "Host is deleted"
|
261
267
|
msgstr ""
|
262
268
|
|
269
|
+
msgid "Hostgroups"
|
270
|
+
msgstr ""
|
271
|
+
|
263
272
|
msgid "Hostname"
|
264
273
|
msgstr ""
|
265
274
|
|
@@ -357,9 +366,6 @@ msgstr ""
|
|
357
366
|
msgid "No OpenSCAP proxy found for %{class} with %{id}"
|
358
367
|
msgstr ""
|
359
368
|
|
360
|
-
msgid "No available proxy to validate SCAP data stream file"
|
361
|
-
msgstr ""
|
362
|
-
|
363
369
|
msgid "No available proxy to validate. Returned with error: %s"
|
364
370
|
msgstr ""
|
365
371
|
|
@@ -378,7 +384,10 @@ msgstr ""
|
|
378
384
|
msgid "No hosts were found."
|
379
385
|
msgstr ""
|
380
386
|
|
381
|
-
msgid "No proxy with OpenSCAP
|
387
|
+
msgid "No proxy with OpenSCAP feature is running."
|
388
|
+
msgstr ""
|
389
|
+
|
390
|
+
msgid "No proxy with OpenSCAP feature was found."
|
382
391
|
msgstr ""
|
383
392
|
|
384
393
|
msgid "No report for this policy"
|
@@ -130,6 +130,9 @@ msgstr ""
|
|
130
130
|
msgid "Create a Tailoring file"
|
131
131
|
msgstr ""
|
132
132
|
|
133
|
+
msgid "Create policy"
|
134
|
+
msgstr ""
|
135
|
+
|
133
136
|
msgid "Created"
|
134
137
|
msgstr ""
|
135
138
|
|
@@ -199,6 +202,9 @@ msgstr ""
|
|
199
202
|
msgid "Effective Profile"
|
200
203
|
msgstr ""
|
201
204
|
|
205
|
+
msgid "Enable \"logs\" feature on proxy to search for errors"
|
206
|
+
msgstr ""
|
207
|
+
|
202
208
|
msgid "Failed"
|
203
209
|
msgstr ""
|
204
210
|
|
@@ -260,6 +266,9 @@ msgstr ""
|
|
260
266
|
msgid "Host is deleted"
|
261
267
|
msgstr ""
|
262
268
|
|
269
|
+
msgid "Hostgroups"
|
270
|
+
msgstr ""
|
271
|
+
|
263
272
|
msgid "Hostname"
|
264
273
|
msgstr ""
|
265
274
|
|
@@ -357,9 +366,6 @@ msgstr ""
|
|
357
366
|
msgid "No OpenSCAP proxy found for %{class} with %{id}"
|
358
367
|
msgstr ""
|
359
368
|
|
360
|
-
msgid "No available proxy to validate SCAP data stream file"
|
361
|
-
msgstr ""
|
362
|
-
|
363
369
|
msgid "No available proxy to validate. Returned with error: %s"
|
364
370
|
msgstr ""
|
365
371
|
|
@@ -378,7 +384,10 @@ msgstr ""
|
|
378
384
|
msgid "No hosts were found."
|
379
385
|
msgstr ""
|
380
386
|
|
381
|
-
msgid "No proxy with OpenSCAP
|
387
|
+
msgid "No proxy with OpenSCAP feature is running."
|
388
|
+
msgstr ""
|
389
|
+
|
390
|
+
msgid "No proxy with OpenSCAP feature was found."
|
382
391
|
msgstr ""
|
383
392
|
|
384
393
|
msgid "No report for this policy"
|
@@ -130,6 +130,9 @@ msgstr ""
|
|
130
130
|
msgid "Create a Tailoring file"
|
131
131
|
msgstr ""
|
132
132
|
|
133
|
+
msgid "Create policy"
|
134
|
+
msgstr ""
|
135
|
+
|
133
136
|
msgid "Created"
|
134
137
|
msgstr ""
|
135
138
|
|
@@ -199,6 +202,9 @@ msgstr ""
|
|
199
202
|
msgid "Effective Profile"
|
200
203
|
msgstr ""
|
201
204
|
|
205
|
+
msgid "Enable \"logs\" feature on proxy to search for errors"
|
206
|
+
msgstr ""
|
207
|
+
|
202
208
|
msgid "Failed"
|
203
209
|
msgstr ""
|
204
210
|
|
@@ -260,6 +266,9 @@ msgstr ""
|
|
260
266
|
msgid "Host is deleted"
|
261
267
|
msgstr ""
|
262
268
|
|
269
|
+
msgid "Hostgroups"
|
270
|
+
msgstr ""
|
271
|
+
|
263
272
|
msgid "Hostname"
|
264
273
|
msgstr ""
|
265
274
|
|
@@ -357,9 +366,6 @@ msgstr ""
|
|
357
366
|
msgid "No OpenSCAP proxy found for %{class} with %{id}"
|
358
367
|
msgstr ""
|
359
368
|
|
360
|
-
msgid "No available proxy to validate SCAP data stream file"
|
361
|
-
msgstr ""
|
362
|
-
|
363
369
|
msgid "No available proxy to validate. Returned with error: %s"
|
364
370
|
msgstr ""
|
365
371
|
|
@@ -378,7 +384,10 @@ msgstr ""
|
|
378
384
|
msgid "No hosts were found."
|
379
385
|
msgstr ""
|
380
386
|
|
381
|
-
msgid "No proxy with OpenSCAP
|
387
|
+
msgid "No proxy with OpenSCAP feature is running."
|
388
|
+
msgstr ""
|
389
|
+
|
390
|
+
msgid "No proxy with OpenSCAP feature was found."
|
382
391
|
msgstr ""
|
383
392
|
|
384
393
|
msgid "No report for this policy"
|
@@ -130,6 +130,9 @@ msgstr ""
|
|
130
130
|
msgid "Create a Tailoring file"
|
131
131
|
msgstr ""
|
132
132
|
|
133
|
+
msgid "Create policy"
|
134
|
+
msgstr ""
|
135
|
+
|
133
136
|
msgid "Created"
|
134
137
|
msgstr ""
|
135
138
|
|
@@ -199,6 +202,9 @@ msgstr ""
|
|
199
202
|
msgid "Effective Profile"
|
200
203
|
msgstr ""
|
201
204
|
|
205
|
+
msgid "Enable \"logs\" feature on proxy to search for errors"
|
206
|
+
msgstr ""
|
207
|
+
|
202
208
|
msgid "Failed"
|
203
209
|
msgstr ""
|
204
210
|
|
@@ -260,6 +266,9 @@ msgstr ""
|
|
260
266
|
msgid "Host is deleted"
|
261
267
|
msgstr ""
|
262
268
|
|
269
|
+
msgid "Hostgroups"
|
270
|
+
msgstr ""
|
271
|
+
|
263
272
|
msgid "Hostname"
|
264
273
|
msgstr ""
|
265
274
|
|
@@ -357,9 +366,6 @@ msgstr ""
|
|
357
366
|
msgid "No OpenSCAP proxy found for %{class} with %{id}"
|
358
367
|
msgstr ""
|
359
368
|
|
360
|
-
msgid "No available proxy to validate SCAP data stream file"
|
361
|
-
msgstr ""
|
362
|
-
|
363
369
|
msgid "No available proxy to validate. Returned with error: %s"
|
364
370
|
msgstr ""
|
365
371
|
|
@@ -378,7 +384,10 @@ msgstr ""
|
|
378
384
|
msgid "No hosts were found."
|
379
385
|
msgstr ""
|
380
386
|
|
381
|
-
msgid "No proxy with OpenSCAP
|
387
|
+
msgid "No proxy with OpenSCAP feature is running."
|
388
|
+
msgstr ""
|
389
|
+
|
390
|
+
msgid "No proxy with OpenSCAP feature was found."
|
382
391
|
msgstr ""
|
383
392
|
|
384
393
|
msgid "No report for this policy"
|
@@ -131,6 +131,9 @@ msgstr ""
|
|
131
131
|
msgid "Create a Tailoring file"
|
132
132
|
msgstr ""
|
133
133
|
|
134
|
+
msgid "Create policy"
|
135
|
+
msgstr ""
|
136
|
+
|
134
137
|
msgid "Created"
|
135
138
|
msgstr ""
|
136
139
|
|
@@ -200,6 +203,9 @@ msgstr ""
|
|
200
203
|
msgid "Effective Profile"
|
201
204
|
msgstr ""
|
202
205
|
|
206
|
+
msgid "Enable \"logs\" feature on proxy to search for errors"
|
207
|
+
msgstr ""
|
208
|
+
|
203
209
|
msgid "Failed"
|
204
210
|
msgstr ""
|
205
211
|
|
@@ -261,6 +267,9 @@ msgstr ""
|
|
261
267
|
msgid "Host is deleted"
|
262
268
|
msgstr ""
|
263
269
|
|
270
|
+
msgid "Hostgroups"
|
271
|
+
msgstr ""
|
272
|
+
|
264
273
|
msgid "Hostname"
|
265
274
|
msgstr ""
|
266
275
|
|
@@ -358,9 +367,6 @@ msgstr ""
|
|
358
367
|
msgid "No OpenSCAP proxy found for %{class} with %{id}"
|
359
368
|
msgstr ""
|
360
369
|
|
361
|
-
msgid "No available proxy to validate SCAP data stream file"
|
362
|
-
msgstr ""
|
363
|
-
|
364
370
|
msgid "No available proxy to validate. Returned with error: %s"
|
365
371
|
msgstr ""
|
366
372
|
|
@@ -379,7 +385,10 @@ msgstr ""
|
|
379
385
|
msgid "No hosts were found."
|
380
386
|
msgstr ""
|
381
387
|
|
382
|
-
msgid "No proxy with OpenSCAP
|
388
|
+
msgid "No proxy with OpenSCAP feature is running."
|
389
|
+
msgstr ""
|
390
|
+
|
391
|
+
msgid "No proxy with OpenSCAP feature was found."
|
383
392
|
msgstr ""
|
384
393
|
|
385
394
|
msgid "No report for this policy"
|
@@ -130,6 +130,9 @@ msgstr ""
|
|
130
130
|
msgid "Create a Tailoring file"
|
131
131
|
msgstr ""
|
132
132
|
|
133
|
+
msgid "Create policy"
|
134
|
+
msgstr ""
|
135
|
+
|
133
136
|
msgid "Created"
|
134
137
|
msgstr ""
|
135
138
|
|
@@ -199,6 +202,9 @@ msgstr ""
|
|
199
202
|
msgid "Effective Profile"
|
200
203
|
msgstr ""
|
201
204
|
|
205
|
+
msgid "Enable \"logs\" feature on proxy to search for errors"
|
206
|
+
msgstr ""
|
207
|
+
|
202
208
|
msgid "Failed"
|
203
209
|
msgstr ""
|
204
210
|
|
@@ -260,6 +266,9 @@ msgstr ""
|
|
260
266
|
msgid "Host is deleted"
|
261
267
|
msgstr ""
|
262
268
|
|
269
|
+
msgid "Hostgroups"
|
270
|
+
msgstr ""
|
271
|
+
|
263
272
|
msgid "Hostname"
|
264
273
|
msgstr ""
|
265
274
|
|
@@ -357,9 +366,6 @@ msgstr ""
|
|
357
366
|
msgid "No OpenSCAP proxy found for %{class} with %{id}"
|
358
367
|
msgstr ""
|
359
368
|
|
360
|
-
msgid "No available proxy to validate SCAP data stream file"
|
361
|
-
msgstr ""
|
362
|
-
|
363
369
|
msgid "No available proxy to validate. Returned with error: %s"
|
364
370
|
msgstr ""
|
365
371
|
|
@@ -378,7 +384,10 @@ msgstr ""
|
|
378
384
|
msgid "No hosts were found."
|
379
385
|
msgstr ""
|
380
386
|
|
381
|
-
msgid "No proxy with OpenSCAP
|
387
|
+
msgid "No proxy with OpenSCAP feature is running."
|
388
|
+
msgstr ""
|
389
|
+
|
390
|
+
msgid "No proxy with OpenSCAP feature was found."
|
382
391
|
msgstr ""
|
383
392
|
|
384
393
|
msgid "No report for this policy"
|
@@ -130,6 +130,9 @@ msgstr ""
|
|
130
130
|
msgid "Create a Tailoring file"
|
131
131
|
msgstr ""
|
132
132
|
|
133
|
+
msgid "Create policy"
|
134
|
+
msgstr ""
|
135
|
+
|
133
136
|
msgid "Created"
|
134
137
|
msgstr ""
|
135
138
|
|
@@ -199,6 +202,9 @@ msgstr ""
|
|
199
202
|
msgid "Effective Profile"
|
200
203
|
msgstr ""
|
201
204
|
|
205
|
+
msgid "Enable \"logs\" feature on proxy to search for errors"
|
206
|
+
msgstr ""
|
207
|
+
|
202
208
|
msgid "Failed"
|
203
209
|
msgstr ""
|
204
210
|
|
@@ -260,6 +266,9 @@ msgstr ""
|
|
260
266
|
msgid "Host is deleted"
|
261
267
|
msgstr ""
|
262
268
|
|
269
|
+
msgid "Hostgroups"
|
270
|
+
msgstr ""
|
271
|
+
|
263
272
|
msgid "Hostname"
|
264
273
|
msgstr ""
|
265
274
|
|
@@ -357,9 +366,6 @@ msgstr ""
|
|
357
366
|
msgid "No OpenSCAP proxy found for %{class} with %{id}"
|
358
367
|
msgstr ""
|
359
368
|
|
360
|
-
msgid "No available proxy to validate SCAP data stream file"
|
361
|
-
msgstr ""
|
362
|
-
|
363
369
|
msgid "No available proxy to validate. Returned with error: %s"
|
364
370
|
msgstr ""
|
365
371
|
|
@@ -378,7 +384,10 @@ msgstr ""
|
|
378
384
|
msgid "No hosts were found."
|
379
385
|
msgstr ""
|
380
386
|
|
381
|
-
msgid "No proxy with OpenSCAP
|
387
|
+
msgid "No proxy with OpenSCAP feature is running."
|
388
|
+
msgstr ""
|
389
|
+
|
390
|
+
msgid "No proxy with OpenSCAP feature was found."
|
382
391
|
msgstr ""
|
383
392
|
|
384
393
|
msgid "No report for this policy"
|