Checkbox (in Sound settings) to control new lockscreen sfx.

This commit is contained in:
Daniel Sandler
2010-02-17 15:35:21 -05:00
parent 5435511ee9
commit 231d880df3
3 changed files with 26 additions and 1 deletions

View File

@@ -995,6 +995,12 @@
<!-- Sound settings screen, setting option summary text when check box is clear -->
<string name="sound_effects_enable_summary_off">Play sound when making screen selection</string>
<!-- Sound settings screen, setting check box label -->
<string name="lock_sounds_enable_title">Screen lock sounds</string>
<!-- Sound settings screen, setting option summary text when check box is selected -->
<string name="lock_sounds_enable_summary_on">Play sounds when locking and unlocking the screen</string>
<!-- Sound settings screen, setting option summary text when check box is clear -->
<string name="lock_sounds_enable_summary_off">Play sounds when locking and unlocking the screen</string>
<!-- Sound settings screen, setting check box label -->
<string name="haptic_feedback_enable_title">Haptic feedback</string>
<!-- Sound settings screen, setting option summary text when check box is selected -->
<string name="haptic_feedback_enable_summary_on">Vibrate when pressing soft keys and on certain UI interactions</string>