summaryrefslogtreecommitdiff
path: root/altosdroid/res/values/strings.xml
blob: 1c86f42d1886ea5c909e789cbc636a309bcd9561 (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
<?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 -->
    <string name="callsign_label">Callsign</string>
    <string name="serial_label">Serial no.</string>
    <string name="flight_label">Flight no.</string>
    <string name="rssi_label">RSSI</string>
    <string name="state_label">State</string>
    <string name="speed_label">Speed</string>
    <string name="accel_label">Acceleration</string>
    <string name="range_label">Range</string>
    <string name="height_label">Height</string>
    <string name="elevation_label">Elevation</string>
    <string name="bearing_label">Bearing</string>
    <string name="latitude_label">Latitude</string>
    <string name="longitude_label">Longitude</string>

</resources>