katello 4.1.0.rc2.2 → 4.1.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of katello might be problematic. Click here for more details.

Files changed (141) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/katello/api/v2/content_export_incrementals_controller.rb +1 -1
  3. data/app/controllers/katello/api/v2/content_exports_controller.rb +1 -1
  4. data/app/controllers/katello/api/v2/content_imports_controller.rb +2 -2
  5. data/app/controllers/katello/api/v2/errata_controller.rb +2 -23
  6. data/app/controllers/katello/api/v2/host_errata_controller.rb +5 -32
  7. data/app/controllers/katello/api/v2/host_packages_controller.rb +1 -1
  8. data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +1 -1
  9. data/app/controllers/katello/api/v2/products_bulk_actions_controller.rb +0 -1
  10. data/app/controllers/katello/api/v2/repositories_controller.rb +1 -1
  11. data/app/controllers/katello/concerns/api/v2/host_errata_extensions.rb +41 -0
  12. data/app/controllers/katello/remote_execution_controller.rb +5 -9
  13. data/app/lib/actions/candlepin/abstract_async_task.rb +9 -1
  14. data/app/lib/actions/katello/agent_action.rb +2 -0
  15. data/app/lib/actions/katello/applicability/repository/regenerate.rb +10 -10
  16. data/app/lib/actions/katello/capsule_content/sync.rb +1 -1
  17. data/app/lib/actions/katello/host/upload_package_profile.rb +1 -6
  18. data/app/lib/actions/katello/host/upload_profiles.rb +2 -41
  19. data/app/lib/actions/katello/orphan_cleanup/remove_orphans.rb +2 -2
  20. data/app/lib/actions/katello/repository/check_matching_content.rb +13 -14
  21. data/app/lib/actions/katello/repository/sync.rb +3 -14
  22. data/app/lib/actions/katello/repository/verify_checksum.rb +1 -1
  23. data/app/lib/actions/katello/sync_plan/run.rb +7 -2
  24. data/app/lib/actions/pulp3/content_guard/refresh.rb +6 -10
  25. data/app/lib/actions/pulp3/orchestration/orphan_cleanup/remove_orphans.rb +1 -1
  26. data/app/lib/actions/pulp3/repository/save_version.rb +1 -0
  27. data/app/lib/katello/errors.rb +1 -1
  28. data/app/lib/katello/event_daemon/monitor.rb +1 -0
  29. data/app/lib/katello/event_daemon/services/agent_event_receiver.rb +6 -10
  30. data/app/lib/katello/util/hostgroup_facets_helper.rb +126 -0
  31. data/app/models/katello/authorization/content_view.rb +5 -9
  32. data/app/models/katello/authorization/organization.rb +4 -4
  33. data/app/models/katello/concerns/hostgroup_extensions.rb +3 -1
  34. data/app/models/katello/concerns/pulp_database_unit.rb +42 -0
  35. data/app/models/katello/concerns/redhat_extensions.rb +18 -10
  36. data/app/models/katello/erratum.rb +0 -4
  37. data/app/models/katello/glue/pulp/repo.rb +0 -19
  38. data/app/models/katello/host/content_facet.rb +11 -20
  39. data/app/models/katello/host_available_module_stream.rb +4 -4
  40. data/app/models/katello/module_stream.rb +0 -4
  41. data/app/models/katello/ping.rb +2 -9
  42. data/app/models/katello/repository.rb +14 -4
  43. data/app/models/katello/root_repository.rb +4 -0
  44. data/app/models/katello/rpm.rb +0 -4
  45. data/app/services/cert/certs.rb +4 -0
  46. data/app/services/katello/applicable_host_queue.rb +2 -2
  47. data/app/services/katello/pulp/yum_metadata_file.rb +6 -2
  48. data/app/services/katello/pulp3/api/content_guard.rb +39 -5
  49. data/app/services/katello/pulp3/repository/ansible_collection.rb +1 -1
  50. data/app/services/katello/pulp3/repository/yum.rb +1 -0
  51. data/app/services/katello/registration_manager.rb +4 -24
  52. data/app/services/katello/ui_notifications/pulp/proxy_disk_space.rb +1 -0
  53. data/app/views/katello/api/v2/repository_sets/show.json.rabl +9 -5
  54. data/config/katello.yaml.example +0 -13
  55. data/config/routes/api/v2.rb +0 -1
  56. data/db/migrate/20200514092553_move_katello_fields_from_hostgroups.katello.rb +15 -1
  57. data/db/migrate/20210119162528_delete_puppet_and_ostree_repos.rb +18 -22
  58. data/db/migrate/20210512170039_add_repo_timestamps.rb +6 -0
  59. data/db/migrate/20210512192745_fix_red_hat_root_repository_arch.rb +11 -0
  60. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-errata-modal.controller.js +26 -27
  61. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-module-streams-modal.controller.js +1 -3
  62. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js +1 -5
  63. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-host-bulk-module-streams-modal.html +1 -1
  64. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html +2 -2
  65. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html +7 -2
  66. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js +5 -2
  67. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-module-streams.controller.js +1 -1
  68. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages.controller.js +1 -1
  69. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html +2 -2
  70. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html +1 -1
  71. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html +7 -2
  72. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages.html +2 -2
  73. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +5 -10
  74. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js +3 -5
  75. data/lib/katello.rb +1 -1
  76. data/lib/katello/engine.rb +0 -2
  77. data/lib/katello/permission_creator.rb +7 -14
  78. data/lib/katello/plugin.rb +9 -0
  79. data/lib/katello/tasks/fix_hostgroup_facets.rake +8 -0
  80. data/lib/katello/tasks/upgrades/4.1/update_content_import_export_perms.rake +33 -0
  81. data/lib/katello/version.rb +1 -1
  82. data/locale/action_names.rb +39 -39
  83. data/locale/bn/katello.edit.po +114 -107
  84. data/locale/bn/katello.po +12 -6
  85. data/locale/cs/katello.edit.po +118 -115
  86. data/locale/cs/katello.po +12 -6
  87. data/locale/de/katello.edit.po +126 -136
  88. data/locale/de/katello.po +12 -6
  89. data/locale/en/katello.edit.po +114 -106
  90. data/locale/en/katello.po +12 -6
  91. data/locale/es/katello.edit.po +129 -165
  92. data/locale/es/katello.po +12 -6
  93. data/locale/fr/katello.edit.po +143 -247
  94. data/locale/fr/katello.po +13 -9
  95. data/locale/gu/katello.edit.po +114 -107
  96. data/locale/gu/katello.po +12 -6
  97. data/locale/hi/katello.edit.po +114 -107
  98. data/locale/hi/katello.po +12 -6
  99. data/locale/it/katello.edit.po +121 -131
  100. data/locale/it/katello.po +12 -6
  101. data/locale/ja/katello.edit.po +141 -229
  102. data/locale/ja/katello.po +13 -9
  103. data/locale/katello.pot +124 -114
  104. data/locale/kn/katello.edit.po +114 -107
  105. data/locale/kn/katello.po +12 -6
  106. data/locale/ko/katello.edit.po +126 -136
  107. data/locale/ko/katello.po +12 -6
  108. data/locale/mr/katello.edit.po +114 -107
  109. data/locale/mr/katello.po +12 -6
  110. data/locale/or/katello.edit.po +114 -107
  111. data/locale/or/katello.po +12 -6
  112. data/locale/pa/katello.edit.po +114 -107
  113. data/locale/pa/katello.po +12 -6
  114. data/locale/pt/katello.edit.po +114 -107
  115. data/locale/pt/katello.po +12 -6
  116. data/locale/pt_BR/katello.edit.po +129 -165
  117. data/locale/pt_BR/katello.po +12 -6
  118. data/locale/ru/katello.edit.po +126 -136
  119. data/locale/ru/katello.po +12 -6
  120. data/locale/ta/katello.edit.po +114 -107
  121. data/locale/ta/katello.po +12 -6
  122. data/locale/te/katello.edit.po +114 -107
  123. data/locale/te/katello.po +12 -6
  124. data/locale/zh_CN/katello.edit.po +140 -229
  125. data/locale/zh_CN/katello.po +13 -9
  126. data/locale/zh_TW/katello.edit.po +127 -153
  127. data/locale/zh_TW/katello.po +12 -6
  128. data/webpack/components/react-bootstrap-select/index.js +1 -1
  129. metadata +26 -18
  130. data/app/lib/actions/katello/host/generate_applicability.rb +0 -41
  131. data/app/lib/actions/katello/repository/import_applicability.rb +0 -25
  132. data/app/lib/actions/pulp/consumer.rb +0 -100
  133. data/app/lib/actions/pulp/consumer/create.rb +0 -19
  134. data/app/lib/actions/pulp/consumer/destroy.rb +0 -17
  135. data/app/lib/actions/pulp/consumer/generate_applicability.rb +0 -24
  136. data/app/lib/actions/pulp/consumer/update.rb +0 -20
  137. data/app/lib/actions/pulp3/capsule_content/refresh_content_guard.rb +0 -17
  138. data/app/models/katello/events/import_host_applicability.rb +0 -16
  139. data/app/services/katello/applicable_content_helper.rb +0 -111
  140. data/app/services/katello/pulp/consumer.rb +0 -83
  141. data/app/services/katello/pulp/consumer_group.rb +0 -95
data/locale/cs/katello.po CHANGED
@@ -3247,6 +3247,9 @@ msgstr ""
3247
3247
  msgid "No manifest file uploaded"
3248
3248
  msgstr ""
3249
3249
 
3250
+ msgid "No manifest found. Import a manifest with the appropriate subscriptions before importing content."
3251
+ msgstr ""
3252
+
3250
3253
  msgid "No matching content views found"
3251
3254
  msgstr ""
3252
3255
 
@@ -4601,10 +4604,13 @@ msgstr ""
4601
4604
  msgid "Source RPM"
4602
4605
  msgstr ""
4603
4606
 
4607
+ msgid "Specify an export chunk size less than 1_000_000 GB"
4608
+ msgstr ""
4609
+
4604
4610
  msgid "Specify the list of units in each repo"
4605
4611
  msgstr ""
4606
4612
 
4607
- msgid "Split the exported content into archives no greater than the specified size in megabytes."
4613
+ msgid "Split the exported content into archives no greater than the specified size in gigabytes."
4608
4614
  msgstr ""
4609
4615
 
4610
4616
  msgid "Stacking ID"
@@ -4948,11 +4954,6 @@ msgstr ""
4948
4954
  msgid "The following hosts have errata that apply to them: "
4949
4955
  msgstr ""
4950
4956
 
4951
- msgid ""
4952
- "The following repositories provided in the import metadata are either not available in the Library or are of incorrect Respository Type. Please add or enable the repositories before importing\n"
4953
- " %{repos}"
4954
- msgstr ""
4955
-
4956
4957
  msgid ""
4957
4958
  "The following repositories provided in the import metadata have an incorrect content type or provider type. Make sure the export and import repositories are of the same type before importing\n"
4958
4959
  " %{repos}"
@@ -4979,6 +4980,11 @@ msgstr ""
4979
4980
  msgid "The order to sort the results in. ['asc', 'desc'] Defaults to 'desc'."
4980
4981
  msgstr ""
4981
4982
 
4983
+ msgid ""
4984
+ "The organization's manifest does not contain the subscriptions required to enable the following repositories.\n"
4985
+ " %{repos}"
4986
+ msgstr ""
4987
+
4982
4988
  msgid "The page you are attempting to access requires selecting a specific organization."
4983
4989
  msgstr ""
4984
4990
 
@@ -27,7 +27,6 @@ msgid ""
27
27
  msgstr ""
28
28
  "Project-Id-Version: katello 2.4.0-RC1\n"
29
29
  "Report-Msgid-Bugs-To: \n"
30
- "POT-Creation-Date: 2021-05-07 20:06+0000\n"
31
30
  "PO-Revision-Date: 2017-12-19 20:14+0000\n"
32
31
  "Last-Translator: Crited <Alexander.Stoll@netways.de>, 2021\n"
33
32
  "Language-Team: German (https://www.transifex.com/foreman/teams/114/de/)\n"
@@ -526,7 +525,7 @@ msgid "Destination Server name"
526
525
  msgstr ""
527
526
 
528
527
  #: ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:11 ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:31 ../app/controllers/katello/api/v2/content_exports_controller.rb:32 ../app/controllers/katello/api/v2/content_exports_controller.rb:48
529
- msgid "Split the exported content into archives no greater than the specified size in megabytes."
528
+ msgid "Split the exported content into archives no greater than the specified size in gigabytes."
530
529
  msgstr ""
531
530
 
532
531
  #: ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:13 ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:33
@@ -3617,11 +3616,11 @@ msgstr ""
3617
3616
  msgid "The environment %{name} is in use by %{count} Host Group(s) including %{names}"
3618
3617
  msgstr ""
3619
3618
 
3620
- #: ../app/lib/actions/katello/activation_key/create.rb:21 ../app/lib/actions/katello/content_view/create.rb:10 ../app/lib/actions/katello/content_view/environment_create.rb:16 ../app/lib/actions/katello/repository/create.rb:50 ../app/lib/actions/katello/repository/create_root.rb:17 action_names.rb:17
3619
+ #: ../app/lib/actions/katello/activation_key/create.rb:21 ../app/lib/actions/katello/content_view/create.rb:10 ../app/lib/actions/katello/content_view/environment_create.rb:16 ../app/lib/actions/katello/repository/create.rb:50 ../app/lib/actions/katello/repository/create_root.rb:17 action_names.rb:23
3621
3620
  msgid "Create"
3622
3621
  msgstr "Erstellen"
3623
3622
 
3624
- #: ../app/lib/actions/katello/activation_key/destroy.rb:19 action_names.rb:57
3623
+ #: ../app/lib/actions/katello/activation_key/destroy.rb:19 action_names.rb:66
3625
3624
  msgid "Delete Activation Key"
3626
3625
  msgstr "Aktivierungsschlüssel löschen"
3627
3626
 
@@ -3637,11 +3636,11 @@ msgstr "Keine Pakete entfernt"
3637
3636
  msgid "Host did not respond within %s seconds. The task has been cancelled. Is katello-agent installed and goferd running on the Host?"
3638
3637
  msgstr "Host hat nicht innerhalb %s Sekunden reagiert. Die Aufgabe wurde abgebrochen. Ist der Katello-Agent installiert und läuft goferd auf dem Host?"
3639
3638
 
3640
- #: ../app/lib/actions/katello/agent_action.rb:86
3639
+ #: ../app/lib/actions/katello/agent_action.rb:90
3641
3640
  msgid "Host did not finish content action in %s seconds. The task has been cancelled."
3642
3641
  msgstr "Host hat Inhaltsaktion nicht innerhalb %s Sekunden abgeschlossen. Die Aufgabe wurde abgebrochen."
3643
3642
 
3644
- #: ../app/lib/actions/katello/applicability/host/generate.rb:22 action_names.rb:55
3643
+ #: ../app/lib/actions/katello/applicability/host/generate.rb:22 action_names.rb:65
3645
3644
  msgid "Generate host applicability"
3646
3645
  msgstr ""
3647
3646
 
@@ -3649,15 +3648,15 @@ msgstr ""
3649
3648
  msgid "Content Facet for host with id %s is non-existent. Skipping applicability calculation."
3650
3649
  msgstr ""
3651
3650
 
3652
- #: ../app/lib/actions/katello/applicability/hosts/bulk_generate.rb:30 action_names.rb:54
3651
+ #: ../app/lib/actions/katello/applicability/hosts/bulk_generate.rb:30 action_names.rb:71
3653
3652
  msgid "Bulk generate applicability for hosts"
3654
3653
  msgstr ""
3655
3654
 
3656
- #: ../app/lib/actions/katello/applicability/repository/regenerate.rb:25 action_names.rb:53
3655
+ #: ../app/lib/actions/katello/applicability/repository/regenerate.rb:25 action_names.rb:70
3657
3656
  msgid "Generate repository applicability"
3658
3657
  msgstr ""
3659
3658
 
3660
- #: ../app/lib/actions/katello/capsule_content/sync.rb:14 action_names.rb:52
3659
+ #: ../app/lib/actions/katello/capsule_content/sync.rb:14 action_names.rb:69
3661
3660
  msgid "Synchronize smart proxy"
3662
3661
  msgstr ""
3663
3662
 
@@ -3669,7 +3668,7 @@ msgstr ""
3669
3668
  msgid "Sync Content View on Smart Proxy(ies)"
3670
3669
  msgstr ""
3671
3670
 
3672
- #: ../app/lib/actions/katello/content_view/destroy.rb:34 ../app/lib/actions/katello/provider/destroy.rb:19 ../app/lib/actions/katello/repository/destroy.rb:67 ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:262 ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:277 ../webpack/scenes/Subscriptions/components/SubscriptionsTable/components/Dialogs/DeleteDialog.js:27 ../webpack/scenes/Subscriptions/components/SubscriptionsToolbar/SubscriptionsToolbar.js:90 action_names.rb:16
3671
+ #: ../app/lib/actions/katello/content_view/destroy.rb:34 ../app/lib/actions/katello/provider/destroy.rb:19 ../app/lib/actions/katello/repository/destroy.rb:67 ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:262 ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:277 ../webpack/scenes/Subscriptions/components/SubscriptionsTable/components/Dialogs/DeleteDialog.js:27 ../webpack/scenes/Subscriptions/components/SubscriptionsToolbar/SubscriptionsToolbar.js:90 action_names.rb:22
3673
3672
  msgid "Delete"
3674
3673
  msgstr "Löschen"
3675
3674
 
@@ -3721,7 +3720,7 @@ msgstr "Hinzugefügte Inhalte:"
3721
3720
  msgid "Cannot promote environment out of sequence. Use force to bypass restriction."
3722
3721
  msgstr "Umgebung kann nicht in anderer Reihenfolge übertragen werden. Erzwingen Sie die Übertragung, um diese Einschränkung zu umgehen"
3723
3722
 
3724
- #: ../app/lib/actions/katello/content_view/promote_to_environment.rb:40 action_names.rb:47
3723
+ #: ../app/lib/actions/katello/content_view/promote_to_environment.rb:40 action_names.rb:40
3725
3724
  msgid "Promotion to Environment"
3726
3725
  msgstr ""
3727
3726
 
@@ -3733,7 +3732,7 @@ msgstr ""
3733
3732
  msgid "Content view has repository label '%s' which is not specified in repos_units parameter."
3734
3733
  msgstr ""
3735
3734
 
3736
- #: ../app/lib/actions/katello/content_view/publish.rb:90 action_names.rb:46
3735
+ #: ../app/lib/actions/katello/content_view/publish.rb:90 action_names.rb:42
3737
3736
  msgid "Publish"
3738
3737
  msgstr "Veröffentlichen"
3739
3738
 
@@ -3745,7 +3744,7 @@ msgstr ""
3745
3744
  msgid "Cannot delete version while it is in environment %s"
3746
3745
  msgstr "Version kann nicht gelöscht werden, während sie in Umgebung %s ist"
3747
3746
 
3748
- #: ../app/lib/actions/katello/content_view/remove.rb:86 action_names.rb:45
3747
+ #: ../app/lib/actions/katello/content_view/remove.rb:86 action_names.rb:39
3749
3748
  msgid "Remove Versions and Associations"
3750
3749
  msgstr "Versionen und Verknüpfungen entfernen"
3751
3750
 
@@ -3765,7 +3764,7 @@ msgstr "Aktivierungsschlüssel konnten nicht neu zugewiesen werden. Bitte prüfe
3765
3764
  msgid "Cannot remove content view from environment. Content view '%{view}' is not in lifecycle environment '%{env}'."
3766
3765
  msgstr "Inhaltsansicht kann nicht aus Umgebung entfernt werden. Inhaltsansicht \"%{view}\" befindet sich nicht in Lebenszyklusumgebung \"%{env}\"."
3767
3766
 
3768
- #: ../app/lib/actions/katello/content_view/remove_from_environment.rb:35 action_names.rb:44
3767
+ #: ../app/lib/actions/katello/content_view/remove_from_environment.rb:35 action_names.rb:38
3769
3768
  msgid "Remove from Environment"
3770
3769
  msgstr "Aus Umgebung entfernen"
3771
3770
 
@@ -3777,7 +3776,7 @@ msgstr "Version entfernen"
3777
3776
  msgid "Create Repositories"
3778
3777
  msgstr ""
3779
3778
 
3780
- #: ../app/lib/actions/katello/content_view_version/export.rb:31 ../app/lib/actions/katello/repository/export.rb:63 action_names.rb:12
3779
+ #: ../app/lib/actions/katello/content_view_version/export.rb:31 ../app/lib/actions/katello/repository/export.rb:63 action_names.rb:37
3781
3780
  msgid "Export"
3782
3781
  msgstr "Export"
3783
3782
 
@@ -3785,15 +3784,15 @@ msgstr "Export"
3785
3784
  msgid "Content view not provided in the metadata"
3786
3785
  msgstr ""
3787
3786
 
3788
- #: ../app/lib/actions/katello/content_view_version/import.rb:40 action_names.rb:42
3787
+ #: ../app/lib/actions/katello/content_view_version/import.rb:41 action_names.rb:44
3789
3788
  msgid "Import Content View Version"
3790
3789
  msgstr ""
3791
3790
 
3792
- #: ../app/lib/actions/katello/content_view_version/import_library.rb:14 action_names.rb:41
3791
+ #: ../app/lib/actions/katello/content_view_version/import_library.rb:14 action_names.rb:36
3793
3792
  msgid "Import Default Content View"
3794
3793
  msgstr ""
3795
3794
 
3796
- #: ../app/lib/actions/katello/content_view_version/incremental_update.rb:16 action_names.rb:40
3795
+ #: ../app/lib/actions/katello/content_view_version/incremental_update.rb:16 action_names.rb:35
3797
3796
  msgid "Incremental Update"
3798
3797
  msgstr "Inkrementelle Aktualisierung"
3799
3798
 
@@ -3817,15 +3816,15 @@ msgstr "Keine Version der Inhaltsansicht %{component} existiert bereits als Komp
3817
3816
  msgid "Republish Repositories of %{name} %{version}"
3818
3817
  msgstr ""
3819
3818
 
3820
- #: ../app/lib/actions/katello/content_view_version/republish_repositories.rb:27 action_names.rb:39
3819
+ #: ../app/lib/actions/katello/content_view_version/republish_repositories.rb:27 action_names.rb:34
3821
3820
  msgid "Republish Version Repositories"
3822
3821
  msgstr ""
3823
3822
 
3824
- #: ../app/lib/actions/katello/environment/destroy.rb:36 action_names.rb:38
3823
+ #: ../app/lib/actions/katello/environment/destroy.rb:36 action_names.rb:45
3825
3824
  msgid "Delete Lifecycle Environment"
3826
3825
  msgstr "Lebenszyklusumgebung löschen"
3827
3826
 
3828
- #: ../app/lib/actions/katello/environment/publish_repositories.rb:33 action_names.rb:37
3827
+ #: ../app/lib/actions/katello/environment/publish_repositories.rb:33 action_names.rb:33
3829
3828
  msgid "Publish Lifecycle Environment Repositories"
3830
3829
  msgstr ""
3831
3830
 
@@ -3841,7 +3840,7 @@ msgstr "Subskriptionen mit %s verknüpfen"
3841
3840
  msgid "Unknown"
3842
3841
  msgstr "Unbekannt"
3843
3842
 
3844
- #: ../app/lib/actions/katello/host/attach_subscriptions.rb:49 action_names.rb:36
3843
+ #: ../app/lib/actions/katello/host/attach_subscriptions.rb:49 action_names.rb:46
3845
3844
  msgid "Attach subscriptions"
3846
3845
  msgstr "Subskriptionen verknüpfen"
3847
3846
 
@@ -3849,7 +3848,7 @@ msgstr "Subskriptionen verknüpfen"
3849
3848
  msgid "Destroy Content Host %s"
3850
3849
  msgstr ""
3851
3850
 
3852
- #: ../app/lib/actions/katello/host/destroy.rb:32 action_names.rb:34
3851
+ #: ../app/lib/actions/katello/host/destroy.rb:32 action_names.rb:47
3853
3852
  msgid "Destroy Content Host"
3854
3853
  msgstr "Inhaltshost löschen"
3855
3854
 
@@ -3861,7 +3860,7 @@ msgstr ""
3861
3860
  msgid "No applicable errata for %s, skipping"
3862
3861
  msgstr ""
3863
3862
 
3864
- #: ../app/lib/actions/katello/host/erratum/applicable_errata_install.rb:31 action_names.rb:33
3863
+ #: ../app/lib/actions/katello/host/erratum/applicable_errata_install.rb:31 action_names.rb:31
3865
3864
  msgid "Install Applicable Errata"
3866
3865
  msgstr "Relevante Errata installieren"
3867
3866
 
@@ -3953,7 +3952,7 @@ msgstr ""
3953
3952
  msgid "Remove subscriptions from %s"
3954
3953
  msgstr "Subskriptionen aus %s entfernen"
3955
3954
 
3956
- #: ../app/lib/actions/katello/host/remove_subscriptions.rb:40 action_names.rb:30
3955
+ #: ../app/lib/actions/katello/host/remove_subscriptions.rb:40 action_names.rb:29
3957
3956
  msgid "Remove subscriptions"
3958
3957
  msgstr "Subskriptionen entfernen"
3959
3958
 
@@ -3965,7 +3964,7 @@ msgstr ""
3965
3964
  msgid "Update Content Overrides to %s"
3966
3965
  msgstr ""
3967
3966
 
3968
- #: ../app/lib/actions/katello/host/update_content_overrides.rb:32 action_names.rb:29
3967
+ #: ../app/lib/actions/katello/host/update_content_overrides.rb:32 action_names.rb:48
3969
3968
  msgid "Update Content Overrides"
3970
3969
  msgstr ""
3971
3970
 
@@ -3985,7 +3984,7 @@ msgstr "Update für Host %s"
3985
3984
  msgid "Host %{name} cannot be assigned release version %{release_version}."
3986
3985
  msgstr ""
3987
3986
 
3988
- #: ../app/lib/actions/katello/host/update_release_version.rb:21 action_names.rb:27
3987
+ #: ../app/lib/actions/katello/host/update_release_version.rb:21 action_names.rb:49
3989
3988
  msgid "Update release version for host"
3990
3989
  msgstr ""
3991
3990
 
@@ -3997,7 +3996,7 @@ msgstr ""
3997
3996
  msgid "Updating System Purpose for host %s"
3998
3997
  msgstr ""
3999
3998
 
4000
- #: ../app/lib/actions/katello/host/update_system_purpose.rb:25 action_names.rb:26
3999
+ #: ../app/lib/actions/katello/host/update_system_purpose.rb:25 action_names.rb:50
4001
4000
  msgid "Updating System Purpose for host"
4002
4001
  msgstr ""
4003
4002
 
@@ -4005,7 +4004,7 @@ msgstr ""
4005
4004
  msgid "Package Profile Update for %s"
4006
4005
  msgstr "Paketprofil-Update für %s"
4007
4006
 
4008
- #: ../app/lib/actions/katello/host/upload_package_profile.rb:22 action_names.rb:25
4007
+ #: ../app/lib/actions/katello/host/upload_package_profile.rb:22 action_names.rb:27
4009
4008
  msgid "Package Profile Update"
4010
4009
  msgstr "Paketprofil-Update"
4011
4010
 
@@ -4013,11 +4012,11 @@ msgstr "Paketprofil-Update"
4013
4012
  msgid "Combined Profile Update for %s"
4014
4013
  msgstr ""
4015
4014
 
4016
- #: ../app/lib/actions/katello/host/upload_profiles.rb:24 action_names.rb:24
4015
+ #: ../app/lib/actions/katello/host/upload_profiles.rb:24 action_names.rb:26
4017
4016
  msgid "Combined Profile Update"
4018
4017
  msgstr ""
4019
4018
 
4020
- #: ../app/lib/actions/katello/organization/destroy.rb:30 action_names.rb:23
4019
+ #: ../app/lib/actions/katello/organization/destroy.rb:30 action_names.rb:51
4021
4020
  msgid "Destroy"
4022
4021
  msgstr "Löschen"
4023
4022
 
@@ -4057,7 +4056,7 @@ msgstr ""
4057
4056
  msgid "Cannot delete redhat product content"
4058
4057
  msgstr ""
4059
4058
 
4060
- #: ../app/lib/actions/katello/product/create.rb:37 action_names.rb:22
4059
+ #: ../app/lib/actions/katello/product/create.rb:37 action_names.rb:56
4061
4060
  msgid "Product Create"
4062
4061
  msgstr ""
4063
4062
 
@@ -4069,7 +4068,7 @@ msgstr ""
4069
4068
  msgid "Cannot delete product with repositories published in a content view. Product: %{product}, %{view_versions}"
4070
4069
  msgstr ""
4071
4070
 
4072
- #: ../app/lib/actions/katello/product/destroy.rb:65 action_names.rb:21
4071
+ #: ../app/lib/actions/katello/product/destroy.rb:65 action_names.rb:25
4073
4072
  msgid "Delete Product"
4074
4073
  msgstr "Produkt löschen"
4075
4074
 
@@ -4085,7 +4084,7 @@ msgstr "Red Hat Anbieter kann nicht gelöscht werden"
4085
4084
  msgid "Cannot delete provider with attached products"
4086
4085
  msgstr "Anbieter mit verknüpften Produkten kann nicht gelöscht werden"
4087
4086
 
4088
- #: ../app/lib/actions/katello/provider/update.rb:12 ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:188 action_names.rb:18
4087
+ #: ../app/lib/actions/katello/provider/update.rb:12 ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:188 action_names.rb:9
4089
4088
  msgid "Update"
4090
4089
  msgstr "Aktualisieren"
4091
4090
 
@@ -4101,7 +4100,7 @@ msgstr ""
4101
4100
  msgid "Cannot publish a link repository if multiple component clones are specified"
4102
4101
  msgstr ""
4103
4102
 
4104
- #: ../app/lib/actions/katello/repository/destroy_package_group.rb:21 action_names.rb:15
4103
+ #: ../app/lib/actions/katello/repository/destroy_package_group.rb:21 action_names.rb:62
4105
4104
  msgid "Delete Package Group"
4106
4105
  msgstr ""
4107
4106
 
@@ -4113,7 +4112,7 @@ msgstr ""
4113
4112
  msgid "Unable to export. 'pulp_export_destination' setting is not a writable directory."
4114
4113
  msgstr ""
4115
4114
 
4116
- #: ../app/lib/actions/katello/repository/import_upload.rb:59 ../app/lib/actions/katello/repository/upload_files.rb:46 action_names.rb:9
4115
+ #: ../app/lib/actions/katello/repository/import_upload.rb:59 ../app/lib/actions/katello/repository/upload_files.rb:46 action_names.rb:12
4117
4116
  msgid "Upload into"
4118
4117
  msgstr "Hochgeladen in"
4119
4118
 
@@ -4125,7 +4124,7 @@ msgstr "Inhalte aus einem nicht benutzerdefinierten Repository können nicht ent
4125
4124
  msgid "Can only remove content from within the Default Content View"
4126
4125
  msgstr "Nur Inhalt aus der standardmäßigen Inhaltsansicht kann entfernt werden"
4127
4126
 
4128
- #: ../app/lib/actions/katello/repository/remove_content.rb:56 action_names.rb:3
4127
+ #: ../app/lib/actions/katello/repository/remove_content.rb:56 action_names.rb:16
4129
4128
  msgid "Remove Content"
4130
4129
  msgstr "Inhalt entfernen"
4131
4130
 
@@ -4149,19 +4148,19 @@ msgstr ""
4149
4148
  msgid "Synchronize: Skip Metadata Check"
4150
4149
  msgstr ""
4151
4150
 
4152
- #: ../app/lib/actions/katello/repository/sync.rb:100 action_names.rb:2
4151
+ #: ../app/lib/actions/katello/repository/sync.rb:100 action_names.rb:15
4153
4152
  msgid "Synchronize"
4154
4153
  msgstr "Synchronisieren"
4155
4154
 
4156
- #: ../app/lib/actions/katello/repository/upload_errata.rb:33 action_names.rb:72
4155
+ #: ../app/lib/actions/katello/repository/upload_errata.rb:33 action_names.rb:13
4157
4156
  msgid "Upload errata into"
4158
4157
  msgstr ""
4159
4158
 
4160
- #: ../app/lib/actions/katello/repository/upload_package_group.rb:28 action_names.rb:68
4159
+ #: ../app/lib/actions/katello/repository/upload_package_group.rb:28 action_names.rb:53
4161
4160
  msgid "Create Package Group"
4162
4161
  msgstr ""
4163
4162
 
4164
- #: ../app/lib/actions/katello/repository_set/disable_repository.rb:6 ../webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepositoryContent.js:10 action_names.rb:69
4163
+ #: ../app/lib/actions/katello/repository_set/disable_repository.rb:6 ../webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepositoryContent.js:10 action_names.rb:54
4165
4164
  msgid "Disable"
4166
4165
  msgstr "Deaktivieren"
4167
4166
 
@@ -4169,7 +4168,7 @@ msgstr "Deaktivieren"
4169
4168
  msgid "Repository not found"
4170
4169
  msgstr "Repository nicht gefunden"
4171
4170
 
4172
- #: ../app/lib/actions/katello/repository_set/enable_repository.rb:6 action_names.rb:71
4171
+ #: ../app/lib/actions/katello/repository_set/enable_repository.rb:6 action_names.rb:10
4173
4172
  msgid "Enable"
4174
4173
  msgstr "Aktivieren"
4175
4174
 
@@ -4177,7 +4176,7 @@ msgstr "Aktivieren"
4177
4176
  msgid "The repository is already enabled"
4178
4177
  msgstr "Das Repository ist bereits aktiviert"
4179
4178
 
4180
- #: ../app/lib/actions/katello/sync_plan/run.rb:36 action_names.rb:67
4179
+ #: ../app/lib/actions/katello/sync_plan/run.rb:36 action_names.rb:8
4181
4180
  msgid "Run Sync Plan:"
4182
4181
  msgstr ""
4183
4182
 
@@ -4339,15 +4338,15 @@ msgstr ""
4339
4338
  msgid "Group %{id} already created."
4340
4339
  msgstr ""
4341
4340
 
4342
- #: ../app/lib/actions/pulp3/content_view_version/create_export_history.rb:52 action_names.rb:66
4341
+ #: ../app/lib/actions/pulp3/content_view_version/create_export_history.rb:52 action_names.rb:7
4343
4342
  msgid "Create Export History"
4344
4343
  msgstr ""
4345
4344
 
4346
- #: ../app/lib/actions/pulp3/content_view_version/create_import_history.rb:29 action_names.rb:65
4345
+ #: ../app/lib/actions/pulp3/content_view_version/create_import_history.rb:29 action_names.rb:6
4347
4346
  msgid "Create Import History"
4348
4347
  msgstr ""
4349
4348
 
4350
- #: ../app/lib/actions/pulp3/orchestration/content_view_version/export_library.rb:37 action_names.rb:63
4349
+ #: ../app/lib/actions/pulp3/orchestration/content_view_version/export_library.rb:37 action_names.rb:4
4351
4350
  msgid "Export Library"
4352
4351
  msgstr ""
4353
4352
 
@@ -4357,7 +4356,7 @@ msgid ""
4357
4356
  " %{repos}"
4358
4357
  msgstr ""
4359
4358
 
4360
- #: ../app/lib/actions/pulp3/orchestration/content_view_version/import.rb:49 action_names.rb:62
4359
+ #: ../app/lib/actions/pulp3/orchestration/content_view_version/import.rb:49 action_names.rb:3
4361
4360
  msgid "Import"
4362
4361
  msgstr "Import"
4363
4362
 
@@ -4417,7 +4416,7 @@ msgstr ""
4417
4416
  msgid "This Organization's subscription manifest has expired. Please import a new manifest."
4418
4417
  msgstr ""
4419
4418
 
4420
- #: ../app/lib/katello/http_resource.rb:93 ../app/lib/katello/http_resource.rb:107 ../app/lib/katello/http_resource.rb:121 ../app/lib/katello/http_resource.rb:135
4419
+ #: ../app/lib/katello/http_resource.rb:83 ../app/lib/katello/http_resource.rb:97 ../app/lib/katello/http_resource.rb:111 ../app/lib/katello/http_resource.rb:125
4421
4420
  msgid "A backend service [ %s ] is unreachable"
4422
4421
  msgstr "Ein Back-End-Dienst [ %s ] kann nicht erreicht werden"
4423
4422
 
@@ -6371,47 +6370,55 @@ msgstr "Verbindungsproblem mit Pulp-Nachrichtenbus."
6371
6370
  msgid "Failed indexing errata, maximum retries encountered"
6372
6371
  msgstr "Indexierung der Errata unter maximaler Anzahl von Versuchen fehlgeschlagen"
6373
6372
 
6374
- #: ../app/services/katello/pulp3/content_view_version/export.rb:102
6373
+ #: ../app/services/katello/pulp3/content_view_version/export.rb:98
6374
+ msgid "Specify an export chunk size less than 1_000_000 GB"
6375
+ msgstr ""
6376
+
6377
+ #: ../app/services/katello/pulp3/content_view_version/export.rb:111
6375
6378
  msgid ""
6376
6379
  "NOTE: Unable to fully export Content View Version '%{content_view} %{current}' it contains repositories without the 'immediate' download policy. Update the download policy and sync affected repositories. Once synced republish the content view and export the generated version. \n"
6377
6380
  " %{repos}"
6378
6381
  msgstr ""
6379
6382
 
6380
- #: ../app/services/katello/pulp3/content_view_version/export.rb:123
6383
+ #: ../app/services/katello/pulp3/content_view_version/export.rb:132
6381
6384
  msgid "The exported Content View Version '%{content_view} %{current}' cannot be incrementally updated from version '%{from}'. Please do a full export."
6382
6385
  msgstr ""
6383
6386
 
6384
- #: ../app/services/katello/pulp3/content_view_version/export.rb:155
6387
+ #: ../app/services/katello/pulp3/content_view_version/export.rb:164
6385
6388
  msgid "Product: '%{product}', Repository: '%{repository}'"
6386
6389
  msgstr ""
6387
6390
 
6388
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:39
6391
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:40
6389
6392
  msgid "Content View Version specified in the metadata - '%{name}' already exists. If you wish to replace the existing version, delete %{name} and try again. "
6390
6393
  msgstr ""
6391
6394
 
6392
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:53
6395
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:54
6393
6396
  msgid "Prior Content View Version specified in the metadata - '%{name}' does not exist. Please import the metadata for '%{name}' before importing '%{current}' "
6394
6397
  msgstr ""
6395
6398
 
6396
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:81
6399
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:64
6400
+ msgid "No manifest found. Import a manifest with the appropriate subscriptions before importing content."
6401
+ msgstr ""
6402
+
6403
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:91
6397
6404
  msgid ""
6398
6405
  "The following repositories provided in the import metadata have an incorrect content type or provider type. Make sure the export and import repositories are of the same type before importing\n"
6399
6406
  " %{repos}"
6400
6407
  msgstr ""
6401
6408
 
6402
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:100
6409
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:126
6403
6410
  msgid ""
6404
- "The following repositories provided in the import metadata are either not available in the Library or are of incorrect Respository Type. Please add or enable the repositories before importing\n"
6411
+ "The organization's manifest does not contain the subscriptions required to enable the following repositories.\n"
6405
6412
  " %{repos}"
6406
6413
  msgstr ""
6407
6414
 
6408
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:110
6415
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:135
6409
6416
  msgid ""
6410
6417
  "\n"
6411
6418
  "* Product = '%{product}', Repository = '%{repository}'"
6412
6419
  msgstr ""
6413
6420
 
6414
- #: ../app/services/katello/pulp3/content_view_version/importable_repositories.rb:33
6421
+ #: ../app/services/katello/pulp3/content_view_version/importable_repositories.rb:38
6415
6422
  msgid "Unable to find product '%s' in organization '%s'"
6416
6423
  msgstr ""
6417
6424
 
@@ -8199,131 +8206,114 @@ msgstr ""
8199
8206
  msgid "The subscription is no longer available"
8200
8207
  msgstr ""
8201
8208
 
8202
- #: action_names.rb:4
8203
- msgid "Instance update"
8204
- msgstr ""
8209
+ #: action_names.rb:2
8210
+ msgid "Remote action:"
8211
+ msgstr "Entfernte Aktion:"
8205
8212
 
8206
8213
  #: action_names.rb:5
8207
- msgid "Index package groups"
8208
- msgstr "Paketgruppen indizieren"
8214
+ msgid "Copy version units to library"
8215
+ msgstr ""
8209
8216
 
8210
- #: action_names.rb:6
8211
- msgid "Index module streams"
8217
+ #: action_names.rb:11
8218
+ msgid "Verify checksum"
8212
8219
  msgstr ""
8213
8220
 
8214
- #: action_names.rb:7
8215
- msgid "Index errata"
8216
- msgstr "Errata indizieren"
8221
+ #: action_names.rb:14
8222
+ msgid "Update http proxy details"
8223
+ msgstr ""
8224
+
8225
+ #: action_names.rb:17
8226
+ msgid "Instance update"
8227
+ msgstr ""
8228
+
8229
+ #: action_names.rb:18
8230
+ msgid "Index module streams"
8231
+ msgstr ""
8217
8232
 
8218
- #: action_names.rb:8
8233
+ #: action_names.rb:19
8219
8234
  msgid "Index content"
8220
8235
  msgstr "Inhalt indizieren"
8221
8236
 
8222
- #: action_names.rb:10
8223
- msgid "Filtered index content"
8224
- msgstr "Indexinhalt gefiltert"
8225
-
8226
- #: action_names.rb:11
8237
+ #: action_names.rb:20
8227
8238
  msgid "Fetch pxe files"
8228
8239
  msgstr ""
8229
8240
 
8230
- #: action_names.rb:13
8241
+ #: action_names.rb:21
8231
8242
  msgid "Errata mail"
8232
8243
  msgstr "Errata-E-Mail"
8233
8244
 
8234
- #: action_names.rb:14
8235
- msgid "Discover"
8236
- msgstr "Suchen"
8237
-
8238
- #: action_names.rb:19
8245
+ #: action_names.rb:24
8239
8246
  msgid "Update http proxy"
8240
8247
  msgstr ""
8241
8248
 
8242
- #: action_names.rb:20
8243
- msgid "Reindex subscriptions"
8244
- msgstr "Subskriptionen neu indizieren"
8245
-
8246
- #: action_names.rb:31
8247
- msgid "Hypervisors update"
8248
- msgstr "Hypervisoren aktualisieren"
8249
-
8250
- #: action_names.rb:32
8249
+ #: action_names.rb:30
8251
8250
  msgid "Hypervisors"
8252
8251
  msgstr "Hypervisoren"
8253
8252
 
8254
- #: action_names.rb:35
8253
+ #: action_names.rb:32
8255
8254
  msgid "Auto attach subscriptions"
8256
8255
  msgstr "Subskriptionen automatisch verknüpfen"
8257
8256
 
8258
- #: action_names.rb:48
8257
+ #: action_names.rb:41
8259
8258
  msgid "Promote"
8260
8259
  msgstr ""
8261
8260
 
8262
- #: action_names.rb:49
8263
- msgid "Remote action:"
8264
- msgstr "Entfernte Aktion:"
8265
-
8266
- #: action_names.rb:50
8267
- msgid "Incremental Update of Content View Version(s) "
8268
- msgstr ""
8261
+ #: action_names.rb:52
8262
+ msgid "Hypervisors update"
8263
+ msgstr "Hypervisoren aktualisieren"
8269
8264
 
8270
- #: action_names.rb:51
8271
- msgid "Sync capsule"
8265
+ #: action_names.rb:55
8266
+ msgid "Update content urls"
8272
8267
  msgstr ""
8273
8268
 
8274
- #: action_names.rb:56
8275
- msgid "Agent action"
8276
- msgstr ""
8269
+ #: action_names.rb:57
8270
+ msgid "Reindex subscriptions"
8271
+ msgstr "Subskriptionen neu indizieren"
8277
8272
 
8278
8273
  #: action_names.rb:58
8279
- msgid "Abstract async task"
8280
- msgstr "Übersicht asynchrone Task"
8274
+ msgid "Update redhat repository"
8275
+ msgstr ""
8281
8276
 
8282
8277
  #: action_names.rb:59
8283
- msgid "Import Puppet classes"
8284
- msgstr ""
8278
+ msgid "Filtered index content"
8279
+ msgstr "Indexinhalt gefiltert"
8285
8280
 
8286
8281
  #: action_names.rb:60
8287
- msgid "Import facts"
8288
- msgstr "Fakten importieren"
8282
+ msgid "Index errata"
8283
+ msgstr "Errata indizieren"
8289
8284
 
8290
8285
  #: action_names.rb:61
8291
- msgid "Action with sub plans"
8292
- msgstr "Aktion mit Unterplänen"
8286
+ msgid "Index package groups"
8287
+ msgstr "Paketgruppen indizieren"
8288
+
8289
+ #: action_names.rb:63
8290
+ msgid "Discover"
8291
+ msgstr "Suchen"
8293
8292
 
8294
8293
  #: action_names.rb:64
8295
- msgid "Copy version units to library"
8294
+ msgid "Incremental Update of Content View Version(s) "
8296
8295
  msgstr ""
8297
8296
 
8298
- #: action_names.rb:70
8299
- msgid "Verify checksum"
8300
- msgstr ""
8297
+ #: action_names.rb:67
8298
+ msgid "Abstract async task"
8299
+ msgstr "Übersicht asynchrone Task"
8301
8300
 
8302
- #: action_names.rb:73
8303
- msgid "Update redhat repository"
8301
+ #: action_names.rb:68
8302
+ msgid "Sync capsule"
8304
8303
  msgstr ""
8305
8304
 
8306
- #: action_names.rb:74
8307
- msgid "Update http proxy details"
8305
+ #: action_names.rb:72
8306
+ msgid "Agent action"
8308
8307
  msgstr ""
8309
8308
 
8310
- #: action_names.rb:75
8311
- msgid "Update content urls"
8309
+ #: action_names.rb:73
8310
+ msgid "Import Puppet classes"
8312
8311
  msgstr ""
8313
8312
 
8314
- #: ../app/controllers/katello/api/v2/host_errata_controller.rb:52
8315
- #~ msgid "Schedule errata for installation"
8316
- #~ msgstr "Errata zur Installation einplanen"
8317
-
8318
- #: ../app/controllers/katello/api/v2/host_packages_controller.rb:30
8319
- #~ msgid "Install packages remotely"
8320
- #~ msgstr "Pakete entfernt installieren"
8321
-
8322
- #: ../app/controllers/katello/api/v2/host_packages_controller.rb:48
8323
- #: ../app/controllers/katello/api/v2/host_packages_controller.rb:59
8324
- #~ msgid "Update packages remotely"
8325
- #~ msgstr "Pakete entfernt aktualisieren"
8313
+ #: action_names.rb:74
8314
+ msgid "Import facts"
8315
+ msgstr "Fakten importieren"
8326
8316
 
8327
- #: ../app/controllers/katello/api/v2/host_packages_controller.rb:66
8328
- #~ msgid "Uninstall packages remotely"
8329
- #~ msgstr "Pakete entfernt deinstallieren"
8317
+ #: action_names.rb:75
8318
+ msgid "Action with sub plans"
8319
+ msgstr "Aktion mit Unterplänen"