summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoyster <oysterized@gmail.com>2016-10-10 16:40:12 +0200
committerGitHub <noreply@github.com>2016-10-10 16:40:12 +0200
commitcfebfc9e24a56a0a015c662bcd185b5aee4783a8 (patch)
tree8b9438d961e80b3d03173523118be5155d47bcd7
parent1101074f4a30ce11655d7158220758bed349663c (diff)
parent2d73db85c61380d49920473b647166cd529a2352 (diff)
Merge pull request #28 from LBA97/cm-12.1
Create strings.xml
-rw-r--r--cmactions/res/values-es/strings.xml62
1 files changed, 62 insertions, 0 deletions
diff --git a/cmactions/res/values-es/strings.xml b/cmactions/res/values-es/strings.xml
new file mode 100644
index 0000000..894726d
--- /dev/null
+++ b/cmactions/res/values-es/strings.xml
@@ -0,0 +1,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>