diff options
Diffstat (limited to 'res/values/cm_strings.xml')
-rw-r--r-- | res/values/cm_strings.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml index f37b094..2e0254e 100644 --- a/res/values/cm_strings.xml +++ b/res/values/cm_strings.xml @@ -884,4 +884,17 @@ <string name="wifi_ibss_freq_title">Channel / Frequency</string> <string name="wifi_channel">Channel</string> <string name="wifi_mhz">MHz</string> + + <!-- Category title for power sound notification specific Settings. + [CHAR LIMIT=40] --> + <string name="power_notifications_category_title">Power sounds</string> + + <!-- Sound settings, power notifications enable/disable, setting check box label --> + <string name="power_notifications_enable_title">Enable</string> + <!-- Sound settings, power notifications vibrate enable/disable, setting check box label --> + <string name="power_notifications_vibrate_title">Vibrate</string> + <!-- Sound settings, power notifications ringtone selection, preference label --> + <string name="power_notifications_ringtone_title">Notification sound</string> + <!-- Sound settings, power notifications label for ringtone == none --> + <string name="power_notifications_ringtone_silent">Silent</string> </resources> |