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,1309 @@
|
|
1
|
+
# English translations for foreman_openscap package.
|
2
|
+
# Copyright (C) 2023 THE PACKAGE'S COPYRIGHT HOLDER
|
3
|
+
# This file is distributed under the same license as the foreman_openscap package.
|
4
|
+
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
|
5
|
+
#
|
6
|
+
msgid ""
|
7
|
+
msgstr ""
|
8
|
+
"Project-Id-Version: foreman_openscap 1.0.0\n"
|
9
|
+
"Report-Msgid-Bugs-To: \n"
|
10
|
+
"PO-Revision-Date: 2023-05-16 14:11+0200\n"
|
11
|
+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
12
|
+
"Language-Team: English\n"
|
13
|
+
"Language: en\n"
|
14
|
+
"MIME-Version: 1.0\n"
|
15
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
16
|
+
"Content-Transfer-Encoding: 8bit\n"
|
17
|
+
"Plural-Forms: nplurals=; plural=;\n"
|
18
|
+
"\n"
|
19
|
+
|
20
|
+
msgid " for policy %s"
|
21
|
+
msgstr ""
|
22
|
+
|
23
|
+
msgid " through %s"
|
24
|
+
msgstr ""
|
25
|
+
|
26
|
+
msgid "%s - The following compliance reports are about to be changed"
|
27
|
+
msgstr ""
|
28
|
+
|
29
|
+
msgid "%s compliance report by policy"
|
30
|
+
msgid_plural "%s compliance reports by policy"
|
31
|
+
msgstr[0] ""
|
32
|
+
msgstr[1] ""
|
33
|
+
|
34
|
+
msgid "%s content"
|
35
|
+
msgstr ""
|
36
|
+
|
37
|
+
msgid "%s does not exist, skipping."
|
38
|
+
msgstr ""
|
39
|
+
|
40
|
+
msgid "%s is a directory, expecting file."
|
41
|
+
msgstr ""
|
42
|
+
|
43
|
+
msgid "%s latest report"
|
44
|
+
msgstr ""
|
45
|
+
|
46
|
+
msgid "%s reports over time"
|
47
|
+
msgstr ""
|
48
|
+
|
49
|
+
msgid "%s spool errors detected, inspect the appropriate file directly on proxy"
|
50
|
+
msgstr ""
|
51
|
+
|
52
|
+
msgid "%s vulnerabilities found"
|
53
|
+
msgstr ""
|
54
|
+
|
55
|
+
msgid "%s vulnerabilities with available patch found"
|
56
|
+
msgstr ""
|
57
|
+
|
58
|
+
msgid "%{type} was selected to deploy policy to clients, but %{type} is not available. Are you missing a plugin?"
|
59
|
+
msgstr ""
|
60
|
+
|
61
|
+
msgid "<b>Foreman</b> OpenSCAP summary"
|
62
|
+
msgstr ""
|
63
|
+
|
64
|
+
msgid "A summary of reports for OpenSCAP policies"
|
65
|
+
msgstr ""
|
66
|
+
|
67
|
+
msgid "Action with sub plans"
|
68
|
+
msgstr ""
|
69
|
+
|
70
|
+
msgid "Actions"
|
71
|
+
msgstr ""
|
72
|
+
|
73
|
+
msgid "All messages"
|
74
|
+
msgstr ""
|
75
|
+
|
76
|
+
msgid "Ansible role"
|
77
|
+
msgstr ""
|
78
|
+
|
79
|
+
msgid "Ansible variables"
|
80
|
+
msgstr ""
|
81
|
+
|
82
|
+
msgid "Apply policy to host groups"
|
83
|
+
msgstr ""
|
84
|
+
|
85
|
+
msgid "Apply policy to hosts"
|
86
|
+
msgstr ""
|
87
|
+
|
88
|
+
msgid "Are required variables for theforeman.foreman_scap_client present?"
|
89
|
+
msgstr ""
|
90
|
+
|
91
|
+
msgid "Are you sure you want to delete %s?"
|
92
|
+
msgstr ""
|
93
|
+
|
94
|
+
msgid "Array of host IDs"
|
95
|
+
msgstr ""
|
96
|
+
|
97
|
+
msgid "Array of hostgroup IDs"
|
98
|
+
msgstr ""
|
99
|
+
|
100
|
+
msgid "Assign Compliance Policy"
|
101
|
+
msgstr ""
|
102
|
+
|
103
|
+
msgid "Assign hostgroups to an OVAL Policy"
|
104
|
+
msgstr ""
|
105
|
+
|
106
|
+
msgid "Assign hosts to an OVAL Policy"
|
107
|
+
msgstr ""
|
108
|
+
|
109
|
+
msgid "Assign openscap_proxy to %s before proceeding."
|
110
|
+
msgstr ""
|
111
|
+
|
112
|
+
msgid "Back"
|
113
|
+
msgstr ""
|
114
|
+
|
115
|
+
msgid "CVEs"
|
116
|
+
msgstr ""
|
117
|
+
|
118
|
+
msgid "Can't find scap-security-guide RPM, are you sure it is installed on your server?"
|
119
|
+
msgstr ""
|
120
|
+
|
121
|
+
msgid "Cancel"
|
122
|
+
msgstr ""
|
123
|
+
|
124
|
+
msgid "Cannot generate HTML guide, no valid OpenSCAP proxy server found."
|
125
|
+
msgstr ""
|
126
|
+
|
127
|
+
msgid "Cannot generate HTML guide, scap content is missing."
|
128
|
+
msgstr ""
|
129
|
+
|
130
|
+
msgid "Change OpenSCAP Proxy"
|
131
|
+
msgstr ""
|
132
|
+
|
133
|
+
msgid "Changed"
|
134
|
+
msgstr ""
|
135
|
+
|
136
|
+
msgid "Changed file does not include existing SCAP content profiles"
|
137
|
+
msgstr ""
|
138
|
+
|
139
|
+
msgid "Changed?"
|
140
|
+
msgstr ""
|
141
|
+
|
142
|
+
msgid "Choose OVAL Content"
|
143
|
+
msgstr ""
|
144
|
+
|
145
|
+
msgid "Choose Tailoring File"
|
146
|
+
msgstr ""
|
147
|
+
|
148
|
+
msgid "Choose day in month"
|
149
|
+
msgstr ""
|
150
|
+
|
151
|
+
msgid "Choose existing SCAP Content"
|
152
|
+
msgstr ""
|
153
|
+
|
154
|
+
msgid "Choose period"
|
155
|
+
msgstr ""
|
156
|
+
|
157
|
+
msgid "Choose weekday"
|
158
|
+
msgstr ""
|
159
|
+
|
160
|
+
msgid "Compliance"
|
161
|
+
msgstr ""
|
162
|
+
|
163
|
+
msgid "Compliance Policies"
|
164
|
+
msgstr ""
|
165
|
+
|
166
|
+
msgid "Compliance Reports"
|
167
|
+
msgstr ""
|
168
|
+
|
169
|
+
msgid "Compliance Reports Breakdown"
|
170
|
+
msgstr ""
|
171
|
+
|
172
|
+
msgid "Compliance policy summary"
|
173
|
+
msgstr ""
|
174
|
+
|
175
|
+
msgid "Compliance policy: %s"
|
176
|
+
msgstr ""
|
177
|
+
|
178
|
+
msgid "Compliant"
|
179
|
+
msgstr ""
|
180
|
+
|
181
|
+
msgid "Compliant hosts"
|
182
|
+
msgstr ""
|
183
|
+
|
184
|
+
msgid "Compliant with the policy"
|
185
|
+
msgstr ""
|
186
|
+
|
187
|
+
msgid "Confirm"
|
188
|
+
msgstr ""
|
189
|
+
|
190
|
+
msgid "Content"
|
191
|
+
msgstr ""
|
192
|
+
|
193
|
+
msgid "Could not find host identified by: %s"
|
194
|
+
msgstr ""
|
195
|
+
|
196
|
+
msgid "Could not update Ansible Variables with override: true"
|
197
|
+
msgstr ""
|
198
|
+
|
199
|
+
msgid "Could not validate %s. Please make sure you have appropriate proxy version to use this functionality"
|
200
|
+
msgstr ""
|
201
|
+
|
202
|
+
msgid "Could not validate %{file_type}. Error %{error}"
|
203
|
+
msgstr ""
|
204
|
+
|
205
|
+
msgid "Create OVAL Content"
|
206
|
+
msgstr ""
|
207
|
+
|
208
|
+
msgid "Create OVAL Policy"
|
209
|
+
msgstr ""
|
210
|
+
|
211
|
+
msgid "Create OVAL content"
|
212
|
+
msgstr ""
|
213
|
+
|
214
|
+
msgid "Create SCAP content"
|
215
|
+
msgstr ""
|
216
|
+
|
217
|
+
msgid "Create a Policy"
|
218
|
+
msgstr ""
|
219
|
+
|
220
|
+
msgid "Create a Tailoring file"
|
221
|
+
msgstr ""
|
222
|
+
|
223
|
+
msgid "Create an OVAL Policy"
|
224
|
+
msgstr ""
|
225
|
+
|
226
|
+
msgid "Created at"
|
227
|
+
msgstr ""
|
228
|
+
|
229
|
+
msgid "Custom cron: %s"
|
230
|
+
msgstr ""
|
231
|
+
|
232
|
+
msgid "Dashboard"
|
233
|
+
msgstr ""
|
234
|
+
|
235
|
+
msgid "DataStream Tailoring file"
|
236
|
+
msgstr ""
|
237
|
+
|
238
|
+
msgid "Date"
|
239
|
+
msgstr ""
|
240
|
+
|
241
|
+
msgid "Default XCCDF profile"
|
242
|
+
msgstr ""
|
243
|
+
|
244
|
+
msgid "Delete"
|
245
|
+
msgstr ""
|
246
|
+
|
247
|
+
msgid "Delete OVAL Content"
|
248
|
+
msgstr ""
|
249
|
+
|
250
|
+
msgid "Delete OVAL Policy"
|
251
|
+
msgstr ""
|
252
|
+
|
253
|
+
msgid "Delete a Policy"
|
254
|
+
msgstr ""
|
255
|
+
|
256
|
+
msgid "Delete an ARF Report"
|
257
|
+
msgstr ""
|
258
|
+
|
259
|
+
msgid "Delete an OVAL Policy"
|
260
|
+
msgstr ""
|
261
|
+
|
262
|
+
msgid "Delete compliance policy %s with all of its reports?"
|
263
|
+
msgstr ""
|
264
|
+
|
265
|
+
msgid "Delete compliance report for %s?"
|
266
|
+
msgstr ""
|
267
|
+
|
268
|
+
msgid "Delete reports"
|
269
|
+
msgstr ""
|
270
|
+
|
271
|
+
msgid "Delete scap content %s?"
|
272
|
+
msgstr ""
|
273
|
+
|
274
|
+
msgid "Delete tailoring file %s?"
|
275
|
+
msgstr ""
|
276
|
+
|
277
|
+
msgid "Deleted policy"
|
278
|
+
msgstr ""
|
279
|
+
|
280
|
+
msgid "Deletes a Tailoring file"
|
281
|
+
msgstr ""
|
282
|
+
|
283
|
+
msgid "Deletes an OVAL content"
|
284
|
+
msgstr ""
|
285
|
+
|
286
|
+
msgid "Deletes an SCAP content"
|
287
|
+
msgstr ""
|
288
|
+
|
289
|
+
msgid "Deployment Options"
|
290
|
+
msgstr ""
|
291
|
+
|
292
|
+
msgid "Description"
|
293
|
+
msgstr ""
|
294
|
+
|
295
|
+
msgid "Details"
|
296
|
+
msgstr ""
|
297
|
+
|
298
|
+
msgid "Details for Compliance Policy %s"
|
299
|
+
msgstr ""
|
300
|
+
|
301
|
+
msgid "Directory to upload when using \"directory\" upload type"
|
302
|
+
msgstr ""
|
303
|
+
|
304
|
+
msgid "Documentation"
|
305
|
+
msgstr ""
|
306
|
+
|
307
|
+
msgid "Download"
|
308
|
+
msgstr ""
|
309
|
+
|
310
|
+
msgid "Download ARF report in HTML"
|
311
|
+
msgstr ""
|
312
|
+
|
313
|
+
msgid "Download HTML"
|
314
|
+
msgstr ""
|
315
|
+
|
316
|
+
msgid "Download XML in bzip"
|
317
|
+
msgstr ""
|
318
|
+
|
319
|
+
msgid "Download a Tailoring file as XML"
|
320
|
+
msgstr ""
|
321
|
+
|
322
|
+
msgid "Download an SCAP content as XML"
|
323
|
+
msgstr ""
|
324
|
+
|
325
|
+
msgid "Download bzipped ARF report"
|
326
|
+
msgstr ""
|
327
|
+
|
328
|
+
msgid "Edit %s"
|
329
|
+
msgstr ""
|
330
|
+
|
331
|
+
msgid "Effective Profile"
|
332
|
+
msgstr ""
|
333
|
+
|
334
|
+
msgid "Error!"
|
335
|
+
msgstr ""
|
336
|
+
|
337
|
+
msgid "Every puppet run ensures the foreman_scap_client is configured according to the policy."
|
338
|
+
msgstr ""
|
339
|
+
|
340
|
+
msgid "Expected an array of files to upload, got: %s."
|
341
|
+
msgstr ""
|
342
|
+
|
343
|
+
msgid "Failed"
|
344
|
+
msgstr ""
|
345
|
+
|
346
|
+
msgid "Failed and Othered"
|
347
|
+
msgstr ""
|
348
|
+
|
349
|
+
msgid "Failed only"
|
350
|
+
msgstr ""
|
351
|
+
|
352
|
+
msgid "Failed saving %s:"
|
353
|
+
msgstr ""
|
354
|
+
|
355
|
+
msgid "Failed to create OVAL Policy: %s"
|
356
|
+
msgstr ""
|
357
|
+
|
358
|
+
msgid "Failed to delete %s compliance reports"
|
359
|
+
msgstr ""
|
360
|
+
|
361
|
+
msgid "Failed to delete ARF Report for host %{host_name} reported at %{reported_at}"
|
362
|
+
msgstr ""
|
363
|
+
|
364
|
+
msgid "Failed to downloaded ARF report as bzip: %s"
|
365
|
+
msgstr ""
|
366
|
+
|
367
|
+
msgid "Failed to downloaded ARF report in HTML: %s"
|
368
|
+
msgstr ""
|
369
|
+
|
370
|
+
msgid "Failed to fetch content file from %s"
|
371
|
+
msgstr ""
|
372
|
+
|
373
|
+
msgid "Failed to fetch spool status from proxy"
|
374
|
+
msgstr ""
|
375
|
+
|
376
|
+
msgid "Failed to save when overriding parameters for %{config_tool}, cause: %{errors}"
|
377
|
+
msgstr ""
|
378
|
+
|
379
|
+
msgid "Failed to upload Arf Report, OpenSCAP proxy name or url not found in params when uploading for %s and host is missing openscap_proxy"
|
380
|
+
msgstr ""
|
381
|
+
|
382
|
+
#. TRANSLATORS: initial character of Failed
|
383
|
+
msgid "Failed|F"
|
384
|
+
msgstr ""
|
385
|
+
|
386
|
+
msgid "File"
|
387
|
+
msgstr ""
|
388
|
+
|
389
|
+
msgid "File Upload"
|
390
|
+
msgstr ""
|
391
|
+
|
392
|
+
msgid "File name"
|
393
|
+
msgstr ""
|
394
|
+
|
395
|
+
msgid "File paths to upload when using \"files\" upload type"
|
396
|
+
msgstr ""
|
397
|
+
|
398
|
+
msgid "Full Report"
|
399
|
+
msgstr ""
|
400
|
+
|
401
|
+
msgid "General"
|
402
|
+
msgstr ""
|
403
|
+
|
404
|
+
msgid "Has Errata?"
|
405
|
+
msgstr ""
|
406
|
+
|
407
|
+
msgid "Host"
|
408
|
+
msgstr ""
|
409
|
+
|
410
|
+
msgid "Host Breakdown Chart"
|
411
|
+
msgstr ""
|
412
|
+
|
413
|
+
msgid "Host Groups"
|
414
|
+
msgstr ""
|
415
|
+
|
416
|
+
msgid "Host compliance details"
|
417
|
+
msgstr ""
|
418
|
+
|
419
|
+
msgid "Host details"
|
420
|
+
msgstr ""
|
421
|
+
|
422
|
+
msgid "Host does not exist anymore"
|
423
|
+
msgstr ""
|
424
|
+
|
425
|
+
msgid "Host is assigned to policy"
|
426
|
+
msgstr ""
|
427
|
+
|
428
|
+
msgid "Host is deleted"
|
429
|
+
msgstr ""
|
430
|
+
|
431
|
+
msgid "Host is not assigned to policy but reports were found. You may want to delete the reports or assign the policy again."
|
432
|
+
msgstr ""
|
433
|
+
|
434
|
+
msgid "Hostgroups"
|
435
|
+
msgstr ""
|
436
|
+
|
437
|
+
msgid "Hostname"
|
438
|
+
msgstr ""
|
439
|
+
|
440
|
+
msgid "Hosts Breakdown"
|
441
|
+
msgstr ""
|
442
|
+
|
443
|
+
msgid "Hosts Count"
|
444
|
+
msgstr ""
|
445
|
+
|
446
|
+
msgid "Hosts failing this rule"
|
447
|
+
msgstr ""
|
448
|
+
|
449
|
+
msgid "Hosts no longer assigned: %s"
|
450
|
+
msgstr ""
|
451
|
+
|
452
|
+
msgid "Hosts othering this rule"
|
453
|
+
msgstr ""
|
454
|
+
|
455
|
+
msgid "Hosts passing this rule"
|
456
|
+
msgstr ""
|
457
|
+
|
458
|
+
msgid "How the policy should be deployed"
|
459
|
+
msgstr ""
|
460
|
+
|
461
|
+
msgid "ID of OpenSCAP Proxy"
|
462
|
+
msgstr ""
|
463
|
+
|
464
|
+
msgid "Import Puppet classes"
|
465
|
+
msgstr ""
|
466
|
+
|
467
|
+
msgid "Import facts"
|
468
|
+
msgstr ""
|
469
|
+
|
470
|
+
msgid "In Foreman, a compliance policy checklist is defined via %s."
|
471
|
+
msgstr ""
|
472
|
+
|
473
|
+
msgid ""
|
474
|
+
"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"
|
475
|
+
" via %s"
|
476
|
+
msgstr ""
|
477
|
+
|
478
|
+
msgid ""
|
479
|
+
"In Foreman, tailoring_files represent the custom modifications to default XCCDF profiles and they can be applied to hosts\n"
|
480
|
+
" via %s"
|
481
|
+
msgstr ""
|
482
|
+
|
483
|
+
msgid "Incompliant"
|
484
|
+
msgstr ""
|
485
|
+
|
486
|
+
msgid "Incompliant hosts"
|
487
|
+
msgstr ""
|
488
|
+
|
489
|
+
msgid "Inconclusive"
|
490
|
+
msgstr ""
|
491
|
+
|
492
|
+
msgid "Inconclusive results"
|
493
|
+
msgstr ""
|
494
|
+
|
495
|
+
msgid "Is %s param set to be overriden?"
|
496
|
+
msgstr ""
|
497
|
+
|
498
|
+
msgid "Is foreman_ansible present?"
|
499
|
+
msgstr ""
|
500
|
+
|
501
|
+
msgid "Is theforeman.foreman_scap_client present?"
|
502
|
+
msgstr ""
|
503
|
+
|
504
|
+
msgid "It may sometimes be required to adjust the security policy to your specific needs. "
|
505
|
+
msgstr ""
|
506
|
+
|
507
|
+
msgid "Latest Compliance Reports"
|
508
|
+
msgstr ""
|
509
|
+
|
510
|
+
msgid "Latest reports for policy: %s"
|
511
|
+
msgstr ""
|
512
|
+
|
513
|
+
msgid "List ARF reports"
|
514
|
+
msgstr ""
|
515
|
+
|
516
|
+
msgid "List OVAL Policies"
|
517
|
+
msgstr ""
|
518
|
+
|
519
|
+
msgid "List OVAL contents"
|
520
|
+
msgstr ""
|
521
|
+
|
522
|
+
msgid "List Policies"
|
523
|
+
msgstr ""
|
524
|
+
|
525
|
+
msgid "List SCAP content profiles"
|
526
|
+
msgstr ""
|
527
|
+
|
528
|
+
msgid "List SCAP contents"
|
529
|
+
msgstr ""
|
530
|
+
|
531
|
+
msgid "List Tailoring files"
|
532
|
+
msgstr ""
|
533
|
+
|
534
|
+
msgid "Loading..."
|
535
|
+
msgstr ""
|
536
|
+
|
537
|
+
msgid "Locations"
|
538
|
+
msgstr ""
|
539
|
+
|
540
|
+
msgid "Message"
|
541
|
+
msgstr ""
|
542
|
+
|
543
|
+
msgid "Monthly, day of month: %s"
|
544
|
+
msgstr ""
|
545
|
+
|
546
|
+
msgid "More details"
|
547
|
+
msgstr ""
|
548
|
+
|
549
|
+
msgid "Name"
|
550
|
+
msgstr ""
|
551
|
+
|
552
|
+
msgid "Never audited"
|
553
|
+
msgstr ""
|
554
|
+
|
555
|
+
msgid "New Compliance Policy"
|
556
|
+
msgstr ""
|
557
|
+
|
558
|
+
msgid "New OVAL Content"
|
559
|
+
msgstr ""
|
560
|
+
|
561
|
+
msgid "New Policy"
|
562
|
+
msgstr ""
|
563
|
+
|
564
|
+
msgid "New SCAP Content"
|
565
|
+
msgstr ""
|
566
|
+
|
567
|
+
msgid "New Tailoring File"
|
568
|
+
msgstr ""
|
569
|
+
|
570
|
+
msgid "Next"
|
571
|
+
msgstr ""
|
572
|
+
|
573
|
+
msgid "No"
|
574
|
+
msgstr ""
|
575
|
+
|
576
|
+
msgid "No ARF reports for this policy"
|
577
|
+
msgstr ""
|
578
|
+
|
579
|
+
msgid "No CVEs found."
|
580
|
+
msgstr ""
|
581
|
+
|
582
|
+
msgid "No Hostgroups found."
|
583
|
+
msgstr ""
|
584
|
+
|
585
|
+
msgid "No OVAL Content found"
|
586
|
+
msgstr ""
|
587
|
+
|
588
|
+
msgid "No OVAL Contents found."
|
589
|
+
msgstr ""
|
590
|
+
|
591
|
+
msgid "No OVAL Policies found"
|
592
|
+
msgstr ""
|
593
|
+
|
594
|
+
msgid "No OVAL Policy found"
|
595
|
+
msgstr ""
|
596
|
+
|
597
|
+
msgid "No OpenSCAP Proxy selected."
|
598
|
+
msgstr ""
|
599
|
+
|
600
|
+
msgid "No OpenSCAP proxy found for %{class} with id %{id}"
|
601
|
+
msgstr ""
|
602
|
+
|
603
|
+
msgid "No Tailoring file assigned for policy with id %s"
|
604
|
+
msgstr ""
|
605
|
+
|
606
|
+
msgid "No Vulnerabilities found"
|
607
|
+
msgstr ""
|
608
|
+
|
609
|
+
msgid "No available proxy to validate. Returned with error: %s"
|
610
|
+
msgstr ""
|
611
|
+
|
612
|
+
msgid "No compliance policy selected."
|
613
|
+
msgstr ""
|
614
|
+
|
615
|
+
msgid "No compliance reports selected"
|
616
|
+
msgstr ""
|
617
|
+
|
618
|
+
msgid "No compliance reports were found."
|
619
|
+
msgstr ""
|
620
|
+
|
621
|
+
msgid "No hosts selected"
|
622
|
+
msgstr ""
|
623
|
+
|
624
|
+
msgid "No hosts were found."
|
625
|
+
msgstr ""
|
626
|
+
|
627
|
+
msgid "No proxy found for %{name} or %{url}"
|
628
|
+
msgstr ""
|
629
|
+
|
630
|
+
msgid "No proxy found!"
|
631
|
+
msgstr ""
|
632
|
+
|
633
|
+
msgid "No proxy with OpenSCAP feature is running."
|
634
|
+
msgstr ""
|
635
|
+
|
636
|
+
msgid "No proxy with OpenSCAP feature was found."
|
637
|
+
msgstr ""
|
638
|
+
|
639
|
+
msgid "No report for this policy"
|
640
|
+
msgstr ""
|
641
|
+
|
642
|
+
msgid "No reports available"
|
643
|
+
msgstr ""
|
644
|
+
|
645
|
+
msgid "No such directory: %s. Please check the path you have provided."
|
646
|
+
msgstr ""
|
647
|
+
|
648
|
+
msgid "No valid policy ID provided"
|
649
|
+
msgstr ""
|
650
|
+
|
651
|
+
msgid "None"
|
652
|
+
msgstr ""
|
653
|
+
|
654
|
+
msgid "None found"
|
655
|
+
msgstr ""
|
656
|
+
|
657
|
+
msgid "None provided"
|
658
|
+
msgstr ""
|
659
|
+
|
660
|
+
msgid "None!"
|
661
|
+
msgstr ""
|
662
|
+
|
663
|
+
msgid "Not audited"
|
664
|
+
msgstr ""
|
665
|
+
|
666
|
+
msgid "Not compliant with the policy"
|
667
|
+
msgstr ""
|
668
|
+
|
669
|
+
msgid "Nothing to show"
|
670
|
+
msgstr ""
|
671
|
+
|
672
|
+
msgid "Number of Events"
|
673
|
+
msgstr ""
|
674
|
+
|
675
|
+
msgid "Number of a day in month, note that not all months have same count of days"
|
676
|
+
msgstr ""
|
677
|
+
|
678
|
+
msgid "OVAL Content"
|
679
|
+
msgstr ""
|
680
|
+
|
681
|
+
msgid "OVAL Content %s successfully created"
|
682
|
+
msgstr ""
|
683
|
+
|
684
|
+
msgid "OVAL Content Source"
|
685
|
+
msgstr ""
|
686
|
+
|
687
|
+
msgid "OVAL Content from URL"
|
688
|
+
msgstr ""
|
689
|
+
|
690
|
+
msgid "OVAL Content from file"
|
691
|
+
msgstr ""
|
692
|
+
|
693
|
+
msgid "OVAL Content is required to create OVAL Policy. Please create one before proceeding."
|
694
|
+
msgstr ""
|
695
|
+
|
696
|
+
msgid "OVAL Content successfully deleted."
|
697
|
+
msgstr ""
|
698
|
+
|
699
|
+
msgid "OVAL Contents"
|
700
|
+
msgstr ""
|
701
|
+
|
702
|
+
msgid "OVAL Contents table"
|
703
|
+
msgstr ""
|
704
|
+
|
705
|
+
msgid "OVAL Policies"
|
706
|
+
msgstr ""
|
707
|
+
|
708
|
+
msgid "OVAL Policies Table"
|
709
|
+
msgstr ""
|
710
|
+
|
711
|
+
msgid "OVAL Policy description"
|
712
|
+
msgstr ""
|
713
|
+
|
714
|
+
msgid "OVAL Policy name"
|
715
|
+
msgstr ""
|
716
|
+
|
717
|
+
msgid "OVAL Policy schedule cron line (only if period == \"custom\")"
|
718
|
+
msgstr ""
|
719
|
+
|
720
|
+
msgid "OVAL Policy schedule day of month (only if period == \"monthly\")"
|
721
|
+
msgstr ""
|
722
|
+
|
723
|
+
msgid "OVAL Policy schedule period (weekly, monthly, custom)"
|
724
|
+
msgstr ""
|
725
|
+
|
726
|
+
msgid "OVAL Policy schedule weekday (only if period == \"weekly\")"
|
727
|
+
msgstr ""
|
728
|
+
|
729
|
+
msgid "OVAL Policy succesfully created."
|
730
|
+
msgstr ""
|
731
|
+
|
732
|
+
msgid "OVAL content name"
|
733
|
+
msgstr ""
|
734
|
+
|
735
|
+
msgid "OVAL policy"
|
736
|
+
msgstr ""
|
737
|
+
|
738
|
+
msgid "OVAL policy successfully configured with %s."
|
739
|
+
msgstr ""
|
740
|
+
|
741
|
+
msgid "OVAL policy was successfully deleted."
|
742
|
+
msgstr ""
|
743
|
+
|
744
|
+
msgid "OVAL policy was successfully updated."
|
745
|
+
msgstr ""
|
746
|
+
|
747
|
+
msgid "OVAL scan"
|
748
|
+
msgstr ""
|
749
|
+
|
750
|
+
msgid "Once SCAP content is present, you can create a policy, assign select host groups and schedule to run."
|
751
|
+
msgstr ""
|
752
|
+
|
753
|
+
msgid "OpenSCAP Proxy"
|
754
|
+
msgstr ""
|
755
|
+
|
756
|
+
msgid "OpenSCAP Proxy to use for fetching SCAP content and uploading ARF reports. Leave blank and override appropriate parameters when using proxy load balancer."
|
757
|
+
msgstr ""
|
758
|
+
|
759
|
+
msgid "Openscap Proxy"
|
760
|
+
msgstr ""
|
761
|
+
|
762
|
+
msgid "Organizations"
|
763
|
+
msgstr ""
|
764
|
+
|
765
|
+
msgid "Original File Name"
|
766
|
+
msgstr ""
|
767
|
+
|
768
|
+
msgid "Original file name of the OVAL content file"
|
769
|
+
msgstr ""
|
770
|
+
|
771
|
+
msgid "Original file name of the XML file"
|
772
|
+
msgstr ""
|
773
|
+
|
774
|
+
msgid "Other"
|
775
|
+
msgstr ""
|
776
|
+
|
777
|
+
msgid "Othered"
|
778
|
+
msgstr ""
|
779
|
+
|
780
|
+
#. TRANSLATORS: initial character of Othered which is an SCAP term
|
781
|
+
msgid "Othered|O"
|
782
|
+
msgstr ""
|
783
|
+
|
784
|
+
msgid "Passed"
|
785
|
+
msgstr ""
|
786
|
+
|
787
|
+
#. TRANSLATORS: initial character of Passed
|
788
|
+
msgid "Passed|P"
|
789
|
+
msgstr ""
|
790
|
+
|
791
|
+
msgid "Period"
|
792
|
+
msgstr ""
|
793
|
+
|
794
|
+
msgid "Permission denied"
|
795
|
+
msgstr ""
|
796
|
+
|
797
|
+
msgid "Please Confirm"
|
798
|
+
msgstr ""
|
799
|
+
|
800
|
+
msgid "Please make sure you understand them by reading our"
|
801
|
+
msgstr ""
|
802
|
+
|
803
|
+
msgid "Please specify import type, received: %{received}, expected one of: %{expected}"
|
804
|
+
msgstr ""
|
805
|
+
|
806
|
+
msgid "Policies"
|
807
|
+
msgstr ""
|
808
|
+
|
809
|
+
msgid "Policies with hosts:"
|
810
|
+
msgstr ""
|
811
|
+
|
812
|
+
msgid "Policy"
|
813
|
+
msgstr ""
|
814
|
+
|
815
|
+
msgid "Policy %s"
|
816
|
+
msgstr ""
|
817
|
+
|
818
|
+
msgid "Policy Attributes"
|
819
|
+
msgstr ""
|
820
|
+
|
821
|
+
msgid "Policy OVAL content ID"
|
822
|
+
msgstr ""
|
823
|
+
|
824
|
+
msgid "Policy SCAP content ID"
|
825
|
+
msgstr ""
|
826
|
+
|
827
|
+
msgid "Policy SCAP content profile ID"
|
828
|
+
msgstr ""
|
829
|
+
|
830
|
+
msgid "Policy assigned"
|
831
|
+
msgstr ""
|
832
|
+
|
833
|
+
msgid "Policy description"
|
834
|
+
msgstr ""
|
835
|
+
|
836
|
+
msgid "Policy is missing"
|
837
|
+
msgstr ""
|
838
|
+
|
839
|
+
msgid "Policy name"
|
840
|
+
msgstr ""
|
841
|
+
|
842
|
+
msgid "Policy schedule cron line (only if period == \"custom\")"
|
843
|
+
msgstr ""
|
844
|
+
|
845
|
+
msgid "Policy schedule day of month (only if period == \"monthly\")"
|
846
|
+
msgstr ""
|
847
|
+
|
848
|
+
msgid "Policy schedule period (weekly, monthly, custom)"
|
849
|
+
msgstr ""
|
850
|
+
|
851
|
+
msgid "Policy schedule weekday (only if period == \"weekly\")"
|
852
|
+
msgstr ""
|
853
|
+
|
854
|
+
msgid "Policy with id %s not found."
|
855
|
+
msgstr ""
|
856
|
+
|
857
|
+
msgid "Profile"
|
858
|
+
msgstr ""
|
859
|
+
|
860
|
+
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."
|
861
|
+
msgstr ""
|
862
|
+
|
863
|
+
msgid "Puppet class"
|
864
|
+
msgstr ""
|
865
|
+
|
866
|
+
msgid "Rationale"
|
867
|
+
msgstr ""
|
868
|
+
|
869
|
+
msgid "Red Hat %s default content"
|
870
|
+
msgstr ""
|
871
|
+
|
872
|
+
msgid "Ref Id"
|
873
|
+
msgstr ""
|
874
|
+
|
875
|
+
msgid "References"
|
876
|
+
msgstr ""
|
877
|
+
|
878
|
+
msgid "Remote action:"
|
879
|
+
msgstr ""
|
880
|
+
|
881
|
+
msgid "Report Metrics"
|
882
|
+
msgstr ""
|
883
|
+
|
884
|
+
msgid "Report Status"
|
885
|
+
msgstr ""
|
886
|
+
|
887
|
+
msgid "Reported At"
|
888
|
+
msgstr ""
|
889
|
+
|
890
|
+
msgid "Reported at %s"
|
891
|
+
msgstr ""
|
892
|
+
|
893
|
+
msgid "Reports"
|
894
|
+
msgstr ""
|
895
|
+
|
896
|
+
msgid "Request the following permissions from administrator: %s."
|
897
|
+
msgstr ""
|
898
|
+
|
899
|
+
msgid "Request timed out. Please try increasing Settings -> proxy_request_timeout"
|
900
|
+
msgstr ""
|
901
|
+
|
902
|
+
msgid "Required %{msg_name} %{class} was not found, please ensure it is imported first."
|
903
|
+
msgstr ""
|
904
|
+
|
905
|
+
msgid "Requires %s Puppet class. This will assign the class to the hosts or selected hostgroups."
|
906
|
+
msgstr ""
|
907
|
+
|
908
|
+
msgid "Requires Ansible plugin, %s Ansible role and variables. This will assign the role to the hosts or selected hostgroups."
|
909
|
+
msgstr ""
|
910
|
+
|
911
|
+
msgid "Resource"
|
912
|
+
msgstr ""
|
913
|
+
|
914
|
+
msgid "Result"
|
915
|
+
msgstr ""
|
916
|
+
|
917
|
+
msgid "Rule Results"
|
918
|
+
msgstr ""
|
919
|
+
|
920
|
+
msgid "Run OVAL scan"
|
921
|
+
msgstr ""
|
922
|
+
|
923
|
+
msgid "Run OpenSCAP scan"
|
924
|
+
msgstr ""
|
925
|
+
|
926
|
+
msgid "SCAP Content"
|
927
|
+
msgstr ""
|
928
|
+
|
929
|
+
msgid "SCAP Contents"
|
930
|
+
msgstr ""
|
931
|
+
|
932
|
+
msgid "SCAP DataStream file"
|
933
|
+
msgstr ""
|
934
|
+
|
935
|
+
msgid "SCAP content"
|
936
|
+
msgstr ""
|
937
|
+
|
938
|
+
msgid "SCAP content name"
|
939
|
+
msgstr ""
|
940
|
+
|
941
|
+
msgid "SCAP contents"
|
942
|
+
msgstr ""
|
943
|
+
|
944
|
+
msgid "SCAP policies summary"
|
945
|
+
msgstr ""
|
946
|
+
|
947
|
+
msgid "Scan All Hostgroups"
|
948
|
+
msgstr ""
|
949
|
+
|
950
|
+
msgid "Schedule"
|
951
|
+
msgstr ""
|
952
|
+
|
953
|
+
msgid "Select Action"
|
954
|
+
msgstr ""
|
955
|
+
|
956
|
+
msgid "Select Compliance Policy"
|
957
|
+
msgstr ""
|
958
|
+
|
959
|
+
msgid "Select OpenSCAP Proxy"
|
960
|
+
msgstr ""
|
961
|
+
|
962
|
+
msgid "Select all items in this page"
|
963
|
+
msgstr ""
|
964
|
+
|
965
|
+
msgid "Severity"
|
966
|
+
msgstr ""
|
967
|
+
|
968
|
+
msgid "Show Guide"
|
969
|
+
msgstr ""
|
970
|
+
|
971
|
+
msgid "Show a Policy"
|
972
|
+
msgstr ""
|
973
|
+
|
974
|
+
msgid "Show a Tailoring file"
|
975
|
+
msgstr ""
|
976
|
+
|
977
|
+
msgid "Show a policy's OVAL content"
|
978
|
+
msgstr ""
|
979
|
+
|
980
|
+
msgid "Show a policy's SCAP content"
|
981
|
+
msgstr ""
|
982
|
+
|
983
|
+
msgid "Show a policy's Tailoring file"
|
984
|
+
msgstr ""
|
985
|
+
|
986
|
+
msgid "Show an ARF report"
|
987
|
+
msgstr ""
|
988
|
+
|
989
|
+
msgid "Show an OVAL Policy"
|
990
|
+
msgstr ""
|
991
|
+
|
992
|
+
msgid "Show an OVAL content"
|
993
|
+
msgstr ""
|
994
|
+
|
995
|
+
msgid "Show an SCAP content"
|
996
|
+
msgstr ""
|
997
|
+
|
998
|
+
msgid "Show config information for foreman_scap_client"
|
999
|
+
msgstr ""
|
1000
|
+
|
1001
|
+
msgid "Show log messages:"
|
1002
|
+
msgstr ""
|
1003
|
+
|
1004
|
+
msgid "Smart Class Parameters"
|
1005
|
+
msgstr ""
|
1006
|
+
|
1007
|
+
msgid "Something went wrong while selecting compliance reports - %s"
|
1008
|
+
msgstr ""
|
1009
|
+
|
1010
|
+
msgid "Something went wrong while selecting hosts - %s"
|
1011
|
+
msgstr ""
|
1012
|
+
|
1013
|
+
msgid "Spool errors"
|
1014
|
+
msgstr ""
|
1015
|
+
|
1016
|
+
msgid "Status chart"
|
1017
|
+
msgstr ""
|
1018
|
+
|
1019
|
+
msgid "Status table"
|
1020
|
+
msgstr ""
|
1021
|
+
|
1022
|
+
msgid "Submit"
|
1023
|
+
msgstr ""
|
1024
|
+
|
1025
|
+
msgid "Successfully deleted %s compliance reports"
|
1026
|
+
msgstr ""
|
1027
|
+
|
1028
|
+
msgid "Successfully deleted ARF report."
|
1029
|
+
msgstr ""
|
1030
|
+
|
1031
|
+
msgid "Summary from %{time} ago to now"
|
1032
|
+
msgstr ""
|
1033
|
+
|
1034
|
+
msgid "Summary report for OpenScap from Foreman"
|
1035
|
+
msgstr ""
|
1036
|
+
|
1037
|
+
msgid "Summary report from Foreman server at %{foreman_url}"
|
1038
|
+
msgstr ""
|
1039
|
+
|
1040
|
+
msgid "Sync contents that have remote source URL"
|
1041
|
+
msgstr ""
|
1042
|
+
|
1043
|
+
msgid "Table of CVEs for OVAL policy"
|
1044
|
+
msgstr ""
|
1045
|
+
|
1046
|
+
msgid "Table of hostgroups for OVAL policy"
|
1047
|
+
msgstr ""
|
1048
|
+
|
1049
|
+
msgid "Tailoring File"
|
1050
|
+
msgstr ""
|
1051
|
+
|
1052
|
+
msgid "Tailoring Files"
|
1053
|
+
msgstr ""
|
1054
|
+
|
1055
|
+
msgid "Tailoring file ID"
|
1056
|
+
msgstr ""
|
1057
|
+
|
1058
|
+
msgid "Tailoring file name"
|
1059
|
+
msgstr ""
|
1060
|
+
|
1061
|
+
msgid "Tailoring file profile ID"
|
1062
|
+
msgstr ""
|
1063
|
+
|
1064
|
+
msgid "The %s proxy does not have Openscap feature enabled. Either set correct OpenSCAP Proxy or unset it."
|
1065
|
+
msgstr ""
|
1066
|
+
|
1067
|
+
msgid ""
|
1068
|
+
"The Security Content Automation Protocol (SCAP), combines a number of open standards that are used to enumerate software flaws and\n"
|
1069
|
+
" configuration issues related to security. "
|
1070
|
+
msgstr ""
|
1071
|
+
|
1072
|
+
msgid "The following %{key_name} were missing for %{item_name}: %{key_names}. Make sure they are imported before proceeding."
|
1073
|
+
msgstr ""
|
1074
|
+
|
1075
|
+
msgid "The following Ansible Variables were not found: %{missing_vars}, please import them before running this action again."
|
1076
|
+
msgstr ""
|
1077
|
+
|
1078
|
+
msgid "The following Smart Proxies need to be updated to unlock the feature: %s. "
|
1079
|
+
msgstr ""
|
1080
|
+
|
1081
|
+
msgid "The following proxies could not be reached: %s. Please make sure they are available so Foreman can check their versions."
|
1082
|
+
msgstr ""
|
1083
|
+
|
1084
|
+
msgid "The identifier of the host"
|
1085
|
+
msgstr ""
|
1086
|
+
|
1087
|
+
msgid "There are significant differences in deployment options."
|
1088
|
+
msgstr ""
|
1089
|
+
|
1090
|
+
msgid "There was a following error when deleting %(name)s: %(error)s"
|
1091
|
+
msgstr ""
|
1092
|
+
|
1093
|
+
msgid "There was a following error when updating OVAL policy: %s"
|
1094
|
+
msgstr ""
|
1095
|
+
|
1096
|
+
msgid "There's no available report for this host"
|
1097
|
+
msgstr ""
|
1098
|
+
|
1099
|
+
msgid "This feature is temporarily disabled. "
|
1100
|
+
msgstr ""
|
1101
|
+
|
1102
|
+
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."
|
1103
|
+
msgstr ""
|
1104
|
+
|
1105
|
+
msgid "This profile will be used to override the one from scap content"
|
1106
|
+
msgstr ""
|
1107
|
+
|
1108
|
+
msgid "Title"
|
1109
|
+
msgstr ""
|
1110
|
+
|
1111
|
+
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."
|
1112
|
+
msgstr ""
|
1113
|
+
|
1114
|
+
msgid "Total"
|
1115
|
+
msgstr ""
|
1116
|
+
|
1117
|
+
msgid "Total hosts with policy: %s"
|
1118
|
+
msgstr ""
|
1119
|
+
|
1120
|
+
msgid "Total hosts with reports where policy is no longer assigned."
|
1121
|
+
msgstr ""
|
1122
|
+
|
1123
|
+
msgid "Total of one host"
|
1124
|
+
msgid_plural "Total of %{hosts} hosts"
|
1125
|
+
msgstr[0] ""
|
1126
|
+
msgstr[1] ""
|
1127
|
+
|
1128
|
+
msgid "Type a hostgroup name..."
|
1129
|
+
msgstr ""
|
1130
|
+
|
1131
|
+
msgid "Type of the upload"
|
1132
|
+
msgstr ""
|
1133
|
+
|
1134
|
+
msgid "URL"
|
1135
|
+
msgstr ""
|
1136
|
+
|
1137
|
+
msgid "URL of the OVAL content file"
|
1138
|
+
msgstr ""
|
1139
|
+
|
1140
|
+
msgid "Unable to get HTML version of requested report from Smart Proxy"
|
1141
|
+
msgstr ""
|
1142
|
+
|
1143
|
+
msgid "Unable to get XML version of requested report from Smart Proxy"
|
1144
|
+
msgstr ""
|
1145
|
+
|
1146
|
+
msgid "Unassign Compliance Policy"
|
1147
|
+
msgstr ""
|
1148
|
+
|
1149
|
+
msgid "Unknown Compliance status"
|
1150
|
+
msgstr ""
|
1151
|
+
|
1152
|
+
msgid "Unknown OVAL status"
|
1153
|
+
msgstr ""
|
1154
|
+
|
1155
|
+
msgid "Unknown error when submitting data, please try again later."
|
1156
|
+
msgstr ""
|
1157
|
+
|
1158
|
+
msgid "Unknown schedule"
|
1159
|
+
msgstr ""
|
1160
|
+
|
1161
|
+
msgid "Update a Policy"
|
1162
|
+
msgstr ""
|
1163
|
+
|
1164
|
+
msgid "Update a Tailoring file"
|
1165
|
+
msgstr ""
|
1166
|
+
|
1167
|
+
msgid "Update an OVAL Policy"
|
1168
|
+
msgstr ""
|
1169
|
+
|
1170
|
+
msgid "Update an OVAL content"
|
1171
|
+
msgstr ""
|
1172
|
+
|
1173
|
+
msgid "Update an SCAP content"
|
1174
|
+
msgstr ""
|
1175
|
+
|
1176
|
+
msgid "Updated hosts: Assigned with OpenSCAP Proxy: %s"
|
1177
|
+
msgstr ""
|
1178
|
+
|
1179
|
+
msgid "Updated hosts: Assigned with compliance policy: %s"
|
1180
|
+
msgstr ""
|
1181
|
+
|
1182
|
+
msgid "Updated hosts: Unassigned from compliance policy '%s'"
|
1183
|
+
msgstr ""
|
1184
|
+
|
1185
|
+
msgid "Upload New SCAP Content"
|
1186
|
+
msgstr ""
|
1187
|
+
|
1188
|
+
msgid "Upload New Tailoring file"
|
1189
|
+
msgstr ""
|
1190
|
+
|
1191
|
+
msgid "Upload an ARF report"
|
1192
|
+
msgstr ""
|
1193
|
+
|
1194
|
+
msgid "Upload an OVAL report - a list of CVEs for given host"
|
1195
|
+
msgstr ""
|
1196
|
+
|
1197
|
+
msgid "Upload new SCAP content file"
|
1198
|
+
msgstr ""
|
1199
|
+
|
1200
|
+
msgid "Upload new Tailoring File"
|
1201
|
+
msgstr ""
|
1202
|
+
|
1203
|
+
msgid "Upload scap contents in bulk"
|
1204
|
+
msgstr ""
|
1205
|
+
|
1206
|
+
msgid "View Report"
|
1207
|
+
msgstr ""
|
1208
|
+
|
1209
|
+
msgid "View full report"
|
1210
|
+
msgstr ""
|
1211
|
+
|
1212
|
+
msgid "Was %s configured successfully?"
|
1213
|
+
msgstr ""
|
1214
|
+
|
1215
|
+
msgid "Was %{model_name} %{name} configured successfully?"
|
1216
|
+
msgstr ""
|
1217
|
+
|
1218
|
+
msgid "Weekly, on %s"
|
1219
|
+
msgstr ""
|
1220
|
+
|
1221
|
+
msgid "XCCDF Profile"
|
1222
|
+
msgstr ""
|
1223
|
+
|
1224
|
+
msgid "XCCDF Profile in Tailoring File"
|
1225
|
+
msgstr ""
|
1226
|
+
|
1227
|
+
msgid "XML containing OVAL content"
|
1228
|
+
msgstr ""
|
1229
|
+
|
1230
|
+
msgid "XML containing SCAP content"
|
1231
|
+
msgstr ""
|
1232
|
+
|
1233
|
+
msgid "XML containing tailoring file"
|
1234
|
+
msgstr ""
|
1235
|
+
|
1236
|
+
msgid "Yes"
|
1237
|
+
msgstr ""
|
1238
|
+
|
1239
|
+
msgid "You are not authorized to view the page. "
|
1240
|
+
msgstr ""
|
1241
|
+
|
1242
|
+
msgid "You can specify custom cron line, e.g. \"0 3 * * *\", separate each of 5 values by space"
|
1243
|
+
msgstr ""
|
1244
|
+
|
1245
|
+
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."
|
1246
|
+
msgstr ""
|
1247
|
+
|
1248
|
+
msgid "can't be blank"
|
1249
|
+
msgstr ""
|
1250
|
+
|
1251
|
+
msgid "cannot assign to %s, all assigned policies must be deployed in the same way, check 'deploy by' for each assigned policy"
|
1252
|
+
msgstr ""
|
1253
|
+
|
1254
|
+
msgid "cause: "
|
1255
|
+
msgstr ""
|
1256
|
+
|
1257
|
+
msgid "documentation"
|
1258
|
+
msgstr ""
|
1259
|
+
|
1260
|
+
msgid "does not come from selected tailoring file"
|
1261
|
+
msgstr ""
|
1262
|
+
|
1263
|
+
msgid "does not consist of 5 parts separated by space"
|
1264
|
+
msgstr ""
|
1265
|
+
|
1266
|
+
msgid "does not have the selected SCAP content profile"
|
1267
|
+
msgstr ""
|
1268
|
+
|
1269
|
+
msgid "foreman_ansible plugin not found, please install it before running this action again."
|
1270
|
+
msgstr ""
|
1271
|
+
|
1272
|
+
msgid "hostgroups"
|
1273
|
+
msgstr ""
|
1274
|
+
|
1275
|
+
msgid "hosts"
|
1276
|
+
msgstr ""
|
1277
|
+
|
1278
|
+
msgid "invalid type %s"
|
1279
|
+
msgstr ""
|
1280
|
+
|
1281
|
+
msgid "is not a valid cronline"
|
1282
|
+
msgstr ""
|
1283
|
+
|
1284
|
+
msgid "is not a valid value"
|
1285
|
+
msgstr ""
|
1286
|
+
|
1287
|
+
msgid "is not included in SCAP_RESULT"
|
1288
|
+
msgstr ""
|
1289
|
+
|
1290
|
+
msgid "items selected. Uncheck to Clear"
|
1291
|
+
msgstr ""
|
1292
|
+
|
1293
|
+
msgid "must be between 1 and 31"
|
1294
|
+
msgstr ""
|
1295
|
+
|
1296
|
+
msgid "must be present when tailoring file present"
|
1297
|
+
msgstr ""
|
1298
|
+
|
1299
|
+
msgid "must be present when tailoring file profile present"
|
1300
|
+
msgstr ""
|
1301
|
+
|
1302
|
+
msgid "must have Openscap feature"
|
1303
|
+
msgstr ""
|
1304
|
+
|
1305
|
+
msgid "theforeman.foreman_scap_client Ansible Role not found, please import it before running this action again."
|
1306
|
+
msgstr ""
|
1307
|
+
|
1308
|
+
msgid "these Compliance reports"
|
1309
|
+
msgstr ""
|