Merge remote-tracking branch 'mjb/freq_menu'
[fw/altos] / altosdroid / res / values / strings.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (C) 2009 The Android Open Source Project
3
4      Licensed under the Apache License, Version 2.0 (the "License");
5      you may not use this file except in compliance with the License.
6      You may obtain a copy of the License at
7
8           http://www.apache.org/licenses/LICENSE-2.0
9
10      Unless required by applicable law or agreed to in writing, software
11      distributed under the License is distributed on an "AS IS" BASIS,
12      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13      See the License for the specific language governing permissions and
14      limitations under the License.
15 -->
16
17 <resources>
18     <string name="app_name">AltosDroid</string>
19
20     <!--  AltosDroid -->
21     <string name="bt_not_enabled">Bluetooth was not enabled.</string>
22     <string name="title_connecting">connecting…</string>
23     <string name="title_connected_to">connected: </string>
24     <string name="title_not_connected">not connected</string>
25
26     <!-- Options Menu -->
27     <string name="connect_device">Connect a device</string>
28     <string name="select_freq">Select radio frequency</string>
29
30     <!--  DeviceListActivity -->
31     <string name="scanning">scanning for devices…</string>
32     <string name="select_device">select a device to connect</string>
33     <string name="none_paired">No devices have been paired</string>
34     <string name="none_found">No devices found</string>
35     <string name="title_paired_devices">Paired Devices</string>
36     <string name="title_other_devices">Other Available Devices</string>
37     <string name="button_scan">Scan for devices</string>
38
39     <!-- Service -->
40     <string name="telemetry_service_label">AltosDroid Telemetry Service</string>
41     <string name="telemetry_service_started">Telemetry Service Started</string>
42     <string name="telemetry_service_stopped">Telemetry Service Stopped</string>
43
44
45         <!-- UI fields -->
46     <string name="callsign_label">Callsign</string>
47     <string name="serial_label">Serial no.</string>
48     <string name="flight_label">Flight no.</string>
49     <string name="rssi_label">RSSI</string>
50     <string name="state_label">State</string>
51     <string name="speed_label">Speed</string>
52     <string name="accel_label">Acceleration</string>
53     <string name="range_label">Range</string>
54     <string name="height_label">Height</string>
55     <string name="elevation_label">Elevation</string>
56     <string name="bearing_label">Bearing</string>
57     <string name="latitude_label">Latitude</string>
58     <string name="longitude_label">Longitude</string>
59
60 </resources>