katello 4.18.0.rc2 → 4.18.0

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

Potentially problematic release.


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

Files changed (234) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/katello/locale/bn/katello.js +279 -15
  3. data/app/assets/javascripts/katello/locale/bn_IN/katello.js +279 -15
  4. data/app/assets/javascripts/katello/locale/ca/katello.js +281 -17
  5. data/app/assets/javascripts/katello/locale/cs/katello.js +280 -16
  6. data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +282 -18
  7. data/app/assets/javascripts/katello/locale/de/katello.js +290 -26
  8. data/app/assets/javascripts/katello/locale/de_AT/katello.js +279 -15
  9. data/app/assets/javascripts/katello/locale/de_DE/katello.js +281 -17
  10. data/app/assets/javascripts/katello/locale/el/katello.js +281 -17
  11. data/app/assets/javascripts/katello/locale/en/katello.js +280 -16
  12. data/app/assets/javascripts/katello/locale/en_GB/katello.js +280 -16
  13. data/app/assets/javascripts/katello/locale/en_US/katello.js +279 -15
  14. data/app/assets/javascripts/katello/locale/es/katello.js +445 -181
  15. data/app/assets/javascripts/katello/locale/et_EE/katello.js +279 -15
  16. data/app/assets/javascripts/katello/locale/fr/katello.js +1097 -833
  17. data/app/assets/javascripts/katello/locale/gl/katello.js +279 -15
  18. data/app/assets/javascripts/katello/locale/gu/katello.js +279 -15
  19. data/app/assets/javascripts/katello/locale/he_IL/katello.js +279 -15
  20. data/app/assets/javascripts/katello/locale/hi/katello.js +279 -15
  21. data/app/assets/javascripts/katello/locale/id/katello.js +279 -15
  22. data/app/assets/javascripts/katello/locale/it/katello.js +281 -17
  23. data/app/assets/javascripts/katello/locale/ja/katello.js +826 -562
  24. data/app/assets/javascripts/katello/locale/ka/katello.js +677 -413
  25. data/app/assets/javascripts/katello/locale/kn/katello.js +279 -15
  26. data/app/assets/javascripts/katello/locale/ko/katello.js +2325 -2062
  27. data/app/assets/javascripts/katello/locale/ml_IN/katello.js +279 -15
  28. data/app/assets/javascripts/katello/locale/mr/katello.js +279 -15
  29. data/app/assets/javascripts/katello/locale/nl_NL/katello.js +279 -15
  30. data/app/assets/javascripts/katello/locale/or/katello.js +279 -15
  31. data/app/assets/javascripts/katello/locale/pa/katello.js +279 -15
  32. data/app/assets/javascripts/katello/locale/pl/katello.js +281 -17
  33. data/app/assets/javascripts/katello/locale/pl_PL/katello.js +279 -15
  34. data/app/assets/javascripts/katello/locale/pt/katello.js +279 -15
  35. data/app/assets/javascripts/katello/locale/pt_BR/katello.js +458 -194
  36. data/app/assets/javascripts/katello/locale/ro/katello.js +279 -15
  37. data/app/assets/javascripts/katello/locale/ro_RO/katello.js +279 -15
  38. data/app/assets/javascripts/katello/locale/ru/katello.js +281 -17
  39. data/app/assets/javascripts/katello/locale/sl/katello.js +281 -17
  40. data/app/assets/javascripts/katello/locale/sv_SE/katello.js +279 -15
  41. data/app/assets/javascripts/katello/locale/ta/katello.js +279 -15
  42. data/app/assets/javascripts/katello/locale/ta_IN/katello.js +279 -15
  43. data/app/assets/javascripts/katello/locale/te/katello.js +279 -15
  44. data/app/assets/javascripts/katello/locale/tr/katello.js +279 -15
  45. data/app/assets/javascripts/katello/locale/vi/katello.js +279 -15
  46. data/app/assets/javascripts/katello/locale/vi_VN/katello.js +279 -15
  47. data/app/assets/javascripts/katello/locale/zh/katello.js +279 -15
  48. data/app/assets/javascripts/katello/locale/zh_CN/katello.js +831 -567
  49. data/app/assets/javascripts/katello/locale/zh_TW/katello.js +281 -17
  50. data/app/controllers/katello/api/registry/registry_proxies_controller.rb +2 -2
  51. data/app/controllers/katello/api/v2/content_export_incrementals_controller.rb +69 -19
  52. data/app/controllers/katello/api/v2/exports_controller.rb +14 -7
  53. data/app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb +9 -0
  54. data/app/controllers/katello/api/v2/host_errata_controller.rb +24 -2
  55. data/app/controllers/katello/api/v2/organizations_controller.rb +10 -4
  56. data/app/controllers/katello/api/v2/repositories_controller.rb +12 -3
  57. data/app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb +36 -8
  58. data/app/lib/actions/katello/content_view/remove_rolling_repo_clone.rb +9 -1
  59. data/app/lib/actions/katello/repository/destroy.rb +3 -2
  60. data/app/lib/actions/pulp3/orchestration/content_view_version/export_library.rb +1 -2
  61. data/app/lib/actions/pulp3/orchestration/content_view_version/export_repository.rb +1 -2
  62. data/app/lib/katello/errors.rb +2 -0
  63. data/app/models/katello/content_view_environment.rb +3 -0
  64. data/app/models/katello/rhel_lifecycle_status.rb +3 -1
  65. data/app/services/katello/pulp3/content_view_version/export.rb +32 -25
  66. data/app/services/katello/pulp3/content_view_version/export_validator.rb +1 -1
  67. data/app/views/katello/api/v2/content_facet/base.json.rabl +3 -0
  68. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata-type.filter.js +1 -1
  69. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +8 -0
  70. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn.po +6 -5
  71. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn_IN.po +6 -5
  72. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ca.po +6 -5
  73. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/cs_CZ.po +6 -5
  74. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +6 -5
  75. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_AT.po +6 -5
  76. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_DE.po +6 -5
  77. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +6 -5
  78. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_GB.po +6 -5
  79. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_US.po +6 -5
  80. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +6 -5
  81. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/et_EE.po +6 -5
  82. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +6 -5
  83. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gl.po +6 -5
  84. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gu.po +6 -5
  85. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/he_IL.po +6 -5
  86. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/hi.po +6 -5
  87. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/id.po +6 -5
  88. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +6 -5
  89. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +6 -5
  90. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +6 -5
  91. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/kn.po +6 -5
  92. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +6 -5
  93. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ml_IN.po +6 -5
  94. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/mr.po +6 -5
  95. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/nl_NL.po +6 -5
  96. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/or.po +6 -5
  97. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pa.po +6 -5
  98. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl.po +6 -5
  99. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl_PL.po +6 -5
  100. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt.po +6 -5
  101. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +6 -5
  102. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro.po +6 -5
  103. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro_RO.po +6 -5
  104. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +6 -5
  105. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sl.po +6 -5
  106. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sv_SE.po +6 -5
  107. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta.po +6 -5
  108. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta_IN.po +6 -5
  109. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/te.po +6 -5
  110. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/tr.po +6 -5
  111. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi.po +6 -5
  112. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi_VN.po +6 -5
  113. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh.po +6 -5
  114. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +6 -5
  115. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +6 -5
  116. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +11 -11
  117. data/lib/katello/plugin.rb +6 -0
  118. data/lib/katello/tasks/repository.rake +67 -0
  119. data/lib/katello/version.rb +1 -1
  120. data/locale/bn/LC_MESSAGES/katello.mo +0 -0
  121. data/locale/bn/katello.po +279 -15
  122. data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
  123. data/locale/bn_IN/katello.po +279 -15
  124. data/locale/ca/LC_MESSAGES/katello.mo +0 -0
  125. data/locale/ca/katello.po +282 -18
  126. data/locale/cs/LC_MESSAGES/katello.mo +0 -0
  127. data/locale/cs/katello.po +280 -17
  128. data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
  129. data/locale/cs_CZ/katello.po +283 -19
  130. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  131. data/locale/de/katello.po +295 -31
  132. data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
  133. data/locale/de_AT/katello.po +279 -15
  134. data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
  135. data/locale/de_DE/katello.po +282 -18
  136. data/locale/el/LC_MESSAGES/katello.mo +0 -0
  137. data/locale/el/katello.po +282 -18
  138. data/locale/en/LC_MESSAGES/katello.mo +0 -0
  139. data/locale/en/katello.po +280 -17
  140. data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
  141. data/locale/en_GB/katello.po +280 -16
  142. data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
  143. data/locale/en_US/katello.po +279 -15
  144. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  145. data/locale/es/katello.po +449 -184
  146. data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
  147. data/locale/et_EE/katello.po +279 -15
  148. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  149. data/locale/fr/katello.po +1103 -840
  150. data/locale/gl/LC_MESSAGES/katello.mo +0 -0
  151. data/locale/gl/katello.po +279 -15
  152. data/locale/gu/LC_MESSAGES/katello.mo +0 -0
  153. data/locale/gu/katello.po +279 -15
  154. data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
  155. data/locale/he_IL/katello.po +279 -15
  156. data/locale/hi/LC_MESSAGES/katello.mo +0 -0
  157. data/locale/hi/katello.po +279 -15
  158. data/locale/id/LC_MESSAGES/katello.mo +0 -0
  159. data/locale/id/katello.po +279 -15
  160. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  161. data/locale/it/katello.po +282 -18
  162. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  163. data/locale/ja/katello.po +833 -568
  164. data/locale/ka/LC_MESSAGES/katello.mo +0 -0
  165. data/locale/ka/katello.po +679 -413
  166. data/locale/katello.pot +775 -359
  167. data/locale/kn/LC_MESSAGES/katello.mo +0 -0
  168. data/locale/kn/katello.po +279 -15
  169. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  170. data/locale/ko/katello.po +2334 -2058
  171. data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
  172. data/locale/ml_IN/katello.po +279 -15
  173. data/locale/mr/LC_MESSAGES/katello.mo +0 -0
  174. data/locale/mr/katello.po +279 -15
  175. data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
  176. data/locale/nl_NL/katello.po +279 -15
  177. data/locale/or/LC_MESSAGES/katello.mo +0 -0
  178. data/locale/or/katello.po +279 -15
  179. data/locale/pa/LC_MESSAGES/katello.mo +0 -0
  180. data/locale/pa/katello.po +279 -15
  181. data/locale/pl/LC_MESSAGES/katello.mo +0 -0
  182. data/locale/pl/katello.po +282 -18
  183. data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
  184. data/locale/pl_PL/katello.po +279 -15
  185. data/locale/pt/LC_MESSAGES/katello.mo +0 -0
  186. data/locale/pt/katello.po +279 -15
  187. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  188. data/locale/pt_BR/katello.po +462 -197
  189. data/locale/ro/LC_MESSAGES/katello.mo +0 -0
  190. data/locale/ro/katello.po +279 -15
  191. data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
  192. data/locale/ro_RO/katello.po +279 -15
  193. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  194. data/locale/ru/katello.po +282 -18
  195. data/locale/sl/LC_MESSAGES/katello.mo +0 -0
  196. data/locale/sl/katello.po +282 -18
  197. data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
  198. data/locale/sv_SE/katello.po +279 -15
  199. data/locale/ta/LC_MESSAGES/katello.mo +0 -0
  200. data/locale/ta/katello.po +279 -15
  201. data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
  202. data/locale/ta_IN/katello.po +279 -15
  203. data/locale/te/LC_MESSAGES/katello.mo +0 -0
  204. data/locale/te/katello.po +279 -15
  205. data/locale/tr/LC_MESSAGES/katello.mo +0 -0
  206. data/locale/tr/katello.po +279 -15
  207. data/locale/vi/LC_MESSAGES/katello.mo +0 -0
  208. data/locale/vi/katello.po +279 -15
  209. data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
  210. data/locale/vi_VN/katello.po +279 -15
  211. data/locale/zh/LC_MESSAGES/katello.mo +0 -0
  212. data/locale/zh/katello.po +279 -15
  213. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  214. data/locale/zh_CN/katello.po +836 -567
  215. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  216. data/locale/zh_TW/katello.po +282 -18
  217. data/webpack/components/Errata/index.js +18 -0
  218. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/HostErrataConstants.js +3 -0
  219. data/webpack/global_index.js +0 -4
  220. data/webpack/redux/actions/RedHatRepositories/helpers.js +3 -3
  221. data/webpack/redux/reducers/index.js +0 -2
  222. metadata +4 -16
  223. data/webpack/components/extensions/about/SystemStatuses.js +0 -55
  224. data/webpack/components/extensions/about/SystemStatusesActions.js +0 -16
  225. data/webpack/components/extensions/about/SystemStatusesConsts.js +0 -3
  226. data/webpack/components/extensions/about/SystemStatusesReducer.js +0 -26
  227. data/webpack/components/extensions/about/SystemStatusesSelectors.js +0 -3
  228. data/webpack/components/extensions/about/__tests__/SystemStatuses.fixtures.js +0 -20
  229. data/webpack/components/extensions/about/__tests__/SystemStatuses.test.js +0 -14
  230. data/webpack/components/extensions/about/__tests__/SystemStatusesReducer.test.js +0 -32
  231. data/webpack/components/extensions/about/__tests__/__snapshots__/SystemStatuses.test.js.snap +0 -156
  232. data/webpack/components/extensions/about/__tests__/__snapshots__/SystemStatusesReducer.test.js.snap +0 -47
  233. data/webpack/components/extensions/about/index.js +0 -19
  234. data/webpack/components/extensions/reducers.js +0 -6
data/locale/it/katello.po CHANGED
@@ -6,14 +6,14 @@
6
6
  # Translators:
7
7
  # Marco Calamaro <ottopodo@gmail.com>, 2020
8
8
  # 0868a4d1af5275b3f70b0a6dac4c99a4, 2022
9
- # Bryan Kearney <bryan.kearney@gmail.com>, 2024
9
+ # Bryan Kearney <bryan.kearney@gmail.com>, 2025
10
10
  #
11
11
  msgid ""
12
12
  msgstr ""
13
- "Project-Id-Version: katello 4.18.0.pre.master\n"
13
+ "Project-Id-Version: katello 4.18.0.rc2\n"
14
14
  "Report-Msgid-Bugs-To: \n"
15
15
  "PO-Revision-Date: 2017-12-19 20:14+0000\n"
16
- "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2024\n"
16
+ "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2025\n"
17
17
  "Language-Team: Italian (https://app.transifex.com/foreman/teams/114/it/)\n"
18
18
  "MIME-Version: 1.0\n"
19
19
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -473,6 +473,9 @@ msgstr ""
473
473
  msgid "About page"
474
474
  msgstr ""
475
475
 
476
+ msgid "Abstract async task"
477
+ msgstr ""
478
+
476
479
  msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
477
480
  msgstr ""
478
481
 
@@ -617,6 +620,9 @@ msgstr ""
617
620
  msgid "Add repositories with package groups to content view to select them here."
618
621
  msgstr ""
619
622
 
623
+ msgid "Add rolling repo clone"
624
+ msgstr ""
625
+
620
626
  msgid "Add rule"
621
627
  msgstr ""
622
628
 
@@ -990,6 +996,9 @@ msgstr "Autore"
990
996
  msgid "Auto Publish - Triggered by '%s'"
991
997
  msgstr ""
992
998
 
999
+ msgid "Auto attach subscriptions"
1000
+ msgstr ""
1001
+
993
1002
  msgid "Auto publish"
994
1003
  msgstr ""
995
1004
 
@@ -1017,9 +1026,6 @@ msgstr ""
1017
1026
  msgid "Back"
1018
1027
  msgstr "Indietro"
1019
1028
 
1020
- msgid "Backend System Status"
1021
- msgstr "Stato sistema di backend"
1022
-
1023
1029
  msgid "Base URL"
1024
1030
  msgstr ""
1025
1031
 
@@ -1314,7 +1320,7 @@ msgstr ""
1314
1320
  msgid "Cannot incrementally export from a filtered and a non-filtered content view version. The exported content view version '%{content_view} %{current}' cannot be incrementally updated from version '%{from}.'. Please do a full export."
1315
1321
  msgstr ""
1316
1322
 
1317
- msgid "Cannot incrementally export from a incrementally exported version and a regular version or vice-versa. The exported Content View Version '%{content_view} %{current}' cannot be incrementally exported from version '%{from}.' Please do a full export."
1323
+ msgid "Cannot incrementally export from a incrementally updated version and a regular version or vice-versa. The exported Content View Version '%{content_view} %{current}' cannot be incrementally exported from version '%{from}.' Please do a full export."
1318
1324
  msgstr ""
1319
1325
 
1320
1326
  msgid "Cannot install errata: No errata found for search term '%s'"
@@ -1485,15 +1491,15 @@ msgstr ""
1485
1491
  msgid "Comma-separated list of tags to sync for a container image repository"
1486
1492
  msgstr ""
1487
1493
 
1494
+ msgid "Commit upload"
1495
+ msgstr ""
1496
+
1488
1497
  msgid "Compare"
1489
1498
  msgstr ""
1490
1499
 
1491
1500
  msgid "Completed pulp task protection days"
1492
1501
  msgstr ""
1493
1502
 
1494
- msgid "Component"
1495
- msgstr "Componente"
1496
-
1497
1503
  msgid "Component Content View"
1498
1504
  msgstr ""
1499
1505
 
@@ -1839,15 +1845,27 @@ msgstr ""
1839
1845
  msgid "Copy"
1840
1846
  msgstr ""
1841
1847
 
1848
+ msgid "Copy all units"
1849
+ msgstr ""
1850
+
1842
1851
  msgid "Copy an activation key"
1843
1852
  msgstr "Copia una chiave di attivazione"
1844
1853
 
1854
+ msgid "Copy content"
1855
+ msgstr ""
1856
+
1845
1857
  msgid "Copy content view"
1846
1858
  msgstr ""
1847
1859
 
1848
1860
  msgid "Copy to clipboard"
1849
1861
  msgstr ""
1850
1862
 
1863
+ msgid "Copy version"
1864
+ msgstr ""
1865
+
1866
+ msgid "Copy version units to library"
1867
+ msgstr ""
1868
+
1851
1869
  msgid "Cores per socket"
1852
1870
  msgstr "Core per socket"
1853
1871
 
@@ -2061,12 +2079,21 @@ msgstr ""
2061
2079
  msgid "Create content view"
2062
2080
  msgstr ""
2063
2081
 
2082
+ msgid "Create exporter"
2083
+ msgstr ""
2084
+
2064
2085
  msgid "Create filter"
2065
2086
  msgstr ""
2066
2087
 
2067
2088
  msgid "Create host collection"
2068
2089
  msgstr ""
2069
2090
 
2091
+ msgid "Create import"
2092
+ msgstr ""
2093
+
2094
+ msgid "Create importer"
2095
+ msgstr ""
2096
+
2070
2097
  msgid "Create new activation key"
2071
2098
  msgstr ""
2072
2099
 
@@ -2076,6 +2103,12 @@ msgstr "Crea organizzazione"
2076
2103
  msgid "Create package filter rule"
2077
2104
  msgstr ""
2078
2105
 
2106
+ msgid "Create publication"
2107
+ msgstr ""
2108
+
2109
+ msgid "Create remote"
2110
+ msgstr ""
2111
+
2079
2112
  msgid "Create rule"
2080
2113
  msgstr ""
2081
2114
 
@@ -2340,12 +2373,36 @@ msgstr ""
2340
2373
  msgid "Delete content view filters that have this repository as the last associated repository. Defaults to true. If false, such filters will now apply to all repositories in the content view."
2341
2374
  msgstr ""
2342
2375
 
2376
+ msgid "Delete distributions"
2377
+ msgstr ""
2378
+
2343
2379
  msgid "Delete manifest from Red Hat provider"
2344
2380
  msgstr "Cancella manifesto dal provider Red Hat"
2345
2381
 
2346
2382
  msgid "Delete multiple filters from a content view"
2347
2383
  msgstr ""
2348
2384
 
2385
+ msgid "Delete orphan alternate content sources"
2386
+ msgstr ""
2387
+
2388
+ msgid "Delete orphan distributions"
2389
+ msgstr ""
2390
+
2391
+ msgid "Delete orphan remotes"
2392
+ msgstr ""
2393
+
2394
+ msgid "Delete orphan repository versions"
2395
+ msgstr ""
2396
+
2397
+ msgid "Delete orphaned migrated repositories"
2398
+ msgstr ""
2399
+
2400
+ msgid "Delete remote"
2401
+ msgstr ""
2402
+
2403
+ msgid "Delete repository references"
2404
+ msgstr ""
2405
+
2349
2406
  msgid "Delete version"
2350
2407
  msgstr ""
2351
2408
 
@@ -2445,6 +2502,12 @@ msgstr "Elimina un ambiente"
2445
2502
  msgid "Destroy an environment in an organization"
2446
2503
  msgstr "Elimina ambiente in una organizzazione"
2447
2504
 
2505
+ msgid "Destroy exporter"
2506
+ msgstr ""
2507
+
2508
+ msgid "Destroy importer"
2509
+ msgstr ""
2510
+
2448
2511
  msgid "Destroy one or more alternate content sources"
2449
2512
  msgstr ""
2450
2513
 
@@ -2493,6 +2556,9 @@ msgstr "Disabilitato"
2493
2556
  msgid "Disabling Simple Content Access failed for '%{subject}'."
2494
2557
  msgstr ""
2495
2558
 
2559
+ msgid "Discover"
2560
+ msgstr ""
2561
+
2496
2562
  msgid "Discover Repositories"
2497
2563
  msgstr "Trova repositori"
2498
2564
 
@@ -2694,6 +2760,9 @@ msgstr "ID ambiente"
2694
2760
  msgid "Environment cannot be in its own promotion path"
2695
2761
  msgstr "L'ambiente non può trovarsi sul proprio percorso di avanzamento"
2696
2762
 
2763
+ msgid "Environment contents refresh"
2764
+ msgstr ""
2765
+
2697
2766
  msgid "Environment identifier"
2698
2767
  msgstr ""
2699
2768
 
@@ -2733,6 +2802,9 @@ msgstr ""
2733
2802
  msgid "Errata id of the erratum (RHSA-2012:108)"
2734
2803
  msgstr "id errata dell'erratum (RHSA-2012:108)"
2735
2804
 
2805
+ msgid "Errata mail"
2806
+ msgstr ""
2807
+
2736
2808
  msgid "Errata statuses not updated for deleted content facet with UUID %s"
2737
2809
  msgstr ""
2738
2810
 
@@ -2847,6 +2919,12 @@ msgstr ""
2847
2919
  msgid "Export failed: One or more repositories needs to be synced (with Immediate download policy.)"
2848
2920
  msgstr ""
2849
2921
 
2922
+ msgid "Export format must be specified for library exports."
2923
+ msgstr ""
2924
+
2925
+ msgid "Export format must be specified for non-incremental repository exports."
2926
+ msgstr ""
2927
+
2850
2928
  msgid "Export formats.Choose syncable if the exported content needs to be in a yum format. This option is only available for %{syncable_repos} repositories. Choose importable if the importing server uses the same version and exported content needs to be one of %{importable_repos} repositories."
2851
2929
  msgstr ""
2852
2930
 
@@ -2892,6 +2970,9 @@ msgstr ""
2892
2970
  msgid "Fetch installable errata for one or more hosts."
2893
2971
  msgstr ""
2894
2972
 
2973
+ msgid "Fetch pxe files"
2974
+ msgstr ""
2975
+
2895
2976
  msgid "Fetch traces for one or more hosts"
2896
2977
  msgstr ""
2897
2978
 
@@ -2985,6 +3066,9 @@ msgstr "Filtra versioni per numero della versione"
2985
3066
  msgid "Filter versions that are components in the specified composite version"
2986
3067
  msgstr "Filtra versioni componenti nella versione composita specificata"
2987
3068
 
3069
+ msgid "Filtered index content"
3070
+ msgstr ""
3071
+
2988
3072
  msgid "Filters"
2989
3073
  msgstr "Filtri"
2990
3074
 
@@ -3033,6 +3117,9 @@ msgstr ""
3033
3117
  msgid "Flatpak remote updated"
3034
3118
  msgstr ""
3035
3119
 
3120
+ msgid "Flatpak repositories cannot be mirrored into Red Hat products. Please select a custom product."
3121
+ msgstr ""
3122
+
3036
3123
  msgid "Force"
3037
3124
  msgstr ""
3038
3125
 
@@ -3095,6 +3182,9 @@ msgstr ""
3095
3182
  msgid "Generate host applicability"
3096
3183
  msgstr ""
3097
3184
 
3185
+ msgid "Generate metadata"
3186
+ msgstr ""
3187
+
3098
3188
  msgid "Generate repository applicability"
3099
3189
  msgstr ""
3100
3190
 
@@ -3332,9 +3422,15 @@ msgstr ""
3332
3422
  msgid "How to order the sorted results (e.g. ASC for ascending)"
3333
3423
  msgstr "Come ordinare i risultati (es. ASC per ascendente)"
3334
3424
 
3335
- msgid "ID"
3425
+ msgid "Hypervisors"
3426
+ msgstr ""
3427
+
3428
+ msgid "Hypervisors update"
3336
3429
  msgstr ""
3337
3430
 
3431
+ msgid "ID"
3432
+ msgstr "ID"
3433
+
3338
3434
  msgid "ID of a HTTP Proxy"
3339
3435
  msgstr ""
3340
3436
 
@@ -3655,6 +3751,9 @@ msgstr ""
3655
3751
  msgid "Import a subscription manifest to give hosts access to Red Hat content."
3656
3752
  msgstr ""
3657
3753
 
3754
+ msgid "Import migration"
3755
+ msgstr ""
3756
+
3658
3757
  msgid "Import new manifest"
3659
3758
  msgstr ""
3660
3759
 
@@ -3664,6 +3763,12 @@ msgstr ""
3664
3763
  msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
3665
3764
  msgstr ""
3666
3765
 
3766
+ msgid "Import repository upload"
3767
+ msgstr ""
3768
+
3769
+ msgid "Import upload"
3770
+ msgstr ""
3771
+
3667
3772
  msgid "Import uploads into a repository"
3668
3773
  msgstr "Importa caricamento in un repositorio"
3669
3774
 
@@ -3730,6 +3835,9 @@ msgstr "Aggiornamento incrementale"
3730
3835
  msgid "Incremental Update incomplete."
3731
3836
  msgstr "Aggiornamento incrementale non completato."
3732
3837
 
3838
+ msgid "Incremental Update of Content View Version(s) "
3839
+ msgstr ""
3840
+
3733
3841
  msgid "Incremental Update of %{content_view_count} Content View Version(s) "
3734
3842
  msgstr ""
3735
3843
 
@@ -3742,12 +3850,27 @@ msgstr ""
3742
3850
  msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
3743
3851
  msgstr "Aggiornamento incrementale specificato per versione %{version} composita %{name}, ma nessun componente aggiornato."
3744
3852
 
3853
+ msgid "Index content"
3854
+ msgstr ""
3855
+
3856
+ msgid "Index errata"
3857
+ msgstr ""
3858
+
3859
+ msgid "Index module streams"
3860
+ msgstr ""
3861
+
3862
+ msgid "Index package groups"
3863
+ msgstr ""
3864
+
3745
3865
  msgid "Informable Type must be one of the following [ %{list} ]"
3746
3866
  msgstr "Tipo di informazioni deve essere una delle seguenti [ %{list} ]"
3747
3867
 
3748
3868
  msgid "Inherit from Repository"
3749
3869
  msgstr ""
3750
3870
 
3871
+ msgid "Initialize"
3872
+ msgstr ""
3873
+
3751
3874
  msgid "Initiate a sync of the products attached to the sync plan"
3752
3875
  msgstr ""
3753
3876
 
@@ -3823,6 +3946,9 @@ msgstr "installazione gruppo di pacchetti in corso..."
3823
3946
  msgid "Installing Package..."
3824
3947
  msgstr "installazione pacchetto in corso..."
3825
3948
 
3949
+ msgid "Instance update"
3950
+ msgstr ""
3951
+
3826
3952
  msgid "Instance-based"
3827
3953
  msgstr "Basato sull'istanza"
3828
3954
 
@@ -4576,6 +4702,9 @@ msgstr "Messaggio"
4576
4702
  msgid "Messaging connection"
4577
4703
  msgstr ""
4578
4704
 
4705
+ msgid "Metadata generate"
4706
+ msgstr ""
4707
+
4579
4708
  msgid ""
4580
4709
  "Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
4581
4710
  "Alternatively, use the 'force' parameter to regenerate metadata locally. On the next sync, the upstream repository's metadata will overwrite local metadata for 'Complete Mirroring' repositories."
@@ -4641,6 +4770,15 @@ msgstr ""
4641
4770
  msgid "Multi Content View Environment"
4642
4771
  msgstr ""
4643
4772
 
4773
+ msgid "Multi copy all units"
4774
+ msgstr ""
4775
+
4776
+ msgid "Multi copy content"
4777
+ msgstr ""
4778
+
4779
+ msgid "Multi copy units"
4780
+ msgstr ""
4781
+
4644
4782
  msgid "Multi-entitlement"
4645
4783
  msgstr "Entitlement-multipli"
4646
4784
 
@@ -5843,6 +5981,9 @@ msgstr ""
5843
5981
  msgid "Pulp task error"
5844
5982
  msgstr "Errore attività di Pulp"
5845
5983
 
5984
+ msgid "Purge completed tasks"
5985
+ msgstr ""
5986
+
5846
5987
  msgid "Python Package"
5847
5988
  msgstr ""
5848
5989
 
@@ -5951,6 +6092,9 @@ msgstr ""
5951
6092
  msgid "Reclaim Space"
5952
6093
  msgstr ""
5953
6094
 
6095
+ msgid "Reclaim space"
6096
+ msgstr ""
6097
+
5954
6098
  msgid "Reclaim space from On Demand repositories"
5955
6099
  msgstr ""
5956
6100
 
@@ -6017,6 +6161,9 @@ msgstr ""
6017
6161
  msgid "Refresh all alternate content sources"
6018
6162
  msgstr ""
6019
6163
 
6164
+ msgid "Refresh all distributions"
6165
+ msgstr ""
6166
+
6020
6167
  msgid "Refresh alternate content sources"
6021
6168
  msgstr ""
6022
6169
 
@@ -6029,15 +6176,27 @@ msgstr ""
6029
6176
  msgid "Refresh counts"
6030
6177
  msgstr ""
6031
6178
 
6179
+ msgid "Refresh distribution"
6180
+ msgstr ""
6181
+
6032
6182
  msgid "Refresh errata applicability"
6033
6183
  msgstr ""
6034
6184
 
6185
+ msgid "Refresh if needed"
6186
+ msgstr ""
6187
+
6035
6188
  msgid "Refresh package applicability"
6036
6189
  msgstr ""
6037
6190
 
6038
6191
  msgid "Refresh previously imported manifest for Red Hat provider"
6039
6192
  msgstr "Aggiorna il manifesto precedentemente importato per il provider di Red Hat"
6040
6193
 
6194
+ msgid "Refresh remote"
6195
+ msgstr ""
6196
+
6197
+ msgid "Refresh repos"
6198
+ msgstr ""
6199
+
6041
6200
  msgid "Refresh source"
6042
6201
  msgstr ""
6043
6202
 
@@ -6080,6 +6239,12 @@ msgstr ""
6080
6239
  msgid "Registry name pattern will result in invalid container image name of member repositories"
6081
6240
  msgstr ""
6082
6241
 
6242
+ msgid "Registry token expiration time"
6243
+ msgstr ""
6244
+
6245
+ msgid "Reindex subscriptions"
6246
+ msgstr ""
6247
+
6083
6248
  msgid "Related composite content views"
6084
6249
  msgstr ""
6085
6250
 
@@ -6176,6 +6341,9 @@ msgstr ""
6176
6341
  msgid "Remove one or more subscriptions from an upstream manifest"
6177
6342
  msgstr ""
6178
6343
 
6344
+ msgid "Remove orphans"
6345
+ msgstr ""
6346
+
6179
6347
  msgid "Remove package group via Katello interface"
6180
6348
  msgstr ""
6181
6349
 
@@ -6191,6 +6359,9 @@ msgstr ""
6191
6359
  msgid "Remove products from sync plan"
6192
6360
  msgstr "Rimuovi prodotti dalla programmazione per la sincronizzazione"
6193
6361
 
6362
+ msgid "Remove rolling repo clone"
6363
+ msgstr ""
6364
+
6194
6365
  msgid "Remove subscriptions"
6195
6366
  msgstr ""
6196
6367
 
@@ -6203,6 +6374,12 @@ msgstr ""
6203
6374
  msgid "Remove subscriptions from one or more hosts"
6204
6375
  msgstr ""
6205
6376
 
6377
+ msgid "Remove units"
6378
+ msgstr ""
6379
+
6380
+ msgid "Remove unneeded repos"
6381
+ msgstr ""
6382
+
6206
6383
  msgid "Remove versions and/or environments from a content view and reassign systems and keys"
6207
6384
  msgstr "Rimuovi le versioni e/o gli ambienti da una visualizzazione del contenuto e riassegna sistemi e chiavi"
6208
6385
 
@@ -6227,6 +6404,9 @@ msgstr ""
6227
6404
  msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
6228
6405
  msgstr ""
6229
6406
 
6407
+ msgid "Repair"
6408
+ msgstr ""
6409
+
6230
6410
  msgid "Replace content source on the target machine"
6231
6411
  msgstr ""
6232
6412
 
@@ -6245,12 +6425,18 @@ msgstr "Repository"
6245
6425
  msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
6246
6426
  msgstr ""
6247
6427
 
6428
+ msgid "Repositories certs reset"
6429
+ msgstr ""
6430
+
6248
6431
  msgid "Repositories common to the selected content view versions will merge, resulting in a composite content view that is a union of all content from each of the content view versions."
6249
6432
  msgstr ""
6250
6433
 
6251
6434
  msgid "Repositories from published Content Views are not allowed."
6252
6435
  msgstr "Non sono permessi i repository delle Visualizzazioni del contenuto pubblicate."
6253
6436
 
6437
+ msgid "Repositories gpg reset"
6438
+ msgstr ""
6439
+
6254
6440
  msgid "Repository"
6255
6441
  msgstr "Repository"
6256
6442
 
@@ -6461,7 +6647,7 @@ msgstr ""
6461
6647
  msgid "Return only errata of a particular severity (None, Low, Moderate, Important, Critical)"
6462
6648
  msgstr ""
6463
6649
 
6464
- msgid "Return only errata of a particular type (security, bugfix, enhancement)"
6650
+ msgid "Return only errata of a particular type (security, bugfix, enhancement, other)"
6465
6651
  msgstr ""
6466
6652
 
6467
6653
  msgid "Return only packages of a particular status (upgradable or up-to-date)"
@@ -6602,6 +6788,21 @@ msgstr ""
6602
6788
  msgid "Save"
6603
6789
  msgstr "Salva"
6604
6790
 
6791
+ msgid "Save artifact"
6792
+ msgstr ""
6793
+
6794
+ msgid "Save distribution references"
6795
+ msgstr ""
6796
+
6797
+ msgid "Save publication"
6798
+ msgstr ""
6799
+
6800
+ msgid "Save version"
6801
+ msgstr ""
6802
+
6803
+ msgid "Save versions"
6804
+ msgstr ""
6805
+
6605
6806
  msgid "Saving alternate content source..."
6606
6807
  msgstr ""
6607
6808
 
@@ -6611,6 +6812,12 @@ msgstr ""
6611
6812
  msgid "Scan a flatpak remote"
6612
6813
  msgstr ""
6613
6814
 
6815
+ msgid "Scan cdn"
6816
+ msgstr ""
6817
+
6818
+ msgid "Scan remote"
6819
+ msgstr ""
6820
+
6614
6821
  msgid "Schema version 1"
6615
6822
  msgstr ""
6616
6823
 
@@ -7412,6 +7619,9 @@ msgstr ""
7412
7619
  msgid "Supported Content Types"
7413
7620
  msgstr ""
7414
7621
 
7622
+ msgid "Sync"
7623
+ msgstr ""
7624
+
7415
7625
  msgid "Sync Canceled"
7416
7626
  msgstr "Sincronizzazione cancellata"
7417
7627
 
@@ -7466,6 +7676,9 @@ msgstr "Sincronizza un repositorio"
7466
7676
  msgid "Sync all repositories for a product"
7467
7677
  msgstr ""
7468
7678
 
7679
+ msgid "Sync capsule"
7680
+ msgstr ""
7681
+
7469
7682
  msgid "Sync complete."
7470
7683
  msgstr "Sincronizzazione completa."
7471
7684
 
@@ -7484,6 +7697,9 @@ msgstr ""
7484
7697
  msgid "Sync state"
7485
7698
  msgstr ""
7486
7699
 
7700
+ msgid "Syncable export"
7701
+ msgstr ""
7702
+
7487
7703
  msgid "Synced"
7488
7704
  msgstr ""
7489
7705
 
@@ -7716,6 +7932,9 @@ msgstr "L'avanzamento di %{content_view} in %{environment} è terminato. Sono di
7716
7932
  msgid "The promotion of %{content_view} to <b>%{environment}</b> has completed. %{count} needed errata are installable on your hosts."
7717
7933
  msgstr "L'avanzamento di %{content_view} in <b>%{environment}</b> è terminato. È possibile installare %{count} errata necessari sugli host."
7718
7934
 
7935
+ msgid "The provided incremental export format '%{provided}' must match the previous export's format '%{previous}'. Consider using 'from_history_id' to point to a matching export."
7936
+ msgstr ""
7937
+
7719
7938
  msgid "The repository is already enabled"
7720
7939
  msgstr "Il repository è già abilitato"
7721
7940
 
@@ -7953,6 +8172,9 @@ msgstr ""
7953
8172
  msgid "Time in minutes before content that is not contained within a repository and has not been accessed is considered orphaned."
7954
8173
  msgstr ""
7955
8174
 
8175
+ msgid "Time in minutes before registry access tokens expire."
8176
+ msgstr ""
8177
+
7956
8178
  msgid "Time to expire yum metadata in seconds. Only relevant for custom yum repositories."
7957
8179
  msgstr ""
7958
8180
 
@@ -7998,6 +8220,9 @@ msgstr ""
7998
8220
  msgid "To manage packages, select an action."
7999
8221
  msgstr ""
8000
8222
 
8223
+ msgid "Toggle"
8224
+ msgstr ""
8225
+
8001
8226
  msgid "Token/password for the flatpak remote"
8002
8227
  msgstr ""
8003
8228
 
@@ -8133,6 +8358,12 @@ msgstr ""
8133
8358
  msgid "Unable to detect puppet path"
8134
8359
  msgstr ""
8135
8360
 
8361
+ msgid "Unable to find a base content view to use for incremental export using the provided parameters:%{params}"
8362
+ msgstr ""
8363
+
8364
+ msgid "Unable to find a base content view to use for incremental export. Please run a complete export instead."
8365
+ msgstr ""
8366
+
8136
8367
  msgid "Unable to find a content view with ID %s"
8137
8368
  msgstr ""
8138
8369
 
@@ -8148,12 +8379,6 @@ msgstr ""
8148
8379
  msgid "Unable to import in to Content View specified in the metadata - '%{name}'. The 'import_only' attribute for the content view is set to false. To mark this Content View as importable, have your system administrator run the following command on the server. "
8149
8380
  msgstr ""
8150
8381
 
8151
- msgid "Unable to incrementally export. Do a Full Export on the library content before updating from the latest increment."
8152
- msgstr ""
8153
-
8154
- msgid "Unable to incrementally export. Do a Full Export on the repository content."
8155
- msgstr ""
8156
-
8157
8382
  msgid "Unable to reassign activation_keys. Please check activation_key_content_view_id and activation_key_environment_id."
8158
8383
  msgstr "Impossibile riassegnare activation_keys. Controllare activation_key_content_view_id e activation_key_environment_id."
8159
8384
 
@@ -8220,6 +8445,12 @@ msgstr ""
8220
8445
  msgid "Unknown errata status"
8221
8446
  msgstr ""
8222
8447
 
8448
+ msgid "Unknown library export format '%s'."
8449
+ msgstr ""
8450
+
8451
+ msgid "Unknown repository export format '%s'."
8452
+ msgstr ""
8453
+
8223
8454
  msgid "Unknown traces status"
8224
8455
  msgstr ""
8225
8456
 
@@ -8310,15 +8541,27 @@ msgstr "Aggiorna ambiente in una organizzazione"
8310
8541
  msgid "Update content counts for the smart proxy"
8311
8542
  msgstr ""
8312
8543
 
8544
+ msgid "Update content urls"
8545
+ msgstr ""
8546
+
8313
8547
  msgid "Update content view environments for host"
8314
8548
  msgstr ""
8315
8549
 
8316
8550
  msgid "Update content view environments for host %s"
8317
8551
  msgstr ""
8318
8552
 
8553
+ msgid "Update distributions"
8554
+ msgstr ""
8555
+
8319
8556
  msgid "Update hosts manually"
8320
8557
  msgstr ""
8321
8558
 
8559
+ msgid "Update http proxy"
8560
+ msgstr ""
8561
+
8562
+ msgid "Update http proxy details"
8563
+ msgstr ""
8564
+
8322
8565
  msgid "Update installed packages, enabled repos, module inventory"
8323
8566
  msgstr ""
8324
8567
 
@@ -8334,12 +8577,21 @@ msgstr ""
8334
8577
  msgid "Update packages via Katello interface"
8335
8578
  msgstr ""
8336
8579
 
8580
+ msgid "Update redhat repository"
8581
+ msgstr ""
8582
+
8337
8583
  msgid "Update release version for host"
8338
8584
  msgstr ""
8339
8585
 
8340
8586
  msgid "Update release version for host %s"
8341
8587
  msgstr ""
8342
8588
 
8589
+ msgid "Update remote"
8590
+ msgstr ""
8591
+
8592
+ msgid "Update repository"
8593
+ msgstr ""
8594
+
8343
8595
  msgid "Update services requiring restart"
8344
8596
  msgstr ""
8345
8597
 
@@ -8430,6 +8682,12 @@ msgstr "Carica una sezione del contenuto del file"
8430
8682
  msgid "Upload a subscription manifest"
8431
8683
  msgstr "Carica un manifesto della sottoscrizione"
8432
8684
 
8685
+ msgid "Upload content"
8686
+ msgstr ""
8687
+
8688
+ msgid "Upload file"
8689
+ msgstr ""
8690
+
8433
8691
  msgid "Upload into"
8434
8692
  msgstr "Carica in"
8435
8693
 
@@ -8439,6 +8697,9 @@ msgstr ""
8439
8697
  msgid "Upload request id"
8440
8698
  msgstr "Carica l'id delle richieste"
8441
8699
 
8700
+ msgid "Upload tag"
8701
+ msgstr ""
8702
+
8442
8703
  msgid "Upstream Candlepin"
8443
8704
  msgstr ""
8444
8705
 
@@ -8556,6 +8817,9 @@ msgstr ""
8556
8817
  msgid "Verify SSL"
8557
8818
  msgstr "Verifica SSL"
8558
8819
 
8820
+ msgid "Verify checksum"
8821
+ msgstr ""
8822
+
8559
8823
  msgid "Verify checksum for content on smart proxy"
8560
8824
  msgstr ""
8561
8825