blob: c1f53d439cef240ba15baf00ac1e48f3823be9dd [file] [log] [blame]
Weice57d88f62021-12-06 06:24:56 +00001<!--
2 ~ Copyright (C) 2021 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>
Xinyi Zhou455ad5d2022-02-03 13:00:49 -080018
Xinyi Zhou3a070972022-02-17 20:48:00 -080019 <!--
20 ============================================================
21 PAIRING FRAGMENT
22 ============================================================
23 -->
Weicefcd891b2021-12-28 23:31:08 +000024
Xinyi Zhou3a070972022-02-17 20:48:00 -080025 <!--
26 A button shown to remind user setup is in progress. [CHAR LIMIT=30]
27 -->
28 <string name="fast_pair_setup_in_progress">Starting Setup&#x2026;</string>
29 <!--
30 Title text shown to remind user to setup a device through companion app. [CHAR LIMIT=40]
31 -->
32 <string name="fast_pair_title_setup">Set up device</string>
33 <!--
34 Title after we successfully pair with the audio device
35 [CHAR LIMIT=30]
36 -->
37 <string name="fast_pair_device_ready">Device connected</string>
Xinyi Zhoud061a2c2022-11-02 22:08:33 -070038 <string name="fast_pair_device_ready_with_device_name" description="Notification title combined with device name after we successfully pair with the audio device. For example: Connected to &quot;Tommy's Bose QC35.&quot; [BACKUP_MESSAGE_ID: 6018442069058338390]">Connected to \u201c%s\u201d</string>
Xinyi Zhou3a070972022-02-17 20:48:00 -080039 <!-- Title text shown when peripheral device fail to connect to phone. [CHAR_LIMIT=30] -->
40 <string name="fast_pair_title_fail">Couldn\'t connect</string>
Xinyi Zhoud061a2c2022-11-02 22:08:33 -070041 <string name="fast_pair_unable_to_connect" description="Notification title after a pairing has failed. [CHAR LIMIT=30]">Unable to connect</string>
42 <string name="fast_pair_unable_to_connect_description" description="Notification body after a pairing has failed. [CHAR LIMIT=120]">Try manually pairing to the device</string>
43 <string name="fast_pair_turn_on_bt_device_pairing_mode" description="Notification body after a pairing has failed. [CHAR LIMIT=120]">Try putting the device into pairing mode</string>
44
45 <!--
46 ============================================================
47 PAIRING NOTIFICATION
48 ============================================================
49 -->
50
51 <string name="devices_within_reach_channel_name" description="Notification channel for devices within reach. [CHAR LIMIT=37]">Devices within reach</string>
52 <string name="devices_with_your_account_channel_name" description="Notification channel for devices that are connected to the user's account. [CHAR LIMIT=37]">Devices with your account</string>
53 <string name="fast_pair_your_device" description="Notification title for devices that are recognized as being owned by you. [CHAR LIMIT=30]">Your saved device is available</string>
Xinyi Zhou3a070972022-02-17 20:48:00 -080054
55 <!--
56 ============================================================
57 MISCELLANEOUS
58 ============================================================
59 -->
60
Xinyi Zhoud061a2c2022-11-02 22:08:33 -070061 <!-- Title for Nearby component [CHAR LIMIT=40] -->
62 <string name="common_nearby_title">Nearby</string>
63 <!-- The product name for devices notification and list view. [CHAR LIMIT=37]-->
64 <string name="common_devices">Devices</string>
65 <!-- Text used to indicate that a connection attempt is ongoing [CHAR LIMIT=20] -->
66 <string name="common_connecting">Connecting&#8230;</string>
67 <!-- Label describing the battery level, for example "Battery: 72%". [CHAR LIMIT=60] -->
68 <string name="common_battery_level">Battery: %d%%</string>
Xinyi Zhou3a070972022-02-17 20:48:00 -080069 <!--
70 A button shown after paring process to dismiss the current activity.
71 [CHAR LIMIT=30]
72 -->
73 <string name="paring_action_done">Done</string>
74 <!--
75 A button shown for retroactive paring.
76 [CHAR LIMIT=30]
77 -->
78 <string name="paring_action_save">Save</string>
79 <!--
80 A button to start connecting process.
81 [CHAR LIMIT=30]
82 -->
83 <string name="paring_action_connect">Connect</string>
84 <!--
85 A button to launch a companion app.
86 [CHAR LIMIT=30]
87 -->
88 <string name="paring_action_launch">Set up</string>
89 <!--
90 A button to launch a bluetooth Settings page.
91 [CHAR LIMIT=20]
92 -->
93 <string name="paring_action_settings">Settings</string>
Weice57d88f62021-12-06 06:24:56 +000094</resources>