1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- 3 Copyright (C) 2011 The Android Open Source Project 4 5 Licensed under the Apache License, Version 2.0 (the "License"); 6 you may not use this file except in compliance with the License. 7 You may obtain a copy of the License at 8 9 http://www.apache.org/licenses/LICENSE-2.0 10 11 Unless required by applicable law or agreed to in writing, software 12 distributed under the License is distributed on an "AS IS" BASIS, 13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 See the License for the specific language governing permissions and 15 limitations under the License. 16 --> 17 <resources> 18 <string name="app_name">HDP Sample</string> 19 <string name="app_registration">App Registration</string> 20 <string name="bluetooth_not_available">Bluetooth is not available</string> 21 <string name="bluetooth_health_profile_not_available">Bluetooth health profile is not available</string> 22 <string name="channel_connection">Channel Connection</string> 23 <string name="channel_connection_desc">(some devices automatically initiate connection)</string> 24 <string name="connect">Connect</string> 25 <string name="connected">CONNECTED</string> 26 <string name="connection_state">Connection State</string> 27 <string name="data_ind">Data Indicator</string> 28 <string name="disconnect">Disconnect</string> 29 <string name="disconnected">DISCONNECTED</string> 30 <string name="empty"> </string> 31 <string name="none">None...</string> 32 <string name="ok">Okay</string> 33 <string name="read_data">Reading data...</string> 34 <string name="read_data_done">Done with reading data...</string> 35 <string name="register">Register</string> 36 <string name="select_device">Select a device</string> 37 <string name="status_create_channel">Create channel status: %d</string> 38 <string name="status_destroy_channel">Destroy channel status: %d</string> 39 <string name="status_msg">Status Message</string> 40 <string name="status_reg">App registration status: %d</string> 41 <string name="status_unreg">App unregistration status: %d</string> 42 <string name="unregister">Unregister</string> 43 </resources> 44