foreman_openscap 9.0.3 → 10.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (66) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/foreman_openscap/locale/cs_CZ/foreman_openscap.js +0 -9
  3. data/app/assets/javascripts/foreman_openscap/locale/de/foreman_openscap.js +0 -9
  4. data/app/assets/javascripts/foreman_openscap/locale/en/foreman_openscap.js +0 -9
  5. data/app/assets/javascripts/foreman_openscap/locale/en_GB/foreman_openscap.js +0 -9
  6. data/app/assets/javascripts/foreman_openscap/locale/es/foreman_openscap.js +0 -9
  7. data/app/assets/javascripts/foreman_openscap/locale/fr/foreman_openscap.js +0 -9
  8. data/app/assets/javascripts/foreman_openscap/locale/gl/foreman_openscap.js +0 -9
  9. data/app/assets/javascripts/foreman_openscap/locale/it/foreman_openscap.js +0 -9
  10. data/app/assets/javascripts/foreman_openscap/locale/ja/foreman_openscap.js +0 -9
  11. data/app/assets/javascripts/foreman_openscap/locale/ka/foreman_openscap.js +0 -9
  12. data/app/assets/javascripts/foreman_openscap/locale/ko/foreman_openscap.js +0 -9
  13. data/app/assets/javascripts/foreman_openscap/locale/pt_BR/foreman_openscap.js +0 -9
  14. data/app/assets/javascripts/foreman_openscap/locale/ru/foreman_openscap.js +0 -9
  15. data/app/assets/javascripts/foreman_openscap/locale/sv_SE/foreman_openscap.js +0 -9
  16. data/app/assets/javascripts/foreman_openscap/locale/zh_CN/foreman_openscap.js +0 -9
  17. data/app/assets/javascripts/foreman_openscap/locale/zh_TW/foreman_openscap.js +0 -9
  18. data/app/helpers/foreman_openscap_helper.rb +2 -18
  19. data/db/migrate/20201217161511_add_url_to_oval_content.rb +1 -1
  20. data/lib/foreman_openscap/engine.rb +148 -155
  21. data/lib/foreman_openscap/version.rb +1 -1
  22. data/locale/cs_CZ/foreman_openscap.edit.po +42 -54
  23. data/locale/cs_CZ/foreman_openscap.po +0 -9
  24. data/locale/de/LC_MESSAGES/foreman_openscap.mo +0 -0
  25. data/locale/de/foreman_openscap.edit.po +51 -250
  26. data/locale/de/foreman_openscap.po +0 -9
  27. data/locale/en/foreman_openscap.edit.po +42 -54
  28. data/locale/en/foreman_openscap.po +0 -9
  29. data/locale/en_GB/foreman_openscap.edit.po +42 -66
  30. data/locale/en_GB/foreman_openscap.po +0 -9
  31. data/locale/es/LC_MESSAGES/foreman_openscap.mo +0 -0
  32. data/locale/es/foreman_openscap.edit.po +51 -252
  33. data/locale/es/foreman_openscap.po +0 -9
  34. data/locale/foreman_openscap.pot +47 -57
  35. data/locale/fr/LC_MESSAGES/foreman_openscap.mo +0 -0
  36. data/locale/fr/foreman_openscap.edit.po +51 -258
  37. data/locale/fr/foreman_openscap.po +0 -9
  38. data/locale/gl/foreman_openscap.edit.po +42 -54
  39. data/locale/gl/foreman_openscap.po +0 -9
  40. data/locale/it/foreman_openscap.edit.po +42 -63
  41. data/locale/it/foreman_openscap.po +0 -9
  42. data/locale/ja/LC_MESSAGES/foreman_openscap.mo +0 -0
  43. data/locale/ja/foreman_openscap.edit.po +49 -248
  44. data/locale/ja/foreman_openscap.po +0 -9
  45. data/locale/ka/LC_MESSAGES/foreman_openscap.mo +0 -0
  46. data/locale/ka/foreman_openscap.edit.po +46 -251
  47. data/locale/ka/foreman_openscap.po +0 -9
  48. data/locale/ko/foreman_openscap.edit.po +42 -69
  49. data/locale/ko/foreman_openscap.po +0 -9
  50. data/locale/pt_BR/LC_MESSAGES/foreman_openscap.mo +0 -0
  51. data/locale/pt_BR/foreman_openscap.edit.po +51 -252
  52. data/locale/pt_BR/foreman_openscap.po +0 -9
  53. data/locale/ru/foreman_openscap.edit.po +42 -69
  54. data/locale/ru/foreman_openscap.po +0 -9
  55. data/locale/sv_SE/foreman_openscap.edit.po +42 -54
  56. data/locale/sv_SE/foreman_openscap.po +0 -9
  57. data/locale/zh_CN/LC_MESSAGES/foreman_openscap.mo +0 -0
  58. data/locale/zh_CN/foreman_openscap.edit.po +49 -246
  59. data/locale/zh_CN/foreman_openscap.po +0 -9
  60. data/locale/zh_TW/foreman_openscap.edit.po +42 -69
  61. data/locale/zh_TW/foreman_openscap.po +0 -9
  62. data/test/unit/message_cleaner_test.rb +1 -0
  63. data/webpack/components/OpenscapRemediationWizard/Footer.js +54 -0
  64. data/webpack/components/OpenscapRemediationWizard/constants.js +9 -0
  65. data/webpack/components/OpenscapRemediationWizard/index.js +11 -5
  66. metadata +6 -5
@@ -168,7 +168,7 @@ msgstr "Nom du contenu SCAP"
168
168
  msgid "XML containing SCAP content"
169
169
  msgstr "XML avec contenu SCAP "
170
170
 
171
- #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:42 ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:37
171
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:42 ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:36
172
172
  msgid "Original file name of the XML file"
173
173
  msgstr "Nom de fichier original du fichier XML"
174
174
 
@@ -204,35 +204,35 @@ msgstr "Répertoire à télécharger lors de l'utilisation du type de téléchar
204
204
  msgid "Please specify import type, received: %{received}, expected one of: %{expected}"
205
205
  msgstr "Veuillez spécifier le type d'importation, reçu : %%{received}, attendu : un %%{expected}"
206
206
 
207
- #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:11
207
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:10
208
208
  msgid "List Tailoring files"
209
209
  msgstr "Répertorier les fichiers de personnalisation"
210
210
 
211
- #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:19
211
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:18
212
212
  msgid "Download a Tailoring file as XML"
213
213
  msgstr "Télécharger un fichier de personnalisation au format XML"
214
214
 
215
- #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:28
215
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:27
216
216
  msgid "Show a Tailoring file"
217
217
  msgstr "Afficher un fichier de personnalisation"
218
218
 
219
- #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:35
219
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:34
220
220
  msgid "Tailoring file name"
221
221
  msgstr "Nom du fichier de personnalisation"
222
222
 
223
- #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:36
223
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:35
224
224
  msgid "XML containing tailoring file"
225
225
  msgstr "XML contenant le fichier de personnalisation"
226
226
 
227
- #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:42
227
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:41
228
228
  msgid "Create a Tailoring file"
229
229
  msgstr "Créer un fichier de personnalisation"
230
230
 
231
- #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:50
231
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:49
232
232
  msgid "Update a Tailoring file"
233
233
  msgstr "Mettre à jour un fichier de personnalisation"
234
234
 
235
- #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:58
235
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:57
236
236
  msgid "Deletes a Tailoring file"
237
237
  msgstr "Supprime un fichier de personnalisation"
238
238
 
@@ -443,7 +443,7 @@ msgstr "Dés-attribuer une stratégie de conformité"
443
443
  msgid "Change OpenSCAP Proxy"
444
444
  msgstr "Modifier le proxy OpenSCAP"
445
445
 
446
- #: ../app/helpers/compliance_hosts_helper.rb:37 ../app/models/foreman_openscap/compliance_status.rb:8 ../lib/foreman_openscap/engine.rb:140 ../webpack/components/HostExtentions/HostKebabItems.js:39
446
+ #: ../app/helpers/compliance_hosts_helper.rb:37 ../app/models/foreman_openscap/compliance_status.rb:8 ../lib/foreman_openscap/engine.rb:132 ../webpack/components/HostExtentions/HostKebabItems.js:39
447
447
  msgid "Compliance"
448
448
  msgstr "Conformité"
449
449
 
@@ -491,7 +491,7 @@ msgstr "Ce profil sera utilisé pour remplacer celui du contenu scap"
491
491
  msgid "Submit"
492
492
  msgstr "Envoyer"
493
493
 
494
- #: ../app/helpers/policies_helper.rb:115 ../app/views/arf_reports/_list.html.erb:53 ../webpack/components/ConfirmModal.js:29
494
+ #: ../app/helpers/policies_helper.rb:115 ../app/views/arf_reports/_list.html.erb:53 ../webpack/components/ConfirmModal.js:29 ../webpack/components/OpenscapRemediationWizard/Footer.js:47
495
495
  msgid "Cancel"
496
496
  msgstr "Annuler"
497
497
 
@@ -619,23 +619,23 @@ msgstr "Impossible de générer le guide HTML, le contenu scap est manquant."
619
619
  msgid "Cannot generate HTML guide, no valid OpenSCAP proxy server found."
620
620
  msgstr "Impossible de générer le guide HTML, aucun serveur proxy OpenSCAP valide trouvé."
621
621
 
622
- #: ../app/models/foreman_openscap/policy.rb:227
622
+ #: ../app/models/foreman_openscap/policy.rb:223
623
623
  msgid "must be present when tailoring file profile present"
624
624
  msgstr "doit être présent lorsque le profil du fichier de personnalisation est présent"
625
625
 
626
- #: ../app/models/foreman_openscap/policy.rb:228
626
+ #: ../app/models/foreman_openscap/policy.rb:224
627
627
  msgid "must be present when tailoring file present"
628
628
  msgstr "doit être présent lorsque le fichier de personnalisation est présent"
629
629
 
630
- #: ../app/models/foreman_openscap/policy.rb:233
630
+ #: ../app/models/foreman_openscap/policy.rb:229
631
631
  msgid "does not come from selected tailoring file"
632
632
  msgstr "ne vient pas du fichier de personnalisation sélectionné"
633
633
 
634
- #: ../app/models/foreman_openscap/policy.rb:239
634
+ #: ../app/models/foreman_openscap/policy.rb:235
635
635
  msgid "does not have the selected SCAP content profile"
636
636
  msgstr "ne contient pas le profil de contenu SCAP sélectionné"
637
637
 
638
- #: ../app/models/foreman_openscap/policy.rb:271
638
+ #: ../app/models/foreman_openscap/policy.rb:267
639
639
  msgid "cannot assign to %s, all assigned policies must be deployed in the same way, check 'deploy by' for each assigned policy"
640
640
  msgstr "ne peut pas attribuer de %s, toutes les stratégies attribuées doivent être déployées de la même manière, cochez \"déployer par\" pour chaque stratégie attribuée"
641
641
 
@@ -699,18 +699,6 @@ msgstr "Les %%s suivants étaient manquants pour %{class} : %{key_names}. Assure
699
699
  msgid "Failed to save when overriding parameters for %{config_tool}, cause: %{errors}"
700
700
  msgstr "Echec de la sauvegarde lors de l'écrasement des paramètres pour %{config_tool}, cause : %%{errors}"
701
701
 
702
- #: ../app/services/foreman_openscap/openscap_proxy_version_check.rb:39
703
- msgid "This feature is temporarily disabled. "
704
- msgstr "Cette fonction est temporairement désactivée."
705
-
706
- #: ../app/services/foreman_openscap/openscap_proxy_version_check.rb:40
707
- msgid "The following Smart Proxies need to be updated to unlock the feature: %s. "
708
- msgstr "Les smart proxies suivants doivent être mis à jour pour déverrouiller la fonction : %s "
709
-
710
- #: ../app/services/foreman_openscap/openscap_proxy_version_check.rb:41
711
- msgid "The following proxies could not be reached: %s. Please make sure they are available so Foreman can check their versions."
712
- msgstr "Impossible d'atteindre les proxies suivants : %s. Veillez à ce qu'ils soient disponibles de sorte que Foreman puisse vérifier leur version."
713
-
714
702
  #: ../app/validators/foreman_openscap/data_stream_validator.rb:9
715
703
  msgid "No proxy with OpenSCAP feature was found."
716
704
  msgstr "Aucun proxy avec la fonction OpenSCAP trouvé."
@@ -819,7 +807,7 @@ msgstr "Supprimer"
819
807
  msgid "these Compliance reports"
820
808
  msgstr "ces rapports de conformité"
821
809
 
822
- #: ../app/views/arf_reports/show.html.erb:14
810
+ #: ../app/views/arf_reports/show.html.erb:14 ../webpack/components/OpenscapRemediationWizard/Footer.js:40
823
811
  msgid "Back"
824
812
  msgstr "Précédent"
825
813
 
@@ -874,7 +862,7 @@ msgstr "%s rapports sur la durée"
874
862
  msgid "No report for this policy"
875
863
  msgstr "Aucun rapport pour cette stratégie"
876
864
 
877
- #: ../app/views/dashboard/_compliance_host_reports_widget.html.erb:1 ../lib/foreman_openscap/engine.rb:156
865
+ #: ../app/views/dashboard/_compliance_host_reports_widget.html.erb:1 ../lib/foreman_openscap/engine.rb:148
878
866
  msgid "Latest Compliance Reports"
879
867
  msgstr "Derniers rapports de conformité"
880
868
 
@@ -890,7 +878,7 @@ msgstr "L'hôte n'existe plus"
890
878
  msgid "Policy is missing"
891
879
  msgstr "La stratégie est manquante"
892
880
 
893
- #: ../app/views/dashboard/_compliance_reports_breakdown_widget.html.erb:1 ../lib/foreman_openscap/engine.rb:158
881
+ #: ../app/views/dashboard/_compliance_reports_breakdown_widget.html.erb:1 ../lib/foreman_openscap/engine.rb:150
894
882
  msgid "Compliance Reports Breakdown"
895
883
  msgstr "Détails des rapports de conformité"
896
884
 
@@ -1045,7 +1033,7 @@ msgstr "documentation"
1045
1033
  msgid "Choose day in month"
1046
1034
  msgstr "Choisir un jour du mois"
1047
1035
 
1048
- #: ../app/views/policies/steps/_step_form.html.erb:11
1036
+ #: ../app/views/policies/steps/_step_form.html.erb:11 ../webpack/components/OpenscapRemediationWizard/Footer.js:31
1049
1037
  msgid "Next"
1050
1038
  msgstr "Suivant"
1051
1039
 
@@ -1209,7 +1197,7 @@ msgstr "Fichier de personnalisation DataStream"
1209
1197
  msgid "Delete tailoring file %s?"
1210
1198
  msgstr "Souhaitez-vous supprimer le fichier de personnalisation %s ?"
1211
1199
 
1212
- #: ../app/views/tailoring_files/index.html.erb:1 ../app/views/tailoring_files/welcome.html.erb:1 ../app/views/tailoring_files/welcome.html.erb:6 ../lib/foreman_openscap/engine.rb:150
1200
+ #: ../app/views/tailoring_files/index.html.erb:1 ../app/views/tailoring_files/welcome.html.erb:1 ../app/views/tailoring_files/welcome.html.erb:6 ../lib/foreman_openscap/engine.rb:142
1213
1201
  msgid "Tailoring Files"
1214
1202
  msgstr "Fichiers de personnalisation"
1215
1203
 
@@ -1233,7 +1221,7 @@ msgstr ""
1233
1221
  "Dans Foreman, tailoring_files représente les modifications personnalisées apportées aux profils XCCDF par défaut et elles peuvent s'appliquer aux hôtes\n"
1234
1222
  " via %s"
1235
1223
 
1236
- #: ../app/views/tailoring_files/welcome.html.erb:13
1224
+ #: ../app/views/tailoring_files/welcome.html.erb:12
1237
1225
  msgid "New Tailoring File"
1238
1226
  msgstr "Nouveau fichier de personnalisation"
1239
1227
 
@@ -1277,39 +1265,39 @@ msgstr ""
1277
1265
  msgid "%s content"
1278
1266
  msgstr ""
1279
1267
 
1280
- #: ../lib/foreman_openscap/engine.rb:141
1268
+ #: ../lib/foreman_openscap/engine.rb:133
1281
1269
  msgid "Policies"
1282
1270
  msgstr "Comportements"
1283
1271
 
1284
- #: ../lib/foreman_openscap/engine.rb:144
1272
+ #: ../lib/foreman_openscap/engine.rb:136
1285
1273
  msgid "SCAP contents"
1286
1274
  msgstr "Contenus SCAP"
1287
1275
 
1288
- #: ../lib/foreman_openscap/engine.rb:147
1276
+ #: ../lib/foreman_openscap/engine.rb:139
1289
1277
  msgid "Reports"
1290
1278
  msgstr "Rapports"
1291
1279
 
1292
- #: ../lib/foreman_openscap/engine.rb:172
1280
+ #: ../lib/foreman_openscap/engine.rb:164
1293
1281
  msgid "OpenSCAP Proxy to use for fetching SCAP content and uploading ARF reports. Leave blank and override appropriate parameters when using proxy load balancer."
1294
1282
  msgstr "Proxy OpenSCAP à utiliser pour récupérer le contenu SCAP et télécharger les rapports ARF. Laissez ce champ vide et remplacez les paramètres appropriés lors de l'utilisation de l'équilibreur de charge proxy."
1295
1283
 
1296
- #: ../lib/foreman_openscap/engine.rb:176 ../lib/foreman_openscap/engine.rb:181
1284
+ #: ../lib/foreman_openscap/engine.rb:168 ../lib/foreman_openscap/engine.rb:173
1297
1285
  msgid "OpenSCAP Proxy"
1298
1286
  msgstr "Proxy OpenSCAP"
1299
1287
 
1300
- #: ../lib/foreman_openscap/engine.rb:178 ../lib/foreman_openscap/engine.rb:183
1288
+ #: ../lib/foreman_openscap/engine.rb:170 ../lib/foreman_openscap/engine.rb:175
1301
1289
  msgid "ID of OpenSCAP Proxy"
1302
1290
  msgstr "ID du proxy OpenSCAP"
1303
1291
 
1304
- #: ../lib/foreman_openscap/engine.rb:222 ../lib/foreman_openscap/engine.rb:240
1292
+ #: ../lib/foreman_openscap/engine.rb:215 ../lib/foreman_openscap/engine.rb:233
1305
1293
  msgid "Run OpenSCAP scan"
1306
1294
  msgstr "Exécuter une analyse OpenSCAP"
1307
1295
 
1308
- #: ../lib/foreman_openscap/engine.rb:227 ../lib/foreman_openscap/engine.rb:241
1296
+ #: ../lib/foreman_openscap/engine.rb:220 ../lib/foreman_openscap/engine.rb:234
1309
1297
  msgid "Run OpenSCAP remediation with Ansible"
1310
1298
  msgstr ""
1311
1299
 
1312
- #: ../lib/foreman_openscap/engine.rb:232 ../lib/foreman_openscap/engine.rb:242
1300
+ #: ../lib/foreman_openscap/engine.rb:225 ../lib/foreman_openscap/engine.rb:235
1313
1301
  msgid "Run OpenSCAP remediation with Shell"
1314
1302
  msgstr ""
1315
1303
 
@@ -1325,31 +1313,31 @@ msgstr ""
1325
1313
  msgid "There's no available report for this host"
1326
1314
  msgstr ""
1327
1315
 
1328
- #: ../webpack/components/OpenscapRemediationWizard/ViewSelectedHostsLink.js:28
1329
- msgid "View selected hosts"
1316
+ #: ../webpack/components/OpenscapRemediationWizard/Footer.js:30 ../webpack/components/OpenscapRemediationWizard/index.js:94
1317
+ msgid "Run"
1330
1318
  msgstr ""
1331
1319
 
1332
- #: ../webpack/components/OpenscapRemediationWizard/index.js:69 ../webpack/components/OpenscapRemediationWizard/steps/ReviewHosts.js:193
1333
- msgid "Review hosts"
1320
+ #: ../webpack/components/OpenscapRemediationWizard/ViewSelectedHostsLink.js:28
1321
+ msgid "View selected hosts"
1334
1322
  msgstr ""
1335
1323
 
1336
- #: ../webpack/components/OpenscapRemediationWizard/index.js:77 ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:123
1324
+ #: ../webpack/components/OpenscapRemediationWizard/constants.js:19 ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:123
1337
1325
  msgid "Select snippet"
1338
1326
  msgstr ""
1339
1327
 
1340
- #: ../webpack/components/OpenscapRemediationWizard/index.js:85 ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:97
1341
- msgid "Review remediation"
1328
+ #: ../webpack/components/OpenscapRemediationWizard/constants.js:20 ../webpack/components/OpenscapRemediationWizard/steps/ReviewHosts.js:193
1329
+ msgid "Review hosts"
1342
1330
  msgstr ""
1343
1331
 
1344
- #: ../webpack/components/OpenscapRemediationWizard/index.js:89
1345
- msgid "Run"
1332
+ #: ../webpack/components/OpenscapRemediationWizard/constants.js:21 ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:97
1333
+ msgid "Review remediation"
1346
1334
  msgstr ""
1347
1335
 
1348
- #: ../webpack/components/OpenscapRemediationWizard/index.js:93
1336
+ #: ../webpack/components/OpenscapRemediationWizard/constants.js:22
1349
1337
  msgid "Done"
1350
1338
  msgstr ""
1351
1339
 
1352
- #: ../webpack/components/OpenscapRemediationWizard/index.js:127
1340
+ #: ../webpack/components/OpenscapRemediationWizard/index.js:132
1353
1341
  msgid "Remediate %s rule"
1354
1342
  msgstr ""
1355
1343
 
@@ -1465,212 +1453,17 @@ msgstr ""
1465
1453
  msgid "Request the following permissions from administrator: %s."
1466
1454
  msgstr ""
1467
1455
 
1468
- #~ msgid "%s vulnerabilities found"
1469
- #~ msgstr "%s vulnérabilités trouvées"
1470
-
1471
- #~ msgid "%s vulnerabilities with available patch found"
1472
- #~ msgstr "%s vulnérabilités avec correctif disponible trouvées"
1473
-
1474
- #~ msgid "Action with sub plans"
1475
- #~ msgstr "Action avec sous-plans"
1476
-
1477
- #~ msgid "Are required variables for theforeman.foreman_scap_client present?"
1478
- #~ msgstr ""
1479
- #~ "Les variables requises pour theforeman.foreman_scap_client sont-elles présente"
1480
- #~ "s ?"
1481
-
1482
- #~ msgid "Array of host IDs"
1483
- #~ msgstr "Ensemble d'ids d'hôtes"
1484
-
1485
- #~ msgid "Array of hostgroup IDs"
1486
- #~ msgstr "Tableau d'identifiants de groupes d'hôtes"
1487
-
1488
- #~ msgid "Assign hostgroups to an OVAL Policy"
1489
- #~ msgstr "Assigner des groupes d'hôtes à une stratégie OVAL"
1490
-
1491
- #~ msgid "Assign hosts to an OVAL Policy"
1492
- #~ msgstr "Assigner des hôtes à une stratégie OVAL"
1493
-
1494
- #~ msgid "Assign openscap_proxy to %s before proceeding."
1495
- #~ msgstr "Assignez openscap_proxy à %s avant de procéder."
1496
-
1497
- #~ msgid "Could not update Ansible Variables with override: true"
1498
- #~ msgstr "Impossible de mettre à jour les variables Ansible en remplaçant par : true"
1499
-
1500
- #~ msgid "Create OVAL content"
1501
- #~ msgstr "Créer du contenu OVAL"
1502
-
1503
- #~ msgid "Create an OVAL Policy"
1504
- #~ msgstr "Créer une stratégie OVAL"
1505
-
1506
- #~ msgid "Delete an OVAL Policy"
1507
- #~ msgstr "Supprimer une stratégie OVAL"
1508
-
1509
- #~ msgid "Deletes an OVAL content"
1510
- #~ msgstr "Supprime un contenu OVAL"
1511
-
1512
- #~ msgid "Has Errata?"
1513
- #~ msgstr "Il y a des errata ?"
1514
-
1515
- #~ msgid "Hosts Count"
1516
- #~ msgstr "Nombre d'hôtes"
1517
-
1518
- #~ msgid "Import Puppet classes"
1519
- #~ msgstr "Importer des classes Puppet"
1520
-
1521
- #~ msgid "Import facts"
1522
- #~ msgstr "Importer des faits"
1523
-
1524
- #~ msgid "Is %s param set to be overriden?"
1525
- #~ msgstr "Le paramètre {missing_vars} est-il réglé pour être remplacé ?"
1526
-
1527
- #~ msgid "Is foreman_ansible present?"
1528
- #~ msgstr "Est-ce que foreman_ansible est présent ?"
1529
-
1530
- #~ msgid "Is theforeman.foreman_scap_client present?"
1531
- #~ msgstr "Est-ce que theforeman.foreman_scap_client est présent ?"
1532
-
1533
- #~ msgid "List OVAL Policies"
1534
- #~ msgstr "Liste des stratégies OVAL"
1535
-
1536
- #~ msgid "List OVAL contents"
1537
- #~ msgstr "Liste des contenus OVAL"
1538
-
1539
- #~ msgid "No CVEs found."
1540
- #~ msgstr "Aucun CVE n'a été trouvé."
1541
-
1542
- #~ msgid "No OVAL Contents found."
1543
- #~ msgstr "Aucun contenu OVAL trouvé."
1544
-
1545
- #~ msgid "No OVAL Policies found"
1546
- #~ msgstr "Aucune stratégie OVAL trouvée"
1547
-
1548
- #~ msgid "No OVAL Policy found"
1549
- #~ msgstr "Aucune politique OVAL trouvée"
1550
-
1551
- #~ msgid "No Vulnerabilities found"
1552
- #~ msgstr "Aucune vulnérabilité trouvée"
1553
-
1554
- #~ msgid "OVAL Content"
1555
- #~ msgstr "Contenu OVAL"
1556
-
1557
- #~ msgid "OVAL Contents"
1558
- #~ msgstr "Contenus OVAL"
1559
-
1560
- #~ msgid "OVAL Contents table"
1561
- #~ msgstr "OVAL Table des matières"
1562
-
1563
- #~ msgid "OVAL Policies"
1564
- #~ msgstr "Stratégies OVAL"
1565
-
1566
- #~ msgid "OVAL Policies Table"
1567
- #~ msgstr "Liste des stratégies OVAL"
1568
-
1569
- #~ msgid "OVAL Policy description"
1570
- #~ msgstr "Description de la stratégie OVAL"
1571
-
1572
- #~ msgid "OVAL Policy name"
1573
- #~ msgstr "Nom de la stratégie OVAL"
1574
-
1575
- #~ msgid "OVAL Policy schedule cron line (only if period == \"custom\")"
1456
+ #~ msgid "The following Smart Proxies need to be updated to unlock the feature: %s. "
1576
1457
  #~ msgstr ""
1577
- #~ "Ligne cron de programmation de la stratégie OVAL (uniquement si période = pers"
1578
- #~ "onnalisée)"
1579
-
1580
- #~ msgid "OVAL Policy schedule day of month (only if period == \"monthly\")"
1581
- #~ msgstr ""
1582
- #~ "Jour de programmation mensuelle de la stratégie OVAL (uniquement si période = "
1583
- #~ "mensuelle)"
1584
-
1585
- #~ msgid "OVAL Policy schedule period (weekly, monthly, custom)"
1586
- #~ msgstr ""
1587
- #~ "Période de programmation de la stratégie OVAL (hebdomadaire, mensuelle, person"
1588
- #~ "nalisée)"
1589
-
1590
- #~ msgid "OVAL Policy schedule weekday (only if period == \"weekly\")"
1591
- #~ msgstr ""
1592
- #~ "Programmation hebdomadaire de la stratégie OVAL (uniquement si période = hebdo"
1593
- #~ "madaire)"
1594
-
1595
- #~ msgid "OVAL content name"
1596
- #~ msgstr "Nom du contenu OVAL"
1597
-
1598
- #~ msgid "OVAL policy successfully configured with %s."
1599
- #~ msgstr "Stratégie OVAL configurée avec succès avec %s."
1600
-
1601
- #~ msgid "OVAL scan"
1602
- #~ msgstr "Scanner OVAL"
1603
-
1604
- #~ msgid "Original file name of the OVAL content file"
1605
- #~ msgstr "Nom de fichier original du fichier OVAL"
1606
-
1607
- #~ msgid "Policy OVAL content ID"
1608
- #~ msgstr "ID du contenu de la stratégie OVAL"
1609
-
1610
- #~ msgid "Ref Id"
1611
- #~ msgstr "Réf Id"
1612
-
1613
- #~ msgid "Remote action:"
1614
- #~ msgstr "Action distante :"
1615
-
1616
- #~ msgid "Run OVAL scan"
1617
- #~ msgstr "Exécuter le scan OVAL"
1618
-
1619
- #~ msgid "Scan All Hostgroups"
1620
- #~ msgstr "Analyser tous les groupes d'hôtes"
1621
-
1622
- #~ msgid "Show an OVAL Policy"
1623
- #~ msgstr "Afficher une stratégie OVAL"
1624
-
1625
- #~ msgid "Show an OVAL content"
1626
- #~ msgstr "Montrer un contenu OVAL"
1627
-
1628
- #~ msgid "Sync contents that have remote source URL"
1629
- #~ msgstr "Synchroniser les contenus qui ont une URL source distante"
1630
-
1631
- #~ msgid "Table of CVEs for OVAL policy"
1632
- #~ msgstr "Tableau des CVEs pour la stratégie OVAL"
1633
-
1634
- #~ msgid ""
1635
- #~ "The following Ansible Variables were not found: %{missing_vars}, please import"
1636
- #~ " them before running this action again."
1637
- #~ msgstr ""
1638
- #~ "Les variables Ansible suivantes n'ont pas été trouvées : %{missing_vars}, veui"
1639
- #~ "llez les importer avant d'exécuter à nouveau cette action."
1640
-
1641
- #~ msgid "URL of the OVAL content file"
1642
- #~ msgstr "URL du fichier de contenu OVAL"
1643
-
1644
- #~ msgid "Unknown OVAL status"
1645
- #~ msgstr "Statut OVAL inconnu"
1646
-
1647
- #~ msgid "Update an OVAL Policy"
1648
- #~ msgstr "Mise à jour d'une stratégie OVAL"
1649
-
1650
- #~ msgid "Update an OVAL content"
1651
- #~ msgstr "Mise à jour d'un contenu OVAL"
1652
-
1653
- #~ msgid "Upload an OVAL report - a list of CVEs for given host"
1654
- #~ msgstr "Télécharger un rapport OVAL - une liste de CVEs pour un hôte donné"
1655
-
1656
- #~ msgid "Was %s configured successfully?"
1657
- #~ msgstr "%s a-t-il été configuré avec succès ?"
1658
-
1659
- #~ msgid "Was %{model_name} %{name} configured successfully?"
1660
- #~ msgstr "Le %{model_name} %%{name} a-t-il été configuré avec succès ?"
1661
-
1662
- #~ msgid "XML containing OVAL content"
1663
- #~ msgstr "XML avec contenu OVAL"
1458
+ #~ "Les smart proxies suivants doivent être mis à jour pour déverrouiller la fonct"
1459
+ #~ "ion : %s "
1664
1460
 
1665
1461
  #~ msgid ""
1666
- #~ "foreman_ansible plugin not found, please install it before running this action"
1667
- #~ " again."
1462
+ #~ "The following proxies could not be reached: %s. Please make sure they are avai"
1463
+ #~ "lable so Foreman can check their versions."
1668
1464
  #~ msgstr ""
1669
- #~ "le plugin foreman_ansible n'a pas été trouvé, veuillez l'installer avant d'exé"
1670
- #~ "cuter à nouveau cette action."
1671
-
1672
- #~ msgid "hostgroups"
1673
- #~ msgstr "Groupes d'hôtes"
1465
+ #~ "Impossible d'atteindre les proxies suivants : %s. Veillez à ce qu'ils soient d"
1466
+ #~ "isponibles de sorte que Foreman puisse vérifier leur version."
1674
1467
 
1675
- #~ msgid "hosts"
1676
- #~ msgstr "hôtes"
1468
+ #~ msgid "This feature is temporarily disabled. "
1469
+ #~ msgstr "Cette fonction est temporairement désactivée."
@@ -923,12 +923,6 @@ msgstr ""
923
923
  msgid "The following %{key_name} were missing for %{item_name}: %{key_names}. Make sure they are imported before proceeding."
924
924
  msgstr "Les %%s suivants étaient manquants pour %{class} : %{key_names}. Assurez-vous qu'ils aient bien été importés avant de poursuivre."
925
925
 
926
- msgid "The following Smart Proxies need to be updated to unlock the feature: %s. "
927
- msgstr "Les smart proxies suivants doivent être mis à jour pour déverrouiller la fonction : %s "
928
-
929
- msgid "The following proxies could not be reached: %s. Please make sure they are available so Foreman can check their versions."
930
- msgstr "Impossible d'atteindre les proxies suivants : %s. Veillez à ce qu'ils soient disponibles de sorte que Foreman puisse vérifier leur version."
931
-
932
926
  msgid "The identifier of the host"
933
927
  msgstr "Identifiant de l’hôte"
934
928
 
@@ -947,9 +941,6 @@ msgstr ""
947
941
  msgid "There's no available report for this host"
948
942
  msgstr ""
949
943
 
950
- msgid "This feature is temporarily disabled. "
951
- msgstr "Cette fonction est temporairement désactivée."
952
-
953
944
  msgid "This leaves the setup of the foreman_scap_client solely on the user. The policy still needs to be defined in order to link incoming ARF reports."
954
945
  msgstr ""
955
946