blob: 22a34f6c744220d8ae0b584eaf9602715897bf75 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2013-2014 The CyanogenMod Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<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>
<string name="touchscreen_control_gesture_head">Screen Off Gestures</string>
<string name="touchscreen_control_gesture_title">Enable Screen Gestures</string>
<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">Draw \"C\"</string>
<string name="touchscreen_c_gesture_summary">Draw a \"C\" to activate Camera</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">Swipe Left</string>
<string name="touchscreen_ltr_gesture_summary">Swipe left to Prev Track</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">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">Draw \"W\"</string>
<string name="touchscreen_w_gesture_summary">Draw a \"W\" to activate \"Normal\" Mode</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">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>
|