summaryrefslogtreecommitdiff
path: root/cmactions/res/values-es/strings.xml
blob: 894726dd1c8e3371447c4491c8f95d18ab2fd817 (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
55
56
57
58
59
60
61
62
<?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">

    <!-- Gesture shortcuts -->
    <string name="screen_gestures_panel_title">Atajos de gestos</string>
    <string name="screen_gestures_panel_summary">Usar gestos cuando la pantalla está apagada</string>

    <string name="touchscreen_control_gesture_head">Gestos de Pantalla Apagada</string>
    <string name="touchscreen_control_gesture_title">Activar Gestos de Pantalla</string>
    <string name="gesture_category_title">Gestos Disponibles</string>

    <string name="touchscreen_dtp_gesture_title">Doble toque</string>
    <string name="touchscreen_x_left_gesture_title">Deslizar a la izquierda</string>
    <string name="touchscreen_x_right_gesture_title">Deslizar a la derecha</string>
    <string name="touchscreen_y_down_gesture_title">Deslizar hacia abajo</string>
    <string name="touchscreen_y_up_gesture_title">Deslizar hacia arriba</string>

    <string name="touchscreen_c_gesture_title">Dibujar \"c\"</string>
    <string name="touchscreen_z_gesture_title">Dibujar \"z\"</string>
    <string name="touchscreen_s_gesture_title">Dibujar \"s\"</string>
    <string name="touchscreen_w_gesture_title">Dibujar \"w\"</string>
    <string name="touchscreen_o_gesture_title">Dibujar \"o\"</string>
    <string name="touchscreen_v_gesture_title">Dibujar \"v\"</string>
    <string name="touchscreen_e_gesture_title">Dibujar \"e\"</string>
    <string name="touchscreen_m_gesture_title">Dibujar \"m\"</string>

    <!-- unused -->
    <!-- &lt; equals to < and &gt; equals to > -->
    <string name="touchscreen_v_left_gesture_title">Dibujar \"&lt;\"</string>
    <string name="touchscreen_v_right_gesture_title">Dibujar \"&gt;\"</string>
    <string name="touchscreen_v_down_gesture_title">Dibujar \"?\"</string>

    <!-- haptic feedback  -->
    <string name="touchscreen_extras">Extras</string>
    <string name="haptic_feedback">Señal Táctil</string>
    <string name="haptic_feedback_summary">Vibrar cuando se detecta el gesto</string>

    <!-- gesture actions  -->
    <string name="disabled">Desactivado</string>
    <string name="wakeUp">Activar Pantalla</string>
    <string name="unlock">Desbloquear</string>
    <string name="play">Play/Pausa</string>
    <string name="next">Pista Siguiente</string>
    <string name="prev">Pista Anterior</string>
    <string name="camera">Abrir Cámara</string>
    <string name="flashlight">(Des)Activar Linterna</string>
    <string name="doNotDisturbMode">Modo No Molestar</string>
    <string name="normalMode">Modo Normal</string>
    <string name="muteMode">Modo silencio</string>

</resources>