diff options
author | Michael Chan <> | 2009-03-27 11:53:26 -0700 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-03-27 11:53:26 -0700 |
commit | a322045d92786dd3d96963a198522f7994a548a9 (patch) | |
tree | 8099f8d415c811a7fd944de8ffee27df8ba25a07 /res | |
parent | 60af953bda9a2f92ccee0b9ae35fef136a720b78 (diff) | |
download | packages_apps_settings-a322045d92786dd3d96963a198522f7994a548a9.zip packages_apps_settings-a322045d92786dd3d96963a198522f7994a548a9.tar.gz packages_apps_settings-a322045d92786dd3d96963a198522f7994a548a9.tar.bz2 |
AI 143116: Added separate error messages for Bluetooth bonding rejections
and bonding failures due to down devices
BUG=1308546
Automated import of CL 143116
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index b126ec1..7df151c 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -491,6 +491,10 @@ <string name="bluetooth_pairing_error_message">There was a problem pairing with <xliff:g id="device_name">%1$s</xliff:g>.</string> <!-- Message for the error dialog when BT pairing fails because the PIN entered is incorrect. --> <string name="bluetooth_pairing_pin_error_message">There was a problem pairing with <xliff:g id="device_name">%1$s</xliff:g> because the typed PIN is incorrect.</string> + <!-- Message for the error dialog when BT pairing fails because the other device is down. --> + <string name="bluetooth_pairing_device_down_error_message">Cannot establish communication with <xliff:g id="device_name">%1$s</xliff:g>.</string> + <!-- Message for the error dialog when BT pairing fails because the other device rejected the pairing. --> + <string name="bluetooth_pairing_rejected_error_message">Pairing rejected by <xliff:g id="device_name">%1$s</xliff:g>.</string> <!-- Message for the error dialog when BT connecting operation fails generically. --> <string name="bluetooth_connecting_error_message">There was a problem connecting to <xliff:g id="device_name">%1$s</xliff:g>.</string> |