foreman_openscap 2.0.1 → 4.0.1
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 +5 -5
- data/app/controllers/api/v2/compliance/arf_reports_controller.rb +11 -3
- data/app/controllers/api/v2/compliance/policies_controller.rb +1 -8
- data/app/controllers/api/v2/compliance/scap_content_profiles_controller.rb +15 -0
- data/app/controllers/api/v2/compliance/scap_contents_controller.rb +3 -9
- data/app/controllers/api/v2/compliance/tailoring_files_controller.rb +3 -9
- data/app/controllers/concerns/foreman_openscap/api/v2/scap_api_controller_extensions.rb +9 -0
- data/app/controllers/scap_contents_controller.rb +1 -1
- data/app/controllers/tailoring_files_controller.rb +1 -1
- data/app/models/concerns/foreman_openscap/smart_proxy_extensions.rb +1 -1
- data/app/models/foreman_openscap/policy.rb +1 -1
- data/app/models/foreman_openscap/scap_content_profile.rb +3 -0
- data/app/services/foreman_openscap/lookup_key_overrider.rb +3 -2
- data/app/views/api/v2/compliance/scap_content_profiles/base.json.rabl +3 -0
- data/app/views/api/v2/compliance/scap_content_profiles/index.json.rabl +3 -0
- data/app/views/api/v2/compliance/scap_content_profiles/main.json.rabl +9 -0
- data/app/views/arf_reports/_list.html.erb +1 -1
- data/app/views/arf_reports/welcome.html.erb +2 -0
- data/app/views/hosts/select_multiple_openscap_proxy.html.erb +1 -1
- data/app/views/policies/disassociate_multiple_hosts.html.erb +1 -1
- data/app/views/policies/select_multiple_hosts.html.erb +1 -1
- data/config/routes.rb +2 -0
- data/db/migrate/20150929152345_move_arf_reports_to_reports_table.rb +0 -2
- data/db/migrate/20200117135424_migrate_port_overrides_to_int.rb +24 -0
- data/lib/foreman_openscap/engine.rb +9 -6
- data/lib/foreman_openscap/helper.rb +1 -1
- data/lib/foreman_openscap/version.rb +1 -1
- data/locale/action_names.rb +2 -7
- data/locale/de/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/de/foreman_openscap.po +9 -194
- data/locale/en_GB/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/en_GB/foreman_openscap.po +8 -194
- data/locale/es/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/es/foreman_openscap.po +5 -191
- data/locale/foreman_openscap.pot +91 -336
- data/locale/fr/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/fr/foreman_openscap.po +5 -191
- data/locale/gl/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/gl/foreman_openscap.po +4 -190
- data/locale/it/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/it/foreman_openscap.po +4 -190
- data/locale/ja/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/ja/foreman_openscap.po +5 -191
- data/locale/ko/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/ko/foreman_openscap.po +4 -190
- data/locale/pt_BR/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/pt_BR/foreman_openscap.po +5 -191
- data/locale/ru/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/ru/foreman_openscap.po +4 -190
- data/locale/sv_SE/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/sv_SE/foreman_openscap.po +4 -190
- data/locale/zh_CN/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/zh_CN/foreman_openscap.po +5 -191
- data/locale/zh_TW/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/zh_TW/foreman_openscap.po +4 -190
- data/test/functional/api/v2/compliance/arf_reports_controller_test.rb +0 -3
- data/test/functional/api/v2/compliance/scap_content_profiles_controller_test.rb +15 -0
- data/test/test_plugin_helper.rb +2 -2
- metadata +18 -11
Binary file
|
@@ -10,8 +10,8 @@ msgid ""
|
|
10
10
|
msgstr ""
|
11
11
|
"Project-Id-Version: Foreman\n"
|
12
12
|
"Report-Msgid-Bugs-To: \n"
|
13
|
-
"PO-Revision-Date:
|
14
|
-
"Last-Translator:
|
13
|
+
"PO-Revision-Date: 2020-03-02 20:59+0000\n"
|
14
|
+
"Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
|
15
15
|
"Language-Team: French (http://www.transifex.com/foreman/foreman/language/fr/)\n"
|
16
16
|
"MIME-Version: 1.0\n"
|
17
17
|
"Content-Type: text/plain; charset=UTF-8\n"
|
@@ -54,9 +54,6 @@ msgstr "Foreman récapitulatif OpenSCAP"
|
|
54
54
|
msgid "A summary of reports for OpenSCAP policies"
|
55
55
|
msgstr "Récapitulatif des rapports de stratégies OpenSCAP"
|
56
56
|
|
57
|
-
msgid "Abstract async task"
|
58
|
-
msgstr ""
|
59
|
-
|
60
57
|
msgid "Action with sub plans"
|
61
58
|
msgstr "Action avec sous-plans"
|
62
59
|
|
@@ -81,15 +78,6 @@ msgstr "Appliquer la politique aux hôtes"
|
|
81
78
|
msgid "Assign Compliance Policy"
|
82
79
|
msgstr "Attribuer un stratégie de conformité"
|
83
80
|
|
84
|
-
msgid "Attach subscriptions"
|
85
|
-
msgstr ""
|
86
|
-
|
87
|
-
msgid "Auto attach subscriptions"
|
88
|
-
msgstr ""
|
89
|
-
|
90
|
-
msgid "Auto-attach subscriptions"
|
91
|
-
msgstr ""
|
92
|
-
|
93
81
|
msgid "Back"
|
94
82
|
msgstr "Précédent"
|
95
83
|
|
@@ -129,9 +117,6 @@ msgstr "Sélectionner une période"
|
|
129
117
|
msgid "Choose weekday"
|
130
118
|
msgstr "Sélectionner un jour de la semaine"
|
131
119
|
|
132
|
-
msgid "Combined Profile Update"
|
133
|
-
msgstr ""
|
134
|
-
|
135
120
|
msgid "Compliance"
|
136
121
|
msgstr "Conformité"
|
137
122
|
|
@@ -171,12 +156,6 @@ msgstr "Impossible de valider %s. Veuillez vérifier que vous disposez de la bon
|
|
171
156
|
msgid "Could not validate %{file_type}. Error %{error}"
|
172
157
|
msgstr "Impossible de valider %{file_type}. Erreur %{error}"
|
173
158
|
|
174
|
-
msgid "Create"
|
175
|
-
msgstr ""
|
176
|
-
|
177
|
-
msgid "Create Package Group"
|
178
|
-
msgstr ""
|
179
|
-
|
180
159
|
msgid "Create SCAP content"
|
181
160
|
msgstr "Créer un contenu SCAP"
|
182
161
|
|
@@ -201,18 +180,6 @@ msgstr "Profil XCCDF par défaut"
|
|
201
180
|
msgid "Delete"
|
202
181
|
msgstr "Supprimer"
|
203
182
|
|
204
|
-
msgid "Delete Activation Key"
|
205
|
-
msgstr ""
|
206
|
-
|
207
|
-
msgid "Delete Lifecycle Environment"
|
208
|
-
msgstr ""
|
209
|
-
|
210
|
-
msgid "Delete Package Group"
|
211
|
-
msgstr ""
|
212
|
-
|
213
|
-
msgid "Delete Product"
|
214
|
-
msgstr ""
|
215
|
-
|
216
183
|
msgid "Delete a Policy"
|
217
184
|
msgstr "Supprimer une Stratégie"
|
218
185
|
|
@@ -249,18 +216,6 @@ msgstr ""
|
|
249
216
|
msgid "Description"
|
250
217
|
msgstr "Description"
|
251
218
|
|
252
|
-
msgid "Destroy"
|
253
|
-
msgstr ""
|
254
|
-
|
255
|
-
msgid "Destroy Content Host"
|
256
|
-
msgstr ""
|
257
|
-
|
258
|
-
msgid "Disable"
|
259
|
-
msgstr ""
|
260
|
-
|
261
|
-
msgid "Discover"
|
262
|
-
msgstr ""
|
263
|
-
|
264
219
|
msgid "Documentation"
|
265
220
|
msgstr "Documentation"
|
266
221
|
|
@@ -297,15 +252,6 @@ msgstr "Modifier un fichier de personnalisation"
|
|
297
252
|
msgid "Effective Profile"
|
298
253
|
msgstr "Profil effectif"
|
299
254
|
|
300
|
-
msgid "Enable"
|
301
|
-
msgstr ""
|
302
|
-
|
303
|
-
msgid "Errata mail"
|
304
|
-
msgstr ""
|
305
|
-
|
306
|
-
msgid "Export"
|
307
|
-
msgstr ""
|
308
|
-
|
309
255
|
msgid "Failed"
|
310
256
|
msgstr "Échec"
|
311
257
|
|
@@ -340,15 +286,9 @@ msgstr "Échec de chargement du rapport ARF, l'URL ou le nom de proxy OpenSCAP n
|
|
340
286
|
msgid "Failed|F"
|
341
287
|
msgstr "Echec|E"
|
342
288
|
|
343
|
-
msgid "Fetch pxe files"
|
344
|
-
msgstr ""
|
345
|
-
|
346
289
|
msgid "File Upload"
|
347
290
|
msgstr "Téléchargement du ficher"
|
348
291
|
|
349
|
-
msgid "Filtered index content"
|
350
|
-
msgstr ""
|
351
|
-
|
352
292
|
msgid "Full Report"
|
353
293
|
msgstr "Rapport complet"
|
354
294
|
|
@@ -406,12 +346,6 @@ msgstr "Hôtes passant cette règle"
|
|
406
346
|
msgid "How the policy should be deployed"
|
407
347
|
msgstr ""
|
408
348
|
|
409
|
-
msgid "Hypervisors"
|
410
|
-
msgstr ""
|
411
|
-
|
412
|
-
msgid "Hypervisors update"
|
413
|
-
msgstr ""
|
414
|
-
|
415
349
|
msgid "ID of OpenSCAP Proxy"
|
416
350
|
msgstr "ID du proxy OpenSCAP"
|
417
351
|
|
@@ -450,39 +384,6 @@ msgstr "Non conclusif"
|
|
450
384
|
msgid "Inconclusive results"
|
451
385
|
msgstr "Résultats peu probants"
|
452
386
|
|
453
|
-
msgid "Incremental Update"
|
454
|
-
msgstr ""
|
455
|
-
|
456
|
-
msgid "Incremental Update of Content View Version(s) "
|
457
|
-
msgstr ""
|
458
|
-
|
459
|
-
msgid "Index content"
|
460
|
-
msgstr ""
|
461
|
-
|
462
|
-
msgid "Index errata"
|
463
|
-
msgstr ""
|
464
|
-
|
465
|
-
msgid "Index module streams"
|
466
|
-
msgstr ""
|
467
|
-
|
468
|
-
msgid "Index package groups"
|
469
|
-
msgstr ""
|
470
|
-
|
471
|
-
msgid "Install Applicable Errata"
|
472
|
-
msgstr ""
|
473
|
-
|
474
|
-
msgid "Install erratum"
|
475
|
-
msgstr ""
|
476
|
-
|
477
|
-
msgid "Install package"
|
478
|
-
msgstr ""
|
479
|
-
|
480
|
-
msgid "Install package group"
|
481
|
-
msgstr ""
|
482
|
-
|
483
|
-
msgid "Instance update"
|
484
|
-
msgstr ""
|
485
|
-
|
486
387
|
msgid "It may sometimes be required to adjust the security policy to your specific needs. "
|
487
388
|
msgstr "Il est parfois nécessaire d'ajuster la stratégie de sécurité en fonction de vos besoins spécifiques."
|
488
389
|
|
@@ -498,6 +399,9 @@ msgstr "Afficher tous les rapports ARF"
|
|
498
399
|
msgid "List Policies"
|
499
400
|
msgstr "Répertorier les stratégies"
|
500
401
|
|
402
|
+
msgid "List SCAP content profiles"
|
403
|
+
msgstr ""
|
404
|
+
|
501
405
|
msgid "List SCAP contents"
|
502
406
|
msgstr "Lister le contenu SCAP"
|
503
407
|
|
@@ -640,9 +544,6 @@ msgstr "Autre"
|
|
640
544
|
msgid "Othered|O"
|
641
545
|
msgstr "Autre|A"
|
642
546
|
|
643
|
-
msgid "Package Profile Update"
|
644
|
-
msgstr ""
|
645
|
-
|
646
547
|
msgid "Passed"
|
647
548
|
msgstr "Succés"
|
648
549
|
|
@@ -701,24 +602,9 @@ msgstr "Programmation hebdomadaire de la stratégie (uniquement si période = he
|
|
701
602
|
msgid "Policy with id %s not found."
|
702
603
|
msgstr ""
|
703
604
|
|
704
|
-
msgid "Product Create"
|
705
|
-
msgstr ""
|
706
|
-
|
707
|
-
msgid "Promote"
|
708
|
-
msgstr ""
|
709
|
-
|
710
|
-
msgid "Promotion to Environment"
|
711
|
-
msgstr ""
|
712
|
-
|
713
605
|
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."
|
714
606
|
msgstr "Le proxy n'a pas réussi à envoyer un rapport du spool à Foreman. Cela indique que le format du rapport est endommagé. Le rapport a été déplacé dans le répertoire pour stocker les fichiers endommagés sur le proxy en vue d'une inspection ultérieure."
|
715
607
|
|
716
|
-
msgid "Publish"
|
717
|
-
msgstr ""
|
718
|
-
|
719
|
-
msgid "Publish Lifecycle Environment Repositories"
|
720
|
-
msgstr ""
|
721
|
-
|
722
608
|
msgid "Puppet class"
|
723
609
|
msgstr "Classe Puppet"
|
724
610
|
|
@@ -728,33 +614,9 @@ msgstr "Rationale"
|
|
728
614
|
msgid "References"
|
729
615
|
msgstr "Références"
|
730
616
|
|
731
|
-
msgid "Reindex subscriptions"
|
732
|
-
msgstr ""
|
733
|
-
|
734
617
|
msgid "Remote action:"
|
735
618
|
msgstr "Action distante :"
|
736
619
|
|
737
|
-
msgid "Remove Content"
|
738
|
-
msgstr ""
|
739
|
-
|
740
|
-
msgid "Remove Version"
|
741
|
-
msgstr ""
|
742
|
-
|
743
|
-
msgid "Remove Versions and Associations"
|
744
|
-
msgstr ""
|
745
|
-
|
746
|
-
msgid "Remove from Environment"
|
747
|
-
msgstr ""
|
748
|
-
|
749
|
-
msgid "Remove package"
|
750
|
-
msgstr ""
|
751
|
-
|
752
|
-
msgid "Remove package group"
|
753
|
-
msgstr ""
|
754
|
-
|
755
|
-
msgid "Remove subscriptions"
|
756
|
-
msgstr ""
|
757
|
-
|
758
620
|
msgid "Report Metrics"
|
759
621
|
msgstr "Métriques du rapport"
|
760
622
|
|
@@ -770,9 +632,6 @@ msgstr "Rapporté à %s"
|
|
770
632
|
msgid "Reports"
|
771
633
|
msgstr "Rapports"
|
772
634
|
|
773
|
-
msgid "Republish Version Repositories"
|
774
|
-
msgstr ""
|
775
|
-
|
776
635
|
msgid "Request timed out. Please try increasing Settings -> proxy_request_timeout"
|
777
636
|
msgstr "Expiration du délai de requête. Veuillez augmenter les valeurs dans Paramètres -> proxy_request_timeout"
|
778
637
|
|
@@ -791,9 +650,6 @@ msgstr ""
|
|
791
650
|
msgid "Run OpenSCAP scan"
|
792
651
|
msgstr "Exécuter une analyse OpenSCAP"
|
793
652
|
|
794
|
-
msgid "Run Sync Plan:"
|
795
|
-
msgstr ""
|
796
|
-
|
797
653
|
msgid "SCAP Content"
|
798
654
|
msgstr "Contenu SCAP"
|
799
655
|
|
@@ -899,15 +755,6 @@ msgstr "Rapport de synthèse pour OpenScap depuis Foreman"
|
|
899
755
|
msgid "Summary report from Foreman server at %{foreman_url}"
|
900
756
|
msgstr "Rapport récapitulatif de Foreman à %{foreman_url}"
|
901
757
|
|
902
|
-
msgid "Sync capsule"
|
903
|
-
msgstr ""
|
904
|
-
|
905
|
-
msgid "Synchronize"
|
906
|
-
msgstr ""
|
907
|
-
|
908
|
-
msgid "Synchronize smart proxy"
|
909
|
-
msgstr ""
|
910
|
-
|
911
758
|
msgid "Tailoring File"
|
912
759
|
msgstr "Fichier de personnalisation"
|
913
760
|
|
@@ -974,12 +821,6 @@ msgstr "Dés-attribuer une stratégie de conformité"
|
|
974
821
|
msgid "Unknown Compliance status"
|
975
822
|
msgstr "Statut de conformité inconnu"
|
976
823
|
|
977
|
-
msgid "Update"
|
978
|
-
msgstr ""
|
979
|
-
|
980
|
-
msgid "Update Content Overrides"
|
981
|
-
msgstr ""
|
982
|
-
|
983
824
|
msgid "Update a Policy"
|
984
825
|
msgstr "Mettre à jour une stratégie"
|
985
826
|
|
@@ -989,27 +830,6 @@ msgstr "Mettre à jour un fichier de personnalisation"
|
|
989
830
|
msgid "Update an SCAP content"
|
990
831
|
msgstr "Mettre à jour un contenu SCAP"
|
991
832
|
|
992
|
-
msgid "Update content urls"
|
993
|
-
msgstr ""
|
994
|
-
|
995
|
-
msgid "Update for host"
|
996
|
-
msgstr ""
|
997
|
-
|
998
|
-
msgid "Update http proxy"
|
999
|
-
msgstr ""
|
1000
|
-
|
1001
|
-
msgid "Update http proxy details"
|
1002
|
-
msgstr ""
|
1003
|
-
|
1004
|
-
msgid "Update package"
|
1005
|
-
msgstr ""
|
1006
|
-
|
1007
|
-
msgid "Update redhat repository"
|
1008
|
-
msgstr ""
|
1009
|
-
|
1010
|
-
msgid "Update release version for host"
|
1011
|
-
msgstr ""
|
1012
|
-
|
1013
833
|
msgid "Updated hosts: Assigned with OpenSCAP Proxy: %s"
|
1014
834
|
msgstr "Hôtes mis à jour : attribué avec le proxy OpenSCAP : %s"
|
1015
835
|
|
@@ -1028,12 +848,6 @@ msgstr "Télécharger un nouveau fichier de personnalisation"
|
|
1028
848
|
msgid "Upload an ARF report"
|
1029
849
|
msgstr "Télécharger un rapport Arf"
|
1030
850
|
|
1031
|
-
msgid "Upload errata into"
|
1032
|
-
msgstr ""
|
1033
|
-
|
1034
|
-
msgid "Upload into"
|
1035
|
-
msgstr ""
|
1036
|
-
|
1037
851
|
msgid "Upload new SCAP content file"
|
1038
852
|
msgstr "Télécharger Nouveau fichier de contenu SCAP"
|
1039
853
|
|
Binary file
|
@@ -7,7 +7,7 @@ msgid ""
|
|
7
7
|
msgstr ""
|
8
8
|
"Project-Id-Version: Foreman\n"
|
9
9
|
"Report-Msgid-Bugs-To: \n"
|
10
|
-
"PO-Revision-Date:
|
10
|
+
"PO-Revision-Date: 2020-03-02 20:59+0000\n"
|
11
11
|
"Last-Translator: Lukáš Zapletal\n"
|
12
12
|
"Language-Team: Galician (http://www.transifex.com/foreman/foreman/language/gl/"
|
13
13
|
")\n"
|
@@ -52,9 +52,6 @@ msgstr ""
|
|
52
52
|
msgid "A summary of reports for OpenSCAP policies"
|
53
53
|
msgstr ""
|
54
54
|
|
55
|
-
msgid "Abstract async task"
|
56
|
-
msgstr ""
|
57
|
-
|
58
55
|
msgid "Action with sub plans"
|
59
56
|
msgstr ""
|
60
57
|
|
@@ -79,15 +76,6 @@ msgstr ""
|
|
79
76
|
msgid "Assign Compliance Policy"
|
80
77
|
msgstr ""
|
81
78
|
|
82
|
-
msgid "Attach subscriptions"
|
83
|
-
msgstr ""
|
84
|
-
|
85
|
-
msgid "Auto attach subscriptions"
|
86
|
-
msgstr ""
|
87
|
-
|
88
|
-
msgid "Auto-attach subscriptions"
|
89
|
-
msgstr ""
|
90
|
-
|
91
79
|
msgid "Back"
|
92
80
|
msgstr "Atrás"
|
93
81
|
|
@@ -127,9 +115,6 @@ msgstr ""
|
|
127
115
|
msgid "Choose weekday"
|
128
116
|
msgstr ""
|
129
117
|
|
130
|
-
msgid "Combined Profile Update"
|
131
|
-
msgstr ""
|
132
|
-
|
133
118
|
msgid "Compliance"
|
134
119
|
msgstr ""
|
135
120
|
|
@@ -169,12 +154,6 @@ msgstr ""
|
|
169
154
|
msgid "Could not validate %{file_type}. Error %{error}"
|
170
155
|
msgstr ""
|
171
156
|
|
172
|
-
msgid "Create"
|
173
|
-
msgstr ""
|
174
|
-
|
175
|
-
msgid "Create Package Group"
|
176
|
-
msgstr ""
|
177
|
-
|
178
157
|
msgid "Create SCAP content"
|
179
158
|
msgstr ""
|
180
159
|
|
@@ -199,18 +178,6 @@ msgstr ""
|
|
199
178
|
msgid "Delete"
|
200
179
|
msgstr "Borrar"
|
201
180
|
|
202
|
-
msgid "Delete Activation Key"
|
203
|
-
msgstr ""
|
204
|
-
|
205
|
-
msgid "Delete Lifecycle Environment"
|
206
|
-
msgstr ""
|
207
|
-
|
208
|
-
msgid "Delete Package Group"
|
209
|
-
msgstr ""
|
210
|
-
|
211
|
-
msgid "Delete Product"
|
212
|
-
msgstr ""
|
213
|
-
|
214
181
|
msgid "Delete a Policy"
|
215
182
|
msgstr ""
|
216
183
|
|
@@ -247,18 +214,6 @@ msgstr ""
|
|
247
214
|
msgid "Description"
|
248
215
|
msgstr "Descripción"
|
249
216
|
|
250
|
-
msgid "Destroy"
|
251
|
-
msgstr ""
|
252
|
-
|
253
|
-
msgid "Destroy Content Host"
|
254
|
-
msgstr ""
|
255
|
-
|
256
|
-
msgid "Disable"
|
257
|
-
msgstr ""
|
258
|
-
|
259
|
-
msgid "Discover"
|
260
|
-
msgstr ""
|
261
|
-
|
262
217
|
msgid "Documentation"
|
263
218
|
msgstr "Documentación"
|
264
219
|
|
@@ -295,15 +250,6 @@ msgstr ""
|
|
295
250
|
msgid "Effective Profile"
|
296
251
|
msgstr ""
|
297
252
|
|
298
|
-
msgid "Enable"
|
299
|
-
msgstr ""
|
300
|
-
|
301
|
-
msgid "Errata mail"
|
302
|
-
msgstr ""
|
303
|
-
|
304
|
-
msgid "Export"
|
305
|
-
msgstr ""
|
306
|
-
|
307
253
|
msgid "Failed"
|
308
254
|
msgstr "Errores"
|
309
255
|
|
@@ -338,15 +284,9 @@ msgstr ""
|
|
338
284
|
msgid "Failed|F"
|
339
285
|
msgstr "F"
|
340
286
|
|
341
|
-
msgid "Fetch pxe files"
|
342
|
-
msgstr ""
|
343
|
-
|
344
287
|
msgid "File Upload"
|
345
288
|
msgstr ""
|
346
289
|
|
347
|
-
msgid "Filtered index content"
|
348
|
-
msgstr ""
|
349
|
-
|
350
290
|
msgid "Full Report"
|
351
291
|
msgstr ""
|
352
292
|
|
@@ -404,12 +344,6 @@ msgstr ""
|
|
404
344
|
msgid "How the policy should be deployed"
|
405
345
|
msgstr ""
|
406
346
|
|
407
|
-
msgid "Hypervisors"
|
408
|
-
msgstr ""
|
409
|
-
|
410
|
-
msgid "Hypervisors update"
|
411
|
-
msgstr ""
|
412
|
-
|
413
347
|
msgid "ID of OpenSCAP Proxy"
|
414
348
|
msgstr ""
|
415
349
|
|
@@ -444,39 +378,6 @@ msgstr ""
|
|
444
378
|
msgid "Inconclusive results"
|
445
379
|
msgstr ""
|
446
380
|
|
447
|
-
msgid "Incremental Update"
|
448
|
-
msgstr ""
|
449
|
-
|
450
|
-
msgid "Incremental Update of Content View Version(s) "
|
451
|
-
msgstr ""
|
452
|
-
|
453
|
-
msgid "Index content"
|
454
|
-
msgstr ""
|
455
|
-
|
456
|
-
msgid "Index errata"
|
457
|
-
msgstr ""
|
458
|
-
|
459
|
-
msgid "Index module streams"
|
460
|
-
msgstr ""
|
461
|
-
|
462
|
-
msgid "Index package groups"
|
463
|
-
msgstr ""
|
464
|
-
|
465
|
-
msgid "Install Applicable Errata"
|
466
|
-
msgstr ""
|
467
|
-
|
468
|
-
msgid "Install erratum"
|
469
|
-
msgstr ""
|
470
|
-
|
471
|
-
msgid "Install package"
|
472
|
-
msgstr ""
|
473
|
-
|
474
|
-
msgid "Install package group"
|
475
|
-
msgstr ""
|
476
|
-
|
477
|
-
msgid "Instance update"
|
478
|
-
msgstr ""
|
479
|
-
|
480
381
|
msgid "It may sometimes be required to adjust the security policy to your specific needs. "
|
481
382
|
msgstr ""
|
482
383
|
|
@@ -492,6 +393,9 @@ msgstr ""
|
|
492
393
|
msgid "List Policies"
|
493
394
|
msgstr ""
|
494
395
|
|
396
|
+
msgid "List SCAP content profiles"
|
397
|
+
msgstr ""
|
398
|
+
|
495
399
|
msgid "List SCAP contents"
|
496
400
|
msgstr ""
|
497
401
|
|
@@ -634,9 +538,6 @@ msgstr ""
|
|
634
538
|
msgid "Othered|O"
|
635
539
|
msgstr ""
|
636
540
|
|
637
|
-
msgid "Package Profile Update"
|
638
|
-
msgstr ""
|
639
|
-
|
640
541
|
msgid "Passed"
|
641
542
|
msgstr ""
|
642
543
|
|
@@ -695,24 +596,9 @@ msgstr ""
|
|
695
596
|
msgid "Policy with id %s not found."
|
696
597
|
msgstr ""
|
697
598
|
|
698
|
-
msgid "Product Create"
|
699
|
-
msgstr ""
|
700
|
-
|
701
|
-
msgid "Promote"
|
702
|
-
msgstr ""
|
703
|
-
|
704
|
-
msgid "Promotion to Environment"
|
705
|
-
msgstr ""
|
706
|
-
|
707
599
|
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."
|
708
600
|
msgstr ""
|
709
601
|
|
710
|
-
msgid "Publish"
|
711
|
-
msgstr ""
|
712
|
-
|
713
|
-
msgid "Publish Lifecycle Environment Repositories"
|
714
|
-
msgstr ""
|
715
|
-
|
716
602
|
msgid "Puppet class"
|
717
603
|
msgstr "Clase Puppet"
|
718
604
|
|
@@ -722,33 +608,9 @@ msgstr ""
|
|
722
608
|
msgid "References"
|
723
609
|
msgstr ""
|
724
610
|
|
725
|
-
msgid "Reindex subscriptions"
|
726
|
-
msgstr ""
|
727
|
-
|
728
611
|
msgid "Remote action:"
|
729
612
|
msgstr ""
|
730
613
|
|
731
|
-
msgid "Remove Content"
|
732
|
-
msgstr ""
|
733
|
-
|
734
|
-
msgid "Remove Version"
|
735
|
-
msgstr ""
|
736
|
-
|
737
|
-
msgid "Remove Versions and Associations"
|
738
|
-
msgstr ""
|
739
|
-
|
740
|
-
msgid "Remove from Environment"
|
741
|
-
msgstr ""
|
742
|
-
|
743
|
-
msgid "Remove package"
|
744
|
-
msgstr ""
|
745
|
-
|
746
|
-
msgid "Remove package group"
|
747
|
-
msgstr ""
|
748
|
-
|
749
|
-
msgid "Remove subscriptions"
|
750
|
-
msgstr ""
|
751
|
-
|
752
614
|
msgid "Report Metrics"
|
753
615
|
msgstr "Métricas de Informe"
|
754
616
|
|
@@ -764,9 +626,6 @@ msgstr ""
|
|
764
626
|
msgid "Reports"
|
765
627
|
msgstr "Informes"
|
766
628
|
|
767
|
-
msgid "Republish Version Repositories"
|
768
|
-
msgstr ""
|
769
|
-
|
770
629
|
msgid "Request timed out. Please try increasing Settings -> proxy_request_timeout"
|
771
630
|
msgstr ""
|
772
631
|
|
@@ -785,9 +644,6 @@ msgstr ""
|
|
785
644
|
msgid "Run OpenSCAP scan"
|
786
645
|
msgstr ""
|
787
646
|
|
788
|
-
msgid "Run Sync Plan:"
|
789
|
-
msgstr ""
|
790
|
-
|
791
647
|
msgid "SCAP Content"
|
792
648
|
msgstr ""
|
793
649
|
|
@@ -893,15 +749,6 @@ msgstr ""
|
|
893
749
|
msgid "Summary report from Foreman server at %{foreman_url}"
|
894
750
|
msgstr ""
|
895
751
|
|
896
|
-
msgid "Sync capsule"
|
897
|
-
msgstr ""
|
898
|
-
|
899
|
-
msgid "Synchronize"
|
900
|
-
msgstr ""
|
901
|
-
|
902
|
-
msgid "Synchronize smart proxy"
|
903
|
-
msgstr ""
|
904
|
-
|
905
752
|
msgid "Tailoring File"
|
906
753
|
msgstr ""
|
907
754
|
|
@@ -966,12 +813,6 @@ msgstr ""
|
|
966
813
|
msgid "Unknown Compliance status"
|
967
814
|
msgstr ""
|
968
815
|
|
969
|
-
msgid "Update"
|
970
|
-
msgstr ""
|
971
|
-
|
972
|
-
msgid "Update Content Overrides"
|
973
|
-
msgstr ""
|
974
|
-
|
975
816
|
msgid "Update a Policy"
|
976
817
|
msgstr ""
|
977
818
|
|
@@ -981,27 +822,6 @@ msgstr ""
|
|
981
822
|
msgid "Update an SCAP content"
|
982
823
|
msgstr ""
|
983
824
|
|
984
|
-
msgid "Update content urls"
|
985
|
-
msgstr ""
|
986
|
-
|
987
|
-
msgid "Update for host"
|
988
|
-
msgstr ""
|
989
|
-
|
990
|
-
msgid "Update http proxy"
|
991
|
-
msgstr ""
|
992
|
-
|
993
|
-
msgid "Update http proxy details"
|
994
|
-
msgstr ""
|
995
|
-
|
996
|
-
msgid "Update package"
|
997
|
-
msgstr ""
|
998
|
-
|
999
|
-
msgid "Update redhat repository"
|
1000
|
-
msgstr ""
|
1001
|
-
|
1002
|
-
msgid "Update release version for host"
|
1003
|
-
msgstr ""
|
1004
|
-
|
1005
825
|
msgid "Updated hosts: Assigned with OpenSCAP Proxy: %s"
|
1006
826
|
msgstr ""
|
1007
827
|
|
@@ -1020,12 +840,6 @@ msgstr ""
|
|
1020
840
|
msgid "Upload an ARF report"
|
1021
841
|
msgstr ""
|
1022
842
|
|
1023
|
-
msgid "Upload errata into"
|
1024
|
-
msgstr ""
|
1025
|
-
|
1026
|
-
msgid "Upload into"
|
1027
|
-
msgstr ""
|
1028
|
-
|
1029
843
|
msgid "Upload new SCAP content file"
|
1030
844
|
msgstr ""
|
1031
845
|
|