diff options
author | Herbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com> | 2010-09-19 20:54:20 +0200 |
---|---|---|
committer | Herbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com> | 2010-09-19 20:54:20 +0200 |
commit | d386bdeb8ef3f2429820a322222227a429548d91 (patch) | |
tree | 30a8e3ca0e80429c4971fcfdb53c9c53faa00ce3 /res/values-en | |
parent | 84cc9f94a03ad60799e46979731f22112dbc8396 (diff) | |
download | BlueGPS-d386bdeb8ef3f2429820a322222227a429548d91.zip BlueGPS-d386bdeb8ef3f2429820a322222227a429548d91.tar.gz BlueGPS-d386bdeb8ef3f2429820a322222227a429548d91.tar.bz2 |
add new preferences options
add preferences in order to chose if we want to:
* replace the internal GPS or
* use a new location provider.
Diffstat (limited to 'res/values-en')
-rw-r--r-- | res/values-en/strings.xml | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/res/values-en/strings.xml b/res/values-en/strings.xml index 52b03b6..2dcd198 100644 --- a/res/values-en/strings.xml +++ b/res/values-en/strings.xml @@ -20,10 +20,21 @@ -->
<resources>
<!-- we use the defaults values
- <string name="pref_recording_params_title">Recording parameters</string>
- <string name="pref_recording_title">Enable/Disable</string>
+ <string name="pref_start_gps_title">Start/Stop GPS</string>
+ <string name="pref_start_gps_summary_off">Bluetooth GPS is off</string>
+ <string name="pref_start_gps_summary_on">Bluetooth GPS is on</string>
+ <string name="pref_start_gps_params_title">GPS Options</string>
+ <string name="pref_gps_location_provider_title">Location provider options</string>
+ <string name="pref_gps_location_provider_summary">Bluetooth GPS will replace internal GPS</string>
+ <string name="pref_replace_std_gps_title">Replace internal GPS</string>
+ <string name="pref_replace_std_gps_summary_on">Bluetooth GPS will replace internal GPS</string>
+ <string name="pref_replace_std_gps_summary_off">Bluetooth GPS will use a new location provider</string>
+ <string name="pref_mock_gps_name_title">Mock location provider name</string>
+ <string name="pref_mock_gps_name_summary">Bluetooth GPS name: %s</string>
+ <string name="pref_recording_title">Enable/Disable NMEA log</string>
<string name="pref_recording_summary_off">Track recording is off</string>
<string name="pref_recording_summary_on">Track recording is on</string>
+ <string name="pref_recording_params_title">Recording parameters</string>
<string name="pref_mintime_title">Time between records</string>
<string name="pref_mintime_summary">Time between records in milliseconds</string>
<string name="pref_mindistance_title">Distance between records</string>
|