aboutsummaryrefslogtreecommitdiffstats
path: root/res/values-fr/strings.xml
blob: 67199e1ca1188a6952b9529f271623d7afde1aca (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
<?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_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>
</resources>