foreman_openscap 2.0.1 → 4.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (59) hide show
  1. checksums.yaml +5 -5
  2. data/app/controllers/api/v2/compliance/arf_reports_controller.rb +11 -3
  3. data/app/controllers/api/v2/compliance/policies_controller.rb +1 -8
  4. data/app/controllers/api/v2/compliance/scap_content_profiles_controller.rb +15 -0
  5. data/app/controllers/api/v2/compliance/scap_contents_controller.rb +3 -9
  6. data/app/controllers/api/v2/compliance/tailoring_files_controller.rb +3 -9
  7. data/app/controllers/concerns/foreman_openscap/api/v2/scap_api_controller_extensions.rb +9 -0
  8. data/app/controllers/scap_contents_controller.rb +1 -1
  9. data/app/controllers/tailoring_files_controller.rb +1 -1
  10. data/app/models/concerns/foreman_openscap/smart_proxy_extensions.rb +1 -1
  11. data/app/models/foreman_openscap/policy.rb +1 -1
  12. data/app/models/foreman_openscap/scap_content_profile.rb +3 -0
  13. data/app/services/foreman_openscap/lookup_key_overrider.rb +3 -2
  14. data/app/views/api/v2/compliance/scap_content_profiles/base.json.rabl +3 -0
  15. data/app/views/api/v2/compliance/scap_content_profiles/index.json.rabl +3 -0
  16. data/app/views/api/v2/compliance/scap_content_profiles/main.json.rabl +9 -0
  17. data/app/views/arf_reports/_list.html.erb +1 -1
  18. data/app/views/arf_reports/welcome.html.erb +2 -0
  19. data/app/views/hosts/select_multiple_openscap_proxy.html.erb +1 -1
  20. data/app/views/policies/disassociate_multiple_hosts.html.erb +1 -1
  21. data/app/views/policies/select_multiple_hosts.html.erb +1 -1
  22. data/config/routes.rb +2 -0
  23. data/db/migrate/20150929152345_move_arf_reports_to_reports_table.rb +0 -2
  24. data/db/migrate/20200117135424_migrate_port_overrides_to_int.rb +24 -0
  25. data/lib/foreman_openscap/engine.rb +9 -6
  26. data/lib/foreman_openscap/helper.rb +1 -1
  27. data/lib/foreman_openscap/version.rb +1 -1
  28. data/locale/action_names.rb +2 -7
  29. data/locale/de/LC_MESSAGES/foreman_openscap.mo +0 -0
  30. data/locale/de/foreman_openscap.po +9 -194
  31. data/locale/en_GB/LC_MESSAGES/foreman_openscap.mo +0 -0
  32. data/locale/en_GB/foreman_openscap.po +8 -194
  33. data/locale/es/LC_MESSAGES/foreman_openscap.mo +0 -0
  34. data/locale/es/foreman_openscap.po +5 -191
  35. data/locale/foreman_openscap.pot +91 -336
  36. data/locale/fr/LC_MESSAGES/foreman_openscap.mo +0 -0
  37. data/locale/fr/foreman_openscap.po +5 -191
  38. data/locale/gl/LC_MESSAGES/foreman_openscap.mo +0 -0
  39. data/locale/gl/foreman_openscap.po +4 -190
  40. data/locale/it/LC_MESSAGES/foreman_openscap.mo +0 -0
  41. data/locale/it/foreman_openscap.po +4 -190
  42. data/locale/ja/LC_MESSAGES/foreman_openscap.mo +0 -0
  43. data/locale/ja/foreman_openscap.po +5 -191
  44. data/locale/ko/LC_MESSAGES/foreman_openscap.mo +0 -0
  45. data/locale/ko/foreman_openscap.po +4 -190
  46. data/locale/pt_BR/LC_MESSAGES/foreman_openscap.mo +0 -0
  47. data/locale/pt_BR/foreman_openscap.po +5 -191
  48. data/locale/ru/LC_MESSAGES/foreman_openscap.mo +0 -0
  49. data/locale/ru/foreman_openscap.po +4 -190
  50. data/locale/sv_SE/LC_MESSAGES/foreman_openscap.mo +0 -0
  51. data/locale/sv_SE/foreman_openscap.po +4 -190
  52. data/locale/zh_CN/LC_MESSAGES/foreman_openscap.mo +0 -0
  53. data/locale/zh_CN/foreman_openscap.po +5 -191
  54. data/locale/zh_TW/LC_MESSAGES/foreman_openscap.mo +0 -0
  55. data/locale/zh_TW/foreman_openscap.po +4 -190
  56. data/test/functional/api/v2/compliance/arf_reports_controller_test.rb +0 -3
  57. data/test/functional/api/v2/compliance/scap_content_profiles_controller_test.rb +15 -0
  58. data/test/test_plugin_helper.rb +2 -2
  59. metadata +18 -11
@@ -9,7 +9,7 @@ msgid ""
9
9
  msgstr ""
10
10
  "Project-Id-Version: Foreman\n"
11
11
  "Report-Msgid-Bugs-To: \n"
12
- "PO-Revision-Date: 2019-09-05 20:17+0000\n"
12
+ "PO-Revision-Date: 2020-03-02 20:59+0000\n"
13
13
  "Last-Translator: Lukáš Zapletal\n"
14
14
  "Language-Team: Russian (http://www.transifex.com/foreman/foreman/language/ru/)"
15
15
  "\n"
@@ -56,9 +56,6 @@ msgstr ""
56
56
  msgid "A summary of reports for OpenSCAP policies"
57
57
  msgstr ""
58
58
 
59
- msgid "Abstract async task"
60
- msgstr ""
61
-
62
59
  msgid "Action with sub plans"
63
60
  msgstr "Действия с подпланами"
64
61
 
@@ -83,15 +80,6 @@ msgstr ""
83
80
  msgid "Assign Compliance Policy"
84
81
  msgstr "Выбрать политику"
85
82
 
86
- msgid "Attach subscriptions"
87
- msgstr ""
88
-
89
- msgid "Auto attach subscriptions"
90
- msgstr ""
91
-
92
- msgid "Auto-attach subscriptions"
93
- msgstr ""
94
-
95
83
  msgid "Back"
96
84
  msgstr "Назад"
97
85
 
@@ -131,9 +119,6 @@ msgstr "Выберите период"
131
119
  msgid "Choose weekday"
132
120
  msgstr "Выберите день недели"
133
121
 
134
- msgid "Combined Profile Update"
135
- msgstr ""
136
-
137
122
  msgid "Compliance"
138
123
  msgstr "Соответствие стандартам"
139
124
 
@@ -173,12 +158,6 @@ msgstr ""
173
158
  msgid "Could not validate %{file_type}. Error %{error}"
174
159
  msgstr ""
175
160
 
176
- msgid "Create"
177
- msgstr ""
178
-
179
- msgid "Create Package Group"
180
- msgstr ""
181
-
182
161
  msgid "Create SCAP content"
183
162
  msgstr "Создать описание SCAP"
184
163
 
@@ -203,18 +182,6 @@ msgstr "Профиль XCCDF по умолчанию"
203
182
  msgid "Delete"
204
183
  msgstr "Удалить"
205
184
 
206
- msgid "Delete Activation Key"
207
- msgstr ""
208
-
209
- msgid "Delete Lifecycle Environment"
210
- msgstr ""
211
-
212
- msgid "Delete Package Group"
213
- msgstr ""
214
-
215
- msgid "Delete Product"
216
- msgstr ""
217
-
218
185
  msgid "Delete a Policy"
219
186
  msgstr ""
220
187
 
@@ -251,18 +218,6 @@ msgstr ""
251
218
  msgid "Description"
252
219
  msgstr "Описание"
253
220
 
254
- msgid "Destroy"
255
- msgstr ""
256
-
257
- msgid "Destroy Content Host"
258
- msgstr ""
259
-
260
- msgid "Disable"
261
- msgstr ""
262
-
263
- msgid "Discover"
264
- msgstr ""
265
-
266
221
  msgid "Documentation"
267
222
  msgstr "Справка"
268
223
 
@@ -299,15 +254,6 @@ msgstr ""
299
254
  msgid "Effective Profile"
300
255
  msgstr ""
301
256
 
302
- msgid "Enable"
303
- msgstr ""
304
-
305
- msgid "Errata mail"
306
- msgstr ""
307
-
308
- msgid "Export"
309
- msgstr ""
310
-
311
257
  msgid "Failed"
312
258
  msgstr "Неудачно"
313
259
 
@@ -342,15 +288,9 @@ msgstr ""
342
288
  msgid "Failed|F"
343
289
  msgstr "Н"
344
290
 
345
- msgid "Fetch pxe files"
346
- msgstr ""
347
-
348
291
  msgid "File Upload"
349
292
  msgstr "Добавить файл"
350
293
 
351
- msgid "Filtered index content"
352
- msgstr ""
353
-
354
294
  msgid "Full Report"
355
295
  msgstr ""
356
296
 
@@ -408,12 +348,6 @@ msgstr ""
408
348
  msgid "How the policy should be deployed"
409
349
  msgstr ""
410
350
 
411
- msgid "Hypervisors"
412
- msgstr ""
413
-
414
- msgid "Hypervisors update"
415
- msgstr ""
416
-
417
351
  msgid "ID of OpenSCAP Proxy"
418
352
  msgstr ""
419
353
 
@@ -448,39 +382,6 @@ msgstr "Неопределенный результат"
448
382
  msgid "Inconclusive results"
449
383
  msgstr "Неопределенные результаты"
450
384
 
451
- msgid "Incremental Update"
452
- msgstr ""
453
-
454
- msgid "Incremental Update of Content View Version(s) "
455
- msgstr ""
456
-
457
- msgid "Index content"
458
- msgstr ""
459
-
460
- msgid "Index errata"
461
- msgstr ""
462
-
463
- msgid "Index module streams"
464
- msgstr ""
465
-
466
- msgid "Index package groups"
467
- msgstr ""
468
-
469
- msgid "Install Applicable Errata"
470
- msgstr ""
471
-
472
- msgid "Install erratum"
473
- msgstr ""
474
-
475
- msgid "Install package"
476
- msgstr ""
477
-
478
- msgid "Install package group"
479
- msgstr ""
480
-
481
- msgid "Instance update"
482
- msgstr ""
483
-
484
385
  msgid "It may sometimes be required to adjust the security policy to your specific needs. "
485
386
  msgstr ""
486
387
 
@@ -496,6 +397,9 @@ msgstr ""
496
397
  msgid "List Policies"
497
398
  msgstr ""
498
399
 
400
+ msgid "List SCAP content profiles"
401
+ msgstr ""
402
+
499
403
  msgid "List SCAP contents"
500
404
  msgstr "Возвращает список файлов описания SCAP"
501
405
 
@@ -638,9 +542,6 @@ msgstr "Другое"
638
542
  msgid "Othered|O"
639
543
  msgstr "Д"
640
544
 
641
- msgid "Package Profile Update"
642
- msgstr ""
643
-
644
545
  msgid "Passed"
645
546
  msgstr "Успешно"
646
547
 
@@ -699,24 +600,9 @@ msgstr ""
699
600
  msgid "Policy with id %s not found."
700
601
  msgstr ""
701
602
 
702
- msgid "Product Create"
703
- msgstr ""
704
-
705
- msgid "Promote"
706
- msgstr ""
707
-
708
- msgid "Promotion to Environment"
709
- msgstr ""
710
-
711
603
  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."
712
604
  msgstr ""
713
605
 
714
- msgid "Publish"
715
- msgstr ""
716
-
717
- msgid "Publish Lifecycle Environment Repositories"
718
- msgstr ""
719
-
720
606
  msgid "Puppet class"
721
607
  msgstr "Класс Puppet"
722
608
 
@@ -726,33 +612,9 @@ msgstr "Обоснование"
726
612
  msgid "References"
727
613
  msgstr "Ссылки"
728
614
 
729
- msgid "Reindex subscriptions"
730
- msgstr ""
731
-
732
615
  msgid "Remote action:"
733
616
  msgstr "Удаленное действие:"
734
617
 
735
- msgid "Remove Content"
736
- msgstr ""
737
-
738
- msgid "Remove Version"
739
- msgstr ""
740
-
741
- msgid "Remove Versions and Associations"
742
- msgstr ""
743
-
744
- msgid "Remove from Environment"
745
- msgstr ""
746
-
747
- msgid "Remove package"
748
- msgstr ""
749
-
750
- msgid "Remove package group"
751
- msgstr ""
752
-
753
- msgid "Remove subscriptions"
754
- msgstr ""
755
-
756
618
  msgid "Report Metrics"
757
619
  msgstr "Метрика"
758
620
 
@@ -768,9 +630,6 @@ msgstr ""
768
630
  msgid "Reports"
769
631
  msgstr "Отчеты"
770
632
 
771
- msgid "Republish Version Repositories"
772
- msgstr ""
773
-
774
633
  msgid "Request timed out. Please try increasing Settings -> proxy_request_timeout"
775
634
  msgstr ""
776
635
 
@@ -789,9 +648,6 @@ msgstr ""
789
648
  msgid "Run OpenSCAP scan"
790
649
  msgstr ""
791
650
 
792
- msgid "Run Sync Plan:"
793
- msgstr ""
794
-
795
651
  msgid "SCAP Content"
796
652
  msgstr "Описание SCAP"
797
653
 
@@ -897,15 +753,6 @@ msgstr ""
897
753
  msgid "Summary report from Foreman server at %{foreman_url}"
898
754
  msgstr "Сводный отчет с сервера Foreman: %{foreman_url}"
899
755
 
900
- msgid "Sync capsule"
901
- msgstr ""
902
-
903
- msgid "Synchronize"
904
- msgstr ""
905
-
906
- msgid "Synchronize smart proxy"
907
- msgstr ""
908
-
909
756
  msgid "Tailoring File"
910
757
  msgstr ""
911
758
 
@@ -970,12 +817,6 @@ msgstr "Отменить политику"
970
817
  msgid "Unknown Compliance status"
971
818
  msgstr "Неизвестный статус"
972
819
 
973
- msgid "Update"
974
- msgstr ""
975
-
976
- msgid "Update Content Overrides"
977
- msgstr ""
978
-
979
820
  msgid "Update a Policy"
980
821
  msgstr ""
981
822
 
@@ -985,27 +826,6 @@ msgstr ""
985
826
  msgid "Update an SCAP content"
986
827
  msgstr "Обновить описание SCAP"
987
828
 
988
- msgid "Update content urls"
989
- msgstr ""
990
-
991
- msgid "Update for host"
992
- msgstr ""
993
-
994
- msgid "Update http proxy"
995
- msgstr ""
996
-
997
- msgid "Update http proxy details"
998
- msgstr ""
999
-
1000
- msgid "Update package"
1001
- msgstr ""
1002
-
1003
- msgid "Update redhat repository"
1004
- msgstr ""
1005
-
1006
- msgid "Update release version for host"
1007
- msgstr ""
1008
-
1009
829
  msgid "Updated hosts: Assigned with OpenSCAP Proxy: %s"
1010
830
  msgstr ""
1011
831
 
@@ -1024,12 +844,6 @@ msgstr ""
1024
844
  msgid "Upload an ARF report"
1025
845
  msgstr "Выгрузить отчет ARF"
1026
846
 
1027
- msgid "Upload errata into"
1028
- msgstr ""
1029
-
1030
- msgid "Upload into"
1031
- msgstr ""
1032
-
1033
847
  msgid "Upload new SCAP content file"
1034
848
  msgstr "Добавление файла описания SCAP"
1035
849
 
@@ -7,7 +7,7 @@ msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: Foreman\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "PO-Revision-Date: 2019-09-05 20:17+0000\n"
10
+ "PO-Revision-Date: 2020-03-02 20:59+0000\n"
11
11
  "Last-Translator: Lukáš Zapletal\n"
12
12
  "Language-Team: Swedish (Sweden) (http://www.transifex.com/foreman/foreman/lang"
13
13
  "uage/sv_SE/)\n"
@@ -52,9 +52,6 @@ msgstr ""
52
52
  msgid "A summary of reports for OpenSCAP policies"
53
53
  msgstr ""
54
54
 
55
- msgid "Abstract async task"
56
- msgstr ""
57
-
58
55
  msgid "Action with sub plans"
59
56
  msgstr ""
60
57
 
@@ -79,15 +76,6 @@ msgstr ""
79
76
  msgid "Assign Compliance Policy"
80
77
  msgstr ""
81
78
 
82
- msgid "Attach subscriptions"
83
- msgstr ""
84
-
85
- msgid "Auto attach subscriptions"
86
- msgstr ""
87
-
88
- msgid "Auto-attach subscriptions"
89
- msgstr ""
90
-
91
79
  msgid "Back"
92
80
  msgstr "Tillbaka"
93
81
 
@@ -127,9 +115,6 @@ msgstr ""
127
115
  msgid "Choose weekday"
128
116
  msgstr ""
129
117
 
130
- msgid "Combined Profile Update"
131
- msgstr ""
132
-
133
118
  msgid "Compliance"
134
119
  msgstr ""
135
120
 
@@ -169,12 +154,6 @@ msgstr ""
169
154
  msgid "Could not validate %{file_type}. Error %{error}"
170
155
  msgstr ""
171
156
 
172
- msgid "Create"
173
- msgstr ""
174
-
175
- msgid "Create Package Group"
176
- msgstr ""
177
-
178
157
  msgid "Create SCAP content"
179
158
  msgstr ""
180
159
 
@@ -199,18 +178,6 @@ msgstr ""
199
178
  msgid "Delete"
200
179
  msgstr "Radera"
201
180
 
202
- msgid "Delete Activation Key"
203
- msgstr ""
204
-
205
- msgid "Delete Lifecycle Environment"
206
- msgstr ""
207
-
208
- msgid "Delete Package Group"
209
- msgstr ""
210
-
211
- msgid "Delete Product"
212
- msgstr ""
213
-
214
181
  msgid "Delete a Policy"
215
182
  msgstr ""
216
183
 
@@ -247,18 +214,6 @@ msgstr ""
247
214
  msgid "Description"
248
215
  msgstr "Beskrivning"
249
216
 
250
- msgid "Destroy"
251
- msgstr ""
252
-
253
- msgid "Destroy Content Host"
254
- msgstr ""
255
-
256
- msgid "Disable"
257
- msgstr ""
258
-
259
- msgid "Discover"
260
- msgstr ""
261
-
262
217
  msgid "Documentation"
263
218
  msgstr "Dokumentation"
264
219
 
@@ -295,15 +250,6 @@ msgstr ""
295
250
  msgid "Effective Profile"
296
251
  msgstr ""
297
252
 
298
- msgid "Enable"
299
- msgstr ""
300
-
301
- msgid "Errata mail"
302
- msgstr ""
303
-
304
- msgid "Export"
305
- msgstr ""
306
-
307
253
  msgid "Failed"
308
254
  msgstr "Misslyckad"
309
255
 
@@ -338,15 +284,9 @@ msgstr ""
338
284
  msgid "Failed|F"
339
285
  msgstr "F"
340
286
 
341
- msgid "Fetch pxe files"
342
- msgstr ""
343
-
344
287
  msgid "File Upload"
345
288
  msgstr ""
346
289
 
347
- msgid "Filtered index content"
348
- msgstr ""
349
-
350
290
  msgid "Full Report"
351
291
  msgstr ""
352
292
 
@@ -404,12 +344,6 @@ msgstr ""
404
344
  msgid "How the policy should be deployed"
405
345
  msgstr ""
406
346
 
407
- msgid "Hypervisors"
408
- msgstr ""
409
-
410
- msgid "Hypervisors update"
411
- msgstr ""
412
-
413
347
  msgid "ID of OpenSCAP Proxy"
414
348
  msgstr ""
415
349
 
@@ -444,39 +378,6 @@ msgstr ""
444
378
  msgid "Inconclusive results"
445
379
  msgstr ""
446
380
 
447
- msgid "Incremental Update"
448
- msgstr ""
449
-
450
- msgid "Incremental Update of Content View Version(s) "
451
- msgstr ""
452
-
453
- msgid "Index content"
454
- msgstr ""
455
-
456
- msgid "Index errata"
457
- msgstr ""
458
-
459
- msgid "Index module streams"
460
- msgstr ""
461
-
462
- msgid "Index package groups"
463
- msgstr ""
464
-
465
- msgid "Install Applicable Errata"
466
- msgstr ""
467
-
468
- msgid "Install erratum"
469
- msgstr ""
470
-
471
- msgid "Install package"
472
- msgstr ""
473
-
474
- msgid "Install package group"
475
- msgstr ""
476
-
477
- msgid "Instance update"
478
- msgstr ""
479
-
480
381
  msgid "It may sometimes be required to adjust the security policy to your specific needs. "
481
382
  msgstr ""
482
383
 
@@ -492,6 +393,9 @@ msgstr ""
492
393
  msgid "List Policies"
493
394
  msgstr ""
494
395
 
396
+ msgid "List SCAP content profiles"
397
+ msgstr ""
398
+
495
399
  msgid "List SCAP contents"
496
400
  msgstr ""
497
401
 
@@ -634,9 +538,6 @@ msgstr ""
634
538
  msgid "Othered|O"
635
539
  msgstr ""
636
540
 
637
- msgid "Package Profile Update"
638
- msgstr ""
639
-
640
541
  msgid "Passed"
641
542
  msgstr ""
642
543
 
@@ -695,24 +596,9 @@ msgstr ""
695
596
  msgid "Policy with id %s not found."
696
597
  msgstr ""
697
598
 
698
- msgid "Product Create"
699
- msgstr ""
700
-
701
- msgid "Promote"
702
- msgstr ""
703
-
704
- msgid "Promotion to Environment"
705
- msgstr ""
706
-
707
599
  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."
708
600
  msgstr ""
709
601
 
710
- msgid "Publish"
711
- msgstr ""
712
-
713
- msgid "Publish Lifecycle Environment Repositories"
714
- msgstr ""
715
-
716
602
  msgid "Puppet class"
717
603
  msgstr "Puppetklass"
718
604
 
@@ -722,33 +608,9 @@ msgstr ""
722
608
  msgid "References"
723
609
  msgstr ""
724
610
 
725
- msgid "Reindex subscriptions"
726
- msgstr ""
727
-
728
611
  msgid "Remote action:"
729
612
  msgstr ""
730
613
 
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
614
  msgid "Report Metrics"
753
615
  msgstr "Rapportstatistik"
754
616
 
@@ -764,9 +626,6 @@ msgstr ""
764
626
  msgid "Reports"
765
627
  msgstr "Rapporter"
766
628
 
767
- msgid "Republish Version Repositories"
768
- msgstr ""
769
-
770
629
  msgid "Request timed out. Please try increasing Settings -> proxy_request_timeout"
771
630
  msgstr ""
772
631
 
@@ -785,9 +644,6 @@ msgstr ""
785
644
  msgid "Run OpenSCAP scan"
786
645
  msgstr ""
787
646
 
788
- msgid "Run Sync Plan:"
789
- msgstr ""
790
-
791
647
  msgid "SCAP Content"
792
648
  msgstr ""
793
649
 
@@ -893,15 +749,6 @@ msgstr ""
893
749
  msgid "Summary report from Foreman server at %{foreman_url}"
894
750
  msgstr ""
895
751
 
896
- msgid "Sync capsule"
897
- msgstr ""
898
-
899
- msgid "Synchronize"
900
- msgstr ""
901
-
902
- msgid "Synchronize smart proxy"
903
- msgstr ""
904
-
905
752
  msgid "Tailoring File"
906
753
  msgstr ""
907
754
 
@@ -966,12 +813,6 @@ msgstr ""
966
813
  msgid "Unknown Compliance status"
967
814
  msgstr ""
968
815
 
969
- msgid "Update"
970
- msgstr ""
971
-
972
- msgid "Update Content Overrides"
973
- msgstr ""
974
-
975
816
  msgid "Update a Policy"
976
817
  msgstr ""
977
818
 
@@ -981,27 +822,6 @@ msgstr ""
981
822
  msgid "Update an SCAP content"
982
823
  msgstr ""
983
824
 
984
- msgid "Update content urls"
985
- msgstr ""
986
-
987
- msgid "Update for host"
988
- msgstr ""
989
-
990
- msgid "Update http proxy"
991
- msgstr ""
992
-
993
- msgid "Update http proxy details"
994
- msgstr ""
995
-
996
- msgid "Update package"
997
- msgstr ""
998
-
999
- msgid "Update redhat repository"
1000
- msgstr ""
1001
-
1002
- msgid "Update release version for host"
1003
- msgstr ""
1004
-
1005
825
  msgid "Updated hosts: Assigned with OpenSCAP Proxy: %s"
1006
826
  msgstr ""
1007
827
 
@@ -1020,12 +840,6 @@ msgstr ""
1020
840
  msgid "Upload an ARF report"
1021
841
  msgstr ""
1022
842
 
1023
- msgid "Upload errata into"
1024
- msgstr ""
1025
-
1026
- msgid "Upload into"
1027
- msgstr ""
1028
-
1029
843
  msgid "Upload new SCAP content file"
1030
844
  msgstr ""
1031
845