-
-
Notifications
You must be signed in to change notification settings - Fork 7k
/
Copy pathResources_fr.properties
2037 lines (1430 loc) · 87.2 KB
/
Resources_fr.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:
# Alexis Morin <mail@alexismorin.com>, 2012
# Aestan <anthony.margerand@protonmail.com>, 2018
# AntoineM <antoine.meillet+transifex@gmail.com>, 2012
# Armel FAUVEAU <armel.fauveau@globalis-ms.com>, 2015
# BlueskyFR <hugo.cartigny@gmail.com>, 2015
# dbarbier <bouzim@gmail.com>, 2013-2014
# dbarbier <bouzim@gmail.com>, 2012
# Cedric Octave <transifex@octvcdrc.fr>, 2016
# Cristian Maglie <c.maglie@arduino.cc>, 2016
# dbarbier <bouzim@gmail.com>, 2012
# a270031086f2a0d3514bc0cb507b48f6, 2019
# Simon <eskimon@outlook.com>, 2012
# Frederic Pillon <frederic.pillon@st.com>, 2017
# Louis Bonicel <louisbonicel@gmail.com>, 2016
# Lucas Mascaro <mascaro.lucas@yahoo.fr>, 2015-2017
# matime <max.duron@free.fr>, 2014
# Philippe Rivet <philipe.rivet at gmail.com>, 2012
# R D <rdoume@gmail.com>, 2012
# Simon <eskimon@outlook.com>, 2015
# Vincent Moulin <contact@nilux.org>, 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-24 19\:35+0000\nLast-Translator\: a270031086f2a0d3514bc0cb507b48f6\nLanguage-Team\: French (http\://www.transifex.com/mbanzi/arduino-ide-15/language/fr/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: fr\nPlural-Forms\: nplurals\=2; plural\=(n > 1);\n
#: Preferences.java:358 Preferences.java:374
\ \ (requires\ restart\ of\ Arduino)=\ (n\u00e9cessite un red\u00e9marrage d'Arduino)
#: ../../../processing/app/debug/Compiler.java:529
#, java-format
\ Not\ used\:\ {0}=Non utilis\u00e9 \: {0}
#: ../../../processing/app/debug/Compiler.java:525
#, java-format
\ Used\:\ {0}=Utilis\u00e9 \: {0}
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:558
'Keyboard'\ not\ found.\ Does\ your\ sketch\ include\ the\ line\ '\#include\ <Keyboard.h>'?='Keyboard' introuvable. Est-ce que votre croquis inclut la ligne '\#include <Keyboard.h>' ?
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:553
'Mouse'\ not\ found.\ Does\ your\ sketch\ include\ the\ line\ '\#include\ <Mouse.h>'?='Mouse' introuvable. Est-ce que votre croquis inclut la ligne '\#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=le dossier 'arch' n'est plus support\u00e9 \! Voir http\://goo.gl/gfFJzU pour plus d'informations
#: Preferences.java:478
(edit\ only\ when\ Arduino\ is\ not\ running)=(\u00e9diter uniquement lorsque Arduino ne s'ex\u00e9cute pas)
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:67
(legacy)=(h\u00e9ritage)
#: ../../../processing/app/helpers/CommandlineParser.java:149
--curdir\ no\ longer\ supported=--curdir n'est plus support\u00e9
#: ../../../processing/app/Base.java:468
--verbose,\ --verbose-upload\ and\ --verbose-build\ can\ only\ be\ used\ together\ with\ --verify\ or\ --upload=--verbose, --verbose-upload et --verbose-build ne peuvent \u00eatre utilis\u00e9es ensemble qu'avec --verify ou --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>Voulez-vous enregistrer les changements<BR> avant de fermer\u00a0?</b><p>Si vous n'enregistrez pas, vos changements seront perdus.
#: Editor.java:2169
#, java-format
A\ folder\ named\ "{0}"\ already\ exists.\ Can't\ open\ sketch.=Un dossier nomm\u00e9 \u00ab\u00a0{0}\u00a0\u00bb existe d\u00e9j\u00e0. Impossible d''ouvrir le croquis.
#: Base.java:2690
#, java-format
A\ library\ named\ {0}\ already\ exists=Une biblioth\u00e8que nomm\u00e9e {0} existe d\u00e9ja
#: UpdateCheck.java:103
A\ new\ version\ of\ Arduino\ is\ available,\nwould\ you\ like\ to\ visit\ the\ Arduino\ download\ page?=Une nouvelle version d'Arduino est disponible,\nvoulez-vous visiter la page de t\u00e9l\u00e9chargement\u00a0?
#: ../../../../../app/src/cc/arduino/contributions/BuiltInCoreIsNewerCheck.java:96
#, java-format
A\ newer\ {0}\ package\ is\ available=Un nouveau package {0} est disponible
#: ../../../../../app/src/processing/app/Base.java:2307
A\ subfolder\ of\ your\ sketchbook\ is\ not\ a\ valid\ library=Un sous-dossier de votre carnet de croquis n'est pas une biblioth\u00e8que valide
#: Editor.java:1116
About\ Arduino=\u00c0 propos d'Arduino
#: ../../../../../app/src/cc/arduino/i18n/Languages.java:41
Acoli=Acoli
#: ../../../../../app/src/processing/app/Base.java:1177
Add\ .ZIP\ Library...=Ajouter la biblioth\u00e8que .ZIP...
#: Editor.java:650
Add\ File...=Ajouter un fichier...
#: ../../../../../app/src/cc/arduino/view/preferences/AdditionalBoardsManagerURLTextArea.java:73
Additional\ Boards\ Manager\ URLs=URL de gestionnaire de cartes suppl\u00e9mentaires
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:268
Additional\ Boards\ Manager\ URLs\:\ =URL de gestionnaire de cartes suppl\u00e9mentaires
#: ../../../../../app/src/processing/app/Preferences.java:161
Afrikaans=Afrikaans
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:248
Aggressively\ cache\ compiled\ core=Mettre agressivement en cache le noyau compil\u00e9
#: ../../../processing/app/Preferences.java:96
Albanian=albanais
#: ../../../../../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=Tout
#: 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=Une erreur est survenue lors de la r\u00e9paration de l'encodage du fichier.\nNe pas tenter d'enregistrer ce croquis, car cela pourrait \u00e9craser\nl'ancienne version. Utiliser Ouvrir pour r\u00e9ouvrir le croquis et r\u00e9essayer.\n
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:99
An\ error\ occurred\ while\ updating\ libraries\ index\!=Une erreur s'est produit durant la mise a jour du catalogue de biblioth\u00e8que
#: ../../../processing/app/BaseNoGui.java:528
An\ error\ occurred\ while\ uploading\ the\ sketch=Une erreur est survenue lors du transfert du croquis
#: ../../../processing/app/BaseNoGui.java:506
#: ../../../processing/app/BaseNoGui.java:551
#: ../../../processing/app/BaseNoGui.java:554
An\ error\ occurred\ while\ verifying\ the\ sketch=Une erreur est survenue lors de la v\u00e9rification du croquis
#: ../../../processing/app/BaseNoGui.java:521
An\ error\ occurred\ while\ verifying/uploading\ the\ sketch=Une erreur est survenue lors de la v\u00e9rification et du transfert du croquis
#: Base.java:228
An\ unknown\ error\ occurred\ while\ trying\ to\ load\nplatform-specific\ code\ for\ your\ machine.=Une erreur inconnue est survenue en essayant de\ncharger du code sp\u00e9cifique \u00e0 votre plate-forme.
#: Preferences.java:85
Arabic=arabe
#: Preferences.java:86
Aragonese=aragonais
#: tools/Archiver.java:48
Archive\ Sketch=Archiver le croquis
#: tools/Archiver.java:109
Archive\ sketch\ as\:=Archiver le croquis sous\u00a0\:
#: tools/Archiver.java:139
Archive\ sketch\ canceled.=Archivage du croquis annul\u00e9
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:67
#, java-format
Archiving\ built\ core\ (caching)\ in\:\ {0}=Archivage du noyau construit (mise en cache) dans \: {0}
#: tools/Archiver.java:75
Archiving\ the\ sketch\ has\ been\ canceled\ because\nthe\ sketch\ couldn't\ save\ properly.=L'archivage du croquis a \u00e9t\u00e9 annul\u00e9 car\nle croquis n'a pu s'enregistrer correctement.
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
Arduino=Arduino \:
#: ../../../processing/app/I18n.java:83
Arduino\ ARM\ (32-bits)\ Boards=Cartes Arduino ARM (32-bits)
#: ../../../processing/app/I18n.java:82
Arduino\ AVR\ Boards=Cartes Arduino AVR
#: Editor.java:2137
Arduino\ can\ only\ open\ its\ own\ sketches\nand\ other\ files\ ending\ in\ .ino\ or\ .pde=Arduino ne peut ouvrir que ses propres croquis\nou les fichiers ayant pour extension .ino ou .pde
#: Base.java:1682
Arduino\ cannot\ run\ because\ it\ could\ not\ncreate\ a\ folder\ to\ store\ your\ settings.=Arduino ne peut s'ex\u00e9cuter car il ne peut\ncr\u00e9er un dossier pour sauvegarder vos param\u00e8tres.
#: Base.java:1889
Arduino\ cannot\ run\ because\ it\ could\ not\ncreate\ a\ folder\ to\ store\ your\ sketchbook.=Arduino n'a pas pu s'ex\u00e9cuter car il n'a pas pu\ncr\u00e9er de dossier pour enregistrer votre carnet de croquis.
#: ../../../processing/app/EditorStatus.java:471
Arduino\:\ =Arduino \:
#: Sketch.java:588
#, java-format
Are\ you\ sure\ you\ want\ to\ delete\ "{0}"?=\u00cates-vous certain de vouloir supprimer \u00ab {0}\u00a0\u00bb\u00a0?
#: Sketch.java:587
Are\ you\ sure\ you\ want\ to\ delete\ this\ sketch?=\u00cates-vous certain de vouloir supprimer ce croquis\u00a0?
#: ../../../processing/app/Base.java:356
Argument\ required\ for\ --board=Param\u00e8tre obligatoire avec --board
#: ../../../processing/app/Base.java:363
Argument\ required\ for\ --port=Param\u00e8tre obligatoire avec --port
#: ../../../processing/app/Base.java:377
Argument\ required\ for\ --pref=Param\u00e8tre obligatoire avec --pref
#: ../../../processing/app/Base.java:384
Argument\ required\ for\ --preferences-file=Param\u00e8tre obligatoire avec --preferences-file
#: ../../../processing/app/helpers/CommandlineParser.java:76
#: ../../../processing/app/helpers/CommandlineParser.java:83
#, java-format
Argument\ required\ for\ {0}=Argument requis pour {0}
#: ../../../processing/app/Preferences.java:137
Armenian=arm\u00e9nien
#: ../../../processing/app/Preferences.java:138
Asturian=asturien
#: ../../../processing/app/debug/Compiler.java:145
Authorization\ required=Autorisation requise
#: tools/AutoFormat.java:91
Auto\ Format=Formatage automatique
#: tools/AutoFormat.java:944
Auto\ Format\ finished.=Formatage automatique termin\u00e9.
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:457
Auto-detect\ proxy\ settings=D\u00e9tecter automatiquement les param\u00e8tres du proxy
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:264
Automatic=Automatique
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:474
Automatic\ proxy\ configuration\ URL\:=URL pour la configuration automatique du proxy\:
#: SerialMonitor.java:110
Autoscroll=D\u00e9filement automatique
#: Editor.java:2619
#, java-format
Bad\ error\ line\:\ {0}=Erreur \u00e0 la ligne\u00a0\: {0}
#: Editor.java:2136
Bad\ file\ selected=Mauvais fichier s\u00e9lectionn\u00e9
#: ../../../processing/app/Preferences.java:149
Basque=basque
#: ../../../processing/app/Preferences.java:139
Belarusian=bi\u00e9lorusse
#: ../../../processing/app/Base.java:1433
#: ../../../processing/app/Editor.java:707
Board=Type de carte
#: ../../../../../app//src/processing/app/Editor.java:2824
Board\ Info=Information de la carte
#: ../../../../../app/src/processing/app/Editor.java:2545
#: ../../../../../app/src/processing/app/Editor.java:2641
#, java-format
Board\ at\ {0}\ is\ not\ available=La carte sur {0} n'est pas disponible
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:62
#, java-format
Board\ {0}\ (platform\ {1},\ package\ {2})\ is\ unknown=Carte {0} (plateforme {1}, package {2}) est inconnue
#: ../../../processing/app/debug/TargetBoard.java:42
#, java-format
Board\ {0}\:{1}\:{2}\ doesn''t\ define\ a\ ''build.board''\ preference.\ Auto-set\ to\:\ {3}=La carte {0}\:{1}\:{2} ne d\u00e9finit pas d''option \u00ab build.board \u00bb. Elle est mise automatiquement \u00e0 \: {3}
#: ../../../processing/app/EditorStatus.java:472
Board\:\ =Carte \:
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:89
Boards\ Manager=Gestionnaire de carte
#: ../../../../../app/src/processing/app/Base.java:1320
Boards\ Manager...=Gestionnaire de carte
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:328
Boards\ included\ in\ this\ package\:=Cartes incluses dans ce paquet\:
#: ../../../processing/app/debug/Compiler.java:1273
#, java-format
Bootloader\ file\ specified\ but\ missing\:\ {0}=Fichier du bootloader sp\u00e9cifi\u00e9 mais absent\: {0}
#: ../../../processing/app/Preferences.java:140
Bosnian=bosniaque
#: SerialMonitor.java:112
Both\ NL\ &\ CR=Les deux, NL et CR
#: Preferences.java:81
Browse=Parcourir
#: ../../../processing/app/Sketch.java:1530
Build\ options\ changed,\ rebuilding\ all=Les options de compilation ont \u00e9t\u00e9 modifi\u00e9es, tout sera recompil\u00e9
#: ../../../../../app/src/processing/app/Base.java:1210
Built-in\ Examples=Exemples inclus
#: ../../../processing/app/Preferences.java:80
Bulgarian=bulgare
#: ../../../processing/app/Preferences.java:141
Burmese\ (Myanmar)=birman (Myanmar)
#: Editor.java:708
Burn\ Bootloader=Graver la s\u00e9quence d'initialisation
#: Editor.java:2504
Burning\ bootloader\ to\ I/O\ Board\ (this\ may\ take\ a\ minute)...=Grave la s\u00e9quence d'initialisation vers la carte E/S\n(Cela pourrait prendre quelque temps)...
#: ../../../../../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 incorrect, le fichier est corrompu. Ce probl\u00e8me peut \u00eatre temporaire, veuillez re-essayer plus tard.
#: ../../../processing/app/Base.java:379
#, java-format
Can\ only\ pass\ one\ of\:\ {0}=Un seul "{0}" peut \u00eatre sp\u00e9cifi\u00e9 \u00e0 la fois
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:254
Can't\ enable\ external\ editor=Impossible de lancer un \u00e9diteur externe\u00a0
#: ../../../processing/app/BaseNoGui.java:504
#: ../../../processing/app/BaseNoGui.java:549
Can't\ find\ the\ sketch\ in\ the\ specified\ path=Le croquis n'est pas dans le chemin sp\u00e9cifi\u00e9
#: ../../../processing/app/Preferences.java:92
Canadian\ French=fran\u00e7ais - Canada
#: Preferences.java:79 Sketch.java:585 Sketch.java:737 Sketch.java:1042
#: Editor.java:2064 Editor.java:2145 Editor.java:2465
Cancel=Annuler
#: ../../../processing/app/Base.java:465
Cannot\ specify\ any\ sketch\ files=Aucun croquis n'a a \u00e9t\u00e9 sp\u00e9cifi\u00e9
#: SerialMonitor.java:112
Carriage\ return=Retour chariot
#: Preferences.java:87
Catalan=catalan
#: Preferences.java:419
Check\ for\ updates\ on\ startup=V\u00e9rifier les mises \u00e0 jour au d\u00e9marrage
#: ../../../processing/app/Preferences.java:142
Chinese\ (China)=chinois (Chine)
#: ../../../processing/app/Preferences.java:144
Chinese\ (Taiwan)=chinois (Ta\u00efwan)
#: ../../../processing/app/Preferences.java:143
Chinese\ (Taiwan)\ (Big5)=chinois (Ta\u00efwan) (Big5)
#: ../../../../../app/src/processing/app/AbstractTextMonitor.java:80
Clear\ output=Effacer la sortie
#: ../../../../../app/src/cc/arduino/view/preferences/AdditionalBoardsManagerURLTextArea.java:98
Click\ for\ a\ list\ of\ unofficial\ boards\ support\ URLs=Cliquez pour la liste non-officielle des URL des cartes support\u00e9es
#: Editor.java:521 Editor.java:2024
Close=Fermer
#: Editor.java:1208 Editor.java:2749
Comment/Uncomment=Commenter/D\u00e9commenter
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
Communication=Communication
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
Compiler\ warnings\:\ =Avertissement du compilateur\:
#: Sketch.java:1608 Editor.java:1890
Compiling\ sketch...=Compilation du croquis...
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
Contributed=Contribu\u00e9
#: Editor.java:1157 Editor.java:2707
Copy=Copier
#: Editor.java:1177 Editor.java:2723
Copy\ as\ HTML=Copier en tant qu'HTML
#: ../../../processing/app/EditorStatus.java:455
Copy\ error\ messages=Recopier les messages d'erreur
#: Editor.java:1165 Editor.java:2715
Copy\ for\ Forum=Copier pour le forum
#: Sketch.java:1089
#, java-format
Could\ not\ add\ ''{0}''\ to\ the\ sketch.=Impossible d''ajouter \u00ab\u00a0{0}\u00a0\u00bb au croquis.
#: Editor.java:2188
Could\ not\ copy\ to\ a\ proper\ location.=Impossible de copier au bon emplacement.
#: ../../../../../arduino-core/src/processing/app/Sketch.java:342
#, java-format
Could\ not\ create\ directory\ "{0}"=Impossible de cr\u00e9er le dossier "{0}"
#: Editor.java:2179
Could\ not\ create\ the\ sketch\ folder.=Impossible de cr\u00e9er le dossier de croquis.
#: Editor.java:2206
Could\ not\ create\ the\ sketch.=Impossible de cr\u00e9er le croquis.
#: Sketch.java:617
#, java-format
Could\ not\ delete\ "{0}".=Impossible de supprimer \u00ab\u00a0{0}\u00a0\u00bb.
#: Sketch.java:1066
#, java-format
Could\ not\ delete\ the\ existing\ ''{0}''\ file.=Impossible de supprimer le fichier \u00ab\u00a0{0}\u00a0\u00bb existant.
#: ../../../processing/app/debug/TargetPlatform.java:74
#, java-format
Could\ not\ find\ boards.txt\ in\ {0}.\ Is\ it\ pre-1.5?=Impossible de trouver boards.txt dans {0}. Version pre-1.5 ?
#: ../../../cc/arduino/packages/uploaders/SerialUploader.java:282
#, java-format
Could\ not\ find\ tool\ {0}=Impossible de trouver l''outil {0}
#: ../../../cc/arduino/packages/uploaders/SerialUploader.java:278
#, java-format
Could\ not\ find\ tool\ {0}\ from\ package\ {1}=Impossible de trouver l''outil {0} dans le paquet {1}
#: Base.java:1934
#, java-format
Could\ not\ open\ the\ URL\n{0}=Impossible d''ouvrir l''URL\n{0}
#: Base.java:1958
#, java-format
Could\ not\ open\ the\ folder\n{0}=Impossible d''ouvrir le dossier\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.=Impossible de r\u00e9enregistrer correctement le croquis. Pour \u00e9viter de perdre votre\ntravail, faites un copier-coller de votre code dans un autre \u00e9diteur texte.
#: Sketch.java:1768
Could\ not\ re-save\ sketch=Impossible de r\u00e9enregistrer le croquis
#: Theme.java:52
Could\ not\ read\ color\ theme\ settings.\nYou'll\ need\ to\ reinstall\ Arduino.=Les pr\u00e9f\u00e9rences de couleurs n'ont pas pu \u00eatre lues.\nVeuillez r\u00e9installer l'environnement Arduino.
#: Preferences.java:219
Could\ not\ read\ default\ settings.\nYou'll\ need\ to\ reinstall\ Arduino.=Impossible de lire les param\u00e8tres par d\u00e9faut.\nVous devrez r\u00e9installer l'environnement Arduino.
#: Base.java:2482
#, java-format
Could\ not\ remove\ old\ version\ of\ {0}=Impossible de retirer la vieille version de {0}
#: Base.java:2492
#, java-format
Could\ not\ replace\ {0}=Impossible de remplacer {0}
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
#, java-format
Could\ not\ write\ preferences\ file\:\ {0}=Impossible d'\u00e9crire le fichier de pr\u00e9f\u00e9rences\: {0}
#: tools/Archiver.java:74
Couldn't\ archive\ sketch=Impossible d'archiver le croquis
#: Sketch.java:1647
Couldn't\ determine\ program\ size\:\ {0}=Impossible de d\u00e9terminer la taille du programme\u00a0\: {0}
#: Sketch.java:616
Couldn't\ do\ it=Impossible
#: 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.=Impossible de trouver une carte sur le port s\u00e9lectionn\u00e9. V\u00e9rifiez que le port s\u00e9lectionn\u00e9 est correct. Si c'est bien le cas, essayez d'appuyer sur le bouton de r\u00e9initialisation (reset) apr\u00e8s le d\u00e9but du t\u00e9l\u00e9versement.
#: ../../../processing/app/Preferences.java:82
Croatian=croate
#: Editor.java:1149 Editor.java:2699
Cut=Couper
#: ../../../../../app/src/processing/app/Preferences.java:119
Czech\ (Czech\ Republic)=Tch\u00e8que (R\u00e9publique Tch\u00e8que)
#: ../../../../../app/src/processing/app/Preferences.java:120
Danish\ (Denmark)=Danois (Danemark)
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
Data\ Processing=Traitement des donn\u00e9es
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
Data\ Storage=Stockage de donn\u00e9es
#: ../../../../../app/src/processing/app/Editor.java:1386
Decrease\ Font\ Size=R\u00e9duire la taille de la police
#: Editor.java:1224 Editor.java:2765
Decrease\ Indent=R\u00e9duire l'indentation
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:185
Default=D\u00e9faut
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:870
Default\ theme=Th\u00e8me par d\u00e9faut
#: EditorHeader.java:314 Sketch.java:591
Delete=Supprimer
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
Device\ Control=Controle du p\u00e9riph\u00e9rique
#: debug/Uploader.java:199
Device\ is\ not\ responding,\ check\ the\ right\ serial\ port\ is\ selected\ or\ RESET\ the\ board\ right\ before\ exporting=L'appareil ne r\u00e9pond pas, v\u00e9rifiez que le bon port s\u00e9rie est s\u00e9lectionn\u00e9 ou r\u00e9initialisez (RESET) l'Arduino avant d'exporter
#: tools/FixEncoding.java:57
Discard\ all\ changes\ and\ reload\ sketch?=Laisser tomber les changements et recharger le croquis\u00a0?
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
Display=Affichage
#: ../../../processing/app/Preferences.java:438
Display\ line\ numbers=Afficher les num\u00e9ros de ligne
#: ../../../../../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.=voulez-vous supprimer {0}?\nSi vous faites cela vous ne pourrez plus utiliser {0}.
#: Editor.java:2064
Don't\ Save=Ne pas enregistrer
#: Editor.java:2275 Editor.java:2311
Done\ Saving.=Enregistrement termin\u00e9.
#: Editor.java:2510
Done\ burning\ bootloader.=Gravure de la s\u00e9quence d'initialisation termin\u00e9e.
#: ../../../processing/app/BaseNoGui.java:507
#: ../../../processing/app/BaseNoGui.java:552
Done\ compiling=Compilation termin\u00e9e
#: Editor.java:1911 Editor.java:1928
Done\ compiling.=Compilation termin\u00e9e.
#: Editor.java:2564
Done\ printing.=Impression termin\u00e9e.
#: ../../../processing/app/BaseNoGui.java:514
Done\ uploading=Transfert termin\u00e9
#: Editor.java:2395 Editor.java:2431
Done\ uploading.=T\u00e9l\u00e9versement termin\u00e9
#: ../../../cc/arduino/contributions/DownloadableContributionsDownloader.java:105
#, java-format
Downloaded\ {0}kb\ of\ {1}kb.=T\u00e9l\u00e9charg\u00e9\: {0}kb sur {1}kb.
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:107
Downloading\ boards\ definitions.=T\u00e9l\u00e9chargement des d\u00e9finitions des cartes.
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:86
Downloading\ libraries\ index...=T\u00e9l\u00e9chargement du catalogue de biblioth\u00e8ques...
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:115
#, java-format
Downloading\ library\:\ {0}=T\u00e9l\u00e9chargement de la biblioth\u00e8que\: {0}
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:318
Downloading\ platforms\ index...=T\u00e9l\u00e9chargement du catalogue de plateformes...
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:113
#, java-format
Downloading\ tools\ ({0}/{1}).=T\u00e9l\u00e9chargement des outils({0}/{1})
#: Preferences.java:91
Dutch=n\u00e9erlandais
#: ../../../processing/app/Preferences.java:144
Dutch\ (Netherlands)=n\u00e9erlandais (Pays-Bas)
#: ../../../../../app/src/processing/app/Editor.java:1309
Edison\ Help=Aide Edison
#: Editor.java:1130
Edit=\u00c9dition
#: Preferences.java:370
Editor\ font\ size\:\ =Taille de police de l'\u00e9diteur\u00a0\:
#: Preferences.java:353
Editor\ language\:\ =Choix de la langue \:
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:322
Enable\ Code\ Folding=Activer le repli de code
#: Preferences.java:92
English=anglais
#: ../../../processing/app/Preferences.java:145
English\ (United\ Kingdom)=anglais (Royaume-Uni)
#: ../../../../../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=Entrez une liste d'URL s\u00e9par\u00e9es par des virgules.
#: ../../../../../app/src/cc/arduino/view/preferences/AdditionalBoardsManagerURLTextArea.java:96
Enter\ additional\ URLs,\ one\ for\ each\ row=Entrez les URL suppl\u00e9mentaires, une par ligne
#: Editor.java:1062
Environment=Environnement
#: 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=Erreur
#: Sketch.java:1065 Sketch.java:1088
Error\ adding\ file=Erreur pendant l'ajout du fichier
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:272
#, java-format
Error\ compiling\ for\ board\ {0}.=Erreur de compilation pour la carte {0}
#: debug/Compiler.java:369
Error\ compiling.=Erreur lors de la compilation.
#: ../../../cc/arduino/contributions/DownloadableContributionsDownloader.java:113
#, java-format
Error\ downloading\ {0}=Erreur durant le t\u00e9l\u00e9chargement de {0}
#: Base.java:1674
Error\ getting\ the\ Arduino\ data\ folder.=Probl\u00e8me d'obtention du dossier de donn\u00e9es d'Arduino
#: Serial.java:593
#, java-format
Error\ inside\ Serial.{0}()=Erreur dans Serial.{0}()
#: ../../../../../app/src/processing/app/Theme.java:302
#, java-format
Error\ loading\ theme\ {0}\:\ {1}=Erreur lors du chargement du th\u00e8me {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}=Erreur lors du chargement de {0}
#: Serial.java:181
#, java-format
Error\ opening\ serial\ port\ ''{0}''.=Erreur d''ouverture du port s\u00e9rie \u00ab\u00a0{0}\u00a0\u00bb.
#: ../../../processing/app/Serial.java:119
#, java-format
Error\ opening\ serial\ port\ ''{0}''.\ Try\ consulting\ the\ documentation\ at\ http\://playground.arduino.cc/Linux/All\#Permission=Erreur durant l'ouverture du port s\u00e9rie "{0}'. Consultez la documentation\: 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.=Erreur d'analyse de l'index des biblioth\u00e8ques\: {0}\nEssayez d'ouvrir le gestionnaire de biblioth\u00e8que pour mettre \u00e0 jour l'index des biblioth\u00e8ques.
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
#, java-format
Error\ reading\ libraries\ index\:\ {0}=Erreur de lecture de l'index des biblioth\u00e8ques\: {0}
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
#, java-format
Error\ reading\ package\ indexes\ folder\:\ {0}\n(maybe\ a\ permission\ problem?)=Erreur lors de la lecture du dossier des index de packages\: {0}\n(peut-\u00eatre un probl\u00e8me de permission?)
#: Preferences.java:277
Error\ reading\ preferences=Erreur pendant la lecture des pr\u00e9f\u00e9rences
#: Preferences.java:279
#, java-format
Error\ reading\ the\ preferences\ file.\ Please\ delete\ (or\ move)\n{0}\ and\ restart\ Arduino.=Erreur pendant la lecture du fichier de pr\u00e9f\u00e9rences.\nVeuillez supprimer (ou d\u00e9placer)\n{0} et red\u00e9marrer 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=Erreur durant l'execution du script de post installation
#: ../../../cc/arduino/packages/DiscoveryManager.java:25
Error\ starting\ discovery\ method\:\ =Erreur au d\u00e9marrage de la m\u00e9thode de d\u00e9couverte \:
#: Serial.java:125
#, java-format
Error\ touching\ serial\ port\ ''{0}''.=Erreur de la commande \u00ab\u00a0touch\u00a0\u00bb sur le port s\u00e9rie \u00ab\u00a0{0}\u00a0\u00bb.
#: Editor.java:2512 Editor.java:2516 Editor.java:2520
Error\ while\ burning\ bootloader.=Erreur lors de la gravure de la s\u00e9quence d'initialisation.
#: ../../../processing/app/Editor.java:2555
Error\ while\ burning\ bootloader\:\ missing\ '{0}'\ configuration\ parameter=Erreur lors de la gravure de la s\u00e9quence d'initialisation \: le param\u00e8tre de configuration \u00ab {0} \u00bb est manquant
#: ../../../../../app/src/processing/app/Editor.java:2355
Error\ while\ burning\ bootloader\:\ please\ select\ a\ serial\ port.=Erreur lors de la gravure du chargeur de d\u00e9marrage\: veuillez s\u00e9lectionner un port s\u00e9rie.
#: ../../../../../app/src/processing/app/Editor.java:1940
Error\ while\ compiling\:\ missing\ '{0}'\ configuration\ parameter=Erreur lors de la compilation \: le param\u00e8tre de configuration \u00ab {0} \u00bb est manquant
#: Editor.java:2567
Error\ while\ printing.=Erreur d'impression.
#: ../../../../../arduino-core/src/processing/app/Serial.java:117
#, java-format
Error\ while\ setting\ serial\ port\ parameters\:\ {0}\ {1}\ {2}\ {3}=Erreur durant la d\u00e9finition des param\u00e8tres du port s\u00e9rie\: {0} {1} {2} {3}
#: ../../../processing/app/BaseNoGui.java:528
Error\ while\ uploading=Erreur lors du transfert
#: ../../../processing/app/Editor.java:2409
#: ../../../processing/app/Editor.java:2449
Error\ while\ uploading\:\ missing\ '{0}'\ configuration\ parameter=Erreur lors du t\u00e9l\u00e9versement \: le param\u00e8tre de configuration \u00ab {0} \u00bb est manquant
#: ../../../processing/app/BaseNoGui.java:506
#: ../../../processing/app/BaseNoGui.java:551
#: ../../../processing/app/BaseNoGui.java:554
Error\ while\ verifying=Erreur lors de la v\u00e9rification
#: ../../../processing/app/BaseNoGui.java:521
Error\ while\ verifying/uploading=Erreur lors de la v\u00e9rification et du transfert.
#: Preferences.java:93
Estonian=estonien
#: Editor.java:516
Examples=Exemples
#: ../../../../../app/src/processing/app/Base.java:1185
Examples\ for\ any\ board=Exemples pour toute carte
#: ../../../../../app/src/processing/app/Base.java:1205
#: ../../../../../app/src/processing/app/Base.java:1216
#, java-format
Examples\ for\ {0}=Exemples pour {0}
#: ../../../../../app/src/processing/app/Base.java:1244
Examples\ from\ Custom\ Libraries=Exemples depuis les biblioth\u00e8ques personnalis\u00e9es
#: ../../../../../app/src/processing/app/Base.java:1329
Examples\ from\ Other\ Libraries=Exemples depuis d'autre biblioth\u00e8ques
#: ../../../../../app/src/processing/app/Editor.java:753
Export\ canceled,\ changes\ must\ first\ be\ saved.=Exportation annul\u00e9e, les changements doivent d'abord \u00eatre enregistr\u00e9s.
#: ../../../../../app/src/processing/app/Editor.java:750
Export\ compiled\ Binary=Exporter les binaires compil\u00e9es
#: ../../../processing/app/Base.java:416
#, java-format
Failed\ to\ open\ sketch\:\ "{0}"=Impossible d''ouvrir le croquis \: \u00ab {0} \u00bb
#: ../../../../../arduino-core/src/processing/app/SketchFile.java:183
#, java-format
Failed\ to\ rename\ "{0}"\ to\ "{1}"=Impossible de renommer "{0}" en "{1}"
#: ../../../../../arduino-core/src/processing/app/Sketch.java:298
Failed\ to\ rename\ sketch\ folder=Impossible de renommer le dossier de croquis
#: Editor.java:491
File=Fichier
#: ../../../../../arduino-core/src/processing/app/SketchData.java:139
#, java-format
File\ name\ {0}\ is\ invalid\:\ ignored=Nom de fichier {0} invalide \: ignor\u00e9
#: Preferences.java:94
Filipino=filipino
#: ../../../../../app/src/cc/arduino/contributions/ui/InstallerJDialog.java:95
Filter\ your\ search...=Filtrez votre recherche
#: FindReplace.java:124 FindReplace.java:127
Find=Trouver
#: Editor.java:1249
Find\ Next=Trouver prochain
#: Editor.java:1259
Find\ Previous=Trouver pr\u00e9c\u00e9dent
#: Editor.java:1086 Editor.java:2775
Find\ in\ Reference=Trouver dans la r\u00e9f\u00e9rence
#: Editor.java:1234
Find...=Trouver...
#: FindReplace.java:80
Find\:=Trouver\u00a0\:
#: ../../../processing/app/Preferences.java:147
Finnish=finnois
#: tools/FixEncoding.java:41 tools/FixEncoding.java:58
#: tools/FixEncoding.java:79
Fix\ Encoding\ &\ Reload=R\u00e9parer encodage & recharger
#: ../../../processing/app/BaseNoGui.java:318
For\ information\ on\ installing\ libraries,\ see\:\ http\://www.arduino.cc/en/Guide/Libraries\n=Pour plus d'information sur l'installation des biblioth\u00e8ques, regardez\: 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}=Red\u00e9marrage forc\u00e9 en cours en 1200bps ouvert/ferm\u00e9 sur le port {0}
#: Preferences.java:95
French=fran\u00e7ais
#: Editor.java:1097
Frequently\ Asked\ Questions=Foire aux questions
#: Preferences.java:96
Galician=galicien
#: ../../../../../app/src/processing/app/Preferences.java:176
Galician\ (Spain)=Galicien (Espagne)
#: ../../../../../app/src/processing/app/Editor.java:1288
Galileo\ Help=Aide Galileo
#: ../../../processing/app/Preferences.java:94
Georgian=g\u00e9orgien
#: Preferences.java:97
German=allemand
#: ../../../../../app//src/processing/app/Editor.java:817
Get\ Board\ Info=R\u00e9cup\u00e9rer les informations de la carte
#: Editor.java:1054
Getting\ Started=Aide pour d\u00e9buter
#: ../../../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.=Les variables globales utilisent {0} octets ({2}%%) de m\u00e9moire dynamique, ce qui laisse {3} octets pour les variables locales. Le maximum est de {1} octets.
#: ../../../processing/app/Sketch.java:1651
#, java-format
Global\ variables\ use\ {0}\ bytes\ of\ dynamic\ memory.=Les variables globales utilisent {0} octets de m\u00e9moire dynamique.
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:66
Go\ to\ line=Aller \u00e0 la ligne
#: ../../../../../app/src/processing/app/Editor.java:1460
Go\ to\ line...=Aller \u00e0 la ligne...
#: Preferences.java:98
Greek=grec
#: ../../../processing/app/Preferences.java:95
Hebrew=h\u00e9breu
#: Editor.java:1015
Help=Aide
#: Preferences.java:99
Hindi=hindi
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:489
Host\ name\:=Nom d'h\u00f4te
#: Sketch.java:295
How\ about\ saving\ the\ sketch\ first\ \nbefore\ trying\ to\ rename\ it?=Et si vous enregistriez le croquis\navant d'essayer de le renommer\u00a0?
#: Sketch.java:882
How\ very\ Borges\ of\ you=Comme c'est Borges de votre part
#: Preferences.java:100
Hungarian=hongrois
#: ../../../../../app/src/processing/app/Base.java:1319
INCOMPATIBLE=INCOMPATIBLE
#: FindReplace.java:96
Ignore\ Case=Ignorer la casse
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:184
Ignoring\ library\ with\ bad\ name=Ignorer la biblioth\u00e8que avec un mauvais nom
#: Base.java:1436
Ignoring\ sketch\ with\ bad\ name=Ignore un croquis mal nomm\u00e9
#: ../../../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?=Dans Arduino 1.0, l'extension par d\u00e9faut des fichiers est\npass\u00e9e de .pde en .ino. Les nouveaux croquis (y compris\nceux cr\u00e9es par \u00ab Enregistrer sous \u00bb) utiliseront cette nouvelle\nextension. L'extension des anciens croquis sera mise \u00e0 jour\nlors de l'\u00e9criture, mais vous pouvez d\u00e9sactiver cette option\ndans le menu Pr\u00e9f\u00e9rences.\n\nEnregistrer le croquis et mettre \u00e0 jour son extension ?
#: ../../../../../app/src/processing/app/Editor.java:778
Include\ Library=Inclure une biblioth\u00e8que
#: ../../../processing/app/BaseNoGui.java:768
#: ../../../processing/app/BaseNoGui.java:771
Incorrect\ IDE\ installation\ folder=Dossier d'installation de l'IDE incorrect
#: ../../../../../app/src/processing/app/Editor.java:1378
Increase\ Font\ Size=Augmenter la taille de la police
#: Editor.java:1216 Editor.java:2757
Increase\ Indent=Augmenter l'indentation
#: Preferences.java:101
Indonesian=indon\u00e9sien
#: ../../../../../app/src/processing/app/Base.java:295
Initializing\ packages...=Initialisation des paquets...
#: ../../../../../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=Installer
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:170
Installation\ completed\!=Installation termin\u00e9e\!
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/DropdownInstalledLibraryItem.java:50
Installed=Install\u00e9
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:154
Installing\ boards...=Installation des cartes...
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:109
#, java-format
Installing\ library\:\ {0}\:{1}=Installation de la biblioth\u00e8que\: {0}\: {1}
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
#, java-format
Installing\ tools\ ({0}/{1})...=Installation des outils({0}/{1})...
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:239
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:172
Installing...=Installation...
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:256
Interface\ scale\:=Taille de l'interface\:
#: ../../../processing/app/Base.java:1204
#, java-format
Invalid\ library\ found\ in\ {0}\:\ {1}=Biblioth\u00e8que non valide trouv\u00e9e dans {0} \: {1}
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:66
#, java-format
Invalid\ quoting\:\ no\ closing\ [{0}]\ char\ found.=Guillement invalide\: charact\u00e8re [{0}] de fermeture non trouv\u00e9.
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
#, java-format
Invalid\ version\ '{0}'\ for\ library\ in\:\ {1}=Version non valide '{0}' pour la biblioth\u00e8que dans\: {1}
#: ../../../../../app/src/processing/app/Base.java:316
#: ../../../../../app/src/processing/app/Base.java:362
#, java-format
Invalid\ version\ {0}=Version non valide {0}
#: Preferences.java:102
Italian=italien
#: Preferences.java:103
Japanese=japonais
#: ../../../../../app/src/cc/arduino/i18n/Languages.java:81
Kazakh=Kazakh
#: Preferences.java:104
Korean=cor\u00e9en
#: Preferences.java:105
Latvian=letton
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:93
Library\ Manager=Gestionnaire de biblioth\u00e8que
#: ../../../../../app/src/processing/app/Base.java:2349
Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=La biblioth\u00e8que a \u00e9t\u00e9 ajout\u00e9e \u00e0 votre dossier de biblioth\u00e8ques. Veuillez regarder le menu \u00ab\u00a0Importer biblioth\u00e8que\u00a0\u00bb
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=Une biblioth\u00e8que ne peut utiliser les dossiers 'src' et 'utility' en m\u00eame temps. Double v\u00e9rification {0}
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:88
#, java-format
Library\ is\ already\ installed\:\ {0}\:{1}=La biblioth\u00e8que est d\u00e9j\u00e0 install\u00e9e\: {0}\: {1}
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
Line\ number\:=Ligne num\u00e9ro \:
#: Preferences.java:106
Lithuaninan=lituanien
#: ../../../../../app/src/processing/app/Base.java:132
Loading\ configuration...=Chargement de la configuration
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
#, java-format
Looking\ for\ recipes\ like\ {0}*{1}=Recherche des recettes comme {0}*{1}
#: ../../../processing/app/Sketch.java:1684
Low\ memory\ available,\ stability\ problems\ may\ occur.=La m\u00e9moire disponible faible, des probl\u00e8mes de stabilit\u00e9 pourraient survenir.
#: ../../../../../app/src/processing/app/Base.java:1168