altosdroid: update copyrights/licensing
[fw/altos] / altosdroid / res / values / strings.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!--
3          Copyright © 2012-2013 Mike Beattie <mike@ethernal.org>
4
5          This program is free software; you can redistribute it and/or modify
6          it under the terms of the GNU General Public License as published by
7          the Free Software Foundation; version 2 of the License.
8
9          This program is distributed in the hope that it will be useful, but
10          WITHOUT ANY WARRANTY; without even the implied warranty of
11          MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12          General Public License for more details.
13
14          You should have received a copy of the GNU General Public License along
15          with this program; if not, write to the Free Software Foundation, Inc.,
16          59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
17 -->
18
19 <resources>
20     <string name="app_name">AltosDroid</string>
21
22     <!--  AltosDroid -->
23     <string name="bt_not_enabled">Bluetooth was not enabled.</string>
24     <string name="title_connecting">connecting…</string>
25     <string name="title_connected_to">connected: </string>
26     <string name="title_not_connected">not connected</string>
27
28     <!-- Options Menu -->
29     <string name="connect_device">Connect a device</string>
30     <string name="select_freq">Select radio frequency</string>
31
32     <!--  DeviceListActivity -->
33     <string name="scanning">scanning for devices…</string>
34     <string name="select_device">select a device to connect</string>
35     <string name="none_paired">No devices have been paired</string>
36     <string name="none_found">No devices found</string>
37     <string name="title_paired_devices">Paired Devices</string>
38     <string name="title_other_devices">Other Available Devices</string>
39     <string name="button_scan">Scan for devices</string>
40
41     <!-- Service -->
42     <string name="telemetry_service_label">AltosDroid Telemetry Service</string>
43     <string name="telemetry_service_started">Telemetry Service Started</string>
44     <string name="telemetry_service_stopped">Telemetry Service Stopped</string>
45
46
47         <!-- UI fields -->
48     <string name="callsign_label">Callsign</string>
49     <string name="serial_label">Serial no.</string>
50     <string name="flight_label">Flight no.</string>
51     <string name="rssi_label">RSSI</string>
52     <string name="state_label">State</string>
53     <string name="speed_label">Speed</string>
54     <string name="accel_label">Acceleration</string>
55     <string name="range_label">Range</string>
56     <string name="height_label">Height</string>
57     <string name="elevation_label">Elevation</string>
58     <string name="bearing_label">Bearing</string>
59     <string name="latitude_label">Latitude</string>
60     <string name="longitude_label">Longitude</string>
61
62 </resources>