foreman_openscap 6.0.0 → 7.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/javascripts/foreman_openscap/locale/cs_CZ/foreman_openscap.js +1302 -0
- data/app/assets/javascripts/foreman_openscap/locale/de/foreman_openscap.js +1302 -0
- data/app/assets/javascripts/foreman_openscap/locale/en/foreman_openscap.js +1302 -0
- data/app/assets/javascripts/foreman_openscap/locale/en_GB/foreman_openscap.js +1302 -0
- data/app/assets/javascripts/foreman_openscap/locale/es/foreman_openscap.js +1304 -0
- data/app/assets/javascripts/foreman_openscap/locale/fr/foreman_openscap.js +1304 -0
- data/app/assets/javascripts/foreman_openscap/locale/gl/foreman_openscap.js +1302 -0
- data/app/assets/javascripts/foreman_openscap/locale/it/foreman_openscap.js +1302 -0
- data/app/assets/javascripts/foreman_openscap/locale/ja/foreman_openscap.js +1300 -0
- data/app/assets/javascripts/foreman_openscap/locale/ko/foreman_openscap.js +1302 -0
- data/app/assets/javascripts/foreman_openscap/locale/pt_BR/foreman_openscap.js +1304 -0
- data/app/assets/javascripts/foreman_openscap/locale/ru/foreman_openscap.js +1302 -0
- data/app/assets/javascripts/foreman_openscap/locale/sv_SE/foreman_openscap.js +1302 -0
- data/app/assets/javascripts/foreman_openscap/locale/zh_CN/foreman_openscap.js +1300 -0
- data/app/assets/javascripts/foreman_openscap/locale/zh_TW/foreman_openscap.js +1302 -0
- data/app/controllers/concerns/foreman_openscap/hosts_and_hostgroups_controller_extensions.rb +1 -1
- data/app/helpers/compliance_hosts_helper.rb +2 -0
- data/app/services/foreman_openscap/client_config/ansible.rb +4 -1
- data/app/services/foreman_openscap/client_config/manual.rb +1 -1
- data/app/services/foreman_openscap/client_config/puppet.rb +4 -1
- data/app/services/foreman_openscap/oval/sync_oval_contents.rb +2 -2
- data/app/views/arf_reports/_list.html.erb +1 -1
- data/app/views/policies/_list.html.erb +3 -3
- data/app/views/scap_contents/_list.html.erb +3 -3
- data/app/views/tailoring_files/_list.html.erb +3 -3
- data/lib/foreman_openscap/bulk_upload.rb +7 -7
- data/lib/foreman_openscap/engine.rb +2 -7
- data/lib/foreman_openscap/version.rb +1 -1
- data/locale/Makefile +6 -3
- data/locale/cs_CZ/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/cs_CZ/foreman_openscap.edit.po +1735 -0
- data/locale/cs_CZ/foreman_openscap.po +1309 -0
- data/locale/cs_CZ/foreman_openscap.po.time_stamp +0 -0
- data/locale/de/foreman_openscap.edit.po +1745 -0
- data/locale/de/foreman_openscap.po +195 -0
- data/locale/de/foreman_openscap.po.time_stamp +0 -0
- data/locale/en/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/en/foreman_openscap.edit.po +1735 -0
- data/locale/en/foreman_openscap.po +1309 -0
- data/locale/en/foreman_openscap.po.time_stamp +0 -0
- data/locale/en_GB/foreman_openscap.edit.po +1735 -0
- data/locale/en_GB/foreman_openscap.po +195 -0
- data/locale/en_GB/foreman_openscap.po.time_stamp +0 -0
- data/locale/es/foreman_openscap.edit.po +1740 -0
- data/locale/es/foreman_openscap.po +195 -0
- data/locale/es/foreman_openscap.po.time_stamp +0 -0
- data/locale/foreman_openscap.pot +361 -49
- data/locale/fr/foreman_openscap.edit.po +1746 -0
- data/locale/fr/foreman_openscap.po +195 -0
- data/locale/fr/foreman_openscap.po.time_stamp +0 -0
- data/locale/gl/foreman_openscap.edit.po +1735 -0
- data/locale/gl/foreman_openscap.po +195 -0
- data/locale/gl/foreman_openscap.po.time_stamp +0 -0
- data/locale/it/foreman_openscap.edit.po +1737 -0
- data/locale/it/foreman_openscap.po +195 -0
- data/locale/it/foreman_openscap.po.time_stamp +0 -0
- data/locale/ja/foreman_openscap.edit.po +1741 -0
- data/locale/ja/foreman_openscap.po +195 -0
- data/locale/ja/foreman_openscap.po.time_stamp +0 -0
- data/locale/ko/foreman_openscap.edit.po +1735 -0
- data/locale/ko/foreman_openscap.po +195 -0
- data/locale/ko/foreman_openscap.po.time_stamp +0 -0
- data/locale/pt_BR/foreman_openscap.edit.po +1745 -0
- data/locale/pt_BR/foreman_openscap.po +195 -0
- data/locale/pt_BR/foreman_openscap.po.time_stamp +0 -0
- data/locale/ru/foreman_openscap.edit.po +1739 -0
- data/locale/ru/foreman_openscap.po +195 -0
- data/locale/ru/foreman_openscap.po.time_stamp +0 -0
- data/locale/sv_SE/foreman_openscap.edit.po +1735 -0
- data/locale/sv_SE/foreman_openscap.po +195 -0
- data/locale/sv_SE/foreman_openscap.po.time_stamp +0 -0
- data/locale/zh_CN/foreman_openscap.edit.po +1740 -0
- data/locale/zh_CN/foreman_openscap.po +195 -0
- data/locale/zh_CN/foreman_openscap.po.time_stamp +0 -0
- data/locale/zh_TW/foreman_openscap.edit.po +1736 -0
- data/locale/zh_TW/foreman_openscap.po +195 -0
- data/locale/zh_TW/foreman_openscap.po.time_stamp +0 -0
- data/webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js +2 -2
- data/webpack/routes/OvalPolicies/OvalPoliciesNew/HostgroupSelect.js +1 -1
- data/webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyFormHelpers.js +3 -3
- data/webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShowHelper.js +4 -4
- metadata +52 -3
@@ -35,6 +35,15 @@ msgstr[0] "Rapport de conformité %s par stratégie"
|
|
35
35
|
msgstr[1] "Rapports de conformité %s par stratégie"
|
36
36
|
msgstr[2] "Rapports de conformité %s par stratégie"
|
37
37
|
|
38
|
+
msgid "%s content"
|
39
|
+
msgstr ""
|
40
|
+
|
41
|
+
msgid "%s does not exist, skipping."
|
42
|
+
msgstr ""
|
43
|
+
|
44
|
+
msgid "%s is a directory, expecting file."
|
45
|
+
msgstr ""
|
46
|
+
|
38
47
|
msgid "%s latest report"
|
39
48
|
msgstr "%s derniers rapports"
|
40
49
|
|
@@ -83,6 +92,9 @@ msgstr "Appliquer la politique aux hôtes"
|
|
83
92
|
msgid "Are required variables for theforeman.foreman_scap_client present?"
|
84
93
|
msgstr "Les variables requises pour theforeman.foreman_scap_client sont-elles présentes ?"
|
85
94
|
|
95
|
+
msgid "Are you sure you want to delete %s?"
|
96
|
+
msgstr ""
|
97
|
+
|
86
98
|
msgid "Array of host IDs"
|
87
99
|
msgstr "Ensemble d'ids d'hôtes"
|
88
100
|
|
@@ -104,6 +116,12 @@ msgstr "Assignez openscap_proxy à %s avant de procéder."
|
|
104
116
|
msgid "Back"
|
105
117
|
msgstr "Précédent"
|
106
118
|
|
119
|
+
msgid "CVEs"
|
120
|
+
msgstr ""
|
121
|
+
|
122
|
+
msgid "Can't find scap-security-guide RPM, are you sure it is installed on your server?"
|
123
|
+
msgstr ""
|
124
|
+
|
107
125
|
msgid "Cancel"
|
108
126
|
msgstr "Annuler"
|
109
127
|
|
@@ -125,6 +143,9 @@ msgstr "Le fichier modifié n'inclut pas les profils de contenu SCAP existants"
|
|
125
143
|
msgid "Changed?"
|
126
144
|
msgstr "Modifié ?"
|
127
145
|
|
146
|
+
msgid "Choose OVAL Content"
|
147
|
+
msgstr ""
|
148
|
+
|
128
149
|
msgid "Choose Tailoring File"
|
129
150
|
msgstr "Choisir un fichier de personnalisation"
|
130
151
|
|
@@ -167,6 +188,12 @@ msgstr "Hôtes conformes"
|
|
167
188
|
msgid "Compliant with the policy"
|
168
189
|
msgstr "Conforme à la stratégie"
|
169
190
|
|
191
|
+
msgid "Confirm"
|
192
|
+
msgstr ""
|
193
|
+
|
194
|
+
msgid "Content"
|
195
|
+
msgstr ""
|
196
|
+
|
170
197
|
msgid "Could not find host identified by: %s"
|
171
198
|
msgstr "Impossible de trouver l'hôte identifié par : %s"
|
172
199
|
|
@@ -179,6 +206,12 @@ msgstr "Impossible de valider %s. Veuillez vérifier que vous disposez de la bon
|
|
179
206
|
msgid "Could not validate %{file_type}. Error %{error}"
|
180
207
|
msgstr "Impossible de valider %{file_type}. Erreur %%{error}"
|
181
208
|
|
209
|
+
msgid "Create OVAL Content"
|
210
|
+
msgstr ""
|
211
|
+
|
212
|
+
msgid "Create OVAL Policy"
|
213
|
+
msgstr ""
|
214
|
+
|
182
215
|
msgid "Create OVAL content"
|
183
216
|
msgstr "Créer du contenu OVAL"
|
184
217
|
|
@@ -194,6 +227,12 @@ msgstr "Créer un fichier de personnalisation"
|
|
194
227
|
msgid "Create an OVAL Policy"
|
195
228
|
msgstr "Créer une stratégie OVAL"
|
196
229
|
|
230
|
+
msgid "Created at"
|
231
|
+
msgstr ""
|
232
|
+
|
233
|
+
msgid "Custom cron: %s"
|
234
|
+
msgstr ""
|
235
|
+
|
197
236
|
msgid "Dashboard"
|
198
237
|
msgstr "Tableau de bord"
|
199
238
|
|
@@ -209,6 +248,12 @@ msgstr "Profil XCCDF par défaut"
|
|
209
248
|
msgid "Delete"
|
210
249
|
msgstr "Supprimer"
|
211
250
|
|
251
|
+
msgid "Delete OVAL Content"
|
252
|
+
msgstr ""
|
253
|
+
|
254
|
+
msgid "Delete OVAL Policy"
|
255
|
+
msgstr ""
|
256
|
+
|
212
257
|
msgid "Delete a Policy"
|
213
258
|
msgstr "Supprimer une Stratégie"
|
214
259
|
|
@@ -251,6 +296,9 @@ msgstr "Options de déploiement"
|
|
251
296
|
msgid "Description"
|
252
297
|
msgstr "Description"
|
253
298
|
|
299
|
+
msgid "Details"
|
300
|
+
msgstr ""
|
301
|
+
|
254
302
|
msgid "Details for Compliance Policy %s"
|
255
303
|
msgstr "Détails de la stratégie de conformité {missing_vars}"
|
256
304
|
|
@@ -290,6 +338,12 @@ msgstr "Profil effectif"
|
|
290
338
|
msgid "Error!"
|
291
339
|
msgstr "Erreur"
|
292
340
|
|
341
|
+
msgid "Every puppet run ensures the foreman_scap_client is configured according to the policy."
|
342
|
+
msgstr ""
|
343
|
+
|
344
|
+
msgid "Expected an array of files to upload, got: %s."
|
345
|
+
msgstr ""
|
346
|
+
|
293
347
|
msgid "Failed"
|
294
348
|
msgstr "Échec"
|
295
349
|
|
@@ -299,6 +353,12 @@ msgstr "Échec ou Autre"
|
|
299
353
|
msgid "Failed only"
|
300
354
|
msgstr "Échec uniquement"
|
301
355
|
|
356
|
+
msgid "Failed saving %s:"
|
357
|
+
msgstr ""
|
358
|
+
|
359
|
+
msgid "Failed to create OVAL Policy: %s"
|
360
|
+
msgstr ""
|
361
|
+
|
302
362
|
msgid "Failed to delete %s compliance reports"
|
303
363
|
msgstr "Impossible de supprimer les rapports de conformité %s"
|
304
364
|
|
@@ -311,6 +371,9 @@ msgstr "N'a pas pu télécharger le rapport ARF sous format bzip : %s"
|
|
311
371
|
msgid "Failed to downloaded ARF report in HTML: %s"
|
312
372
|
msgstr "Échec du téléchargement du rapport ARF dans HTML : %s"
|
313
373
|
|
374
|
+
msgid "Failed to fetch content file from %s"
|
375
|
+
msgstr ""
|
376
|
+
|
314
377
|
msgid "Failed to fetch spool status from proxy"
|
315
378
|
msgstr "Impossible d'extraire le statut du spool du proxy"
|
316
379
|
|
@@ -324,9 +387,15 @@ msgstr "Échec de chargement du rapport ARF, l'URL ou le nom de proxy OpenSCAP n
|
|
324
387
|
msgid "Failed|F"
|
325
388
|
msgstr "Echec|E"
|
326
389
|
|
390
|
+
msgid "File"
|
391
|
+
msgstr ""
|
392
|
+
|
327
393
|
msgid "File Upload"
|
328
394
|
msgstr "Téléchargement du ficher"
|
329
395
|
|
396
|
+
msgid "File name"
|
397
|
+
msgstr ""
|
398
|
+
|
330
399
|
msgid "File paths to upload when using \"files\" upload type"
|
331
400
|
msgstr "Chemins d'accès aux fichiers à télécharger lors de l'utilisation du type de téléchargement \"files\""
|
332
401
|
|
@@ -479,6 +548,9 @@ msgstr "Emplacements"
|
|
479
548
|
msgid "Message"
|
480
549
|
msgstr "Message"
|
481
550
|
|
551
|
+
msgid "Monthly, day of month: %s"
|
552
|
+
msgstr ""
|
553
|
+
|
482
554
|
msgid "More details"
|
483
555
|
msgstr "Plus de détails"
|
484
556
|
|
@@ -491,6 +563,9 @@ msgstr "Jamais audité"
|
|
491
563
|
msgid "New Compliance Policy"
|
492
564
|
msgstr "Nouvelle stratégie de conformité"
|
493
565
|
|
566
|
+
msgid "New OVAL Content"
|
567
|
+
msgstr ""
|
568
|
+
|
494
569
|
msgid "New Policy"
|
495
570
|
msgstr "Nouvelle stratégie"
|
496
571
|
|
@@ -512,6 +587,12 @@ msgstr "Aucun rapport ARF pour cette stratégie"
|
|
512
587
|
msgid "No CVEs found."
|
513
588
|
msgstr "Aucun CVE n'a été trouvé."
|
514
589
|
|
590
|
+
msgid "No Hostgroups found."
|
591
|
+
msgstr ""
|
592
|
+
|
593
|
+
msgid "No OVAL Content found"
|
594
|
+
msgstr ""
|
595
|
+
|
515
596
|
msgid "No OVAL Contents found."
|
516
597
|
msgstr "Aucun contenu OVAL trouvé."
|
517
598
|
|
@@ -569,6 +650,9 @@ msgstr "Aucun rapport pour cette stratégie"
|
|
569
650
|
msgid "No reports available"
|
570
651
|
msgstr "Aucuns rapports disponibles"
|
571
652
|
|
653
|
+
msgid "No such directory: %s. Please check the path you have provided."
|
654
|
+
msgstr ""
|
655
|
+
|
572
656
|
msgid "No valid policy ID provided"
|
573
657
|
msgstr "Aucun ID de stratégie fourni"
|
574
658
|
|
@@ -578,6 +662,9 @@ msgstr "Aucun(e)"
|
|
578
662
|
msgid "None found"
|
579
663
|
msgstr "Rien trouvé"
|
580
664
|
|
665
|
+
msgid "None provided"
|
666
|
+
msgstr ""
|
667
|
+
|
581
668
|
msgid "None!"
|
582
669
|
msgstr "Aucun"
|
583
670
|
|
@@ -599,6 +686,24 @@ msgstr "Nombre de jours dans un mois, notez que chaque mois n'a pas le même nom
|
|
599
686
|
msgid "OVAL Content"
|
600
687
|
msgstr "Contenu OVAL"
|
601
688
|
|
689
|
+
msgid "OVAL Content %s successfully created"
|
690
|
+
msgstr ""
|
691
|
+
|
692
|
+
msgid "OVAL Content Source"
|
693
|
+
msgstr ""
|
694
|
+
|
695
|
+
msgid "OVAL Content from URL"
|
696
|
+
msgstr ""
|
697
|
+
|
698
|
+
msgid "OVAL Content from file"
|
699
|
+
msgstr ""
|
700
|
+
|
701
|
+
msgid "OVAL Content is required to create OVAL Policy. Please create one before proceeding."
|
702
|
+
msgstr ""
|
703
|
+
|
704
|
+
msgid "OVAL Content successfully deleted."
|
705
|
+
msgstr ""
|
706
|
+
|
602
707
|
msgid "OVAL Contents"
|
603
708
|
msgstr "Contenus OVAL"
|
604
709
|
|
@@ -629,12 +734,24 @@ msgstr "Période de programmation de la stratégie OVAL (hebdomadaire, mensuelle
|
|
629
734
|
msgid "OVAL Policy schedule weekday (only if period == \"weekly\")"
|
630
735
|
msgstr "Programmation hebdomadaire de la stratégie OVAL (uniquement si période = hebdomadaire)"
|
631
736
|
|
737
|
+
msgid "OVAL Policy succesfully created."
|
738
|
+
msgstr ""
|
739
|
+
|
632
740
|
msgid "OVAL content name"
|
633
741
|
msgstr "Nom du contenu OVAL"
|
634
742
|
|
743
|
+
msgid "OVAL policy"
|
744
|
+
msgstr ""
|
745
|
+
|
635
746
|
msgid "OVAL policy successfully configured with %s."
|
636
747
|
msgstr "Stratégie OVAL configurée avec succès avec %s."
|
637
748
|
|
749
|
+
msgid "OVAL policy was successfully deleted."
|
750
|
+
msgstr ""
|
751
|
+
|
752
|
+
msgid "OVAL policy was successfully updated."
|
753
|
+
msgstr ""
|
754
|
+
|
638
755
|
msgid "OVAL scan"
|
639
756
|
msgstr "Scanner OVAL"
|
640
757
|
|
@@ -653,6 +770,9 @@ msgstr "Proxy Openscap"
|
|
653
770
|
msgid "Organizations"
|
654
771
|
msgstr "Organisations"
|
655
772
|
|
773
|
+
msgid "Original File Name"
|
774
|
+
msgstr ""
|
775
|
+
|
656
776
|
msgid "Original file name of the OVAL content file"
|
657
777
|
msgstr "Nom de fichier original du fichier OVAL"
|
658
778
|
|
@@ -676,6 +796,12 @@ msgstr "Succès"
|
|
676
796
|
msgid "Passed|P"
|
677
797
|
msgstr "Succés|S"
|
678
798
|
|
799
|
+
msgid "Period"
|
800
|
+
msgstr ""
|
801
|
+
|
802
|
+
msgid "Permission denied"
|
803
|
+
msgstr ""
|
804
|
+
|
679
805
|
msgid "Please Confirm"
|
680
806
|
msgstr "Merci de confirmer"
|
681
807
|
|
@@ -736,6 +862,9 @@ msgstr "Programmation hebdomadaire de la stratégie (uniquement si période = he
|
|
736
862
|
msgid "Policy with id %s not found."
|
737
863
|
msgstr "Stratégie ayant pour ID %s est introuvable."
|
738
864
|
|
865
|
+
msgid "Profile"
|
866
|
+
msgstr ""
|
867
|
+
|
739
868
|
msgid "Proxy failed to send a report from spool to Foreman. This indicates a corrupted report format. Report has been moved to directory for storing corrupted files on proxy for later inspection."
|
740
869
|
msgstr "Le proxy n'a pas réussi à envoyer un rapport du spool à Foreman. Cela indique que le format du rapport est endommagé. Le rapport a été déplacé dans le répertoire pour stocker les fichiers endommagés sur le proxy en vue d'une inspection ultérieure."
|
741
870
|
|
@@ -745,6 +874,9 @@ msgstr "Classe Puppet"
|
|
745
874
|
msgid "Rationale"
|
746
875
|
msgstr "Rationale"
|
747
876
|
|
877
|
+
msgid "Red Hat %s default content"
|
878
|
+
msgstr ""
|
879
|
+
|
748
880
|
msgid "Ref Id"
|
749
881
|
msgstr "Réf Id"
|
750
882
|
|
@@ -769,12 +901,21 @@ msgstr "Rapporté le %s"
|
|
769
901
|
msgid "Reports"
|
770
902
|
msgstr "Rapports"
|
771
903
|
|
904
|
+
msgid "Request the following permissions from administrator: %s."
|
905
|
+
msgstr ""
|
906
|
+
|
772
907
|
msgid "Request timed out. Please try increasing Settings -> proxy_request_timeout"
|
773
908
|
msgstr "Expiration du délai de requête. Veuillez augmenter les valeurs dans Paramètres -> proxy_request_timeout"
|
774
909
|
|
775
910
|
msgid "Required %{msg_name} %{class} was not found, please ensure it is imported first."
|
776
911
|
msgstr "%{msg_name} % %{class} requis non trouvé, veuillez vous assurer qu'il y a bien eu une importation pour commencer."
|
777
912
|
|
913
|
+
msgid "Requires %s Puppet class. This will assign the class to the hosts or selected hostgroups."
|
914
|
+
msgstr ""
|
915
|
+
|
916
|
+
msgid "Requires Ansible plugin, %s Ansible role and variables. This will assign the role to the hosts or selected hostgroups."
|
917
|
+
msgstr ""
|
918
|
+
|
778
919
|
msgid "Resource"
|
779
920
|
msgstr "Ressource"
|
780
921
|
|
@@ -841,6 +982,9 @@ msgstr "Afficher une stratégie"
|
|
841
982
|
msgid "Show a Tailoring file"
|
842
983
|
msgstr "Afficher un fichier de personnalisation"
|
843
984
|
|
985
|
+
msgid "Show a policy's OVAL content"
|
986
|
+
msgstr ""
|
987
|
+
|
844
988
|
msgid "Show a policy's SCAP content"
|
845
989
|
msgstr "Afficher le contenu SCAP d'une stratégie"
|
846
990
|
|
@@ -907,6 +1051,9 @@ msgstr "Synchroniser les contenus qui ont une URL source distante"
|
|
907
1051
|
msgid "Table of CVEs for OVAL policy"
|
908
1052
|
msgstr "Tableau des CVEs pour la stratégie OVAL"
|
909
1053
|
|
1054
|
+
msgid "Table of hostgroups for OVAL policy"
|
1055
|
+
msgstr ""
|
1056
|
+
|
910
1057
|
msgid "Tailoring File"
|
911
1058
|
msgstr "Fichier de personnalisation"
|
912
1059
|
|
@@ -922,6 +1069,9 @@ msgstr "Nom du fichier de personnalisation"
|
|
922
1069
|
msgid "Tailoring file profile ID"
|
923
1070
|
msgstr "ID du profil de fichier de personnalisation"
|
924
1071
|
|
1072
|
+
msgid "The %s proxy does not have Openscap feature enabled. Either set correct OpenSCAP Proxy or unset it."
|
1073
|
+
msgstr ""
|
1074
|
+
|
925
1075
|
msgid ""
|
926
1076
|
"The Security Content Automation Protocol (SCAP), combines a number of open standards that are used to enumerate software flaws and\n"
|
927
1077
|
" configuration issues related to security. "
|
@@ -947,12 +1097,30 @@ msgstr "Identifiant de l’hôte"
|
|
947
1097
|
msgid "There are significant differences in deployment options."
|
948
1098
|
msgstr "Il existe des différences importantes dans les options de déploiement."
|
949
1099
|
|
1100
|
+
msgid "There was a following error when deleting %(name)s: %(error)s"
|
1101
|
+
msgstr ""
|
1102
|
+
|
1103
|
+
msgid "There was a following error when updating OVAL policy: %s"
|
1104
|
+
msgstr ""
|
1105
|
+
|
1106
|
+
msgid "There's no available report for this host"
|
1107
|
+
msgstr ""
|
1108
|
+
|
950
1109
|
msgid "This feature is temporarily disabled. "
|
951
1110
|
msgstr "Cette fonction est temporairement désactivée."
|
952
1111
|
|
1112
|
+
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."
|
1113
|
+
msgstr ""
|
1114
|
+
|
953
1115
|
msgid "This profile will be used to override the one from scap content"
|
954
1116
|
msgstr "Ce profil sera utilisé pour remplacer celui du contenu scap"
|
955
1117
|
|
1118
|
+
msgid "Title"
|
1119
|
+
msgstr ""
|
1120
|
+
|
1121
|
+
msgid "To deploy foreman_scap_client, ansible roles run needs to be triggered manually. Manual run is also required after any change to this policy."
|
1122
|
+
msgstr ""
|
1123
|
+
|
956
1124
|
msgid "Total"
|
957
1125
|
msgstr "Total"
|
958
1126
|
|
@@ -968,9 +1136,15 @@ msgstr[0] "Total de un hôte"
|
|
968
1136
|
msgstr[1] "Total de %%{hosts} hôtes"
|
969
1137
|
msgstr[2] "Total de %%{hosts} hôtes"
|
970
1138
|
|
1139
|
+
msgid "Type a hostgroup name..."
|
1140
|
+
msgstr ""
|
1141
|
+
|
971
1142
|
msgid "Type of the upload"
|
972
1143
|
msgstr "Type de téléchargement"
|
973
1144
|
|
1145
|
+
msgid "URL"
|
1146
|
+
msgstr ""
|
1147
|
+
|
974
1148
|
msgid "URL of the OVAL content file"
|
975
1149
|
msgstr "URL du fichier de contenu OVAL"
|
976
1150
|
|
@@ -989,6 +1163,12 @@ msgstr "Statut de conformité inconnu"
|
|
989
1163
|
msgid "Unknown OVAL status"
|
990
1164
|
msgstr "Statut OVAL inconnu"
|
991
1165
|
|
1166
|
+
msgid "Unknown error when submitting data, please try again later."
|
1167
|
+
msgstr ""
|
1168
|
+
|
1169
|
+
msgid "Unknown schedule"
|
1170
|
+
msgstr ""
|
1171
|
+
|
992
1172
|
msgid "Update a Policy"
|
993
1173
|
msgstr "Mettre à jour une stratégie"
|
994
1174
|
|
@@ -1046,6 +1226,9 @@ msgstr "%s a-t-il été configuré avec succès ?"
|
|
1046
1226
|
msgid "Was %{model_name} %{name} configured successfully?"
|
1047
1227
|
msgstr "Le %{model_name} %%{name} a-t-il été configuré avec succès ?"
|
1048
1228
|
|
1229
|
+
msgid "Weekly, on %s"
|
1230
|
+
msgstr ""
|
1231
|
+
|
1049
1232
|
msgid "XCCDF Profile"
|
1050
1233
|
msgstr "Profil XCCDF"
|
1051
1234
|
|
@@ -1064,15 +1247,24 @@ msgstr "XML contenant le fichier de personnalisation"
|
|
1064
1247
|
msgid "Yes"
|
1065
1248
|
msgstr "Oui"
|
1066
1249
|
|
1250
|
+
msgid "You are not authorized to view the page. "
|
1251
|
+
msgstr ""
|
1252
|
+
|
1067
1253
|
msgid "You can specify custom cron line, e.g. \"0 3 * * *\", separate each of 5 values by space"
|
1068
1254
|
msgstr "Vous pouvez personnaliser votre ligne cron. \"0 3 * * *\", séparer chacune des 5 valeurs par un espace"
|
1069
1255
|
|
1070
1256
|
msgid "You don't seem to have any ARF report. ARF report is a summary of a single scan occurrence on a particular host for a given Compliance Policy."
|
1071
1257
|
msgstr "Vous ne semblez avoir aucun rapport ARF. Le rapport ARF est le résumé d'une occurrence d'analyse unique sur un hôte particulier pour une politique de conformité donnée."
|
1072
1258
|
|
1259
|
+
msgid "can't be blank"
|
1260
|
+
msgstr ""
|
1261
|
+
|
1073
1262
|
msgid "cannot assign to %s, all assigned policies must be deployed in the same way, check 'deploy by' for each assigned policy"
|
1074
1263
|
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"
|
1075
1264
|
|
1265
|
+
msgid "cause: "
|
1266
|
+
msgstr ""
|
1267
|
+
|
1076
1268
|
msgid "documentation"
|
1077
1269
|
msgstr "documentation"
|
1078
1270
|
|
@@ -1097,6 +1289,9 @@ msgstr "hôtes"
|
|
1097
1289
|
msgid "invalid type %s"
|
1098
1290
|
msgstr "type %s invalide"
|
1099
1291
|
|
1292
|
+
msgid "is not a valid cronline"
|
1293
|
+
msgstr ""
|
1294
|
+
|
1100
1295
|
msgid "is not a valid value"
|
1101
1296
|
msgstr "n'est pas une valeur valide"
|
1102
1297
|
|
File without changes
|