diff options
author | Herbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com> | 2010-10-24 23:41:55 +0200 |
---|---|---|
committer | Herbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com> | 2010-10-24 23:41:55 +0200 |
commit | 5b11f327cf16eeecd279aaed8b384385c0f5fa10 (patch) | |
tree | 28a400fd5be3b31b6841f0bb20ee7a1610a620da /res | |
parent | 5d9af268996d502b840608e5f2b3b6ffc68b3c2a (diff) | |
download | BlueGPS-5b11f327cf16eeecd279aaed8b384385c0f5fa10.zip BlueGPS-5b11f327cf16eeecd279aaed8b384385c0f5fa10.tar.gz BlueGPS-5b11f327cf16eeecd279aaed8b384385c0f5fa10.tar.bz2 |
add alert messages when bluetooth GPS connection cannot be enabled
Diffstat (limited to 'res')
-rw-r--r-- | res/values-fr/strings.xml | 5 | ||||
-rw-r--r-- | res/values/strings.xml | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/res/values-fr/strings.xml b/res/values-fr/strings.xml index 155ed80..fc46e65 100644 --- a/res/values-fr/strings.xml +++ b/res/values-fr/strings.xml @@ -47,6 +47,11 @@ <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>
diff --git a/res/values/strings.xml b/res/values/strings.xml index c538625..cc9c0d6 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -50,6 +50,11 @@ <string name="msg_gps_provider_started">Bluetooth GPS... started</string>
<string name="msg_gps_provider_stopped">Bluetooth GPS... stopped</string>
<string name="msg_gps_provider_already_started">Bluetooth GPS... is already on</string>
+ <string name="msg_gps_provider_disabled">Cannot start: GPS is disabled</string>
+ <string name="msg_bluetooth_unsupported">Cannot start: Bluetooth is not supported</string>
+ <string name="msg_bluetooth_disabled">Cannot start: Bluetooth is disabled</string>
+ <string name="msg_mock_location_disabled">Cannot start: Mock location is disabled</string>
+ <string name="msg_bluetooth_gps_unavaible">Cannot connect to bluetooth GPS</string>
<string name="msg_nmea_recording_started">GPS NMEA recording... started</string>
<string name="msg_nmea_recording_stopped">GPS NMEA recording... stopped</string>
<string name="msg_nmea_recording_already_started">GPS track recording... is already on</string>
|