forked from rpm-software-management/libdnf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hu.po
1146 lines (916 loc) · 28.5 KB
/
hu.po
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# Meskó Balázs <[email protected]>, 2016. #zanata
# Meskó Balázs <[email protected]>, 2017. #zanata
# Teknős Ferenc <[email protected]>, 2018. #zanata
# Balázs Meskó <[email protected]>, 2020, 2021.
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-01-05 01:53+0000\n"
"PO-Revision-Date: 2021-11-04 08:05+0000\n"
"Last-Translator: Balázs Meskó <[email protected]>\n"
"Language-Team: Hungarian <https://translate.fedoraproject.org/projects/dnf/libdnf-dnf-4-master/hu/>\n"
"Language: hu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.8\n"
#: libdnf/conf/ConfigMain.cpp:62 libdnf/conf/OptionSeconds.cpp:40
msgid "no value specified"
msgstr "nincs érték megadva"
#: libdnf/conf/ConfigMain.cpp:67 libdnf/conf/OptionSeconds.cpp:48
#, c-format
msgid "seconds value '%s' must not be negative"
msgstr "a(z) „%s” másodperc érték nem lehet negatív"
#: libdnf/conf/ConfigMain.cpp:71
#, c-format
msgid "could not convert '%s' to bytes"
msgstr "a(z) „%s” nem alakítható bájtokká"
#: libdnf/conf/ConfigMain.cpp:83 libdnf/conf/OptionSeconds.cpp:66
#, c-format
msgid "unknown unit '%s'"
msgstr "ismeretlen egység: „%s”"
#: libdnf/conf/ConfigMain.cpp:204 libdnf/conf/OptionEnum.cpp:83
#: libdnf/conf/OptionNumber.cpp:88
msgid "invalid value"
msgstr "érvénytelen érték"
#: libdnf/conf/ConfigMain.cpp:207
#, fuzzy
#| msgid "'%s' is not an allowed value"
msgid "value 1 is not allowed"
msgstr "a(z) „%s” érték nem megengedett"
#: libdnf/conf/ConfigMain.cpp:209
msgid "negative value is not allowed"
msgstr ""
#: libdnf/conf/ConfigMain.cpp:343
#, c-format
msgid "percentage '%s' is out of range"
msgstr "a(z) „%s” százalék a tartományon kívül esik"
#: libdnf/conf/OptionBinds.cpp:85
#, c-format
msgid "Configuration: OptionBinding with id \"%s\" does not exist"
msgstr "Konfiguráció: a(z) „%s” azonosítójú OptionBinding nem létezik"
#: libdnf/conf/OptionBinds.cpp:97
#, c-format
msgid "Configuration: OptionBinding with id \"%s\" already exists"
msgstr "Konfiguráció: a(z) „%s” azonosítójú OptionBinding már létezik"
#: libdnf/conf/OptionBool.cpp:47
#, c-format
msgid "invalid boolean value '%s'"
msgstr "érvénytelen logikai érték: „%s”"
#: libdnf/conf/OptionEnum.cpp:72 libdnf/conf/OptionEnum.cpp:158
#: libdnf/conf/OptionString.cpp:64 libdnf/conf/OptionStringList.cpp:59
#, c-format
msgid "'%s' is not an allowed value"
msgstr "a(z) „%s” érték nem megengedett"
#: libdnf/conf/OptionNumber.cpp:73
#, c-format
msgid "given value [%d] should be less than allowed value [%d]."
msgstr ""
"a megadott értéknek [%d] kisebbnek kell lennie, mint a megengedett érték "
"[%d]."
#: libdnf/conf/OptionNumber.cpp:76
#, c-format
msgid "given value [%d] should be greater than allowed value [%d]."
msgstr ""
"a megadott értéknek [%d] nagyobbnak kell lennie, mint a megengedett érték "
"[%d]."
#: libdnf/conf/OptionPath.cpp:78
#, c-format
msgid "given path '%s' is not absolute."
msgstr "a megadott „%s” útvonal nem abszolút."
#: libdnf/conf/OptionPath.cpp:82
#, c-format
msgid "given path '%s' does not exist."
msgstr "a megadott „%s” útvonal nem létezik."
#: libdnf/conf/OptionSeconds.cpp:52
#, c-format
msgid "could not convert '%s' to seconds"
msgstr "a(z) „%s” nem alakítható másodpercekké"
#: libdnf/conf/OptionString.cpp:79
msgid "GetValue(): Value not set"
msgstr "GetValue(): Nincs érték megadva"
#: libdnf/dnf-context.cpp:3178 libdnf/dnf-context.cpp:3187
#, c-format
msgid "Cannot enable more streams from module '%s' at the same time"
msgstr ""
#: libdnf/dnf-context.cpp:3196 libdnf/dnf-context.cpp:3214
#, c-format
msgid ""
"Cannot enable module '%1$s' stream '%2$s': State of module already modified"
msgstr ""
#: libdnf/dnf-context.cpp:3263
#, c-format
msgid "Modular dependency problem with Defaults: %s"
msgstr ""
#: libdnf/dnf-context.cpp:3266
#, fuzzy, c-format
#| msgid "some dependency problem"
msgid "Modular dependency problem with the latest modules: %s"
msgstr "valamilyen függőségi probléma"
#: libdnf/dnf-context.cpp:3270
#, fuzzy, c-format
#| msgid "some dependency problem"
msgid "Modular dependency problem: %s"
msgstr "valamilyen függőségi probléma"
#: libdnf/dnf-context.cpp:3293 libdnf/dnf-context.cpp:3317
#: libdnf/dnf-context.cpp:3328 libdnf/dnf-context.cpp:3367
#: libdnf/dnf-context.cpp:3383 libdnf/dnf-context.cpp:3415
#: libdnf/dnf-context.cpp:3464 libdnf/dnf-context.cpp:3474
#, c-format
msgid "Unable to resolve argument '%s'"
msgstr ""
#: libdnf/dnf-context.cpp:3300
#, c-format
msgid ""
"Only module name is required. Ignoring unneeded information in argument: "
"'%s'"
msgstr ""
#: libdnf/dnf-context.cpp:3314
#, c-format
msgid "Cannot reset module '%s': State of module already modified"
msgstr ""
#: libdnf/dnf-context.cpp:3325
#, c-format
msgid "Cannot disable module '%s': State of module already modified"
msgstr ""
#: libdnf/dnf-context.cpp:3356 libdnf/dnf-context.cpp:3452
#: libdnf/dnf-context.cpp:3633
msgid "No modular data available"
msgstr ""
#: libdnf/dnf-context.cpp:3373
#, c-format
msgid "Ignoring unneeded information in argument: '%s'"
msgstr ""
#: libdnf/dnf-context.cpp:3411
#, c-format
msgid ""
"Problem during enablement of dependency tree for module '%1$s' stream "
"'%2$s': %3$s"
msgstr ""
#: libdnf/dnf-context.cpp:3423
msgid "Problems appeared for module enable request:"
msgstr ""
#: libdnf/dnf-context.cpp:3518
#, c-format
msgid "No active module packages found for module spec '%s'"
msgstr ""
#: libdnf/dnf-context.cpp:3523
#, c-format
msgid "Cannot install module '%s' from fail-safe repository"
msgstr ""
#: libdnf/dnf-context.cpp:3530
#, c-format
msgid "No profile found matching '%s'"
msgstr ""
#: libdnf/dnf-context.cpp:3584
#, c-format
msgid "No match for package '%s' for module spec %s"
msgstr ""
#: libdnf/dnf-context.cpp:3595
#, c-format
msgid "Problem during install for module '%1$s' stream '%2$s': %3$s"
msgstr ""
#: libdnf/dnf-context.cpp:3604
msgid "Problems appeared for module install request:"
msgstr ""
#: libdnf/dnf-context.cpp:3663
msgid "Problems appeared for module reset request:"
msgstr ""
#: libdnf/dnf-context.cpp:3664 libdnf/dnf-context.cpp:3723
msgid "Problems appeared for module disable request:"
msgstr ""
#: libdnf/dnf-context.cpp:3755
#, c-format
msgid ""
"The operation would result in switching of module '%s' stream '%s' to stream"
" '%s'"
msgstr ""
#: libdnf/dnf-context.cpp:3759
msgid ""
"It is not possible to switch enabled streams of a module.\n"
"It is recommended to remove all installed content from the module, and reset the module using 'microdnf module reset <module_name>' command. After you reset the module, you can install the other stream."
msgstr ""
#: libdnf/dnf-goal.cpp:107
msgid "Could not depsolve transaction; "
msgstr "A tranzakció függőségei nem oldhatók fel; "
#: libdnf/dnf-goal.cpp:109
#, c-format
msgid "%i problem detected:\n"
msgid_plural "%i problems detected:\n"
msgstr[0] "%i probléma észlelve.\n"
msgstr[1] "%i probléma észlelve.\n"
#: libdnf/dnf-goal.cpp:117
#, c-format
msgid " Problem %1$i: %2$s\n"
msgstr " %1$i. probléma: %2$s\n"
#: libdnf/dnf-goal.cpp:119
#, c-format
msgid " Problem: %s\n"
msgstr " Probléma: %s\n"
#: libdnf/dnf-rpmts.cpp:79
#, c-format
msgid ""
"No available modular metadata for modular package '%s'; cannot be installed "
"on the system"
msgstr ""
"A moduláris metaadatok nem érhetőek el a(z) „%s” moduláris csomaghoz, ezért "
"nem telepíthető a rendszerre"
#: libdnf/dnf-rpmts.cpp:121 libdnf/dnf-rpmts.cpp:166
#, c-format
msgid "signature does not verify for %s"
msgstr "az aláírás nem felel meg ennél: %s"
#: libdnf/dnf-rpmts.cpp:129 libdnf/dnf-rpmts.cpp:174
#, c-format
msgid "failed to open(generic error): %s"
msgstr "a megnyitás sikertelen (általános hiba): %s"
#: libdnf/dnf-rpmts.cpp:142
#, c-format
msgid "failed to verify key for %s"
msgstr "a(z) %s kulcsának ellenőrzése sikertelen"
#: libdnf/dnf-rpmts.cpp:150
#, c-format
msgid "public key unavailable for %s"
msgstr "a(z) %s nyilvános kulcsa nem érhető el"
#: libdnf/dnf-rpmts.cpp:158
#, c-format
msgid "signature not found for %s"
msgstr "a(z) %s aláírása nem található"
#: libdnf/dnf-rpmts.cpp:193
#, c-format
msgid "failed to add install element: %1$s [%2$i]"
msgstr "a telepítendő elem hozzáadása sikertelen: %1$s [%2$i]"
#: libdnf/dnf-rpmts.cpp:274
#, c-format
msgid "Error running transaction: %s"
msgstr "Hiba a tranzakció futtatásakor: %s"
#: libdnf/dnf-rpmts.cpp:283
msgid "Error running transaction and no problems were reported!"
msgstr ""
"Hiba a tranzakció futtatásakor, és semmilyen probléma nem volt jelentve!"
#: libdnf/dnf-rpmts.cpp:346
msgid "Fatal error, run database recovery"
msgstr "Végzetes hiba, adatbázis-helyreállítás futtatása"
#: libdnf/dnf-rpmts.cpp:355
#, c-format
msgid "failed to find package %s"
msgstr "a(z) %s csomag nem található"
#: libdnf/dnf-rpmts.cpp:401
#, c-format
msgid "could not add erase element %1$s(%2$i)"
msgstr "a törlendő elem nem adható hozzá: %1$s(%2$i)"
#: libdnf/dnf-sack.cpp:395
msgid "failed to add solv"
msgstr "a megoldás hozzáadása sikertelen"
#: libdnf/dnf-sack.cpp:414
#, c-format
msgid "no %1$s string for %2$s"
msgstr "nincs %1$s karakterlánc ehhez: %2$s"
#: libdnf/dnf-sack.cpp:424
#, c-format
msgid "failed to open: %s"
msgstr "megnyitás sikertelen: %s"
#: libdnf/dnf-sack.cpp:503
#, c-format
msgid "cannot create temporary file: %s"
msgstr "nem hozható létre ideiglenes fájl: %s"
#: libdnf/dnf-sack.cpp:513
#, c-format
msgid "failed opening tmp file: %s"
msgstr "az átmeneti fájl megnyitása sikertelen: %s"
#: libdnf/dnf-sack.cpp:525
#, c-format
msgid "write_main() failed writing data: %i"
msgstr "a write_main() nem tudta kiírni az adatokat: %i"
#: libdnf/dnf-sack.cpp:542
msgid "write_main() failed to re-load written solv file"
msgstr "a write_main() nem tudta újratölteni a kiírt megoldásfájlt"
#: libdnf/dnf-sack.cpp:607
#, c-format
msgid "can not create temporary file %s"
msgstr "nem hozható létre a(z) %s ideiglenes fájl"
#: libdnf/dnf-sack.cpp:625
#, c-format
msgid "write_ext(%1$d) has failed: %2$d"
msgstr "a write_ext(%1$d) sikertelen: %2$d"
#: libdnf/dnf-sack.cpp:680
msgid "null repo md file"
msgstr "null tároló MD-fájl"
#: libdnf/dnf-sack.cpp:689
#, c-format
msgid "can not read file %1$s: %2$s"
msgstr "a(z) %1$s fájl nem írható: %2$s"
#: libdnf/dnf-sack.cpp:703
msgid "repo_add_solv() has failed."
msgstr "a repo_add_solv() sikertelen."
#: libdnf/dnf-sack.cpp:716
msgid "loading of MD_TYPE_PRIMARY has failed."
msgstr "az MD_TYPE_PRIMARY betöltése sikertelen."
#: libdnf/dnf-sack.cpp:729
msgid "repo_add_repomdxml/rpmmd() has failed."
msgstr "a repo_add_repomdxml/rpmmd() sikertelen."
#: libdnf/dnf-sack.cpp:796
msgid "failed to auto-detect architecture"
msgstr "az architektúra automatikus észlelése sikertelen"
#: libdnf/dnf-sack.cpp:961
#, c-format
msgid "failed creating cachedir %s"
msgstr "a(z) %s gyorsítótármappa létrehozása sikertelen"
#: libdnf/dnf-sack.cpp:1738
msgid "failed loading RPMDB"
msgstr "az RPMDB betöltése sikertelen"
#: libdnf/dnf-sack.cpp:2522
#, c-format
msgid "No module defaults found: %s"
msgstr ""
#: libdnf/dnf-state.cpp:1184
#, c-format
msgid "percentage not 100: %i"
msgstr ""
#: libdnf/dnf-state.cpp:1194
#, c-format
msgid "failed to set number steps: %i"
msgstr ""
#: libdnf/dnf-state.cpp:1293
msgid "cancelled by user action"
msgstr ""
#: libdnf/dnf-state.cpp:1332
#, c-format
msgid "done on a state %1$p that did not have a size set! [%2$s]"
msgstr ""
#: libdnf/dnf-state.cpp:1357
#, c-format
msgid "already at 100%% state [%s]"
msgstr ""
#: libdnf/dnf-transaction.cpp:300
#, c-format
msgid "Sources not set when trying to ensure package %s"
msgstr ""
#: libdnf/dnf-transaction.cpp:326
#, c-format
msgid "Failed to ensure %1$s as repo %2$s not found(%3$i repos loaded)"
msgstr ""
#: libdnf/dnf-transaction.cpp:367
msgid "Failed to check untrusted: "
msgstr ""
#: libdnf/dnf-transaction.cpp:377
#, c-format
msgid "Downloaded file for %s not found"
msgstr ""
#: libdnf/dnf-transaction.cpp:397
#, c-format
msgid "package %1$s cannot be verified and repo %2$s is GPG enabled: %3$s"
msgstr ""
#: libdnf/dnf-transaction.cpp:831 libdnf/dnf-transaction.cpp:903
msgid "Failed to get value for CacheDir"
msgstr ""
#: libdnf/dnf-transaction.cpp:911
#, c-format
msgid "Failed to get filesystem free size for %s: "
msgstr ""
#: libdnf/dnf-transaction.cpp:919
#, c-format
msgid "Failed to get filesystem free size for %s"
msgstr ""
#: libdnf/dnf-transaction.cpp:935
#, c-format
msgid "Not enough free space in %1$s: needed %2$s, available %3$s"
msgstr ""
#: libdnf/dnf-transaction.cpp:1195
msgid "failed to set root"
msgstr ""
#: libdnf/dnf-transaction.cpp:1416
#, c-format
msgid "Error %i running transaction test"
msgstr ""
#: libdnf/dnf-transaction.cpp:1456
#, c-format
msgid "Error %i running transaction"
msgstr ""
#: libdnf/dnf-transaction.cpp:1472
#, c-format
msgid "Transaction did not go to writing phase, but returned no error(%i)"
msgstr ""
#: libdnf/dnf-utils.cpp:111 libdnf/hy-iutil.cpp:403
#, c-format
msgid "cannot open directory %1$s: %2$s"
msgstr ""
#: libdnf/dnf-utils.cpp:136
#, c-format
msgid "failed to remove %s"
msgstr ""
#: libdnf/goal/Goal.cpp:78
msgid "Ill-formed Selector, presence of multiple match objects in the filter"
msgstr ""
#: libdnf/goal/Goal.cpp:79
msgid "Ill-formed Selector used for the operation, incorrect comparison type"
msgstr ""
#: libdnf/goal/Goal.cpp:90 libdnf/goal/Goal.cpp:117
msgid " does not belong to a distupgrade repository"
msgstr ""
#: libdnf/goal/Goal.cpp:91 libdnf/goal/Goal.cpp:118
msgid " has inferior architecture"
msgstr ""
#: libdnf/goal/Goal.cpp:92
msgid "problem with installed package "
msgstr ""
#: libdnf/goal/Goal.cpp:93 libdnf/goal/Goal.cpp:120
msgid "conflicting requests"
msgstr ""
#: libdnf/goal/Goal.cpp:94 libdnf/goal/Goal.cpp:121
msgid "unsupported request"
msgstr ""
#: libdnf/goal/Goal.cpp:95 libdnf/goal/Goal.cpp:122
msgid "nothing provides requested "
msgstr ""
#: libdnf/goal/Goal.cpp:96
#, c-format
msgid "package %s does not exist"
msgstr ""
#: libdnf/goal/Goal.cpp:97 libdnf/goal/Goal.cpp:124
msgid " is provided by the system"
msgstr ""
#: libdnf/goal/Goal.cpp:98 libdnf/goal/Goal.cpp:125
msgid "some dependency problem"
msgstr "valamilyen függőségi probléma"
#: libdnf/goal/Goal.cpp:99
msgid "cannot install the best update candidate for package "
msgstr ""
#: libdnf/goal/Goal.cpp:100 libdnf/goal/Goal.cpp:127
msgid "cannot install the best candidate for the job"
msgstr ""
#: libdnf/goal/Goal.cpp:101
#, c-format
msgid "package %s is filtered out by modular filtering"
msgstr ""
#: libdnf/goal/Goal.cpp:102
#, c-format
msgid "package %s does not have a compatible architecture"
msgstr ""
#: libdnf/goal/Goal.cpp:103
#, c-format
msgid "package %s is not installable"
msgstr "a(z) %s csomag nem telepíthető"
#: libdnf/goal/Goal.cpp:104
#, c-format
msgid "package %s is filtered out by exclude filtering"
msgstr ""
#: libdnf/goal/Goal.cpp:105
#, c-format
msgid "nothing provides %s needed by %s"
msgstr ""
#: libdnf/goal/Goal.cpp:106
#, c-format
msgid "cannot install both %s and %s"
msgstr ""
#: libdnf/goal/Goal.cpp:107
#, c-format
msgid "package %s conflicts with %s provided by %s"
msgstr ""
#: libdnf/goal/Goal.cpp:108
#, c-format
msgid "package %s obsoletes %s provided by %s"
msgstr ""
#: libdnf/goal/Goal.cpp:109
#, c-format
msgid "installed package %s obsoletes %s provided by %s"
msgstr ""
#: libdnf/goal/Goal.cpp:110
#, c-format
msgid "package %s implicitly obsoletes %s provided by %s"
msgstr ""
#: libdnf/goal/Goal.cpp:111
#, c-format
msgid "package %s requires %s, but none of the providers can be installed"
msgstr ""
#: libdnf/goal/Goal.cpp:112
#, c-format
msgid "package %s conflicts with %s provided by itself"
msgstr ""
#: libdnf/goal/Goal.cpp:113
#, c-format
msgid "both package %s and %s obsolete %s"
msgstr ""
#: libdnf/goal/Goal.cpp:119
msgid "problem with installed module "
msgstr ""
#: libdnf/goal/Goal.cpp:123
#, c-format
msgid "module %s does not exist"
msgstr ""
#: libdnf/goal/Goal.cpp:126
msgid "cannot install the best update candidate for module "
msgstr ""
#: libdnf/goal/Goal.cpp:128 libdnf/goal/Goal.cpp:131
#, c-format
msgid "module %s is disabled"
msgstr ""
#: libdnf/goal/Goal.cpp:129
#, c-format
msgid "module %s does not have a compatible architecture"
msgstr ""
#: libdnf/goal/Goal.cpp:130
#, c-format
msgid "module %s is not installable"
msgstr ""
#: libdnf/goal/Goal.cpp:132
#, c-format
msgid "nothing provides %s needed by module %s"
msgstr ""
#: libdnf/goal/Goal.cpp:133
#, c-format
msgid "cannot install both modules %s and %s"
msgstr ""
#: libdnf/goal/Goal.cpp:134
#, c-format
msgid "module %s conflicts with %s provided by %s"
msgstr ""
#: libdnf/goal/Goal.cpp:135
#, c-format
msgid "module %s obsoletes %s provided by %s"
msgstr ""
#: libdnf/goal/Goal.cpp:136
#, c-format
msgid "installed module %s obsoletes %s provided by %s"
msgstr ""
#: libdnf/goal/Goal.cpp:137
#, c-format
msgid "module %s implicitly obsoletes %s provided by %s"
msgstr ""
#: libdnf/goal/Goal.cpp:138
#, c-format
msgid "module %s requires %s, but none of the providers can be installed"
msgstr ""
#: libdnf/goal/Goal.cpp:139
#, c-format
msgid "module %s conflicts with %s provided by itself"
msgstr ""
#: libdnf/goal/Goal.cpp:140
#, c-format
msgid "both module %s and %s obsolete %s"
msgstr ""
#: libdnf/goal/Goal.cpp:1141
msgid "no solver set"
msgstr ""
#: libdnf/goal/Goal.cpp:1146
#, c-format
msgid "failed to make %s absolute"
msgstr ""
#: libdnf/goal/Goal.cpp:1153
#, c-format
msgid "failed writing debugdata to %1$s: %2$s"
msgstr ""
#: libdnf/goal/Goal.cpp:1165
msgid "no solv in the goal"
msgstr ""
#: libdnf/goal/Goal.cpp:1167
msgid "no solution, cannot remove protected package"
msgstr ""
#: libdnf/goal/Goal.cpp:1170
msgid "no solution possible"
msgstr ""
#: libdnf/goal/Goal.cpp:1296
#, fuzzy
#| msgid " Problem: %s\n"
msgid "Problem: "
msgstr "Probléma: %s "
#: libdnf/goal/Goal.cpp:1301
#, fuzzy, c-format
#| msgid " Problem: %s\n"
msgid "Problem %d: "
msgstr "Probléma: %s "
#: libdnf/goal/Goal.cpp:1634
msgid ""
"The operation would result in removing the following protected packages: "
msgstr ""
#: libdnf/hy-iutil.cpp:326
#, c-format
msgid "Failed renaming %1$s to %2$s: %3$s"
msgstr ""
#: libdnf/hy-iutil.cpp:334
#, c-format
msgid "Failed setting perms on %1$s: %2$s"
msgstr ""
#: libdnf/hy-iutil.cpp:380
#, c-format
msgid "cannot create directory %1$s: %2$s"
msgstr ""
#: libdnf/hy-iutil.cpp:415
#, c-format
msgid "cannot stat path %1$s: %2$s"
msgstr ""
#: libdnf/module/ModulePackage.cpp:604
#, c-format
msgid "Invalid format of Platform module: %s"
msgstr ""
#: libdnf/module/ModulePackage.cpp:619
msgid "Multiple module platforms provided by available packages\n"
msgstr ""
#: libdnf/module/ModulePackage.cpp:632
msgid "Multiple module platforms provided by installed packages\n"
msgstr ""
#: libdnf/module/ModulePackage.cpp:659
#, c-format
msgid "Detection of Platform Module in %s failed: %s"
msgstr ""
#: libdnf/module/ModulePackage.cpp:668
#, c-format
msgid "Missing PLATFORM_ID in %s"
msgstr ""
#: libdnf/module/ModulePackage.cpp:673
msgid "No valid Platform ID detected"
msgstr ""
#: libdnf/module/ModulePackageContainer.cpp:107
#, c-format
msgid "Cannot enable multiple streams for module '%s'"
msgstr ""
#: libdnf/module/ModulePackageContainer.cpp:346
#, c-format
msgid "Conflicting defaults with repo '%s': %s"
msgstr ""
#: libdnf/module/ModulePackageContainer.cpp:917
msgid "Installing module profiles:\n"
msgstr ""
#: libdnf/module/ModulePackageContainer.cpp:932
msgid "Disabling module profiles:\n"
msgstr ""
#: libdnf/module/ModulePackageContainer.cpp:947
msgid "Enabling module streams:\n"
msgstr ""
#: libdnf/module/ModulePackageContainer.cpp:961
msgid "Switching module streams:\n"
msgstr ""
#: libdnf/module/ModulePackageContainer.cpp:979
msgid "Disabling modules:\n"
msgstr ""
#: libdnf/module/ModulePackageContainer.cpp:990
msgid "Resetting modules:\n"
msgstr ""
#: libdnf/module/ModulePackageContainer.cpp:1704
#, c-format
msgid "Unable to load modular Fail-Safe data at '%s'"
msgstr ""
#: libdnf/module/ModulePackageContainer.cpp:1710
#, c-format
msgid "Unable to load modular Fail-Safe data for module '%s:%s'"
msgstr ""
#: libdnf/module/ModulePackageContainer.cpp:1791
#, c-format
msgid "Unable to create directory \"%s\" for modular Fail Safe data: %s"
msgstr ""
#: libdnf/module/ModulePackageContainer.cpp:1807
#, c-format
msgid "Unable to save a modular Fail Safe data to '%s'"
msgstr ""
#: libdnf/module/ModulePackageContainer.cpp:1830
#, c-format
msgid "Unable to remove a modular Fail Safe data in '%s'"
msgstr ""
#: libdnf/module/ModulePackageContainer.cpp:1862
#, c-format
msgid ""
"Unable to apply modular obsoletes to '%s:%s' because target module '%s' is "
"disabled"
msgstr ""
#: libdnf/module/modulemd/ModuleMetadata.cpp:86
#, c-format
msgid "Failed to update from string: %s"
msgstr ""
#: libdnf/module/modulemd/ModuleMetadata.cpp:110
#, c-format
msgid "Failed to resolve: %s"
msgstr ""
#: libdnf/module/modulemd/ModuleMetadata.cpp:115
#, c-format
msgid "There were errors while resolving modular defaults: %s"
msgstr ""
#: libdnf/module/modulemd/ModuleMetadata.cpp:120
#, c-format
msgid "Failed to upgrade defaults: %s"
msgstr ""
#: libdnf/module/modulemd/ModuleMetadata.cpp:123
#, c-format
msgid "Failed to upgrade streams: %s"
msgstr ""
#: libdnf/module/modulemd/ModuleMetadata.cpp:221
#, c-format
msgid "Cannot retrieve module obsoletes because no stream matching %s: %s"
msgstr ""
#: libdnf/plugin/plugin.cpp:46
#, c-format
msgid "Can't load shared library \"%s\": %s"
msgstr ""
#: libdnf/plugin/plugin.cpp:61 libdnf/plugin/plugin.cpp:67
#: libdnf/plugin/plugin.cpp:73 libdnf/plugin/plugin.cpp:79
#, c-format
msgid "Can't obtain address of symbol \"%s\": %s"
msgstr ""
#: libdnf/plugin/plugin.cpp:86
#, c-format
msgid "Loading plugin file=\"%s\""
msgstr ""
#: libdnf/plugin/plugin.cpp:89
#, c-format
msgid "Loaded plugin name=\"%s\", version=\"%s\""
msgstr ""
#: libdnf/plugin/plugin.cpp:96
msgid "Plugins::loadPlugins() dirPath cannot be empty"
msgstr ""
#: libdnf/plugin/plugin.cpp:105
#, c-format
msgid "Can't read plugin directory \"%s\": %s"
msgstr ""
#: libdnf/plugin/plugin.cpp:114
#, c-format
msgid "Can't load plugin \"%s\": %s"
msgstr ""
#: libdnf/repo/DependencySplitter.cpp:50
msgid ""
"Using '==' operator in reldeps can result in an undefined behavior. It is "
"deprecated and the support will be dropped in future versions. Use '=' "
"operator instead."
msgstr ""
#: libdnf/repo/Repo.cpp:321
#, c-format
msgid "Repository %s has no mirror or baseurl set."
msgstr "A(z) „%s” tárolóhoz nincs tükör vagy bázis-URL beállítva."
#: libdnf/repo/Repo.cpp:330
#, c-format
msgid "Repository '%s' has unsupported type: 'type=%s', skipping."
msgstr ""
#: libdnf/repo/Repo.cpp:489 libdnf/repo/Repo.cpp:610 libdnf/repo/Repo.cpp:641
#: libdnf/repo/Repo.cpp:1400
#, c-format
msgid "repo '%s': 'basecachedir' is not set"
msgstr ""
#: libdnf/repo/Repo.cpp:512
msgid ""
"Maximum download speed is lower than minimum. Please change configuration of"
" minrate or throttle"
msgstr ""
"A legnagyobb letöltési sebesség alacsonyabb mint a legkisebb. Módosítsa a "
"minimális sebesség vagy a korlátozás beállítását"
#: libdnf/repo/Repo.cpp:546
#, c-format
msgid "repo '%s': 'proxy_username' is set but not 'proxy_password'"
msgstr ""
#: libdnf/repo/Repo.cpp:548
msgid "'proxy_username' is set but not 'proxy_password'"
msgstr ""
#: libdnf/repo/Repo.cpp:629
#, c-format
msgid "Cannot find a valid baseurl for repo: %s"
msgstr "Nem található érvényes bázis-URL a tárolóhoz: %s"
#: libdnf/repo/Repo.cpp:660 libdnf/repo/Repo.cpp:682
#, c-format
msgid "%s: gpgme_data_new_from_fd(): %s"
msgstr ""
#: libdnf/repo/Repo.cpp:668 libdnf/repo/Repo.cpp:690
#, c-format
msgid "%s: gpgme_op_import(): %s"
msgstr ""
#: libdnf/repo/Repo.cpp:709 libdnf/repo/Repo.cpp:1162
#: libdnf/repo/Repo.cpp:1236 libdnf/repo/Repo.cpp:1279
#, c-format
msgid "Cannot create repo temporary directory \"%s\": %s"
msgstr ""
#: libdnf/repo/Repo.cpp:717 libdnf/repo/Repo.cpp:783 libdnf/repo/Repo.cpp:917
#, c-format
msgid "%s: gpgme_ctx_set_engine_info(): %s"
msgstr ""
#: libdnf/repo/Repo.cpp:744 libdnf/repo/Repo.cpp:808
#, c-format
msgid "can not list keys: %s"
msgstr ""
#: libdnf/repo/Repo.cpp:837
#, c-format
msgid "Failed to retrieve GPG key for repo '%s': %s"
msgstr ""
#: libdnf/repo/Repo.cpp:890
#, c-format
msgid "repo %s: 0x%s already imported"
msgstr "%s tároló: a 0x%s már importálva lett"
#: libdnf/repo/Repo.cpp:904 libdnf/utils/filesystem.cpp:79
#, fuzzy, c-format
#| msgid "Cannot create directory \"%s\": %s"
msgid "Failed to create directory \"%s\": %d - %s"
msgstr "Nem hozható létre könyvtár\"%s\": %s"
#: libdnf/repo/Repo.cpp:924
#, c-format
msgid "repo %s: imported key 0x%s."