katello 4.19.0.rc1 → 4.19.0.rc2
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.
- checksums.yaml +4 -4
- data/app/assets/javascripts/katello/locale/bn/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/bn_IN/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/ca/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/cs/katello.js +338 -17
- data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/de/katello.js +339 -18
- data/app/assets/javascripts/katello/locale/de_AT/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/de_DE/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/el/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/en/katello.js +338 -17
- data/app/assets/javascripts/katello/locale/en_GB/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/en_US/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/es/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/et_EE/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/fr/katello.js +340 -19
- data/app/assets/javascripts/katello/locale/gl/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/gu/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/he_IL/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/hi/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/id/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/it/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/ja/katello.js +340 -19
- data/app/assets/javascripts/katello/locale/ka/katello.js +339 -18
- data/app/assets/javascripts/katello/locale/kn/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/ko/katello.js +339 -18
- data/app/assets/javascripts/katello/locale/ml_IN/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/mr/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/nl_NL/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/or/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/pa/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/pl/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/pl_PL/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/pt/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/pt_BR/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/ro/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/ro_RO/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/ru/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/sl/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/sv_SE/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/ta/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/ta_IN/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/te/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/tr/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/vi/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/vi_VN/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/zh/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/zh_CN/katello.js +340 -19
- data/app/assets/javascripts/katello/locale/zh_TW/katello.js +337 -16
- data/app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb +10 -0
- data/app/services/katello/pulp3/repository/apt.rb +12 -4
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn_IN.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ca.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/cs_CZ.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_AT.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_DE.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_GB.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_US.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/et_EE.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gl.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gu.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/he_IL.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/hi.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/id.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/kn.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ml_IN.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/mr.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/nl_NL.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/or.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pa.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl_PL.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro_RO.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sl.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sv_SE.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta_IN.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/te.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/tr.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi_VN.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +10 -0
- data/lib/katello/plugin.rb +1 -0
- data/lib/katello/version.rb +1 -1
- data/locale/action_names.rb +180 -0
- data/locale/bn/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn/katello.po +337 -16
- data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn_IN/katello.po +337 -16
- data/locale/ca/LC_MESSAGES/katello.mo +0 -0
- data/locale/ca/katello.po +337 -16
- data/locale/cs/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs/katello.po +338 -18
- data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs_CZ/katello.po +337 -16
- data/locale/de/LC_MESSAGES/katello.mo +0 -0
- data/locale/de/katello.po +340 -19
- data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_AT/katello.po +337 -16
- data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_DE/katello.po +337 -16
- data/locale/el/LC_MESSAGES/katello.mo +0 -0
- data/locale/el/katello.po +337 -16
- data/locale/en/LC_MESSAGES/katello.mo +0 -0
- data/locale/en/katello.po +338 -18
- data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_GB/katello.po +337 -16
- data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_US/katello.po +337 -16
- data/locale/es/LC_MESSAGES/katello.mo +0 -0
- data/locale/es/katello.po +337 -16
- data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
- data/locale/et_EE/katello.po +337 -16
- data/locale/fr/LC_MESSAGES/katello.mo +0 -0
- data/locale/fr/katello.po +341 -20
- data/locale/gl/LC_MESSAGES/katello.mo +0 -0
- data/locale/gl/katello.po +337 -16
- data/locale/gu/LC_MESSAGES/katello.mo +0 -0
- data/locale/gu/katello.po +337 -16
- data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
- data/locale/he_IL/katello.po +337 -16
- data/locale/hi/LC_MESSAGES/katello.mo +0 -0
- data/locale/hi/katello.po +337 -16
- data/locale/id/LC_MESSAGES/katello.mo +0 -0
- data/locale/id/katello.po +337 -16
- data/locale/it/LC_MESSAGES/katello.mo +0 -0
- data/locale/it/katello.po +337 -16
- data/locale/ja/LC_MESSAGES/katello.mo +0 -0
- data/locale/ja/katello.po +342 -20
- data/locale/ka/LC_MESSAGES/katello.mo +0 -0
- data/locale/ka/katello.po +339 -18
- data/locale/katello.pot +748 -233
- data/locale/kn/LC_MESSAGES/katello.mo +0 -0
- data/locale/kn/katello.po +337 -16
- data/locale/ko/LC_MESSAGES/katello.mo +0 -0
- data/locale/ko/katello.po +340 -19
- data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ml_IN/katello.po +337 -16
- data/locale/mr/LC_MESSAGES/katello.mo +0 -0
- data/locale/mr/katello.po +337 -16
- data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
- data/locale/nl_NL/katello.po +337 -16
- data/locale/or/LC_MESSAGES/katello.mo +0 -0
- data/locale/or/katello.po +337 -16
- data/locale/pa/LC_MESSAGES/katello.mo +0 -0
- data/locale/pa/katello.po +337 -16
- data/locale/pl/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl/katello.po +337 -16
- data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl_PL/katello.po +337 -16
- data/locale/pt/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt/katello.po +337 -16
- data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt_BR/katello.po +337 -16
- data/locale/ro/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro/katello.po +337 -16
- data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro_RO/katello.po +337 -16
- data/locale/ru/LC_MESSAGES/katello.mo +0 -0
- data/locale/ru/katello.po +337 -16
- data/locale/sl/LC_MESSAGES/katello.mo +0 -0
- data/locale/sl/katello.po +337 -16
- data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
- data/locale/sv_SE/katello.po +337 -16
- data/locale/ta/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta/katello.po +337 -16
- data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta_IN/katello.po +337 -16
- data/locale/te/LC_MESSAGES/katello.mo +0 -0
- data/locale/te/katello.po +337 -16
- data/locale/tr/LC_MESSAGES/katello.mo +0 -0
- data/locale/tr/katello.po +337 -16
- data/locale/vi/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi/katello.po +337 -16
- data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi_VN/katello.po +337 -16
- data/locale/zh/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh/katello.po +337 -16
- data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_CN/katello.po +341 -20
- data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_TW/katello.po +337 -16
- data/webpack/ForemanColumnExtensions/index.js +46 -2
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/02_BulkErrataTable.js +1 -1
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js +1 -1
- data/webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/01_BulkRepositorySetsTable.js +1 -1
- data/webpack/components/extensions/Hosts/BulkActions/HostReview.js +1 -1
- data/webpack/scenes/Subscriptions/SubscriptionReducer.js +15 -5
- data/webpack/scenes/Subscriptions/SubscriptionsPage.js +22 -5
- data/webpack/scenes/Subscriptions/__tests__/SubscriptionsPage.test.js +141 -0
- metadata +6 -8
data/locale/fr/katello.po
CHANGED
|
@@ -12,15 +12,15 @@
|
|
|
12
12
|
# Baptiste Agasse <baptiste.agasse@gmail.com>, 2023
|
|
13
13
|
# Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2025
|
|
14
14
|
# Bryan Kearney <bryan.kearney@gmail.com>, 2025
|
|
15
|
-
# Amit Upadhye <aupadhye@redhat.com>, 2025
|
|
16
15
|
# Ondřej Gajdušek, 2025
|
|
16
|
+
# Amit Upadhye <aupadhye@redhat.com>, 2025
|
|
17
17
|
#
|
|
18
18
|
msgid ""
|
|
19
19
|
msgstr ""
|
|
20
|
-
"Project-Id-Version: katello 4.19.0.
|
|
20
|
+
"Project-Id-Version: katello 4.19.0.rc1\n"
|
|
21
21
|
"Report-Msgid-Bugs-To: \n"
|
|
22
22
|
"PO-Revision-Date: 2017-12-19 20:14+0000\n"
|
|
23
|
-
"Last-Translator:
|
|
23
|
+
"Last-Translator: Amit Upadhye <aupadhye@redhat.com>, 2025\n"
|
|
24
24
|
"Language-Team: French (https://app.transifex.com/foreman/teams/114/fr/)\n"
|
|
25
25
|
"MIME-Version: 1.0\n"
|
|
26
26
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
@@ -126,6 +126,9 @@ msgstr "${selectedContentType}"
|
|
|
126
126
|
msgid "${selectedContentType} will appear here when created."
|
|
127
127
|
msgstr "${selectedContentType} apparaîtra ici lors de sa création."
|
|
128
128
|
|
|
129
|
+
msgid "${totalCount} labels and annotations"
|
|
130
|
+
msgstr ""
|
|
131
|
+
|
|
129
132
|
msgid "%s %s has %s Hosts and %s Hostgroups that will need to be reassociated post deletion. Delete %s?"
|
|
130
133
|
msgstr "%s%s a %s Hôtes et %s Groupes d’hôtes qui devront être réassociés après la suppression. Supprimer %s ?"
|
|
131
134
|
|
|
@@ -480,6 +483,9 @@ msgstr "TOUT"
|
|
|
480
483
|
msgid "About page"
|
|
481
484
|
msgstr "Page d'accueil"
|
|
482
485
|
|
|
486
|
+
msgid "Abstract async task"
|
|
487
|
+
msgstr ""
|
|
488
|
+
|
|
483
489
|
msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
|
|
484
490
|
msgstr "L'accès à la gestion des abonnements Red Hat est interdit. Si vous souhaitez modifier cette interdiction, veuillez mettre à jour le paramètre de contenu \"Connexion aux abonnements activée\"."
|
|
485
491
|
|
|
@@ -627,6 +633,9 @@ msgstr "Ajouter référentiels"
|
|
|
627
633
|
msgid "Add repositories with package groups to content view to select them here."
|
|
628
634
|
msgstr "Ajouter des référentiels avec des groupes de paquets à l’affichage de contenu pour les sélectionner ici."
|
|
629
635
|
|
|
636
|
+
msgid "Add rolling repo clone"
|
|
637
|
+
msgstr ""
|
|
638
|
+
|
|
630
639
|
msgid "Add rule"
|
|
631
640
|
msgstr "Ajouter une règle"
|
|
632
641
|
|
|
@@ -645,12 +654,18 @@ msgstr "Ajouter des abonnements à l'aide du bouton Ajouter des abonnements."
|
|
|
645
654
|
msgid "Add to a host collection"
|
|
646
655
|
msgstr "Ajouter à une collection d'hôtes"
|
|
647
656
|
|
|
657
|
+
msgid "Add to host collections"
|
|
658
|
+
msgstr ""
|
|
659
|
+
|
|
648
660
|
msgid "Added"
|
|
649
661
|
msgstr "Ajouté"
|
|
650
662
|
|
|
651
663
|
msgid "Added %s"
|
|
652
664
|
msgstr "%s Ajouté"
|
|
653
665
|
|
|
666
|
+
msgid "Added %{count} host(s) to host collection %{host_collection}."
|
|
667
|
+
msgstr ""
|
|
668
|
+
|
|
654
669
|
msgid "Added Content:"
|
|
655
670
|
msgstr "Contenu ajouté :"
|
|
656
671
|
|
|
@@ -693,6 +708,9 @@ msgstr "Toutes les errata sont applicables"
|
|
|
693
708
|
msgid "All errata up-to-date"
|
|
694
709
|
msgstr "Tous les errata sont à jour"
|
|
695
710
|
|
|
711
|
+
msgid "All selected hosts were already members of host collection %{host_collection}."
|
|
712
|
+
msgstr ""
|
|
713
|
+
|
|
696
714
|
msgid "All subpaths must have a slash at the end and none at the front"
|
|
697
715
|
msgstr "Tous les sous-chemins doivent avoir une barre oblique à la fin et aucune au début"
|
|
698
716
|
|
|
@@ -778,6 +796,9 @@ msgid ""
|
|
|
778
796
|
"%{error_message}"
|
|
779
797
|
msgstr "Une erreur s'est produite lors de la synchronisation %{error_message}"
|
|
780
798
|
|
|
799
|
+
msgid "An error occurred while updating host collections"
|
|
800
|
+
msgstr ""
|
|
801
|
+
|
|
781
802
|
msgid "An option to specify how many ostree commits to traverse."
|
|
782
803
|
msgstr "Une option pour spécifier le nombre de commits ostree à parcourir."
|
|
783
804
|
|
|
@@ -1066,6 +1087,9 @@ msgstr "Ajouter cette recherche aux favoris"
|
|
|
1066
1087
|
msgid "Bookmarks marked as public are available to all users"
|
|
1067
1088
|
msgstr "Les signets marqués comme étant publics sont disponibles à tous les utilisateurs"
|
|
1068
1089
|
|
|
1090
|
+
msgid "Bootable"
|
|
1091
|
+
msgstr ""
|
|
1092
|
+
|
|
1069
1093
|
msgid "Bootc rollback via Bootc interface"
|
|
1070
1094
|
msgstr "Restauration de Bootc via l'interface Bootc"
|
|
1071
1095
|
|
|
@@ -1390,6 +1414,9 @@ msgstr "Changer la source du contenu"
|
|
|
1390
1414
|
msgid "Change content view environments"
|
|
1391
1415
|
msgstr "Modifier les environnements d'affichage de contenu"
|
|
1392
1416
|
|
|
1417
|
+
msgid "Change host collections"
|
|
1418
|
+
msgstr ""
|
|
1419
|
+
|
|
1393
1420
|
msgid "Change host content source"
|
|
1394
1421
|
msgstr "Changer la source du contenu de l'hôte"
|
|
1395
1422
|
|
|
@@ -1477,6 +1504,9 @@ msgstr "Liste de balises, séparées par des virgules, à exclure lors de la syn
|
|
|
1477
1504
|
msgid "Comma-separated list of tags to sync for a container image repository"
|
|
1478
1505
|
msgstr "Liste de balises séparées par des virgules à synchroniser pour le référentiel d'images des conteneurs"
|
|
1479
1506
|
|
|
1507
|
+
msgid "Commit upload"
|
|
1508
|
+
msgstr ""
|
|
1509
|
+
|
|
1480
1510
|
msgid "Compare"
|
|
1481
1511
|
msgstr "Comparez"
|
|
1482
1512
|
|
|
@@ -1831,15 +1861,27 @@ msgstr "Copié dans le presse-papiers"
|
|
|
1831
1861
|
msgid "Copy"
|
|
1832
1862
|
msgstr "Copie"
|
|
1833
1863
|
|
|
1864
|
+
msgid "Copy all units"
|
|
1865
|
+
msgstr ""
|
|
1866
|
+
|
|
1834
1867
|
msgid "Copy an activation key"
|
|
1835
1868
|
msgstr "Copier une clé d'activation|"
|
|
1836
1869
|
|
|
1870
|
+
msgid "Copy content"
|
|
1871
|
+
msgstr ""
|
|
1872
|
+
|
|
1837
1873
|
msgid "Copy content view"
|
|
1838
1874
|
msgstr "Copier l’affichage de contenu"
|
|
1839
1875
|
|
|
1840
1876
|
msgid "Copy to clipboard"
|
|
1841
1877
|
msgstr "Copier dans le presse-papiers"
|
|
1842
1878
|
|
|
1879
|
+
msgid "Copy version"
|
|
1880
|
+
msgstr ""
|
|
1881
|
+
|
|
1882
|
+
msgid "Copy version units to library"
|
|
1883
|
+
msgstr ""
|
|
1884
|
+
|
|
1843
1885
|
msgid "Cores per socket"
|
|
1844
1886
|
msgstr "Cores par socket"
|
|
1845
1887
|
|
|
@@ -2053,18 +2095,36 @@ msgstr "Créez les informations d'identification du contenu avec le certificat e
|
|
|
2053
2095
|
msgid "Create content view"
|
|
2054
2096
|
msgstr "Créer Affichage du contenu"
|
|
2055
2097
|
|
|
2098
|
+
msgid "Create exporter"
|
|
2099
|
+
msgstr ""
|
|
2100
|
+
|
|
2056
2101
|
msgid "Create filter"
|
|
2057
2102
|
msgstr "Créer un filtre"
|
|
2058
2103
|
|
|
2059
2104
|
msgid "Create host collection"
|
|
2060
2105
|
msgstr "Créer Collection d'hôtes"
|
|
2061
2106
|
|
|
2107
|
+
msgid "Create import"
|
|
2108
|
+
msgstr ""
|
|
2109
|
+
|
|
2110
|
+
msgid "Create importer"
|
|
2111
|
+
msgstr ""
|
|
2112
|
+
|
|
2062
2113
|
msgid "Create new activation key"
|
|
2063
2114
|
msgstr "Créer une nouvelle clé d'activation"
|
|
2064
2115
|
|
|
2065
2116
|
msgid "Create organization"
|
|
2066
2117
|
msgstr "Créer une organisation"
|
|
2067
2118
|
|
|
2119
|
+
msgid "Create publication"
|
|
2120
|
+
msgstr ""
|
|
2121
|
+
|
|
2122
|
+
msgid "Create remote"
|
|
2123
|
+
msgstr ""
|
|
2124
|
+
|
|
2125
|
+
msgid "Creation"
|
|
2126
|
+
msgstr ""
|
|
2127
|
+
|
|
2068
2128
|
msgid "Credentials"
|
|
2069
2129
|
msgstr "Identifiants"
|
|
2070
2130
|
|
|
@@ -2326,12 +2386,36 @@ msgstr "Supprimer l’affichage du contenu"
|
|
|
2326
2386
|
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."
|
|
2327
2387
|
msgstr "Supprimez les filtres d'affichage de contenu qui ont ce référentiel comme dernier référentiel associé. La valeur par défaut est vrai. S'ils sont sur faux, ces filtres s'appliqueront désormais à tous les référentiels dans la vue du contenu."
|
|
2328
2388
|
|
|
2389
|
+
msgid "Delete distributions"
|
|
2390
|
+
msgstr ""
|
|
2391
|
+
|
|
2329
2392
|
msgid "Delete manifest from Red Hat provider"
|
|
2330
2393
|
msgstr "Supprimer le fichier manifeste du fournisseur Red Hat"
|
|
2331
2394
|
|
|
2332
2395
|
msgid "Delete multiple filters from a content view"
|
|
2333
2396
|
msgstr "Supprimer plusieurs filtres d'affichage de contenu"
|
|
2334
2397
|
|
|
2398
|
+
msgid "Delete orphan alternate content sources"
|
|
2399
|
+
msgstr ""
|
|
2400
|
+
|
|
2401
|
+
msgid "Delete orphan distributions"
|
|
2402
|
+
msgstr ""
|
|
2403
|
+
|
|
2404
|
+
msgid "Delete orphan remotes"
|
|
2405
|
+
msgstr ""
|
|
2406
|
+
|
|
2407
|
+
msgid "Delete orphan repository versions"
|
|
2408
|
+
msgstr ""
|
|
2409
|
+
|
|
2410
|
+
msgid "Delete orphaned migrated repositories"
|
|
2411
|
+
msgstr ""
|
|
2412
|
+
|
|
2413
|
+
msgid "Delete remote"
|
|
2414
|
+
msgstr ""
|
|
2415
|
+
|
|
2416
|
+
msgid "Delete repository references"
|
|
2417
|
+
msgstr ""
|
|
2418
|
+
|
|
2335
2419
|
msgid "Delete version"
|
|
2336
2420
|
msgstr "Supprimer la version"
|
|
2337
2421
|
|
|
@@ -2431,6 +2515,12 @@ msgstr "Détruire un environnement"
|
|
|
2431
2515
|
msgid "Destroy an environment in an organization"
|
|
2432
2516
|
msgstr "Détruire un environnement dans une organisation"
|
|
2433
2517
|
|
|
2518
|
+
msgid "Destroy exporter"
|
|
2519
|
+
msgstr ""
|
|
2520
|
+
|
|
2521
|
+
msgid "Destroy importer"
|
|
2522
|
+
msgstr ""
|
|
2523
|
+
|
|
2434
2524
|
msgid "Destroy one or more alternate content sources"
|
|
2435
2525
|
msgstr "Détruire une ou plusieurs sources de contenu alternatives"
|
|
2436
2526
|
|
|
@@ -2476,6 +2566,9 @@ msgstr "Désactivé"
|
|
|
2476
2566
|
msgid "Disabling Simple Content Access failed for '%{subject}'."
|
|
2477
2567
|
msgstr "La désactivation de l'accès au contenu simple a échoué pour '%{subject}'."
|
|
2478
2568
|
|
|
2569
|
+
msgid "Discover"
|
|
2570
|
+
msgstr ""
|
|
2571
|
+
|
|
2479
2572
|
msgid "Discover Repositories"
|
|
2480
2573
|
msgstr "Découvrir des référentiels"
|
|
2481
2574
|
|
|
@@ -2611,9 +2704,6 @@ msgstr "Activer un référentiel à partir de l'ensemble"
|
|
|
2611
2704
|
msgid "Enable repository sets"
|
|
2612
2705
|
msgstr "Activer les ensembles de référentiels"
|
|
2613
2706
|
|
|
2614
|
-
msgid "Enable structured APT for deb content"
|
|
2615
|
-
msgstr "Activer l'APT structuré pour le contenu deb"
|
|
2616
|
-
|
|
2617
2707
|
msgid "Enable/Disable auto publish of composite view"
|
|
2618
2708
|
msgstr "Activer/désactiver la publication automatique de la vue composite"
|
|
2619
2709
|
|
|
@@ -2674,6 +2764,9 @@ msgstr "IDs des environnements"
|
|
|
2674
2764
|
msgid "Environment cannot be in its own promotion path"
|
|
2675
2765
|
msgstr "L'environnement ne peut pas se trouver dans son propre chemin de promotion"
|
|
2676
2766
|
|
|
2767
|
+
msgid "Environment contents refresh"
|
|
2768
|
+
msgstr ""
|
|
2769
|
+
|
|
2677
2770
|
msgid "Environment identifier"
|
|
2678
2771
|
msgstr "Identifiant d'environnement"
|
|
2679
2772
|
|
|
@@ -2713,6 +2806,9 @@ msgstr "Les errata et les informations sur les paquets seront mis à jour imméd
|
|
|
2713
2806
|
msgid "Errata id of the erratum (RHSA-2012:108)"
|
|
2714
2807
|
msgstr "Id de l'erratum (RHSA-2012:108)"
|
|
2715
2808
|
|
|
2809
|
+
msgid "Errata mail"
|
|
2810
|
+
msgstr ""
|
|
2811
|
+
|
|
2716
2812
|
msgid "Errata statuses not updated for deleted content facet with UUID %s"
|
|
2717
2813
|
msgstr "Les statuts d'errata ne sont pas mis à jour pour la facette de contenu supprimée avec UUID %s"
|
|
2718
2814
|
|
|
@@ -2878,6 +2974,9 @@ msgstr "Récupérez les flux de modules disponibles pour les hôtes."
|
|
|
2878
2974
|
msgid "Fetch installable errata for one or more hosts."
|
|
2879
2975
|
msgstr "Récupérer les errata installables pour un ou plusieurs hôtes."
|
|
2880
2976
|
|
|
2977
|
+
msgid "Fetch pxe files"
|
|
2978
|
+
msgstr ""
|
|
2979
|
+
|
|
2881
2980
|
msgid "Fetch traces for one or more hosts"
|
|
2882
2981
|
msgstr "Rechercher traces pour un ou plusieurs hôtes"
|
|
2883
2982
|
|
|
@@ -2971,6 +3070,9 @@ msgstr "Filtrer les versions par numéro de version"
|
|
|
2971
3070
|
msgid "Filter versions that are components in the specified composite version"
|
|
2972
3071
|
msgstr "Filtrer les versions composantes dans la version composite spécifiée"
|
|
2973
3072
|
|
|
3073
|
+
msgid "Filtered index content"
|
|
3074
|
+
msgstr ""
|
|
3075
|
+
|
|
2974
3076
|
msgid "Filters"
|
|
2975
3077
|
msgstr "Filtres"
|
|
2976
3078
|
|
|
@@ -2992,6 +3094,9 @@ msgstr "Terminé"
|
|
|
2992
3094
|
msgid "Finished"
|
|
2993
3095
|
msgstr "Terminé"
|
|
2994
3096
|
|
|
3097
|
+
msgid "Flatpak"
|
|
3098
|
+
msgstr ""
|
|
3099
|
+
|
|
2995
3100
|
msgid "Flatpak Remote ${name} created"
|
|
2996
3101
|
msgstr "Télécommande Flatpak ${name} créé"
|
|
2997
3102
|
|
|
@@ -3086,6 +3191,9 @@ msgstr "Générer un statut d'errata à partir du contenu directement installabl
|
|
|
3086
3191
|
msgid "Generate host applicability"
|
|
3087
3192
|
msgstr "Générer l'applicabilité à l'hôte"
|
|
3088
3193
|
|
|
3194
|
+
msgid "Generate metadata"
|
|
3195
|
+
msgstr ""
|
|
3196
|
+
|
|
3089
3197
|
msgid "Generate repository applicability"
|
|
3090
3198
|
msgstr "Générer l'applicabilité du référentiel"
|
|
3091
3199
|
|
|
@@ -3326,6 +3434,12 @@ msgstr "Combien de référentiels doivent être synchronisés simultanément sur
|
|
|
3326
3434
|
msgid "How to order the sorted results (e.g. ASC for ascending)"
|
|
3327
3435
|
msgstr "Comment classer les résultats triés (ex : ASC for pour croissant)"
|
|
3328
3436
|
|
|
3437
|
+
msgid "Hypervisors"
|
|
3438
|
+
msgstr ""
|
|
3439
|
+
|
|
3440
|
+
msgid "Hypervisors update"
|
|
3441
|
+
msgstr ""
|
|
3442
|
+
|
|
3329
3443
|
msgid "ID"
|
|
3330
3444
|
msgstr "ID"
|
|
3331
3445
|
|
|
@@ -3514,9 +3628,6 @@ msgstr "Si les hôtes ne parviennent pas à s'enregistrer en raison de doublons
|
|
|
3514
3628
|
msgid "If product certificates should be used to authenticate to a custom CDN."
|
|
3515
3629
|
msgstr "Si les certificats de produit doivent être utilisés pour s’authentifier auprès d’un CDN personnalisé."
|
|
3516
3630
|
|
|
3517
|
-
msgid "If set, newly created APT repos in Katello will use the same repo structure as the remote repos they are synchronized from. You may migrate existing APT repos to match the setting, by running 'foreman-rake katello:migrate_structure_content_for_deb'."
|
|
3518
|
-
msgstr "Si ce paramètre est défini, les référentiel APT nouvellement créés dans Katello utiliseront la même structure de référentiel que les référentiels distants à partir desquels ils sont synchronisés. Vous pouvez migrer les référentiels APT existants pour qu'ils correspondent au paramètre, en exécutant « foreman-rake katello:migrate_structure_content_for_deb »."
|
|
3519
|
-
|
|
3520
3631
|
msgid "If the smart proxies' assigned HTTP proxies should be used"
|
|
3521
3632
|
msgstr "Si les proxys HTTP attribués aux proxys smart doivent être utilisés"
|
|
3522
3633
|
|
|
@@ -3646,6 +3757,9 @@ msgstr "Importe un référentiel"
|
|
|
3646
3757
|
msgid "Import a subscription manifest to give hosts access to Red Hat content."
|
|
3647
3758
|
msgstr "Importez un manifeste d'abonnement pour permettre aux hôtes d'accéder au contenu Red Hat."
|
|
3648
3759
|
|
|
3760
|
+
msgid "Import migration"
|
|
3761
|
+
msgstr ""
|
|
3762
|
+
|
|
3649
3763
|
msgid "Import new manifest"
|
|
3650
3764
|
msgstr "Importer un nouveau manifeste"
|
|
3651
3765
|
|
|
@@ -3655,6 +3769,12 @@ msgstr "Importation uniquement"
|
|
|
3655
3769
|
msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
|
|
3656
3770
|
msgstr "Les affichages de contenu importés ne peuvent pas être publiés directement. Le contenu ne peut être mis à jour qu'en l'important dans la vue."
|
|
3657
3771
|
|
|
3772
|
+
msgid "Import repository upload"
|
|
3773
|
+
msgstr ""
|
|
3774
|
+
|
|
3775
|
+
msgid "Import upload"
|
|
3776
|
+
msgstr ""
|
|
3777
|
+
|
|
3658
3778
|
msgid "Import uploads into a repository"
|
|
3659
3779
|
msgstr "Importer les téléchargements dans un référentiel"
|
|
3660
3780
|
|
|
@@ -3721,6 +3841,9 @@ msgstr "Mise à jour croissante"
|
|
|
3721
3841
|
msgid "Incremental Update incomplete."
|
|
3722
3842
|
msgstr "Mise à jour incrémentielle incomplète."
|
|
3723
3843
|
|
|
3844
|
+
msgid "Incremental Update of Content View Version(s) "
|
|
3845
|
+
msgstr ""
|
|
3846
|
+
|
|
3724
3847
|
msgid "Incremental Update of %{content_view_count} Content View Version(s) "
|
|
3725
3848
|
msgstr "Mise à jour incrémentielle de %{content_view_count}Version(s) d'affichage de contenu "
|
|
3726
3849
|
|
|
@@ -3733,12 +3856,27 @@ msgstr "La mise à jour progressive nécessite au moins une unité de contenu"
|
|
|
3733
3856
|
msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
|
|
3734
3857
|
msgstr "Mise à jour croissante spécifiée pour le composite %{name} version %{version}, mais aucun composant mis à jour."
|
|
3735
3858
|
|
|
3859
|
+
msgid "Index content"
|
|
3860
|
+
msgstr ""
|
|
3861
|
+
|
|
3862
|
+
msgid "Index errata"
|
|
3863
|
+
msgstr ""
|
|
3864
|
+
|
|
3865
|
+
msgid "Index module streams"
|
|
3866
|
+
msgstr ""
|
|
3867
|
+
|
|
3868
|
+
msgid "Index package groups"
|
|
3869
|
+
msgstr ""
|
|
3870
|
+
|
|
3736
3871
|
msgid "Informable Type must be one of the following [ %{list} ]"
|
|
3737
3872
|
msgstr "Le type Informable doit être l'un parmi [%{list} ]"
|
|
3738
3873
|
|
|
3739
3874
|
msgid "Inherit from Repository"
|
|
3740
3875
|
msgstr "Hérité du référentiel"
|
|
3741
3876
|
|
|
3877
|
+
msgid "Initialize"
|
|
3878
|
+
msgstr ""
|
|
3879
|
+
|
|
3742
3880
|
msgid "Initiate a sync of the products attached to the sync plan"
|
|
3743
3881
|
msgstr "Initier une synchronisation des produits attachés au plan de synchronisation"
|
|
3744
3882
|
|
|
@@ -3814,9 +3952,15 @@ msgstr "Installation du groupe de paquets..."
|
|
|
3814
3952
|
msgid "Installing Package..."
|
|
3815
3953
|
msgstr "Installation du paquet..."
|
|
3816
3954
|
|
|
3955
|
+
msgid "Instance update"
|
|
3956
|
+
msgstr ""
|
|
3957
|
+
|
|
3817
3958
|
msgid "Instance-based"
|
|
3818
3959
|
msgstr "Basé sur l'instance"
|
|
3819
3960
|
|
|
3961
|
+
msgid "Insufficient space for selected hosts"
|
|
3962
|
+
msgstr ""
|
|
3963
|
+
|
|
3820
3964
|
msgid "Interpret specified object to return only Host Collections that can be associated with specified object. The value 'host' is supported."
|
|
3821
3965
|
msgstr "Interprète l'objet spécifié à retourner uniquement les Collections d'hôtes qui peuvent être associées à l'objet spécifié. La valeur 'hôte' est prise en charge."
|
|
3822
3966
|
|
|
@@ -4051,6 +4195,15 @@ msgstr "Balise du contenu"
|
|
|
4051
4195
|
msgid "Label of the flatpak remote"
|
|
4052
4196
|
msgstr "Libellé flatpak remote"
|
|
4053
4197
|
|
|
4198
|
+
msgid "Labels"
|
|
4199
|
+
msgstr ""
|
|
4200
|
+
|
|
4201
|
+
msgid "Labels and annotations"
|
|
4202
|
+
msgstr ""
|
|
4203
|
+
|
|
4204
|
+
msgid "Labels | Annotations"
|
|
4205
|
+
msgstr ""
|
|
4206
|
+
|
|
4054
4207
|
msgid "Last check-in:"
|
|
4055
4208
|
msgstr "Dernière vérification :"
|
|
4056
4209
|
|
|
@@ -4153,6 +4306,9 @@ msgstr "Environnement de cycle de vie : {lce}"
|
|
|
4153
4306
|
msgid "Lifecycle environments cannot be modifed on the default Smart proxy. The content from all Lifecycle Environments will exist on this Smart proxy."
|
|
4154
4307
|
msgstr "Les environnements du cycle de vie ne peuvent pas être modifiés sur le proxy smart par défaut. Le contenu de tous les environnements de cycle de vie existera sur ce proxy smart."
|
|
4155
4308
|
|
|
4309
|
+
msgid "Limit"
|
|
4310
|
+
msgstr ""
|
|
4311
|
+
|
|
4156
4312
|
msgid "Limit actions to content in the host's environment."
|
|
4157
4313
|
msgstr "Limitez les actions au contenu de l'environnement de l'hôte."
|
|
4158
4314
|
|
|
@@ -4483,12 +4639,18 @@ msgstr "Gérer les ensembles de référentiels"
|
|
|
4483
4639
|
msgid "Manifest"
|
|
4484
4640
|
msgstr "Manifeste"
|
|
4485
4641
|
|
|
4642
|
+
msgid "Manifest Details"
|
|
4643
|
+
msgstr ""
|
|
4644
|
+
|
|
4486
4645
|
msgid "Manifest History"
|
|
4487
4646
|
msgstr "L'historique du manifeste"
|
|
4488
4647
|
|
|
4489
4648
|
msgid "Manifest deleted"
|
|
4490
4649
|
msgstr "Manifeste supprimé"
|
|
4491
4650
|
|
|
4651
|
+
msgid "Manifest digest"
|
|
4652
|
+
msgstr ""
|
|
4653
|
+
|
|
4492
4654
|
msgid "Manifest does not have a valid subscription"
|
|
4493
4655
|
msgstr "Le manifeste n’a pas d’abonnement valide"
|
|
4494
4656
|
|
|
@@ -4573,6 +4735,9 @@ msgstr "Message"
|
|
|
4573
4735
|
msgid "Messaging connection"
|
|
4574
4736
|
msgstr "Connexion à la messagerie"
|
|
4575
4737
|
|
|
4738
|
+
msgid "Metadata generate"
|
|
4739
|
+
msgstr ""
|
|
4740
|
+
|
|
4576
4741
|
msgid ""
|
|
4577
4742
|
"Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
|
|
4578
4743
|
"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."
|
|
@@ -4611,6 +4776,9 @@ msgstr "Modéliser"
|
|
|
4611
4776
|
msgid "Moderate"
|
|
4612
4777
|
msgstr "Modéré"
|
|
4613
4778
|
|
|
4779
|
+
msgid "Modified"
|
|
4780
|
+
msgstr ""
|
|
4781
|
+
|
|
4614
4782
|
msgid "Modify via remote execution"
|
|
4615
4783
|
msgstr "Modifier via l'exécution à distance"
|
|
4616
4784
|
|
|
@@ -4638,6 +4806,15 @@ msgstr "Les flux de modules apparaîtront ici après avoir activé les référen
|
|
|
4638
4806
|
msgid "Multi Content View Environment"
|
|
4639
4807
|
msgstr "Environnement d'affichage multi-contenu"
|
|
4640
4808
|
|
|
4809
|
+
msgid "Multi copy all units"
|
|
4810
|
+
msgstr ""
|
|
4811
|
+
|
|
4812
|
+
msgid "Multi copy content"
|
|
4813
|
+
msgstr ""
|
|
4814
|
+
|
|
4815
|
+
msgid "Multi copy units"
|
|
4816
|
+
msgstr ""
|
|
4817
|
+
|
|
4641
4818
|
msgid "Multi-entitlement"
|
|
4642
4819
|
msgstr "Droits d’accès multiples"
|
|
4643
4820
|
|
|
@@ -4944,6 +5121,9 @@ msgstr "Aucun package installé et/ou référentiel activé n'a été signalé p
|
|
|
4944
5121
|
msgid "No items have been specified."
|
|
4945
5122
|
msgstr "Aucun objet n'a été spécifié."
|
|
4946
5123
|
|
|
5124
|
+
msgid "No labels"
|
|
5125
|
+
msgstr ""
|
|
5126
|
+
|
|
4947
5127
|
msgid "No manifest file uploaded"
|
|
4948
5128
|
msgstr "Aucun fichier manifeste téléchargé"
|
|
4949
5129
|
|
|
@@ -5283,6 +5463,9 @@ msgstr "Balise de l'organisation"
|
|
|
5283
5463
|
msgid "Organization label '%s' is ambiguous. Try using an id-based container name."
|
|
5284
5464
|
msgstr "Le libellé d'organisation '%s \" est ambigu. Essayez d'utiliser un nom de conteneur basé sur un identifiant."
|
|
5285
5465
|
|
|
5466
|
+
msgid "Organization must be specified when providing product by name."
|
|
5467
|
+
msgstr ""
|
|
5468
|
+
|
|
5286
5469
|
msgid "Organization not found"
|
|
5287
5470
|
msgstr "Organisation non trouvée"
|
|
5288
5471
|
|
|
@@ -5686,6 +5869,9 @@ msgstr "Étiquette du produit"
|
|
|
5686
5869
|
msgid "Product label '%s' is ambiguous. Try using an id-based container name."
|
|
5687
5870
|
msgstr "Le libellé du produit '%s \" est ambigu. Essayez d'utiliser un nom de conteneur basé sur un identifiant."
|
|
5688
5871
|
|
|
5872
|
+
msgid "Product must be specified."
|
|
5873
|
+
msgstr ""
|
|
5874
|
+
|
|
5689
5875
|
msgid "Product name"
|
|
5690
5876
|
msgstr "Nom du produit"
|
|
5691
5877
|
|
|
@@ -5848,6 +6034,9 @@ msgstr "Stockage Pulp"
|
|
|
5848
6034
|
msgid "Pulp task error"
|
|
5849
6035
|
msgstr "Erreur de tâche pulp"
|
|
5850
6036
|
|
|
6037
|
+
msgid "Purge completed tasks"
|
|
6038
|
+
msgstr ""
|
|
6039
|
+
|
|
5851
6040
|
msgid "Python Package"
|
|
5852
6041
|
msgstr "Paquet Python"
|
|
5853
6042
|
|
|
@@ -5947,6 +6136,9 @@ msgstr "Redémarrage nécessaire"
|
|
|
5947
6136
|
msgid "Reclaim Space"
|
|
5948
6137
|
msgstr "Récupération d’espace"
|
|
5949
6138
|
|
|
6139
|
+
msgid "Reclaim space"
|
|
6140
|
+
msgstr ""
|
|
6141
|
+
|
|
5950
6142
|
msgid "Reclaim space from On Demand repositories"
|
|
5951
6143
|
msgstr "Récupérer l’espace en provenance des référentiels Sur demande"
|
|
5952
6144
|
|
|
@@ -6013,6 +6205,9 @@ msgstr "Actualiser le référentiel RollingCV"
|
|
|
6013
6205
|
msgid "Refresh all alternate content sources"
|
|
6014
6206
|
msgstr "Actualiser toutes les sources de contenu alternatives"
|
|
6015
6207
|
|
|
6208
|
+
msgid "Refresh all distributions"
|
|
6209
|
+
msgstr ""
|
|
6210
|
+
|
|
6016
6211
|
msgid "Refresh alternate content sources"
|
|
6017
6212
|
msgstr "Réactualiser les sources de contenu alternatives"
|
|
6018
6213
|
|
|
@@ -6025,15 +6220,27 @@ msgstr "Actualiser l'applicabilité"
|
|
|
6025
6220
|
msgid "Refresh counts"
|
|
6026
6221
|
msgstr "Actualiser le nombre"
|
|
6027
6222
|
|
|
6223
|
+
msgid "Refresh distribution"
|
|
6224
|
+
msgstr ""
|
|
6225
|
+
|
|
6028
6226
|
msgid "Refresh errata applicability"
|
|
6029
6227
|
msgstr "Actualiser l'applicabilité des errata"
|
|
6030
6228
|
|
|
6229
|
+
msgid "Refresh if needed"
|
|
6230
|
+
msgstr ""
|
|
6231
|
+
|
|
6031
6232
|
msgid "Refresh package applicability"
|
|
6032
6233
|
msgstr "Actualiser l’applicabilité du package"
|
|
6033
6234
|
|
|
6034
6235
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
|
6035
6236
|
msgstr "Actualiser le fichier manifeste importé précédemment pour le fournisseur de Red Hat"
|
|
6036
6237
|
|
|
6238
|
+
msgid "Refresh remote"
|
|
6239
|
+
msgstr ""
|
|
6240
|
+
|
|
6241
|
+
msgid "Refresh repos"
|
|
6242
|
+
msgstr ""
|
|
6243
|
+
|
|
6037
6244
|
msgid "Refresh source"
|
|
6038
6245
|
msgstr "Source de rafraîchissement"
|
|
6039
6246
|
|
|
@@ -6076,6 +6283,9 @@ msgstr "Le modèle de nom de registre entraînera l'invalidation du nom de l'ima
|
|
|
6076
6283
|
msgid "Registry token expiration time"
|
|
6077
6284
|
msgstr ""
|
|
6078
6285
|
|
|
6286
|
+
msgid "Reindex subscriptions"
|
|
6287
|
+
msgstr ""
|
|
6288
|
+
|
|
6079
6289
|
msgid "Related composite content views"
|
|
6080
6290
|
msgstr "Affichages du contenu composite associé"
|
|
6081
6291
|
|
|
@@ -6151,6 +6361,9 @@ msgstr "Supprimer de l’environnement"
|
|
|
6151
6361
|
msgid "Remove from environments"
|
|
6152
6362
|
msgstr "Supprimer des environnements"
|
|
6153
6363
|
|
|
6364
|
+
msgid "Remove from host collections"
|
|
6365
|
+
msgstr ""
|
|
6366
|
+
|
|
6154
6367
|
msgid "Remove host from collections"
|
|
6155
6368
|
msgstr "Retirer l'hôte des collections"
|
|
6156
6369
|
|
|
@@ -6172,6 +6385,9 @@ msgstr "Supprimer une ou plusieurs collections d'hôtes d'un ou plusieurs hôtes
|
|
|
6172
6385
|
msgid "Remove one or more subscriptions from an upstream manifest"
|
|
6173
6386
|
msgstr "Supprimer un ou plusieurs abonnements d'un manifeste amont"
|
|
6174
6387
|
|
|
6388
|
+
msgid "Remove orphans"
|
|
6389
|
+
msgstr ""
|
|
6390
|
+
|
|
6175
6391
|
msgid "Remove package group via Katello interface"
|
|
6176
6392
|
msgstr "Supprimer un groupe de packages via l'interface Katello"
|
|
6177
6393
|
|
|
@@ -6187,12 +6403,24 @@ msgstr "Supprimer le paquet via l'interface Katello"
|
|
|
6187
6403
|
msgid "Remove products from sync plan"
|
|
6188
6404
|
msgstr "Supprimer les produits du plan de sync"
|
|
6189
6405
|
|
|
6406
|
+
msgid "Remove rolling repo clone"
|
|
6407
|
+
msgstr ""
|
|
6408
|
+
|
|
6409
|
+
msgid "Remove units"
|
|
6410
|
+
msgstr ""
|
|
6411
|
+
|
|
6412
|
+
msgid "Remove unneeded repos"
|
|
6413
|
+
msgstr ""
|
|
6414
|
+
|
|
6190
6415
|
msgid "Remove versions and/or environments from a content view and reassign systems and keys"
|
|
6191
6416
|
msgstr "Supprimer les versions et/ou les environnements de l'affichage de contenu et assigner les systèmes et les clés à nouveau"
|
|
6192
6417
|
|
|
6193
6418
|
msgid "Remove versions from environments"
|
|
6194
6419
|
msgstr "Supprimer les versions des environnements"
|
|
6195
6420
|
|
|
6421
|
+
msgid "Removed %{count} host(s) from host collection %{host_collection}."
|
|
6422
|
+
msgstr ""
|
|
6423
|
+
|
|
6196
6424
|
msgid "Removed component from content view"
|
|
6197
6425
|
msgstr "Composant supprimé de l'affichage du contenu"
|
|
6198
6426
|
|
|
@@ -6211,6 +6439,9 @@ msgstr "Retrait du produit %{prod_name} avec ID %{prod_id} de l'ACS %{acs_name}
|
|
|
6211
6439
|
msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
|
|
6212
6440
|
msgstr "Supprimer cette version de tous les environnement n’aura pas pour effet de supprimer la version. La version sera toujours disponible pour une promotion ultérieure."
|
|
6213
6441
|
|
|
6442
|
+
msgid "Repair"
|
|
6443
|
+
msgstr ""
|
|
6444
|
+
|
|
6214
6445
|
msgid "Replace content source on the target machine"
|
|
6215
6446
|
msgstr "Remplacer la source de contenu sur la machine cible"
|
|
6216
6447
|
|
|
@@ -6229,12 +6460,18 @@ msgstr "Référentiels"
|
|
|
6229
6460
|
msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
|
|
6230
6461
|
msgstr "Les référentiels ne sont pas disponibles pour l'activation lorsque la configuration du CDN est définie sur Air-gapped (déconnecté)."
|
|
6231
6462
|
|
|
6463
|
+
msgid "Repositories certs reset"
|
|
6464
|
+
msgstr ""
|
|
6465
|
+
|
|
6232
6466
|
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."
|
|
6233
6467
|
msgstr "Les référentiels communs aux versions d'affichage de contenu sélectionnées fusionneront, ce qui donnera une vue de contenu composite qui est une union de tout le contenu de chacune des versions d'affichage de contenu."
|
|
6234
6468
|
|
|
6235
6469
|
msgid "Repositories from published Content Views are not allowed."
|
|
6236
6470
|
msgstr "Les référentiels des affichages de contenu publiés ne sont pas autorisés."
|
|
6237
6471
|
|
|
6472
|
+
msgid "Repositories gpg reset"
|
|
6473
|
+
msgstr ""
|
|
6474
|
+
|
|
6238
6475
|
msgid "Repository"
|
|
6239
6476
|
msgstr "Référentiel"
|
|
6240
6477
|
|
|
@@ -6400,6 +6637,9 @@ msgstr "Restreindre la promotion de l’affichage de contenu composite"
|
|
|
6400
6637
|
msgid "Result"
|
|
6401
6638
|
msgstr "Résultat"
|
|
6402
6639
|
|
|
6640
|
+
msgid "Retain build profile upon unregistration"
|
|
6641
|
+
msgstr ""
|
|
6642
|
+
|
|
6403
6643
|
msgid "Retrieve a single errata for a host"
|
|
6404
6644
|
msgstr "Extraire un seul errata de l'hôte"
|
|
6405
6645
|
|
|
@@ -6592,6 +6832,21 @@ msgstr "Enregistrer"
|
|
|
6592
6832
|
msgid "Save Environments"
|
|
6593
6833
|
msgstr ""
|
|
6594
6834
|
|
|
6835
|
+
msgid "Save artifact"
|
|
6836
|
+
msgstr ""
|
|
6837
|
+
|
|
6838
|
+
msgid "Save distribution references"
|
|
6839
|
+
msgstr ""
|
|
6840
|
+
|
|
6841
|
+
msgid "Save publication"
|
|
6842
|
+
msgstr ""
|
|
6843
|
+
|
|
6844
|
+
msgid "Save version"
|
|
6845
|
+
msgstr ""
|
|
6846
|
+
|
|
6847
|
+
msgid "Save versions"
|
|
6848
|
+
msgstr ""
|
|
6849
|
+
|
|
6595
6850
|
msgid "Saving alternate content source..."
|
|
6596
6851
|
msgstr "Mise à jour de la source de contenu alternatif..."
|
|
6597
6852
|
|
|
@@ -6601,6 +6856,12 @@ msgstr "Scan"
|
|
|
6601
6856
|
msgid "Scan a flatpak remote"
|
|
6602
6857
|
msgstr "Numériser une télécommande Flatpak"
|
|
6603
6858
|
|
|
6859
|
+
msgid "Scan cdn"
|
|
6860
|
+
msgstr ""
|
|
6861
|
+
|
|
6862
|
+
msgid "Scan remote"
|
|
6863
|
+
msgstr ""
|
|
6864
|
+
|
|
6604
6865
|
msgid "Schema version 1"
|
|
6605
6866
|
msgstr "Schéma Version 1"
|
|
6606
6867
|
|
|
@@ -6649,6 +6910,9 @@ msgstr "Errata de sécurité applicable"
|
|
|
6649
6910
|
msgid "Security errata installable"
|
|
6650
6911
|
msgstr "Errata de sécurité installable"
|
|
6651
6912
|
|
|
6913
|
+
msgid "See child manifests"
|
|
6914
|
+
msgstr ""
|
|
6915
|
+
|
|
6652
6916
|
msgid "Select"
|
|
6653
6917
|
msgstr "Sélectionner"
|
|
6654
6918
|
|
|
@@ -6760,6 +7024,9 @@ msgstr "Sélectionnez la ou les collections d'hôtes à associer à l'hôte {hos
|
|
|
6760
7024
|
msgid "Select host collection(s) to remove from host {hostName}."
|
|
6761
7025
|
msgstr "Sélectionnez la ou les collections d'hôtes à supprimer de l'hôte {hostName}."
|
|
6762
7026
|
|
|
7027
|
+
msgid "Select host collections to change their associations with {selectedHosts}. Changing host collection will affect all your selected hosts. Some hosts may already be in your chosen collections."
|
|
7028
|
+
msgstr ""
|
|
7029
|
+
|
|
6763
7030
|
msgid "Select hosts to assign to %s"
|
|
6764
7031
|
msgstr "Sélectionner les hôtes à assigner à %s"
|
|
6765
7032
|
|
|
@@ -6839,7 +7106,7 @@ msgid "Service Level (SLA)"
|
|
|
6839
7106
|
msgstr "Niveau de service (SLA)"
|
|
6840
7107
|
|
|
6841
7108
|
msgid "Service level"
|
|
6842
|
-
msgstr ""
|
|
7109
|
+
msgstr "Niveau de service"
|
|
6843
7110
|
|
|
6844
7111
|
msgid "Service level of host"
|
|
6845
7112
|
msgstr "Niveau de service (SLA) de l’hôte"
|
|
@@ -6880,6 +7147,9 @@ msgstr "Sévérité"
|
|
|
6880
7147
|
msgid "Severity must be one of: %s"
|
|
6881
7148
|
msgstr "Une sévérité doit être choisie parmi %s"
|
|
6882
7149
|
|
|
7150
|
+
msgid "Show ${remainingCount} more"
|
|
7151
|
+
msgstr ""
|
|
7152
|
+
|
|
6883
7153
|
msgid "Show %s"
|
|
6884
7154
|
msgstr "Afficher %s"
|
|
6885
7155
|
|
|
@@ -7363,9 +7633,6 @@ msgstr "Réussi"
|
|
|
7363
7633
|
msgid "Successfully added %s Host(s)."
|
|
7364
7634
|
msgstr "%s Hôte(s) ajoutés."
|
|
7365
7635
|
|
|
7366
|
-
msgid "Successfully added %{count} content host(s) to host collection %{host_collection}."
|
|
7367
|
-
msgstr "%{count} hôte(s) de contenu a/ont été ajouté(s) à la collection d'hôtes %{host_collection}."
|
|
7368
|
-
|
|
7369
7636
|
msgid "Successfully changed sync plan for %s product(s)"
|
|
7370
7637
|
msgstr "Le plan de sync de %s produit(s) a été modifié avec succès"
|
|
7371
7638
|
|
|
@@ -7378,9 +7645,6 @@ msgstr "Actualisation réussie."
|
|
|
7378
7645
|
msgid "Successfully removed %s Host(s)."
|
|
7379
7646
|
msgstr "%s Hôte(s) supprimés."
|
|
7380
7647
|
|
|
7381
|
-
msgid "Successfully removed %{count} content host(s) from host collection %{host_collection}."
|
|
7382
|
-
msgstr "%{count}hôte(s) de contenu a/ont été supprimé(s) de la collection d'hôtes %{host_collection}."
|
|
7383
|
-
|
|
7384
7648
|
msgid "Successfully synced capsule."
|
|
7385
7649
|
msgstr "La capsule a été synchronisée avec succès."
|
|
7386
7650
|
|
|
@@ -7399,6 +7663,9 @@ msgstr "Fin du support"
|
|
|
7399
7663
|
msgid "Supported Content Types"
|
|
7400
7664
|
msgstr "Types de contenu pris en charge"
|
|
7401
7665
|
|
|
7666
|
+
msgid "Sync"
|
|
7667
|
+
msgstr ""
|
|
7668
|
+
|
|
7402
7669
|
msgid "Sync Canceled"
|
|
7403
7670
|
msgstr "Sync Annulée"
|
|
7404
7671
|
|
|
@@ -7453,6 +7720,9 @@ msgstr "Sync un référentiel"
|
|
|
7453
7720
|
msgid "Sync all repositories for a product"
|
|
7454
7721
|
msgstr "Synchroniser tous les référentiels d'un produit"
|
|
7455
7722
|
|
|
7723
|
+
msgid "Sync capsule"
|
|
7724
|
+
msgstr ""
|
|
7725
|
+
|
|
7456
7726
|
msgid "Sync complete."
|
|
7457
7727
|
msgstr "Sync Terminée."
|
|
7458
7728
|
|
|
@@ -7471,6 +7741,9 @@ msgstr "Synchronisez le contenu du proxy smart directement à partir des référ
|
|
|
7471
7741
|
msgid "Sync state"
|
|
7472
7742
|
msgstr "État de synchronisation"
|
|
7473
7743
|
|
|
7744
|
+
msgid "Syncable export"
|
|
7745
|
+
msgstr ""
|
|
7746
|
+
|
|
7474
7747
|
msgid "Synced"
|
|
7475
7748
|
msgstr "Synchronisé"
|
|
7476
7749
|
|
|
@@ -7480,9 +7753,6 @@ msgstr "Synchronisé "
|
|
|
7480
7753
|
msgid "Synced Content"
|
|
7481
7754
|
msgstr "Contenu synchronisé"
|
|
7482
7755
|
|
|
7483
|
-
msgid "Synced container images content"
|
|
7484
|
-
msgstr ""
|
|
7485
|
-
|
|
7486
7756
|
msgid "Synchronize"
|
|
7487
7757
|
msgstr "Synchroniser"
|
|
7488
7758
|
|
|
@@ -7525,6 +7795,9 @@ msgstr "Mise à jour des attributs system purpose"
|
|
|
7525
7795
|
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."
|
|
7526
7796
|
msgstr "L'objectif du système vous permet de définir l'utilisation prévue du système sur votre réseau et améliore la précision des rapports dans le service Abonnements de la console Red Hat Hybrid Cloud."
|
|
7527
7797
|
|
|
7798
|
+
msgid "Tag"
|
|
7799
|
+
msgstr ""
|
|
7800
|
+
|
|
7528
7801
|
msgid "Tag name"
|
|
7529
7802
|
msgstr "Nom de la balise"
|
|
7530
7803
|
|
|
@@ -7983,6 +8256,9 @@ msgstr "Pour commencer, ajoutez cet hôte à une collection d'hôtes."
|
|
|
7983
8256
|
msgid "To include or exclude specific content from the content view, create a filter. Without filters, the content view includes everything from the added repositories."
|
|
7984
8257
|
msgstr "Pour inclure ou exclure un contenu spécifique de l’affichage de contenu, créez un filtre. Sans filtre, l’affichage de contenu inclut tout ce qui provient des référentiels ajoutés."
|
|
7985
8258
|
|
|
8259
|
+
msgid "To manage host collections, a specific organization must be selected from the organization context."
|
|
8260
|
+
msgstr ""
|
|
8261
|
+
|
|
7986
8262
|
msgid "To manage host content overrides, a specific organization must be selected from the organization context."
|
|
7987
8263
|
msgstr "Pour gérer les remplacements de contenu d'hôte, une organisation spécifique doit être sélectionnée dans le contexte de l'organisation."
|
|
7988
8264
|
|
|
@@ -8301,15 +8577,27 @@ msgstr "Mettre à jour un environnement dans une organisation"
|
|
|
8301
8577
|
msgid "Update content counts for the smart proxy"
|
|
8302
8578
|
msgstr "Mettre à jour le nombre de contenus pour le proxy intelligent"
|
|
8303
8579
|
|
|
8580
|
+
msgid "Update content urls"
|
|
8581
|
+
msgstr ""
|
|
8582
|
+
|
|
8304
8583
|
msgid "Update content view environments for host"
|
|
8305
8584
|
msgstr "Mettre à jour les environnements d'affichage de contenu pour l'hôte"
|
|
8306
8585
|
|
|
8307
8586
|
msgid "Update content view environments for host %s"
|
|
8308
8587
|
msgstr "Mettre à jour les environnements d'affichage de contenu pour l'hôte %s"
|
|
8309
8588
|
|
|
8589
|
+
msgid "Update distributions"
|
|
8590
|
+
msgstr ""
|
|
8591
|
+
|
|
8310
8592
|
msgid "Update hosts manually"
|
|
8311
8593
|
msgstr "Mettre à jour les hôtes manuellement"
|
|
8312
8594
|
|
|
8595
|
+
msgid "Update http proxy"
|
|
8596
|
+
msgstr ""
|
|
8597
|
+
|
|
8598
|
+
msgid "Update http proxy details"
|
|
8599
|
+
msgstr ""
|
|
8600
|
+
|
|
8313
8601
|
msgid "Update installed packages, enabled repos, module inventory"
|
|
8314
8602
|
msgstr "Mise à jour des packages installés, activation des repos, inventaire des modules"
|
|
8315
8603
|
|
|
@@ -8325,12 +8613,21 @@ msgstr "Mise à jour du package via l'interface Katello"
|
|
|
8325
8613
|
msgid "Update packages via Katello interface"
|
|
8326
8614
|
msgstr "Mise à jour du paquet via l'interface Katello"
|
|
8327
8615
|
|
|
8616
|
+
msgid "Update redhat repository"
|
|
8617
|
+
msgstr ""
|
|
8618
|
+
|
|
8328
8619
|
msgid "Update release version for host"
|
|
8329
8620
|
msgstr "Mettre à jour la version de publication pour l'hôte"
|
|
8330
8621
|
|
|
8331
8622
|
msgid "Update release version for host %s"
|
|
8332
8623
|
msgstr "Mettre à jour la version de publication pour l'hôte %s"
|
|
8333
8624
|
|
|
8625
|
+
msgid "Update remote"
|
|
8626
|
+
msgstr ""
|
|
8627
|
+
|
|
8628
|
+
msgid "Update repository"
|
|
8629
|
+
msgstr ""
|
|
8630
|
+
|
|
8334
8631
|
msgid "Update services requiring restart"
|
|
8335
8632
|
msgstr "Mise à jour des services nécessitant un redémarrage"
|
|
8336
8633
|
|
|
@@ -8421,6 +8718,12 @@ msgstr "Télécharger une partie du contenu du fichier"
|
|
|
8421
8718
|
msgid "Upload a subscription manifest"
|
|
8422
8719
|
msgstr "Télécharger un fichier manifeste d'abonnement"
|
|
8423
8720
|
|
|
8721
|
+
msgid "Upload content"
|
|
8722
|
+
msgstr ""
|
|
8723
|
+
|
|
8724
|
+
msgid "Upload file"
|
|
8725
|
+
msgstr ""
|
|
8726
|
+
|
|
8424
8727
|
msgid "Upload into"
|
|
8425
8728
|
msgstr "Téléverser vers"
|
|
8426
8729
|
|
|
@@ -8430,6 +8733,9 @@ msgstr "Télécharger le profil du package/repository"
|
|
|
8430
8733
|
msgid "Upload request id"
|
|
8431
8734
|
msgstr "Télécharger l'id de requête"
|
|
8432
8735
|
|
|
8736
|
+
msgid "Upload tag"
|
|
8737
|
+
msgstr ""
|
|
8738
|
+
|
|
8433
8739
|
msgid "Upstream Candlepin"
|
|
8434
8740
|
msgstr "Chandelle en amont"
|
|
8435
8741
|
|
|
@@ -8545,11 +8851,14 @@ msgid "Value must either be a boolean or 'default' for 'enabled'"
|
|
|
8545
8851
|
msgstr "La valeur doit être soit un booléen, soit la valeur par défaut de \"enabled\""
|
|
8546
8852
|
|
|
8547
8853
|
msgid "Verify Content Checksum"
|
|
8548
|
-
msgstr ""
|
|
8854
|
+
msgstr "Vérifier la somme de contrôle du contenu"
|
|
8549
8855
|
|
|
8550
8856
|
msgid "Verify SSL"
|
|
8551
8857
|
msgstr "Vérifier SSL"
|
|
8552
8858
|
|
|
8859
|
+
msgid "Verify checksum"
|
|
8860
|
+
msgstr ""
|
|
8861
|
+
|
|
8553
8862
|
msgid "Verify checksum for content on smart proxy"
|
|
8554
8863
|
msgstr "Vérifier la somme de contrôle du contenu sur le proxy intelligent"
|
|
8555
8864
|
|
|
@@ -8643,6 +8952,15 @@ msgstr "Voir les détails"
|
|
|
8643
8952
|
msgid "View documentation"
|
|
8644
8953
|
msgstr "Voir la documentation"
|
|
8645
8954
|
|
|
8955
|
+
msgid "View here"
|
|
8956
|
+
msgstr ""
|
|
8957
|
+
|
|
8958
|
+
msgid "View labels and annotations"
|
|
8959
|
+
msgstr ""
|
|
8960
|
+
|
|
8961
|
+
msgid "View labels and annotations for image "
|
|
8962
|
+
msgstr ""
|
|
8963
|
+
|
|
8646
8964
|
msgid "View matching content"
|
|
8647
8965
|
msgstr "Afficher le contenu correspondant"
|
|
8648
8966
|
|
|
@@ -8682,6 +9000,9 @@ msgstr "Lorsque \"Releases/Distribution\" est défini, \"Upstream URL\" doit ég
|
|
|
8682
9000
|
msgid "When \"Upstream URL\" is set, \"Releases/Distributions\" must also be set!"
|
|
8683
9001
|
msgstr "Lorsque \"Upstream URL\" est défini, \"Releases/Distributions\" doit également être défini !"
|
|
8684
9002
|
|
|
9003
|
+
msgid "When enabled, provisioning information like content view environments, kickstart repository, and content source will be retained when a host is unregistered. When disabled, this information will be cleared during unregistration."
|
|
9004
|
+
msgstr ""
|
|
9005
|
+
|
|
8685
9006
|
msgid "When registering a host via subscription-manager, force use the specified fact (in the form of 'fact.fact')"
|
|
8686
9007
|
msgstr "Lors de l'enregistrement d'un hôte via le gestionnaire d'abonnement, il faut forcer l'utilisation du fact spécifié (sous la forme de \"fact.fact\")"
|
|
8687
9008
|
|