katello 4.9.2 → 4.10.0.rc1
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.
- checksums.yaml +4 -4
- data/README.md +4 -7
- data/app/assets/javascripts/katello/locale/bn/katello.js +8967 -1
- data/app/assets/javascripts/katello/locale/bn_IN/katello.js +8967 -0
- data/app/assets/javascripts/katello/locale/ca/katello.js +8967 -0
- data/app/assets/javascripts/katello/locale/cs/katello.js +8967 -1
- data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +8969 -0
- data/app/assets/javascripts/katello/locale/de/katello.js +8991 -1
- data/app/assets/javascripts/katello/locale/de_AT/katello.js +8966 -0
- data/app/assets/javascripts/katello/locale/de_DE/katello.js +8967 -0
- data/app/assets/javascripts/katello/locale/el/katello.js +8967 -0
- data/app/assets/javascripts/katello/locale/en/katello.js +8967 -1
- data/app/assets/javascripts/katello/locale/en_GB/katello.js +8967 -0
- data/app/assets/javascripts/katello/locale/en_US/katello.js +8966 -0
- data/app/assets/javascripts/katello/locale/es/katello.js +8984 -1
- data/app/assets/javascripts/katello/locale/et_EE/katello.js +8966 -0
- data/app/assets/javascripts/katello/locale/fr/katello.js +9008 -1
- data/app/assets/javascripts/katello/locale/gl/katello.js +8967 -0
- data/app/assets/javascripts/katello/locale/gu/katello.js +8967 -1
- data/app/assets/javascripts/katello/locale/he_IL/katello.js +8967 -0
- data/app/assets/javascripts/katello/locale/hi/katello.js +8967 -1
- data/app/assets/javascripts/katello/locale/id/katello.js +8966 -0
- data/app/assets/javascripts/katello/locale/it/katello.js +8974 -1
- data/app/assets/javascripts/katello/locale/ja/katello.js +9004 -1
- data/app/assets/javascripts/katello/locale/ka/katello.js +8976 -1
- data/app/assets/javascripts/katello/locale/kn/katello.js +8967 -1
- data/app/assets/javascripts/katello/locale/ko/katello.js +8972 -1
- data/app/assets/javascripts/katello/locale/locale/katello.js +3070 -1
- data/app/assets/javascripts/katello/locale/ml_IN/katello.js +8966 -0
- data/app/assets/javascripts/katello/locale/mr/katello.js +8967 -1
- data/app/assets/javascripts/katello/locale/nl_NL/katello.js +8967 -0
- data/app/assets/javascripts/katello/locale/or/katello.js +8967 -1
- data/app/assets/javascripts/katello/locale/pa/katello.js +8967 -1
- data/app/assets/javascripts/katello/locale/pl/katello.js +8967 -0
- data/app/assets/javascripts/katello/locale/pl_PL/katello.js +8966 -0
- data/app/assets/javascripts/katello/locale/pt/katello.js +8967 -1
- data/app/assets/javascripts/katello/locale/pt_BR/katello.js +8984 -1
- data/app/assets/javascripts/katello/locale/ro/katello.js +8966 -0
- data/app/assets/javascripts/katello/locale/ro_RO/katello.js +8966 -0
- data/app/assets/javascripts/katello/locale/ru/katello.js +8973 -1
- data/app/assets/javascripts/katello/locale/sl/katello.js +8967 -0
- data/app/assets/javascripts/katello/locale/sv_SE/katello.js +8967 -0
- data/app/assets/javascripts/katello/locale/ta/katello.js +8967 -1
- data/app/assets/javascripts/katello/locale/ta_IN/katello.js +8967 -0
- data/app/assets/javascripts/katello/locale/te/katello.js +8967 -1
- data/app/assets/javascripts/katello/locale/tr/katello.js +8967 -0
- data/app/assets/javascripts/katello/locale/vi/katello.js +8966 -0
- data/app/assets/javascripts/katello/locale/vi_VN/katello.js +8966 -0
- data/app/assets/javascripts/katello/locale/zh/katello.js +8966 -0
- data/app/assets/javascripts/katello/locale/zh_CN/katello.js +9004 -1
- data/app/assets/javascripts/katello/locale/zh_TW/katello.js +8972 -1
- data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +1 -1
- data/app/controllers/katello/api/v2/alternate_content_sources_bulk_actions_controller.rb +22 -1
- data/app/controllers/katello/api/v2/api_controller.rb +0 -15
- data/app/controllers/katello/api/v2/content_view_versions_controller.rb +13 -4
- data/app/controllers/katello/api/v2/host_errata_controller.rb +0 -12
- data/app/controllers/katello/api/v2/host_packages_controller.rb +0 -55
- data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +0 -77
- data/app/controllers/katello/api/v2/organizations_controller.rb +2 -1
- data/app/controllers/katello/api/v2/repositories_controller.rb +6 -10
- data/app/controllers/katello/api/v2/sync_controller.rb +0 -1
- data/app/controllers/katello/concerns/api/api_controller.rb +0 -10
- data/app/controllers/katello/concerns/hosts_controller_extensions.rb +1 -1
- data/app/lib/actions/katello/alternate_content_source/update.rb +1 -1
- data/app/lib/actions/katello/content_view/capsule_sync.rb +1 -1
- data/app/lib/actions/katello/content_view/incremental_updates.rb +3 -9
- data/app/lib/actions/katello/content_view_version/republish_repositories.rb +8 -2
- data/app/lib/actions/katello/repository/capsule_sync.rb +1 -1
- data/app/lib/actions/katello/repository/update_metadata_sync.rb +1 -1
- data/app/lib/katello/concerns/base_template_scope_extensions.rb +4 -9
- data/app/lib/katello/resources/cdn.rb +4 -0
- data/app/lib/katello/validators/alternate_content_source_products_validator.rb +1 -1
- data/app/models/katello/cdn_configuration.rb +4 -0
- data/app/models/katello/concerns/host_managed_extensions.rb +2 -1
- data/app/models/katello/content_view.rb +5 -1
- data/app/models/katello/content_view_component.rb +1 -1
- data/app/models/katello/content_view_version.rb +4 -0
- data/app/models/katello/host/content_facet.rb +4 -5
- data/app/models/katello/ping.rb +0 -19
- data/app/models/katello/repository.rb +5 -1
- data/app/models/katello/root_repository.rb +2 -8
- data/app/services/katello/applicability/applicable_content_helper.rb +2 -2
- data/app/services/katello/registration_manager.rb +2 -12
- data/app/views/foreman/job_templates/configure_host_for_new_content_source.erb +25 -0
- data/app/views/katello/api/v2/capsule_content/sync_status.json.rabl +1 -1
- data/app/views/katello/api/v2/content_facet/show.json.rabl +0 -12
- data/app/views/katello/api/v2/content_view_components/show.json.rabl +4 -1
- data/app/views/katello/api/v2/content_views/base.json.rabl +6 -2
- data/app/views/katello/api/v2/repositories/show.json.rabl +0 -1
- data/config/initializers/monkeys.rb +1 -0
- data/config/katello.yaml.example +0 -4
- data/config/routes/api/v2.rb +3 -0
- data/config/routes/overrides.rb +0 -11
- data/db/migrate/20230609155411_add_custom_cdn_auth_enabled_to_katello_cdn_configurations.rb +5 -0
- data/db/migrate/20230710190626_remove_relative_path_limit.rb +5 -0
- data/db/migrate/20230717150442_change_change_content_source_job_template_name.rb +20 -0
- data/db/migrate/20230828143236_remove_katello_agent_dispatch_history.rb +15 -0
- data/db/seeds.d/111-upgrade_tasks.rb +1 -2
- data/engines/bastion/app/views/bastion/layouts/assets.html.erb +1 -1
- data/engines/bastion_katello/README.md +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/activation-keys.controller.js +4 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-associations-content-hosts.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys.html +8 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-errata-modal.controller.js +3 -44
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-module-streams-modal.controller.js +0 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js +1 -65
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html +1 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html +1 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-applicable.controller.js +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js +1 -16
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-module-streams.controller.js +0 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-actions.controller.js +0 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-applicable.controller.js +2 -11
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-installed.controller.js +0 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages.controller.js +1 -39
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-applicable.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html +1 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html +2 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html +4 -5
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js +2 -4
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details.controller.js +2 -4
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html +0 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html +0 -14
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html +0 -4
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js +1 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/file-content-views.controller.js +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/views/file-content-views.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +235 -521
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-packages.html +13 -2
- data/engines/bastion_katello/lib/bastion_katello/engine.rb +1 -3
- data/lib/katello/engine.rb +0 -18
- data/lib/katello/permission_creator.rb +1 -1
- data/lib/katello/plugin.rb +0 -25
- data/lib/katello/version.rb +1 -1
- data/lib/monkeys/remove_hidden_distribution.rb +383 -0
- data/locale/action_names.rb +3 -1
- data/locale/bn/katello.po +130 -39
- data/locale/bn_IN/katello.po +130 -39
- data/locale/ca/katello.po +130 -39
- data/locale/cs/katello.po +130 -39
- data/locale/cs_CZ/katello.po +130 -39
- data/locale/de/LC_MESSAGES/katello.mo +0 -0
- data/locale/de/katello.po +134 -43
- data/locale/de_AT/katello.po +130 -39
- data/locale/de_DE/katello.po +130 -39
- data/locale/el/katello.po +130 -39
- data/locale/en/katello.po +130 -39
- data/locale/en_GB/katello.po +130 -39
- data/locale/en_US/katello.po +130 -39
- data/locale/es/LC_MESSAGES/katello.mo +0 -0
- data/locale/es/katello.po +133 -42
- data/locale/et_EE/katello.po +130 -39
- data/locale/fr/LC_MESSAGES/katello.mo +0 -0
- data/locale/fr/katello.po +138 -47
- data/locale/gl/katello.po +130 -39
- data/locale/gu/katello.po +130 -39
- data/locale/he_IL/katello.po +130 -39
- data/locale/hi/katello.po +130 -39
- data/locale/id/katello.po +130 -39
- data/locale/it/LC_MESSAGES/katello.mo +0 -0
- data/locale/it/katello.po +131 -40
- data/locale/ja/LC_MESSAGES/katello.mo +0 -0
- data/locale/ja/katello.po +138 -47
- data/locale/ka/LC_MESSAGES/katello.mo +0 -0
- data/locale/ka/katello.po +131 -40
- data/locale/katello.pot +805 -642
- data/locale/kn/katello.po +130 -39
- data/locale/ko/LC_MESSAGES/katello.mo +0 -0
- data/locale/ko/katello.po +131 -40
- data/locale/ml_IN/katello.po +130 -39
- data/locale/mr/katello.po +130 -39
- data/locale/nl_NL/katello.po +130 -39
- data/locale/or/katello.po +130 -39
- data/locale/pa/katello.po +130 -39
- data/locale/pl/katello.po +130 -39
- data/locale/pl_PL/katello.po +130 -39
- data/locale/pt/katello.po +130 -39
- data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt_BR/katello.po +133 -42
- data/locale/ro/katello.po +130 -39
- data/locale/ro_RO/katello.po +130 -39
- data/locale/ru/LC_MESSAGES/katello.mo +0 -0
- data/locale/ru/katello.po +131 -40
- data/locale/sl/katello.po +130 -39
- data/locale/sv_SE/katello.po +130 -39
- data/locale/ta/katello.po +130 -39
- data/locale/ta_IN/katello.po +130 -39
- data/locale/te/katello.po +130 -39
- data/locale/tr/katello.po +130 -39
- data/locale/vi/katello.po +130 -39
- data/locale/vi_VN/katello.po +130 -39
- data/locale/zh/katello.po +130 -39
- data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_CN/katello.po +138 -47
- data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_TW/katello.po +131 -40
- data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsModal.js +0 -5
- data/webpack/components/extensions/HostDetails/Tabs/ContentTab/index.js +9 -3
- data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js +7 -58
- data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/HostErrataActions.js +2 -11
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/HostPackagesActions.js +1 -40
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/HostPackagesConstants.js +0 -3
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js +5 -40
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js +6 -65
- data/webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js +5 -4
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/errataTab.test.js +0 -212
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/packageInstallModal.test.js +2 -157
- data/webpack/components/extensions/HostDetails/hostDetailsHelpers.js +0 -20
- data/webpack/containers/Application/config.js +5 -0
- data/webpack/scenes/ActivationKeys/Details/ActivationKeyActions.js +31 -0
- data/webpack/scenes/ActivationKeys/Details/ActivationKeyConstants.js +3 -0
- data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.js +127 -0
- data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.scss +37 -0
- data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetailsSelectors.js +16 -0
- data/webpack/scenes/ActivationKeys/Details/__tests__/activationKeyDetails.test.js +117 -0
- data/webpack/scenes/ActivationKeys/Details/components/DeleteMenu.js +77 -0
- data/webpack/scenes/ActivationKeys/Details/components/DeleteModal.js +63 -0
- data/webpack/scenes/ActivationKeys/Details/components/EditModal.js +199 -0
- data/webpack/scenes/ActivationKeys/Details/index.js +3 -0
- data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditCredentials.js +10 -5
- data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditProducts.js +8 -3
- data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditSmartProxies.js +8 -3
- data/webpack/scenes/AlternateContentSources/Details/__tests__/ACSEdits.test.js +2 -2
- data/webpack/scenes/AlternateContentSources/MainTable/ACSTable.js +1 -1
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js +37 -29
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js +53 -37
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js +7 -0
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.fixtures.json +15 -6
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.test.js +6 -5
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/publishedContentViewDetails.fixtures.json +43 -197
- data/webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js +1 -1
- data/webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js +1 -1
- data/webpack/scenes/ContentViews/Details/Promote/ContentViewVersionPromote.js +2 -2
- data/webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersions.fixtures.json +0 -98
- data/webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersions.test.js +103 -1
- data/webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersionsLatestEnvironment.fixtures.json +634 -0
- data/webpack/scenes/ContentViews/components/ContentViewSelect/helpers.js +1 -1
- data/webpack/scenes/Hosts/ChangeContentSource/actions.js +14 -12
- data/webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js +45 -6
- data/webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceTemplate.js +42 -7
- data/webpack/scenes/Hosts/ChangeContentSource/index.js +37 -10
- data/webpack/scenes/Hosts/ChangeContentSource/styles.scss +5 -0
- data/webpack/scenes/RedHatRepositories/index.scss +1 -1
- data/webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js +2 -2
- metadata +85 -81
- data/app/lib/actions/katello/agent/dispatch_history_presenter.rb +0 -64
- data/app/lib/actions/katello/agent_action.rb +0 -120
- data/app/lib/actions/katello/bulk_agent_action.rb +0 -37
- data/app/lib/actions/katello/host/erratum/applicable_errata_install.rb +0 -44
- data/app/lib/actions/katello/host/erratum/install.rb +0 -38
- data/app/lib/actions/katello/host/package/install.rb +0 -34
- data/app/lib/actions/katello/host/package/remove.rb +0 -48
- data/app/lib/actions/katello/host/package/update.rb +0 -42
- data/app/lib/actions/katello/host/package_group/install.rb +0 -30
- data/app/lib/actions/katello/host/package_group/remove.rb +0 -30
- data/app/lib/katello/agent/base_message.rb +0 -41
- data/app/lib/katello/agent/client_message_handler.rb +0 -69
- data/app/lib/katello/agent/connection.rb +0 -38
- data/app/lib/katello/agent/install_errata_message.rb +0 -25
- data/app/lib/katello/agent/install_package_group_message.rb +0 -25
- data/app/lib/katello/agent/install_package_message.rb +0 -28
- data/app/lib/katello/agent/remove_package_group_message.rb +0 -25
- data/app/lib/katello/agent/remove_package_message.rb +0 -28
- data/app/lib/katello/agent/update_package_message.rb +0 -33
- data/app/lib/katello/event_daemon/services/agent_event_receiver.rb +0 -59
- data/app/lib/katello/qpid/connection.rb +0 -149
- data/app/lib/katello/util/default_enablement_migrator.rb +0 -183
- data/app/models/katello/agent/dispatch_history.rb +0 -19
- data/app/models/katello/events/delete_host_agent_queue.rb +0 -19
- data/app/services/katello/agent/dispatcher.rb +0 -60
- data/app/views/foreman/job_templates/change_content_source.erb +0 -18
- data/app/views/katello/api/v2/sync/index.json.rabl +0 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/common/views/katello-agent-notice.html +0 -8
- data/lib/katello/tasks/upgrades/4.9/update_custom_products_enablement.rake +0 -13
- data/webpack/components/extensions/HostDetails/common/KatelloAgentDeprecationAlert.js +0 -23
data/locale/ru/katello.po
CHANGED
@@ -137,6 +137,9 @@ msgstr "%s занято"
|
|
137
137
|
msgid "%s ago"
|
138
138
|
msgstr "%s назад"
|
139
139
|
|
140
|
+
msgid "%s content type is not enabled."
|
141
|
+
msgstr ""
|
142
|
+
|
140
143
|
msgid "%s guests"
|
141
144
|
msgstr ""
|
142
145
|
|
@@ -260,6 +263,9 @@ msgstr "Время ожидания обновления группы %{group}
|
|
260
263
|
msgid "%{group} package group updated"
|
261
264
|
msgstr "Группа %{group} обновлена"
|
262
265
|
|
266
|
+
msgid "%{name} has no %{type} repositories with upstream URLs to add to the alternate content source."
|
267
|
+
msgstr ""
|
268
|
+
|
263
269
|
msgid "%{package} (%{total} other packages)"
|
264
270
|
msgstr "%{package} (других пакетов: %{total})"
|
265
271
|
|
@@ -341,6 +347,9 @@ msgstr ""
|
|
341
347
|
msgid "%{used} of %{total}"
|
342
348
|
msgstr "%{used} из %{total}"
|
343
349
|
|
350
|
+
msgid "%{value} can contain only lowercase letters, numbers, dashes and dots."
|
351
|
+
msgstr ""
|
352
|
+
|
344
353
|
msgid "%{view_label} could not be promoted to %{environment_label} because the content view and the environment are not in the same organization!"
|
345
354
|
msgstr ""
|
346
355
|
|
@@ -464,6 +473,9 @@ msgstr ""
|
|
464
473
|
msgid "Action with sub plans"
|
465
474
|
msgstr "Действия с подпланами"
|
466
475
|
|
476
|
+
msgid "Activation Key will no longer be available for use. This operation cannot be undone."
|
477
|
+
msgstr ""
|
478
|
+
|
467
479
|
msgid "Activation Keys"
|
468
480
|
msgstr "Ключи активации"
|
469
481
|
|
@@ -473,6 +485,15 @@ msgstr "Ключ активации"
|
|
473
485
|
msgid "Activation key ID"
|
474
486
|
msgstr "Идентификатор ключа активации"
|
475
487
|
|
488
|
+
msgid "Activation key deleted"
|
489
|
+
msgstr ""
|
490
|
+
|
491
|
+
msgid "Activation key details"
|
492
|
+
msgstr ""
|
493
|
+
|
494
|
+
msgid "Activation key details updated"
|
495
|
+
msgstr ""
|
496
|
+
|
476
497
|
msgid "Activation key for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. For multiple keys use `activation_keys` param instead."
|
477
498
|
msgstr ""
|
478
499
|
|
@@ -617,6 +638,9 @@ msgstr ""
|
|
617
638
|
msgid "Affected repositories"
|
618
639
|
msgstr ""
|
619
640
|
|
641
|
+
msgid "After configuring Foreman, configuration must also be updated on {hosts}. Choose one of the following options to update {hosts}:"
|
642
|
+
msgstr ""
|
643
|
+
|
620
644
|
msgid "After generating the incremental update, apply the changes to the specified hosts. Only Errata are supported currently."
|
621
645
|
msgstr "После генерации инкрементного обновления применить изменения к выбранным системам. В настоящее время поддерживаются только исправления."
|
622
646
|
|
@@ -1144,6 +1168,9 @@ msgstr "Нельзя удалить представление из %s, так
|
|
1144
1168
|
msgid "Cannot delete product with repositories published in a content view. Product: %{product}, %{view_versions}"
|
1145
1169
|
msgstr ""
|
1146
1170
|
|
1171
|
+
msgid "Cannot delete product: %{product} with repositories that are the last affected repository in content view filters. Delete these repositories before deleting product."
|
1172
|
+
msgstr ""
|
1173
|
+
|
1147
1174
|
msgid "Cannot delete provider with attached products"
|
1148
1175
|
msgstr "Вы не можете удалить провайдер, который связан с продуктами"
|
1149
1176
|
|
@@ -1234,9 +1261,6 @@ msgstr ""
|
|
1234
1261
|
msgid "Cannot upload Container Image content."
|
1235
1262
|
msgstr ""
|
1236
1263
|
|
1237
|
-
msgid "Cannot validate contents on non-yum/deb repositories."
|
1238
|
-
msgstr ""
|
1239
|
-
|
1240
1264
|
msgid "Capacity"
|
1241
1265
|
msgstr "Вместимость"
|
1242
1266
|
|
@@ -1249,9 +1273,15 @@ msgstr ""
|
|
1249
1273
|
msgid "Change host content source"
|
1250
1274
|
msgstr ""
|
1251
1275
|
|
1276
|
+
msgid "Changing a host's content source will change the Smart Proxy from which the host gets its content."
|
1277
|
+
msgstr ""
|
1278
|
+
|
1252
1279
|
msgid "Check audited changes and proceed only if content or filters have changed since last publish"
|
1253
1280
|
msgstr ""
|
1254
1281
|
|
1282
|
+
msgid "Check for long running tasks"
|
1283
|
+
msgstr ""
|
1284
|
+
|
1255
1285
|
msgid "Check if a connection can be made to Red Hat Subscription Management."
|
1256
1286
|
msgstr ""
|
1257
1287
|
|
@@ -1360,6 +1390,12 @@ msgstr ""
|
|
1360
1390
|
msgid "Compute resource IDs"
|
1361
1391
|
msgstr "Идентификаторы ресурсов"
|
1362
1392
|
|
1393
|
+
msgid "Configuration still must be updated on {hosts}"
|
1394
|
+
msgstr ""
|
1395
|
+
|
1396
|
+
msgid "Configuration updated on Foreman"
|
1397
|
+
msgstr ""
|
1398
|
+
|
1363
1399
|
msgid "Confirm Deletion"
|
1364
1400
|
msgstr ""
|
1365
1401
|
|
@@ -1573,6 +1609,9 @@ msgstr ""
|
|
1573
1609
|
msgid "Content view and environment not set for registration."
|
1574
1610
|
msgstr ""
|
1575
1611
|
|
1612
|
+
msgid "Content view and lifecycle environment must be provided together"
|
1613
|
+
msgstr ""
|
1614
|
+
|
1576
1615
|
msgid "Content view details"
|
1577
1616
|
msgstr ""
|
1578
1617
|
|
@@ -2086,6 +2125,9 @@ msgstr "Удалить представление"
|
|
2086
2125
|
msgid "Delete a filter rule"
|
2087
2126
|
msgstr "Удалить правило фильтрации"
|
2088
2127
|
|
2128
|
+
msgid "Delete activation key?"
|
2129
|
+
msgstr ""
|
2130
|
+
|
2089
2131
|
msgid "Delete all subscriptions attached to activation keys."
|
2090
2132
|
msgstr ""
|
2091
2133
|
|
@@ -2101,6 +2143,9 @@ msgstr "Удалить запрос передачи"
|
|
2101
2143
|
msgid "Delete content view"
|
2102
2144
|
msgstr ""
|
2103
2145
|
|
2146
|
+
msgid "Delete content view filters that have this repository as the last associated repository. Defaults to true. If false, such filters will now apply to all repositories in the content view."
|
2147
|
+
msgstr ""
|
2148
|
+
|
2104
2149
|
msgid "Delete manifest from Red Hat provider"
|
2105
2150
|
msgstr "Удалить манифест провайдера Red Hat"
|
2106
2151
|
|
@@ -2134,6 +2179,9 @@ msgstr ""
|
|
2134
2179
|
msgid "Deleting versions: {versionList}"
|
2135
2180
|
msgstr ""
|
2136
2181
|
|
2182
|
+
msgid "Deliver notifications about long running tasks"
|
2183
|
+
msgstr ""
|
2184
|
+
|
2137
2185
|
msgid "Description"
|
2138
2186
|
msgstr "Описание"
|
2139
2187
|
|
@@ -2293,6 +2341,9 @@ msgstr ""
|
|
2293
2341
|
msgid "Edit URL and subpaths"
|
2294
2342
|
msgstr ""
|
2295
2343
|
|
2344
|
+
msgid "Edit activation key"
|
2345
|
+
msgstr ""
|
2346
|
+
|
2296
2347
|
msgid "Edit content view assignment"
|
2297
2348
|
msgstr ""
|
2298
2349
|
|
@@ -2632,6 +2683,9 @@ msgstr ""
|
|
2632
2683
|
msgid "Filter composite versions whose publish was triggered by the specified component version"
|
2633
2684
|
msgstr ""
|
2634
2685
|
|
2686
|
+
msgid "Filter content view versions that contain the file"
|
2687
|
+
msgstr ""
|
2688
|
+
|
2635
2689
|
msgid "Filter created"
|
2636
2690
|
msgstr "Фильтр создан"
|
2637
2691
|
|
@@ -2736,10 +2790,10 @@ msgstr ""
|
|
2736
2790
|
msgid "Force delete the repository by removing it from all content view versions"
|
2737
2791
|
msgstr ""
|
2738
2792
|
|
2739
|
-
msgid "Force metadata regeneration to proceed.
|
2793
|
+
msgid "Force metadata regeneration to proceed. Dangerous operation when version has repositories with the 'Complete Mirroring' mirroring policy"
|
2740
2794
|
msgstr ""
|
2741
2795
|
|
2742
|
-
msgid "Force metadata regeneration to proceed.
|
2796
|
+
msgid "Force metadata regeneration to proceed. Dangerous when repositories use the 'Complete Mirroring' mirroring policy"
|
2743
2797
|
msgstr ""
|
2744
2798
|
|
2745
2799
|
msgid "Force promotion"
|
@@ -2754,7 +2808,7 @@ msgstr ""
|
|
2754
2808
|
msgid "Force sync even if no upstream changes are detected. Only used with yum or deb repositories."
|
2755
2809
|
msgstr ""
|
2756
2810
|
|
2757
|
-
msgid "Forces a republish of the specified repository, regenerating metadata and symlinks on the filesystem."
|
2811
|
+
msgid "Forces a republish of the specified repository, regenerating metadata and symlinks on the filesystem. Not allowed for repositories with the 'Complete Mirroring' mirroring policy."
|
2758
2812
|
msgstr ""
|
2759
2813
|
|
2760
2814
|
msgid "Forces a republish of the version's repositories' metadata"
|
@@ -2811,9 +2865,6 @@ msgstr "Получить информацию о наборе репозитор
|
|
2811
2865
|
msgid "Get list of available repositories for the repository set"
|
2812
2866
|
msgstr ""
|
2813
2867
|
|
2814
|
-
msgid "Get status of repo synchronisation for given product"
|
2815
|
-
msgstr "Получить статус синхронизации репозиториев для продукта"
|
2816
|
-
|
2817
2868
|
msgid "Get status of synchronisation for given repository"
|
2818
2869
|
msgstr "Получить статус синхронизации для выбранного репозитория"
|
2819
2870
|
|
@@ -2907,6 +2958,9 @@ msgstr "Рекомендации для узла"
|
|
2907
2958
|
msgid "Host ID"
|
2908
2959
|
msgstr "Идентификатор узла"
|
2909
2960
|
|
2961
|
+
msgid "Host Limit"
|
2962
|
+
msgstr ""
|
2963
|
+
|
2910
2964
|
msgid "Host Profile Assume"
|
2911
2965
|
msgstr ""
|
2912
2966
|
|
@@ -2934,9 +2988,6 @@ msgstr ""
|
|
2934
2988
|
msgid "Host collections updated"
|
2935
2989
|
msgstr ""
|
2936
2990
|
|
2937
|
-
msgid "Host configurations are not updated yet"
|
2938
|
-
msgstr ""
|
2939
|
-
|
2940
2991
|
msgid "Host content and subscription details"
|
2941
2992
|
msgstr "Свойства подписки и содержимого"
|
2942
2993
|
|
@@ -3144,7 +3195,9 @@ msgstr ""
|
|
3144
3195
|
msgid "Identifiers for Lifecycle Environment"
|
3145
3196
|
msgstr ""
|
3146
3197
|
|
3147
|
-
msgid "
|
3198
|
+
msgid ""
|
3199
|
+
"Identifies whether the repository should be unavailable on a client with a non-matching OS version.\n"
|
3200
|
+
"Pass [] to make repo available for clients regardless of OS version. Maximum length 1; allowed tags are: %s"
|
3148
3201
|
msgstr ""
|
3149
3202
|
|
3150
3203
|
msgid "Ids of smart proxies to associate"
|
@@ -3156,6 +3209,9 @@ msgstr ""
|
|
3156
3209
|
msgid "If hosts fail to register because of duplicate DMI UUIDs, add their comma-separated values here. Subsequent registrations will generate a unique DMI UUID for the affected hosts."
|
3157
3210
|
msgstr ""
|
3158
3211
|
|
3212
|
+
msgid "If product certificates should be used to authenticate to a custom CDN."
|
3213
|
+
msgstr ""
|
3214
|
+
|
3159
3215
|
msgid "If specified, remove the first instance of a subscription with matching id and quantity"
|
3160
3216
|
msgstr "Если задано, удалить указанное число подписок в соответствии с заданным идентификатором"
|
3161
3217
|
|
@@ -3201,7 +3257,7 @@ msgstr ""
|
|
3201
3257
|
msgid "Ignorable content can be only set for Yum repositories."
|
3202
3258
|
msgstr ""
|
3203
3259
|
|
3204
|
-
msgid "Ignore %s
|
3260
|
+
msgid "Ignore %s cannot be set in combination with the 'Complete Mirroring' mirroring policy."
|
3205
3261
|
msgstr ""
|
3206
3262
|
|
3207
3263
|
msgid "Ignore errors"
|
@@ -3585,9 +3641,15 @@ msgstr ""
|
|
3585
3641
|
msgid "Job '${description}' has started."
|
3586
3642
|
msgstr ""
|
3587
3643
|
|
3644
|
+
msgid "Katello 4.10"
|
3645
|
+
msgstr ""
|
3646
|
+
|
3588
3647
|
msgid "Katello ID of local pool to update"
|
3589
3648
|
msgstr ""
|
3590
3649
|
|
3650
|
+
msgid "Katello-agent is deprecated and will be removed in Katello 4.10."
|
3651
|
+
msgstr ""
|
3652
|
+
|
3591
3653
|
msgid "Katello: Install Errata"
|
3592
3654
|
msgstr ""
|
3593
3655
|
|
@@ -3681,7 +3743,10 @@ msgstr "Последние исправления"
|
|
3681
3743
|
msgid "Latest version"
|
3682
3744
|
msgstr ""
|
3683
3745
|
|
3684
|
-
msgid "Learn more about adding Subscription Manifests"
|
3746
|
+
msgid "Learn more about adding Subscription Manifests "
|
3747
|
+
msgstr ""
|
3748
|
+
|
3749
|
+
msgid "Legacy UI"
|
3685
3750
|
msgstr ""
|
3686
3751
|
|
3687
3752
|
msgid "Legacy content host UI"
|
@@ -4044,6 +4109,9 @@ msgstr "Журнал манифеста"
|
|
4044
4109
|
msgid "Manifest deleted"
|
4045
4110
|
msgstr ""
|
4046
4111
|
|
4112
|
+
msgid "Manifest does not have a valid subscription"
|
4113
|
+
msgstr ""
|
4114
|
+
|
4047
4115
|
msgid "Manifest imported"
|
4048
4116
|
msgstr ""
|
4049
4117
|
|
@@ -4116,7 +4184,9 @@ msgstr "Сообщение"
|
|
4116
4184
|
msgid "Messaging connection"
|
4117
4185
|
msgstr "Система обмена сообщениями"
|
4118
4186
|
|
4119
|
-
msgid "
|
4187
|
+
msgid ""
|
4188
|
+
"Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
|
4189
|
+
"Alternatively, use the 'force' parameter to regenerate metadata locally. On the next sync, the upstream repository's metadata will overwrite local metadata for 'Complete Mirroring' repositories."
|
4120
4190
|
msgstr ""
|
4121
4191
|
|
4122
4192
|
msgid "Metadata taken from the upstream export history for this Content View Version"
|
@@ -4173,9 +4243,6 @@ msgstr "нет"
|
|
4173
4243
|
msgid "NOTE: Content view version '%{content_view} %{current}' does not have any exportable repositories. At least one repository with any of the following types is required to be able to export: '%{exportable_types}'."
|
4174
4244
|
msgstr ""
|
4175
4245
|
|
4176
|
-
msgid "NOTE: Katello-agent is deprecated and will be removed in %s. Consider using remote execution instead."
|
4177
|
-
msgstr ""
|
4178
|
-
|
4179
4246
|
msgid "NOTE: Unable to export repository '%{repository}' because it does not have an exportable content type."
|
4180
4247
|
msgstr ""
|
4181
4248
|
|
@@ -4641,6 +4708,9 @@ msgstr ""
|
|
4641
4708
|
msgid "Not yet published"
|
4642
4709
|
msgstr "Нет"
|
4643
4710
|
|
4711
|
+
msgid "Note: Deleting a subscription manifest is STRONGLY discouraged."
|
4712
|
+
msgstr ""
|
4713
|
+
|
4644
4714
|
msgid "Note: Deleting a subscription manifest is STRONGLY discouraged. Deleting a manifest will:"
|
4645
4715
|
msgstr ""
|
4646
4716
|
|
@@ -5453,6 +5523,9 @@ msgstr ""
|
|
5453
5523
|
msgid "Refresh Manifest"
|
5454
5524
|
msgstr "Обновить манифест"
|
5455
5525
|
|
5526
|
+
msgid "Refresh all alternate content sources"
|
5527
|
+
msgstr ""
|
5528
|
+
|
5456
5529
|
msgid "Refresh alternate content sources"
|
5457
5530
|
msgstr ""
|
5458
5531
|
|
@@ -5678,8 +5751,11 @@ msgstr "Нельзя использовать репозитории из опу
|
|
5678
5751
|
msgid "Repository"
|
5679
5752
|
msgstr "Репозиторий"
|
5680
5753
|
|
5681
|
-
msgid "Repository %s cannot be deleted since it has already been included in a published Content View."
|
5682
|
-
msgstr "
|
5754
|
+
msgid "Repository %s cannot be deleted since it has already been included in a published Content View. Use repository details page to delete"
|
5755
|
+
msgstr ""
|
5756
|
+
|
5757
|
+
msgid "Repository %s cannot be deleted since it is the last affected repository in a filter. Use repository details page to delete."
|
5758
|
+
msgstr ""
|
5683
5759
|
|
5684
5760
|
msgid "Repository '%(repoName)s' has been disabled."
|
5685
5761
|
msgstr ""
|
@@ -5756,6 +5832,9 @@ msgstr ""
|
|
5756
5832
|
msgid "Republish Version Repositories"
|
5757
5833
|
msgstr ""
|
5758
5834
|
|
5835
|
+
msgid "Republish repository metadata"
|
5836
|
+
msgstr ""
|
5837
|
+
|
5759
5838
|
msgid "Require you to upload the subscription-manifest and re-attach subscriptions to hosts and activation keys."
|
5760
5839
|
msgstr ""
|
5761
5840
|
|
@@ -5933,6 +6012,9 @@ msgstr ""
|
|
5933
6012
|
msgid "Run Sync Plan:"
|
5934
6013
|
msgstr ""
|
5935
6014
|
|
6015
|
+
msgid "Run job invocation"
|
6016
|
+
msgstr ""
|
6017
|
+
|
5936
6018
|
msgid "Running"
|
5937
6019
|
msgstr "Работает"
|
5938
6020
|
|
@@ -6059,6 +6141,9 @@ msgstr ""
|
|
6059
6141
|
msgid "Select a lifecycle environment and a content view to move this host."
|
6060
6142
|
msgstr ""
|
6061
6143
|
|
6144
|
+
msgid "Select a lifecycle environment first"
|
6145
|
+
msgstr ""
|
6146
|
+
|
6062
6147
|
msgid "Select a lifecycle environment from the available promotion paths to promote new version."
|
6063
6148
|
msgstr ""
|
6064
6149
|
|
@@ -6083,15 +6168,15 @@ msgstr "Выберите организацию"
|
|
6083
6168
|
msgid "Select an environment"
|
6084
6169
|
msgstr ""
|
6085
6170
|
|
6086
|
-
msgid "Select an environment first"
|
6087
|
-
msgstr ""
|
6088
|
-
|
6089
6171
|
msgid "Select an option"
|
6090
6172
|
msgstr ""
|
6091
6173
|
|
6092
6174
|
msgid "Select an organization"
|
6093
6175
|
msgstr ""
|
6094
6176
|
|
6177
|
+
msgid "Select attributes for ${akDetails.name}"
|
6178
|
+
msgstr ""
|
6179
|
+
|
6095
6180
|
msgid "Select available version of ${cvName} to use"
|
6096
6181
|
msgstr ""
|
6097
6182
|
|
@@ -6987,9 +7072,6 @@ msgstr "Для доступа к этой странице надо выбрат
|
|
6987
7072
|
msgid "The path %{real_path} does not seem to be a valid repository. If you think this is an error, please try refreshing your manifest."
|
6988
7073
|
msgstr ""
|
6989
7074
|
|
6990
|
-
msgid "The product %{name} has no %{type} repositories with upstream URLs to add to the alternate content source."
|
6991
|
-
msgstr ""
|
6992
|
-
|
6993
7075
|
msgid "The promotion of %{content_view} to %{environment} has completed. %{count} errata are available to your hosts."
|
6994
7076
|
msgstr "%{content_view} перенесено в %{environment}. Доступно исправлений: %{count}."
|
6995
7077
|
|
@@ -7113,6 +7195,9 @@ msgstr ""
|
|
7113
7195
|
msgid "This action doesn't support package groups"
|
7114
7196
|
msgstr "Это действие неприменимо к группам пакетов."
|
7115
7197
|
|
7198
|
+
msgid "This action should only be taken for debugging purposes."
|
7199
|
+
msgstr ""
|
7200
|
+
|
7116
7201
|
msgid "This action should only be taken in extreme circumstances or for debugging purposes."
|
7117
7202
|
msgstr ""
|
7118
7203
|
|
@@ -7212,7 +7297,7 @@ msgstr ""
|
|
7212
7297
|
msgid "This will create a copy of {cv}, including details, repositories, and filters. Generated data such as history, tasks and versions will not be copied."
|
7213
7298
|
msgstr ""
|
7214
7299
|
|
7215
|
-
msgid "Time in minutes
|
7300
|
+
msgid "Time in minutes before content that is not contained within a repository and has not been accessed is considered orphaned."
|
7216
7301
|
msgstr ""
|
7217
7302
|
|
7218
7303
|
msgid "Time in seconds to wait for a host to finish a katello-agent action"
|
@@ -7239,6 +7324,9 @@ msgstr ""
|
|
7239
7324
|
msgid "To enable them, add the environment to the host's content source, or "
|
7240
7325
|
msgstr ""
|
7241
7326
|
|
7327
|
+
msgid "To finish the process of changing the content source, run the following script manually on {hosts}."
|
7328
|
+
msgstr ""
|
7329
|
+
|
7242
7330
|
msgid "To get started, add a filter rule to this filter"
|
7243
7331
|
msgstr ""
|
7244
7332
|
|
@@ -7248,12 +7336,6 @@ msgstr ""
|
|
7248
7336
|
msgid "To include or exclude specific content from the content view, create a filter. Without filters, the content view includes everything from the added repositories."
|
7249
7337
|
msgstr ""
|
7250
7338
|
|
7251
|
-
msgid "To update the selected host configuration, update hosts manually in the next section."
|
7252
|
-
msgstr ""
|
7253
|
-
|
7254
|
-
msgid "To update the selected host configuration, {link}, or update hosts manually in the next section."
|
7255
|
-
msgstr ""
|
7256
|
-
|
7257
7339
|
msgid "Toggling Simple Content Access will refresh your manifest."
|
7258
7340
|
msgstr ""
|
7259
7341
|
|
@@ -7413,6 +7495,9 @@ msgstr "Не удалось переназначить узлы. Необход
|
|
7413
7495
|
msgid "Unable to reassign systems. Please check system_content_view_id and system_environment_id."
|
7414
7496
|
msgstr "Не удалось переназначить системы. Проверьте system_content_view_id и system_environment_id."
|
7415
7497
|
|
7498
|
+
msgid "Unable to refresh any alternate content source. You either do not have the permission to refresh, or no alternate content sources exist."
|
7499
|
+
msgstr ""
|
7500
|
+
|
7416
7501
|
msgid "Unable to refresh any alternate content source. You either do not have the permission to refresh, or none of the alternate content sources exist."
|
7417
7502
|
msgstr ""
|
7418
7503
|
|
@@ -7563,6 +7648,9 @@ msgstr "Обновление узла"
|
|
7563
7648
|
msgid "Update for host %s"
|
7564
7649
|
msgstr "Обновление %s"
|
7565
7650
|
|
7651
|
+
msgid "Update hosts manually"
|
7652
|
+
msgstr ""
|
7653
|
+
|
7566
7654
|
msgid "Update http proxy"
|
7567
7655
|
msgstr ""
|
7568
7656
|
|
@@ -7914,6 +8002,9 @@ msgstr ""
|
|
7914
8002
|
msgid "Virtual host"
|
7915
8003
|
msgstr ""
|
7916
8004
|
|
8005
|
+
msgid "WARNING: Katello-agent is deprecated and will be removed in %s. Migrate to remote execution now."
|
8006
|
+
msgstr ""
|
8007
|
+
|
7917
8008
|
msgid "Waiting to start."
|
7918
8009
|
msgstr ""
|
7919
8010
|
|
@@ -8091,9 +8182,6 @@ msgstr "тег Docker"
|
|
8091
8182
|
msgid "a file"
|
8092
8183
|
msgstr ""
|
8093
8184
|
|
8094
|
-
msgid "a future release"
|
8095
|
-
msgstr ""
|
8096
|
-
|
8097
8185
|
msgid "a module stream"
|
8098
8186
|
msgstr ""
|
8099
8187
|
|
@@ -8742,9 +8830,6 @@ msgstr "корневой элемент ответа с единственным
|
|
8742
8830
|
msgid "rule identifier"
|
8743
8831
|
msgstr "идентификатор правила"
|
8744
8832
|
|
8745
|
-
msgid "run job invocation"
|
8746
|
-
msgstr ""
|
8747
|
-
|
8748
8833
|
msgid "security advisories"
|
8749
8834
|
msgstr ""
|
8750
8835
|
|
@@ -8799,6 +8884,12 @@ msgstr "временно переопределить URL-адрес источ
|
|
8799
8884
|
msgid "the following attributes can not be updated for the Red Hat provider: [ %s ]"
|
8800
8885
|
msgstr ""
|
8801
8886
|
|
8887
|
+
msgid "the host"
|
8888
|
+
msgstr ""
|
8889
|
+
|
8890
|
+
msgid "the hosts"
|
8891
|
+
msgstr ""
|
8892
|
+
|
8802
8893
|
msgid "to"
|
8803
8894
|
msgstr ""
|
8804
8895
|
|