abouttreesummaryrefslogcommitdiff
path: root/res/values
diff options
context:
space:
mode:
Diffstat (limited to 'res/values')
-rw-r--r--res/values/arrays.xml14
-rw-r--r--res/values/strings.xml5
2 files changed, 19 insertions, 0 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index 51c5940..cf66614 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -134,4 +134,18 @@
<item>25</item>
<item>35</item>
</string-array>
+ <string-array name="pref_vibration_entries">
+ <item>@string/pref_vibration_e_disabled</item>
+ <item>@string/pref_vibration_e_system</item>
+ <item>@string/pref_vibration_e_strong</item>
+ <item>@string/pref_vibration_e_medium</item>
+ <item>@string/pref_vibration_e_light</item>
+ </string-array>
+ <string-array name="pref_vibration_values">
+ <item>disabled</item>
+ <item>system</item>
+ <item>strong</item>
+ <item>medium</item>
+ <item>light</item>
+ </string-array>
</resources>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 7b6e0df..94eb47d 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -67,6 +67,11 @@
<string name="pref_category_advanced">Advanced</string>
<string name="pref_custom_layout_title">Custom layout</string>
<string name="pref_custom_layout_summary">See the source code. This option is not meant to be used.</string>
+ <string name="pref_vibration_e_disabled">Disabled</string>
+ <string name="pref_vibration_e_system">System</string>
+ <string name="pref_vibration_e_strong">Strong</string>
+ <string name="pref_vibration_e_medium">Medium</string>
+ <string name="pref_vibration_e_light">Light</string>
<string name="key_action_next">Next</string>
<string name="key_action_done">Done</string>
<string name="key_action_go">Go</string>