aboutsummaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
blob: 598677d734ca2d02499d97a8196d9bea1d49e203 (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
<?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="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_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_connection_retries_title">Connection retry number</string>
    <string name="pref_connection_retries_summary">Number of attempts before exiting: %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_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_gps_provider_stopped_by_problem">"Cannot start: %s"</string>
    <string name="msg_two_many_connection_problems">Too many connection problems</string>
    <string name="msg_gps_provider_disabled">GPS is disabled</string>
    <string name="msg_bluetooth_unsupported">Bluetooth is not supported</string>
    <string name="msg_bluetooth_disabled">Bluetooth is disabled</string>
    <string name="msg_mock_location_disabled">Mock locations disabled</string>
    <string name="msg_bluetooth_gps_unavaible">Cannot connect to bluetooth GPS</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>
    <string name="connection_problem_notification_title">BlueGps: connection problem</string>
    <plurals name="connection_problem_notification">
    	<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="service_closed_because_connection_problem_notification_title">BlueGps stopped</string>
    <string name="service_closed_because_connection_problem_notification">"Reason: %s"</string>
    
    <string name="aboutTitle">About</string>
    <string name="about_version">BlueGPS4Droid version </string>
    <string name="about_copyright">Copyright (C) 2010 Herbert von Broeuschmeul
		\n\nCopyright (C) 2010 BluetoothGPS4Droid Project
    </string>
    <string name="about_app_desc">Bluetooth GPS for Android is an application 
    	for using an external bluetooth GPS on Android devices.
    </string>
    <string name="about_license">BluetoothGPS4Droid (BlueGPS4Droid) is open source software 
    	distributed free of charge under the terms of the <b>GNU General Public License</b>.
    </string>
    <string name="about_sources">The source code is available from the project\'s Git repository: 
		http://sourceforge.net/p/bluegps4droid
    </string>
    <string name="about">Copyright (C) 2010 Herbert von Broeuschmeul
		\n\nCopyright (C) 2010 BluetoothGPS4Droid Project
		\n\nBluetooth GPS for Android is an application for using an external bluetooth GPS on Android devices.
		\n\nBluetoothGPS4Droid (BlueGPS4Droid) is open source software distributed free of charge under the terms of 
		the <b>GNU General Public License</b>.
		\n\nThe source code is available from the project\'s Git repository: 
		http://sourceforge.net/p/bluegps4droid
    </string>
</resources>