Weice | 57d88f6 | 2021-12-06 06:24:56 +0000 | [diff] [blame] | 1 | <!-- |
| 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 Zhou | 455ad5d | 2022-02-03 13:00:49 -0800 | [diff] [blame] | 18 | |
Xinyi Zhou | 2cd955b | 2022-02-17 20:48:00 -0800 | [diff] [blame] | 19 | <!-- |
| 20 | ============================================================ |
| 21 | PAIRING FRAGMENT |
| 22 | ============================================================ |
| 23 | --> |
Weice | fcd891b | 2021-12-28 23:31:08 +0000 | [diff] [blame] | 24 | |
Xinyi Zhou | 2cd955b | 2022-02-17 20:48:00 -0800 | [diff] [blame] | 25 | <!-- |
| 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…</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> |
| 38 | <!-- Title text shown when peripheral device fail to connect to phone. [CHAR_LIMIT=30] --> |
| 39 | <string name="fast_pair_title_fail">Couldn\'t connect</string> |
| 40 | |
| 41 | <!-- |
| 42 | ============================================================ |
| 43 | MISCELLANEOUS |
| 44 | ============================================================ |
| 45 | --> |
| 46 | |
| 47 | <!-- |
| 48 | A button shown after paring process to dismiss the current activity. |
| 49 | [CHAR LIMIT=30] |
| 50 | --> |
| 51 | <string name="paring_action_done">Done</string> |
| 52 | <!-- |
| 53 | A button shown for retroactive paring. |
| 54 | [CHAR LIMIT=30] |
| 55 | --> |
| 56 | <string name="paring_action_save">Save</string> |
| 57 | <!-- |
| 58 | A button to start connecting process. |
| 59 | [CHAR LIMIT=30] |
| 60 | --> |
| 61 | <string name="paring_action_connect">Connect</string> |
| 62 | <!-- |
| 63 | A button to launch a companion app. |
| 64 | [CHAR LIMIT=30] |
| 65 | --> |
| 66 | <string name="paring_action_launch">Set up</string> |
| 67 | <!-- |
| 68 | A button to launch a bluetooth Settings page. |
| 69 | [CHAR LIMIT=20] |
| 70 | --> |
| 71 | <string name="paring_action_settings">Settings</string> |
Weice | 57d88f6 | 2021-12-06 06:24:56 +0000 | [diff] [blame] | 72 | </resources> |