katello 4.7.0.rc1 → 4.7.0.rc2

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 (61) hide show
  1. checksums.yaml +4 -4
  2. data/app/lib/actions/candlepin/abstract_async_task.rb +7 -3
  3. data/app/lib/actions/candlepin/owner/{upstream_export.rb → retrieve_upstream_export.rb} +3 -3
  4. data/app/lib/actions/candlepin/owner/start_upstream_export.rb +24 -0
  5. data/app/lib/actions/candlepin/upstream_abstract_async_task.rb +30 -0
  6. data/app/lib/actions/katello/organization/manifest_refresh.rb +12 -7
  7. data/app/lib/actions/middleware/propagate_candlepin_errors.rb +6 -1
  8. data/app/lib/actions/pulp3/orchestration/orphan_cleanup/remove_orphans.rb +1 -0
  9. data/app/lib/actions/pulp3/orphan_cleanup/delete_orphan_alternate_content_sources.rb +16 -0
  10. data/app/lib/katello/errors.rb +1 -0
  11. data/app/lib/katello/resources/candlepin/upstream_consumer.rb +1 -1
  12. data/app/lib/katello/resources/candlepin/upstream_job.rb +28 -0
  13. data/app/models/katello/content_view_erratum_filter.rb +5 -4
  14. data/app/models/katello/glue/provider.rb +28 -18
  15. data/app/services/katello/pulp3/docker_manifest.rb +2 -1
  16. data/app/services/katello/pulp3/docker_manifest_list.rb +2 -1
  17. data/app/services/katello/pulp3/smart_proxy_mirror_repository.rb +21 -0
  18. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +2 -2
  19. data/lib/katello/repository_types/docker.rb +2 -1
  20. data/lib/katello/version.rb +1 -1
  21. data/locale/action_names.rb +68 -68
  22. data/locale/bn/katello.po +38 -35
  23. data/locale/cs/katello.po +38 -35
  24. data/locale/de/katello.po +130 -126
  25. data/locale/en/katello.po +38 -35
  26. data/locale/es/katello.po +95 -88
  27. data/locale/fr/katello.po +95 -88
  28. data/locale/gu/katello.po +44 -41
  29. data/locale/hi/katello.po +43 -40
  30. data/locale/it/katello.po +61 -56
  31. data/locale/ja/katello.po +615 -614
  32. data/locale/ka/katello.po +8821 -0
  33. data/locale/katello.pot +353 -339
  34. data/locale/kn/katello.po +41 -38
  35. data/locale/ko/katello.po +62 -59
  36. data/locale/mr/katello.po +41 -38
  37. data/locale/or/katello.po +43 -40
  38. data/locale/pa/katello.po +41 -38
  39. data/locale/pt/katello.po +40 -36
  40. data/locale/pt_BR/katello.po +91 -84
  41. data/locale/ru/katello.po +68 -65
  42. data/locale/ta/katello.po +38 -35
  43. data/locale/te/katello.po +41 -38
  44. data/locale/zanata.xml +4 -2
  45. data/locale/zh_CN/katello.po +99 -96
  46. data/locale/zh_TW/katello.po +62 -59
  47. data/webpack/components/Table/EmptyStateMessage.js +3 -3
  48. data/webpack/containers/Application/overrides.scss +13 -1
  49. data/webpack/scenes/ContentViews/Create/ContentViewFormComponents.js +8 -3
  50. data/webpack/scenes/ContentViews/Details/Filters/ArtifactsWithNoErrata.js +8 -8
  51. data/webpack/scenes/ContentViews/Details/Filters/CVModuleStreamFilterContent.js +0 -6
  52. data/webpack/scenes/ContentViews/Details/Filters/CVRpmFilterContent.js +0 -6
  53. data/webpack/scenes/ContentViews/Details/Filters/ContentViewFilterDetailsHeader.js +67 -9
  54. data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVRpmFilterContent.test.js +4 -4
  55. data/webpack/scenes/ContentViews/Details/Filters/__tests__/ContentViewPackageGroupFilter.test.js +6 -6
  56. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErrataIDFilter.test.js +6 -6
  57. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvModuleStreamFilter.test.js +6 -8
  58. data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompare.scss +31 -0
  59. data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareHeader.js +5 -7
  60. data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareTable.js +9 -2
  61. metadata +12 -7
data/locale/pa/katello.po CHANGED
@@ -8,7 +8,7 @@
8
8
  #
9
9
  msgid ""
10
10
  msgstr ""
11
- "Project-Id-Version: katello 2.5.0\n"
11
+ "Project-Id-Version: katello 2.4.0-RC1\n"
12
12
  "Report-Msgid-Bugs-To: \n"
13
13
  "PO-Revision-Date: 2017-12-19 20:14+0000\n"
14
14
  "Last-Translator: 0868a4d1af5275b3f70b0a6dac4c99a4, 2022\n"
@@ -129,6 +129,9 @@ msgstr ""
129
129
  msgid "%s ago"
130
130
  msgstr "%s ਪਹਿਲਾਂ"
131
131
 
132
+ msgid "%s guests"
133
+ msgstr ""
134
+
132
135
  msgid "%s has already been deleted"
133
136
  msgstr ""
134
137
 
@@ -687,6 +690,9 @@ msgstr ""
687
690
  msgid "Alternate content sources define new locations to download content from at repository or smart proxy sync time."
688
691
  msgstr ""
689
692
 
693
+ msgid "Alternate content sources use the HTTP proxy of their assigned smart proxy for communication."
694
+ msgstr ""
695
+
690
696
  msgid "Always Use Latest (currently %{version})"
691
697
  msgstr ""
692
698
 
@@ -919,7 +925,7 @@ msgid "Available Schema Versions"
919
925
  msgstr ""
920
926
 
921
927
  msgid "Back"
922
- msgstr ""
928
+ msgstr "ਪਿੱਛੇ"
923
929
 
924
930
  msgid "Backend System Status"
925
931
  msgstr ""
@@ -1077,6 +1083,9 @@ msgstr ""
1077
1083
  msgid "Cancelled."
1078
1084
  msgstr ""
1079
1085
 
1086
+ msgid "Candlepin"
1087
+ msgstr ""
1088
+
1080
1089
  msgid "Candlepin Event"
1081
1090
  msgstr ""
1082
1091
 
@@ -2253,21 +2262,6 @@ msgstr ""
2253
2262
  msgid "Edit"
2254
2263
  msgstr "ਸੋਧ"
2255
2264
 
2256
- msgid "Edit ACS"
2257
- msgstr ""
2258
-
2259
- msgid "Edit ACS credentials"
2260
- msgstr ""
2261
-
2262
- msgid "Edit ACS details"
2263
- msgstr ""
2264
-
2265
- msgid "Edit ACS products"
2266
- msgstr ""
2267
-
2268
- msgid "Edit ACS smart proxies"
2269
- msgstr ""
2270
-
2271
2265
  msgid "Edit RPM rule"
2272
2266
  msgstr ""
2273
2267
 
@@ -2484,10 +2478,10 @@ msgstr ""
2484
2478
  msgid "Exclude"
2485
2479
  msgstr ""
2486
2480
 
2487
- msgid "Exclude all Module Streams with no errata."
2481
+ msgid "Exclude all RPMs not associated to any errata"
2488
2482
  msgstr ""
2489
2483
 
2490
- msgid "Exclude all RPMs with no errata."
2484
+ msgid "Exclude all module streams not associated to any errata"
2491
2485
  msgstr ""
2492
2486
 
2493
2487
  msgid "Exclude filter"
@@ -3273,10 +3267,10 @@ msgstr ""
3273
3267
  msgid "Include"
3274
3268
  msgstr ""
3275
3269
 
3276
- msgid "Include all Module Streams with no errata."
3270
+ msgid "Include all RPMs not associated to any errata"
3277
3271
  msgstr ""
3278
3272
 
3279
- msgid "Include all RPMs with no errata."
3273
+ msgid "Include all module streams not associated to any errata"
3280
3274
  msgstr ""
3281
3275
 
3282
3276
  msgid "Include content views generated by imports/exports. Defaults to false"
@@ -3424,7 +3418,7 @@ msgid "Installation status"
3424
3418
  msgstr ""
3425
3419
 
3426
3420
  msgid "Installed"
3427
- msgstr ""
3421
+ msgstr "ਇੰਸਟਾਲ ਕੀਤੇ"
3428
3422
 
3429
3423
  msgid "Installed Packages"
3430
3424
  msgstr ""
@@ -5435,9 +5429,6 @@ msgstr ""
5435
5429
  msgid "Registered on"
5436
5430
  msgstr ""
5437
5431
 
5438
- msgid "Registered through"
5439
- msgstr ""
5440
-
5441
5432
  msgid "Registration details"
5442
5433
  msgstr ""
5443
5434
 
@@ -6480,7 +6471,7 @@ msgid "Starts"
6480
6471
  msgstr ""
6481
6472
 
6482
6473
  msgid "State"
6483
- msgstr ""
6474
+ msgstr "ਸਟੇਟ"
6484
6475
 
6485
6476
  msgid "Status"
6486
6477
  msgstr "ਹਾਲਤ"
@@ -6545,9 +6536,6 @@ msgstr ""
6545
6536
  msgid "Subscription UUID"
6546
6537
  msgstr ""
6547
6538
 
6548
- msgid "Subscription Watch"
6549
- msgstr ""
6550
-
6551
6539
  msgid "Subscription connection enabled"
6552
6540
  msgstr ""
6553
6541
 
@@ -6593,6 +6581,9 @@ msgstr ""
6593
6581
  msgid "Subscriptions information based on selected activation keys:"
6594
6582
  msgstr ""
6595
6583
 
6584
+ msgid "Subscriptions service"
6585
+ msgstr ""
6586
+
6596
6587
  msgid "Substitution Mismatch. Unable to update for content: (%{content}). From [%{content_url}] To [%{new_url}]."
6597
6588
  msgstr ""
6598
6589
 
@@ -6761,10 +6752,10 @@ msgstr "ਸਿਸਟਮ ਸਥਿਤੀ"
6761
6752
  msgid "System purpose"
6762
6753
  msgstr ""
6763
6754
 
6764
- msgid "System purpose allows you to set the system\\'s intended use on your network and improves the reporting of usage in Subscription Watch."
6755
+ msgid "System purpose attributes updated"
6765
6756
  msgstr ""
6766
6757
 
6767
- msgid "System purpose attributes updated"
6758
+ msgid "System purpose enables you to set the system\\'s intended use on your network and improves reporting accuracy in the Subscriptions service of the Red Hat Hybrid Cloud Console."
6768
6759
  msgstr ""
6769
6760
 
6770
6761
  msgid "Tag name"
@@ -7089,10 +7080,10 @@ msgstr ""
7089
7080
  msgid "This host's organization is in Simple Content Access mode. Auto-attach is disabled"
7090
7081
  msgstr ""
7091
7082
 
7092
- msgid "This is disabled because a manifest related task is in progress."
7083
+ msgid "This is disabled because a manifest task is in progress"
7093
7084
  msgstr ""
7094
7085
 
7095
- msgid "This is disabled because a manifest task is in progress"
7086
+ msgid "This is disabled because a manifest-related task is in progress."
7096
7087
  msgstr ""
7097
7088
 
7098
7089
  msgid "This is disabled because no connection could be made to the upstream Manifest."
@@ -7110,10 +7101,10 @@ msgstr ""
7110
7101
  msgid "This is not a linked repository"
7111
7102
  msgstr ""
7112
7103
 
7113
- msgid "This organization has Simple Content Access enabled. Hosts are not required to have subscriptions attached to access repositories. {br} Learn more about your overall subscription usage at {subscriptionWatch}."
7104
+ msgid "This organization has Simple Content Access enabled. Hosts are not required to have subscriptions attached to access repositories. {br} Learn more about your overall subscription usage with the {subscriptionsService}."
7114
7105
  msgstr ""
7115
7106
 
7116
- msgid "This organization is not using {scaLink}. Legacy subscription management is deprecated and will be removed in a future version."
7107
+ msgid "This organization is not using {scaLink}. Entitlement-based subscription management is deprecated and will be removed in a future version."
7117
7108
  msgstr ""
7118
7109
 
7119
7110
  msgid "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use."
@@ -7611,6 +7602,9 @@ msgstr ""
7611
7602
  msgid "Upload request id"
7612
7603
  msgstr ""
7613
7604
 
7605
+ msgid "Upstream Candlepin"
7606
+ msgstr ""
7607
+
7614
7608
  msgid "Upstream Content View Label, default: Default_Organization_View. Relevant only for 'upstream_server' type."
7615
7609
  msgstr ""
7616
7610
 
@@ -7776,6 +7770,9 @@ msgstr ""
7776
7770
  msgid "View %{view} has not been promoted to %{env}"
7777
7771
  msgstr ""
7778
7772
 
7773
+ msgid "View Subscription Usage"
7774
+ msgstr ""
7775
+
7779
7776
  msgid "View a report of the affected hosts"
7780
7777
  msgstr ""
7781
7778
 
@@ -7797,6 +7794,12 @@ msgstr ""
7797
7794
  msgid "Virtual"
7798
7795
  msgstr ""
7799
7796
 
7797
+ msgid "Virtual guests"
7798
+ msgstr ""
7799
+
7800
+ msgid "Virtual host"
7801
+ msgstr ""
7802
+
7800
7803
  msgid "Waiting to start."
7801
7804
  msgstr ""
7802
7805
 
@@ -8124,7 +8127,7 @@ msgstr ""
8124
8127
  msgid "cannot contain more than %s characters"
8125
8128
  msgstr ""
8126
8129
 
8127
- msgid "checking Candlepin task status"
8130
+ msgid "checking %s task status"
8128
8131
  msgstr ""
8129
8132
 
8130
8133
  msgid "checking Pulp task status"
@@ -8358,7 +8361,7 @@ msgstr ""
8358
8361
  msgid "if true, Katello will verify the upstream url's SSL certifcates are signed by a trusted CA"
8359
8362
  msgstr ""
8360
8363
 
8361
- msgid "initiating Candlepin task"
8364
+ msgid "initiating %s task"
8362
8365
  msgstr ""
8363
8366
 
8364
8367
  msgid "initiating Pulp task"
@@ -8760,7 +8763,7 @@ msgstr ""
8760
8763
  msgid "view content view tabs."
8761
8764
  msgstr ""
8762
8765
 
8763
- msgid "waiting for Candlepin to finish the task"
8766
+ msgid "waiting for %s to finish the task"
8764
8767
  msgstr ""
8765
8768
 
8766
8769
  msgid "waiting for Pulp to finish the task"
data/locale/pt/katello.po CHANGED
@@ -8,7 +8,7 @@
8
8
  #
9
9
  msgid ""
10
10
  msgstr ""
11
- "Project-Id-Version: katello 2.5.0\n"
11
+ "Project-Id-Version: katello 2.4.0-RC1\n"
12
12
  "Report-Msgid-Bugs-To: \n"
13
13
  "PO-Revision-Date: 2017-12-19 20:14+0000\n"
14
14
  "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2017\n"
@@ -17,7 +17,8 @@ msgstr ""
17
17
  "Content-Type: text/plain; charset=UTF-8\n"
18
18
  "Content-Transfer-Encoding: 8bit\n"
19
19
  "Language: pt\n"
20
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
+ "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 100000"
21
+ "0 == 0 ? 1 : 2;\n"
21
22
 
22
23
  msgid ""
23
24
  "\n"
@@ -128,6 +129,9 @@ msgstr ""
128
129
  msgid "%s ago"
129
130
  msgstr ""
130
131
 
132
+ msgid "%s guests"
133
+ msgstr ""
134
+
131
135
  msgid "%s has already been deleted"
132
136
  msgstr ""
133
137
 
@@ -686,6 +690,9 @@ msgstr ""
686
690
  msgid "Alternate content sources define new locations to download content from at repository or smart proxy sync time."
687
691
  msgstr ""
688
692
 
693
+ msgid "Alternate content sources use the HTTP proxy of their assigned smart proxy for communication."
694
+ msgstr ""
695
+
689
696
  msgid "Always Use Latest (currently %{version})"
690
697
  msgstr ""
691
698
 
@@ -1076,6 +1083,9 @@ msgstr ""
1076
1083
  msgid "Cancelled."
1077
1084
  msgstr ""
1078
1085
 
1086
+ msgid "Candlepin"
1087
+ msgstr ""
1088
+
1079
1089
  msgid "Candlepin Event"
1080
1090
  msgstr ""
1081
1091
 
@@ -2252,21 +2262,6 @@ msgstr ""
2252
2262
  msgid "Edit"
2253
2263
  msgstr ""
2254
2264
 
2255
- msgid "Edit ACS"
2256
- msgstr ""
2257
-
2258
- msgid "Edit ACS credentials"
2259
- msgstr ""
2260
-
2261
- msgid "Edit ACS details"
2262
- msgstr ""
2263
-
2264
- msgid "Edit ACS products"
2265
- msgstr ""
2266
-
2267
- msgid "Edit ACS smart proxies"
2268
- msgstr ""
2269
-
2270
2265
  msgid "Edit RPM rule"
2271
2266
  msgstr ""
2272
2267
 
@@ -2483,10 +2478,10 @@ msgstr ""
2483
2478
  msgid "Exclude"
2484
2479
  msgstr ""
2485
2480
 
2486
- msgid "Exclude all Module Streams with no errata."
2481
+ msgid "Exclude all RPMs not associated to any errata"
2487
2482
  msgstr ""
2488
2483
 
2489
- msgid "Exclude all RPMs with no errata."
2484
+ msgid "Exclude all module streams not associated to any errata"
2490
2485
  msgstr ""
2491
2486
 
2492
2487
  msgid "Exclude filter"
@@ -3272,10 +3267,10 @@ msgstr ""
3272
3267
  msgid "Include"
3273
3268
  msgstr ""
3274
3269
 
3275
- msgid "Include all Module Streams with no errata."
3270
+ msgid "Include all RPMs not associated to any errata"
3276
3271
  msgstr ""
3277
3272
 
3278
- msgid "Include all RPMs with no errata."
3273
+ msgid "Include all module streams not associated to any errata"
3279
3274
  msgstr ""
3280
3275
 
3281
3276
  msgid "Include content views generated by imports/exports. Defaults to false"
@@ -5434,9 +5429,6 @@ msgstr ""
5434
5429
  msgid "Registered on"
5435
5430
  msgstr ""
5436
5431
 
5437
- msgid "Registered through"
5438
- msgstr ""
5439
-
5440
5432
  msgid "Registration details"
5441
5433
  msgstr ""
5442
5434
 
@@ -6544,9 +6536,6 @@ msgstr ""
6544
6536
  msgid "Subscription UUID"
6545
6537
  msgstr ""
6546
6538
 
6547
- msgid "Subscription Watch"
6548
- msgstr ""
6549
-
6550
6539
  msgid "Subscription connection enabled"
6551
6540
  msgstr ""
6552
6541
 
@@ -6592,6 +6581,9 @@ msgstr ""
6592
6581
  msgid "Subscriptions information based on selected activation keys:"
6593
6582
  msgstr ""
6594
6583
 
6584
+ msgid "Subscriptions service"
6585
+ msgstr ""
6586
+
6595
6587
  msgid "Substitution Mismatch. Unable to update for content: (%{content}). From [%{content_url}] To [%{new_url}]."
6596
6588
  msgstr ""
6597
6589
 
@@ -6760,10 +6752,10 @@ msgstr ""
6760
6752
  msgid "System purpose"
6761
6753
  msgstr ""
6762
6754
 
6763
- msgid "System purpose allows you to set the system\\'s intended use on your network and improves the reporting of usage in Subscription Watch."
6755
+ msgid "System purpose attributes updated"
6764
6756
  msgstr ""
6765
6757
 
6766
- msgid "System purpose attributes updated"
6758
+ msgid "System purpose enables you to set the system\\'s intended use on your network and improves reporting accuracy in the Subscriptions service of the Red Hat Hybrid Cloud Console."
6767
6759
  msgstr ""
6768
6760
 
6769
6761
  msgid "Tag name"
@@ -7088,10 +7080,10 @@ msgstr ""
7088
7080
  msgid "This host's organization is in Simple Content Access mode. Auto-attach is disabled"
7089
7081
  msgstr ""
7090
7082
 
7091
- msgid "This is disabled because a manifest related task is in progress."
7083
+ msgid "This is disabled because a manifest task is in progress"
7092
7084
  msgstr ""
7093
7085
 
7094
- msgid "This is disabled because a manifest task is in progress"
7086
+ msgid "This is disabled because a manifest-related task is in progress."
7095
7087
  msgstr ""
7096
7088
 
7097
7089
  msgid "This is disabled because no connection could be made to the upstream Manifest."
@@ -7109,10 +7101,10 @@ msgstr ""
7109
7101
  msgid "This is not a linked repository"
7110
7102
  msgstr ""
7111
7103
 
7112
- msgid "This organization has Simple Content Access enabled. Hosts are not required to have subscriptions attached to access repositories. {br} Learn more about your overall subscription usage at {subscriptionWatch}."
7104
+ msgid "This organization has Simple Content Access enabled. Hosts are not required to have subscriptions attached to access repositories. {br} Learn more about your overall subscription usage with the {subscriptionsService}."
7113
7105
  msgstr ""
7114
7106
 
7115
- msgid "This organization is not using {scaLink}. Legacy subscription management is deprecated and will be removed in a future version."
7107
+ msgid "This organization is not using {scaLink}. Entitlement-based subscription management is deprecated and will be removed in a future version."
7116
7108
  msgstr ""
7117
7109
 
7118
7110
  msgid "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use."
@@ -7610,6 +7602,9 @@ msgstr ""
7610
7602
  msgid "Upload request id"
7611
7603
  msgstr ""
7612
7604
 
7605
+ msgid "Upstream Candlepin"
7606
+ msgstr ""
7607
+
7613
7608
  msgid "Upstream Content View Label, default: Default_Organization_View. Relevant only for 'upstream_server' type."
7614
7609
  msgstr ""
7615
7610
 
@@ -7775,6 +7770,9 @@ msgstr ""
7775
7770
  msgid "View %{view} has not been promoted to %{env}"
7776
7771
  msgstr ""
7777
7772
 
7773
+ msgid "View Subscription Usage"
7774
+ msgstr ""
7775
+
7778
7776
  msgid "View a report of the affected hosts"
7779
7777
  msgstr ""
7780
7778
 
@@ -7796,6 +7794,12 @@ msgstr ""
7796
7794
  msgid "Virtual"
7797
7795
  msgstr ""
7798
7796
 
7797
+ msgid "Virtual guests"
7798
+ msgstr ""
7799
+
7800
+ msgid "Virtual host"
7801
+ msgstr ""
7802
+
7799
7803
  msgid "Waiting to start."
7800
7804
  msgstr ""
7801
7805
 
@@ -8123,7 +8127,7 @@ msgstr ""
8123
8127
  msgid "cannot contain more than %s characters"
8124
8128
  msgstr ""
8125
8129
 
8126
- msgid "checking Candlepin task status"
8130
+ msgid "checking %s task status"
8127
8131
  msgstr ""
8128
8132
 
8129
8133
  msgid "checking Pulp task status"
@@ -8357,7 +8361,7 @@ msgstr ""
8357
8361
  msgid "if true, Katello will verify the upstream url's SSL certifcates are signed by a trusted CA"
8358
8362
  msgstr ""
8359
8363
 
8360
- msgid "initiating Candlepin task"
8364
+ msgid "initiating %s task"
8361
8365
  msgstr ""
8362
8366
 
8363
8367
  msgid "initiating Pulp task"
@@ -8759,7 +8763,7 @@ msgstr ""
8759
8763
  msgid "view content view tabs."
8760
8764
  msgstr ""
8761
8765
 
8762
- msgid "waiting for Candlepin to finish the task"
8766
+ msgid "waiting for %s to finish the task"
8763
8767
  msgstr ""
8764
8768
 
8765
8769
  msgid "waiting for Pulp to finish the task"