foreman_openscap 1.0.10 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/controllers/api/v2/compliance/policies_controller.rb +1 -1
- data/app/controllers/policies_controller.rb +1 -1
- data/app/helpers/compliance_hosts_helper.rb +23 -0
- data/app/helpers/concerns/foreman_openscap/hosts_helper_extensions.rb +0 -6
- data/app/helpers/foreman_openscap_helper.rb +2 -10
- data/app/models/concerns/foreman_openscap/host_extensions.rb +1 -1
- data/app/models/foreman_openscap/policy.rb +12 -0
- data/lib/foreman_openscap/engine.rb +6 -4
- data/lib/foreman_openscap/version.rb +1 -1
- data/locale/de/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/de/foreman_openscap.po +401 -228
- data/locale/en_GB/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/en_GB/foreman_openscap.po +214 -43
- data/locale/es/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/es/foreman_openscap.po +446 -273
- data/locale/foreman_openscap.pot +275 -51
- data/locale/fr/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/fr/foreman_openscap.po +453 -274
- data/locale/gl/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/gl/foreman_openscap.po +227 -56
- data/locale/it/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/it/foreman_openscap.po +250 -78
- data/locale/ja/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/ja/foreman_openscap.po +445 -272
- data/locale/ko/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/ko/foreman_openscap.po +321 -150
- data/locale/pt_BR/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/pt_BR/foreman_openscap.po +448 -270
- data/locale/ru/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/ru/foreman_openscap.po +329 -155
- data/locale/sv_SE/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/sv_SE/foreman_openscap.po +227 -56
- data/locale/zh_CN/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/zh_CN/foreman_openscap.po +445 -271
- data/locale/zh_TW/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/zh_TW/foreman_openscap.po +318 -146
- data/test/unit/concerns/host_extensions_test.rb +7 -0
- data/test/unit/policy_test.rb +19 -0
- metadata +8 -23
- data/app/overrides/hosts/overview/host_compliance_status.rb +0 -4
- data/app/views/compliance_hosts/_compliance_status.erb +0 -6
- data/locale/de/foreman_openscap.edit.po +0 -0
- data/locale/en_GB/foreman_openscap.edit.po +0 -0
- data/locale/es/foreman_openscap.edit.po +0 -0
- data/locale/fr/foreman_openscap.edit.po +0 -0
- data/locale/gl/foreman_openscap.edit.po +0 -0
- data/locale/it/foreman_openscap.edit.po +0 -0
- data/locale/ja/foreman_openscap.edit.po +0 -0
- data/locale/ko/foreman_openscap.edit.po +0 -0
- data/locale/pt_BR/foreman_openscap.edit.po +0 -0
- data/locale/ru/foreman_openscap.edit.po +0 -0
- data/locale/sv_SE/foreman_openscap.edit.po +0 -0
- data/locale/zh_CN/foreman_openscap.edit.po +0 -0
- data/locale/zh_TW/foreman_openscap.edit.po +0 -0
Binary file
|
@@ -1,21 +1,21 @@
|
|
1
|
-
#
|
2
|
-
# Copyright (C)
|
1
|
+
# SOME DESCRIPTIVE TITLE.
|
2
|
+
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
3
3
|
# This file is distributed under the same license as the foreman_openscap package.
|
4
|
-
# FIRST AUTHOR <EMAIL@ADDRESS>, 2016.
|
5
4
|
#
|
5
|
+
# Translators:
|
6
6
|
msgid ""
|
7
7
|
msgstr ""
|
8
|
-
"Project-Id-Version:
|
8
|
+
"Project-Id-Version: Foreman\n"
|
9
9
|
"Report-Msgid-Bugs-To: \n"
|
10
|
-
"PO-Revision-Date:
|
11
|
-
"Last-Translator:
|
12
|
-
"Language-Team: English
|
13
|
-
"
|
10
|
+
"PO-Revision-Date: 2019-09-05 20:17+0000\n"
|
11
|
+
"Last-Translator: Lukáš Zapletal\n"
|
12
|
+
"Language-Team: English (United Kingdom) (http://www.transifex.com/foreman/fore"
|
13
|
+
"man/language/en_GB/)\n"
|
14
14
|
"MIME-Version: 1.0\n"
|
15
15
|
"Content-Type: text/plain; charset=UTF-8\n"
|
16
16
|
"Content-Transfer-Encoding: 8bit\n"
|
17
|
-
"
|
18
|
-
"
|
17
|
+
"Language: en_GB\n"
|
18
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
19
19
|
|
20
20
|
msgid " for policy %s"
|
21
21
|
msgstr ""
|
@@ -52,11 +52,14 @@ msgstr ""
|
|
52
52
|
msgid "A summary of reports for OpenSCAP policies"
|
53
53
|
msgstr ""
|
54
54
|
|
55
|
+
msgid "Abstract async task"
|
56
|
+
msgstr ""
|
57
|
+
|
55
58
|
msgid "Action with sub plans"
|
56
59
|
msgstr ""
|
57
60
|
|
58
61
|
msgid "Actions"
|
59
|
-
msgstr ""
|
62
|
+
msgstr "Actions"
|
60
63
|
|
61
64
|
msgid "All messages"
|
62
65
|
msgstr ""
|
@@ -76,12 +79,21 @@ msgstr ""
|
|
76
79
|
msgid "Assign Compliance Policy"
|
77
80
|
msgstr ""
|
78
81
|
|
79
|
-
msgid "
|
82
|
+
msgid "Attach subscriptions"
|
80
83
|
msgstr ""
|
81
84
|
|
82
|
-
msgid "
|
85
|
+
msgid "Auto attach subscriptions"
|
83
86
|
msgstr ""
|
84
87
|
|
88
|
+
msgid "Auto-attach subscriptions"
|
89
|
+
msgstr ""
|
90
|
+
|
91
|
+
msgid "Back"
|
92
|
+
msgstr "Back"
|
93
|
+
|
94
|
+
msgid "Cancel"
|
95
|
+
msgstr "Cancel"
|
96
|
+
|
85
97
|
msgid "Cannot generate HTML guide, no valid OpenSCAP proxy server found."
|
86
98
|
msgstr ""
|
87
99
|
|
@@ -115,6 +127,9 @@ msgstr ""
|
|
115
127
|
msgid "Choose weekday"
|
116
128
|
msgstr ""
|
117
129
|
|
130
|
+
msgid "Combined Profile Update"
|
131
|
+
msgstr ""
|
132
|
+
|
118
133
|
msgid "Compliance"
|
119
134
|
msgstr ""
|
120
135
|
|
@@ -130,18 +145,12 @@ msgstr ""
|
|
130
145
|
msgid "Compliance Reports Breakdown"
|
131
146
|
msgstr ""
|
132
147
|
|
133
|
-
msgid "Compliance Status"
|
134
|
-
msgstr ""
|
135
|
-
|
136
148
|
msgid "Compliance policy summary"
|
137
149
|
msgstr ""
|
138
150
|
|
139
151
|
msgid "Compliance policy: %s"
|
140
152
|
msgstr ""
|
141
153
|
|
142
|
-
msgid "Compliance reports breakdown"
|
143
|
-
msgstr ""
|
144
|
-
|
145
154
|
msgid "Compliant"
|
146
155
|
msgstr ""
|
147
156
|
|
@@ -160,6 +169,12 @@ msgstr ""
|
|
160
169
|
msgid "Could not validate %{file_type}. Error %{error}"
|
161
170
|
msgstr ""
|
162
171
|
|
172
|
+
msgid "Create"
|
173
|
+
msgstr ""
|
174
|
+
|
175
|
+
msgid "Create Package Group"
|
176
|
+
msgstr ""
|
177
|
+
|
163
178
|
msgid "Create SCAP content"
|
164
179
|
msgstr ""
|
165
180
|
|
@@ -169,9 +184,6 @@ msgstr ""
|
|
169
184
|
msgid "Create a Tailoring file"
|
170
185
|
msgstr ""
|
171
186
|
|
172
|
-
msgid "Create client"
|
173
|
-
msgstr ""
|
174
|
-
|
175
187
|
msgid "Dashboard"
|
176
188
|
msgstr ""
|
177
189
|
|
@@ -185,24 +197,30 @@ msgid "Default XCCDF profile"
|
|
185
197
|
msgstr ""
|
186
198
|
|
187
199
|
msgid "Delete"
|
200
|
+
msgstr "Delete"
|
201
|
+
|
202
|
+
msgid "Delete Activation Key"
|
188
203
|
msgstr ""
|
189
204
|
|
190
|
-
msgid "Delete
|
205
|
+
msgid "Delete Lifecycle Environment"
|
191
206
|
msgstr ""
|
192
207
|
|
193
|
-
msgid "Delete
|
208
|
+
msgid "Delete Package Group"
|
194
209
|
msgstr ""
|
195
210
|
|
196
|
-
msgid "Delete
|
211
|
+
msgid "Delete Product"
|
197
212
|
msgstr ""
|
198
213
|
|
199
|
-
msgid "Delete
|
214
|
+
msgid "Delete a Policy"
|
200
215
|
msgstr ""
|
201
216
|
|
202
|
-
msgid "Delete
|
217
|
+
msgid "Delete an ARF Report"
|
203
218
|
msgstr ""
|
204
219
|
|
205
|
-
msgid "Delete
|
220
|
+
msgid "Delete compliance policy %s with all of its reports?"
|
221
|
+
msgstr ""
|
222
|
+
|
223
|
+
msgid "Delete compliance report for %s?"
|
206
224
|
msgstr ""
|
207
225
|
|
208
226
|
msgid "Delete reports"
|
@@ -227,6 +245,18 @@ msgid "Deployment Options"
|
|
227
245
|
msgstr ""
|
228
246
|
|
229
247
|
msgid "Description"
|
248
|
+
msgstr "Description"
|
249
|
+
|
250
|
+
msgid "Destroy"
|
251
|
+
msgstr ""
|
252
|
+
|
253
|
+
msgid "Destroy Content Host"
|
254
|
+
msgstr ""
|
255
|
+
|
256
|
+
msgid "Disable"
|
257
|
+
msgstr ""
|
258
|
+
|
259
|
+
msgid "Discover"
|
230
260
|
msgstr ""
|
231
261
|
|
232
262
|
msgid "Documentation"
|
@@ -265,6 +295,15 @@ msgstr ""
|
|
265
295
|
msgid "Effective Profile"
|
266
296
|
msgstr ""
|
267
297
|
|
298
|
+
msgid "Enable"
|
299
|
+
msgstr ""
|
300
|
+
|
301
|
+
msgid "Errata mail"
|
302
|
+
msgstr ""
|
303
|
+
|
304
|
+
msgid "Export"
|
305
|
+
msgstr ""
|
306
|
+
|
268
307
|
msgid "Failed"
|
269
308
|
msgstr ""
|
270
309
|
|
@@ -299,9 +338,15 @@ msgstr ""
|
|
299
338
|
msgid "Failed|F"
|
300
339
|
msgstr ""
|
301
340
|
|
341
|
+
msgid "Fetch pxe files"
|
342
|
+
msgstr ""
|
343
|
+
|
302
344
|
msgid "File Upload"
|
303
345
|
msgstr ""
|
304
346
|
|
347
|
+
msgid "Filtered index content"
|
348
|
+
msgstr ""
|
349
|
+
|
305
350
|
msgid "Full Report"
|
306
351
|
msgstr ""
|
307
352
|
|
@@ -309,7 +354,7 @@ msgid "General"
|
|
309
354
|
msgstr ""
|
310
355
|
|
311
356
|
msgid "Host"
|
312
|
-
msgstr ""
|
357
|
+
msgstr "Host"
|
313
358
|
|
314
359
|
msgid "Host Breakdown Chart"
|
315
360
|
msgstr ""
|
@@ -339,7 +384,7 @@ msgid "Hostgroups"
|
|
339
384
|
msgstr ""
|
340
385
|
|
341
386
|
msgid "Hostname"
|
342
|
-
msgstr ""
|
387
|
+
msgstr "Hostname"
|
343
388
|
|
344
389
|
msgid "Hosts Breakdown"
|
345
390
|
msgstr ""
|
@@ -359,6 +404,12 @@ msgstr ""
|
|
359
404
|
msgid "How the policy should be deployed"
|
360
405
|
msgstr ""
|
361
406
|
|
407
|
+
msgid "Hypervisors"
|
408
|
+
msgstr ""
|
409
|
+
|
410
|
+
msgid "Hypervisors update"
|
411
|
+
msgstr ""
|
412
|
+
|
362
413
|
msgid "ID of OpenSCAP Proxy"
|
363
414
|
msgstr ""
|
364
415
|
|
@@ -393,6 +444,39 @@ msgstr ""
|
|
393
444
|
msgid "Inconclusive results"
|
394
445
|
msgstr ""
|
395
446
|
|
447
|
+
msgid "Incremental Update"
|
448
|
+
msgstr ""
|
449
|
+
|
450
|
+
msgid "Incremental Update of Content View Version(s) "
|
451
|
+
msgstr ""
|
452
|
+
|
453
|
+
msgid "Index content"
|
454
|
+
msgstr ""
|
455
|
+
|
456
|
+
msgid "Index errata"
|
457
|
+
msgstr ""
|
458
|
+
|
459
|
+
msgid "Index module streams"
|
460
|
+
msgstr ""
|
461
|
+
|
462
|
+
msgid "Index package groups"
|
463
|
+
msgstr ""
|
464
|
+
|
465
|
+
msgid "Install Applicable Errata"
|
466
|
+
msgstr ""
|
467
|
+
|
468
|
+
msgid "Install erratum"
|
469
|
+
msgstr ""
|
470
|
+
|
471
|
+
msgid "Install package"
|
472
|
+
msgstr ""
|
473
|
+
|
474
|
+
msgid "Install package group"
|
475
|
+
msgstr ""
|
476
|
+
|
477
|
+
msgid "Instance update"
|
478
|
+
msgstr ""
|
479
|
+
|
396
480
|
msgid "It may sometimes be required to adjust the security policy to your specific needs. "
|
397
481
|
msgstr ""
|
398
482
|
|
@@ -418,10 +502,10 @@ msgid "Loading..."
|
|
418
502
|
msgstr ""
|
419
503
|
|
420
504
|
msgid "Locations"
|
421
|
-
msgstr ""
|
505
|
+
msgstr "Locations"
|
422
506
|
|
423
507
|
msgid "Message"
|
424
|
-
msgstr ""
|
508
|
+
msgstr "Message"
|
425
509
|
|
426
510
|
msgid "More details"
|
427
511
|
msgstr ""
|
@@ -442,7 +526,7 @@ msgid "New Tailoring File"
|
|
442
526
|
msgstr ""
|
443
527
|
|
444
528
|
msgid "Next"
|
445
|
-
msgstr ""
|
529
|
+
msgstr "Next"
|
446
530
|
|
447
531
|
msgid "No"
|
448
532
|
msgstr ""
|
@@ -472,7 +556,7 @@ msgid "No compliance reports were found."
|
|
472
556
|
msgstr ""
|
473
557
|
|
474
558
|
msgid "No hosts selected"
|
475
|
-
msgstr ""
|
559
|
+
msgstr "No hosts selected"
|
476
560
|
|
477
561
|
msgid "No hosts were found."
|
478
562
|
msgstr ""
|
@@ -535,7 +619,7 @@ msgid "Openscap Proxy"
|
|
535
619
|
msgstr ""
|
536
620
|
|
537
621
|
msgid "Organizations"
|
538
|
-
msgstr ""
|
622
|
+
msgstr "Organisations"
|
539
623
|
|
540
624
|
msgid "Original file name of the XML file"
|
541
625
|
msgstr ""
|
@@ -550,6 +634,9 @@ msgstr ""
|
|
550
634
|
msgid "Othered|O"
|
551
635
|
msgstr ""
|
552
636
|
|
637
|
+
msgid "Package Profile Update"
|
638
|
+
msgstr ""
|
639
|
+
|
553
640
|
msgid "Passed"
|
554
641
|
msgstr ""
|
555
642
|
|
@@ -558,7 +645,7 @@ msgid "Passed|P"
|
|
558
645
|
msgstr ""
|
559
646
|
|
560
647
|
msgid "Please Confirm"
|
561
|
-
msgstr ""
|
648
|
+
msgstr "Please Confirm"
|
562
649
|
|
563
650
|
msgid "Policies"
|
564
651
|
msgstr ""
|
@@ -608,9 +695,24 @@ msgstr ""
|
|
608
695
|
msgid "Policy with id %s not found."
|
609
696
|
msgstr ""
|
610
697
|
|
698
|
+
msgid "Product Create"
|
699
|
+
msgstr ""
|
700
|
+
|
701
|
+
msgid "Promote"
|
702
|
+
msgstr ""
|
703
|
+
|
704
|
+
msgid "Promotion to Environment"
|
705
|
+
msgstr ""
|
706
|
+
|
611
707
|
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."
|
612
708
|
msgstr ""
|
613
709
|
|
710
|
+
msgid "Publish"
|
711
|
+
msgstr ""
|
712
|
+
|
713
|
+
msgid "Publish Lifecycle Environment Repositories"
|
714
|
+
msgstr ""
|
715
|
+
|
614
716
|
msgid "Puppet class"
|
615
717
|
msgstr ""
|
616
718
|
|
@@ -620,9 +722,33 @@ msgstr ""
|
|
620
722
|
msgid "References"
|
621
723
|
msgstr ""
|
622
724
|
|
725
|
+
msgid "Reindex subscriptions"
|
726
|
+
msgstr ""
|
727
|
+
|
623
728
|
msgid "Remote action:"
|
624
729
|
msgstr ""
|
625
730
|
|
731
|
+
msgid "Remove Content"
|
732
|
+
msgstr ""
|
733
|
+
|
734
|
+
msgid "Remove Version"
|
735
|
+
msgstr ""
|
736
|
+
|
737
|
+
msgid "Remove Versions and Associations"
|
738
|
+
msgstr ""
|
739
|
+
|
740
|
+
msgid "Remove from Environment"
|
741
|
+
msgstr ""
|
742
|
+
|
743
|
+
msgid "Remove package"
|
744
|
+
msgstr ""
|
745
|
+
|
746
|
+
msgid "Remove package group"
|
747
|
+
msgstr ""
|
748
|
+
|
749
|
+
msgid "Remove subscriptions"
|
750
|
+
msgstr ""
|
751
|
+
|
626
752
|
msgid "Report Metrics"
|
627
753
|
msgstr ""
|
628
754
|
|
@@ -638,6 +764,9 @@ msgstr ""
|
|
638
764
|
msgid "Reports"
|
639
765
|
msgstr ""
|
640
766
|
|
767
|
+
msgid "Republish Version Repositories"
|
768
|
+
msgstr ""
|
769
|
+
|
641
770
|
msgid "Request timed out. Please try increasing Settings -> proxy_request_timeout"
|
642
771
|
msgstr ""
|
643
772
|
|
@@ -648,11 +777,17 @@ msgid "Resource"
|
|
648
777
|
msgstr ""
|
649
778
|
|
650
779
|
msgid "Result"
|
780
|
+
msgstr "Result"
|
781
|
+
|
782
|
+
msgid "Rule Results"
|
651
783
|
msgstr ""
|
652
784
|
|
653
785
|
msgid "Run OpenSCAP scan"
|
654
786
|
msgstr ""
|
655
787
|
|
788
|
+
msgid "Run Sync Plan:"
|
789
|
+
msgstr ""
|
790
|
+
|
656
791
|
msgid "SCAP Content"
|
657
792
|
msgstr ""
|
658
793
|
|
@@ -681,7 +816,7 @@ msgid "Schedule"
|
|
681
816
|
msgstr ""
|
682
817
|
|
683
818
|
msgid "Select Action"
|
684
|
-
msgstr ""
|
819
|
+
msgstr "Select Action"
|
685
820
|
|
686
821
|
msgid "Select Compliance Policy"
|
687
822
|
msgstr ""
|
@@ -690,7 +825,7 @@ msgid "Select OpenSCAP Proxy"
|
|
690
825
|
msgstr ""
|
691
826
|
|
692
827
|
msgid "Select all items in this page"
|
693
|
-
msgstr ""
|
828
|
+
msgstr "Select all items in this page"
|
694
829
|
|
695
830
|
msgid "Severity"
|
696
831
|
msgstr ""
|
@@ -729,7 +864,7 @@ msgid "Something went wrong while selecting compliance reports - %s"
|
|
729
864
|
msgstr ""
|
730
865
|
|
731
866
|
msgid "Something went wrong while selecting hosts - %s"
|
732
|
-
msgstr ""
|
867
|
+
msgstr "Something went wrong while selecting hosts - %s"
|
733
868
|
|
734
869
|
msgid "Spool errors"
|
735
870
|
msgstr ""
|
@@ -741,7 +876,7 @@ msgid "Status table"
|
|
741
876
|
msgstr ""
|
742
877
|
|
743
878
|
msgid "Submit"
|
744
|
-
msgstr ""
|
879
|
+
msgstr "Submit"
|
745
880
|
|
746
881
|
msgid "Successfully deleted %s compliance reports"
|
747
882
|
msgstr ""
|
@@ -758,6 +893,15 @@ msgstr ""
|
|
758
893
|
msgid "Summary report from Foreman server at %{foreman_url}"
|
759
894
|
msgstr ""
|
760
895
|
|
896
|
+
msgid "Sync capsule"
|
897
|
+
msgstr ""
|
898
|
+
|
899
|
+
msgid "Synchronize"
|
900
|
+
msgstr ""
|
901
|
+
|
902
|
+
msgid "Synchronize smart proxy"
|
903
|
+
msgstr ""
|
904
|
+
|
761
905
|
msgid "Tailoring File"
|
762
906
|
msgstr ""
|
763
907
|
|
@@ -822,6 +966,12 @@ msgstr ""
|
|
822
966
|
msgid "Unknown Compliance status"
|
823
967
|
msgstr ""
|
824
968
|
|
969
|
+
msgid "Update"
|
970
|
+
msgstr ""
|
971
|
+
|
972
|
+
msgid "Update Content Overrides"
|
973
|
+
msgstr ""
|
974
|
+
|
825
975
|
msgid "Update a Policy"
|
826
976
|
msgstr ""
|
827
977
|
|
@@ -831,10 +981,25 @@ msgstr ""
|
|
831
981
|
msgid "Update an SCAP content"
|
832
982
|
msgstr ""
|
833
983
|
|
834
|
-
msgid "Update
|
984
|
+
msgid "Update content urls"
|
985
|
+
msgstr ""
|
986
|
+
|
987
|
+
msgid "Update for host"
|
988
|
+
msgstr ""
|
989
|
+
|
990
|
+
msgid "Update http proxy"
|
991
|
+
msgstr ""
|
992
|
+
|
993
|
+
msgid "Update http proxy details"
|
835
994
|
msgstr ""
|
836
995
|
|
837
|
-
msgid "Update
|
996
|
+
msgid "Update package"
|
997
|
+
msgstr ""
|
998
|
+
|
999
|
+
msgid "Update redhat repository"
|
1000
|
+
msgstr ""
|
1001
|
+
|
1002
|
+
msgid "Update release version for host"
|
838
1003
|
msgstr ""
|
839
1004
|
|
840
1005
|
msgid "Updated hosts: Assigned with OpenSCAP Proxy: %s"
|
@@ -855,6 +1020,12 @@ msgstr ""
|
|
855
1020
|
msgid "Upload an ARF report"
|
856
1021
|
msgstr ""
|
857
1022
|
|
1023
|
+
msgid "Upload errata into"
|
1024
|
+
msgstr ""
|
1025
|
+
|
1026
|
+
msgid "Upload into"
|
1027
|
+
msgstr ""
|
1028
|
+
|
858
1029
|
msgid "Upload new SCAP content file"
|
859
1030
|
msgstr ""
|
860
1031
|
|
@@ -913,7 +1084,7 @@ msgid "is not included in SCAP_RESULT"
|
|
913
1084
|
msgstr ""
|
914
1085
|
|
915
1086
|
msgid "items selected. Uncheck to Clear"
|
916
|
-
msgstr ""
|
1087
|
+
msgstr "items selected. Uncheck to Clear"
|
917
1088
|
|
918
1089
|
msgid "must be between 1 and 31"
|
919
1090
|
msgstr ""
|