forked from arduino/Arduino
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathResources_pl.properties
2028 lines (1421 loc) · 85.3 KB
/
Resources_pl.properties
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
# English translations for PACKAGE package.
# Copyright (C) 2012 THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Translators:
# Translators:
# Translators:
# Translators:
# Translators:
# Translators:
# Translators:
# Translators:
# Translators:
# Translators:
# Translators:
# Translators:
# Translators:
# Translators:
# Translators:
# Translators:
# Translators:
# Cristian Maglie <[email protected]>, 2016
# Grzegorz Wielgoszewski <[email protected]>, 2016,2018
# Jan Bielak <[email protected]>, 2013-2014,2016-2017
# Krzysztof Zbudniewek <[email protected]>, 2015
# Maciej W\u00f3jciga <[email protected]>, 2016
# f4026438bc140eb8251ee8a7e846d473, 2015
# Michal <[email protected]>, 2015
# Szymon Borecki <[email protected]>, 2015
# tombox <[email protected]>, 2015-2019
# tombox <[email protected]>, 2015
# Voltinus <[email protected]>, 2015
!=Project-Id-Version\: Arduino IDE 1.5\nReport-Msgid-Bugs-To\: \nPOT-Creation-Date\: 2012-03-29 10\:24-0400\nPO-Revision-Date\: 2019-02-27 09\:35+0000\nLast-Translator\: tombox <[email protected]>\nLanguage-Team\: Polish (http\://www.transifex.com/mbanzi/arduino-ide-15/language/pl/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: pl\nPlural-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
#: Preferences.java:358 Preferences.java:374
\ \ (requires\ restart\ of\ Arduino)=(wymagany restart Arduino)
#: ../../../processing/app/debug/Compiler.java:529
#, java-format
\ Not\ used\:\ {0}=Niewykorzystane\: {0}
#: ../../../processing/app/debug/Compiler.java:525
#, java-format
\ Used\:\ {0}=Wykorzystane\: {0}
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:558
'Keyboard'\ not\ found.\ Does\ your\ sketch\ include\ the\ line\ '\#include\ <Keyboard.h>'?=Nie znalezione 'Keyboard'. Czy tw\u00f3j szkic zawiera lini\u0119 '\#include <Keyboard.h>' ?
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:553
'Mouse'\ not\ found.\ Does\ your\ sketch\ include\ the\ line\ '\#include\ <Mouse.h>'?=Nie znaleziono 'Mouse'. Czy tw\u00f3j szkic zawiera lini\u0119 '\#include <Mouse.h>'?
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:61
'arch'\ folder\ is\ no\ longer\ supported\!\ See\ http\://goo.gl/gfFJzU\ for\ more\ information=Folder 'arch' nie jest ju\u017c obs\u0142ugiwany\! Wi\u0119cej informacji pod adresem http\://goo.gl/gfFJzU
#: Preferences.java:478
(edit\ only\ when\ Arduino\ is\ not\ running)=(edytuj tylko kiedy Arduino nie pracuje)
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:67
(legacy)=(przestarza\u0142e)
#: ../../../processing/app/helpers/CommandlineParser.java:149
--curdir\ no\ longer\ supported=--curdir nie jest d\u0142u\u017cej wspierane
#: ../../../processing/app/Base.java:468
--verbose,\ --verbose-upload\ and\ --verbose-build\ can\ only\ be\ used\ together\ with\ --verify\ or\ --upload=--verbose, --verbose-upload i --verbose-build mog\u0105 by\u0107 u\u017cyte tylko z --verify lub --upload
#: Sketch.java:746
.pde\ ->\ .ino=.pde -> .ino
#: Editor.java:2053
<html>\ <head>\ <style\ type\="text/css">b\ {\ font\:\ 13pt\ "Lucida\ Grande"\ }p\ {\ font\:\ 11pt\ "Lucida\ Grande";\ margin-top\:\ 8px\ }</style>\ </head><b>Do\ you\ want\ to\ save\ changes\ to\ this\ sketch<BR>\ before\ closing?</b><p>If\ you\ don't\ save,\ your\ changes\ will\ be\ lost.=<html> <head> <style type\="text/css">b { font\: 13pt "Lucida Grande" }p { font\: 11pt "Lucida Grande"; margin-top\: 8px }</style> </head><b>Czy chcesz zapisa\u0107 zmiany tego szkicu<BR>przed zamkni\u0119ciem?</b><p>Je\u015bli nie zapiszesz, zmiany przepadn\u0105.
#: Editor.java:2169
#, java-format
A\ folder\ named\ "{0}"\ already\ exists.\ Can't\ open\ sketch.=Folder o nazwie "{0}" ju\u017c istnieje. Nie mo\u017cna otworzy\u0107 szkicu.
#: Base.java:2690
#, java-format
A\ library\ named\ {0}\ already\ exists=Biblioteka {0} ju\u017c istnieje
#: UpdateCheck.java:103
A\ new\ version\ of\ Arduino\ is\ available,\nwould\ you\ like\ to\ visit\ the\ Arduino\ download\ page?=Nowa wersja Arduino jest dost\u0119pna,\nczy chcia\u0142by\u015b odwiedzi\u0107 stron\u0119 pobierania Arduino?
#: ../../../../../app/src/cc/arduino/contributions/BuiltInCoreIsNewerCheck.java:96
#, java-format
A\ newer\ {0}\ package\ is\ available=Nowsza wersja pakietu {0} jest dost\u0119pna
#: ../../../../../app/src/processing/app/Base.java:2307
A\ subfolder\ of\ your\ sketchbook\ is\ not\ a\ valid\ library=Folder w twoim szkicowniku nie jest prawid\u0142ow\u0105 bibliotek\u0105
#: Editor.java:1116
About\ Arduino=O Arduino
#: ../../../../../app/src/cc/arduino/i18n/Languages.java:41
Acoli=aczoli
#: ../../../../../app/src/processing/app/Base.java:1177
Add\ .ZIP\ Library...=Dodaj bibliotek\u0119 .ZIP...
#: Editor.java:650
Add\ File...=Dodaj plik...
#: ../../../../../app/src/cc/arduino/view/preferences/AdditionalBoardsManagerURLTextArea.java:73
Additional\ Boards\ Manager\ URLs=Dodatkowe adresy URL do mened\u017cera p\u0142ytek
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:268
Additional\ Boards\ Manager\ URLs\:\ =Dodatkowe adresy URL do mened\u017cera p\u0142ytek\:
#: ../../../../../app/src/processing/app/Preferences.java:161
Afrikaans=afrikaans
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:248
Aggressively\ cache\ compiled\ core=Agresywnie wrzucaj rdze\u0144 do pami\u0119ci podr\u0119cznej
#: ../../../processing/app/Preferences.java:96
Albanian=alba\u0144ski
#: ../../../../../app/src/cc/arduino/contributions/ui/DropdownAllItem.java:42
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/DropdownAllCoresItem.java:43
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:187
All=Wszystko
#: tools/FixEncoding.java:77
An\ error\ occurred\ while\ trying\ to\ fix\ the\ file\ encoding.\nDo\ not\ attempt\ to\ save\ this\ sketch\ as\ it\ may\ overwrite\nthe\ old\ version.\ Use\ Open\ to\ re-open\ the\ sketch\ and\ try\ again.\n=Napotkano b\u0142\u0105d przy pr\u00f3bie naprawy pliku kodowania.\nNie pr\u00f3buj zapisa\u0107 szkicu poniewa\u017c mo\u017ce nadpisa\u0107\nstar\u0105 wersj\u0119. U\u017cyj Otw\u00f3rz do ponownego otwarcia szkicu i spr\u00f3buj ponownie.\n
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:99
An\ error\ occurred\ while\ updating\ libraries\ index\!=Wyst\u0105pi\u0142 b\u0142\u0105d podczas aktualizowania indeksu bibliotek.
#: ../../../processing/app/BaseNoGui.java:528
An\ error\ occurred\ while\ uploading\ the\ sketch=Podczas \u0142adowania szkicu wyst\u0105pi\u0142 b\u0142\u0105d
#: ../../../processing/app/BaseNoGui.java:506
#: ../../../processing/app/BaseNoGui.java:551
#: ../../../processing/app/BaseNoGui.java:554
An\ error\ occurred\ while\ verifying\ the\ sketch=Podczas weryfikacji szkicu wyst\u0105pi\u0142 b\u0142\u0105d
#: ../../../processing/app/BaseNoGui.java:521
An\ error\ occurred\ while\ verifying/uploading\ the\ sketch=Podczas weryfikacji/\u0142adowania szkicu wyst\u0105pi\u0142 b\u0142\u0105d
#: Base.java:228
An\ unknown\ error\ occurred\ while\ trying\ to\ load\nplatform-specific\ code\ for\ your\ machine.=Wyst\u0105pi\u0142 nieznany b\u0142\u0105d podczas pr\u00f3by wgrania\nkodu specyficznego dla platformy twojej maszyny.
#: Preferences.java:85
Arabic=arabski
#: Preferences.java:86
Aragonese=arago\u0144ski
#: tools/Archiver.java:48
Archive\ Sketch=Archiwizuj szkic
#: tools/Archiver.java:109
Archive\ sketch\ as\:=Archiwizuj szkic jako\:
#: tools/Archiver.java:139
Archive\ sketch\ canceled.=Archiwizacja szkicu anulowana
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:67
#, java-format
Archiving\ built\ core\ (caching)\ in\:\ {0}=Archiwizowanie budowanego rdzenia (buforowanie) w\: {0}
#: tools/Archiver.java:75
Archiving\ the\ sketch\ has\ been\ canceled\ because\nthe\ sketch\ couldn't\ save\ properly.=Archiwizacja szkicu zosta\u0142a anulowana poniewa\u017c\nszkic nie zapisa\u0142 si\u0119 prawid\u0142owo.
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
Arduino=Arduino
#: ../../../processing/app/I18n.java:83
Arduino\ ARM\ (32-bits)\ Boards=P\u0142ytki Arduino ARM (32-bit)
#: ../../../processing/app/I18n.java:82
Arduino\ AVR\ Boards=P\u0142ytki Arduino AVR
#: Editor.java:2137
Arduino\ can\ only\ open\ its\ own\ sketches\nand\ other\ files\ ending\ in\ .ino\ or\ .pde=Arduino mo\u017ce otwiera\u0107 tylko swoje pliki\ni inne pliki z rozszerzeniami .ino lub .pde
#: Base.java:1682
Arduino\ cannot\ run\ because\ it\ could\ not\ncreate\ a\ folder\ to\ store\ your\ settings.=Arduino nie mo\u017ce wystartowa\u0107 poniewa\u017c nie mo\u017cna\nutworzy\u0107 folderu do zapisu twoich ustawie\u0144.
#: Base.java:1889
Arduino\ cannot\ run\ because\ it\ could\ not\ncreate\ a\ folder\ to\ store\ your\ sketchbook.=Arduino nie mo\u017ce wystartowa\u0107 poniewa\u017c nie mo\u017cna\nutworzy\u0107 folderu do zapisu twojego szkicownika.
#: ../../../processing/app/EditorStatus.java:471
Arduino\:\ =Arduino\:
#: Sketch.java:588
#, java-format
Are\ you\ sure\ you\ want\ to\ delete\ "{0}"?=Czy jeste\u015b pewien \u017ce chcesz usun\u0105\u0107 "{0}"?
#: Sketch.java:587
Are\ you\ sure\ you\ want\ to\ delete\ this\ sketch?=Czy jeste\u015b pewien \u017ce chcesz usun\u0105\u0107 ten szkic?
#: ../../../processing/app/Base.java:356
Argument\ required\ for\ --board=Wymagany argument dla --board
#: ../../../processing/app/Base.java:363
Argument\ required\ for\ --port=Wymagany argument dla --port
#: ../../../processing/app/Base.java:377
Argument\ required\ for\ --pref=Wymagany argument dla --pref
#: ../../../processing/app/Base.java:384
Argument\ required\ for\ --preferences-file=Wymagany argument dla --preferences-file
#: ../../../processing/app/helpers/CommandlineParser.java:76
#: ../../../processing/app/helpers/CommandlineParser.java:83
#, java-format
Argument\ required\ for\ {0}=Wymagany argument dla {0}
#: ../../../processing/app/Preferences.java:137
Armenian=ormia\u0144ski
#: ../../../processing/app/Preferences.java:138
Asturian=asturyjski
#: ../../../processing/app/debug/Compiler.java:145
Authorization\ required=Wymagana autoryzacja
#: tools/AutoFormat.java:91
Auto\ Format=Automatyczne formatowanie
#: tools/AutoFormat.java:944
Auto\ Format\ finished.=Automatyczny format zako\u0144czony.
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:457
Auto-detect\ proxy\ settings=Automatyczne wykrycie ustawie\u0144 po\u015brednika
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:264
Automatic=automatyczne
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:474
Automatic\ proxy\ configuration\ URL\:=Adres automatycznej konfiguracji po\u015brednika\:
#: SerialMonitor.java:110
Autoscroll=Autoscroll
#: Editor.java:2619
#, java-format
Bad\ error\ line\:\ {0}=B\u0142\u0105d w lini\: {0}
#: Editor.java:2136
Bad\ file\ selected=Wybrano z\u0142y plik
#: ../../../processing/app/Preferences.java:149
Basque=baskijski
#: ../../../processing/app/Preferences.java:139
Belarusian=bia\u0142oruski
#: ../../../processing/app/Base.java:1433
#: ../../../processing/app/Editor.java:707
Board=P\u0142ytka
#: ../../../../../app//src/processing/app/Editor.java:2824
Board\ Info=Informacja o p\u0142ytce
#: ../../../../../app/src/processing/app/Editor.java:2545
#: ../../../../../app/src/processing/app/Editor.java:2641
#, java-format
Board\ at\ {0}\ is\ not\ available=P\u0142ytka na porcie {0} jest niedost\u0119pna.
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:62
#, java-format
Board\ {0}\ (platform\ {1},\ package\ {2})\ is\ unknown=Nieznana p\u0142ytka {0} (platforma {1}, pakiet {2})
#: ../../../processing/app/debug/TargetBoard.java:42
#, java-format
Board\ {0}\:{1}\:{2}\ doesn''t\ define\ a\ ''build.board''\ preference.\ Auto-set\ to\:\ {3}=P\u0142ytka {0}\:{1}\:{2} nie definiuje ustawienia ''build.board''. Automatyczne ustawienie\: {3}
#: ../../../processing/app/EditorStatus.java:472
Board\:\ =P\u0142ytka\:
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:89
Boards\ Manager=Mened\u017cer p\u0142ytek
#: ../../../../../app/src/processing/app/Base.java:1320
Boards\ Manager...=Mened\u017cer p\u0142ytek...
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:328
Boards\ included\ in\ this\ package\:=P\u0142ytki do\u0142\u0105czone w tej paczce\:
#: ../../../processing/app/debug/Compiler.java:1273
#, java-format
Bootloader\ file\ specified\ but\ missing\:\ {0}=Podany nieistniej\u0105cy plik programu rozruchowego\: {0}
#: ../../../processing/app/Preferences.java:140
Bosnian=bo\u015bniacki
#: SerialMonitor.java:112
Both\ NL\ &\ CR=Zar\u00f3wno NL, jak i CR
#: Preferences.java:81
Browse=Przegl\u0105daj
#: ../../../processing/app/Sketch.java:1530
Build\ options\ changed,\ rebuilding\ all=Opcje projektu zmienione, prze\u0142aduj ca\u0142o\u015b\u0107
#: ../../../../../app/src/processing/app/Base.java:1210
Built-in\ Examples=Wbudowane przyk\u0142ady
#: ../../../processing/app/Preferences.java:80
Bulgarian=bu\u0142garski
#: ../../../processing/app/Preferences.java:141
Burmese\ (Myanmar)=birma\u0144ski
#: Editor.java:708
Burn\ Bootloader=Wypal bootloader
#: Editor.java:2504
Burning\ bootloader\ to\ I/O\ Board\ (this\ may\ take\ a\ minute)...=Wgrywanie bootloadera do p\u0142ytki I/O (mo\u017ce to zaj\u0105c kilka minut)...
#: ../../../../../arduino-core/src/cc/arduino/contributions/DownloadableContributionsDownloader.java:91
CRC\ doesn't\ match,\ file\ is\ corrupted.\ It\ may\ be\ a\ temporary\ problem,\ please\ retry\ later.=CRC nie zgadza si\u0119, plik jest uszkodzony. To mo\u017ce by\u0107 chwilowy problem, prosz\u0119 spr\u00f3bowa\u0107 p\u00f3\u017aniej.
#: ../../../processing/app/Base.java:379
#, java-format
Can\ only\ pass\ one\ of\:\ {0}=Mo\u017cna przekaza\u0107 tylko jeden z\: {0}
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:254
Can't\ enable\ external\ editor=Nie mo\u017cna w\u0142\u0105czy\u0107 zewn\u0119trznego edytora
#: ../../../processing/app/BaseNoGui.java:504
#: ../../../processing/app/BaseNoGui.java:549
Can't\ find\ the\ sketch\ in\ the\ specified\ path=Nie mo\u017cna znale\u017a\u0107 szkicu we wskazanej \u015bcie\u017cce
#: ../../../processing/app/Preferences.java:92
Canadian\ French=francuski (Kanada)
#: Preferences.java:79 Sketch.java:585 Sketch.java:737 Sketch.java:1042
#: Editor.java:2064 Editor.java:2145 Editor.java:2465
Cancel=Anuluj
#: ../../../processing/app/Base.java:465
Cannot\ specify\ any\ sketch\ files=Nie mo\u017cna okre\u015bli\u0107 \u017cadnego pliku szkicu
#: SerialMonitor.java:112
Carriage\ return=powr\u00f3t karetki
#: Preferences.java:87
Catalan=katalo\u0144ski
#: Preferences.java:419
Check\ for\ updates\ on\ startup=Sprawd\u017a aktualizacj\u0119 przy starcie
#: ../../../processing/app/Preferences.java:142
Chinese\ (China)=chi\u0144ski (Chiny)
#: ../../../processing/app/Preferences.java:144
Chinese\ (Taiwan)=chi\u0144ski (Tajwan)
#: ../../../processing/app/Preferences.java:143
Chinese\ (Taiwan)\ (Big5)=chi\u0144ski (Tajwan) (Big5)
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:80
Clear\ output=Wyczy\u015b\u0107 okno
#: ../../../../../app/src/cc/arduino/view/preferences/AdditionalBoardsManagerURLTextArea.java:98
Click\ for\ a\ list\ of\ unofficial\ boards\ support\ URLs=Sprawd\u017a list\u0119 nieoficjalnych adres\u00f3w URL p\u0142ytek
#: Editor.java:521 Editor.java:2024
Close=Zamknij
#: Editor.java:1208 Editor.java:2749
Comment/Uncomment=Komentuj/Odkomentuj
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
Communication=Komunikacja
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
Compiler\ warnings\:\ =Ostrze\u017cenia kompilatora\:
#: Sketch.java:1608 Editor.java:1890
Compiling\ sketch...=Kompilowanie szkicu...
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
Contributed=W\u0142asne
#: Editor.java:1157 Editor.java:2707
Copy=Kopiuj
#: Editor.java:1177 Editor.java:2723
Copy\ as\ HTML=Kopia jako HTML
#: ../../../processing/app/EditorStatus.java:455
Copy\ error\ messages=Kopiuj opis b\u0142\u0119d\u00f3w
#: Editor.java:1165 Editor.java:2715
Copy\ for\ Forum=Kopia dla Forum
#: Sketch.java:1089
#, java-format
Could\ not\ add\ ''{0}''\ to\ the\ sketch.=Nie mo\u017cna doda\u0107 '{0}'' do szkicu.
#: Editor.java:2188
Could\ not\ copy\ to\ a\ proper\ location.=Nie mo\u017cna skopiowa\u0107 to odpowiedniej lokalizacji.
#: ../../../../../arduino-core/src/processing/app/Sketch.java:342
#, java-format
Could\ not\ create\ directory\ "{0}"=Nie mo\u017cna utworzy\u0107 folderu "{0}"
#: Editor.java:2179
Could\ not\ create\ the\ sketch\ folder.=Nie mo\u017cna utworzy\u0107 folderu szkicu.
#: Editor.java:2206
Could\ not\ create\ the\ sketch.=Nie mo\u017cna utworzy\u0107 szkicu.
#: Sketch.java:617
#, java-format
Could\ not\ delete\ "{0}".=Nie mo\u017cna usun\u0105\u0107 "{0}".
#: Sketch.java:1066
#, java-format
Could\ not\ delete\ the\ existing\ ''{0}''\ file.=Nie mo\u017cna usun\u0105\u0107 istniej\u0105cego pliku '{0}''.
#: ../../../processing/app/debug/TargetPlatform.java:74
#, java-format
Could\ not\ find\ boards.txt\ in\ {0}.\ Is\ it\ pre-1.5?=Nie mo\u017cna odnale\u017a\u0107 boards.txt w {0}. Czy jest to pre-1.5?
#: ../../../cc/arduino/packages/uploaders/SerialUploader.java:282
#, java-format
Could\ not\ find\ tool\ {0}=Nie mo\u017cna znale\u017a\u0107 narz\u0119dzia {0}
#: ../../../cc/arduino/packages/uploaders/SerialUploader.java:278
#, java-format
Could\ not\ find\ tool\ {0}\ from\ package\ {1}=Nie mo\u017cna znale\u017a\u0107 narz\u0119dzia {0} z pakietu {1}
#: Base.java:1934
#, java-format
Could\ not\ open\ the\ URL\n{0}=Nie mo\u017cna otworzy\u0107 adresu\n{0}
#: Base.java:1958
#, java-format
Could\ not\ open\ the\ folder\n{0}=Nie mo\u017cna otworzy\u0107 folderu\n{0}
#: Sketch.java:1769
Could\ not\ properly\ re-save\ the\ sketch.\ You\ may\ be\ in\ trouble\ at\ this\ point,\nand\ it\ might\ be\ time\ to\ copy\ and\ paste\ your\ code\ to\ another\ text\ editor.=Nie mo\u017cna poprawnie zapisa\u0107 szkicu. Mo\u017cesz by\u0107 w kropce\ni mo\u017cliwe \u017ce to odpowiedni czas na skopiowanie kodu i wklejenie go do innego edytora.
#: Sketch.java:1768
Could\ not\ re-save\ sketch=Nie mo\u017cna ponownie zapisa\u0107 szkicu
#: Theme.java:52
Could\ not\ read\ color\ theme\ settings.\nYou'll\ need\ to\ reinstall\ Arduino.=Nie mo\u017cna odczyta\u0107 ustawie\u0144 schematu kolor\u00f3w.\nMusisz przeinstalowa\u0107 Arduino.
#: Preferences.java:219
Could\ not\ read\ default\ settings.\nYou'll\ need\ to\ reinstall\ Arduino.=Nie mo\u017cna odczyta\u0107 domy\u015blnych ustawie\u0144.\nMusisz przeinstalowa\u0107 Arduino.
#: Base.java:2482
#, java-format
Could\ not\ remove\ old\ version\ of\ {0}=Nie mo\u017cna usun\u0105\u0107 starej wersji {0}
#: Base.java:2492
#, java-format
Could\ not\ replace\ {0}=Nie mo\u017cna zast\u0105pi\u0107 {0}
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
#, java-format
Could\ not\ write\ preferences\ file\:\ {0}=Nie mo\u017cna zapisa\u0107 pliku preferencji\: {0}
#: tools/Archiver.java:74
Couldn't\ archive\ sketch=Nie mo\u017cna zaarchiwizowa\u0107 szkicu
#: Sketch.java:1647
Couldn't\ determine\ program\ size\:\ {0}=Nie mo\u017cna okre\u015bli\u0107 wielko\u015bci programu\: {0}
#: Sketch.java:616
Couldn't\ do\ it=Nie mo\u017cna tego zrobi\u0107
#: debug/BasicUploader.java:209
Couldn't\ find\ a\ Board\ on\ the\ selected\ port.\ Check\ that\ you\ have\ the\ correct\ port\ selected.\ \ If\ it\ is\ correct,\ try\ pressing\ the\ board's\ reset\ button\ after\ initiating\ the\ upload.=Nie mo\u017cna znale\u017a\u0107 p\u0142ytki na wybranym porcie. Sprawd\u017a czy wybra\u0142e\u015b odpowiedni port. Je\u015bli port jest poprawny spr\u00f3buj nacisn\u0105\u0107 przycisk reset zaraz po zainicjowaniu wgrywania.
#: ../../../processing/app/Preferences.java:82
Croatian=chorwacki
#: Editor.java:1149 Editor.java:2699
Cut=Wytnij
#: ../../../../../app/src/processing/app/Preferences.java:119
Czech\ (Czech\ Republic)=czeski (Republika Czeska)
#: ../../../../../app/src/processing/app/Preferences.java:120
Danish\ (Denmark)=du\u0144ski (Dania)
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
Data\ Processing=Przetwarzanie danych
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
Data\ Storage=Przechowywanie danych
#: ../../../../../app/src/processing/app/Editor.java:1386
Decrease\ Font\ Size=Zmniejsz rozmiar czcionki
#: Editor.java:1224 Editor.java:2765
Decrease\ Indent=Zmniejsz wci\u0119cie
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:185
Default=Domy\u015blne
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
Default\ theme=Motyw domy\u015blny
#: EditorHeader.java:314 Sketch.java:591
Delete=Usu\u0144
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
Device\ Control=Kontrolowanie urz\u0105dze\u0144
#: debug/Uploader.java:199
Device\ is\ not\ responding,\ check\ the\ right\ serial\ port\ is\ selected\ or\ RESET\ the\ board\ right\ before\ exporting=Urz\u0105dzenie nie odpowiada, sprawd\u017a czy zosta\u0142 wybrany w\u0142a\u015bciwy port szeregowy lub zresetuj p\u0142ytk\u0119 tu\u017c przed eksportem
#: tools/FixEncoding.java:57
Discard\ all\ changes\ and\ reload\ sketch?=Porzuci\u0107 zmiany i prze\u0142adowa\u0107 szkic?
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
Display=Wy\u015bwietlanie
#: ../../../processing/app/Preferences.java:438
Display\ line\ numbers=Wy\u015bwietl numery lini
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:195
#, java-format
Do\ you\ want\ to\ remove\ {0}?\nIf\ you\ do\ so\ you\ won't\ be\ able\ to\ use\ {0}\ any\ more.=Czy chcesz usun\u0105\u0107 {0}?\nJe\u017celi to zrobisz, nie b\u0119dziesz m\u00f3g\u0142 wi\u0119cej u\u017cy\u0107 {0}.
#: Editor.java:2064
Don't\ Save=Nie zapisuj
#: Editor.java:2275 Editor.java:2311
Done\ Saving.=Sko\u0144czono zapis.
#: Editor.java:2510
Done\ burning\ bootloader.=Sko\u0144czone wgrywanie bootloadera.
#: ../../../processing/app/BaseNoGui.java:507
#: ../../../processing/app/BaseNoGui.java:552
Done\ compiling=Kompilacja zako\u0144czona
#: Editor.java:1911 Editor.java:1928
Done\ compiling.=Kompilacja zako\u0144czona.
#: Editor.java:2564
Done\ printing.=Drukowanie sko\u0144czone.
#: ../../../processing/app/BaseNoGui.java:514
Done\ uploading=\u0141adowanie zako\u0144czone
#: Editor.java:2395 Editor.java:2431
Done\ uploading.=\u0141adowanie zako\u0144czone.
#: ../../../cc/arduino/contributions/DownloadableContributionsDownloader.java:105
#, java-format
Downloaded\ {0}kb\ of\ {1}kb.=Pobrano {0}\u00a0kB z {1}\u00a0kB.
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:107
Downloading\ boards\ definitions.=\u0141adowanie definicji p\u0142ytek.
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:86
Downloading\ libraries\ index...=Pobieranie indeksu bibliotek...
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:115
#, java-format
Downloading\ library\:\ {0}=Pobieranie biblioteki\: {0}
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:318
Downloading\ platforms\ index...=Pobieranie indeksu platform
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:113
#, java-format
Downloading\ tools\ ({0}/{1}).=Pobieranie narz\u0119dzi ({0}/{1}).
#: Preferences.java:91
Dutch=holenderski
#: ../../../processing/app/Preferences.java:144
Dutch\ (Netherlands)=holenderski (Holandia)
#: ../../../../../app/src/processing/app/Editor.java:1309
Edison\ Help=Pomoc dla Edisona
#: Editor.java:1130
Edit=Edytuj
#: Preferences.java:370
Editor\ font\ size\:\ =Rozmiar czcionki edytora\:
#: Preferences.java:353
Editor\ language\:\ =J\u0119zyk edytora\:
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:322
Enable\ Code\ Folding=W\u0142\u0105cz zawijanie tekstu
#: Preferences.java:92
English=angielski
#: ../../../processing/app/Preferences.java:145
English\ (United\ Kingdom)=angielski (Wielka Brytania)
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:269
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:271
Enter\ a\ comma\ separated\ list\ of\ urls=Wpisz przecinek pomi\u0119dzy adresami
#: ../../../../../app/src/cc/arduino/view/preferences/AdditionalBoardsManagerURLTextArea.java:96
Enter\ additional\ URLs,\ one\ for\ each\ row=Wpisz dodatkowy URL, jeden w ka\u017cdej linii
#: Editor.java:1062
Environment=\u015arodowisko
#: Base.java:2147 Preferences.java:256 Sketch.java:475 Sketch.java:481
#: Sketch.java:496 Sketch.java:503 Sketch.java:526 Sketch.java:543
#: Editor.java:2167 Editor.java:2178 Editor.java:2188 Editor.java:2206
Error=B\u0142\u0105d
#: Sketch.java:1065 Sketch.java:1088
Error\ adding\ file=B\u0142\u0105d przy dodawaniu pliku
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:272
#, java-format
Error\ compiling\ for\ board\ {0}.=B\u0142\u0105d kompilacji dla p\u0142ytki {0}.
#: debug/Compiler.java:369
Error\ compiling.=B\u0142\u0105d kompilacji.
#: ../../../cc/arduino/contributions/DownloadableContributionsDownloader.java:113
#, java-format
Error\ downloading\ {0}=B\u0142\u0105d pobierania {0}
#: Base.java:1674
Error\ getting\ the\ Arduino\ data\ folder.=B\u0142\u0105d w dost\u0119pie do folderu danych Arduino.
#: Serial.java:593
#, java-format
Error\ inside\ Serial.{0}()=B\u0142\u0105d w funkcji Serial.{0}()
#: ../../../../../app/src/processing/app/Theme.java:302
#, java-format
Error\ loading\ theme\ {0}\:\ {1}=B\u0142\u0105d \u0142adowania motywu {0}\: {1}
#: ../../../processing/app/debug/TargetPlatform.java:95
#: ../../../processing/app/debug/TargetPlatform.java:106
#: ../../../processing/app/debug/TargetPlatform.java:117
#, java-format
Error\ loading\ {0}=B\u0142\u0105d \u0142adowania {0}
#: Serial.java:181
#, java-format
Error\ opening\ serial\ port\ ''{0}''.=B\u0142\u0105d otwarcia portu szeregowego ''{0}''.
#: ../../../processing/app/Serial.java:119
#, java-format
Error\ opening\ serial\ port\ ''{0}''.\ Try\ consulting\ the\ documentation\ at\ http\://playground.arduino.cc/Linux/All\#Permission=B\u0142\u0105d otwierania portu szeregowego ''{0}''. Spr\u00f3buj sprawdzi\u0107 w dokumentacji na http\://playground.arduino.cc/Linux/All\#Permission
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
#, java-format
Error\ parsing\ libraries\ index\:\ {0}\nTry\ to\ open\ the\ Library\ Manager\ to\ update\ the\ libraries\ index.=B\u0142\u0105d przy analizie indeksu bibliotek\: {0}\nSpr\u00f3buj otworzy\u0107 Mened\u017cera Bibliotek aby uaktualni\u0107 indeks bibliotek.
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
#, java-format
Error\ reading\ libraries\ index\:\ {0}=B\u0142\u0105d odczytu indeksu bibliotek\: {0}
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
#, java-format
Error\ reading\ package\ indexes\ folder\:\ {0}\n(maybe\ a\ permission\ problem?)=B\u0142\u0105d odczytu katalogu z indeksami pakiet\u00f3w\: {0}\n(mo\u017ce problem z uprawnieniami?)
#: Preferences.java:277
Error\ reading\ preferences=B\u0142\u0105d przy czytaniu ustawie\u0144
#: Preferences.java:279
#, java-format
Error\ reading\ the\ preferences\ file.\ Please\ delete\ (or\ move)\n{0}\ and\ restart\ Arduino.=B\u0142\u0105d przy odczycie pliku ustawie\u0144. Usu\u0144 (lub przesu\u0144)\n{0} i zrestartuj Arduino
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:146
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:166
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:245
Error\ running\ post\ install\ script=B\u0142\u0105d uruchamiania skryptu poinstalacyjnego.
#: ../../../cc/arduino/packages/DiscoveryManager.java:25
Error\ starting\ discovery\ method\:\ =B\u0142\u0105d przy w\u0142\u0105czaniu metody wykrywania wyj\u015bcia\:
#: Serial.java:125
#, java-format
Error\ touching\ serial\ port\ ''{0}''.=B\u0142\u0105d dotkni\u0119cia portu szeregowego ''{0}''.
#: Editor.java:2512 Editor.java:2516 Editor.java:2520
Error\ while\ burning\ bootloader.=B\u0142\u0105d przy wgrywaniu bootloadera.
#: ../../../processing/app/Editor.java:2555
Error\ while\ burning\ bootloader\:\ missing\ '{0}'\ configuration\ parameter=B\u0142\u0105d przy wgrywaniu bootloadera\: brak '{0}' parametru konfiguracji
#: ../../../../../app/src/processing/app/Editor.java:2355
Error\ while\ burning\ bootloader\:\ please\ select\ a\ serial\ port.=B\u0142\u0105d przy wgrywaniu bootloadera\: prosz\u0119 wybra\u0107 port szeregowy.
#: ../../../../../app/src/processing/app/Editor.java:1940
Error\ while\ compiling\:\ missing\ '{0}'\ configuration\ parameter=B\u0142\u0105d kompilacji\: brak '{0}' parametru konfiguracji
#: Editor.java:2567
Error\ while\ printing.=B\u0142\u0105d wydruku.
#: ../../../../../arduino-core/src/processing/app/Serial.java:117
#, java-format
Error\ while\ setting\ serial\ port\ parameters\:\ {0}\ {1}\ {2}\ {3}=B\u0142\u0105d podczas ustawiania parametr\u00f3w portu szeregowego\: {0} {1} {2} {3}
#: ../../../processing/app/BaseNoGui.java:528
Error\ while\ uploading=B\u0142\u0105d przy wgrywaniu
#: ../../../processing/app/Editor.java:2409
#: ../../../processing/app/Editor.java:2449
Error\ while\ uploading\:\ missing\ '{0}'\ configuration\ parameter=B\u0142\u0105d przy wgrywaniu; brak '{0}' parametru konfiguracji
#: ../../../processing/app/BaseNoGui.java:506
#: ../../../processing/app/BaseNoGui.java:551
#: ../../../processing/app/BaseNoGui.java:554
Error\ while\ verifying=B\u0142\u0105d przy weryfikacji
#: ../../../processing/app/BaseNoGui.java:521
Error\ while\ verifying/uploading=B\u0142\u0105d przy weryfikacji/wgrywaniu
#: Preferences.java:93
Estonian=esto\u0144ski
#: Editor.java:516
Examples=Przyk\u0142ady
#: ../../../../../app/src/processing/app/Base.java:1185
Examples\ for\ any\ board=Przyk\u0142ady dla dowolnej p\u0142ytki
#: ../../../../../app/src/processing/app/Base.java:1205
#: ../../../../../app/src/processing/app/Base.java:1216
#, java-format
Examples\ for\ {0}=Przyk\u0142ady dla {0}
#: ../../../../../app/src/processing/app/Base.java:1244
Examples\ from\ Custom\ Libraries=Przyk\u0142ady z niestandardowych bibliotek
#: ../../../../../app/src/processing/app/Base.java:1329
Examples\ from\ Other\ Libraries=Przyk\u0142ady z innych bibliotek
#: ../../../../../app/src/processing/app/Editor.java:753
Export\ canceled,\ changes\ must\ first\ be\ saved.=Eksport zosta\u0142 anulowany, najpierw trzeba zachowa\u0107 zmiany.
#: ../../../../../app/src/processing/app/Editor.java:750
Export\ compiled\ Binary=Eksport skompilowanego programu
#: ../../../processing/app/Base.java:416
#, java-format
Failed\ to\ open\ sketch\:\ "{0}"=Nie uda\u0142o si\u0119 odczyta\u0107 szkicu\: "{0}"
#: ../../../../../arduino-core/src/processing/app/SketchFile.java:183
#, java-format
Failed\ to\ rename\ "{0}"\ to\ "{1}"=Nie uda\u0142o si\u0119 zmieni\u0107 nazwy z "{0}" na "{1}"
#: ../../../../../arduino-core/src/processing/app/Sketch.java:298
Failed\ to\ rename\ sketch\ folder=Nie uda\u0142o si\u0119 zmieni\u0107 nazwy folderu szkicu
#: Editor.java:491
File=Plik
#: ../../../../../arduino-core/src/processing/app/SketchData.java:139
#, java-format
File\ name\ {0}\ is\ invalid\:\ ignored=Nieprawid\u0142owa nazwa pliku\: {0}; zignorowano.
#: Preferences.java:94
Filipino=filipi\u0144ski
#: ../../../../../app/src/cc/arduino/contributions/ui/InstallerJDialog.java:95
Filter\ your\ search...=Filtruj wyniki wyszukiwania...
#: FindReplace.java:124 FindReplace.java:127
Find=Znajd\u017a
#: Editor.java:1249
Find\ Next=Szukaj nast\u0119pny
#: Editor.java:1259
Find\ Previous=Szukaj poprzedni
#: Editor.java:1086 Editor.java:2775
Find\ in\ Reference=Szukaj w referencjach
#: Editor.java:1234
Find...=Szukaj...
#: FindReplace.java:80
Find\:=Szukaj\:
#: ../../../processing/app/Preferences.java:147
Finnish=fi\u0144ski
#: tools/FixEncoding.java:41 tools/FixEncoding.java:58
#: tools/FixEncoding.java:79
Fix\ Encoding\ &\ Reload=Popraw kodowanie i prze\u0142aduj
#: ../../../processing/app/BaseNoGui.java:318
For\ information\ on\ installing\ libraries,\ see\:\ http\://www.arduino.cc/en/Guide/Libraries\n=Informacje na temat instalacji bibliotek\: http\://www.arduino.cc/en/Guide/Libraries\n
#: ../../../cc/arduino/packages/uploaders/SerialUploader.java:118
#, java-format
Forcing\ reset\ using\ 1200bps\ open/close\ on\ port\ {0}=Wymuszam reset u\u017cywaj\u0105c 1200bps otw\u00f3rz/zamknij na porcie {0}
#: Preferences.java:95
French=francuski
#: Editor.java:1097
Frequently\ Asked\ Questions=Cz\u0119sto zadawane pytania
#: Preferences.java:96
Galician=galicyjski
#: ../../../../../app/src/processing/app/Preferences.java:176
Galician\ (Spain)=galicyjski (Hiszpania)
#: ../../../../../app/src/processing/app/Editor.java:1288
Galileo\ Help=Pomoc dla Galileo
#: ../../../processing/app/Preferences.java:94
Georgian=gruzi\u0144ski
#: Preferences.java:97
German=niemiecki
#: ../../../../../app//src/processing/app/Editor.java:817
Get\ Board\ Info=Pobierz informacje o p\u0142ytce
#: Editor.java:1054
Getting\ Started=Samouczek
#: ../../../processing/app/Sketch.java:1646
#, java-format
Global\ variables\ use\ {0}\ bytes\ ({2}%%)\ of\ dynamic\ memory,\ leaving\ {3}\ bytes\ for\ local\ variables.\ Maximum\ is\ {1}\ bytes.=Zmienne globalne u\u017cywaj\u0105 {0} bajt\u00f3w ({2}%%) pami\u0119ci dynamicznej, pozostawiaj\u0105c {3} bajt\u00f3w dla zmiennych lokalnych. Maksimum to {1} bajt\u00f3w.
#: ../../../processing/app/Sketch.java:1651
#, java-format
Global\ variables\ use\ {0}\ bytes\ of\ dynamic\ memory.=Zmienne globalne u\u017cywaj\u0105 {0} bajt\u00f3w pami\u0119ci dynamicznej.
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:66
Go\ to\ line=Id\u017a do linii
#: ../../../../../app/src/processing/app/Editor.java:1460
Go\ to\ line...=Id\u017a do linii...
#: Preferences.java:98
Greek=grecki
#: ../../../processing/app/Preferences.java:95
Hebrew=hebrajski
#: Editor.java:1015
Help=Pomoc
#: Preferences.java:99
Hindi=hindi
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:489
Host\ name\:=Nazwa komputera\:
#: Sketch.java:295
How\ about\ saving\ the\ sketch\ first\ \nbefore\ trying\ to\ rename\ it?=Co powiesz na zapisanie szkicu\nprzed pr\u00f3b\u0105 zmiany nazwy?
#: Sketch.java:882
How\ very\ Borges\ of\ you=Jeste\u015b na kompletnie z\u0142ej drodze
#: Preferences.java:100
Hungarian=w\u0119gierski
#: ../../../../../app/src/processing/app/Base.java:1319
INCOMPATIBLE=NIEZGODNY
#: FindReplace.java:96
Ignore\ Case=Zignoruj wielko\u015b\u0107 liter
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
Ignoring\ library\ with\ bad\ name=Ignorowanie biblioteki z b\u0142\u0119dn\u0105 nazw\u0105
#: Base.java:1436
Ignoring\ sketch\ with\ bad\ name=Ignoruj szkic ze z\u0142\u0105 nazw\u0105
#: ../../../processing/app/Sketch.java:736
In\ Arduino\ 1.0,\ the\ default\ file\ extension\ has\ changed\nfrom\ .pde\ to\ .ino.\ \ New\ sketches\ (including\ those\ created\nby\ "Save-As")\ will\ use\ the\ new\ extension.\ \ The\ extension\nof\ existing\ sketches\ will\ be\ updated\ on\ save,\ but\ you\ can\ndisable\ this\ in\ the\ Preferences\ dialog.\n\nSave\ sketch\ and\ update\ its\ extension?=W Arduino 1.0 domy\u015blne rozszerzenie pliku zmieni\u0142o si\u0119\nz .pde na .ino. Nowe szkice (w\u0142\u0105cznie z tymi utworzonymi przy\npomocy "Zapisz jako") b\u0119d\u0105 u\u017cywa\u0107 nowego rozszerzenia. Rozszerzenie istniej\u0105cych szkic\u00f3w b\u0119dzie uaktualnione przy zapisie, ale mo\u017cesz\nwy\u0142\u0105czy\u0107 to w Preferencjach.\n\nZapisa\u0107 szkic i zaktualizowa\u0107 rozszerzenie?
#: ../../../../../app/src/processing/app/Editor.java:778
Include\ Library=Do\u0142\u0105cz bibliotek\u0119
#: ../../../processing/app/BaseNoGui.java:768
#: ../../../processing/app/BaseNoGui.java:771
Incorrect\ IDE\ installation\ folder=Nieprawid\u0142owy folder instalacji \u015brodowiska
#: ../../../../../app/src/processing/app/Editor.java:1378
Increase\ Font\ Size=Zwi\u0119ksz rozmiar czcionki
#: Editor.java:1216 Editor.java:2757
Increase\ Indent=Powi\u0119ksz wci\u0119cie
#: Preferences.java:101
Indonesian=indonezyjski
#: ../../../../../app/src/processing/app/Base.java:295
Initializing\ packages...=Inicjowanie pakiet\u00f3w...
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/ContributedLibraryTableCell.java:75
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/ContributedLibraryTableCell.java:81
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/ContributedLibraryTableCell.java:289
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:78
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:91
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:303
Install=Instaluj
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:170
Installation\ completed\!=Instalacja zako\u0144czona\!
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/DropdownInstalledLibraryItem.java:50
Installed=Zainstalowany
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:154
Installing\ boards...=Instalowanie p\u0142ytek...
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
#, java-format
Installing\ library\:\ {0}\:{1}=Instalowanie biblioteki\: {0}\:{1}
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
#, java-format
Installing\ tools\ ({0}/{1})...=Instalowanie narz\u0119dzi ({0}/{1})...
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:239
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:172
Installing...=Instalowanie...
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:256
Interface\ scale\:=Powi\u0119kszenie interfejsu
#: ../../../processing/app/Base.java:1204
#, java-format
Invalid\ library\ found\ in\ {0}\:\ {1}=B\u0142\u0119dna biblioteka znaleziona w {0}\: {1}
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:66
#, java-format
Invalid\ quoting\:\ no\ closing\ [{0}]\ char\ found.=Nieprawid\u0142owe cytowanie\: nie znaleziono zamykaj\u0105cego znaku [{0}].
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
#, java-format
Invalid\ version\ '{0}'\ for\ library\ in\:\ {1}=Nieprawid\u0142owa wersja '{0}' dla biblioteki w\: {1}
#: ../../../../../app/src/processing/app/Base.java:316
#: ../../../../../app/src/processing/app/Base.java:362
#, java-format
Invalid\ version\ {0}=B\u0142\u0119dna wersja {0}
#: Preferences.java:102
Italian=w\u0142oski
#: Preferences.java:103
Japanese=japo\u0144ski
#: ../../../../../app/src/cc/arduino/i18n/Languages.java:81
Kazakh=kazachski
#: Preferences.java:104
Korean=korea\u0144ski
#: Preferences.java:105
Latvian=\u0142otewski
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:93
Library\ Manager=Mened\u017cer bibliotek
#: ../../../../../app/src/processing/app/Base.java:2349
Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=Biblioteka zosta\u0142a dodana do bibliotek. Sprawd\u017a menu "Za\u0142\u0105cz biblioteki"
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=Biblioteka nie mo\u017ce jednocze\u015bnie u\u017cywa\u0107 folder\u00f3w 'src' oraz 'utility'. Sprawd\u017a ponownie {0}
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
#, java-format
Library\ is\ already\ installed\:\ {0}\:{1}=Biblioteka jest ju\u017c zainstalowana\: {0}\:{1}
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
Line\ number\:=Numer linii\:
#: Preferences.java:106
Lithuaninan=litewski
#: ../../../../../app/src/processing/app/Base.java:132
Loading\ configuration...=\u0141adowanie konfiguracji...
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
#, java-format
Looking\ for\ recipes\ like\ {0}*{1}=Poszukiwanie przepis\u00f3w typu {0}*{1}
#: ../../../processing/app/Sketch.java:1684
Low\ memory\ available,\ stability\ problems\ may\ occur.=Niski poziom dost\u0119pnej pami\u0119ci, mog\u0105 wyst\u0105pi\u0107 problemy ze stabilno\u015bci\u0105.
#: ../../../../../app/src/processing/app/Base.java:1168
Manage\ Libraries...=Zarz\u0105dzaj bibliotekami...
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:466
Manual\ proxy\ configuration=R\u0119czna konfiguracji po\u015brednika
#: Preferences.java:107
Marathi=marathi
#: Base.java:2112