summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
Diffstat (limited to 'res/values')
-rw-r--r--res/values/cm_arrays.xml19
-rw-r--r--res/values/cm_strings.xml25
2 files changed, 44 insertions, 0 deletions
diff --git a/res/values/cm_arrays.xml b/res/values/cm_arrays.xml
index 80b4ace..b6402a2 100644
--- a/res/values/cm_arrays.xml
+++ b/res/values/cm_arrays.xml
@@ -268,4 +268,23 @@
<item>Vivid</item>
<item>Custom</item>
</string-array>
+
+ <!-- Stylus Gestures -->
+ <string-array name="gestures_entries" translatable="false">
+ <item>@string/gestures_action_empty</item>
+ <item>@string/gestures_action_home</item>
+ <item>@string/gestures_action_back</item>
+ <item>@string/gestures_action_menu</item>
+ <item>@string/gestures_action_search</item>
+ <item>@string/gestures_action_recent</item>
+ </string-array>
+
+ <string-array name="gestures_values" translatable="false">
+ <item>1000</item>
+ <item>1001</item>
+ <item>1002</item>
+ <item>1003</item>
+ <item>1004</item>
+ <item>1005</item>
+ </string-array>
</resources>
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
index b982fd1..40e6d73 100644
--- a/res/values/cm_strings.xml
+++ b/res/values/cm_strings.xml
@@ -510,4 +510,29 @@
<!-- High touch sensitivity -->
<string name="high_touch_sensitivity_title">High touch sensitivity</string>
<string name="high_touch_sensitivity_summary">Increase touchscreen sensitivity so it can be used while wearing gloves</string>
+
+ <!-- Stylus Gestures -->
+ <string name="gestures_settings_title">Stylus gestures</string>
+ <string name="category_spen_title">Stylus gestures</string>
+ <string name="enable_subcat_title">Stylus</string>
+ <string name="enable_spen_title_head">Enable gestures</string>
+ <string name="enable_spen_summary_head">Use swipe gestures by holding down the stylus button</string>
+ <string name="gestures_subcat_title">Gestures</string>
+ <string name="gestures_left_spen_title_head">Left swipe</string>
+ <string name="gestures_right_spen_title_head">Right swipe</string>
+ <string name="gestures_up_spen_title_head">Up swipe</string>
+ <string name="gestures_down_spen_title_head">Down swipe</string>
+ <string name="gestures_long_spen_title_head">Long press</string>
+ <string name="gestures_double_spen_title_head">Double tap</string>
+
+ <!-- Gestures Options -->
+ <string name="gestures_action_empty">No action</string>
+ <string name="gestures_action_home">Home</string>
+ <string name="gestures_action_back">Back</string>
+ <string name="gestures_action_menu">Menu</string>
+ <string name="gestures_action_search">Invoke search</string>
+ <string name="gestures_action_recent">Recent apps</string>
+
+ <!-- Stylus gestures -->
+ <string name="stylus_app_not_installed">%s is not installed</string>
</resources>