summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorDanny Baumann <dannybaumann@web.de>2016-10-17 16:42:20 +0200
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-10-27 05:11:41 -0700
commit046fc5c488de05cdfe6dc3a979c2d94d007b8b0b (patch)
treefb5790146d924e6814a043adeab68e0b4ef8b61f /res/values
parent8d5925b2d977570fdf6e065ebe51ca90c66d97a5 (diff)
downloadpackages_apps_Settings-046fc5c488de05cdfe6dc3a979c2d94d007b8b0b.zip
packages_apps_Settings-046fc5c488de05cdfe6dc3a979c2d94d007b8b0b.tar.gz
packages_apps_Settings-046fc5c488de05cdfe6dc3a979c2d94d007b8b0b.tar.bz2
Allow selecting vibration mode during zen priority mode.
Change-Id: I4e80e920e4d8f42b0255fd3f528c464b7f094d0e
Diffstat (limited to 'res/values')
-rw-r--r--res/values/cm_strings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
index 9879df7..a28a772 100644
--- a/res/values/cm_strings.xml
+++ b/res/values/cm_strings.xml
@@ -1103,6 +1103,12 @@
<!-- [CHAR LIMIT=50] Like zen_mode_summary_selected_messages, but part of a list, so lower case if needed -->
<string name="zen_mode_summary_selected_messages">selected messages</string>
+ <!-- Allow vibration in zen mode -->
+ <string name="zen_mode_vibration">Vibration</string>
+ <string name="zen_mode_vibration_never">Don\'t vibrate</string>
+ <string name="zen_mode_vibration_calls_only">Only vibrate for calls</string>
+ <string name="zen_mode_vibration_calls_and_notifications">Vibrate for calls and notifications</string>
+
<!-- About phone settings screen, setting option dialog title to show regulatory information [CHAR LIMIT=25] -->
<string name="regulatory_information_dialog_title" translatable="false">@string/regulatory_information</string>