Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
[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     <!--  BluetoothChat -->
21     <string name="send">Send</string>
22     <string name="not_connected">You are not connected to a device</string>
23     <string name="bt_not_enabled_leaving">Bluetooth was not enabled. Leaving Bluetooth Chat.</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     <!--  DeviceListActivity -->
29     <string name="scanning">scanning for devices…</string>
30     <string name="select_device">select a device to connect</string>
31     <string name="none_paired">No devices have been paired</string>
32     <string name="none_found">No devices found</string>
33     <string name="title_paired_devices">Paired Devices</string>
34     <string name="title_other_devices">Other Available Devices</string>
35     <string name="button_scan">Scan for devices</string>
36
37     <!-- Options Menu -->
38     <string name="connect_device">Connect a device</string>
39     <string name="telemetry_service_control">Control Service</string>
40     <string name="telemetry_service_bind">(Un)Bind Service</string>
41
42
43
44     <!-- Service -->
45     <string name="telemetry_service_label">AltosDroid Telemetry Service</string>
46     <string name="telemetry_service_started">Telemetry Service Started</string>
47     <string name="telemetry_service_stopped">Telemetry Service Stopped</string>
48
49     <!-- Service control activity - temporary! -->
50     <string name="activity_telemetry_service_controller">Telemetry Service Controller</string>
51     <string name="telemetry_service_controller">Use the following buttons to start and stop the Telemetry
52         service.</string>
53     <string name="start_service">Start Service</string>
54     <string name="stop_service">Stop Service</string>
55
56     <string name="activity_telemetry_service_binding">Telemetry Service Binding</string>
57     <string name="telemetry_service_binding">This demonstrates how you can connect with a persistent
58         service.  Notice how it automatically starts for you, and play around with the
59         interaction between this and Local Service Controller.</string>
60     <string name="bind_service">Bind Service</string>
61     <string name="unbind_service">Unbind Service</string>
62
63     <string name="telemetry_service_connected">Connected to local service</string>
64     <string name="telemetry_service_disconnected">Disconnected from local service</string>
65
66 </resources>