forked from dolphin-emu/dolphin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pl.po
9094 lines (7272 loc) · 260 KB
/
pl.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
# Translation of dolphin-emu.pot to LANGUAGE
# Copyright (C) 2003-2013
# This file is distributed under the same license as the Dolphin Emulator package.
#
# Translators:
# Dragoon Aethis <inactive+DragoonAethis@transifex.com>, 2015
# Dragoon Aethis <inactive+DragoonAethis@transifex.com>, 2015
# Dragoon Aethis <inactive+DragoonAethis@transifex.com>, 2015
# Filip Grabowski <filipianosol@outlook.com>, 2016-2019
# Kacper “goSciu” Mrówka <gosciu.mail@gmail.com>, 2017
# Krzysztof Baszczok <baszta2@gmail.com>, 2011,2013
# Marcin Kołodziej <dev@izoslav.pl>, 2017
# Michał Trzebiatowski <michtrz@gmail.com>, 2014,2016-2017
# Robert Romanowski <Robert@10g.pl>, 2013,2016
# Robert Romanowski <Robert@10g.pl>, 2013,2016
# sirdanielk <sir.daniel.k@gmail.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Dolphin Emulator\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-03 13:47+0200\n"
"PO-Revision-Date: 2019-05-03 11:47+0000\n"
"Last-Translator: JosJuice\n"
"Language-Team: Polish (http://www.transifex.com/delroth/dolphin-emu/language/"
"pl/)\n"
"Language: pl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n"
"%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n"
"%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#: Source/Core/DiscIO/VolumeVerifier.cpp:892
msgid ""
"\n"
"\n"
"Because GameCube disc images contain little verification data, there may be "
"problems that Dolphin is unable to detect."
msgstr ""
#: Source/Core/DiscIO/VolumeVerifier.cpp:897
msgid ""
"\n"
"\n"
"Because this title is not for retail Wii consoles, Dolphin cannot verify "
"that it hasn't been tampered with."
msgstr ""
#: Source/Core/DolphinQt/MenuBar.cpp:1064
msgid ""
"\n"
"\n"
"WARNING: Fixing this NAND requires the deletion of titles that have "
"incomplete data on the NAND, including all associated save data. By "
"continuing, the following title(s) will be removed:\n"
"\n"
"%1\n"
"Launching these titles may also fix the issues."
msgstr ""
#: Source/Core/DolphinQt/GameList/GameListModel.cpp:99
msgid " (Disc %1)"
msgstr " (Dysk %1)"
#: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:57
msgid "! NOT"
msgstr "! NOT"
#: Source/Core/Core/HW/GCMemcard/GCMemcard.cpp:43
#, c-format
msgid ""
"\"%s\" does not exist.\n"
" Create a new 16MB Memory Card?"
msgstr ""
"\"%s\" nie istnieje.\n"
"Stworzyć nową kartę pamięci 16MB?"
#: Source/Core/DiscIO/CompressedBlob.cpp:191
#, c-format
msgid "\"%s\" failed to be scrubbed. Probably the image is corrupt."
msgstr "\"%s\" nie uległ oczyszczeniu. Możliwe, że obraz jest uszkodzony."
#: Source/Core/DiscIO/CompressedBlob.cpp:164
#, c-format
msgid "\"%s\" is already compressed! Cannot compress it further."
msgstr "\"%s\" jest już skompresowane! Nie można bardziej tego skompresować."
#: Source/Core/Core/Boot/Boot.cpp:195
#, c-format
msgid "\"%s\" is an invalid GCM/ISO file, or is not a GC/Wii ISO."
msgstr "\"%s\" jest niewłaściwym plikiem GCM/ISO, lub nie jest ISO GC/Wii."
#. i18n: The symbol for percent.
#. i18n: The percent symbol.
#: Source/Core/Core/HW/WiimoteEmu/Extension/Drums.cpp:69
#: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:194
#: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:200
#: Source/Core/InputCommon/ControllerEmu/ControlGroup/ControlGroup.cpp:34
#: Source/Core/InputCommon/ControllerEmu/ControlGroup/MixedTriggers.cpp:28
msgid "%"
msgstr ""
#: Source/Core/DolphinQt/DiscordJoinRequestDialog.cpp:59
msgid ""
"%1\n"
"wants to join your party."
msgstr ""
#: Source/Core/DolphinQt/Settings/AudioPane.cpp:69
#: Source/Core/DolphinQt/Settings/AudioPane.cpp:330
msgid "%1 %"
msgstr "%1 %"
#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:152
msgid "%1 % (%2 MHz)"
msgstr "%1 % (%2 MHz)"
#: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:76
#: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:160
msgid "%1 (%2)"
msgstr ""
#. i18n: If there is a pre-defined patch with the name %1 and the user wants to edit it,
#. a copy of it gets created with this name
#: Source/Core/DolphinQt/Config/PatchesWidget.cpp:98
msgid "%1 (Copy)"
msgstr "%1 (Kopia)"
#: Source/Core/DolphinQt/Config/InfoWidget.cpp:59
msgid "%1 (Disc %2, Revision %3)"
msgstr ""
#: Source/Core/DolphinQt/Config/InfoWidget.cpp:63
msgid "%1 (Revision %3)"
msgstr ""
#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:281
msgid ""
"%1 FIFO bytes\n"
"%2 memory bytes\n"
"%3 frames"
msgstr ""
#: Source/Core/DolphinQt/GCMemcardManager.cpp:222
msgid "%1 Free Blocks; %2 Free Dir Entries"
msgstr ""
#: Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp:101
msgid "%1 Graphics Configuration"
msgstr ""
#: Source/Core/DolphinQt/CheatsManager.cpp:586
msgid "%1 Match(es)"
msgstr "%1 dopasowanie(ań)"
#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:127
msgid "%1 doesn't support this feature on your system."
msgstr ""
#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:186
#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:303
msgid "%1 doesn't support this feature."
msgstr "%1 nie wspiera tej funkcji."
#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:261
msgid ""
"%1 frame(s)\n"
"%2 object(s)\n"
"Current Frame: %3"
msgstr ""
"%1 klatka(ek)\n"
"%2 obiekt(ów)\n"
"Aktualna klatka: %3"
#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:994
msgid "%1 is now golfing"
msgstr ""
#: Source/Core/DolphinQt/Settings/AudioPane.cpp:207
#: Source/Core/DolphinQt/Settings/AudioPane.cpp:264
msgid "%1 ms"
msgstr "%1 ms"
#: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:260
msgid "%1 session found"
msgstr ""
#: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:260
msgid "%1 sessions found"
msgstr ""
#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:163
msgid "%1% (Normal Speed)"
msgstr "%1% (Normalna szybkość)"
#: Source/Core/DolphinQt/NetPlay/MD5Dialog.cpp:142
msgid "%1[%2]: %3"
msgstr "%1[%2]: %3"
#: Source/Core/DolphinQt/NetPlay/MD5Dialog.cpp:130
msgid "%1[%2]: %3 %"
msgstr "%1[%2]: %3 %"
#: Source/Core/DolphinQt/NetPlay/ChunkedProgressDialog.cpp:136
msgid "%1[%2]: %3/%4 MiB"
msgstr "%1[%2]: %3/%4 MiB"
#: Source/Core/DiscIO/CompressedBlob.cpp:243
#, c-format
msgid "%i of %i blocks. Compression ratio %i%%"
msgstr "%i z %i bloków. Współczynnik kompresji %i%%"
#: Source/Core/Core/HW/GCMemcard/GCMemcardDirectory.cpp:54
#, c-format
msgid ""
"%s\n"
"was not loaded because it has the same internal filename as previously "
"loaded save\n"
"%s"
msgstr ""
"%s\n"
"nie został załadowany, gdyż posiada taką samą wewnętrzną nazwę jak "
"poprzednio wczytany zapis\n"
"%s"
#: Source/Core/Core/HW/GCMemcard/GCMemcardDirectory.cpp:76
#, c-format
msgid ""
"%s\n"
"was not loaded because it is an invalid GCI.\n"
" File size (0x%<PRIx64>) does not match the size recorded in the header (0x"
"%x)"
msgstr ""
"%s\n"
"nie został załadowany, ponieważ jest to niewłaściwy GCI.\n"
"Rozmiar pliku (0x%<PRIx64>) nie odpowiada rozmiarowi wykrytemu w nagłówku (0x"
"%x)"
#: Source/Core/Core/HW/GCMemcard/GCMemcardDirectory.cpp:67
#, c-format
msgid ""
"%s\n"
"was not loaded because it is an invalid GCI.\n"
" Number of blocks claimed to be %u"
msgstr ""
"%s\n"
"nie został załadowany, ponieważ jest to niewłaściwy GCI.\n"
"Liczba bloków szacowana była na %u"
#: Source/Core/Core/HW/GCMemcard/GCMemcardDirectory.cpp:107
#, c-format
msgid ""
"%s\n"
"was not loaded because there are not enough free blocks on the virtual "
"memory card"
msgstr ""
"%s\n"
"nie został załadowany, ponieważ nie ma wystarczającej ilości wolnych bloków "
"na wirtualnej karcie pamięci"
#: Source/Core/Core/HW/GCMemcard/GCMemcardDirectory.cpp:96
#, c-format
msgid ""
"%s\n"
"was not loaded because there is less than 10%% free blocks available on the "
"memory card\n"
"Total Blocks: %d; Free Blocks: %d"
msgstr ""
"%s\n"
"nie został załadowany, ponieważ istnieje mniej niż 10%% wolnych bloków "
"dostępnych na karcie pamięci\n"
"Ilość bloków: %d; Wolne bloki: %d"
#. i18n: This string is referring to a game mode in Super Smash Bros. Brawl called Masterpieces
#. where you play demos of NES/SNES/N64 games. This string is referring to a specific such demo
#. rather than the game mode as a whole, so please use the singular form. Official translations:
#. 名作トライアル (Japanese), Masterpieces (English), Meisterstücke (German), Chefs-d'œuvre
#. (French), Clásicos (Spanish), Capolavori (Italian), 클래식 게임 체험판 (Korean).
#. If your language is not one of the languages above, consider leaving the string untranslated
#. so that people will recognize it as the name of the game mode.
#: Source/Core/DiscIO/VolumeVerifier.cpp:304
#, c-format
msgid "%s (Masterpiece)"
msgstr ""
#: Source/Core/Core/Boot/Boot.cpp:329
#, c-format
msgid "%s IPL found in %s directory. The disc might not be recognized"
msgstr "%s IPL znaleziony w %s folderze. Dysk może nie być rozpoznany"
#: Source/Core/Core/HW/GCMemcard/GCMemcard.cpp:72
#, c-format
msgid ""
"%s failed to load as a memory card.\n"
"Card file size is invalid (0x%x bytes)"
msgstr ""
"%s zawiódł przy załadowaniu jako karta pamięci.\n"
"Rozmiar pliku karty jest niewłaściwy (0x%x bajtów)"
#: Source/Core/Core/HW/GCMemcard/GCMemcard.cpp:88
#, c-format
msgid ""
"%s failed to load as a memory card.\n"
"Card size is invalid (0x%x bytes)"
msgstr ""
"%s zawiódł przy załadowaniu jako karta pamięci.\n"
"Rozmiar karty jest niewłaściwy (0x%x bajtów)"
#: Source/Core/Core/HW/GCMemcard/GCMemcard.cpp:65
#, c-format
msgid ""
"%s failed to load as a memory card.\n"
"File is not large enough to be a valid memory card file (0x%x bytes)"
msgstr ""
"%s zawiódł przy załadowaniu jako karta pamięci.\n"
"Plik nie jest wystarczająco duży by być prawidłowym plikiem karty pamięci (0x"
"%x bajtów)"
#: Source/Core/Core/NetPlayServer.cpp:1108
#, c-format
msgid "%s failed to synchronize codes."
msgstr "%s zawiódł z synchronizacją kodów."
#: Source/Core/Core/NetPlayServer.cpp:1065
#, c-format
msgid "%s failed to synchronize."
msgstr "%s zawiódł z synchronizacją."
#: Source/Core/Core/HW/EXI/EXI_DeviceMemoryCard.cpp:219
#, c-format
msgid ""
"%s is not a directory, failed to move to *.original.\n"
" Verify your write permissions or move the file outside of Dolphin"
msgstr ""
"%s nie jest folderem, nie udało się przenieść do *.original.\n"
"Sprawdź swoje uprawnienia zapisu lub przenieś plik z miejsca, w którym "
"znajduje się Dolphin"
#: Source/Core/Core/HW/EXI/EXI_DeviceMemoryCard.cpp:210
#, c-format
msgid "%s was not a directory, moved to *.original"
msgstr "%s nie był folderem, przeniesiono do *.original"
#: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:55
msgid "&& AND"
msgstr "&& AND"
#: Source/Core/DolphinQt/MenuBar.cpp:558
msgid "&About"
msgstr "&O programie"
#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:250
msgid "&Add Memory Breakpoint"
msgstr "&Dodaj punkt przerwania pamięci"
#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:48
#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:68
msgid "&Add New Code..."
msgstr "&Dodaj nowy kod..."
#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:248
msgid "&Add function"
msgstr "&Dodaj funkcję"
#: Source/Core/DolphinQt/Config/PatchesWidget.cpp:43
msgid "&Add..."
msgstr "&Dodaj..."
#: Source/Core/DolphinQt/MenuBar.cpp:487
msgid "&Audio Settings"
msgstr "Ustawienia &audio"
#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:183
msgid "&Auto Update:"
msgstr "&Automatyczna aktualizacja:"
#: Source/Core/DolphinQt/MenuBar.cpp:502
msgid "&Automatic Start"
msgstr "&Automatyczny Start"
#: Source/Core/DolphinQt/MenuBar.cpp:177
msgid "&Boot from DVD Backup"
msgstr "&Uruchom z kopii zapasowej DVD"
#: Source/Core/DolphinQt/MenuBar.cpp:442
msgid "&Breakpoints"
msgstr "&Punkty przerwania"
#: Source/Core/DolphinQt/GCMemcardManager.cpp:80
msgid "&Browse..."
msgstr "&Przeglądaj..."
#: Source/Core/DolphinQt/WiiUpdate.cpp:102
msgid "&Cancel"
msgstr "&Anuluj"
#: Source/Core/DolphinQt/MenuBar.cpp:215
msgid "&Cheats Manager"
msgstr ""
#: Source/Core/DolphinQt/MenuBar.cpp:551
msgid "&Check for Updates..."
msgstr ""
#: Source/Core/DolphinQt/MenuBar.cpp:886
msgid "&Clear Symbols"
msgstr "Wy&czyść Symbole"
#: Source/Core/DolphinQt/Config/PatchesWidget.cpp:183
msgid "&Clone..."
msgstr "&Klonuj..."
#: Source/Core/DolphinQt/MenuBar.cpp:415
msgid "&Code"
msgstr ""
#: Source/Core/DolphinQt/MenuBar.cpp:489
msgid "&Controller Settings"
msgstr "Ustawienia &kontrolerów"
#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:227
msgid "&Copy address"
msgstr "&Kopiuj adres"
#: Source/Core/DolphinQt/GCMemcardManager.cpp:68
msgid "&Delete"
msgstr ""
#. i18n: This kind of "watch" is used for watching emulated memory.
#. It's not related to timekeeping devices.
#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:249
msgid "&Delete Watch"
msgstr ""
#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:49
#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:101
#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:69
msgid "&Edit Code..."
msgstr "&Edytuj kod..."
#: Source/Core/DolphinQt/Config/PatchesWidget.cpp:183
msgid "&Edit..."
msgstr "&Edytuj..."
#: Source/Core/DolphinQt/MenuBar.cpp:197
msgid "&Eject Disc"
msgstr ""
#: Source/Core/DolphinQt/MenuBar.cpp:296
msgid "&Emulation"
msgstr "&Emulacja"
#: Source/Core/DolphinQt/GCMemcardManager.cpp:69
msgid "&Export..."
msgstr ""
#: Source/Core/DolphinQt/MenuBar.cpp:190
msgid "&File"
msgstr "&Plik"
#: Source/Core/DolphinQt/MenuBar.cpp:509
msgid "&Font..."
msgstr "&Czcionka..."
#: Source/Core/DolphinQt/MenuBar.cpp:302
msgid "&Frame Advance"
msgstr "Wyprzedzanie &klatek"
#: Source/Core/DolphinQt/MenuBar.cpp:888
msgid "&Generate Symbols From"
msgstr "&Generuj Symbole Z"
#: Source/Core/DolphinQt/MenuBar.cpp:542
msgid "&GitHub Repository"
msgstr "&Repozytorium GitHub"
#: Source/Core/DolphinQt/MenuBar.cpp:486
msgid "&Graphics Settings"
msgstr "Ustawienia &graficzne"
#: Source/Core/DolphinQt/MenuBar.cpp:533
msgid "&Help"
msgstr "Po&moc"
#: Source/Core/DolphinQt/MenuBar.cpp:490
msgid "&Hotkey Settings"
msgstr "Ustawienia &skrótów klawiszowych"
#: Source/Core/DolphinQt/GCMemcardManager.cpp:71
msgid "&Import..."
msgstr ""
#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:250
msgid "&Insert blr"
msgstr ""
#: Source/Core/DolphinQt/MenuBar.cpp:459
msgid "&JIT"
msgstr "&JIT"
#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:113
msgid "&Language:"
msgstr "&Język:"
#: Source/Core/DolphinQt/MenuBar.cpp:316
msgid "&Load State"
msgstr "&Wczytaj stan"
#: Source/Core/DolphinQt/MenuBar.cpp:894
msgid "&Load Symbol Map"
msgstr ""
#: Source/Core/DolphinQt/MenuBar.cpp:407
msgid "&Lock Widgets In Place"
msgstr ""
#: Source/Core/DolphinQt/MenuBar.cpp:451
msgid "&Memory"
msgstr "Pa&mięć"
#: Source/Core/DolphinQt/MenuBar.cpp:211
msgid "&Memory Card Manager (GC)"
msgstr "Menedżer &kart pamięci (GC)"
#: Source/Core/DolphinQt/MenuBar.cpp:674
msgid "&Movie"
msgstr "&Film"
#: Source/Core/DolphinQt/MenuBar.cpp:191
msgid "&Open..."
msgstr "&Otwórz..."
#: Source/Core/DolphinQt/MenuBar.cpp:483
msgid "&Options"
msgstr "&Opcje"
#: Source/Core/DolphinQt/MenuBar.cpp:914
msgid "&Patch HLE Functions"
msgstr ""
#: Source/Core/DolphinQt/MenuBar.cpp:298
msgid "&Pause"
msgstr "W&strzymaj"
#: Source/Core/DolphinQt/MenuBar.cpp:297
msgid "&Play"
msgstr "&Graj"
#: Source/Core/DolphinQt/GameList/GameList.cpp:297
msgid "&Properties"
msgstr "&Właściwości"
#: Source/Core/DolphinQt/MenuBar.cpp:689
msgid "&Read-Only Mode"
msgstr "&Tryb tylko do odczytu"
#: Source/Core/DolphinQt/MenuBar.cpp:423
msgid "&Registers"
msgstr "&Rejestry"
#: Source/Core/DolphinQt/Config/PatchesWidget.cpp:45
msgid "&Remove"
msgstr "&Usuń"
#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:50
#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:70
msgid "&Remove Code"
msgstr "&Usuń kod"
#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:239
msgid "&Rename symbol"
msgstr ""
#: Source/Core/DolphinQt/MenuBar.cpp:300
msgid "&Reset"
msgstr "Z&resetuj"
#: Source/Core/DolphinQt/MenuBar.cpp:217
msgid "&Resource Pack Manager"
msgstr ""
#: Source/Core/DolphinQt/MenuBar.cpp:895
msgid "&Save Symbol Map"
msgstr ""
#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:168
msgid "&Speed Limit:"
msgstr "Limit &szybkości:"
#: Source/Core/DolphinQt/MenuBar.cpp:299
msgid "&Stop"
msgstr "&Zatrzymaj"
#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:117
msgid "&Theme:"
msgstr "&Motyw:"
#: Source/Core/DolphinQt/MenuBar.cpp:209
msgid "&Tools"
msgstr "&Narzędzia"
#: Source/Core/DolphinQt/MenuBar.cpp:381
msgid "&View"
msgstr "&Widok"
#. i18n: This kind of "watch" is used for watching emulated memory.
#. It's not related to timekeeping devices.
#: Source/Core/DolphinQt/MenuBar.cpp:434
msgid "&Watch"
msgstr "&Obejrz"
#: Source/Core/DolphinQt/MenuBar.cpp:535
msgid "&Website"
msgstr "&Strona internetowa"
#: Source/Core/DolphinQt/GameList/GameList.cpp:298
msgid "&Wiki"
msgstr "Wi&ki"
#: Source/Core/DolphinQt/MenuBar.cpp:1163
msgid "'%1' not found, no symbol names generated"
msgstr ""
#: Source/Core/DolphinQt/MenuBar.cpp:1207
msgid "'%1' not found, scanning for common functions instead"
msgstr ""
#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:138
msgid "(None)"
msgstr ""
#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:132
msgid "(host)"
msgstr ""
#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:162
msgid "(off)"
msgstr "(wyłączony)"
#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:131
msgid "(ppc)"
msgstr ""
#: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:56
msgid "+ ADD"
msgstr "+ ADD"
#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:155
msgid "--> %1"
msgstr ""
#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:698
#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:83
msgid "..."
msgstr "..."
#: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:110
msgid "16-bit"
msgstr "16-bitowa"
#: Source/Core/DolphinQt/CheatsManager.cpp:390
msgid "16-bit Integer"
msgstr ""
#: Source/Core/DolphinQt/Settings/WiiPane.cpp:109
msgid "16:9"
msgstr ""
#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:68
msgid "16x"
msgstr "16x"
#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:68
msgid "1x"
msgstr "1x"
#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:68
msgid "2x"
msgstr "2x"
#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:52
msgid "2x Native (1280x1056) for 720p"
msgstr "2x Natywna (1280x1056) dla 720p"
#: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:111
msgid "32-bit"
msgstr "32-bitowa"
#: Source/Core/DolphinQt/CheatsManager.cpp:390
msgid "32-bit Integer"
msgstr ""
#. i18n: Stereoscopic 3D
#: Source/Core/Core/HotkeyManager.cpp:293
#: Source/Core/DolphinQt/Config/Mapping/Hotkey3D.cpp:23
#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:347
msgid "3D"
msgstr "3D"
#. i18n: Stereoscopic 3D
#: Source/Core/Core/HotkeyManager.cpp:295
#: Source/Core/DolphinQt/Config/Mapping/Hotkey3D.cpp:26
msgid "3D Depth"
msgstr "Głębia 3D"
#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:53
msgid "3x Native (1920x1584) for 1080p"
msgstr "3x Natywna (1920x1584) dla 1080p"
#: Source/Core/DolphinQt/Settings/WiiPane.cpp:108
msgid "4:3"
msgstr ""
#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:68
msgid "4x"
msgstr "4x"
#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:54
msgid "4x Native (2560x2112) for 1440p"
msgstr "4x Natywna (2560x2112) dla 1440p"
#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:55
msgid "5x Native (3200x2640)"
msgstr "5x Natywna (3200x2640)"
#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:55
msgid "6x Native (3840x3168) for 4K"
msgstr "6x Natywna (3840x3168) dla 4K"
#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:56
msgid "7x Native (4480x3696)"
msgstr "7x Natywna (4480x3696)"
#: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:109
msgid "8-bit"
msgstr "8-bitowa"
#: Source/Core/DolphinQt/CheatsManager.cpp:390
msgid "8-bit Integer"
msgstr ""
#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:68
msgid "8x"
msgstr "8x"
#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:56
msgid "8x Native (5120x4224) for 5K"
msgstr "8x Natywna (5120x4224) dla 5K"
#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:90
#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:105
msgid "<Nothing>"
msgstr "<Nic>"
#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:69
msgid "<System Language>"
msgstr "<Język systemu>"
#: Source/Core/DolphinQt/Updater.cpp:49
msgid ""
"<h2>A new version of Dolphin is available!</h2>Dolphin %1 is available for "
"download. You are running %2.<br> Would you like to update?<br><h4>Release "
"Notes:</h4>"
msgstr ""
#: Source/Core/DolphinQt/MainWindow.cpp:1270
#: Source/Core/DolphinQt/MainWindow.cpp:1340
msgid "A NetPlay Session is already in progress!"
msgstr "Sesja NetPlay jest już rozpoczęta!"
#: Source/Core/Core/WiiUtils.cpp:141
#, c-format
msgid ""
"A different version of this title is already installed on the NAND.\n"
"\n"
"Installed version: %u\n"
"WAD version: %u\n"
"\n"
"Installing this WAD will replace it irreversibly. Continue?"
msgstr ""
#: Source/Core/Core/HW/DVD/DVDInterface.cpp:525
msgid "A disc is already about to be inserted."
msgstr "Dysk już jest gotowy do włożenia."
#: Source/Core/DolphinQt/MainWindow.cpp:785
msgid ""
"A shutdown is already in progress. Unsaved data may be lost if you stop the "
"current emulation before it completes. Force stop?"
msgstr ""
"Wyłączanie już się odbywa. Niezapisane dane mogą zostać utracone, jeśli "
"zatrzymasz aktualną emulację, zanim się ukończy. Wymusić zatrzymanie?"
#: Source/Core/DolphinQt/Config/ControllersWindow.cpp:351
msgid "A sync can only be triggered when a Wii game is running."
msgstr "Synchronizacja może być uruchomiona, tylko gdy działa gra Wii."
#: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:108
msgid ""
"ALERT:\n"
"\n"
"All players must use the same Dolphin version.\n"
"If enabled, SD cards must be identical between players.\n"
"If DSP LLE is used, DSP ROMs must be identical between players.\n"
"If a game is hanging on boot, it may not support Dual Core Netplay. Disable "
"Dual Core.\n"
"If connecting directly, the host must have the chosen UDP port open/"
"forwarded!\n"
"\n"
"Wii Remote support in netplay is experimental and may not work correctly.\n"
"Use at your own risk.\n"
msgstr ""
#: Source/Core/DolphinQt/CheatsManager.cpp:198
msgid "AR Code"
msgstr ""
#: Source/Core/DolphinQt/Config/PropertiesDialog.cpp:56
msgid "AR Codes"
msgstr "Kody AR"
#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:106
#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:142
msgid "ASCII"
msgstr ""
#: Source/Core/DolphinQt/GameList/GameList.cpp:570
msgid "Abort"
msgstr "Przerwij"
#: Source/Core/DolphinQt/AboutDialog.cpp:16
msgid "About Dolphin"
msgstr "O programie Dolphin"
#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:73
msgid "Accuracy:"
msgstr "Dokładność:"
#: Source/Core/DolphinQt/Debugger/NewBreakpointDialog.cpp:89
msgid "Action"
msgstr "Akcja"
#: Source/Core/Core/ARDecrypt.cpp:478
#, c-format
msgid ""
"Action Replay Code Decryption Error:\n"
"Parity Check Failed\n"
"\n"
"Culprit Code:\n"
"%s"
msgstr ""
"Błąd deszyfrowania kodu Action Replay:\n"
"Błąd sprawdzania parzystości\n"
"\n"
"Kod:\n"
"%s"
#: Source/Core/Core/ActionReplay.cpp:524
#, c-format
msgid ""
"Action Replay Error: Invalid size (%08x : address = %08x) in Add Code (%s)"
msgstr ""
"Błąd Action Replay: Niewłaściwy rozmiar (%08x : address = %08x) w Add Code "
"(%s)"
#: Source/Core/Core/ActionReplay.cpp:614
#, c-format
msgid ""
"Action Replay Error: Invalid size (%08x : address = %08x) in Fill and Slide "
"(%s)"
msgstr ""
"Błąd Action Replay: Niewłaściwy rozmiar (%08x : address = %08x) w Fill and "
"Slide (%s)"
#: Source/Core/Core/ActionReplay.cpp:402
#, c-format
msgid ""
"Action Replay Error: Invalid size (%08x : address = %08x) in Ram Write And "
"Fill (%s)"
msgstr ""
"Błąd Action Replay: Niewłaściwy rozmiar (%08x : address = %08x) w Ram Write "
"And Fill (%s)"
#: Source/Core/Core/ActionReplay.cpp:462
#, c-format
msgid ""
"Action Replay Error: Invalid size (%08x : address = %08x) in Write To "
"Pointer (%s)"
msgstr ""
"Błąd Action Replay: Niewłaściwy rozmiar (%08x : address = %08x) w Write To "
"Pointer (%s)"
#: Source/Core/Core/ActionReplay.cpp:668
#, c-format
msgid "Action Replay Error: Invalid value (%08x) in Memory Copy (%s)"
msgstr "Błąd Action Replay: Niewłaściwa wartość (%08x) w Memory Copy (%s)"
#: Source/Core/Core/ActionReplay.cpp:539
#, c-format
msgid ""
"Action Replay Error: Master Code and Write To CCXXXXXX not implemented (%s)\n"
"Master codes are not needed. Do not use master codes."
msgstr ""
"Błąd Action Replay: Master Code i Write To CCXXXXXX nie jest "
"zaimplementowane (%s)\n"
"Master kody nie są wymagane. Nie używaj master kodów."
#: Source/Core/Core/ActionReplay.cpp:248
#, c-format
msgid "Action Replay Error: invalid AR code line: %s"
msgstr "Błąd Action Replay: niewłaściwa linia kodu AR: %s"
#: Source/Core/Core/ActionReplay.cpp:779
#, c-format
msgid "Action Replay: Conditional Code: Invalid Size %08x (%s)"
msgstr "Action Replay: Conditional Code: Niewłaściwy rozmiar %08x (%s)"
#: Source/Core/Core/ActionReplay.cpp:747
#, c-format
msgid "Action Replay: Invalid Normal Code Type %08x (%s)"
msgstr "Action Replay: Niewłaściwy typ Normal Code %08x (%s)"
#: Source/Core/Core/ActionReplay.cpp:803
#, c-format
msgid "Action Replay: Normal Code %i: Invalid subtype %08x (%s)"
msgstr "Action Replay: Normal Code %i: Niewłaściwy podtyp %08x (%s)"
#: Source/Core/Core/ActionReplay.cpp:705
#, c-format
msgid "Action Replay: Normal Code 0: Invalid Subtype %08x (%s)"
msgstr "Action Replay: Normal Code 0: Niewłaściwy podtyp %08x (%s)"
#: Source/Core/Core/HotkeyManager.cpp:34
msgid "Activate NetPlay Chat"
msgstr ""
#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:146
msgid "Active"
msgstr ""
#: Source/Core/DolphinQt/Config/Mapping/GCPadWiiUConfigDialog.cpp:33
msgid "Adapter Detected"
msgstr "Adapter wykryty"
#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:74
msgid "Adapter:"
msgstr "Adapter:"
#: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:55
#: Source/Core/DolphinQt/Settings/USBDeviceAddToWhitelistDialog.cpp:50
msgid "Add"
msgstr "Dodaj"
#: Source/Core/DolphinQt/Settings/USBDeviceAddToWhitelistDialog.cpp:46
msgid "Add New USB Device"
msgstr "Dodaj nowe urządzenie USB"
#: Source/Core/Core/HotkeyManager.cpp:72
msgid "Add a Breakpoint"
msgstr "Dodaj punkt przerwania"
#: Source/Core/Core/HotkeyManager.cpp:73
msgid "Add a Memory Breakpoint"
msgstr "Dodaj punkt przerwania pamięci"
#. i18n: This kind of "watch" is used for watching emulated memory.
#. It's not related to timekeeping devices.
#: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:126
msgid "Add to &watch"
msgstr ""
#: Source/Core/DolphinQt/CheatsManager.cpp:271
msgid "Add to Watch"
msgstr ""
#: Source/Core/DolphinQt/Settings/PathPane.cpp:121
#: Source/Core/DolphinQt/Settings/WiiPane.cpp:148
msgid "Add..."
msgstr "Dodaj..."
#: Source/Core/DolphinQt/CheatsManager.cpp:577
#: Source/Core/DolphinQt/CheatsManager.cpp:578
#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:146
#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:80
#: Source/Core/DolphinQt/Debugger/NewBreakpointDialog.cpp:49
#: Source/Core/DolphinQt/Debugger/NewBreakpointDialog.cpp:164
#: Source/Core/DolphinQt/Debugger/NewBreakpointDialog.cpp:176
#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:131
#: Source/Core/DolphinQt/MenuBar.cpp:889
msgid "Address"
msgstr "Adres"
#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:116
msgid "Address Space"
msgstr ""
#: Source/Core/DolphinQt/Debugger/NewBreakpointDialog.cpp:43
#: Source/Core/DolphinQt/Debugger/NewBreakpointDialog.cpp:135
msgid "Address:"