-
-
Notifications
You must be signed in to change notification settings - Fork 7k
/
Copy pathResources_hu.properties
2023 lines (1416 loc) · 88.7 KB
/
Resources_hu.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:
# benewfy <benewfy@gmail.com>, 2015-2018
# Cristian Maglie <c.maglie@arduino.cc>, 2016
# Federico Fissore <f.fissore@arduino.cc>, 2015
# J\u00e1ni M\u00e1ty\u00e1s <jani.matyas@gmail.com>, 2015
# Melinda <ghostgirl1983@gmail.com>, 2014
# Cseh Robert <tavir@tavir.hu>, 2012
!=Project-Id-Version\: Arduino IDE 1.5\nReport-Msgid-Bugs-To\: \nPOT-Creation-Date\: 2012-03-29 10\:24-0400\nPO-Revision-Date\: 2018-11-23 15\:06+0000\nLast-Translator\: Cristian Maglie <c.maglie@arduino.cc>\nLanguage-Team\: Hungarian (http\://www.transifex.com/mbanzi/arduino-ide-15/language/hu/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: hu\nPlural-Forms\: nplurals\=2; plural\=(n \!\= 1);\n
#: Preferences.java:358 Preferences.java:374
\ \ (requires\ restart\ of\ Arduino)=(Arduino \u00fajraind\u00edt\u00e1sa sz\u00fcks\u00e9ges)
#: ../../../processing/app/debug/Compiler.java:529
#, java-format
\ Not\ used\:\ {0}=Nem haszn\u00e1lt\: {0}
#: ../../../processing/app/debug/Compiler.java:525
#, java-format
\ Used\:\ {0}=Haszn\u00e1lt\: {0}
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:558
'Keyboard'\ not\ found.\ Does\ your\ sketch\ include\ the\ line\ '\#include\ <Keyboard.h>'?='Keyboard' nem tal\u00e1lhat\u00f3\! Ellen\u0151rizd, hogy a v\u00e1zlat tartalmazza-e a '\#include <Keyboard.h>' sort\!
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:553
'Mouse'\ not\ found.\ Does\ your\ sketch\ include\ the\ line\ '\#include\ <Mouse.h>'?='Mouse' nem tal\u00e1lhat\u00f3\! Ellen\u0151rizd, hogy a v\u00e1zlat tartalmazza-e a '\#include <Mouse.h>' sort\!
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:61
'arch'\ folder\ is\ no\ longer\ supported\!\ See\ http\://goo.gl/gfFJzU\ for\ more\ information=Az 'arch' mappa a tov\u00e1bbiakban nem t\u00e1mogatott\! Tov\u00e1bbi inform\u00e1ci\u00f3k\u00e9rt l\u00e1togassa meg a http\://goo.gl/gfFJzU -t
#: Preferences.java:478
(edit\ only\ when\ Arduino\ is\ not\ running)=(csak akkor szerkeszd, ha az Arduino nem fut)
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:67
(legacy)=(\u00f6r\u00f6k\u00f6lt)
#: ../../../processing/app/helpers/CommandlineParser.java:149
--curdir\ no\ longer\ supported=--curdir tov\u00e1bbiakban nem t\u00e1mogatott
#: ../../../processing/app/Base.java:468
--verbose,\ --verbose-upload\ and\ --verbose-build\ can\ only\ be\ used\ together\ with\ --verify\ or\ --upload=--verbose, --verbose-upload \u00e9s --verbose-build csak a --verify vagy --upload kapcsol\u00f3kkal egy\u00fcttesen haszn\u00e1lhat\u00f3
#: 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>Szeretn\u00e9d menteni a v\u00e1ltoztat\u00e1sokat ezen a v\u00e1zlaton<BR> miel\u0151tt bez\u00e1rod?</b><p>Ha nem mented, a v\u00e1ltoz\u00e1said elvesznek.
#: Editor.java:2169
#, java-format
A\ folder\ named\ "{0}"\ already\ exists.\ Can't\ open\ sketch.="{0}" nev\u0171 mappa m\u00e1r l\u00e9tezik. V\u00e1zlatot nem lehet megnyitni.
#: Base.java:2690
#, java-format
A\ library\ named\ {0}\ already\ exists={0} nev\u0171 k\u00f6nyvt\u00e1r m\u00e1r l\u00e9tezik
#: UpdateCheck.java:103
A\ new\ version\ of\ Arduino\ is\ available,\nwould\ you\ like\ to\ visit\ the\ Arduino\ download\ page?=El\u00e9rhet\u0151 az Arduino \u00faj verzi\u00f3ja,\nszeretn\u00e9d megl\u00e1togatni az Arduino let\u00f6lt\u00e9s oldalt?
#: ../../../../../app/src/cc/arduino/contributions/BuiltInCoreIsNewerCheck.java:96
#, java-format
A\ newer\ {0}\ package\ is\ available=Egy \u00fajabb {0} csomag el\u00e9rhet\u0151
#: ../../../../../app/src/processing/app/Base.java:2307
A\ subfolder\ of\ your\ sketchbook\ is\ not\ a\ valid\ library=A v\u00e1zlatf\u00fczeted egy almapp\u00e1ja nem egy \u00e9rv\u00e9nyes k\u00f6nyvt\u00e1r
#: Editor.java:1116
About\ Arduino=Inform\u00e1ci\u00f3 az Arduino-r\u00f3l
#: ../../../../../app/src/cc/arduino/i18n/Languages.java:41
Acoli=Acholi
#: ../../../../../app/src/processing/app/Base.java:1177
Add\ .ZIP\ Library...=.ZIP k\u00f6nyvt\u00e1r hozz\u00e1ad\u00e1sa...
#: Editor.java:650
Add\ File...=F\u00e1jl hozz\u00e1ad\u00e1sa...
#: ../../../../../app/src/cc/arduino/view/preferences/AdditionalBoardsManagerURLTextArea.java:73
Additional\ Boards\ Manager\ URLs=Tov\u00e1bbi Alaplap-kezel\u0151 URL-ek
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:268
Additional\ Boards\ Manager\ URLs\:\ =Tov\u00e1bbi Alaplap-kezel\u0151 URL-ek\:
#: ../../../../../app/src/processing/app/Preferences.java:161
Afrikaans=Afrikaans
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:248
Aggressively\ cache\ compiled\ core=Agressz\u00edvan cache ford\u00edtott mag
#: ../../../processing/app/Preferences.java:96
Albanian=Alb\u00e1n
#: ../../../../../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=\u00d6sszes
#: 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=Hiba t\u00f6rt\u00e9nt a f\u00e1jl k\u00f3dol\u00e1s\u00e1nak jav\u00edt\u00e1sakor.\nNe pr\u00f3b\u00e1ld meg menteni ezt a v\u00e1zlatot, mert fel\u00fcl\u00edrhatja\na r\u00e9gi verzi\u00f3t. Haszn\u00e1ld a Megnyit\u00e1s-t a v\u00e1zlat \u00fajb\u00f3li megnyit\u00e1s\u00e1hoz \u00e9s pr\u00f3b\u00e1ld \u00fajra.\n
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:99
An\ error\ occurred\ while\ updating\ libraries\ index\!=Hiba t\u00f6rt\u00e9nt a k\u00f6nyvt\u00e1r-index friss\u00edt\u00e9sekor\!
#: ../../../processing/app/BaseNoGui.java:528
An\ error\ occurred\ while\ uploading\ the\ sketch=Hiba t\u00f6rt\u00e9nt a v\u00e1zlat felt\u00f6lt\u00e9se k\u00f6zben
#: ../../../processing/app/BaseNoGui.java:506
#: ../../../processing/app/BaseNoGui.java:551
#: ../../../processing/app/BaseNoGui.java:554
An\ error\ occurred\ while\ verifying\ the\ sketch=Hiba t\u00f6rt\u00e9nt a v\u00e1zlat ellen\u0151rz\u00e9se k\u00f6zben
#: ../../../processing/app/BaseNoGui.java:521
An\ error\ occurred\ while\ verifying/uploading\ the\ sketch=Hiba t\u00f6rt\u00e9nt a v\u00e1zlat ellen\u0151rz\u00e9se/felt\u00f6lt\u00e9se k\u00f6zben
#: Base.java:228
An\ unknown\ error\ occurred\ while\ trying\ to\ load\nplatform-specific\ code\ for\ your\ machine.=Ismeretlen hiba t\u00f6rt\u00e9nt a g\u00e9pedhez\nval\u00f3 platformf\u00fcgg\u0151 k\u00f3d bet\u00f6lt\u00e9sekor.
#: Preferences.java:85
Arabic=Arab
#: Preferences.java:86
Aragonese=Arag\u00f3niai
#: tools/Archiver.java:48
Archive\ Sketch=V\u00e1zlat arhiv\u00e1l\u00e1sa
#: tools/Archiver.java:109
Archive\ sketch\ as\:=V\u00e1zlat archiv\u00e1l\u00e1sa m\u00e1sk\u00e9nt\:
#: tools/Archiver.java:139
Archive\ sketch\ canceled.=V\u00e1zlat archiv\u00e1l\u00e1sa megszak\u00edtva.
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:67
#, java-format
Archiving\ built\ core\ (caching)\ in\:\ {0}=\u00c9p\u00edtett mag archiv\u00e1l\u00e1s (cachel\u00e9s) ebben\: {0}
#: tools/Archiver.java:75
Archiving\ the\ sketch\ has\ been\ canceled\ because\nthe\ sketch\ couldn't\ save\ properly.=A v\u00e1zlat archiv\u00e1l\u00e1sa megszak\u00edtva,\nmert nem menthet\u0151 megfelel\u0151en.
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
Arduino=Arduino
#: ../../../processing/app/I18n.java:83
Arduino\ ARM\ (32-bits)\ Boards=Arduino ARM (32-bit) Alaplapok
#: ../../../processing/app/I18n.java:82
Arduino\ AVR\ Boards=Arduino AVR Alaplapok
#: Editor.java:2137
Arduino\ can\ only\ open\ its\ own\ sketches\nand\ other\ files\ ending\ in\ .ino\ or\ .pde=Az Arduino csak a saj\u00e1t v\u00e1zlatait \u00e9s egy\u00e9b .ino-ra\nvagy .pde-re v\u00e9gz\u0151d\u0151 f\u00e1jlokat tudja megnyitni.
#: Base.java:1682
Arduino\ cannot\ run\ because\ it\ could\ not\ncreate\ a\ folder\ to\ store\ your\ settings.=Arduino nem futtathat\u00f3, mert nem hozhat\u00f3 l\u00e9tre\nmappa a be\u00e1ll\u00edt\u00e1said t\u00e1rol\u00e1s\u00e1ra.
#: Base.java:1889
Arduino\ cannot\ run\ because\ it\ could\ not\ncreate\ a\ folder\ to\ store\ your\ sketchbook.=Arduino nem futtathat\u00f3, mert nem hozhat\u00f3 l\u00e9tre\nmappa a v\u00e1zlatf\u00fczeted t\u00e1rol\u00e1s\u00e1ra.
#: ../../../processing/app/EditorStatus.java:471
Arduino\:\ =Arduino\:
#: Sketch.java:588
#, java-format
Are\ you\ sure\ you\ want\ to\ delete\ "{0}"?=Biztosan t\u00f6r\u00f6lni akarod a(z) "{0}"-t?
#: Sketch.java:587
Are\ you\ sure\ you\ want\ to\ delete\ this\ sketch?=Biztosan t\u00f6r\u00f6lni akarod ezt a v\u00e1zlatot?
#: ../../../processing/app/Base.java:356
Argument\ required\ for\ --board=Param\u00e9ter sz\u00fcks\u00e9ges ehhez\: --board
#: ../../../processing/app/Base.java:363
Argument\ required\ for\ --port=Param\u00e9ter sz\u00fcks\u00e9ges ehhez\: --port
#: ../../../processing/app/Base.java:377
Argument\ required\ for\ --pref=Param\u00e9ter sz\u00fcks\u00e9ges ehhez\: --pref
#: ../../../processing/app/Base.java:384
Argument\ required\ for\ --preferences-file=Param\u00e9ter sz\u00fcks\u00e9ges ehhez\: --preferences-file
#: ../../../processing/app/helpers/CommandlineParser.java:76
#: ../../../processing/app/helpers/CommandlineParser.java:83
#, java-format
Argument\ required\ for\ {0}=Param\u00e9ter sz\u00fcks\u00e9ges ehhez {0}
#: ../../../processing/app/Preferences.java:137
Armenian=\u00d6rm\u00e9ny
#: ../../../processing/app/Preferences.java:138
Asturian=Aszt\u00fariai
#: ../../../processing/app/debug/Compiler.java:145
Authorization\ required=Jogosults\u00e1g sz\u00fcks\u00e9ges
#: tools/AutoFormat.java:91
Auto\ Format=Automatikus form\u00e1z\u00e1s
#: tools/AutoFormat.java:944
Auto\ Format\ finished.=Automatikus form\u00e1z\u00e1s befejez\u0151d\u00f6tt.
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:457
Auto-detect\ proxy\ settings=Proxy be\u00e1ll\u00edt\u00e1sok automatikus \u00e9szlel\u00e9se
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:264
Automatic=Automatikus
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:474
Automatic\ proxy\ configuration\ URL\:=Automatikus proxy konfigur\u00e1ci\u00f3 URL\:
#: SerialMonitor.java:110
Autoscroll=Automatikus g\u00f6rget\u00e9s
#: Editor.java:2619
#, java-format
Bad\ error\ line\:\ {0}=Hib\u00e1s sor\: {0}
#: Editor.java:2136
Bad\ file\ selected=Rossz f\u00e1jl kiv\u00e1lasztva
#: ../../../processing/app/Preferences.java:149
Basque=Baszk
#: ../../../processing/app/Preferences.java:139
Belarusian=Feh\u00e9rorosz
#: ../../../processing/app/Base.java:1433
#: ../../../processing/app/Editor.java:707
Board=Alaplap
#: ../../../../../app//src/processing/app/Editor.java:2824
Board\ Info=Alaplap inf\u00f3
#: ../../../../../app/src/processing/app/Editor.java:2545
#: ../../../../../app/src/processing/app/Editor.java:2641
#, java-format
Board\ at\ {0}\ is\ not\ available=Alaplap a(z) {0}-n nem el\u00e9rhet\u0151
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:62
#, java-format
Board\ {0}\ (platform\ {1},\ package\ {2})\ is\ unknown=Alaplap {0} (platform {1}, csomag {2}) ismeretlen
#: ../../../processing/app/debug/TargetBoard.java:42
#, java-format
Board\ {0}\:{1}\:{2}\ doesn''t\ define\ a\ ''build.board''\ preference.\ Auto-set\ to\:\ {3}=Alaplap {0}\:{1}\:{2} nem defini\u00e1l ''build.board'' be\u00e1ll\u00edt\u00e1sokat. Automatikusan be\u00e1ll\u00edtva erre\: {3}
#: ../../../processing/app/EditorStatus.java:472
Board\:\ =Alaplap\:
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:89
Boards\ Manager=Alaplap-kezel\u0151
#: ../../../../../app/src/processing/app/Base.java:1320
Boards\ Manager...=Alaplap-kezel\u0151...
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:328
Boards\ included\ in\ this\ package\:=Alaplapok tartalmazva ebben a csomagban\:
#: ../../../processing/app/debug/Compiler.java:1273
#, java-format
Bootloader\ file\ specified\ but\ missing\:\ {0}=Bootloader f\u00e1jl meghat\u00e1rozva, de hi\u00e1nyzik\: {0}
#: ../../../processing/app/Preferences.java:140
Bosnian=Bosny\u00e1k
#: SerialMonitor.java:112
Both\ NL\ &\ CR=Soremel\u00e9s \u00e9s kocsi vissza is
#: Preferences.java:81
Browse=B\u00f6ng\u00e9sz\u00e9s
#: ../../../processing/app/Sketch.java:1530
Build\ options\ changed,\ rebuilding\ all=Fel\u00e9p\u00edt\u00e9s be\u00e1ll\u00edt\u00e1sok megv\u00e1ltoztak, eg\u00e9sz \u00fajra\u00e9p\u00edt\u00e9se
#: ../../../../../app/src/processing/app/Base.java:1210
Built-in\ Examples=Be\u00e9p\u00edtett p\u00e9ld\u00e1k
#: ../../../processing/app/Preferences.java:80
Bulgarian=Bolg\u00e1r
#: ../../../processing/app/Preferences.java:141
Burmese\ (Myanmar)=Burmai (Mianmar)
#: Editor.java:708
Burn\ Bootloader=Bootloader \u00e9get\u00e9se
#: Editor.java:2504
Burning\ bootloader\ to\ I/O\ Board\ (this\ may\ take\ a\ minute)...=Bootloader \u00e9get\u00e9se I/O Alaplapra (ez eltarthat egy percig)...
#: ../../../../../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 nem egyezik, a f\u00e1jl s\u00e9r\u00fclt. Ez lehet ideiglenes probl\u00e9ma, k\u00e9rlek pr\u00f3b\u00e1ld k\u00e9s\u0151bb.
#: ../../../processing/app/Base.java:379
#, java-format
Can\ only\ pass\ one\ of\:\ {0}=Csak egy mehet \u00e1t ebb\u0151l\: {0}
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:254
Can't\ enable\ external\ editor=Nem lehet enged\u00e9lyezni k\u00fcls\u0151 szerkeszt\u0151t
#: ../../../processing/app/BaseNoGui.java:504
#: ../../../processing/app/BaseNoGui.java:549
Can't\ find\ the\ sketch\ in\ the\ specified\ path=Nem tal\u00e1lhat\u00f3 a v\u00e1zlat a megadott \u00fatvonalon
#: ../../../processing/app/Preferences.java:92
Canadian\ French=Kanadai francia
#: Preferences.java:79 Sketch.java:585 Sketch.java:737 Sketch.java:1042
#: Editor.java:2064 Editor.java:2145 Editor.java:2465
Cancel=M\u00e9gse
#: ../../../processing/app/Base.java:465
Cannot\ specify\ any\ sketch\ files=Nem lehet meghat\u00e1rozni egyetlen v\u00e1zlat f\u00e1jlt sem
#: SerialMonitor.java:112
Carriage\ return=Kocsi vissza
#: Preferences.java:87
Catalan=Katal\u00e1n
#: Preferences.java:419
Check\ for\ updates\ on\ startup=Friss\u00edt\u00e9sek ellen\u0151rz\u00e9se ind\u00edt\u00e1skor
#: ../../../processing/app/Preferences.java:142
Chinese\ (China)=K\u00ednai (K\u00edna)
#: ../../../processing/app/Preferences.java:144
Chinese\ (Taiwan)=K\u00ednai (Tajvan)
#: ../../../processing/app/Preferences.java:143
Chinese\ (Taiwan)\ (Big5)=K\u00ednai (Tajvan) (Big5)
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:80
Clear\ output=Kimenet t\u00f6rl\u00e9se
#: ../../../../../app/src/cc/arduino/view/preferences/AdditionalBoardsManagerURLTextArea.java:98
Click\ for\ a\ list\ of\ unofficial\ boards\ support\ URLs=Kattints a nem hivatalos alaplap-t\u00e1mogat\u00e1si URL-ek list\u00e1j\u00e1\u00e9rt
#: Editor.java:521 Editor.java:2024
Close=Bez\u00e1r\u00e1s
#: Editor.java:1208 Editor.java:2749
Comment/Uncomment=Megjegyz\u00e9s/-visszavon\u00e1s
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
Communication=Kommunik\u00e1ci\u00f3
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
Compiler\ warnings\:\ =Ford\u00edt\u00f3 figyelmeztet\u00e9sek\:
#: Sketch.java:1608 Editor.java:1890
Compiling\ sketch...=V\u00e1zlat ford\u00edt\u00e1sa...
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
Contributed=Hozz\u00e1adott
#: Editor.java:1157 Editor.java:2707
Copy=M\u00e1sol\u00e1s
#: Editor.java:1177 Editor.java:2723
Copy\ as\ HTML=M\u00e1sol\u00e1s HTML-k\u00e9nt
#: ../../../processing/app/EditorStatus.java:455
Copy\ error\ messages=Hiba\u00fczenetek m\u00e1sol\u00e1sa
#: Editor.java:1165 Editor.java:2715
Copy\ for\ Forum=M\u00e1sol\u00e1s f\u00f3rumra
#: Sketch.java:1089
#, java-format
Could\ not\ add\ ''{0}''\ to\ the\ sketch.=Nem lehet hozz\u00e1adni ''{0}''-t a v\u00e1zlathoz.
#: Editor.java:2188
Could\ not\ copy\ to\ a\ proper\ location.=Nem lehet m\u00e1solni megfelel\u0151 helyre.
#: ../../../../../arduino-core/src/processing/app/Sketch.java:342
#, java-format
Could\ not\ create\ directory\ "{0}"=Nem lehet l\u00e9trehozni "{0}" k\u00f6nyvt\u00e1rat
#: Editor.java:2179
Could\ not\ create\ the\ sketch\ folder.=Nem lehet l\u00e9trehozni a v\u00e1zlat mapp\u00e1t.
#: Editor.java:2206
Could\ not\ create\ the\ sketch.=Nem lehet l\u00e9trehozni a v\u00e1zlatot.
#: Sketch.java:617
#, java-format
Could\ not\ delete\ "{0}".=Nem lehet t\u00f6r\u00f6lni "{0}"-t.
#: Sketch.java:1066
#, java-format
Could\ not\ delete\ the\ existing\ ''{0}''\ file.=Nem lehet t\u00f6r\u00f6lni a l\u00e9tez\u0151 ''{0}'' f\u00e1jlt.
#: ../../../processing/app/debug/TargetPlatform.java:74
#, java-format
Could\ not\ find\ boards.txt\ in\ {0}.\ Is\ it\ pre-1.5?=Nem lehet megtal\u00e1lni a boards.txt-t ebben\: {0}. 1.5 el\u0151tti?
#: ../../../cc/arduino/packages/uploaders/SerialUploader.java:282
#, java-format
Could\ not\ find\ tool\ {0}=Nem lehet megtal\u00e1lni a(z) {0} eszk\u00f6zt
#: ../../../cc/arduino/packages/uploaders/SerialUploader.java:278
#, java-format
Could\ not\ find\ tool\ {0}\ from\ package\ {1}=Nem lehet megtal\u00e1lni a(z) {0} eszk\u00f6zt a(z) {1} csomagb\u00f3l
#: Base.java:1934
#, java-format
Could\ not\ open\ the\ URL\n{0}=Nem lehet megnyitni az URL-t\:\n{0}
#: Base.java:1958
#, java-format
Could\ not\ open\ the\ folder\n{0}=Nem lehet megnyitni a mapp\u00e1t\:\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.=Nem lehet megfelel\u0151en \u00fajramenteni a v\u00e1zlatot. Bajban lehetsz ezen a ponton,\n\u00e9s id\u0151be telhet m\u00e1solni \u00e9s beilleszteni a k\u00f3dod egy m\u00e1sik sz\u00f6vegszerkeszt\u0151be.
#: Sketch.java:1768
Could\ not\ re-save\ sketch=Nem lehet \u00fajramenteni v\u00e1zlatot
#: Theme.java:52
Could\ not\ read\ color\ theme\ settings.\nYou'll\ need\ to\ reinstall\ Arduino.=A sz\u00edn t\u00e9ma be\u00e1ll\u00edt\u00e1sok nem olvashat\u00f3k.\n\u00dajra kell telep\u00edtened az Arduino-t.
#: Preferences.java:219
Could\ not\ read\ default\ settings.\nYou'll\ need\ to\ reinstall\ Arduino.=Az alap\u00e9rtelmezett be\u00e1ll\u00edt\u00e1sok nem olvashat\u00f3k.\n\u00dajra kell telep\u00edtened az Arduino-t.
#: Base.java:2482
#, java-format
Could\ not\ remove\ old\ version\ of\ {0}=Nem t\u00e1vol\u00edthat\u00f3 el a(z) {0} r\u00e9gi verzi\u00f3ja
#: Base.java:2492
#, java-format
Could\ not\ replace\ {0}=Nem lehet lecser\u00e9lni\: {0}
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
#, java-format
Could\ not\ write\ preferences\ file\:\ {0}=A be\u00e1ll\u00edt\u00e1sok nem \u00edrhat\u00f3ak\: {0}
#: tools/Archiver.java:74
Couldn't\ archive\ sketch=Nem lehet archiv\u00e1lni v\u00e1zlatot
#: Sketch.java:1647
Couldn't\ determine\ program\ size\:\ {0}=Nem lehet meghat\u00e1rozni program m\u00e9retet\: {0}
#: Sketch.java:616
Couldn't\ do\ it=Nem lehet megcsin\u00e1lni
#: 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.=Nem tal\u00e1lhat\u00f3 alaplap a kiv\u00e1lasztott porton. Ellen\u0151rizd, hogy a megfelel\u0151 portot v\u00e1lasztottad. Ha megfelel\u0151, pr\u00f3b\u00e1ld meg megnyomni az alaplap vissza\u00e1ll\u00edt\u00e1s gombj\u00e1t a felt\u00f6lt\u00e9s elind\u00edt\u00e1sa ut\u00e1n.
#: ../../../processing/app/Preferences.java:82
Croatian=Horv\u00e1t
#: Editor.java:1149 Editor.java:2699
Cut=Kiv\u00e1g\u00e1s
#: ../../../../../app/src/processing/app/Preferences.java:119
Czech\ (Czech\ Republic)=Cseh (Cseh K\u00f6zt\u00e1rsas\u00e1g)
#: ../../../../../app/src/processing/app/Preferences.java:120
Danish\ (Denmark)=D\u00e1n (D\u00e1nia)
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
Data\ Processing=Adatfeldolgoz\u00e1s
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
Data\ Storage=Adatt\u00e1rol\u00e1s
#: ../../../../../app/src/processing/app/Editor.java:1386
Decrease\ Font\ Size=Bet\u0171m\u00e9ret cs\u00f6kkent\u00e9se
#: Editor.java:1224 Editor.java:2765
Decrease\ Indent=Beh\u00faz\u00e1s cs\u00f6kkent\u00e9se
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:185
Default=Alap\u00e9rtelmezett
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
Default\ theme=Alap\u00e9rtelmezett t\u00e9ma
#: EditorHeader.java:314 Sketch.java:591
Delete=T\u00f6rl\u00e9s
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
Device\ Control=Eszk\u00f6z vez\u00e9rl\u00e9s
#: debug/Uploader.java:199
Device\ is\ not\ responding,\ check\ the\ right\ serial\ port\ is\ selected\ or\ RESET\ the\ board\ right\ before\ exporting=Eszk\u00f6z nem v\u00e1laszol, ellen\u0151rizd, hogy a megfelel\u0151 soros port lett kiv\u00e1lasztva, vagy \u00e1ll\u00edtsd vissza az alaplapot k\u00f6zvetlen az export\u00e1l\u00e1s el\u0151tt
#: tools/FixEncoding.java:57
Discard\ all\ changes\ and\ reload\ sketch?=Az \u00f6sszes v\u00e1ltoz\u00e1s elvet\u00e9se \u00e9s v\u00e1zlat \u00fajrat\u00f6lt\u00e9se?
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
Display=Megjelen\u00edt\u0151
#: ../../../processing/app/Preferences.java:438
Display\ line\ numbers=Sor sz\u00e1mok megjelen\u00edt\u00e9se
#: ../../../../../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.=El akarod t\u00e1vol\u00edtani ezt\: {0}?\nHa megteszed, a tov\u00e1bbiakban nem tudod haszn\u00e1lni ezt\: {0}.
#: Editor.java:2064
Don't\ Save=Ne mentse
#: Editor.java:2275 Editor.java:2311
Done\ Saving.=Ment\u00e9s k\u00e9sz.
#: Editor.java:2510
Done\ burning\ bootloader.=Bootloader \u00e9get\u00e9se k\u00e9sz.
#: ../../../processing/app/BaseNoGui.java:507
#: ../../../processing/app/BaseNoGui.java:552
Done\ compiling=Ford\u00edt\u00e1s k\u00e9sz
#: Editor.java:1911 Editor.java:1928
Done\ compiling.=Ford\u00edt\u00e1s k\u00e9sz.
#: Editor.java:2564
Done\ printing.=Nyomtat\u00e1s k\u00e9sz.
#: ../../../processing/app/BaseNoGui.java:514
Done\ uploading=Fel\u00f6lt\u00e9s k\u00e9sz
#: Editor.java:2395 Editor.java:2431
Done\ uploading.=Fel\u00f6lt\u00e9s k\u00e9sz.
#: ../../../cc/arduino/contributions/DownloadableContributionsDownloader.java:105
#, java-format
Downloaded\ {0}kb\ of\ {1}kb.=Let\u00f6ltve {0}kb ebb\u0151l\: {1}kb.
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:107
Downloading\ boards\ definitions.=Alaplap defin\u00edci\u00f3k let\u00f6lt\u00e9se.
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:86
Downloading\ libraries\ index...=K\u00f6nyvt\u00e1r-index let\u00f6lt\u00e9se...
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:115
#, java-format
Downloading\ library\:\ {0}=K\u00f6nyvt\u00e1r let\u00f6lt\u00e9se\: {0}
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:318
Downloading\ platforms\ index...=Platform-index let\u00f6lt\u00e9se...
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:113
#, java-format
Downloading\ tools\ ({0}/{1}).=Eszk\u00f6z\u00f6k let\u00f6lt\u00e9se ({0}/{1}).
#: Preferences.java:91
Dutch=Holland
#: ../../../processing/app/Preferences.java:144
Dutch\ (Netherlands)=Holland (Hollandia)
#: ../../../../../app/src/processing/app/Editor.java:1309
Edison\ Help=Edison s\u00fag\u00f3
#: Editor.java:1130
Edit=Szerkeszt\u00e9s
#: Preferences.java:370
Editor\ font\ size\:\ =Szerkeszt\u0151 bet\u0171m\u00e9ret\:
#: Preferences.java:353
Editor\ language\:\ =Szerkeszt\u0151 nyelve\:
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:322
Enable\ Code\ Folding=K\u00f3d \u00f6sszez\u00e1r\u00e1s enged\u00e9lyez\u00e9se
#: Preferences.java:92
English=Angol
#: ../../../processing/app/Preferences.java:145
English\ (United\ Kingdom)=Angol (Egyes\u00fclt Kir\u00e1lys\u00e1g)
#: ../../../../../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=Adj meg egy vessz\u0151vel elv\u00e1lasztott URL list\u00e1t
#: ../../../../../app/src/cc/arduino/view/preferences/AdditionalBoardsManagerURLTextArea.java:96
Enter\ additional\ URLs,\ one\ for\ each\ row=Adj meg a tov\u00e1bbi URL-eket, soronk\u00e9nt egyet
#: Editor.java:1062
Environment=K\u00f6rnyezet
#: 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=Hiba
#: Sketch.java:1065 Sketch.java:1088
Error\ adding\ file=Hiba f\u00e1jl hozz\u00e1ad\u00e1sakor
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:272
#, java-format
Error\ compiling\ for\ board\ {0}.=Hiba a(z) {0} alaplapra ford\u00edt\u00e1sra.
#: debug/Compiler.java:369
Error\ compiling.=Hiba ford\u00edt\u00e1skor.
#: ../../../cc/arduino/contributions/DownloadableContributionsDownloader.java:113
#, java-format
Error\ downloading\ {0}=Hiba a(z) {0} let\u00f6lt\u00e9sekor
#: Base.java:1674
Error\ getting\ the\ Arduino\ data\ folder.=Hiba az Arduino adat mappa el\u00e9r\u00e9sekor.
#: Serial.java:593
#, java-format
Error\ inside\ Serial.{0}()=Hiba a Serial.{0}()-ban
#: ../../../../../app/src/processing/app/Theme.java:302
#, java-format
!Error\ loading\ theme\ {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}=Hiba a(z) {0} bet\u00f6lt\u00e9sekor
#: Serial.java:181
#, java-format
Error\ opening\ serial\ port\ ''{0}''.=Hiba a soros port ''{0}'' megnyit\u00e1sakor.
#: ../../../processing/app/Serial.java:119
#, java-format
Error\ opening\ serial\ port\ ''{0}''.\ Try\ consulting\ the\ documentation\ at\ http\://playground.arduino.cc/Linux/All\#Permission=Hiba a soros port ''{0}'' megnyit\u00e1sakor. Pr\u00f3b\u00e1ld meg tanulm\u00e1nyozni a dokument\u00e1ci\u00f3t itt\: 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.=
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
#, java-format
!Error\ reading\ libraries\ index\:\ {0}=
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
#, java-format
!Error\ reading\ package\ indexes\ folder\:\ {0}\n(maybe\ a\ permission\ problem?)=
#: Preferences.java:277
Error\ reading\ preferences=Hiba a be\u00e1ll\u00edt\u00e1sok beolvas\u00e1sakor
#: Preferences.java:279
#, java-format
Error\ reading\ the\ preferences\ file.\ Please\ delete\ (or\ move)\n{0}\ and\ restart\ Arduino.=Hiba a be\u00e1ll\u00edt\u00e1sok f\u00e1jl beolvas\u00e1sakor. K\u00e9rlek t\u00f6r\u00f6ld (vagy helyezd \u00e1t) ezt\:\n{0} \u00e9s ind\u00edtsd \u00fajra az Arduino-t.
#: ../../../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=Hiba a telep\u00edt\u00e9s ut\u00e1ni szkript futtat\u00e1sakor
#: ../../../cc/arduino/packages/DiscoveryManager.java:25
Error\ starting\ discovery\ method\:\ =Hiba a felder\u00edt\u0151 elj\u00e1r\u00e1s ind\u00edt\u00e1sakor\:
#: Serial.java:125
#, java-format
Error\ touching\ serial\ port\ ''{0}''.=Hiba a soros port ''{0}'' hozz\u00e1f\u00e9r\u00e9sekor.
#: Editor.java:2512 Editor.java:2516 Editor.java:2520
Error\ while\ burning\ bootloader.=Hiba a bootloader \u00e9get\u00e9sekor.
#: ../../../processing/app/Editor.java:2555
Error\ while\ burning\ bootloader\:\ missing\ '{0}'\ configuration\ parameter=Hiba a bootloader \u00e9get\u00e9sekor\: hi\u00e1nyz\u00f3 '{0}' konfigur\u00e1ci\u00f3s param\u00e9ter
#: ../../../../../app/src/processing/app/Editor.java:2355
!Error\ while\ burning\ bootloader\:\ please\ select\ a\ serial\ port.=
#: ../../../../../app/src/processing/app/Editor.java:1940
Error\ while\ compiling\:\ missing\ '{0}'\ configuration\ parameter=Hiba a ford\u00edt\u00e1skor\: hi\u00e1nyz\u00f3 '{0}' konfigur\u00e1ci\u00f3s param\u00e9ter
#: Editor.java:2567
Error\ while\ printing.=Hiba a nyomtat\u00e1skor.
#: ../../../../../arduino-core/src/processing/app/Serial.java:117
#, java-format
Error\ while\ setting\ serial\ port\ parameters\:\ {0}\ {1}\ {2}\ {3}=Hiba a soros port param\u00e9terek be\u00e1ll\u00edt\u00e1sakor\: {0} {1} {2} {3}
#: ../../../processing/app/BaseNoGui.java:528
Error\ while\ uploading=Hiba felt\u00f6lt\u00e9skor
#: ../../../processing/app/Editor.java:2409
#: ../../../processing/app/Editor.java:2449
Error\ while\ uploading\:\ missing\ '{0}'\ configuration\ parameter=Hiba felt\u00f6lt\u00e9skor\: hi\u00e1nyz\u00f3 '{0}' konfigur\u00e1ci\u00f3s param\u00e9ter
#: ../../../processing/app/BaseNoGui.java:506
#: ../../../processing/app/BaseNoGui.java:551
#: ../../../processing/app/BaseNoGui.java:554
Error\ while\ verifying=Hiba ellen\u0151rz\u00e9skor
#: ../../../processing/app/BaseNoGui.java:521
Error\ while\ verifying/uploading=Hiba ellen\u0151rz\u00e9skor/felt\u00f6lt\u00e9skor
#: Preferences.java:93
Estonian=\u00c9szt
#: Editor.java:516
Examples=P\u00e9ld\u00e1k
#: ../../../../../app/src/processing/app/Base.java:1185
Examples\ for\ any\ board=P\u00e9ld\u00e1k valamennyi alaplapra
#: ../../../../../app/src/processing/app/Base.java:1205
#: ../../../../../app/src/processing/app/Base.java:1216
#, java-format
Examples\ for\ {0}=P\u00e9ld\u00e1k erre\: {0}
#: ../../../../../app/src/processing/app/Base.java:1244
Examples\ from\ Custom\ Libraries=P\u00e9ld\u00e1k egy\u00e9ni k\u00f6nyvt\u00e1rakb\u00f3l
#: ../../../../../app/src/processing/app/Base.java:1329
Examples\ from\ Other\ Libraries=P\u00e9ld\u00e1k egy\u00e9b k\u00f6nyt\u00e1rakb\u00f3l
#: ../../../../../app/src/processing/app/Editor.java:753
Export\ canceled,\ changes\ must\ first\ be\ saved.=Export\u00e1l\u00e1s megszak\u00edtva, a v\u00e1ltoz\u00e1soknak el\u0151sz\u00f6r mentve kell lenni\u00fck.
#: ../../../../../app/src/processing/app/Editor.java:750
Export\ compiled\ Binary=Leford\u00edtott bin\u00e1ris export\u00e1l\u00e1sa
#: ../../../processing/app/Base.java:416
#, java-format
Failed\ to\ open\ sketch\:\ "{0}"=Nem siker\u00fclt megnyitni v\u00e1zlatot\: "{0}"
#: ../../../../../arduino-core/src/processing/app/SketchFile.java:183
#, java-format
Failed\ to\ rename\ "{0}"\ to\ "{1}"=Nem siker\u00fclt "{0}"-t \u00e1tnevezni erre\: "{1}"
#: ../../../../../arduino-core/src/processing/app/Sketch.java:298
Failed\ to\ rename\ sketch\ folder=Nem siker\u00fclt \u00e1tnevezni p\u00e9lda mapp\u00e1t
#: Editor.java:491
File=F\u00e1jl
#: ../../../../../arduino-core/src/processing/app/SketchData.java:139
#, java-format
File\ name\ {0}\ is\ invalid\:\ ignored=F\u00e1jln\u00e9v {0} \u00e9rv\u00e9nytelen\: kihagyva
#: Preferences.java:94
Filipino=Filipp\u00edn\u00f3
#: ../../../../../app/src/cc/arduino/contributions/ui/InstallerJDialog.java:95
Filter\ your\ search...=Keres\u00e9s sz\u0171r\u00e9se...
#: FindReplace.java:124 FindReplace.java:127
Find=Keres\u00e9s
#: Editor.java:1249
Find\ Next=K\u00f6vetkez\u0151 keres\u00e9se
#: Editor.java:1259
Find\ Previous=El\u0151z\u0151 keres\u00e9se
#: Editor.java:1086 Editor.java:2775
Find\ in\ Reference=Keres\u00e9s a hivatkoz\u00e1sban
#: Editor.java:1234
Find...=Keres\u00e9s...
#: FindReplace.java:80
Find\:=Keres\u00e9s\:
#: ../../../processing/app/Preferences.java:147
Finnish=Finn
#: tools/FixEncoding.java:41 tools/FixEncoding.java:58
#: tools/FixEncoding.java:79
Fix\ Encoding\ &\ Reload=K\u00f3dol\u00e1s jav\u00edt\u00e1sa & \u00fajrat\u00f6lt\u00e9s
#: ../../../processing/app/BaseNoGui.java:318
For\ information\ on\ installing\ libraries,\ see\:\ http\://www.arduino.cc/en/Guide/Libraries\n=K\u00f6nyvt\u00e1rak telep\u00edt\u00e9s\u00e9hez inform\u00e1ci\u00f3\u00e9rt l\u00e1togasd meg\: 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}=Vissza\u00e1ll\u00edt\u00e1s k\u00e9nyszer\u00edt\u00e9se 1200bps-os nyit\u00e1s/z\u00e1r\u00e1s haszn\u00e1lat\u00e1val a(z) {0} porton
#: Preferences.java:95
French=Francia
#: Editor.java:1097
Frequently\ Asked\ Questions=Gyakran Ism\u00e9telt K\u00e9rd\u00e9sek
#: Preferences.java:96
Galician=Gal\u00edciai
#: ../../../../../app/src/processing/app/Preferences.java:176
Galician\ (Spain)=Gal\u00edciai (Spanyolorsz\u00e1g)
#: ../../../../../app/src/processing/app/Editor.java:1288
Galileo\ Help=Galileo S\u00fag\u00f3
#: ../../../processing/app/Preferences.java:94
Georgian=Gr\u00faz
#: Preferences.java:97
German=N\u00e9met
#: ../../../../../app//src/processing/app/Editor.java:817
Get\ Board\ Info=Alaplap inf\u00f3 beszerz\u00e9se
#: Editor.java:1054
Getting\ Started=Kezd\u00e9s
#: ../../../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.=A glob\u00e1lis v\u00e1ltoz\u00f3k {0} b\u00e1jt ({2}%%)-ot haszn\u00e1lnak a dinamikus mem\u00f3ri\u00e1b\u00f3l, {3} b\u00e1jtot hagyva a helyi v\u00e1ltoz\u00f3knak. A maximum {1} b\u00e1jt.
#: ../../../processing/app/Sketch.java:1651
#, java-format
Global\ variables\ use\ {0}\ bytes\ of\ dynamic\ memory.=A glob\u00e1lis v\u00e1ltoz\u00f3k {0} b\u00e1jtot haszn\u00e1lnak a dinamikus mem\u00f3ri\u00e1b\u00f3l.
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:66
Go\ to\ line=Ugr\u00e1s a sorhoz
#: ../../../../../app/src/processing/app/Editor.java:1460
Go\ to\ line...=Ugr\u00e1s a sorhoz...
#: Preferences.java:98
Greek=G\u00f6r\u00f6g
#: ../../../processing/app/Preferences.java:95
Hebrew=H\u00e9ber
#: Editor.java:1015
Help=S\u00fag\u00f3
#: Preferences.java:99
Hindi=Hindi
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:489
Host\ name\:=Hosztn\u00e9v\:
#: Sketch.java:295
How\ about\ saving\ the\ sketch\ first\ \nbefore\ trying\ to\ rename\ it?=Mi lenne, ha menten\u00e9d a v\u00e1zlatot, \nmiel\u0151tt megpr\u00f3b\u00e1lod \u00e1tnevezni?
#: Sketch.java:882
How\ very\ Borges\ of\ you=Mennyire Borges r\u00f3lad
#: Preferences.java:100
Hungarian=Magyar
#: ../../../../../app/src/processing/app/Base.java:1319
INCOMPATIBLE=INKOMPATIBILIS
#: FindReplace.java:96
Ignore\ Case=Kis- \u00e9s nagybet\u0171 figyelmen k\u00edv\u00fcl hagy\u00e1sa
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
!Ignoring\ library\ with\ bad\ name=
#: Base.java:1436
Ignoring\ sketch\ with\ bad\ name=Hib\u00e1s nev\u0171 v\u00e1zlat kihagy\u00e1sa
#: ../../../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?=Az Arduino 1.0-ban , az alap\u00e9rtelmezett f\u00e1jl kiterjeszt\u00e9s megv\u00e1ltozott\n.pde-r\u0151l .ino-ra. Az \u00faj v\u00e1zlatok (bele\u00e9rtve azokat, amik\n"Ment\u00e9s m\u00e1sk\u00e9nt"-tel voltak l\u00e9trehozva) az \u00faj kiterjeszt\u00e9st fogj\u00e1k haszn\u00e1lni. A kiterjeszt\u00e9s\na l\u00e9tez\u0151 v\u00e1zlatokon friss\u00edtve lesz ment\u00e9sn\u00e9l, de le tudod\ntiltani ezt a Be\u00e1ll\u00edt\u00e1sok p\u00e1rbesz\u00e9dpanelben.\n\nV\u00e1zlat ment\u00e9se \u00e9s kiterjeszt\u00e9s\u00e9nek friss\u00edt\u00e9se?
#: ../../../../../app/src/processing/app/Editor.java:778
Include\ Library=K\u00f6nyvt\u00e1r tartalmaz\u00e1sa
#: ../../../processing/app/BaseNoGui.java:768
#: ../../../processing/app/BaseNoGui.java:771
Incorrect\ IDE\ installation\ folder=Helytelen IDE telep\u00edt\u00e9si mappa
#: ../../../../../app/src/processing/app/Editor.java:1378
Increase\ Font\ Size=Bet\u0171m\u00e9ret n\u00f6vel\u00e9se
#: Editor.java:1216 Editor.java:2757
Increase\ Indent=Beh\u00faz\u00e1s n\u00f6vel\u00e9se
#: Preferences.java:101
Indonesian=Indon\u00e9z
#: ../../../../../app/src/processing/app/Base.java:295
Initializing\ packages...=Csomagok inicializ\u00e1l\u00e1sa...
#: ../../../../../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=Telep\u00edt\u00e9s
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:170
Installation\ completed\!=Telep\u00edt\u00e9s befejez\u0151d\u00f6tt\!
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/DropdownInstalledLibraryItem.java:50
Installed=Telep\u00edtve
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:154
Installing\ boards...=Alaplapok telep\u00edt\u00e9se...
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
#, java-format
Installing\ library\:\ {0}\:{1}=K\u00f6nyvt\u00e1r telep\u00edt\u00e9se\: {0}\:{1}
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
#, java-format
Installing\ tools\ ({0}/{1})...=Eszk\u00f6z\u00f6k telep\u00edt\u00e9se ({0}/{1})...
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:239
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:172
Installing...=Telep\u00edt\u00e9s...
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:256
Interface\ scale\:=Fel\u00fclet sk\u00e1la\:
#: ../../../processing/app/Base.java:1204
#, java-format
Invalid\ library\ found\ in\ {0}\:\ {1}=\u00c9rv\u00e9nytelen k\u00f6nyvt\u00e1r tal\u00e1lhat\u00f3 ebben\: {0}\: {1}
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:66
#, java-format
Invalid\ quoting\:\ no\ closing\ [{0}]\ char\ found.=\u00c9rv\u00e9nytelen id\u00e9zet\: nem tal\u00e1lhat\u00f3 [{0}] lez\u00e1r\u00f3 karakter.
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
#, java-format
!Invalid\ version\ '{0}'\ for\ library\ in\:\ {1}=
#: ../../../../../app/src/processing/app/Base.java:316
#: ../../../../../app/src/processing/app/Base.java:362
#, java-format
!Invalid\ version\ {0}=
#: Preferences.java:102
Italian=Olasz
#: Preferences.java:103
Japanese=Jap\u00e1n
#: ../../../../../app/src/cc/arduino/i18n/Languages.java:81
Kazakh=Kazah
#: Preferences.java:104
Korean=Koreai
#: Preferences.java:105
Latvian=Lett
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:93
Library\ Manager=K\u00f6nyvt\u00e1r kezel\u0151
#: ../../../../../app/src/processing/app/Base.java:2349
Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=K\u00f6nyvt\u00e1r hozz\u00e1adva a k\u00f6nyvt\u00e1raidhoz. Ellen\u0151rizd a "k\u00f6nyvt\u00e1r tartalmaz\u00e1sa" men\u00fct
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=K\u00f6nyvt\u00e1r nem haszn\u00e1lhat egy\u00fctt 'src' \u00e9s 'utility' mapp\u00e1kat. Dupl\u00e1n ellen\u0151rizd\: {0}
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
#, java-format
Library\ is\ already\ installed\:\ {0}\:{1}=K\u00f6nyvt\u00e1r m\u00e1r telep\u00edtve van\: {0}\:{1}
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
Line\ number\:=Sor sz\u00e1m\:
#: Preferences.java:106
Lithuaninan=Litv\u00e1n
#: ../../../../../app/src/processing/app/Base.java:132
Loading\ configuration...=Konfigur\u00e1ci\u00f3 bet\u00f6lt\u00e9se...
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
#, java-format
Looking\ for\ recipes\ like\ {0}*{1}=Olyan rendelv\u00e9nyek keres\u00e9se, mint {0}*{1}
#: ../../../processing/app/Sketch.java:1684
Low\ memory\ available,\ stability\ problems\ may\ occur.=Kev\u00e9s el\u00e9rhet\u0151 mem\u00f3ria, stabilit\u00e1si probl\u00e9ma fordulhat el\u0151.
#: ../../../../../app/src/processing/app/Base.java:1168
Manage\ Libraries...=K\u00f6nyvt\u00e1rak kezel\u00e9se...
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:466
Manual\ proxy\ configuration=Manu\u00e1lis proxy konfigur\u00e1l\u00e1s
#: Preferences.java:107
Marathi=Marathi
#: Base.java:2112
Message=\u00dczenet
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:81
#, java-format
Missing\ '{0}'\ from\ library\ in\ {1}=Hi\u00e1nyz\u00f3 '{0}' a k\u00f6nyvt\u00e1rb\u00f3l ebben\: {1}