|
2 | 2 | <!--
|
3 | 3 | /* //device/apps/common/assets/res/any/strings.xml
|
4 | 4 | **
|
5 |
| -** Copyright 2008-2018 The Android Open Source Project, Sean J. Barbeau |
| 5 | +** Copyright 2008-2021 The Android Open Source Project, Sean J. Barbeau |
6 | 6 | **
|
7 | 7 | ** Licensed under the Apache License, Version 2.0 (the "License");
|
8 | 8 | ** you may not use this file except in compliance with the License.
|
|
45 | 45 | <string name="delete_aiding_data_failure">Le matériel ne supporte pas l\'effacement des données d\'assistance</string>
|
46 | 46 | <string name="gps_switch">Off/On</string>
|
47 | 47 | <string name="share">Partager</string>
|
| 48 | + <string name="copied_to_clipboard">Localisation copiée dans le presse papier</string> |
| 49 | + <string name="log">Log</string> |
| 50 | + <string name="file_name">Nom du fichier</string> |
| 51 | + <string name="location">Localisation</string> |
| 52 | + <string name="include_altitude">Inclure l\'altitude</string> |
48 | 53 | <string name="set_fix_frequency">Force la Fréquence de Verrouillage</string>
|
49 | 54 | <string name="force_time_injection_success">Données horaires importées</string>
|
50 | 55 | <string name="force_time_injection_failure">Le matériel ne supporte pas l\'injection de données horaires</string>
|
51 | 56 |
|
52 | 57 | <string name="force_psds_injection_success">Données PSDS importées</string>
|
53 | 58 | <string name="force_psds_injection_failure">Le matériel ne supporte pas l\'injection de données PSDS</string>
|
54 | 59 |
|
| 60 | + <string name="device">Appareil</string> |
55 | 61 | <string name="zoom_in">Zoom +</string>
|
56 | 62 | <string name="zoom_out">Zoom -</string>
|
57 | 63 | <string name="mode_map">Carte</string>
|
|
99 | 105 | <string name="gnss_not_available">Les satellites du Global Navigation Satellite System (GNSS) ne sont pas disponibles</string>
|
100 | 106 | <string name="sbas_not_available">Les satellites Satellite Based Augmentation System (SBAS) ne sont pas disponibles</string>
|
101 | 107 | <string name="menu_option_sort_by">Trier par</string>
|
| 108 | + <string name="unknown">Inconnu</string> |
| 109 | + <string name="cancel">Annuler</string> |
| 110 | + |
102 | 111 | <!-- Map view -->
|
103 | 112 | <string name="ground_truth_latitude">Votre latitude</string>
|
104 | 113 | <string name="ground_truth_longitude">Votre longitude</string>
|
105 |
| - <string name="ground_truth_altitude">Votre altitude en WGS84 (Optionnel)</string> |
106 | 114 | <string name="set_ground_truth_title">Précision de la mesure</string>
|
107 | 115 | <string name="set_ground_truth_subtitle">Taper sur la carte ou écrivez votre position réelle</string>
|
108 | 116 | <string name="save">Sauvegarder</string>
|
@@ -189,6 +197,7 @@ vous tenez le téléphone verticalement
|
189 | 197 | </string>
|
190 | 198 |
|
191 | 199 | <string name="pref_gps_category_title">GNSS</string>
|
| 200 | + |
192 | 201 | <string name="pref_auto_start_gps_title">Démarrage automatique GNSS</string>
|
193 | 202 | <string name="pref_auto_start_gps_summary">Démarre le GNSS lorsque l\'application est lancée</string>
|
194 | 203 |
|
|
0 commit comments