aboutsummaryrefslogtreecommitdiffstats
path: root/res
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
parentdca054a8f344dac366f000750cd136596a8d1ca9 (diff)
downloadBlueGPS-a623b51cd0f1ae235ffa2f246f10e0b85b16f334.zip
BlueGPS-a623b51cd0f1ae235ffa2f246f10e0b85b16f334.tar.gz
BlueGPS-a623b51cd0f1ae235ffa2f246f10e0b85b16f334.tar.bz2
French translation for the new notifications
Diffstat (limited to 'res')
-rw-r--r--res/values-fr/strings.xml10
-rw-r--r--res/values/strings.xml6
2 files changed, 13 insertions, 3 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>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 1851622..6a6fea9 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -72,10 +72,10 @@
<string name="foreground_service_started_notification_title">BlueGps</string>
<string name="foreground_gps_provider_started_notification">BlueGps service started</string>
<string name="foreground_nmea_recording_started_notification">BlueGps NMEA recording service started</string>
- <string name="connection_problem_notification_title">BlueGps connection problem</string>
+ <string name="connection_problem_notification_title">BlueGps: connection problem</string>
<plurals name="connection_problem_notification">
- <item quantity="one">will retry one more time</item>
- <item quantity="other">will retry %d more times</item>
+ <item quantity="one">will retry one more time before closing</item>
+ <item quantity="other">will retry %d more times before closing</item>
</plurals>
<!--
<string name="connection_problem_notification">Have tried %d times - will retry %d more times</string>