blob: fa1ad57f5aa1df45bcaafee1f53ada7864a6d3ff [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2022 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<string name="app_name">AndroidX Bluetooth Test App</string>
<string name="title_scanner">Scanner</string>
<string name="title_advertiser">Advertiser</string>
<!-- Main -->
<string name="bluetooth_is_disabled">Bluetooth is disabled</string>
<string name="enable">Enable</string>
<!-- Scanner -->
<string name="start_scanning">Start Scanning</string>
<string name="stop_scanning">Stop scanning</string>
<string name="scan_result_icon">Scan Result Icon</string>
<string name="connect">Connect</string>
<string name="reconnect">Reconnect</string>
<string name="disconnect">Disconnect</string>
<string name="scan_results">Scan Results</string>
<string name="disconnected">Disconnected</string>
<string name="connecting">Connecting…</string>
<string name="connected">Connected</string>
<string name="generic_attribute">Generic Attribute</string>
<string name="uuid">uuid</string>
<string name="properties">Properties</string>
<string name="primary_service">Primary Service</string>
<string name="indicate">Indicate</string>
<string name="notify">Notify</string>
<string name="read">Read</string>
<string name="write">Write</string>
<string name="value">Value</string>
<!-- Advertiser -->
<string name="configure_advertising_packet">Configure Advertising Packet</string>
<string name="display_name">Display Name</string>
<string name="include_device_name">Include Device Name</string>
<string name="connectable">Connectable</string>
<string name="discoverable">Discoverable</string>
<string name="advertising_data">Advertising Data</string>
<string name="add_data">Add Data</string>
<string name="start_advertising">Start Advertising</string>
<string name="stop_advertising">Stop Advertising</string>
<string name="service_uuid">Service UUID</string>
<string name="uuid_or_service_name">UUID or service name</string>
<string name="service_data">Service Data</string>
<string name="data_hex">Data (HEX)</string>
<string name="manufacturer_data">Manufacturer Data</string>
<string name="sixteen_bit_company_identifier">16-bit Company Identifier</string>
<string name="add">Add</string>
<string name="cancel">Cancel</string>
<string name="clear_data">Clear Data</string>
<!-- GATT Server -->
<string name="gatt_server">Gatt Server</string>
<string name="add_service">Add Service</string>
<string name="add_characteristic">Add Characteristic</string>
<string name="add_descriptor">Add Descriptor</string>
<string name="open_gatt_server">Open Gatt Server</string>
<string name="stop_gatt_server">Stop Gatt Server</string>
</resources>