aboutsummaryrefslogtreecommitdiffstats
path: root/res/values-fr/strings.xml
blob: fc46e65ef6ed0ae49a465b022eda7762d77fba08 (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
<?xml version="1.0" encoding="utf-8"?>
<!-- 
	Copyright (C) 2010 Herbert von Broeuschmeul
	Copyright (C) 2010 BluetoothGPS4Droid Project
	  
	This file is part of BluetoothGPS4Droid.
	
	BluetoothGPS4Droid is free software: you can redistribute it and/or modify
	it under the terms of the GNU General Public License as published by
	the Free Software Foundation, either version 3 of the License, or
	(at your option) any later version.
	
	BluetoothGPS4Droid is distributed in the hope that it will be useful,
	but WITHOUT ANY WARRANTY; without even the implied warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
	GNU General Public License for more details.
	
	You should have received a copy of the GNU General Public License
	along with BluetoothGPS4Droid. If not, see : http://www.gnu.org/licenses/.
-->
<resources>
    <string name="app_name">BlueGps</string>
    
    <string name="pref_start_gps_title">Start/Stop GPS</string>
    <string name="pref_start_gps_summary_off">Le GPS Bluetooth est arrêté</string>
    <string name="pref_start_gps_summary_on">Le GPS Bluetooth est démarré</string>
    <string name="pref_gps_location_provider_title">Location provider options</string>
    <string name="pref_gps_location_provider_summary">Le GPS Bluetooth remplacera le GPS interne</string>
    <string name="pref_replace_std_gps_title">Remplacer le GPS interne</string>
    <string name="pref_replace_std_gps_summary_on">Le GPS Bluetooth remplacera le GPS interne</string>
    <string name="pref_replace_std_gps_summary_off">Un nouveau location provider sera utilisé</string>
    <string name="pref_mock_gps_name_title">Nom du location provider</string>
    <string name="pref_mock_gps_name_summary">Nom du GPS Bluetooth : %s</string>
    <string name="pref_connection_retries_title">Nombre de connexions</string>
    <string name="pref_connection_retries_summary">"Nombre d'essais avant fermeture : %s"</string>
    <string name="pref_recording_title">Activer/Désactiver NMEA log</string>
    <string name="pref_recording_summary_off">Enregistrement du GPS inactif</string>
    <string name="pref_recording_summary_on">Enregistrement du GPS actif</string>
    <string name="pref_recording_params_title">"Paramètres d'enregistrement"</string>
    <string name="pref_trackfile_prefix_title">Préfixe</string>
    <string name="pref_trackfile_prefix_summary">Indiquer un préfixe pour les fichiers de traces</string>
    <string name="pref_trackfile_directory_title">Dossier</string>
    <string name="pref_trackfile_directory_summary">Indiquer un répertoire pour les fichiers de traces</string>
    <string name="pref_bluetooth_device_title">Sélection du GPS</string>
    <string name="pref_bluetooth_device_summary">"Périphérique actuel : %s"</string>    

    <string name="msg_gps_provider_started">GPS Bluetooth... démarré</string>
    <string name="msg_gps_provider_stopped">GPS Bluetooth... arrêté</string>
    <string name="msg_gps_provider_already_started">GPS Bluetooth... déjà démarré</string>
    <string name="msg_gps_provider_disabled">Oups ! Le GPS est désactivé</string>
    <string name="msg_bluetooth_unsupported">Oups ! Bluetooth non disponible</string>
    <string name="msg_bluetooth_disabled">Oups ! Bluetooth désactivé</string>
    <string name="msg_mock_location_disabled">Oups ! Postitions fictives non autorisées</string>
    <string name="msg_bluetooth_gps_unavaible">Impossible de se connecter au GPS</string>
    <string name="msg_nmea_recording_started">Enregistrement des traces NMEA... démarré</string>
    <string name="msg_nmea_recording_stopped">Enregistrement des traces NMEA... arrêté</string>
    <string name="msg_nmea_recording_already_started">Enregistrement des traces GPS... déjà démarré</string>
    <string name="foreground_service_started_notification_title">BlueGps</string>
    <string name="foreground_gps_provider_started_notification">GPS Bluetooth démarré.</string>   
    <string name="foreground_nmea_recording_started_notification">Enregistrement des données NMEA en cours.</string>
    <string name="connection_problem_notification_title">BlueGps : problème de connexion</string>
    <plurals name="connection_problem_notification">
    	<item quantity="one">"Encore un essai avant fermeture"</item>
    	<item quantity="other">"Encore %d essais avant fermeture"</item>
    </plurals>
    <string name="service_closed_because_connection_problem_notification_title">BlueGps arrêté</string>
    <string name="service_closed_because_connection_problem_notification">Motif : problèmes de connexion</string>
</resources>