Add strings to use in Bluetooth device forget confirmation
We're going to add a confirmation dialog for when the user chooses to unpair with (or "forget") a Bluetooth device on the device details page. These are the strings we'll use in the dialog. Bug: 37955181 Bug: 35876580 Test: (should be covered by existing tests) Change-Id: Iec08fcc2730129c0e9a8f54cc94ab8aad958f353
This commit is contained in:
@@ -1527,6 +1527,18 @@
|
|||||||
<string name="device_details_title">Device details</string>
|
<string name="device_details_title">Device details</string>
|
||||||
<!-- Title of the item to show device MAC address -->
|
<!-- Title of the item to show device MAC address -->
|
||||||
<string name="bluetooth_device_mac_address">Device\'s Bluetooth address: <xliff:g id="address">%1$s</xliff:g></string>
|
<string name="bluetooth_device_mac_address">Device\'s Bluetooth address: <xliff:g id="address">%1$s</xliff:g></string>
|
||||||
|
<!-- Bluetooth device details. The title of a confirmation dialog for unpairing a paired device. [CHAR LIMIT=60] -->
|
||||||
|
<string name="bluetooth_unpair_dialog_title">Forget device?</string>
|
||||||
|
|
||||||
|
<!-- Bluetooth device details. The body of a confirmation dialog for unpairing a paired device. -->
|
||||||
|
<string name="bluetooth_unpair_dialog_body" product="default">Your phone will no longer be paired with <xliff:g id="device_name">%1$s</xliff:g></string>
|
||||||
|
<!-- Bluetooth device details. The body of a confirmation dialog for unpairing a paired device. -->
|
||||||
|
<string name="bluetooth_unpair_dialog_body" product="tablet">Your tablet will no longer be paired with <xliff:g id="device_name">%1$s</xliff:g></string>
|
||||||
|
<!-- Bluetooth device details. The body of a confirmation dialog for unpairing a paired device. -->
|
||||||
|
<string name="bluetooth_unpair_dialog_body" product="device">Your device will no longer be paired with <xliff:g id="device_name">%1$s</xliff:g></string>
|
||||||
|
|
||||||
|
<!-- Bluetooth device details. In the confirmation dialog for unpairing a paired device, this is the label on the button that will complete the unpairing action. -->
|
||||||
|
<string name="bluetooth_unpair_dialog_forget_confirm_button">Forget device</string>
|
||||||
|
|
||||||
<!-- Bluetooth settings. The title of the screen to pick which profiles to connect to on the device. For example, headphones may have both A2DP and headset, this allows the user to choose which one he wants to connect to. -->
|
<!-- Bluetooth settings. The title of the screen to pick which profiles to connect to on the device. For example, headphones may have both A2DP and headset, this allows the user to choose which one he wants to connect to. -->
|
||||||
<string name="bluetooth_connect_specific_profiles_title">Connect to\u2026</string>
|
<string name="bluetooth_connect_specific_profiles_title">Connect to\u2026</string>
|
||||||
|
Reference in New Issue
Block a user