summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorMartin Hibdon <mah@android.com>2010-03-04 17:46:22 -0800
committerMartin Hibdon <mah@android.com>2010-03-04 17:57:38 -0800
commitcc8733d5b35d9b25521d56cfe6554aa28aefce08 (patch)
tree473d45329f93bfbced99cc4b108e729fdbf14daa /res
parent2ae37e8ce0a95f4255ff08c96f610a80430c3d12 (diff)
downloadpackages_apps_Settings-cc8733d5b35d9b25521d56cfe6554aa28aefce08.zip
packages_apps_Settings-cc8733d5b35d9b25521d56cfe6554aa28aefce08.tar.gz
packages_apps_Settings-cc8733d5b35d9b25521d56cfe6554aa28aefce08.tar.bz2
Add new strings to Settings
There will be a new setting to enable to disable bluetooth voicedialing while the lock screen is up. The strings need to go in ASAP so that the translation people can see then, although they are not yet referenced in the code.
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 21135ca..00bba73 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -181,6 +181,14 @@
<!-- Bluetooth settings screen, Discoverable checkbox summary text -->
<string name="bluetooth_not_discoverable">Make device discoverable</string>
<!-- Bluetooth settings screen, heading above the list of nearby bluetooth devices -->
+ <!-- Bluetooth settings screen, check box label whether or not to allow
+ bluetooth voice dialing when lock screen is up-->
+ <string name="bluetooth_lock_voice_dialing">Lock voice dialing</string>
+ <!-- Bluetooth settings screen, lock voice dialing checkbox summary text -->
+ <string name="bluetooth_lock_voice_dialing_summary">i
+ Prevent use of the bluetooth dialer when the screen is locked
+ </string>
+
<string name="bluetooth_devices">Bluetooth devices</string>
<!-- Bluetooth settings screen, title for the current bluetooth name setting -->
<string name="bluetooth_device_name">Device name</string>