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
@@ -0,0 +1,1304 @@
|
|
1
|
+
locales['foreman_openscap'] = locales['foreman_openscap'] || {}; locales['foreman_openscap']['fr'] = {
|
2
|
+
"domain": "foreman_openscap",
|
3
|
+
"locale_data": {
|
4
|
+
"foreman_openscap": {
|
5
|
+
"": {
|
6
|
+
"Project-Id-Version": "Foreman",
|
7
|
+
"Report-Msgid-Bugs-To": "",
|
8
|
+
"PO-Revision-Date": "2016-04-14 07:48+0000",
|
9
|
+
"Last-Translator": "Pierre-Emmanuel Dutang <dutangp@gmail.com>, 2016",
|
10
|
+
"Language-Team": "French (http://www.transifex.com/foreman/foreman/language/fr/)",
|
11
|
+
"MIME-Version": "1.0",
|
12
|
+
"Content-Type": "text/plain; charset=UTF-8",
|
13
|
+
"Content-Transfer-Encoding": "8bit",
|
14
|
+
"Language": "fr",
|
15
|
+
"Plural-Forms": "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;",
|
16
|
+
"lang": "fr",
|
17
|
+
"domain": "foreman_openscap",
|
18
|
+
"plural_forms": "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
19
|
+
},
|
20
|
+
"List ARF reports": [
|
21
|
+
"Afficher tous les rapports ARF"
|
22
|
+
],
|
23
|
+
"Show an ARF report": [
|
24
|
+
"Afficher un rapport ARF"
|
25
|
+
],
|
26
|
+
"Delete an ARF Report": [
|
27
|
+
"Supprimer un rapport ARF"
|
28
|
+
],
|
29
|
+
"Upload an ARF report": [
|
30
|
+
"Télécharger un rapport Arf"
|
31
|
+
],
|
32
|
+
"Download bzipped ARF report": [
|
33
|
+
"Télécharger un rapport ARF au format bzip"
|
34
|
+
],
|
35
|
+
"Download ARF report in HTML": [
|
36
|
+
"Télécharger un rapport ARF dans HTML"
|
37
|
+
],
|
38
|
+
"Policy with id %s not found.": [
|
39
|
+
"Stratégie ayant pour ID %s est introuvable."
|
40
|
+
],
|
41
|
+
"Could not find host identified by: %s": [
|
42
|
+
"Impossible de trouver l'hôte identifié par : %s"
|
43
|
+
],
|
44
|
+
"Failed to upload Arf Report, OpenSCAP proxy name or url not found in params when uploading for %s and host is missing openscap_proxy": [
|
45
|
+
"Échec de chargement du rapport ARF, l'URL ou le nom de proxy OpenSCAP n'a pas été trouvé dans les paramètres lors du téléchargement pour %s et openscap_proxy manque sur l'hôte"
|
46
|
+
],
|
47
|
+
"No proxy found for %{name} or %{url}": [
|
48
|
+
"Aucun proxy trouvé pour %%{name} ou %%{url}"
|
49
|
+
],
|
50
|
+
"List OVAL contents": [
|
51
|
+
"Liste des contenus OVAL"
|
52
|
+
],
|
53
|
+
"Show an OVAL content": [
|
54
|
+
"Montrer un contenu OVAL"
|
55
|
+
],
|
56
|
+
"OVAL content name": [
|
57
|
+
"Nom du contenu OVAL"
|
58
|
+
],
|
59
|
+
"XML containing OVAL content": [
|
60
|
+
"XML avec contenu OVAL"
|
61
|
+
],
|
62
|
+
"Original file name of the OVAL content file": [
|
63
|
+
"Nom de fichier original du fichier OVAL"
|
64
|
+
],
|
65
|
+
"URL of the OVAL content file": [
|
66
|
+
"URL du fichier de contenu OVAL"
|
67
|
+
],
|
68
|
+
"Create OVAL content": [
|
69
|
+
"Créer du contenu OVAL"
|
70
|
+
],
|
71
|
+
"Update an OVAL content": [
|
72
|
+
"Mise à jour d'un contenu OVAL"
|
73
|
+
],
|
74
|
+
"Deletes an OVAL content": [
|
75
|
+
"Supprime un contenu OVAL"
|
76
|
+
],
|
77
|
+
"Sync contents that have remote source URL": [
|
78
|
+
"Synchroniser les contenus qui ont une URL source distante"
|
79
|
+
],
|
80
|
+
"List OVAL Policies": [
|
81
|
+
"Liste des stratégies OVAL"
|
82
|
+
],
|
83
|
+
"Show an OVAL Policy": [
|
84
|
+
"Afficher une stratégie OVAL"
|
85
|
+
],
|
86
|
+
"OVAL Policy name": [
|
87
|
+
"Nom de la stratégie OVAL"
|
88
|
+
],
|
89
|
+
"Policy OVAL content ID": [
|
90
|
+
"ID du contenu de la stratégie OVAL"
|
91
|
+
],
|
92
|
+
"OVAL Policy description": [
|
93
|
+
"Description de la stratégie OVAL"
|
94
|
+
],
|
95
|
+
"OVAL Policy schedule period (weekly, monthly, custom)": [
|
96
|
+
"Période de programmation de la stratégie OVAL (hebdomadaire, mensuelle, personnalisée)"
|
97
|
+
],
|
98
|
+
"OVAL Policy schedule weekday (only if period == \\\"weekly\\\")": [
|
99
|
+
"Programmation hebdomadaire de la stratégie OVAL (uniquement si période = hebdomadaire)"
|
100
|
+
],
|
101
|
+
"OVAL Policy schedule day of month (only if period == \\\"monthly\\\")": [
|
102
|
+
"Jour de programmation mensuelle de la stratégie OVAL (uniquement si période = mensuelle)"
|
103
|
+
],
|
104
|
+
"OVAL Policy schedule cron line (only if period == \\\"custom\\\")": [
|
105
|
+
"Ligne cron de programmation de la stratégie OVAL (uniquement si période = personnalisée)"
|
106
|
+
],
|
107
|
+
"Create an OVAL Policy": [
|
108
|
+
"Créer une stratégie OVAL"
|
109
|
+
],
|
110
|
+
"Update an OVAL Policy": [
|
111
|
+
"Mise à jour d'une stratégie OVAL"
|
112
|
+
],
|
113
|
+
"Delete an OVAL Policy": [
|
114
|
+
"Supprimer une stratégie OVAL"
|
115
|
+
],
|
116
|
+
"Assign hostgroups to an OVAL Policy": [
|
117
|
+
"Assigner des groupes d'hôtes à une stratégie OVAL"
|
118
|
+
],
|
119
|
+
"Array of hostgroup IDs": [
|
120
|
+
"Tableau d'identifiants de groupes d'hôtes"
|
121
|
+
],
|
122
|
+
"hostgroups": [
|
123
|
+
"Groupes d'hôtes"
|
124
|
+
],
|
125
|
+
"Assign hosts to an OVAL Policy": [
|
126
|
+
"Assigner des hôtes à une stratégie OVAL"
|
127
|
+
],
|
128
|
+
"Array of host IDs": [
|
129
|
+
"Ensemble d'ids d'hôtes"
|
130
|
+
],
|
131
|
+
"hosts": [
|
132
|
+
"hôtes"
|
133
|
+
],
|
134
|
+
"Show a policy's OVAL content": [
|
135
|
+
""
|
136
|
+
],
|
137
|
+
"OVAL policy successfully configured with %s.": [
|
138
|
+
"Stratégie OVAL configurée avec succès avec %s."
|
139
|
+
],
|
140
|
+
"Upload an OVAL report - a list of CVEs for given host": [
|
141
|
+
"Télécharger un rapport OVAL - une liste de CVEs pour un hôte donné"
|
142
|
+
],
|
143
|
+
"List Policies": [
|
144
|
+
"Répertorier les stratégies"
|
145
|
+
],
|
146
|
+
"Show a Policy": [
|
147
|
+
"Afficher une stratégie"
|
148
|
+
],
|
149
|
+
"Policy name": [
|
150
|
+
"Nom de la stratégie"
|
151
|
+
],
|
152
|
+
"Policy description": [
|
153
|
+
"Description de la stratégie"
|
154
|
+
],
|
155
|
+
"Policy SCAP content ID": [
|
156
|
+
"ID du contenu SCAP de la stratégie"
|
157
|
+
],
|
158
|
+
"Policy SCAP content profile ID": [
|
159
|
+
"ID du profil de contenu SCAP de la stratégie"
|
160
|
+
],
|
161
|
+
"Policy schedule period (weekly, monthly, custom)": [
|
162
|
+
"Période de programmation de la stratégie (hebdomadaire, mensuelle, personnalisée)"
|
163
|
+
],
|
164
|
+
"Policy schedule weekday (only if period == \\\"weekly\\\")": [
|
165
|
+
"Programmation hebdomadaire de la stratégie (uniquement si période = hebdomadaire)"
|
166
|
+
],
|
167
|
+
"Policy schedule day of month (only if period == \\\"monthly\\\")": [
|
168
|
+
"Jour de programmation mensuelle de la stratégie (uniquement si période = mensuelle)"
|
169
|
+
],
|
170
|
+
"Policy schedule cron line (only if period == \\\"custom\\\")": [
|
171
|
+
"Ligne cron de programmation de la stratégie (uniquement si période = personnalisée)"
|
172
|
+
],
|
173
|
+
"Apply policy to host groups": [
|
174
|
+
"Appliquer Groupes hôtes de la stratégie"
|
175
|
+
],
|
176
|
+
"Apply policy to hosts": [
|
177
|
+
"Appliquer la politique aux hôtes"
|
178
|
+
],
|
179
|
+
"Tailoring file ID": [
|
180
|
+
"ID du fichier de personnalisation"
|
181
|
+
],
|
182
|
+
"Tailoring file profile ID": [
|
183
|
+
"ID du profil de fichier de personnalisation"
|
184
|
+
],
|
185
|
+
"How the policy should be deployed": [
|
186
|
+
"Comment la stratégie doit-elle être déployée"
|
187
|
+
],
|
188
|
+
"Create a Policy": [
|
189
|
+
"Créer une stratégie"
|
190
|
+
],
|
191
|
+
"Update a Policy": [
|
192
|
+
"Mettre à jour une stratégie"
|
193
|
+
],
|
194
|
+
"Delete a Policy": [
|
195
|
+
"Supprimer une Stratégie"
|
196
|
+
],
|
197
|
+
"Show a policy's SCAP content": [
|
198
|
+
"Afficher le contenu SCAP d'une stratégie"
|
199
|
+
],
|
200
|
+
"Show a policy's Tailoring file": [
|
201
|
+
"Afficher le fichier de personnalisation d'une stratégie"
|
202
|
+
],
|
203
|
+
"No Tailoring file assigned for policy with id %s": [
|
204
|
+
"Aucun fichier de personnalisation attribué pour la stratégie avec l'Id %s"
|
205
|
+
],
|
206
|
+
"List SCAP content profiles": [
|
207
|
+
"Lister les profils du contenu SCAP"
|
208
|
+
],
|
209
|
+
"List SCAP contents": [
|
210
|
+
"Lister le contenu SCAP"
|
211
|
+
],
|
212
|
+
"Download an SCAP content as XML": [
|
213
|
+
"Télécharger un contenu SCAP au format XML"
|
214
|
+
],
|
215
|
+
"Show an SCAP content": [
|
216
|
+
"Afficher un élément de contenu SCAP"
|
217
|
+
],
|
218
|
+
"SCAP content name": [
|
219
|
+
"Nom du contenu SCAP"
|
220
|
+
],
|
221
|
+
"XML containing SCAP content": [
|
222
|
+
"XML avec contenu SCAP "
|
223
|
+
],
|
224
|
+
"Original file name of the XML file": [
|
225
|
+
"Nom de fichier original du fichier XML"
|
226
|
+
],
|
227
|
+
"Create SCAP content": [
|
228
|
+
"Créer un contenu SCAP"
|
229
|
+
],
|
230
|
+
"Update an SCAP content": [
|
231
|
+
"Mettre à jour un contenu SCAP"
|
232
|
+
],
|
233
|
+
"Deletes an SCAP content": [
|
234
|
+
"Supprime un contenu SCAP"
|
235
|
+
],
|
236
|
+
"Upload scap contents in bulk": [
|
237
|
+
"Télécharger le contenu scap en masse"
|
238
|
+
],
|
239
|
+
"Type of the upload": [
|
240
|
+
"Type de téléchargement"
|
241
|
+
],
|
242
|
+
"File paths to upload when using \\\"files\\\" upload type": [
|
243
|
+
"Chemins d'accès aux fichiers à télécharger lors de l'utilisation du type de téléchargement \\\"files\\\""
|
244
|
+
],
|
245
|
+
"Directory to upload when using \\\"directory\\\" upload type": [
|
246
|
+
"Répertoire à télécharger lors de l'utilisation du type de téléchargement \\\"répertoire\\\""
|
247
|
+
],
|
248
|
+
"Please specify import type, received: %{received}, expected one of: %{expected}": [
|
249
|
+
"Veuillez spécifier le type d'importation, reçu : %%{received}, attendu : un %%{expected}"
|
250
|
+
],
|
251
|
+
"List Tailoring files": [
|
252
|
+
"Répertorier les fichiers de personnalisation"
|
253
|
+
],
|
254
|
+
"Download a Tailoring file as XML": [
|
255
|
+
"Télécharger un fichier de personnalisation au format XML"
|
256
|
+
],
|
257
|
+
"Show a Tailoring file": [
|
258
|
+
"Afficher un fichier de personnalisation"
|
259
|
+
],
|
260
|
+
"Tailoring file name": [
|
261
|
+
"Nom du fichier de personnalisation"
|
262
|
+
],
|
263
|
+
"XML containing tailoring file": [
|
264
|
+
"XML contenant le fichier de personnalisation"
|
265
|
+
],
|
266
|
+
"Create a Tailoring file": [
|
267
|
+
"Créer un fichier de personnalisation"
|
268
|
+
],
|
269
|
+
"Update a Tailoring file": [
|
270
|
+
"Mettre à jour un fichier de personnalisation"
|
271
|
+
],
|
272
|
+
"Deletes a Tailoring file": [
|
273
|
+
"Supprime un fichier de personnalisation"
|
274
|
+
],
|
275
|
+
"Failed to downloaded ARF report as bzip: %s": [
|
276
|
+
"N'a pas pu télécharger le rapport ARF sous format bzip : %s"
|
277
|
+
],
|
278
|
+
"Failed to downloaded ARF report in HTML: %s": [
|
279
|
+
"Échec du téléchargement du rapport ARF dans HTML : %s"
|
280
|
+
],
|
281
|
+
"Successfully deleted ARF report.": [
|
282
|
+
"Rapport ARF supprimé."
|
283
|
+
],
|
284
|
+
"Failed to delete ARF Report for host %{host_name} reported at %{reported_at}": [
|
285
|
+
"Échec de la suppression du rapport ARF pour l'hôte %%s signalé à %{reported_at}"
|
286
|
+
],
|
287
|
+
"Failed to delete %s compliance reports": [
|
288
|
+
"Impossible de supprimer les rapports de conformité %s"
|
289
|
+
],
|
290
|
+
"Successfully deleted %s compliance reports": [
|
291
|
+
"Rapports de conformité %s supprimés"
|
292
|
+
],
|
293
|
+
"No compliance reports were found.": [
|
294
|
+
"Aucun rapport de conformité trouvé"
|
295
|
+
],
|
296
|
+
"No compliance reports selected": [
|
297
|
+
"Aucun rapport de conformité sélectionné"
|
298
|
+
],
|
299
|
+
"Something went wrong while selecting compliance reports - %s": [
|
300
|
+
"Quelque chose s'est mal passé lors de la sélection des rapports de conformité - %s"
|
301
|
+
],
|
302
|
+
"Show config information for foreman_scap_client": [
|
303
|
+
"Afficher les informations de configuration pour foreman_scap_client"
|
304
|
+
],
|
305
|
+
"The identifier of the host": [
|
306
|
+
"Identifiant de l’hôte"
|
307
|
+
],
|
308
|
+
"The %s proxy does not have Openscap feature enabled. Either set correct OpenSCAP Proxy or unset it.": [
|
309
|
+
""
|
310
|
+
],
|
311
|
+
"Updated hosts: Assigned with OpenSCAP Proxy: %s": [
|
312
|
+
"Hôtes mis à jour : attribué avec le proxy OpenSCAP : %s"
|
313
|
+
],
|
314
|
+
"No OpenSCAP Proxy selected.": [
|
315
|
+
"Aucun proxy OpenSCAP n'a été sélectionné."
|
316
|
+
],
|
317
|
+
"Updated hosts: Assigned with compliance policy: %s": [
|
318
|
+
"Hôtes mis à jour : stratégie de conformité %s attribuée"
|
319
|
+
],
|
320
|
+
"No compliance policy selected.": [
|
321
|
+
"Aucune stratégie de conformité sélectionnée."
|
322
|
+
],
|
323
|
+
"Updated hosts: Unassigned from compliance policy '%s'": [
|
324
|
+
"Hôtes mis à jour : stratégie de conformité '%s' dés-attribuée"
|
325
|
+
],
|
326
|
+
"No valid policy ID provided": [
|
327
|
+
"Aucun ID de stratégie fourni"
|
328
|
+
],
|
329
|
+
"No hosts were found.": [
|
330
|
+
"Aucun hôte trouvé"
|
331
|
+
],
|
332
|
+
"No hosts selected": [
|
333
|
+
"Aucun hôte sélectionné"
|
334
|
+
],
|
335
|
+
"Something went wrong while selecting hosts - %s": [
|
336
|
+
"Une erreur s'est produite lors de la sélection des hôtes - %s"
|
337
|
+
],
|
338
|
+
"Failed": [
|
339
|
+
"Échec"
|
340
|
+
],
|
341
|
+
"Passed": [
|
342
|
+
"Succès"
|
343
|
+
],
|
344
|
+
"Other": [
|
345
|
+
"Autre"
|
346
|
+
],
|
347
|
+
"Number of Events": [
|
348
|
+
"Nombre d’évènements"
|
349
|
+
],
|
350
|
+
"Rule Results": [
|
351
|
+
"Résultats de règle"
|
352
|
+
],
|
353
|
+
"Show log messages:": [
|
354
|
+
"Afficher les messages de log:"
|
355
|
+
],
|
356
|
+
"All messages": [
|
357
|
+
"Tous les messages"
|
358
|
+
],
|
359
|
+
"Failed and Othered": [
|
360
|
+
"Échec ou Autre"
|
361
|
+
],
|
362
|
+
"Failed only": [
|
363
|
+
"Échec uniquement"
|
364
|
+
],
|
365
|
+
"Compliance Reports": [
|
366
|
+
"Rapports de conformité"
|
367
|
+
],
|
368
|
+
"Delete reports": [
|
369
|
+
"Supprimer les rapports"
|
370
|
+
],
|
371
|
+
"Select Action": [
|
372
|
+
"Choisir l'action"
|
373
|
+
],
|
374
|
+
"%s - The following compliance reports are about to be changed": [
|
375
|
+
"%s - Les rapports de conformité suivants sont sur le point d'être modifiés"
|
376
|
+
],
|
377
|
+
"No proxy found!": [
|
378
|
+
"Aucun proxy trouvé !"
|
379
|
+
],
|
380
|
+
"Reported at %s": [
|
381
|
+
"Rapporté le %s"
|
382
|
+
],
|
383
|
+
" for policy %s": [
|
384
|
+
" pour la stratégie %s"
|
385
|
+
],
|
386
|
+
" through %s": [
|
387
|
+
" via %s"
|
388
|
+
],
|
389
|
+
"Hosts failing this rule": [
|
390
|
+
"Hôtes échouant à cette règle"
|
391
|
+
],
|
392
|
+
"Hosts passing this rule": [
|
393
|
+
"Hôtes passant cette règle"
|
394
|
+
],
|
395
|
+
"Hosts othering this rule": [
|
396
|
+
"Hôtes modifiant cette règle"
|
397
|
+
],
|
398
|
+
"Host": [
|
399
|
+
"Hôte"
|
400
|
+
],
|
401
|
+
"Policy": [
|
402
|
+
"Stratégie"
|
403
|
+
],
|
404
|
+
"Passed|P": [
|
405
|
+
"Succés|S"
|
406
|
+
],
|
407
|
+
"Failed|F": [
|
408
|
+
"Echec|E"
|
409
|
+
],
|
410
|
+
"Othered|O": [
|
411
|
+
"Autre|A"
|
412
|
+
],
|
413
|
+
"Othered": [
|
414
|
+
"Autre"
|
415
|
+
],
|
416
|
+
"Assign Compliance Policy": [
|
417
|
+
"Attribuer un stratégie de conformité"
|
418
|
+
],
|
419
|
+
"Unassign Compliance Policy": [
|
420
|
+
"Dés-attribuer une stratégie de conformité"
|
421
|
+
],
|
422
|
+
"Change OpenSCAP Proxy": [
|
423
|
+
"Modifier le proxy OpenSCAP"
|
424
|
+
],
|
425
|
+
"Compliance": [
|
426
|
+
"Conformité"
|
427
|
+
],
|
428
|
+
"Host compliance details": [
|
429
|
+
"Détails de conformité de l'hôte"
|
430
|
+
],
|
431
|
+
"Host is deleted": [
|
432
|
+
"L'hôte est supprimé"
|
433
|
+
],
|
434
|
+
"documentation": [
|
435
|
+
"documentation"
|
436
|
+
],
|
437
|
+
"Choose existing SCAP Content": [
|
438
|
+
"Sélectionner un contenu SCAP existant"
|
439
|
+
],
|
440
|
+
"SCAP Content": [
|
441
|
+
"Contenu SCAP"
|
442
|
+
],
|
443
|
+
"XCCDF Profile": [
|
444
|
+
"Profil XCCDF"
|
445
|
+
],
|
446
|
+
"Default XCCDF profile": [
|
447
|
+
"Profil XCCDF par défaut"
|
448
|
+
],
|
449
|
+
"Choose Tailoring File": [
|
450
|
+
"Choisir un fichier de personnalisation"
|
451
|
+
],
|
452
|
+
"Tailoring File": [
|
453
|
+
"Fichier de personnalisation"
|
454
|
+
],
|
455
|
+
"XCCDF Profile in Tailoring File": [
|
456
|
+
"Profil XCCDF dans le fichier de personnalisation"
|
457
|
+
],
|
458
|
+
"This profile will be used to override the one from scap content": [
|
459
|
+
"Ce profil sera utilisé pour remplacer celui du contenu scap"
|
460
|
+
],
|
461
|
+
"Submit": [
|
462
|
+
"Envoyer"
|
463
|
+
],
|
464
|
+
"Cancel": [
|
465
|
+
"Annuler"
|
466
|
+
],
|
467
|
+
"Compliant hosts": [
|
468
|
+
"Hôtes conformes"
|
469
|
+
],
|
470
|
+
"Incompliant hosts": [
|
471
|
+
"Hôtes non conformes"
|
472
|
+
],
|
473
|
+
"Inconclusive": [
|
474
|
+
"Non conclusif"
|
475
|
+
],
|
476
|
+
"Not audited": [
|
477
|
+
"Non audité"
|
478
|
+
],
|
479
|
+
"Host is assigned to policy": [
|
480
|
+
"L'hôte est affecté à la stratégie"
|
481
|
+
],
|
482
|
+
"Host is not assigned to policy but reports were found. You may want to delete the reports or assign the policy again.": [
|
483
|
+
"L'hôte n'est pas affecté à la stratégie mais des rapports ont été trouvés. Vous pouvez supprimer les rapports ou réattribuer la stratégie."
|
484
|
+
],
|
485
|
+
"Hosts no longer assigned: %s": [
|
486
|
+
"Hôtes qui ne sont plus attribués : %s"
|
487
|
+
],
|
488
|
+
"Total hosts with reports where policy is no longer assigned.": [
|
489
|
+
"Total des hôtes avec des rapports où la stratégie n'est plus assignée."
|
490
|
+
],
|
491
|
+
"Request timed out. Please try increasing Settings -> proxy_request_timeout": [
|
492
|
+
"Expiration du délai de requête. Veuillez augmenter les valeurs dans Paramètres -> proxy_request_timeout"
|
493
|
+
],
|
494
|
+
"Could not validate %s. Please make sure you have appropriate proxy version to use this functionality": [
|
495
|
+
"Impossible de valider %s. Veuillez vérifier que vous disposez de la bonne version du proxy pour utiliser cette fonctionnalité"
|
496
|
+
],
|
497
|
+
"Could not validate %{file_type}. Error %{error}": [
|
498
|
+
"Impossible de valider %{file_type}. Erreur %%{error}"
|
499
|
+
],
|
500
|
+
"Unable to get HTML version of requested report from Smart Proxy": [
|
501
|
+
"N'a as pu trouver la version HTML du rapport demandé au proxy Smart"
|
502
|
+
],
|
503
|
+
"Unable to get XML version of requested report from Smart Proxy": [
|
504
|
+
"N'a pas pu trouver la version XML du rapport demandé au proxy Smart"
|
505
|
+
],
|
506
|
+
"SCAP policies summary": [
|
507
|
+
"Récapitulatif des stratégies SCAP"
|
508
|
+
],
|
509
|
+
"is not included in SCAP_RESULT": [
|
510
|
+
"n'est pas inclus dans SCAP_RESULT"
|
511
|
+
],
|
512
|
+
"must have Openscap feature": [
|
513
|
+
"doit comporter la fonction Openscap"
|
514
|
+
],
|
515
|
+
"No OpenSCAP proxy found for %{class} with id %{id}": [
|
516
|
+
"Aucun proxy OpenSCAP trouvé pour %%{class} avec id %%{id}"
|
517
|
+
],
|
518
|
+
"does not consist of 5 parts separated by space": [
|
519
|
+
"ne comprend pas 5 parties séparées par un espace"
|
520
|
+
],
|
521
|
+
"is not a valid value": [
|
522
|
+
"n'est pas une valeur valide"
|
523
|
+
],
|
524
|
+
"must be between 1 and 31": [
|
525
|
+
"doit être compris entre 1 et 31"
|
526
|
+
],
|
527
|
+
"Compliant": [
|
528
|
+
"Conforme"
|
529
|
+
],
|
530
|
+
"Incompliant": [
|
531
|
+
"Non conforme"
|
532
|
+
],
|
533
|
+
"Unknown Compliance status": [
|
534
|
+
"Statut de conformité inconnu"
|
535
|
+
],
|
536
|
+
"OVAL scan": [
|
537
|
+
"Scanner OVAL"
|
538
|
+
],
|
539
|
+
"No Vulnerabilities found": [
|
540
|
+
"Aucune vulnérabilité trouvée"
|
541
|
+
],
|
542
|
+
"%s vulnerabilities found": [
|
543
|
+
"%s vulnérabilités trouvées"
|
544
|
+
],
|
545
|
+
"%s vulnerabilities with available patch found": [
|
546
|
+
"%s vulnérabilités avec correctif disponible trouvées"
|
547
|
+
],
|
548
|
+
"Unknown OVAL status": [
|
549
|
+
"Statut OVAL inconnu"
|
550
|
+
],
|
551
|
+
"Deployment Options": [
|
552
|
+
"Options de déploiement"
|
553
|
+
],
|
554
|
+
"Policy Attributes": [
|
555
|
+
"Attributs de stratégies"
|
556
|
+
],
|
557
|
+
"Schedule": [
|
558
|
+
"Programmer"
|
559
|
+
],
|
560
|
+
"Locations": [
|
561
|
+
"Emplacements"
|
562
|
+
],
|
563
|
+
"Organizations": [
|
564
|
+
"Organisations"
|
565
|
+
],
|
566
|
+
"Hostgroups": [
|
567
|
+
"Groupes d'hôtes"
|
568
|
+
],
|
569
|
+
"Cannot generate HTML guide, scap content is missing.": [
|
570
|
+
"Impossible de générer le guide HTML, le contenu scap est manquant."
|
571
|
+
],
|
572
|
+
"Cannot generate HTML guide, no valid OpenSCAP proxy server found.": [
|
573
|
+
"Impossible de générer le guide HTML, aucun serveur proxy OpenSCAP valide trouvé."
|
574
|
+
],
|
575
|
+
"must be present when tailoring file profile present": [
|
576
|
+
"doit être présent lorsque le profil du fichier de personnalisation est présent"
|
577
|
+
],
|
578
|
+
"must be present when tailoring file present": [
|
579
|
+
"doit être présent lorsque le fichier de personnalisation est présent"
|
580
|
+
],
|
581
|
+
"does not come from selected tailoring file": [
|
582
|
+
"ne vient pas du fichier de personnalisation sélectionné"
|
583
|
+
],
|
584
|
+
"does not have the selected SCAP content profile": [
|
585
|
+
"ne contient pas le profil de contenu SCAP sélectionné"
|
586
|
+
],
|
587
|
+
"cannot assign to %s, all assigned policies must be deployed in the same way, check 'deploy by' for each assigned policy": [
|
588
|
+
"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"
|
589
|
+
],
|
590
|
+
"invalid type %s": [
|
591
|
+
"type %s invalide"
|
592
|
+
],
|
593
|
+
"Requires Ansible plugin, %s Ansible role and variables. This will assign the role to the hosts or selected hostgroups.": [
|
594
|
+
""
|
595
|
+
],
|
596
|
+
"To deploy foreman_scap_client, ansible roles run needs to be triggered manually. Manual run is also required after any change to this policy.": [
|
597
|
+
""
|
598
|
+
],
|
599
|
+
"theforeman.foreman_scap_client Ansible Role not found, please import it before running this action again.": [
|
600
|
+
"theforeman.foreman_scap_client Rôle Ansible non trouvé, veuillez l'importer avant d'exécuter à nouveau cette action."
|
601
|
+
],
|
602
|
+
"Ansible role": [
|
603
|
+
"Rôle Ansible"
|
604
|
+
],
|
605
|
+
"Ansible variables": [
|
606
|
+
"Variables Ansible"
|
607
|
+
],
|
608
|
+
"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.": [
|
609
|
+
""
|
610
|
+
],
|
611
|
+
"Requires %s Puppet class. This will assign the class to the hosts or selected hostgroups.": [
|
612
|
+
""
|
613
|
+
],
|
614
|
+
"Every puppet run ensures the foreman_scap_client is configured according to the policy.": [
|
615
|
+
""
|
616
|
+
],
|
617
|
+
"Puppet class": [
|
618
|
+
"Classe Puppet"
|
619
|
+
],
|
620
|
+
"Smart Class Parameters": [
|
621
|
+
"Paramètres smart class"
|
622
|
+
],
|
623
|
+
"%{type} was selected to deploy policy to clients, but %{type} is not available. Are you missing a plugin?": [
|
624
|
+
"%%{type} a été sélectionné pour déployer la stratégie auprès des clients, mais %%{type} n'est pas disponible. Il vous manque un plugin ?"
|
625
|
+
],
|
626
|
+
"Required %{msg_name} %{class} was not found, please ensure it is imported first.": [
|
627
|
+
"%{msg_name} % %{class} requis non trouvé, veuillez vous assurer qu'il y a bien eu une importation pour commencer."
|
628
|
+
],
|
629
|
+
"The following %{key_name} were missing for %{item_name}: %{key_names}. Make sure they are imported before proceeding.": [
|
630
|
+
"Les %%s suivants étaient manquants pour %{class} : %{key_names}. Assurez-vous qu'ils aient bien été importés avant de poursuivre."
|
631
|
+
],
|
632
|
+
"Failed to save when overriding parameters for %{config_tool}, cause: %{errors}": [
|
633
|
+
"Echec de la sauvegarde lors de l'écrasement des paramètres pour %{config_tool}, cause : %%{errors}"
|
634
|
+
],
|
635
|
+
"This feature is temporarily disabled. ": [
|
636
|
+
"Cette fonction est temporairement désactivée."
|
637
|
+
],
|
638
|
+
"The following Smart Proxies need to be updated to unlock the feature: %s. ": [
|
639
|
+
"Les smart proxies suivants doivent être mis à jour pour déverrouiller la fonction : %s "
|
640
|
+
],
|
641
|
+
"The following proxies could not be reached: %s. Please make sure they are available so Foreman can check their versions.": [
|
642
|
+
"Impossible d'atteindre les proxies suivants : %s. Veillez à ce qu'ils soient disponibles de sorte que Foreman puisse vérifier leur version."
|
643
|
+
],
|
644
|
+
"Was %s configured successfully?": [
|
645
|
+
"%s a-t-il été configuré avec succès ?"
|
646
|
+
],
|
647
|
+
"Assign openscap_proxy to %s before proceeding.": [
|
648
|
+
"Assignez openscap_proxy à %s avant de procéder."
|
649
|
+
],
|
650
|
+
"Was %{model_name} %{name} configured successfully?": [
|
651
|
+
"Le %{model_name} %%{name} a-t-il été configuré avec succès ?"
|
652
|
+
],
|
653
|
+
"Could not update Ansible Variables with override: true": [
|
654
|
+
"Impossible de mettre à jour les variables Ansible en remplaçant par : true"
|
655
|
+
],
|
656
|
+
"Is foreman_ansible present?": [
|
657
|
+
"Est-ce que foreman_ansible est présent ?"
|
658
|
+
],
|
659
|
+
"foreman_ansible plugin not found, please install it before running this action again.": [
|
660
|
+
"le plugin foreman_ansible n'a pas été trouvé, veuillez l'installer avant d'exécuter à nouveau cette action."
|
661
|
+
],
|
662
|
+
"Is theforeman.foreman_scap_client present?": [
|
663
|
+
"Est-ce que theforeman.foreman_scap_client est présent ?"
|
664
|
+
],
|
665
|
+
"Are required variables for theforeman.foreman_scap_client present?": [
|
666
|
+
"Les variables requises pour theforeman.foreman_scap_client sont-elles présentes ?"
|
667
|
+
],
|
668
|
+
"The following Ansible Variables were not found: %{missing_vars}, please import them before running this action again.": [
|
669
|
+
"Les variables Ansible suivantes n'ont pas été trouvées : %{missing_vars}, veuillez les importer avant d'exécuter à nouveau cette action."
|
670
|
+
],
|
671
|
+
"Is %s param set to be overriden?": [
|
672
|
+
"Le paramètre {missing_vars} est-il réglé pour être remplacé ?"
|
673
|
+
],
|
674
|
+
"cause: ": [
|
675
|
+
""
|
676
|
+
],
|
677
|
+
"Failed to fetch content file from %s": [
|
678
|
+
""
|
679
|
+
],
|
680
|
+
"No proxy with OpenSCAP feature was found.": [
|
681
|
+
"Aucun proxy avec la fonction OpenSCAP trouvé."
|
682
|
+
],
|
683
|
+
"No proxy with OpenSCAP feature is running.": [
|
684
|
+
"Aucun proxy avec la fonction OpenSCAP n'est exécuté."
|
685
|
+
],
|
686
|
+
"No available proxy to validate. Returned with error: %s": [
|
687
|
+
"Aucun proxy disponible pour valider. Erreur retournée : %s"
|
688
|
+
],
|
689
|
+
"Changed file does not include existing SCAP content profiles": [
|
690
|
+
"Le fichier modifié n'inclut pas les profils de contenu SCAP existants"
|
691
|
+
],
|
692
|
+
"More details": [
|
693
|
+
"Plus de détails"
|
694
|
+
],
|
695
|
+
"Description": [
|
696
|
+
"Description"
|
697
|
+
],
|
698
|
+
"Rationale": [
|
699
|
+
"Rationale"
|
700
|
+
],
|
701
|
+
"References": [
|
702
|
+
"Références"
|
703
|
+
],
|
704
|
+
"Select all items in this page": [
|
705
|
+
"Sélectionner tous les éléments de cette page"
|
706
|
+
],
|
707
|
+
"items selected. Uncheck to Clear": [
|
708
|
+
"items sélectionnés. Décocher pour Effacer"
|
709
|
+
],
|
710
|
+
"Reported At": [
|
711
|
+
"Rapporté à"
|
712
|
+
],
|
713
|
+
"Openscap Proxy": [
|
714
|
+
"Proxy Openscap"
|
715
|
+
],
|
716
|
+
"Actions": [
|
717
|
+
"Actions"
|
718
|
+
],
|
719
|
+
"Deleted policy": [
|
720
|
+
"Stratégie supprimée"
|
721
|
+
],
|
722
|
+
"Full Report": [
|
723
|
+
"Rapport complet"
|
724
|
+
],
|
725
|
+
"Delete compliance report for %s?": [
|
726
|
+
"Supprimer les rapports de conformité pour %s ?"
|
727
|
+
],
|
728
|
+
"Please Confirm": [
|
729
|
+
"Merci de confirmer"
|
730
|
+
],
|
731
|
+
"Report Metrics": [
|
732
|
+
"Métriques du rapport"
|
733
|
+
],
|
734
|
+
"Report Status": [
|
735
|
+
"Statut du rapport"
|
736
|
+
],
|
737
|
+
"Total": [
|
738
|
+
"Total"
|
739
|
+
],
|
740
|
+
"Result": [
|
741
|
+
"Résultat"
|
742
|
+
],
|
743
|
+
"Message": [
|
744
|
+
"Message"
|
745
|
+
],
|
746
|
+
"Resource": [
|
747
|
+
"Ressource"
|
748
|
+
],
|
749
|
+
"Severity": [
|
750
|
+
"Sévérité"
|
751
|
+
],
|
752
|
+
"Nothing to show": [
|
753
|
+
"Rien à afficher"
|
754
|
+
],
|
755
|
+
"Delete": [
|
756
|
+
"Supprimer"
|
757
|
+
],
|
758
|
+
"these Compliance reports": [
|
759
|
+
"ces rapports de conformité"
|
760
|
+
],
|
761
|
+
"Back": [
|
762
|
+
"Précédent"
|
763
|
+
],
|
764
|
+
"Host details": [
|
765
|
+
"Détails de l'Hôte"
|
766
|
+
],
|
767
|
+
"View full report": [
|
768
|
+
"Voir le rapport complet"
|
769
|
+
],
|
770
|
+
"Download XML in bzip": [
|
771
|
+
"Télécharger le XML en bzip"
|
772
|
+
],
|
773
|
+
"Download HTML": [
|
774
|
+
"Télécharger HTML"
|
775
|
+
],
|
776
|
+
"Loading...": [
|
777
|
+
"Chargement..."
|
778
|
+
],
|
779
|
+
"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.": [
|
780
|
+
"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."
|
781
|
+
],
|
782
|
+
"Documentation": [
|
783
|
+
"Documentation"
|
784
|
+
],
|
785
|
+
"%s compliance report by policy": [
|
786
|
+
"Rapport de conformité %s par stratégie",
|
787
|
+
"Rapports de conformité %s par stratégie",
|
788
|
+
"Rapports de conformité %s par stratégie"
|
789
|
+
],
|
790
|
+
"Policy %s": [
|
791
|
+
"Stratégie %s"
|
792
|
+
],
|
793
|
+
"%s latest report": [
|
794
|
+
"%s derniers rapports"
|
795
|
+
],
|
796
|
+
"%s reports over time": [
|
797
|
+
"%s rapports sur la durée"
|
798
|
+
],
|
799
|
+
"No report for this policy": [
|
800
|
+
"Aucun rapport pour cette stratégie"
|
801
|
+
],
|
802
|
+
"Latest Compliance Reports": [
|
803
|
+
"Derniers rapports de conformité"
|
804
|
+
],
|
805
|
+
"No reports available": [
|
806
|
+
"Aucuns rapports disponibles"
|
807
|
+
],
|
808
|
+
"Host does not exist anymore": [
|
809
|
+
"L'hôte n'existe plus"
|
810
|
+
],
|
811
|
+
"Policy is missing": [
|
812
|
+
"La stratégie est manquante"
|
813
|
+
],
|
814
|
+
"Compliance Reports Breakdown": [
|
815
|
+
"Détails des rapports de conformité"
|
816
|
+
],
|
817
|
+
"Changed": [
|
818
|
+
"Modifié"
|
819
|
+
],
|
820
|
+
"Hostname": [
|
821
|
+
"Nom d'hôte"
|
822
|
+
],
|
823
|
+
"Changed?": [
|
824
|
+
"Modifié ?"
|
825
|
+
],
|
826
|
+
"Yes": [
|
827
|
+
"Oui"
|
828
|
+
],
|
829
|
+
"No": [
|
830
|
+
"Non"
|
831
|
+
],
|
832
|
+
"No ARF reports for this policy": [
|
833
|
+
"Aucun rapport ARF pour cette stratégie"
|
834
|
+
],
|
835
|
+
"None!": [
|
836
|
+
"Aucun"
|
837
|
+
],
|
838
|
+
"Total of one host": [
|
839
|
+
"Total de un hôte",
|
840
|
+
"Total de %%{hosts} hôtes",
|
841
|
+
"Total de %%{hosts} hôtes"
|
842
|
+
],
|
843
|
+
"Summary report for OpenScap from Foreman": [
|
844
|
+
"Rapport de synthèse pour OpenScap depuis Foreman"
|
845
|
+
],
|
846
|
+
"<b>Foreman</b> OpenSCAP summary": [
|
847
|
+
"<b>Foreman</b> OpenSCAP Récapitulatif"
|
848
|
+
],
|
849
|
+
"Summary from %{time} ago to now": [
|
850
|
+
"Résumé de %%{time} à maintenant"
|
851
|
+
],
|
852
|
+
"Summary report from Foreman server at %{foreman_url}": [
|
853
|
+
"Rapport récapitulatif de Foreman à %{foreman_url}"
|
854
|
+
],
|
855
|
+
"Policies with hosts:": [
|
856
|
+
"Stratégies avec hôtes :"
|
857
|
+
],
|
858
|
+
"Select OpenSCAP Proxy": [
|
859
|
+
"Sélectionner le proxy OpenSCAP"
|
860
|
+
],
|
861
|
+
"General": [
|
862
|
+
"Général"
|
863
|
+
],
|
864
|
+
"Host Groups": [
|
865
|
+
"Groupe d'Hôtes"
|
866
|
+
],
|
867
|
+
"Choose period": [
|
868
|
+
"Sélectionner une période"
|
869
|
+
],
|
870
|
+
"Choose weekday": [
|
871
|
+
"Sélectionner un jour de la semaine"
|
872
|
+
],
|
873
|
+
"Number of a day in month, note that not all months have same count of days": [
|
874
|
+
"Nombre de jours dans un mois, notez que chaque mois n'a pas le même nombre de jours"
|
875
|
+
],
|
876
|
+
"You can specify custom cron line, e.g. \\\"0 3 * * *\\\", separate each of 5 values by space": [
|
877
|
+
"Vous pouvez personnaliser votre ligne cron. \\\"0 3 * * *\\\", séparer chacune des 5 valeurs par un espace"
|
878
|
+
],
|
879
|
+
"Name": [
|
880
|
+
"Nom"
|
881
|
+
],
|
882
|
+
"Content": [
|
883
|
+
""
|
884
|
+
],
|
885
|
+
"Profile": [
|
886
|
+
""
|
887
|
+
],
|
888
|
+
"Effective Profile": [
|
889
|
+
"Profil effectif"
|
890
|
+
],
|
891
|
+
"None": [
|
892
|
+
"Aucun(e)"
|
893
|
+
],
|
894
|
+
"Dashboard": [
|
895
|
+
"Tableau de bord"
|
896
|
+
],
|
897
|
+
"Show Guide": [
|
898
|
+
"Afficher le guide"
|
899
|
+
],
|
900
|
+
"Delete compliance policy %s with all of its reports?": [
|
901
|
+
"Souhaitez-vous supprimer la stratégie de conformité %s avec tous ses rapports ?"
|
902
|
+
],
|
903
|
+
"New Compliance Policy": [
|
904
|
+
"Nouvelle stratégie de conformité"
|
905
|
+
],
|
906
|
+
"Select Compliance Policy": [
|
907
|
+
"Sélectionner une stratégie de conformité"
|
908
|
+
],
|
909
|
+
"Edit %s": [
|
910
|
+
"Modifier %s"
|
911
|
+
],
|
912
|
+
"Compliance Policies": [
|
913
|
+
"Stratégies de conformité"
|
914
|
+
],
|
915
|
+
"Details for Compliance Policy %s": [
|
916
|
+
"Détails de la stratégie de conformité {missing_vars}"
|
917
|
+
],
|
918
|
+
"There are significant differences in deployment options.": [
|
919
|
+
"Il existe des différences importantes dans les options de déploiement."
|
920
|
+
],
|
921
|
+
"Please make sure you understand them by reading our": [
|
922
|
+
"Assurez-vous de les comprendre en lisant notre"
|
923
|
+
],
|
924
|
+
"Choose day in month": [
|
925
|
+
"Choisir un jour du mois"
|
926
|
+
],
|
927
|
+
"Next": [
|
928
|
+
"Suivant"
|
929
|
+
],
|
930
|
+
"In Foreman, a compliance policy checklist is defined via %s.": [
|
931
|
+
"Dans Foreman, une liste de stratégies de conformité est définie via %s."
|
932
|
+
],
|
933
|
+
"SCAP content": [
|
934
|
+
"Contenu SCAP"
|
935
|
+
],
|
936
|
+
"Once SCAP content is present, you can create a policy, assign select host groups and schedule to run.": [
|
937
|
+
"Une fois que le contenu SCAP est présent, vous pouvez créer une stratégie, affecter des groupes d'hôtes sélectionnés et programmer une exécution."
|
938
|
+
],
|
939
|
+
"New Policy": [
|
940
|
+
"Nouvelle stratégie"
|
941
|
+
],
|
942
|
+
"Host Breakdown Chart": [
|
943
|
+
"Diagramme des divers hôtes"
|
944
|
+
],
|
945
|
+
"Policy assigned": [
|
946
|
+
"Stratégie assignée"
|
947
|
+
],
|
948
|
+
"Date": [
|
949
|
+
"Date"
|
950
|
+
],
|
951
|
+
"View Report": [
|
952
|
+
"Afficher le rapport"
|
953
|
+
],
|
954
|
+
"Hosts Breakdown": [
|
955
|
+
"Détails des hôtes"
|
956
|
+
],
|
957
|
+
"Compliant with the policy": [
|
958
|
+
"Conforme à la stratégie"
|
959
|
+
],
|
960
|
+
"Not compliant with the policy": [
|
961
|
+
"Non conforme à la stratégie"
|
962
|
+
],
|
963
|
+
"Inconclusive results": [
|
964
|
+
"Résultats peu probants"
|
965
|
+
],
|
966
|
+
"Never audited": [
|
967
|
+
"Jamais audité"
|
968
|
+
],
|
969
|
+
"Total hosts with policy: %s": [
|
970
|
+
"Total des hôtes ayant pour stratégie : %s"
|
971
|
+
],
|
972
|
+
"Compliance policy: %s": [
|
973
|
+
"Stratégie de conformité : %s"
|
974
|
+
],
|
975
|
+
"Status table": [
|
976
|
+
"Statut de la table"
|
977
|
+
],
|
978
|
+
"Status chart": [
|
979
|
+
"Statut du diagramme"
|
980
|
+
],
|
981
|
+
"Latest reports for policy: %s": [
|
982
|
+
"Derniers rapports pour stratégie : %s"
|
983
|
+
],
|
984
|
+
"File Upload": [
|
985
|
+
"Téléchargement du ficher"
|
986
|
+
],
|
987
|
+
"SCAP DataStream file": [
|
988
|
+
"Fichier SCAP DataStream"
|
989
|
+
],
|
990
|
+
"Title": [
|
991
|
+
""
|
992
|
+
],
|
993
|
+
"File name": [
|
994
|
+
""
|
995
|
+
],
|
996
|
+
"Created at": [
|
997
|
+
""
|
998
|
+
],
|
999
|
+
"Download": [
|
1000
|
+
"Télécharger"
|
1001
|
+
],
|
1002
|
+
"Delete scap content %s?": [
|
1003
|
+
"Supprimer contenu scap %s ?"
|
1004
|
+
],
|
1005
|
+
"SCAP Contents": [
|
1006
|
+
"Contenus SCAP"
|
1007
|
+
],
|
1008
|
+
"Upload New SCAP Content": [
|
1009
|
+
"Télécharger Nouveau contenu SCAP"
|
1010
|
+
],
|
1011
|
+
"Upload new SCAP content file": [
|
1012
|
+
"Télécharger Nouveau fichier de contenu SCAP"
|
1013
|
+
],
|
1014
|
+
"The Security Content Automation Protocol (SCAP), combines a number of open standards that are used to enumerate software flaws and\\n configuration issues related to security. ": [
|
1015
|
+
"Le protocole SACP (Security Content Automation Protocol) combine un certain nombre de normes ouvertes permettant d'énumérer les défauts logiciels et les problèmes de\\n configuration liés à la sécurité. "
|
1016
|
+
],
|
1017
|
+
"In Foreman, scap_contents represent the SCAP security guides on your hosts, and create SCAP profiles for you to assign to hosts / host groups\\n via %s": [
|
1018
|
+
"Dans Foreman, scap_contents représente les guides de sécurité SCAP sur vos hôtes, et crée des profils SCAP que vous pouvez assigner aux hôtes / groupes d'hôtes\\n via %s"
|
1019
|
+
],
|
1020
|
+
"New SCAP Content": [
|
1021
|
+
"Nouveau contenu SCAP"
|
1022
|
+
],
|
1023
|
+
"%s spool errors detected, inspect the appropriate file directly on proxy": [
|
1024
|
+
"%s erreurs de spool détectées, inspectez le fichier approprié directement sur le proxy"
|
1025
|
+
],
|
1026
|
+
"Failed to fetch spool status from proxy": [
|
1027
|
+
"Impossible d'extraire le statut du spool du proxy"
|
1028
|
+
],
|
1029
|
+
"None found": [
|
1030
|
+
"Rien trouvé"
|
1031
|
+
],
|
1032
|
+
"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.": [
|
1033
|
+
"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."
|
1034
|
+
],
|
1035
|
+
"Spool errors": [
|
1036
|
+
"Erreurs du spool"
|
1037
|
+
],
|
1038
|
+
"DataStream Tailoring file": [
|
1039
|
+
"Fichier de personnalisation DataStream"
|
1040
|
+
],
|
1041
|
+
"Delete tailoring file %s?": [
|
1042
|
+
"Souhaitez-vous supprimer le fichier de personnalisation %s ?"
|
1043
|
+
],
|
1044
|
+
"Tailoring Files": [
|
1045
|
+
"Fichiers de personnalisation"
|
1046
|
+
],
|
1047
|
+
"Upload New Tailoring file": [
|
1048
|
+
"Télécharger un nouveau fichier de personnalisation"
|
1049
|
+
],
|
1050
|
+
"Upload new Tailoring File": [
|
1051
|
+
"Télécharger un nouveau fichier de personnalisation"
|
1052
|
+
],
|
1053
|
+
"It may sometimes be required to adjust the security policy to your specific needs. ": [
|
1054
|
+
"Il est parfois nécessaire d'ajuster la stratégie de sécurité en fonction de vos besoins spécifiques."
|
1055
|
+
],
|
1056
|
+
"In Foreman, tailoring_files represent the custom modifications to default XCCDF profiles and they can be applied to hosts\\n via %s": [
|
1057
|
+
"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 via %s"
|
1058
|
+
],
|
1059
|
+
"New Tailoring File": [
|
1060
|
+
"Nouveau fichier de personnalisation"
|
1061
|
+
],
|
1062
|
+
"Compliance policy summary": [
|
1063
|
+
"Synthèse de la stratégie de conformité"
|
1064
|
+
],
|
1065
|
+
"A summary of reports for OpenSCAP policies": [
|
1066
|
+
"Récapitulatif des rapports de stratégies OpenSCAP"
|
1067
|
+
],
|
1068
|
+
"Can't find scap-security-guide RPM, are you sure it is installed on your server?": [
|
1069
|
+
""
|
1070
|
+
],
|
1071
|
+
"Expected an array of files to upload, got: %s.": [
|
1072
|
+
""
|
1073
|
+
],
|
1074
|
+
"%s is a directory, expecting file.": [
|
1075
|
+
""
|
1076
|
+
],
|
1077
|
+
"%s does not exist, skipping.": [
|
1078
|
+
""
|
1079
|
+
],
|
1080
|
+
"Failed saving %s:": [
|
1081
|
+
""
|
1082
|
+
],
|
1083
|
+
"No such directory: %s. Please check the path you have provided.": [
|
1084
|
+
""
|
1085
|
+
],
|
1086
|
+
"Red Hat %s default content": [
|
1087
|
+
""
|
1088
|
+
],
|
1089
|
+
"%s content": [
|
1090
|
+
""
|
1091
|
+
],
|
1092
|
+
"Policies": [
|
1093
|
+
"Comportements"
|
1094
|
+
],
|
1095
|
+
"SCAP contents": [
|
1096
|
+
"Contenus SCAP"
|
1097
|
+
],
|
1098
|
+
"Reports": [
|
1099
|
+
"Rapports"
|
1100
|
+
],
|
1101
|
+
"OVAL Contents": [
|
1102
|
+
"Contenus OVAL"
|
1103
|
+
],
|
1104
|
+
"OVAL Policies": [
|
1105
|
+
"Stratégies OVAL"
|
1106
|
+
],
|
1107
|
+
"OpenSCAP Proxy to use for fetching SCAP content and uploading ARF reports. Leave blank and override appropriate parameters when using proxy load balancer.": [
|
1108
|
+
"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."
|
1109
|
+
],
|
1110
|
+
"OpenSCAP Proxy": [
|
1111
|
+
"Proxy OpenSCAP"
|
1112
|
+
],
|
1113
|
+
"ID of OpenSCAP Proxy": [
|
1114
|
+
"ID du proxy OpenSCAP"
|
1115
|
+
],
|
1116
|
+
"Run OpenSCAP scan": [
|
1117
|
+
"Exécuter une analyse OpenSCAP"
|
1118
|
+
],
|
1119
|
+
"Run OVAL scan": [
|
1120
|
+
"Exécuter le scan OVAL"
|
1121
|
+
],
|
1122
|
+
"Confirm": [
|
1123
|
+
""
|
1124
|
+
],
|
1125
|
+
"None provided": [
|
1126
|
+
""
|
1127
|
+
],
|
1128
|
+
"There's no available report for this host": [
|
1129
|
+
""
|
1130
|
+
],
|
1131
|
+
"Are you sure you want to delete %s?": [
|
1132
|
+
""
|
1133
|
+
],
|
1134
|
+
"Error!": [
|
1135
|
+
"Erreur"
|
1136
|
+
],
|
1137
|
+
"Permission denied": [
|
1138
|
+
""
|
1139
|
+
],
|
1140
|
+
"There was a following error when deleting %(name)s: %(error)s": [
|
1141
|
+
""
|
1142
|
+
],
|
1143
|
+
"You are not authorized to view the page. ": [
|
1144
|
+
""
|
1145
|
+
],
|
1146
|
+
"Request the following permissions from administrator: %s.": [
|
1147
|
+
""
|
1148
|
+
],
|
1149
|
+
"No OVAL Contents found.": [
|
1150
|
+
"Aucun contenu OVAL trouvé."
|
1151
|
+
],
|
1152
|
+
"Delete OVAL Content": [
|
1153
|
+
""
|
1154
|
+
],
|
1155
|
+
"OVAL Content successfully deleted.": [
|
1156
|
+
""
|
1157
|
+
],
|
1158
|
+
"OVAL Content": [
|
1159
|
+
"Contenu OVAL"
|
1160
|
+
],
|
1161
|
+
"Create OVAL Content": [
|
1162
|
+
""
|
1163
|
+
],
|
1164
|
+
"URL": [
|
1165
|
+
""
|
1166
|
+
],
|
1167
|
+
"Original File Name": [
|
1168
|
+
""
|
1169
|
+
],
|
1170
|
+
"OVAL Contents table": [
|
1171
|
+
"OVAL Table des matières"
|
1172
|
+
],
|
1173
|
+
"New OVAL Content": [
|
1174
|
+
""
|
1175
|
+
],
|
1176
|
+
"OVAL Content Source": [
|
1177
|
+
""
|
1178
|
+
],
|
1179
|
+
"OVAL Content from URL": [
|
1180
|
+
""
|
1181
|
+
],
|
1182
|
+
"OVAL Content from file": [
|
1183
|
+
""
|
1184
|
+
],
|
1185
|
+
"File": [
|
1186
|
+
""
|
1187
|
+
],
|
1188
|
+
"OVAL Content %s successfully created": [
|
1189
|
+
""
|
1190
|
+
],
|
1191
|
+
"Unknown error when submitting data, please try again later.": [
|
1192
|
+
""
|
1193
|
+
],
|
1194
|
+
"No OVAL Content found": [
|
1195
|
+
""
|
1196
|
+
],
|
1197
|
+
"No OVAL Policies found": [
|
1198
|
+
"Aucune stratégie OVAL trouvée"
|
1199
|
+
],
|
1200
|
+
"Delete OVAL Policy": [
|
1201
|
+
""
|
1202
|
+
],
|
1203
|
+
"OVAL policy was successfully deleted.": [
|
1204
|
+
""
|
1205
|
+
],
|
1206
|
+
"OVAL policy": [
|
1207
|
+
""
|
1208
|
+
],
|
1209
|
+
"Create OVAL Policy": [
|
1210
|
+
""
|
1211
|
+
],
|
1212
|
+
"OVAL Policies Table": [
|
1213
|
+
"Liste des stratégies OVAL"
|
1214
|
+
],
|
1215
|
+
"Type a hostgroup name...": [
|
1216
|
+
""
|
1217
|
+
],
|
1218
|
+
"Choose OVAL Content": [
|
1219
|
+
""
|
1220
|
+
],
|
1221
|
+
"can't be blank": [
|
1222
|
+
""
|
1223
|
+
],
|
1224
|
+
"is not a valid cronline": [
|
1225
|
+
""
|
1226
|
+
],
|
1227
|
+
"OVAL Policy succesfully created.": [
|
1228
|
+
""
|
1229
|
+
],
|
1230
|
+
"Failed to create OVAL Policy: %s": [
|
1231
|
+
""
|
1232
|
+
],
|
1233
|
+
"OVAL Content is required to create OVAL Policy. Please create one before proceeding.": [
|
1234
|
+
""
|
1235
|
+
],
|
1236
|
+
"No CVEs found.": [
|
1237
|
+
"Aucun CVE n'a été trouvé."
|
1238
|
+
],
|
1239
|
+
"Ref Id": [
|
1240
|
+
"Réf Id"
|
1241
|
+
],
|
1242
|
+
"Has Errata?": [
|
1243
|
+
"Il y a des errata ?"
|
1244
|
+
],
|
1245
|
+
"Hosts Count": [
|
1246
|
+
"Nombre d'hôtes"
|
1247
|
+
],
|
1248
|
+
"Table of CVEs for OVAL policy": [
|
1249
|
+
"Tableau des CVEs pour la stratégie OVAL"
|
1250
|
+
],
|
1251
|
+
"Period": [
|
1252
|
+
""
|
1253
|
+
],
|
1254
|
+
"No Hostgroups found.": [
|
1255
|
+
""
|
1256
|
+
],
|
1257
|
+
"Table of hostgroups for OVAL policy": [
|
1258
|
+
""
|
1259
|
+
],
|
1260
|
+
"Scan All Hostgroups": [
|
1261
|
+
"Analyser tous les groupes d'hôtes"
|
1262
|
+
],
|
1263
|
+
"Details": [
|
1264
|
+
""
|
1265
|
+
],
|
1266
|
+
"CVEs": [
|
1267
|
+
""
|
1268
|
+
],
|
1269
|
+
"Weekly, on %s": [
|
1270
|
+
""
|
1271
|
+
],
|
1272
|
+
"Monthly, day of month: %s": [
|
1273
|
+
""
|
1274
|
+
],
|
1275
|
+
"Custom cron: %s": [
|
1276
|
+
""
|
1277
|
+
],
|
1278
|
+
"Unknown schedule": [
|
1279
|
+
""
|
1280
|
+
],
|
1281
|
+
"OVAL policy was successfully updated.": [
|
1282
|
+
""
|
1283
|
+
],
|
1284
|
+
"There was a following error when updating OVAL policy: %s": [
|
1285
|
+
""
|
1286
|
+
],
|
1287
|
+
"No OVAL Policy found": [
|
1288
|
+
"Aucune politique OVAL trouvée"
|
1289
|
+
],
|
1290
|
+
"Action with sub plans": [
|
1291
|
+
"Action avec sous-plans"
|
1292
|
+
],
|
1293
|
+
"Import facts": [
|
1294
|
+
"Importer des faits"
|
1295
|
+
],
|
1296
|
+
"Import Puppet classes": [
|
1297
|
+
"Importer des classes Puppet"
|
1298
|
+
],
|
1299
|
+
"Remote action:": [
|
1300
|
+
"Action distante :"
|
1301
|
+
]
|
1302
|
+
}
|
1303
|
+
}
|
1304
|
+
};
|