foreman_openscap 6.0.0 → 7.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/javascripts/foreman_openscap/locale/cs_CZ/foreman_openscap.js +1302 -0
- data/app/assets/javascripts/foreman_openscap/locale/de/foreman_openscap.js +1302 -0
- data/app/assets/javascripts/foreman_openscap/locale/en/foreman_openscap.js +1302 -0
- data/app/assets/javascripts/foreman_openscap/locale/en_GB/foreman_openscap.js +1302 -0
- data/app/assets/javascripts/foreman_openscap/locale/es/foreman_openscap.js +1304 -0
- data/app/assets/javascripts/foreman_openscap/locale/fr/foreman_openscap.js +1304 -0
- data/app/assets/javascripts/foreman_openscap/locale/gl/foreman_openscap.js +1302 -0
- data/app/assets/javascripts/foreman_openscap/locale/it/foreman_openscap.js +1302 -0
- data/app/assets/javascripts/foreman_openscap/locale/ja/foreman_openscap.js +1300 -0
- data/app/assets/javascripts/foreman_openscap/locale/ko/foreman_openscap.js +1302 -0
- data/app/assets/javascripts/foreman_openscap/locale/pt_BR/foreman_openscap.js +1304 -0
- data/app/assets/javascripts/foreman_openscap/locale/ru/foreman_openscap.js +1302 -0
- data/app/assets/javascripts/foreman_openscap/locale/sv_SE/foreman_openscap.js +1302 -0
- data/app/assets/javascripts/foreman_openscap/locale/zh_CN/foreman_openscap.js +1300 -0
- data/app/assets/javascripts/foreman_openscap/locale/zh_TW/foreman_openscap.js +1302 -0
- data/app/controllers/concerns/foreman_openscap/hosts_and_hostgroups_controller_extensions.rb +1 -1
- data/app/helpers/compliance_hosts_helper.rb +2 -0
- data/app/services/foreman_openscap/client_config/ansible.rb +4 -1
- data/app/services/foreman_openscap/client_config/manual.rb +1 -1
- data/app/services/foreman_openscap/client_config/puppet.rb +4 -1
- data/app/services/foreman_openscap/oval/sync_oval_contents.rb +2 -2
- data/app/views/arf_reports/_list.html.erb +1 -1
- data/app/views/policies/_list.html.erb +3 -3
- data/app/views/scap_contents/_list.html.erb +3 -3
- data/app/views/tailoring_files/_list.html.erb +3 -3
- data/lib/foreman_openscap/bulk_upload.rb +7 -7
- data/lib/foreman_openscap/engine.rb +2 -7
- data/lib/foreman_openscap/version.rb +1 -1
- data/locale/Makefile +6 -3
- data/locale/cs_CZ/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/cs_CZ/foreman_openscap.edit.po +1735 -0
- data/locale/cs_CZ/foreman_openscap.po +1309 -0
- data/locale/cs_CZ/foreman_openscap.po.time_stamp +0 -0
- data/locale/de/foreman_openscap.edit.po +1745 -0
- data/locale/de/foreman_openscap.po +195 -0
- data/locale/de/foreman_openscap.po.time_stamp +0 -0
- data/locale/en/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/en/foreman_openscap.edit.po +1735 -0
- data/locale/en/foreman_openscap.po +1309 -0
- data/locale/en/foreman_openscap.po.time_stamp +0 -0
- data/locale/en_GB/foreman_openscap.edit.po +1735 -0
- data/locale/en_GB/foreman_openscap.po +195 -0
- data/locale/en_GB/foreman_openscap.po.time_stamp +0 -0
- data/locale/es/foreman_openscap.edit.po +1740 -0
- data/locale/es/foreman_openscap.po +195 -0
- data/locale/es/foreman_openscap.po.time_stamp +0 -0
- data/locale/foreman_openscap.pot +361 -49
- data/locale/fr/foreman_openscap.edit.po +1746 -0
- data/locale/fr/foreman_openscap.po +195 -0
- data/locale/fr/foreman_openscap.po.time_stamp +0 -0
- data/locale/gl/foreman_openscap.edit.po +1735 -0
- data/locale/gl/foreman_openscap.po +195 -0
- data/locale/gl/foreman_openscap.po.time_stamp +0 -0
- data/locale/it/foreman_openscap.edit.po +1737 -0
- data/locale/it/foreman_openscap.po +195 -0
- data/locale/it/foreman_openscap.po.time_stamp +0 -0
- data/locale/ja/foreman_openscap.edit.po +1741 -0
- data/locale/ja/foreman_openscap.po +195 -0
- data/locale/ja/foreman_openscap.po.time_stamp +0 -0
- data/locale/ko/foreman_openscap.edit.po +1735 -0
- data/locale/ko/foreman_openscap.po +195 -0
- data/locale/ko/foreman_openscap.po.time_stamp +0 -0
- data/locale/pt_BR/foreman_openscap.edit.po +1745 -0
- data/locale/pt_BR/foreman_openscap.po +195 -0
- data/locale/pt_BR/foreman_openscap.po.time_stamp +0 -0
- data/locale/ru/foreman_openscap.edit.po +1739 -0
- data/locale/ru/foreman_openscap.po +195 -0
- data/locale/ru/foreman_openscap.po.time_stamp +0 -0
- data/locale/sv_SE/foreman_openscap.edit.po +1735 -0
- data/locale/sv_SE/foreman_openscap.po +195 -0
- data/locale/sv_SE/foreman_openscap.po.time_stamp +0 -0
- data/locale/zh_CN/foreman_openscap.edit.po +1740 -0
- data/locale/zh_CN/foreman_openscap.po +195 -0
- data/locale/zh_CN/foreman_openscap.po.time_stamp +0 -0
- data/locale/zh_TW/foreman_openscap.edit.po +1736 -0
- data/locale/zh_TW/foreman_openscap.po +195 -0
- data/locale/zh_TW/foreman_openscap.po.time_stamp +0 -0
- data/webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js +2 -2
- data/webpack/routes/OvalPolicies/OvalPoliciesNew/HostgroupSelect.js +1 -1
- data/webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyFormHelpers.js +3 -3
- data/webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShowHelper.js +4 -4
- metadata +52 -3
@@ -0,0 +1,1735 @@
|
|
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
|
+
"PO-Revision-Date: 2016-04-14 07:48+0000\n"
|
11
|
+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
12
|
+
"Language-Team: Galician (http://www.transifex.com/foreman/foreman/language/gl/"
|
13
|
+
")\n"
|
14
|
+
"MIME-Version: 1.0\n"
|
15
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
16
|
+
"Content-Transfer-Encoding: 8bit\n"
|
17
|
+
"Language: gl\n"
|
18
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\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:85
|
385
|
+
msgid "No compliance reports were found."
|
386
|
+
msgstr ""
|
387
|
+
|
388
|
+
#: ../app/controllers/arf_reports_controller.rb:89
|
389
|
+
msgid "No compliance reports selected"
|
390
|
+
msgstr ""
|
391
|
+
|
392
|
+
#: ../app/controllers/arf_reports_controller.rb:94
|
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:125
|
433
|
+
msgid "No hosts were found."
|
434
|
+
msgstr ""
|
435
|
+
|
436
|
+
#: ../app/controllers/policies_controller.rb:129
|
437
|
+
msgid "No hosts selected"
|
438
|
+
msgstr "Ningún equipo seleccionado"
|
439
|
+
|
440
|
+
#: ../app/controllers/policies_controller.rb:134
|
441
|
+
msgid "Something went wrong while selecting hosts - %s"
|
442
|
+
msgstr "Algo fallou ao seleccionar equipos - %s"
|
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 "Errores"
|
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 "Número de Eventos"
|
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 "Mostrar rexistro de mensaxes:"
|
467
|
+
|
468
|
+
#: ../app/helpers/arf_reports_helper.rb:11
|
469
|
+
msgid "All messages"
|
470
|
+
msgstr "Tódalas mensaxes"
|
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 "Selecciona unha Acción"
|
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:66
|
513
|
+
msgid "Hosts failing this rule"
|
514
|
+
msgstr ""
|
515
|
+
|
516
|
+
#: ../app/helpers/arf_reports_helper.rb:67
|
517
|
+
msgid "Hosts passing this rule"
|
518
|
+
msgstr ""
|
519
|
+
|
520
|
+
#: ../app/helpers/arf_reports_helper.rb:68
|
521
|
+
msgid "Hosts othering this rule"
|
522
|
+
msgstr ""
|
523
|
+
|
524
|
+
#: ../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
|
525
|
+
msgid "Host"
|
526
|
+
msgstr "Equipo"
|
527
|
+
|
528
|
+
#: ../app/helpers/compliance_dashboard_helper.rb:4 ../app/views/arf_reports/_list.html.erb:8
|
529
|
+
msgid "Policy"
|
530
|
+
msgstr ""
|
531
|
+
|
532
|
+
#. TRANSLATORS: initial character of Passed
|
533
|
+
#: ../app/helpers/compliance_dashboard_helper.rb:6
|
534
|
+
msgid "Passed|P"
|
535
|
+
msgstr ""
|
536
|
+
|
537
|
+
#. TRANSLATORS: initial character of Failed
|
538
|
+
#: ../app/helpers/compliance_dashboard_helper.rb:8
|
539
|
+
msgid "Failed|F"
|
540
|
+
msgstr "F"
|
541
|
+
|
542
|
+
#. TRANSLATORS: initial character of Othered which is an SCAP term
|
543
|
+
#: ../app/helpers/compliance_dashboard_helper.rb:10
|
544
|
+
msgid "Othered|O"
|
545
|
+
msgstr ""
|
546
|
+
|
547
|
+
#: ../app/helpers/compliance_dashboard_helper.rb:10 ../app/helpers/compliance_hosts_helper.rb:16
|
548
|
+
msgid "Othered"
|
549
|
+
msgstr ""
|
550
|
+
|
551
|
+
#: ../app/helpers/compliance_hosts_helper.rb:24
|
552
|
+
msgid "Assign Compliance Policy"
|
553
|
+
msgstr ""
|
554
|
+
|
555
|
+
#: ../app/helpers/compliance_hosts_helper.rb:25
|
556
|
+
msgid "Unassign Compliance Policy"
|
557
|
+
msgstr ""
|
558
|
+
|
559
|
+
#: ../app/helpers/compliance_hosts_helper.rb:26
|
560
|
+
msgid "Change OpenSCAP Proxy"
|
561
|
+
msgstr ""
|
562
|
+
|
563
|
+
#: ../app/helpers/compliance_hosts_helper.rb:35 ../app/models/foreman_openscap/compliance_status.rb:8 ../lib/foreman_openscap/engine.rb:159 ../webpack/components/HostExtentions/HostKebabItems.js:39
|
564
|
+
msgid "Compliance"
|
565
|
+
msgstr ""
|
566
|
+
|
567
|
+
#: ../app/helpers/compliance_hosts_helper.rb:37
|
568
|
+
msgid "Host compliance details"
|
569
|
+
msgstr ""
|
570
|
+
|
571
|
+
#: ../app/helpers/concerns/foreman_openscap/hosts_helper_extensions.rb:4
|
572
|
+
msgid "Host is deleted"
|
573
|
+
msgstr ""
|
574
|
+
|
575
|
+
#: ../app/helpers/foreman_openscap_helper.rb:4
|
576
|
+
msgid "documentation"
|
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:62 ../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:72 ../app/helpers/policies_helper.rb:79
|
588
|
+
msgid "XCCDF Profile"
|
589
|
+
msgstr ""
|
590
|
+
|
591
|
+
#: ../app/helpers/policies_helper.rb:78
|
592
|
+
msgid "Default XCCDF profile"
|
593
|
+
msgstr ""
|
594
|
+
|
595
|
+
#: ../app/helpers/policies_helper.rb:87
|
596
|
+
msgid "Choose Tailoring File"
|
597
|
+
msgstr ""
|
598
|
+
|
599
|
+
#: ../app/helpers/policies_helper.rb:88 ../app/views/policies/_list.html.erb:6
|
600
|
+
msgid "Tailoring File"
|
601
|
+
msgstr ""
|
602
|
+
|
603
|
+
#: ../app/helpers/policies_helper.rb:97
|
604
|
+
msgid "XCCDF Profile in Tailoring File"
|
605
|
+
msgstr ""
|
606
|
+
|
607
|
+
#: ../app/helpers/policies_helper.rb:98
|
608
|
+
msgid "This profile will be used to override the one from scap content"
|
609
|
+
msgstr ""
|
610
|
+
|
611
|
+
#: ../app/helpers/policies_helper.rb:109 ../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 "Introducir"
|
614
|
+
|
615
|
+
#: ../app/helpers/policies_helper.rb:113 ../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 "Cancelar"
|
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 "Lugares"
|
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 "Organizacións"
|
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 "Tipo %s non válido"
|
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 "Clase Puppet"
|
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 "Descripción"
|
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 "Seleccionar tódolos obxetos desta páxina"
|
938
|
+
|
939
|
+
#: ../app/views/arf_reports/_list.html.erb:5
|
940
|
+
msgid "items selected. Uncheck to Clear"
|
941
|
+
msgstr "obxetos seleccionados. Desactivar para limpar"
|
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 "Accións"
|
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 "Confirme, por favor"
|
970
|
+
|
971
|
+
#: ../app/views/arf_reports/_metrics.html.erb:6
|
972
|
+
msgid "Report Metrics"
|
973
|
+
msgstr "Métricas de Informe"
|
974
|
+
|
975
|
+
#: ../app/views/arf_reports/_metrics.html.erb:14
|
976
|
+
msgid "Report Status"
|
977
|
+
msgstr "Estado do Informe"
|
978
|
+
|
979
|
+
#: ../app/views/arf_reports/_metrics.html.erb:34
|
980
|
+
msgid "Total"
|
981
|
+
msgstr "Total"
|
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 "Mensaxe"
|
990
|
+
|
991
|
+
#: ../app/views/arf_reports/_output.html.erb:14
|
992
|
+
msgid "Resource"
|
993
|
+
msgstr "Recurso"
|
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 "Nada que mostrar"
|
1002
|
+
|
1003
|
+
#: ../app/views/arf_reports/delete_multiple.html.erb:27
|
1004
|
+
msgid "Delete"
|
1005
|
+
msgstr "Borrar"
|
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:15
|
1012
|
+
msgid "Back"
|
1013
|
+
msgstr "Atrás"
|
1014
|
+
|
1015
|
+
#: ../app/views/arf_reports/show.html.erb:17
|
1016
|
+
msgid "Host details"
|
1017
|
+
msgstr "Detalles do Equipo"
|
1018
|
+
|
1019
|
+
#: ../app/views/arf_reports/show.html.erb:18
|
1020
|
+
msgid "View full report"
|
1021
|
+
msgstr ""
|
1022
|
+
|
1023
|
+
#: ../app/views/arf_reports/show.html.erb:19
|
1024
|
+
msgid "Download XML in bzip"
|
1025
|
+
msgstr ""
|
1026
|
+
|
1027
|
+
#: ../app/views/arf_reports/show.html.erb:20
|
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 "Documentación"
|
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 "Grupos de Equipos"
|
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:8
|
1156
|
+
msgid "Choose weekday"
|
1157
|
+
msgstr ""
|
1158
|
+
|
1159
|
+
#: ../app/views/policies/_form.html.erb:48 ../app/views/policies/steps/_schedule_form.html.erb:9
|
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:10
|
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/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 "Nome"
|
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 "Ningún"
|
1186
|
+
|
1187
|
+
#: ../app/views/policies/_list.html.erb:36
|
1188
|
+
msgid "Dashboard"
|
1189
|
+
msgstr "Escritorio"
|
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 "Editar %s"
|
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/_schedule_form.html.erb:9
|
1228
|
+
msgid "Choose day in month"
|
1229
|
+
msgstr ""
|
1230
|
+
|
1231
|
+
#: ../app/views/policies/steps/_step_form.html.erb:11
|
1232
|
+
msgid "Next"
|
1233
|
+
msgstr ""
|
1234
|
+
|
1235
|
+
#: ../app/views/policies/welcome.html.erb:7
|
1236
|
+
msgid "In Foreman, a compliance policy checklist is defined via %s."
|
1237
|
+
msgstr ""
|
1238
|
+
|
1239
|
+
#: ../app/views/policies/welcome.html.erb:7
|
1240
|
+
msgid "SCAP content"
|
1241
|
+
msgstr ""
|
1242
|
+
|
1243
|
+
#: ../app/views/policies/welcome.html.erb:8
|
1244
|
+
msgid "Once SCAP content is present, you can create a policy, assign select host groups and schedule to run."
|
1245
|
+
msgstr ""
|
1246
|
+
|
1247
|
+
#: ../app/views/policies/welcome.html.erb:12
|
1248
|
+
msgid "New Policy"
|
1249
|
+
msgstr ""
|
1250
|
+
|
1251
|
+
#: ../app/views/policy_dashboard/_policy_chart_widget.html.erb:4
|
1252
|
+
msgid "Host Breakdown Chart"
|
1253
|
+
msgstr ""
|
1254
|
+
|
1255
|
+
#: ../app/views/policy_dashboard/_policy_reports.html.erb:7
|
1256
|
+
msgid "Policy assigned"
|
1257
|
+
msgstr ""
|
1258
|
+
|
1259
|
+
#: ../app/views/policy_dashboard/_policy_reports.html.erb:8
|
1260
|
+
msgid "Date"
|
1261
|
+
msgstr ""
|
1262
|
+
|
1263
|
+
#: ../app/views/policy_dashboard/_policy_reports.html.erb:24
|
1264
|
+
msgid "View Report"
|
1265
|
+
msgstr ""
|
1266
|
+
|
1267
|
+
#: ../app/views/policy_dashboard/_policy_status_widget.html.erb:2
|
1268
|
+
msgid "Hosts Breakdown"
|
1269
|
+
msgstr ""
|
1270
|
+
|
1271
|
+
#: ../app/views/policy_dashboard/_policy_status_widget.html.erb:4
|
1272
|
+
msgid "Compliant with the policy"
|
1273
|
+
msgstr ""
|
1274
|
+
|
1275
|
+
#: ../app/views/policy_dashboard/_policy_status_widget.html.erb:5
|
1276
|
+
msgid "Not compliant with the policy"
|
1277
|
+
msgstr ""
|
1278
|
+
|
1279
|
+
#: ../app/views/policy_dashboard/_policy_status_widget.html.erb:6
|
1280
|
+
msgid "Inconclusive results"
|
1281
|
+
msgstr ""
|
1282
|
+
|
1283
|
+
#: ../app/views/policy_dashboard/_policy_status_widget.html.erb:7
|
1284
|
+
msgid "Never audited"
|
1285
|
+
msgstr ""
|
1286
|
+
|
1287
|
+
#: ../app/views/policy_dashboard/_policy_status_widget.html.erb:9
|
1288
|
+
msgid "Total hosts with policy: %s"
|
1289
|
+
msgstr ""
|
1290
|
+
|
1291
|
+
#: ../app/views/policy_dashboard/index.html.erb:3
|
1292
|
+
msgid "Compliance policy: %s"
|
1293
|
+
msgstr ""
|
1294
|
+
|
1295
|
+
#: ../app/views/policy_dashboard/index.html.erb:7
|
1296
|
+
msgid "Status table"
|
1297
|
+
msgstr ""
|
1298
|
+
|
1299
|
+
#: ../app/views/policy_dashboard/index.html.erb:8
|
1300
|
+
msgid "Status chart"
|
1301
|
+
msgstr ""
|
1302
|
+
|
1303
|
+
#: ../app/views/policy_dashboard/index.html.erb:20
|
1304
|
+
msgid "Latest reports for policy: %s"
|
1305
|
+
msgstr ""
|
1306
|
+
|
1307
|
+
#: ../app/views/scap_contents/_form.html.erb:9 ../app/views/tailoring_files/_form.html.erb:9
|
1308
|
+
msgid "File Upload"
|
1309
|
+
msgstr ""
|
1310
|
+
|
1311
|
+
#: ../app/views/scap_contents/_form.html.erb:20
|
1312
|
+
msgid "SCAP DataStream file"
|
1313
|
+
msgstr ""
|
1314
|
+
|
1315
|
+
#: ../app/views/scap_contents/_list.html.erb:3
|
1316
|
+
msgid "Title"
|
1317
|
+
msgstr ""
|
1318
|
+
|
1319
|
+
#: ../app/views/scap_contents/_list.html.erb:4 ../app/views/tailoring_files/_list.html.erb:4
|
1320
|
+
msgid "File name"
|
1321
|
+
msgstr ""
|
1322
|
+
|
1323
|
+
#: ../app/views/scap_contents/_list.html.erb:5 ../app/views/tailoring_files/_list.html.erb:5
|
1324
|
+
msgid "Created at"
|
1325
|
+
msgstr ""
|
1326
|
+
|
1327
|
+
#: ../app/views/scap_contents/_list.html.erb:17 ../app/views/tailoring_files/_list.html.erb:23
|
1328
|
+
msgid "Download"
|
1329
|
+
msgstr ""
|
1330
|
+
|
1331
|
+
#: ../app/views/scap_contents/_list.html.erb:19
|
1332
|
+
msgid "Delete scap content %s?"
|
1333
|
+
msgstr ""
|
1334
|
+
|
1335
|
+
#: ../app/views/scap_contents/index.html.erb:1
|
1336
|
+
msgid "SCAP Contents"
|
1337
|
+
msgstr ""
|
1338
|
+
|
1339
|
+
#: ../app/views/scap_contents/index.html.erb:3
|
1340
|
+
msgid "Upload New SCAP Content"
|
1341
|
+
msgstr ""
|
1342
|
+
|
1343
|
+
#: ../app/views/scap_contents/new.html.erb:1
|
1344
|
+
msgid "Upload new SCAP content file"
|
1345
|
+
msgstr ""
|
1346
|
+
|
1347
|
+
#: ../app/views/scap_contents/welcome.html.erb:7
|
1348
|
+
msgid ""
|
1349
|
+
"The Security Content Automation Protocol (SCAP), combines a number of open standards that are used to enumerate software flaws and\n"
|
1350
|
+
" configuration issues related to security. "
|
1351
|
+
msgstr ""
|
1352
|
+
|
1353
|
+
#: ../app/views/scap_contents/welcome.html.erb:9
|
1354
|
+
msgid ""
|
1355
|
+
"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"
|
1356
|
+
" via %s"
|
1357
|
+
msgstr ""
|
1358
|
+
|
1359
|
+
#: ../app/views/scap_contents/welcome.html.erb:14
|
1360
|
+
msgid "New SCAP Content"
|
1361
|
+
msgstr ""
|
1362
|
+
|
1363
|
+
#: ../app/views/smart_proxies/_openscap_spool.html.erb:4
|
1364
|
+
msgid "%s spool errors detected, inspect the appropriate file directly on proxy"
|
1365
|
+
msgstr ""
|
1366
|
+
|
1367
|
+
#: ../app/views/smart_proxies/_openscap_spool.html.erb:8
|
1368
|
+
msgid "Failed to fetch spool status from proxy"
|
1369
|
+
msgstr ""
|
1370
|
+
|
1371
|
+
#: ../app/views/smart_proxies/_openscap_spool.html.erb:11
|
1372
|
+
msgid "None found"
|
1373
|
+
msgstr ""
|
1374
|
+
|
1375
|
+
#: ../app/views/smart_proxies/plugins/_openscap.html.erb:6
|
1376
|
+
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."
|
1377
|
+
msgstr ""
|
1378
|
+
|
1379
|
+
#: ../app/views/smart_proxies/plugins/_openscap.html.erb:7
|
1380
|
+
msgid "Spool errors"
|
1381
|
+
msgstr ""
|
1382
|
+
|
1383
|
+
#: ../app/views/tailoring_files/_form.html.erb:20
|
1384
|
+
msgid "DataStream Tailoring file"
|
1385
|
+
msgstr ""
|
1386
|
+
|
1387
|
+
#: ../app/views/tailoring_files/_list.html.erb:22
|
1388
|
+
msgid "Delete tailoring file %s?"
|
1389
|
+
msgstr ""
|
1390
|
+
|
1391
|
+
#: ../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
|
1392
|
+
msgid "Tailoring Files"
|
1393
|
+
msgstr ""
|
1394
|
+
|
1395
|
+
#: ../app/views/tailoring_files/index.html.erb:2
|
1396
|
+
msgid "Upload New Tailoring file"
|
1397
|
+
msgstr ""
|
1398
|
+
|
1399
|
+
#: ../app/views/tailoring_files/new.html.erb:1
|
1400
|
+
msgid "Upload new Tailoring File"
|
1401
|
+
msgstr ""
|
1402
|
+
|
1403
|
+
#: ../app/views/tailoring_files/welcome.html.erb:7
|
1404
|
+
msgid "It may sometimes be required to adjust the security policy to your specific needs. "
|
1405
|
+
msgstr ""
|
1406
|
+
|
1407
|
+
#: ../app/views/tailoring_files/welcome.html.erb:8
|
1408
|
+
msgid ""
|
1409
|
+
"In Foreman, tailoring_files represent the custom modifications to default XCCDF profiles and they can be applied to hosts\n"
|
1410
|
+
" via %s"
|
1411
|
+
msgstr ""
|
1412
|
+
|
1413
|
+
#: ../app/views/tailoring_files/welcome.html.erb:13
|
1414
|
+
msgid "New Tailoring File"
|
1415
|
+
msgstr ""
|
1416
|
+
|
1417
|
+
#: ../db/seeds.d/openscap_policy_notification.rb:1
|
1418
|
+
msgid "Compliance policy summary"
|
1419
|
+
msgstr ""
|
1420
|
+
|
1421
|
+
#: ../db/seeds.d/openscap_policy_notification.rb:5
|
1422
|
+
msgid "A summary of reports for OpenSCAP policies"
|
1423
|
+
msgstr ""
|
1424
|
+
|
1425
|
+
#: ../lib/foreman_openscap/bulk_upload.rb:20
|
1426
|
+
msgid "Can't find scap-security-guide RPM, are you sure it is installed on your server?"
|
1427
|
+
msgstr ""
|
1428
|
+
|
1429
|
+
#: ../lib/foreman_openscap/bulk_upload.rb:29
|
1430
|
+
msgid "Expected an array of files to upload, got: %s."
|
1431
|
+
msgstr ""
|
1432
|
+
|
1433
|
+
#: ../lib/foreman_openscap/bulk_upload.rb:35
|
1434
|
+
msgid "%s is a directory, expecting file."
|
1435
|
+
msgstr ""
|
1436
|
+
|
1437
|
+
#: ../lib/foreman_openscap/bulk_upload.rb:40
|
1438
|
+
msgid "%s does not exist, skipping."
|
1439
|
+
msgstr ""
|
1440
|
+
|
1441
|
+
#: ../lib/foreman_openscap/bulk_upload.rb:58
|
1442
|
+
msgid "Failed saving %s:"
|
1443
|
+
msgstr ""
|
1444
|
+
|
1445
|
+
#: ../lib/foreman_openscap/bulk_upload.rb:66
|
1446
|
+
msgid "No such directory: %s. Please check the path you have provided."
|
1447
|
+
msgstr ""
|
1448
|
+
|
1449
|
+
#: ../lib/foreman_openscap/bulk_upload.rb:88
|
1450
|
+
msgid "Red Hat %s default content"
|
1451
|
+
msgstr ""
|
1452
|
+
|
1453
|
+
#: ../lib/foreman_openscap/bulk_upload.rb:88
|
1454
|
+
msgid "%s content"
|
1455
|
+
msgstr ""
|
1456
|
+
|
1457
|
+
#: ../lib/foreman_openscap/engine.rb:160
|
1458
|
+
msgid "Policies"
|
1459
|
+
msgstr ""
|
1460
|
+
|
1461
|
+
#: ../lib/foreman_openscap/engine.rb:163
|
1462
|
+
msgid "SCAP contents"
|
1463
|
+
msgstr ""
|
1464
|
+
|
1465
|
+
#: ../lib/foreman_openscap/engine.rb:166
|
1466
|
+
msgid "Reports"
|
1467
|
+
msgstr "Informes"
|
1468
|
+
|
1469
|
+
#: ../lib/foreman_openscap/engine.rb:172 ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:33
|
1470
|
+
msgid "OVAL Contents"
|
1471
|
+
msgstr ""
|
1472
|
+
|
1473
|
+
#: ../lib/foreman_openscap/engine.rb:177 ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesIndex.js:32
|
1474
|
+
msgid "OVAL Policies"
|
1475
|
+
msgstr ""
|
1476
|
+
|
1477
|
+
#: ../lib/foreman_openscap/engine.rb:199
|
1478
|
+
msgid "OpenSCAP Proxy to use for fetching SCAP content and uploading ARF reports. Leave blank and override appropriate parameters when using proxy load balancer."
|
1479
|
+
msgstr ""
|
1480
|
+
|
1481
|
+
#: ../lib/foreman_openscap/engine.rb:203 ../lib/foreman_openscap/engine.rb:208
|
1482
|
+
msgid "OpenSCAP Proxy"
|
1483
|
+
msgstr ""
|
1484
|
+
|
1485
|
+
#: ../lib/foreman_openscap/engine.rb:205 ../lib/foreman_openscap/engine.rb:210
|
1486
|
+
msgid "ID of OpenSCAP Proxy"
|
1487
|
+
msgstr ""
|
1488
|
+
|
1489
|
+
#: ../lib/foreman_openscap/engine.rb:270 ../lib/foreman_openscap/engine.rb:283
|
1490
|
+
msgid "Run OpenSCAP scan"
|
1491
|
+
msgstr ""
|
1492
|
+
|
1493
|
+
#: ../lib/foreman_openscap/engine.rb:275 ../lib/foreman_openscap/engine.rb:284
|
1494
|
+
msgid "Run OVAL scan"
|
1495
|
+
msgstr ""
|
1496
|
+
|
1497
|
+
#: ../webpack/components/ConfirmModal.js:19
|
1498
|
+
msgid "Confirm"
|
1499
|
+
msgstr ""
|
1500
|
+
|
1501
|
+
#: ../webpack/components/EditableInput.js:78
|
1502
|
+
msgid "None provided"
|
1503
|
+
msgstr ""
|
1504
|
+
|
1505
|
+
#: ../webpack/components/HostExtentions/HostKebabItems.js:37
|
1506
|
+
msgid "There's no available report for this host"
|
1507
|
+
msgstr ""
|
1508
|
+
|
1509
|
+
#: ../webpack/components/withDeleteModal.js:27
|
1510
|
+
msgid "Are you sure you want to delete %s?"
|
1511
|
+
msgstr ""
|
1512
|
+
|
1513
|
+
#: ../webpack/components/withLoading.js:12
|
1514
|
+
msgid "Error!"
|
1515
|
+
msgstr ""
|
1516
|
+
|
1517
|
+
#: ../webpack/components/withLoading.js:64
|
1518
|
+
msgid "Permission denied"
|
1519
|
+
msgstr ""
|
1520
|
+
|
1521
|
+
#: ../webpack/helpers/mutationHelper.js:7
|
1522
|
+
msgid "There was a following error when deleting %(name)s: %(error)s"
|
1523
|
+
msgstr ""
|
1524
|
+
|
1525
|
+
#: ../webpack/helpers/permissionsHelper.js:34
|
1526
|
+
msgid "You are not authorized to view the page. "
|
1527
|
+
msgstr ""
|
1528
|
+
|
1529
|
+
#: ../webpack/helpers/permissionsHelper.js:37
|
1530
|
+
msgid "Request the following permissions from administrator: %s."
|
1531
|
+
msgstr ""
|
1532
|
+
|
1533
|
+
#: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:40
|
1534
|
+
msgid "No OVAL Contents found."
|
1535
|
+
msgstr ""
|
1536
|
+
|
1537
|
+
#: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:42 ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:42
|
1538
|
+
msgid "Delete OVAL Content"
|
1539
|
+
msgstr ""
|
1540
|
+
|
1541
|
+
#: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:49
|
1542
|
+
msgid "OVAL Content successfully deleted."
|
1543
|
+
msgstr ""
|
1544
|
+
|
1545
|
+
#: ../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
|
1546
|
+
msgid "OVAL Content"
|
1547
|
+
msgstr ""
|
1548
|
+
|
1549
|
+
#: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:56 ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:57
|
1550
|
+
msgid "Create OVAL Content"
|
1551
|
+
msgstr ""
|
1552
|
+
|
1553
|
+
#: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:20 ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:103 ../webpack/routes/OvalContents/OvalContentsShow/OvalContentsShow.js:21
|
1554
|
+
msgid "URL"
|
1555
|
+
msgstr ""
|
1556
|
+
|
1557
|
+
#: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:21
|
1558
|
+
msgid "Original File Name"
|
1559
|
+
msgstr ""
|
1560
|
+
|
1561
|
+
#: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:69
|
1562
|
+
msgid "OVAL Contents table"
|
1563
|
+
msgstr ""
|
1564
|
+
|
1565
|
+
#: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:39
|
1566
|
+
msgid "New OVAL Content"
|
1567
|
+
msgstr ""
|
1568
|
+
|
1569
|
+
#: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:62
|
1570
|
+
msgid "OVAL Content Source"
|
1571
|
+
msgstr ""
|
1572
|
+
|
1573
|
+
#: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:74
|
1574
|
+
msgid "OVAL Content from URL"
|
1575
|
+
msgstr ""
|
1576
|
+
|
1577
|
+
#: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:88
|
1578
|
+
msgid "OVAL Content from file"
|
1579
|
+
msgstr ""
|
1580
|
+
|
1581
|
+
#: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:92 ../webpack/routes/OvalContents/OvalContentsShow/OvalContentsShow.js:28
|
1582
|
+
msgid "File"
|
1583
|
+
msgstr ""
|
1584
|
+
|
1585
|
+
#: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNewHelper.js:38
|
1586
|
+
msgid "OVAL Content %s successfully created"
|
1587
|
+
msgstr ""
|
1588
|
+
|
1589
|
+
#: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNewHelper.js:52
|
1590
|
+
msgid "Unknown error when submitting data, please try again later."
|
1591
|
+
msgstr ""
|
1592
|
+
|
1593
|
+
#: ../webpack/routes/OvalContents/OvalContentsShow/index.js:26 ../webpack/routes/OvalPolicies/OvalPoliciesNew/OvalPoliciesNew.js:22
|
1594
|
+
msgid "No OVAL Content found"
|
1595
|
+
msgstr ""
|
1596
|
+
|
1597
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesIndex.js:39
|
1598
|
+
msgid "No OVAL Policies found"
|
1599
|
+
msgstr ""
|
1600
|
+
|
1601
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesIndex.js:41 ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesTable.js:33
|
1602
|
+
msgid "Delete OVAL Policy"
|
1603
|
+
msgstr ""
|
1604
|
+
|
1605
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesIndex.js:48
|
1606
|
+
msgid "OVAL policy was successfully deleted."
|
1607
|
+
msgstr ""
|
1608
|
+
|
1609
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesIndex.js:50
|
1610
|
+
msgid "OVAL policy"
|
1611
|
+
msgstr ""
|
1612
|
+
|
1613
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesTable.js:48 ../webpack/routes/OvalPolicies/OvalPoliciesNew/OvalPoliciesNew.js:17
|
1614
|
+
msgid "Create OVAL Policy"
|
1615
|
+
msgstr ""
|
1616
|
+
|
1617
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesTable.js:60
|
1618
|
+
msgid "OVAL Policies Table"
|
1619
|
+
msgstr ""
|
1620
|
+
|
1621
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesNew/HostgroupSelect.js:107
|
1622
|
+
msgid "Type a hostgroup name..."
|
1623
|
+
msgstr ""
|
1624
|
+
|
1625
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:76
|
1626
|
+
msgid "Choose OVAL Content"
|
1627
|
+
msgstr ""
|
1628
|
+
|
1629
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyFormHelpers.js:8
|
1630
|
+
msgid "can't be blank"
|
1631
|
+
msgstr ""
|
1632
|
+
|
1633
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyFormHelpers.js:15
|
1634
|
+
msgid "is not a valid cronline"
|
1635
|
+
msgstr ""
|
1636
|
+
|
1637
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyFormHelpers.js:54
|
1638
|
+
msgid "OVAL Policy succesfully created."
|
1639
|
+
msgstr ""
|
1640
|
+
|
1641
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyFormHelpers.js:86
|
1642
|
+
msgid "Failed to create OVAL Policy: %s"
|
1643
|
+
msgstr ""
|
1644
|
+
|
1645
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesNew/OvalPoliciesNew.js:23
|
1646
|
+
msgid "OVAL Content is required to create OVAL Policy. Please create one before proceeding."
|
1647
|
+
msgstr ""
|
1648
|
+
|
1649
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesShow/CvesTab.js:38
|
1650
|
+
msgid "No CVEs found."
|
1651
|
+
msgstr ""
|
1652
|
+
|
1653
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesShow/CvesTable.js:15
|
1654
|
+
msgid "Ref Id"
|
1655
|
+
msgstr ""
|
1656
|
+
|
1657
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesShow/CvesTable.js:16
|
1658
|
+
msgid "Has Errata?"
|
1659
|
+
msgstr ""
|
1660
|
+
|
1661
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesShow/CvesTable.js:17
|
1662
|
+
msgid "Hosts Count"
|
1663
|
+
msgstr ""
|
1664
|
+
|
1665
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesShow/CvesTable.js:51
|
1666
|
+
msgid "Table of CVEs for OVAL policy"
|
1667
|
+
msgstr ""
|
1668
|
+
|
1669
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesShow/DetailsTab.js:47
|
1670
|
+
msgid "Period"
|
1671
|
+
msgstr ""
|
1672
|
+
|
1673
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesShow/HostgroupsTab.js:38
|
1674
|
+
msgid "No Hostgroups found."
|
1675
|
+
msgstr ""
|
1676
|
+
|
1677
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesShow/HostgroupsTable.js:26
|
1678
|
+
msgid "Table of hostgroups for OVAL policy"
|
1679
|
+
msgstr ""
|
1680
|
+
|
1681
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShow.js:46
|
1682
|
+
msgid "Scan All Hostgroups"
|
1683
|
+
msgstr ""
|
1684
|
+
|
1685
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShow.js:53
|
1686
|
+
msgid "Details"
|
1687
|
+
msgstr ""
|
1688
|
+
|
1689
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShow.js:59
|
1690
|
+
msgid "CVEs"
|
1691
|
+
msgstr ""
|
1692
|
+
|
1693
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShowHelper.js:9
|
1694
|
+
msgid "Weekly, on %s"
|
1695
|
+
msgstr ""
|
1696
|
+
|
1697
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShowHelper.js:11
|
1698
|
+
msgid "Monthly, day of month: %s"
|
1699
|
+
msgstr ""
|
1700
|
+
|
1701
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShowHelper.js:13
|
1702
|
+
msgid "Custom cron: %s"
|
1703
|
+
msgstr ""
|
1704
|
+
|
1705
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShowHelper.js:15
|
1706
|
+
msgid "Unknown schedule"
|
1707
|
+
msgstr ""
|
1708
|
+
|
1709
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShowHelper.js:77
|
1710
|
+
msgid "OVAL policy was successfully updated."
|
1711
|
+
msgstr ""
|
1712
|
+
|
1713
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShowHelper.js:84
|
1714
|
+
msgid "There was a following error when updating OVAL policy: %s"
|
1715
|
+
msgstr ""
|
1716
|
+
|
1717
|
+
#: ../webpack/routes/OvalPolicies/OvalPoliciesShow/index.js:28
|
1718
|
+
msgid "No OVAL Policy found"
|
1719
|
+
msgstr ""
|
1720
|
+
|
1721
|
+
#: action_names.rb:2
|
1722
|
+
msgid "Action with sub plans"
|
1723
|
+
msgstr ""
|
1724
|
+
|
1725
|
+
#: action_names.rb:3
|
1726
|
+
msgid "Import facts"
|
1727
|
+
msgstr ""
|
1728
|
+
|
1729
|
+
#: action_names.rb:4
|
1730
|
+
msgid "Import Puppet classes"
|
1731
|
+
msgstr ""
|
1732
|
+
|
1733
|
+
#: action_names.rb:5
|
1734
|
+
msgid "Remote action:"
|
1735
|
+
msgstr ""
|