summaryrefslogtreecommitdiff
path: root/altosdroid/res/values/strings.xml
blob: 639611c20053711007bca29fbc1d0d8fd3c22d77 (plain) (blame)
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
<?xml version="1.0" encoding="utf-8"?>
<!--
	 Copyright © 2012-2013 Mike Beattie <mike@ethernal.org>

	 This program 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; version 2 of the License.

	 This program 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 this program; if not, write to the Free Software Foundation, Inc.,
	 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
-->
<resources>

	<string name="app_name">AltosDroid</string>

	<!-- AltosDroid -->
	<string name="bt_not_enabled">Bluetooth was not enabled.</string>
	<string name="title_connecting">connecting…</string>
	<string name="title_connected_to">connected: </string>
	<string name="title_not_connected">not connected</string>

	<!-- Options Menu -->
	<string name="connect_device">Connect a device</string>
	<string name="select_freq">Select radio frequency</string>

	<!-- DeviceListActivity -->
	<string name="scanning">scanning for devices…</string>
	<string name="select_device">select a device to connect</string>
	<string name="none_paired">No devices have been paired</string>
	<string name="none_found">No devices found</string>
	<string name="title_paired_devices">Paired Devices</string>
	<string name="title_other_devices">Other Available Devices</string>
	<string name="button_scan">Scan for devices</string>

	<!-- Service -->
	<string name="telemetry_service_label">AltosDroid Telemetry Service</string>
	<string name="telemetry_service_started">Telemetry Service Started</string>
	<string name="telemetry_service_stopped">Telemetry Service Stopped</string>

	<!-- UI fields -->
	<!-- Header -->
	<string name="callsign_label">Callsign</string>
	<string name="serial_label">Serial</string>
	<string name="flight_label">Flight</string>
	<string name="state_label">State</string>
	<string name="rssi_label">RSSI</string>
	<string name="age_label">Age</string>

	<!-- Tab fields -->
	<string name="height_label">Height</string>
	<string name="speed_label">Speed</string>
	<string name="accel_label">Acceleration</string>
	<string name="bearing_label">Bearing</string>
	<string name="elevation_label">Elevation</string>
	<string name="range_label">Range</string>
	<string name="distance_label">Distance</string>
	<string name="gnd_distance_label">Ground Distance</string>
	<string name="max_height_label">Max Height</string>
	<string name="max_speed_label">Max Speed</string>
	<string name="max_accel_label">Max Accel</string>
	<string name="battery_voltage_label">Battery Voltage</string>
	<string name="apogee_voltage_label">Apogee Igniter Voltage</string>
	<string name="main_voltage_label">Main Igniter Voltage</string>
	<string name="logging_label">On-board Data Logging</string>
	<string name="gps_locked_label">GPS Locked</string>
	<string name="gps_ready_label">GPS Ready</string>
	<string name="latitude_label">Latitude</string>
	<string name="longitude_label">Longitude</string>
	<string name="pad_lat_label">Pad Latitude</string>
	<string name="pad_lon_label">Pad Longitude</string>
	<string name="pad_alt_label">Pad Altitude</string>

</resources>