altos: Fix .sdcdbrc file for telebt-v0.1
[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="secure_connect">Connect a device - Secure</string>
39     <string name="insecure_connect">Connect a device - Insecure</string>
40     <string name="discoverable">Make discoverable</string>
41
42     <!-- Service -->
43     <string name="telemetry_service_label">AltOS Telemetry Service</string>
44     <string name="telemetry_service_started">Telemetry Service Started</string>
45     <string name="telemetry_service_stopped">Telemetry Service Stopped</string>
46
47
48
49     <string name="telemetry_service_control">Start/Stop Service</string>
50     <string name="telemetry_service_bind">Bind/Unbind Service</string>
51
52     <string name="activity_telemetry_service_controller">App/Service/Local Service Controller</string>
53     <string name="telemetry_service_controller">This demonstrates how you can implement persistent services that
54         may be started and stopped as desired.</string>
55     <string name="start_service">Start Service</string>
56     <string name="stop_service">Stop Service</string>
57
58     <string name="activity_telemetry_service_binding">App/Service/Local Service Binding</string>
59     <string name="telemetry_service_binding">This demonstrates how you can connect with a persistent
60         service.  Notice how it automatically starts for you, and play around with the
61         interaction between this and Local Service Controller.</string>
62     <string name="bind_service">Bind Service</string>
63     <string name="unbind_service">Unbind Service</string>
64     <string name="telemetry_service_connected">Connected to local service</string>
65     <string name="telemetry_service_disconnected">Disconnected from local service</string>
66
67 </resources>