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.
This commit is contained in:
Martin Hibdon
2010-03-04 17:46:22 -08:00
parent 2ae37e8ce0
commit cc8733d5b3

View File

@@ -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>