aboutsummaryrefslogtreecommitdiffstats
path: root/res/values-en/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values-en/strings.xml')
-rw-r--r--res/values-en/strings.xml48
1 files changed, 48 insertions, 0 deletions
diff --git a/res/values-en/strings.xml b/res/values-en/strings.xml
new file mode 100644
index 0000000..52b03b6
--- /dev/null
+++ b/res/values-en/strings.xml
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2010 Herbert von Broeuschmeul
+ Copyright (C) 2010 BluetoothGPS4Droid Project
+
+ This file is part of BluetoothGPS4Droid.
+
+ BluetoothGPS4Droid is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ BluetoothGPS4Droid is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with BluetoothGPS4Droid. If not, see : http://www.gnu.org/licenses/.
+-->
+<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_recording_summary_off">Track recording is off</string>
+ <string name="pref_recording_summary_on">Track recording is on</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>
+ <string name="pref_mindistance_summary">Distance between records in meters</string>
+ <string name="pref_trackfile_prefix_title">Trackfiles prefix</string>
+ <string name="pref_trackfile_prefix_summary">Select the prefix for the track files</string>
+ <string name="pref_trackfile_directory_title">Trackfiles directory</string>
+ <string name="pref_trackfile_directory_summary">Select the directory for the track files</string>
+ <string name="pref_bluetooth_device_title">Choose Bluetooth GPS</string>
+ <string name="pref_bluetooth_device_summary">"Current device: %s"</string>
+
+ <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_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>
+ <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>
+-->
+</resources>