foreman_openscap 2.0.2 → 3.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.
Files changed (72) hide show
  1. checksums.yaml +5 -5
  2. data/app/controllers/api/v2/compliance/scap_content_profiles_controller.rb +15 -0
  3. data/app/models/concerns/foreman_openscap/smart_proxy_extensions.rb +1 -1
  4. data/app/models/foreman_openscap/scap_content_profile.rb +3 -0
  5. data/app/services/foreman_openscap/lookup_key_overrider.rb +3 -2
  6. data/app/views/api/v2/compliance/scap_content_profiles/base.json.rabl +3 -0
  7. data/app/views/api/v2/compliance/scap_content_profiles/index.json.rabl +3 -0
  8. data/app/views/api/v2/compliance/scap_content_profiles/main.json.rabl +9 -0
  9. data/app/views/arf_reports/welcome.html.erb +2 -0
  10. data/config/routes.rb +2 -0
  11. data/db/migrate/20150929152345_move_arf_reports_to_reports_table.rb +0 -2
  12. data/db/migrate/20200117135424_migrate_port_overrides_to_int.rb +24 -0
  13. data/lib/foreman_openscap/engine.rb +9 -6
  14. data/lib/foreman_openscap/version.rb +1 -1
  15. data/locale/action_names.rb +1 -1
  16. data/locale/de/LC_MESSAGES/foreman_openscap.mo +0 -0
  17. data/locale/de/foreman_openscap.edit.po +1411 -0
  18. data/locale/de/foreman_openscap.po +20 -190
  19. data/locale/de/foreman_openscap.po.time_stamp +0 -0
  20. data/locale/en_GB/LC_MESSAGES/foreman_openscap.mo +0 -0
  21. data/locale/en_GB/foreman_openscap.edit.po +1240 -0
  22. data/locale/en_GB/foreman_openscap.po +20 -191
  23. data/locale/en_GB/foreman_openscap.po.time_stamp +0 -0
  24. data/locale/es/LC_MESSAGES/foreman_openscap.mo +0 -0
  25. data/locale/es/foreman_openscap.edit.po +1462 -0
  26. data/locale/es/foreman_openscap.po +16 -187
  27. data/locale/es/foreman_openscap.po.time_stamp +0 -0
  28. data/locale/foreman_openscap.pot +101 -326
  29. data/locale/fr/LC_MESSAGES/foreman_openscap.mo +0 -0
  30. data/locale/fr/foreman_openscap.edit.po +1468 -0
  31. data/locale/fr/foreman_openscap.po +16 -187
  32. data/locale/fr/foreman_openscap.po.time_stamp +0 -0
  33. data/locale/gl/LC_MESSAGES/foreman_openscap.mo +0 -0
  34. data/locale/gl/foreman_openscap.edit.po +1240 -0
  35. data/locale/gl/foreman_openscap.po +16 -187
  36. data/locale/gl/foreman_openscap.po.time_stamp +0 -0
  37. data/locale/it/LC_MESSAGES/foreman_openscap.mo +0 -0
  38. data/locale/it/foreman_openscap.edit.po +1361 -0
  39. data/locale/it/foreman_openscap.po +16 -187
  40. data/locale/it/foreman_openscap.po.time_stamp +0 -0
  41. data/locale/ja/LC_MESSAGES/foreman_openscap.mo +0 -0
  42. data/locale/ja/foreman_openscap.edit.po +1462 -0
  43. data/locale/ja/foreman_openscap.po +16 -187
  44. data/locale/ja/foreman_openscap.po.time_stamp +0 -0
  45. data/locale/ko/LC_MESSAGES/foreman_openscap.mo +0 -0
  46. data/locale/ko/foreman_openscap.edit.po +1408 -0
  47. data/locale/ko/foreman_openscap.po +16 -187
  48. data/locale/ko/foreman_openscap.po.time_stamp +0 -0
  49. data/locale/pt_BR/LC_MESSAGES/foreman_openscap.mo +0 -0
  50. data/locale/pt_BR/foreman_openscap.edit.po +1467 -0
  51. data/locale/pt_BR/foreman_openscap.po +16 -187
  52. data/locale/pt_BR/foreman_openscap.po.time_stamp +0 -0
  53. data/locale/ru/LC_MESSAGES/foreman_openscap.mo +0 -0
  54. data/locale/ru/foreman_openscap.edit.po +1412 -0
  55. data/locale/ru/foreman_openscap.po +16 -187
  56. data/locale/ru/foreman_openscap.po.time_stamp +0 -0
  57. data/locale/sv_SE/LC_MESSAGES/foreman_openscap.mo +0 -0
  58. data/locale/sv_SE/foreman_openscap.edit.po +1240 -0
  59. data/locale/sv_SE/foreman_openscap.po +16 -187
  60. data/locale/sv_SE/foreman_openscap.po.time_stamp +0 -0
  61. data/locale/zh_CN/LC_MESSAGES/foreman_openscap.mo +0 -0
  62. data/locale/zh_CN/foreman_openscap.edit.po +1463 -0
  63. data/locale/zh_CN/foreman_openscap.po +16 -187
  64. data/locale/zh_CN/foreman_openscap.po.time_stamp +0 -0
  65. data/locale/zh_TW/LC_MESSAGES/foreman_openscap.mo +0 -0
  66. data/locale/zh_TW/foreman_openscap.edit.po +1409 -0
  67. data/locale/zh_TW/foreman_openscap.po +16 -187
  68. data/locale/zh_TW/foreman_openscap.po.time_stamp +0 -0
  69. data/test/functional/api/v2/compliance/arf_reports_controller_test.rb +0 -3
  70. data/test/functional/api/v2/compliance/scap_content_profiles_controller_test.rb +15 -0
  71. data/test/test_plugin_helper.rb +2 -2
  72. metadata +25 -5
@@ -6,12 +6,13 @@
6
6
  # Crited <Alexander.Stoll@netways.de>, 2019
7
7
  # Ettore Atalan <atalanttore@googlemail.com>, 2016-2017
8
8
  # FIRST AUTHOR <EMAIL@ADDRESS>, 2016
9
+ # Ludwig B <lbayerlein@lbayerlein.de>, 2020
9
10
  msgid ""
10
11
  msgstr ""
11
12
  "Project-Id-Version: Foreman\n"
12
13
  "Report-Msgid-Bugs-To: \n"
13
- "PO-Revision-Date: 2019-09-05 20:17+0000\n"
14
- "Last-Translator: Lukáš Zapletal\n"
14
+ "PO-Revision-Date: 2020-02-11 07:20+0000\n"
15
+ "Last-Translator: Ludwig B <lbayerlein@lbayerlein.de>\n"
15
16
  "Language-Team: German (http://www.transifex.com/foreman/foreman/language/de/)\n"
16
17
  "MIME-Version: 1.0\n"
17
18
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -54,9 +55,6 @@ msgstr "<b>Foreman</b> OpenSCAP Zusammenfassung"
54
55
  msgid "A summary of reports for OpenSCAP policies"
55
56
  msgstr "Eine Zusammenfassung der Berichte für OpenSCAP-Richtlinien"
56
57
 
57
- msgid "Abstract async task"
58
- msgstr ""
59
-
60
58
  msgid "Action with sub plans"
61
59
  msgstr "Aktion mit Unterplänen"
62
60
 
@@ -81,15 +79,6 @@ msgstr "Richtlinie auf Hosts anwenden"
81
79
  msgid "Assign Compliance Policy"
82
80
  msgstr "Compliance-Richtlinie zuweisen"
83
81
 
84
- msgid "Attach subscriptions"
85
- msgstr ""
86
-
87
- msgid "Auto attach subscriptions"
88
- msgstr ""
89
-
90
- msgid "Auto-attach subscriptions"
91
- msgstr ""
92
-
93
82
  msgid "Back"
94
83
  msgstr "Zurück"
95
84
 
@@ -129,9 +118,6 @@ msgstr "Zeitraum auswählen"
129
118
  msgid "Choose weekday"
130
119
  msgstr "Wochentag auswählen"
131
120
 
132
- msgid "Combined Profile Update"
133
- msgstr ""
134
-
135
121
  msgid "Compliance"
136
122
  msgstr "Konformität"
137
123
 
@@ -171,12 +157,6 @@ msgstr ""
171
157
  msgid "Could not validate %{file_type}. Error %{error}"
172
158
  msgstr "Konnte nicht %{file_type} validieren. Fehler: %{error}"
173
159
 
174
- msgid "Create"
175
- msgstr ""
176
-
177
- msgid "Create Package Group"
178
- msgstr ""
179
-
180
160
  msgid "Create SCAP content"
181
161
  msgstr "SCAP-Inhalt erstellen"
182
162
 
@@ -186,6 +166,9 @@ msgstr "Richtlinie erstellen"
186
166
  msgid "Create a Tailoring file"
187
167
  msgstr ""
188
168
 
169
+ msgid "Create client"
170
+ msgstr ""
171
+
189
172
  msgid "Dashboard"
190
173
  msgstr "Übersichtsseite"
191
174
 
@@ -201,30 +184,24 @@ msgstr "Standardmäßiges XCCDF-Profil"
201
184
  msgid "Delete"
202
185
  msgstr "Löschen"
203
186
 
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
187
  msgid "Delete a Policy"
217
188
  msgstr "Richtlinie löschen"
218
189
 
219
190
  msgid "Delete an ARF Report"
220
191
  msgstr "ARF-Bericht löschen"
221
192
 
193
+ msgid "Delete client"
194
+ msgstr ""
195
+
222
196
  msgid "Delete compliance policy %s with all of its reports?"
223
197
  msgstr "Compliance-Richtline %s löschen mit allen Berichten?"
224
198
 
225
199
  msgid "Delete compliance report for %s?"
226
200
  msgstr "Compliance-Bericht von %s löschen?"
227
201
 
202
+ msgid "Delete host"
203
+ msgstr ""
204
+
228
205
  msgid "Delete reports"
229
206
  msgstr "Berichte löschen"
230
207
 
@@ -249,18 +226,6 @@ msgstr ""
249
226
  msgid "Description"
250
227
  msgstr "Beschreibung"
251
228
 
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
229
  msgid "Documentation"
265
230
  msgstr "Dokumentation"
266
231
 
@@ -297,15 +262,6 @@ msgstr ""
297
262
  msgid "Effective Profile"
298
263
  msgstr "Effektives Profil"
299
264
 
300
- msgid "Enable"
301
- msgstr ""
302
-
303
- msgid "Errata mail"
304
- msgstr ""
305
-
306
- msgid "Export"
307
- msgstr ""
308
-
309
265
  msgid "Failed"
310
266
  msgstr "Fehlgeschlagen"
311
267
 
@@ -319,13 +275,13 @@ msgid "Failed to delete %s compliance reports"
319
275
  msgstr "Compliance-Berichte %s konnten nicht gelöscht werden"
320
276
 
321
277
  msgid "Failed to delete ARF Report for host %{host_name} reported at %{reported_at}"
322
- msgstr ""
278
+ msgstr "ARF Bericht für den Host %{host_name} vom %{reported_at} konnte nicht gelöscht werden."
323
279
 
324
280
  msgid "Failed to downloaded ARF report as bzip: %s"
325
281
  msgstr "ARF als bzip report wurde nicht heruntergeladen: %s"
326
282
 
327
283
  msgid "Failed to downloaded ARF report in HTML: %s"
328
- msgstr ""
284
+ msgstr "ARF Bericht im HTML Format konnte nicht heruntergeladen werden: %s"
329
285
 
330
286
  msgid "Failed to fetch spool status from proxy"
331
287
  msgstr ""
@@ -334,21 +290,15 @@ msgid "Failed to save when overriding parameters for %{config_tool}, cause: %{er
334
290
  msgstr ""
335
291
 
336
292
  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"
337
- msgstr ""
293
+ msgstr "Der Upload des Arf Reports ist fehlgeschlagen, der OpenSCAP Proxyname oder die URL konnte beim Upload in den Parametern für %s nicht gefunden werden. Es fehlt der openscap_proxy für den Host."
338
294
 
339
295
  #. TRANSLATORS: initial character of Failed
340
296
  msgid "Failed|F"
341
297
  msgstr "Fehlgeschlagen|F "
342
298
 
343
- msgid "Fetch pxe files"
344
- msgstr ""
345
-
346
299
  msgid "File Upload"
347
300
  msgstr "Datei hochladen"
348
301
 
349
- msgid "Filtered index content"
350
- msgstr ""
351
-
352
302
  msgid "Full Report"
353
303
  msgstr "Ganzer Bericht"
354
304
 
@@ -406,12 +356,6 @@ msgstr "Regel angewandt auf Hosts."
406
356
  msgid "How the policy should be deployed"
407
357
  msgstr ""
408
358
 
409
- msgid "Hypervisors"
410
- msgstr ""
411
-
412
- msgid "Hypervisors update"
413
- msgstr ""
414
-
415
359
  msgid "ID of OpenSCAP Proxy"
416
360
  msgstr "Kennung des OpenSCAP-Proxys"
417
361
 
@@ -446,39 +390,6 @@ msgstr "Nicht eindeutig "
446
390
  msgid "Inconclusive results"
447
391
  msgstr "Ergebnisse sind nicht eindeutig"
448
392
 
449
- msgid "Incremental Update"
450
- msgstr ""
451
-
452
- msgid "Incremental Update of Content View Version(s) "
453
- msgstr ""
454
-
455
- msgid "Index content"
456
- msgstr ""
457
-
458
- msgid "Index errata"
459
- msgstr ""
460
-
461
- msgid "Index module streams"
462
- msgstr ""
463
-
464
- msgid "Index package groups"
465
- msgstr ""
466
-
467
- msgid "Install Applicable Errata"
468
- msgstr ""
469
-
470
- msgid "Install erratum"
471
- msgstr ""
472
-
473
- msgid "Install package"
474
- msgstr ""
475
-
476
- msgid "Install package group"
477
- msgstr ""
478
-
479
- msgid "Instance update"
480
- msgstr ""
481
-
482
393
  msgid "It may sometimes be required to adjust the security policy to your specific needs. "
483
394
  msgstr "Es könnte angebracht sein die Sicherheits-Richtlinien den eigenen Anforderungen anzupassen."
484
395
 
@@ -494,6 +405,9 @@ msgstr "ARF-Berichte auflisten"
494
405
  msgid "List Policies"
495
406
  msgstr "Richtlinien auflisten"
496
407
 
408
+ msgid "List SCAP content profiles"
409
+ msgstr ""
410
+
497
411
  msgid "List SCAP contents"
498
412
  msgstr "SCAP-Inhalte auflisten"
499
413
 
@@ -636,9 +550,6 @@ msgstr "Anderweitiges Ergebnis"
636
550
  msgid "Othered|O"
637
551
  msgstr "Anderweitig|A"
638
552
 
639
- msgid "Package Profile Update"
640
- msgstr ""
641
-
642
553
  msgid "Passed"
643
554
  msgstr "Erfolgreich"
644
555
 
@@ -697,24 +608,9 @@ msgstr ""
697
608
  msgid "Policy with id %s not found."
698
609
  msgstr "Richtlinie mit Kennung %s nicht gefunden."
699
610
 
700
- msgid "Product Create"
701
- msgstr ""
702
-
703
- msgid "Promote"
704
- msgstr ""
705
-
706
- msgid "Promotion to Environment"
707
- msgstr ""
708
-
709
611
  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."
710
612
  msgstr ""
711
613
 
712
- msgid "Publish"
713
- msgstr ""
714
-
715
- msgid "Publish Lifecycle Environment Repositories"
716
- msgstr ""
717
-
718
614
  msgid "Puppet class"
719
615
  msgstr "Puppet-Klasse"
720
616
 
@@ -724,33 +620,9 @@ msgstr "Begründung"
724
620
  msgid "References"
725
621
  msgstr "Verweise"
726
622
 
727
- msgid "Reindex subscriptions"
728
- msgstr ""
729
-
730
623
  msgid "Remote action:"
731
624
  msgstr "Entfernte Aktion"
732
625
 
733
- msgid "Remove Content"
734
- msgstr ""
735
-
736
- msgid "Remove Version"
737
- msgstr ""
738
-
739
- msgid "Remove Versions and Associations"
740
- msgstr ""
741
-
742
- msgid "Remove from Environment"
743
- msgstr ""
744
-
745
- msgid "Remove package"
746
- msgstr ""
747
-
748
- msgid "Remove package group"
749
- msgstr ""
750
-
751
- msgid "Remove subscriptions"
752
- msgstr ""
753
-
754
626
  msgid "Report Metrics"
755
627
  msgstr "Berichtsmetrik"
756
628
 
@@ -766,9 +638,6 @@ msgstr "Berichtet um %s"
766
638
  msgid "Reports"
767
639
  msgstr "Berichte"
768
640
 
769
- msgid "Republish Version Repositories"
770
- msgstr ""
771
-
772
641
  msgid "Request timed out. Please try increasing Settings -> proxy_request_timeout"
773
642
  msgstr ""
774
643
 
@@ -787,9 +656,6 @@ msgstr ""
787
656
  msgid "Run OpenSCAP scan"
788
657
  msgstr "Führe OpenSCAP Scan aus"
789
658
 
790
- msgid "Run Sync Plan:"
791
- msgstr ""
792
-
793
659
  msgid "SCAP Content"
794
660
  msgstr "SCAP-Inhalt"
795
661
 
@@ -895,15 +761,6 @@ msgstr "Zusammenfassungsbericht des OpenSCAP vom Foreman"
895
761
  msgid "Summary report from Foreman server at %{foreman_url}"
896
762
  msgstr "Zusammenfassungbericht vom Foreman-Server unter %{foreman_url}"
897
763
 
898
- msgid "Sync capsule"
899
- msgstr ""
900
-
901
- msgid "Synchronize"
902
- msgstr ""
903
-
904
- msgid "Synchronize smart proxy"
905
- msgstr ""
906
-
907
764
  msgid "Tailoring File"
908
765
  msgstr ""
909
766
 
@@ -968,12 +825,6 @@ msgstr "Zuweisung der Compliance-Richtline aufheben"
968
825
  msgid "Unknown Compliance status"
969
826
  msgstr "Compliance-Status unbekannt"
970
827
 
971
- msgid "Update"
972
- msgstr ""
973
-
974
- msgid "Update Content Overrides"
975
- msgstr ""
976
-
977
828
  msgid "Update a Policy"
978
829
  msgstr "Richtlinie aktualisieren "
979
830
 
@@ -983,25 +834,10 @@ msgstr ""
983
834
  msgid "Update an SCAP content"
984
835
  msgstr "Einen SCAP-Inhalt aktualisieren "
985
836
 
986
- msgid "Update content urls"
987
- msgstr ""
988
-
989
- msgid "Update for host"
990
- msgstr ""
991
-
992
- msgid "Update http proxy"
993
- msgstr ""
994
-
995
- msgid "Update http proxy details"
837
+ msgid "Update host"
996
838
  msgstr ""
997
839
 
998
- msgid "Update package"
999
- msgstr ""
1000
-
1001
- msgid "Update redhat repository"
1002
- msgstr ""
1003
-
1004
- msgid "Update release version for host"
840
+ msgid "Update node"
1005
841
  msgstr ""
1006
842
 
1007
843
  msgid "Updated hosts: Assigned with OpenSCAP Proxy: %s"
@@ -1022,12 +858,6 @@ msgstr ""
1022
858
  msgid "Upload an ARF report"
1023
859
  msgstr "Einen Arf-Bericht hochladen"
1024
860
 
1025
- msgid "Upload errata into"
1026
- msgstr ""
1027
-
1028
- msgid "Upload into"
1029
- msgstr ""
1030
-
1031
861
  msgid "Upload new SCAP content file"
1032
862
  msgstr "Neue Datei für SCAP-Inhalt hochladen"
1033
863
 
File without changes
@@ -0,0 +1,1240 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the foreman_openscap package.
4
+ #
5
+ # Translators:
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: Foreman\n"
9
+ "Report-Msgid-Bugs-To: \n"
10
+ "POT-Creation-Date: 2020-03-02 13:32+0000\n"
11
+ "PO-Revision-Date: 2019-12-23 01:05+0000\n"
12
+ "Last-Translator: Andi Chandler <andi@gowling.com>\n"
13
+ "Language-Team: English (United Kingdom) (http://www.transifex.com/foreman/fore"
14
+ "man/language/en_GB/)\n"
15
+ "MIME-Version: 1.0\n"
16
+ "Content-Type: text/plain; charset=UTF-8\n"
17
+ "Content-Transfer-Encoding: 8bit\n"
18
+ "Language: en_GB\n"
19
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
+
21
+ #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:25
22
+ msgid "List ARF reports"
23
+ msgstr ""
24
+
25
+ #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:33
26
+ msgid "Show an ARF report"
27
+ msgstr ""
28
+
29
+ #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:39
30
+ msgid "Delete an ARF Report"
31
+ msgstr ""
32
+
33
+ #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:46
34
+ msgid "Upload an ARF report"
35
+ msgstr ""
36
+
37
+ #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:57
38
+ msgid "Download bzipped ARF report"
39
+ msgstr ""
40
+
41
+ #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:67
42
+ msgid "Download ARF report in HTML"
43
+ msgstr ""
44
+
45
+ #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:94
46
+ msgid "Policy with id %s not found."
47
+ msgstr ""
48
+
49
+ #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:101
50
+ msgid "Could not find host identified by: %s"
51
+ msgstr ""
52
+
53
+ #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:106
54
+ 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"
55
+ msgstr ""
56
+
57
+ #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:118
58
+ msgid "No proxy found for %{name} or %{url}"
59
+ msgstr ""
60
+
61
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:18
62
+ msgid "List Policies"
63
+ msgstr ""
64
+
65
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:26
66
+ msgid "Show a Policy"
67
+ msgstr ""
68
+
69
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:34
70
+ msgid "Policy name"
71
+ msgstr ""
72
+
73
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:35
74
+ msgid "Policy description"
75
+ msgstr ""
76
+
77
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:36
78
+ msgid "Policy SCAP content ID"
79
+ msgstr ""
80
+
81
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:37
82
+ msgid "Policy SCAP content profile ID"
83
+ msgstr ""
84
+
85
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:38
86
+ msgid "Policy schedule period (weekly, monthly, custom)"
87
+ msgstr ""
88
+
89
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:39
90
+ msgid "Policy schedule weekday (only if period == \"weekly\")"
91
+ msgstr ""
92
+
93
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:40
94
+ msgid "Policy schedule day of month (only if period == \"monthly\")"
95
+ msgstr ""
96
+
97
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:41
98
+ msgid "Policy schedule cron line (only if period == \"custom\")"
99
+ msgstr ""
100
+
101
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:42
102
+ msgid "Apply policy to host groups"
103
+ msgstr ""
104
+
105
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:43
106
+ msgid "Apply policy to hosts"
107
+ msgstr ""
108
+
109
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:44
110
+ msgid "Tailoring file ID"
111
+ msgstr ""
112
+
113
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:45
114
+ msgid "Tailoring file profile ID"
115
+ msgstr ""
116
+
117
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:46
118
+ msgid "How the policy should be deployed"
119
+ msgstr ""
120
+
121
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:51
122
+ msgid "Create a Policy"
123
+ msgstr ""
124
+
125
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:60
126
+ msgid "Update a Policy"
127
+ msgstr ""
128
+
129
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:68
130
+ msgid "Delete a Policy"
131
+ msgstr ""
132
+
133
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:75
134
+ msgid "Show a policy's SCAP content"
135
+ msgstr ""
136
+
137
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:85
138
+ msgid "Show a policy's Tailoring file"
139
+ msgstr ""
140
+
141
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:95
142
+ msgid "No Tailoring file assigned for policy with id %s"
143
+ msgstr ""
144
+
145
+ #: ../app/controllers/api/v2/compliance/scap_content_profiles_controller.rb:6
146
+ msgid "List SCAP content profiles"
147
+ msgstr ""
148
+
149
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:10
150
+ msgid "List SCAP contents"
151
+ msgstr ""
152
+
153
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:18
154
+ msgid "Download an SCAP content as XML"
155
+ msgstr ""
156
+
157
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:27
158
+ msgid "Show an SCAP content"
159
+ msgstr ""
160
+
161
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:34
162
+ msgid "SCAP content name"
163
+ msgstr ""
164
+
165
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:35
166
+ msgid "XML containing SCAP content"
167
+ msgstr ""
168
+
169
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:36 ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:37
170
+ msgid "Original file name of the XML file"
171
+ msgstr ""
172
+
173
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:41
174
+ msgid "Create SCAP content"
175
+ msgstr ""
176
+
177
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:49
178
+ msgid "Update an SCAP content"
179
+ msgstr ""
180
+
181
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:57
182
+ msgid "Deletes an SCAP content"
183
+ msgstr ""
184
+
185
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:11
186
+ msgid "List Tailoring files"
187
+ msgstr ""
188
+
189
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:19
190
+ msgid "Download a Tailoring file as XML"
191
+ msgstr ""
192
+
193
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:28
194
+ msgid "Show a Tailoring file"
195
+ msgstr ""
196
+
197
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:35
198
+ msgid "Tailoring file name"
199
+ msgstr ""
200
+
201
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:36
202
+ msgid "XML containing tailoring file"
203
+ msgstr ""
204
+
205
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:42
206
+ msgid "Create a Tailoring file"
207
+ msgstr ""
208
+
209
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:50
210
+ msgid "Update a Tailoring file"
211
+ msgstr ""
212
+
213
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:58
214
+ msgid "Deletes a Tailoring file"
215
+ msgstr ""
216
+
217
+ #: ../app/controllers/arf_reports_controller.rb:37
218
+ msgid "Failed to downloaded ARF report as bzip: %s"
219
+ msgstr ""
220
+
221
+ #: ../app/controllers/arf_reports_controller.rb:48
222
+ msgid "Failed to downloaded ARF report in HTML: %s"
223
+ msgstr ""
224
+
225
+ #: ../app/controllers/arf_reports_controller.rb:55
226
+ msgid "Successfully deleted ARF report."
227
+ msgstr ""
228
+
229
+ #: ../app/controllers/arf_reports_controller.rb:57
230
+ msgid "Failed to delete ARF Report for host %{host_name} reported at %{reported_at}"
231
+ msgstr ""
232
+
233
+ #: ../app/controllers/arf_reports_controller.rb:67
234
+ msgid "Failed to delete %s compliance reports"
235
+ msgstr ""
236
+
237
+ #: ../app/controllers/arf_reports_controller.rb:70
238
+ msgid "Successfully deleted %s compliance reports"
239
+ msgstr ""
240
+
241
+ #: ../app/controllers/arf_reports_controller.rb:85
242
+ msgid "No compliance reports were found."
243
+ msgstr ""
244
+
245
+ #: ../app/controllers/arf_reports_controller.rb:89
246
+ msgid "No compliance reports selected"
247
+ msgstr ""
248
+
249
+ #: ../app/controllers/arf_reports_controller.rb:94
250
+ msgid "Something went wrong while selecting compliance reports - %s"
251
+ msgstr ""
252
+
253
+ #: ../app/controllers/concerns/foreman_openscap/api/v2/hosts_controller_extensions.rb:19
254
+ msgid "Show config information for foreman_scap_client"
255
+ msgstr ""
256
+
257
+ #: ../app/controllers/concerns/foreman_openscap/api/v2/hosts_controller_extensions.rb:20
258
+ msgid "The identifier of the host"
259
+ msgstr ""
260
+
261
+ #: ../app/controllers/concerns/foreman_openscap/hosts_controller_extensions.rb:26
262
+ msgid "Updated hosts: Assigned with OpenSCAP Proxy: %s"
263
+ msgstr ""
264
+
265
+ #: ../app/controllers/concerns/foreman_openscap/hosts_controller_extensions.rb:29
266
+ msgid "No OpenSCAP Proxy selected."
267
+ msgstr ""
268
+
269
+ #: ../app/controllers/policies_controller.rb:84
270
+ msgid "Updated hosts: Assigned with compliance policy: %s"
271
+ msgstr ""
272
+
273
+ #: ../app/controllers/policies_controller.rb:91
274
+ msgid "No compliance policy selected."
275
+ msgstr ""
276
+
277
+ #: ../app/controllers/policies_controller.rb:103
278
+ msgid "Updated hosts: Unassigned from compliance policy '%s'"
279
+ msgstr ""
280
+
281
+ #: ../app/controllers/policies_controller.rb:105
282
+ msgid "No valid policy ID provided"
283
+ msgstr ""
284
+
285
+ #: ../app/controllers/policies_controller.rb:125
286
+ msgid "No hosts were found."
287
+ msgstr ""
288
+
289
+ #: ../app/controllers/policies_controller.rb:129
290
+ msgid "No hosts selected"
291
+ msgstr "No hosts selected"
292
+
293
+ #: ../app/controllers/policies_controller.rb:134
294
+ msgid "Something went wrong while selecting hosts - %s"
295
+ msgstr "Something went wrong while selecting hosts - %s"
296
+
297
+ #: ../app/helpers/arf_report_dashboard_helper.rb:18 ../app/helpers/compliance_dashboard_helper.rb:8 ../app/helpers/compliance_hosts_helper.rb:15 ../app/views/arf_reports/_list.html.erb:11 ../app/views/foreman_openscap/policy_mailer/_hosts.erb:11 ../app/views/policy_dashboard/_policy_reports.html.erb:10
298
+ msgid "Failed"
299
+ msgstr ""
300
+
301
+ #: ../app/helpers/arf_report_dashboard_helper.rb:19 ../app/helpers/compliance_dashboard_helper.rb:6 ../app/helpers/compliance_hosts_helper.rb:14 ../app/views/arf_reports/_list.html.erb:10 ../app/views/foreman_openscap/policy_mailer/_hosts.erb:8 ../app/views/policy_dashboard/_policy_reports.html.erb:9
302
+ msgid "Passed"
303
+ msgstr ""
304
+
305
+ #: ../app/helpers/arf_report_dashboard_helper.rb:20 ../app/views/arf_reports/_list.html.erb:12 ../app/views/foreman_openscap/policy_mailer/_hosts.erb:14 ../app/views/policy_dashboard/_policy_reports.html.erb:11
306
+ msgid "Other"
307
+ msgstr ""
308
+
309
+ #: ../app/helpers/arf_report_dashboard_helper.rb:28
310
+ msgid "Number of Events"
311
+ msgstr ""
312
+
313
+ #: ../app/helpers/arf_report_dashboard_helper.rb:29
314
+ msgid "Rule Results"
315
+ msgstr ""
316
+
317
+ #: ../app/helpers/arf_reports_helper.rb:10
318
+ msgid "Show log messages:"
319
+ msgstr ""
320
+
321
+ #: ../app/helpers/arf_reports_helper.rb:11
322
+ msgid "All messages"
323
+ msgstr ""
324
+
325
+ #: ../app/helpers/arf_reports_helper.rb:11
326
+ msgid "Failed and Othered"
327
+ msgstr ""
328
+
329
+ #: ../app/helpers/arf_reports_helper.rb:11
330
+ msgid "Failed only"
331
+ msgstr ""
332
+
333
+ #: ../app/helpers/arf_reports_helper.rb:21 ../app/views/arf_reports/index.html.erb:1 ../app/views/arf_reports/welcome.html.erb:1 ../app/views/arf_reports/welcome.html.erb:7
334
+ msgid "Compliance Reports"
335
+ msgstr ""
336
+
337
+ #: ../app/helpers/arf_reports_helper.rb:57
338
+ msgid "Delete reports"
339
+ msgstr ""
340
+
341
+ #: ../app/helpers/arf_reports_helper.rb:62
342
+ msgid "Select Action"
343
+ msgstr "Select Action"
344
+
345
+ #: ../app/helpers/arf_reports_helper.rb:65
346
+ msgid "%s - The following compliance reports are about to be changed"
347
+ msgstr ""
348
+
349
+ #: ../app/helpers/arf_reports_helper.rb:70
350
+ msgid "No proxy found!"
351
+ msgstr ""
352
+
353
+ #: ../app/helpers/arf_reports_helper.rb:75
354
+ msgid "Reported at %s"
355
+ msgstr ""
356
+
357
+ #: ../app/helpers/arf_reports_helper.rb:76
358
+ msgid " for policy %s"
359
+ msgstr ""
360
+
361
+ #: ../app/helpers/arf_reports_helper.rb:78
362
+ msgid " through %s"
363
+ msgstr ""
364
+
365
+ #: ../app/helpers/arf_reports_helper.rb:83
366
+ msgid "Hosts failing this rule"
367
+ msgstr ""
368
+
369
+ #: ../app/helpers/arf_reports_helper.rb:84
370
+ msgid "Hosts passing this rule"
371
+ msgstr ""
372
+
373
+ #: ../app/helpers/arf_reports_helper.rb:85
374
+ msgid "Hosts othering this rule"
375
+ msgstr ""
376
+
377
+ #: ../app/helpers/compliance_dashboard_helper.rb:3 ../app/views/arf_reports/delete_multiple.html.erb:7 ../app/views/policy_dashboard/_policy_reports.html.erb:6
378
+ msgid "Host"
379
+ msgstr "Host"
380
+
381
+ #: ../app/helpers/compliance_dashboard_helper.rb:4 ../app/views/arf_reports/_list.html.erb:8
382
+ msgid "Policy"
383
+ msgstr ""
384
+
385
+ #. TRANSLATORS: initial character of Passed
386
+ #: ../app/helpers/compliance_dashboard_helper.rb:6
387
+ msgid "Passed|P"
388
+ msgstr ""
389
+
390
+ #. TRANSLATORS: initial character of Failed
391
+ #: ../app/helpers/compliance_dashboard_helper.rb:8
392
+ msgid "Failed|F"
393
+ msgstr ""
394
+
395
+ #. TRANSLATORS: initial character of Othered which is an SCAP term
396
+ #: ../app/helpers/compliance_dashboard_helper.rb:10
397
+ msgid "Othered|O"
398
+ msgstr ""
399
+
400
+ #: ../app/helpers/compliance_dashboard_helper.rb:10 ../app/helpers/compliance_hosts_helper.rb:16
401
+ msgid "Othered"
402
+ msgstr ""
403
+
404
+ #: ../app/helpers/compliance_hosts_helper.rb:24
405
+ msgid "Assign Compliance Policy"
406
+ msgstr ""
407
+
408
+ #: ../app/helpers/compliance_hosts_helper.rb:25
409
+ msgid "Unassign Compliance Policy"
410
+ msgstr ""
411
+
412
+ #: ../app/helpers/compliance_hosts_helper.rb:26
413
+ msgid "Change OpenSCAP Proxy"
414
+ msgstr ""
415
+
416
+ #: ../app/helpers/compliance_hosts_helper.rb:35 ../app/models/foreman_openscap/compliance_status.rb:8 ../lib/foreman_openscap/engine.rb:138
417
+ msgid "Compliance"
418
+ msgstr ""
419
+
420
+ #: ../app/helpers/compliance_hosts_helper.rb:37
421
+ msgid "Host compliance details"
422
+ msgstr ""
423
+
424
+ #: ../app/helpers/concerns/foreman_openscap/hosts_helper_extensions.rb:4
425
+ msgid "Host is deleted"
426
+ msgstr ""
427
+
428
+ #: ../app/helpers/foreman_openscap_helper.rb:4
429
+ msgid "documentation"
430
+ msgstr ""
431
+
432
+ #: ../app/helpers/policies_helper.rb:56
433
+ msgid "Choose existing SCAP Content"
434
+ msgstr ""
435
+
436
+ #: ../app/helpers/policies_helper.rb:57 ../app/helpers/policies_helper.rb:62 ../app/models/foreman_openscap/policy.rb:111 ../app/views/policies/_form.html.erb:10 ../app/views/scap_contents/welcome.html.erb:1 ../app/views/scap_contents/welcome.html.erb:6
437
+ msgid "SCAP Content"
438
+ msgstr ""
439
+
440
+ #: ../app/helpers/policies_helper.rb:72 ../app/helpers/policies_helper.rb:79
441
+ msgid "XCCDF Profile"
442
+ msgstr ""
443
+
444
+ #: ../app/helpers/policies_helper.rb:78
445
+ msgid "Default XCCDF profile"
446
+ msgstr ""
447
+
448
+ #: ../app/helpers/policies_helper.rb:87
449
+ msgid "Choose Tailoring File"
450
+ msgstr ""
451
+
452
+ #: ../app/helpers/policies_helper.rb:88 ../app/views/policies/_list.html.erb:6
453
+ msgid "Tailoring File"
454
+ msgstr ""
455
+
456
+ #: ../app/helpers/policies_helper.rb:97
457
+ msgid "XCCDF Profile in Tailoring File"
458
+ msgstr ""
459
+
460
+ #: ../app/helpers/policies_helper.rb:98
461
+ msgid "This profile will be used to override the one from scap content"
462
+ msgstr ""
463
+
464
+ #: ../app/helpers/policies_helper.rb:109 ../app/views/arf_reports/_list.html.erb:54
465
+ msgid "Submit"
466
+ msgstr "Submit"
467
+
468
+ #: ../app/helpers/policies_helper.rb:113 ../app/views/arf_reports/_list.html.erb:53
469
+ msgid "Cancel"
470
+ msgstr "Cancel"
471
+
472
+ #: ../app/helpers/policies_helper.rb:145 ../lib/foreman_openscap/engine.rb:139
473
+ msgid "Policies"
474
+ msgstr ""
475
+
476
+ #: ../app/helpers/policy_dashboard_helper.rb:11
477
+ msgid "Compliant hosts"
478
+ msgstr ""
479
+
480
+ #: ../app/helpers/policy_dashboard_helper.rb:12
481
+ msgid "Incompliant hosts"
482
+ msgstr ""
483
+
484
+ #: ../app/helpers/policy_dashboard_helper.rb:13 ../app/models/foreman_openscap/compliance_status.rb:20
485
+ msgid "Inconclusive"
486
+ msgstr ""
487
+
488
+ #: ../app/helpers/policy_dashboard_helper.rb:14
489
+ msgid "Not audited"
490
+ msgstr ""
491
+
492
+ #: ../app/helpers/policy_dashboard_helper.rb:41
493
+ msgid "Host is assigned to policy"
494
+ msgstr ""
495
+
496
+ #: ../app/helpers/policy_dashboard_helper.rb:44
497
+ msgid "Host is not assigned to policy but reports were found. You may want to delete the reports or assign the policy again."
498
+ msgstr ""
499
+
500
+ #: ../app/helpers/policy_dashboard_helper.rb:52
501
+ msgid "Hosts no longer assigned: %s"
502
+ msgstr ""
503
+
504
+ #: ../app/helpers/policy_dashboard_helper.rb:56
505
+ msgid "Total hosts with reports where policy is no longer assigned."
506
+ msgstr ""
507
+
508
+ #: ../app/lib/proxy_api/openscap.rb:21
509
+ msgid "Request timed out. Please try increasing Settings -> proxy_request_timeout"
510
+ msgstr ""
511
+
512
+ #: ../app/lib/proxy_api/openscap.rb:24
513
+ msgid "Could not validate %s. Please make sure you have appropriate proxy version to use this functionality"
514
+ msgstr ""
515
+
516
+ #: ../app/lib/proxy_api/openscap.rb:27
517
+ msgid "Could not validate %{file_type}. Error %{error}"
518
+ msgstr ""
519
+
520
+ #: ../app/lib/proxy_api/openscap.rb:40
521
+ msgid "Unable to get HTML version of requested report from Smart Proxy"
522
+ msgstr ""
523
+
524
+ #: ../app/lib/proxy_api/openscap.rb:49
525
+ msgid "Unable to get XML version of requested report from Smart Proxy"
526
+ msgstr ""
527
+
528
+ #: ../app/mailers/foreman_openscap/policy_mailer.rb:17
529
+ msgid "SCAP policies summary"
530
+ msgstr ""
531
+
532
+ #: ../app/models/concerns/foreman_openscap/log_extensions.rb:17
533
+ msgid "is not included in SCAP_RESULT"
534
+ msgstr ""
535
+
536
+ #: ../app/models/concerns/foreman_openscap/openscap_proxy_core_extensions.rb:69
537
+ msgid "must have Openscap feature"
538
+ msgstr ""
539
+
540
+ #: ../app/models/concerns/foreman_openscap/openscap_proxy_extensions.rb:8
541
+ msgid "No OpenSCAP proxy found for %{class} with id %{id}"
542
+ msgstr ""
543
+
544
+ #: ../app/models/foreman_openscap/compliance_status.rb:18 ../app/views/foreman_openscap/policy_mailer/_dashboard.erb:13
545
+ msgid "Compliant"
546
+ msgstr ""
547
+
548
+ #: ../app/models/foreman_openscap/compliance_status.rb:22 ../app/views/foreman_openscap/policy_mailer/_dashboard.erb:17
549
+ msgid "Incompliant"
550
+ msgstr ""
551
+
552
+ #: ../app/models/foreman_openscap/compliance_status.rb:24
553
+ msgid "Unknown Compliance status"
554
+ msgstr ""
555
+
556
+ #: ../app/models/foreman_openscap/policy.rb:31 ../app/models/foreman_openscap/policy.rb:273
557
+ msgid "is not a valid value"
558
+ msgstr ""
559
+
560
+ #: ../app/models/foreman_openscap/policy.rb:51
561
+ msgid "Cannot generate HTML guide, scap content is missing."
562
+ msgstr ""
563
+
564
+ #: ../app/models/foreman_openscap/policy.rb:57
565
+ msgid "Cannot generate HTML guide, no valid OpenSCAP proxy server found."
566
+ msgstr ""
567
+
568
+ #: ../app/models/foreman_openscap/policy.rb:111 ../app/views/policies/_form.html.erb:8
569
+ msgid "Deployment Options"
570
+ msgstr ""
571
+
572
+ #: ../app/models/foreman_openscap/policy.rb:111
573
+ msgid "Policy Attributes"
574
+ msgstr ""
575
+
576
+ #: ../app/models/foreman_openscap/policy.rb:111 ../app/views/policies/_form.html.erb:11
577
+ msgid "Schedule"
578
+ msgstr ""
579
+
580
+ #: ../app/models/foreman_openscap/policy.rb:112 ../app/views/policies/_form.html.erb:13 ../app/views/scap_contents/_form.html.erb:11 ../app/views/tailoring_files/_form.html.erb:11
581
+ msgid "Locations"
582
+ msgstr "Locations"
583
+
584
+ #: ../app/models/foreman_openscap/policy.rb:113 ../app/views/policies/_form.html.erb:16 ../app/views/scap_contents/_form.html.erb:14 ../app/views/tailoring_files/_form.html.erb:14
585
+ msgid "Organizations"
586
+ msgstr "Organisations"
587
+
588
+ #: ../app/models/foreman_openscap/policy.rb:114
589
+ msgid "Hostgroups"
590
+ msgstr ""
591
+
592
+ #: ../app/models/foreman_openscap/policy.rb:267
593
+ msgid "does not consist of 5 parts separated by space"
594
+ msgstr ""
595
+
596
+ #: ../app/models/foreman_openscap/policy.rb:279
597
+ msgid "must be between 1 and 31"
598
+ msgstr ""
599
+
600
+ #: ../app/models/foreman_openscap/policy.rb:284
601
+ msgid "must be present when tailoring file profile present"
602
+ msgstr ""
603
+
604
+ #: ../app/models/foreman_openscap/policy.rb:285
605
+ msgid "must be present when tailoring file present"
606
+ msgstr ""
607
+
608
+ #: ../app/models/foreman_openscap/policy.rb:290
609
+ msgid "does not come from selected tailoring file"
610
+ msgstr ""
611
+
612
+ #: ../app/models/foreman_openscap/policy.rb:296
613
+ msgid "does not have the selected SCAP content profile"
614
+ msgstr ""
615
+
616
+ #: ../app/models/foreman_openscap/policy.rb:328
617
+ msgid "cannot assign to %s, all assigned policies must be deployed in the same way, check 'deploy by' for each assigned policy"
618
+ msgstr ""
619
+
620
+ #: ../app/services/foreman_openscap/arf_report_status_calculator.rb:30
621
+ msgid "invalid type %s"
622
+ msgstr ""
623
+
624
+ #: ../app/services/foreman_openscap/client_config/ansible.rb:32
625
+ msgid "Ansible role"
626
+ msgstr ""
627
+
628
+ #: ../app/services/foreman_openscap/client_config/ansible.rb:33
629
+ msgid "Ansible variables"
630
+ msgstr ""
631
+
632
+ #: ../app/services/foreman_openscap/client_config/puppet.rb:32
633
+ msgid "Puppet class"
634
+ msgstr ""
635
+
636
+ #: ../app/services/foreman_openscap/client_config/puppet.rb:33
637
+ msgid "Smart Class Parameters"
638
+ msgstr ""
639
+
640
+ #: ../app/services/foreman_openscap/lookup_key_overrider.rb:13
641
+ msgid "%{type} was selected to deploy policy to clients, but %{type} is not available. Are you missing a plugin?"
642
+ msgstr ""
643
+
644
+ #: ../app/services/foreman_openscap/lookup_key_overrider.rb:27
645
+ msgid "Required %{msg_name} %{class} was not found, please ensure it is imported first."
646
+ msgstr ""
647
+
648
+ #: ../app/services/foreman_openscap/lookup_key_overrider.rb:57
649
+ msgid "The following %{key_name} were missing for %{item_name}: %{key_names}. Make sure they are imported before proceeding."
650
+ msgstr ""
651
+
652
+ #: ../app/services/foreman_openscap/lookup_key_overrider.rb:90
653
+ msgid "Failed to save when overriding parameters for %{config_tool}, cause: %{errors}"
654
+ msgstr ""
655
+
656
+ #: ../app/services/foreman_openscap/openscap_proxy_version_check.rb:39
657
+ msgid "This feature is temporarily disabled. "
658
+ msgstr ""
659
+
660
+ #: ../app/services/foreman_openscap/openscap_proxy_version_check.rb:40
661
+ msgid "The following Smart Proxies need to be updated to unlock the feature: %s. "
662
+ msgstr ""
663
+
664
+ #: ../app/services/foreman_openscap/openscap_proxy_version_check.rb:41
665
+ msgid "The following proxies could not be reached: %s. Please make sure they are available so Foreman can check their versions."
666
+ msgstr ""
667
+
668
+ #: ../app/validators/foreman_openscap/data_stream_validator.rb:9
669
+ msgid "No proxy with OpenSCAP feature was found."
670
+ msgstr ""
671
+
672
+ #: ../app/validators/foreman_openscap/data_stream_validator.rb:14
673
+ msgid "No proxy with OpenSCAP feature is running."
674
+ msgstr ""
675
+
676
+ #: ../app/validators/foreman_openscap/data_stream_validator.rb:26
677
+ msgid "No available proxy to validate. Returned with error: %s"
678
+ msgstr ""
679
+
680
+ #: ../app/validators/foreman_openscap/data_stream_validator.rb:33
681
+ msgid "Changed file does not include existing SCAP content profiles"
682
+ msgstr ""
683
+
684
+ #: ../app/views/arf_reports/_detailed_message.html.erb:3
685
+ msgid "More details"
686
+ msgstr ""
687
+
688
+ #: ../app/views/arf_reports/_detailed_message.html.erb:6
689
+ msgid "Description"
690
+ msgstr "Description"
691
+
692
+ #: ../app/views/arf_reports/_detailed_message.html.erb:7
693
+ msgid "Rationale"
694
+ msgstr ""
695
+
696
+ #: ../app/views/arf_reports/_detailed_message.html.erb:8
697
+ msgid "References"
698
+ msgstr ""
699
+
700
+ #: ../app/views/arf_reports/_list.html.erb:5
701
+ msgid "Select all items in this page"
702
+ msgstr "Select all items in this page"
703
+
704
+ #: ../app/views/arf_reports/_list.html.erb:5
705
+ msgid "items selected. Uncheck to Clear"
706
+ msgstr "items selected. Uncheck to Clear"
707
+
708
+ #: ../app/views/arf_reports/_list.html.erb:7 ../app/views/arf_reports/delete_multiple.html.erb:10
709
+ msgid "Reported At"
710
+ msgstr ""
711
+
712
+ #: ../app/views/arf_reports/_list.html.erb:9
713
+ msgid "Openscap Proxy"
714
+ msgstr ""
715
+
716
+ #: ../app/views/arf_reports/_list.html.erb:13 ../app/views/arf_reports/_output.html.erb:8 ../app/views/policies/_list.html.erb:8 ../app/views/policy_dashboard/_policy_reports.html.erb:12 ../app/views/scap_contents/_list.html.erb:6 ../app/views/tailoring_files/_list.html.erb:6
717
+ msgid "Actions"
718
+ msgstr "Actions"
719
+
720
+ #: ../app/views/arf_reports/_list.html.erb:28
721
+ msgid "Deleted policy"
722
+ msgstr ""
723
+
724
+ #: ../app/views/arf_reports/_list.html.erb:34
725
+ msgid "Full Report"
726
+ msgstr ""
727
+
728
+ #: ../app/views/arf_reports/_list.html.erb:37
729
+ msgid "Delete compliance report for %s?"
730
+ msgstr ""
731
+
732
+ #: ../app/views/arf_reports/_list.html.erb:48
733
+ msgid "Please Confirm"
734
+ msgstr "Please Confirm"
735
+
736
+ #: ../app/views/arf_reports/_metrics.html.erb:6
737
+ msgid "Report Metrics"
738
+ msgstr ""
739
+
740
+ #: ../app/views/arf_reports/_metrics.html.erb:13
741
+ msgid "Report Status"
742
+ msgstr ""
743
+
744
+ #: ../app/views/arf_reports/_metrics.html.erb:34
745
+ msgid "Total"
746
+ msgstr ""
747
+
748
+ #: ../app/views/arf_reports/_output.html.erb:4
749
+ msgid "Result"
750
+ msgstr "Result"
751
+
752
+ #: ../app/views/arf_reports/_output.html.erb:5
753
+ msgid "Message"
754
+ msgstr "Message"
755
+
756
+ #: ../app/views/arf_reports/_output.html.erb:6
757
+ msgid "Resource"
758
+ msgstr ""
759
+
760
+ #: ../app/views/arf_reports/_output.html.erb:7
761
+ msgid "Severity"
762
+ msgstr ""
763
+
764
+ #: ../app/views/arf_reports/_output.html.erb:25
765
+ msgid "Nothing to show"
766
+ msgstr ""
767
+
768
+ #: ../app/views/arf_reports/delete_multiple.html.erb:27
769
+ msgid "Delete"
770
+ msgstr "Delete"
771
+
772
+ #: ../app/views/arf_reports/delete_multiple.html.erb:28
773
+ msgid "these Compliance reports"
774
+ msgstr ""
775
+
776
+ #: ../app/views/arf_reports/show.html.erb:15
777
+ msgid "Back"
778
+ msgstr "Back"
779
+
780
+ #: ../app/views/arf_reports/show.html.erb:17
781
+ msgid "Host details"
782
+ msgstr ""
783
+
784
+ #: ../app/views/arf_reports/show.html.erb:18
785
+ msgid "View full report"
786
+ msgstr ""
787
+
788
+ #: ../app/views/arf_reports/show.html.erb:19
789
+ msgid "Download XML in bzip"
790
+ msgstr ""
791
+
792
+ #: ../app/views/arf_reports/show.html.erb:20
793
+ msgid "Download HTML"
794
+ msgstr ""
795
+
796
+ #: ../app/views/arf_reports/show_html.html.erb:9
797
+ msgid "Loading..."
798
+ msgstr ""
799
+
800
+ #: ../app/views/arf_reports/welcome.html.erb:9
801
+ 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."
802
+ msgstr ""
803
+
804
+ #: ../app/views/arf_reports/welcome.html.erb:12
805
+ msgid "Documentation"
806
+ msgstr ""
807
+
808
+ #: ../app/views/compliance_hosts/show.html.erb:9
809
+ msgid "Compliance Hosts"
810
+ msgstr ""
811
+
812
+ #: ../app/views/compliance_hosts/show.html.erb:11
813
+ msgid "%s compliance reports by policy"
814
+ msgstr ""
815
+
816
+ #: ../app/views/compliance_hosts/show.html.erb:15
817
+ msgid "%s compliance report by policy"
818
+ msgid_plural "%s compliance reports by policy"
819
+ msgstr[0] ""
820
+ msgstr[1] ""
821
+
822
+ #: ../app/views/compliance_hosts/show.html.erb:17
823
+ msgid "Policy %s"
824
+ msgstr ""
825
+
826
+ #: ../app/views/compliance_hosts/show.html.erb:23
827
+ msgid "%s latest report"
828
+ msgstr ""
829
+
830
+ #: ../app/views/compliance_hosts/show.html.erb:35
831
+ msgid "%s reports over time"
832
+ msgstr ""
833
+
834
+ #: ../app/views/compliance_hosts/show.html.erb:43
835
+ msgid "No report for this policy"
836
+ msgstr ""
837
+
838
+ #: ../app/views/dashboard/_compliance_host_reports_widget.html.erb:1 ../lib/foreman_openscap/engine.rb:154
839
+ msgid "Latest Compliance Reports"
840
+ msgstr ""
841
+
842
+ #: ../app/views/dashboard/_compliance_host_reports_widget.html.erb:4
843
+ msgid "No reports available"
844
+ msgstr ""
845
+
846
+ #: ../app/views/dashboard/_compliance_host_reports_widget.html.erb:12
847
+ msgid "Host does not exist anymore"
848
+ msgstr ""
849
+
850
+ #: ../app/views/dashboard/_compliance_host_reports_widget.html.erb:13
851
+ msgid "Policy is missing"
852
+ msgstr ""
853
+
854
+ #: ../app/views/dashboard/_compliance_reports_breakdown_widget.html.erb:1 ../lib/foreman_openscap/engine.rb:156
855
+ msgid "Compliance Reports Breakdown"
856
+ msgstr ""
857
+
858
+ #: ../app/views/foreman_openscap/policy_mailer/_dashboard.erb:9
859
+ msgid "Changed"
860
+ msgstr ""
861
+
862
+ #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:5
863
+ msgid "Hostname"
864
+ msgstr "Hostname"
865
+
866
+ #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:17
867
+ msgid "Changed?"
868
+ msgstr ""
869
+
870
+ #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:36
871
+ msgid "Yes"
872
+ msgstr ""
873
+
874
+ #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:36
875
+ msgid "No"
876
+ msgstr ""
877
+
878
+ #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:40
879
+ msgid "No ARF reports for this policy"
880
+ msgstr ""
881
+
882
+ #: ../app/views/foreman_openscap/policy_mailer/_list.erb:8
883
+ msgid "None!"
884
+ msgstr ""
885
+
886
+ #: ../app/views/foreman_openscap/policy_mailer/_policy.erb:7
887
+ msgid "Total of one host"
888
+ msgid_plural "Total of %{hosts} hosts"
889
+ msgstr[0] ""
890
+ msgstr[1] ""
891
+
892
+ #: ../app/views/foreman_openscap/policy_mailer/policy_summary.erb:6
893
+ msgid "Summary report for OpenScap from Foreman"
894
+ msgstr ""
895
+
896
+ #: ../app/views/foreman_openscap/policy_mailer/policy_summary.erb:9
897
+ msgid "<b>Foreman</b> OpenSCAP summary"
898
+ msgstr ""
899
+
900
+ #: ../app/views/foreman_openscap/policy_mailer/policy_summary.erb:10
901
+ msgid "Summary from %{time} ago to now"
902
+ msgstr ""
903
+
904
+ #: ../app/views/foreman_openscap/policy_mailer/policy_summary.erb:11
905
+ msgid "Summary report from Foreman server at %{foreman_url}"
906
+ msgstr ""
907
+
908
+ #: ../app/views/foreman_openscap/policy_mailer/policy_summary.erb:16
909
+ msgid "Policies with hosts:"
910
+ msgstr ""
911
+
912
+ #: ../app/views/hosts/select_multiple_openscap_proxy.html.erb:5
913
+ msgid "Select OpenSCAP Proxy"
914
+ msgstr ""
915
+
916
+ #: ../app/views/policies/_form.html.erb:9
917
+ msgid "General"
918
+ msgstr ""
919
+
920
+ #: ../app/views/policies/_form.html.erb:18
921
+ msgid "Host Groups"
922
+ msgstr ""
923
+
924
+ #: ../app/views/policies/_form.html.erb:45 ../app/views/policies/steps/_schedule_form.html.erb:6
925
+ msgid "Choose period"
926
+ msgstr ""
927
+
928
+ #: ../app/views/policies/_form.html.erb:47 ../app/views/policies/steps/_schedule_form.html.erb:8
929
+ msgid "Choose weekday"
930
+ msgstr ""
931
+
932
+ #: ../app/views/policies/_form.html.erb:48 ../app/views/policies/steps/_schedule_form.html.erb:9
933
+ msgid "Number of a day in month, note that not all months have same count of days"
934
+ msgstr ""
935
+
936
+ #: ../app/views/policies/_form.html.erb:49 ../app/views/policies/steps/_schedule_form.html.erb:10
937
+ msgid "You can specify custom cron line, e.g. \"0 3 * * *\", separate each of 5 values by space"
938
+ msgstr ""
939
+
940
+ #: ../app/views/policies/_list.html.erb:7
941
+ msgid "Effective Profile"
942
+ msgstr ""
943
+
944
+ #: ../app/views/policies/_list.html.erb:28
945
+ msgid "None"
946
+ msgstr ""
947
+
948
+ #: ../app/views/policies/_list.html.erb:36
949
+ msgid "Dashboard"
950
+ msgstr ""
951
+
952
+ #: ../app/views/policies/_list.html.erb:37
953
+ msgid "Show Guide"
954
+ msgstr ""
955
+
956
+ #: ../app/views/policies/_list.html.erb:39
957
+ msgid "Delete compliance policy %s with all of its reports?"
958
+ msgstr ""
959
+
960
+ #: ../app/views/policies/create.html.erb:1 ../app/views/policies/index.html.erb:5 ../app/views/policies/new.html.erb:1
961
+ msgid "New Compliance Policy"
962
+ msgstr ""
963
+
964
+ #: ../app/views/policies/disassociate_multiple_hosts.html.erb:4 ../app/views/policies/select_multiple_hosts.html.erb:5
965
+ msgid "Select Compliance Policy"
966
+ msgstr ""
967
+
968
+ #: ../app/views/policies/edit.html.erb:1
969
+ msgid "Edit Compliance Policy"
970
+ msgstr ""
971
+
972
+ #: ../app/views/policies/index.html.erb:2 ../app/views/policies/welcome.html.erb:1 ../app/views/policies/welcome.html.erb:6
973
+ msgid "Compliance Policies"
974
+ msgstr ""
975
+
976
+ #: ../app/views/policies/steps/_schedule_form.html.erb:9
977
+ msgid "Choose day in month"
978
+ msgstr ""
979
+
980
+ #: ../app/views/policies/steps/_step_form.html.erb:11
981
+ msgid "Next"
982
+ msgstr "Next"
983
+
984
+ #: ../app/views/policies/welcome.html.erb:7
985
+ msgid "In Foreman, a compliance policy checklist is defined via %s."
986
+ msgstr ""
987
+
988
+ #: ../app/views/policies/welcome.html.erb:7
989
+ msgid "SCAP content"
990
+ msgstr ""
991
+
992
+ #: ../app/views/policies/welcome.html.erb:8
993
+ msgid "Once SCAP content is present, you can create a policy, assign select host groups and schedule to run."
994
+ msgstr ""
995
+
996
+ #: ../app/views/policies/welcome.html.erb:12
997
+ msgid "New Policy"
998
+ msgstr ""
999
+
1000
+ #: ../app/views/policy_dashboard/_policy_chart_widget.html.erb:4
1001
+ msgid "Host Breakdown Chart"
1002
+ msgstr ""
1003
+
1004
+ #: ../app/views/policy_dashboard/_policy_reports.html.erb:7
1005
+ msgid "Policy assigned"
1006
+ msgstr ""
1007
+
1008
+ #: ../app/views/policy_dashboard/_policy_reports.html.erb:8
1009
+ msgid "Date"
1010
+ msgstr ""
1011
+
1012
+ #: ../app/views/policy_dashboard/_policy_reports.html.erb:24
1013
+ msgid "View Report"
1014
+ msgstr ""
1015
+
1016
+ #: ../app/views/policy_dashboard/_policy_status_widget.html.erb:2
1017
+ msgid "Hosts Breakdown"
1018
+ msgstr ""
1019
+
1020
+ #: ../app/views/policy_dashboard/_policy_status_widget.html.erb:4
1021
+ msgid "Compliant with the policy"
1022
+ msgstr ""
1023
+
1024
+ #: ../app/views/policy_dashboard/_policy_status_widget.html.erb:5
1025
+ msgid "Not compliant with the policy"
1026
+ msgstr ""
1027
+
1028
+ #: ../app/views/policy_dashboard/_policy_status_widget.html.erb:6
1029
+ msgid "Inconclusive results"
1030
+ msgstr ""
1031
+
1032
+ #: ../app/views/policy_dashboard/_policy_status_widget.html.erb:7
1033
+ msgid "Never audited"
1034
+ msgstr ""
1035
+
1036
+ #: ../app/views/policy_dashboard/_policy_status_widget.html.erb:9
1037
+ msgid "Total hosts with policy: %s"
1038
+ msgstr ""
1039
+
1040
+ #: ../app/views/policy_dashboard/index.html.erb:3
1041
+ msgid "Compliance policy: %s"
1042
+ msgstr ""
1043
+
1044
+ #: ../app/views/policy_dashboard/index.html.erb:7
1045
+ msgid "Status table"
1046
+ msgstr ""
1047
+
1048
+ #: ../app/views/policy_dashboard/index.html.erb:8
1049
+ msgid "Status chart"
1050
+ msgstr ""
1051
+
1052
+ #: ../app/views/policy_dashboard/index.html.erb:20
1053
+ msgid "Latest reports for policy: %s"
1054
+ msgstr ""
1055
+
1056
+ #: ../app/views/scap_contents/_form.html.erb:9 ../app/views/tailoring_files/_form.html.erb:9
1057
+ msgid "File Upload"
1058
+ msgstr ""
1059
+
1060
+ #: ../app/views/scap_contents/_form.html.erb:20
1061
+ msgid "SCAP DataStream file"
1062
+ msgstr ""
1063
+
1064
+ #: ../app/views/scap_contents/_list.html.erb:17 ../app/views/tailoring_files/_list.html.erb:23
1065
+ msgid "Download"
1066
+ msgstr ""
1067
+
1068
+ #: ../app/views/scap_contents/_list.html.erb:19
1069
+ msgid "Delete scap content %s?"
1070
+ msgstr ""
1071
+
1072
+ #: ../app/views/scap_contents/edit.html.erb:1
1073
+ msgid "Edit SCAP Content"
1074
+ msgstr ""
1075
+
1076
+ #: ../app/views/scap_contents/edit.html.erb:5
1077
+ msgid "Scap Contents"
1078
+ msgstr ""
1079
+
1080
+ #: ../app/views/scap_contents/index.html.erb:1
1081
+ msgid "SCAP Contents"
1082
+ msgstr ""
1083
+
1084
+ #: ../app/views/scap_contents/index.html.erb:3
1085
+ msgid "Upload New SCAP Content"
1086
+ msgstr ""
1087
+
1088
+ #: ../app/views/scap_contents/new.html.erb:1
1089
+ msgid "Upload new SCAP content file"
1090
+ msgstr ""
1091
+
1092
+ #: ../app/views/scap_contents/welcome.html.erb:7
1093
+ msgid ""
1094
+ "The Security Content Automation Protocol (SCAP), combines a number of open standards that are used to enumerate software flaws and\n"
1095
+ " configuration issues related to security. "
1096
+ msgstr ""
1097
+
1098
+ #: ../app/views/scap_contents/welcome.html.erb:9
1099
+ msgid ""
1100
+ "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"
1101
+ " via %s"
1102
+ msgstr ""
1103
+
1104
+ #: ../app/views/scap_contents/welcome.html.erb:14
1105
+ msgid "New SCAP Content"
1106
+ msgstr ""
1107
+
1108
+ #: ../app/views/smart_proxies/_openscap_spool.html.erb:4
1109
+ msgid "%s spool errors detected, inspect the appropriate file directly on proxy"
1110
+ msgstr ""
1111
+
1112
+ #: ../app/views/smart_proxies/_openscap_spool.html.erb:8
1113
+ msgid "Failed to fetch spool status from proxy"
1114
+ msgstr ""
1115
+
1116
+ #: ../app/views/smart_proxies/_openscap_spool.html.erb:11
1117
+ msgid "None found"
1118
+ msgstr ""
1119
+
1120
+ #: ../app/views/smart_proxies/plugins/_openscap.html.erb:7
1121
+ 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."
1122
+ msgstr ""
1123
+
1124
+ #: ../app/views/smart_proxies/plugins/_openscap.html.erb:8
1125
+ msgid "Spool errors"
1126
+ msgstr ""
1127
+
1128
+ #: ../app/views/tailoring_files/_form.html.erb:20
1129
+ msgid "DataStream Tailoring file"
1130
+ msgstr ""
1131
+
1132
+ #: ../app/views/tailoring_files/_list.html.erb:22
1133
+ msgid "Delete tailoring file %s?"
1134
+ msgstr ""
1135
+
1136
+ #: ../app/views/tailoring_files/edit.html.erb:1
1137
+ msgid "Edit Tailoring File"
1138
+ msgstr ""
1139
+
1140
+ #: ../app/views/tailoring_files/edit.html.erb:4 ../app/views/tailoring_files/index.html.erb:1 ../app/views/tailoring_files/welcome.html.erb:1 ../app/views/tailoring_files/welcome.html.erb:6 ../lib/foreman_openscap/engine.rb:148
1141
+ msgid "Tailoring Files"
1142
+ msgstr ""
1143
+
1144
+ #: ../app/views/tailoring_files/index.html.erb:2
1145
+ msgid "Upload New Tailoring file"
1146
+ msgstr ""
1147
+
1148
+ #: ../app/views/tailoring_files/new.html.erb:1
1149
+ msgid "Upload new Tailoring File"
1150
+ msgstr ""
1151
+
1152
+ #: ../app/views/tailoring_files/welcome.html.erb:7
1153
+ msgid "It may sometimes be required to adjust the security policy to your specific needs. "
1154
+ msgstr ""
1155
+
1156
+ #: ../app/views/tailoring_files/welcome.html.erb:8
1157
+ msgid ""
1158
+ "In Foreman, tailoring_files represent the custom modifications to default XCCDF profiles and they can be applied to hosts\n"
1159
+ " via %s"
1160
+ msgstr ""
1161
+
1162
+ #: ../app/views/tailoring_files/welcome.html.erb:13
1163
+ msgid "New Tailoring File"
1164
+ msgstr ""
1165
+
1166
+ #: ../db/seeds.d/openscap_policy_notification.rb:1
1167
+ msgid "Compliance policy summary"
1168
+ msgstr ""
1169
+
1170
+ #: ../db/seeds.d/openscap_policy_notification.rb:5
1171
+ msgid "A summary of reports for OpenSCAP policies"
1172
+ msgstr ""
1173
+
1174
+ #: ../lib/foreman_openscap/engine.rb:142
1175
+ msgid "SCAP contents"
1176
+ msgstr ""
1177
+
1178
+ #: ../lib/foreman_openscap/engine.rb:145
1179
+ msgid "Reports"
1180
+ msgstr ""
1181
+
1182
+ #: ../lib/foreman_openscap/engine.rb:170
1183
+ msgid "OpenSCAP Proxy to use for fetching SCAP content and uploading ARF reports. Leave blank and override appropriate parameters when using proxy load balancer."
1184
+ msgstr ""
1185
+
1186
+ #: ../lib/foreman_openscap/engine.rb:174 ../lib/foreman_openscap/engine.rb:179
1187
+ msgid "OpenSCAP Proxy"
1188
+ msgstr ""
1189
+
1190
+ #: ../lib/foreman_openscap/engine.rb:176 ../lib/foreman_openscap/engine.rb:181
1191
+ msgid "ID of OpenSCAP Proxy"
1192
+ msgstr ""
1193
+
1194
+ #: ../lib/foreman_openscap/engine.rb:185 ../lib/foreman_openscap/engine.rb:193
1195
+ msgid "Run OpenSCAP scan"
1196
+ msgstr ""
1197
+
1198
+ #: action_names.rb:2
1199
+ msgid "Import Puppet classes"
1200
+ msgstr "Import Puppet classes"
1201
+
1202
+ #: action_names.rb:3
1203
+ msgid "Remote action:"
1204
+ msgstr "Remote action:"
1205
+
1206
+ #: action_names.rb:4
1207
+ msgid "Action with sub plans"
1208
+ msgstr "Action with sub plans"
1209
+
1210
+ #: action_names.rb:5
1211
+ msgid "Import facts"
1212
+ msgstr "Import facts"
1213
+
1214
+ #: action_names.rb:6
1215
+ msgid "Delete host"
1216
+ msgstr ""
1217
+
1218
+ #: action_names.rb:7
1219
+ msgid "Update host"
1220
+ msgstr ""
1221
+
1222
+ #: action_names.rb:8
1223
+ msgid "Update node"
1224
+ msgstr ""
1225
+
1226
+ #: action_names.rb:9
1227
+ msgid "Create client"
1228
+ msgstr ""
1229
+
1230
+ #: action_names.rb:10
1231
+ msgid "Delete client"
1232
+ msgstr ""
1233
+
1234
+ #: action_names.rb:65
1235
+ #~ msgid "Disable"
1236
+ #~ msgstr "Disable"
1237
+
1238
+ #: action_names.rb:66
1239
+ #~ msgid "Enable"
1240
+ #~ msgstr "Enable"