aboutsummaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
blob: 50d59946eb770d5b0c6910857d1cc98f2bd2599e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
<?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>
    <string name="app_name">BlueGps</string>
    
    <string name="sirf_nmea_gga_on">PSRF103,00,00,01,01</string>
    <string name="sirf_nmea_rmc_on">PSRF103,04,00,01,01</string>
    <string name="sirf_nmea_gll_on">PSRF103,01,00,01,01</string>
    <string name="sirf_nmea_gll_off">PSRF103,01,00,00,01</string>
    <string name="sirf_nmea_gsa_on">PSRF103,02,00,05,01</string>
    <string name="sirf_nmea_gsa_off">PSRF103,02,00,00,01</string>
    <string name="sirf_nmea_gsv_on">PSRF103,03,00,05,01</string>
    <string name="sirf_nmea_gsv_off">PSRF103,03,00,00,01</string>
    <string name="sirf_nmea_vtg_on">PSRF103,05,00,01,01</string>
    <string name="sirf_nmea_vtg_off">PSRF103,05,00,00,01</string>
    <string name="sirf_nmea_zda_on">PSRF103,08,00,01,01</string>
    <string name="sirf_nmea_zda_off">PSRF103,08,00,00,01</string>

    <string name="sirf_nmea_to_binary">PSRF100,0,38400,8,1,0</string>
    
    <string name="sirf_nmea_sbas_on">PSRF151,01</string>
    <string name="sirf_nmea_sbas_off">PSRF151,00</string>
    
<!--
    <string name="sirf_sbas_on">$PSRF151,01*0F</string>
    <string name="sirf_sbas_off">$PSRF151,00*0E</string>  
-->
    <string name="sirf_bin_static_nav_on">8F01</string>
    <string name="sirf_bin_static_nav_off">8F00</string> 
    <string name="sirf_bin_to_nmea">8702</string>
    <string name="sirf_bin_to_nmea_38400">810201010001050105010001000100010001000100019600</string>
    <string name="sirf_bin_to_nmea_38400_alt">8102%02X01%02X01%02X01%02X01%02X01%02X01%02X01%02X01%02X0100019600</string>
    <string name="sirf_bin_dgps_ext_on">85020000000000</string>
    <string name="sirf_bin_dgps_sbas_on">85010000000000</string>
    <string name="sirf_software_version">8400</string>
    
    
    <!--
    <string name="sirf_bin_to_nmea4800_1">A0A20018 8102010100010501050100010001000100010001000112C0 016AB0B3</string>
    <string name="sirf_bin_to_nmea_on_2">A0A20002 8702 0089B0B3</string>
    <string name="sirf_bin_dgps_ext_on">A0A20007 85020000000000 0087B0B3</string>
    <string name="sirf_bin_dgps_sbas_on">A0A20007 85010000000000 0086B0B3</string>
    -->
    
    <string name="pref_start_gps_key">startGps</string>
    <string name="pref_gps_location_provider_key">gpsLocationProviderKey</string>
    <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>
    
    <string name="pref_sirf_gps_key">sirfGps</string>
    <string name="pref_sirf_enable_gll_key">enableGLL</string>
    <string name="pref_sirf_enable_vtg_key">enableVTG</string>
    <string name="pref_sirf_enable_gsa_key">enableGSA</string>
    <string name="pref_sirf_enable_gsv_key">enableGSV</string>
    <string name="pref_sirf_enable_zda_key">enableZDA</string>
    <string name="pref_sirf_enable_sbas_key">enableSBAS</string>
    <string name="pref_sirf_enable_nmea_key">enableNMEA</string>
    <string name="pref_sirf_enable_static_navigation_key">enableStaticNavigation</string>

    <string name="defaultTrackMinDistance">0.0</string>
    <string name="defaultTrackMinTime">0</string>
    <string name="defaultTrackFileDirectory">/sdcard/nmea</string>
    <string name="defaultTrackFilePrefix">btnmeatrack</string>
    <string name="defaultMockGpsName">bluetooth_gps</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 (SiRF)</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">Internal GPS will remain available</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>
    <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="pref_sirf_gps_title">SiRF GPS</string>
    <string name="pref_sirf_gps_summary_off">"Use SiRF Options"</string>
    <string name="pref_sirf_gps_summary_on">"Don't SiRF Options"</string>
    <string name="pref_enable_gll_title">Enable NMEA GLL</string>
    <string name="pref_enable_gll_summary_off">NMEA GLL sentences are off</string>
    <string name="pref_enable_gll_summary_on">NMEA GLL sentences are on</string>
    <string name="pref_enable_vtg_title">Enable NMEA VTG</string>
    <string name="pref_enable_vtg_summary_off">NMEA VTG sentences are off</string>
    <string name="pref_enable_vtg_summary_on">NMEA VTG sentences are on</string>
    <string name="pref_enable_gsa_title">Enable NMEA GSA</string>
    <string name="pref_enable_gsa_summary_off">NMEA GSA sentences are off</string>
    <string name="pref_enable_gsa_summary_on">NMEA GSA sentences are on</string>
    <string name="pref_enable_gsv_title">Enable NMEA GSV</string>
    <string name="pref_enable_gsv_summary_off">NMEA GSV sentences are off</string>
    <string name="pref_enable_gsv_summary_on">NMEA GSV sentences are on</string>
    <string name="pref_enable_zda_title">Enable NMEA ZDA</string>
    <string name="pref_enable_zda_summary_off">NMEA ZDA sentences are off</string>
    <string name="pref_enable_zda_summary_on">NMEA ZDA sentences are on</string>
    <string name="pref_enable_sbas_title">SBAS (WAAS/EGNOS)</string>
    <string name="pref_enable_sbas_summary_off">SBAS is off</string>
    <string name="pref_enable_sbas_summary_on">SBAS is on</string>
    <string name="pref_enable_nmea_title">NMEA/Binary mode</string>
    <string name="pref_enable_nmea_summary_off">Binary mode is on</string>
    <string name="pref_enable_nmea_summary_on">NMEA mode is on</string>
    <string name="pref_enable_static_navigation_title">Static Navigation</string>
    <string name="pref_enable_static_navigation_summary_off">Static Navigation disabled</string>
    <string name="pref_enable_static_navigation_summary_on">Static Navigation enabled</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>