summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorMartijn Coenen <maco@google.com>2012-05-10 16:48:19 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-05-10 16:48:19 -0700
commitc91eb240afe808c3c6d57b0e312ad0098963159d (patch)
tree27e6f3ad3f424d4f79b7a796d91da47d8a8068a1 /res
parentfdab214498091fe9a771eaf9ccaae20e083993fb (diff)
parentbca928cb5c29ad662cc37b70bb3c8a93b8478456 (diff)
downloadpackages_apps_nfc-c91eb240afe808c3c6d57b0e312ad0098963159d.zip
packages_apps_nfc-c91eb240afe808c3c6d57b0e312ad0098963159d.tar.gz
packages_apps_nfc-c91eb240afe808c3c6d57b0e312ad0098963159d.tar.bz2
am bca928cb: am 78705adb: UI confirmation for pairing a BT device through NFC.
* commit 'bca928cb5c29ad662cc37b70bb3c8a93b8478456': UI confirmation for pairing a BT device through NFC.
Diffstat (limited to 'res')
-rwxr-xr-xres/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 21cfab8..8d25943 100755
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -32,4 +32,7 @@
<string name="pairing_headset">Pairing</string>
<string name="pairing_headset_failed">Failed to pair</string>
<string name="failed_to_enable_bt">Failed to enable Bluetooth</string>
+ <string name="confirm_pairing">Are you sure you want to pair the Bluetooth device <xliff:g id="device_name">%1$s</xliff:g>?</string>
+ <string name="pair_yes">Yes</string>
+ <string name="pair_no">No</string>
</resources>