foreman_openscap 0.10.4 → 0.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/controllers/api/v2/compliance/scap_contents_controller.rb +2 -1
- data/app/controllers/api/v2/compliance/tailoring_files_controller.rb +2 -1
- data/app/controllers/concerns/foreman_openscap/body_log_extensions.rb +18 -0
- data/app/controllers/concerns/foreman_openscap/hosts_controller_extensions.rb +1 -1
- data/app/controllers/openscap_proxies_controller.rb +2 -11
- data/app/controllers/policies_controller.rb +2 -2
- data/app/helpers/arf_reports_helper.rb +6 -0
- data/app/lib/proxy_api/openscap.rb +8 -0
- data/app/models/concerns/foreman_openscap/compliance_status_scoped_search.rb +72 -11
- data/app/models/concerns/foreman_openscap/host_extensions.rb +48 -2
- data/app/models/concerns/foreman_openscap/log_extensions.rb +4 -0
- data/app/models/concerns/foreman_openscap/openscap_proxy_core_extensions.rb +1 -1
- data/app/models/foreman_openscap/arf_report.rb +2 -0
- data/app/services/proxy_status/openscap_spool.rb +13 -0
- data/app/validators/concerns/foreman_openscap/bookmark_controller_validator_extensions.rb +19 -0
- data/app/views/arf_reports/_output.html.erb +5 -3
- data/app/views/compliance_hosts/show.html.erb +9 -7
- data/app/views/smart_proxies/_openscap_spool.html.erb +4 -4
- data/app/views/smart_proxies/plugins/_openscap.html.erb +1 -1
- data/lib/foreman_openscap/engine.rb +11 -2
- data/lib/foreman_openscap/version.rb +1 -1
- data/locale/action_names.rb +69 -0
- data/locale/de/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/de/foreman_openscap.edit.po +1419 -0
- data/locale/de/foreman_openscap.po +263 -17
- data/locale/de/foreman_openscap.po.time_stamp +0 -0
- data/locale/en_GB/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/en_GB/foreman_openscap.edit.po +1419 -0
- data/locale/en_GB/foreman_openscap.po +263 -17
- data/locale/en_GB/foreman_openscap.po.time_stamp +0 -0
- data/locale/es/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/es/foreman_openscap.edit.po +1419 -0
- data/locale/es/foreman_openscap.po +263 -17
- data/locale/es/foreman_openscap.po.time_stamp +0 -0
- data/locale/foreman_openscap.pot +438 -97
- data/locale/fr/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/fr/foreman_openscap.edit.po +1419 -0
- data/locale/fr/foreman_openscap.po +263 -17
- data/locale/fr/foreman_openscap.po.time_stamp +0 -0
- data/locale/gl/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/gl/foreman_openscap.edit.po +1419 -0
- data/locale/gl/foreman_openscap.po +263 -17
- data/locale/gl/foreman_openscap.po.time_stamp +0 -0
- data/locale/it/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/it/foreman_openscap.edit.po +1419 -0
- data/locale/it/foreman_openscap.po +263 -17
- data/locale/it/foreman_openscap.po.time_stamp +0 -0
- data/locale/ja/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/ja/foreman_openscap.edit.po +1419 -0
- data/locale/ja/foreman_openscap.po +263 -17
- data/locale/ja/foreman_openscap.po.time_stamp +0 -0
- data/locale/ko/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/ko/foreman_openscap.edit.po +1419 -0
- data/locale/ko/foreman_openscap.po +263 -17
- data/locale/ko/foreman_openscap.po.time_stamp +0 -0
- data/locale/pt_BR/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/pt_BR/foreman_openscap.edit.po +1419 -0
- data/locale/pt_BR/foreman_openscap.po +263 -17
- data/locale/pt_BR/foreman_openscap.po.time_stamp +0 -0
- data/locale/ru/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/ru/foreman_openscap.edit.po +1420 -0
- data/locale/ru/foreman_openscap.po +263 -17
- data/locale/ru/foreman_openscap.po.time_stamp +0 -0
- data/locale/sv_SE/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/sv_SE/foreman_openscap.edit.po +1419 -0
- data/locale/sv_SE/foreman_openscap.po +263 -17
- data/locale/sv_SE/foreman_openscap.po.time_stamp +0 -0
- data/locale/zh_CN/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/zh_CN/foreman_openscap.edit.po +1419 -0
- data/locale/zh_CN/foreman_openscap.po +263 -17
- data/locale/zh_CN/foreman_openscap.po.time_stamp +0 -0
- data/locale/zh_TW/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/zh_TW/foreman_openscap.edit.po +1419 -0
- data/locale/zh_TW/foreman_openscap.po +263 -17
- data/locale/zh_TW/foreman_openscap.po.time_stamp +0 -0
- data/test/factories/compliance_log_factory.rb +7 -0
- data/test/functional/api/v2/compliance/arf_reports_controller_test.rb +91 -0
- data/test/functional/openscap_proxies_controller_test.rb +3 -3
- data/test/test_plugin_helper.rb +16 -0
- data/test/unit/arf_report_test.rb +13 -0
- data/test/unit/concerns/host_extensions_test.rb +52 -0
- metadata +32 -4
- data/app/assets/javascripts/foreman_openscap/openscap_proxy.js +0 -7
- data/app/helpers/concerns/foreman_openscap/lookup_keys_helper_extensions.rb +0 -8
|
File without changes
|
data/locale/foreman_openscap.pot
CHANGED
|
@@ -8,8 +8,8 @@ msgid ""
|
|
|
8
8
|
msgstr ""
|
|
9
9
|
"Project-Id-Version: foreman_openscap 1.0.0\n"
|
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
|
11
|
-
"POT-Creation-Date:
|
|
12
|
-
"PO-Revision-Date:
|
|
11
|
+
"POT-Creation-Date: 2018-10-26 09:56+0200\n"
|
|
12
|
+
"PO-Revision-Date: 2018-10-26 09:56+0200\n"
|
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
15
15
|
"Language: \n"
|
|
@@ -18,32 +18,38 @@ msgstr ""
|
|
|
18
18
|
"Content-Transfer-Encoding: 8bit\n"
|
|
19
19
|
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
|
20
20
|
|
|
21
|
-
#: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:
|
|
21
|
+
#: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:25
|
|
22
22
|
msgid "List ARF reports"
|
|
23
23
|
msgstr ""
|
|
24
24
|
|
|
25
|
-
#: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:
|
|
25
|
+
#: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:32
|
|
26
26
|
msgid "Show an ARF report"
|
|
27
27
|
msgstr ""
|
|
28
28
|
|
|
29
|
-
#: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:
|
|
29
|
+
#: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:38
|
|
30
30
|
msgid "Delete an ARF Report"
|
|
31
31
|
msgstr ""
|
|
32
32
|
|
|
33
|
-
#: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:
|
|
33
|
+
#: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:45
|
|
34
34
|
msgid "Upload an ARF report"
|
|
35
35
|
msgstr ""
|
|
36
36
|
|
|
37
|
-
#: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:
|
|
37
|
+
#: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:56
|
|
38
38
|
msgid "Download bzipped ARF report"
|
|
39
39
|
msgstr ""
|
|
40
40
|
|
|
41
|
-
#: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:
|
|
41
|
+
#: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:66
|
|
42
42
|
msgid "Download ARF report in HTML"
|
|
43
43
|
msgstr ""
|
|
44
44
|
|
|
45
|
-
#: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:
|
|
46
|
-
msgid "
|
|
45
|
+
#: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:87
|
|
46
|
+
msgid ""
|
|
47
|
+
"Failed to upload Arf Report, OpenSCAP proxy name or url not found in params wh"
|
|
48
|
+
"en uploading for %s and host is missing openscap_proxy"
|
|
49
|
+
msgstr ""
|
|
50
|
+
|
|
51
|
+
#: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:99
|
|
52
|
+
msgid "No proxy found for %{name} or %{url}"
|
|
47
53
|
msgstr ""
|
|
48
54
|
|
|
49
55
|
#: ../app/controllers/api/v2/compliance/policies_controller.rb:25
|
|
@@ -126,72 +132,72 @@ msgstr ""
|
|
|
126
132
|
msgid "No Tailoring file assigned for policy with id %s"
|
|
127
133
|
msgstr ""
|
|
128
134
|
|
|
129
|
-
#: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:
|
|
135
|
+
#: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:16
|
|
130
136
|
msgid "List SCAP contents"
|
|
131
137
|
msgstr ""
|
|
132
138
|
|
|
133
|
-
#: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:
|
|
134
|
-
msgid "
|
|
139
|
+
#: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:23
|
|
140
|
+
msgid "Download an SCAP content as XML"
|
|
135
141
|
msgstr ""
|
|
136
142
|
|
|
137
|
-
#: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:
|
|
143
|
+
#: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:32
|
|
138
144
|
msgid "Show an SCAP content"
|
|
139
145
|
msgstr ""
|
|
140
146
|
|
|
141
|
-
#: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:
|
|
147
|
+
#: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:39
|
|
142
148
|
msgid "SCAP content name"
|
|
143
149
|
msgstr ""
|
|
144
150
|
|
|
145
|
-
#: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:
|
|
151
|
+
#: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:40
|
|
146
152
|
msgid "XML containing SCAP content"
|
|
147
153
|
msgstr ""
|
|
148
154
|
|
|
149
|
-
#: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:
|
|
150
|
-
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:
|
|
155
|
+
#: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:41
|
|
156
|
+
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:42
|
|
151
157
|
msgid "Original file name of the XML file"
|
|
152
158
|
msgstr ""
|
|
153
159
|
|
|
154
|
-
#: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:
|
|
160
|
+
#: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:46
|
|
155
161
|
msgid "Create SCAP content"
|
|
156
162
|
msgstr ""
|
|
157
163
|
|
|
158
|
-
#: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:
|
|
164
|
+
#: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:54
|
|
159
165
|
msgid "Update an SCAP content"
|
|
160
166
|
msgstr ""
|
|
161
167
|
|
|
162
|
-
#: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:
|
|
168
|
+
#: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:62
|
|
163
169
|
msgid "Deletes an SCAP content"
|
|
164
170
|
msgstr ""
|
|
165
171
|
|
|
166
|
-
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:
|
|
172
|
+
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:17
|
|
167
173
|
msgid "List Tailoring files"
|
|
168
174
|
msgstr ""
|
|
169
175
|
|
|
170
|
-
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:
|
|
171
|
-
msgid "
|
|
176
|
+
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:24
|
|
177
|
+
msgid "Download a Tailoring file as XML"
|
|
172
178
|
msgstr ""
|
|
173
179
|
|
|
174
|
-
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:
|
|
180
|
+
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:33
|
|
175
181
|
msgid "Show a Tailoring file"
|
|
176
182
|
msgstr ""
|
|
177
183
|
|
|
178
|
-
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:
|
|
184
|
+
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:40
|
|
179
185
|
msgid "Tailoring file name"
|
|
180
186
|
msgstr ""
|
|
181
187
|
|
|
182
|
-
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:
|
|
188
|
+
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:41
|
|
183
189
|
msgid "XML containing tailoring file"
|
|
184
190
|
msgstr ""
|
|
185
191
|
|
|
186
|
-
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:
|
|
192
|
+
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:47
|
|
187
193
|
msgid "Create a Tailoring file"
|
|
188
194
|
msgstr ""
|
|
189
195
|
|
|
190
|
-
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:
|
|
196
|
+
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:55
|
|
191
197
|
msgid "Update a Tailoring file"
|
|
192
198
|
msgstr ""
|
|
193
199
|
|
|
194
|
-
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:
|
|
200
|
+
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:63
|
|
195
201
|
msgid "Deletes a Tailoring file"
|
|
196
202
|
msgstr ""
|
|
197
203
|
|
|
@@ -231,6 +237,16 @@ msgstr ""
|
|
|
231
237
|
msgid "Something went wrong while selecting compliance reports - %s"
|
|
232
238
|
msgstr ""
|
|
233
239
|
|
|
240
|
+
#:
|
|
241
|
+
#: ../app/controllers/concerns/foreman_openscap/hosts_controller_extensions.rb:26
|
|
242
|
+
msgid "Updated hosts: Assigned with OpenSCAP Proxy: %s"
|
|
243
|
+
msgstr ""
|
|
244
|
+
|
|
245
|
+
#:
|
|
246
|
+
#: ../app/controllers/concerns/foreman_openscap/hosts_controller_extensions.rb:29
|
|
247
|
+
msgid "No OpenSCAP Proxy selected."
|
|
248
|
+
msgstr ""
|
|
249
|
+
|
|
234
250
|
#: ../app/controllers/policies_controller.rb:83
|
|
235
251
|
msgid "Updated hosts: Assigned with compliance policy: %s"
|
|
236
252
|
msgstr ""
|
|
@@ -306,34 +322,52 @@ msgstr ""
|
|
|
306
322
|
msgid "Failed only"
|
|
307
323
|
msgstr ""
|
|
308
324
|
|
|
309
|
-
#: ../app/helpers/arf_reports_helper.rb:
|
|
325
|
+
#: ../app/helpers/arf_reports_helper.rb:21
|
|
326
|
+
#: ../app/views/arf_reports/index.html.erb:1
|
|
327
|
+
#: ../app/views/arf_reports/welcome.html.erb:5
|
|
328
|
+
msgid "Compliance Reports"
|
|
329
|
+
msgstr ""
|
|
330
|
+
|
|
331
|
+
#: ../app/helpers/arf_reports_helper.rb:57
|
|
310
332
|
msgid "Delete reports"
|
|
311
333
|
msgstr ""
|
|
312
334
|
|
|
313
|
-
#: ../app/helpers/arf_reports_helper.rb:
|
|
335
|
+
#: ../app/helpers/arf_reports_helper.rb:62
|
|
314
336
|
msgid "Select Action"
|
|
315
337
|
msgstr ""
|
|
316
338
|
|
|
317
|
-
#: ../app/helpers/arf_reports_helper.rb:
|
|
339
|
+
#: ../app/helpers/arf_reports_helper.rb:65
|
|
318
340
|
msgid "%s - The following compliance reports are about to be changed"
|
|
319
341
|
msgstr ""
|
|
320
342
|
|
|
321
|
-
#: ../app/helpers/arf_reports_helper.rb:
|
|
343
|
+
#: ../app/helpers/arf_reports_helper.rb:70
|
|
322
344
|
msgid "No proxy found!"
|
|
323
345
|
msgstr ""
|
|
324
346
|
|
|
325
|
-
#: ../app/helpers/arf_reports_helper.rb:
|
|
347
|
+
#: ../app/helpers/arf_reports_helper.rb:75
|
|
326
348
|
msgid "Reported at %s"
|
|
327
349
|
msgstr ""
|
|
328
350
|
|
|
329
|
-
#: ../app/helpers/arf_reports_helper.rb:
|
|
351
|
+
#: ../app/helpers/arf_reports_helper.rb:76
|
|
330
352
|
msgid " for policy %s"
|
|
331
353
|
msgstr ""
|
|
332
354
|
|
|
333
|
-
#: ../app/helpers/arf_reports_helper.rb:
|
|
355
|
+
#: ../app/helpers/arf_reports_helper.rb:78
|
|
334
356
|
msgid " through %s"
|
|
335
357
|
msgstr ""
|
|
336
358
|
|
|
359
|
+
#: ../app/helpers/arf_reports_helper.rb:83
|
|
360
|
+
msgid "Hosts failing this rule"
|
|
361
|
+
msgstr ""
|
|
362
|
+
|
|
363
|
+
#: ../app/helpers/arf_reports_helper.rb:84
|
|
364
|
+
msgid "Hosts passing this rule"
|
|
365
|
+
msgstr ""
|
|
366
|
+
|
|
367
|
+
#: ../app/helpers/arf_reports_helper.rb:85
|
|
368
|
+
msgid "Hosts othering this rule"
|
|
369
|
+
msgstr ""
|
|
370
|
+
|
|
337
371
|
#. TRANSLATORS: initial character of Passed
|
|
338
372
|
#: ../app/helpers/compliance_dashboard_helper.rb:6
|
|
339
373
|
msgid "Passed|P"
|
|
@@ -356,15 +390,19 @@ msgstr ""
|
|
|
356
390
|
msgid "Other"
|
|
357
391
|
msgstr ""
|
|
358
392
|
|
|
359
|
-
#: ../app/helpers/concerns/foreman_openscap/hosts_helper_extensions.rb:
|
|
393
|
+
#: ../app/helpers/concerns/foreman_openscap/hosts_helper_extensions.rb:4
|
|
360
394
|
msgid "Assign Compliance Policy"
|
|
361
395
|
msgstr ""
|
|
362
396
|
|
|
363
|
-
#: ../app/helpers/concerns/foreman_openscap/hosts_helper_extensions.rb:
|
|
397
|
+
#: ../app/helpers/concerns/foreman_openscap/hosts_helper_extensions.rb:5
|
|
364
398
|
msgid "Unassign Compliance Policy"
|
|
365
399
|
msgstr ""
|
|
366
400
|
|
|
367
|
-
#: ../app/helpers/concerns/foreman_openscap/hosts_helper_extensions.rb:
|
|
401
|
+
#: ../app/helpers/concerns/foreman_openscap/hosts_helper_extensions.rb:6
|
|
402
|
+
msgid "Change OpenSCAP Proxy"
|
|
403
|
+
msgstr ""
|
|
404
|
+
|
|
405
|
+
#: ../app/helpers/concerns/foreman_openscap/hosts_helper_extensions.rb:10
|
|
368
406
|
msgid "Host is deleted"
|
|
369
407
|
msgstr ""
|
|
370
408
|
|
|
@@ -373,7 +411,7 @@ msgid "Choose existing SCAP Content"
|
|
|
373
411
|
msgstr ""
|
|
374
412
|
|
|
375
413
|
#: ../app/helpers/policies_helper.rb:21 ../app/helpers/policies_helper.rb:26
|
|
376
|
-
#: ../app/models/foreman_openscap/policy.rb:
|
|
414
|
+
#: ../app/models/foreman_openscap/policy.rb:100
|
|
377
415
|
#: ../app/views/policies/_form.html.erb:9
|
|
378
416
|
#: ../app/views/scap_contents/welcome.html.erb:1
|
|
379
417
|
#: ../app/views/scap_contents/welcome.html.erb:6
|
|
@@ -414,6 +452,10 @@ msgstr ""
|
|
|
414
452
|
msgid "Cancel"
|
|
415
453
|
msgstr ""
|
|
416
454
|
|
|
455
|
+
#: ../app/helpers/policies_helper.rb:109 ../lib/foreman_openscap/engine.rb:138
|
|
456
|
+
msgid "Policies"
|
|
457
|
+
msgstr ""
|
|
458
|
+
|
|
417
459
|
#: ../app/helpers/policy_dashboard_helper.rb:11
|
|
418
460
|
msgid "Compliant hosts"
|
|
419
461
|
msgstr ""
|
|
@@ -445,11 +487,15 @@ msgid ""
|
|
|
445
487
|
"use this functionality"
|
|
446
488
|
msgstr ""
|
|
447
489
|
|
|
448
|
-
#: ../app/lib/proxy_api/openscap.rb:
|
|
490
|
+
#: ../app/lib/proxy_api/openscap.rb:27
|
|
491
|
+
msgid "Could not validate %{file_type}. Error %{error}"
|
|
492
|
+
msgstr ""
|
|
493
|
+
|
|
494
|
+
#: ../app/lib/proxy_api/openscap.rb:40
|
|
449
495
|
msgid "Unable to get HTML version of requested report from Smart Proxy"
|
|
450
496
|
msgstr ""
|
|
451
497
|
|
|
452
|
-
#: ../app/lib/proxy_api/openscap.rb:
|
|
498
|
+
#: ../app/lib/proxy_api/openscap.rb:49
|
|
453
499
|
msgid "Unable to get XML version of requested report from Smart Proxy"
|
|
454
500
|
msgstr ""
|
|
455
501
|
|
|
@@ -457,7 +503,7 @@ msgstr ""
|
|
|
457
503
|
msgid "SCAP policies summary"
|
|
458
504
|
msgstr ""
|
|
459
505
|
|
|
460
|
-
#: ../app/models/concerns/foreman_openscap/log_extensions.rb:
|
|
506
|
+
#: ../app/models/concerns/foreman_openscap/log_extensions.rb:17
|
|
461
507
|
msgid "is not included in SCAP_RESULT"
|
|
462
508
|
msgstr ""
|
|
463
509
|
|
|
@@ -477,7 +523,7 @@ msgstr ""
|
|
|
477
523
|
|
|
478
524
|
#: ../app/models/foreman_openscap/compliance_status.rb:8
|
|
479
525
|
#: ../app/views/compliance_hosts/_compliance_status.erb:2
|
|
480
|
-
#: ../lib/foreman_openscap/engine.rb:
|
|
526
|
+
#: ../lib/foreman_openscap/engine.rb:137
|
|
481
527
|
msgid "Compliance"
|
|
482
528
|
msgstr ""
|
|
483
529
|
|
|
@@ -496,7 +542,7 @@ msgid "Unknown Compliance status"
|
|
|
496
542
|
msgstr ""
|
|
497
543
|
|
|
498
544
|
#: ../app/models/foreman_openscap/policy.rb:29
|
|
499
|
-
#: ../app/models/foreman_openscap/policy.rb:
|
|
545
|
+
#: ../app/models/foreman_openscap/policy.rb:304
|
|
500
546
|
msgid "is not a valid value"
|
|
501
547
|
msgstr ""
|
|
502
548
|
|
|
@@ -508,66 +554,66 @@ msgstr ""
|
|
|
508
554
|
msgid "Cannot generate HTML guide, no valid OpenSCAP proxy server found."
|
|
509
555
|
msgstr ""
|
|
510
556
|
|
|
511
|
-
#: ../app/models/foreman_openscap/policy.rb:
|
|
557
|
+
#: ../app/models/foreman_openscap/policy.rb:100
|
|
512
558
|
msgid "Create policy"
|
|
513
559
|
msgstr ""
|
|
514
560
|
|
|
515
|
-
#: ../app/models/foreman_openscap/policy.rb:
|
|
561
|
+
#: ../app/models/foreman_openscap/policy.rb:100
|
|
516
562
|
#: ../app/views/policies/_form.html.erb:10
|
|
517
563
|
msgid "Schedule"
|
|
518
564
|
msgstr ""
|
|
519
565
|
|
|
520
|
-
#: ../app/models/foreman_openscap/policy.rb:
|
|
566
|
+
#: ../app/models/foreman_openscap/policy.rb:101
|
|
521
567
|
#: ../app/views/policies/_form.html.erb:12
|
|
522
568
|
#: ../app/views/scap_contents/_form.html.erb:11
|
|
523
569
|
#: ../app/views/tailoring_files/_form.html.erb:11
|
|
524
570
|
msgid "Locations"
|
|
525
571
|
msgstr ""
|
|
526
572
|
|
|
527
|
-
#: ../app/models/foreman_openscap/policy.rb:
|
|
573
|
+
#: ../app/models/foreman_openscap/policy.rb:102
|
|
528
574
|
#: ../app/views/policies/_form.html.erb:15
|
|
529
575
|
#: ../app/views/scap_contents/_form.html.erb:14
|
|
530
576
|
#: ../app/views/tailoring_files/_form.html.erb:14
|
|
531
577
|
msgid "Organizations"
|
|
532
578
|
msgstr ""
|
|
533
579
|
|
|
534
|
-
#: ../app/models/foreman_openscap/policy.rb:
|
|
580
|
+
#: ../app/models/foreman_openscap/policy.rb:103
|
|
535
581
|
msgid "Hostgroups"
|
|
536
582
|
msgstr ""
|
|
537
583
|
|
|
538
|
-
#: ../app/models/foreman_openscap/policy.rb:
|
|
584
|
+
#: ../app/models/foreman_openscap/policy.rb:251
|
|
539
585
|
msgid "Required Puppet class %{class} is not found, please ensure it imported first."
|
|
540
586
|
msgstr ""
|
|
541
587
|
|
|
542
|
-
#: ../app/models/foreman_openscap/policy.rb:
|
|
588
|
+
#: ../app/models/foreman_openscap/policy.rb:277
|
|
543
589
|
msgid "Puppet class %{class} does not have %{parameter} class parameter."
|
|
544
590
|
msgstr ""
|
|
545
591
|
|
|
546
|
-
#: ../app/models/foreman_openscap/policy.rb:
|
|
592
|
+
#: ../app/models/foreman_openscap/policy.rb:286
|
|
547
593
|
msgid "%{parameter} class parameter for class %{class} could not be configured."
|
|
548
594
|
msgstr ""
|
|
549
595
|
|
|
550
|
-
#: ../app/models/foreman_openscap/policy.rb:
|
|
596
|
+
#: ../app/models/foreman_openscap/policy.rb:298
|
|
551
597
|
msgid "does not consist of 5 parts separated by space"
|
|
552
598
|
msgstr ""
|
|
553
599
|
|
|
554
|
-
#: ../app/models/foreman_openscap/policy.rb:
|
|
600
|
+
#: ../app/models/foreman_openscap/policy.rb:310
|
|
555
601
|
msgid "must be between 1 and 31"
|
|
556
602
|
msgstr ""
|
|
557
603
|
|
|
558
|
-
#: ../app/models/foreman_openscap/policy.rb:
|
|
604
|
+
#: ../app/models/foreman_openscap/policy.rb:315
|
|
559
605
|
msgid "must be present when tailoring file profile present"
|
|
560
606
|
msgstr ""
|
|
561
607
|
|
|
562
|
-
#: ../app/models/foreman_openscap/policy.rb:
|
|
608
|
+
#: ../app/models/foreman_openscap/policy.rb:316
|
|
563
609
|
msgid "must be present when tailoring file present"
|
|
564
610
|
msgstr ""
|
|
565
611
|
|
|
566
|
-
#: ../app/models/foreman_openscap/policy.rb:
|
|
612
|
+
#: ../app/models/foreman_openscap/policy.rb:321
|
|
567
613
|
msgid "does not come from selected tailoring file"
|
|
568
614
|
msgstr ""
|
|
569
615
|
|
|
570
|
-
#: ../app/models/foreman_openscap/policy.rb:
|
|
616
|
+
#: ../app/models/foreman_openscap/policy.rb:327
|
|
571
617
|
msgid "does not have the selected SCAP content profile"
|
|
572
618
|
msgstr ""
|
|
573
619
|
|
|
@@ -642,6 +688,15 @@ msgstr ""
|
|
|
642
688
|
msgid "Openscap Proxy"
|
|
643
689
|
msgstr ""
|
|
644
690
|
|
|
691
|
+
#: ../app/views/arf_reports/_list.html.erb:13
|
|
692
|
+
#: ../app/views/arf_reports/_output.html.erb:8
|
|
693
|
+
#: ../app/views/policies/_list.html.erb:8
|
|
694
|
+
#: ../app/views/policy_dashboard/_policy_reports.html.erb:8
|
|
695
|
+
#: ../app/views/scap_contents/_list.html.erb:6
|
|
696
|
+
#: ../app/views/tailoring_files/_list.html.erb:6
|
|
697
|
+
msgid "Actions"
|
|
698
|
+
msgstr ""
|
|
699
|
+
|
|
645
700
|
#: ../app/views/arf_reports/_list.html.erb:28
|
|
646
701
|
msgid "Deleted policy"
|
|
647
702
|
msgstr ""
|
|
@@ -690,7 +745,7 @@ msgstr ""
|
|
|
690
745
|
msgid "Result"
|
|
691
746
|
msgstr ""
|
|
692
747
|
|
|
693
|
-
#: ../app/views/arf_reports/_output.html.erb:
|
|
748
|
+
#: ../app/views/arf_reports/_output.html.erb:25
|
|
694
749
|
msgid "Nothing to show"
|
|
695
750
|
msgstr ""
|
|
696
751
|
|
|
@@ -699,7 +754,7 @@ msgstr ""
|
|
|
699
754
|
msgid "Host"
|
|
700
755
|
msgstr ""
|
|
701
756
|
|
|
702
|
-
#: ../app/views/arf_reports/delete_multiple.html.erb:27
|
|
757
|
+
#: ../app/views/arf_reports/delete_multiple.html.erb:27 action_names.rb:18
|
|
703
758
|
msgid "Delete"
|
|
704
759
|
msgstr ""
|
|
705
760
|
|
|
@@ -707,32 +762,27 @@ msgstr ""
|
|
|
707
762
|
msgid "these Compliance reports"
|
|
708
763
|
msgstr ""
|
|
709
764
|
|
|
710
|
-
#: ../app/views/arf_reports/
|
|
711
|
-
#: ../app/views/arf_reports/welcome.html.erb:5
|
|
712
|
-
msgid "Compliance Reports"
|
|
713
|
-
msgstr ""
|
|
714
|
-
|
|
715
|
-
#: ../app/views/arf_reports/show.html.erb:14
|
|
765
|
+
#: ../app/views/arf_reports/show.html.erb:15
|
|
716
766
|
msgid "Back"
|
|
717
767
|
msgstr ""
|
|
718
768
|
|
|
719
|
-
#: ../app/views/arf_reports/show.html.erb:
|
|
769
|
+
#: ../app/views/arf_reports/show.html.erb:17
|
|
720
770
|
msgid "Host details"
|
|
721
771
|
msgstr ""
|
|
722
772
|
|
|
723
|
-
#: ../app/views/arf_reports/show.html.erb:
|
|
773
|
+
#: ../app/views/arf_reports/show.html.erb:18
|
|
724
774
|
msgid "View full report"
|
|
725
775
|
msgstr ""
|
|
726
776
|
|
|
727
|
-
#: ../app/views/arf_reports/show.html.erb:
|
|
777
|
+
#: ../app/views/arf_reports/show.html.erb:19
|
|
728
778
|
msgid "Download XML in bzip"
|
|
729
779
|
msgstr ""
|
|
730
780
|
|
|
731
|
-
#: ../app/views/arf_reports/show.html.erb:
|
|
781
|
+
#: ../app/views/arf_reports/show.html.erb:20
|
|
732
782
|
msgid "Download HTML"
|
|
733
783
|
msgstr ""
|
|
734
784
|
|
|
735
|
-
#: ../app/views/arf_reports/show_html.html.erb:
|
|
785
|
+
#: ../app/views/arf_reports/show_html.html.erb:9
|
|
736
786
|
msgid "Loading..."
|
|
737
787
|
msgstr ""
|
|
738
788
|
|
|
@@ -750,30 +800,38 @@ msgstr ""
|
|
|
750
800
|
msgid "Host compliance details"
|
|
751
801
|
msgstr ""
|
|
752
802
|
|
|
753
|
-
#: ../app/views/compliance_hosts/show.html.erb:
|
|
803
|
+
#: ../app/views/compliance_hosts/show.html.erb:8
|
|
804
|
+
msgid "Compliance Hosts"
|
|
805
|
+
msgstr ""
|
|
806
|
+
|
|
807
|
+
#: ../app/views/compliance_hosts/show.html.erb:10
|
|
808
|
+
msgid "%s compliance reports by policy"
|
|
809
|
+
msgstr ""
|
|
810
|
+
|
|
811
|
+
#: ../app/views/compliance_hosts/show.html.erb:14
|
|
754
812
|
msgid "%s compliance report by policy"
|
|
755
813
|
msgid_plural "%s compliance reports by policy"
|
|
756
814
|
msgstr[0] ""
|
|
757
815
|
msgstr[1] ""
|
|
758
816
|
|
|
759
|
-
#: ../app/views/compliance_hosts/show.html.erb:
|
|
817
|
+
#: ../app/views/compliance_hosts/show.html.erb:16
|
|
760
818
|
msgid "Policy %s"
|
|
761
819
|
msgstr ""
|
|
762
820
|
|
|
763
|
-
#: ../app/views/compliance_hosts/show.html.erb:
|
|
821
|
+
#: ../app/views/compliance_hosts/show.html.erb:22
|
|
764
822
|
msgid "%s latest report"
|
|
765
823
|
msgstr ""
|
|
766
824
|
|
|
767
|
-
#: ../app/views/compliance_hosts/show.html.erb:
|
|
825
|
+
#: ../app/views/compliance_hosts/show.html.erb:32
|
|
768
826
|
msgid "%s reports over time"
|
|
769
827
|
msgstr ""
|
|
770
828
|
|
|
771
|
-
#: ../app/views/compliance_hosts/show.html.erb:
|
|
829
|
+
#: ../app/views/compliance_hosts/show.html.erb:38
|
|
772
830
|
msgid "No report for this policy"
|
|
773
831
|
msgstr ""
|
|
774
832
|
|
|
775
833
|
#: ../app/views/dashboard/_compliance_host_reports_widget.html.erb:1
|
|
776
|
-
#: ../lib/foreman_openscap/engine.rb:
|
|
834
|
+
#: ../lib/foreman_openscap/engine.rb:153
|
|
777
835
|
msgid "Latest Compliance Reports"
|
|
778
836
|
msgstr ""
|
|
779
837
|
|
|
@@ -790,7 +848,7 @@ msgid "Policy is missing"
|
|
|
790
848
|
msgstr ""
|
|
791
849
|
|
|
792
850
|
#: ../app/views/dashboard/_compliance_reports_breakdown_widget.html.erb:1
|
|
793
|
-
#: ../lib/foreman_openscap/engine.rb:
|
|
851
|
+
#: ../lib/foreman_openscap/engine.rb:155
|
|
794
852
|
msgid "Compliance Reports Breakdown"
|
|
795
853
|
msgstr ""
|
|
796
854
|
|
|
@@ -828,6 +886,10 @@ msgid_plural "Total of %{hosts} hosts"
|
|
|
828
886
|
msgstr[0] ""
|
|
829
887
|
msgstr[1] ""
|
|
830
888
|
|
|
889
|
+
#: ../app/views/foreman_openscap/policy_mailer/policy_summary.erb:6
|
|
890
|
+
msgid "Summary report for OpenScap from Foreman"
|
|
891
|
+
msgstr ""
|
|
892
|
+
|
|
831
893
|
#: ../app/views/foreman_openscap/policy_mailer/policy_summary.erb:9
|
|
832
894
|
msgid "<b>Foreman</b> OpenSCAP summary"
|
|
833
895
|
msgstr ""
|
|
@@ -844,6 +906,10 @@ msgstr ""
|
|
|
844
906
|
msgid "Policies with hosts:"
|
|
845
907
|
msgstr ""
|
|
846
908
|
|
|
909
|
+
#: ../app/views/hosts/select_multiple_openscap_proxy.html.erb:5
|
|
910
|
+
msgid "Select OpenSCAP Proxy"
|
|
911
|
+
msgstr ""
|
|
912
|
+
|
|
847
913
|
#: ../app/views/policies/_form.html.erb:8
|
|
848
914
|
msgid "General"
|
|
849
915
|
msgstr ""
|
|
@@ -1018,7 +1084,7 @@ msgid "File Upload"
|
|
|
1018
1084
|
msgstr ""
|
|
1019
1085
|
|
|
1020
1086
|
#: ../app/views/scap_contents/_form.html.erb:20
|
|
1021
|
-
msgid "
|
|
1087
|
+
msgid "SCAP DataStream file"
|
|
1022
1088
|
msgstr ""
|
|
1023
1089
|
|
|
1024
1090
|
#: ../app/views/scap_contents/_list.html.erb:18
|
|
@@ -1034,6 +1100,10 @@ msgstr ""
|
|
|
1034
1100
|
msgid "Edit SCAP Content"
|
|
1035
1101
|
msgstr ""
|
|
1036
1102
|
|
|
1103
|
+
#: ../app/views/scap_contents/edit.html.erb:5
|
|
1104
|
+
msgid "Scap Contents"
|
|
1105
|
+
msgstr ""
|
|
1106
|
+
|
|
1037
1107
|
#: ../app/views/scap_contents/index.html.erb:1
|
|
1038
1108
|
msgid "SCAP Contents"
|
|
1039
1109
|
msgstr ""
|
|
@@ -1064,8 +1134,12 @@ msgstr ""
|
|
|
1064
1134
|
msgid "New SCAP Content"
|
|
1065
1135
|
msgstr ""
|
|
1066
1136
|
|
|
1137
|
+
#: ../app/views/smart_proxies/_openscap_spool.html.erb:4
|
|
1138
|
+
msgid "%s spool errors detected, inspect the appropriate file directly on proxy"
|
|
1139
|
+
msgstr ""
|
|
1140
|
+
|
|
1067
1141
|
#: ../app/views/smart_proxies/_openscap_spool.html.erb:8
|
|
1068
|
-
msgid "
|
|
1142
|
+
msgid "Failed to fetch spool status from proxy"
|
|
1069
1143
|
msgstr ""
|
|
1070
1144
|
|
|
1071
1145
|
#: ../app/views/smart_proxies/_openscap_spool.html.erb:11
|
|
@@ -1080,11 +1154,11 @@ msgid ""
|
|
|
1080
1154
|
msgstr ""
|
|
1081
1155
|
|
|
1082
1156
|
#: ../app/views/smart_proxies/plugins/_openscap.html.erb:8
|
|
1083
|
-
msgid "
|
|
1157
|
+
msgid "Spool errors"
|
|
1084
1158
|
msgstr ""
|
|
1085
1159
|
|
|
1086
1160
|
#: ../app/views/tailoring_files/_form.html.erb:20
|
|
1087
|
-
msgid "
|
|
1161
|
+
msgid "DataStream Tailoring file"
|
|
1088
1162
|
msgstr ""
|
|
1089
1163
|
|
|
1090
1164
|
#: ../app/views/tailoring_files/_list.html.erb:4
|
|
@@ -1103,10 +1177,11 @@ msgstr ""
|
|
|
1103
1177
|
msgid "Edit Tailoring File"
|
|
1104
1178
|
msgstr ""
|
|
1105
1179
|
|
|
1180
|
+
#: ../app/views/tailoring_files/edit.html.erb:4
|
|
1106
1181
|
#: ../app/views/tailoring_files/index.html.erb:1
|
|
1107
1182
|
#: ../app/views/tailoring_files/welcome.html.erb:1
|
|
1108
1183
|
#: ../app/views/tailoring_files/welcome.html.erb:6
|
|
1109
|
-
#: ../lib/foreman_openscap/engine.rb:
|
|
1184
|
+
#: ../lib/foreman_openscap/engine.rb:147
|
|
1110
1185
|
msgid "Tailoring Files"
|
|
1111
1186
|
msgstr ""
|
|
1112
1187
|
|
|
@@ -1143,30 +1218,296 @@ msgstr ""
|
|
|
1143
1218
|
msgid "A summary of reports for OpenSCAP policies"
|
|
1144
1219
|
msgstr ""
|
|
1145
1220
|
|
|
1146
|
-
#: ../lib/foreman_openscap/engine.rb:
|
|
1147
|
-
msgid "Policies"
|
|
1148
|
-
msgstr ""
|
|
1149
|
-
|
|
1150
|
-
#: ../lib/foreman_openscap/engine.rb:130
|
|
1221
|
+
#: ../lib/foreman_openscap/engine.rb:141
|
|
1151
1222
|
msgid "SCAP contents"
|
|
1152
1223
|
msgstr ""
|
|
1153
1224
|
|
|
1154
|
-
#: ../lib/foreman_openscap/engine.rb:
|
|
1225
|
+
#: ../lib/foreman_openscap/engine.rb:144
|
|
1155
1226
|
msgid "Reports"
|
|
1156
1227
|
msgstr ""
|
|
1157
1228
|
|
|
1158
|
-
#: ../lib/foreman_openscap/engine.rb:
|
|
1159
|
-
msgid "
|
|
1229
|
+
#: ../lib/foreman_openscap/engine.rb:169
|
|
1230
|
+
msgid ""
|
|
1231
|
+
"OpenSCAP Proxy to use for fetching SCAP content and uploading ARF reports. Lea"
|
|
1232
|
+
"ve blank and override appropriate parameters when using proxy load balancer."
|
|
1160
1233
|
msgstr ""
|
|
1161
1234
|
|
|
1162
|
-
#: ../lib/foreman_openscap/engine.rb:
|
|
1163
|
-
msgid "OpenSCAP Proxy
|
|
1235
|
+
#: ../lib/foreman_openscap/engine.rb:173 ../lib/foreman_openscap/engine.rb:178
|
|
1236
|
+
msgid "OpenSCAP Proxy"
|
|
1164
1237
|
msgstr ""
|
|
1165
1238
|
|
|
1166
|
-
#: ../lib/foreman_openscap/engine.rb:
|
|
1239
|
+
#: ../lib/foreman_openscap/engine.rb:175 ../lib/foreman_openscap/engine.rb:180
|
|
1167
1240
|
msgid "ID of OpenSCAP Proxy"
|
|
1168
1241
|
msgstr ""
|
|
1169
1242
|
|
|
1170
|
-
#: ../lib/foreman_openscap/engine.rb:
|
|
1243
|
+
#: ../lib/foreman_openscap/engine.rb:184 ../lib/foreman_openscap/engine.rb:192
|
|
1171
1244
|
msgid "Run OpenSCAP scan"
|
|
1172
1245
|
msgstr ""
|
|
1246
|
+
|
|
1247
|
+
#: action_names.rb:2
|
|
1248
|
+
msgid "Action with sub plans"
|
|
1249
|
+
msgstr ""
|
|
1250
|
+
|
|
1251
|
+
#: action_names.rb:3
|
|
1252
|
+
msgid "Import facts"
|
|
1253
|
+
msgstr ""
|
|
1254
|
+
|
|
1255
|
+
#: action_names.rb:4
|
|
1256
|
+
msgid "Import Puppet classes"
|
|
1257
|
+
msgstr ""
|
|
1258
|
+
|
|
1259
|
+
#: action_names.rb:5
|
|
1260
|
+
msgid "Remote action:"
|
|
1261
|
+
msgstr ""
|
|
1262
|
+
|
|
1263
|
+
#: action_names.rb:6
|
|
1264
|
+
msgid "Create client"
|
|
1265
|
+
msgstr ""
|
|
1266
|
+
|
|
1267
|
+
#: action_names.rb:7
|
|
1268
|
+
msgid "Delete client"
|
|
1269
|
+
msgstr ""
|
|
1270
|
+
|
|
1271
|
+
#: action_names.rb:8
|
|
1272
|
+
msgid "Delete host"
|
|
1273
|
+
msgstr ""
|
|
1274
|
+
|
|
1275
|
+
#: action_names.rb:9
|
|
1276
|
+
msgid "Update host"
|
|
1277
|
+
msgstr ""
|
|
1278
|
+
|
|
1279
|
+
#: action_names.rb:10
|
|
1280
|
+
msgid "Update node"
|
|
1281
|
+
msgstr ""
|
|
1282
|
+
|
|
1283
|
+
#: action_names.rb:11
|
|
1284
|
+
msgid "Abstract async task"
|
|
1285
|
+
msgstr ""
|
|
1286
|
+
|
|
1287
|
+
#: action_names.rb:12
|
|
1288
|
+
msgid "Create"
|
|
1289
|
+
msgstr ""
|
|
1290
|
+
|
|
1291
|
+
#: action_names.rb:13
|
|
1292
|
+
msgid "Delete Activation Key"
|
|
1293
|
+
msgstr ""
|
|
1294
|
+
|
|
1295
|
+
#: action_names.rb:14
|
|
1296
|
+
msgid "Update"
|
|
1297
|
+
msgstr ""
|
|
1298
|
+
|
|
1299
|
+
#: action_names.rb:15
|
|
1300
|
+
msgid "Configure capsule"
|
|
1301
|
+
msgstr ""
|
|
1302
|
+
|
|
1303
|
+
#: action_names.rb:16
|
|
1304
|
+
msgid "Create repos"
|
|
1305
|
+
msgstr ""
|
|
1306
|
+
|
|
1307
|
+
#: action_names.rb:17
|
|
1308
|
+
msgid "Synchronize smart proxy"
|
|
1309
|
+
msgstr ""
|
|
1310
|
+
|
|
1311
|
+
#: action_names.rb:19
|
|
1312
|
+
msgid "Errata mail"
|
|
1313
|
+
msgstr ""
|
|
1314
|
+
|
|
1315
|
+
#: action_names.rb:20
|
|
1316
|
+
msgid "Incremental Update of Content View Version(s) "
|
|
1317
|
+
msgstr ""
|
|
1318
|
+
|
|
1319
|
+
#: action_names.rb:21
|
|
1320
|
+
msgid "Promote"
|
|
1321
|
+
msgstr ""
|
|
1322
|
+
|
|
1323
|
+
#: action_names.rb:22
|
|
1324
|
+
msgid "Promotion to Environment"
|
|
1325
|
+
msgstr ""
|
|
1326
|
+
|
|
1327
|
+
#: action_names.rb:23
|
|
1328
|
+
msgid "Publish"
|
|
1329
|
+
msgstr ""
|
|
1330
|
+
|
|
1331
|
+
#: action_names.rb:24
|
|
1332
|
+
msgid "Remove Versions and Associations"
|
|
1333
|
+
msgstr ""
|
|
1334
|
+
|
|
1335
|
+
#: action_names.rb:25
|
|
1336
|
+
msgid "Remove from Environment"
|
|
1337
|
+
msgstr ""
|
|
1338
|
+
|
|
1339
|
+
#: action_names.rb:26
|
|
1340
|
+
msgid "Remove Version"
|
|
1341
|
+
msgstr ""
|
|
1342
|
+
|
|
1343
|
+
#: action_names.rb:27
|
|
1344
|
+
msgid "Export"
|
|
1345
|
+
msgstr ""
|
|
1346
|
+
|
|
1347
|
+
#: action_names.rb:28
|
|
1348
|
+
msgid "Fetch pxe files"
|
|
1349
|
+
msgstr ""
|
|
1350
|
+
|
|
1351
|
+
#: action_names.rb:29
|
|
1352
|
+
msgid "Filtered index content"
|
|
1353
|
+
msgstr ""
|
|
1354
|
+
|
|
1355
|
+
#: action_names.rb:30
|
|
1356
|
+
msgid "Upload into"
|
|
1357
|
+
msgstr ""
|
|
1358
|
+
|
|
1359
|
+
#: action_names.rb:31
|
|
1360
|
+
msgid "Index content"
|
|
1361
|
+
msgstr ""
|
|
1362
|
+
|
|
1363
|
+
#: action_names.rb:32
|
|
1364
|
+
msgid "Index errata"
|
|
1365
|
+
msgstr ""
|
|
1366
|
+
|
|
1367
|
+
#: action_names.rb:33
|
|
1368
|
+
msgid "Index module streams"
|
|
1369
|
+
msgstr ""
|
|
1370
|
+
|
|
1371
|
+
#: action_names.rb:34
|
|
1372
|
+
msgid "Index package groups"
|
|
1373
|
+
msgstr ""
|
|
1374
|
+
|
|
1375
|
+
#: action_names.rb:35
|
|
1376
|
+
msgid "Remove Content"
|
|
1377
|
+
msgstr ""
|
|
1378
|
+
|
|
1379
|
+
#: action_names.rb:36
|
|
1380
|
+
msgid "Synchronize"
|
|
1381
|
+
msgstr ""
|
|
1382
|
+
|
|
1383
|
+
#: action_names.rb:37
|
|
1384
|
+
msgid "Upload errata into"
|
|
1385
|
+
msgstr ""
|
|
1386
|
+
|
|
1387
|
+
#: action_names.rb:38
|
|
1388
|
+
msgid "Create Package Group"
|
|
1389
|
+
msgstr ""
|
|
1390
|
+
|
|
1391
|
+
#: action_names.rb:39
|
|
1392
|
+
msgid "Disable"
|
|
1393
|
+
msgstr ""
|
|
1394
|
+
|
|
1395
|
+
#: action_names.rb:40
|
|
1396
|
+
msgid "Enable"
|
|
1397
|
+
msgstr ""
|
|
1398
|
+
|
|
1399
|
+
#: action_names.rb:41
|
|
1400
|
+
msgid "Run Sync Plan"
|
|
1401
|
+
msgstr ""
|
|
1402
|
+
|
|
1403
|
+
#: action_names.rb:42
|
|
1404
|
+
msgid "Incremental Update"
|
|
1405
|
+
msgstr ""
|
|
1406
|
+
|
|
1407
|
+
#: action_names.rb:43
|
|
1408
|
+
msgid "Republish Version Repositories"
|
|
1409
|
+
msgstr ""
|
|
1410
|
+
|
|
1411
|
+
#: action_names.rb:44
|
|
1412
|
+
msgid "Delete Lifecycle Environment"
|
|
1413
|
+
msgstr ""
|
|
1414
|
+
|
|
1415
|
+
#: action_names.rb:45
|
|
1416
|
+
msgid "Publish Lifecycle Environment Repositories"
|
|
1417
|
+
msgstr ""
|
|
1418
|
+
|
|
1419
|
+
#: action_names.rb:46
|
|
1420
|
+
msgid "Attach subscriptions"
|
|
1421
|
+
msgstr ""
|
|
1422
|
+
|
|
1423
|
+
#: action_names.rb:47
|
|
1424
|
+
msgid "Auto attach subscriptions"
|
|
1425
|
+
msgstr ""
|
|
1426
|
+
|
|
1427
|
+
#: action_names.rb:48
|
|
1428
|
+
msgid "Destroy Content Host"
|
|
1429
|
+
msgstr ""
|
|
1430
|
+
|
|
1431
|
+
#: action_names.rb:49
|
|
1432
|
+
msgid "Install Applicable Errata"
|
|
1433
|
+
msgstr ""
|
|
1434
|
+
|
|
1435
|
+
#: action_names.rb:50
|
|
1436
|
+
msgid "Install erratum"
|
|
1437
|
+
msgstr ""
|
|
1438
|
+
|
|
1439
|
+
#: action_names.rb:51
|
|
1440
|
+
msgid "Hypervisors"
|
|
1441
|
+
msgstr ""
|
|
1442
|
+
|
|
1443
|
+
#: action_names.rb:52
|
|
1444
|
+
msgid "Hypervisors update"
|
|
1445
|
+
msgstr ""
|
|
1446
|
+
|
|
1447
|
+
#: action_names.rb:53
|
|
1448
|
+
msgid "Install package"
|
|
1449
|
+
msgstr ""
|
|
1450
|
+
|
|
1451
|
+
#: action_names.rb:54
|
|
1452
|
+
msgid "Install package group"
|
|
1453
|
+
msgstr ""
|
|
1454
|
+
|
|
1455
|
+
#: action_names.rb:55
|
|
1456
|
+
msgid "Remove package"
|
|
1457
|
+
msgstr ""
|
|
1458
|
+
|
|
1459
|
+
#: action_names.rb:56
|
|
1460
|
+
msgid "Update package"
|
|
1461
|
+
msgstr ""
|
|
1462
|
+
|
|
1463
|
+
#: action_names.rb:57
|
|
1464
|
+
msgid "Remove package group"
|
|
1465
|
+
msgstr ""
|
|
1466
|
+
|
|
1467
|
+
#: action_names.rb:58
|
|
1468
|
+
msgid "Remove subscriptions"
|
|
1469
|
+
msgstr ""
|
|
1470
|
+
|
|
1471
|
+
#: action_names.rb:59
|
|
1472
|
+
msgid "Update for host"
|
|
1473
|
+
msgstr ""
|
|
1474
|
+
|
|
1475
|
+
#: action_names.rb:60
|
|
1476
|
+
msgid "Update Content Overrides"
|
|
1477
|
+
msgstr ""
|
|
1478
|
+
|
|
1479
|
+
#: action_names.rb:61
|
|
1480
|
+
msgid "Update release version for host"
|
|
1481
|
+
msgstr ""
|
|
1482
|
+
|
|
1483
|
+
#: action_names.rb:62
|
|
1484
|
+
msgid "Package Profile Update"
|
|
1485
|
+
msgstr ""
|
|
1486
|
+
|
|
1487
|
+
#: action_names.rb:63
|
|
1488
|
+
msgid "Auto-attach subscriptions"
|
|
1489
|
+
msgstr ""
|
|
1490
|
+
|
|
1491
|
+
#: action_names.rb:64
|
|
1492
|
+
msgid "Destroy"
|
|
1493
|
+
msgstr ""
|
|
1494
|
+
|
|
1495
|
+
#: action_names.rb:65
|
|
1496
|
+
msgid "Product Create"
|
|
1497
|
+
msgstr ""
|
|
1498
|
+
|
|
1499
|
+
#: action_names.rb:66
|
|
1500
|
+
msgid "Delete Product"
|
|
1501
|
+
msgstr ""
|
|
1502
|
+
|
|
1503
|
+
#: action_names.rb:67
|
|
1504
|
+
msgid "Reindex subscriptions"
|
|
1505
|
+
msgstr ""
|
|
1506
|
+
|
|
1507
|
+
#: action_names.rb:68
|
|
1508
|
+
msgid "Delete Package Group"
|
|
1509
|
+
msgstr ""
|
|
1510
|
+
|
|
1511
|
+
#: action_names.rb:69
|
|
1512
|
+
msgid "Report"
|
|
1513
|
+
msgstr ""
|