aboutsummaryrefslogtreecommitdiffstats
path: root/res/values-fr
diff options
context:
space:
mode:
authorHerbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com>2010-09-29 21:03:32 +0200
committerHerbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com>2010-09-29 21:03:32 +0200
commita623b51cd0f1ae235ffa2f246f10e0b85b16f334 (patch)
treeab5547e86fa91f8cb22a17e1a946eb590692a44b /res/values-fr
parentdca054a8f344dac366f000750cd136596a8d1ca9 (diff)
downloadBlueGPS-a623b51cd0f1ae235ffa2f246f10e0b85b16f334.zip
BlueGPS-a623b51cd0f1ae235ffa2f246f10e0b85b16f334.tar.gz
BlueGPS-a623b51cd0f1ae235ffa2f246f10e0b85b16f334.tar.bz2
French translation for the new notifications
Diffstat (limited to 'res/values-fr')
-rw-r--r--res/values-fr/strings.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/res/values-fr/strings.xml b/res/values-fr/strings.xml
index 3308c3b..6923da6 100644
--- a/res/values-fr/strings.xml
+++ b/res/values-fr/strings.xml
@@ -53,4 +53,14 @@
<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="connection_problem_notification">Have tried %d times - will retry %d more times</string>
+ -->
+ <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 avec le GPS</string>
</resources>