summaryrefslogtreecommitdiff
path: root/cmactions/res/values
diff options
context:
space:
mode:
Diffstat (limited to 'cmactions/res/values')
-rw-r--r--cmactions/res/values/arrays.xml31
-rw-r--r--cmactions/res/values/strings.xml21
2 files changed, 44 insertions, 8 deletions
diff --git a/cmactions/res/values/arrays.xml b/cmactions/res/values/arrays.xml
new file mode 100644
index 0000000..4ebbd52
--- /dev/null
+++ b/cmactions/res/values/arrays.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <string-array name="gesture_action_titles">
+ <item>Disabled</item>
+ <item>Wake Up</item>
+ <item>Unlock</item>
+ <item>Play/Pause</item>
+ <item>Next Song</item>
+ <item>Previous Song</item>
+ <item>Launch Camera</item>
+ <item>Toggle Flashlight</item>
+ <item>Do Not Disturb Mode</item>
+ <item>Normal Mode</item>
+ <item>Mute Mode</item>
+ </string-array>
+
+ <string-array name="gesture_action_values">
+ <item>disabled</item>
+ <item>wakeUp</item>
+ <item>unlock</item>
+ <item>play</item>
+ <item>next</item>
+ <item>prev</item>
+ <item>camera</item>
+ <item>flashlight</item>
+ <item>doNotDisturb</item>
+ <item>normal</item>
+ <item>mute</item>
+ </string-array>
+
+</resources>
diff --git a/cmactions/res/values/strings.xml b/cmactions/res/values/strings.xml
index 45e229e..22a34f6 100644
--- a/cmactions/res/values/strings.xml
+++ b/cmactions/res/values/strings.xml
@@ -16,6 +16,8 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="appName">Gestures</string>
+
<!-- Gesture shortcuts -->
<string name="screen_gestures_panel_title">Gesture shortcuts</string>
<string name="screen_gestures_panel_summary">Use gestures while the screen is off</string>
@@ -25,25 +27,28 @@
<string name="gesture_category_title">Available Gestures</string>
<string name="touchscreen_dtp_gesture_title">Double Tap</string>
<string name="touchscreen_dtp_gesture_summary">Double Tap to Wake-Up device</string>
- <string name="touchscreen_c_gesture_title">Camera</string>
+ <string name="touchscreen_c_gesture_title">Draw \"C\"</string>
<string name="touchscreen_c_gesture_summary">Draw a \"C\" to activate Camera</string>
- <string name="touchscreen_z_gesture_title">Music</string>
+ <string name="touchscreen_z_gesture_title">Draw \"Z\"</string>
<string name="touchscreen_z_gesture_summary">Draw an \"Z\" to Play/Pause</string>
- <string name="touchscreen_ltr_gesture_title">Music</string>
+ <string name="touchscreen_ltr_gesture_title">Swipe Left</string>
<string name="touchscreen_ltr_gesture_summary">Swipe left to Prev Track</string>
- <string name="touchscreen_gtr_gesture_title">Music</string>
+ <string name="touchscreen_gtr_gesture_title">Swipe Right</string>
<string name="touchscreen_gtr_gesture_summary">Swipe right to Next Track</string>
- <string name="touchscreen_s_gesture_title">Notifications</string>
+ <string name="touchscreen_s_gesture_title">Draw \"S\"</string>
<string name="touchscreen_s_gesture_summary">Draw a \"S\" to activate \"Do Not Disturb\" Mode</string>
- <string name="touchscreen_w_gesture_title">Notifications</string>
+ <string name="touchscreen_w_gesture_title">Draw \"W\"</string>
<string name="touchscreen_w_gesture_summary">Draw a \"W\" to activate \"Normal\" Mode</string>
- <string name="touchscreen_m_gesture_title">Notifications</string>
+ <string name="touchscreen_m_gesture_title">Draw \"M\"</string>
<string name="touchscreen_m_gesture_summary">Draw a \"M\" to activate \"Mute\" Mode</string>
- <string name="touchscreen_ydown_gesture_title">Flashlight</string>
+ <string name="touchscreen_ydown_gesture_title">Swipe Down</string>
<string name="touchscreen_ydown_gesture_summary">Draw a vertical line down to activate Flashlight</string>
+ <string name="touchscreen_yup_gesture_title">Swipe Up</string>
+ <string name="touchscreen_yup_gesture_summary">Draw a vertical line down to activate Flashlight</string>
<!-- haptic feedback -->
<string name="touchscreen_extras">Extras</string>
<string name="haptic_feedback">Haptic feedback</string>
<string name="haptic_feedback_summary">Vibrate when a gesture is detected</string>
</resources>
+