katello 4.18.0.rc2 → 4.18.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


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

Files changed (234) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/katello/locale/bn/katello.js +279 -15
  3. data/app/assets/javascripts/katello/locale/bn_IN/katello.js +279 -15
  4. data/app/assets/javascripts/katello/locale/ca/katello.js +281 -17
  5. data/app/assets/javascripts/katello/locale/cs/katello.js +280 -16
  6. data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +282 -18
  7. data/app/assets/javascripts/katello/locale/de/katello.js +290 -26
  8. data/app/assets/javascripts/katello/locale/de_AT/katello.js +279 -15
  9. data/app/assets/javascripts/katello/locale/de_DE/katello.js +281 -17
  10. data/app/assets/javascripts/katello/locale/el/katello.js +281 -17
  11. data/app/assets/javascripts/katello/locale/en/katello.js +280 -16
  12. data/app/assets/javascripts/katello/locale/en_GB/katello.js +280 -16
  13. data/app/assets/javascripts/katello/locale/en_US/katello.js +279 -15
  14. data/app/assets/javascripts/katello/locale/es/katello.js +445 -181
  15. data/app/assets/javascripts/katello/locale/et_EE/katello.js +279 -15
  16. data/app/assets/javascripts/katello/locale/fr/katello.js +1097 -833
  17. data/app/assets/javascripts/katello/locale/gl/katello.js +279 -15
  18. data/app/assets/javascripts/katello/locale/gu/katello.js +279 -15
  19. data/app/assets/javascripts/katello/locale/he_IL/katello.js +279 -15
  20. data/app/assets/javascripts/katello/locale/hi/katello.js +279 -15
  21. data/app/assets/javascripts/katello/locale/id/katello.js +279 -15
  22. data/app/assets/javascripts/katello/locale/it/katello.js +281 -17
  23. data/app/assets/javascripts/katello/locale/ja/katello.js +826 -562
  24. data/app/assets/javascripts/katello/locale/ka/katello.js +677 -413
  25. data/app/assets/javascripts/katello/locale/kn/katello.js +279 -15
  26. data/app/assets/javascripts/katello/locale/ko/katello.js +2325 -2062
  27. data/app/assets/javascripts/katello/locale/ml_IN/katello.js +279 -15
  28. data/app/assets/javascripts/katello/locale/mr/katello.js +279 -15
  29. data/app/assets/javascripts/katello/locale/nl_NL/katello.js +279 -15
  30. data/app/assets/javascripts/katello/locale/or/katello.js +279 -15
  31. data/app/assets/javascripts/katello/locale/pa/katello.js +279 -15
  32. data/app/assets/javascripts/katello/locale/pl/katello.js +281 -17
  33. data/app/assets/javascripts/katello/locale/pl_PL/katello.js +279 -15
  34. data/app/assets/javascripts/katello/locale/pt/katello.js +279 -15
  35. data/app/assets/javascripts/katello/locale/pt_BR/katello.js +458 -194
  36. data/app/assets/javascripts/katello/locale/ro/katello.js +279 -15
  37. data/app/assets/javascripts/katello/locale/ro_RO/katello.js +279 -15
  38. data/app/assets/javascripts/katello/locale/ru/katello.js +281 -17
  39. data/app/assets/javascripts/katello/locale/sl/katello.js +281 -17
  40. data/app/assets/javascripts/katello/locale/sv_SE/katello.js +279 -15
  41. data/app/assets/javascripts/katello/locale/ta/katello.js +279 -15
  42. data/app/assets/javascripts/katello/locale/ta_IN/katello.js +279 -15
  43. data/app/assets/javascripts/katello/locale/te/katello.js +279 -15
  44. data/app/assets/javascripts/katello/locale/tr/katello.js +279 -15
  45. data/app/assets/javascripts/katello/locale/vi/katello.js +279 -15
  46. data/app/assets/javascripts/katello/locale/vi_VN/katello.js +279 -15
  47. data/app/assets/javascripts/katello/locale/zh/katello.js +279 -15
  48. data/app/assets/javascripts/katello/locale/zh_CN/katello.js +831 -567
  49. data/app/assets/javascripts/katello/locale/zh_TW/katello.js +281 -17
  50. data/app/controllers/katello/api/registry/registry_proxies_controller.rb +2 -2
  51. data/app/controllers/katello/api/v2/content_export_incrementals_controller.rb +69 -19
  52. data/app/controllers/katello/api/v2/exports_controller.rb +14 -7
  53. data/app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb +9 -0
  54. data/app/controllers/katello/api/v2/host_errata_controller.rb +24 -2
  55. data/app/controllers/katello/api/v2/organizations_controller.rb +10 -4
  56. data/app/controllers/katello/api/v2/repositories_controller.rb +12 -3
  57. data/app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb +36 -8
  58. data/app/lib/actions/katello/content_view/remove_rolling_repo_clone.rb +9 -1
  59. data/app/lib/actions/katello/repository/destroy.rb +3 -2
  60. data/app/lib/actions/pulp3/orchestration/content_view_version/export_library.rb +1 -2
  61. data/app/lib/actions/pulp3/orchestration/content_view_version/export_repository.rb +1 -2
  62. data/app/lib/katello/errors.rb +2 -0
  63. data/app/models/katello/content_view_environment.rb +3 -0
  64. data/app/models/katello/rhel_lifecycle_status.rb +3 -1
  65. data/app/services/katello/pulp3/content_view_version/export.rb +32 -25
  66. data/app/services/katello/pulp3/content_view_version/export_validator.rb +1 -1
  67. data/app/views/katello/api/v2/content_facet/base.json.rabl +3 -0
  68. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata-type.filter.js +1 -1
  69. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +8 -0
  70. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn.po +6 -5
  71. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn_IN.po +6 -5
  72. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ca.po +6 -5
  73. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/cs_CZ.po +6 -5
  74. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +6 -5
  75. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_AT.po +6 -5
  76. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_DE.po +6 -5
  77. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +6 -5
  78. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_GB.po +6 -5
  79. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_US.po +6 -5
  80. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +6 -5
  81. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/et_EE.po +6 -5
  82. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +6 -5
  83. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gl.po +6 -5
  84. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gu.po +6 -5
  85. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/he_IL.po +6 -5
  86. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/hi.po +6 -5
  87. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/id.po +6 -5
  88. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +6 -5
  89. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +6 -5
  90. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +6 -5
  91. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/kn.po +6 -5
  92. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +6 -5
  93. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ml_IN.po +6 -5
  94. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/mr.po +6 -5
  95. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/nl_NL.po +6 -5
  96. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/or.po +6 -5
  97. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pa.po +6 -5
  98. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl.po +6 -5
  99. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl_PL.po +6 -5
  100. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt.po +6 -5
  101. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +6 -5
  102. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro.po +6 -5
  103. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro_RO.po +6 -5
  104. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +6 -5
  105. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sl.po +6 -5
  106. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sv_SE.po +6 -5
  107. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta.po +6 -5
  108. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta_IN.po +6 -5
  109. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/te.po +6 -5
  110. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/tr.po +6 -5
  111. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi.po +6 -5
  112. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi_VN.po +6 -5
  113. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh.po +6 -5
  114. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +6 -5
  115. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +6 -5
  116. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +11 -11
  117. data/lib/katello/plugin.rb +6 -0
  118. data/lib/katello/tasks/repository.rake +67 -0
  119. data/lib/katello/version.rb +1 -1
  120. data/locale/bn/LC_MESSAGES/katello.mo +0 -0
  121. data/locale/bn/katello.po +279 -15
  122. data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
  123. data/locale/bn_IN/katello.po +279 -15
  124. data/locale/ca/LC_MESSAGES/katello.mo +0 -0
  125. data/locale/ca/katello.po +282 -18
  126. data/locale/cs/LC_MESSAGES/katello.mo +0 -0
  127. data/locale/cs/katello.po +280 -17
  128. data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
  129. data/locale/cs_CZ/katello.po +283 -19
  130. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  131. data/locale/de/katello.po +295 -31
  132. data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
  133. data/locale/de_AT/katello.po +279 -15
  134. data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
  135. data/locale/de_DE/katello.po +282 -18
  136. data/locale/el/LC_MESSAGES/katello.mo +0 -0
  137. data/locale/el/katello.po +282 -18
  138. data/locale/en/LC_MESSAGES/katello.mo +0 -0
  139. data/locale/en/katello.po +280 -17
  140. data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
  141. data/locale/en_GB/katello.po +280 -16
  142. data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
  143. data/locale/en_US/katello.po +279 -15
  144. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  145. data/locale/es/katello.po +449 -184
  146. data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
  147. data/locale/et_EE/katello.po +279 -15
  148. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  149. data/locale/fr/katello.po +1103 -840
  150. data/locale/gl/LC_MESSAGES/katello.mo +0 -0
  151. data/locale/gl/katello.po +279 -15
  152. data/locale/gu/LC_MESSAGES/katello.mo +0 -0
  153. data/locale/gu/katello.po +279 -15
  154. data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
  155. data/locale/he_IL/katello.po +279 -15
  156. data/locale/hi/LC_MESSAGES/katello.mo +0 -0
  157. data/locale/hi/katello.po +279 -15
  158. data/locale/id/LC_MESSAGES/katello.mo +0 -0
  159. data/locale/id/katello.po +279 -15
  160. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  161. data/locale/it/katello.po +282 -18
  162. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  163. data/locale/ja/katello.po +833 -568
  164. data/locale/ka/LC_MESSAGES/katello.mo +0 -0
  165. data/locale/ka/katello.po +679 -413
  166. data/locale/katello.pot +775 -359
  167. data/locale/kn/LC_MESSAGES/katello.mo +0 -0
  168. data/locale/kn/katello.po +279 -15
  169. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  170. data/locale/ko/katello.po +2334 -2058
  171. data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
  172. data/locale/ml_IN/katello.po +279 -15
  173. data/locale/mr/LC_MESSAGES/katello.mo +0 -0
  174. data/locale/mr/katello.po +279 -15
  175. data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
  176. data/locale/nl_NL/katello.po +279 -15
  177. data/locale/or/LC_MESSAGES/katello.mo +0 -0
  178. data/locale/or/katello.po +279 -15
  179. data/locale/pa/LC_MESSAGES/katello.mo +0 -0
  180. data/locale/pa/katello.po +279 -15
  181. data/locale/pl/LC_MESSAGES/katello.mo +0 -0
  182. data/locale/pl/katello.po +282 -18
  183. data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
  184. data/locale/pl_PL/katello.po +279 -15
  185. data/locale/pt/LC_MESSAGES/katello.mo +0 -0
  186. data/locale/pt/katello.po +279 -15
  187. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  188. data/locale/pt_BR/katello.po +462 -197
  189. data/locale/ro/LC_MESSAGES/katello.mo +0 -0
  190. data/locale/ro/katello.po +279 -15
  191. data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
  192. data/locale/ro_RO/katello.po +279 -15
  193. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  194. data/locale/ru/katello.po +282 -18
  195. data/locale/sl/LC_MESSAGES/katello.mo +0 -0
  196. data/locale/sl/katello.po +282 -18
  197. data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
  198. data/locale/sv_SE/katello.po +279 -15
  199. data/locale/ta/LC_MESSAGES/katello.mo +0 -0
  200. data/locale/ta/katello.po +279 -15
  201. data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
  202. data/locale/ta_IN/katello.po +279 -15
  203. data/locale/te/LC_MESSAGES/katello.mo +0 -0
  204. data/locale/te/katello.po +279 -15
  205. data/locale/tr/LC_MESSAGES/katello.mo +0 -0
  206. data/locale/tr/katello.po +279 -15
  207. data/locale/vi/LC_MESSAGES/katello.mo +0 -0
  208. data/locale/vi/katello.po +279 -15
  209. data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
  210. data/locale/vi_VN/katello.po +279 -15
  211. data/locale/zh/LC_MESSAGES/katello.mo +0 -0
  212. data/locale/zh/katello.po +279 -15
  213. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  214. data/locale/zh_CN/katello.po +836 -567
  215. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  216. data/locale/zh_TW/katello.po +282 -18
  217. data/webpack/components/Errata/index.js +18 -0
  218. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/HostErrataConstants.js +3 -0
  219. data/webpack/global_index.js +0 -4
  220. data/webpack/redux/actions/RedHatRepositories/helpers.js +3 -3
  221. data/webpack/redux/reducers/index.js +0 -2
  222. metadata +4 -16
  223. data/webpack/components/extensions/about/SystemStatuses.js +0 -55
  224. data/webpack/components/extensions/about/SystemStatusesActions.js +0 -16
  225. data/webpack/components/extensions/about/SystemStatusesConsts.js +0 -3
  226. data/webpack/components/extensions/about/SystemStatusesReducer.js +0 -26
  227. data/webpack/components/extensions/about/SystemStatusesSelectors.js +0 -3
  228. data/webpack/components/extensions/about/__tests__/SystemStatuses.fixtures.js +0 -20
  229. data/webpack/components/extensions/about/__tests__/SystemStatuses.test.js +0 -14
  230. data/webpack/components/extensions/about/__tests__/SystemStatusesReducer.test.js +0 -32
  231. data/webpack/components/extensions/about/__tests__/__snapshots__/SystemStatuses.test.js.snap +0 -156
  232. data/webpack/components/extensions/about/__tests__/__snapshots__/SystemStatusesReducer.test.js.snap +0 -47
  233. data/webpack/components/extensions/about/index.js +0 -19
  234. data/webpack/components/extensions/reducers.js +0 -6
@@ -293,6 +293,12 @@ msgid ""
293
293
  " This Host is not currently registered with subscription-manager. Use the <a href=\"/hosts/register\">Register Host</a> workflow to complete registration."
294
294
  msgstr ""
295
295
 
296
+ #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
297
+ msgid ""
298
+ "<span> {{table.numSelected &gt 1? 'Register Content Hosts':'Register Content"
299
+ " Host' | translate}} </span>"
300
+ msgstr ""
301
+
296
302
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
297
303
  msgid "1 Content Host"
298
304
  msgid_plural ""
@@ -670,7 +676,6 @@ msgstr ""
670
676
 
671
677
  #: app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html
672
678
  #: app/assets/javascripts/bastion_katello/errata/views/apply-errata.html
673
- #: app/assets/javascripts/bastion_katello/errata/views/errata.html
674
679
  msgid "Apply Errata"
675
680
  msgstr ""
676
681
 
@@ -3494,10 +3499,6 @@ msgstr ""
3494
3499
  msgid "Register a Content Host"
3495
3500
  msgstr ""
3496
3501
 
3497
- #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
3498
- msgid "Register Content Host"
3499
- msgstr ""
3500
-
3501
3502
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
3502
3503
  #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
3503
3504
  msgid "Registered"
@@ -293,6 +293,12 @@ msgid ""
293
293
  " This Host is not currently registered with subscription-manager. Use the <a href=\"/hosts/register\">Register Host</a> workflow to complete registration."
294
294
  msgstr ""
295
295
 
296
+ #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
297
+ msgid ""
298
+ "<span> {{table.numSelected &gt 1? 'Register Content Hosts':'Register Content"
299
+ " Host' | translate}} </span>"
300
+ msgstr ""
301
+
296
302
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
297
303
  msgid "1 Content Host"
298
304
  msgid_plural ""
@@ -670,7 +676,6 @@ msgstr ""
670
676
 
671
677
  #: app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html
672
678
  #: app/assets/javascripts/bastion_katello/errata/views/apply-errata.html
673
- #: app/assets/javascripts/bastion_katello/errata/views/errata.html
674
679
  msgid "Apply Errata"
675
680
  msgstr ""
676
681
 
@@ -3494,10 +3499,6 @@ msgstr ""
3494
3499
  msgid "Register a Content Host"
3495
3500
  msgstr ""
3496
3501
 
3497
- #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
3498
- msgid "Register Content Host"
3499
- msgstr ""
3500
-
3501
3502
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
3502
3503
  #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
3503
3504
  msgid "Registered"
@@ -298,6 +298,12 @@ msgid ""
298
298
  " This Host is not currently registered with subscription-manager. Use the <a href=\"/hosts/register\">Register Host</a> workflow to complete registration."
299
299
  msgstr ""
300
300
 
301
+ #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
302
+ msgid ""
303
+ "<span> {{table.numSelected &gt 1? 'Register Content Hosts':'Register Content"
304
+ " Host' | translate}} </span>"
305
+ msgstr ""
306
+
301
307
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
302
308
  msgid "1 Content Host"
303
309
  msgid_plural ""
@@ -685,7 +691,6 @@ msgstr ""
685
691
 
686
692
  #: app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html
687
693
  #: app/assets/javascripts/bastion_katello/errata/views/apply-errata.html
688
- #: app/assets/javascripts/bastion_katello/errata/views/errata.html
689
694
  msgid "Apply Errata"
690
695
  msgstr ""
691
696
 
@@ -3524,10 +3529,6 @@ msgstr "Znovu načíst tabulku"
3524
3529
  msgid "Register a Content Host"
3525
3530
  msgstr ""
3526
3531
 
3527
- #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
3528
- msgid "Register Content Host"
3529
- msgstr ""
3530
-
3531
3532
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
3532
3533
  #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
3533
3534
  msgid "Registered"
@@ -313,6 +313,12 @@ msgid ""
313
313
  " This Host is not currently registered with subscription-manager. Use the <a href=\"/hosts/register\">Register Host</a> workflow to complete registration."
314
314
  msgstr ""
315
315
 
316
+ #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
317
+ msgid ""
318
+ "<span> {{table.numSelected &gt 1? 'Register Content Hosts':'Register Content"
319
+ " Host' | translate}} </span>"
320
+ msgstr ""
321
+
316
322
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
317
323
  msgid "1 Content Host"
318
324
  msgid_plural ""
@@ -700,7 +706,6 @@ msgstr ""
700
706
 
701
707
  #: app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html
702
708
  #: app/assets/javascripts/bastion_katello/errata/views/apply-errata.html
703
- #: app/assets/javascripts/bastion_katello/errata/views/errata.html
704
709
  msgid "Apply Errata"
705
710
  msgstr "Errata anwenden"
706
711
 
@@ -3650,10 +3655,6 @@ msgstr "Tabelle aktualisieren"
3650
3655
  msgid "Register a Content Host"
3651
3656
  msgstr "Inhaltshost registrieren"
3652
3657
 
3653
- #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
3654
- msgid "Register Content Host"
3655
- msgstr "Inhaltshosts registrieren"
3656
-
3657
3658
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
3658
3659
  #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
3659
3660
  msgid "Registered"
@@ -289,6 +289,12 @@ msgid ""
289
289
  " This Host is not currently registered with subscription-manager. Use the <a href=\"/hosts/register\">Register Host</a> workflow to complete registration."
290
290
  msgstr ""
291
291
 
292
+ #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
293
+ msgid ""
294
+ "<span> {{table.numSelected &gt 1? 'Register Content Hosts':'Register Content"
295
+ " Host' | translate}} </span>"
296
+ msgstr ""
297
+
292
298
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
293
299
  msgid "1 Content Host"
294
300
  msgid_plural ""
@@ -666,7 +672,6 @@ msgstr ""
666
672
 
667
673
  #: app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html
668
674
  #: app/assets/javascripts/bastion_katello/errata/views/apply-errata.html
669
- #: app/assets/javascripts/bastion_katello/errata/views/errata.html
670
675
  msgid "Apply Errata"
671
676
  msgstr ""
672
677
 
@@ -3490,10 +3495,6 @@ msgstr ""
3490
3495
  msgid "Register a Content Host"
3491
3496
  msgstr ""
3492
3497
 
3493
- #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
3494
- msgid "Register Content Host"
3495
- msgstr ""
3496
-
3497
3498
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
3498
3499
  #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
3499
3500
  msgid "Registered"
@@ -295,6 +295,12 @@ msgid ""
295
295
  " This Host is not currently registered with subscription-manager. Use the <a href=\"/hosts/register\">Register Host</a> workflow to complete registration."
296
296
  msgstr ""
297
297
 
298
+ #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
299
+ msgid ""
300
+ "<span> {{table.numSelected &gt 1? 'Register Content Hosts':'Register Content"
301
+ " Host' | translate}} </span>"
302
+ msgstr ""
303
+
298
304
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
299
305
  msgid "1 Content Host"
300
306
  msgid_plural ""
@@ -672,7 +678,6 @@ msgstr ""
672
678
 
673
679
  #: app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html
674
680
  #: app/assets/javascripts/bastion_katello/errata/views/apply-errata.html
675
- #: app/assets/javascripts/bastion_katello/errata/views/errata.html
676
681
  msgid "Apply Errata"
677
682
  msgstr ""
678
683
 
@@ -3496,10 +3501,6 @@ msgstr ""
3496
3501
  msgid "Register a Content Host"
3497
3502
  msgstr ""
3498
3503
 
3499
- #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
3500
- msgid "Register Content Host"
3501
- msgstr ""
3502
-
3503
3504
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
3504
3505
  #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
3505
3506
  msgid "Registered"
@@ -293,6 +293,12 @@ msgid ""
293
293
  " This Host is not currently registered with subscription-manager. Use the <a href=\"/hosts/register\">Register Host</a> workflow to complete registration."
294
294
  msgstr ""
295
295
 
296
+ #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
297
+ msgid ""
298
+ "<span> {{table.numSelected &gt 1? 'Register Content Hosts':'Register Content"
299
+ " Host' | translate}} </span>"
300
+ msgstr ""
301
+
296
302
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
297
303
  msgid "1 Content Host"
298
304
  msgid_plural ""
@@ -670,7 +676,6 @@ msgstr ""
670
676
 
671
677
  #: app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html
672
678
  #: app/assets/javascripts/bastion_katello/errata/views/apply-errata.html
673
- #: app/assets/javascripts/bastion_katello/errata/views/errata.html
674
679
  msgid "Apply Errata"
675
680
  msgstr ""
676
681
 
@@ -3494,10 +3499,6 @@ msgstr ""
3494
3499
  msgid "Register a Content Host"
3495
3500
  msgstr ""
3496
3501
 
3497
- #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
3498
- msgid "Register Content Host"
3499
- msgstr ""
3500
-
3501
3502
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
3502
3503
  #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
3503
3504
  msgid "Registered"
@@ -294,6 +294,12 @@ msgid ""
294
294
  " This Host is not currently registered with subscription-manager. Use the <a href=\"/hosts/register\">Register Host</a> workflow to complete registration."
295
295
  msgstr ""
296
296
 
297
+ #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
298
+ msgid ""
299
+ "<span> {{table.numSelected &gt 1? 'Register Content Hosts':'Register Content"
300
+ " Host' | translate}} </span>"
301
+ msgstr ""
302
+
297
303
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
298
304
  msgid "1 Content Host"
299
305
  msgid_plural ""
@@ -671,7 +677,6 @@ msgstr ""
671
677
 
672
678
  #: app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html
673
679
  #: app/assets/javascripts/bastion_katello/errata/views/apply-errata.html
674
- #: app/assets/javascripts/bastion_katello/errata/views/errata.html
675
680
  msgid "Apply Errata"
676
681
  msgstr ""
677
682
 
@@ -3495,10 +3500,6 @@ msgstr ""
3495
3500
  msgid "Register a Content Host"
3496
3501
  msgstr ""
3497
3502
 
3498
- #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
3499
- msgid "Register Content Host"
3500
- msgstr ""
3501
-
3502
3503
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
3503
3504
  #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
3504
3505
  msgid "Registered"
@@ -289,6 +289,12 @@ msgid ""
289
289
  " This Host is not currently registered with subscription-manager. Use the <a href=\"/hosts/register\">Register Host</a> workflow to complete registration."
290
290
  msgstr ""
291
291
 
292
+ #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
293
+ msgid ""
294
+ "<span> {{table.numSelected &gt 1? 'Register Content Hosts':'Register Content"
295
+ " Host' | translate}} </span>"
296
+ msgstr ""
297
+
292
298
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
293
299
  msgid "1 Content Host"
294
300
  msgid_plural ""
@@ -666,7 +672,6 @@ msgstr ""
666
672
 
667
673
  #: app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html
668
674
  #: app/assets/javascripts/bastion_katello/errata/views/apply-errata.html
669
- #: app/assets/javascripts/bastion_katello/errata/views/errata.html
670
675
  msgid "Apply Errata"
671
676
  msgstr ""
672
677
 
@@ -3490,10 +3495,6 @@ msgstr ""
3490
3495
  msgid "Register a Content Host"
3491
3496
  msgstr ""
3492
3497
 
3493
- #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
3494
- msgid "Register Content Host"
3495
- msgstr ""
3496
-
3497
3498
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
3498
3499
  #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
3499
3500
  msgid "Registered"
@@ -308,6 +308,12 @@ msgid ""
308
308
  " This Host is not currently registered with subscription-manager. Use the <a href=\"/hosts/register\">Register Host</a> workflow to complete registration."
309
309
  msgstr ""
310
310
 
311
+ #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
312
+ msgid ""
313
+ "<span> {{table.numSelected &gt 1? 'Register Content Hosts':'Register Content"
314
+ " Host' | translate}} </span>"
315
+ msgstr ""
316
+
311
317
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
312
318
  msgid "1 Content Host"
313
319
  msgid_plural ""
@@ -704,7 +710,6 @@ msgstr ""
704
710
 
705
711
  #: app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html
706
712
  #: app/assets/javascripts/bastion_katello/errata/views/apply-errata.html
707
- #: app/assets/javascripts/bastion_katello/errata/views/errata.html
708
713
  msgid "Apply Errata"
709
714
  msgstr "Aplicar Errata"
710
715
 
@@ -3633,10 +3638,6 @@ msgstr "Actualizar tabla"
3633
3638
  msgid "Register a Content Host"
3634
3639
  msgstr "Registrar un alojamiento de contenidos"
3635
3640
 
3636
- #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
3637
- msgid "Register Content Host"
3638
- msgstr "Registrar anfitrión de contenidos"
3639
-
3640
3641
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
3641
3642
  #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
3642
3643
  msgid "Registered"
@@ -289,6 +289,12 @@ msgid ""
289
289
  " This Host is not currently registered with subscription-manager. Use the <a href=\"/hosts/register\">Register Host</a> workflow to complete registration."
290
290
  msgstr ""
291
291
 
292
+ #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
293
+ msgid ""
294
+ "<span> {{table.numSelected &gt 1? 'Register Content Hosts':'Register Content"
295
+ " Host' | translate}} </span>"
296
+ msgstr ""
297
+
292
298
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
293
299
  msgid "1 Content Host"
294
300
  msgid_plural ""
@@ -666,7 +672,6 @@ msgstr ""
666
672
 
667
673
  #: app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html
668
674
  #: app/assets/javascripts/bastion_katello/errata/views/apply-errata.html
669
- #: app/assets/javascripts/bastion_katello/errata/views/errata.html
670
675
  msgid "Apply Errata"
671
676
  msgstr ""
672
677
 
@@ -3490,10 +3495,6 @@ msgstr ""
3490
3495
  msgid "Register a Content Host"
3491
3496
  msgstr ""
3492
3497
 
3493
- #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
3494
- msgid "Register Content Host"
3495
- msgstr ""
3496
-
3497
3498
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
3498
3499
  #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
3499
3500
  msgid "Registered"
@@ -326,6 +326,12 @@ msgstr ""
326
326
  "<i class=\"fa fa-warning inline-icon\"></i>\n"
327
327
  " Cet hôte n'est pas actuellement enregistré dans subscription-manager. Cliquer sur <a href=\"/hosts/register\">Enregistrer Hôte</a> pour compléter l’enregistrement."
328
328
 
329
+ #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
330
+ msgid ""
331
+ "<span> {{table.numSelected &gt 1? 'Register Content Hosts':'Register Content"
332
+ " Host' | translate}} </span>"
333
+ msgstr ""
334
+
329
335
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
330
336
  msgid "1 Content Host"
331
337
  msgid_plural ""
@@ -748,7 +754,6 @@ msgstr "Appliquer {{ errataIds.length }} errata à tous les hôtes de contenu ?"
748
754
 
749
755
  #: app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html
750
756
  #: app/assets/javascripts/bastion_katello/errata/views/apply-errata.html
751
- #: app/assets/javascripts/bastion_katello/errata/views/errata.html
752
757
  msgid "Apply Errata"
753
758
  msgstr "Appliquer l'errata"
754
759
 
@@ -3803,10 +3808,6 @@ msgstr "Rafraîchir le tableau"
3803
3808
  msgid "Register a Content Host"
3804
3809
  msgstr "Enregistrer un hôte de contenu"
3805
3810
 
3806
- #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
3807
- msgid "Register Content Host"
3808
- msgstr "Enregistrer l'hôte du contenu"
3809
-
3810
3811
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
3811
3812
  #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
3812
3813
  msgid "Registered"
@@ -293,6 +293,12 @@ msgid ""
293
293
  " This Host is not currently registered with subscription-manager. Use the <a href=\"/hosts/register\">Register Host</a> workflow to complete registration."
294
294
  msgstr ""
295
295
 
296
+ #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
297
+ msgid ""
298
+ "<span> {{table.numSelected &gt 1? 'Register Content Hosts':'Register Content"
299
+ " Host' | translate}} </span>"
300
+ msgstr ""
301
+
296
302
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
297
303
  msgid "1 Content Host"
298
304
  msgid_plural ""
@@ -670,7 +676,6 @@ msgstr ""
670
676
 
671
677
  #: app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html
672
678
  #: app/assets/javascripts/bastion_katello/errata/views/apply-errata.html
673
- #: app/assets/javascripts/bastion_katello/errata/views/errata.html
674
679
  msgid "Apply Errata"
675
680
  msgstr ""
676
681
 
@@ -3494,10 +3499,6 @@ msgstr ""
3494
3499
  msgid "Register a Content Host"
3495
3500
  msgstr ""
3496
3501
 
3497
- #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
3498
- msgid "Register Content Host"
3499
- msgstr ""
3500
-
3501
3502
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
3502
3503
  #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
3503
3504
  msgid "Registered"
@@ -293,6 +293,12 @@ msgid ""
293
293
  " This Host is not currently registered with subscription-manager. Use the <a href=\"/hosts/register\">Register Host</a> workflow to complete registration."
294
294
  msgstr ""
295
295
 
296
+ #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
297
+ msgid ""
298
+ "<span> {{table.numSelected &gt 1? 'Register Content Hosts':'Register Content"
299
+ " Host' | translate}} </span>"
300
+ msgstr ""
301
+
296
302
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
297
303
  msgid "1 Content Host"
298
304
  msgid_plural ""
@@ -670,7 +676,6 @@ msgstr ""
670
676
 
671
677
  #: app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html
672
678
  #: app/assets/javascripts/bastion_katello/errata/views/apply-errata.html
673
- #: app/assets/javascripts/bastion_katello/errata/views/errata.html
674
679
  msgid "Apply Errata"
675
680
  msgstr ""
676
681
 
@@ -3494,10 +3499,6 @@ msgstr ""
3494
3499
  msgid "Register a Content Host"
3495
3500
  msgstr ""
3496
3501
 
3497
- #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
3498
- msgid "Register Content Host"
3499
- msgstr ""
3500
-
3501
3502
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
3502
3503
  #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
3503
3504
  msgid "Registered"
@@ -293,6 +293,12 @@ msgid ""
293
293
  " This Host is not currently registered with subscription-manager. Use the <a href=\"/hosts/register\">Register Host</a> workflow to complete registration."
294
294
  msgstr ""
295
295
 
296
+ #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
297
+ msgid ""
298
+ "<span> {{table.numSelected &gt 1? 'Register Content Hosts':'Register Content"
299
+ " Host' | translate}} </span>"
300
+ msgstr ""
301
+
296
302
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
297
303
  msgid "1 Content Host"
298
304
  msgid_plural ""
@@ -675,7 +681,6 @@ msgstr ""
675
681
 
676
682
  #: app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html
677
683
  #: app/assets/javascripts/bastion_katello/errata/views/apply-errata.html
678
- #: app/assets/javascripts/bastion_katello/errata/views/errata.html
679
684
  msgid "Apply Errata"
680
685
  msgstr ""
681
686
 
@@ -3505,10 +3510,6 @@ msgstr ""
3505
3510
  msgid "Register a Content Host"
3506
3511
  msgstr ""
3507
3512
 
3508
- #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
3509
- msgid "Register Content Host"
3510
- msgstr ""
3511
-
3512
3513
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
3513
3514
  #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
3514
3515
  msgid "Registered"
@@ -293,6 +293,12 @@ msgid ""
293
293
  " This Host is not currently registered with subscription-manager. Use the <a href=\"/hosts/register\">Register Host</a> workflow to complete registration."
294
294
  msgstr ""
295
295
 
296
+ #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
297
+ msgid ""
298
+ "<span> {{table.numSelected &gt 1? 'Register Content Hosts':'Register Content"
299
+ " Host' | translate}} </span>"
300
+ msgstr ""
301
+
296
302
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
297
303
  msgid "1 Content Host"
298
304
  msgid_plural ""
@@ -670,7 +676,6 @@ msgstr ""
670
676
 
671
677
  #: app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html
672
678
  #: app/assets/javascripts/bastion_katello/errata/views/apply-errata.html
673
- #: app/assets/javascripts/bastion_katello/errata/views/errata.html
674
679
  msgid "Apply Errata"
675
680
  msgstr ""
676
681
 
@@ -3494,10 +3499,6 @@ msgstr ""
3494
3499
  msgid "Register a Content Host"
3495
3500
  msgstr ""
3496
3501
 
3497
- #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
3498
- msgid "Register Content Host"
3499
- msgstr ""
3500
-
3501
3502
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
3502
3503
  #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
3503
3504
  msgid "Registered"
@@ -293,6 +293,12 @@ msgid ""
293
293
  " This Host is not currently registered with subscription-manager. Use the <a href=\"/hosts/register\">Register Host</a> workflow to complete registration."
294
294
  msgstr ""
295
295
 
296
+ #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
297
+ msgid ""
298
+ "<span> {{table.numSelected &gt 1? 'Register Content Hosts':'Register Content"
299
+ " Host' | translate}} </span>"
300
+ msgstr ""
301
+
296
302
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
297
303
  msgid "1 Content Host"
298
304
  msgid_plural ""
@@ -665,7 +671,6 @@ msgstr ""
665
671
 
666
672
  #: app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html
667
673
  #: app/assets/javascripts/bastion_katello/errata/views/apply-errata.html
668
- #: app/assets/javascripts/bastion_katello/errata/views/errata.html
669
674
  msgid "Apply Errata"
670
675
  msgstr "Terapkan Ralat"
671
676
 
@@ -3483,10 +3488,6 @@ msgstr ""
3483
3488
  msgid "Register a Content Host"
3484
3489
  msgstr ""
3485
3490
 
3486
- #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
3487
- msgid "Register Content Host"
3488
- msgstr ""
3489
-
3490
3491
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
3491
3492
  #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
3492
3493
  msgid "Registered"
@@ -298,6 +298,12 @@ msgid ""
298
298
  " This Host is not currently registered with subscription-manager. Use the <a href=\"/hosts/register\">Register Host</a> workflow to complete registration."
299
299
  msgstr ""
300
300
 
301
+ #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
302
+ msgid ""
303
+ "<span> {{table.numSelected &gt 1? 'Register Content Hosts':'Register Content"
304
+ " Host' | translate}} </span>"
305
+ msgstr ""
306
+
301
307
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
302
308
  msgid "1 Content Host"
303
309
  msgid_plural ""
@@ -693,7 +699,6 @@ msgstr ""
693
699
 
694
700
  #: app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html
695
701
  #: app/assets/javascripts/bastion_katello/errata/views/apply-errata.html
696
- #: app/assets/javascripts/bastion_katello/errata/views/errata.html
697
702
  msgid "Apply Errata"
698
703
  msgstr "Applica Errata"
699
704
 
@@ -3563,10 +3568,6 @@ msgstr "Aggiorna tabella"
3563
3568
  msgid "Register a Content Host"
3564
3569
  msgstr "Registra un host di contenuto"
3565
3570
 
3566
- #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
3567
- msgid "Register Content Host"
3568
- msgstr "Registra host di contenuto"
3569
-
3570
3571
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
3571
3572
  #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
3572
3573
  msgid "Registered"
@@ -309,6 +309,12 @@ msgstr ""
309
309
  "<i class=\"fa fa-warning inline-icon\"></i>\n"
310
310
  " このホストは、現在 subscription-manager では登録されません。登録を完了するには、<a href=\"/hosts/register\">ホストの登録</a> ワークフローを使用します。"
311
311
 
312
+ #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
313
+ msgid ""
314
+ "<span> {{table.numSelected &gt 1? 'Register Content Hosts':'Register Content"
315
+ " Host' | translate}} </span>"
316
+ msgstr ""
317
+
312
318
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
313
319
  msgid "1 Content Host"
314
320
  msgid_plural ""
@@ -686,7 +692,6 @@ msgstr "全コンテンツホストに {{ errataIds.length }} エラータを適
686
692
 
687
693
  #: app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html
688
694
  #: app/assets/javascripts/bastion_katello/errata/views/apply-errata.html
689
- #: app/assets/javascripts/bastion_katello/errata/views/errata.html
690
695
  msgid "Apply Errata"
691
696
  msgstr "エラータの適用"
692
697
 
@@ -3564,10 +3569,6 @@ msgstr "テーブルの更新"
3564
3569
  msgid "Register a Content Host"
3565
3570
  msgstr "コンテンツホストの登録"
3566
3571
 
3567
- #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
3568
- msgid "Register Content Host"
3569
- msgstr "コンテンツホストの登録"
3570
-
3571
3572
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
3572
3573
  #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
3573
3574
  msgid "Registered"
@@ -300,6 +300,12 @@ msgid ""
300
300
  " This Host is not currently registered with subscription-manager. Use the <a href=\"/hosts/register\">Register Host</a> workflow to complete registration."
301
301
  msgstr ""
302
302
 
303
+ #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
304
+ msgid ""
305
+ "<span> {{table.numSelected &gt 1? 'Register Content Hosts':'Register Content"
306
+ " Host' | translate}} </span>"
307
+ msgstr ""
308
+
303
309
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
304
310
  msgid "1 Content Host"
305
311
  msgid_plural ""
@@ -694,7 +700,6 @@ msgstr ""
694
700
 
695
701
  #: app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html
696
702
  #: app/assets/javascripts/bastion_katello/errata/views/apply-errata.html
697
- #: app/assets/javascripts/bastion_katello/errata/views/errata.html
698
703
  msgid "Apply Errata"
699
704
  msgstr "მორჩენილი პაჩების გადატარება"
700
705
 
@@ -3575,10 +3580,6 @@ msgstr "ცხრილის განახლება"
3575
3580
  msgid "Register a Content Host"
3576
3581
  msgstr "შემცველობის ჰოსტის რეგისტრაცია"
3577
3582
 
3578
- #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
3579
- msgid "Register Content Host"
3580
- msgstr "შემცველობის ჰოსტის რეგისტრაცია"
3581
-
3582
3583
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
3583
3584
  #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
3584
3585
  msgid "Registered"