diff options
author | Herbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com> | 2010-09-29 03:46:45 +0200 |
---|---|---|
committer | Herbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com> | 2010-09-29 03:46:45 +0200 |
commit | d27afafe7ff64e36191c45dbd2fb926697dc014c (patch) | |
tree | e019f31f59935d3e17b380e7340a4b4999f5e5f6 /res | |
parent | 044b33e8e83e28b002449c1f785bb161196a6864 (diff) | |
download | BlueGPS-d27afafe7ff64e36191c45dbd2fb926697dc014c.zip BlueGPS-d27afafe7ff64e36191c45dbd2fb926697dc014c.tar.gz BlueGPS-d27afafe7ff64e36191c45dbd2fb926697dc014c.tar.bz2 |
Correction of a bug and notification improvement
merge commit 605e2c6f59105c9bd9f7b4d23230e837b3041a89
made for version 1.1 in the master branch
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 046197f..3bec3f7 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -65,8 +65,6 @@ <string name="pref_replace_std_gps_key">replaceStdtGps</string>
<string name="pref_mock_gps_name_key">mockGpsName</string>
<string name="pref_recording_key">trackRecording</string>
- <string name="pref_mindistance_key">trackMinDistance</string>
- <string name="pref_mintime_key">trackMinTime</string>
<string name="pref_trackfile_directory_key">trackFileDirectory</string>
<string name="pref_trackfile_prefix_key">trackFilePrefix</string>
<string name="pref_bluetooth_device_key">bluetoothDevice</string>
@@ -155,4 +153,14 @@ <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>
+ <plurals name="connection_problem_notification">
+ <item quantity="one">will retry one more time</item>
+ <item quantity="other">will retry %d more times</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 stopped</string>
+ <string name="service_closed_because_connection_problem_notification">Reason: too many connection problems</string>
</resources>
|