Welcome to mirror list, hosted at ThFree Co, Russian Federation.

strings.xml « values-fr « res « android - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 68030fa2b5ee8489d6af4725ce5ae0bbee06f268 (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
<?xml version="1.0" encoding="utf-8"?>
<!-- Android Strings File -->
<!-- Generated by Twine 0.10.1 -->
<!-- Language: fr -->
<resources>
	<!-- SECTION: Strings -->
	<!-- About button text (should be short) -->
	<string name="about">À propos de</string>
	<!-- Button text (should be short) -->
	<string name="back">Retour</string>
	<!-- Button text (should be short) -->
	<string name="cancel">Annuler</string>
	<!-- Button which interrupts country download -->
	<string name="cancel_download">Annuler le téléchargement</string>
	<!-- Button which deletes downloaded country -->
	<string name="delete">Supprimer</string>
	<string name="download_maps">Télécharger des cartes</string>
	<!-- Settings/Downloader - info for country when download fails -->
	<string name="download_has_failed">Échec lors du téléchargement. Toucher de nouveau pour un essai de plus.</string>
	<!-- Settings/Downloader - info for country which started downloading -->
	<string name="downloading">Téléchargement…</string>
	<!-- Text to show occasionaly with a proposal to Like our program on Facebook -->
	<string name="share_on_facebook_text">Merci d’avoir utilisé MAPS.ME ! Vous aimez cette application ? Parlez-en à vos amis ! Ce serait la meilleure preuve de gratitude à notre égard.</string>
	<!-- Choose measurement on first launch alert - choose metric system button -->
	<string name="kilometres">kilomètres</string>
	<!-- Leave Review dialog - Review button -->
	<string name="leave_a_review">Laisser une critique</string>
	<!-- View and button titles for accessibility -->
	<string name="maps">Cartes</string>
	<!-- View and button titles for accessibility -->
	<string name="downloader_maps">Cartes :</string>
	<!-- Settings/Downloader - size string, only strings different from English should be translated -->
	<string name="mb">Mo</string>
	<!-- Choose measurement on first launch alert - choose imperial system button -->
	<string name="miles">Miles</string>
	<!-- View and button titles for accessibility -->
	<string name="my_position">Ma position</string>
	<!-- Leave Review dialog - Not now button (remind me later) -->
	<string name="remind_me_later">Me le rappeler plus tard</string>
	<!-- Update maps later/Buy pro version later button text -->
	<string name="later">Plus tard</string>
	<!-- View and button titles for accessibility -->
	<string name="search">Recherche</string>
	<!-- Search box placeholder text -->
	<string name="search_map">Rechercher sur la carte</string>
	<!-- Settings/Downloader - 3G download warning dialog confirm button -->
	<string name="use_cellular_data">Oui</string>
	<!-- Location services are disabled by user alert - message -->
	<string name="location_is_disabled_long_text">Tous les services de localisation de cet appareil sont désactivés, ou ils le sont pour cette application. Veuillez les activer dans les paramètres.</string>
	<!-- View and button titles for accessibility -->
	<string name="zoom_to_country">Voir sur la carte</string>
	<!-- Message to display at the center of the screen when the country is added to the downloading queue -->
	<string name="country_status_added_to_queue">^\nest ajouté à la file de téléchargement</string>
	<!-- Message to display at the center of the screen when the country is downloading -->
	<string name="country_status_downloading">Téléchargement de\n^\n^</string>
	<!-- Button text for the button at the center of the screen when the country is not downloaded -->
	<string name="country_status_download">Téléchargez la carte\n(^ ^)</string>
	<!-- Button text for the button at the center of the screen when the country is not downloaded and the size should not be shown -->
	<string name="country_status_download_without_size">Téléchargez la carte</string>
	<!-- Button text for the button at the center of the screen when the country is not downloaded -->
	<string name="country_status_download_without_routing">Télécharger la carte\nsans itinéraire (^ ^)</string>
	<!-- Message to display at the center of the screen when the country download has failed -->
	<string name="country_status_download_failed">Échec lors du téléchargement</string>
	<!-- Button text for the button under the country_status_download_failed message -->
	<string name="try_again">Ressayer</string>
	<string name="about_menu_title">À propos de MAPS.ME</string>
	<string name="connection_settings">Paramètres de connexion</string>
	<string name="close">Fermer</string>
	<string name="unsupported_phone">L\'accélération OpenGL matérielle est exigée. Malheureusement, votre appareil n\'est pas pris en charge.</string>
	<string name="download">Télécharger</string>
	<string name="disconnect_usb_cable">Veuillez débrancher le câble USB ou insérer la carte SD pour utiliser MAPS.ME</string>
	<string name="not_enough_free_space_on_sdcard">Veuillez d\'abord libérer de l\'espace sur la carte SD/le stockage USB afin d\'utiliser l\'appli</string>
	<string name="not_enough_memory">Mémoire insuffisante pour lancer l\'appli</string>
	<string name="download_resources">Avant de commencer, permettez-nous de télécharger la carte générale du monde dans votre appareil.\n%s de données sont nécessaires.</string>
	<string name="getting_position">Obtention de la position actuelle</string>
	<string name="download_resources_continue">Aller sur la carte</string>
	<string name="downloading_country_can_proceed">%s en téléchargement. Vous pouvez\nmaintenant aller sur la carte.</string>
	<string name="download_country_ask">Télécharger %s ?</string>
	<string name="update_country_ask">Mettre %s à jour ?</string>
	<!-- REMOVE THIS STRING AFTER REFACTORING -->
	<string name="download_location_map_proposal">Vous pouvez télécharger la carte\nde votre position actuelle.</string>
	<!-- REMOVE THIS_STRING AFTER REFACTORING -->
	<string name="download_location_update_map_proposal">Vous pouvez mettre à jour la carte\nde votre position actuelle.</string>
	<!-- REMOVE THIS STRING AFTER REFACTORING -->
	<string name="download_location_map_up_to_date">La carte de votre position\nactuelle (%s) est à jour</string>
	<!-- REMOVE THIS STRING AFTER REFACTORING -->
	<string name="pause">Pause</string>
	<!-- REMOVE THIS STRING AFTER REFACTORING -->
	<string name="continue_download">Continuer</string>
	<!-- Show popup notification on app start when we have out-of-date maps -->
	<string name="advise_update_maps">Des mises à jour sont disponibles pour ces cartes :</string>
	<!-- Show popup notification in Pro version that Lite can be deleted -->
	<string name="suggest_uninstall_lite">Vous n\'avez plus besoin de MAPS.ME Lite, vous pouvez donc le désinstaller.</string>
	<!-- Show popup notification on top of the map when country download has failed. -->
	<string name="download_country_failed">%s, échec lors du téléchargement</string>
	<!-- Add New Bookmark Set dialog title -->
	<string name="add_new_set">Ajouter un nouveau groupe</string>
	<!-- Bookmark Color dialog title -->
	<string name="bookmark_color">Couleur du signet</string>
	<!-- Add Bookmark Set dialog - hint when set name is empty -->
	<string name="bookmark_set_name">Nom du groupe de signets</string>
	<!-- Bookmark Sets dialog title -->
	<string name="bookmark_sets">Groupes de signets</string>
	<!-- Bookmarks - dialog title -->
	<string name="bookmarks">Signets</string>
	<!-- Default bookmarks set name -->
	<string name="my_places">Mes endroits</string>
	<!-- Add bookmark dialog - bookmark name -->
	<string name="name">Nom</string>
	<!-- Editor title above street and house number -->
	<string name="address">Adresse</string>
	<!-- Add bookmark dialog - bookmark set, Bookmarks dialog - Bookmark set cell -->
	<string name="set">Groupe</string>
	<!-- Text hint in Bookmarks dialog when no any bookmarks are added -->
	<string name="bookmarks_usage_hint">Vous n\'avez encore aucun signet.\nTouchez n\'importe où sur la carte pour en ajouter un.\nLes signets provenant d\'autres sources peuvent aussi être importés et affichés dans MAPS.ME. Ouvrez des fichiers KML/KMZ contenant des signets enregistrés, à partir d\'un courriel, de Dropbox ou d\'un lien Web.</string>
	<!-- Text hint in Bookmarks dialog when at least one bookmark is added -->
	<string name="bookmarks_usage_hint_import_only">Les signets provenant d\'autres sources peuvent être importés et affichés dans MAPS.ME. Ouvrez des fichiers KML/KMZ contenant des signets enregistrés, à partir d\'un courriel, de Dropbox ou d\'un lien Web.</string>
	<!-- Settings button in system menu -->
	<string name="settings">Paramètres</string>
	<!-- Header of settings activity where user defines storage path -->
	<string name="maps_storage">Enregistrer les cartes dans</string>
	<!-- Detailed description of Maps Storage settings button -->
	<string name="maps_storage_summary">Sélectionner l\'emplacement où les cartes devraient être téléchargées</string>
	<!-- Question dialog for transferring maps from one storage to another -->
	<string name="move_maps">Déplacer les cartes ?</string>
	<!-- Ask to wait user several minutes (some long process in modal dialog). -->
	<string name="wait_several_minutes">Ceci peut prendre plusieurs minutes.\nVeuillez patienter…</string>
	<!-- Show bookmarks from this category on a map or not -->
	<string name="visible">Visible</string>
	<!-- Measurement units title in settings activity -->
	<string name="measurement_units">Unités de mesure</string>
	<!-- Detailed description of Measurement Units settings button -->
	<string name="measurement_units_summary">Choisir entre miles et kilomètres</string>
	<!-- Search Suggestion -->
	<string name="food">Nourriture</string>
	<!-- Search Suggestion -->
	<string name="transport">Transport</string>
	<!-- Search Suggestion -->
	<string name="fuel">Essence</string>
	<!-- Search Suggestion -->
	<string name="parking">Stationnement</string>
	<!-- Search Suggestion -->
	<string name="shop">Magasin</string>
	<!-- Search Suggestion -->
	<string name="hotel">Hôtel</string>
	<!-- Search Suggestion -->
	<string name="tourism">Site touristique</string>
	<!-- Search Suggestion -->
	<string name="entertainment">Divertissement</string>
	<!-- Search Suggestion -->
	<string name="atm">GAB</string>
	<!-- Search Suggestion -->
	<string name="bank">Banque</string>
	<!-- Search Suggestion -->
	<string name="pharmacy">Pharmacie</string>
	<!-- Search Suggestion -->
	<string name="hospital">Hôpital</string>
	<!-- Search Suggestion -->
	<string name="toilet">Toilettes</string>
	<!-- Search Suggestion -->
	<string name="post">Poste</string>
	<!-- Search Suggestion -->
	<string name="police">Police/gendarmerie</string>
	<!-- Notes field in Bookmarks view -->
	<string name="description">Notes</string>
	<!-- Button text -->
	<string name="share_by_email">Partager par courriel</string>
	<!-- Email Subject when sharing bookmarks category -->
	<string name="share_bookmarks_email_subject">Signets MAPS.ME partagés</string>
	<!-- Email text when sharing bookmarks category -->
	<string name="share_bookmarks_email_body">Bonjour,\n\nVous trouverez ci-joints mes signets de MAPS.ME - cartes hors ligne. Veuillez ouvrir le fichier si vous avez MAPS.ME d\'installé. Sinon, téléchargez l\'appli pour votre appareil iOS ou Android en suivant ce lien http://maps.me/get?kmz\n\nAppréciez vos voyages avec MAPS.ME !</string>
	<!-- message title of loading file -->
	<string name="load_kmz_title">Chargement des signets</string>
	<!-- Kmz file successful loading -->
	<string name="load_kmz_successful">Les signets ont été chargés avec succès ! Vous pouvez les trouver sur la carte ou sur l\'écran du Gestionnaire de signets.</string>
	<!-- Kml file loading failed -->
	<string name="load_kmz_failed">Échec lors du téléversement des signets. Le fichier peut être corrompu ou défectueux.</string>
	<!-- resource for context menu -->
	<string name="edit">Modifier</string>
	<!-- Warning message when doing search around current position -->
	<string name="unknown_current_position">Votre position n\'a pas encore été déterminée</string>
	<!-- Warning message when location country isn't downloaded during search (see also download_location_map_proposal). -->
	<string name="download_location_country">Télécharger le pays de votre position actuelle (%s)</string>
	<!-- Alert message that we can't run Map Storage settings due to some reasons. -->
	<string name="cant_change_this_setting">Désolé, les paramètres de stockage des cartes sont présentement désactivés.</string>
	<!-- Alert message that downloading is in progress. -->
	<string name="downloading_is_active">Le téléchargement du pays est en cours.</string>
	<!-- Share one specific bookmark using SMS, %1$@ contains ge0:// and %2$@ http://ge0.me link. @NOTE non-ascii symbols in the link will make 70 bytes sms instead of 140 -->
	<string name="bookmark_share_sms">Hé, regarde mon épingle sur MAPS.ME ! %1$s ou %2$s. Les cartes hors ligne ne sont pas installées ? Les télécharger ici : http://maps.me/get</string>
	<!-- Share my position using SMS, %1$@ contains ge0:// and %2$@ http://ge0.me link WITHOUT NAME. @NOTE non-ascii symbols in the link will make 70 bytes sms instead of 140 -->
	<string name="my_position_share_sms">Hé, regarde ma position actuelle sur MAPS.ME ! %1$s ou %2$s. Les cartes hors ligne ne sont pas installées ? Les télécharger ici : http://maps.me/get</string>
	<!-- Subject for emailed bookmark -->
	<string name="bookmark_share_email_subject">Hé, regarde mon épingle sur la carte MAPS.ME !</string>
	<!-- Subject for emailed position -->
	<string name="my_position_share_email_subject">Hé, regarde ma position actuelle sur la carte MAPS.ME !</string>
	<!-- Share my position using EMail, %1$@ is ge0:// and %2$@ is http://ge0.me link WITHOUT NAME -->
	<string name="my_position_share_email">Bonjour,\n\nJe suis actuellement ici : %1$s. Clique sur ce lien %2$s ou sur celui-ci %3$s pour voir l\'endroit sur la carte.\n\nMerci.</string>
	<!-- Android share by Message/SMS button text (including SMS) -->
	<string name="share_by_message">Partager par message</string>
	<!-- Share button text which opens menu with more buttons, like Message, EMail, Facebook etc. -->
	<string name="share">Partager</string>
	<!-- Share by email button text, also used in editor. -->
	<string name="email">Email</string>
	<!-- Text for message when used successfully copied something -->
	<string name="copied_to_clipboard">Copié dans le presse-papiers : %1$s</string>
	<!-- Setting label for statistics turn on/off -->
	<string name="allow_statistics">Envoyer des statistiques</string>
	<!-- place preview title -->
	<string name="info">Infos</string>
	<!-- Used for bookmark editing -->
	<string name="done">Terminé</string>
	<!-- Prints version number in About dialog -->
	<string name="version">Version : %s</string>
	<!-- Confirmation in downloading countries dialog -->
	<string name="are_you_sure">Êtes-vous certain de vouloir continuer ?</string>
	<!-- Title for tracks category in bookmarks manager -->
	<string name="tracks">Parcours</string>
	<!-- Length of track in cell that describes route -->
	<string name="length">Longueur</string>
	<string name="share_my_location">Partager ma position</string>
	<string name="prefs_group_route">Navigation</string>
	<string name="pref_zoom_title">Boutons de zoom</string>
	<string name="pref_zoom_summary">Afficher à l\'écran</string>
	<!-- Settings «Map» category: «Night style» title -->
	<string name="pref_map_style_title">Mode nuit</string>
	<!-- «Map style» entry value -->
	<string name="pref_map_style_default">Désactivé</string>
	<!-- «Map style» entry value -->
	<string name="pref_map_style_night">Activé</string>
	<!-- «Map style» entry value -->
	<string name="pref_map_style_auto">Automatique</string>
	<!-- Settings «Map» category: «Perspective view» title -->
	<string name="pref_map_3d_title">Vue en perspective</string>
	<!-- Settings «Map» category: «3D buildings» title -->
	<string name="pref_map_3d_buildings_title">Bâtiments en 3D</string>
	<!-- Settings «Route» category: «Tts enabled» title -->
	<string name="pref_tts_enable_title">Instructions vocales</string>
	<!-- Settings «Route» category: «Tts language» title -->
	<string name="pref_tts_language_title">Langue vocale</string>
	<!-- Settings «Route» category: «Tts unavailable» subtitle -->
	<string name="pref_tts_unavailable">Non disponible</string>
	<!-- Title for "Other" section in TTS settings. -->
	<string name="pref_tts_other_section_title">Autre</string>
	<string name="pref_tts_how_to_set_up_voice">Comment configurer la voix</string>
	<!-- Settings «Map» category: «Record track» title -->
	<string name="pref_track_record_title">Parcours récent</string>
	<string name="pref_map_auto_zoom">Zoom automatique</string>
	<string name="duration_disabled">Désactivé</string>
	<string name="duration_1_hour">1 heure</string>
	<string name="duration_2_hours">2 heures</string>
	<string name="duration_6_hours">6 heures</string>
	<string name="duration_12_hours">12 heures</string>
	<string name="duration_1_day">1 jour</string>
	<string name="recent_track_help_text">Ceci vous permet d’enregistrer le chemin emprunté pendant un certain temps et de le voir sur la carte. Veuillez noter : l’activation de cette fonction entraîne une grande utilisation de la batterie. La route sera supprimée automatiquement de la carte lorsque l’intervalle de temps sera arrivé à expiration.</string>
	<string name="search_show_on_map">Voir sur la carte</string>
	<!-- Used to warn user when fixing KitKat issue -->
	<string name="kitkat_migrate_ok">Le stockage des données cartographiques a été optimisé. Veuillez redémarrer l\'appli.\n\nLe dossier MapsWithMe se trouvant sur la racine de la carte SD n\'est plus nécessaire, vous pouvez le supprimer.</string>
	<!-- Used to warn user when fixing KitKat issue -->
	<string name="kitkat_migrate_failed">En raison de changements dans Android 4.4, nous devons optimiser le stockage des données cartographiques, mais il n\'y a pas assez d\'espace pour les copier.\n\nVeuillez libérer de la mémoire, sinon les cartes seront disponibles en mode lecture seule.</string>
	<!-- Used to warn user when fixing KitKat issue -->
	<string name="kitkat_optimization_in_progress">Votre stockage des cartes est en cours d\'optimisation. Veuillez patienter, cela pourrait prendre quelques minutes.</string>
	<!-- category title -->
	<string name="routes">Itinéraires</string>
	<!-- text of notification -->
	<string name="download_map_notification">Télécharger la carte de l\'endroit où vous êtes</string>
	<!-- Text in menu -->
	<string name="website">Site internet</string>
	<!-- Text in menu -->
	<string name="like_on_facebook">Aimer sur Facebook</string>
	<!-- Text in menu -->
	<string name="follow_on_twitter">Suivre sur Twitter</string>
	<!-- Settings: Send feedback button and dialog title -->
	<string name="feedback">Feedback</string>
	<!-- Text in menu -->
	<string name="subscribe_to_news">S\'abonner à nos informations</string>
	<!-- Text in menu -->
	<string name="rate_the_app">Évaluer l\'appli</string>
	<!-- Text in menu -->
	<string name="help">Aide</string>
	<!-- Text in menu -->
	<string name="copyright">Tous droits réservés</string>
	<!-- Text in menu -->
	<string name="report_a_bug">Signaler un bug</string>
	<!-- Email subject -->
	<string name="subscribe_me_subject">Veuillez m\'inscrire à la lettre d\'information de MAPS.ME</string>
	<!-- Email body -->
	<string name="subscribe_me_body">Informez-moi en priorité des dernières nouvelles, des mises à jour et des promotions. Je peux annuler mon abonnement à tout moment.</string>
	<!-- Alert text -->
	<string name="email_error_body">Le client de courriel n\'a pas été configuré. Veuillez le faire ou employer tout autre moyen pour nous contacter à %s</string>
	<!-- Alert title -->
	<string name="email_error_title">Erreur d\'envoi de courriel</string>
	<!-- Settings item title -->
	<string name="pref_calibration_title">Étalonnage de la boussole</string>
	<!-- Search Suggestion -->
	<string name="wifi">WiFi</string>
	<!-- Update all button text -->
	<string name="downloader_update_all_button">Tout mettre à jour</string>
	<!-- Cancel all button text -->
	<string name="downloader_cancel_all">Tout annuler</string>
	<!-- Downloaded maps category -->
	<string name="downloader_downloaded_subtitle">Téléchargé</string>
	<!-- Downloaded maps category -->
	<string name="downloader_available_maps">Disponible</string>
	<!-- Country queued for download -->
	<string name="downloader_queued">En file d\'attente</string>
	<string name="downloader_near_me_subtitle">Près de moi</string>
	<string name="downloader_status_maps">Cartes</string>
	<string name="downloader_download_all_button">Télécharger tout</string>
	<string name="downloader_downloading">Téléchargement en cours :</string>
	<string name="downloader_search_results">Trouvé</string>
	<!-- Status of outdated country in the list -->
	<string name="downloader_status_outdated">Mettre à jour</string>
	<!-- Status of failed country in the list -->
	<string name="downloader_status_failed">A échoué</string>
	<!-- Displayed in a dialog that appears when a user tries to delete a map while the app is in the follow route mode -->
	<string name="downloader_delete_map_while_routing_dialog">Veuillez interrompre la navigation pour supprimer la carte.</string>
	<!-- Show when user try build route, but we don't know where he -->
	<string name="routing_failed_unknown_my_position">L\'emplacement actuel n\'est pas défini. Veuillez préciser l\'emplacement pour créer l\'itinéraire.</string>
	<!-- Show if use has not routing file, or InconsistentMWMandRoute -->
	<string name="routing_failed_has_no_routing_file">Des données supplémentaires sont nécessaires pour créer un itinéraire. Vous désirez lancer le téléchargement ?</string>
	<!-- StartPointNotFound -->
	<string name="routing_failed_start_point_not_found">Impossible de calculer l\'itinéraire. Aucune route à proximité de votre point de départ.</string>
	<!-- EndPointNotFound -->
	<string name="routing_failed_dst_point_not_found">Impossible de calculer l\'itinéraire. Aucune route à proximité de votre destination.</string>
	<!-- PointsInDifferentMWM -->
	<string name="routing_failed_cross_mwm_building">Les itinéraires entièrement contenus sur une seule carte peuvent être créés.</string>
	<!-- RouteNotFound -->
	<string name="routing_failed_route_not_found">Il n\'existe aucun itinéraire entre l\'origine et la destination choisie. Veuillez sélectionner un point de départ ou d\'arrivée différent.</string>
	<!-- InternalError -->
	<string name="routing_failed_internal_error">Une erreur interne s\'est produite. Veuillez essayer de supprimer la carte et téléchargez la à nouveau. Si le problème persiste, veuillez contacter support\@maps.me.</string>
	<!-- Context menu item for downloader. -->
	<string name="downloader_download_map">Télécharger la carte</string>
	<!-- Item status in downloader. -->
	<string name="downloader_retry">Répéter</string>
	<!-- Item in context menu. -->
	<string name="downloader_delete_map">Supprimer carte</string>
	<!-- Item in context menu. -->
	<string name="downloader_update_map">Mise à jour carte</string>
	<!-- Preference text -->
	<string name="pref_use_google_play">Utilisez l\'application Google Play Services pour obtenir votre emplacement actuel</string>
	<!-- Text for rating dialog -->
	<string name="rating_just_rated">Je viens d\'évaluer votre appli</string>
	<!-- Text for rating dialog -->
	<string name="rating_user_since">J\'utilise MAPS.ME depuis %s</string>
	<!-- Text for rating dialog -->
	<string name="rating_do_like_maps">Aimez-vous MAPS.ME ?</string>
	<!-- Text for rating dialog -->
	<string name="rating_tap_star">Tapotez sur une étoile pour évaluer notre appli</string>
	<!-- Text for rating dialog -->
	<string name="rating_thanks">Merci !</string>
	<!-- Text for rating dialog -->
	<string name="rating_share_ideas">Partagez vos idées ou vos problèmes de façon à ce que nous puissions améliorer l\'application.</string>
	<!-- Text for rating dialog -->
	<string name="rating_send_feedback">Envoyez vos commentaires</string>
	<!-- Text for g+ dialog -->
	<string name="rating_google_plus">Clique sur g+ pour parler de l\'appli à tes amis.</string>
	<!-- Text for routing error dialog -->
	<string name="routing_download_maps_along">Téléchargez des cartes le long du trajet</string>
	<!-- Text for routing error dialog -->
	<string name="routing_requires_all_map">La création d\'un itinéraire nécessite que toutes les cartes de votre localisation vers votre destination soient téléchargées et actualisées.</string>
	<!-- bookmark button text -->
	<string name="bookmark">signet</string>
	<!-- location service disabled -->
	<string name="enable_location_services">Veuillez activer les services de localisation</string>
	<!-- download failed -->
	<string name="download_failed">échec lors du téléchargement</string>
	<string name="save">Sauvegarder</string>
	<string name="edit_description_hint">Vos descriptions (version texte ou html)</string>
	<!-- red color -->
	<string name="red">Rouge</string>
	<!-- yellow color -->
	<string name="yellow">Jaune</string>
	<!-- blue color -->
	<string name="blue">Bleu</string>
	<!-- green color -->
	<string name="green">Vert</string>
	<!-- purple color -->
	<string name="purple">Pourpre</string>
	<!-- orange color -->
	<string name="orange">Orange</string>
	<!-- brown color -->
	<string name="brown">Marron</string>
	<!-- pink color -->
	<string name="pink">Rose</string>
	<!-- Wi-Fi available -->
	<string name="WiFi_available">Oui</string>

	<!-- SECTION: Routing dialogs strings -->
	<string name="dialog_routing_disclaimer_title">Lorsque vous suivez l\'itinéraire, gardez à l\'esprit les points suivants :</string>
	<string name="dialog_routing_disclaimer_priority">— Les conditions de circulation, le code de la route et les panneaux de signalisation ont la priorité sur l\'appareil de navigation;</string>
	<string name="dialog_routing_disclaimer_precision">— La carte peut être imprécise et l\'itinéraire proposé n\'est pas forcément le plus direct pour arriver à destination;</string>
	<string name="dialog_routing_disclaimer_recommendations">— L\'itinéraire proposé doit être considéré comme une simple recommandation;</string>
	<string name="dialog_routing_disclaimer_borders">— Faites attention aux itinéraires traversant des zones frontalières : les itinéraires générés par l\'application peuvent parfois franchir des frontières étatiques dans des zones interdites;</string>
	<string name="dialog_routing_disclaimer_beware">Restez vigilant et soyez prudent sur la route !</string>
	<string name="dialog_routing_check_gps">Vérifiez le signal GPS</string>
	<string name="dialog_routing_error_location_not_found">Impossible de créer l\'itinéraire. Les coordonnées GPS actuelles n\'ont pas pu être identifiées.</string>
	<string name="dialog_routing_location_turn_wifi">Vérifiez le signal GPS. Activez le Wi-Fi pour améliorer la précision de votre localisation.</string>
	<string name="dialog_routing_location_turn_on">Activez les services de localisation</string>
	<string name="dialog_routing_location_unknown_turn_on">Impossible d\'identifier les coordonnées GPS actuelles. Activez les services de localisation pour calculer l\'itinéraire.</string>
	<string name="dialog_routing_download_files">Téléchargez les fichiers requis</string>
	<string name="dialog_routing_download_and_update_all">Téléchargez et mettez à jour les informations de carte et d\'itinéraire de votre trajet pour calculer l\'itinéraire.</string>
	<string name="dialog_routing_unable_locate_route">Impossible de localiser l\'itinéraire</string>
	<string name="dialog_routing_cant_build_route">Impossible de créer l\'itinéraire.</string>
	<string name="dialog_routing_change_start_or_end">Modifiez votre point de départ ou votre destination.</string>
	<string name="dialog_routing_change_start">Modifiez votre point de départ</string>
	<string name="dialog_routing_start_not_determined">Impossible de localiser le point de départ. L\'itinéraire n\'a pas pu être créé.</string>
	<string name="dialog_routing_select_closer_start">Choisissez un point de départ à proximité d\'une route.</string>
	<string name="dialog_routing_change_end">Modifiez la destination</string>
	<string name="dialog_routing_end_not_determined">Impossible de localiser la destination. L\'itinéraire n\'a pas pu être créé.</string>
	<string name="dialog_routing_select_closer_end">Choisissez une destination à proximité d\'une route.</string>
	<string name="dialog_routing_change_intermediate">Impossible de localiser le point intermédiaire.</string>
	<string name="dialog_routing_intermediate_not_determined">Veuillez ajuster votre point intermédiaire.</string>
	<string name="dialog_routing_system_error">Erreur système</string>
	<string name="dialog_routing_application_error">Impossible de créer l\'itinéraire à cause d\'une erreur dans l\'application.</string>
	<string name="dialog_routing_try_again">Réessayer</string>
	<string name="not_now">Pas maintenant</string>
	<string name="dialog_routing_download_and_build_cross_route">Voulez-vous télécharger la carte et créer un itinéraire plus direct s\'étendant sur plus d\'une carte?</string>
	<string name="dialog_routing_download_cross_route">Téléchargez la carte pour créer un itinéraire plus direct sortant du cadre de cette carte.</string>

	<!-- SECTION: Strings for downloading map from search -->
	<string name="search_without_internet_advertisement">Pour commencer à rechercher et à créer des itinéraires, veuillez télécharger la carte, et vous n\'aurez plus besoin de connexion Internet.</string>
	<string name="search_select_map">Sélectionner la carte</string>
	<!-- «Show» context menu -->
	<string name="show">Afficher</string>
	<!-- «Hide» context menu -->
	<string name="hide">Masquer</string>
	<!-- «Rename» context menu -->
	<string name="rename">Renommer</string>
	<!-- Failed planning route message in navigation view -->
	<string name="routing_planning_error">La planification de l\'itinéraire a échoué</string>
	<string name="rate_alert_title">Vous aimez l’application ?</string>
	<string name="rate_alert_default_message">Merci d’avoir utilisé MAPS.ME. Pourriez-vous, s’il vous plaît, noter cette application ? Vos commentaires nous aideront à nous améliorer.</string>
	<string name="rate_alert_five_star_message">Super ! Nous vous aimons aussi !</string>
	<string name="rate_alert_four_star_message">Merci, nous ferons tout notre possible !</string>
	<string name="rate_alert_less_than_four_star_message">Avez-vous une idée de ce que nous pourrions améliorer ?</string>
	<string name="categories">Catégories</string>
	<string name="history">Historique</string>
	<string name="closed">Fermé</string>
	<string name="back_to">Revenir à %s</string>
	<string name="search_not_found">Désolé, je n\'ai rien trouvé.</string>
	<string name="search_not_found_query">Veuillez essayer un autre mot-clé.</string>
	<string name="search_history_title">Historique de recherche</string>
	<string name="search_history_text">Accédez rapidement aux dernières recherches.</string>
	<string name="clear_search">Effacer l\'historique de recherche</string>
	<!-- Title for settings to enable/disable showcase menu button -->
	<string name="showcase_settings_title">Afficher les offres</string>
	<!-- Place Page link to Wikipedia article (if map object has it). -->
	<string name="read_in_wikipedia">Wikipédia</string>
	<string name="p2p_your_location">Votre emplacement</string>
	<string name="p2p_start">Démarrer</string>
	<string name="p2p_from_here">Depuis</string>
	<string name="p2p_to_here">Itinéraire vers</string>
	<string name="p2p_only_from_current">La navigation est uniquement disponible à partir de votre emplacement actuel.</string>
	<string name="p2p_reroute_from_current">Souhaitez-vous que nous planifiions un itinéraire à partir de votre emplacement actuel ?</string>
	<string name="whats_new_next_button">Suivant</string>
	<string name="editor_time_add">Ajouter au planning</string>
	<string name="editor_time_delete">Supprimer du planning</string>
	<!-- Text for allday switch. -->
	<string name="editor_time_allday">Toute la journée (24 heures)</string>
	<string name="editor_time_open">Ouvert</string>
	<string name="editor_time_close">Fermé</string>
	<string name="editor_time_add_closed">Ajouter les heures de fermeture</string>
	<string name="editor_time_title">Heures d\'ouverture</string>
	<string name="editor_time_advanced">Mode avancé</string>
	<string name="editor_time_simple">Mode simple</string>
	<string name="editor_hours_closed">Heures de fermeture</string>
	<string name="editor_example_values">Exemple de valeurs</string>
	<string name="editor_correct_mistake">Corriger l\'erreur</string>
	<string name="editor_add_select_location">Emplacement</string>
	<string name="editor_done_dialog_1">Vous avez modifié la carte du monde ! Ne le cachez pas ! Dites-le à vos amis, et modifiez-le ensemble.</string>
	<string name="editor_done_dialog_2">Ceci est votre seconde amélioration de carte. Vous êtes maintenant à la %de place dans la liste des éditeurs de cartes. Dites-le à vos amis.</string>
	<string name="share_with_friends">Partagez avec vos amis</string>
	<string name="editor_report_problem_desription_1">Veuillez décrire le problème en détail pour permettre à la communauté OpenStreeMap de réparer l\'erreur.</string>
	<string name="editor_report_problem_desription_2">Ou faites-le vous-même à http://www.openstreetmap.org/</string>
	<string name="editor_report_problem_send_button">Envoyer</string>
	<string name="editor_report_problem_title">Problème</string>
	<string name="editor_report_problem_no_place_title">Le lieu n\'existe pas</string>
	<string name="editor_report_problem_under_construction_title">Fermé pour cause de maintenance</string>
	<string name="editor_report_problem_duplicate_place_title">Lieu doublon</string>
	<string name="migrate_title">Important !</string>
	<string name="autodownload">Téléchargement automatique</string>
	<!-- Place Page opening hours text -->
	<string name="closed_now">Fermé actuellement</string>
	<!-- Place Page opening hours text -->
	<string name="daily">Tous les jours</string>
	<string name="twentyfour_seven">Jour et nuit</string>
	<string name="day_off_today">Fermé aujourd\'hui</string>
	<string name="day_off">Fermé</string>
	<string name="today">Aujourd\'hui</string>
	<string name="add_opening_hours">Ajouter les heures d\'ouverture</string>
	<string name="edit_opening_hours">Modifier les heures d\'ouverture</string>
	<string name="profile">Profil</string>
	<string name="no_osm_account">Vous n\'avez pas de compte sur OpenStreetMap?</string>
	<string name="register_at_openstreetmap">Inscription</string>
	<string name="password_8_chars_min">Mot de passe (8 caractères minimum)</string>
	<string name="invalid_username_or_password">Nom d\'utilisateur ou mot de passe invalide.</string>
	<string name="login">Connexion</string>
	<string name="password">Mot de passe</string>
	<string name="forgot_password">Mot de passe oublié ?</string>
	<string name="osm_account">Compte OSM</string>
	<string name="logout">Déconnexion</string>
	<!-- Information text: "Last upload 11.01.2016" -->
	<string name="last_upload">Dernier téléchargement</string>
	<string name="thank_you">Merci</string>
	<string name="edit_place">Modifier le lieu</string>
	<string name="place_name">Nom du lieu</string>
	<string name="add_language">Ajouter une langue</string>
	<string name="street">Rue</string>
	<!-- Editable House Number text field (in address block). -->
	<string name="house_number">Numéro de la maison</string>
	<string name="details">Détails</string>
	<!-- Text field to enter non-existing street name, below list of known streets around -->
	<string name="add_street">Ajouter une rue</string>
	<string name="choose_language">Choisir une langue</string>
	<string name="choose_street">Choisir une rue</string>
	<string name="cuisine">Cuisine</string>
	<string name="select_cuisine">Sélectionner une cuisine</string>
	<!-- login text field -->
	<string name="email_or_username">Email ou nom d\'utilisateur</string>
	<string name="phone">Numéro de téléphone</string>
	<string name="please_note">À noter</string>
	<string name="downloader_delete_map_dialog">Toutes les modifications de la carte seront supprimées avec elle.</string>
	<string name="downloader_update_maps">Mettre à jour les cartes</string>
	<string name="downloader_mwm_migration_dialog">Pour créer un itinéraire, vous devez mettre à jour toutes les cartes puis reprogrammer l\'itinéraire.</string>
	<string name="downloader_search_field_hint">Trouver la carte</string>
	<string name="migration_update_all_button">Mettre à jour toutes les cartes</string>
	<string name="migration_delete_all_download_current_button">Téléchargez la carte actuelle et supprimez les anciennes</string>
	<string name="migration_download_error_dialog">Erreur de téléchargement</string>
	<string name="common_check_internet_connection_dialog">Veuillez vérifier vos paramètres et vous assurer que votre appareil est bien connecté à Internet.</string>
	<string name="downloader_no_space_title">Espace insuffisant</string>
	<string name="downloader_no_space_message">Veuillez supprimer les données inutiles</string>
	<string name="editor_login_error_dialog">Erreur de connexion.</string>
	<string name="editor_profile_changes">Modifications vérifiées</string>
	<string name="editor_focus_map_on_location">Tirez la carte pour sélectionner la bonne position de l\'objet.</string>
	<string name="editor_add_select_category">Sélectionner une catégorie</string>
	<string name="editor_add_select_category_popular_subtitle">Populaire</string>
	<string name="editor_add_select_category_all_subtitle">Toutes les catégories</string>
	<string name="editor_edit_place_title">Modification</string>
	<string name="editor_add_place_title">Ajout</string>
	<string name="editor_edit_place_name_hint">Nom du lieu</string>
	<string name="editor_edit_place_category_title">Catégorie</string>
	<string name="detailed_problem_description">Description détaillée d\'un problème</string>
	<string name="editor_report_problem_other_title">Un problème différent</string>
	<string name="placepage_add_business_button">Ajouter une organisation</string>
	<string name="whatsnew_smallmwm_header">Vous avez été nombreux à nous le demander et nous avons satisfait votre requête</string>
	<string name="whatsnew_smallmwm_message">Nous avons divisé la carte en plusieurs parties. Désormais, vous pouvez télécharger des régions bien précises, et non plus le pays tout entier.</string>
	<string name="whatsnew_editor_message_1">Ajoutez de nouveaux lieux sur la carte et modifiez les lieux existants directement depuis l\'appli.</string>
	<string name="onboarding_offline_navigation_title">Vous ne vous perdrez plus jamais</string>
	<string name="onboarding_offline_navigation_message">Planifiez des itinéraires optimaux en voiture ou à pied, même en l\'absence de connexion Internet !</string>
	<string name="onboarding_offline_maps_title">MAPS.ME — accédez à une carte mondiale hors connexion</string>
	<string name="onboarding_offline_maps_message">Téléchargez une seule fois les cartes de la zone désirée, et utilisez les fonctions de navigation et de recherche sans connexion Internet.</string>
	<string name="onboarding_permissions_title">Autoriser MAPS.ME à accéder au stockage et à la localisation</string>
	<string name="onboarding_permissions_message">Afin de pouvoir télécharger des cartes, voir les lieux et le trafic près de vous et utiliser la navigation.</string>
	<string name="onboarding_welcome_title">Bienvenue sur MAPS.ME</string>
	<string name="onboarding_welcome_first_subtitle">Cartes avec navigation étape par étape, gratuites, rapides, détaillées et totalement hors ligne.</string>
	<string name="onboarding_welcome_second_subtitle">En lançant l’application, vous acceptez les &lt;a href=\"http://legal.my.com/us/maps/tou/\">Conditions d’utilisation&lt;/a> et la &lt;a href=\"https://legal.my.com/us/maps/privacy/\">Politique de confidentialité&lt;/a>.</string>
	<string name="dialog_incorrect_feature_position">Modifier l\'emplacement</string>
	<string name="message_invalid_feature_position">Aucun objet ne peut être localisé ici</string>
	<string name="login_to_make_edits_visible">Se connecter pour que d\'autres utilisateurs puissent voir les changements que vous avez effectués.</string>
	<string name="no_migration_during_navigation">La mise à jour est interdite pendant la navigation.</string>
	<!-- Error dialog no space -->
	<string name="migration_no_space_message">Pour télécharger, vous avez besoin de plus d\'espace. Veuillez supprimer les données non nécessaires.</string>
	<string name="editor_sharing_title">J\'ai amélioré les cartes de MAPS.ME</string>
	<!-- Downloaded 10 **of** 20 <- it is that "of" -->
	<string name="downloader_of">%1$d de %2$d</string>
	<string name="download_over_mobile_header">Téléchargement avec une connexion réseau cellulaire ?</string>
	<string name="download_over_mobile_message">Cela pourrait être très cher avec certains abonnements ou si vous êtes en déplacement.</string>
	<string name="error_enter_correct_house_number">Saisir un numéro de maison correct</string>
	<string name="editor_storey_number">Nombre d\'étages (max %d)</string>
	<!-- Error message in Editor when a user tries to set the number of floors for a building higher than 25 -->
	<string name="error_enter_correct_storey_number">Modifier l\'immeuble avec un maximum de 25 étages</string>
	<string name="editor_zip_code">Code postal</string>
	<string name="error_enter_correct_zip_code">Entrer le code postal correct</string>
	<!-- Place Page title for long tap -->
	<string name="placepage_unknown_place">Place inconnue</string>
	<string name="editor_other_info">Informations supplémentaires</string>
	<string name="editor_detailed_description_hint">Commentaire détaillé</string>
	<string name="editor_detailed_description">Vos modifications suggérées ont été envoyées à la communauté OpenStreetMap. Décrivez les détails qui ne peuvent pas être modifiés dans MAPS.ME.</string>
	<string name="editor_more_about_osm">En savoir plus sur OpenStreetMap</string>
	<string name="editor_operator">Opérateur</string>
	<string name="downloader_my_maps_title">Mes cartes</string>
	<string name="downloader_no_downloaded_maps_title">Vous n\'avez téléchargé aucune carte</string>
	<string name="downloader_no_downloaded_maps_message">Téléchargez des cartes pour rechercher l\'emplacement et naviguer hors ligne</string>
	<!-- Error title that appears after certain time without location. -->
	<string name="current_location_unknown_title">Continuer la détection de votre emplacement actuel ?</string>
	<!-- Error that appears after certain time without location. -->
	<string name="current_location_unknown_message">L\'emplacement actuel est inconnu. Vous êtes peut-être dans un immeuble ou sous un tunnel.</string>
	<string name="current_location_unknown_continue_button">Continuer</string>
	<string name="current_location_unknown_stop_button">Arrêter</string>
	<string name="current_location_unknown_error_title">L\'emplacement actuel est inconnu.</string>
	<string name="current_location_unknown_error_message">Une erreur est survenue lors de la recherche de votre emplacement. Vérifiez que le périphérique fonctionne correctement et réessayez ultérieurement</string>
	<string name="location_services_disabled_header">L\'identification de la localisation est désactivée</string>
	<string name="location_services_disabled_message">Permettre l\'accès à la géolocalisation dans les paramètres de l\'appareil</string>
	<string name="location_services_disabled_1">1. Ouvrir Paramètres</string>
	<string name="location_services_disabled_2">2. Appuyer sur Localisation</string>
	<!-- iOS Dialog for the case when the location permission is not granted -->
	<string name="location_services_disabled_3">3. Sélectionner tout en utilisant l\'app</string>
	<string name="place_page_booking_rating">Notation: %s</string>
	<string name="place_page_starting_from">à partir de %s</string>
	<string name="meter">m</string>
	<string name="foot">pi</string>
	<string name="hour">h</string>
	<string name="minute">min</string>
	<string name="placepage_place_description">Description</string>
	<string name="placepage_more_button">Plus</string>
	<string name="book_button">Réserver</string>
	<string name="placepage_call_button">Appeler</string>
	<string name="placepage_edit_bookmark_button">Éditer le signet</string>
	<string name="placepage_bookmark_name_hint">Nom du signet</string>
	<string name="placepage_personal_notes_hint">Remarques personnelles</string>
	<string name="placepage_delete_bookmark_button">Supprimer signet</string>
	<string name="editor_edits_sent_message">Vos modifications suggérées ont été envoyées</string>
	<string name="editor_comment_hint">Commentaire…</string>
	<string name="editor_reset_edits_message">Réinitialiser toutes les modifications locales ?</string>
	<string name="editor_reset_edits_button">Réinitialiser</string>
	<string name="editor_remove_place_message">Supprimer une place ajoutée ?</string>
	<string name="editor_remove_place_button">Supprimer</string>
	<string name="editor_place_doesnt_exist">La place n\'existe pas</string>
	<string name="text_more_button">…Afficher la suite</string>
	<!-- Phone number error message -->
	<string name="error_enter_correct_phone">Saisissez un numéro de téléphone valide</string>
	<string name="error_enter_correct_web">Saisir une adresse Internet valide</string>
	<string name="error_enter_correct_email">Saisir un email valide</string>
	<string name="editor_profile_changes_for_next_place">Modifications vers le prochain lieu: %d</string>
	<string name="editor_profile_rating_place">Notation position</string>
	<string name="refresh">Mettre à jour</string>
	<string name="last_update">Dernière mise à jour à %s</string>
	<string name="placepage_add_place_button">Ajouter un lieu sur la carte</string>
	<!-- Displayed when saving some edits to the map to warn against publishing personal data -->
	<string name="editor_share_to_all_dialog_title">Souhaitez-vous l’envoyer à tous les utilisateurs ?</string>
	<!-- iOS Dialog before publishing the modifications to the public map. -->
	<string name="editor_share_to_all_dialog_message_1">Assurez-vous de n’avoir saisi aucunes données personnelles.</string>
	<string name="editor_share_to_all_dialog_message_2">Nous vérifierons les changements. Si nous avons des questions quelles qu’elles soient, nous vous contacterons par courriel.</string>
	<!-- Text on an empty bookmark page -->
	<string name="bookmarks_empty_title">Enregistrez des signets</string>
	<!-- iOS dialog for the case when recent track recording is on and the app comes back from background -->
	<string name="recent_track_background_dialog_title">Souhaitez-vous désactiver l\'enregistrement de vos itinéraires récents ?</string>
	<!-- If a hotel is being shared -->
	<string name="sharing_booking">ou réservez sur booking.com</string>
	<string name="off_recent_track_background_button">Désactiver</string>
	<!-- For sharing via SMS and so on -->
	<string name="sharing_call_action_look">Consultez</string>
	<string name="recent_track_background_dialog_message">MAPS.ME utilise votre géolocalisation en arrière-plan pour enregistrer vos itinéraires récents.</string>
	<!-- Rate on Google Play (Android only) -->
	<string name="rate_gp">Noter sur Google Play</string>
	<!-- Share with friends: menu item title -->
	<string name="tell_friends">Recommander à un ami</string>
	<!-- Share with friends: sharing text -->
	<string name="tell_friends_text">Salut! Installe MAPS.ME!</string>
	<!-- About short text (below logo) -->
	<string name="about_description">MAPS.ME est une application hors ligne essentielle pour les voyages. MAPS.ME se base sur les données OpenStreetMap et permet de les modifier.</string>
	<!-- Text in menu -->
	<string name="blog">Blog</string>
	<!-- Hint near allow statictics checkbox -->
	<string name="allow_statistics_hint">La collecte des statistiques d’utilisation anonymes nous permet d’améliorer l’application.</string>
	<string name="general_settings">Paramètres généraux</string>
	<string name="date">Date %d</string>
	<!-- For the first routing -->
	<string name="accept">Accepter</string>
	<!-- For the first routing -->
	<string name="decline">Refuser</string>
	<!-- For place page hotel facilities block -->
	<string name="placepage_hotel_facilities">Installations</string>
	<!-- For place page hotel nearby block -->
	<string name="placepage_hotel_nearby">À proximité</string>
	<!-- For ordering a taxi (as opposed to hotels or other things) -->
	<string name="taxi_order">Commander un taxi</string>
	<!-- How long it is until the taxi arrives -->
	<string name="taxi_wait">Attendu dans %s</string>
	<!-- When there are no available taxis nearby -->
	<string name="taxi_not_found">Impossible de trouver un taxi à proximité</string>
	<!-- When there are no available taxi providers nearby -->
	<string name="taxi_no_providers">Taxi pas disponible ici</string>
	<string name="install_app">Installer</string>
	<!-- `Filter` is a noun here -->
	<string name="booking_filters">Filtrer</string>
	<string name="booking_filters_reset">Réinitialiser</string>
	<!-- Beginning from a particular value and -->
	<string name="booking_filters_rating">Note à partir de</string>
	<string name="booking_filters_rating_any">N’importe quel</string>
	<string name="booking_filters_ragting_good">Bon</string>
	<string name="booking_filters_rating_very_good">Très bon</string>
	<string name="booking_filters_rating_excellent">Excellent</string>
	<string name="booking_filters_price_category">Catégorie de prix</string>
	<string name="search_no_results_title">Aucun résultat trouvé</string>
	<string name="search_no_results_message">Essayez un terme de recherche plus général , effectuez un zoom arrière ou réinitialisez le filtre.</string>
	<string name="search_no_results_expand_area_button">Zoom arrière</string>
	<string name="search_no_results_reset_button">Réinitialiser le filtre</string>
	<!-- noun -->
	<string name="search_in_table">Liste</string>
	<string name="booking_based_on_reviews">Basé sur %d revues d\'hôtels</string>
	<string name="booking_show_more">Afficher plus</string>
	<string name="dialog_taxi_offline">La commande d\'un taxi n\'est pas disponible en mode hors ligne.</string>
	<string name="dialog_taxi_error">La commande d\'un taxi est temporairement indisponible.</string>
	<string name="mobile_data_dialog">Utiliser l\'Internet mobile pour afficher les informations détaillées?</string>
	<string name="mobile_data_option_always">Toujours utiliser</string>
	<string name="mobile_data_option_today">Aujourd\'hui seulement</string>
	<string name="mobile_data_option_not_today">Ne pas utiliser aujourd\'hui</string>
	<string name="mobile_data">Internet mobile</string>
	<string name="mobile_data_description">L\'Internet mobile est nécessaire pour afficher des informations détaillées sur les lieux, telles que les photos, les prix et les avis.</string>
	<string name="mobile_data_option_never">Ne jamais utiliser</string>
	<string name="mobile_data_option_ask">Toujours demander</string>
	<string name="traffic_update_maps_text">Pour afficher les données de circulation, les cartes doivent être actualisées.</string>
	<string name="big_font">Augmenter la taille de police sur la carte</string>
	<string name="traffic_update_app">Veuillez mettre à jour MAPS.ME</string>
	<!-- "traffic" as in road congestion -->
	<string name="traffic_update_app_message">Pour afficher les données de circulation, l\'application doit être actualisée.</string>
	<!-- "traffic" as in "road congestion" -->
	<string name="traffic_data_unavailable">Les données de circulation ne sont pas disponibles</string>
	<!-- Seven points and higher -->
	<string name="booking_filter_rating_num_good">7.0+</string>
	<!-- Eight points and higher -->
	<string name="booking_filter_rating_num_very_good">8.0+</string>
	<!-- Nine points and higher -->
	<string name="booking_filter_rating_num_excellent">9.0+</string>
	<!-- Simplified colour scheme for traffic information, fewer colours are used to display traffic jams on the map. The string should be kept as short as possible -->
	<string name="pref_traffic_simplified_colors_title">Couleurs circulation simplifiées</string>
	<string name="enable_logging">Activer le journal</string>
	<string name="whatsnew_viator_title">Réserver une excursion</string>
	<string name="whatsnew_viator_message">Choisissez des excursions populaires dans les villes touristiques du monde entier.</string>
	<string name="more_on_bookingcom">Plus d\'infos sur Booking.com</string>
	<string name="details_on_bookingcom">Détails sur Booking.com</string>
	<string name="reviews_on_bookingcom">Plus d\'avis sur Booking.com</string>
	<string name="whats_new_auto_update_updating_maps">Mise à jour des cartes</string>
	<string name="whats_new_auto_update_title">Mettez à jour vos cartes téléchargées</string>
	<string name="whats_new_auto_update_message">Actualiser les cartes permet d\'actualiser également les informations sur les objets</string>
	<string name="whats_new_auto_update_button_size">Mettre à jour (%s)</string>
	<string name="whats_new_auto_update_button_later">Mettre à jour manuellement plus tard</string>
	<string name="create_campaign_button">Cette entreprise m\'appartient</string>
	<string name="view_campaign_button">L\'entreprise est publiée</string>
	<string name="search_hotel_filters_type">Type</string>
	<!-- Settings: "Send general feedback" button -->
	<string name="feedback_general">Feedback général</string>
	<string name="on">On</string>
	<string name="off">Off</string>
	<string name="prefs_languages_information">Nous utilisons le système TTS pour les instructions vocales. De nombreux appareils Android utilisent Google TTS, vous pouvez le télécharger ou le mettre à jour depuis Google Play (https://play.google.com/store/apps/details?id=com.google.android.tts)</string>
	<string name="prefs_languages_information_off">Pour certaines langues, il vous faudra installer un autre logiciel de synthèse vocale ou un pack de langue supplémentaire depuis l’app store (Google Play Market, Samsung Apps). Ouvrez les paramètres de votre appareil → Langue et saisie → Reconnaissance vocale → Saisie vocale. Ici, vous pouvez gérer les paramètres pour la synthèse vocale (par exemple, télécharger un pack de langue pour une utilisation en mode hors ligne) et sélectionner un autre moteur de saisie vocale.</string>
	<string name="prefs_languages_information_off_link">Pour plus d’informations, veuillez consulter ce guide.</string>
	<string name="whatsnew_transliteration_title">Translittération en latin</string>
	<string name="learn_more">En savoir plus</string>
	<string name="exit">Quitter</string>
	<string name="routing_add_start_point">Ajouter un point de départ pour planifier un itinéraire</string>
	<string name="routing_add_finish_point">Ajouter un point d\'arriver pour planifier un itinéraire</string>
	<string name="onboarding_storage_permissions_title">Autoriser l\'accès</string>
	<string name="onboarding_storage_permissions_message">Modifiez les paramètres d’autorisation dans votre appareil. Il est nécessaire d’accéder à un stockage pour utiliser MAPS.ME.</string>
	<string name="onboarding_detail_permissions_title">MAPS.ME doit avoir accès à</string>
	<!-- Default permission's name from Android settings. -->
	<string name="onboarding_detail_permissions_storage_title">Stockage</string>
	<string name="onboarding_detail_permissions_storage_message">Pour enregistrer et utiliser les cartes téléchargées en hors ligne et enregistrer les signets.</string>
	<!-- Default permission's name from Android settings. -->
	<string name="onboarding_detail_permissions_location_title">Localisation</string>
	<string name="onboarding_detail_permissions_location_message">Pour voir les lieux et le trafic près de vous et utiliser la navigation.</string>
	<string name="onboarding_detail_permissions_storage_path_message">Vous pouvez également modifier la destination pour les cartes téléchargées dans les paramètres.</string>
	<string name="place_page_viator_title">Attractions et visites</string>
	<string name="placepage_remove_stop">Supprimer</string>
	<string name="placepage_add_stop">Ajouter un arrêt</string>
	<string name="whatsnew_intermediate_point_title">Arrêt supplémentaire</string>
	<string name="whatsnew_intermediate_point_message">Planifiez un itinéraire avec un point intermédiaire.</string>
</resources>