foreman_openscap 8.0.2 → 9.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 (158) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +0 -1
  3. data/app/services/foreman_openscap/client_config/ansible.rb +1 -10
  4. data/config/initializers/inflections.rb +0 -2
  5. data/config/routes.rb +0 -15
  6. data/db/migrate/20240313111822_drop_oval.rb +17 -0
  7. data/lib/foreman_openscap/engine.rb +2 -56
  8. data/lib/foreman_openscap/version.rb +1 -1
  9. data/test/factories/compliance_host_factory.rb +0 -12
  10. data/test/test_plugin_helper.rb +0 -2
  11. data/webpack/global_index.js +0 -4
  12. metadata +7 -168
  13. data/app/controllers/api/v2/compliance/oval_contents_controller.rb +0 -72
  14. data/app/controllers/api/v2/compliance/oval_policies_controller.rb +0 -111
  15. data/app/controllers/api/v2/compliance/oval_reports_controller.rb +0 -47
  16. data/app/controllers/concerns/foreman/controller/parameters/oval_content.rb +0 -22
  17. data/app/controllers/concerns/foreman/controller/parameters/oval_policy.rb +0 -22
  18. data/app/graphql/mutations/oval_contents/delete.rb +0 -9
  19. data/app/graphql/mutations/oval_policies/create.rb +0 -33
  20. data/app/graphql/mutations/oval_policies/delete.rb +0 -9
  21. data/app/graphql/mutations/oval_policies/update.rb +0 -15
  22. data/app/graphql/types/cve.rb +0 -17
  23. data/app/graphql/types/oval_check.rb +0 -11
  24. data/app/graphql/types/oval_content.rb +0 -19
  25. data/app/graphql/types/oval_policy.rb +0 -24
  26. data/app/models/concerns/foreman_openscap/oval_facet_host_extensions.rb +0 -38
  27. data/app/models/concerns/foreman_openscap/oval_facet_hostgroup_extensions.rb +0 -31
  28. data/app/models/foreman_openscap/cve.rb +0 -23
  29. data/app/models/foreman_openscap/host/oval_facet.rb +0 -14
  30. data/app/models/foreman_openscap/host_cve.rb +0 -7
  31. data/app/models/foreman_openscap/hostgroup/oval_facet.rb +0 -14
  32. data/app/models/foreman_openscap/hostgroup_oval_facet_oval_policy.rb +0 -6
  33. data/app/models/foreman_openscap/oval_content.rb +0 -28
  34. data/app/models/foreman_openscap/oval_facet_oval_policy.rb +0 -6
  35. data/app/models/foreman_openscap/oval_policy.rb +0 -54
  36. data/app/models/foreman_openscap/oval_status.rb +0 -45
  37. data/app/services/foreman_openscap/oval/check_collection.rb +0 -45
  38. data/app/services/foreman_openscap/oval/configure.rb +0 -83
  39. data/app/services/foreman_openscap/oval/cves.rb +0 -41
  40. data/app/services/foreman_openscap/oval/setup.rb +0 -93
  41. data/app/services/foreman_openscap/oval/setup_check.rb +0 -58
  42. data/app/services/foreman_openscap/oval/sync_oval_contents.rb +0 -42
  43. data/app/views/api/v2/compliance/oval_contents/base.json.rabl +0 -6
  44. data/app/views/api/v2/compliance/oval_contents/create.json.rabl +0 -3
  45. data/app/views/api/v2/compliance/oval_contents/destroy.json.rabl +0 -3
  46. data/app/views/api/v2/compliance/oval_contents/index.json.rabl +0 -3
  47. data/app/views/api/v2/compliance/oval_contents/show.json.rabl +0 -3
  48. data/app/views/api/v2/compliance/oval_contents/sync.json.rabl +0 -3
  49. data/app/views/api/v2/compliance/oval_contents/sync_result.json.rabl +0 -11
  50. data/app/views/api/v2/compliance/oval_contents/update.json.rabl +0 -3
  51. data/app/views/api/v2/compliance/oval_policies/create.json.rabl +0 -3
  52. data/app/views/api/v2/compliance/oval_policies/index.json.rabl +0 -3
  53. data/app/views/api/v2/compliance/oval_policies/main.json.rabl +0 -15
  54. data/app/views/api/v2/compliance/oval_policies/show.json.rabl +0 -3
  55. data/app/views/job_templates/run_oval_scans.erb +0 -24
  56. data/locale/cs_CZ/foreman_openscap.edit.po +0 -1863
  57. data/locale/cs_CZ/foreman_openscap.po.time_stamp +0 -0
  58. data/locale/de/foreman_openscap.edit.po +0 -1873
  59. data/locale/de/foreman_openscap.po.time_stamp +0 -0
  60. data/locale/en/foreman_openscap.edit.po +0 -1863
  61. data/locale/en/foreman_openscap.po.time_stamp +0 -0
  62. data/locale/en_GB/foreman_openscap.edit.po +0 -1863
  63. data/locale/en_GB/foreman_openscap.po.time_stamp +0 -0
  64. data/locale/es/foreman_openscap.edit.po +0 -1868
  65. data/locale/es/foreman_openscap.po.time_stamp +0 -0
  66. data/locale/fr/foreman_openscap.edit.po +0 -1874
  67. data/locale/fr/foreman_openscap.po.time_stamp +0 -0
  68. data/locale/gl/foreman_openscap.edit.po +0 -1863
  69. data/locale/gl/foreman_openscap.po.time_stamp +0 -0
  70. data/locale/it/foreman_openscap.edit.po +0 -1865
  71. data/locale/it/foreman_openscap.po.time_stamp +0 -0
  72. data/locale/ja/foreman_openscap.edit.po +0 -1869
  73. data/locale/ja/foreman_openscap.po.time_stamp +0 -0
  74. data/locale/ka/foreman_openscap.edit.po +0 -1863
  75. data/locale/ka/foreman_openscap.po.time_stamp +0 -0
  76. data/locale/ko/foreman_openscap.edit.po +0 -1863
  77. data/locale/ko/foreman_openscap.po.time_stamp +0 -0
  78. data/locale/pt_BR/foreman_openscap.edit.po +0 -1873
  79. data/locale/pt_BR/foreman_openscap.po.time_stamp +0 -0
  80. data/locale/ru/foreman_openscap.edit.po +0 -1867
  81. data/locale/ru/foreman_openscap.po.time_stamp +0 -0
  82. data/locale/sv_SE/foreman_openscap.edit.po +0 -1863
  83. data/locale/sv_SE/foreman_openscap.po.time_stamp +0 -0
  84. data/locale/zh_CN/foreman_openscap.edit.po +0 -1868
  85. data/locale/zh_CN/foreman_openscap.po.time_stamp +0 -0
  86. data/locale/zh_TW/foreman_openscap.edit.po +0 -1864
  87. data/locale/zh_TW/foreman_openscap.po.time_stamp +0 -0
  88. data/test/factories/oval_content_factory.rb +0 -7
  89. data/test/factories/oval_policy_factory.rb +0 -9
  90. data/test/fixtures/cve_fixtures.rb +0 -104
  91. data/test/functional/api/v2/compliance/oval_contents_controller_test.rb +0 -39
  92. data/test/functional/api/v2/compliance/oval_policies_controller_test.rb +0 -141
  93. data/test/functional/api/v2/compliance/oval_reports_controller_test.rb +0 -32
  94. data/test/graphql/mutations/oval_policies/delete_mutation_test.rb +0 -63
  95. data/test/graphql/queries/oval_content_query_test.rb +0 -29
  96. data/test/graphql/queries/oval_contents_query_test.rb +0 -35
  97. data/test/graphql/queries/oval_policies_query_test.rb +0 -35
  98. data/test/unit/oval_host_test.rb +0 -45
  99. data/test/unit/oval_policy_test.rb +0 -133
  100. data/test/unit/oval_status_test.rb +0 -47
  101. data/test/unit/services/oval/cves_test.rb +0 -81
  102. data/test/unit/services/oval/setup_check_test.rb +0 -37
  103. data/test/unit/services/oval/setup_test.rb +0 -87
  104. data/webpack/graphql/mutations/createOvalPolicy.gql +0 -22
  105. data/webpack/graphql/mutations/deleteOvalContent.gql +0 -9
  106. data/webpack/graphql/mutations/deleteOvalPolicy.gql +0 -9
  107. data/webpack/graphql/mutations/updateOvalPolicy.gql +0 -14
  108. data/webpack/graphql/queries/currentUserAttributes.gql +0 -11
  109. data/webpack/graphql/queries/cves.gql +0 -23
  110. data/webpack/graphql/queries/hostgroups.gql +0 -14
  111. data/webpack/graphql/queries/ovalContent.gql +0 -8
  112. data/webpack/graphql/queries/ovalContents.gql +0 -19
  113. data/webpack/graphql/queries/ovalPolicies.gql +0 -20
  114. data/webpack/graphql/queries/ovalPolicy.gql +0 -29
  115. data/webpack/helpers/pathsHelper.js +0 -29
  116. data/webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js +0 -71
  117. data/webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js +0 -83
  118. data/webpack/routes/OvalContents/OvalContentsIndex/__tests__/OvalContentsDestroy.fixtures.js +0 -105
  119. data/webpack/routes/OvalContents/OvalContentsIndex/__tests__/OvalContentsDestroy.test.js +0 -124
  120. data/webpack/routes/OvalContents/OvalContentsIndex/__tests__/OvalContentsIndex.fixtures.js +0 -127
  121. data/webpack/routes/OvalContents/OvalContentsIndex/__tests__/OvalContentsIndex.test.js +0 -89
  122. data/webpack/routes/OvalContents/OvalContentsIndex/index.js +0 -13
  123. data/webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js +0 -138
  124. data/webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.scss +0 -3
  125. data/webpack/routes/OvalContents/OvalContentsNew/OvalContentsNewHelper.js +0 -73
  126. data/webpack/routes/OvalContents/OvalContentsNew/__tests__/OvalContentsNew.test.js +0 -104
  127. data/webpack/routes/OvalContents/OvalContentsNew/index.js +0 -13
  128. data/webpack/routes/OvalContents/OvalContentsShow/OvalContentsShow.js +0 -62
  129. data/webpack/routes/OvalContents/OvalContentsShow/OvalContentsShow.test.js +0 -45
  130. data/webpack/routes/OvalContents/OvalContentsShow/OvalContentsShowHelper.js +0 -0
  131. data/webpack/routes/OvalContents/OvalContentsShow/index.js +0 -35
  132. data/webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesIndex.js +0 -62
  133. data/webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesTable.js +0 -74
  134. data/webpack/routes/OvalPolicies/OvalPoliciesIndex/__tests__/OvalPoliciesDestroy.fixtures.js +0 -101
  135. data/webpack/routes/OvalPolicies/OvalPoliciesIndex/__tests__/OvalPoliciesDestroy.test.js +0 -117
  136. data/webpack/routes/OvalPolicies/OvalPoliciesIndex/__tests__/OvalPoliciesIndex.fixtures.js +0 -111
  137. data/webpack/routes/OvalPolicies/OvalPoliciesIndex/__tests__/OvalPoliciesIndex.test.js +0 -81
  138. data/webpack/routes/OvalPolicies/OvalPoliciesIndex/index.js +0 -13
  139. data/webpack/routes/OvalPolicies/OvalPoliciesNew/HostgroupSelect.js +0 -135
  140. data/webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js +0 -119
  141. data/webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyFormHelpers.js +0 -107
  142. data/webpack/routes/OvalPolicies/OvalPoliciesNew/OvalPoliciesNew.js +0 -32
  143. data/webpack/routes/OvalPolicies/OvalPoliciesNew/__tests__/OvalPoliciesNew.fixtures.js +0 -147
  144. data/webpack/routes/OvalPolicies/OvalPoliciesNew/__tests__/OvalPoliciesNew.test.js +0 -172
  145. data/webpack/routes/OvalPolicies/OvalPoliciesNew/index.js +0 -11
  146. data/webpack/routes/OvalPolicies/OvalPoliciesShow/CvesTab.js +0 -49
  147. data/webpack/routes/OvalPolicies/OvalPoliciesShow/CvesTable.js +0 -63
  148. data/webpack/routes/OvalPolicies/OvalPoliciesShow/DetailsTab.js +0 -87
  149. data/webpack/routes/OvalPolicies/OvalPoliciesShow/HostgroupsTab.js +0 -49
  150. data/webpack/routes/OvalPolicies/OvalPoliciesShow/HostgroupsTable.js +0 -38
  151. data/webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShow.js +0 -82
  152. data/webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShowHelper.js +0 -117
  153. data/webpack/routes/OvalPolicies/OvalPoliciesShow/__tests__/OvalPoliciesEdit.fixtures.js +0 -48
  154. data/webpack/routes/OvalPolicies/OvalPoliciesShow/__tests__/OvalPoliciesEdit.test.js +0 -202
  155. data/webpack/routes/OvalPolicies/OvalPoliciesShow/__tests__/OvalPoliciesShow.fixtures.js +0 -124
  156. data/webpack/routes/OvalPolicies/OvalPoliciesShow/__tests__/OvalPoliciesShow.test.js +0 -172
  157. data/webpack/routes/OvalPolicies/OvalPoliciesShow/index.js +0 -39
  158. data/webpack/routes/routes.js +0 -49
@@ -1,1863 +0,0 @@
1
- # Czech translations for foreman_openscap package.
2
- # Copyright (C) 2023 THE PACKAGE'S COPYRIGHT HOLDER
3
- # This file is distributed under the same license as the foreman_openscap package.
4
- # FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
5
- #
6
- msgid ""
7
- msgstr ""
8
- "Project-Id-Version: foreman_openscap 1.0.0\n"
9
- "Report-Msgid-Bugs-To: \n"
10
- "PO-Revision-Date: 2023-05-16 14:11+0200\n"
11
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12
- "Language-Team: Czech\n"
13
- "Language: cs_CZ\n"
14
- "MIME-Version: 1.0\n"
15
- "Content-Type: text/plain; charset=UTF-8\n"
16
- "Content-Transfer-Encoding: 8bit\n"
17
- "Plural-Forms: nplurals=; plural=;\n"
18
- "\n"
19
-
20
- #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:25
21
- msgid "List ARF reports"
22
- msgstr ""
23
-
24
- #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:33
25
- msgid "Show an ARF report"
26
- msgstr ""
27
-
28
- #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:39
29
- msgid "Delete an ARF Report"
30
- msgstr ""
31
-
32
- #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:46
33
- msgid "Upload an ARF report"
34
- msgstr ""
35
-
36
- #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:57
37
- msgid "Download bzipped ARF report"
38
- msgstr ""
39
-
40
- #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:67
41
- msgid "Download ARF report in HTML"
42
- msgstr ""
43
-
44
- #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:96
45
- msgid "Policy with id %s not found."
46
- msgstr ""
47
-
48
- #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:103 ../app/controllers/api/v2/compliance/oval_reports_controller.rb:32
49
- msgid "Could not find host identified by: %s"
50
- msgstr ""
51
-
52
- #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:108
53
- 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"
54
- msgstr ""
55
-
56
- #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:120
57
- msgid "No proxy found for %{name} or %{url}"
58
- msgstr ""
59
-
60
- #: ../app/controllers/api/v2/compliance/oval_contents_controller.rb:10
61
- msgid "List OVAL contents"
62
- msgstr ""
63
-
64
- #: ../app/controllers/api/v2/compliance/oval_contents_controller.rb:18
65
- msgid "Show an OVAL content"
66
- msgstr ""
67
-
68
- #: ../app/controllers/api/v2/compliance/oval_contents_controller.rb:26
69
- msgid "OVAL content name"
70
- msgstr ""
71
-
72
- #: ../app/controllers/api/v2/compliance/oval_contents_controller.rb:27
73
- msgid "XML containing OVAL content"
74
- msgstr ""
75
-
76
- #: ../app/controllers/api/v2/compliance/oval_contents_controller.rb:28
77
- msgid "Original file name of the OVAL content file"
78
- msgstr ""
79
-
80
- #: ../app/controllers/api/v2/compliance/oval_contents_controller.rb:29
81
- msgid "URL of the OVAL content file"
82
- msgstr ""
83
-
84
- #: ../app/controllers/api/v2/compliance/oval_contents_controller.rb:34
85
- msgid "Create OVAL content"
86
- msgstr ""
87
-
88
- #: ../app/controllers/api/v2/compliance/oval_contents_controller.rb:42
89
- msgid "Update an OVAL content"
90
- msgstr ""
91
-
92
- #: ../app/controllers/api/v2/compliance/oval_contents_controller.rb:50
93
- msgid "Deletes an OVAL content"
94
- msgstr ""
95
-
96
- #: ../app/controllers/api/v2/compliance/oval_contents_controller.rb:57
97
- msgid "Sync contents that have remote source URL"
98
- msgstr ""
99
-
100
- #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:13
101
- msgid "List OVAL Policies"
102
- msgstr ""
103
-
104
- #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:20
105
- msgid "Show an OVAL Policy"
106
- msgstr ""
107
-
108
- #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:28
109
- msgid "OVAL Policy name"
110
- msgstr ""
111
-
112
- #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:29
113
- msgid "Policy OVAL content ID"
114
- msgstr ""
115
-
116
- #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:30
117
- msgid "OVAL Policy description"
118
- msgstr ""
119
-
120
- #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:31
121
- msgid "OVAL Policy schedule period (weekly, monthly, custom)"
122
- msgstr ""
123
-
124
- #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:32
125
- msgid "OVAL Policy schedule weekday (only if period == \"weekly\")"
126
- msgstr ""
127
-
128
- #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:33
129
- msgid "OVAL Policy schedule day of month (only if period == \"monthly\")"
130
- msgstr ""
131
-
132
- #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:34
133
- msgid "OVAL Policy schedule cron line (only if period == \"custom\")"
134
- msgstr ""
135
-
136
- #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:39
137
- msgid "Create an OVAL Policy"
138
- msgstr ""
139
-
140
- #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:47
141
- msgid "Update an OVAL Policy"
142
- msgstr ""
143
-
144
- #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:55
145
- msgid "Delete an OVAL Policy"
146
- msgstr ""
147
-
148
- #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:62
149
- msgid "Assign hostgroups to an OVAL Policy"
150
- msgstr ""
151
-
152
- #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:64
153
- msgid "Array of hostgroup IDs"
154
- msgstr ""
155
-
156
- #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:67
157
- msgid "hostgroups"
158
- msgstr ""
159
-
160
- #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:70
161
- msgid "Assign hosts to an OVAL Policy"
162
- msgstr ""
163
-
164
- #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:72
165
- msgid "Array of host IDs"
166
- msgstr ""
167
-
168
- #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:75
169
- msgid "hosts"
170
- msgstr ""
171
-
172
- #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:78
173
- msgid "Show a policy's OVAL content"
174
- msgstr ""
175
-
176
- #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:104
177
- msgid "OVAL policy successfully configured with %s."
178
- msgstr ""
179
-
180
- #: ../app/controllers/api/v2/compliance/oval_reports_controller.rb:11
181
- msgid "Upload an OVAL report - a list of CVEs for given host"
182
- msgstr ""
183
-
184
- #: ../app/controllers/api/v2/compliance/policies_controller.rb:18
185
- msgid "List Policies"
186
- msgstr ""
187
-
188
- #: ../app/controllers/api/v2/compliance/policies_controller.rb:26
189
- msgid "Show a Policy"
190
- msgstr ""
191
-
192
- #: ../app/controllers/api/v2/compliance/policies_controller.rb:34
193
- msgid "Policy name"
194
- msgstr ""
195
-
196
- #: ../app/controllers/api/v2/compliance/policies_controller.rb:35
197
- msgid "Policy description"
198
- msgstr ""
199
-
200
- #: ../app/controllers/api/v2/compliance/policies_controller.rb:36
201
- msgid "Policy SCAP content ID"
202
- msgstr ""
203
-
204
- #: ../app/controllers/api/v2/compliance/policies_controller.rb:37
205
- msgid "Policy SCAP content profile ID"
206
- msgstr ""
207
-
208
- #: ../app/controllers/api/v2/compliance/policies_controller.rb:38
209
- msgid "Policy schedule period (weekly, monthly, custom)"
210
- msgstr ""
211
-
212
- #: ../app/controllers/api/v2/compliance/policies_controller.rb:39
213
- msgid "Policy schedule weekday (only if period == \"weekly\")"
214
- msgstr ""
215
-
216
- #: ../app/controllers/api/v2/compliance/policies_controller.rb:40
217
- msgid "Policy schedule day of month (only if period == \"monthly\")"
218
- msgstr ""
219
-
220
- #: ../app/controllers/api/v2/compliance/policies_controller.rb:41
221
- msgid "Policy schedule cron line (only if period == \"custom\")"
222
- msgstr ""
223
-
224
- #: ../app/controllers/api/v2/compliance/policies_controller.rb:42
225
- msgid "Apply policy to host groups"
226
- msgstr ""
227
-
228
- #: ../app/controllers/api/v2/compliance/policies_controller.rb:43
229
- msgid "Apply policy to hosts"
230
- msgstr ""
231
-
232
- #: ../app/controllers/api/v2/compliance/policies_controller.rb:44
233
- msgid "Tailoring file ID"
234
- msgstr ""
235
-
236
- #: ../app/controllers/api/v2/compliance/policies_controller.rb:45
237
- msgid "Tailoring file profile ID"
238
- msgstr ""
239
-
240
- #: ../app/controllers/api/v2/compliance/policies_controller.rb:46
241
- msgid "How the policy should be deployed"
242
- msgstr ""
243
-
244
- #: ../app/controllers/api/v2/compliance/policies_controller.rb:51
245
- msgid "Create a Policy"
246
- msgstr ""
247
-
248
- #: ../app/controllers/api/v2/compliance/policies_controller.rb:60
249
- msgid "Update a Policy"
250
- msgstr ""
251
-
252
- #: ../app/controllers/api/v2/compliance/policies_controller.rb:68
253
- msgid "Delete a Policy"
254
- msgstr ""
255
-
256
- #: ../app/controllers/api/v2/compliance/policies_controller.rb:75
257
- msgid "Show a policy's SCAP content"
258
- msgstr ""
259
-
260
- #: ../app/controllers/api/v2/compliance/policies_controller.rb:85
261
- msgid "Show a policy's Tailoring file"
262
- msgstr ""
263
-
264
- #: ../app/controllers/api/v2/compliance/policies_controller.rb:95
265
- msgid "No Tailoring file assigned for policy with id %s"
266
- msgstr ""
267
-
268
- #: ../app/controllers/api/v2/compliance/scap_content_profiles_controller.rb:6
269
- msgid "List SCAP content profiles"
270
- msgstr ""
271
-
272
- #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:16
273
- msgid "List SCAP contents"
274
- msgstr ""
275
-
276
- #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:24
277
- msgid "Download an SCAP content as XML"
278
- msgstr ""
279
-
280
- #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:33
281
- msgid "Show an SCAP content"
282
- msgstr ""
283
-
284
- #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:40
285
- msgid "SCAP content name"
286
- msgstr ""
287
-
288
- #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:41
289
- msgid "XML containing SCAP content"
290
- msgstr ""
291
-
292
- #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:42 ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:37
293
- msgid "Original file name of the XML file"
294
- msgstr ""
295
-
296
- #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:47
297
- msgid "Create SCAP content"
298
- msgstr ""
299
-
300
- #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:55
301
- msgid "Update an SCAP content"
302
- msgstr ""
303
-
304
- #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:63
305
- msgid "Deletes an SCAP content"
306
- msgstr ""
307
-
308
- #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:70
309
- msgid "Upload scap contents in bulk"
310
- msgstr ""
311
-
312
- #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:71
313
- msgid "Type of the upload"
314
- msgstr ""
315
-
316
- #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:72
317
- msgid "File paths to upload when using \"files\" upload type"
318
- msgstr ""
319
-
320
- #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:73
321
- msgid "Directory to upload when using \"directory\" upload type"
322
- msgstr ""
323
-
324
- #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:86
325
- msgid "Please specify import type, received: %{received}, expected one of: %{expected}"
326
- msgstr ""
327
-
328
- #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:11
329
- msgid "List Tailoring files"
330
- msgstr ""
331
-
332
- #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:19
333
- msgid "Download a Tailoring file as XML"
334
- msgstr ""
335
-
336
- #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:28
337
- msgid "Show a Tailoring file"
338
- msgstr ""
339
-
340
- #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:35
341
- msgid "Tailoring file name"
342
- msgstr ""
343
-
344
- #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:36
345
- msgid "XML containing tailoring file"
346
- msgstr ""
347
-
348
- #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:42
349
- msgid "Create a Tailoring file"
350
- msgstr ""
351
-
352
- #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:50
353
- msgid "Update a Tailoring file"
354
- msgstr ""
355
-
356
- #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:58
357
- msgid "Deletes a Tailoring file"
358
- msgstr ""
359
-
360
- #: ../app/controllers/arf_reports_controller.rb:37
361
- msgid "Failed to downloaded ARF report as bzip: %s"
362
- msgstr ""
363
-
364
- #: ../app/controllers/arf_reports_controller.rb:48
365
- msgid "Failed to downloaded ARF report in HTML: %s"
366
- msgstr ""
367
-
368
- #: ../app/controllers/arf_reports_controller.rb:55
369
- msgid "Successfully deleted ARF report."
370
- msgstr ""
371
-
372
- #: ../app/controllers/arf_reports_controller.rb:57
373
- msgid "Failed to delete ARF Report for host %{host_name} reported at %{reported_at}"
374
- msgstr ""
375
-
376
- #: ../app/controllers/arf_reports_controller.rb:67
377
- msgid "Failed to delete %s compliance reports"
378
- msgstr ""
379
-
380
- #: ../app/controllers/arf_reports_controller.rb:70
381
- msgid "Successfully deleted %s compliance reports"
382
- msgstr ""
383
-
384
- #: ../app/controllers/arf_reports_controller.rb:106
385
- msgid "No compliance reports were found."
386
- msgstr ""
387
-
388
- #: ../app/controllers/arf_reports_controller.rb:110
389
- msgid "No compliance reports selected"
390
- msgstr ""
391
-
392
- #: ../app/controllers/arf_reports_controller.rb:115
393
- msgid "Something went wrong while selecting compliance reports - %s"
394
- msgstr ""
395
-
396
- #: ../app/controllers/concerns/foreman_openscap/api/v2/hosts_controller_extensions.rb:19
397
- msgid "Show config information for foreman_scap_client"
398
- msgstr ""
399
-
400
- #: ../app/controllers/concerns/foreman_openscap/api/v2/hosts_controller_extensions.rb:20
401
- msgid "The identifier of the host"
402
- msgstr ""
403
-
404
- #: ../app/controllers/concerns/foreman_openscap/hosts_and_hostgroups_controller_extensions.rb:10
405
- msgid "The %s proxy does not have Openscap feature enabled. Either set correct OpenSCAP Proxy or unset it."
406
- msgstr ""
407
-
408
- #: ../app/controllers/concerns/foreman_openscap/hosts_controller_extensions.rb:26
409
- msgid "Updated hosts: Assigned with OpenSCAP Proxy: %s"
410
- msgstr ""
411
-
412
- #: ../app/controllers/concerns/foreman_openscap/hosts_controller_extensions.rb:29
413
- msgid "No OpenSCAP Proxy selected."
414
- msgstr ""
415
-
416
- #: ../app/controllers/policies_controller.rb:84
417
- msgid "Updated hosts: Assigned with compliance policy: %s"
418
- msgstr ""
419
-
420
- #: ../app/controllers/policies_controller.rb:91
421
- msgid "No compliance policy selected."
422
- msgstr ""
423
-
424
- #: ../app/controllers/policies_controller.rb:103
425
- msgid "Updated hosts: Unassigned from compliance policy '%s'"
426
- msgstr ""
427
-
428
- #: ../app/controllers/policies_controller.rb:105
429
- msgid "No valid policy ID provided"
430
- msgstr ""
431
-
432
- #: ../app/controllers/policies_controller.rb:129
433
- msgid "No hosts were found with that id, name or query filter"
434
- msgstr ""
435
-
436
- #: ../app/controllers/policies_controller.rb:134
437
- msgid "No hosts selected"
438
- msgstr ""
439
-
440
- #: ../app/controllers/policies_controller.rb:139
441
- msgid "Something went wrong while selecting hosts - %s"
442
- msgstr ""
443
-
444
- #: ../app/helpers/arf_report_dashboard_helper.rb:16 ../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
445
- msgid "Failed"
446
- msgstr ""
447
-
448
- #: ../app/helpers/arf_report_dashboard_helper.rb:17 ../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
449
- msgid "Passed"
450
- msgstr ""
451
-
452
- #: ../app/helpers/arf_report_dashboard_helper.rb:18 ../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
453
- msgid "Other"
454
- msgstr ""
455
-
456
- #: ../app/helpers/arf_report_dashboard_helper.rb:26
457
- msgid "Number of Events"
458
- msgstr ""
459
-
460
- #: ../app/helpers/arf_report_dashboard_helper.rb:27
461
- msgid "Rule Results"
462
- msgstr ""
463
-
464
- #: ../app/helpers/arf_reports_helper.rb:10
465
- msgid "Show log messages:"
466
- msgstr ""
467
-
468
- #: ../app/helpers/arf_reports_helper.rb:11
469
- msgid "All messages"
470
- msgstr ""
471
-
472
- #: ../app/helpers/arf_reports_helper.rb:11
473
- msgid "Failed and Othered"
474
- msgstr ""
475
-
476
- #: ../app/helpers/arf_reports_helper.rb:11
477
- msgid "Failed only"
478
- msgstr ""
479
-
480
- #: ../app/helpers/arf_reports_helper.rb:20 ../app/views/arf_reports/index.html.erb:1 ../app/views/arf_reports/welcome.html.erb:1 ../app/views/arf_reports/welcome.html.erb:7
481
- msgid "Compliance Reports"
482
- msgstr ""
483
-
484
- #: ../app/helpers/arf_reports_helper.rb:40
485
- msgid "Delete reports"
486
- msgstr ""
487
-
488
- #: ../app/helpers/arf_reports_helper.rb:45
489
- msgid "Select Action"
490
- msgstr ""
491
-
492
- #: ../app/helpers/arf_reports_helper.rb:48
493
- msgid "%s - The following compliance reports are about to be changed"
494
- msgstr ""
495
-
496
- #: ../app/helpers/arf_reports_helper.rb:53
497
- msgid "No proxy found!"
498
- msgstr ""
499
-
500
- #: ../app/helpers/arf_reports_helper.rb:58
501
- msgid "Reported at %s"
502
- msgstr ""
503
-
504
- #: ../app/helpers/arf_reports_helper.rb:59
505
- msgid " for policy %s"
506
- msgstr ""
507
-
508
- #: ../app/helpers/arf_reports_helper.rb:61
509
- msgid " through %s"
510
- msgstr ""
511
-
512
- #: ../app/helpers/arf_reports_helper.rb:67
513
- msgid "Hosts failing this rule"
514
- msgstr ""
515
-
516
- #: ../app/helpers/arf_reports_helper.rb:68
517
- msgid "Hosts passing this rule"
518
- msgstr ""
519
-
520
- #: ../app/helpers/arf_reports_helper.rb:69
521
- msgid "Hosts othering this rule"
522
- msgstr ""
523
-
524
- #: ../app/helpers/arf_reports_helper.rb:72
525
- msgid "Remediation"
526
- msgstr ""
527
-
528
- #: ../app/helpers/compliance_dashboard_helper.rb:3 ../app/views/arf_reports/_list.html.erb:6 ../app/views/arf_reports/delete_multiple.html.erb:7 ../app/views/policy_dashboard/_policy_reports.html.erb:6
529
- msgid "Host"
530
- msgstr ""
531
-
532
- #: ../app/helpers/compliance_dashboard_helper.rb:4 ../app/views/arf_reports/_list.html.erb:8
533
- msgid "Policy"
534
- msgstr ""
535
-
536
- #. TRANSLATORS: initial character of Passed
537
- #: ../app/helpers/compliance_dashboard_helper.rb:6
538
- msgid "Passed|P"
539
- msgstr ""
540
-
541
- #. TRANSLATORS: initial character of Failed
542
- #: ../app/helpers/compliance_dashboard_helper.rb:8
543
- msgid "Failed|F"
544
- msgstr ""
545
-
546
- #. TRANSLATORS: initial character of Othered which is an SCAP term
547
- #: ../app/helpers/compliance_dashboard_helper.rb:10
548
- msgid "Othered|O"
549
- msgstr ""
550
-
551
- #: ../app/helpers/compliance_dashboard_helper.rb:10 ../app/helpers/compliance_hosts_helper.rb:16
552
- msgid "Othered"
553
- msgstr ""
554
-
555
- #: ../app/helpers/compliance_hosts_helper.rb:26
556
- msgid "Assign Compliance Policy"
557
- msgstr ""
558
-
559
- #: ../app/helpers/compliance_hosts_helper.rb:27
560
- msgid "Unassign Compliance Policy"
561
- msgstr ""
562
-
563
- #: ../app/helpers/compliance_hosts_helper.rb:28
564
- msgid "Change OpenSCAP Proxy"
565
- msgstr ""
566
-
567
- #: ../app/helpers/compliance_hosts_helper.rb:37 ../app/models/foreman_openscap/compliance_status.rb:8 ../lib/foreman_openscap/engine.rb:159 ../webpack/components/HostExtentions/HostKebabItems.js:39
568
- msgid "Compliance"
569
- msgstr ""
570
-
571
- #: ../app/helpers/compliance_hosts_helper.rb:39
572
- msgid "Host compliance details"
573
- msgstr ""
574
-
575
- #: ../app/helpers/concerns/foreman_openscap/hosts_helper_extensions.rb:4
576
- msgid "Host is deleted"
577
- msgstr ""
578
-
579
- #: ../app/helpers/policies_helper.rb:56
580
- msgid "Choose existing SCAP Content"
581
- msgstr ""
582
-
583
- #: ../app/helpers/policies_helper.rb:57 ../app/helpers/policies_helper.rb:63 ../app/models/foreman_openscap/policy.rb:11 ../app/views/policies/_form.html.erb:10 ../app/views/scap_contents/welcome.html.erb:1 ../app/views/scap_contents/welcome.html.erb:6
584
- msgid "SCAP Content"
585
- msgstr ""
586
-
587
- #: ../app/helpers/policies_helper.rb:74 ../app/helpers/policies_helper.rb:81
588
- msgid "XCCDF Profile"
589
- msgstr ""
590
-
591
- #: ../app/helpers/policies_helper.rb:80
592
- msgid "Default XCCDF profile"
593
- msgstr ""
594
-
595
- #: ../app/helpers/policies_helper.rb:89
596
- msgid "Choose Tailoring File"
597
- msgstr ""
598
-
599
- #: ../app/helpers/policies_helper.rb:90 ../app/views/policies/_list.html.erb:6
600
- msgid "Tailoring File"
601
- msgstr ""
602
-
603
- #: ../app/helpers/policies_helper.rb:99
604
- msgid "XCCDF Profile in Tailoring File"
605
- msgstr ""
606
-
607
- #: ../app/helpers/policies_helper.rb:100
608
- msgid "This profile will be used to override the one from scap content"
609
- msgstr ""
610
-
611
- #: ../app/helpers/policies_helper.rb:111 ../app/views/arf_reports/_list.html.erb:54 ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:116 ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:97
612
- msgid "Submit"
613
- msgstr ""
614
-
615
- #: ../app/helpers/policies_helper.rb:115 ../app/views/arf_reports/_list.html.erb:53 ../webpack/components/ConfirmModal.js:27 ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:121 ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:102
616
- msgid "Cancel"
617
- msgstr ""
618
-
619
- #: ../app/helpers/policy_dashboard_helper.rb:11
620
- msgid "Compliant hosts"
621
- msgstr ""
622
-
623
- #: ../app/helpers/policy_dashboard_helper.rb:12
624
- msgid "Incompliant hosts"
625
- msgstr ""
626
-
627
- #: ../app/helpers/policy_dashboard_helper.rb:13 ../app/models/foreman_openscap/compliance_status.rb:24
628
- msgid "Inconclusive"
629
- msgstr ""
630
-
631
- #: ../app/helpers/policy_dashboard_helper.rb:14
632
- msgid "Not audited"
633
- msgstr ""
634
-
635
- #: ../app/helpers/policy_dashboard_helper.rb:41
636
- msgid "Host is assigned to policy"
637
- msgstr ""
638
-
639
- #: ../app/helpers/policy_dashboard_helper.rb:44
640
- msgid "Host is not assigned to policy but reports were found. You may want to delete the reports or assign the policy again."
641
- msgstr ""
642
-
643
- #: ../app/helpers/policy_dashboard_helper.rb:52
644
- msgid "Hosts no longer assigned: %s"
645
- msgstr ""
646
-
647
- #: ../app/helpers/policy_dashboard_helper.rb:56
648
- msgid "Total hosts with reports where policy is no longer assigned."
649
- msgstr ""
650
-
651
- #: ../app/lib/proxy_api/openscap.rb:21
652
- msgid "Request timed out. Please try increasing Settings -> proxy_request_timeout"
653
- msgstr ""
654
-
655
- #: ../app/lib/proxy_api/openscap.rb:24
656
- msgid "Could not validate %s. Please make sure you have appropriate proxy version to use this functionality"
657
- msgstr ""
658
-
659
- #: ../app/lib/proxy_api/openscap.rb:27
660
- msgid "Could not validate %{file_type}. Error %{error}"
661
- msgstr ""
662
-
663
- #: ../app/lib/proxy_api/openscap.rb:40
664
- msgid "Unable to get HTML version of requested report from Smart Proxy"
665
- msgstr ""
666
-
667
- #: ../app/lib/proxy_api/openscap.rb:49
668
- msgid "Unable to get XML version of requested report from Smart Proxy"
669
- msgstr ""
670
-
671
- #: ../app/mailers/foreman_openscap/policy_mailer.rb:17
672
- msgid "SCAP policies summary"
673
- msgstr ""
674
-
675
- #: ../app/models/concerns/foreman_openscap/log_extensions.rb:17
676
- msgid "is not included in SCAP_RESULT"
677
- msgstr ""
678
-
679
- #: ../app/models/concerns/foreman_openscap/openscap_proxy_core_extensions.rb:65
680
- msgid "must have Openscap feature"
681
- msgstr ""
682
-
683
- #: ../app/models/concerns/foreman_openscap/openscap_proxy_extensions.rb:8
684
- msgid "No OpenSCAP proxy found for %{class} with id %{id}"
685
- msgstr ""
686
-
687
- #: ../app/models/concerns/foreman_openscap/policy_common.rb:15
688
- msgid "does not consist of 5 parts separated by space"
689
- msgstr ""
690
-
691
- #: ../app/models/concerns/foreman_openscap/policy_common.rb:21 ../app/models/foreman_openscap/oval_policy.rb:14 ../app/models/foreman_openscap/policy.rb:34
692
- msgid "is not a valid value"
693
- msgstr ""
694
-
695
- #: ../app/models/concerns/foreman_openscap/policy_common.rb:27
696
- msgid "must be between 1 and 31"
697
- msgstr ""
698
-
699
- #: ../app/models/foreman_openscap/compliance_status.rb:22 ../app/views/foreman_openscap/policy_mailer/_dashboard.erb:13
700
- msgid "Compliant"
701
- msgstr ""
702
-
703
- #: ../app/models/foreman_openscap/compliance_status.rb:26 ../app/views/foreman_openscap/policy_mailer/_dashboard.erb:17
704
- msgid "Incompliant"
705
- msgstr ""
706
-
707
- #: ../app/models/foreman_openscap/compliance_status.rb:28
708
- msgid "Unknown Compliance status"
709
- msgstr ""
710
-
711
- #: ../app/models/foreman_openscap/oval_status.rb:8
712
- msgid "OVAL scan"
713
- msgstr ""
714
-
715
- #: ../app/models/foreman_openscap/oval_status.rb:14
716
- msgid "No Vulnerabilities found"
717
- msgstr ""
718
-
719
- #: ../app/models/foreman_openscap/oval_status.rb:16
720
- msgid "%s vulnerabilities found"
721
- msgstr ""
722
-
723
- #: ../app/models/foreman_openscap/oval_status.rb:18
724
- msgid "%s vulnerabilities with available patch found"
725
- msgstr ""
726
-
727
- #: ../app/models/foreman_openscap/oval_status.rb:20
728
- msgid "Unknown OVAL status"
729
- msgstr ""
730
-
731
- #: ../app/models/foreman_openscap/policy.rb:11 ../app/views/policies/_form.html.erb:8
732
- msgid "Deployment Options"
733
- msgstr ""
734
-
735
- #: ../app/models/foreman_openscap/policy.rb:11
736
- msgid "Policy Attributes"
737
- msgstr ""
738
-
739
- #: ../app/models/foreman_openscap/policy.rb:11 ../app/views/policies/_form.html.erb:11 ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:67
740
- msgid "Schedule"
741
- msgstr ""
742
-
743
- #: ../app/models/foreman_openscap/policy.rb:11 ../app/views/policies/_form.html.erb:13 ../app/views/scap_contents/_form.html.erb:11 ../app/views/tailoring_files/_form.html.erb:11
744
- msgid "Locations"
745
- msgstr ""
746
-
747
- #: ../app/models/foreman_openscap/policy.rb:11 ../app/views/policies/_form.html.erb:16 ../app/views/scap_contents/_form.html.erb:14 ../app/views/tailoring_files/_form.html.erb:14
748
- msgid "Organizations"
749
- msgstr ""
750
-
751
- #: ../app/models/foreman_openscap/policy.rb:11 ../webpack/routes/OvalPolicies/OvalPoliciesNew/HostgroupSelect.js:99 ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShow.js:65
752
- msgid "Hostgroups"
753
- msgstr ""
754
-
755
- #: ../app/models/foreman_openscap/policy.rb:55
756
- msgid "Cannot generate HTML guide, scap content is missing."
757
- msgstr ""
758
-
759
- #: ../app/models/foreman_openscap/policy.rb:61
760
- msgid "Cannot generate HTML guide, no valid OpenSCAP proxy server found."
761
- msgstr ""
762
-
763
- #: ../app/models/foreman_openscap/policy.rb:227
764
- msgid "must be present when tailoring file profile present"
765
- msgstr ""
766
-
767
- #: ../app/models/foreman_openscap/policy.rb:228
768
- msgid "must be present when tailoring file present"
769
- msgstr ""
770
-
771
- #: ../app/models/foreman_openscap/policy.rb:233
772
- msgid "does not come from selected tailoring file"
773
- msgstr ""
774
-
775
- #: ../app/models/foreman_openscap/policy.rb:239
776
- msgid "does not have the selected SCAP content profile"
777
- msgstr ""
778
-
779
- #: ../app/models/foreman_openscap/policy.rb:271
780
- msgid "cannot assign to %s, all assigned policies must be deployed in the same way, check 'deploy by' for each assigned policy"
781
- msgstr ""
782
-
783
- #: ../app/services/foreman_openscap/arf_report_status_calculator.rb:30
784
- msgid "invalid type %s"
785
- msgstr ""
786
-
787
- #: ../app/services/foreman_openscap/client_config/ansible.rb:23
788
- msgid "Requires Ansible plugin, %s Ansible role and variables. This will assign the role to the hosts or selected hostgroups."
789
- msgstr ""
790
-
791
- #: ../app/services/foreman_openscap/client_config/ansible.rb:24
792
- msgid "To deploy foreman_scap_client, ansible roles run needs to be triggered manually. Manual run is also required after any change to this policy."
793
- msgstr ""
794
-
795
- #: ../app/services/foreman_openscap/client_config/ansible.rb:34
796
- msgid "theforeman.foreman_scap_client Ansible Role not found, please import it before running this action again."
797
- msgstr ""
798
-
799
- #: ../app/services/foreman_openscap/client_config/ansible.rb:57
800
- msgid "Ansible role"
801
- msgstr ""
802
-
803
- #: ../app/services/foreman_openscap/client_config/ansible.rb:58
804
- msgid "Ansible variables"
805
- msgstr ""
806
-
807
- #: ../app/services/foreman_openscap/client_config/manual.rb:14
808
- msgid "This leaves the setup of the foreman_scap_client solely on the user. The policy still needs to be defined in order to link incoming ARF reports."
809
- msgstr ""
810
-
811
- #: ../app/services/foreman_openscap/client_config/puppet.rb:17
812
- msgid "Requires %s Puppet class. This will assign the class to the hosts or selected hostgroups."
813
- msgstr ""
814
-
815
- #: ../app/services/foreman_openscap/client_config/puppet.rb:18
816
- msgid "Every puppet run ensures the foreman_scap_client is configured according to the policy."
817
- msgstr ""
818
-
819
- #: ../app/services/foreman_openscap/client_config/puppet.rb:39
820
- msgid "Puppet class"
821
- msgstr ""
822
-
823
- #: ../app/services/foreman_openscap/client_config/puppet.rb:40
824
- msgid "Smart Class Parameters"
825
- msgstr ""
826
-
827
- #: ../app/services/foreman_openscap/lookup_key_overrider.rb:19
828
- msgid "%{type} was selected to deploy policy to clients, but %{type} is not available. Are you missing a plugin?"
829
- msgstr ""
830
-
831
- #: ../app/services/foreman_openscap/lookup_key_overrider.rb:26
832
- msgid "Required %{msg_name} %{class} was not found, please ensure it is imported first."
833
- msgstr ""
834
-
835
- #: ../app/services/foreman_openscap/lookup_key_overrider.rb:34
836
- msgid "The following %{key_name} were missing for %{item_name}: %{key_names}. Make sure they are imported before proceeding."
837
- msgstr ""
838
-
839
- #: ../app/services/foreman_openscap/lookup_key_overrider.rb:56
840
- msgid "Failed to save when overriding parameters for %{config_tool}, cause: %{errors}"
841
- msgstr ""
842
-
843
- #: ../app/services/foreman_openscap/openscap_proxy_version_check.rb:39
844
- msgid "This feature is temporarily disabled. "
845
- msgstr ""
846
-
847
- #: ../app/services/foreman_openscap/openscap_proxy_version_check.rb:40
848
- msgid "The following Smart Proxies need to be updated to unlock the feature: %s. "
849
- msgstr ""
850
-
851
- #: ../app/services/foreman_openscap/openscap_proxy_version_check.rb:41
852
- msgid "The following proxies could not be reached: %s. Please make sure they are available so Foreman can check their versions."
853
- msgstr ""
854
-
855
- #: ../app/services/foreman_openscap/oval/configure.rb:65
856
- msgid "Was %s configured successfully?"
857
- msgstr ""
858
-
859
- #: ../app/services/foreman_openscap/oval/configure.rb:66
860
- msgid "Assign openscap_proxy to %s before proceeding."
861
- msgstr ""
862
-
863
- #: ../app/services/foreman_openscap/oval/configure.rb:75
864
- msgid "Was %{model_name} %{name} configured successfully?"
865
- msgstr ""
866
-
867
- #: ../app/services/foreman_openscap/oval/setup.rb:56
868
- msgid "Could not update Ansible Variables with override: true"
869
- msgstr ""
870
-
871
- #: ../app/services/foreman_openscap/oval/setup.rb:61
872
- msgid "Is foreman_ansible present?"
873
- msgstr ""
874
-
875
- #: ../app/services/foreman_openscap/oval/setup.rb:62
876
- msgid "foreman_ansible plugin not found, please install it before running this action again."
877
- msgstr ""
878
-
879
- #: ../app/services/foreman_openscap/oval/setup.rb:66
880
- msgid "Is theforeman.foreman_scap_client present?"
881
- msgstr ""
882
-
883
- #: ../app/services/foreman_openscap/oval/setup.rb:71
884
- msgid "Are required variables for theforeman.foreman_scap_client present?"
885
- msgstr ""
886
-
887
- #: ../app/services/foreman_openscap/oval/setup.rb:72
888
- msgid "The following Ansible Variables were not found: %{missing_vars}, please import them before running this action again."
889
- msgstr ""
890
-
891
- #: ../app/services/foreman_openscap/oval/setup.rb:76 ../app/services/foreman_openscap/oval/setup.rb:81 ../app/services/foreman_openscap/oval/setup.rb:86
892
- msgid "Is %s param set to be overriden?"
893
- msgstr ""
894
-
895
- #: ../app/services/foreman_openscap/oval/sync_oval_contents.rb:8
896
- msgid "cause: "
897
- msgstr ""
898
-
899
- #: ../app/services/foreman_openscap/oval/sync_oval_contents.rb:28
900
- msgid "Failed to fetch content file from %s"
901
- msgstr ""
902
-
903
- #: ../app/validators/foreman_openscap/data_stream_validator.rb:9
904
- msgid "No proxy with OpenSCAP feature was found."
905
- msgstr ""
906
-
907
- #: ../app/validators/foreman_openscap/data_stream_validator.rb:14
908
- msgid "No proxy with OpenSCAP feature is running."
909
- msgstr ""
910
-
911
- #: ../app/validators/foreman_openscap/data_stream_validator.rb:26
912
- msgid "No available proxy to validate. Returned with error: %s"
913
- msgstr ""
914
-
915
- #: ../app/validators/foreman_openscap/data_stream_validator.rb:33
916
- msgid "Changed file does not include existing SCAP content profiles"
917
- msgstr ""
918
-
919
- #: ../app/views/arf_reports/_detailed_message.html.erb:3
920
- msgid "More details"
921
- msgstr ""
922
-
923
- #: ../app/views/arf_reports/_detailed_message.html.erb:6 ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:62 ../webpack/routes/OvalPolicies/OvalPoliciesShow/DetailsTab.js:57
924
- msgid "Description"
925
- msgstr ""
926
-
927
- #: ../app/views/arf_reports/_detailed_message.html.erb:7
928
- msgid "Rationale"
929
- msgstr ""
930
-
931
- #: ../app/views/arf_reports/_detailed_message.html.erb:8
932
- msgid "References"
933
- msgstr ""
934
-
935
- #: ../app/views/arf_reports/_list.html.erb:5
936
- msgid "Select all items in this page"
937
- msgstr ""
938
-
939
- #: ../app/views/arf_reports/_list.html.erb:5
940
- msgid "items selected. Uncheck to Clear"
941
- msgstr ""
942
-
943
- #: ../app/views/arf_reports/_list.html.erb:7 ../app/views/arf_reports/delete_multiple.html.erb:10
944
- msgid "Reported At"
945
- msgstr ""
946
-
947
- #: ../app/views/arf_reports/_list.html.erb:9
948
- msgid "Openscap Proxy"
949
- msgstr ""
950
-
951
- #: ../app/views/arf_reports/_list.html.erb:13 ../app/views/arf_reports/_output.html.erb:16 ../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
952
- msgid "Actions"
953
- msgstr ""
954
-
955
- #: ../app/views/arf_reports/_list.html.erb:28
956
- msgid "Deleted policy"
957
- msgstr ""
958
-
959
- #: ../app/views/arf_reports/_list.html.erb:34
960
- msgid "Full Report"
961
- msgstr ""
962
-
963
- #: ../app/views/arf_reports/_list.html.erb:37
964
- msgid "Delete compliance report for %s?"
965
- msgstr ""
966
-
967
- #: ../app/views/arf_reports/_list.html.erb:48
968
- msgid "Please Confirm"
969
- msgstr ""
970
-
971
- #: ../app/views/arf_reports/_metrics.html.erb:6
972
- msgid "Report Metrics"
973
- msgstr ""
974
-
975
- #: ../app/views/arf_reports/_metrics.html.erb:14
976
- msgid "Report Status"
977
- msgstr ""
978
-
979
- #: ../app/views/arf_reports/_metrics.html.erb:34
980
- msgid "Total"
981
- msgstr ""
982
-
983
- #: ../app/views/arf_reports/_output.html.erb:12
984
- msgid "Result"
985
- msgstr ""
986
-
987
- #: ../app/views/arf_reports/_output.html.erb:13
988
- msgid "Message"
989
- msgstr ""
990
-
991
- #: ../app/views/arf_reports/_output.html.erb:14
992
- msgid "Resource"
993
- msgstr ""
994
-
995
- #: ../app/views/arf_reports/_output.html.erb:15
996
- msgid "Severity"
997
- msgstr ""
998
-
999
- #: ../app/views/arf_reports/_output.html.erb:33
1000
- msgid "Nothing to show"
1001
- msgstr ""
1002
-
1003
- #: ../app/views/arf_reports/delete_multiple.html.erb:27
1004
- msgid "Delete"
1005
- msgstr ""
1006
-
1007
- #: ../app/views/arf_reports/delete_multiple.html.erb:28
1008
- msgid "these Compliance reports"
1009
- msgstr ""
1010
-
1011
- #: ../app/views/arf_reports/show.html.erb:14
1012
- msgid "Back"
1013
- msgstr ""
1014
-
1015
- #: ../app/views/arf_reports/show.html.erb:16
1016
- msgid "Host details"
1017
- msgstr ""
1018
-
1019
- #: ../app/views/arf_reports/show.html.erb:17
1020
- msgid "View full report"
1021
- msgstr ""
1022
-
1023
- #: ../app/views/arf_reports/show.html.erb:18
1024
- msgid "Download XML in bzip"
1025
- msgstr ""
1026
-
1027
- #: ../app/views/arf_reports/show.html.erb:19
1028
- msgid "Download HTML"
1029
- msgstr ""
1030
-
1031
- #: ../app/views/arf_reports/show_html.html.erb:10 ../webpack/routes/OvalPolicies/OvalPoliciesNew/HostgroupSelect.js:68
1032
- msgid "Loading..."
1033
- msgstr ""
1034
-
1035
- #: ../app/views/arf_reports/welcome.html.erb:9
1036
- 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."
1037
- msgstr ""
1038
-
1039
- #: ../app/views/arf_reports/welcome.html.erb:12
1040
- msgid "Documentation"
1041
- msgstr ""
1042
-
1043
- #: ../app/views/compliance_hosts/show.html.erb:8
1044
- msgid "%s compliance report by policy"
1045
- msgid_plural "%s compliance reports by policy"
1046
- msgstr[0] ""
1047
- msgstr[1] ""
1048
-
1049
- #: ../app/views/compliance_hosts/show.html.erb:10
1050
- msgid "Policy %s"
1051
- msgstr ""
1052
-
1053
- #: ../app/views/compliance_hosts/show.html.erb:16
1054
- msgid "%s latest report"
1055
- msgstr ""
1056
-
1057
- #: ../app/views/compliance_hosts/show.html.erb:28
1058
- msgid "%s reports over time"
1059
- msgstr ""
1060
-
1061
- #: ../app/views/compliance_hosts/show.html.erb:34
1062
- msgid "No report for this policy"
1063
- msgstr ""
1064
-
1065
- #: ../app/views/dashboard/_compliance_host_reports_widget.html.erb:1 ../lib/foreman_openscap/engine.rb:183
1066
- msgid "Latest Compliance Reports"
1067
- msgstr ""
1068
-
1069
- #: ../app/views/dashboard/_compliance_host_reports_widget.html.erb:4
1070
- msgid "No reports available"
1071
- msgstr ""
1072
-
1073
- #: ../app/views/dashboard/_compliance_host_reports_widget.html.erb:12
1074
- msgid "Host does not exist anymore"
1075
- msgstr ""
1076
-
1077
- #: ../app/views/dashboard/_compliance_host_reports_widget.html.erb:13
1078
- msgid "Policy is missing"
1079
- msgstr ""
1080
-
1081
- #: ../app/views/dashboard/_compliance_reports_breakdown_widget.html.erb:1 ../lib/foreman_openscap/engine.rb:185
1082
- msgid "Compliance Reports Breakdown"
1083
- msgstr ""
1084
-
1085
- #: ../app/views/foreman_openscap/policy_mailer/_dashboard.erb:9
1086
- msgid "Changed"
1087
- msgstr ""
1088
-
1089
- #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:5
1090
- msgid "Hostname"
1091
- msgstr ""
1092
-
1093
- #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:17
1094
- msgid "Changed?"
1095
- msgstr ""
1096
-
1097
- #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:36 ../webpack/routes/OvalPolicies/OvalPoliciesShow/CvesTable.js:35
1098
- msgid "Yes"
1099
- msgstr ""
1100
-
1101
- #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:36 ../webpack/routes/OvalPolicies/OvalPoliciesShow/CvesTable.js:35
1102
- msgid "No"
1103
- msgstr ""
1104
-
1105
- #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:40
1106
- msgid "No ARF reports for this policy"
1107
- msgstr ""
1108
-
1109
- #: ../app/views/foreman_openscap/policy_mailer/_list.erb:8
1110
- msgid "None!"
1111
- msgstr ""
1112
-
1113
- #: ../app/views/foreman_openscap/policy_mailer/_policy.erb:7
1114
- msgid "Total of one host"
1115
- msgid_plural "Total of %{hosts} hosts"
1116
- msgstr[0] ""
1117
- msgstr[1] ""
1118
-
1119
- #: ../app/views/foreman_openscap/policy_mailer/policy_summary.erb:6
1120
- msgid "Summary report for OpenScap from Foreman"
1121
- msgstr ""
1122
-
1123
- #: ../app/views/foreman_openscap/policy_mailer/policy_summary.erb:9
1124
- msgid "<b>Foreman</b> OpenSCAP summary"
1125
- msgstr ""
1126
-
1127
- #: ../app/views/foreman_openscap/policy_mailer/policy_summary.erb:10
1128
- msgid "Summary from %{time} ago to now"
1129
- msgstr ""
1130
-
1131
- #: ../app/views/foreman_openscap/policy_mailer/policy_summary.erb:11
1132
- msgid "Summary report from Foreman server at %{foreman_url}"
1133
- msgstr ""
1134
-
1135
- #: ../app/views/foreman_openscap/policy_mailer/policy_summary.erb:16
1136
- msgid "Policies with hosts:"
1137
- msgstr ""
1138
-
1139
- #: ../app/views/hosts/select_multiple_openscap_proxy.html.erb:5
1140
- msgid "Select OpenSCAP Proxy"
1141
- msgstr ""
1142
-
1143
- #: ../app/views/policies/_form.html.erb:9
1144
- msgid "General"
1145
- msgstr ""
1146
-
1147
- #: ../app/views/policies/_form.html.erb:18
1148
- msgid "Host Groups"
1149
- msgstr ""
1150
-
1151
- #: ../app/views/policies/_form.html.erb:45 ../app/views/policies/steps/_schedule_form.html.erb:6
1152
- msgid "Choose period"
1153
- msgstr ""
1154
-
1155
- #: ../app/views/policies/_form.html.erb:47 ../app/views/policies/steps/_schedule_form.html.erb:9
1156
- msgid "Choose weekday"
1157
- msgstr ""
1158
-
1159
- #: ../app/views/policies/_form.html.erb:48 ../app/views/policies/steps/_schedule_form.html.erb:13
1160
- msgid "Number of a day in month, note that not all months have same count of days"
1161
- msgstr ""
1162
-
1163
- #: ../app/views/policies/_form.html.erb:49 ../app/views/policies/steps/_schedule_form.html.erb:14
1164
- msgid "You can specify custom cron line, e.g. \"0 3 * * *\", separate each of 5 values by space"
1165
- msgstr ""
1166
-
1167
- #: ../app/views/policies/_list.html.erb:3 ../app/views/tailoring_files/_list.html.erb:3 ../webpack/components/OpenscapRemediationWizard/steps/ReviewHosts.js:162 ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:19 ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:57 ../webpack/routes/OvalContents/OvalContentsShow/OvalContentsShow.js:48 ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesTable.js:19 ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:56 ../webpack/routes/OvalPolicies/OvalPoliciesShow/DetailsTab.js:31 ../webpack/routes/OvalPolicies/OvalPoliciesShow/HostgroupsTable.js:9
1168
- msgid "Name"
1169
- msgstr ""
1170
-
1171
- #: ../app/views/policies/_list.html.erb:4
1172
- msgid "Content"
1173
- msgstr ""
1174
-
1175
- #: ../app/views/policies/_list.html.erb:5
1176
- msgid "Profile"
1177
- msgstr ""
1178
-
1179
- #: ../app/views/policies/_list.html.erb:7
1180
- msgid "Effective Profile"
1181
- msgstr ""
1182
-
1183
- #: ../app/views/policies/_list.html.erb:28
1184
- msgid "None"
1185
- msgstr ""
1186
-
1187
- #: ../app/views/policies/_list.html.erb:36
1188
- msgid "Dashboard"
1189
- msgstr ""
1190
-
1191
- #: ../app/views/policies/_list.html.erb:37
1192
- msgid "Show Guide"
1193
- msgstr ""
1194
-
1195
- #: ../app/views/policies/_list.html.erb:39
1196
- msgid "Delete compliance policy %s with all of its reports?"
1197
- msgstr ""
1198
-
1199
- #: ../app/views/policies/create.html.erb:1 ../app/views/policies/index.html.erb:5 ../app/views/policies/new.html.erb:1
1200
- msgid "New Compliance Policy"
1201
- msgstr ""
1202
-
1203
- #: ../app/views/policies/disassociate_multiple_hosts.html.erb:4 ../app/views/policies/select_multiple_hosts.html.erb:5
1204
- msgid "Select Compliance Policy"
1205
- msgstr ""
1206
-
1207
- #: ../app/views/policies/edit.html.erb:1 ../app/views/scap_contents/edit.html.erb:1 ../app/views/tailoring_files/edit.html.erb:1
1208
- msgid "Edit %s"
1209
- msgstr ""
1210
-
1211
- #: ../app/views/policies/index.html.erb:2 ../app/views/policies/welcome.html.erb:1 ../app/views/policies/welcome.html.erb:6
1212
- msgid "Compliance Policies"
1213
- msgstr ""
1214
-
1215
- #: ../app/views/policies/show.html.erb:1
1216
- msgid "Details for Compliance Policy %s"
1217
- msgstr ""
1218
-
1219
- #: ../app/views/policies/steps/_deployment_options_form.html.erb:6
1220
- msgid "There are significant differences in deployment options."
1221
- msgstr ""
1222
-
1223
- #: ../app/views/policies/steps/_deployment_options_form.html.erb:7
1224
- msgid "Please make sure you understand them by reading our"
1225
- msgstr ""
1226
-
1227
- #: ../app/views/policies/steps/_deployment_options_form.html.erb:7
1228
- msgid "documentation"
1229
- msgstr ""
1230
-
1231
- #: ../app/views/policies/steps/_schedule_form.html.erb:12
1232
- msgid "Choose day in month"
1233
- msgstr ""
1234
-
1235
- #: ../app/views/policies/steps/_step_form.html.erb:11
1236
- msgid "Next"
1237
- msgstr ""
1238
-
1239
- #: ../app/views/policies/welcome.html.erb:7
1240
- msgid "In Foreman, a compliance policy checklist is defined via %s."
1241
- msgstr ""
1242
-
1243
- #: ../app/views/policies/welcome.html.erb:7
1244
- msgid "SCAP content"
1245
- msgstr ""
1246
-
1247
- #: ../app/views/policies/welcome.html.erb:8
1248
- msgid "Once SCAP content is present, you can create a policy, assign select host groups and schedule to run."
1249
- msgstr ""
1250
-
1251
- #: ../app/views/policies/welcome.html.erb:12
1252
- msgid "New Policy"
1253
- msgstr ""
1254
-
1255
- #: ../app/views/policy_dashboard/_policy_chart_widget.html.erb:4
1256
- msgid "Host Breakdown Chart"
1257
- msgstr ""
1258
-
1259
- #: ../app/views/policy_dashboard/_policy_reports.html.erb:7
1260
- msgid "Policy assigned"
1261
- msgstr ""
1262
-
1263
- #: ../app/views/policy_dashboard/_policy_reports.html.erb:8
1264
- msgid "Date"
1265
- msgstr ""
1266
-
1267
- #: ../app/views/policy_dashboard/_policy_reports.html.erb:24
1268
- msgid "View Report"
1269
- msgstr ""
1270
-
1271
- #: ../app/views/policy_dashboard/_policy_status_widget.html.erb:2
1272
- msgid "Hosts Breakdown"
1273
- msgstr ""
1274
-
1275
- #: ../app/views/policy_dashboard/_policy_status_widget.html.erb:4
1276
- msgid "Compliant with the policy"
1277
- msgstr ""
1278
-
1279
- #: ../app/views/policy_dashboard/_policy_status_widget.html.erb:5
1280
- msgid "Not compliant with the policy"
1281
- msgstr ""
1282
-
1283
- #: ../app/views/policy_dashboard/_policy_status_widget.html.erb:6
1284
- msgid "Inconclusive results"
1285
- msgstr ""
1286
-
1287
- #: ../app/views/policy_dashboard/_policy_status_widget.html.erb:7
1288
- msgid "Never audited"
1289
- msgstr ""
1290
-
1291
- #: ../app/views/policy_dashboard/_policy_status_widget.html.erb:9
1292
- msgid "Total hosts with policy: %s"
1293
- msgstr ""
1294
-
1295
- #: ../app/views/policy_dashboard/index.html.erb:3
1296
- msgid "Compliance policy: %s"
1297
- msgstr ""
1298
-
1299
- #: ../app/views/policy_dashboard/index.html.erb:7
1300
- msgid "Status table"
1301
- msgstr ""
1302
-
1303
- #: ../app/views/policy_dashboard/index.html.erb:8
1304
- msgid "Status chart"
1305
- msgstr ""
1306
-
1307
- #: ../app/views/policy_dashboard/index.html.erb:20
1308
- msgid "Latest reports for policy: %s"
1309
- msgstr ""
1310
-
1311
- #: ../app/views/scap_contents/_form.html.erb:9 ../app/views/tailoring_files/_form.html.erb:9
1312
- msgid "File Upload"
1313
- msgstr ""
1314
-
1315
- #: ../app/views/scap_contents/_form.html.erb:20
1316
- msgid "SCAP DataStream file"
1317
- msgstr ""
1318
-
1319
- #: ../app/views/scap_contents/_list.html.erb:3
1320
- msgid "Title"
1321
- msgstr ""
1322
-
1323
- #: ../app/views/scap_contents/_list.html.erb:4 ../app/views/tailoring_files/_list.html.erb:4
1324
- msgid "File name"
1325
- msgstr ""
1326
-
1327
- #: ../app/views/scap_contents/_list.html.erb:5 ../app/views/tailoring_files/_list.html.erb:5
1328
- msgid "Created at"
1329
- msgstr ""
1330
-
1331
- #: ../app/views/scap_contents/_list.html.erb:17 ../app/views/tailoring_files/_list.html.erb:23
1332
- msgid "Download"
1333
- msgstr ""
1334
-
1335
- #: ../app/views/scap_contents/_list.html.erb:19
1336
- msgid "Delete scap content %s?"
1337
- msgstr ""
1338
-
1339
- #: ../app/views/scap_contents/index.html.erb:1
1340
- msgid "SCAP Contents"
1341
- msgstr ""
1342
-
1343
- #: ../app/views/scap_contents/index.html.erb:3
1344
- msgid "Upload New SCAP Content"
1345
- msgstr ""
1346
-
1347
- #: ../app/views/scap_contents/new.html.erb:1
1348
- msgid "Upload new SCAP content file"
1349
- msgstr ""
1350
-
1351
- #: ../app/views/scap_contents/welcome.html.erb:7
1352
- msgid ""
1353
- "The Security Content Automation Protocol (SCAP), combines a number of open standards that are used to enumerate software flaws and\n"
1354
- " configuration issues related to security. "
1355
- msgstr ""
1356
-
1357
- #: ../app/views/scap_contents/welcome.html.erb:9
1358
- msgid ""
1359
- "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"
1360
- " via %s"
1361
- msgstr ""
1362
-
1363
- #: ../app/views/scap_contents/welcome.html.erb:14
1364
- msgid "New SCAP Content"
1365
- msgstr ""
1366
-
1367
- #: ../app/views/smart_proxies/_openscap_spool.html.erb:4
1368
- msgid "%s spool errors detected, inspect the appropriate file directly on proxy"
1369
- msgstr ""
1370
-
1371
- #: ../app/views/smart_proxies/_openscap_spool.html.erb:8
1372
- msgid "Failed to fetch spool status from proxy"
1373
- msgstr ""
1374
-
1375
- #: ../app/views/smart_proxies/_openscap_spool.html.erb:11
1376
- msgid "None found"
1377
- msgstr ""
1378
-
1379
- #: ../app/views/smart_proxies/plugins/_openscap.html.erb:6
1380
- 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."
1381
- msgstr ""
1382
-
1383
- #: ../app/views/smart_proxies/plugins/_openscap.html.erb:7
1384
- msgid "Spool errors"
1385
- msgstr ""
1386
-
1387
- #: ../app/views/tailoring_files/_form.html.erb:20
1388
- msgid "DataStream Tailoring file"
1389
- msgstr ""
1390
-
1391
- #: ../app/views/tailoring_files/_list.html.erb:22
1392
- msgid "Delete tailoring file %s?"
1393
- msgstr ""
1394
-
1395
- #: ../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:169
1396
- msgid "Tailoring Files"
1397
- msgstr ""
1398
-
1399
- #: ../app/views/tailoring_files/index.html.erb:2
1400
- msgid "Upload New Tailoring file"
1401
- msgstr ""
1402
-
1403
- #: ../app/views/tailoring_files/new.html.erb:1
1404
- msgid "Upload new Tailoring File"
1405
- msgstr ""
1406
-
1407
- #: ../app/views/tailoring_files/welcome.html.erb:7
1408
- msgid "It may sometimes be required to adjust the security policy to your specific needs. "
1409
- msgstr ""
1410
-
1411
- #: ../app/views/tailoring_files/welcome.html.erb:8
1412
- msgid ""
1413
- "In Foreman, tailoring_files represent the custom modifications to default XCCDF profiles and they can be applied to hosts\n"
1414
- " via %s"
1415
- msgstr ""
1416
-
1417
- #: ../app/views/tailoring_files/welcome.html.erb:13
1418
- msgid "New Tailoring File"
1419
- msgstr ""
1420
-
1421
- #: ../db/seeds.d/openscap_policy_notification.rb:1
1422
- msgid "Compliance policy summary"
1423
- msgstr ""
1424
-
1425
- #: ../db/seeds.d/openscap_policy_notification.rb:5
1426
- msgid "A summary of reports for OpenSCAP policies"
1427
- msgstr ""
1428
-
1429
- #: ../lib/foreman_openscap/bulk_upload.rb:20
1430
- msgid "Can't find scap-security-guide RPM, are you sure it is installed on your server?"
1431
- msgstr ""
1432
-
1433
- #: ../lib/foreman_openscap/bulk_upload.rb:29
1434
- msgid "Expected an array of files to upload, got: %s."
1435
- msgstr ""
1436
-
1437
- #: ../lib/foreman_openscap/bulk_upload.rb:35
1438
- msgid "%s is a directory, expecting file."
1439
- msgstr ""
1440
-
1441
- #: ../lib/foreman_openscap/bulk_upload.rb:40
1442
- msgid "%s does not exist, skipping."
1443
- msgstr ""
1444
-
1445
- #: ../lib/foreman_openscap/bulk_upload.rb:58
1446
- msgid "Failed saving %s:"
1447
- msgstr ""
1448
-
1449
- #: ../lib/foreman_openscap/bulk_upload.rb:66
1450
- msgid "No such directory: %s. Please check the path you have provided."
1451
- msgstr ""
1452
-
1453
- #: ../lib/foreman_openscap/bulk_upload.rb:88
1454
- msgid "Red Hat %s default content"
1455
- msgstr ""
1456
-
1457
- #: ../lib/foreman_openscap/bulk_upload.rb:88
1458
- msgid "%s content"
1459
- msgstr ""
1460
-
1461
- #: ../lib/foreman_openscap/engine.rb:160
1462
- msgid "Policies"
1463
- msgstr ""
1464
-
1465
- #: ../lib/foreman_openscap/engine.rb:163
1466
- msgid "SCAP contents"
1467
- msgstr ""
1468
-
1469
- #: ../lib/foreman_openscap/engine.rb:166
1470
- msgid "Reports"
1471
- msgstr ""
1472
-
1473
- #: ../lib/foreman_openscap/engine.rb:172 ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:33
1474
- msgid "OVAL Contents"
1475
- msgstr ""
1476
-
1477
- #: ../lib/foreman_openscap/engine.rb:177 ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesIndex.js:32
1478
- msgid "OVAL Policies"
1479
- msgstr ""
1480
-
1481
- #: ../lib/foreman_openscap/engine.rb:199
1482
- msgid "OpenSCAP Proxy to use for fetching SCAP content and uploading ARF reports. Leave blank and override appropriate parameters when using proxy load balancer."
1483
- msgstr ""
1484
-
1485
- #: ../lib/foreman_openscap/engine.rb:203 ../lib/foreman_openscap/engine.rb:208
1486
- msgid "OpenSCAP Proxy"
1487
- msgstr ""
1488
-
1489
- #: ../lib/foreman_openscap/engine.rb:205 ../lib/foreman_openscap/engine.rb:210
1490
- msgid "ID of OpenSCAP Proxy"
1491
- msgstr ""
1492
-
1493
- #: ../lib/foreman_openscap/engine.rb:270 ../lib/foreman_openscap/engine.rb:293
1494
- msgid "Run OpenSCAP scan"
1495
- msgstr ""
1496
-
1497
- #: ../lib/foreman_openscap/engine.rb:275 ../lib/foreman_openscap/engine.rb:294
1498
- msgid "Run OVAL scan"
1499
- msgstr ""
1500
-
1501
- #: ../lib/foreman_openscap/engine.rb:279 ../lib/foreman_openscap/engine.rb:295
1502
- msgid "Run OpenSCAP remediation with Ansible"
1503
- msgstr ""
1504
-
1505
- #: ../lib/foreman_openscap/engine.rb:284 ../lib/foreman_openscap/engine.rb:296
1506
- msgid "Run OpenSCAP remediation with Shell"
1507
- msgstr ""
1508
-
1509
- #: ../webpack/components/ConfirmModal.js:19
1510
- msgid "Confirm"
1511
- msgstr ""
1512
-
1513
- #: ../webpack/components/EditableInput.js:78
1514
- msgid "None provided"
1515
- msgstr ""
1516
-
1517
- #: ../webpack/components/HostExtentions/HostKebabItems.js:37
1518
- msgid "There's no available report for this host"
1519
- msgstr ""
1520
-
1521
- #: ../webpack/components/OpenscapRemediationWizard/ViewSelectedHostsLink.js:27
1522
- msgid "View selected hosts"
1523
- msgstr ""
1524
-
1525
- #: ../webpack/components/OpenscapRemediationWizard/index.js:69 ../webpack/components/OpenscapRemediationWizard/steps/ReviewHosts.js:174
1526
- msgid "Review hosts"
1527
- msgstr ""
1528
-
1529
- #: ../webpack/components/OpenscapRemediationWizard/index.js:77 ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:123
1530
- msgid "Select snippet"
1531
- msgstr ""
1532
-
1533
- #: ../webpack/components/OpenscapRemediationWizard/index.js:85 ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:94
1534
- msgid "Review remediation"
1535
- msgstr ""
1536
-
1537
- #: ../webpack/components/OpenscapRemediationWizard/index.js:89
1538
- msgid "Run"
1539
- msgstr ""
1540
-
1541
- #: ../webpack/components/OpenscapRemediationWizard/index.js:93
1542
- msgid "Done"
1543
- msgstr ""
1544
-
1545
- #: ../webpack/components/OpenscapRemediationWizard/index.js:127
1546
- msgid "Remediate %s rule"
1547
- msgstr ""
1548
-
1549
- #: ../webpack/components/OpenscapRemediationWizard/steps/Finish.js:84
1550
- msgid "Job details"
1551
- msgstr ""
1552
-
1553
- #: ../webpack/components/OpenscapRemediationWizard/steps/Finish.js:87
1554
- msgid "Close"
1555
- msgstr ""
1556
-
1557
- #: ../webpack/components/OpenscapRemediationWizard/steps/Finish.js:97 ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:144 ../webpack/components/withLoading.js:12
1558
- msgid "Error!"
1559
- msgstr ""
1560
-
1561
- #: ../webpack/components/OpenscapRemediationWizard/steps/Finish.js:105
1562
- msgid "The job has started on selected host(s), you can check the status on the job details page."
1563
- msgstr ""
1564
-
1565
- #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewHosts.js:167
1566
- msgid "OS"
1567
- msgstr ""
1568
-
1569
- #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewHosts.js:175
1570
- msgid "By default, remediation is applied to the current host. Optionally, remediate any additional hosts that fail the rule."
1571
- msgstr ""
1572
-
1573
- #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:61
1574
- msgid "Review the remediation snippet and apply it to the host manually."
1575
- msgstr ""
1576
-
1577
- #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:62
1578
- msgid "Review the remediation snippet that will be applied to selected host(s)."
1579
- msgstr ""
1580
-
1581
- #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:67
1582
- msgid "A reboot is required after applying remediation."
1583
- msgstr ""
1584
-
1585
- #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:68
1586
- msgid "A reboot might be required after applying remediation."
1587
- msgstr ""
1588
-
1589
- #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:84
1590
- msgid "Successfully copied to clipboard!"
1591
- msgstr ""
1592
-
1593
- #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:85
1594
- msgid "Copy to clipboard"
1595
- msgstr ""
1596
-
1597
- #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:103
1598
- msgid "Do not implement any of the recommended remedial actions or scripts without first testing them in a non-production environment."
1599
- msgstr ""
1600
-
1601
- #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:106
1602
- msgid "Remediation might render the system non-functional."
1603
- msgstr ""
1604
-
1605
- #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:139
1606
- msgid "Other hosts failing this rule"
1607
- msgstr ""
1608
-
1609
- #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:155
1610
- msgid "Reboot the system(s)"
1611
- msgstr ""
1612
-
1613
- #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:71
1614
- msgid "Method"
1615
- msgstr ""
1616
-
1617
- #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:77
1618
- msgid "Remote job"
1619
- msgstr ""
1620
-
1621
- #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:86
1622
- msgid "Manual"
1623
- msgstr ""
1624
-
1625
- #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:101
1626
- msgid "There is no job to remediate with. Please remediate manually."
1627
- msgstr ""
1628
-
1629
- #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:107
1630
- msgid "Snippet"
1631
- msgstr ""
1632
-
1633
- #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:150
1634
- msgid "Select remediation method"
1635
- msgstr ""
1636
-
1637
- #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:151
1638
- msgid "You can remediate by running a remote job or you can display a snippet for manual remediation."
1639
- msgstr ""
1640
-
1641
- #: ../webpack/components/withDeleteModal.js:27
1642
- msgid "Are you sure you want to delete %s?"
1643
- msgstr ""
1644
-
1645
- #: ../webpack/components/withLoading.js:64
1646
- msgid "Permission denied"
1647
- msgstr ""
1648
-
1649
- #: ../webpack/helpers/mutationHelper.js:7
1650
- msgid "There was a following error when deleting %(name)s: %(error)s"
1651
- msgstr ""
1652
-
1653
- #: ../webpack/helpers/permissionsHelper.js:34
1654
- msgid "You are not authorized to view the page. "
1655
- msgstr ""
1656
-
1657
- #: ../webpack/helpers/permissionsHelper.js:37
1658
- msgid "Request the following permissions from administrator: %s."
1659
- msgstr ""
1660
-
1661
- #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:40
1662
- msgid "No OVAL Contents found."
1663
- msgstr ""
1664
-
1665
- #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:42 ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:42
1666
- msgid "Delete OVAL Content"
1667
- msgstr ""
1668
-
1669
- #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:49
1670
- msgid "OVAL Content successfully deleted."
1671
- msgstr ""
1672
-
1673
- #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:51 ../webpack/routes/OvalContents/OvalContentsShow/OvalContentsShow.js:39 ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesTable.js:19 ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:74
1674
- msgid "OVAL Content"
1675
- msgstr ""
1676
-
1677
- #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:56 ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:57
1678
- msgid "Create OVAL Content"
1679
- msgstr ""
1680
-
1681
- #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:20 ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:103 ../webpack/routes/OvalContents/OvalContentsShow/OvalContentsShow.js:21
1682
- msgid "URL"
1683
- msgstr ""
1684
-
1685
- #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:21
1686
- msgid "Original File Name"
1687
- msgstr ""
1688
-
1689
- #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:69
1690
- msgid "OVAL Contents table"
1691
- msgstr ""
1692
-
1693
- #: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:39
1694
- msgid "New OVAL Content"
1695
- msgstr ""
1696
-
1697
- #: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:62
1698
- msgid "OVAL Content Source"
1699
- msgstr ""
1700
-
1701
- #: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:74
1702
- msgid "OVAL Content from URL"
1703
- msgstr ""
1704
-
1705
- #: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:88
1706
- msgid "OVAL Content from file"
1707
- msgstr ""
1708
-
1709
- #: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:92 ../webpack/routes/OvalContents/OvalContentsShow/OvalContentsShow.js:28
1710
- msgid "File"
1711
- msgstr ""
1712
-
1713
- #: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNewHelper.js:38
1714
- msgid "OVAL Content %s successfully created"
1715
- msgstr ""
1716
-
1717
- #: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNewHelper.js:52
1718
- msgid "Unknown error when submitting data, please try again later."
1719
- msgstr ""
1720
-
1721
- #: ../webpack/routes/OvalContents/OvalContentsShow/index.js:26 ../webpack/routes/OvalPolicies/OvalPoliciesNew/OvalPoliciesNew.js:22
1722
- msgid "No OVAL Content found"
1723
- msgstr ""
1724
-
1725
- #: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesIndex.js:39
1726
- msgid "No OVAL Policies found"
1727
- msgstr ""
1728
-
1729
- #: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesIndex.js:41 ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesTable.js:33
1730
- msgid "Delete OVAL Policy"
1731
- msgstr ""
1732
-
1733
- #: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesIndex.js:48
1734
- msgid "OVAL policy was successfully deleted."
1735
- msgstr ""
1736
-
1737
- #: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesIndex.js:50
1738
- msgid "OVAL policy"
1739
- msgstr ""
1740
-
1741
- #: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesTable.js:48 ../webpack/routes/OvalPolicies/OvalPoliciesNew/OvalPoliciesNew.js:17
1742
- msgid "Create OVAL Policy"
1743
- msgstr ""
1744
-
1745
- #: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesTable.js:60
1746
- msgid "OVAL Policies Table"
1747
- msgstr ""
1748
-
1749
- #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/HostgroupSelect.js:107
1750
- msgid "Type a hostgroup name..."
1751
- msgstr ""
1752
-
1753
- #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:76
1754
- msgid "Choose OVAL Content"
1755
- msgstr ""
1756
-
1757
- #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyFormHelpers.js:8
1758
- msgid "can't be blank"
1759
- msgstr ""
1760
-
1761
- #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyFormHelpers.js:15
1762
- msgid "is not a valid cronline"
1763
- msgstr ""
1764
-
1765
- #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyFormHelpers.js:54
1766
- msgid "OVAL Policy succesfully created."
1767
- msgstr ""
1768
-
1769
- #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyFormHelpers.js:86
1770
- msgid "Failed to create OVAL Policy: %s"
1771
- msgstr ""
1772
-
1773
- #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/OvalPoliciesNew.js:23
1774
- msgid "OVAL Content is required to create OVAL Policy. Please create one before proceeding."
1775
- msgstr ""
1776
-
1777
- #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/CvesTab.js:38
1778
- msgid "No CVEs found."
1779
- msgstr ""
1780
-
1781
- #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/CvesTable.js:15
1782
- msgid "Ref Id"
1783
- msgstr ""
1784
-
1785
- #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/CvesTable.js:16
1786
- msgid "Has Errata?"
1787
- msgstr ""
1788
-
1789
- #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/CvesTable.js:17
1790
- msgid "Hosts Count"
1791
- msgstr ""
1792
-
1793
- #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/CvesTable.js:51
1794
- msgid "Table of CVEs for OVAL policy"
1795
- msgstr ""
1796
-
1797
- #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/DetailsTab.js:47
1798
- msgid "Period"
1799
- msgstr ""
1800
-
1801
- #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/HostgroupsTab.js:38
1802
- msgid "No Hostgroups found."
1803
- msgstr ""
1804
-
1805
- #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/HostgroupsTable.js:26
1806
- msgid "Table of hostgroups for OVAL policy"
1807
- msgstr ""
1808
-
1809
- #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShow.js:46
1810
- msgid "Scan All Hostgroups"
1811
- msgstr ""
1812
-
1813
- #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShow.js:53
1814
- msgid "Details"
1815
- msgstr ""
1816
-
1817
- #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShow.js:59
1818
- msgid "CVEs"
1819
- msgstr ""
1820
-
1821
- #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShowHelper.js:9
1822
- msgid "Weekly, on %s"
1823
- msgstr ""
1824
-
1825
- #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShowHelper.js:11
1826
- msgid "Monthly, day of month: %s"
1827
- msgstr ""
1828
-
1829
- #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShowHelper.js:13
1830
- msgid "Custom cron: %s"
1831
- msgstr ""
1832
-
1833
- #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShowHelper.js:15
1834
- msgid "Unknown schedule"
1835
- msgstr ""
1836
-
1837
- #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShowHelper.js:77
1838
- msgid "OVAL policy was successfully updated."
1839
- msgstr ""
1840
-
1841
- #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShowHelper.js:84
1842
- msgid "There was a following error when updating OVAL policy: %s"
1843
- msgstr ""
1844
-
1845
- #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/index.js:28
1846
- msgid "No OVAL Policy found"
1847
- msgstr ""
1848
-
1849
- #: action_names.rb:2
1850
- msgid "Action with sub plans"
1851
- msgstr ""
1852
-
1853
- #: action_names.rb:3
1854
- msgid "Import facts"
1855
- msgstr ""
1856
-
1857
- #: action_names.rb:4
1858
- msgid "Import Puppet classes"
1859
- msgstr ""
1860
-
1861
- #: action_names.rb:5
1862
- msgid "Remote action:"
1863
- msgstr ""