foreman_openscap 1.0.10 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/controllers/api/v2/compliance/policies_controller.rb +1 -1
- data/app/controllers/policies_controller.rb +1 -1
- data/app/helpers/compliance_hosts_helper.rb +23 -0
- data/app/helpers/concerns/foreman_openscap/hosts_helper_extensions.rb +0 -6
- data/app/helpers/foreman_openscap_helper.rb +2 -10
- data/app/models/concerns/foreman_openscap/host_extensions.rb +1 -1
- data/app/models/foreman_openscap/policy.rb +12 -0
- data/lib/foreman_openscap/engine.rb +6 -4
- data/lib/foreman_openscap/version.rb +1 -1
- data/locale/de/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/de/foreman_openscap.po +401 -228
- data/locale/en_GB/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/en_GB/foreman_openscap.po +214 -43
- data/locale/es/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/es/foreman_openscap.po +446 -273
- data/locale/foreman_openscap.pot +275 -51
- data/locale/fr/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/fr/foreman_openscap.po +453 -274
- data/locale/gl/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/gl/foreman_openscap.po +227 -56
- data/locale/it/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/it/foreman_openscap.po +250 -78
- data/locale/ja/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/ja/foreman_openscap.po +445 -272
- data/locale/ko/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/ko/foreman_openscap.po +321 -150
- data/locale/pt_BR/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/pt_BR/foreman_openscap.po +448 -270
- data/locale/ru/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/ru/foreman_openscap.po +329 -155
- data/locale/sv_SE/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/sv_SE/foreman_openscap.po +227 -56
- data/locale/zh_CN/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/zh_CN/foreman_openscap.po +445 -271
- data/locale/zh_TW/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/zh_TW/foreman_openscap.po +318 -146
- data/test/unit/concerns/host_extensions_test.rb +7 -0
- data/test/unit/policy_test.rb +19 -0
- metadata +8 -23
- data/app/overrides/hosts/overview/host_compliance_status.rb +0 -4
- data/app/views/compliance_hosts/_compliance_status.erb +0 -6
- data/locale/de/foreman_openscap.edit.po +0 -0
- data/locale/en_GB/foreman_openscap.edit.po +0 -0
- data/locale/es/foreman_openscap.edit.po +0 -0
- data/locale/fr/foreman_openscap.edit.po +0 -0
- data/locale/gl/foreman_openscap.edit.po +0 -0
- data/locale/it/foreman_openscap.edit.po +0 -0
- data/locale/ja/foreman_openscap.edit.po +0 -0
- data/locale/ko/foreman_openscap.edit.po +0 -0
- data/locale/pt_BR/foreman_openscap.edit.po +0 -0
- data/locale/ru/foreman_openscap.edit.po +0 -0
- data/locale/sv_SE/foreman_openscap.edit.po +0 -0
- data/locale/zh_CN/foreman_openscap.edit.po +0 -0
- data/locale/zh_TW/foreman_openscap.edit.po +0 -0
Binary file
|
@@ -1,21 +1,22 @@
|
|
1
|
-
#
|
2
|
-
# Copyright (C)
|
1
|
+
# SOME DESCRIPTIVE TITLE.
|
2
|
+
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
3
3
|
# This file is distributed under the same license as the foreman_openscap package.
|
4
|
-
# FIRST AUTHOR <EMAIL@ADDRESS>, 2016.
|
5
4
|
#
|
5
|
+
# Translators:
|
6
|
+
# FIRST AUTHOR <EMAIL@ADDRESS>, 2016
|
6
7
|
msgid ""
|
7
8
|
msgstr ""
|
8
|
-
"Project-Id-Version:
|
9
|
+
"Project-Id-Version: Foreman\n"
|
9
10
|
"Report-Msgid-Bugs-To: \n"
|
10
|
-
"PO-Revision-Date:
|
11
|
-
"Last-Translator:
|
12
|
-
"Language-Team: Italian
|
13
|
-
"
|
11
|
+
"PO-Revision-Date: 2019-09-05 20:17+0000\n"
|
12
|
+
"Last-Translator: Lukáš Zapletal\n"
|
13
|
+
"Language-Team: Italian (http://www.transifex.com/foreman/foreman/language/it/)"
|
14
|
+
"\n"
|
14
15
|
"MIME-Version: 1.0\n"
|
15
16
|
"Content-Type: text/plain; charset=UTF-8\n"
|
16
17
|
"Content-Transfer-Encoding: 8bit\n"
|
17
|
-
"
|
18
|
-
"
|
18
|
+
"Language: it\n"
|
19
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
19
20
|
|
20
21
|
msgid " for policy %s"
|
21
22
|
msgstr ""
|
@@ -52,17 +53,20 @@ msgstr ""
|
|
52
53
|
msgid "A summary of reports for OpenSCAP policies"
|
53
54
|
msgstr ""
|
54
55
|
|
56
|
+
msgid "Abstract async task"
|
57
|
+
msgstr ""
|
58
|
+
|
55
59
|
msgid "Action with sub plans"
|
56
60
|
msgstr ""
|
57
61
|
|
58
62
|
msgid "Actions"
|
59
|
-
msgstr ""
|
63
|
+
msgstr "Azioni"
|
60
64
|
|
61
65
|
msgid "All messages"
|
62
|
-
msgstr ""
|
66
|
+
msgstr "Tutti i messaggi"
|
63
67
|
|
64
68
|
msgid "Ansible role"
|
65
|
-
msgstr ""
|
69
|
+
msgstr "ruolo Ansible"
|
66
70
|
|
67
71
|
msgid "Ansible variables"
|
68
72
|
msgstr ""
|
@@ -76,12 +80,21 @@ msgstr ""
|
|
76
80
|
msgid "Assign Compliance Policy"
|
77
81
|
msgstr ""
|
78
82
|
|
79
|
-
msgid "
|
83
|
+
msgid "Attach subscriptions"
|
80
84
|
msgstr ""
|
81
85
|
|
82
|
-
msgid "
|
86
|
+
msgid "Auto attach subscriptions"
|
83
87
|
msgstr ""
|
84
88
|
|
89
|
+
msgid "Auto-attach subscriptions"
|
90
|
+
msgstr ""
|
91
|
+
|
92
|
+
msgid "Back"
|
93
|
+
msgstr "Indietro"
|
94
|
+
|
95
|
+
msgid "Cancel"
|
96
|
+
msgstr "Annulla"
|
97
|
+
|
85
98
|
msgid "Cannot generate HTML guide, no valid OpenSCAP proxy server found."
|
86
99
|
msgstr ""
|
87
100
|
|
@@ -115,9 +128,12 @@ msgstr ""
|
|
115
128
|
msgid "Choose weekday"
|
116
129
|
msgstr ""
|
117
130
|
|
118
|
-
msgid "
|
131
|
+
msgid "Combined Profile Update"
|
119
132
|
msgstr ""
|
120
133
|
|
134
|
+
msgid "Compliance"
|
135
|
+
msgstr "Conforme"
|
136
|
+
|
121
137
|
msgid "Compliance Hosts"
|
122
138
|
msgstr ""
|
123
139
|
|
@@ -130,18 +146,12 @@ msgstr ""
|
|
130
146
|
msgid "Compliance Reports Breakdown"
|
131
147
|
msgstr ""
|
132
148
|
|
133
|
-
msgid "Compliance Status"
|
134
|
-
msgstr ""
|
135
|
-
|
136
149
|
msgid "Compliance policy summary"
|
137
150
|
msgstr ""
|
138
151
|
|
139
152
|
msgid "Compliance policy: %s"
|
140
153
|
msgstr ""
|
141
154
|
|
142
|
-
msgid "Compliance reports breakdown"
|
143
|
-
msgstr ""
|
144
|
-
|
145
155
|
msgid "Compliant"
|
146
156
|
msgstr ""
|
147
157
|
|
@@ -160,6 +170,12 @@ msgstr ""
|
|
160
170
|
msgid "Could not validate %{file_type}. Error %{error}"
|
161
171
|
msgstr ""
|
162
172
|
|
173
|
+
msgid "Create"
|
174
|
+
msgstr ""
|
175
|
+
|
176
|
+
msgid "Create Package Group"
|
177
|
+
msgstr ""
|
178
|
+
|
163
179
|
msgid "Create SCAP content"
|
164
180
|
msgstr ""
|
165
181
|
|
@@ -169,40 +185,43 @@ msgstr ""
|
|
169
185
|
msgid "Create a Tailoring file"
|
170
186
|
msgstr ""
|
171
187
|
|
172
|
-
msgid "Create client"
|
173
|
-
msgstr ""
|
174
|
-
|
175
188
|
msgid "Dashboard"
|
176
|
-
msgstr ""
|
189
|
+
msgstr "Dashboard"
|
177
190
|
|
178
191
|
msgid "DataStream Tailoring file"
|
179
192
|
msgstr ""
|
180
193
|
|
181
194
|
msgid "Date"
|
182
|
-
msgstr ""
|
195
|
+
msgstr "Data"
|
183
196
|
|
184
197
|
msgid "Default XCCDF profile"
|
185
198
|
msgstr ""
|
186
199
|
|
187
200
|
msgid "Delete"
|
201
|
+
msgstr "Elimina"
|
202
|
+
|
203
|
+
msgid "Delete Activation Key"
|
188
204
|
msgstr ""
|
189
205
|
|
190
|
-
msgid "Delete
|
206
|
+
msgid "Delete Lifecycle Environment"
|
191
207
|
msgstr ""
|
192
208
|
|
193
|
-
msgid "Delete
|
209
|
+
msgid "Delete Package Group"
|
194
210
|
msgstr ""
|
195
211
|
|
196
|
-
msgid "Delete
|
212
|
+
msgid "Delete Product"
|
197
213
|
msgstr ""
|
198
214
|
|
199
|
-
msgid "Delete
|
215
|
+
msgid "Delete a Policy"
|
200
216
|
msgstr ""
|
201
217
|
|
202
|
-
msgid "Delete
|
218
|
+
msgid "Delete an ARF Report"
|
203
219
|
msgstr ""
|
204
220
|
|
205
|
-
msgid "Delete
|
221
|
+
msgid "Delete compliance policy %s with all of its reports?"
|
222
|
+
msgstr ""
|
223
|
+
|
224
|
+
msgid "Delete compliance report for %s?"
|
206
225
|
msgstr ""
|
207
226
|
|
208
227
|
msgid "Delete reports"
|
@@ -227,13 +246,25 @@ msgid "Deployment Options"
|
|
227
246
|
msgstr ""
|
228
247
|
|
229
248
|
msgid "Description"
|
249
|
+
msgstr "Descrizione"
|
250
|
+
|
251
|
+
msgid "Destroy"
|
252
|
+
msgstr ""
|
253
|
+
|
254
|
+
msgid "Destroy Content Host"
|
255
|
+
msgstr ""
|
256
|
+
|
257
|
+
msgid "Disable"
|
258
|
+
msgstr ""
|
259
|
+
|
260
|
+
msgid "Discover"
|
230
261
|
msgstr ""
|
231
262
|
|
232
263
|
msgid "Documentation"
|
233
264
|
msgstr ""
|
234
265
|
|
235
266
|
msgid "Download"
|
236
|
-
msgstr ""
|
267
|
+
msgstr "Scarica"
|
237
268
|
|
238
269
|
msgid "Download ARF report in HTML"
|
239
270
|
msgstr ""
|
@@ -265,9 +296,18 @@ msgstr ""
|
|
265
296
|
msgid "Effective Profile"
|
266
297
|
msgstr ""
|
267
298
|
|
268
|
-
msgid "
|
299
|
+
msgid "Enable"
|
269
300
|
msgstr ""
|
270
301
|
|
302
|
+
msgid "Errata mail"
|
303
|
+
msgstr ""
|
304
|
+
|
305
|
+
msgid "Export"
|
306
|
+
msgstr ""
|
307
|
+
|
308
|
+
msgid "Failed"
|
309
|
+
msgstr "Non riuscito"
|
310
|
+
|
271
311
|
msgid "Failed and Othered"
|
272
312
|
msgstr ""
|
273
313
|
|
@@ -297,31 +337,37 @@ msgstr ""
|
|
297
337
|
|
298
338
|
#. TRANSLATORS: initial character of Failed
|
299
339
|
msgid "Failed|F"
|
340
|
+
msgstr "F"
|
341
|
+
|
342
|
+
msgid "Fetch pxe files"
|
300
343
|
msgstr ""
|
301
344
|
|
302
345
|
msgid "File Upload"
|
303
346
|
msgstr ""
|
304
347
|
|
348
|
+
msgid "Filtered index content"
|
349
|
+
msgstr ""
|
350
|
+
|
305
351
|
msgid "Full Report"
|
306
352
|
msgstr ""
|
307
353
|
|
308
354
|
msgid "General"
|
309
|
-
msgstr ""
|
355
|
+
msgstr "Generale"
|
310
356
|
|
311
357
|
msgid "Host"
|
312
|
-
msgstr ""
|
358
|
+
msgstr "Host"
|
313
359
|
|
314
360
|
msgid "Host Breakdown Chart"
|
315
361
|
msgstr ""
|
316
362
|
|
317
363
|
msgid "Host Groups"
|
318
|
-
msgstr ""
|
364
|
+
msgstr "Gruppi host"
|
319
365
|
|
320
366
|
msgid "Host compliance details"
|
321
367
|
msgstr ""
|
322
368
|
|
323
369
|
msgid "Host details"
|
324
|
-
msgstr ""
|
370
|
+
msgstr "Informazioni host"
|
325
371
|
|
326
372
|
msgid "Host does not exist anymore"
|
327
373
|
msgstr ""
|
@@ -336,10 +382,10 @@ msgid "Host is not assigned to policy but reports were found. You may want to de
|
|
336
382
|
msgstr ""
|
337
383
|
|
338
384
|
msgid "Hostgroups"
|
339
|
-
msgstr ""
|
385
|
+
msgstr "Hostgroup"
|
340
386
|
|
341
387
|
msgid "Hostname"
|
342
|
-
msgstr ""
|
388
|
+
msgstr "Nome host"
|
343
389
|
|
344
390
|
msgid "Hosts Breakdown"
|
345
391
|
msgstr ""
|
@@ -359,14 +405,20 @@ msgstr ""
|
|
359
405
|
msgid "How the policy should be deployed"
|
360
406
|
msgstr ""
|
361
407
|
|
408
|
+
msgid "Hypervisors"
|
409
|
+
msgstr ""
|
410
|
+
|
411
|
+
msgid "Hypervisors update"
|
412
|
+
msgstr ""
|
413
|
+
|
362
414
|
msgid "ID of OpenSCAP Proxy"
|
363
415
|
msgstr ""
|
364
416
|
|
365
417
|
msgid "Import Puppet classes"
|
366
|
-
msgstr ""
|
418
|
+
msgstr "Importa classi Puppet"
|
367
419
|
|
368
420
|
msgid "Import facts"
|
369
|
-
msgstr ""
|
421
|
+
msgstr "Importa gli eventi"
|
370
422
|
|
371
423
|
msgid "In Foreman, a compliance policy checklist is defined via %s."
|
372
424
|
msgstr ""
|
@@ -393,6 +445,39 @@ msgstr ""
|
|
393
445
|
msgid "Inconclusive results"
|
394
446
|
msgstr ""
|
395
447
|
|
448
|
+
msgid "Incremental Update"
|
449
|
+
msgstr ""
|
450
|
+
|
451
|
+
msgid "Incremental Update of Content View Version(s) "
|
452
|
+
msgstr ""
|
453
|
+
|
454
|
+
msgid "Index content"
|
455
|
+
msgstr ""
|
456
|
+
|
457
|
+
msgid "Index errata"
|
458
|
+
msgstr ""
|
459
|
+
|
460
|
+
msgid "Index module streams"
|
461
|
+
msgstr ""
|
462
|
+
|
463
|
+
msgid "Index package groups"
|
464
|
+
msgstr ""
|
465
|
+
|
466
|
+
msgid "Install Applicable Errata"
|
467
|
+
msgstr ""
|
468
|
+
|
469
|
+
msgid "Install erratum"
|
470
|
+
msgstr ""
|
471
|
+
|
472
|
+
msgid "Install package"
|
473
|
+
msgstr ""
|
474
|
+
|
475
|
+
msgid "Install package group"
|
476
|
+
msgstr ""
|
477
|
+
|
478
|
+
msgid "Instance update"
|
479
|
+
msgstr ""
|
480
|
+
|
396
481
|
msgid "It may sometimes be required to adjust the security policy to your specific needs. "
|
397
482
|
msgstr ""
|
398
483
|
|
@@ -415,16 +500,16 @@ msgid "List Tailoring files"
|
|
415
500
|
msgstr ""
|
416
501
|
|
417
502
|
msgid "Loading..."
|
418
|
-
msgstr ""
|
503
|
+
msgstr "Caricamento..."
|
419
504
|
|
420
505
|
msgid "Locations"
|
421
|
-
msgstr ""
|
506
|
+
msgstr "Posizioni"
|
422
507
|
|
423
508
|
msgid "Message"
|
424
|
-
msgstr ""
|
509
|
+
msgstr "Messaggio"
|
425
510
|
|
426
511
|
msgid "More details"
|
427
|
-
msgstr ""
|
512
|
+
msgstr "Maggiori dettagli"
|
428
513
|
|
429
514
|
msgid "Never audited"
|
430
515
|
msgstr ""
|
@@ -442,10 +527,10 @@ msgid "New Tailoring File"
|
|
442
527
|
msgstr ""
|
443
528
|
|
444
529
|
msgid "Next"
|
445
|
-
msgstr ""
|
530
|
+
msgstr "Successivo"
|
446
531
|
|
447
532
|
msgid "No"
|
448
|
-
msgstr ""
|
533
|
+
msgstr "No"
|
449
534
|
|
450
535
|
msgid "No ARF reports for this policy"
|
451
536
|
msgstr ""
|
@@ -472,7 +557,7 @@ msgid "No compliance reports were found."
|
|
472
557
|
msgstr ""
|
473
558
|
|
474
559
|
msgid "No hosts selected"
|
475
|
-
msgstr ""
|
560
|
+
msgstr "Nessun host selezionato"
|
476
561
|
|
477
562
|
msgid "No hosts were found."
|
478
563
|
msgstr ""
|
@@ -499,7 +584,7 @@ msgid "No valid policy ID provided"
|
|
499
584
|
msgstr ""
|
500
585
|
|
501
586
|
msgid "None"
|
502
|
-
msgstr ""
|
587
|
+
msgstr "Nessuno"
|
503
588
|
|
504
589
|
msgid "None found"
|
505
590
|
msgstr ""
|
@@ -514,10 +599,10 @@ msgid "Not compliant with the policy"
|
|
514
599
|
msgstr ""
|
515
600
|
|
516
601
|
msgid "Nothing to show"
|
517
|
-
msgstr ""
|
602
|
+
msgstr "Niente da visualizzare"
|
518
603
|
|
519
604
|
msgid "Number of Events"
|
520
|
-
msgstr ""
|
605
|
+
msgstr "Numero di eventi"
|
521
606
|
|
522
607
|
msgid "Number of a day in month, note that not all months have same count of days"
|
523
608
|
msgstr ""
|
@@ -535,13 +620,13 @@ msgid "Openscap Proxy"
|
|
535
620
|
msgstr ""
|
536
621
|
|
537
622
|
msgid "Organizations"
|
538
|
-
msgstr ""
|
623
|
+
msgstr "Organizzazioni"
|
539
624
|
|
540
625
|
msgid "Original file name of the XML file"
|
541
626
|
msgstr ""
|
542
627
|
|
543
628
|
msgid "Other"
|
544
|
-
msgstr ""
|
629
|
+
msgstr "Altro"
|
545
630
|
|
546
631
|
msgid "Othered"
|
547
632
|
msgstr ""
|
@@ -550,6 +635,9 @@ msgstr ""
|
|
550
635
|
msgid "Othered|O"
|
551
636
|
msgstr ""
|
552
637
|
|
638
|
+
msgid "Package Profile Update"
|
639
|
+
msgstr ""
|
640
|
+
|
553
641
|
msgid "Passed"
|
554
642
|
msgstr ""
|
555
643
|
|
@@ -558,10 +646,10 @@ msgid "Passed|P"
|
|
558
646
|
msgstr ""
|
559
647
|
|
560
648
|
msgid "Please Confirm"
|
561
|
-
msgstr ""
|
649
|
+
msgstr "Conferma"
|
562
650
|
|
563
651
|
msgid "Policies"
|
564
|
-
msgstr ""
|
652
|
+
msgstr "Regole"
|
565
653
|
|
566
654
|
msgid "Policies with hosts:"
|
567
655
|
msgstr ""
|
@@ -608,27 +696,66 @@ msgstr ""
|
|
608
696
|
msgid "Policy with id %s not found."
|
609
697
|
msgstr ""
|
610
698
|
|
699
|
+
msgid "Product Create"
|
700
|
+
msgstr ""
|
701
|
+
|
702
|
+
msgid "Promote"
|
703
|
+
msgstr ""
|
704
|
+
|
705
|
+
msgid "Promotion to Environment"
|
706
|
+
msgstr ""
|
707
|
+
|
611
708
|
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."
|
612
709
|
msgstr ""
|
613
710
|
|
614
|
-
msgid "
|
711
|
+
msgid "Publish"
|
712
|
+
msgstr ""
|
713
|
+
|
714
|
+
msgid "Publish Lifecycle Environment Repositories"
|
615
715
|
msgstr ""
|
616
716
|
|
717
|
+
msgid "Puppet class"
|
718
|
+
msgstr "Classe del puppet"
|
719
|
+
|
617
720
|
msgid "Rationale"
|
618
721
|
msgstr ""
|
619
722
|
|
620
723
|
msgid "References"
|
724
|
+
msgstr "Riferimenti"
|
725
|
+
|
726
|
+
msgid "Reindex subscriptions"
|
621
727
|
msgstr ""
|
622
728
|
|
623
729
|
msgid "Remote action:"
|
730
|
+
msgstr "Azione remota:"
|
731
|
+
|
732
|
+
msgid "Remove Content"
|
624
733
|
msgstr ""
|
625
734
|
|
626
|
-
msgid "
|
735
|
+
msgid "Remove Version"
|
627
736
|
msgstr ""
|
628
737
|
|
629
|
-
msgid "
|
738
|
+
msgid "Remove Versions and Associations"
|
630
739
|
msgstr ""
|
631
740
|
|
741
|
+
msgid "Remove from Environment"
|
742
|
+
msgstr ""
|
743
|
+
|
744
|
+
msgid "Remove package"
|
745
|
+
msgstr ""
|
746
|
+
|
747
|
+
msgid "Remove package group"
|
748
|
+
msgstr ""
|
749
|
+
|
750
|
+
msgid "Remove subscriptions"
|
751
|
+
msgstr ""
|
752
|
+
|
753
|
+
msgid "Report Metrics"
|
754
|
+
msgstr "Metriche notifica"
|
755
|
+
|
756
|
+
msgid "Report Status"
|
757
|
+
msgstr "Stato notifica"
|
758
|
+
|
632
759
|
msgid "Reported At"
|
633
760
|
msgstr ""
|
634
761
|
|
@@ -636,6 +763,9 @@ msgid "Reported at %s"
|
|
636
763
|
msgstr ""
|
637
764
|
|
638
765
|
msgid "Reports"
|
766
|
+
msgstr "Notifiche"
|
767
|
+
|
768
|
+
msgid "Republish Version Repositories"
|
639
769
|
msgstr ""
|
640
770
|
|
641
771
|
msgid "Request timed out. Please try increasing Settings -> proxy_request_timeout"
|
@@ -645,14 +775,20 @@ msgid "Required %{msg_name} %{class} was not found, please ensure it is imported
|
|
645
775
|
msgstr ""
|
646
776
|
|
647
777
|
msgid "Resource"
|
648
|
-
msgstr ""
|
778
|
+
msgstr "Risorse"
|
649
779
|
|
650
780
|
msgid "Result"
|
781
|
+
msgstr "Risultato"
|
782
|
+
|
783
|
+
msgid "Rule Results"
|
651
784
|
msgstr ""
|
652
785
|
|
653
786
|
msgid "Run OpenSCAP scan"
|
654
787
|
msgstr ""
|
655
788
|
|
789
|
+
msgid "Run Sync Plan:"
|
790
|
+
msgstr ""
|
791
|
+
|
656
792
|
msgid "SCAP Content"
|
657
793
|
msgstr ""
|
658
794
|
|
@@ -663,7 +799,7 @@ msgid "SCAP DataStream file"
|
|
663
799
|
msgstr ""
|
664
800
|
|
665
801
|
msgid "SCAP content"
|
666
|
-
msgstr ""
|
802
|
+
msgstr "Contenuto di SCAP"
|
667
803
|
|
668
804
|
msgid "SCAP content name"
|
669
805
|
msgstr ""
|
@@ -678,10 +814,10 @@ msgid "Scap Contents"
|
|
678
814
|
msgstr ""
|
679
815
|
|
680
816
|
msgid "Schedule"
|
681
|
-
msgstr ""
|
817
|
+
msgstr "Programmazione"
|
682
818
|
|
683
819
|
msgid "Select Action"
|
684
|
-
msgstr ""
|
820
|
+
msgstr "Seleziona azione"
|
685
821
|
|
686
822
|
msgid "Select Compliance Policy"
|
687
823
|
msgstr ""
|
@@ -690,10 +826,10 @@ msgid "Select OpenSCAP Proxy"
|
|
690
826
|
msgstr ""
|
691
827
|
|
692
828
|
msgid "Select all items in this page"
|
693
|
-
msgstr ""
|
829
|
+
msgstr "Seleziona tutti gli elementi in questa pagina"
|
694
830
|
|
695
831
|
msgid "Severity"
|
696
|
-
msgstr ""
|
832
|
+
msgstr "Severità"
|
697
833
|
|
698
834
|
msgid "Show Guide"
|
699
835
|
msgstr ""
|
@@ -720,7 +856,7 @@ msgid "Show config information for foreman_scap_client"
|
|
720
856
|
msgstr ""
|
721
857
|
|
722
858
|
msgid "Show log messages:"
|
723
|
-
msgstr ""
|
859
|
+
msgstr "Mostra i messaggi di log:"
|
724
860
|
|
725
861
|
msgid "Smart Class Parameters"
|
726
862
|
msgstr ""
|
@@ -729,19 +865,19 @@ msgid "Something went wrong while selecting compliance reports - %s"
|
|
729
865
|
msgstr ""
|
730
866
|
|
731
867
|
msgid "Something went wrong while selecting hosts - %s"
|
732
|
-
msgstr ""
|
868
|
+
msgstr "Si è verificato un errore durante la selezione degli host - %s"
|
733
869
|
|
734
870
|
msgid "Spool errors"
|
735
871
|
msgstr ""
|
736
872
|
|
737
873
|
msgid "Status chart"
|
738
|
-
msgstr ""
|
874
|
+
msgstr "Grafico stato"
|
739
875
|
|
740
876
|
msgid "Status table"
|
741
|
-
msgstr ""
|
877
|
+
msgstr "Tabella stato"
|
742
878
|
|
743
879
|
msgid "Submit"
|
744
|
-
msgstr ""
|
880
|
+
msgstr "Invia"
|
745
881
|
|
746
882
|
msgid "Successfully deleted %s compliance reports"
|
747
883
|
msgstr ""
|
@@ -758,6 +894,15 @@ msgstr ""
|
|
758
894
|
msgid "Summary report from Foreman server at %{foreman_url}"
|
759
895
|
msgstr ""
|
760
896
|
|
897
|
+
msgid "Sync capsule"
|
898
|
+
msgstr ""
|
899
|
+
|
900
|
+
msgid "Synchronize"
|
901
|
+
msgstr ""
|
902
|
+
|
903
|
+
msgid "Synchronize smart proxy"
|
904
|
+
msgstr ""
|
905
|
+
|
761
906
|
msgid "Tailoring File"
|
762
907
|
msgstr ""
|
763
908
|
|
@@ -797,7 +942,7 @@ msgid "This profile will be used to override the one from scap content"
|
|
797
942
|
msgstr ""
|
798
943
|
|
799
944
|
msgid "Total"
|
800
|
-
msgstr ""
|
945
|
+
msgstr "Totale"
|
801
946
|
|
802
947
|
msgid "Total hosts with policy: %s"
|
803
948
|
msgstr ""
|
@@ -822,6 +967,12 @@ msgstr ""
|
|
822
967
|
msgid "Unknown Compliance status"
|
823
968
|
msgstr ""
|
824
969
|
|
970
|
+
msgid "Update"
|
971
|
+
msgstr ""
|
972
|
+
|
973
|
+
msgid "Update Content Overrides"
|
974
|
+
msgstr ""
|
975
|
+
|
825
976
|
msgid "Update a Policy"
|
826
977
|
msgstr ""
|
827
978
|
|
@@ -831,10 +982,25 @@ msgstr ""
|
|
831
982
|
msgid "Update an SCAP content"
|
832
983
|
msgstr ""
|
833
984
|
|
834
|
-
msgid "Update
|
985
|
+
msgid "Update content urls"
|
986
|
+
msgstr ""
|
987
|
+
|
988
|
+
msgid "Update for host"
|
989
|
+
msgstr ""
|
990
|
+
|
991
|
+
msgid "Update http proxy"
|
992
|
+
msgstr ""
|
993
|
+
|
994
|
+
msgid "Update http proxy details"
|
995
|
+
msgstr ""
|
996
|
+
|
997
|
+
msgid "Update package"
|
998
|
+
msgstr ""
|
999
|
+
|
1000
|
+
msgid "Update redhat repository"
|
835
1001
|
msgstr ""
|
836
1002
|
|
837
|
-
msgid "Update
|
1003
|
+
msgid "Update release version for host"
|
838
1004
|
msgstr ""
|
839
1005
|
|
840
1006
|
msgid "Updated hosts: Assigned with OpenSCAP Proxy: %s"
|
@@ -855,6 +1021,12 @@ msgstr ""
|
|
855
1021
|
msgid "Upload an ARF report"
|
856
1022
|
msgstr ""
|
857
1023
|
|
1024
|
+
msgid "Upload errata into"
|
1025
|
+
msgstr ""
|
1026
|
+
|
1027
|
+
msgid "Upload into"
|
1028
|
+
msgstr ""
|
1029
|
+
|
858
1030
|
msgid "Upload new SCAP content file"
|
859
1031
|
msgstr ""
|
860
1032
|
|
@@ -868,7 +1040,7 @@ msgid "View full report"
|
|
868
1040
|
msgstr ""
|
869
1041
|
|
870
1042
|
msgid "XCCDF Profile"
|
871
|
-
msgstr ""
|
1043
|
+
msgstr "Profilo XCCDF"
|
872
1044
|
|
873
1045
|
msgid "XCCDF Profile in Tailoring File"
|
874
1046
|
msgstr ""
|
@@ -880,7 +1052,7 @@ msgid "XML containing tailoring file"
|
|
880
1052
|
msgstr ""
|
881
1053
|
|
882
1054
|
msgid "Yes"
|
883
|
-
msgstr ""
|
1055
|
+
msgstr "Sì"
|
884
1056
|
|
885
1057
|
msgid "You can specify custom cron line, e.g. \"0 3 * * *\", separate each of 5 values by space"
|
886
1058
|
msgstr ""
|
@@ -904,7 +1076,7 @@ msgid "does not have the selected SCAP content profile"
|
|
904
1076
|
msgstr ""
|
905
1077
|
|
906
1078
|
msgid "invalid type %s"
|
907
|
-
msgstr ""
|
1079
|
+
msgstr "tipo di %s non valido"
|
908
1080
|
|
909
1081
|
msgid "is not a valid value"
|
910
1082
|
msgstr ""
|
@@ -913,7 +1085,7 @@ msgid "is not included in SCAP_RESULT"
|
|
913
1085
|
msgstr ""
|
914
1086
|
|
915
1087
|
msgid "items selected. Uncheck to Clear"
|
916
|
-
msgstr ""
|
1088
|
+
msgstr "oggetti selezionati. Deselezionare per annullare"
|
917
1089
|
|
918
1090
|
msgid "must be between 1 and 31"
|
919
1091
|
msgstr ""
|