katello 1.5.0

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

Potentially problematic release.


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

Files changed (1607) hide show
  1. data/LICENSE.txt +339 -0
  2. data/README.md +182 -0
  3. data/app/assets/images/katello/3rd-level-bg.png +0 -0
  4. data/app/assets/images/katello/960.png +0 -0
  5. data/app/assets/images/katello/biglogo.png +0 -0
  6. data/app/assets/images/katello/black_arrow.png +0 -0
  7. data/app/assets/images/katello/boxshadow.png +0 -0
  8. data/app/assets/images/katello/center-background.png +0 -0
  9. data/app/assets/images/katello/chart_overlay.png +0 -0
  10. data/app/assets/images/katello/chosen-sprite.png +0 -0
  11. data/app/assets/images/katello/cross_link.png +0 -0
  12. data/app/assets/images/katello/embed/favicon.png +0 -0
  13. data/app/assets/images/katello/footer-shade.png +0 -0
  14. data/app/assets/images/katello/headpin-login-logo.png +0 -0
  15. data/app/assets/images/katello/headpin-logo.png +0 -0
  16. data/app/assets/images/katello/icons/action-icons.png +0 -0
  17. data/app/assets/images/katello/icons/arrow_icon.png +0 -0
  18. data/app/assets/images/katello/icons/breadcrumb-icons.png +0 -0
  19. data/app/assets/images/katello/icons/check_icon.png +0 -0
  20. data/app/assets/images/katello/icons/close.png +0 -0
  21. data/app/assets/images/katello/icons/dotdotdot.png +0 -0
  22. data/app/assets/images/katello/icons/edit-hover.png +0 -0
  23. data/app/assets/images/katello/icons/edit.png +0 -0
  24. data/app/assets/images/katello/icons/expander-collapsed-left.png +0 -0
  25. data/app/assets/images/katello/icons/expander-collapsed.png +0 -0
  26. data/app/assets/images/katello/icons/expander-expanded.png +0 -0
  27. data/app/assets/images/katello/icons/favorite.png +0 -0
  28. data/app/assets/images/katello/icons/grabber.png +0 -0
  29. data/app/assets/images/katello/icons/icon_menu_arrow.gif +0 -0
  30. data/app/assets/images/katello/icons/icon_search.png +0 -0
  31. data/app/assets/images/katello/icons/info-hover.png +0 -0
  32. data/app/assets/images/katello/icons/info.png +0 -0
  33. data/app/assets/images/katello/icons/locked.png +0 -0
  34. data/app/assets/images/katello/icons/objects.png +0 -0
  35. data/app/assets/images/katello/icons/order-asc.png +0 -0
  36. data/app/assets/images/katello/icons/order-desc.png +0 -0
  37. data/app/assets/images/katello/icons/recent.png +0 -0
  38. data/app/assets/images/katello/icons/right-arrow.png +0 -0
  39. data/app/assets/images/katello/icons/simplePassMeterSprite.png +0 -0
  40. data/app/assets/images/katello/icons/spinner.gif +0 -0
  41. data/app/assets/images/katello/icons/spinner_head.gif +0 -0
  42. data/app/assets/images/katello/icons/status.png +0 -0
  43. data/app/assets/images/katello/icons/status_icons_sprite.png +0 -0
  44. data/app/assets/images/katello/icons/statusicons.png +0 -0
  45. data/app/assets/images/katello/icons/svg-source/action-icons.svg +1613 -0
  46. data/app/assets/images/katello/icons/svg-source/breadcrumb-icons.svg +289 -0
  47. data/app/assets/images/katello/icons/svg-source/objects.svg +446 -0
  48. data/app/assets/images/katello/icons/ui.totop.png +0 -0
  49. data/app/assets/images/katello/input-bg.png +0 -0
  50. data/app/assets/images/katello/katello-login-logo.png +0 -0
  51. data/app/assets/images/katello/katello-logo.png +0 -0
  52. data/app/assets/images/katello/katello.png +0 -0
  53. data/app/assets/images/katello/katello_32x32_icon.png +0 -0
  54. data/app/assets/images/katello/large-white-spinner.gif +0 -0
  55. data/app/assets/images/katello/nav_pipe.png +0 -0
  56. data/app/assets/images/katello/navtab_off.png +0 -0
  57. data/app/assets/images/katello/navtab_on.png +0 -0
  58. data/app/assets/images/katello/outer-background.png +0 -0
  59. data/app/assets/images/katello/subnav-shadow.png +0 -0
  60. data/app/assets/javascripts/katello/activation_keys/activation_key.js +336 -0
  61. data/app/assets/javascripts/katello/activation_keys/activation_key_edit.js +19 -0
  62. data/app/assets/javascripts/katello/activation_keys/activation_key_subscriptions.js +18 -0
  63. data/app/assets/javascripts/katello/activation_keys/index.js +17 -0
  64. data/app/assets/javascripts/katello/changesets/changeset.js +47 -0
  65. data/app/assets/javascripts/katello/changesets/changeset_edit.js +79 -0
  66. data/app/assets/javascripts/katello/changesets/index.js +14 -0
  67. data/app/assets/javascripts/katello/common/bastion-routes.js +2878 -0
  68. data/app/assets/javascripts/katello/common/chosen.jquery.js +907 -0
  69. data/app/assets/javascripts/katello/common/env_select.js +143 -0
  70. data/app/assets/javascripts/katello/common/env_select_scroll.js +133 -0
  71. data/app/assets/javascripts/katello/common/experimental/katello-globals.module.js +21 -0
  72. data/app/assets/javascripts/katello/common/index.js +29 -0
  73. data/app/assets/javascripts/katello/common/jquery.jeditable.custominputs.js +224 -0
  74. data/app/assets/javascripts/katello/common/katello.common.js +203 -0
  75. data/app/assets/javascripts/katello/common/katello.global.js +31 -0
  76. data/app/assets/javascripts/katello/common/katello.js +353 -0
  77. data/app/assets/javascripts/katello/common/katello_object.js +103 -0
  78. data/app/assets/javascripts/katello/common/menu.js +125 -0
  79. data/app/assets/javascripts/katello/common/notices.js +176 -0
  80. data/app/assets/javascripts/katello/common/panel.js +1078 -0
  81. data/app/assets/javascripts/katello/common/routes.js +2886 -0
  82. data/app/assets/javascripts/katello/common/search.js +376 -0
  83. data/app/assets/javascripts/katello/common/spin.min.js +2 -0
  84. data/app/assets/javascripts/katello/common/vendor.js +32 -0
  85. data/app/assets/javascripts/katello/content_search/content_search.js +904 -0
  86. data/app/assets/javascripts/katello/content_search/index.js +18 -0
  87. data/app/assets/javascripts/katello/content_view_definitions/content_view_definition.js +844 -0
  88. data/app/assets/javascripts/katello/content_view_definitions/env_content_view_selector.js +188 -0
  89. data/app/assets/javascripts/katello/content_view_definitions/index.js +19 -0
  90. data/app/assets/javascripts/katello/content_view_definitions/product_repo_selector.js +569 -0
  91. data/app/assets/javascripts/katello/content_view_definitions/repo_selector.js +47 -0
  92. data/app/assets/javascripts/katello/dashboard/dashboard.js +215 -0
  93. data/app/assets/javascripts/katello/dashboard/index.js +17 -0
  94. data/app/assets/javascripts/katello/distributors/distributor_edit.js +16 -0
  95. data/app/assets/javascripts/katello/distributors/distributor_subscriptions.js +41 -0
  96. data/app/assets/javascripts/katello/distributors/distributors.js +332 -0
  97. data/app/assets/javascripts/katello/distributors/index.js +23 -0
  98. data/app/assets/javascripts/katello/environments/environment_edit.js +63 -0
  99. data/app/assets/javascripts/katello/html5/excanvas.js +1416 -0
  100. data/app/assets/javascripts/katello/html5/html5.js +3 -0
  101. data/app/assets/javascripts/katello/html5/index.js +14 -0
  102. data/app/assets/javascripts/katello/notices/index.js +14 -0
  103. data/app/assets/javascripts/katello/notices/notices_list.js +49 -0
  104. data/app/assets/javascripts/katello/organizations/default_info.js +216 -0
  105. data/app/assets/javascripts/katello/organizations/download_certificate.js +20 -0
  106. data/app/assets/javascripts/katello/organizations/index.js +15 -0
  107. data/app/assets/javascripts/katello/organizations/organization.js +68 -0
  108. data/app/assets/javascripts/katello/organizations/organization_edit.js +46 -0
  109. data/app/assets/javascripts/katello/products/product_edit.js +76 -0
  110. data/app/assets/javascripts/katello/promotions/index.js +16 -0
  111. data/app/assets/javascripts/katello/promotions/promotion.js +1244 -0
  112. data/app/assets/javascripts/katello/providers/index.js +18 -0
  113. data/app/assets/javascripts/katello/providers/products_repos.js +46 -0
  114. data/app/assets/javascripts/katello/providers/provider.js +68 -0
  115. data/app/assets/javascripts/katello/providers/provider_create.js +21 -0
  116. data/app/assets/javascripts/katello/providers/provider_redhat.js +219 -0
  117. data/app/assets/javascripts/katello/providers/redhat/index.js +17 -0
  118. data/app/assets/javascripts/katello/providers/repo.js +27 -0
  119. data/app/assets/javascripts/katello/providers/repo_discovery.js +376 -0
  120. data/app/assets/javascripts/katello/providers/repo_discovery_create.js +17 -0
  121. data/app/assets/javascripts/katello/roles/index.js +17 -0
  122. data/app/assets/javascripts/katello/roles/role.js +16 -0
  123. data/app/assets/javascripts/katello/roles/role_edit.js +46 -0
  124. data/app/assets/javascripts/katello/roles/role_sliding_tree.js +1398 -0
  125. data/app/assets/javascripts/katello/subscriptions/headpin.sparkline.js +6 -0
  126. data/app/assets/javascripts/katello/subscriptions/index.js +17 -0
  127. data/app/assets/javascripts/katello/subscriptions/subscription.js +126 -0
  128. data/app/assets/javascripts/katello/sync_management/index.js +15 -0
  129. data/app/assets/javascripts/katello/sync_management/sync_management.js +342 -0
  130. data/app/assets/javascripts/katello/sync_plans/index.js +15 -0
  131. data/app/assets/javascripts/katello/sync_plans/sync_plan.js +32 -0
  132. data/app/assets/javascripts/katello/sync_plans/sync_plan_edit.js +128 -0
  133. data/app/assets/javascripts/katello/sync_schedules/index.js +15 -0
  134. data/app/assets/javascripts/katello/sync_schedules/sync_schedule.js +28 -0
  135. data/app/assets/javascripts/katello/system_events/index.js +15 -0
  136. data/app/assets/javascripts/katello/system_events/system_events.js +181 -0
  137. data/app/assets/javascripts/katello/system_groups/index.js +19 -0
  138. data/app/assets/javascripts/katello/system_groups/package_actions.js +316 -0
  139. data/app/assets/javascripts/katello/system_groups/system_group_events.js +23 -0
  140. data/app/assets/javascripts/katello/system_groups/system_groups.js +445 -0
  141. data/app/assets/javascripts/katello/system_groups/system_groups_pane.js +141 -0
  142. data/app/assets/javascripts/katello/system_packages/index.js +16 -0
  143. data/app/assets/javascripts/katello/system_packages/packages_filtertable.js +63 -0
  144. data/app/assets/javascripts/katello/system_packages/system_packages.js +767 -0
  145. data/app/assets/javascripts/katello/systems/custom_info.js +134 -0
  146. data/app/assets/javascripts/katello/systems/index.js +28 -0
  147. data/app/assets/javascripts/katello/systems/packages.js +34 -0
  148. data/app/assets/javascripts/katello/systems/system_edit.js +67 -0
  149. data/app/assets/javascripts/katello/systems/system_errata.js +313 -0
  150. data/app/assets/javascripts/katello/systems/system_products.js +113 -0
  151. data/app/assets/javascripts/katello/systems/system_subscriptions.js +71 -0
  152. data/app/assets/javascripts/katello/systems/systems.js +793 -0
  153. data/app/assets/javascripts/katello/users/index.js +16 -0
  154. data/app/assets/javascripts/katello/users/user.js +102 -0
  155. data/app/assets/javascripts/katello/users/user_methods.js +111 -0
  156. data/app/assets/javascripts/katello/widgets/auto_complete.js +195 -0
  157. data/app/assets/javascripts/katello/widgets/comparison_grid.js +1031 -0
  158. data/app/assets/javascripts/katello/widgets/env_content_view_selector.js +206 -0
  159. data/app/assets/javascripts/katello/widgets/filtertable/filtertable.js +36 -0
  160. data/app/assets/javascripts/katello/widgets/filtertable/index.js +15 -0
  161. data/app/assets/javascripts/katello/widgets/jquery.jeditable.helpers.js +281 -0
  162. data/app/assets/javascripts/katello/widgets/one_panel.js +68 -0
  163. data/app/assets/javascripts/katello/widgets/path_selector.js +397 -0
  164. data/app/assets/javascripts/katello/widgets/scroll_pane.js +4 -0
  165. data/app/assets/javascripts/katello/widgets/slidingtree.js +645 -0
  166. data/app/assets/javascripts/katello/widgets/subpanel_new.js +19 -0
  167. data/app/assets/javascripts/katello/widgets/tabs.js +26 -0
  168. data/app/assets/javascripts/katello/widgets/tipsy.custom.js +197 -0
  169. data/app/assets/javascripts/katello/widgets/treetable/index.js +14 -0
  170. data/app/assets/stylesheets/katello/_grid.scss +11 -0
  171. data/app/assets/stylesheets/katello/_katello_base.scss +7 -0
  172. data/app/assets/stylesheets/katello/_katello_colors.scss +109 -0
  173. data/app/assets/stylesheets/katello/_katello_mixins.scss +88 -0
  174. data/app/assets/stylesheets/katello/_katello_vars.scss +92 -0
  175. data/app/assets/stylesheets/katello/_look.scss +1 -0
  176. data/app/assets/stylesheets/katello/_overrides.scss +23 -0
  177. data/app/assets/stylesheets/katello/activation_keys.scss +16 -0
  178. data/app/assets/stylesheets/katello/content_search.scss +647 -0
  179. data/app/assets/stylesheets/katello/contents.scss +591 -0
  180. data/app/assets/stylesheets/katello/custom_info.scss +32 -0
  181. data/app/assets/stylesheets/katello/dashboard.scss +631 -0
  182. data/app/assets/stylesheets/katello/distributors.scss +183 -0
  183. data/app/assets/stylesheets/katello/fancyqueries.scss +218 -0
  184. data/app/assets/stylesheets/katello/generic.scss +20 -0
  185. data/app/assets/stylesheets/katello/header.scss +53 -0
  186. data/app/assets/stylesheets/katello/ie.scss +16 -0
  187. data/app/assets/stylesheets/katello/katello.scss +1474 -0
  188. data/app/assets/stylesheets/katello/katello_experimental.scss +90 -0
  189. data/app/assets/stylesheets/katello/katello_sprites.css.scss +45 -0
  190. data/app/assets/stylesheets/katello/loginpage.css.scss +47 -0
  191. data/app/assets/stylesheets/katello/notifications.scss +19 -0
  192. data/app/assets/stylesheets/katello/operations.scss +166 -0
  193. data/app/assets/stylesheets/katello/orgs.scss +60 -0
  194. data/app/assets/stylesheets/katello/subscriptions.scss +30 -0
  195. data/app/assets/stylesheets/katello/systems.scss +349 -0
  196. data/app/assets/stylesheets/katello/widgets/_chosen.scss +422 -0
  197. data/app/assets/stylesheets/katello/widgets/_env_select.scss +123 -0
  198. data/app/assets/stylesheets/katello/widgets/_multiselect.scss +40 -0
  199. data/app/assets/stylesheets/katello/widgets/_scrollpane.scss +66 -0
  200. data/app/assets/stylesheets/katello/widgets/_search.scss +46 -0
  201. data/app/assets/stylesheets/katello/widgets/_slidingtree.scss +347 -0
  202. data/app/assets/stylesheets/katello/widgets/path_selector.scss +178 -0
  203. data/app/assets/stylesheets/katello/widgets/tabs.scss +83 -0
  204. data/app/assets/stylesheets/katello/widgets/tipsy_custom.scss +81 -0
  205. data/app/controllers/katello/activation_keys_controller.rb +371 -0
  206. data/app/controllers/katello/api/api_controller.rb +145 -0
  207. data/app/controllers/katello/api/v1/about_controller.rb +43 -0
  208. data/app/controllers/katello/api/v1/activation_keys_controller.rb +178 -0
  209. data/app/controllers/katello/api/v1/api_controller.rb +161 -0
  210. data/app/controllers/katello/api/v1/candlepin_proxies_controller.rb +43 -0
  211. data/app/controllers/katello/api/v1/changesets_content_controller.rb +65 -0
  212. data/app/controllers/katello/api/v1/changesets_controller.rb +118 -0
  213. data/app/controllers/katello/api/v1/content_uploads_controller.rb +98 -0
  214. data/app/controllers/katello/api/v1/content_view_definitions_controller.rb +251 -0
  215. data/app/controllers/katello/api/v1/content_views_controller.rb +119 -0
  216. data/app/controllers/katello/api/v1/crls_controller.rb +29 -0
  217. data/app/controllers/katello/api/v1/custom_info_controller.rb +98 -0
  218. data/app/controllers/katello/api/v1/distributions_controller.rb +54 -0
  219. data/app/controllers/katello/api/v1/distributors_controller.rb +285 -0
  220. data/app/controllers/katello/api/v1/environments_controller.rb +246 -0
  221. data/app/controllers/katello/api/v1/errata_controller.rb +91 -0
  222. data/app/controllers/katello/api/v1/errors_controller.rb +24 -0
  223. data/app/controllers/katello/api/v1/filter_rules_controller.rb +94 -0
  224. data/app/controllers/katello/api/v1/filters_controller.rb +152 -0
  225. data/app/controllers/katello/api/v1/gpg_keys_controller.rb +107 -0
  226. data/app/controllers/katello/api/v1/organization_default_info_controller.rb +123 -0
  227. data/app/controllers/katello/api/v1/organizations_controller.rb +17 -0
  228. data/app/controllers/katello/api/v1/packages_controller.rb +67 -0
  229. data/app/controllers/katello/api/v1/permissions_controller.rb +112 -0
  230. data/app/controllers/katello/api/v1/ping_controller.rb +47 -0
  231. data/app/controllers/katello/api/v1/products_controller.rb +170 -0
  232. data/app/controllers/katello/api/v1/providers_controller.rb +237 -0
  233. data/app/controllers/katello/api/v1/proxies_controller.rb +103 -0
  234. data/app/controllers/katello/api/v1/puppet_modules_controller.rb +72 -0
  235. data/app/controllers/katello/api/v1/repositories_controller.rb +214 -0
  236. data/app/controllers/katello/api/v1/repository_sets_controller.rb +77 -0
  237. data/app/controllers/katello/api/v1/role_ldap_groups_controller.rb +59 -0
  238. data/app/controllers/katello/api/v1/roles_controller.rb +112 -0
  239. data/app/controllers/katello/api/v1/root_controller.rb +57 -0
  240. data/app/controllers/katello/api/v1/status_controller.rb +32 -0
  241. data/app/controllers/katello/api/v1/subscriptions_controller.rb +141 -0
  242. data/app/controllers/katello/api/v1/sync_controller.rb +116 -0
  243. data/app/controllers/katello/api/v1/sync_plans_controller.rb +120 -0
  244. data/app/controllers/katello/api/v1/system_group_errata_controller.rb +93 -0
  245. data/app/controllers/katello/api/v1/system_group_packages_controller.rb +125 -0
  246. data/app/controllers/katello/api/v1/system_groups_controller.rb +290 -0
  247. data/app/controllers/katello/api/v1/system_packages_controller.rb +134 -0
  248. data/app/controllers/katello/api/v1/systems_controller.rb +606 -0
  249. data/app/controllers/katello/api/v1/tasks_controller.rb +86 -0
  250. data/app/controllers/katello/api/v1/uebercerts_controller.rb +31 -0
  251. data/app/controllers/katello/api/v1/users_controller.rb +179 -0
  252. data/app/controllers/katello/api/v2/about_controller.rb +19 -0
  253. data/app/controllers/katello/api/v2/activation_keys_controller.rb +41 -0
  254. data/app/controllers/katello/api/v2/api_controller.rb +130 -0
  255. data/app/controllers/katello/api/v2/changesets_content_controller.rb +59 -0
  256. data/app/controllers/katello/api/v2/changesets_controller.rb +50 -0
  257. data/app/controllers/katello/api/v2/content_uploads_controller.rb +19 -0
  258. data/app/controllers/katello/api/v2/content_view_definitions_controller.rb +133 -0
  259. data/app/controllers/katello/api/v2/content_views_controller.rb +50 -0
  260. data/app/controllers/katello/api/v2/custom_info_controller.rb +57 -0
  261. data/app/controllers/katello/api/v2/distributions_controller.rb +19 -0
  262. data/app/controllers/katello/api/v2/distributors_controller.rb +19 -0
  263. data/app/controllers/katello/api/v2/environments_controller.rb +103 -0
  264. data/app/controllers/katello/api/v2/errata_controller.rb +88 -0
  265. data/app/controllers/katello/api/v2/filter_rules_controller.rb +55 -0
  266. data/app/controllers/katello/api/v2/filters_controller.rb +99 -0
  267. data/app/controllers/katello/api/v2/gpg_keys_controller.rb +132 -0
  268. data/app/controllers/katello/api/v2/organization_default_info_controller.rb +61 -0
  269. data/app/controllers/katello/api/v2/organizations_controller.rb +104 -0
  270. data/app/controllers/katello/api/v2/packages_controller.rb +19 -0
  271. data/app/controllers/katello/api/v2/permissions_controller.rb +62 -0
  272. data/app/controllers/katello/api/v2/ping_controller.rb +36 -0
  273. data/app/controllers/katello/api/v2/products_controller.rb +133 -0
  274. data/app/controllers/katello/api/v2/providers_controller.rb +276 -0
  275. data/app/controllers/katello/api/v2/puppet_modules_controller.rb +17 -0
  276. data/app/controllers/katello/api/v2/repositories_controller.rb +155 -0
  277. data/app/controllers/katello/api/v2/repository_sets_controller.rb +30 -0
  278. data/app/controllers/katello/api/v2/role_ldap_groups_controller.rb +32 -0
  279. data/app/controllers/katello/api/v2/roles_controller.rb +19 -0
  280. data/app/controllers/katello/api/v2/root_controller.rb +19 -0
  281. data/app/controllers/katello/api/v2/subscriptions_controller.rb +183 -0
  282. data/app/controllers/katello/api/v2/sync_controller.rb +44 -0
  283. data/app/controllers/katello/api/v2/sync_plans_controller.rb +51 -0
  284. data/app/controllers/katello/api/v2/system_errata_controller.rb +48 -0
  285. data/app/controllers/katello/api/v2/system_group_errata_controller.rb +19 -0
  286. data/app/controllers/katello/api/v2/system_group_packages_controller.rb +19 -0
  287. data/app/controllers/katello/api/v2/system_groups_controller.rb +201 -0
  288. data/app/controllers/katello/api/v2/system_packages_controller.rb +130 -0
  289. data/app/controllers/katello/api/v2/systems_bulk_actions_controller.rb +247 -0
  290. data/app/controllers/katello/api/v2/systems_controller.rb +613 -0
  291. data/app/controllers/katello/api/v2/tasks_controller.rb +67 -0
  292. data/app/controllers/katello/api/v2/uebercerts_controller.rb +19 -0
  293. data/app/controllers/katello/api/v2/users_controller.rb +74 -0
  294. data/app/controllers/katello/application_controller.rb +736 -0
  295. data/app/controllers/katello/application_info_controller.rb +41 -0
  296. data/app/controllers/katello/auto_complete_search.rb +48 -0
  297. data/app/controllers/katello/changesets_controller.rb +323 -0
  298. data/app/controllers/katello/consumers_controller_logic.rb +57 -0
  299. data/app/controllers/katello/content_search_controller.rb +756 -0
  300. data/app/controllers/katello/content_view_definitions_controller.rb +318 -0
  301. data/app/controllers/katello/content_view_versions_controller.rb +47 -0
  302. data/app/controllers/katello/content_views_controller.rb +98 -0
  303. data/app/controllers/katello/dashboard_controller.rb +113 -0
  304. data/app/controllers/katello/distributor_events_controller.rb +110 -0
  305. data/app/controllers/katello/distributors_controller.rb +503 -0
  306. data/app/controllers/katello/environments_controller.rb +196 -0
  307. data/app/controllers/katello/errata_controller.rb +75 -0
  308. data/app/controllers/katello/errors_controller.rb +36 -0
  309. data/app/controllers/katello/failed_authentication_controller.rb +66 -0
  310. data/app/controllers/katello/filter_rules_controller.rb +248 -0
  311. data/app/controllers/katello/filters_controller.rb +141 -0
  312. data/app/controllers/katello/gpg_keys_controller.rb +41 -0
  313. data/app/controllers/katello/http_errors.rb +67 -0
  314. data/app/controllers/katello/notices_controller.rb +99 -0
  315. data/app/controllers/katello/operations_controller.rb +30 -0
  316. data/app/controllers/katello/organizations_controller.rb +288 -0
  317. data/app/controllers/katello/packages_controller.rb +86 -0
  318. data/app/controllers/katello/products_controller.rb +158 -0
  319. data/app/controllers/katello/promotions_controller.rb +93 -0
  320. data/app/controllers/katello/providers_controller.rb +274 -0
  321. data/app/controllers/katello/puppet_modules_controller.rb +68 -0
  322. data/app/controllers/katello/repositories_controller.rb +150 -0
  323. data/app/controllers/katello/roles_controller.rb +287 -0
  324. data/app/controllers/katello/search_controller.rb +94 -0
  325. data/app/controllers/katello/sort_column_list.rb +33 -0
  326. data/app/controllers/katello/subscriptions_controller.rb +327 -0
  327. data/app/controllers/katello/sync_management_controller.rb +242 -0
  328. data/app/controllers/katello/sync_plans_controller.rb +159 -0
  329. data/app/controllers/katello/sync_schedules_controller.rb +94 -0
  330. data/app/controllers/katello/system_errata_controller.rb +109 -0
  331. data/app/controllers/katello/system_events_controller.rb +110 -0
  332. data/app/controllers/katello/system_group_errata_controller.rb +106 -0
  333. data/app/controllers/katello/system_group_events_controller.rb +123 -0
  334. data/app/controllers/katello/system_group_packages_controller.rb +215 -0
  335. data/app/controllers/katello/system_groups_controller.rb +293 -0
  336. data/app/controllers/katello/system_packages_controller.rb +201 -0
  337. data/app/controllers/katello/systems_controller.rb +846 -0
  338. data/app/controllers/katello/user_sessions_controller.rb +41 -0
  339. data/app/controllers/katello/users_controller.rb +360 -0
  340. data/app/helpers/katello/activation_keys_helper.rb +16 -0
  341. data/app/helpers/katello/application_helper.rb +410 -0
  342. data/app/helpers/katello/application_info_helper.rb +37 -0
  343. data/app/helpers/katello/branding_helper.rb +40 -0
  344. data/app/helpers/katello/breadcrumb_helper.rb +229 -0
  345. data/app/helpers/katello/content_search_helper.rb +62 -0
  346. data/app/helpers/katello/content_view_definitions_helper.rb +136 -0
  347. data/app/helpers/katello/dashboard_helper.rb +223 -0
  348. data/app/helpers/katello/distributors_helper.rb +71 -0
  349. data/app/helpers/katello/errata_helper.rb +33 -0
  350. data/app/helpers/katello/filter_rules_helper.rb +89 -0
  351. data/app/helpers/katello/filters_helper.rb +124 -0
  352. data/app/helpers/katello/katello_form_builder.rb +162 -0
  353. data/app/helpers/katello/katello_url_helper.rb +49 -0
  354. data/app/helpers/katello/layout_helper.rb +32 -0
  355. data/app/helpers/katello/menu.rb +112 -0
  356. data/app/helpers/katello/notices_helper.rb +23 -0
  357. data/app/helpers/katello/organizations_helper.rb +36 -0
  358. data/app/helpers/katello/packages_helper.rb +81 -0
  359. data/app/helpers/katello/products_helper.rb +72 -0
  360. data/app/helpers/katello/promotions_helper.rb +39 -0
  361. data/app/helpers/katello/providers_helper.rb +108 -0
  362. data/app/helpers/katello/repositories_helper.rb +31 -0
  363. data/app/helpers/katello/roles_helper.rb +49 -0
  364. data/app/helpers/katello/search_helper.rb +37 -0
  365. data/app/helpers/katello/subscriptions_helper.rb +45 -0
  366. data/app/helpers/katello/sync_management_helper.rb +124 -0
  367. data/app/helpers/katello/sync_schedules_helper.rb +28 -0
  368. data/app/helpers/katello/system_errata_helper.rb +28 -0
  369. data/app/helpers/katello/system_events_helper.rb +16 -0
  370. data/app/helpers/katello/system_group_events_helper.rb +19 -0
  371. data/app/helpers/katello/system_packages_helper.rb +55 -0
  372. data/app/helpers/katello/systems_helper.rb +174 -0
  373. data/app/helpers/katello/taxonomy_helper.rb +29 -0
  374. data/app/helpers/katello/translation_helper.rb +29 -0
  375. data/app/helpers/katello/users_helper.rb +45 -0
  376. data/app/lib/katello/README +2 -0
  377. data/app/lib/katello/api/constraints/activation_key_constraint.rb +19 -0
  378. data/app/lib/katello/api/mapper_extensions.rb +34 -0
  379. data/app/lib/katello/api/v1/error_handling.rb +152 -0
  380. data/app/lib/katello/api/v2/error_handling.rb +153 -0
  381. data/app/lib/katello/api/v2/rendering.rb +79 -0
  382. data/app/lib/katello/api/version1.rb +9 -0
  383. data/app/lib/katello/api/version2.rb +9 -0
  384. data/app/lib/katello/authorization_rules.rb +94 -0
  385. data/app/lib/katello/bulk_actions.rb +100 -0
  386. data/app/lib/katello/content_search/cell.rb +30 -0
  387. data/app/lib/katello/content_search/column.rb +18 -0
  388. data/app/lib/katello/content_search/container_search.rb +48 -0
  389. data/app/lib/katello/content_search/content_view_comparison.rb +206 -0
  390. data/app/lib/katello/content_search/content_view_search.rb +72 -0
  391. data/app/lib/katello/content_search/element.rb +61 -0
  392. data/app/lib/katello/content_search/metadata_row.rb +35 -0
  393. data/app/lib/katello/content_search/product_row.rb +36 -0
  394. data/app/lib/katello/content_search/product_search.rb +61 -0
  395. data/app/lib/katello/content_search/repo_row.rb +33 -0
  396. data/app/lib/katello/content_search/repo_search.rb +69 -0
  397. data/app/lib/katello/content_search/row.rb +25 -0
  398. data/app/lib/katello/content_search/search.rb +47 -0
  399. data/app/lib/katello/content_search/search_utils.rb +33 -0
  400. data/app/lib/katello/content_search/span.rb +21 -0
  401. data/app/lib/katello/content_search/unit_row.rb +56 -0
  402. data/app/lib/katello/dashboard/content_views_widget.rb +30 -0
  403. data/app/lib/katello/dashboard/errata_widget.rb +30 -0
  404. data/app/lib/katello/dashboard/layout.rb +76 -0
  405. data/app/lib/katello/dashboard/notices_widget.rb +24 -0
  406. data/app/lib/katello/dashboard/promotions_widget.rb +30 -0
  407. data/app/lib/katello/dashboard/subscriptions_totals_widget.rb +29 -0
  408. data/app/lib/katello/dashboard/subscriptions_widget.rb +25 -0
  409. data/app/lib/katello/dashboard/sync_widget.rb +29 -0
  410. data/app/lib/katello/dashboard/system_groups_widget.rb +30 -0
  411. data/app/lib/katello/dashboard/widget.rb +46 -0
  412. data/app/lib/katello/errors.rb +89 -0
  413. data/app/lib/katello/glue/event.rb +71 -0
  414. data/app/lib/katello/glue/queue.rb +88 -0
  415. data/app/lib/katello/glue/task.rb +56 -0
  416. data/app/lib/katello/http_resource.rb +219 -0
  417. data/app/lib/katello/kt_locale.rb +76 -0
  418. data/app/lib/katello/lazy_accessor.rb +157 -0
  419. data/app/lib/katello/ldap.rb +43 -0
  420. data/app/lib/katello/mapping.rb +46 -0
  421. data/app/lib/katello/navigation.rb +21 -0
  422. data/app/lib/katello/navigation/content_menu.rb +316 -0
  423. data/app/lib/katello/navigation/organization_menu.rb +72 -0
  424. data/app/lib/katello/navigation/system_menu.rb +208 -0
  425. data/app/lib/katello/notifications.rb +17 -0
  426. data/app/lib/katello/notifications/controller_helper.rb +43 -0
  427. data/app/lib/katello/notifications/notifier.rb +190 -0
  428. data/app/lib/katello/notify.rb +16 -0
  429. data/app/lib/katello/profiling.rb +61 -0
  430. data/app/lib/katello/repo_discovery.rb +89 -0
  431. data/app/lib/katello/resources/candlepin.rb +723 -0
  432. data/app/lib/katello/resources/cdn.rb +145 -0
  433. data/app/lib/katello/util/cdn_var_substitutor.rb +133 -0
  434. data/app/lib/katello/util/data.rb +54 -0
  435. data/app/lib/katello/util/errata.rb +63 -0
  436. data/app/lib/katello/util/filter_rule_clause_generator.rb +100 -0
  437. data/app/lib/katello/util/model.rb +46 -0
  438. data/app/lib/katello/util/package.rb +188 -0
  439. data/app/lib/katello/util/package_clause_generator.rb +81 -0
  440. data/app/lib/katello/util/package_filter.rb +96 -0
  441. data/app/lib/katello/util/puppet_clause_generator.rb +39 -0
  442. data/app/lib/katello/util/report_table.rb +102 -0
  443. data/app/lib/katello/util/search.rb +73 -0
  444. data/app/lib/katello/util/support.rb +101 -0
  445. data/app/lib/katello/util/task_status.rb +142 -0
  446. data/app/lib/katello/util/thread_session.rb +86 -0
  447. data/app/lib/katello/util/url_matcher.rb +111 -0
  448. data/app/lib/katello/validators/changeset_distribution_validator.rb +29 -0
  449. data/app/lib/katello/validators/changeset_erratum_validator.rb +31 -0
  450. data/app/lib/katello/validators/changeset_package_validator.rb +29 -0
  451. data/app/lib/katello/validators/content_validator.rb +23 -0
  452. data/app/lib/katello/validators/content_view_environment_validator.rb +30 -0
  453. data/app/lib/katello/validators/default_info_validator.rb +41 -0
  454. data/app/lib/katello/validators/erratum_rule_params_validator.rb +65 -0
  455. data/app/lib/katello/validators/gpg_key_content_validator.rb +54 -0
  456. data/app/lib/katello/validators/katello_description_format_validator.rb +24 -0
  457. data/app/lib/katello/validators/katello_label_format_validator.rb +34 -0
  458. data/app/lib/katello/validators/katello_name_format_validator.rb +34 -0
  459. data/app/lib/katello/validators/katello_url_format_validator.rb +33 -0
  460. data/app/lib/katello/validators/ldap_group_validator.rb +25 -0
  461. data/app/lib/katello/validators/ldap_username_validator.rb +31 -0
  462. data/app/lib/katello/validators/library_presence_validator.rb +21 -0
  463. data/app/lib/katello/validators/lock_validator.rb +25 -0
  464. data/app/lib/katello/validators/no_trailing_space_validator.rb +27 -0
  465. data/app/lib/katello/validators/non_library_environment_validator.rb +22 -0
  466. data/app/lib/katello/validators/not_in_library_validator.rb +21 -0
  467. data/app/lib/katello/validators/own_role_presence_validator.rb +25 -0
  468. data/app/lib/katello/validators/package_group_rule_params_validator.rb +34 -0
  469. data/app/lib/katello/validators/path_descendents_validator.rb +36 -0
  470. data/app/lib/katello/validators/permission_validator.rb +43 -0
  471. data/app/lib/katello/validators/prior_validator.rb +32 -0
  472. data/app/lib/katello/validators/repo_disablement_validator.rb +23 -0
  473. data/app/lib/katello/validators/rolename_validator.rb +27 -0
  474. data/app/lib/katello/validators/rule_params_validator.rb +34 -0
  475. data/app/lib/katello/validators/rule_version_validator.rb +30 -0
  476. data/app/lib/katello/validators/self_reference_environment_validator.rb +21 -0
  477. data/app/lib/katello/validators/serialized_params_validator.rb +27 -0
  478. data/app/lib/katello/validators/unique_field_in_org.rb +27 -0
  479. data/app/lib/katello/validators/username_validator.rb +23 -0
  480. data/app/mailers/katello/user_mailer.rb +31 -0
  481. data/app/models/katello/activation_key.rb +170 -0
  482. data/app/models/katello/async_operation.rb +98 -0
  483. data/app/models/katello/async_orchestration.rb +53 -0
  484. data/app/models/katello/authorization/activation_key.rb +52 -0
  485. data/app/models/katello/authorization/content_view.rb +107 -0
  486. data/app/models/katello/authorization/content_view_definition.rb +103 -0
  487. data/app/models/katello/authorization/content_view_version.rb +39 -0
  488. data/app/models/katello/authorization/distributor.rb +68 -0
  489. data/app/models/katello/authorization/enforcement.rb +204 -0
  490. data/app/models/katello/authorization/environment.rb +234 -0
  491. data/app/models/katello/authorization/gpg_key.rb +58 -0
  492. data/app/models/katello/authorization/organization.rb +162 -0
  493. data/app/models/katello/authorization/product.rb +70 -0
  494. data/app/models/katello/authorization/provider.rb +101 -0
  495. data/app/models/katello/authorization/repository.rb +97 -0
  496. data/app/models/katello/authorization/role.rb +63 -0
  497. data/app/models/katello/authorization/system.rb +116 -0
  498. data/app/models/katello/authorization/system_group.rb +124 -0
  499. data/app/models/katello/authorization/user.rb +80 -0
  500. data/app/models/katello/candlepin/content.rb +52 -0
  501. data/app/models/katello/candlepin/product_content.rb +150 -0
  502. data/app/models/katello/changeset.rb +228 -0
  503. data/app/models/katello/changeset_content_view.rb +8 -0
  504. data/app/models/katello/changeset_user.rb +21 -0
  505. data/app/models/katello/component_content_view.rb +21 -0
  506. data/app/models/katello/concerns/organization_extensions.rb +274 -0
  507. data/app/models/katello/concerns/user_extensions.rb +453 -0
  508. data/app/models/katello/content_view.rb +446 -0
  509. data/app/models/katello/content_view_definition.rb +328 -0
  510. data/app/models/katello/content_view_definition_archive.rb +21 -0
  511. data/app/models/katello/content_view_definition_base.rb +147 -0
  512. data/app/models/katello/content_view_definition_product.rb +21 -0
  513. data/app/models/katello/content_view_definition_repository.rb +20 -0
  514. data/app/models/katello/content_view_environment.rb +28 -0
  515. data/app/models/katello/content_view_version.rb +209 -0
  516. data/app/models/katello/content_view_version_environment.rb +29 -0
  517. data/app/models/katello/cp_consumer_user.rb +23 -0
  518. data/app/models/katello/custom_info.rb +91 -0
  519. data/app/models/katello/deletion_changeset.rb +81 -0
  520. data/app/models/katello/distribution.rb +17 -0
  521. data/app/models/katello/distributor.rb +141 -0
  522. data/app/models/katello/errata.rb +22 -0
  523. data/app/models/katello/erratum_rule.rb +107 -0
  524. data/app/models/katello/ext/indexed_model.rb +167 -0
  525. data/app/models/katello/ext/label_from_name.rb +29 -0
  526. data/app/models/katello/ext/permission_tag_cleanup.rb +47 -0
  527. data/app/models/katello/filter.rb +102 -0
  528. data/app/models/katello/filter_rule.rb +87 -0
  529. data/app/models/katello/glue.rb +193 -0
  530. data/app/models/katello/glue/candlepin/consumer.rb +629 -0
  531. data/app/models/katello/glue/candlepin/content.rb +144 -0
  532. data/app/models/katello/glue/candlepin/environment.rb +108 -0
  533. data/app/models/katello/glue/candlepin/owner.rb +151 -0
  534. data/app/models/katello/glue/candlepin/owner_info.rb +55 -0
  535. data/app/models/katello/glue/candlepin/pool.rb +181 -0
  536. data/app/models/katello/glue/candlepin/product.rb +365 -0
  537. data/app/models/katello/glue/elastic_search/activation_key.rb +37 -0
  538. data/app/models/katello/glue/elastic_search/changeset.rb +38 -0
  539. data/app/models/katello/glue/elastic_search/content_view.rb +63 -0
  540. data/app/models/katello/glue/elastic_search/content_view_definition.rb +33 -0
  541. data/app/models/katello/glue/elastic_search/distributor.rb +66 -0
  542. data/app/models/katello/glue/elastic_search/environment.rb +35 -0
  543. data/app/models/katello/glue/elastic_search/errata.rb +219 -0
  544. data/app/models/katello/glue/elastic_search/gpg_key.rb +34 -0
  545. data/app/models/katello/glue/elastic_search/items.rb +176 -0
  546. data/app/models/katello/glue/elastic_search/job.rb +35 -0
  547. data/app/models/katello/glue/elastic_search/marketing_product.rb +23 -0
  548. data/app/models/katello/glue/elastic_search/notice.rb +39 -0
  549. data/app/models/katello/glue/elastic_search/organization.rb +35 -0
  550. data/app/models/katello/glue/elastic_search/package.rb +192 -0
  551. data/app/models/katello/glue/elastic_search/package_group.rb +121 -0
  552. data/app/models/katello/glue/elastic_search/permission.rb +28 -0
  553. data/app/models/katello/glue/elastic_search/pool.rb +153 -0
  554. data/app/models/katello/glue/elastic_search/product.rb +66 -0
  555. data/app/models/katello/glue/elastic_search/provider.rb +45 -0
  556. data/app/models/katello/glue/elastic_search/puppet_module.rb +181 -0
  557. data/app/models/katello/glue/elastic_search/repository.rb +225 -0
  558. data/app/models/katello/glue/elastic_search/role.rb +38 -0
  559. data/app/models/katello/glue/elastic_search/sync_plan.rb +33 -0
  560. data/app/models/katello/glue/elastic_search/system.rb +164 -0
  561. data/app/models/katello/glue/elastic_search/system_group.rb +44 -0
  562. data/app/models/katello/glue/elastic_search/task_status.rb +66 -0
  563. data/app/models/katello/glue/elastic_search/user.rb +35 -0
  564. data/app/models/katello/glue/provider.rb +583 -0
  565. data/app/models/katello/glue/pulp/consumer.rb +284 -0
  566. data/app/models/katello/glue/pulp/consumer_group.rb +107 -0
  567. data/app/models/katello/glue/pulp/distribution.rb +51 -0
  568. data/app/models/katello/glue/pulp/errata.rb +156 -0
  569. data/app/models/katello/glue/pulp/package.rb +71 -0
  570. data/app/models/katello/glue/pulp/package_group.rb +61 -0
  571. data/app/models/katello/glue/pulp/pulp_errors.rb +21 -0
  572. data/app/models/katello/glue/pulp/puppet_module.rb +71 -0
  573. data/app/models/katello/glue/pulp/repo.rb +851 -0
  574. data/app/models/katello/glue/pulp/repos.rb +397 -0
  575. data/app/models/katello/glue/pulp/simple_package.rb +25 -0
  576. data/app/models/katello/glue/pulp/user.rb +95 -0
  577. data/app/models/katello/gpg_key.rb +45 -0
  578. data/app/models/katello/hash_util.rb +37 -0
  579. data/app/models/katello/help_tip.rb +20 -0
  580. data/app/models/katello/hypervisor.rb +27 -0
  581. data/app/models/katello/job.rb +216 -0
  582. data/app/models/katello/job_task.rb +20 -0
  583. data/app/models/katello/key_pool.rb +21 -0
  584. data/app/models/katello/key_system_group.rb +21 -0
  585. data/app/models/katello/kt_environment.rb +341 -0
  586. data/app/models/katello/ldap_group_role.rb +21 -0
  587. data/app/models/katello/marketing_engineering_product.rb +20 -0
  588. data/app/models/katello/marketing_product.rb +21 -0
  589. data/app/models/katello/notice.rb +76 -0
  590. data/app/models/katello/organization_destroyer.rb +63 -0
  591. data/app/models/katello/package.rb +19 -0
  592. data/app/models/katello/package_group.rb +19 -0
  593. data/app/models/katello/package_group_rule.rb +32 -0
  594. data/app/models/katello/package_rule.rb +53 -0
  595. data/app/models/katello/permission.rb +178 -0
  596. data/app/models/katello/permission_tag.rb +23 -0
  597. data/app/models/katello/ping.rb +143 -0
  598. data/app/models/katello/pool.rb +64 -0
  599. data/app/models/katello/product.rb +241 -0
  600. data/app/models/katello/promotion_changeset.rb +121 -0
  601. data/app/models/katello/provider.rb +231 -0
  602. data/app/models/katello/proxy_association_owner.rb +20 -0
  603. data/app/models/katello/pulp_sync_status.rb +188 -0
  604. data/app/models/katello/pulp_task_status.rb +119 -0
  605. data/app/models/katello/puppet_module.rb +42 -0
  606. data/app/models/katello/puppet_module_rule.rb +71 -0
  607. data/app/models/katello/repository.rb +342 -0
  608. data/app/models/katello/resource_type.rb +132 -0
  609. data/app/models/katello/role.rb +187 -0
  610. data/app/models/katello/roles_permissions/default_system_registration_permission.rb +48 -0
  611. data/app/models/katello/roles_permissions/user_own_role.rb +45 -0
  612. data/app/models/katello/roles_user.rb +20 -0
  613. data/app/models/katello/search_favorite.rb +38 -0
  614. data/app/models/katello/search_history.rb +21 -0
  615. data/app/models/katello/sync_plan.rb +91 -0
  616. data/app/models/katello/system.rb +276 -0
  617. data/app/models/katello/system_activation_key.rb +20 -0
  618. data/app/models/katello/system_group.rb +197 -0
  619. data/app/models/katello/system_system_group.rb +33 -0
  620. data/app/models/katello/tag.rb +42 -0
  621. data/app/models/katello/task_status.rb +401 -0
  622. data/app/models/katello/user_notice.rb +36 -0
  623. data/app/models/katello/user_own_role.rb +30 -0
  624. data/app/models/katello/verb.rb +51 -0
  625. data/app/models/katello/virtual_tag.rb +27 -0
  626. data/app/overrides/add_organization_attributes.rb +11 -0
  627. data/app/views/katello/activation_keys/_activation_key.html.haml +16 -0
  628. data/app/views/katello/activation_keys/_applied_subscriptions.html.haml +38 -0
  629. data/app/views/katello/activation_keys/_applied_subscriptions_update.js.haml +1 -0
  630. data/app/views/katello/activation_keys/_available_subscriptions.html.haml +29 -0
  631. data/app/views/katello/activation_keys/_available_subscriptions_update.js.haml +1 -0
  632. data/app/views/katello/activation_keys/_edit.html.haml +83 -0
  633. data/app/views/katello/activation_keys/_list_activation_keys.html.haml +5 -0
  634. data/app/views/katello/activation_keys/_new.html.haml +38 -0
  635. data/app/views/katello/activation_keys/_subscriptions.html.haml +52 -0
  636. data/app/views/katello/activation_keys/_system.html.haml +5 -0
  637. data/app/views/katello/activation_keys/_system_group_items.html.haml +7 -0
  638. data/app/views/katello/activation_keys/_system_groups.html.haml +34 -0
  639. data/app/views/katello/activation_keys/_systems.html.haml +27 -0
  640. data/app/views/katello/activation_keys/index.html.haml +16 -0
  641. data/app/views/katello/api/v2/activation_keys/show.json.rabl +9 -0
  642. data/app/views/katello/api/v2/changesets/dependencies.rabl +1 -0
  643. data/app/views/katello/api/v2/changesets/show.json.rabl +41 -0
  644. data/app/views/katello/api/v2/changesets_content/add_product.json.rabl +3 -0
  645. data/app/views/katello/api/v2/changesets_content/add_repo.json.rabl +3 -0
  646. data/app/views/katello/api/v2/changesets_content/remove_product.json.rabl +3 -0
  647. data/app/views/katello/api/v2/changesets_content/remove_repo.json.rabl +3 -0
  648. data/app/views/katello/api/v2/changesets_content/show.json.rabl +3 -0
  649. data/app/views/katello/api/v2/common/_identifier.json.rabl +3 -0
  650. data/app/views/katello/api/v2/common/_metadata.json.rabl +13 -0
  651. data/app/views/katello/api/v2/common/_org_reference.json.rabl +3 -0
  652. data/app/views/katello/api/v2/common/_readonly.json.rabl +3 -0
  653. data/app/views/katello/api/v2/common/_syncable.json.rabl +1 -0
  654. data/app/views/katello/api/v2/common/_timestamps.json.rabl +1 -0
  655. data/app/views/katello/api/v2/common/async.json.rabl +3 -0
  656. data/app/views/katello/api/v2/common/create.json.rabl +3 -0
  657. data/app/views/katello/api/v2/common/destroy.json.rabl +1 -0
  658. data/app/views/katello/api/v2/common/index.json.rabl +7 -0
  659. data/app/views/katello/api/v2/common/status.json.rabl +1 -0
  660. data/app/views/katello/api/v2/common/update.json.rabl +3 -0
  661. data/app/views/katello/api/v2/content_view_definitions/clone.json.rabl +3 -0
  662. data/app/views/katello/api/v2/content_view_definitions/content_views.json.rabl +3 -0
  663. data/app/views/katello/api/v2/content_view_definitions/list_all_products.json.rabl +3 -0
  664. data/app/views/katello/api/v2/content_view_definitions/list_products.json.rabl +3 -0
  665. data/app/views/katello/api/v2/content_view_definitions/list_repositories.json.rabl +3 -0
  666. data/app/views/katello/api/v2/content_view_definitions/show.json.rabl +18 -0
  667. data/app/views/katello/api/v2/content_view_definitions/update_content_views.json.rabl +3 -0
  668. data/app/views/katello/api/v2/content_view_definitions/update_products.json.rabl +3 -0
  669. data/app/views/katello/api/v2/content_view_definitions/update_repositories.json.rabl +3 -0
  670. data/app/views/katello/api/v2/content_views/index.json.rabl +10 -0
  671. data/app/views/katello/api/v2/content_views/show.json.rabl +20 -0
  672. data/app/views/katello/api/v2/custom_info/show.json.rabl +5 -0
  673. data/app/views/katello/api/v2/distributions/show.json.rabl +9 -0
  674. data/app/views/katello/api/v2/distributors/index.json.rabl +9 -0
  675. data/app/views/katello/api/v2/distributors/pools.json.rabl +3 -0
  676. data/app/views/katello/api/v2/distributors/show.json.rabl +3 -0
  677. data/app/views/katello/api/v2/distributors/task.json.rabl +3 -0
  678. data/app/views/katello/api/v2/distributors/tasks.json.rabl +3 -0
  679. data/app/views/katello/api/v2/environments/index.json.rabl +3 -0
  680. data/app/views/katello/api/v2/environments/paths.json.rabl +13 -0
  681. data/app/views/katello/api/v2/environments/releases.json.rabl +3 -0
  682. data/app/views/katello/api/v2/environments/repositories.json.rabl +3 -0
  683. data/app/views/katello/api/v2/environments/show.json.rabl +9 -0
  684. data/app/views/katello/api/v2/errata/_attributes.json.rabl +7 -0
  685. data/app/views/katello/api/v2/errata/index.json.rabl +3 -0
  686. data/app/views/katello/api/v2/errata/show.json.rabl +10 -0
  687. data/app/views/katello/api/v2/filter_rules/show.json.rabl +10 -0
  688. data/app/views/katello/api/v2/filters/list_products.json.rabl +3 -0
  689. data/app/views/katello/api/v2/filters/list_repositories.json.rabl +3 -0
  690. data/app/views/katello/api/v2/filters/show.json.rabl +24 -0
  691. data/app/views/katello/api/v2/filters/update_products.json.rabl +3 -0
  692. data/app/views/katello/api/v2/filters/update_repositories.json.rabl +3 -0
  693. data/app/views/katello/api/v2/gpg_keys/index.json.rabl +3 -0
  694. data/app/views/katello/api/v2/gpg_keys/show.json.rabl +39 -0
  695. data/app/views/katello/api/v2/layouts/collection.json.haml +3 -0
  696. data/app/views/katello/api/v2/layouts/resource.json.haml +5 -0
  697. data/app/views/katello/api/v2/organization_default_info/apply_to_all.json.rabl +3 -0
  698. data/app/views/katello/api/v2/organization_default_info/create.json.rabl +5 -0
  699. data/app/views/katello/api/v2/organizations/index.json.rabl +5 -0
  700. data/app/views/katello/api/v2/organizations/show.json.rabl +7 -0
  701. data/app/views/katello/api/v2/packages/show.json.rabl +15 -0
  702. data/app/views/katello/api/v2/permissions/show.json.rabl +13 -0
  703. data/app/views/katello/api/v2/ping/server_status.json.rabl +4 -0
  704. data/app/views/katello/api/v2/ping/show.json.rabl +6 -0
  705. data/app/views/katello/api/v2/ping/version.json.rabl +4 -0
  706. data/app/views/katello/api/v2/products/index.json.rabl +3 -0
  707. data/app/views/katello/api/v2/products/repositories.json.rabl +6 -0
  708. data/app/views/katello/api/v2/products/show.json.rabl +38 -0
  709. data/app/views/katello/api/v2/providers/_provider.json.rabl +14 -0
  710. data/app/views/katello/api/v2/providers/index.json.rabl +3 -0
  711. data/app/views/katello/api/v2/providers/products.json.rabl +3 -0
  712. data/app/views/katello/api/v2/providers/show.json.rabl +3 -0
  713. data/app/views/katello/api/v2/repositories/index.json.rabl +3 -0
  714. data/app/views/katello/api/v2/repositories/package_group_categories.json.rabl +5 -0
  715. data/app/views/katello/api/v2/repositories/package_groups.json.rabl +9 -0
  716. data/app/views/katello/api/v2/repositories/show.json.rabl +39 -0
  717. data/app/views/katello/api/v2/repositories/sync.json.rabl +3 -0
  718. data/app/views/katello/api/v2/repository_sets/index.json.rabl +3 -0
  719. data/app/views/katello/api/v2/repository_sets/show.json.rabl +8 -0
  720. data/app/views/katello/api/v2/role_ldap_groups/show.json.rabl +4 -0
  721. data/app/views/katello/api/v2/roles/available_verbs.json.rabl +3 -0
  722. data/app/views/katello/api/v2/roles/show.json.rabl +4 -0
  723. data/app/views/katello/api/v2/root/resource_list.json.rabl +3 -0
  724. data/app/views/katello/api/v2/subscriptions/create.json.rabl +3 -0
  725. data/app/views/katello/api/v2/subscriptions/destroy.json.rabl +1 -0
  726. data/app/views/katello/api/v2/subscriptions/destroy_all.json.rabl +1 -0
  727. data/app/views/katello/api/v2/subscriptions/destroy_by_serial.json.rabl +1 -0
  728. data/app/views/katello/api/v2/subscriptions/index.json.rabl +10 -0
  729. data/app/views/katello/api/v2/subscriptions/organization_index.json.rabl +10 -0
  730. data/app/views/katello/api/v2/subscriptions/show.json.rabl +35 -0
  731. data/app/views/katello/api/v2/sync/create.json.rabl +3 -0
  732. data/app/views/katello/api/v2/sync/index.json.rabl +3 -0
  733. data/app/views/katello/api/v2/sync_plans/show.json.rabl +8 -0
  734. data/app/views/katello/api/v2/system_errata/show.json.rabl +3 -0
  735. data/app/views/katello/api/v2/system_errata/system_task.json.rabl +3 -0
  736. data/app/views/katello/api/v2/system_group_errata/index.json.rabl +3 -0
  737. data/app/views/katello/api/v2/system_groups/_system_group.json.rabl +16 -0
  738. data/app/views/katello/api/v2/system_groups/copy.json.rabl +3 -0
  739. data/app/views/katello/api/v2/system_groups/create.json.rabl +3 -0
  740. data/app/views/katello/api/v2/system_groups/delta_systems.rabl +4 -0
  741. data/app/views/katello/api/v2/system_groups/history.json.rabl +3 -0
  742. data/app/views/katello/api/v2/system_groups/history_show.json.rabl +5 -0
  743. data/app/views/katello/api/v2/system_groups/index.json.rabl +3 -0
  744. data/app/views/katello/api/v2/system_groups/show.json.rabl +3 -0
  745. data/app/views/katello/api/v2/system_groups/systems.json.rabl +14 -0
  746. data/app/views/katello/api/v2/system_groups/update.json.rabl +3 -0
  747. data/app/views/katello/api/v2/system_packages/system_task.json.rabl +3 -0
  748. data/app/views/katello/api/v2/systems/_pool.json.rabl +6 -0
  749. data/app/views/katello/api/v2/systems/activate.json.rabl +3 -0
  750. data/app/views/katello/api/v2/systems/add_system_groups.json.rabl +3 -0
  751. data/app/views/katello/api/v2/systems/available_system_groups.json.rabl +5 -0
  752. data/app/views/katello/api/v2/systems/enabled_repos.json.rabl +3 -0
  753. data/app/views/katello/api/v2/systems/errata.json.rabl +7 -0
  754. data/app/views/katello/api/v2/systems/erratum.json.rabl +10 -0
  755. data/app/views/katello/api/v2/systems/index.json.rabl +3 -0
  756. data/app/views/katello/api/v2/systems/package.json.rabl +5 -0
  757. data/app/views/katello/api/v2/systems/package_profile.json.rabl +7 -0
  758. data/app/views/katello/api/v2/systems/pools.json.rabl +7 -0
  759. data/app/views/katello/api/v2/systems/regenerate_identity_certificates.json.rabl +3 -0
  760. data/app/views/katello/api/v2/systems/releases.json.rabl +9 -0
  761. data/app/views/katello/api/v2/systems/remove_system_groups.json.rabl +3 -0
  762. data/app/views/katello/api/v2/systems/show.json.rabl +56 -0
  763. data/app/views/katello/api/v2/systems/tasks.json.rabl +7 -0
  764. data/app/views/katello/api/v2/systems/upload_package_profile.json.rabl +3 -0
  765. data/app/views/katello/api/v2/systems_bulk_actions/applicable_errata.json.rabl +7 -0
  766. data/app/views/katello/api/v2/systems_bulk_actions/bulk_action.json.rabl +5 -0
  767. data/app/views/katello/api/v2/systems_bulk_actions/erratum.json.rabl +1 -0
  768. data/app/views/katello/api/v2/systems_bulk_actions/job.json.rabl +2 -0
  769. data/app/views/katello/api/v2/tasks/show.json.rabl +15 -0
  770. data/app/views/katello/api/v2/uebercerts/show.json.rabl +15 -0
  771. data/app/views/katello/api/v2/users/list_owners.json.rabl +4 -0
  772. data/app/views/katello/api/v2/users/list_roles.json.rabl +3 -0
  773. data/app/views/katello/api/v2/users/show.json.rabl +12 -0
  774. data/app/views/katello/application_info/about.html.haml +58 -0
  775. data/app/views/katello/changesets/_content_type.html.haml +13 -0
  776. data/app/views/katello/changesets/_dependency_list.html.haml +3 -0
  777. data/app/views/katello/changesets/_edit.html.haml +54 -0
  778. data/app/views/katello/changesets/_list.html.haml +3 -0
  779. data/app/views/katello/changesets/_name.html.haml +7 -0
  780. data/app/views/katello/changesets/_new.html.haml +35 -0
  781. data/app/views/katello/changesets/_warning.html.haml +23 -0
  782. data/app/views/katello/changesets/index.html.haml +9 -0
  783. data/app/views/katello/common/400.html.haml +5 -0
  784. data/app/views/katello/common/403.html.haml +8 -0
  785. data/app/views/katello/common/404.html.haml +7 -0
  786. data/app/views/katello/common/500.html.haml +15 -0
  787. data/app/views/katello/common/_ajax_notices.haml +5 -0
  788. data/app/views/katello/common/_common_i18n.html.haml +45 -0
  789. data/app/views/katello/common/_common_product_repo_selector.html.haml +65 -0
  790. data/app/views/katello/common/_common_products.html.haml +24 -0
  791. data/app/views/katello/common/_config.html.haml +8 -0
  792. data/app/views/katello/common/_edit_i18n.html.haml +12 -0
  793. data/app/views/katello/common/_env_select.html.haml +40 -0
  794. data/app/views/katello/common/_filter_table.html.haml +5 -0
  795. data/app/views/katello/common/_footer.haml +7 -0
  796. data/app/views/katello/common/_helptip.html.haml +4 -0
  797. data/app/views/katello/common/_helptip_button.html.haml +3 -0
  798. data/app/views/katello/common/_list_item.html.haml +6 -0
  799. data/app/views/katello/common/_list_items.html.haml +2 -0
  800. data/app/views/katello/common/_list_remove.js.haml +3 -0
  801. data/app/views/katello/common/_list_update.html.haml +4 -0
  802. data/app/views/katello/common/_notification.haml +29 -0
  803. data/app/views/katello/common/_one_panel.html.haml +15 -0
  804. data/app/views/katello/common/_one_panel_list_item.haml +5 -0
  805. data/app/views/katello/common/_package_actions_i18n.html.haml +7 -0
  806. data/app/views/katello/common/_panel.html.haml +75 -0
  807. data/app/views/katello/common/_post_action_close_subpanel.js.haml +2 -0
  808. data/app/views/katello/common/_post_delete_close_subpanel.js.haml +2 -0
  809. data/app/views/katello/common/_repo_selector.html.haml +27 -0
  810. data/app/views/katello/common/_search.html.haml +17 -0
  811. data/app/views/katello/common/_stats_line.html.haml +3 -0
  812. data/app/views/katello/common/_tupane.html.haml +10 -0
  813. data/app/views/katello/content_search/_browser_box.html.haml +159 -0
  814. data/app/views/katello/content_search/_container_hover.html.haml +32 -0
  815. data/app/views/katello/content_search/_grid.html.haml +60 -0
  816. data/app/views/katello/content_search/_repo_hover.html.haml +25 -0
  817. data/app/views/katello/content_search/index.html.haml +33 -0
  818. data/app/views/katello/content_view_definitions/_composite_definition_content.html.haml +23 -0
  819. data/app/views/katello/content_view_definitions/_edit.html.haml +24 -0
  820. data/app/views/katello/content_view_definitions/_new.html.haml +37 -0
  821. data/app/views/katello/content_view_definitions/_publish.html.haml +20 -0
  822. data/app/views/katello/content_view_definitions/_single_definition_content.html.haml +21 -0
  823. data/app/views/katello/content_view_definitions/_tupane_header.html.haml +22 -0
  824. data/app/views/katello/content_view_definitions/_view_definitions.html.haml +31 -0
  825. data/app/views/katello/content_view_definitions/filters/_edit.html.haml +46 -0
  826. data/app/views/katello/content_view_definitions/filters/_index.html.haml +38 -0
  827. data/app/views/katello/content_view_definitions/filters/_list_rules.html.haml +35 -0
  828. data/app/views/katello/content_view_definitions/filters/_new.html.haml +15 -0
  829. data/app/views/katello/content_view_definitions/filters/rules/_edit.html.haml +40 -0
  830. data/app/views/katello/content_view_definitions/filters/rules/_edit_errata.html.haml +27 -0
  831. data/app/views/katello/content_view_definitions/filters/rules/_edit_errata_parameters.html.haml +24 -0
  832. data/app/views/katello/content_view_definitions/filters/rules/_errata_item.html.haml +7 -0
  833. data/app/views/katello/content_view_definitions/filters/rules/_inclusion.html.haml +20 -0
  834. data/app/views/katello/content_view_definitions/filters/rules/_new.html.haml +26 -0
  835. data/app/views/katello/content_view_definitions/filters/rules/_package_group_item.html.haml +7 -0
  836. data/app/views/katello/content_view_definitions/filters/rules/_package_item.html.haml +11 -0
  837. data/app/views/katello/content_view_definitions/filters/rules/_parameter_list.html.haml +37 -0
  838. data/app/views/katello/content_view_definitions/filters/rules/_puppet_module_item.html.haml +20 -0
  839. data/app/views/katello/content_view_definitions/filters/rules/_version_selector.html.haml +32 -0
  840. data/app/views/katello/content_view_definitions/index.html.haml +12 -0
  841. data/app/views/katello/content_view_definitions/views/_index.html.haml +28 -0
  842. data/app/views/katello/content_view_definitions/views/_version.html.haml +21 -0
  843. data/app/views/katello/content_view_definitions/views/_view.html.haml +19 -0
  844. data/app/views/katello/content_view_versions/_content.html.haml +39 -0
  845. data/app/views/katello/content_view_versions/_show.html.haml +27 -0
  846. data/app/views/katello/custom_info/_edit.html.haml +35 -0
  847. data/app/views/katello/dashboard/_ajax_entry.html.haml +11 -0
  848. data/app/views/katello/dashboard/_content_views.haml +19 -0
  849. data/app/views/katello/dashboard/_entry.html.haml +9 -0
  850. data/app/views/katello/dashboard/_errata.haml +23 -0
  851. data/app/views/katello/dashboard/_notices.html.haml +11 -0
  852. data/app/views/katello/dashboard/_promotions.haml +22 -0
  853. data/app/views/katello/dashboard/_subscriptions.haml +45 -0
  854. data/app/views/katello/dashboard/_subscriptions_totals.haml +19 -0
  855. data/app/views/katello/dashboard/_sync.haml +37 -0
  856. data/app/views/katello/dashboard/_system_group_item.html.haml +18 -0
  857. data/app/views/katello/dashboard/_system_groups.html.haml +31 -0
  858. data/app/views/katello/dashboard/_systems.html.haml +22 -0
  859. data/app/views/katello/dashboard/index.html.haml +22 -0
  860. data/app/views/katello/distributor_events/_details.html.haml +32 -0
  861. data/app/views/katello/distributor_events/_event_items.html.haml +27 -0
  862. data/app/views/katello/distributor_events/_events.html.haml +36 -0
  863. data/app/views/katello/distributor_events/_more_events.html.haml +3 -0
  864. data/app/views/katello/distributors/_actions.html.haml +23 -0
  865. data/app/views/katello/distributors/_distributor_tupane_header_nav.html.haml +10 -0
  866. data/app/views/katello/distributors/_edit.html.haml +74 -0
  867. data/app/views/katello/distributors/_edit_custom_info.html.haml +10 -0
  868. data/app/views/katello/distributors/_list_distributor.html.haml +2 -0
  869. data/app/views/katello/distributors/_list_distributor_show.html.haml +19 -0
  870. data/app/views/katello/distributors/_list_distributors.html.haml +1 -0
  871. data/app/views/katello/distributors/_more_products.html.haml +5 -0
  872. data/app/views/katello/distributors/_new.html.haml +44 -0
  873. data/app/views/katello/distributors/_products.html.haml +23 -0
  874. data/app/views/katello/distributors/_subs.html.haml +149 -0
  875. data/app/views/katello/distributors/_subs_update.js.haml +1 -0
  876. data/app/views/katello/distributors/_subscription_details.html.haml +23 -0
  877. data/app/views/katello/distributors/_subscriptions.html.haml +22 -0
  878. data/app/views/katello/distributors/index.html.haml +11 -0
  879. data/app/views/katello/environments/_edit.html.haml +40 -0
  880. data/app/views/katello/environments/_new.html.haml +26 -0
  881. data/app/views/katello/environments/_products.html.haml +4 -0
  882. data/app/views/katello/errata/_packages.html.haml +30 -0
  883. data/app/views/katello/errata/_short_details.html.haml +44 -0
  884. data/app/views/katello/errata/_show.html.haml +85 -0
  885. data/app/views/katello/layouts/katello.haml +27 -0
  886. data/app/views/katello/layouts/tupane_layout.html.haml +39 -0
  887. data/app/views/katello/nodes/_list.html.haml +5 -0
  888. data/app/views/katello/nodes/index.html.haml +1 -0
  889. data/app/views/katello/nodes/show.html.haml +7 -0
  890. data/app/views/katello/notices/_delete_all.js.haml +1 -0
  891. data/app/views/katello/notices/show.html.haml +46 -0
  892. data/app/views/katello/operations/index.html.haml +2 -0
  893. data/app/views/katello/organizations/_default_info.html.haml +43 -0
  894. data/app/views/katello/organizations/_download_debug_certificate.html.haml +14 -0
  895. data/app/views/katello/organizations/_edit.html.haml +87 -0
  896. data/app/views/katello/organizations/_edit_override.html.erb +20 -0
  897. data/app/views/katello/organizations/_environments.html.haml +2 -0
  898. data/app/views/katello/organizations/_events.html.haml +29 -0
  899. data/app/views/katello/organizations/_footer.html.haml +15 -0
  900. data/app/views/katello/organizations/_new.html.haml +39 -0
  901. data/app/views/katello/organizations/_post_delete.js.haml +3 -0
  902. data/app/views/katello/organizations/_step_1_override.html.erb +6 -0
  903. data/app/views/katello/organizations/index.html.haml +16 -0
  904. data/app/views/katello/packages/_changelog.html.haml +15 -0
  905. data/app/views/katello/packages/_dependencies.html.haml +27 -0
  906. data/app/views/katello/packages/_details.html.haml +94 -0
  907. data/app/views/katello/packages/_filelist.html.haml +15 -0
  908. data/app/views/katello/packages/_show.html.haml +90 -0
  909. data/app/views/katello/products/_edit.html.haml +38 -0
  910. data/app/views/katello/products/_new.html.haml +27 -0
  911. data/app/views/katello/promotions/_content_views.html.haml +28 -0
  912. data/app/views/katello/promotions/_detail.html.haml +9 -0
  913. data/app/views/katello/promotions/show.html.haml +204 -0
  914. data/app/views/katello/providers/_edit.html.haml +32 -0
  915. data/app/views/katello/providers/_form.html.haml +8 -0
  916. data/app/views/katello/providers/_new.html.haml +11 -0
  917. data/app/views/katello/providers/_new_discovered_repos.html.haml +81 -0
  918. data/app/views/katello/providers/_products_repos.html.haml +50 -0
  919. data/app/views/katello/providers/_remove_item.html.haml +16 -0
  920. data/app/views/katello/providers/_repo_discovery.html.haml +57 -0
  921. data/app/views/katello/providers/index.html.haml +17 -0
  922. data/app/views/katello/providers/redhat/_children.html.haml +22 -0
  923. data/app/views/katello/providers/redhat/_repo_sets.haml +44 -0
  924. data/app/views/katello/providers/redhat/_repos.html.haml +16 -0
  925. data/app/views/katello/providers/redhat/_tab.html.haml +8 -0
  926. data/app/views/katello/providers/redhat/show.html.haml +31 -0
  927. data/app/views/katello/puppet_modules/_show.html.haml +88 -0
  928. data/app/views/katello/repositories/_edit.html.haml +64 -0
  929. data/app/views/katello/repositories/_new.html.haml +60 -0
  930. data/app/views/katello/roles/_closed_permission.html.haml +22 -0
  931. data/app/views/katello/roles/_edit.html.haml +117 -0
  932. data/app/views/katello/roles/_list_role.html.haml +6 -0
  933. data/app/views/katello/roles/_list_roles.html.haml +1 -0
  934. data/app/views/katello/roles/_new.html.haml +12 -0
  935. data/app/views/katello/roles/_permission.html.haml +47 -0
  936. data/app/views/katello/roles/_permissions.html.haml +6 -0
  937. data/app/views/katello/roles/_self_role_edit.html.haml +37 -0
  938. data/app/views/katello/roles/index.html.haml +55 -0
  939. data/app/views/katello/subscriptions/_consumers.html.haml +53 -0
  940. data/app/views/katello/subscriptions/_edit.html.haml +119 -0
  941. data/app/views/katello/subscriptions/_edit_manifest.html.haml +59 -0
  942. data/app/views/katello/subscriptions/_history.html.haml +32 -0
  943. data/app/views/katello/subscriptions/_history_items.html.haml +33 -0
  944. data/app/views/katello/subscriptions/_list_subscription.html.haml +3 -0
  945. data/app/views/katello/subscriptions/_list_subscription_show.html.haml +21 -0
  946. data/app/views/katello/subscriptions/_list_subscriptions.html.haml +1 -0
  947. data/app/views/katello/subscriptions/_new.html.haml +134 -0
  948. data/app/views/katello/subscriptions/_products.html.haml +52 -0
  949. data/app/views/katello/subscriptions/_subscriptions_tupane_header_nav.html.haml +5 -0
  950. data/app/views/katello/subscriptions/_subscriptions_tupane_header_new_nav.html.haml +2 -0
  951. data/app/views/katello/subscriptions/index.html.haml +4 -0
  952. data/app/views/katello/subscriptions/index_nutupane.html.haml +15 -0
  953. data/app/views/katello/sync_management/_children.html.haml +13 -0
  954. data/app/views/katello/sync_management/_controls.html.haml +14 -0
  955. data/app/views/katello/sync_management/_product.html.haml +21 -0
  956. data/app/views/katello/sync_management/_products.html.haml +21 -0
  957. data/app/views/katello/sync_management/_repo.html.haml +26 -0
  958. data/app/views/katello/sync_management/_sync_plans.html.haml +16 -0
  959. data/app/views/katello/sync_management/index.html.haml +22 -0
  960. data/app/views/katello/sync_management/manage.html.haml +25 -0
  961. data/app/views/katello/sync_plans/_edit.html.haml +32 -0
  962. data/app/views/katello/sync_plans/_form.html.haml +14 -0
  963. data/app/views/katello/sync_plans/_new.html.haml +9 -0
  964. data/app/views/katello/sync_plans/index.html.haml +5 -0
  965. data/app/views/katello/sync_schedules/index.html.haml +15 -0
  966. data/app/views/katello/system_events/_details.html.haml +34 -0
  967. data/app/views/katello/system_events/_event_items.html.haml +27 -0
  968. data/app/views/katello/system_events/_events.html.haml +36 -0
  969. data/app/views/katello/system_events/_more_events.html.haml +3 -0
  970. data/app/views/katello/system_groups/_edit.html.haml +52 -0
  971. data/app/views/katello/system_groups/_edit_systems.html.haml +32 -0
  972. data/app/views/katello/system_groups/_list_group.html.haml +4 -0
  973. data/app/views/katello/system_groups/_list_groups.html.haml +1 -0
  974. data/app/views/katello/system_groups/_new.html.haml +50 -0
  975. data/app/views/katello/system_groups/_system_item.html.haml +16 -0
  976. data/app/views/katello/system_groups/_systems.html.haml +67 -0
  977. data/app/views/katello/system_groups/_tupane_header.html.haml +15 -0
  978. data/app/views/katello/system_groups/errata/_index.html.haml +72 -0
  979. data/app/views/katello/system_groups/events/_index.html.haml +33 -0
  980. data/app/views/katello/system_groups/events/_items.html.haml +29 -0
  981. data/app/views/katello/system_groups/events/_more_items.html.haml +3 -0
  982. data/app/views/katello/system_groups/events/_show.html.haml +29 -0
  983. data/app/views/katello/system_groups/events/_system_items.html.haml +27 -0
  984. data/app/views/katello/system_groups/events/_systems.html.haml +15 -0
  985. data/app/views/katello/system_groups/index.html.haml +24 -0
  986. data/app/views/katello/system_groups/packages/_index.html.haml +70 -0
  987. data/app/views/katello/system_groups/packages/_items.html.haml +30 -0
  988. data/app/views/katello/system_groups/packages/_status.html.haml +5 -0
  989. data/app/views/katello/system_packages/_package_items.html.haml +43 -0
  990. data/app/views/katello/system_packages/_packages.html.haml +132 -0
  991. data/app/views/katello/systems/_actions.html.haml +96 -0
  992. data/app/views/katello/systems/_edit.html.haml +229 -0
  993. data/app/views/katello/systems/_edit_custom_info.html.haml +10 -0
  994. data/app/views/katello/systems/_facts.html.haml +33 -0
  995. data/app/views/katello/systems/_hypervisor.html.haml +7 -0
  996. data/app/views/katello/systems/_list_system.html.haml +2 -0
  997. data/app/views/katello/systems/_list_system_show.html.haml +25 -0
  998. data/app/views/katello/systems/_list_systems.html.haml +1 -0
  999. data/app/views/katello/systems/_more_products.html.haml +9 -0
  1000. data/app/views/katello/systems/_new.html.haml +20 -0
  1001. data/app/views/katello/systems/_products.html.haml +23 -0
  1002. data/app/views/katello/systems/_subs.html.haml +144 -0
  1003. data/app/views/katello/systems/_subs_update.js.haml +1 -0
  1004. data/app/views/katello/systems/_subscription_details.html.haml +23 -0
  1005. data/app/views/katello/systems/_subscriptions.html.haml +28 -0
  1006. data/app/views/katello/systems/_system_group_items.html.haml +7 -0
  1007. data/app/views/katello/systems/_system_groups.html.haml +26 -0
  1008. data/app/views/katello/systems/_system_tupane_header_nav.html.haml +10 -0
  1009. data/app/views/katello/systems/errata/_index.html.haml +62 -0
  1010. data/app/views/katello/systems/errata/_items.html.haml +21 -0
  1011. data/app/views/katello/systems/index.html.haml +47 -0
  1012. data/app/views/katello/systems/new_nutupane.html.haml +52 -0
  1013. data/app/views/katello/systems/show_nutupane.html.haml +199 -0
  1014. data/app/views/katello/user_mailer/logins.text.haml +3 -0
  1015. data/app/views/katello/users/_edit.html.haml +14 -0
  1016. data/app/views/katello/users/_edit_environment.html.haml +46 -0
  1017. data/app/views/katello/users/_edit_form.html.haml +70 -0
  1018. data/app/views/katello/users/index.html.haml +8 -0
  1019. data/app/views/katello/users/show.html.haml +3 -0
  1020. data/app/views/katello/welcome/show.html.haml +15 -0
  1021. data/config/boot.rb +18 -0
  1022. data/config/candlepin-ca.crt +15 -0
  1023. data/config/compass.rb +6 -0
  1024. data/config/database.yml +1 -0
  1025. data/config/initializers/active_record.rb +1 -0
  1026. data/config/initializers/active_resource.rb +1 -0
  1027. data/config/initializers/apipie.rb +144 -0
  1028. data/config/initializers/backtrace_silencers.rb +7 -0
  1029. data/config/initializers/db_setup_check.rb +4 -0
  1030. data/config/initializers/delayed_job.rb +16 -0
  1031. data/config/initializers/inflections.rb +13 -0
  1032. data/config/initializers/mime_types.rb +7 -0
  1033. data/config/initializers/monkeys.rb +2 -0
  1034. data/config/initializers/multipart_json_fix.rb +15 -0
  1035. data/config/initializers/openstruct.rb +12 -0
  1036. data/config/initializers/quiet_paths.rb +19 -0
  1037. data/config/initializers/rabl_init.rb +23 -0
  1038. data/config/initializers/runcible.rb +14 -0
  1039. data/config/initializers/session_store.rb +6 -0
  1040. data/config/initializers/sig_ttin_trap.rb +17 -0
  1041. data/config/initializers/simple_navigation.rb +1 -0
  1042. data/config/initializers/tire.rb +4 -0
  1043. data/config/katello.yml +0 -0
  1044. data/config/katello_defaults.yml +369 -0
  1045. data/config/locales/README +10 -0
  1046. data/config/locales/bn.yml +182 -0
  1047. data/config/locales/compare_upstream.sh +21 -0
  1048. data/config/locales/cs.yml +211 -0
  1049. data/config/locales/de.yml +203 -0
  1050. data/config/locales/en.yml +205 -0
  1051. data/config/locales/es.yml +199 -0
  1052. data/config/locales/fr.yml +222 -0
  1053. data/config/locales/gu.yml +181 -0
  1054. data/config/locales/hi.yml +199 -0
  1055. data/config/locales/it.yml +205 -0
  1056. data/config/locales/ja.yml +197 -0
  1057. data/config/locales/kn.yml +199 -0
  1058. data/config/locales/ko.yml +197 -0
  1059. data/config/locales/mr.yml +178 -0
  1060. data/config/locales/or.yml +181 -0
  1061. data/config/locales/pa.yml +181 -0
  1062. data/config/locales/pt-BR.yml +207 -0
  1063. data/config/locales/pt.yml +207 -0
  1064. data/config/locales/ru.yml +257 -0
  1065. data/config/locales/ta.yml +181 -0
  1066. data/config/locales/te.yml +181 -0
  1067. data/config/locales/update.sh +14 -0
  1068. data/config/locales/zh-CN.yml +199 -0
  1069. data/config/locales/zh-TW.yml +199 -0
  1070. data/config/navigation.rb +0 -0
  1071. data/config/routes.rb +503 -0
  1072. data/config/routes/api/v1.rb +375 -0
  1073. data/config/routes/api/v2.rb +392 -0
  1074. data/config/routes/mount_engine.rb +3 -0
  1075. data/db/migrate/20131014135042_katello_tables.rb +672 -0
  1076. data/db/migrate/20131014225132_add_users_fields.rb +13 -0
  1077. data/db/migrate/20131120225132_add_organization_fields.rb +15 -0
  1078. data/db/products.json +118 -0
  1079. data/db/seeds.rb +61 -0
  1080. data/engines/bastion/Bastion.gemspec +21 -0
  1081. data/engines/bastion/README.md +297 -0
  1082. data/engines/bastion/app/assets/bastion/bastion.js +95 -0
  1083. data/engines/bastion/app/assets/bastion/bastion.module.js +141 -0
  1084. data/engines/bastion/app/assets/bastion/content-views/content-view.factory.js +38 -0
  1085. data/engines/bastion/app/assets/bastion/content-views/content-views.module.js +25 -0
  1086. data/engines/bastion/app/assets/bastion/environments/environment.factory.js +38 -0
  1087. data/engines/bastion/app/assets/bastion/environments/environments.controller.js +58 -0
  1088. data/engines/bastion/app/assets/bastion/environments/environments.module.js +44 -0
  1089. data/engines/bastion/app/assets/bastion/environments/path.controller.js +149 -0
  1090. data/engines/bastion/app/assets/bastion/environments/views/environments.html +165 -0
  1091. data/engines/bastion/app/assets/bastion/errata/errata.module.js +23 -0
  1092. data/engines/bastion/app/assets/bastion/errata/erratum.factory.js +31 -0
  1093. data/engines/bastion/app/assets/bastion/gpg-keys/details/gpg-key-details-info.controller.js +52 -0
  1094. data/engines/bastion/app/assets/bastion/gpg-keys/details/gpg-key-details.controller.js +62 -0
  1095. data/engines/bastion/app/assets/bastion/gpg-keys/details/views/gpg-key-details.html +48 -0
  1096. data/engines/bastion/app/assets/bastion/gpg-keys/details/views/gpg-key-info.html +39 -0
  1097. data/engines/bastion/app/assets/bastion/gpg-keys/details/views/gpg-key-products.html +29 -0
  1098. data/engines/bastion/app/assets/bastion/gpg-keys/details/views/gpg-key-repositories.html +33 -0
  1099. data/engines/bastion/app/assets/bastion/gpg-keys/gpg-key.factory.js +36 -0
  1100. data/engines/bastion/app/assets/bastion/gpg-keys/gpg-keys.controller.js +64 -0
  1101. data/engines/bastion/app/assets/bastion/gpg-keys/gpg-keys.module.js +98 -0
  1102. data/engines/bastion/app/assets/bastion/gpg-keys/new/new-gpg-key.controller.js +51 -0
  1103. data/engines/bastion/app/assets/bastion/gpg-keys/new/views/gpg-key-new.html +72 -0
  1104. data/engines/bastion/app/assets/bastion/gpg-keys/views/gpg-keys-table-collapsed.html +15 -0
  1105. data/engines/bastion/app/assets/bastion/gpg-keys/views/gpg-keys-table-full.html +21 -0
  1106. data/engines/bastion/app/assets/bastion/gpg-keys/views/gpg-keys.html +14 -0
  1107. data/engines/bastion/app/assets/bastion/i18n/i18n.module.js +24 -0
  1108. data/engines/bastion/app/assets/bastion/i18n/katello.pot +968 -0
  1109. data/engines/bastion/app/assets/bastion/i18n/translations.js +3 -0
  1110. data/engines/bastion/app/assets/bastion/images/favicon.png +0 -0
  1111. data/engines/bastion/app/assets/bastion/incubator/alch-alert.directive.js +67 -0
  1112. data/engines/bastion/app/assets/bastion/incubator/alch-container-scroll.directive.js +43 -0
  1113. data/engines/bastion/app/assets/bastion/incubator/alch-dropdown.directive.js +28 -0
  1114. data/engines/bastion/app/assets/bastion/incubator/alch-edit.directive.js +348 -0
  1115. data/engines/bastion/app/assets/bastion/incubator/alch-flyout.directive.js +19 -0
  1116. data/engines/bastion/app/assets/bastion/incubator/alch-form-buttons.directive.js +56 -0
  1117. data/engines/bastion/app/assets/bastion/incubator/alch-form-group.directive.js +82 -0
  1118. data/engines/bastion/app/assets/bastion/incubator/alch-infinite-scroll.directive.js +84 -0
  1119. data/engines/bastion/app/assets/bastion/incubator/alch-menu.directive.js +56 -0
  1120. data/engines/bastion/app/assets/bastion/incubator/alch-modal.directive.js +80 -0
  1121. data/engines/bastion/app/assets/bastion/incubator/alch-save-control.directive.js +42 -0
  1122. data/engines/bastion/app/assets/bastion/incubator/alch-table.directive.js +219 -0
  1123. data/engines/bastion/app/assets/bastion/incubator/format/alch-format.module.js +21 -0
  1124. data/engines/bastion/app/assets/bastion/incubator/format/array-to-string.filter.js +30 -0
  1125. data/engines/bastion/app/assets/bastion/incubator/format/boolean-to-yes-no.filter.js +34 -0
  1126. data/engines/bastion/app/assets/bastion/incubator/format/default-number-string.filter.js +34 -0
  1127. data/engines/bastion/app/assets/bastion/incubator/format/key-value-to-string.filter.js +40 -0
  1128. data/engines/bastion/app/assets/bastion/incubator/format/unlimitedFilter.filter.js +33 -0
  1129. data/engines/bastion/app/assets/bastion/incubator/stylesheets/alch-edit.scss +34 -0
  1130. data/engines/bastion/app/assets/bastion/incubator/stylesheets/header.scss +207 -0
  1131. data/engines/bastion/app/assets/bastion/incubator/views/alch-alert.html +6 -0
  1132. data/engines/bastion/app/assets/bastion/incubator/views/alch-dropdown.html +19 -0
  1133. data/engines/bastion/app/assets/bastion/incubator/views/alch-edit-add-item.html +21 -0
  1134. data/engines/bastion/app/assets/bastion/incubator/views/alch-edit-add-remove-cancel.html +28 -0
  1135. data/engines/bastion/app/assets/bastion/incubator/views/alch-edit-checkbox.html +6 -0
  1136. data/engines/bastion/app/assets/bastion/incubator/views/alch-edit-custom.html +6 -0
  1137. data/engines/bastion/app/assets/bastion/incubator/views/alch-edit-multiselect.html +17 -0
  1138. data/engines/bastion/app/assets/bastion/incubator/views/alch-edit-save-cancel.html +20 -0
  1139. data/engines/bastion/app/assets/bastion/incubator/views/alch-edit-select.html +10 -0
  1140. data/engines/bastion/app/assets/bastion/incubator/views/alch-edit-text.html +6 -0
  1141. data/engines/bastion/app/assets/bastion/incubator/views/alch-edit-textarea.html +6 -0
  1142. data/engines/bastion/app/assets/bastion/incubator/views/alch-edit.html +18 -0
  1143. data/engines/bastion/app/assets/bastion/incubator/views/alch-flyout.html +10 -0
  1144. data/engines/bastion/app/assets/bastion/incubator/views/alch-form-buttons.html +10 -0
  1145. data/engines/bastion/app/assets/bastion/incubator/views/alch-form-group.html +9 -0
  1146. data/engines/bastion/app/assets/bastion/incubator/views/alch-menu.html +18 -0
  1147. data/engines/bastion/app/assets/bastion/incubator/views/alch-modal-remove.html +13 -0
  1148. data/engines/bastion/app/assets/bastion/layouts/details-nutupane.html +57 -0
  1149. data/engines/bastion/app/assets/bastion/layouts/nutupane.html +63 -0
  1150. data/engines/bastion/app/assets/bastion/layouts/select-all-results.html +9 -0
  1151. data/engines/bastion/app/assets/bastion/menu/menu-expander.service.js +51 -0
  1152. data/engines/bastion/app/assets/bastion/menu/menu.module.js +25 -0
  1153. data/engines/bastion/app/assets/bastion/nodes/node.factory.js +31 -0
  1154. data/engines/bastion/app/assets/bastion/nodes/nodes.module.js +23 -0
  1155. data/engines/bastion/app/assets/bastion/organizations/organization.factory.js +37 -0
  1156. data/engines/bastion/app/assets/bastion/organizations/organizations.module.js +23 -0
  1157. data/engines/bastion/app/assets/bastion/products/details/product-details-info.controller.js +71 -0
  1158. data/engines/bastion/app/assets/bastion/products/details/product-details.controller.js +51 -0
  1159. data/engines/bastion/app/assets/bastion/products/details/product-repositories.controller.js +40 -0
  1160. data/engines/bastion/app/assets/bastion/products/details/views/product-details.html +59 -0
  1161. data/engines/bastion/app/assets/bastion/products/details/views/product-info.html +45 -0
  1162. data/engines/bastion/app/assets/bastion/products/details/views/product-repositories.html +65 -0
  1163. data/engines/bastion/app/assets/bastion/products/discovery/discovery-form.controller.js +185 -0
  1164. data/engines/bastion/app/assets/bastion/products/discovery/discovery.controller.js +115 -0
  1165. data/engines/bastion/app/assets/bastion/products/discovery/views/discovery-base.html +16 -0
  1166. data/engines/bastion/app/assets/bastion/products/discovery/views/discovery-create.html +171 -0
  1167. data/engines/bastion/app/assets/bastion/products/discovery/views/discovery.html +90 -0
  1168. data/engines/bastion/app/assets/bastion/products/new/new-product.controller.js +32 -0
  1169. data/engines/bastion/app/assets/bastion/products/new/product-form.controller.js +91 -0
  1170. data/engines/bastion/app/assets/bastion/products/new/views/product-new-form.html +56 -0
  1171. data/engines/bastion/app/assets/bastion/products/new/views/product-new.html +20 -0
  1172. data/engines/bastion/app/assets/bastion/products/product.factory.js +32 -0
  1173. data/engines/bastion/app/assets/bastion/products/products.controller.js +52 -0
  1174. data/engines/bastion/app/assets/bastion/products/products.module.js +153 -0
  1175. data/engines/bastion/app/assets/bastion/products/views/products-table-collapsed.html +18 -0
  1176. data/engines/bastion/app/assets/bastion/products/views/products-table-full.html +24 -0
  1177. data/engines/bastion/app/assets/bastion/products/views/products.html +19 -0
  1178. data/engines/bastion/app/assets/bastion/providers/new/new-provider.controller.js +63 -0
  1179. data/engines/bastion/app/assets/bastion/providers/new/views/provider-new.html +28 -0
  1180. data/engines/bastion/app/assets/bastion/providers/provider.factory.js +38 -0
  1181. data/engines/bastion/app/assets/bastion/providers/providers.module.js +23 -0
  1182. data/engines/bastion/app/assets/bastion/repositories/details/repository-details-info.controller.js +113 -0
  1183. data/engines/bastion/app/assets/bastion/repositories/details/views/repository-info.html +174 -0
  1184. data/engines/bastion/app/assets/bastion/repositories/new/new-repository.controller.js +63 -0
  1185. data/engines/bastion/app/assets/bastion/repositories/new/views/repository-new.html +73 -0
  1186. data/engines/bastion/app/assets/bastion/repositories/repositories.module.js +35 -0
  1187. data/engines/bastion/app/assets/bastion/repositories/repository.factory.js +38 -0
  1188. data/engines/bastion/app/assets/bastion/stylesheets/less/bastion.less +27 -0
  1189. data/engines/bastion/app/assets/bastion/stylesheets/less/forms.less +11 -0
  1190. data/engines/bastion/app/assets/bastion/stylesheets/less/gpg-keys.less +36 -0
  1191. data/engines/bastion/app/assets/bastion/stylesheets/less/helpers.less +6 -0
  1192. data/engines/bastion/app/assets/bastion/stylesheets/less/nutupane.less +307 -0
  1193. data/engines/bastion/app/assets/bastion/stylesheets/less/overrides.less +42 -0
  1194. data/engines/bastion/app/assets/bastion/stylesheets/less/systems.less +35 -0
  1195. data/engines/bastion/app/assets/bastion/stylesheets/less/variables.less +2 -0
  1196. data/engines/bastion/app/assets/bastion/stylesheets/scss/bastion.scss +171 -0
  1197. data/engines/bastion/app/assets/bastion/stylesheets/widgets/_org-switcher.scss +114 -0
  1198. data/engines/bastion/app/assets/bastion/subscriptions/details/subscription-details.controller.js +58 -0
  1199. data/engines/bastion/app/assets/bastion/subscriptions/details/subscription-products.controller.js +35 -0
  1200. data/engines/bastion/app/assets/bastion/subscriptions/details/views/subscription-associations.html +41 -0
  1201. data/engines/bastion/app/assets/bastion/subscriptions/details/views/subscription-details.html +41 -0
  1202. data/engines/bastion/app/assets/bastion/subscriptions/details/views/subscription-info.html +92 -0
  1203. data/engines/bastion/app/assets/bastion/subscriptions/details/views/subscription-products.html +35 -0
  1204. data/engines/bastion/app/assets/bastion/subscriptions/manifest/manifest-details.controller.js +46 -0
  1205. data/engines/bastion/app/assets/bastion/subscriptions/manifest/manifest-history.controller.js +31 -0
  1206. data/engines/bastion/app/assets/bastion/subscriptions/manifest/manifest-import.controller.js +147 -0
  1207. data/engines/bastion/app/assets/bastion/subscriptions/manifest/manifest.controller.js +48 -0
  1208. data/engines/bastion/app/assets/bastion/subscriptions/manifest/views/manifest-details.html +46 -0
  1209. data/engines/bastion/app/assets/bastion/subscriptions/manifest/views/manifest-import-history.html +17 -0
  1210. data/engines/bastion/app/assets/bastion/subscriptions/manifest/views/manifest-import.html +80 -0
  1211. data/engines/bastion/app/assets/bastion/subscriptions/manifest/views/manifest.html +47 -0
  1212. data/engines/bastion/app/assets/bastion/subscriptions/subscriptions.controller.js +82 -0
  1213. data/engines/bastion/app/assets/bastion/subscriptions/subscriptions.factory.js +31 -0
  1214. data/engines/bastion/app/assets/bastion/subscriptions/subscriptions.module.js +118 -0
  1215. data/engines/bastion/app/assets/bastion/subscriptions/views/subscriptions-delete-bulk.html +4 -0
  1216. data/engines/bastion/app/assets/bastion/subscriptions/views/subscriptions-table-collapsed.html +17 -0
  1217. data/engines/bastion/app/assets/bastion/subscriptions/views/subscriptions-table-full.html +31 -0
  1218. data/engines/bastion/app/assets/bastion/subscriptions/views/subscriptions.html +13 -0
  1219. data/engines/bastion/app/assets/bastion/system-groups/details/system-group-add-systems.controller.js +78 -0
  1220. data/engines/bastion/app/assets/bastion/system-groups/details/system-group-details-info.controller.js +40 -0
  1221. data/engines/bastion/app/assets/bastion/system-groups/details/system-group-details.controller.js +82 -0
  1222. data/engines/bastion/app/assets/bastion/system-groups/details/system-group-systems.controller.js +61 -0
  1223. data/engines/bastion/app/assets/bastion/system-groups/details/views/system-group-actions.html +34 -0
  1224. data/engines/bastion/app/assets/bastion/system-groups/details/views/system-group-add-systems.html +83 -0
  1225. data/engines/bastion/app/assets/bastion/system-groups/details/views/system-group-details.html +91 -0
  1226. data/engines/bastion/app/assets/bastion/system-groups/details/views/system-group-info.html +62 -0
  1227. data/engines/bastion/app/assets/bastion/system-groups/details/views/system-group-systems-list.html +77 -0
  1228. data/engines/bastion/app/assets/bastion/system-groups/details/views/system-group-systems.html +21 -0
  1229. data/engines/bastion/app/assets/bastion/system-groups/new/new-system-group.controller.js +32 -0
  1230. data/engines/bastion/app/assets/bastion/system-groups/new/system-group-form.controller.js +75 -0
  1231. data/engines/bastion/app/assets/bastion/system-groups/new/views/system-group-new-form.html +46 -0
  1232. data/engines/bastion/app/assets/bastion/system-groups/new/views/system-group-new.html +20 -0
  1233. data/engines/bastion/app/assets/bastion/system-groups/system-group.factory.js +36 -0
  1234. data/engines/bastion/app/assets/bastion/system-groups/system-groups.controller.js +51 -0
  1235. data/engines/bastion/app/assets/bastion/system-groups/system-groups.module.js +102 -0
  1236. data/engines/bastion/app/assets/bastion/system-groups/views/system-groups-table-collapsed.html +18 -0
  1237. data/engines/bastion/app/assets/bastion/system-groups/views/system-groups-table-full.html +26 -0
  1238. data/engines/bastion/app/assets/bastion/system-groups/views/system-groups.html +14 -0
  1239. data/engines/bastion/app/assets/bastion/systems/bulk/systems-bulk-action-errata.controller.js +113 -0
  1240. data/engines/bastion/app/assets/bastion/systems/bulk/systems-bulk-action-groups.controller.js +92 -0
  1241. data/engines/bastion/app/assets/bastion/systems/bulk/systems-bulk-action-packages.controller.js +101 -0
  1242. data/engines/bastion/app/assets/bastion/systems/bulk/systems-bulk-action-subscriptions.controller.js +98 -0
  1243. data/engines/bastion/app/assets/bastion/systems/bulk/systems-bulk-action.controller.js +84 -0
  1244. data/engines/bastion/app/assets/bastion/systems/bulk/views/alter-content-bulk.html +3 -0
  1245. data/engines/bastion/app/assets/bastion/systems/bulk/views/bulk-actions-errata.html +73 -0
  1246. data/engines/bastion/app/assets/bastion/systems/bulk/views/bulk-actions-groups.html +66 -0
  1247. data/engines/bastion/app/assets/bastion/systems/bulk/views/bulk-actions-packages.html +78 -0
  1248. data/engines/bastion/app/assets/bastion/systems/bulk/views/bulk-actions-subscriptions.html +24 -0
  1249. data/engines/bastion/app/assets/bastion/systems/bulk/views/bulk-actions.html +88 -0
  1250. data/engines/bastion/app/assets/bastion/systems/bulk/views/errata-details.html +64 -0
  1251. data/engines/bastion/app/assets/bastion/systems/bulk/views/errata-systems.html +28 -0
  1252. data/engines/bastion/app/assets/bastion/systems/content/system-errata.controller.js +71 -0
  1253. data/engines/bastion/app/assets/bastion/systems/content/system-packages.controller.js +97 -0
  1254. data/engines/bastion/app/assets/bastion/systems/content/views/errata-details.html +64 -0
  1255. data/engines/bastion/app/assets/bastion/systems/content/views/system-errata.html +57 -0
  1256. data/engines/bastion/app/assets/bastion/systems/content/views/system-packages.html +94 -0
  1257. data/engines/bastion/app/assets/bastion/systems/details/system-add-system-groups.controller.js +82 -0
  1258. data/engines/bastion/app/assets/bastion/systems/details/system-details-info.controller.js +236 -0
  1259. data/engines/bastion/app/assets/bastion/systems/details/system-details.controller.js +94 -0
  1260. data/engines/bastion/app/assets/bastion/systems/details/system-event-details.controller.js +55 -0
  1261. data/engines/bastion/app/assets/bastion/systems/details/system-events.controller.js +48 -0
  1262. data/engines/bastion/app/assets/bastion/systems/details/system-subscriptions.controller.js +136 -0
  1263. data/engines/bastion/app/assets/bastion/systems/details/system-system-groups.controller.js +82 -0
  1264. data/engines/bastion/app/assets/bastion/systems/details/views/partials/system-detail-object.html +8 -0
  1265. data/engines/bastion/app/assets/bastion/systems/details/views/partials/system-detail-value.html +4 -0
  1266. data/engines/bastion/app/assets/bastion/systems/details/views/system-details.html +74 -0
  1267. data/engines/bastion/app/assets/bastion/systems/details/views/system-event-details.html +47 -0
  1268. data/engines/bastion/app/assets/bastion/systems/details/views/system-events.html +45 -0
  1269. data/engines/bastion/app/assets/bastion/systems/details/views/system-groups-table.html +81 -0
  1270. data/engines/bastion/app/assets/bastion/systems/details/views/system-groups.html +18 -0
  1271. data/engines/bastion/app/assets/bastion/systems/details/views/system-info.html +332 -0
  1272. data/engines/bastion/app/assets/bastion/systems/details/views/system-subscriptions.html +198 -0
  1273. data/engines/bastion/app/assets/bastion/systems/system-erratum.factory.js +32 -0
  1274. data/engines/bastion/app/assets/bastion/systems/system-package.factory.js +35 -0
  1275. data/engines/bastion/app/assets/bastion/systems/system-register.controller.js +38 -0
  1276. data/engines/bastion/app/assets/bastion/systems/system-subscription.factory.js +31 -0
  1277. data/engines/bastion/app/assets/bastion/systems/system-task.factory.js +45 -0
  1278. data/engines/bastion/app/assets/bastion/systems/system.factory.js +70 -0
  1279. data/engines/bastion/app/assets/bastion/systems/systems-helper.service.js +35 -0
  1280. data/engines/bastion/app/assets/bastion/systems/systems.controller.js +72 -0
  1281. data/engines/bastion/app/assets/bastion/systems/systems.module.js +214 -0
  1282. data/engines/bastion/app/assets/bastion/systems/views/register.html +35 -0
  1283. data/engines/bastion/app/assets/bastion/systems/views/systems-delete-bulk.html +4 -0
  1284. data/engines/bastion/app/assets/bastion/systems/views/systems-table-collapsed.html +20 -0
  1285. data/engines/bastion/app/assets/bastion/systems/views/systems-table-full.html +33 -0
  1286. data/engines/bastion/app/assets/bastion/systems/views/systems.html +19 -0
  1287. data/engines/bastion/app/assets/bastion/tasks/task.factory.js +52 -0
  1288. data/engines/bastion/app/assets/bastion/tasks/tasks.module.js +23 -0
  1289. data/engines/bastion/app/assets/bastion/users/user.factory.js +45 -0
  1290. data/engines/bastion/app/assets/bastion/users/users.module.js +21 -0
  1291. data/engines/bastion/app/assets/bastion/utils/form-utils.service.js +54 -0
  1292. data/engines/bastion/app/assets/bastion/utils/routes.factory.js +26 -0
  1293. data/engines/bastion/app/assets/bastion/utils/utils.module.js +21 -0
  1294. data/engines/bastion/app/assets/bastion/widgets/nutupane-table.directive.js +59 -0
  1295. data/engines/bastion/app/assets/bastion/widgets/nutupane.factory.js +304 -0
  1296. data/engines/bastion/app/assets/bastion/widgets/org-switcher.widget.js +104 -0
  1297. data/engines/bastion/app/assets/bastion/widgets/path-selector.directive.js +74 -0
  1298. data/engines/bastion/app/assets/bastion/widgets/views/org-switcher.html +41 -0
  1299. data/engines/bastion/app/assets/bastion/widgets/views/save-control.html +22 -0
  1300. data/engines/bastion/app/assets/bastion/widgets/widgets.module.js +21 -0
  1301. data/engines/bastion/app/assets/images/bastion/favicon.png +0 -0
  1302. data/engines/bastion/app/assets/images/bastion/headpin-logo.png +0 -0
  1303. data/engines/bastion/app/assets/images/bastion/katello-logo.png +0 -0
  1304. data/engines/bastion/app/views/bastion/layouts/application.html.haml +18 -0
  1305. data/engines/bastion/lib/bastion.rb +5 -0
  1306. data/engines/bastion/lib/bastion/engine.rb +37 -0
  1307. data/engines/bastion/lib/bastion/version.rb +3 -0
  1308. data/engines/bastion/vendor/assets/fonts/bastion/font-awesome/FontAwesome.otf +0 -0
  1309. data/engines/bastion/vendor/assets/fonts/bastion/font-awesome/fontawesome-webfont.eot +0 -0
  1310. data/engines/bastion/vendor/assets/fonts/bastion/font-awesome/fontawesome-webfont.svg +399 -0
  1311. data/engines/bastion/vendor/assets/fonts/bastion/font-awesome/fontawesome-webfont.ttf +0 -0
  1312. data/engines/bastion/vendor/assets/fonts/bastion/font-awesome/fontawesome-webfont.woff +0 -0
  1313. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Bold-webfont.eot +0 -0
  1314. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Bold-webfont.svg +146 -0
  1315. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Bold-webfont.ttf +0 -0
  1316. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Bold-webfont.woff +0 -0
  1317. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-BoldItalic-webfont.eot +0 -0
  1318. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-BoldItalic-webfont.svg +146 -0
  1319. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-BoldItalic-webfont.ttf +0 -0
  1320. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-BoldItalic-webfont.woff +0 -0
  1321. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-ExtraBold-webfont.eot +0 -0
  1322. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-ExtraBold-webfont.svg +146 -0
  1323. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-ExtraBold-webfont.ttf +0 -0
  1324. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-ExtraBold-webfont.woff +0 -0
  1325. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-ExtraBoldItalic-webfont.eot +0 -0
  1326. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-ExtraBoldItalic-webfont.svg +146 -0
  1327. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-ExtraBoldItalic-webfont.ttf +0 -0
  1328. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-ExtraBoldItalic-webfont.woff +0 -0
  1329. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Italic-webfont.eot +0 -0
  1330. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Italic-webfont.svg +146 -0
  1331. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Italic-webfont.ttf +0 -0
  1332. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Italic-webfont.woff +0 -0
  1333. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Light-webfont.eot +0 -0
  1334. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Light-webfont.svg +146 -0
  1335. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Light-webfont.ttf +0 -0
  1336. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Light-webfont.woff +0 -0
  1337. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-LightItalic-webfont.eot +0 -0
  1338. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-LightItalic-webfont.svg +146 -0
  1339. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-LightItalic-webfont.ttf +0 -0
  1340. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-LightItalic-webfont.woff +0 -0
  1341. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Regular-webfont.eot +0 -0
  1342. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Regular-webfont.svg +146 -0
  1343. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Regular-webfont.ttf +0 -0
  1344. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Regular-webfont.woff +0 -0
  1345. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Semibold-webfont.eot +0 -0
  1346. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Semibold-webfont.svg +146 -0
  1347. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Semibold-webfont.ttf +0 -0
  1348. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Semibold-webfont.woff +0 -0
  1349. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-SemiboldItalic-webfont.eot +0 -0
  1350. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-SemiboldItalic-webfont.svg +146 -0
  1351. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-SemiboldItalic-webfont.ttf +0 -0
  1352. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-SemiboldItalic-webfont.woff +0 -0
  1353. data/engines/bastion/vendor/assets/fonts/bastion/rcue/Overpass-Bold-webfont.eot +0 -0
  1354. data/engines/bastion/vendor/assets/fonts/bastion/rcue/Overpass-Bold-webfont.svg +454 -0
  1355. data/engines/bastion/vendor/assets/fonts/bastion/rcue/Overpass-Bold-webfont.ttf +0 -0
  1356. data/engines/bastion/vendor/assets/fonts/bastion/rcue/Overpass-Bold-webfont.woff +0 -0
  1357. data/engines/bastion/vendor/assets/fonts/bastion/rcue/Overpass-Regular-webfont.eot +0 -0
  1358. data/engines/bastion/vendor/assets/fonts/bastion/rcue/Overpass-Regular-webfont.svg +454 -0
  1359. data/engines/bastion/vendor/assets/fonts/bastion/rcue/Overpass-Regular-webfont.ttf +0 -0
  1360. data/engines/bastion/vendor/assets/fonts/bastion/rcue/Overpass-Regular-webfont.woff +0 -0
  1361. data/engines/bastion/vendor/assets/javascripts/bastion/alchemy/alchemy.js +20 -0
  1362. data/engines/bastion/vendor/assets/javascripts/bastion/angular-blocks/angular-blocks.js +79 -0
  1363. data/engines/bastion/vendor/assets/javascripts/bastion/angular-gettext/angular-gettext.js +200 -0
  1364. data/engines/bastion/vendor/assets/javascripts/bastion/angular-resource/angular-resource.js +578 -0
  1365. data/engines/bastion/vendor/assets/javascripts/bastion/angular-route/angular-route.js +880 -0
  1366. data/engines/bastion/vendor/assets/javascripts/bastion/angular-sanitize/angular-sanitize.js +577 -0
  1367. data/engines/bastion/vendor/assets/javascripts/bastion/angular-ui-bootstrap/alert.js +15 -0
  1368. data/engines/bastion/vendor/assets/javascripts/bastion/angular-ui-bootstrap/bindHtml.js +10 -0
  1369. data/engines/bastion/vendor/assets/javascripts/bastion/angular-ui-bootstrap/modal.js +315 -0
  1370. data/engines/bastion/vendor/assets/javascripts/bastion/angular-ui-bootstrap/position.js +79 -0
  1371. data/engines/bastion/vendor/assets/javascripts/bastion/angular-ui-bootstrap/tabs.js +316 -0
  1372. data/engines/bastion/vendor/assets/javascripts/bastion/angular-ui-bootstrap/tooltip.js +337 -0
  1373. data/engines/bastion/vendor/assets/javascripts/bastion/angular-ui-router/angular-ui-router.js +1478 -0
  1374. data/engines/bastion/vendor/assets/javascripts/bastion/angular/angular.js +20031 -0
  1375. data/engines/bastion/vendor/assets/javascripts/bastion/es5-shim/es5-shim.js +1216 -0
  1376. data/engines/bastion/vendor/assets/javascripts/bastion/jquery/jquery.js +9597 -0
  1377. data/engines/bastion/vendor/assets/javascripts/bastion/json3/json3.js +861 -0
  1378. data/engines/bastion/vendor/assets/javascripts/bastion/ngUpload/ng-upload.js +205 -0
  1379. data/engines/bastion/vendor/assets/javascripts/bastion/underscore/underscore.js +1276 -0
  1380. data/engines/bastion/vendor/assets/stylesheets/bastion/alchemy/_colors.scss +99 -0
  1381. data/engines/bastion/vendor/assets/stylesheets/bastion/alchemy/_media_object.scss +22 -0
  1382. data/engines/bastion/vendor/assets/stylesheets/bastion/alchemy/_mixins.scss +24 -0
  1383. data/engines/bastion/vendor/assets/stylesheets/bastion/alchemy/_normalize.scss +396 -0
  1384. data/engines/bastion/vendor/assets/stylesheets/bastion/alchemy/_vars.scss +31 -0
  1385. data/engines/bastion/vendor/assets/stylesheets/bastion/alchemy/alchemy.scss +8 -0
  1386. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/alerts.less +67 -0
  1387. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/badges.less +51 -0
  1388. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/bootstrap.less +49 -0
  1389. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/breadcrumbs.less +23 -0
  1390. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/button-groups.less +227 -0
  1391. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/buttons.less +155 -0
  1392. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/carousel.less +232 -0
  1393. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/close.less +33 -0
  1394. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/code.less +53 -0
  1395. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/component-animations.less +29 -0
  1396. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/dropdowns.less +187 -0
  1397. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/forms.less +375 -0
  1398. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/glyphicons.less +237 -0
  1399. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/grid.less +79 -0
  1400. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/input-groups.less +136 -0
  1401. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/jumbotron.less +46 -0
  1402. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/labels.less +64 -0
  1403. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/list-group.less +88 -0
  1404. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/media.less +56 -0
  1405. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/mixins.less +845 -0
  1406. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/modals.less +129 -0
  1407. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/navbar.less +612 -0
  1408. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/navs.less +242 -0
  1409. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/normalize.less +406 -0
  1410. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/pager.less +55 -0
  1411. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/pagination.less +85 -0
  1412. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/panels.less +182 -0
  1413. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/popovers.less +133 -0
  1414. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/print.less +105 -0
  1415. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/progress-bars.less +80 -0
  1416. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/responsive-utilities.less +209 -0
  1417. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/scaffolding.less +119 -0
  1418. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/tables.less +231 -0
  1419. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/theme.less +247 -0
  1420. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/thumbnails.less +36 -0
  1421. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/tooltip.less +95 -0
  1422. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/type.less +281 -0
  1423. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/utilities.less +56 -0
  1424. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/variables.less +642 -0
  1425. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/wells.less +29 -0
  1426. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/less/bootstrap.less +84 -0
  1427. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/less/core.less +129 -0
  1428. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/less/extras.less +93 -0
  1429. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/less/font-awesome-ie7.less +1953 -0
  1430. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/less/font-awesome.less +33 -0
  1431. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/less/icons.less +381 -0
  1432. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/less/mixins.less +48 -0
  1433. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/less/path.less +14 -0
  1434. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/less/variables.less +735 -0
  1435. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/scss/_bootstrap.scss +84 -0
  1436. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/scss/_core.scss +129 -0
  1437. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/scss/_extras.scss +93 -0
  1438. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/scss/_icons.scss +381 -0
  1439. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/scss/_mixins.scss +48 -0
  1440. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/scss/_path.scss +14 -0
  1441. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/scss/_variables.scss +734 -0
  1442. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/scss/font-awesome-ie7.scss +1953 -0
  1443. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/scss/font-awesome.scss +33 -0
  1444. data/engines/bastion/vendor/assets/stylesheets/bastion/rcue/buttons.less +44 -0
  1445. data/engines/bastion/vendor/assets/stylesheets/bastion/rcue/fonts.less +52 -0
  1446. data/engines/bastion/vendor/assets/stylesheets/bastion/rcue/forms.less +19 -0
  1447. data/engines/bastion/vendor/assets/stylesheets/bastion/rcue/mixins.less +50 -0
  1448. data/engines/bastion/vendor/assets/stylesheets/bastion/rcue/navbar.less +481 -0
  1449. data/engines/bastion/vendor/assets/stylesheets/bastion/rcue/rcue.less +15 -0
  1450. data/engines/bastion/vendor/assets/stylesheets/bastion/rcue/variables.less +47 -0
  1451. data/engines/fort/app/controllers/api/v1/node_capabilities_controller.rb +84 -0
  1452. data/engines/fort/app/controllers/api/v1/nodes_controller.rb +131 -0
  1453. data/engines/fort/app/controllers/api/v2/node_capabilities_controller.rb +17 -0
  1454. data/engines/fort/app/controllers/api/v2/nodes_controller.rb +41 -0
  1455. data/engines/fort/app/models/authorization/node.rb +26 -0
  1456. data/engines/fort/app/models/content_node_capability.rb +67 -0
  1457. data/engines/fort/app/models/fort/concerns/system.rb +29 -0
  1458. data/engines/fort/app/models/node.rb +61 -0
  1459. data/engines/fort/app/models/node_capability.rb +42 -0
  1460. data/engines/fort/app/views/api/v2/nodes/index.json.rabl +3 -0
  1461. data/engines/fort/app/views/api/v2/nodes/show.json.rabl +15 -0
  1462. data/engines/fort/config/routes.rb +37 -0
  1463. data/engines/fort/db/migrate/20130725180846_node.rb +15 -0
  1464. data/engines/fort/db/migrate/20130725185514_add_node_capability.rb +16 -0
  1465. data/engines/fort/db/migrate/20130726210956_create_node_environments.rb +16 -0
  1466. data/engines/fort/lib/fort.rb +16 -0
  1467. data/engines/fort/lib/fort/actions/changeset_promote.rb +43 -0
  1468. data/engines/fort/lib/fort/actions/content_view_publish.rb +35 -0
  1469. data/engines/fort/lib/fort/actions/content_view_refresh.rb +34 -0
  1470. data/engines/fort/lib/fort/actions/repository_create.rb +41 -0
  1471. data/engines/fort/lib/fort/engine.rb +29 -0
  1472. data/engines/fort/lib/fort/version.rb +3 -0
  1473. data/engines/fort/lib/tasks/fort_tasks.rake +4 -0
  1474. data/lib/README +1 -0
  1475. data/lib/headpin/actions/org_create.rb +28 -0
  1476. data/lib/headpin/actions/org_destroy.rb +28 -0
  1477. data/lib/headpin/actions/user_create.rb +33 -0
  1478. data/lib/headpin/actions/user_destroy.rb +28 -0
  1479. data/lib/headpin/headpin.rb +8 -0
  1480. data/lib/katello.rb +46 -0
  1481. data/lib/katello/actions/actions.rb +19 -0
  1482. data/lib/katello/actions/changeset_promote.rb +24 -0
  1483. data/lib/katello/actions/content_view_create.rb +23 -0
  1484. data/lib/katello/actions/content_view_demote.rb +21 -0
  1485. data/lib/katello/actions/content_view_promote.rb +35 -0
  1486. data/lib/katello/actions/content_view_publish.rb +32 -0
  1487. data/lib/katello/actions/content_view_refresh.rb +32 -0
  1488. data/lib/katello/actions/environment_create.rb +31 -0
  1489. data/lib/katello/actions/environment_destroy.rb +31 -0
  1490. data/lib/katello/actions/repository_create.rb +23 -0
  1491. data/lib/katello/actions/repository_destroy.rb +23 -0
  1492. data/lib/katello/actions/repository_sync.rb +25 -0
  1493. data/lib/katello/app_config.rb +22 -0
  1494. data/lib/katello/configuration.rb +71 -0
  1495. data/lib/katello/configuration/loader.rb +129 -0
  1496. data/lib/katello/configuration/node.rb +146 -0
  1497. data/lib/katello/configuration/validator.rb +86 -0
  1498. data/lib/katello/engine.rb +89 -0
  1499. data/lib/katello/load_configuration.rb +142 -0
  1500. data/lib/katello/logging.rb +245 -0
  1501. data/lib/katello/middleware/log_request_uuid.rb +28 -0
  1502. data/lib/katello/plugin.rb +158 -0
  1503. data/lib/katello/tasks/cdn_refresh.rake +12 -0
  1504. data/lib/katello/tasks/delete_orphaned_content.rake +7 -0
  1505. data/lib/katello/tasks/gettext.rake +5 -0
  1506. data/lib/katello/tasks/headpin_misc.rake +18 -0
  1507. data/lib/katello/tasks/jenkins.rake +14 -0
  1508. data/lib/katello/tasks/jshint.rake +51 -0
  1509. data/lib/katello/tasks/jsroutes.rake +5 -0
  1510. data/lib/katello/tasks/pretty_routes.rake +30 -0
  1511. data/lib/katello/tasks/regenerate_repo_metadata.rake +20 -0
  1512. data/lib/katello/tasks/reindex.rake +36 -0
  1513. data/lib/katello/tasks/rubocop.rake +18 -0
  1514. data/lib/katello/tasks/setup.rake +65 -0
  1515. data/lib/katello/tasks/simplecov.rake +7 -0
  1516. data/lib/katello/tasks/test.rake +72 -0
  1517. data/lib/katello/tasks/yard.rake +9 -0
  1518. data/lib/katello/url_constrained_cookie_store.rb +96 -0
  1519. data/lib/katello/version.rb +3 -0
  1520. data/lib/monkeys/foreign_keys_postgresql.rb +15 -0
  1521. data/lib/monkeys/multi_json_empty_fix.rb +14 -0
  1522. data/lib/monkeys/string_to_bool.rb +19 -0
  1523. data/lib/monkeys/yard_svg_fix.rb +27 -0
  1524. data/lib/util/password.rb +138 -0
  1525. data/lib/util/puppet.rb +55 -0
  1526. data/locale/Makefile +41 -0
  1527. data/locale/README +14 -0
  1528. data/locale/bn/katello.po +5440 -0
  1529. data/locale/cs/katello.po +5082 -0
  1530. data/locale/de/katello.po +5449 -0
  1531. data/locale/en/katello.po +4845 -0
  1532. data/locale/es/katello.po +5443 -0
  1533. data/locale/fr/katello.po +5443 -0
  1534. data/locale/gu/katello.po +5440 -0
  1535. data/locale/hi/katello.po +5440 -0
  1536. data/locale/it/katello.po +5443 -0
  1537. data/locale/ja/katello.po +5475 -0
  1538. data/locale/katello.pot +4846 -0
  1539. data/locale/kn/katello.po +5468 -0
  1540. data/locale/ko/katello.po +5443 -0
  1541. data/locale/mr/katello.po +5468 -0
  1542. data/locale/or/katello.po +5468 -0
  1543. data/locale/pa/katello.po +5440 -0
  1544. data/locale/pt/katello.po +4891 -0
  1545. data/locale/pt_BR/katello.po +5472 -0
  1546. data/locale/ru/katello.po +5449 -0
  1547. data/locale/ta/katello.po +5440 -0
  1548. data/locale/te/katello.po +5468 -0
  1549. data/locale/zanata.xml +27 -0
  1550. data/locale/zh_CN/katello.po +5443 -0
  1551. data/locale/zh_TW/katello.po +5471 -0
  1552. data/vendor/assets/images/katello/add2.png +0 -0
  1553. data/vendor/assets/images/katello/addhost.png +0 -0
  1554. data/vendor/assets/images/katello/addhost2.png +0 -0
  1555. data/vendor/assets/images/katello/bg_header.jpg +0 -0
  1556. data/vendor/assets/images/katello/bg_menu_big.jpg +0 -0
  1557. data/vendor/assets/images/katello/bg_toolbarheader.jpg +0 -0
  1558. data/vendor/assets/images/katello/close.png +0 -0
  1559. data/vendor/assets/images/katello/delete.png +0 -0
  1560. data/vendor/assets/images/katello/delete_white.gif +0 -0
  1561. data/vendor/assets/images/katello/file.gif +0 -0
  1562. data/vendor/assets/images/katello/folder-closed.gif +0 -0
  1563. data/vendor/assets/images/katello/folder.gif +0 -0
  1564. data/vendor/assets/images/katello/folderClosed.gif +0 -0
  1565. data/vendor/assets/images/katello/icon_add_hardwarePool.png +0 -0
  1566. data/vendor/assets/images/katello/icon_add_vmpool.png +0 -0
  1567. data/vendor/assets/images/katello/icon_addhost.gif +0 -0
  1568. data/vendor/assets/images/katello/icon_addstorage.gif +0 -0
  1569. data/vendor/assets/images/katello/icon_addstorage.png +0 -0
  1570. data/vendor/assets/images/katello/icon_dashboard.gif +0 -0
  1571. data/vendor/assets/images/katello/icon_delete.gif +0 -0
  1572. data/vendor/assets/images/katello/icon_hdwarepool.png +0 -0
  1573. data/vendor/assets/images/katello/icon_help.png +0 -0
  1574. data/vendor/assets/images/katello/icon_menu_arrow.gif +0 -0
  1575. data/vendor/assets/images/katello/icon_newgroup.gif +0 -0
  1576. data/vendor/assets/images/katello/icon_search.png +0 -0
  1577. data/vendor/assets/images/katello/icon_toolbar_arrow.gif +0 -0
  1578. data/vendor/assets/images/katello/icon_unassignedhost.gif +0 -0
  1579. data/vendor/assets/images/katello/icon_vmpool.png +0 -0
  1580. data/vendor/assets/images/katello/image_ovirt.png +0 -0
  1581. data/vendor/assets/images/katello/minus.gif +0 -0
  1582. data/vendor/assets/images/katello/move.png +0 -0
  1583. data/vendor/assets/images/katello/plus.gif +0 -0
  1584. data/vendor/assets/images/katello/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  1585. data/vendor/assets/images/katello/ui-bg_flat_75_ffffff_40x100.png +0 -0
  1586. data/vendor/assets/images/katello/ui-bg_highlight-hard_75_dadada_1x100.png +0 -0
  1587. data/vendor/assets/images/katello/ui-bg_highlight-hard_75_e6e6e6_1x100.png +0 -0
  1588. data/vendor/assets/images/katello/ui-bg_highlight-hard_95_ffffff_1x100.png +0 -0
  1589. data/vendor/assets/images/katello/ui-bg_highlight-soft_80_e0e0e0_1x100.png +0 -0
  1590. data/vendor/assets/images/katello/ui-bg_inset-hard_65_ffffff_1x100.png +0 -0
  1591. data/vendor/assets/images/katello/ui-bg_inset-soft_95_fef1ec_1x100.png +0 -0
  1592. data/vendor/assets/images/katello/ui-icons_8f8f8f_256x240.png +0 -0
  1593. data/vendor/assets/images/katello/ui-icons_97baed_256x240.png +0 -0
  1594. data/vendor/assets/images/katello/ui-icons_cd0a0a_256x240.png +0 -0
  1595. data/vendor/assets/javascripts/katello/jquery-1.7.2.js +9404 -0
  1596. data/vendor/assets/stylesheets/katello/facebox.css +101 -0
  1597. data/vendor/assets/stylesheets/katello/jquery-ui-1.8.11.custom.css +573 -0
  1598. data/vendor/assets/stylesheets/katello/jquery.jnotify.css +98 -0
  1599. data/vendor/assets/stylesheets/katello/jquery.jscrollpane.css +120 -0
  1600. data/vendor/assets/stylesheets/katello/jquery.loadmask.css +40 -0
  1601. data/vendor/assets/stylesheets/katello/jquery.multiselect.css +23 -0
  1602. data/vendor/assets/stylesheets/katello/jquery.multiselect.filter.css +3 -0
  1603. data/vendor/assets/stylesheets/katello/jquery.timepickr.css +40 -0
  1604. data/vendor/assets/stylesheets/katello/jquery.tipsy.css +25 -0
  1605. data/vendor/assets/stylesheets/katello/jquery.treeTable.css +43 -0
  1606. data/vendor/assets/stylesheets/katello/ui.spinner.css +3 -0
  1607. metadata +2281 -0
@@ -0,0 +1,4846 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the PACKAGE package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ #, fuzzy
7
+ msgid ""
8
+ msgstr ""
9
+ "Project-Id-Version: version 0.0.1\n"
10
+ "Report-Msgid-Bugs-To: \n"
11
+ "POT-Creation-Date: 2013-04-05 15:32-0400\n"
12
+ "PO-Revision-Date: 2012-09-17 07:46+0200\n"
13
+ "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
+ "Language-Team: LANGUAGE <LL@li.org>\n"
15
+ "Language: \n"
16
+ "MIME-Version: 1.0\n"
17
+ "Content-Type: text/plain; charset=UTF-8\n"
18
+ "Content-Transfer-Encoding: 8bit\n"
19
+ "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
20
+
21
+ msgid " Changesets"
22
+ msgstr ""
23
+
24
+ msgid " Content"
25
+ msgstr ""
26
+
27
+ msgid " Red Hat Repositories"
28
+ msgstr ""
29
+
30
+ msgid " created successfully."
31
+ msgstr ""
32
+
33
+ msgid " environment cannot be set to an environment already on its path"
34
+ msgstr ""
35
+
36
+ msgid " items selected."
37
+ msgstr ""
38
+
39
+ msgid "%X repositories successfully created."
40
+ msgstr ""
41
+
42
+ msgid "%d products may have missing repositories"
43
+ msgstr ""
44
+
45
+ msgid "%s (%s other errata) install canceled"
46
+ msgstr ""
47
+
48
+ msgid "%s (%s other errata) install failed"
49
+ msgstr ""
50
+
51
+ msgid "%s (%s other errata) install timed out"
52
+ msgstr ""
53
+
54
+ msgid "%s (%s other errata) installed"
55
+ msgstr ""
56
+
57
+ msgid "%s (%s other package groups) install canceled"
58
+ msgstr ""
59
+
60
+ msgid "%s (%s other package groups) install failed"
61
+ msgstr ""
62
+
63
+ msgid "%s (%s other package groups) install timed out"
64
+ msgstr ""
65
+
66
+ msgid "%s (%s other package groups) installed"
67
+ msgstr ""
68
+
69
+ msgid "%s (%s other package groups) remove canceled"
70
+ msgstr ""
71
+
72
+ msgid "%s (%s other package groups) remove failed"
73
+ msgstr ""
74
+
75
+ msgid "%s (%s other package groups) remove timed out"
76
+ msgstr ""
77
+
78
+ msgid "%s (%s other package groups) removed"
79
+ msgstr ""
80
+
81
+ msgid "%s (%s other package groups) update canceled"
82
+ msgstr ""
83
+
84
+ msgid "%s (%s other package groups) update failed"
85
+ msgstr ""
86
+
87
+ msgid "%s (%s other package groups) update timed out"
88
+ msgstr ""
89
+
90
+ msgid "%s (%s other package groups) updated"
91
+ msgstr ""
92
+
93
+ msgid "%s (%s other packages) install canceled"
94
+ msgstr ""
95
+
96
+ msgid "%s (%s other packages) install failed"
97
+ msgstr ""
98
+
99
+ msgid "%s (%s other packages) install timed out"
100
+ msgstr ""
101
+
102
+ msgid "%s (%s other packages) installed"
103
+ msgstr ""
104
+
105
+ msgid "%s (%s other packages) remove canceled"
106
+ msgstr ""
107
+
108
+ msgid "%s (%s other packages) remove failed"
109
+ msgstr ""
110
+
111
+ msgid "%s (%s other packages) remove timed out"
112
+ msgstr ""
113
+
114
+ msgid "%s (%s other packages) removed"
115
+ msgstr ""
116
+
117
+ msgid "%s (%s other packages) update canceled"
118
+ msgstr ""
119
+
120
+ msgid "%s (%s other packages) update failed"
121
+ msgstr ""
122
+
123
+ msgid "%s (%s other packages) update timed out"
124
+ msgstr ""
125
+
126
+ msgid "%s (%s other packages) updated"
127
+ msgstr ""
128
+
129
+ msgid "%s Distributors Removed Successfully"
130
+ msgstr ""
131
+
132
+ msgid "%s Removed Successfully"
133
+ msgstr ""
134
+
135
+ msgid "%s Systems Removed Successfully"
136
+ msgstr ""
137
+
138
+ msgid "%s ago"
139
+ msgstr ""
140
+
141
+ msgid "%s erratum install canceled"
142
+ msgstr ""
143
+
144
+ msgid "%s erratum install failed"
145
+ msgstr ""
146
+
147
+ msgid "%s erratum install timed out"
148
+ msgstr ""
149
+
150
+ msgid "%s erratum installed"
151
+ msgstr ""
152
+
153
+ msgid "%s for more details."
154
+ msgstr ""
155
+
156
+ msgid "%s is not a valid package name"
157
+ msgstr ""
158
+
159
+ msgid "%s package group install canceled"
160
+ msgstr ""
161
+
162
+ msgid "%s package group install failed"
163
+ msgstr ""
164
+
165
+ msgid "%s package group install timed out"
166
+ msgstr ""
167
+
168
+ msgid "%s package group installed"
169
+ msgstr ""
170
+
171
+ msgid "%s package group remove canceled"
172
+ msgstr ""
173
+
174
+ msgid "%s package group remove failed"
175
+ msgstr ""
176
+
177
+ msgid "%s package group remove timed out"
178
+ msgstr ""
179
+
180
+ msgid "%s package group removed"
181
+ msgstr ""
182
+
183
+ msgid "%s package group update canceled"
184
+ msgstr ""
185
+
186
+ msgid "%s package group update failed"
187
+ msgstr ""
188
+
189
+ msgid "%s package group update timed out"
190
+ msgstr ""
191
+
192
+ msgid "%s package group updated"
193
+ msgstr ""
194
+
195
+ msgid "%s package install canceled"
196
+ msgstr ""
197
+
198
+ msgid "%s package install failed"
199
+ msgstr ""
200
+
201
+ msgid "%s package install timed out"
202
+ msgstr ""
203
+
204
+ msgid "%s package installed"
205
+ msgstr ""
206
+
207
+ msgid "%s package remove canceled"
208
+ msgstr ""
209
+
210
+ msgid "%s package remove failed"
211
+ msgstr ""
212
+
213
+ msgid "%s package remove timed out"
214
+ msgstr ""
215
+
216
+ msgid "%s package removed"
217
+ msgstr ""
218
+
219
+ msgid "%s package update canceled"
220
+ msgstr ""
221
+
222
+ msgid "%s package update failed"
223
+ msgstr ""
224
+
225
+ msgid "%s package update timed out"
226
+ msgstr ""
227
+
228
+ msgid "%s package updated"
229
+ msgstr ""
230
+
231
+ msgid "%s updated successfully."
232
+ msgstr ""
233
+
234
+ msgid "%{app_name} Version: %{version}"
235
+ msgstr ""
236
+
237
+ msgid "%{consumed} of %{total}"
238
+ msgstr ""
239
+
240
+ msgid "%{definition_type}: %{definition_name}"
241
+ msgstr ""
242
+
243
+ msgid "%{errata} (%{rest} other errata)"
244
+ msgstr ""
245
+
246
+ msgid "%{group} (%{rest} other package groups)"
247
+ msgstr ""
248
+
249
+ msgid "%{name} (Registered: %{time})"
250
+ msgstr ""
251
+
252
+ msgid "%{newline}Reason: %{reason}"
253
+ msgstr ""
254
+
255
+ msgid "%{object} Default Info"
256
+ msgstr ""
257
+
258
+ msgid "%{package} (%{rest} other packages)"
259
+ msgstr ""
260
+
261
+ msgid "%{repo} (Product: %{product})"
262
+ msgstr ""
263
+
264
+ msgid "%{start_date} / %{end_date}"
265
+ msgstr ""
266
+
267
+ msgid "&laquo; Back"
268
+ msgstr ""
269
+
270
+ msgid "'%s' created successfully."
271
+ msgstr ""
272
+
273
+ msgid "'%s' did not meet the current search criteria and is not being shown."
274
+ msgstr ""
275
+
276
+ msgid "'%s' no longer matches the current search criteria."
277
+ msgstr ""
278
+
279
+ msgid "'%s' was deleted."
280
+ msgstr ""
281
+
282
+ msgid "(%X of %Y repositories selected)"
283
+ msgstr ""
284
+
285
+ msgid "(%{n} Types)"
286
+ msgstr ""
287
+
288
+ msgid "(Entire product selected)"
289
+ msgstr ""
290
+
291
+ msgid "(Load %X More)"
292
+ msgstr ""
293
+
294
+ msgid "(Loaded %X of %Y Total)"
295
+ msgstr ""
296
+
297
+ msgid "(Undo)"
298
+ msgstr ""
299
+
300
+ msgid "(no repositories available)"
301
+ msgstr ""
302
+
303
+ msgid "+ Add"
304
+ msgstr ""
305
+
306
+ msgid "+ All"
307
+ msgstr ""
308
+
309
+ msgid "+ Import Manifest"
310
+ msgstr ""
311
+
312
+ msgid "+ New %s"
313
+ msgstr ""
314
+
315
+ msgid "+ New Architecture"
316
+ msgstr ""
317
+
318
+ msgid "+ New Changeset"
319
+ msgstr ""
320
+
321
+ msgid "+ New Distributor"
322
+ msgstr ""
323
+
324
+ msgid "+ New Domain"
325
+ msgstr ""
326
+
327
+ msgid "+ New GPG Key"
328
+ msgstr ""
329
+
330
+ msgid "+ New Key"
331
+ msgstr ""
332
+
333
+ msgid "+ New Model"
334
+ msgstr ""
335
+
336
+ msgid "+ New Organization"
337
+ msgstr ""
338
+
339
+ msgid "+ New Plan"
340
+ msgstr ""
341
+
342
+ msgid "+ New Provider"
343
+ msgstr ""
344
+
345
+ msgid "+ New Role"
346
+ msgstr ""
347
+
348
+ msgid "+ New Smart Proxy"
349
+ msgstr ""
350
+
351
+ msgid "+ New Subnet"
352
+ msgstr ""
353
+
354
+ msgid "+ New System"
355
+ msgstr ""
356
+
357
+ msgid "+ New User"
358
+ msgstr ""
359
+
360
+ msgid "+ New View Definition"
361
+ msgstr ""
362
+
363
+ msgid "+ Yes"
364
+ msgstr ""
365
+
366
+ msgid ", RAM: %s"
367
+ msgstr ""
368
+
369
+ msgid "- Remove"
370
+ msgstr ""
371
+
372
+ msgid "400 - Invalid Parameters"
373
+ msgstr ""
374
+
375
+ msgid "403 - Permission denied"
376
+ msgstr ""
377
+
378
+ msgid "404 - That page doesn't exist or is missing!"
379
+ msgstr ""
380
+
381
+ msgid "500 Internal Server Error"
382
+ msgstr ""
383
+
384
+ msgid ": '%s' is a built-in environment"
385
+ msgstr ""
386
+
387
+ msgid "<< Previous"
388
+ msgstr ""
389
+
390
+ msgid "A keyname must be provided"
391
+ msgstr ""
392
+
393
+ msgid "A label was not provided during environment creation; therefore, a label of '%{label}' was automatically assigned. If you would like a different label, please delete the environment and recreate it with the desired label."
394
+ msgstr ""
395
+
396
+ msgid "A label was not provided during organization creation; therefore, a label of '%{label}' was automatically assigned. If you would like a different label, please delete the organization and recreate it with the desired label."
397
+ msgstr ""
398
+
399
+ msgid "A label was not provided during product creation; therefore, a label of '%{label}' was automatically assigned. If you would like a different label, please delete the product and recreate it with the desired label."
400
+ msgstr ""
401
+
402
+ msgid "A label was not provided during repository creation; therefore, a label of '%{label}' was automatically assigned. If you would like a different label, please delete the repository and recreate it with the desired label."
403
+ msgstr ""
404
+
405
+ msgid "A request has been received by Katello server '%{url}' to retrieve the logins for email '%{email}'. The following is a list of those logins:"
406
+ msgstr ""
407
+
408
+ msgid "A request has been received to reset the Katello password for user '%s'. In order to reset this password, click the URL below."
409
+ msgstr ""
410
+
411
+ msgid "About"
412
+ msgstr ""
413
+
414
+ msgid "Account Number"
415
+ msgstr ""
416
+
417
+ msgid "Activation Key"
418
+ msgstr ""
419
+
420
+ msgid "Activation Keys"
421
+ msgstr ""
422
+
423
+ msgid "Activation Keys provide a set of characteristics that may be applied to a system during system registration. This includes things such as, default environment to assign to the system, subscriptions to allocate to the system, system template to apply to the system...etc."
424
+ msgstr ""
425
+
426
+ msgid "Activation Keys provide a set of characteristics that may be applied to a system during system registration. This includes things such as, default environment to assign to the system, subscriptions to allocate to the system...etc."
427
+ msgstr ""
428
+
429
+ msgid "Activation key '%s' was created."
430
+ msgstr ""
431
+
432
+ msgid "Activation key '%s' was deleted."
433
+ msgstr ""
434
+
435
+ msgid "Activation key '%s' was updated."
436
+ msgstr ""
437
+
438
+ msgid "Add"
439
+ msgstr ""
440
+
441
+ msgid "Add All"
442
+ msgstr ""
443
+
444
+ msgid "Add Global Permission"
445
+ msgstr ""
446
+
447
+ msgid "Add New Environment"
448
+ msgstr ""
449
+
450
+ msgid "Add Package Canceled"
451
+ msgstr ""
452
+
453
+ msgid "Add Package Complete"
454
+ msgstr ""
455
+
456
+ msgid "Add Package Error"
457
+ msgstr ""
458
+
459
+ msgid "Add Package Group Canceled"
460
+ msgstr ""
461
+
462
+ msgid "Add Package Group Complete"
463
+ msgstr ""
464
+
465
+ msgid "Add Package Group Error"
466
+ msgstr ""
467
+
468
+ msgid "Add Package Group Timeout"
469
+ msgstr ""
470
+
471
+ msgid "Add Package Timeout"
472
+ msgstr ""
473
+
474
+ msgid "Add Permission"
475
+ msgstr ""
476
+
477
+ msgid "Add Permission to"
478
+ msgstr ""
479
+
480
+ msgid "Add Product"
481
+ msgstr ""
482
+
483
+ msgid "Add Repository"
484
+ msgstr ""
485
+
486
+ msgid "Add Subscriptions ▸"
487
+ msgstr ""
488
+
489
+ msgid "Added"
490
+ msgstr ""
491
+
492
+ msgid "Added LDAP group '%s'"
493
+ msgstr ""
494
+
495
+ msgid "Added content view '%s'"
496
+ msgstr ""
497
+
498
+ msgid "Added distribution '%s'"
499
+ msgstr ""
500
+
501
+ msgid "Added erratum '%s'"
502
+ msgstr ""
503
+
504
+ msgid "Added package '%s'"
505
+ msgstr ""
506
+
507
+ msgid "Added product '%s'"
508
+ msgstr ""
509
+
510
+ msgid "Added repository '%s'"
511
+ msgstr ""
512
+
513
+ msgid "Added to changeset '%X'"
514
+ msgstr ""
515
+
516
+ msgid "Added:"
517
+ msgstr ""
518
+
519
+ msgid "Adding Package Group..."
520
+ msgstr ""
521
+
522
+ msgid "Adding Package..."
523
+ msgstr ""
524
+
525
+ msgid "Adding..."
526
+ msgstr ""
527
+
528
+ msgid "Administer"
529
+ msgstr ""
530
+
531
+ msgid "Administer Activation Keys"
532
+ msgstr ""
533
+
534
+ msgid "Administer Changesets in Environment"
535
+ msgstr ""
536
+
537
+ msgid "Administer Content View Definitions"
538
+ msgstr ""
539
+
540
+ msgid "Administer GPG Keys"
541
+ msgstr ""
542
+
543
+ msgid "Administer Organization"
544
+ msgstr ""
545
+
546
+ msgid "Administer Providers"
547
+ msgstr ""
548
+
549
+ msgid "Administer Roles"
550
+ msgstr ""
551
+
552
+ msgid "Administer System Groups"
553
+ msgstr ""
554
+
555
+ msgid "Administer Users"
556
+ msgstr ""
557
+
558
+ msgid "Administration"
559
+ msgstr ""
560
+
561
+ msgid "Administrator"
562
+ msgstr ""
563
+
564
+ msgid "Advisory"
565
+ msgstr ""
566
+
567
+ msgid "Alert"
568
+ msgstr ""
569
+
570
+ msgid "All"
571
+ msgstr ""
572
+
573
+ msgid "All Content Views"
574
+ msgstr ""
575
+
576
+ msgid "All Errata"
577
+ msgstr ""
578
+
579
+ msgid "All Products"
580
+ msgstr ""
581
+
582
+ msgid "All Repos"
583
+ msgstr ""
584
+
585
+ msgid "All Repositories"
586
+ msgstr ""
587
+
588
+ msgid "All Systems for owner %s in candlepin"
589
+ msgstr ""
590
+
591
+ msgid "All environments for owner %s in candlepin"
592
+ msgstr ""
593
+
594
+ msgid "All providers for owner %s in candlepin"
595
+ msgstr ""
596
+
597
+ msgid "All repository GPG keys for Product '%s' were updated."
598
+ msgstr ""
599
+
600
+ msgid "Amount of RAM (MB):"
601
+ msgstr ""
602
+
603
+ msgid "An environment does not exist. If you would like to manage changesets and content, please create a new environment."
604
+ msgstr ""
605
+
606
+ msgid "An error has occurred when communicating with the server, please refresh the page to retrieve the current changeset."
607
+ msgstr ""
608
+
609
+ msgid "Application"
610
+ msgstr ""
611
+
612
+ msgid "Applied"
613
+ msgstr ""
614
+
615
+ msgid "Apply Deletion Changeset"
616
+ msgstr ""
617
+
618
+ msgid "Apply Failed"
619
+ msgstr ""
620
+
621
+ msgid "Apply Promotion Changeset"
622
+ msgstr ""
623
+
624
+ msgid "Apply Selected Plan to Selected Products"
625
+ msgstr ""
626
+
627
+ msgid "Applying..."
628
+ msgstr ""
629
+
630
+ msgid "Arch"
631
+ msgstr ""
632
+
633
+ msgid "Architecture"
634
+ msgstr ""
635
+
636
+ msgid "Architecture:"
637
+ msgstr ""
638
+
639
+ msgid "Architectures"
640
+ msgstr ""
641
+
642
+ msgid "Are you sure you want to %X the %Y entered on the %Z selected system(s)?"
643
+ msgstr ""
644
+
645
+ msgid "Are you sure you want to add the %X selected system(s) to the system group(s) entered?"
646
+ msgstr ""
647
+
648
+ msgid "Are you sure you want to change all systems in the group?"
649
+ msgstr ""
650
+
651
+ msgid "Are you sure you want to delete the %X selected distributor(s)?"
652
+ msgstr ""
653
+
654
+ msgid "Are you sure you want to delete the %X selected system(s)?"
655
+ msgstr ""
656
+
657
+ msgid "Are you sure you want to delete the system group?"
658
+ msgstr ""
659
+
660
+ msgid "Are you sure you want to delete this GPG Key?"
661
+ msgstr ""
662
+
663
+ msgid "Are you sure you want to delete this provider?"
664
+ msgstr ""
665
+
666
+ msgid "Are you sure you want to install the errata entered on the %X selected system(s)?"
667
+ msgstr ""
668
+
669
+ msgid "Are you sure you want to remove the %X selected system(s) from the system group(s) entered?"
670
+ msgstr ""
671
+
672
+ msgid "Are you sure you want to remove this architecture?"
673
+ msgstr ""
674
+
675
+ msgid "Are you sure you want to remove this deletion changeset?"
676
+ msgstr ""
677
+
678
+ msgid "Are you sure you want to remove this distributor?"
679
+ msgstr ""
680
+
681
+ msgid "Are you sure you want to remove this domain?"
682
+ msgstr ""
683
+
684
+ msgid "Are you sure you want to remove this hardware model?"
685
+ msgstr ""
686
+
687
+ msgid "Are you sure you want to remove this organization?"
688
+ msgstr ""
689
+
690
+ msgid "Are you sure you want to remove this product?"
691
+ msgstr ""
692
+
693
+ msgid "Are you sure you want to remove this promotion changeset?"
694
+ msgstr ""
695
+
696
+ msgid "Are you sure you want to remove this repository?"
697
+ msgstr ""
698
+
699
+ msgid "Are you sure you want to remove this role?"
700
+ msgstr ""
701
+
702
+ msgid "Are you sure you want to remove this smart proxy?"
703
+ msgstr ""
704
+
705
+ msgid "Are you sure you want to remove this subnet?"
706
+ msgstr ""
707
+
708
+ msgid "Are you sure you want to remove this system?"
709
+ msgstr ""
710
+
711
+ msgid "Are you sure you want to remove this user?"
712
+ msgstr ""
713
+
714
+ msgid "Are you sure?"
715
+ msgstr ""
716
+
717
+ msgid "Are you sure? If any users have this environment set as their default, it will unset it."
718
+ msgstr ""
719
+
720
+ msgid "Associated Bugs"
721
+ msgstr ""
722
+
723
+ msgid "At least one activation key must be provided"
724
+ msgstr ""
725
+
726
+ msgid "At least one environment is required to create or register distributors in your current organization."
727
+ msgstr ""
728
+
729
+ msgid "At least one environment is required to create or register systems in your current organization."
730
+ msgstr ""
731
+
732
+ msgid "At least one erratum ID must be provided."
733
+ msgstr ""
734
+
735
+ msgid "At least one name must be provided."
736
+ msgstr ""
737
+
738
+ msgid "At least one organization must exist."
739
+ msgstr ""
740
+
741
+ msgid "At least one package group name must be provided."
742
+ msgstr ""
743
+
744
+ msgid "At least one system group must be selected."
745
+ msgstr ""
746
+
747
+ msgid "Attach"
748
+ msgstr ""
749
+
750
+ msgid "Attach to Key"
751
+ msgstr ""
752
+
753
+ msgid "Attached Subscriptions"
754
+ msgstr ""
755
+
756
+ msgid "Authentication"
757
+ msgstr ""
758
+
759
+ msgid "Auto-attach %{val}, %{sla}"
760
+ msgstr ""
761
+
762
+ msgid "Auto-attach Off, No Service Level Preference"
763
+ msgstr ""
764
+
765
+ msgid "Auto-attach Off, Service Level %s"
766
+ msgstr ""
767
+
768
+ msgid "Auto-attach On, No Service Level Preference"
769
+ msgstr ""
770
+
771
+ msgid "Auto-attach On, Service Level %s"
772
+ msgstr ""
773
+
774
+ msgid "Auto-complete Product"
775
+ msgstr ""
776
+
777
+ msgid "Auto-complete View"
778
+ msgstr ""
779
+
780
+ msgid "Auto-complete repository"
781
+ msgstr ""
782
+
783
+ msgid "Available Errata"
784
+ msgstr ""
785
+
786
+ msgid "Available Subscriptions"
787
+ msgstr ""
788
+
789
+ msgid "Back"
790
+ msgstr ""
791
+
792
+ msgid "Back to Results"
793
+ msgstr ""
794
+
795
+ msgid "Before removing this definition, all promoted content views must first be deleted from their respective environments using a deletion changeset."
796
+ msgstr ""
797
+
798
+ msgid "Before removing this provider, all promoted repositories must first be deleted from their respective environments using a deletion changeset: "
799
+ msgstr ""
800
+
801
+ msgid "Before removing this repository from the product, it must first be deleted from the following environments using a deletion changeset: "
802
+ msgstr ""
803
+
804
+ msgid "Beta"
805
+ msgstr ""
806
+
807
+ msgid "Browser Default Locale"
808
+ msgstr ""
809
+
810
+ msgid "Bug Fix"
811
+ msgstr ""
812
+
813
+ msgid "Build Host"
814
+ msgstr ""
815
+
816
+ msgid "By Environments"
817
+ msgstr ""
818
+
819
+ msgid "CDN loading error: %s not found"
820
+ msgstr ""
821
+
822
+ msgid "CDN loading error: access denied to %s"
823
+ msgstr ""
824
+
825
+ msgid "CDN loading error: access forbidden to %s"
826
+ msgstr ""
827
+
828
+ msgid "Can't copy System Groups to a different org: '%{org1}' != '%{org2}'"
829
+ msgstr ""
830
+
831
+ msgid "Can't update the '%s' environment"
832
+ msgstr ""
833
+
834
+ msgid "Cancel"
835
+ msgstr ""
836
+
837
+ msgid "Cancel Changeset Review"
838
+ msgstr ""
839
+
840
+ msgid "Cancel Review"
841
+ msgstr ""
842
+
843
+ msgid "Canceled synchronization of %{name}: %{id}"
844
+ msgstr ""
845
+
846
+ msgid "Canceled."
847
+ msgstr ""
848
+
849
+ msgid "Cancelled"
850
+ msgstr ""
851
+
852
+ msgid "Candlepin Event"
853
+ msgstr ""
854
+
855
+ msgid "Candlepin environment already exists: %s"
856
+ msgstr ""
857
+
858
+ msgid "Cannot add/remove or change permissions related to a locked role."
859
+ msgstr ""
860
+
861
+ msgid "Cannot change the name or description of a locked role."
862
+ msgstr ""
863
+
864
+ msgid "Cannot clone repository from %{from_env} to %{to_env}. They are not sequential."
865
+ msgstr ""
866
+
867
+ msgid "Cannot create activation keys in the '%s' environment"
868
+ msgstr ""
869
+
870
+ msgid "Cannot delete currently logged user"
871
+ msgstr ""
872
+
873
+ msgid "Cannot delete from %s, view does not exist there."
874
+ msgstr ""
875
+
876
+ msgid "Cannot delete the changeset '%s' because it is not in the review phase."
877
+ msgstr ""
878
+
879
+ msgid "Cannot delete view while it exits in environments"
880
+ msgstr ""
881
+
882
+ msgid "Cannot discover repos for the Red Hat Provider"
883
+ msgstr ""
884
+
885
+ msgid "Cannot dissociate user '%{username}' from '%{role}' role. Need at least one user in the '%{role}' role."
886
+ msgstr ""
887
+
888
+ msgid "Cannot dissociate user '%{user}' from '%{role}' role. Need at least one user in the '%{role}' role."
889
+ msgstr ""
890
+
891
+ msgid "Cannot promote the changeset '%s' because it is not in the review phase."
892
+ msgstr ""
893
+
894
+ msgid "Cannot promote the changeset '%{changeset}' while another colliding changeset (%{another_changeset}) is being promoted."
895
+ msgstr ""
896
+
897
+ msgid "Cannot register a system to the '%s' environment"
898
+ msgstr ""
899
+
900
+ msgid "Cannot specify a tag if all_tags is selected."
901
+ msgstr ""
902
+
903
+ msgid "Cannot specify a verb if all_verbs is selected."
904
+ msgstr ""
905
+
906
+ msgid "Cannot specify all_types without all_tags and all_verbs"
907
+ msgstr ""
908
+
909
+ msgid "Change Password:"
910
+ msgstr ""
911
+
912
+ msgid "Changeset Details"
913
+ msgstr ""
914
+
915
+ msgid "Changeset Management"
916
+ msgstr ""
917
+
918
+ msgid "Changeset is empty."
919
+ msgstr ""
920
+
921
+ msgid "Changesets"
922
+ msgstr ""
923
+
924
+ msgid "Changesets History"
925
+ msgstr ""
926
+
927
+ msgid "Changesets allow you to either promote content to or delete content from an environment.<br/><br/> For a promotion, you may promote content from one environment to the next along a promotion path. Once you have created a promotion changeset, clicking \"Add\" next to one or more products will add them to the changeset. If products already exist in the next environment, you may promote other types of content. Once you have created a changeset, click the \"Review\" button to place the changeset in a locked state for review and when ready click the \"Promote\" button to apply it to the next environment.<br/><br/>For a deletion, you may remove content from the current environment. Once you have created a deletion changeset, clicking \"Add\" next to content will add that content to the changeset. Once you have created a changeset, click the \"Review\" button to place the changeset in a locked state for review and when ready click the \"Delete\" button to apply it to the current environment. Note: deletion of content from %s is not allowed using a deletion changeset.<br/><br/>"
928
+ msgstr ""
929
+
930
+ msgid "Checked In"
931
+ msgstr ""
932
+
933
+ msgid "Choose %s..."
934
+ msgstr ""
935
+
936
+ msgid "Choose Environment:"
937
+ msgstr ""
938
+
939
+ msgid "Choose Existing Views"
940
+ msgstr ""
941
+
942
+ msgid "Choose New System Registration Defaults:"
943
+ msgstr ""
944
+
945
+ msgid "Choose a product.."
946
+ msgstr ""
947
+
948
+ msgid "Choose an Organization"
949
+ msgstr ""
950
+
951
+ msgid "Choose domains..."
952
+ msgstr ""
953
+
954
+ msgid "Choose operating systems..."
955
+ msgstr ""
956
+
957
+ msgid "Clear"
958
+ msgstr ""
959
+
960
+ msgid "Clear Disabled Helptips:"
961
+ msgstr ""
962
+
963
+ msgid "Clear the Search"
964
+ msgstr ""
965
+
966
+ msgid "Cleared"
967
+ msgstr ""
968
+
969
+ msgid "Click Add or Remove next to a user name to apply or remove them from role."
970
+ msgstr ""
971
+
972
+ msgid "Click Add permission from the bar below to add a permission."
973
+ msgstr ""
974
+
975
+ msgid "Click edit permission from the bar below to edit the current permission."
976
+ msgstr ""
977
+
978
+ msgid "Click on 'Add Environment' to create the first environment"
979
+ msgstr ""
980
+
981
+ msgid "Click to edit"
982
+ msgstr ""
983
+
984
+ msgid "Clone"
985
+ msgstr ""
986
+
987
+ msgid "Close"
988
+ msgstr ""
989
+
990
+ msgid "Close Add Permission"
991
+ msgstr ""
992
+
993
+ msgid "Close Changeset Details"
994
+ msgstr ""
995
+
996
+ msgid "Close Details"
997
+ msgstr ""
998
+
999
+ msgid "Close Edit Permission"
1000
+ msgstr ""
1001
+
1002
+ msgid "Close Role Details"
1003
+ msgstr ""
1004
+
1005
+ msgid "Collapse"
1006
+ msgstr ""
1007
+
1008
+ msgid "Collapse All"
1009
+ msgstr ""
1010
+
1011
+ msgid "Compare Repositories"
1012
+ msgstr ""
1013
+
1014
+ msgid "Component"
1015
+ msgstr ""
1016
+
1017
+ msgid "Composite View Definition"
1018
+ msgstr ""
1019
+
1020
+ msgid "Composite?"
1021
+ msgstr ""
1022
+
1023
+ msgid "Confirm:"
1024
+ msgstr ""
1025
+
1026
+ msgid "Confirmation"
1027
+ msgstr ""
1028
+
1029
+ msgid "Consumed"
1030
+ msgstr ""
1031
+
1032
+ msgid "Consumed: %{consumed} of %{total}"
1033
+ msgstr ""
1034
+
1035
+ msgid "Consumed: Unlimited"
1036
+ msgstr ""
1037
+
1038
+ msgid "Content"
1039
+ msgstr ""
1040
+
1041
+ msgid "Content Download URL: "
1042
+ msgstr ""
1043
+
1044
+ msgid "Content Search"
1045
+ msgstr ""
1046
+
1047
+ msgid "Content View"
1048
+ msgstr ""
1049
+
1050
+ msgid "Content View %{view} is already in environment %{env}"
1051
+ msgstr ""
1052
+
1053
+ msgid "Content View Definitions"
1054
+ msgstr ""
1055
+
1056
+ msgid "Content View Defintions"
1057
+ msgstr ""
1058
+
1059
+ msgid "Content View:"
1060
+ msgstr ""
1061
+
1062
+ msgid "Content Views"
1063
+ msgstr ""
1064
+
1065
+ msgid "Content Views Overview"
1066
+ msgstr ""
1067
+
1068
+ msgid "Content view '%{view}' is not in environment '%{env}'"
1069
+ msgstr ""
1070
+
1071
+ msgid "Content view definition '%s' was created."
1072
+ msgstr ""
1073
+
1074
+ msgid "Content view definition '%s' was deleted."
1075
+ msgstr ""
1076
+
1077
+ msgid "Content view definition '%s' was updated."
1078
+ msgstr ""
1079
+
1080
+ msgid "Content view definition '%{new_definition_name}' created successfully as a clone of '%{definition_name}'."
1081
+ msgstr ""
1082
+
1083
+ msgid "Content view is not in environment '%s'."
1084
+ msgstr ""
1085
+
1086
+ msgid "Contents:"
1087
+ msgstr ""
1088
+
1089
+ msgid "Continue"
1090
+ msgstr ""
1091
+
1092
+ msgid "Contract"
1093
+ msgstr ""
1094
+
1095
+ msgid "Contract Number"
1096
+ msgstr ""
1097
+
1098
+ msgid "Copy"
1099
+ msgstr ""
1100
+
1101
+ msgid "Couildn't find content view with id '%s'"
1102
+ msgstr ""
1103
+
1104
+ msgid "Could not delete organization '%s'."
1105
+ msgstr ""
1106
+
1107
+ msgid "Could not modify environments. One or more associated activation keys (%s) would become invalid."
1108
+ msgstr ""
1109
+
1110
+ msgid "Could not modify environments. System group membership does not match new environment association."
1111
+ msgstr ""
1112
+
1113
+ msgid "Couldn't find GPG key '%s'"
1114
+ msgstr ""
1115
+
1116
+ msgid "Couldn't find activation key '%s'"
1117
+ msgstr ""
1118
+
1119
+ msgid "Couldn't find changeset '%s'"
1120
+ msgstr ""
1121
+
1122
+ msgid "Couldn't find content view '%s'"
1123
+ msgstr ""
1124
+
1125
+ msgid "Couldn't find custom info with keyname '%s'"
1126
+ msgstr ""
1127
+
1128
+ msgid "Couldn't find distributor '%s'"
1129
+ msgstr ""
1130
+
1131
+ msgid "Couldn't find environment '%s'"
1132
+ msgstr ""
1133
+
1134
+ msgid "Couldn't find organization '%s'"
1135
+ msgstr ""
1136
+
1137
+ msgid "Couldn't find organization with ID %s"
1138
+ msgstr ""
1139
+
1140
+ msgid "Couldn't find permissions '%s'"
1141
+ msgstr ""
1142
+
1143
+ msgid "Couldn't find pool '%{pool}' in activation_key '%{ak}'"
1144
+ msgstr ""
1145
+
1146
+ msgid "Couldn't find product with id '%s'"
1147
+ msgstr ""
1148
+
1149
+ msgid "Couldn't find provider '%s'"
1150
+ msgstr ""
1151
+
1152
+ msgid "Couldn't find repository '%s'"
1153
+ msgstr ""
1154
+
1155
+ msgid "Couldn't find repository set with id."
1156
+ msgstr ""
1157
+
1158
+ msgid "Couldn't find subject of synchronization"
1159
+ msgstr ""
1160
+
1161
+ msgid "Couldn't find sync plan '%{plan}' in organization '%{org}'"
1162
+ msgstr ""
1163
+
1164
+ msgid "Couldn't find system '%s'"
1165
+ msgstr ""
1166
+
1167
+ msgid "Couldn't find system group '%s'"
1168
+ msgstr ""
1169
+
1170
+ msgid "Couldn't find user '%s'"
1171
+ msgstr ""
1172
+
1173
+ msgid "Couldn't find user role '%s'"
1174
+ msgstr ""
1175
+
1176
+ msgid "Create"
1177
+ msgstr ""
1178
+
1179
+ msgid "Create Application Life Cycle Management Environment"
1180
+ msgstr ""
1181
+
1182
+ msgid "Create Product"
1183
+ msgstr ""
1184
+
1185
+ msgid "Create Repositories"
1186
+ msgstr ""
1187
+
1188
+ msgid "Create Repositories Under A Product"
1189
+ msgstr ""
1190
+
1191
+ msgid "Create Repository"
1192
+ msgstr ""
1193
+
1194
+ msgid "Create Within Product"
1195
+ msgstr ""
1196
+
1197
+ msgid "Create repositories within:"
1198
+ msgstr ""
1199
+
1200
+ msgid "Created (UTC)"
1201
+ msgstr ""
1202
+
1203
+ msgid "Created / Last Checked In"
1204
+ msgstr ""
1205
+
1206
+ msgid "Created previously"
1207
+ msgstr ""
1208
+
1209
+ msgid "Creating an owner in candlepin: %s"
1210
+ msgstr ""
1211
+
1212
+ msgid "Creating environment in candlepin: %s"
1213
+ msgstr ""
1214
+
1215
+ msgid "Creating..."
1216
+ msgstr ""
1217
+
1218
+ msgid "Critical"
1219
+ msgstr ""
1220
+
1221
+ msgid "Current Organization"
1222
+ msgstr ""
1223
+
1224
+ msgid "Current Subscriptions"
1225
+ msgstr ""
1226
+
1227
+ msgid "Current System Registration Defaults"
1228
+ msgstr ""
1229
+
1230
+ msgid "Current organization is being deleted, switch to a different one."
1231
+ msgstr ""
1232
+
1233
+ msgid "Custom Content Repositories"
1234
+ msgstr ""
1235
+
1236
+ msgid "Custom Information"
1237
+ msgstr ""
1238
+
1239
+ msgid "DETAILS"
1240
+ msgstr ""
1241
+
1242
+ msgid "Daily at %{time} from %{date} %{zone}"
1243
+ msgstr ""
1244
+
1245
+ msgid "Dashboard"
1246
+ msgstr ""
1247
+
1248
+ msgid "Date"
1249
+ msgstr ""
1250
+
1251
+ msgid "Date format is incorrect."
1252
+ msgstr ""
1253
+
1254
+ msgid "Debug Certificate"
1255
+ msgstr ""
1256
+
1257
+ msgid "Debug RPMs"
1258
+ msgstr ""
1259
+
1260
+ msgid "Default Organization no longer selected."
1261
+ msgstr ""
1262
+
1263
+ msgid "Default Organization: '%s' saved."
1264
+ msgstr ""
1265
+
1266
+ msgid "Definition"
1267
+ msgstr ""
1268
+
1269
+ msgid "Definition cannot be deleted since one of its views has already been promoted. Using a changeset, please delete the views from existing environments before deleting the definition."
1270
+ msgstr ""
1271
+
1272
+ msgid "Delete"
1273
+ msgstr ""
1274
+
1275
+ msgid "Delete All"
1276
+ msgstr ""
1277
+
1278
+ msgid "Delete Content View Definitions"
1279
+ msgstr ""
1280
+
1281
+ msgid "Delete Content from Environment"
1282
+ msgstr ""
1283
+
1284
+ msgid "Delete Distributors"
1285
+ msgstr ""
1286
+
1287
+ msgid "Delete Manifest"
1288
+ msgstr ""
1289
+
1290
+ msgid "Delete Organization"
1291
+ msgstr ""
1292
+
1293
+ msgid "Delete Providers"
1294
+ msgstr ""
1295
+
1296
+ msgid "Delete Roles"
1297
+ msgstr ""
1298
+
1299
+ msgid "Delete System Group"
1300
+ msgstr ""
1301
+
1302
+ msgid "Delete Systems"
1303
+ msgstr ""
1304
+
1305
+ msgid "Delete Systems in System Group"
1306
+ msgstr ""
1307
+
1308
+ msgid "Delete Users"
1309
+ msgstr ""
1310
+
1311
+ msgid "Delete in progress (%s)"
1312
+ msgstr ""
1313
+
1314
+ msgid "Deleted GPG key '%s'"
1315
+ msgstr ""
1316
+
1317
+ msgid "Deleted System Group %{group} and it's %{count} systems."
1318
+ msgstr ""
1319
+
1320
+ msgid "Deleted activation key '%s'"
1321
+ msgstr ""
1322
+
1323
+ msgid "Deleted changeset '%s'"
1324
+ msgstr ""
1325
+
1326
+ msgid "Deleted custom info '%s'"
1327
+ msgstr ""
1328
+
1329
+ msgid "Deleted distributor '%s'"
1330
+ msgstr ""
1331
+
1332
+ msgid "Deleted environment '%s'"
1333
+ msgstr ""
1334
+
1335
+ msgid "Deleted permission '%s'"
1336
+ msgstr ""
1337
+
1338
+ msgid "Deleted product '%s'"
1339
+ msgstr ""
1340
+
1341
+ msgid "Deleted provider [ %s ]"
1342
+ msgstr ""
1343
+
1344
+ msgid "Deleted repository '%s'"
1345
+ msgstr ""
1346
+
1347
+ msgid "Deleted role '%s'"
1348
+ msgstr ""
1349
+
1350
+ msgid "Deleted sync plan '%s'"
1351
+ msgstr ""
1352
+
1353
+ msgid "Deleted system '%s'"
1354
+ msgstr ""
1355
+
1356
+ msgid "Deleted system group '%s'"
1357
+ msgstr ""
1358
+
1359
+ msgid "Deleted system group '%{s}' and it's %{n} systems."
1360
+ msgstr ""
1361
+
1362
+ msgid "Deleted user '%s'"
1363
+ msgstr ""
1364
+
1365
+ msgid "Deleting a manifest will permanently remove all current subscriptions. All systems consuming these subscriptions have them removed. Do you wish to proceed with removing this manifest?"
1366
+ msgstr ""
1367
+
1368
+ msgid "Deleting environment in candlepin: %s"
1369
+ msgstr ""
1370
+
1371
+ msgid "Deleting owner in candlepin: %s"
1372
+ msgstr ""
1373
+
1374
+ msgid "Deletion from %s"
1375
+ msgstr ""
1376
+
1377
+ msgid "Dependencies"
1378
+ msgstr ""
1379
+
1380
+ msgid "Dependency of "
1381
+ msgstr ""
1382
+
1383
+ msgid "Description"
1384
+ msgstr ""
1385
+
1386
+ msgid "Description:"
1387
+ msgstr ""
1388
+
1389
+ msgid "Deselect all"
1390
+ msgstr ""
1391
+
1392
+ msgid "Details"
1393
+ msgstr ""
1394
+
1395
+ msgid "Details for the currently selected permission."
1396
+ msgstr ""
1397
+
1398
+ msgid "Dhcp:"
1399
+ msgstr ""
1400
+
1401
+ msgid "Difference"
1402
+ msgstr ""
1403
+
1404
+ msgid "Difference:"
1405
+ msgstr ""
1406
+
1407
+ msgid "Directory"
1408
+ msgstr ""
1409
+
1410
+ msgid "Disable/enable is not supported for custom repositories."
1411
+ msgstr ""
1412
+
1413
+ msgid "Disabled help tips have been re-enabled."
1414
+ msgstr ""
1415
+
1416
+ msgid "Discover"
1417
+ msgstr ""
1418
+
1419
+ msgid "Discovered URLS:"
1420
+ msgstr ""
1421
+
1422
+ msgid "Discovery URL not set."
1423
+ msgstr ""
1424
+
1425
+ msgid "Display"
1426
+ msgstr ""
1427
+
1428
+ msgid "Distribution"
1429
+ msgstr ""
1430
+
1431
+ msgid "Distribution '%s' does not belong to the specified product!"
1432
+ msgstr ""
1433
+
1434
+ msgid "Distribution '%s' not found in the changeset"
1435
+ msgstr ""
1436
+
1437
+ msgid "Distribution '%s' not found within the repository"
1438
+ msgstr ""
1439
+
1440
+ msgid "Distributions"
1441
+ msgstr ""
1442
+
1443
+ msgid "Distributor"
1444
+ msgstr ""
1445
+
1446
+ msgid "Distributor '%s' was created."
1447
+ msgstr ""
1448
+
1449
+ msgid "Distributor '%s' was updated."
1450
+ msgstr ""
1451
+
1452
+ msgid "Distributor Events"
1453
+ msgstr ""
1454
+
1455
+ msgid "Distributor Info"
1456
+ msgstr ""
1457
+
1458
+ msgid "Distributor Name:"
1459
+ msgstr ""
1460
+
1461
+ msgid "Distributor Properties"
1462
+ msgstr ""
1463
+
1464
+ msgid "Distributor subscriptions updated."
1465
+ msgstr ""
1466
+
1467
+ msgid "Distributors"
1468
+ msgstr ""
1469
+
1470
+ msgid "Dns:"
1471
+ msgstr ""
1472
+
1473
+ msgid "Do you also want to delete the systems in the system group?"
1474
+ msgstr ""
1475
+
1476
+ msgid "Do you want to set this GPG Key as the key for all repositories within this product?"
1477
+ msgstr ""
1478
+
1479
+ msgid "Domain"
1480
+ msgstr ""
1481
+
1482
+ msgid "Domains"
1483
+ msgstr ""
1484
+
1485
+ msgid "Domains:"
1486
+ msgstr ""
1487
+
1488
+ msgid "Done"
1489
+ msgstr ""
1490
+
1491
+ msgid "Download"
1492
+ msgstr ""
1493
+
1494
+ msgid "Download Manifest"
1495
+ msgstr ""
1496
+
1497
+ msgid "Duration"
1498
+ msgstr ""
1499
+
1500
+ msgid "ERRATA"
1501
+ msgstr ""
1502
+
1503
+ msgid "ERROR: This content view has one or more repositories in common with the following views: %X.<br/>Please unselect views that should no longer be included in this definition."
1504
+ msgstr ""
1505
+
1506
+ msgid "Edit Activation Key enables you to modify the selected activation key. This key may be used during system registration. For example, <br/><br/>subscription-manager register --org %s --activationkey %s"
1507
+ msgstr ""
1508
+
1509
+ msgid "Edit Changeset Details"
1510
+ msgstr ""
1511
+
1512
+ msgid "Edit Details"
1513
+ msgstr ""
1514
+
1515
+ msgid "Edit Details for All Systems"
1516
+ msgstr ""
1517
+
1518
+ msgid "Edit Environment"
1519
+ msgstr ""
1520
+
1521
+ msgid "Edit GPG Key enables you to modify the selected GPG Key. A new key can be copied and pasted in directly."
1522
+ msgstr ""
1523
+
1524
+ msgid "Edit Permission"
1525
+ msgstr ""
1526
+
1527
+ msgid "Edit Permission in"
1528
+ msgstr ""
1529
+
1530
+ msgid "Edit Product"
1531
+ msgstr ""
1532
+
1533
+ msgid "Edit Role"
1534
+ msgstr ""
1535
+
1536
+ msgid "Edit Role Details"
1537
+ msgstr ""
1538
+
1539
+ msgid "Edit Systems' Environment and Content View"
1540
+ msgstr ""
1541
+
1542
+ msgid "Either organization ID or environment ID needs to be specified"
1543
+ msgstr ""
1544
+
1545
+ msgid "Either packages or groups must be provided"
1546
+ msgstr ""
1547
+
1548
+ msgid "Either packages or groups must be provided"
1549
+ msgstr ""
1550
+
1551
+ msgid "Email Address:"
1552
+ msgstr ""
1553
+
1554
+ msgid "Email sent to '%s' with password reset instructions."
1555
+ msgstr ""
1556
+
1557
+ msgid "Email sent to '%s' with valid login user names."
1558
+ msgstr ""
1559
+
1560
+ msgid "Empty request received to install Packages or Package Groups for System '%s'."
1561
+ msgstr ""
1562
+
1563
+ msgid "Empty request received to install Packages or Package Groups for System Group '%s'."
1564
+ msgstr ""
1565
+
1566
+ msgid "Empty request received to uninstall Packages or Package Groups for System '%s'."
1567
+ msgstr ""
1568
+
1569
+ msgid "Empty request received to uninstall Packages or Package Groups for System Group '%s'."
1570
+ msgstr ""
1571
+
1572
+ msgid "Empty request received to update Packages or Package Groups for System Group '%s'."
1573
+ msgstr ""
1574
+
1575
+ msgid "Enable Red Hat Repositories"
1576
+ msgstr ""
1577
+
1578
+ msgid "Enabled"
1579
+ msgstr ""
1580
+
1581
+ msgid "Enabled by Default: "
1582
+ msgstr ""
1583
+
1584
+ msgid "Enabled?"
1585
+ msgstr ""
1586
+
1587
+ msgid "End"
1588
+ msgstr ""
1589
+
1590
+ msgid "End Date"
1591
+ msgstr ""
1592
+
1593
+ msgid "Enhancement"
1594
+ msgstr ""
1595
+
1596
+ msgid "Enter Errata..."
1597
+ msgstr ""
1598
+
1599
+ msgid "Enter Package or Group Name(s)..."
1600
+ msgstr ""
1601
+
1602
+ msgid "Enter Selected Content..."
1603
+ msgstr ""
1604
+
1605
+ msgid "Enter system name..."
1606
+ msgstr ""
1607
+
1608
+ msgid "Env: "
1609
+ msgstr ""
1610
+
1611
+ msgid "Environment"
1612
+ msgstr ""
1613
+
1614
+ msgid "Environment %s has a successor. Only the last environment on a path can be deleted"
1615
+ msgstr ""
1616
+
1617
+ msgid "Environment %s has a successor. Only the last environment on a path can be deleted."
1618
+ msgstr ""
1619
+
1620
+ msgid "Environment '%s' was created."
1621
+ msgstr ""
1622
+
1623
+ msgid "Environment '%s' was deleted."
1624
+ msgstr ""
1625
+
1626
+ msgid "Environment '%s' was updated."
1627
+ msgstr ""
1628
+
1629
+ msgid "Environment Promotion Paths"
1630
+ msgstr ""
1631
+
1632
+ msgid "Environment cannot be in its own promotion path"
1633
+ msgstr ""
1634
+
1635
+ msgid "Environment(s): %E"
1636
+ msgstr ""
1637
+
1638
+ msgid "Environment(s): %{environments}"
1639
+ msgstr ""
1640
+
1641
+ msgid "Environment:"
1642
+ msgstr ""
1643
+
1644
+ msgid "Environments"
1645
+ msgstr ""
1646
+
1647
+ msgid "Errata"
1648
+ msgstr ""
1649
+
1650
+ msgid "Errata (%s)"
1651
+ msgstr ""
1652
+
1653
+ msgid "Errata (0)"
1654
+ msgstr ""
1655
+
1656
+ msgid "Errata Install"
1657
+ msgstr ""
1658
+
1659
+ msgid "Errata Install scheduled by %s"
1660
+ msgstr ""
1661
+
1662
+ msgid "Errata scheduled for install."
1663
+ msgstr ""
1664
+
1665
+ msgid "Erratum"
1666
+ msgstr ""
1667
+
1668
+ msgid "Erratum '%s' doesn't belong to the specified product!"
1669
+ msgstr ""
1670
+
1671
+ msgid "Erratum '%s' not found in the changeset"
1672
+ msgstr ""
1673
+
1674
+ msgid "Erratum '%s' not found within the repository"
1675
+ msgstr ""
1676
+
1677
+ msgid "Erratum Install Canceled"
1678
+ msgstr ""
1679
+
1680
+ msgid "Erratum Install Complete"
1681
+ msgstr ""
1682
+
1683
+ msgid "Erratum Install Failed"
1684
+ msgstr ""
1685
+
1686
+ msgid "Erratum Install Timed Out"
1687
+ msgstr ""
1688
+
1689
+ msgid "Erratum with id '%s' not found"
1690
+ msgstr ""
1691
+
1692
+ msgid "Error"
1693
+ msgstr ""
1694
+
1695
+ msgid "Error generating version"
1696
+ msgstr ""
1697
+
1698
+ msgid "Error on Install"
1699
+ msgstr ""
1700
+
1701
+ msgid "Error syncing!"
1702
+ msgstr ""
1703
+
1704
+ msgid "Error while deleting provider [ %{name} ]: %{error}"
1705
+ msgstr ""
1706
+
1707
+ msgid "Error:"
1708
+ msgstr ""
1709
+
1710
+ msgid "Event"
1711
+ msgstr ""
1712
+
1713
+ msgid "Events History"
1714
+ msgstr ""
1715
+
1716
+ msgid "Every %{day} at %{time} from %{date} %{zone}"
1717
+ msgstr ""
1718
+
1719
+ msgid "Example Searches:"
1720
+ msgstr ""
1721
+
1722
+ msgid "Existing Product:"
1723
+ msgstr ""
1724
+
1725
+ msgid "Expand"
1726
+ msgstr ""
1727
+
1728
+ msgid "Expand All"
1729
+ msgstr ""
1730
+
1731
+ msgid "Expand each Red Hat Product below to examine the different repository sets available. When enabling a repository set, the different repositories within are discoverd and may be enabled individually."
1732
+ msgstr ""
1733
+
1734
+ msgid "Expanded"
1735
+ msgstr ""
1736
+
1737
+ msgid "Expected attribute is missing:"
1738
+ msgstr ""
1739
+
1740
+ msgid "Expires: %s"
1741
+ msgstr ""
1742
+
1743
+ msgid "FAIL"
1744
+ msgstr ""
1745
+
1746
+ msgid "Fact"
1747
+ msgstr ""
1748
+
1749
+ msgid "Facts"
1750
+ msgstr ""
1751
+
1752
+ msgid "Failed"
1753
+ msgstr ""
1754
+
1755
+ msgid "Failed for distributor(s):"
1756
+ msgstr ""
1757
+
1758
+ msgid "Failed for system(s):"
1759
+ msgstr ""
1760
+
1761
+ msgid "Failed to apply changeset."
1762
+ msgstr ""
1763
+
1764
+ msgid "Failed to create candlepin environment %s"
1765
+ msgstr ""
1766
+
1767
+ msgid "Failed to create candlepin owner %s"
1768
+ msgstr ""
1769
+
1770
+ msgid "Failed to delete all environments for owner %{org} in candlepin: %{message}"
1771
+ msgstr ""
1772
+
1773
+ msgid "Failed to delete all providers for owner %s in candlepin"
1774
+ msgstr ""
1775
+
1776
+ msgid "Failed to delete all systems for owner %{org} in candlepin: %{message}"
1777
+ msgstr ""
1778
+
1779
+ msgid "Failed to delete candlepin environment %s"
1780
+ msgstr ""
1781
+
1782
+ msgid "Failed to delete candlepin owner %s"
1783
+ msgstr ""
1784
+
1785
+ msgid "Failed to delete changeset '%s'. Check notices for more details"
1786
+ msgstr ""
1787
+
1788
+ msgid "Failed to delete organization '%s'. Check notices for more details. "
1789
+ msgstr ""
1790
+
1791
+ msgid "Failed to generate a new version of content view '%{view_name}'."
1792
+ msgstr ""
1793
+
1794
+ msgid "Failed to generate content view '%{view_name}' version %{view_version}."
1795
+ msgstr ""
1796
+
1797
+ msgid "Failed to generate version %{view_version} of content view '%{view_name}'."
1798
+ msgstr ""
1799
+
1800
+ msgid "Failed to promote changeset '%s'. Check notices for more details"
1801
+ msgstr ""
1802
+
1803
+ msgid "Failed to publish content view '%{view_name}' from definition '%{definition_name}'."
1804
+ msgstr ""
1805
+
1806
+ msgid "Features:"
1807
+ msgstr ""
1808
+
1809
+ msgid "File"
1810
+ msgstr ""
1811
+
1812
+ msgid "File Name"
1813
+ msgstr ""
1814
+
1815
+ msgid "Filelist"
1816
+ msgstr ""
1817
+
1818
+ msgid "Filter"
1819
+ msgstr ""
1820
+
1821
+ msgid "Filter on Loaded Events..."
1822
+ msgstr ""
1823
+
1824
+ msgid "Filter on all packages..."
1825
+ msgstr ""
1826
+
1827
+ msgid "Filter on loaded Events..."
1828
+ msgstr ""
1829
+
1830
+ msgid "Filter paths..."
1831
+ msgstr ""
1832
+
1833
+ msgid "Filter..."
1834
+ msgstr ""
1835
+
1836
+ msgid "Filters"
1837
+ msgstr ""
1838
+
1839
+ msgid "Forgot %{username} or %{password}?"
1840
+ msgstr ""
1841
+
1842
+ msgid "From IP:"
1843
+ msgstr ""
1844
+
1845
+ msgid "Full Access"
1846
+ msgstr ""
1847
+
1848
+ msgid "Full Name:"
1849
+ msgstr ""
1850
+
1851
+ msgid "Full Products"
1852
+ msgstr ""
1853
+
1854
+ msgid "GPG Key"
1855
+ msgstr ""
1856
+
1857
+ msgid "GPG Key '%s' was created."
1858
+ msgstr ""
1859
+
1860
+ msgid "GPG Key '%s' was deleted."
1861
+ msgstr ""
1862
+
1863
+ msgid "GPG Key '%s' was updated."
1864
+ msgstr ""
1865
+
1866
+ msgid "GPG Key URL: "
1867
+ msgstr ""
1868
+
1869
+ msgid "GPG Key assigned at the Product Level for"
1870
+ msgstr ""
1871
+
1872
+ msgid "GPG Key assigned at the Repository Level for"
1873
+ msgstr ""
1874
+
1875
+ msgid "GPG Keys"
1876
+ msgstr ""
1877
+
1878
+ msgid "GPG Keys are not required. This field may be left blank."
1879
+ msgstr ""
1880
+
1881
+ msgid "GPG Keys may be stored by uploading a key directly or copying and pasting the key in upon creation. By visiting the Providers page and selecting either a product or repository, a GPG key that has been created here can be associated with the given entity."
1882
+ msgstr ""
1883
+
1884
+ msgid "Gateway:"
1885
+ msgstr ""
1886
+
1887
+ msgid "Generate and Download"
1888
+ msgstr ""
1889
+
1890
+ msgid "Generating and downloading the debug certificate allows a user to view the repositories in any environment from a browser."
1891
+ msgstr ""
1892
+
1893
+ msgid "Generating version: %{view_version}"
1894
+ msgstr ""
1895
+
1896
+ msgid "Global Permissions"
1897
+ msgstr ""
1898
+
1899
+ msgid "Global permissions allow you to create permissions that span all organizations, or choose a specific organization to apply permissions."
1900
+ msgstr ""
1901
+
1902
+ msgid "Global permissions are permissions that span all organizations; however, organization permissions apply only to the organization they are associated with."
1903
+ msgstr ""
1904
+
1905
+ msgid "Go"
1906
+ msgstr ""
1907
+
1908
+ msgid "Good"
1909
+ msgstr ""
1910
+
1911
+ msgid "Group"
1912
+ msgstr ""
1913
+
1914
+ msgid "Guest"
1915
+ msgstr ""
1916
+
1917
+ msgid "Guests"
1918
+ msgstr ""
1919
+
1920
+ msgid "HW Models"
1921
+ msgstr ""
1922
+
1923
+ msgid "Hardware Model"
1924
+ msgstr ""
1925
+
1926
+ msgid "Hardware Models"
1927
+ msgstr ""
1928
+
1929
+ msgid "Hardware model:"
1930
+ msgstr ""
1931
+
1932
+ msgid "History"
1933
+ msgstr ""
1934
+
1935
+ msgid "Host"
1936
+ msgstr ""
1937
+
1938
+ msgid "Host & Guest Info"
1939
+ msgstr ""
1940
+
1941
+ msgid "Hostname"
1942
+ msgstr ""
1943
+
1944
+ msgid "Hourly from %{date} - %{time} %{zone}"
1945
+ msgstr ""
1946
+
1947
+ msgid "Hypervisor"
1948
+ msgstr ""
1949
+
1950
+ msgid "Hypervisor does not support this action"
1951
+ msgstr ""
1952
+
1953
+ msgid "Hypervisors do not have errata"
1954
+ msgstr ""
1955
+
1956
+ msgid "Hypervisors do not have packages"
1957
+ msgstr ""
1958
+
1959
+ msgid "Hypervisors do not have software products"
1960
+ msgstr ""
1961
+
1962
+ msgid "ID"
1963
+ msgstr ""
1964
+
1965
+ msgid "ID / Link"
1966
+ msgstr ""
1967
+
1968
+ msgid "ID: %s doesn't exist "
1969
+ msgstr ""
1970
+
1971
+ msgid "ISOs"
1972
+ msgstr ""
1973
+
1974
+ msgid "If you continue having trouble, please contact an Administrator."
1975
+ msgstr ""
1976
+
1977
+ msgid "If you did not request this password to be reset, just ignore this email and the password will continue to stay the same."
1978
+ msgstr ""
1979
+
1980
+ msgid "If you have a subscription manifest you may upload it below. This manifest may be obtained by visiting the Red Hat Customer Portal or by contacting your support representative."
1981
+ msgstr ""
1982
+
1983
+ msgid "Import"
1984
+ msgstr ""
1985
+
1986
+ msgid "Import History"
1987
+ msgstr ""
1988
+
1989
+ msgid "Import Time"
1990
+ msgstr ""
1991
+
1992
+ msgid "Import in progress (%M)"
1993
+ msgstr ""
1994
+
1995
+ msgid "Import in progress (%s)"
1996
+ msgstr ""
1997
+
1998
+ msgid "Info"
1999
+ msgstr ""
2000
+
2001
+ msgid "Info:"
2002
+ msgstr ""
2003
+
2004
+ msgid "Initial Application Life Cycle Management Environment"
2005
+ msgstr ""
2006
+
2007
+ msgid "Initial Creation Params"
2008
+ msgstr ""
2009
+
2010
+ msgid "Initial Registration Params"
2011
+ msgstr ""
2012
+
2013
+ msgid "Inline Help Enabled:"
2014
+ msgstr ""
2015
+
2016
+ msgid "Install"
2017
+ msgstr ""
2018
+
2019
+ msgid "Install Finished"
2020
+ msgstr ""
2021
+
2022
+ msgid "Install of Errata '%{errata}' scheduled for System Group '%{group}' failed. Reason: %{message}"
2023
+ msgstr ""
2024
+
2025
+ msgid "Install of Errata '%{errata}' scheduled for System Group '%{group}'."
2026
+ msgstr ""
2027
+
2028
+ msgid "Install of Package Groups '%{groups}' scheduled for System Group '%{name}' failed. Reason: %{message}"
2029
+ msgstr ""
2030
+
2031
+ msgid "Install of Package Groups '%{groups}' scheduled for System Group '%{name}'."
2032
+ msgstr ""
2033
+
2034
+ msgid "Install of Package Groups '%{g}' scheduled for System '%{s}'."
2035
+ msgstr ""
2036
+
2037
+ msgid "Install of Packages '%{packages}' scheduled for System Group '%{name}' failed. Reason: %{message}"
2038
+ msgstr ""
2039
+
2040
+ msgid "Install of Packages '%{packages}' scheduled for System Group '%{name}'."
2041
+ msgstr ""
2042
+
2043
+ msgid "Install of Packages '%{p}' scheduled for System '%{s}'."
2044
+ msgstr ""
2045
+
2046
+ msgid "Installed Packages"
2047
+ msgstr ""
2048
+
2049
+ msgid "Installing"
2050
+ msgstr ""
2051
+
2052
+ msgid "Installing Erratum..."
2053
+ msgstr ""
2054
+
2055
+ msgid "Installing Package Group..."
2056
+ msgstr ""
2057
+
2058
+ msgid "Installing Package..."
2059
+ msgstr ""
2060
+
2061
+ msgid "Insufficient Subscriptions"
2062
+ msgstr ""
2063
+
2064
+ msgid "Insufficient Subscriptions are Attached to This System"
2065
+ msgstr ""
2066
+
2067
+ msgid "Interfaces"
2068
+ msgstr ""
2069
+
2070
+ msgid "Intersection"
2071
+ msgstr ""
2072
+
2073
+ msgid "Intersection:"
2074
+ msgstr ""
2075
+
2076
+ msgid "Interval"
2077
+ msgstr ""
2078
+
2079
+ msgid "Invalid Subscriptions"
2080
+ msgstr ""
2081
+
2082
+ msgid "Invalid date or time format"
2083
+ msgstr ""
2084
+
2085
+ msgid "Invalid organization"
2086
+ msgstr ""
2087
+
2088
+ msgid "Invalid parameters sent in the request for this operation. Please contact a system administrator."
2089
+ msgstr ""
2090
+
2091
+ msgid "Invalid parameters sent. You may have mistyped the address. If you continue having trouble with this, please contact an Administrator."
2092
+ msgstr ""
2093
+
2094
+ msgid "Invalid resource type '%{resource_type}'. Resource Types can be one of '%{possible_types}'"
2095
+ msgstr ""
2096
+
2097
+ msgid "Invalid state"
2098
+ msgstr ""
2099
+
2100
+ msgid "Invalid verb '%{verb}'. Verbs for resource type '%{resource_type}' can be one of %{possible_verbs}"
2101
+ msgstr ""
2102
+
2103
+ msgid "Issued"
2104
+ msgstr ""
2105
+
2106
+ msgid "Issued: "
2107
+ msgstr ""
2108
+
2109
+ msgid "It is not allowed to create products in Red Hat provider."
2110
+ msgstr ""
2111
+
2112
+ msgid "It is not allowed to delete manifest for a custom provider."
2113
+ msgstr ""
2114
+
2115
+ msgid "It is not allowed to import manifest for a custom provider."
2116
+ msgstr ""
2117
+
2118
+ msgid "It is not allowed to refresh products for custom provider."
2119
+ msgstr ""
2120
+
2121
+ msgid "It is not allowed to update a Red Hat product."
2122
+ msgstr ""
2123
+
2124
+ msgid "It is not allowed to update a Red Hat repository."
2125
+ msgstr ""
2126
+
2127
+ msgid "Katello Logins"
2128
+ msgstr ""
2129
+
2130
+ msgid "Katello Logo"
2131
+ msgstr ""
2132
+
2133
+ msgid "Katello User '%s' Password Reset"
2134
+ msgstr ""
2135
+
2136
+ msgid "Key"
2137
+ msgstr ""
2138
+
2139
+ msgid "LDAP Group '%s' was created."
2140
+ msgstr ""
2141
+
2142
+ msgid "LDAP Group Mapping for '%s' was removed."
2143
+ msgstr ""
2144
+
2145
+ msgid "LDAP Groups"
2146
+ msgstr ""
2147
+
2148
+ msgid "LDAP group '%{group}' associated to role '%{role}' was not found."
2149
+ msgstr ""
2150
+
2151
+ msgid "Label"
2152
+ msgstr ""
2153
+
2154
+ msgid "Label has already been taken"
2155
+ msgstr ""
2156
+
2157
+ msgid "Last Booted"
2158
+ msgstr ""
2159
+
2160
+ msgid "Last Checked In"
2161
+ msgstr ""
2162
+
2163
+ msgid "Last Checked in Date"
2164
+ msgstr ""
2165
+
2166
+ msgid "Latest Notifications"
2167
+ msgstr ""
2168
+
2169
+ msgid "Level"
2170
+ msgstr ""
2171
+
2172
+ msgid "License"
2173
+ msgstr ""
2174
+
2175
+ msgid "Limit"
2176
+ msgstr ""
2177
+
2178
+ msgid "Limits"
2179
+ msgstr ""
2180
+
2181
+ msgid "List"
2182
+ msgstr ""
2183
+
2184
+ msgid "List Actions"
2185
+ msgstr ""
2186
+
2187
+ msgid "Load %{n} More"
2188
+ msgstr ""
2189
+
2190
+ msgid "Loading Changeset"
2191
+ msgstr ""
2192
+
2193
+ msgid "Loading Permissions"
2194
+ msgstr ""
2195
+
2196
+ msgid "Loading Role"
2197
+ msgstr ""
2198
+
2199
+ msgid "Loading dependencies."
2200
+ msgstr ""
2201
+
2202
+ msgid "Location"
2203
+ msgstr ""
2204
+
2205
+ msgid "Log Out"
2206
+ msgstr ""
2207
+
2208
+ msgid "Logout Successful"
2209
+ msgstr ""
2210
+
2211
+ msgid "Make this my default organization."
2212
+ msgstr ""
2213
+
2214
+ msgid "Make this your default organization."
2215
+ msgstr ""
2216
+
2217
+ msgid "Manage Environments"
2218
+ msgstr ""
2219
+
2220
+ msgid "Manage Organizations"
2221
+ msgstr ""
2222
+
2223
+ msgid "Manage Packages"
2224
+ msgstr ""
2225
+
2226
+ msgid "Manifest %s failed"
2227
+ msgstr ""
2228
+
2229
+ msgid "Manifest File"
2230
+ msgstr ""
2231
+
2232
+ msgid "Manifest History"
2233
+ msgstr ""
2234
+
2235
+ msgid "Manifest from %s"
2236
+ msgstr ""
2237
+
2238
+ msgid "Manifest subscriptions unchanged from previous"
2239
+ msgstr ""
2240
+
2241
+ msgid "Match Installed Software"
2242
+ msgstr ""
2243
+
2244
+ msgid "Match System"
2245
+ msgstr ""
2246
+
2247
+ msgid "Message"
2248
+ msgstr ""
2249
+
2250
+ msgid "Missing"
2251
+ msgstr ""
2252
+
2253
+ msgid "Modify Content View Defintions"
2254
+ msgstr ""
2255
+
2256
+ msgid "Modify Distributors"
2257
+ msgstr ""
2258
+
2259
+ msgid "Modify Distributors in Environment"
2260
+ msgstr ""
2261
+
2262
+ msgid "Modify Organization and Administer Environments"
2263
+ msgstr ""
2264
+
2265
+ msgid "Modify Providers and Administer Products"
2266
+ msgstr ""
2267
+
2268
+ msgid "Modify Roles"
2269
+ msgstr ""
2270
+
2271
+ msgid "Modify System Group details and system membership"
2272
+ msgstr ""
2273
+
2274
+ msgid "Modify Systems"
2275
+ msgstr ""
2276
+
2277
+ msgid "Modify Systems in Environment"
2278
+ msgstr ""
2279
+
2280
+ msgid "Modify Systems in System Group"
2281
+ msgstr ""
2282
+
2283
+ msgid "Modify Users"
2284
+ msgstr ""
2285
+
2286
+ msgid "More >>"
2287
+ msgstr ""
2288
+
2289
+ msgid "More details"
2290
+ msgstr ""
2291
+
2292
+ msgid "More..."
2293
+ msgstr ""
2294
+
2295
+ msgid "Multi-entitlement"
2296
+ msgstr ""
2297
+
2298
+ msgid "Name"
2299
+ msgstr ""
2300
+
2301
+ msgid "Name can not be blank."
2302
+ msgstr ""
2303
+
2304
+ msgid "Name of Your System:"
2305
+ msgstr ""
2306
+
2307
+ msgid "Name:"
2308
+ msgstr ""
2309
+
2310
+ msgid "Names and labels must be unique across all organizations"
2311
+ msgstr ""
2312
+
2313
+ msgid "Netmask:"
2314
+ msgstr ""
2315
+
2316
+ msgid "Network:"
2317
+ msgstr ""
2318
+
2319
+ msgid "Networking"
2320
+ msgstr ""
2321
+
2322
+ msgid "Never checked in"
2323
+ msgstr ""
2324
+
2325
+ msgid "Never checked in."
2326
+ msgstr ""
2327
+
2328
+ msgid "New Activation Key"
2329
+ msgstr ""
2330
+
2331
+ msgid "New Architecture"
2332
+ msgstr ""
2333
+
2334
+ msgid "New Changeset"
2335
+ msgstr ""
2336
+
2337
+ msgid "New Domain"
2338
+ msgstr ""
2339
+
2340
+ msgid "New GPG Key"
2341
+ msgstr ""
2342
+
2343
+ msgid "New Hardware Model"
2344
+ msgstr ""
2345
+
2346
+ msgid "New Organization"
2347
+ msgstr ""
2348
+
2349
+ msgid "New Product Label"
2350
+ msgstr ""
2351
+
2352
+ msgid "New Product Name"
2353
+ msgstr ""
2354
+
2355
+ msgid "New Product:"
2356
+ msgstr ""
2357
+
2358
+ msgid "New Provider"
2359
+ msgstr ""
2360
+
2361
+ msgid "New Role"
2362
+ msgstr ""
2363
+
2364
+ msgid "New Smart Proxy"
2365
+ msgstr ""
2366
+
2367
+ msgid "New Subnet"
2368
+ msgstr ""
2369
+
2370
+ msgid "New Sync Plan"
2371
+ msgstr ""
2372
+
2373
+ msgid "New System Group"
2374
+ msgstr ""
2375
+
2376
+ msgid "New User"
2377
+ msgstr ""
2378
+
2379
+ msgid "New View Definition"
2380
+ msgstr ""
2381
+
2382
+ msgid "New distributor"
2383
+ msgstr ""
2384
+
2385
+ msgid "New system"
2386
+ msgstr ""
2387
+
2388
+ msgid "Next >>"
2389
+ msgstr ""
2390
+
2391
+ msgid "No"
2392
+ msgstr ""
2393
+
2394
+ msgid "No Content View"
2395
+ msgstr ""
2396
+
2397
+ msgid "No Content Views"
2398
+ msgstr ""
2399
+
2400
+ msgid "No Overlap with Current"
2401
+ msgstr ""
2402
+
2403
+ msgid "No Red Hat products currently exist, please import a manifest <a href='%s'>here</a> to receive Red Hat content."
2404
+ msgstr ""
2405
+
2406
+ msgid "No Service Level Preference"
2407
+ msgstr ""
2408
+
2409
+ msgid "No alternate release version choices are available. These choices are based upon the Red Hat manifest imported and the content available in the CDN."
2410
+ msgstr ""
2411
+
2412
+ msgid "No changesets found."
2413
+ msgstr ""
2414
+
2415
+ msgid "No content views exist in the changeset."
2416
+ msgstr ""
2417
+
2418
+ msgid "No content views found."
2419
+ msgstr ""
2420
+
2421
+ msgid "No default environment. Select an organization to choose from available environments."
2422
+ msgstr ""
2423
+
2424
+ msgid "No distributions available."
2425
+ msgstr ""
2426
+
2427
+ msgid "No distributions exist in this changeset."
2428
+ msgstr ""
2429
+
2430
+ msgid "No domains found."
2431
+ msgstr ""
2432
+
2433
+ msgid "No environments are available in this organization. Please add some environments to be able register systems to this organization."
2434
+ msgstr ""
2435
+
2436
+ msgid "No environments are currently available in this organization. Please add some to be able to create activation keys."
2437
+ msgstr ""
2438
+
2439
+ msgid "No environments are currently available in this organization. Please either add some to the organization or select an organization that has an environment to set user default."
2440
+ msgstr ""
2441
+
2442
+ msgid "No environments are currently available in this organization. Saving will set user to no system registration default environment."
2443
+ msgstr ""
2444
+
2445
+ msgid "No errata available."
2446
+ msgstr ""
2447
+
2448
+ msgid "No errata exist in this changeset."
2449
+ msgstr ""
2450
+
2451
+ msgid "No errors"
2452
+ msgstr ""
2453
+
2454
+ msgid "No event history found for %s"
2455
+ msgstr ""
2456
+
2457
+ msgid "No events matching your search criteria."
2458
+ msgstr ""
2459
+
2460
+ msgid "No new packages installed"
2461
+ msgstr ""
2462
+
2463
+ msgid "No operating systems found."
2464
+ msgstr ""
2465
+
2466
+ msgid "No package profile received for %s"
2467
+ msgstr ""
2468
+
2469
+ msgid "No packages are currently filtered."
2470
+ msgstr ""
2471
+
2472
+ msgid "No packages available"
2473
+ msgstr ""
2474
+
2475
+ msgid "No packages exist in this changeset."
2476
+ msgstr ""
2477
+
2478
+ msgid "No packages removed"
2479
+ msgstr ""
2480
+
2481
+ msgid "No packages updated"
2482
+ msgstr ""
2483
+
2484
+ msgid "No products"
2485
+ msgstr ""
2486
+
2487
+ msgid "No products are available containing this content type."
2488
+ msgstr ""
2489
+
2490
+ msgid "No products exist in this changeset."
2491
+ msgstr ""
2492
+
2493
+ msgid "No products or repositories are currently associated."
2494
+ msgstr ""
2495
+
2496
+ msgid "No recently synced products."
2497
+ msgstr ""
2498
+
2499
+ msgid "No repositories available"
2500
+ msgstr ""
2501
+
2502
+ msgid "No repositories exist in this changeset."
2503
+ msgstr ""
2504
+
2505
+ msgid "No smart proxy with %s feature found."
2506
+ msgstr ""
2507
+
2508
+ msgid "No synchronization of the %s is currently running"
2509
+ msgstr ""
2510
+
2511
+ msgid "No system groups found."
2512
+ msgstr ""
2513
+
2514
+ msgid "No system registration default environment. Select an organization to choose from available environments."
2515
+ msgstr ""
2516
+
2517
+ msgid "No system registration default set for this user."
2518
+ msgstr ""
2519
+
2520
+ msgid "No systems currently exist in this system group."
2521
+ msgstr ""
2522
+
2523
+ msgid "No systems found."
2524
+ msgstr ""
2525
+
2526
+ msgid "No, only delete the system group."
2527
+ msgstr ""
2528
+
2529
+ msgid "None"
2530
+ msgstr ""
2531
+
2532
+ msgid "None defined for this Organization."
2533
+ msgstr ""
2534
+
2535
+ msgid "None."
2536
+ msgstr ""
2537
+
2538
+ msgid "Not Applied"
2539
+ msgstr ""
2540
+
2541
+ msgid "Not enough pools: %{not_allocated} sockets out of %{allocate} not covered"
2542
+ msgstr ""
2543
+
2544
+ msgid "Not found"
2545
+ msgstr ""
2546
+
2547
+ msgid "Note: This will be set as your initial default environment."
2548
+ msgstr ""
2549
+
2550
+ msgid "Notifications"
2551
+ msgstr ""
2552
+
2553
+ msgid "Number of Sockets or LPARs:"
2554
+ msgstr ""
2555
+
2556
+ msgid "Number of sockets must be higher than 0 for system %s"
2557
+ msgstr ""
2558
+
2559
+ msgid "OK"
2560
+ msgstr ""
2561
+
2562
+ msgid "OS"
2563
+ msgstr ""
2564
+
2565
+ msgid "OS: "
2566
+ msgstr ""
2567
+
2568
+ msgid "Off"
2569
+ msgstr ""
2570
+
2571
+ msgid "Ok"
2572
+ msgstr ""
2573
+
2574
+ msgid "On"
2575
+ msgstr ""
2576
+
2577
+ msgid "On Products & Repositories you can add your own Products and Repositories to your Provider. This allows you to synchronize content from any remote repository to this server. Simply add a Product and then setup one or more repositories to add to this Provider. This feature is only available for Custom Providers."
2578
+ msgstr ""
2579
+
2580
+ msgid "On:"
2581
+ msgstr ""
2582
+
2583
+ msgid "One of parameters [%s] required but not specified."
2584
+ msgstr ""
2585
+
2586
+ msgid "One or more errata must be provided"
2587
+ msgstr ""
2588
+
2589
+ msgid "One or more errors found in Package names '%s'."
2590
+ msgstr ""
2591
+
2592
+ msgid "One or more of the groups provided has an action pending."
2593
+ msgstr ""
2594
+
2595
+ msgid "One or more of the packages provided has an action pending."
2596
+ msgstr ""
2597
+
2598
+ msgid "One or more package names are invalid."
2599
+ msgstr ""
2600
+
2601
+ msgid "One or more repositories are still enabled for this content set."
2602
+ msgstr ""
2603
+
2604
+ msgid "One or more system groups must be provided."
2605
+ msgstr ""
2606
+
2607
+ msgid "One repository successfully created."
2608
+ msgstr ""
2609
+
2610
+ msgid "Only %s favorites may be created."
2611
+ msgstr ""
2612
+
2613
+ msgid "Only one Red Hat provider permitted for an Organization"
2614
+ msgstr ""
2615
+
2616
+ msgid "Only show syncing."
2617
+ msgstr ""
2618
+
2619
+ msgid "Open Source Subscription Management"
2620
+ msgstr ""
2621
+
2622
+ msgid "Open Source Systems Management"
2623
+ msgstr ""
2624
+
2625
+ msgid "Operating systems:"
2626
+ msgstr ""
2627
+
2628
+ msgid "Organization"
2629
+ msgstr ""
2630
+
2631
+ msgid "Organization %s has more than one environment. Please specify target environment for distributor registration."
2632
+ msgstr ""
2633
+
2634
+ msgid "Organization %s has more than one environment. Please specify target environment for system registration."
2635
+ msgstr ""
2636
+
2637
+ msgid "Organization %{org} has the '%{env}' environment only. Please create an environment for distributor registration."
2638
+ msgstr ""
2639
+
2640
+ msgid "Organization %{org} has the '%{env}' environment only. Please create an environment for system registration."
2641
+ msgstr ""
2642
+
2643
+ msgid "Organization '%s' has been scheduled for background deletion."
2644
+ msgstr ""
2645
+
2646
+ msgid "Organization '%s' was created."
2647
+ msgstr ""
2648
+
2649
+ msgid "Organization '%s' was updated."
2650
+ msgstr ""
2651
+
2652
+ msgid "Organization [ %{org} ] already contains default info [ %{info} ] for [ %{object} ]"
2653
+ msgstr ""
2654
+
2655
+ msgid "Organization cannot be blank."
2656
+ msgstr ""
2657
+
2658
+ msgid "Organization:"
2659
+ msgstr ""
2660
+
2661
+ msgid "Organizations"
2662
+ msgstr ""
2663
+
2664
+ msgid "Organizations allow content and systems to be separated by logical divisions. To edit the environments within an organization, click on that organization and then click on the desired environment."
2665
+ msgstr ""
2666
+
2667
+ msgid "Other"
2668
+ msgstr ""
2669
+
2670
+ msgid "Own Role must be included in roles '%s'"
2671
+ msgstr ""
2672
+
2673
+ msgid "Package"
2674
+ msgstr ""
2675
+
2676
+ msgid "Package '%s' doesn't belong to the specified product!"
2677
+ msgstr ""
2678
+
2679
+ msgid "Package '%s' not found in the changeset"
2680
+ msgstr ""
2681
+
2682
+ msgid "Package '%s' not found within the repository"
2683
+ msgstr ""
2684
+
2685
+ msgid "Package '%s' was not found in the source environment."
2686
+ msgstr ""
2687
+
2688
+ msgid "Package Dependencies"
2689
+ msgstr ""
2690
+
2691
+ msgid "Package Group"
2692
+ msgstr ""
2693
+
2694
+ msgid "Package Group Install"
2695
+ msgstr ""
2696
+
2697
+ msgid "Package Group Install Canceled"
2698
+ msgstr ""
2699
+
2700
+ msgid "Package Group Install Complete"
2701
+ msgstr ""
2702
+
2703
+ msgid "Package Group Install Failed"
2704
+ msgstr ""
2705
+
2706
+ msgid "Package Group Install Timed Out"
2707
+ msgstr ""
2708
+
2709
+ msgid "Package Group Install scheduled by %s"
2710
+ msgstr ""
2711
+
2712
+ msgid "Package Group Remove"
2713
+ msgstr ""
2714
+
2715
+ msgid "Package Group Remove Canceled"
2716
+ msgstr ""
2717
+
2718
+ msgid "Package Group Remove Complete"
2719
+ msgstr ""
2720
+
2721
+ msgid "Package Group Remove Failed"
2722
+ msgstr ""
2723
+
2724
+ msgid "Package Group Remove Timed Out"
2725
+ msgstr ""
2726
+
2727
+ msgid "Package Group Remove scheduled by %s"
2728
+ msgstr ""
2729
+
2730
+ msgid "Package Group Update"
2731
+ msgstr ""
2732
+
2733
+ msgid "Package Group Update scheduled by %s"
2734
+ msgstr ""
2735
+
2736
+ msgid "Package Groups"
2737
+ msgstr ""
2738
+
2739
+ msgid "Package Install"
2740
+ msgstr ""
2741
+
2742
+ msgid "Package Install Canceled"
2743
+ msgstr ""
2744
+
2745
+ msgid "Package Install Complete"
2746
+ msgstr ""
2747
+
2748
+ msgid "Package Install Failed"
2749
+ msgstr ""
2750
+
2751
+ msgid "Package Install Timed Out"
2752
+ msgstr ""
2753
+
2754
+ msgid "Package Install scheduled by %s"
2755
+ msgstr ""
2756
+
2757
+ msgid "Package Remove"
2758
+ msgstr ""
2759
+
2760
+ msgid "Package Remove Canceled"
2761
+ msgstr ""
2762
+
2763
+ msgid "Package Remove Complete"
2764
+ msgstr ""
2765
+
2766
+ msgid "Package Remove Failed"
2767
+ msgstr ""
2768
+
2769
+ msgid "Package Remove Timed Out"
2770
+ msgstr ""
2771
+
2772
+ msgid "Package Remove scheduled by %s"
2773
+ msgstr ""
2774
+
2775
+ msgid "Package Size"
2776
+ msgstr ""
2777
+
2778
+ msgid "Package Update"
2779
+ msgstr ""
2780
+
2781
+ msgid "Package Update Canceled"
2782
+ msgstr ""
2783
+
2784
+ msgid "Package Update Complete"
2785
+ msgstr ""
2786
+
2787
+ msgid "Package Update Failed"
2788
+ msgstr ""
2789
+
2790
+ msgid "Package Update Timed Out"
2791
+ msgstr ""
2792
+
2793
+ msgid "Package Update scheduled by %s"
2794
+ msgstr ""
2795
+
2796
+ msgid "Package group update canceled"
2797
+ msgstr ""
2798
+
2799
+ msgid "Package group update complete"
2800
+ msgstr ""
2801
+
2802
+ msgid "Package group update failed"
2803
+ msgstr ""
2804
+
2805
+ msgid "Package group update timed out"
2806
+ msgstr ""
2807
+
2808
+ msgid "Package with id '%s' not found"
2809
+ msgstr ""
2810
+
2811
+ msgid "Packages"
2812
+ msgstr ""
2813
+
2814
+ msgid "Packages (%s)"
2815
+ msgstr ""
2816
+
2817
+ msgid "Packages (0)"
2818
+ msgstr ""
2819
+
2820
+ msgid "Packages must be provided"
2821
+ msgstr ""
2822
+
2823
+ msgid "Packages:"
2824
+ msgstr ""
2825
+
2826
+ msgid "Parameter"
2827
+ msgstr ""
2828
+
2829
+ msgid "Parameters"
2830
+ msgstr ""
2831
+
2832
+ msgid "Partial Products"
2833
+ msgstr ""
2834
+
2835
+ msgid "Password"
2836
+ msgstr ""
2837
+
2838
+ msgid "Password Strength"
2839
+ msgstr ""
2840
+
2841
+ msgid "Password has been reset for user '%s'."
2842
+ msgstr ""
2843
+
2844
+ msgid "Password reset token has expired for user '%s'."
2845
+ msgstr ""
2846
+
2847
+ msgid "Password:"
2848
+ msgstr ""
2849
+
2850
+ msgid "Paste GPG Key"
2851
+ msgstr ""
2852
+
2853
+ msgid "Pending"
2854
+ msgstr ""
2855
+
2856
+ msgid "Permission"
2857
+ msgstr ""
2858
+
2859
+ msgid "Permission '%s' was created."
2860
+ msgstr ""
2861
+
2862
+ msgid "Permission '%s' was removed."
2863
+ msgstr ""
2864
+
2865
+ msgid "Permission '%s' was updated."
2866
+ msgstr ""
2867
+
2868
+ msgid "Permission Denied. User '%{user}' does not have permissions to access organization '%{org}'."
2869
+ msgstr ""
2870
+
2871
+ msgid "Permission For:"
2872
+ msgstr ""
2873
+
2874
+ msgid "Permissions"
2875
+ msgstr ""
2876
+
2877
+ msgid "Permissions for this role."
2878
+ msgstr ""
2879
+
2880
+ msgid "Physical"
2881
+ msgstr ""
2882
+
2883
+ msgid "Physical or Virtual"
2884
+ msgstr ""
2885
+
2886
+ msgid "Place Changeset in Review State"
2887
+ msgstr ""
2888
+
2889
+ msgid "Plan"
2890
+ msgstr ""
2891
+
2892
+ msgid "Plan Name"
2893
+ msgstr ""
2894
+
2895
+ msgid "Please add '%{component_content_views}' to the changeset '%{changeset}' if you wish to promote the composite view '%{composite_view}' with it."
2896
+ msgstr ""
2897
+
2898
+ msgid "Please add '%{product}' product to the changeset '%{changeset}' if you wish to promote repository '%{repo}' with it."
2899
+ msgstr ""
2900
+
2901
+ msgid "Please create at least one environment."
2902
+ msgstr ""
2903
+
2904
+ msgid "Please provide pool and quantity"
2905
+ msgstr ""
2906
+
2907
+ msgid "Please provide serial ID"
2908
+ msgstr ""
2909
+
2910
+ msgid "Please provide subscription ID"
2911
+ msgstr ""
2912
+
2913
+ msgid "Please request the required privileges from an administrator."
2914
+ msgstr ""
2915
+
2916
+ msgid "Please select Package(s) or Package Group(s)."
2917
+ msgstr ""
2918
+
2919
+ msgid "Please select Permissions to view and add permissions for this role or Users to see current users with this role."
2920
+ msgstr ""
2921
+
2922
+ msgid "Please select Permissions to view permissions for this role or Users to see current users with this role."
2923
+ msgstr ""
2924
+
2925
+ msgid "Please select at least one system group."
2926
+ msgstr ""
2927
+
2928
+ msgid "Pool %s has no product associated"
2929
+ msgstr ""
2930
+
2931
+ msgid "Preferred Locale"
2932
+ msgstr ""
2933
+
2934
+ msgid "Primary DNS:"
2935
+ msgstr ""
2936
+
2937
+ msgid "Prior Environment"
2938
+ msgstr ""
2939
+
2940
+ msgid "Processing changeset modifications, please wait."
2941
+ msgstr ""
2942
+
2943
+ msgid "Product"
2944
+ msgstr ""
2945
+
2946
+ msgid "Product %s not found in the changeset."
2947
+ msgstr ""
2948
+
2949
+ msgid "Product '%s' created."
2950
+ msgstr ""
2951
+
2952
+ msgid "Product '%s' removed."
2953
+ msgstr ""
2954
+
2955
+ msgid "Product '%s' was updated."
2956
+ msgstr ""
2957
+
2958
+ msgid "Product Name: "
2959
+ msgstr ""
2960
+
2961
+ msgid "Product Selection"
2962
+ msgstr ""
2963
+
2964
+ msgid "Product(s) in this environment/content view"
2965
+ msgstr ""
2966
+
2967
+ msgid "Product: "
2968
+ msgstr ""
2969
+
2970
+ msgid "Products"
2971
+ msgstr ""
2972
+
2973
+ msgid "Products & Repositories"
2974
+ msgstr ""
2975
+
2976
+ msgid "Products and Repositories"
2977
+ msgstr ""
2978
+
2979
+ msgid "Products refreshed from CDN"
2980
+ msgstr ""
2981
+
2982
+ msgid "Progress:"
2983
+ msgstr ""
2984
+
2985
+ msgid "Promote"
2986
+ msgstr ""
2987
+
2988
+ msgid "Promote Content Views"
2989
+ msgstr ""
2990
+
2991
+ msgid "Promote Content to Environment"
2992
+ msgstr ""
2993
+
2994
+ msgid "Promote to "
2995
+ msgstr ""
2996
+
2997
+ msgid "Promoted"
2998
+ msgstr ""
2999
+
3000
+ msgid "Promoted By:"
3001
+ msgstr ""
3002
+
3003
+ msgid "Promoting"
3004
+ msgstr ""
3005
+
3006
+ msgid "Promotion Changeset '%s' was created."
3007
+ msgstr ""
3008
+
3009
+ msgid "Promotion Changeset '%s' was deleted."
3010
+ msgstr ""
3011
+
3012
+ msgid "Promotion Date:"
3013
+ msgstr ""
3014
+
3015
+ msgid "Promotion to %s"
3016
+ msgstr ""
3017
+
3018
+ msgid "Promotions Overview"
3019
+ msgstr ""
3020
+
3021
+ msgid "Provided Product Details"
3022
+ msgstr ""
3023
+
3024
+ msgid "Provided Products"
3025
+ msgstr ""
3026
+
3027
+ msgid "Provider"
3028
+ msgstr ""
3029
+
3030
+ msgid "Provider '%s' was created."
3031
+ msgstr ""
3032
+
3033
+ msgid "Provider '%s' was deleted."
3034
+ msgstr ""
3035
+
3036
+ msgid "Provider '%s' was updated."
3037
+ msgstr ""
3038
+
3039
+ msgid "Provider cannot be deleted since one of its products or repositories has already been promoted. Using a changeset, please delete the repository from existing environments before deleting it."
3040
+ msgstr ""
3041
+
3042
+ msgid "Provider: "
3043
+ msgstr ""
3044
+
3045
+ msgid "Providers"
3046
+ msgstr ""
3047
+
3048
+ msgid "Providers provide many types of content such as packages, errata, kickstart trees, and installation disc images. A provider may be delivering all of your paid content or it could simply be a local yum repository providing a few yum repos."
3049
+ msgstr ""
3050
+
3051
+ msgid "Provides"
3052
+ msgstr ""
3053
+
3054
+ msgid "Publish"
3055
+ msgstr ""
3056
+
3057
+ msgid "Publish Content View Definitions"
3058
+ msgstr ""
3059
+
3060
+ msgid "Publish View Definition"
3061
+ msgstr ""
3062
+
3063
+ msgid "Publish new content view from this view definition"
3064
+ msgstr ""
3065
+
3066
+ msgid "Published"
3067
+ msgstr ""
3068
+
3069
+ msgid "Publishing"
3070
+ msgstr ""
3071
+
3072
+ msgid "Publishing..."
3073
+ msgstr ""
3074
+
3075
+ msgid "Pulp not running"
3076
+ msgstr ""
3077
+
3078
+ msgid "Pulp service unavailable during creating repository '%s', please try again later."
3079
+ msgstr ""
3080
+
3081
+ msgid "Quantity"
3082
+ msgstr ""
3083
+
3084
+ msgid "Queued."
3085
+ msgstr ""
3086
+
3087
+ msgid "RAM (MB)"
3088
+ msgstr ""
3089
+
3090
+ msgid "RPMs"
3091
+ msgstr ""
3092
+
3093
+ msgid "Read Activation Keys"
3094
+ msgstr ""
3095
+
3096
+ msgid "Read Activation Keys permission"
3097
+ msgstr ""
3098
+
3099
+ msgid "Read Changesets in Environment"
3100
+ msgstr ""
3101
+
3102
+ msgid "Read Content View Definitions"
3103
+ msgstr ""
3104
+
3105
+ msgid "Read Content Views"
3106
+ msgstr ""
3107
+
3108
+ msgid "Read Distributors"
3109
+ msgstr ""
3110
+
3111
+ msgid "Read Distributors in Environment"
3112
+ msgstr ""
3113
+
3114
+ msgid "Read Environment Contents"
3115
+ msgstr ""
3116
+
3117
+ msgid "Read Environments"
3118
+ msgstr ""
3119
+
3120
+ msgid "Read Environments permission"
3121
+ msgstr ""
3122
+
3123
+ msgid "Read Everything"
3124
+ msgstr ""
3125
+
3126
+ msgid "Read Organization"
3127
+ msgstr ""
3128
+
3129
+ msgid "Read Organizations"
3130
+ msgstr ""
3131
+
3132
+ msgid "Read Organizations permission"
3133
+ msgstr ""
3134
+
3135
+ msgid "Read Providers"
3136
+ msgstr ""
3137
+
3138
+ msgid "Read Providers permission"
3139
+ msgstr ""
3140
+
3141
+ msgid "Read Roles"
3142
+ msgstr ""
3143
+
3144
+ msgid "Read Roles permission"
3145
+ msgstr ""
3146
+
3147
+ msgid "Read System Group"
3148
+ msgstr ""
3149
+
3150
+ msgid "Read Systems"
3151
+ msgstr ""
3152
+
3153
+ msgid "Read Systems in Environment"
3154
+ msgstr ""
3155
+
3156
+ msgid "Read Systems in System Group"
3157
+ msgstr ""
3158
+
3159
+ msgid "Read Users"
3160
+ msgstr ""
3161
+
3162
+ msgid "Read Users permission"
3163
+ msgstr ""
3164
+
3165
+ msgid "Read only role."
3166
+ msgstr ""
3167
+
3168
+ msgid "Reason: %s"
3169
+ msgstr ""
3170
+
3171
+ msgid "Red Hat Provider Details"
3172
+ msgstr ""
3173
+
3174
+ msgid "Red Hat Repositories"
3175
+ msgstr ""
3176
+
3177
+ msgid "Red Hat Subscriptions"
3178
+ msgstr ""
3179
+
3180
+ msgid "Red Hat provider can not be deleted"
3181
+ msgstr ""
3182
+
3183
+ msgid "References:"
3184
+ msgstr ""
3185
+
3186
+ msgid "Refresh"
3187
+ msgstr ""
3188
+
3189
+ msgid "Refresh Results"
3190
+ msgstr ""
3191
+
3192
+ msgid "Refresh repositories"
3193
+ msgstr ""
3194
+
3195
+ msgid "Refreshing"
3196
+ msgstr ""
3197
+
3198
+ msgid "Register Distributors"
3199
+ msgstr ""
3200
+
3201
+ msgid "Register Distributors in Environment"
3202
+ msgstr ""
3203
+
3204
+ msgid "Register Systems"
3205
+ msgstr ""
3206
+
3207
+ msgid "Register Systems in Environment"
3208
+ msgstr ""
3209
+
3210
+ msgid "Registered"
3211
+ msgstr ""
3212
+
3213
+ msgid "Registered / Last Checked In"
3214
+ msgstr ""
3215
+
3216
+ msgid "Release"
3217
+ msgstr ""
3218
+
3219
+ msgid "Release Version"
3220
+ msgstr ""
3221
+
3222
+ msgid "Remove"
3223
+ msgstr ""
3224
+
3225
+ msgid "Remove Activation Key"
3226
+ msgstr ""
3227
+
3228
+ msgid "Remove All"
3229
+ msgstr ""
3230
+
3231
+ msgid "Remove Architecture"
3232
+ msgstr ""
3233
+
3234
+ msgid "Remove Changeset"
3235
+ msgstr ""
3236
+
3237
+ msgid "Remove Distributor"
3238
+ msgstr ""
3239
+
3240
+ msgid "Remove Distributor(s)"
3241
+ msgstr ""
3242
+
3243
+ msgid "Remove Distributors in Environment"
3244
+ msgstr ""
3245
+
3246
+ msgid "Remove Domain"
3247
+ msgstr ""
3248
+
3249
+ msgid "Remove Environment"
3250
+ msgstr ""
3251
+
3252
+ msgid "Remove GPG Key"
3253
+ msgstr ""
3254
+
3255
+ msgid "Remove Model"
3256
+ msgstr ""
3257
+
3258
+ msgid "Remove Organization"
3259
+ msgstr ""
3260
+
3261
+ msgid "Remove Package Canceled"
3262
+ msgstr ""
3263
+
3264
+ msgid "Remove Package Complete"
3265
+ msgstr ""
3266
+
3267
+ msgid "Remove Package Error"
3268
+ msgstr ""
3269
+
3270
+ msgid "Remove Package Group Canceled"
3271
+ msgstr ""
3272
+
3273
+ msgid "Remove Package Group Complete"
3274
+ msgstr ""
3275
+
3276
+ msgid "Remove Package Group Error"
3277
+ msgstr ""
3278
+
3279
+ msgid "Remove Package Group Timeout"
3280
+ msgstr ""
3281
+
3282
+ msgid "Remove Package Timeout"
3283
+ msgstr ""
3284
+
3285
+ msgid "Remove Product"
3286
+ msgstr ""
3287
+
3288
+ msgid "Remove Provider"
3289
+ msgstr ""
3290
+
3291
+ msgid "Remove Repository"
3292
+ msgstr ""
3293
+
3294
+ msgid "Remove Role"
3295
+ msgstr ""
3296
+
3297
+ msgid "Remove Selected"
3298
+ msgstr ""
3299
+
3300
+ msgid "Remove Smart Proxy"
3301
+ msgstr ""
3302
+
3303
+ msgid "Remove Subnet"
3304
+ msgstr ""
3305
+
3306
+ msgid "Remove Sync Plan"
3307
+ msgstr ""
3308
+
3309
+ msgid "Remove System"
3310
+ msgstr ""
3311
+
3312
+ msgid "Remove System(s)"
3313
+ msgstr ""
3314
+
3315
+ msgid "Remove Systems in Environment"
3316
+ msgstr ""
3317
+
3318
+ msgid "Remove User"
3319
+ msgstr ""
3320
+
3321
+ msgid "Removed LDAP group '%s'"
3322
+ msgstr ""
3323
+
3324
+ msgid "Removed content view '%s'"
3325
+ msgstr ""
3326
+
3327
+ msgid "Removed distribution '%s'"
3328
+ msgstr ""
3329
+
3330
+ msgid "Removed erratum '%s'"
3331
+ msgstr ""
3332
+
3333
+ msgid "Removed package '%s'"
3334
+ msgstr ""
3335
+
3336
+ msgid "Removed product '%s'"
3337
+ msgstr ""
3338
+
3339
+ msgid "Removed repository '%s'"
3340
+ msgstr ""
3341
+
3342
+ msgid "Removed:"
3343
+ msgstr ""
3344
+
3345
+ msgid "Removing Package Group..."
3346
+ msgstr ""
3347
+
3348
+ msgid "Removing Package..."
3349
+ msgstr ""
3350
+
3351
+ msgid "Removing..."
3352
+ msgstr ""
3353
+
3354
+ msgid "Rendering 404:"
3355
+ msgstr ""
3356
+
3357
+ msgid "Rendering 422:"
3358
+ msgstr ""
3359
+
3360
+ msgid "Rendering 500:"
3361
+ msgstr ""
3362
+
3363
+ msgid "Repo ID or environment must be provided"
3364
+ msgstr ""
3365
+
3366
+ msgid "Repo Type: "
3367
+ msgstr ""
3368
+
3369
+ msgid "Repos"
3370
+ msgstr ""
3371
+
3372
+ msgid "Repos discovery failed."
3373
+ msgstr ""
3374
+
3375
+ msgid "Repositories"
3376
+ msgstr ""
3377
+
3378
+ msgid "Repositories can be deleted only in the '%s' environment."
3379
+ msgstr ""
3380
+
3381
+ msgid "Repository"
3382
+ msgstr ""
3383
+
3384
+ msgid "Repository '%X'"
3385
+ msgstr ""
3386
+
3387
+ msgid "Repository '%s' created."
3388
+ msgstr ""
3389
+
3390
+ msgid "Repository '%s' disabled."
3391
+ msgstr ""
3392
+
3393
+ msgid "Repository '%s' enabled."
3394
+ msgstr ""
3395
+
3396
+ msgid "Repository '%s' finished syncing successfully."
3397
+ msgstr ""
3398
+
3399
+ msgid "Repository '%s' not found in the changeset"
3400
+ msgstr ""
3401
+
3402
+ msgid "Repository '%s' removed."
3403
+ msgstr ""
3404
+
3405
+ msgid "Repository '%s' updated."
3406
+ msgstr ""
3407
+
3408
+ msgid "Repository Comparison"
3409
+ msgstr ""
3410
+
3411
+ msgid "Repository Details"
3412
+ msgstr ""
3413
+
3414
+ msgid "Repository Discovery"
3415
+ msgstr ""
3416
+
3417
+ msgid "Repository Discovery already in progress"
3418
+ msgstr ""
3419
+
3420
+ msgid "Repository Label"
3421
+ msgstr ""
3422
+
3423
+ msgid "Repository Name"
3424
+ msgstr ""
3425
+
3426
+ msgid "Repository Set"
3427
+ msgstr ""
3428
+
3429
+ msgid "Repository Url"
3430
+ msgstr ""
3431
+
3432
+ msgid "Repository can be only created for custom provider."
3433
+ msgstr ""
3434
+
3435
+ msgid "Repository cannot be deleted since it has already been promoted. Using a changeset, please delete the repository from existing environments before deleting it."
3436
+ msgstr ""
3437
+
3438
+ msgid "Repository cannot be disabled since it has already been promoted."
3439
+ msgstr ""
3440
+
3441
+ msgid "Repository has already been cloned to %{cv_name} in environment %{to_env}"
3442
+ msgstr ""
3443
+
3444
+ msgid "Repository has already been promoted to %{to_env}"
3445
+ msgstr ""
3446
+
3447
+ msgid "Repository of the distribution '%s' has not been promoted into the target environment!"
3448
+ msgstr ""
3449
+
3450
+ msgid "Repository of the erratum '%s' has not been promoted into the target environment!"
3451
+ msgstr ""
3452
+
3453
+ msgid "Repository of the package '%s' has not been promoted into the target environment!"
3454
+ msgstr ""
3455
+
3456
+ msgid "Repository sets are enabled by default for custom products."
3457
+ msgstr ""
3458
+
3459
+ msgid "Repository sets are enabled by default for custom products.."
3460
+ msgstr ""
3461
+
3462
+ msgid "Repository sets are not applicable for custom products.."
3463
+ msgstr ""
3464
+
3465
+ msgid "Repository sets are not available for custom products."
3466
+ msgstr ""
3467
+
3468
+ msgid "Repository sets cannot be disabled for custom products."
3469
+ msgstr ""
3470
+
3471
+ msgid "Request"
3472
+ msgstr ""
3473
+
3474
+ msgid "Request received has either an invalid or expired token. Token: '%s'"
3475
+ msgstr ""
3476
+
3477
+ msgid "Required Host"
3478
+ msgstr ""
3479
+
3480
+ msgid "Requires"
3481
+ msgstr ""
3482
+
3483
+ msgid "Resource not found on the server"
3484
+ msgstr ""
3485
+
3486
+ msgid "Result"
3487
+ msgstr ""
3488
+
3489
+ msgid "Results"
3490
+ msgstr ""
3491
+
3492
+ msgid "Retry"
3493
+ msgstr ""
3494
+
3495
+ msgid "Review"
3496
+ msgstr ""
3497
+
3498
+ msgid "Role"
3499
+ msgstr ""
3500
+
3501
+ msgid "Role '%s' was created."
3502
+ msgstr ""
3503
+
3504
+ msgid "Role '%s' was deleted."
3505
+ msgstr ""
3506
+
3507
+ msgid "Role '%s' was updated."
3508
+ msgstr ""
3509
+
3510
+ msgid "Role Details"
3511
+ msgstr ""
3512
+
3513
+ msgid "Roles"
3514
+ msgstr ""
3515
+
3516
+ msgid "Roles for all users were synchronised with LDAP groups"
3517
+ msgstr ""
3518
+
3519
+ msgid "Route does not exist:"
3520
+ msgstr ""
3521
+
3522
+ msgid "Running"
3523
+ msgstr ""
3524
+
3525
+ msgid "Running."
3526
+ msgstr ""
3527
+
3528
+ msgid "SLA"
3529
+ msgstr ""
3530
+
3531
+ msgid "SLA: %s"
3532
+ msgstr ""
3533
+
3534
+ msgid "SYSTEMS"
3535
+ msgstr ""
3536
+
3537
+ msgid "Save"
3538
+ msgstr ""
3539
+
3540
+ msgid "Save Architecture"
3541
+ msgstr ""
3542
+
3543
+ msgid "Save Changeset"
3544
+ msgstr ""
3545
+
3546
+ msgid "Save Domain"
3547
+ msgstr ""
3548
+
3549
+ msgid "Save Model"
3550
+ msgstr ""
3551
+
3552
+ msgid "Save Roles"
3553
+ msgstr ""
3554
+
3555
+ msgid "Save Smart Proxy"
3556
+ msgstr ""
3557
+
3558
+ msgid "Save Subnet"
3559
+ msgstr ""
3560
+
3561
+ msgid "Save User"
3562
+ msgstr ""
3563
+
3564
+ msgid "Save as Favorite"
3565
+ msgstr ""
3566
+
3567
+ msgid "Saving..."
3568
+ msgstr ""
3569
+
3570
+ msgid "Scope"
3571
+ msgstr ""
3572
+
3573
+ msgid "Search"
3574
+ msgstr ""
3575
+
3576
+ msgid "Search Errata"
3577
+ msgstr ""
3578
+
3579
+ msgid "Search for all packages with a specific requires:"
3580
+ msgstr ""
3581
+
3582
+ msgid "Search for kernel in the title:"
3583
+ msgstr ""
3584
+
3585
+ msgid "Search is not available for the current content"
3586
+ msgstr ""
3587
+
3588
+ msgid "Search packages"
3589
+ msgstr ""
3590
+
3591
+ msgid "Search repositories"
3592
+ msgstr ""
3593
+
3594
+ msgid "Search..."
3595
+ msgstr ""
3596
+
3597
+ msgid "Searching by exact name:"
3598
+ msgstr ""
3599
+
3600
+ msgid "Searching by name and arch:"
3601
+ msgstr ""
3602
+
3603
+ msgid "Searching by severity (critical, important, moderate, low allowed):"
3604
+ msgstr ""
3605
+
3606
+ msgid "Searching by type (bugfix, security, enhancement allowed):"
3607
+ msgstr ""
3608
+
3609
+ msgid "Searching for a specific arch:"
3610
+ msgstr ""
3611
+
3612
+ msgid "Searching for a specific minor version:"
3613
+ msgstr ""
3614
+
3615
+ msgid "Searching for all repositories containing the word \"Server\""
3616
+ msgstr ""
3617
+
3618
+ msgid "Searching for an exact errata:"
3619
+ msgstr ""
3620
+
3621
+ msgid "Searching for an exact package:"
3622
+ msgstr ""
3623
+
3624
+ msgid "Searching starting with kernel:"
3625
+ msgstr ""
3626
+
3627
+ msgid "Secondary DNS:"
3628
+ msgstr ""
3629
+
3630
+ msgid "Security"
3631
+ msgstr ""
3632
+
3633
+ msgid "Select All"
3634
+ msgstr ""
3635
+
3636
+ msgid "Select Architecture"
3637
+ msgstr ""
3638
+
3639
+ msgid "Select Auto-attach Level..."
3640
+ msgstr ""
3641
+
3642
+ msgid "Select None"
3643
+ msgstr ""
3644
+
3645
+ msgid "Select Organization"
3646
+ msgstr ""
3647
+
3648
+ msgid "Select Plans to apply to selected Products"
3649
+ msgstr ""
3650
+
3651
+ msgid "Select Products to schedule"
3652
+ msgstr ""
3653
+
3654
+ msgid "Select Repositories: "
3655
+ msgstr ""
3656
+
3657
+ msgid "Select System Groups."
3658
+ msgstr ""
3659
+
3660
+ msgid "Select a View"
3661
+ msgstr ""
3662
+
3663
+ msgid "Select a set of repositories that you wish to compare the contents of by clicking the checkboxes inside the cells."
3664
+ msgstr ""
3665
+
3666
+ msgid "Select all"
3667
+ msgstr ""
3668
+
3669
+ msgid "Select an Organization:"
3670
+ msgstr ""
3671
+
3672
+ msgid "Selected URLs"
3673
+ msgstr ""
3674
+
3675
+ msgid "Service Level %s"
3676
+ msgstr ""
3677
+
3678
+ msgid "Setting the release version limits content to this version only, preventing newer packages from being available for installation."
3679
+ msgstr ""
3680
+
3681
+ msgid "Setup"
3682
+ msgstr ""
3683
+
3684
+ msgid "Severity"
3685
+ msgstr ""
3686
+
3687
+ msgid "Severity: Critical"
3688
+ msgstr ""
3689
+
3690
+ msgid "Severity: Important"
3691
+ msgstr ""
3692
+
3693
+ msgid "Severity: Low"
3694
+ msgstr ""
3695
+
3696
+ msgid "Severity: Moderate"
3697
+ msgstr ""
3698
+
3699
+ msgid "Shared"
3700
+ msgstr ""
3701
+
3702
+ msgid "Show"
3703
+ msgstr ""
3704
+
3705
+ msgid "Show %P more"
3706
+ msgstr ""
3707
+
3708
+ msgid "Show all results regardless of which columns they exist in."
3709
+ msgstr ""
3710
+
3711
+ msgid "Show only results that do not exist in all selected columns."
3712
+ msgstr ""
3713
+
3714
+ msgid "Show only results that exist in all selected columns."
3715
+ msgstr ""
3716
+
3717
+ msgid "Signature"
3718
+ msgstr ""
3719
+
3720
+ msgid "Size (Packages)"
3721
+ msgstr ""
3722
+
3723
+ msgid "Smart Proxies"
3724
+ msgstr ""
3725
+
3726
+ msgid "Smart Proxy"
3727
+ msgstr ""
3728
+
3729
+ msgid "Sockets"
3730
+ msgstr ""
3731
+
3732
+ msgid "Sockets: %s"
3733
+ msgstr ""
3734
+
3735
+ msgid "Software"
3736
+ msgstr ""
3737
+
3738
+ msgid "Some changeset modifications have not finished processing, are you sure you want to leave the page? By leaving you may lose some modifications."
3739
+ msgstr ""
3740
+
3741
+ msgid "Sorry about that! It seems something went wrong. If you continue having trouble with this, please contact an Administrator."
3742
+ msgstr ""
3743
+
3744
+ msgid "Source RPMs"
3745
+ msgstr ""
3746
+
3747
+ msgid "Stacking ID"
3748
+ msgstr ""
3749
+
3750
+ msgid "Start"
3751
+ msgstr ""
3752
+
3753
+ msgid "Start Date"
3754
+ msgstr ""
3755
+
3756
+ msgid "Start Date and Time can't be blank"
3757
+ msgstr ""
3758
+
3759
+ msgid "Start Time"
3760
+ msgstr ""
3761
+
3762
+ msgid "Started content deletion from %{env} environment using '%{changeset}'"
3763
+ msgstr ""
3764
+
3765
+ msgid "Started content promotion to %{env} environment using '%{changeset}'"
3766
+ msgstr ""
3767
+
3768
+ msgid "Started generating version %{view_version} of content view '%{view_name}'."
3769
+ msgstr ""
3770
+
3771
+ msgid "Started publish of content view '%{view_name}' from definition '%{definition_name}'."
3772
+ msgstr ""
3773
+
3774
+ msgid "Starts / Ends"
3775
+ msgstr ""
3776
+
3777
+ msgid "Status"
3778
+ msgstr ""
3779
+
3780
+ msgid "Strong"
3781
+ msgstr ""
3782
+
3783
+ msgid "Subnet"
3784
+ msgstr ""
3785
+
3786
+ msgid "Subnets"
3787
+ msgstr ""
3788
+
3789
+ msgid "Subscribe Systems To Content Views"
3790
+ msgstr ""
3791
+
3792
+ msgid "Subscription"
3793
+ msgstr ""
3794
+
3795
+ msgid "Subscription Filter Options"
3796
+ msgstr ""
3797
+
3798
+ msgid "Subscription Info"
3799
+ msgstr ""
3800
+
3801
+ msgid "Subscription Manager Applications"
3802
+ msgstr ""
3803
+
3804
+ msgid "Subscription Manifest"
3805
+ msgstr ""
3806
+
3807
+ msgid "Subscription manifest delete for provider '%{name}' failed"
3808
+ msgstr ""
3809
+
3810
+ msgid "Subscription manifest deleted successfully for provider '%s'."
3811
+ msgstr ""
3812
+
3813
+ msgid "Subscription manifest import for provider '%s' skipped"
3814
+ msgstr ""
3815
+
3816
+ msgid "Subscription manifest import for provider '%{name}' failed"
3817
+ msgstr ""
3818
+
3819
+ msgid "Subscription manifest must be specified on upload."
3820
+ msgstr ""
3821
+
3822
+ msgid "Subscription manifest upload for provider '%s' failed."
3823
+ msgstr ""
3824
+
3825
+ msgid "Subscription manifest uploaded successfully for provider '%s'."
3826
+ msgstr ""
3827
+
3828
+ msgid "Subscription manifest uploaded successfully for provider '%s'. Please enable the repositories you want to sync by selecting 'Enable Repositories' and selecting individual repositories to be enabled."
3829
+ msgstr ""
3830
+
3831
+ msgid "Subscriptions"
3832
+ msgstr ""
3833
+
3834
+ msgid "Subscriptions are Current"
3835
+ msgstr ""
3836
+
3837
+ msgid "Subscriptions are Current Until %s"
3838
+ msgstr ""
3839
+
3840
+ msgid "Subscriptions are not Current"
3841
+ msgstr ""
3842
+
3843
+ msgid "Subscriptions successfully added to Activation Key '%s'."
3844
+ msgstr ""
3845
+
3846
+ msgid "Subscriptions successfully removed from Activation Key '%s'."
3847
+ msgstr ""
3848
+
3849
+ msgid "Success"
3850
+ msgstr ""
3851
+
3852
+ msgid "Successful for distributor(s): "
3853
+ msgstr ""
3854
+
3855
+ msgid "Successful for system(s): "
3856
+ msgstr ""
3857
+
3858
+ msgid "Successfully added system[s] to group '%s'."
3859
+ msgstr ""
3860
+
3861
+ msgid "Successfully deleted changeset '%s'."
3862
+ msgstr ""
3863
+
3864
+ msgid "Successfully generated content view '%{view_name}' version %{view_version}."
3865
+ msgstr ""
3866
+
3867
+ msgid "Successfully promoted changeset '%s'."
3868
+ msgstr ""
3869
+
3870
+ msgid "Successfully published content view '%{view_name}' from definition '%{definition_name}'."
3871
+ msgstr ""
3872
+
3873
+ msgid "Successfully removed organization '%s'."
3874
+ msgstr ""
3875
+
3876
+ msgid "Successfully removed system[s] from group '%s'."
3877
+ msgstr ""
3878
+
3879
+ msgid "Successfully updated content for content view definition '%s'."
3880
+ msgstr ""
3881
+
3882
+ msgid "Successfully updated environment and content view for all systems in group %{group}"
3883
+ msgstr ""
3884
+
3885
+ msgid "Summary"
3886
+ msgstr ""
3887
+
3888
+ msgid "Summary:"
3889
+ msgstr ""
3890
+
3891
+ msgid "Super Admin"
3892
+ msgstr ""
3893
+
3894
+ msgid "Super Admin permission"
3895
+ msgstr ""
3896
+
3897
+ msgid "Super administrator with all access."
3898
+ msgstr ""
3899
+
3900
+ msgid "Support"
3901
+ msgstr ""
3902
+
3903
+ msgid "Support Level"
3904
+ msgstr ""
3905
+
3906
+ msgid "Support Type"
3907
+ msgstr ""
3908
+
3909
+ msgid "Sync Canceled"
3910
+ msgstr ""
3911
+
3912
+ msgid "Sync Cancelled"
3913
+ msgstr ""
3914
+
3915
+ msgid "Sync Management"
3916
+ msgstr ""
3917
+
3918
+ msgid "Sync Overview"
3919
+ msgstr ""
3920
+
3921
+ msgid "Sync Plan '%s' was created."
3922
+ msgstr ""
3923
+
3924
+ msgid "Sync Plan '%s' was updated."
3925
+ msgstr ""
3926
+
3927
+ msgid "Sync Plans"
3928
+ msgstr ""
3929
+
3930
+ msgid "Sync Plans applied successfully."
3931
+ msgstr ""
3932
+
3933
+ msgid "Sync Products"
3934
+ msgstr ""
3935
+
3936
+ msgid "Sync Schedule"
3937
+ msgstr ""
3938
+
3939
+ msgid "Sync Status"
3940
+ msgstr ""
3941
+
3942
+ msgid "Sync complete."
3943
+ msgstr ""
3944
+
3945
+ msgid "Sync plan"
3946
+ msgstr ""
3947
+
3948
+ msgid "Sync plan '%s' was deleted."
3949
+ msgstr ""
3950
+
3951
+ msgid "Synchronization"
3952
+ msgstr ""
3953
+
3954
+ msgid "Synchronization plan assigned."
3955
+ msgstr ""
3956
+
3957
+ msgid "Synchronization plan removed."
3958
+ msgstr ""
3959
+
3960
+ msgid "Synchronize Now"
3961
+ msgstr ""
3962
+
3963
+ msgid "System"
3964
+ msgstr ""
3965
+
3966
+ msgid "System '%s' was created."
3967
+ msgstr ""
3968
+
3969
+ msgid "System '%s' was updated."
3970
+ msgstr ""
3971
+
3972
+ msgid "System Current Subscription(s)"
3973
+ msgstr ""
3974
+
3975
+ msgid "System Default"
3976
+ msgstr ""
3977
+
3978
+ msgid "System Events"
3979
+ msgstr ""
3980
+
3981
+ msgid "System Group"
3982
+ msgstr ""
3983
+
3984
+ msgid "System Group %s created successfully."
3985
+ msgstr ""
3986
+
3987
+ msgid "System Group %s deleted."
3988
+ msgstr ""
3989
+
3990
+ msgid "System Group %s has been updated."
3991
+ msgstr ""
3992
+
3993
+ msgid "System Group %{new_group} created successfully as a copy of system group %{group}."
3994
+ msgstr ""
3995
+
3996
+ msgid "System Group Info"
3997
+ msgstr ""
3998
+
3999
+ msgid "System Group Overview"
4000
+ msgstr ""
4001
+
4002
+ msgid "System Group does not exist. Would you like to create it?"
4003
+ msgstr ""
4004
+
4005
+ msgid "System Group maximum number of systems exceeded for group(s): %s"
4006
+ msgstr ""
4007
+
4008
+ msgid "System Group membership modification not allowed for group(s): %s"
4009
+ msgstr ""
4010
+
4011
+ msgid "System Groups"
4012
+ msgstr ""
4013
+
4014
+ msgid "System Groups allow you to create groups consisting of multiple systems and then use those groups to manage the systems. This includes performing actions such as package and package group installations, updates and removals as well as errata installations."
4015
+ msgstr ""
4016
+
4017
+ msgid "System Info"
4018
+ msgstr ""
4019
+
4020
+ msgid "System Information"
4021
+ msgstr ""
4022
+
4023
+ msgid "System Limit"
4024
+ msgstr ""
4025
+
4026
+ msgid "System Notifications"
4027
+ msgstr ""
4028
+
4029
+ msgid "System Properties"
4030
+ msgstr ""
4031
+
4032
+ msgid "System Registration Defaults"
4033
+ msgstr ""
4034
+
4035
+ msgid "System Status"
4036
+ msgstr ""
4037
+
4038
+ msgid "System Subscription Status"
4039
+ msgstr ""
4040
+
4041
+ msgid "System Templates"
4042
+ msgstr ""
4043
+
4044
+ msgid "System Type"
4045
+ msgstr ""
4046
+
4047
+ msgid "System Type:"
4048
+ msgstr ""
4049
+
4050
+ msgid "System group is empty."
4051
+ msgstr ""
4052
+
4053
+ msgid "System subscriptions updated."
4054
+ msgstr ""
4055
+
4056
+ msgid "System with uuid %s not found"
4057
+ msgstr ""
4058
+
4059
+ msgid "System's environment not compatible with the group '%s'."
4060
+ msgstr ""
4061
+
4062
+ msgid "System: %{system_name}, System Groups Removed: %{system_group_names}"
4063
+ msgstr ""
4064
+
4065
+ msgid "Systems"
4066
+ msgstr ""
4067
+
4068
+ msgid "Systems Bulk Action: Add to system group(s): %s"
4069
+ msgstr ""
4070
+
4071
+ msgid "Systems Bulk Action: No errata IDs have been provided."
4072
+ msgstr ""
4073
+
4074
+ msgid "Systems Bulk Action: No package or package group names have been provided."
4075
+ msgstr ""
4076
+
4077
+ msgid "Systems Bulk Action: Remove from system group(s): %s"
4078
+ msgstr ""
4079
+
4080
+ msgid "Systems Bulk Action: Schedule install of errata(s): %s"
4081
+ msgstr ""
4082
+
4083
+ msgid "Systems Bulk Action: Schedule install of package group(s): %s"
4084
+ msgstr ""
4085
+
4086
+ msgid "Systems Bulk Action: Schedule install of package(s): %s"
4087
+ msgstr ""
4088
+
4089
+ msgid "Systems Bulk Action: Schedule uninstall of package group(s): %s"
4090
+ msgstr ""
4091
+
4092
+ msgid "Systems Bulk Action: Schedule uninstall of package(s): %s"
4093
+ msgstr ""
4094
+
4095
+ msgid "Systems Bulk Action: Schedule update of all packages"
4096
+ msgstr ""
4097
+
4098
+ msgid "Systems Bulk Action: Schedule update of package group(s): %s"
4099
+ msgstr ""
4100
+
4101
+ msgid "Systems Bulk Action: Schedule update of package(s): %s"
4102
+ msgstr ""
4103
+
4104
+ msgid "Systems [%s] not found."
4105
+ msgstr ""
4106
+
4107
+ msgid "TITLE"
4108
+ msgstr ""
4109
+
4110
+ msgid "TYPE"
4111
+ msgstr ""
4112
+
4113
+ msgid "Tftp:"
4114
+ msgstr ""
4115
+
4116
+ msgid "The '%s' environment cannot contain a changeset!"
4117
+ msgstr ""
4118
+
4119
+ msgid "The amount of RAM memory, in megabytes (MB), which this system has"
4120
+ msgstr ""
4121
+
4122
+ msgid "The class of CPU supplied in this machine. This is primarily used by Sparc Solaris builds and can be left blank for other architectures."
4123
+ msgstr ""
4124
+
4125
+ msgid "The class of the machine reported by the Open Boot Prom. This is primarily used by Sparc Solaris builds and can be left blank for other architectures."
4126
+ msgstr ""
4127
+
4128
+ msgid "The current organization cannot be deleted. Please switch to a different organization before deleting."
4129
+ msgstr ""
4130
+
4131
+ msgid "The definition consists of component content views that share the same repository; therefore, it cannot be published. Please visit the Content pane to resolve this issue."
4132
+ msgstr ""
4133
+
4134
+ msgid "The definition consists of component content views that share the same repository; therefore, views cannot be refreshed. Please visit the Content pane to resolve this issue."
4135
+ msgstr ""
4136
+
4137
+ msgid "The following content views were automatically added to changeset '%{changeset}' for composite view '%{composite_view}': %{component_views}"
4138
+ msgstr ""
4139
+
4140
+ msgid "The following repositories are currently syncing. It is recommended that you wait for them to complete before continuing the promotion."
4141
+ msgstr ""
4142
+
4143
+ msgid "The following repositories encountered an error on their last sync. It is highly recommended to fix these errors and resync before promoting. Ignoring these may result in a broken repository in the %s environment."
4144
+ msgstr ""
4145
+
4146
+ msgid "The label requested is already used by another %s; therefore, a unique label was assigned. If you would like a different label, please delete the %s and recreate it with a unique label. Requested label: %s, Assigned label: %s"
4147
+ msgstr ""
4148
+
4149
+ msgid "The number of CPU Sockets or LPARs which this system uses"
4150
+ msgstr ""
4151
+
4152
+ msgid "The password should not contain the username."
4153
+ msgstr ""
4154
+
4155
+ msgid "The passwords do not match"
4156
+ msgstr ""
4157
+
4158
+ msgid "The selected environment is not the last environment in its promotion path. Only the last environment can be deleted."
4159
+ msgstr ""
4160
+
4161
+ msgid "The selected system groups (%s) are not compatible with the selected environment."
4162
+ msgstr ""
4163
+
4164
+ msgid "The system registration default you supplied was the same as the old system registration default."
4165
+ msgstr ""
4166
+
4167
+ msgid "There are %d products having repositories that could not be created."
4168
+ msgstr ""
4169
+
4170
+ msgid "There are currently no Global permissions for this role. Please click Add Permission in the action bar below to add a Global permission. A Global permission is one that cuts across all organizations."
4171
+ msgstr ""
4172
+
4173
+ msgid "There are currently no permissions for this organization. Please click Add Permission in the action bar below to add a permission to this organization."
4174
+ msgstr ""
4175
+
4176
+ msgid "There are currently no subscriptions attached to the distributor"
4177
+ msgstr ""
4178
+
4179
+ msgid "There are currently no subscriptions attached to the system"
4180
+ msgstr ""
4181
+
4182
+ msgid "There are no errata that need to be applied to registered systems."
4183
+ msgstr ""
4184
+
4185
+ msgid "There are no events to display."
4186
+ msgstr ""
4187
+
4188
+ msgid "There are no more subscriptions available."
4189
+ msgstr ""
4190
+
4191
+ msgid "There are no packages to display."
4192
+ msgstr ""
4193
+
4194
+ msgid "There are no products or repositories enabled. Try enabling via %{custom} or %{redhat}."
4195
+ msgstr ""
4196
+
4197
+ msgid "There are no products to display."
4198
+ msgstr ""
4199
+
4200
+ msgid "There are no tags for the resource type you have chosen."
4201
+ msgstr ""
4202
+
4203
+ msgid "There is already an active sync process for the '%s' repository. Please try again later"
4204
+ msgstr ""
4205
+
4206
+ msgid "There must be at least one plan selected"
4207
+ msgstr ""
4208
+
4209
+ msgid "There must be at least one product selected"
4210
+ msgstr ""
4211
+
4212
+ msgid "There was an error retrieving that row:"
4213
+ msgstr ""
4214
+
4215
+ msgid "There were errors syncing repository '%s'. See notices page for more details."
4216
+ msgstr ""
4217
+
4218
+ msgid "This GPG Key is not currently assigned to any products or repositories."
4219
+ msgstr ""
4220
+
4221
+ msgid "This action doesn't support pacakge groups"
4222
+ msgstr ""
4223
+
4224
+ msgid "This activation key is not currently associated with a System Group."
4225
+ msgstr ""
4226
+
4227
+ msgid "This activation key is not currently associated with a System."
4228
+ msgstr ""
4229
+
4230
+ msgid "This changeset contains no content."
4231
+ msgstr ""
4232
+
4233
+ msgid "This changeset is currently being applied."
4234
+ msgstr ""
4235
+
4236
+ msgid "This content view has one or more repositories in common with a view that is currently selected."
4237
+ msgstr ""
4238
+
4239
+ msgid "This feed has already been found in one or more existing repositories:"
4240
+ msgstr ""
4241
+
4242
+ msgid "This is your default organization."
4243
+ msgstr ""
4244
+
4245
+ msgid "This system is not currently associated with a System Group."
4246
+ msgstr ""
4247
+
4248
+ msgid "This table allows you to initiate package or package group installs and removals. Simply select either Packages or Package groups, enter a comma-separated list of names in the box provided and click either +Add or -Remove."
4249
+ msgstr ""
4250
+
4251
+ msgid "This table allows you to initiate package or package group installs, updates and removals. Simply select either Packages or Package groups, enter a comma-separated list of names in the box provided and click either Install, Update or Remove. Note: for any given package or package group, there may only be 1 action in progress at a time."
4252
+ msgstr ""
4253
+
4254
+ msgid "This table allows you to initiate package updates or removals as well as update all packages. In order to update or remove packages, simply select the packages you are interested in and click Update or Remove. In order to update all packages, click Update All when no packages are selected."
4255
+ msgstr ""
4256
+
4257
+ msgid "This table shows you the status of any pending package or package group actions on the system group."
4258
+ msgstr ""
4259
+
4260
+ msgid "This will completely remove those systems."
4261
+ msgstr ""
4262
+
4263
+ msgid "This will override any GPG keys already associated with a repository within this product"
4264
+ msgstr ""
4265
+
4266
+ msgid "Time"
4267
+ msgstr ""
4268
+
4269
+ msgid "Title"
4270
+ msgstr ""
4271
+
4272
+ msgid "Title: "
4273
+ msgstr ""
4274
+
4275
+ msgid "To IP:"
4276
+ msgstr ""
4277
+
4278
+ msgid "To submit a new bug please visit %s."
4279
+ msgstr ""
4280
+
4281
+ msgid "To view the details of an item on the left, simply click on a single row.<br/><br/>To select multiple rows, hold the Control Key and click multiple rows.<br/><br/>If you don't need this help anymore, please click the close button in the top right of this box."
4282
+ msgstr ""
4283
+
4284
+ msgid "Total"
4285
+ msgstr ""
4286
+
4287
+ msgid "Total Systems"
4288
+ msgstr ""
4289
+
4290
+ msgid "Type"
4291
+ msgstr ""
4292
+
4293
+ msgid "Type must be one of the following [ %{list} ]"
4294
+ msgstr ""
4295
+
4296
+ msgid "Type:"
4297
+ msgstr ""
4298
+
4299
+ msgid "Type: Bug Fix"
4300
+ msgstr ""
4301
+
4302
+ msgid "Type: Enhancement"
4303
+ msgstr ""
4304
+
4305
+ msgid "Type: Security"
4306
+ msgstr ""
4307
+
4308
+ msgid "URL"
4309
+ msgstr ""
4310
+
4311
+ msgid "URL:"
4312
+ msgstr ""
4313
+
4314
+ msgid "UUID"
4315
+ msgstr ""
4316
+
4317
+ msgid "Unable to determine quantity for pool %s"
4318
+ msgstr ""
4319
+
4320
+ msgid "Unable to find package %s"
4321
+ msgstr ""
4322
+
4323
+ msgid "Unable to parse repositories: %s"
4324
+ msgstr ""
4325
+
4326
+ msgid "Unable to retrieve release versions from Repository URL %{url}. Error message: %{error}"
4327
+ msgstr ""
4328
+
4329
+ msgid "Unable to retrieve subscription history for provider '%{name}'."
4330
+ msgstr ""
4331
+
4332
+ msgid "Uninstall of Package Groups '%{groups}' scheduled for System Group '%{name}' failed. Reason: %{message}"
4333
+ msgstr ""
4334
+
4335
+ msgid "Uninstall of Package Groups '%{groups}' scheduled for System Group '%{name}'."
4336
+ msgstr ""
4337
+
4338
+ msgid "Uninstall of Package Groups '%{p}' scheduled for System '%{s}'."
4339
+ msgstr ""
4340
+
4341
+ msgid "Uninstall of Packages '%{packages}' scheduled for System Group '%{name}' failed. Reason: %{message}"
4342
+ msgstr ""
4343
+
4344
+ msgid "Uninstall of Packages '%{packages}' scheduled for System Group '%{name}'."
4345
+ msgstr ""
4346
+
4347
+ msgid "Uninstall of Packages '%{p}' scheduled for System '%{s}'."
4348
+ msgstr ""
4349
+
4350
+ msgid "Union"
4351
+ msgstr ""
4352
+
4353
+ msgid "Union:"
4354
+ msgstr ""
4355
+
4356
+ msgid "Unique"
4357
+ msgstr ""
4358
+
4359
+ msgid "Units"
4360
+ msgstr ""
4361
+
4362
+ msgid "Unknown"
4363
+ msgstr ""
4364
+
4365
+ msgid "Unknown changeset type, must be PROMOTION or DELETION: %s"
4366
+ msgstr ""
4367
+
4368
+ msgid "Unknown provider type. Choose one of: %s"
4369
+ msgstr ""
4370
+
4371
+ msgid "Unknown registration date"
4372
+ msgstr ""
4373
+
4374
+ msgid "Unknown repository label: %s"
4375
+ msgstr ""
4376
+
4377
+ msgid "Unlimited"
4378
+ msgstr ""
4379
+
4380
+ msgid "Unsupported URL protocol %s."
4381
+ msgstr ""
4382
+
4383
+ msgid "Up to date"
4384
+ msgstr ""
4385
+
4386
+ msgid "Update"
4387
+ msgstr ""
4388
+
4389
+ msgid "Update All"
4390
+ msgstr ""
4391
+
4392
+ msgid "Update Package Canceled"
4393
+ msgstr ""
4394
+
4395
+ msgid "Update Package Complete"
4396
+ msgstr ""
4397
+
4398
+ msgid "Update Package Error"
4399
+ msgstr ""
4400
+
4401
+ msgid "Update Package Timeout"
4402
+ msgstr ""
4403
+
4404
+ msgid "Update of Package Groups '%{groups}' scheduled for System Group '%{name}' failed. Reason: %{message}"
4405
+ msgstr ""
4406
+
4407
+ msgid "Update of Package Groups '%{groups}' scheduled for System Group '%{name}'."
4408
+ msgstr ""
4409
+
4410
+ msgid "Update of Packages '%{packages}' scheduled for System Group '%{group}' failed. Reason: %{message}"
4411
+ msgstr ""
4412
+
4413
+ msgid "Update of Packages '%{packages}' scheduled for System Group '%{name}'."
4414
+ msgstr ""
4415
+
4416
+ msgid "Update of Packages '%{p}' scheduled for System '%{s}'."
4417
+ msgstr ""
4418
+
4419
+ msgid "Update of all packages scheduled for System '%s'."
4420
+ msgstr ""
4421
+
4422
+ msgid "Updated"
4423
+ msgstr ""
4424
+
4425
+ msgid "Updates"
4426
+ msgstr ""
4427
+
4428
+ msgid "Updating Package..."
4429
+ msgstr ""
4430
+
4431
+ msgid "Updating package group..."
4432
+ msgstr ""
4433
+
4434
+ msgid "Upload"
4435
+ msgstr ""
4436
+
4437
+ msgid "Upload New Manifest"
4438
+ msgstr ""
4439
+
4440
+ msgid "Uploading"
4441
+ msgstr ""
4442
+
4443
+ msgid "Upstream Distributor"
4444
+ msgstr ""
4445
+
4446
+ msgid "Usage Limit"
4447
+ msgstr ""
4448
+
4449
+ msgid "Usage limit (%{limit}) exhausted for activation key '%{name}'"
4450
+ msgstr ""
4451
+
4452
+ msgid "Use Browser Locale"
4453
+ msgstr ""
4454
+
4455
+ msgid "User"
4456
+ msgstr ""
4457
+
4458
+ msgid "User '%s' was deleted."
4459
+ msgstr ""
4460
+
4461
+ msgid "User '%{username}' assigned to role '%{rolename}'"
4462
+ msgstr ""
4463
+
4464
+ msgid "User '%{username}' unassigned from role '%{rolename}'"
4465
+ msgstr ""
4466
+
4467
+ msgid "User Notifications"
4468
+ msgstr ""
4469
+
4470
+ msgid "User System Registration Environment updated successfully."
4471
+ msgstr ""
4472
+
4473
+ msgid "User assignments for this role"
4474
+ msgstr ""
4475
+
4476
+ msgid "User does not belong to an organization."
4477
+ msgstr ""
4478
+
4479
+ msgid "User notifications lists all notifications generated by a user as well as global notifications that are sent to all users."
4480
+ msgstr ""
4481
+
4482
+ msgid "User updated successfully."
4483
+ msgstr ""
4484
+
4485
+ msgid "Username"
4486
+ msgstr ""
4487
+
4488
+ msgid "Username:"
4489
+ msgstr ""
4490
+
4491
+ msgid "Users"
4492
+ msgstr ""
4493
+
4494
+ msgid "VLAN:"
4495
+ msgstr ""
4496
+
4497
+ msgid "Validation Failed:"
4498
+ msgstr ""
4499
+
4500
+ msgid "Validation failed: Label has already been taken"
4501
+ msgstr ""
4502
+
4503
+ msgid "Value"
4504
+ msgstr ""
4505
+
4506
+ msgid "Vendor class:"
4507
+ msgstr ""
4508
+
4509
+ msgid "Verb(s):"
4510
+ msgstr ""
4511
+
4512
+ msgid "Verbs"
4513
+ msgstr ""
4514
+
4515
+ msgid "Version"
4516
+ msgstr ""
4517
+
4518
+ msgid "Very Weak"
4519
+ msgstr ""
4520
+
4521
+ msgid "View"
4522
+ msgstr ""
4523
+
4524
+ msgid "View %{view} has not been promoted to %{env}"
4525
+ msgstr ""
4526
+
4527
+ msgid "View Definition"
4528
+ msgstr ""
4529
+
4530
+ msgid "View: "
4531
+ msgstr ""
4532
+
4533
+ msgid "Viewing %C of %T"
4534
+ msgstr ""
4535
+
4536
+ msgid "Viewing %X of %Y results"
4537
+ msgstr ""
4538
+
4539
+ msgid "Viewing %X of %Y results (%Z Total)"
4540
+ msgstr ""
4541
+
4542
+ msgid "Viewing %{current} of %{results} results (%{items} Total %{name})"
4543
+ msgstr ""
4544
+
4545
+ msgid "Viewing %{n} of %{t} results (%{t} Total Errata)"
4546
+ msgstr ""
4547
+
4548
+ msgid "Views"
4549
+ msgstr ""
4550
+
4551
+ msgid "Virt Guest From"
4552
+ msgstr ""
4553
+
4554
+ msgid "Virtual"
4555
+ msgstr ""
4556
+
4557
+ msgid "Virtual Guest"
4558
+ msgstr ""
4559
+
4560
+ msgid "Virtual Only"
4561
+ msgstr ""
4562
+
4563
+ msgid "Waiting"
4564
+ msgstr ""
4565
+
4566
+ msgid "Warning"
4567
+ msgstr ""
4568
+
4569
+ msgid "Weak"
4570
+ msgstr ""
4571
+
4572
+ msgid "Welcome Back"
4573
+ msgstr ""
4574
+
4575
+ msgid "Wrong/Invalid parameters sent for %{controller}/%{action}.\\n Wrong Parameters: \\n%{params}\\n Parameters Received:\\n %{all_params} "
4576
+ msgstr ""
4577
+
4578
+ msgid "Yes"
4579
+ msgstr ""
4580
+
4581
+ msgid "You are not authorised to perform this action."
4582
+ msgstr ""
4583
+
4584
+ msgid "You can run %s action to fix this. Note that it can take some time to complete."
4585
+ msgstr ""
4586
+
4587
+ msgid "You can synchronize repositories only in library environment'"
4588
+ msgstr ""
4589
+
4590
+ msgid "You cannot have more than %{max_systems} system(s) associated with system group '%{group}'."
4591
+ msgstr ""
4592
+
4593
+ msgid "You do not currently have access to any organizations. Please contact an administrator to get permission to access an organization."
4594
+ msgstr ""
4595
+
4596
+ msgid "You do not have access to access contents in %s"
4597
+ msgstr ""
4598
+
4599
+ msgid "You do not have permissions to view changesets for %s. Please contact your administrator to gain access."
4600
+ msgstr ""
4601
+
4602
+ msgid "You do not have valid credentials to access this system. Please contact your administrator."
4603
+ msgstr ""
4604
+
4605
+ msgid "You have entered an incorrect username/password combination, or your account may currently be disabled. Please try again or contact your administrator."
4606
+ msgstr ""
4607
+
4608
+ msgid "You have no assigned roles."
4609
+ msgstr ""
4610
+
4611
+ msgid "You have not set a default organization and environment on the user %s."
4612
+ msgstr ""
4613
+
4614
+ msgid "You have selected all resource types; this will grant full access to the organization. Press the Cancel button to select an individual resource type."
4615
+ msgstr ""
4616
+
4617
+ msgid "You may have mistyped the address or the page may have moved."
4618
+ msgstr ""
4619
+
4620
+ msgid "You might want to log out and log back in again to clear your cookies."
4621
+ msgstr ""
4622
+
4623
+ msgid "You must be logged in to access that page."
4624
+ msgstr ""
4625
+
4626
+ msgid "You must select an organization above before you can add a permission."
4627
+ msgstr ""
4628
+
4629
+ msgid "You must select and view a permission before you can edit it."
4630
+ msgstr ""
4631
+
4632
+ msgid "You must select at least one verb."
4633
+ msgstr ""
4634
+
4635
+ msgid "You need to create an environment for this org before you can create a distributor."
4636
+ msgstr ""
4637
+
4638
+ msgid "You need to create an environment for this org before you can create a system."
4639
+ msgstr ""
4640
+
4641
+ msgid "Your current organization is no longer valid. It is possible that either the organization has been deleted or your permissions revoked, please log back in to continue."
4642
+ msgstr ""
4643
+
4644
+ msgid "Your default environment has been removed. Please choose another one."
4645
+ msgstr ""
4646
+
4647
+ msgid "Your update has applied successfully, but during that time another user has also made an update."
4648
+ msgstr ""
4649
+
4650
+ msgid "all packages"
4651
+ msgstr ""
4652
+
4653
+ msgid "all packages update"
4654
+ msgstr ""
4655
+
4656
+ msgid "all packages update failed"
4657
+ msgstr ""
4658
+
4659
+ msgid "already exists (including organizations being deleted)"
4660
+ msgstr ""
4661
+
4662
+ msgid "can't be blank"
4663
+ msgstr ""
4664
+
4665
+ msgid "cannot be a binary file."
4666
+ msgstr ""
4667
+
4668
+ msgid "cannot be blank"
4669
+ msgstr ""
4670
+
4671
+ msgid "cannot contain blank keynames"
4672
+ msgstr ""
4673
+
4674
+ msgid "cannot contain characters >, <, or /"
4675
+ msgstr ""
4676
+
4677
+ msgid "cannot contain characters other than alpha numerals, space, '_', '-'"
4678
+ msgstr ""
4679
+
4680
+ msgid "cannot contain characters other than ascii alpha numerals, '_', '-'. "
4681
+ msgstr ""
4682
+
4683
+ msgid "cannot contain more than %s characters"
4684
+ msgstr ""
4685
+
4686
+ msgid "cannot contain products, or repositories if it contains views"
4687
+ msgstr ""
4688
+
4689
+ msgid "content view '%s' not found in the changeset"
4690
+ msgstr ""
4691
+
4692
+ msgid "currently editing this changeset"
4693
+ msgstr ""
4694
+
4695
+ msgid "daily"
4696
+ msgstr ""
4697
+
4698
+ msgid "delete"
4699
+ msgstr ""
4700
+
4701
+ msgid "displayed"
4702
+ msgstr ""
4703
+
4704
+ msgid "environment can only have one child"
4705
+ msgstr ""
4706
+
4707
+ msgid "environment required"
4708
+ msgstr ""
4709
+
4710
+ msgid "hourly"
4711
+ msgstr ""
4712
+
4713
+ msgid "import"
4714
+ msgstr ""
4715
+
4716
+ msgid "installing errata..."
4717
+ msgstr ""
4718
+
4719
+ msgid "installing erratum..."
4720
+ msgstr ""
4721
+
4722
+ msgid "installing package group..."
4723
+ msgstr ""
4724
+
4725
+ msgid "installing package groups..."
4726
+ msgstr ""
4727
+
4728
+ msgid "installing package..."
4729
+ msgstr ""
4730
+
4731
+ msgid "installing packages..."
4732
+ msgstr ""
4733
+
4734
+ msgid "is invalid"
4735
+ msgstr ""
4736
+
4737
+ msgid "katello-jobs service not running"
4738
+ msgstr ""
4739
+
4740
+ msgid "link"
4741
+ msgstr ""
4742
+
4743
+ msgid "may not be less than the number of systems associated with the system group."
4744
+ msgstr ""
4745
+
4746
+ msgid "may not be set to 0."
4747
+ msgstr ""
4748
+
4749
+ msgid "must be a positive integer value."
4750
+ msgstr ""
4751
+
4752
+ msgid "must be at least 5 characters."
4753
+ msgstr ""
4754
+
4755
+ msgid "must be higher than current usage (%s) or unlimited"
4756
+ msgstr ""
4757
+
4758
+ msgid "must be one of %s"
4759
+ msgstr ""
4760
+
4761
+ msgid "must be unique within one organization"
4762
+ msgstr ""
4763
+
4764
+ msgid "must be unique."
4765
+ msgstr ""
4766
+
4767
+ msgid "must contain '%s'"
4768
+ msgstr ""
4769
+
4770
+ msgid "must contain at least %s character"
4771
+ msgstr ""
4772
+
4773
+ msgid "must include a keyname and value"
4774
+ msgstr ""
4775
+
4776
+ msgid "must not contain leading or trailing white spaces."
4777
+ msgstr ""
4778
+
4779
+ msgid "name: %s doesn't exist "
4780
+ msgstr ""
4781
+
4782
+ msgid "none"
4783
+ msgstr ""
4784
+
4785
+ msgid "of Unlimited"
4786
+ msgstr ""
4787
+
4788
+ msgid "of environment must be unique within one organization"
4789
+ msgstr ""
4790
+
4791
+ msgid "or"
4792
+ msgstr ""
4793
+
4794
+ msgid "plan"
4795
+ msgstr ""
4796
+
4797
+ msgid "product"
4798
+ msgstr ""
4799
+
4800
+ msgid "promote_confirm"
4801
+ msgstr ""
4802
+
4803
+ msgid "removing package group..."
4804
+ msgstr ""
4805
+
4806
+ msgid "removing package groups..."
4807
+ msgstr ""
4808
+
4809
+ msgid "removing package..."
4810
+ msgstr ""
4811
+
4812
+ msgid "removing packages..."
4813
+ msgstr ""
4814
+
4815
+ msgid "repository refresh"
4816
+ msgstr ""
4817
+
4818
+ msgid "results."
4819
+ msgstr ""
4820
+
4821
+ msgid "the %s Bugzilla"
4822
+ msgstr ""
4823
+
4824
+ msgid "the CloudForms Documentation"
4825
+ msgstr ""
4826
+
4827
+ msgid "the following attributes can not be updated for the Red Hat provider: [ %s ]"
4828
+ msgstr ""
4829
+
4830
+ msgid "updating package group..."
4831
+ msgstr ""
4832
+
4833
+ msgid "updating package groups..."
4834
+ msgstr ""
4835
+
4836
+ msgid "updating package..."
4837
+ msgstr ""
4838
+
4839
+ msgid "updating packages..."
4840
+ msgstr ""
4841
+
4842
+ msgid "version %s"
4843
+ msgstr ""
4844
+
4845
+ msgid "weekly"
4846
+ msgstr ""