aboutsummaryrefslogtreecommitdiffstats
path: root/res/values-fr/strings.xml
blob: b6cacda915e2866d0e5e6435b6f936e78793d020 (plain)
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
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
     Copyright (C) 2012-2014 The CyanogenMod Project
               (C) 2017 The LineageOS Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
  <!-- The name of the app -->
  <string name="app_name">Explorateur de fichiers</string>
  <!-- The description of the app -->
  <string name="app_description">Explorateur de fichiers LineageOS</string>
  <!-- Human readable sizes -->
  <string name="size_bytes">o</string>
  <string name="size_kilobytes">ko</string>
  <string name="size_megabytes">Mo</string>
  <string name="size_gigabytes">Go</string>
  <!-- Date/time format order (%1$s: date; %2$s: time) -->
  <string name="datetime_format_order">%1$s %2$s</string>
  <!-- Devices types -->
  <string name="device_blockdevice">Dispositif de blocage</string>
  <string name="device_characterdevice">Dispositif de caractères</string>
  <string name="device_namedpipe">Canal nommé</string>
  <string name="device_domainsocket">Socket du domaine</string>
  <!-- Mount Point States -->
  <string name="mount_point_readonly">RO</string>
  <string name="mount_point_readwrite">RW</string>
  <!-- Default buttons -->
  <string name="yes">Oui</string>
  <string name="no">Non</string>
  <string name="all">Tous</string>
  <string name="overwrite">Écraser</string>
  <string name="select">Sélectionner</string>
  <!-- The root directory name -->
  <string name="root_directory_name"><![CDATA[<Root folder>]]></string>
  <!-- The search result name -->
  <string name="search_result_name">Rechercher\u00A0: <xliff:g id="terms">%1$s</xliff:g></string>
  <!-- Loading waiting message -->
  <string name="loading_message">Chargement\u2026</string>
  <!-- Computing message -->
  <!-- Computing new line message -->
  <!-- Cancelled message -->
  <string name="cancelled_message">Annulé</string>
  <!-- Error message -->
  <string name="error_message">Erreur.</string>
  <!-- Copy text content description -->
  <string name="copy_text_cd">Appuyer pour copier le texte dans le presse-papier</string>
  <!-- Copy text content message -->
  <string name="copy_text_msg">Texte copié dans le presse-papier</string>
  <!-- Warning dialog title -->
  <string name="warning_title">Attention</string>
  <!-- Error dialog title -->
  <string name="error_title">Erreur</string>
  <!-- Confirm operation dialog title -->
  <string name="confirm_operation">Confirmer l\'opération</string>
  <!-- Confirm overwrite dialog title -->
  <string name="confirm_overwrite">Confirmer l\'écrasement</string>
  <!-- Confirm deletion dialog title -->
  <string name="confirm_deletion">Confirmer la suppression</string>
  <!--  A console couldn't be created - Ask the user to change the access mode - Dialog Title -->
  <string name="msgs_change_to_prompt_access_mode_title">Confirmer le changement</string>
  <!--  A console couldn't be created - Ask the user to change the access mode - Dialog Message -->
  <string name="msgs_change_to_prompt_access_mode_msg">Impossible de passer en mode Root. Retour au mode normal.\n\nEffectuer le changement\u00A0?</string>
  <!-- A console couldn't be created - Without privileges, the app won't work -->
  <string name="msgs_cant_create_console">Impossible d\'obtenir les privilèges requis pour fonctionner</string>
  <!-- The message shown when an allocation of a privileged console fails, and a non
         privileged is allocated -->
  <string name="msgs_privileged_console_alloc_failed">Impossible de passer en mode Root. Retour au mode normal.</string>
  <!-- The selected setting was not applied or stored -->
  <string name="msgs_settings_save_failure">Impossible d\'appliquer ou d\'enregistrer le paramètre.</string>
  <!-- The initial directory has an invalid or inaccessible reference -->
  <string name="msgs_settings_invalid_initial_directory">Le dossier d\'accueil « <xliff:g id="initial_dir">%1$s</xliff:g> » est incorrect. Changement vers le dossier racine.</string>
  <!-- Root is not available message -->
  <string name="root_not_available_msg">Le root n\'est pas disponible sur cet appareil. Impossible d\'effectuer cette opération.</string>
  <!-- Success -->
  <string name="msgs_success">Opération réussie</string>
  <!-- Unknown error -->
  <string name="msgs_unknown">Une erreur a été détectée. L\'opération a échoué</string>
  <!-- When an operation requires elevated privileged (normally caused for the use of a
         non-privileged console) -->
  <string name="msgs_insufficient_permissions">Cette opération nécessite une élévation des droits. Essayez de passer en mode accès Root.</string>
  <!-- When an operation fails because the device has run out of storage. -->
  <string name="msgs_no_disk_space">Cette opération a échoué car il n\'y a plus d\'espace disponible sur l\'appareil.</string>
  <!-- The file or directory was not found -->
  <string name="msgs_file_not_found">Fichier ou dossier introuvable</string>
  <!-- The command reference couldn't be created (not found or invalid definition)
         (normally caused by a development error) -->
  <string name="msgs_command_not_found">Commande introuvable ou définition invalide</string>
  <!-- I/O exception -->
  <string name="msgs_io_failed">Erreur de lecture/écriture.</string>
  <!-- Operation timeout detected -->
  <string name="msgs_operation_timeout">Opération expirée</string>
  <!-- The operation returns an invalid exit code -->
  <string name="msgs_operation_failure">L\'opération a échoué.</string>
  <!-- A console couldn't be allocated -->
  <string name="msgs_console_alloc_failure">Erreur interne</string>
  <!-- An operation can't be cancelled -->
  <string name="msgs_operation_can_not_be_cancelled">Impossible d\'annuler l\'opération</string>
  <!-- The operation requieres mount the file system prior to execute the command -->
  <string name="msgs_read_only_filesystem">Le système de fichiers est en lecture seule. Essayez de monter le système de fichiers en lecture-écriture avant de retenter l\'opération.</string>
  <!-- Illegal argument (normally caused by a development error when calling internal api) -->
  <string name="msgs_illegal_argument">Argument illégal. Invocation impossible.</string>
  <!-- The operation will cause inconsistencies -->
  <string name="msgs_unresolved_inconsistencies">Opération non autorisée pour cause d\'incohérences</string>
  <!-- Operation not permitted in the current directory -->
  <string name="msgs_operation_not_allowed_in_current_directory">Le dossier de destination ne peut pas être un sous-dossier de la source ou la source elle-même.</string>
  <!-- The advice message prior to exit the app -->
  <string name="msgs_push_again_to_exit">Appuyer de nouveau pour sortir.</string>
  <!-- There is no registered app that can handle the mime-type -->
  <string name="msgs_not_registered_app">Aucune application disponible pour ouvrir le fichier sélectionné</string>
  <!-- Overwrite files? -->
  <string name="msgs_overwrite_files">Certains fichiers existent déjà dans le dossier de destination.\n\nÉcraser\u00A0?</string>
  <!-- The association of an action to the app failed -->
  <string name="msgs_action_association_failed">Impossible d\'associer l\'action à l\'application</string>
  <!-- An operation requires elevated privileged. Ask the user. -->
  <string name="advise_insufficient_permissions">L\'opération nécessite une élévation des privilèges.\n\nVoulez-vous passer en mode Root\u00A0?</string>
  <!-- The parent directory of the current directory in navigation view -->
  <string name="parent_dir">Dossier parent</string>
  <!-- External storage descripton -->
  <string name="external_storage">Stockage externe</string>
  <!-- Usb storage descripton -->
  <string name="usb_storage">Stockage USB</string>
  <!-- ActionBar Buttons - FileSystem -->
  <string name="actionbar_button_filesystem_cd">Informations du système de fichiers</string>
  <!-- ActionBar Buttons - Sort Mode -->
  <string name="actionbar_button_sort_mode_cd">Type de tri</string>
  <!-- ActionBar Buttons - Layout Mode -->
  <string name="actionbar_button_layout_mode_cd">Mode d\'affichage</string>
  <!-- ActionBar Buttons - Other View Options -->
  <string name="actionbar_button_other_view_options_cd">Autres options d\'affichage</string>
  <!-- ActionBar Buttons - Done -->
  <string name="actionbar_button_selection_done_cd">Terminé</string>
  <!-- ActionBar Buttons - Actions -->
  <string name="actionbar_button_actions_cd">Actions</string>
  <!-- ActionBar Buttons - Search -->
  <string name="actionbar_button_search_cd">Rechercher</string>
  <!-- ActionBar Buttons - Overflow -->
  <string name="actionbar_button_overflow_cd">Plus d\'options</string>
  <!-- ActionBar Buttons - Storage volumes -->
  <string name="actionbar_button_storage_cd">Volumes de stockage</string>
  <!-- ActionBar Buttons - Save -->
  <string name="actionbar_button_save_cd">Enregistrer</string>
  <!-- ActionBar Buttons - Print -->
  <string name="actionbar_button_print_cd">Imprimer</string>
  <!-- Navigation View - Sort - Sort by name (ascending) -->
  <string name="sort_by_name_asc">Par nom ▲</string>
  <!-- Navigation View - Sort - Sort by name (descending) -->
  <string name="sort_by_name_desc">Par nom ▼</string>
  <!-- Navigation View - Sort - Sort by date (ascending) -->
  <string name="sort_by_date_asc">Par date ▲</string>
  <!-- Navigation View - Sort - Sort by date (descending) -->
  <string name="sort_by_date_desc">Par date ▼</string>
  <!-- Navigation View - Sort - Sort by size (ascending) -->
  <string name="sort_by_size_asc">Par taille \u25B2</string>
  <!-- Navigation View - Sort - Sort by size (descending) -->
  <string name="sort_by_size_desc">Par taille \u25BC</string>
  <!-- Navigation View - Sort - Sort by type (ascending) -->
  <string name="sort_by_type_asc">Par type \u25B2</string>
  <!-- Navigation View - Sort - Sort by type (descending) -->
  <string name="sort_by_type_desc">Par type \u25BC</string>
  <!-- Navigation View - Layout - Icons -->
  <string name="layout_icons">Icônes</string>
  <!-- Navigation View - Layout - Simple -->
  <string name="layout_simple">Simple</string>
  <!-- Navigation View - Layout - Details -->
  <string name="layout_details">Détails</string>
  <!-- Navigation View - View - Show folders first -->
  <string name="cm_filemanager_show_dirs_first">Afficher les dossiers en premier</string>
  <!-- Navigation View - View - Show hidden files option -->
  <string name="cm_filemanager_show_hidden">Afficher les fichiers cachés</string>
  <!-- Navigation View - View - Show system files option -->
  <string name="cm_filemanager_show_system">Afficher les fichiers système</string>
  <!-- Navigation View - View - Show symlinks option -->
  <string name="cm_filemanager_show_symlinks">Afficher les liens symboliques</string>
  <!-- Filesystem Info (no data). Dialog title -->
  <string name="filesystem_info_warning_title">Aucune information</string>
  <!-- Filesystem Info (no data). Dialog message -->
  <string name="filesystem_info_warning_msg">Aucune information disponible pour le système de fichiers</string>
  <!-- Filesystem Info - Filesystem couldn't be mounted -->
  <string name="filesystem_info_cant_be_mounted_msg">Impossible de monter/démonter le système de fichiers</string>
  <!-- Filesystem Info - Not allowed message -->
  <string name="filesystem_info_mount_not_allowed_msg">Les opérations de montage du système de fichiers ne sont pas autorisées en mode sécurisé. Appuyez pour passer en mode Root.</string>
  <!-- Filesystem Info - Mount failed -->
  <string name="filesystem_info_mount_failed_msg">Échec de l\'opération de montage du système de fichiers. Certains systèmes de fichiers, comme les cartes SD, ne peuvent pas être montés car ils intègrent un système de fichier en lecture seule.</string>
  <!-- Filesystem Info Dialog - Title -->
  <string name="filesystem_info_dialog_title">Information du système de fichiers</string>
  <!-- Filesystem Info Dialog - Tab - Info -->
  <string name="filesystem_info_dialog_tab_info">Infos</string>
  <!-- Filesystem Info Dialog - Tab - Disk Usage -->
  <string name="filesystem_info_dialog_tab_disk_usage">Utilisation du disque</string>
  <!-- Filesystem Info Dialog - Status Label -->
  <string name="filesystem_info_dialog_status">Monté :</string>
  <!-- Filesystem Info Dialog - Mount Point Label -->
  <string name="filesystem_info_dialog_mount_point">Point de montage\u00A0:</string>
  <!-- Filesystem Info Dialog - Device Label -->
  <string name="filesystem_info_dialog_device">Appareil\u00A0:</string>
  <!-- Filesystem Info Dialog - Type Label -->
  <string name="filesystem_info_dialog_type">Type\u00A0:</string>
  <!-- Filesystem Info Dialog - Options Label -->
  <string name="filesystem_info_dialog_options">Options\u00A0:</string>
  <!-- Filesystem Info Dialog - Dump/Pass Label -->
  <string name="filesystem_info_dialog_dump_pass">Dump/Pass\u00A0:</string>
  <!-- Filesystem Info Dialog - Virtual Label -->
  <string name="filesystem_info_dialog_virtual">Virtuel :</string>
  <!-- Filesystem Info Dialog - Total Disk Usage -->
  <string name="filesystem_info_dialog_total_disk_usage">Total\u00A0:</string>
  <!-- Filesystem Info Dialog - Used Disk Usage -->
  <string name="filesystem_info_dialog_used_disk_usage">Utilisé\u00A0:</string>
  <!-- Filesystem Info Dialog - Free Disk Usage -->
  <string name="filesystem_info_dialog_free_disk_usage">Libre\u00A0:</string>
  <!-- Fso Properties - Not allowed message -->
  <string name="fso_properties_permissions_not_allowed_msg">Les opérations sur les autorisations ne sont pas permises en mode sécurisé. Appuyez pour passer en mode Root.</string>
  <!-- Fso Properties - Failed to change owner to fso -->
  <string name="fso_properties_failed_to_change_owner_msg">Le changement de propriétaire a échoué.\n\nPour des raisons de sécurité, certains systèmes de fichiers, comme les cartes SD, ne permettent pas de changer de propriétaire.</string>
  <!-- Fso Properties - Failed to change group to fso -->
  <string name="fso_properties_failed_to_change_group_msg">Le changement de groupe a échoué.\n\nPour des raisons de sécurité, certains systèmes de fichiers, comme les cartes SD, ne permettent pas de changer de groupe.</string>
  <!-- Fso Properties - Failed to change group to fso -->
  <string name="fso_properties_failed_to_change_permission_msg">La modification des autorisations a échoué.\n\nPour des raisons de sécurité, certains systèmes de fichiers, comme les cartes SD, ne permettent pas de modifier les autorisations.</string>
  <!-- Fso Properties Dialog - Title -->
  <string name="fso_properties_dialog_title">Propriétés</string>
  <!-- Fso Properties Dialog - Tab - Info -->
  <string name="fso_properties_dialog_tab_info">Info</string>
  <!-- Fso Properties Dialog - Tab - Permissions -->
  <string name="fso_properties_dialog_tab_permissions">Autorisations</string>
  <!-- Fso Properties Dialog - Name Label -->
  <string name="fso_properties_dialog_name">Nom\u00A0:</string>
  <!-- Fso Properties Dialog - Parent Folder Label -->
  <string name="fso_properties_dialog_parent">Parent\u00A0:</string>
  <!-- Fso Properties Dialog - Type Label -->
  <string name="fso_properties_dialog_type">Type\u00A0:</string>
  <!-- Fso Properties Dialog - Category Label -->
  <string name="fso_properties_dialog_category">Catégorie\u00A0:</string>
  <!-- Fso Properties Dialog - Link Label -->
  <string name="fso_properties_dialog_link">Lien\u00A0:</string>
  <!-- Fso Properties Dialog - Size Label -->
  <string name="fso_properties_dialog_size">Taille\u00A0:</string>
  <!-- Fso Properties Dialog - Contains Label -->
  <string name="fso_properties_dialog_contains">Contenu\u00A0:</string>
  <!-- Fso Properties Dialog - Last Accessed Time Label -->
  <string name="fso_properties_dialog_last_accessed_date">Dernier accès\u00A0:</string>
  <!-- Fso Properties Dialog - Last Modified Time Label -->
  <string name="fso_properties_dialog_last_modified_date">Modifié le\u00A0:</string>
  <!-- Fso Properties Dialog - Last Changed Time -->
  <string name="fso_properties_dialog_last_changed_date">Changé le\u00A0:</string>
  <!-- Fso Properties Dialog - Owner Label -->
  <string name="fso_properties_dialog_owner">Propriétaire\u00A0:</string>
  <!-- Fso Properties Dialog - Group Label -->
  <string name="fso_properties_dialog_group">Groupe\u00A0:</string>
  <!-- Fso Properties Dialog - Others Label -->
  <string name="fso_properties_dialog_others">Autres\u00A0:</string>
  <!-- Fso Properties Dialog - Special Label -->
  <!-- Fso Properties Dialog - Read Label -->
  <!-- Fso Properties Dialog - Write Label -->
  <!-- Fso Properties Dialog - Execute Label -->
  <!-- Fso Properties Dialog - Execute Label -->
  <!-- Fso Properties Dialog - Skip media scan -->
  <string name="fso_properties_dialog_include_in_media_scan">Sauter recherche de média\u00A0:</string>
  <string name="fso_failed_to_allow_media_scan">Échec de la recherche de média</string>
  <string name="fso_failed_to_prevent_media_scan">Impossible d\'empêcher la recherche de média</string>
  <string name="fso_delete_nomedia_dir_title">Supprimer le répertoire .nomedia</string>
  <string name="fso_delete_nomedia_dir_body">Ce répertoire contient un répertoire .nomedia.\n\nVoulez-vous le supprimer ainsi que tout ce qu\'il contient\u00A0?</string>
  <string name="fso_delete_nomedia_non_empty_title">Supprimer les fichiers .nomedia</string>
  <string name="fso_delete_nomedia_non_empty_body">Ce répertoire contient un fichier .nomedia non vide.\n\nVoulez-vous le supprimer\u00A0?</string>
  <!-- History - History activity title -->
  <string name="history">Historique</string>
  <!-- History - The history is empty -->
  <string name="msgs_history_empty">Aucun historique</string>
  <!-- History - The history reference is not in the actual history list -->
  <string name="msgs_history_unknown">Élément de l\'historique inconnu.</string>
  <!-- Search - Search activity title -->
  <string name="search">Résultats de la recherche</string>
  <!-- Search - Search hint message -->
  <string name="search_hint">Taper vos critères de recherche</string>
  <!-- Search - Voice search hint message -->
  <string name="search_voice_hint">Énoncer votre recherche</string>
  <!-- Search - Search error message -->
  <string name="search_error_msg">Une erreur s\'est produite lors de la recherche. Aucun résultat trouvé.</string>
  <!-- Search - Search no results message -->
  <string name="search_no_results_msg">Aucun résultat trouvé.</string>
  <!-- Search - Number of items found in directory -->
  <string name="search_found_items_in_directory"><xliff:g id="items">%1$s</xliff:g> dans <xliff:g id="path">%2$s</xliff:g></string>
  <!-- Search - Search query terms -->
  <string name="search_terms"><![CDATA[<b>Termes :</b>]]> <xliff:g id="terms">%1$s</xliff:g></string>
  <!-- Search - Confirm search -->
  <string name="search_few_characters_title">Confirmer la recherche</string>
  <!-- Search - Some terms of the search are too small. The operation could be very costly -->
  <string name="search_few_characters_msg">Certains des termes recherchés disposent d\'un petit nombre de caractères. L\'opération pourrait être très coûteuse en temps et en ressources système.\n\nVoulez-vous continuer\u00A0?</string>
  <!-- Search - Searching dialog title -->
  <string name="searching">Veuillez Patienter\u2026</string>
  <!-- Search - Searching label -->
  <string name="searching_action_label">Recherche en cours\u2026</string>
  <!-- Picker Activity -->
  <!-- Picker Activity - Dialog title -->
  <string name="picker_title">Choisir un fichier</string>
  <string name="directory_picker_title">Choisir un répertoire</string>
  <!-- Editor - Editor activity title -->
  <string name="editor">Éditeur</string>
  <!-- Editor - Invalid file message -->
  <string name="editor_invalid_file_msg">Fichier incorrect.</string>
  <!-- Editor - File not found message -->
  <string name="editor_file_not_found_msg">Fichier non trouvé.</string>
  <!-- Editor - File size exceed the limit -->
  <string name="editor_file_exceed_size_msg">Fichier trop volumineux pour être ouvert sur votre appareil</string>
  <!-- Editor - Editor is dirty, ask the user - Dialog title -->
  <string name="editor_dirty_ask_title">Confirmer sortie</string>
  <!-- Editor - Editor is dirty, ask the user - Dialog message -->
  <string name="editor_dirty_ask_msg">Le fichier a été modifié.\n\nQuitter sans enregistrer\u00A0?</string>
  <!-- Editor - Save operation success -->
  <string name="editor_successfully_saved">Le fichier a été enregistré avec succès.</string>
  <!-- Editor - Read-only file mode -->
  <string name="editor_read_only_mode">Fichier ouvert en lecture seule</string>
  <!-- Editor - Dumping message -->
  <string name="dumping_message">Génération du vidage hexadécimal\u2026</string>
  <!-- Editor - Displaying -->
  <string name="displaying_message">Affichage\u2026</string>
  <!-- Bookmarks - Bookmarks activity title -->
  <string name="bookmarks">Favoris</string>
  <!-- Bookmarks - Bookmark name - Home -->
  <string name="bookmarks_home">Accueil</string>
  <!-- Bookmarks - Bookmark name - Root folder -->
  <string name="bookmarks_root_folder">Dossier racine</string>
  <!-- Bookmarks - Bookmark name - System folder -->
  <string name="bookmarks_system_folder">Dossier système</string>
  <!-- Bookmarks - Bookmark name - Secure storage -->
  <string name="bookmarks_secure">Stockage sécurisé</string>
  <!-- Bookmarks - Bookmark name - Remote storage -->
  <string name="bookmarks_remote">Stockage à distance</string>
  <!-- Bookmarks - Bookmark name - Button - Initial directory content description -->
  <string name="bookmarks_button_config_cd">Choisir le dossier d\'accueil.</string>
  <!-- Bookmarks - Bookmark name - Button - Remove bookmark content description -->
  <string name="bookmarks_button_remove_bookmark_cd">Supprimer le favori</string>
  <!-- Bookmarks - Bookmarks - Actions - Bookmark successfully added -->
  <string name="bookmarks_msgs_add_success">Le favori a été ajouté avec succès.</string>
  <!-- Bookmarks - Bookmarks - Actions - Bookmark already exists -->
  <string name="bookmarks_msgs_add_exists">Le favori existe déjà.</string>
  <!-- Initial directory dialog title -->
  <string name="initial_directory_dialog_title">Dossier d\'accueil</string>
  <!-- Initial directory label -->
  <string name="initial_directory_label">Choisir le dossier d\'accueil</string>
  <!-- Initial directory is relative -->
  <string name="initial_directory_relative_msg">Chemins relatifs non autorisés</string>
  <!-- Initial directory error message -->
  <string name="initial_directory_error_msg">Erreur lors de l\'enregistrement du dossier d\'accueil</string>
  <!-- Menu - Navigation - Search -->
  <string name="menu_search">Rechercher</string>
  <!-- Menu - Navigation - Settings -->
  <string name="menu_settings">Paramètres</string>
  <!-- Menu - History - Clear history -->
  <string name="menu_clear_history">Effacer l\'historique</string>
  <!-- Menu - Editor - No suggestions -->
  <string name="menu_no_suggestions">Aucune suggestion</string>
  <!-- Menu - Editor - Word wrap -->
  <string name="menu_word_wrap">Retour à la ligne</string>
  <!-- Menu - Editor - Sintax highlight -->
  <string name="menu_syntax_highlight">Coloration syntaxique</string>
  <!-- Regular expression for create copy action -->
  <string name="create_copy_regexp">
    <xliff:g id="name">%1$s</xliff:g> - copie<xliff:g id="extension">%2$s</xliff:g></string>
  <!-- Regular expression for new compressed file -->
  <string name="create_new_compress_file_regexp">
    <xliff:g id="name">%1$s</xliff:g> - nouveau<xliff:g id="extension">%2$s</xliff:g></string>
  <!-- Waiting dialog - Performing operation message -->
  <string name="waiting_dialog_msg">Opération en cours\u2026</string>
  <!-- Waiting dialog - Copying title -->
  <string name="waiting_dialog_copying_title">Copie</string>
  <!-- Waiting dialog - Copying message -->
  <string name="waiting_dialog_copying_msg"><![CDATA[<b>De</b>]]> <xliff:g id="from">%1$s</xliff:g><![CDATA[<br/><b>à</b>]]> <xliff:g id="to">%2$s</xliff:g></string>
  <!-- Waiting dialog - Moving title -->
  <string name="waiting_dialog_moving_title">Déplacement\u2026</string>
  <!-- Waiting dialog - Moving message -->
  <string name="waiting_dialog_moving_msg"><![CDATA[<b>De</b>]]> <xliff:g id="from">%1$s</xliff:g><![CDATA[<br/><b>à</b>]]> <xliff:g id="to">%2$s</xliff:g></string>
  <!-- Waiting dialog - Deleting title -->
  <string name="waiting_dialog_deleting_title">Suppression\u2026</string>
  <!-- Waiting dialog - Deleting message -->
  <string name="waiting_dialog_deleting_msg"><![CDATA[<b>Fichier</b>]]> <xliff:g id="file">%1$s</xliff:g></string>
  <!-- Waiting dialog - Extracting title -->
  <string name="waiting_dialog_extracting_title">Extraction\u2026</string>
  <!-- Waiting dialog - Extracting message -->
  <string name="waiting_dialog_extracting_msg"><![CDATA[<b>Fichier</b>]]> <xliff:g id="file">%1$s</xliff:g></string>
  <!-- Waiting dialog - Extracting title -->
  <string name="waiting_dialog_compressing_title">Compression\u2026</string>
  <!-- Waiting dialog - Extracting message -->
  <string name="waiting_dialog_compressing_msg"><![CDATA[<b>Fichier</b>]]> <xliff:g id="file">%1$s</xliff:g></string>
  <!-- Waiting dialog - Initializing the dialog -->
  <string name="waiting_dialog_analizing_msg"><![CDATA[<b>Analyse\u2026</b>]]></string>
  <!-- Extracting - Success message -->
  <string name="msgs_extracting_success">Extraction correctement terminée. Les données ont été extraites dans <xliff:g id="destination">%1$s</xliff:g>.</string>
  <!-- Compressing - Success message -->
  <string name="msgs_compressing_success">Compression correctement terminée. Les données ont été compressées dans <xliff:g id="destination">%1$s</xliff:g>.</string>
  <!-- Actions Dialog - Title -->
  <string name="actions_dialog_title">Actions</string>
  <!-- Actions Dialog - Menu - Properties of current folder -->
  <string name="actions_menu_properties_current_folder">Propriétés</string>
  <!-- Actions Dialog - Menu - Refresh -->
  <string name="actions_menu_refresh">Actualiser</string>
  <!-- Actions Dialog - Menu - New directory -->
  <string name="actions_menu_new_directory">Nouveau dossier</string>
  <!-- Actions Dialog - Menu - New file -->
  <string name="actions_menu_new_file">Nouveau fichier</string>
  <!-- Actions Dialog - Menu - Select all -->
  <string name="actions_menu_select_all">Tout sélectionner</string>
  <!-- Actions Dialog - Menu - Deselect all -->
  <string name="actions_menu_deselect_all">Tout désélectionner</string>
  <!-- Actions Dialog - Menu - Select -->
  <string name="actions_menu_select">Sélectionner</string>
  <!-- Actions Dialog - Menu - Deselect -->
  <string name="actions_menu_deselect">Désélectionner</string>
  <!-- Actions Dialog - Menu - Copy/Paste selection -->
  <string name="actions_menu_paste_selection">Coller la sélection ici</string>
  <!-- Actions Dialog - Menu - Move selection -->
  <string name="actions_menu_move_selection">Déplacer la sélection ici</string>
  <!-- Actions Dialog - Menu - Delete selection -->
  <string name="actions_menu_delete_selection">Supprimer la sélection</string>
  <!-- Actions Dialog - Menu - Compress selection -->
  <string name="actions_menu_compress_selection">Compresser la sélection</string>
  <!-- Actions Dialog - Menu - Create link -->
  <string name="actions_menu_create_link">Créer un lien</string>
  <!-- Actions Dialog - Menu - Open -->
  <string name="actions_menu_open">Ouvrir</string>
  <!-- Actions Dialog - Menu - Open with -->
  <string name="actions_menu_open_with">Ouvrir avec</string>
  <!-- Actions Dialog - Menu - Execute -->
  <string name="actions_menu_execute">Exécuter</string>
  <!-- Actions Dialog - Menu - Send -->
  <string name="actions_menu_send">Envoyer</string>
  <!-- Actions Dialog - Menu - Send selection -->
  <string name="actions_menu_send_selection">Envoyer la sélection</string>
  <!-- Actions Dialog - Menu - Compress -->
  <string name="actions_menu_compress">Compresser</string>
  <!-- Actions Dialog - Menu - Extract -->
  <string name="actions_menu_extract">Extraire</string>
  <!-- Actions Dialog - Menu - Delete -->
  <string name="actions_menu_delete">Supprimer</string>
  <!-- Actions Dialog - Menu - Rename -->
  <string name="actions_menu_rename">Renommer</string>
  <!-- Actions Dialog - Menu - Create copy -->
  <string name="actions_menu_create_copy">Créer une copie</string>
  <!-- Actions Dialog - Menu - Properties -->
  <string name="actions_menu_properties">Propriétés</string>
  <!-- Actions Dialog - Menu - Add to bookmarks -->
  <string name="actions_menu_add_to_bookmarks">Ajouter aux favoris</string>
  <!-- Actions Dialog - Menu - Add shortcut -->
  <string name="actions_menu_add_shortcut">Ajouter un raccourci</string>
  <!-- Actions Dialog - Menu - Open parent folder -->
  <string name="actions_menu_open_parent_folder">Ouvrir le dossier parent</string>
  <!-- Actions Dialog - Menu - Compute checksum -->
  <string name="actions_menu_compute_checksum">Somme de contrôle</string>
  <!-- Actions Dialog - Menu - Print -->
  <string name="actions_menu_print">Imprimer</string>
  <!-- Actions Dialog - Menu - Set as home -->
  <string name="actions_menu_set_as_home">Définir comme accueil</string>
  <!-- Actions - Ask user prior to do an undone operation. Dialog message -->
  <string name="actions_ask_undone_operation_msg">Cette action ne peut pas être annulée. Voulez-vous continuer\u00A0?</string>
  <!-- Enter Name Dialog - Label -->
  <string name="input_name_dialog_label">Nom\u00A0:</string>
  <!-- Enter Name Dialog - Message - Empty name -->
  <string name="input_name_dialog_message_empty_name">Le nom ne peut être laissé en blanc.</string>
  <!-- Enter Name Dialog - Message - Invalid name -->
  <string name="input_name_dialog_message_invalid_path_name">Nom incorrect. Les caractères « <xliff:g id="invalid_characters">%1$s</xliff:g> » ne sont pas autorisés.</string>
  <!-- Enter Name Dialog - Message - Invalid name length -->
  <string name="input_name_dialog_message_invalid_name_length">Limite maximale de caractères atteinte.</string>
  <!-- Enter Name Dialog - Message - Invalid name -->
  <string name="input_name_dialog_message_invalid_name">Nom incorrect. Les noms « . » et « .. » ne sont pas autorisés.</string>
  <!-- Enter Name Dialog - Message - Name exists -->
  <string name="input_name_dialog_message_name_exists">Nom déjà attribué</string>
  <!-- Associations Dialog - Title -->
  <string name="associations_dialog_title">Associations</string>
  <!-- Associations Dialog - Remember the user action -->
  <string name="associations_dialog_remember">Se souvenir de la sélection</string>
  <!-- Associations Dialog - Open with Title -->
  <string name="associations_dialog_openwith_title">Ouvrir avec</string>
  <!-- Associations Dialog - Open action (button title) -->
  <string name="associations_dialog_openwith_action">Ouvrir</string>
  <!-- Associations Dialog - Send with Title -->
  <string name="associations_dialog_sendwith_title">Envoyer avec</string>
  <!-- Associations Dialog - Send action (button title) -->
  <string name="associations_dialog_sendwith_action">Envoyer</string>
  <!-- Inline Autocomplete Widget - Tab message nothing to complete -->
  <string name="inline_autocomplete_tab_nothing_to_complete_msg">Rien à compléter</string>
  <!-- Execution console - Title -->
  <string name="execution_console_title">Console</string>
  <!-- Execution console - The script name label -->
  <string name="execution_console_script_name_label">Scripts\u00A0:</string>
  <!-- Execution console - The script execution time label -->
  <string name="execution_console_script_execution_time_label">Durée\u00A0:</string>
  <!-- Execution console - The script exit code label -->
  <string name="execution_console_script_exitcode_label">Code de sortie\u00A0:</string>
  <!-- Execution console - The script execution time seconds string -->
  <string name="execution_console_script_execution_time_text"><xliff:g id="seconds">%1$s</xliff:g> s.</string>
  <!-- Compute checksum - Title -->
  <string name="compute_checksum_title">Somme de contrôle</string>
  <!-- Compute checksum - The file name label -->
  <string name="compute_checksum_filename_label">Fichier :</string>
  <!-- Compute checksum - The MD5 label -->
  <!-- Compute checksum - The SHA1 label -->
  <!-- Compute checksum - The computing checksum message-->
  <string name="compute_checksum_computing_checksum_msg">Calcul de la somme de contrôle\u2026</string>
  <!-- Mime/Types - Folder -->
  <string name="mime_folder">Dossier</string>
  <!-- Mime/Types - Symlink -->
  <string name="mime_symlink">Lien symbolique</string>
  <!-- Mime/Types - Unknown -->
  <string name="mime_unknown">Inconnu</string>
  <!--  Filetime formats -->
  <string name="filetime_format_mode_system">Paramètre système</string>
  <string name="filetime_format_mode_locale">Paramètre local</string>
  <string name="filetime_format_mode_ddMMyyyy_HHmmss">jj/mm/aaaa hh:mm:ss</string>
  <string name="filetime_format_mode_MMddyyyy_HHmmss">mm/jj/aaaa hh:mm:ss</string>
  <string name="filetime_format_mode_yyyyMMdd_HHmmss">aaaa-mm-jj hh:mm:ss</string>
  <!-- Selection -->
  <!-- For example "2 folders and 1 file selected." -->
  <string name="selection_folders_and_files"><xliff:g id="folders">%1$s</xliff:g> et <xliff:g id="files">%2$s</xliff:g> sélectionnés.</string>
  <!-- Category descriptions -->
  <string name="category_system">SYSTÈME</string>
  <string name="category_app">APPLICATION</string>
  <string name="category_binary">BINAIRE</string>
  <string name="category_text">TEXTE</string>
  <string name="category_document">DOCUMENT</string>
  <string name="category_ebook">EBOOK</string>
  <string name="category_mail">COURRIER</string>
  <string name="category_compress">COMPRESSÉ</string>
  <string name="category_exec">EXÉCUTABLE</string>
  <string name="category_database">BASE DE DONNÉES</string>
  <string name="category_font">POLICE</string>
  <string name="category_image">IMAGE</string>
  <string name="category_audio">AUDIO</string>
  <string name="category_video">VIDÉO</string>
  <string name="category_security">SÉCURITÉ</string>
  <string name="category_all">TOUT</string>
  <!-- Compression - Compression modes dialog title -->
  <string name="compression_mode_title">Mode de compression</string>
  <!-- Compression - Supported archive and compression modes -->
  <!-- Shortcut. Failed to handle the shortcut -->
  <string name="shortcut_failed_msg">Impossible d\'utiliser le raccourci.</string>
  <!-- Shortcut. The shortcut was created -->
  <string name="shortcut_creation_success_msg">Raccourci créé avec succès.</string>
  <!-- Shortcut. The shortcut wasn't created -->
  <string name="shortcut_creation_failed_msg">Échec de la création du raccourci.</string>
  <!-- Preferences title -->
  <string name="pref">Paramètres</string>
  <!-- Preferences - General title -->
  <string name="pref_general">Paramètres généraux</string>
  <!-- Preferences - Search title -->
  <string name="pref_search">Options de recherche</string>
  <!-- Preferences - Storage title -->
  <string name="pref_storage">Options de stockage</string>
  <!-- Preferences - Editor title -->
  <string name="pref_editor">Options de l\'éditeur</string>
  <!-- Preferences - Themes title -->
  <string name="pref_themes">Thèmes</string>
  <!-- Preferences - About title -->
  <string name="pref_about">À propos</string>
  <!-- Preferences - General - Behaviour category -->
  <string name="pref_general_behaviour_category">Général</string>
  <!-- Preferences - General - Case sensitive sort and navigating title -->
  <string name="pref_case_sensitive_sort">Sensible à la casse</string>
  <!-- Preferences - General - Case sensitive sort and navigating summary -->
  <string name="pref_case_sensitive_sort_summary">Tenir compte de la casse lors de la navigation ou du tri des résultats de recherche</string>
  <!-- Preferences - General - Filetime format mode title -->
  <string name="pref_filetime_format_mode">Format Date/Heure</string>
  <!-- Preferences - General -Disk usage warning level title -->
  <string name="pref_disk_usage_warning_level">Avertissement d\'utilisation disque</string>
  <!-- Preferences - General - Disk usage warning level summary -->
  <!-- FIXME Use "percent" instead of "%" symbol, because it make crash the app on getSummary
         of ListPreference. This should be fixed in frameworks base prior to be added here. -->
  <string name="pref_disk_usage_warning_level_summary" formatted="false">Afficher une couleur différente dans les widgets d\'utilisation de l\'espace disque lorsque <xliff:g id="level">%1$s</xliff:g> pourcent d\'espace est utilisé</string>
  <!-- Preferences - General - Compute folder statistics title -->
  <string name="pref_compute_folder_statistics">Calculer les statistiques de dossiers</string>
  <!-- Preferences - General - Compute folder statistics summary on -->
  <string name="pref_compute_folder_statistics_on">Attention\u00A0! Le calcul des statistiques de dossiers est coûteux en temps et en ressources système.</string>
  <!-- Preferences - General - Display thumbs -->
  <string name="pref_display_thumbs">Aperçu</string>
  <!-- Preferences - General - Display thumbs summary -->
  <string name="pref_display_thumbs_summary">Afficher un aperçu pour les applications, les fichiers de musique, les images et les vidéos</string>
  <!-- Preferences - General - Use flinger detection -->
  <string name="pref_use_flinger">Utiliser les gestes de balayage</string>
  <!-- Preferences - General - Use flinger detection summary -->
  <string name="pref_use_flinger_summary">Utiliser un mouvement de gauche à droite pour supprimer un fichier ou un dossier</string>
  <!-- Preferences - General - Advanced settings category -->
  <string name="pref_general_advanced_settings_category">Avancé</string>
  <!-- Preferences - General - Access mode -->
  <string name="pref_access_mode">Mode d\'accès</string>
  <!-- Preferences - General - Safe mode -->
  <string name="pref_access_mode_safe">Mode sécurisé</string>
  <!-- Preferences - General - Safe mode summary -->
  <string name="pref_access_mode_safe_summary">Mode sécurisé\n\nL\'application fonctionne sans privilèges et les seuls systèmes de fichiers accessibles sont les volumes de stockage (cartes SD et USB)</string>
  <!-- Preferences - General - Prompt user mode -->
  <string name="pref_access_mode_prompt">Demander le mode</string>
  <!-- Preferences - General - Prompt user mode summary -->
  <string name="pref_access_mode_prompt_summary">Demander le mode\n\nL\'application fonctionne avec un accès complet au système de fichiers, mais demandera la permission avant d\'exécuter toutes les actions avec privilèges.</string>
  <!-- Preferences - General - Root access mode -->
  <string name="pref_access_mode_root">Mode Root</string>
  <!-- Preferences - General - Root access mode summary -->
  <string name="pref_access_mode_root_summary">Mode Root\n\nAttention\u00A0! Ce mode permet des opérations qui pourraient endommager votre appareil. Il est de votre responsabilité de veiller à ce que les opérations effectuées soient sûres.</string>
  <!-- Preferences - General - Restrict secondary users access title -->
  <string name="pref_restrict_secondary_users_access_title">Restreindre l\'accès des utilisateurs</string>
  <!-- Preferences - General - Restrict secondary users access summary -->
  <string name="pref_restrict_secondary_users_access_summary">Restreindre l\'accès à l\'ensemble du système pour les utilisateurs secondaires</string>
  <!-- Preferences - Search - Results category -->
  <string name="pref_search_results_category">Résultats</string>
  <!-- Preferences - Search - Show relevance widget -->
  <string name="pref_show_relevance_widget">Afficher le widget des pertinences</string>
  <!-- Preferences - Search - Highlight search terms -->
  <string name="pref_highlight_terms">Surbrillance des termes recherchés</string>
  <!-- Preferences - Search - Sort results mode -->
  <string name="pref_sort_search_results_mode">Mode de tri des résultats</string>
  <!-- Preferences - Search - Sort results mode. None -->
  <string name="pref_sort_search_results_mode_none">Aucun tri</string>
  <!-- Preferences - Search - Sort results mode. None -->
  <string name="pref_sort_search_results_mode_name">Par nom</string>
  <!-- Preferences - Search - Sort results mode. Relevance -->
  <string name="pref_sort_search_results_mode_relevance">Par pertinence</string>
  <!-- Preferences - Search - Privacity category -->
  <string name="pref_search_privacity_category">Privé</string>
  <!-- Preferences - Search - Save search terms -->
  <string name="pref_save_search_terms">Sauvegarder les termes de recherche</string>
  <!-- Preferences - Search - Save search terms summary on -->
  <string name="pref_save_search_terms_on">Les termes de recherche seront sauvegardés et seront suggérés lors de recherches futures</string>
  <!-- Preferences - Search - Save search terms summary off -->
  <string name="pref_save_search_terms_off">Les termes de recherche ne seront pas sauvegardés</string>
  <!-- Preferences - Search - Remove saved search terms -->
  <string name="pref_remove_saved_search_terms">Supprimer les termes de recherche sauvegardés</string>
  <!-- Preferences - Search - Remove saved search terms summary -->
  <string name="pref_remove_saved_search_terms_summary">Appuyer pour supprimer les termes de recherche sauvegardés</string>
  <!-- Preferences - Search - Suggestions were truncated -->
  <string name="pref_remove_saved_search_terms_msg">Tous les termes de recherche sauvegardés ont été supprimés</string>
  <!-- Preferences - Storage - Secure Storage category -->
  <string name="pref_secure_storage_category">Stockage sécurisé</string>
  <!-- Preferences - Storage - Secure Storage - Delayed sync title -->
  <string name="pref_secure_storage_delayed_sync_title">Synchronisation retardée</string>
  <!-- Preferences - Storage - Secure Storage - Delayed sync summary -->
  <string name="pref_secure_storage_delayed_sync_summary">La synchronisation des fichiers système sécurisés est une tâche lourde. Activer cette option permettra d\'obtenir des temps de réponse plus courts pour chaque opération, en effectuant la synchronisation quand le système n\'est pas sollicité. En contrepartie, les données en attente de synchronisation seront perdues en cas de plantage de l\'application.</string>
  <!-- Preferences - Storage - Secure Storage - Change password title -->
  <string name="pref_secure_storage_reset_password_title">Changer le mot de passe</string>
  <!-- Preferences - Storage - Secure Storage - Delete storage title -->
  <string name="pref_secure_storage_delete_storage_title">Supprimer le stockage</string>
  <!-- Preferences - Editor - Behaviour category -->
  <string name="pref_editor_behaviour_category">Comportement</string>
  <!-- Preferences - Editor - No suggestions -->
  <string name="pref_no_suggestions">Aucune suggestion</string>
  <!-- Preferences - Editor - No suggestions summary -->
  <string name="pref_no_suggestions_desc">Ne pas afficher les suggestions pendant l\'édition d\'un fichier</string>
  <!-- Preferences - Editor - Word wrap -->
  <string name="pref_word_wrap">Retour à la ligne</string>
  <!-- Preferences - Editor - Hex dump -->
  <string name="pref_hexdump">Fichiers binaires de vidage hexadécimal</string>
  <!-- Preferences - Editor - Hex dump desc -->
  <string name="pref_hexdump_desc">Générer un vidage hexadécimal lors de l\'ouverture d\'un fichier binaire et l\'ouvrir dans la visionneuse hexadécimale</string>
  <!-- Preferences - Editor - Syntax highlight category -->
  <string name="pref_editor_syntax_highlight_category">Coloration syntaxique</string>
  <!-- Preferences - Editor - Syntax highlight -->
  <string name="pref_syntax_highlight">Coloration syntaxique</string>
  <!-- Preferences - Editor - Syntax highlight summary -->
  <string name="pref_syntax_highlight_desc">Utiliser la coloration syntaxique du fichier affiché dans l\'éditeur (uniquement lorsque le type de fichier le permet)</string>
  <!-- Preferences - Editor - Syntax highlight color scheme -->
  <string name="pref_syntax_highlight_color_scheme">Couleur</string>
  <!-- Preferences - Editor - Syntax highlight color scheme summary -->
  <string name="pref_syntax_highlight_color_scheme_desc">Sélectionner le jeu de couleurs de la coloration syntaxique</string>
  <!-- Preferences - Editor - Syntax highlight - Color Scheme -->
  <string name="pref_syntax_sh_use_theme_default">Utiliser le thème par défaut</string>
  <!-- Preferences - Editor - Syntax highlight -Color Scheme summary -->
  <string name="pref_syntax_sh_use_theme_default_desc">Utiliser la coloration par défaut du thème courant</string>
  <!-- Preferences - Editor - Syntax highlight - Color Scheme - Items category -->
  <string name="pref_editor_sh_item_category">Éléments</string>
  <!-- Preferences - Themes - Themes selection category -->
  <string name="pref_themes_selection_category">Thèmes</string>
  <!-- Preferences - Themes - Set theme button -->
  <string name="pref_themes_set_theme">Appliquer le thème</string>
  <!-- Preferences - Themes - Confirmation message -->
  <string name="pref_themes_confirmation">Thème appliqué avec succès</string>
  <!-- Preferences - Themes - Theme not found message -->
  <string name="pref_themes_not_found">Thème introuvable</string>
  <!-- Preferences - Debug - Capture debug traces -->
  <string name="pref_debug_traces">Informations de débogage</string>
  <!-- Themes - Default theme name -->
  <string name="theme_default_name">Thème Clair</string>
  <!-- Themes - Default theme description -->
  <string name="theme_default_description">Un thème clair pour l\'Explorateur de fichiers LineageOS.</string>
  <!-- Themes - Default theme author -->
  <string name="themes_author">LineageOS</string>
  <!-- Navigation drawer -->
  <string name="drawer_open">Ouvrir le panneau de navigation</string>
  <string name="drawer_close">Fermer le panneau de navigation</string>
  <!-- ColorPickerDialog -->
  <!-- The text of the alpha slider control -->
  <string name="color_picker_alpha_slider_text">Alpha</string>
  <!-- The label of the current color panel -->
  <string name="color_picker_current_text">Actuelle :</string>
  <!-- The label of the new color panel -->
  <string name="color_picker_new_text">Nouvelle :</string>
  <!-- The label of the color input -->
  <string name="color_picker_color">Couleur :</string>
  <!-- Android Syntax Highlight -->
  <string name="ash_reset_color_scheme">Restaurer le jeu de couleurs du thème par défaut</string>
  <string name="ash_text">Texte</string>
  <string name="ash_assignment">Affectation</string>
  <string name="ash_singleline_comment">Commentaire sur une ligne</string>
  <string name="ash_multiline_comment">Commentaire sur plusieurs lignes</string>
  <string name="ash_keyword">Mot-clé</string>
  <string name="ash_quoted_string">Chaîne entre guillemets</string>
  <string name="ash_variable">Variable</string>
  <!-- Secure Storage -->
  <!-- Secure Storage dialog title - Unlock -->
  <string name="secure_storage_unlock_title">Déverrouiller le stockage sécurisé</string>
  <!-- Secure Storage dialog title - Create -->
  <string name="secure_storage_create_title">Créer le stockage sécurisé</string>
  <!-- Secure Storage dialog title - Reset -->
  <string name="secure_storage_reset_title">Réinitialiser le mot de passe</string>
  <!-- Secure Storage dialog title - Delete -->
  <string name="secure_storage_delete_title">Supprimer le stockage sécurisé</string>
  <!-- Secure Storage unlock dialog message (secure storage exists) -->
  <string name="secure_storage_unlock_key_prompt_msg">Entrer le mot de passe pour déverrouiller le système de stockage sécurisé.</string>
  <!-- Secure Storage unlock dialog message (new secure storage) -->
  <string name="secure_storage_unlock_key_new_msg">Entrer un mot de passe pour protéger le système de stockage sécurisé.</string>
  <!-- Secure Storage unlock dialog message (reset the current password) -->
  <string name="secure_storage_unlock_key_reset_msg">Entrer le mot de passe actuel et le nouveau pour réinitialiser le système de fichier sécurisé.</string>
  <!-- Secure Storage unlock dialog message (delete the secure storage) -->
  <string name="secure_storage_unlock_key_delete_msg">Entrer le mode de passe actuel pour supprimer le système de fichier sécurisé.</string>
  <!-- Secure Storage unlock dialog old key title -->
  <string name="secure_storage_unlock_old_key_title">Ancien mot de passe :</string>
  <!-- Secure Storage unlock dialog key title -->
  <string name="secure_storage_unlock_new_key_title">Nouveau mot de passe :</string>
  <!-- Secure Storage unlock dialog key title -->
  <string name="secure_storage_unlock_key_title">Mot de passe :</string>
  <!-- Secure Storage unlock dialog repeat key title-->
  <string name="secure_storage_unlock_repeat_title">Confirmer mot de passe :</string>
  <!-- Secure Storage create button -->
  <string name="secure_storage_create_button">Créer</string>
  <!-- Secure Storage unlock button -->
  <string name="secure_storage_unlock_button">Déverrouiller</string>
  <!-- Secure Storage reset button -->
  <string name="secure_storage_reset_button">Réinitialiser</string>
  <!-- Secure Storage delete button -->
  <string name="secure_storage_delete_button">Supprimer</string>
  <!-- Secure Storage unlock failed toast -->
  <string name="secure_storage_unlock_failed">Impossible de déverrouiller le stockage</string>
  <!-- Secure Storage unlock validation, length -->
  <string name="secure_storage_unlock_validation_length">Le mot de passe doit comporter au moins <xliff:g id="characters">%1$d</xliff:g> caractères.</string>
  <!-- Secure Storage unlock validation, equal -->
  <string name="secure_storage_unlock_validation_equals">Les mots de passe ne correspondent pas.</string>
  <!-- Secure storage open file warning -->
  <string name="secure_storage_open_file_warning">Le fichier sera copié vers un emplacement temporaire non chiffré. Cette copie sera effacée 1 heure après.</string>
  <!-- Print messages -->
  <!-- Unsupported document format -->
  <string name="print_unsupported_document">Format de document non pris en charge</string>
  <!-- Unsupported image format -->
  <string name="print_unsupported_image">Format d\'image non pris en charge</string>
  <!-- Print header -->
  <string name="print_document_header">Document : <xliff:g id="document_name">%1$s</xliff:g></string>
  <!-- Print footer -->
  <string name="print_document_footer">Page <xliff:g id="page_number">%1$s</xliff:g></string>
  <!-- Security - Extract relative or absolute files -->
  <string name="security_warning_extract">Attention\u00A0!\n\nExtraire une archive vers un chemin absolu ou relatif peut causer des dommages sur votre appareil en écrasant des fichiers système.\n\nVoulez-vous continuer\u00A0?</string>
  <!-- ChangeLog - Dialog title -->
  <string name="changelog_title">Journal des modifications</string>
  <!-- Welcome Dialog - Title -->
  <string name="welcome_title">Bienvenue</string>
  <!-- Welcome Dialog - Message -->
  <string name="welcome_msg">Bienvenue dans l\'Explorateur de fichiers LineageOS.\n\nCette application vous permet d\'explorer le système de fichiers et d\'effectuer des opérations qui pourraient endommager votre appareil. Pour éviter tout dommage, l\'application va démarrer dans un mode sécurisé.\n\nVous pouvez avoir un accès complet, en mode Root via les paramètres de l\'application. Il est de votre responsabilité de veiller à ce que les opérations effectuées n\'endommagent pas votre système.\n\nL\'Équipe LineageOS\n</string>
  <string name="activity_not_found_exception">Impossible de trouver une application pour ouvrir ce fichier</string>
  <string name="storage_permissions_denied">L’explorateur de fichiers requiert une autorisation de stockage afin d\'afficher vos fichiers.</string>
  <string name="storage_permissions_explanation">Aller dans Paramètres et cliquer sur Autorisations pour accorder l\'autorisation.</string>
  <string name="snackbar_settings">Paramètres</string>
  <!-- Wrap mode - toast -->
</resources>