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"
@@ -305,6 +305,12 @@ msgstr ""
305
305
  "<i class=\"fa fa-warning inline-icon\"></i>\n"
306
306
  "이 호스트는 현재 구독 관리자에 등록되어 있지 않습니다. <a href=\"/hosts/register\">호스트 등록</a> 워크플로우를 사용하여 등록을 완료합니다."
307
307
 
308
+ #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
309
+ msgid ""
310
+ "<span> {{table.numSelected &gt 1? 'Register Content Hosts':'Register Content"
311
+ " Host' | translate}} </span>"
312
+ msgstr ""
313
+
308
314
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
309
315
  msgid "1 Content Host"
310
316
  msgid_plural ""
@@ -684,7 +690,6 @@ msgstr "{{errataIds.length}} Errata를 모든 컨텐츠 호스트(들)에 적용
684
690
 
685
691
  #: app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html
686
692
  #: app/assets/javascripts/bastion_katello/errata/views/apply-errata.html
687
- #: app/assets/javascripts/bastion_katello/errata/views/errata.html
688
693
  msgid "Apply Errata"
689
694
  msgstr "에라타 적용"
690
695
 
@@ -3557,10 +3562,6 @@ msgstr "표 새로 고침 "
3557
3562
  msgid "Register a Content Host"
3558
3563
  msgstr "컨텐츠 호스트 등록 "
3559
3564
 
3560
- #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
3561
- msgid "Register Content Host"
3562
- msgstr "컨텐츠 호스트 등록 "
3563
-
3564
3565
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
3565
3566
  #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
3566
3567
  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"
@@ -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 ""
@@ -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
 
@@ -3499,10 +3504,6 @@ msgstr ""
3499
3504
  msgid "Register a Content Host"
3500
3505
  msgstr ""
3501
3506
 
3502
- #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
3503
- msgid "Register Content Host"
3504
- msgstr ""
3505
-
3506
3507
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
3507
3508
  #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
3508
3509
  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"
@@ -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 ""
@@ -681,7 +687,6 @@ msgstr ""
681
687
 
682
688
  #: app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html
683
689
  #: app/assets/javascripts/bastion_katello/errata/views/apply-errata.html
684
- #: app/assets/javascripts/bastion_katello/errata/views/errata.html
685
690
  msgid "Apply Errata"
686
691
  msgstr ""
687
692
 
@@ -3517,10 +3522,6 @@ msgstr ""
3517
3522
  msgid "Register a Content Host"
3518
3523
  msgstr ""
3519
3524
 
3520
- #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
3521
- msgid "Register Content Host"
3522
- msgstr ""
3523
-
3524
3525
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
3525
3526
  #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
3526
3527
  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 ""
@@ -676,7 +682,6 @@ msgstr ""
676
682
 
677
683
  #: app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html
678
684
  #: app/assets/javascripts/bastion_katello/errata/views/apply-errata.html
679
- #: app/assets/javascripts/bastion_katello/errata/views/errata.html
680
685
  msgid "Apply Errata"
681
686
  msgstr ""
682
687
 
@@ -3512,10 +3517,6 @@ msgstr ""
3512
3517
  msgid "Register a Content Host"
3513
3518
  msgstr ""
3514
3519
 
3515
- #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
3516
- msgid "Register Content Host"
3517
- msgstr ""
3518
-
3519
3520
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
3520
3521
  #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
3521
3522
  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"
@@ -302,6 +302,12 @@ msgid ""
302
302
  " This Host is not currently registered with subscription-manager. Use the <a href=\"/hosts/register\">Register Host</a> workflow to complete registration."
303
303
  msgstr ""
304
304
 
305
+ #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
306
+ msgid ""
307
+ "<span> {{table.numSelected &gt 1? 'Register Content Hosts':'Register Content"
308
+ " Host' | translate}} </span>"
309
+ msgstr ""
310
+
305
311
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
306
312
  msgid "1 Content Host"
307
313
  msgid_plural ""
@@ -698,7 +704,6 @@ msgstr "Aplicar {{ errataIds.length }} Errata a todo(s) Host(s) de Conteúdo?"
698
704
 
699
705
  #: app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html
700
706
  #: app/assets/javascripts/bastion_katello/errata/views/apply-errata.html
701
- #: app/assets/javascripts/bastion_katello/errata/views/errata.html
702
707
  msgid "Apply Errata"
703
708
  msgstr "Aplicar Errata"
704
709
 
@@ -3626,10 +3631,6 @@ msgstr "Tabela de Atualização"
3626
3631
  msgid "Register a Content Host"
3627
3632
  msgstr "Registrar um hospedeiro de conteúdo"
3628
3633
 
3629
- #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
3630
- msgid "Register Content Host"
3631
- msgstr "Registro de Conteúdo Host"
3632
-
3633
3634
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
3634
3635
  #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
3635
3636
  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 ""
@@ -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
 
@@ -3501,10 +3506,6 @@ msgstr ""
3501
3506
  msgid "Register a Content Host"
3502
3507
  msgstr ""
3503
3508
 
3504
- #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
3505
- msgid "Register Content Host"
3506
- msgstr ""
3507
-
3508
3509
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
3509
3510
  #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
3510
3511
  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 ""
@@ -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
 
@@ -3501,10 +3506,6 @@ msgstr ""
3501
3506
  msgid "Register a Content Host"
3502
3507
  msgstr ""
3503
3508
 
3504
- #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
3505
- msgid "Register Content Host"
3506
- msgstr ""
3507
-
3508
3509
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
3509
3510
  #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
3510
3511
  msgid "Registered"
@@ -305,6 +305,12 @@ msgid ""
305
305
  " This Host is not currently registered with subscription-manager. Use the <a href=\"/hosts/register\">Register Host</a> workflow to complete registration."
306
306
  msgstr ""
307
307
 
308
+ #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
309
+ msgid ""
310
+ "<span> {{table.numSelected &gt 1? 'Register Content Hosts':'Register Content"
311
+ " Host' | translate}} </span>"
312
+ msgstr ""
313
+
308
314
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
309
315
  msgid "1 Content Host"
310
316
  msgid_plural ""
@@ -695,7 +701,6 @@ msgstr ""
695
701
 
696
702
  #: app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html
697
703
  #: app/assets/javascripts/bastion_katello/errata/views/apply-errata.html
698
- #: app/assets/javascripts/bastion_katello/errata/views/errata.html
699
704
  msgid "Apply Errata"
700
705
  msgstr "Применить исправления"
701
706
 
@@ -3558,10 +3563,6 @@ msgstr "Обновить таблицу"
3558
3563
  msgid "Register a Content Host"
3559
3564
  msgstr "Регистрация узла"
3560
3565
 
3561
- #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
3562
- msgid "Register Content Host"
3563
- msgstr "Зарегистрировать узел"
3564
-
3565
3566
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
3566
3567
  #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
3567
3568
  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 ""
@@ -680,7 +686,6 @@ msgstr ""
680
686
 
681
687
  #: app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html
682
688
  #: app/assets/javascripts/bastion_katello/errata/views/apply-errata.html
683
- #: app/assets/javascripts/bastion_katello/errata/views/errata.html
684
689
  msgid "Apply Errata"
685
690
  msgstr ""
686
691
 
@@ -3516,10 +3521,6 @@ msgstr ""
3516
3521
  msgid "Register a Content Host"
3517
3522
  msgstr ""
3518
3523
 
3519
- #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
3520
- msgid "Register Content Host"
3521
- msgstr ""
3522
-
3523
3524
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
3524
3525
  #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
3525
3526
  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"
@@ -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 ""
@@ -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"