summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian "Oyster" T <oysterized@gmail.com>2016-12-06 14:10:46 +0100
committerGitHub <noreply@github.com>2016-12-06 14:10:46 +0100
commit3de521445e35cbcb5028679c96679e5a32fe17e3 (patch)
treed80dea1be474787263feb7680c8dffeffdcb61e0
parent5e0b599743b24dc7a8518d3faef68c31701ad1d1 (diff)
parentd47d3cd1db11690e27d18991da345dbce007ea08 (diff)
Merge pull request #37 from franci22/cm-12.1HEADcm-12.1
Italian translation
-rw-r--r--cmactions/res/values-it/strings.xml63
1 files changed, 63 insertions, 0 deletions
diff --git a/cmactions/res/values-it/strings.xml b/cmactions/res/values-it/strings.xml
new file mode 100644
index 0000000..668274b
--- /dev/null
+++ b/cmactions/res/values-it/strings.xml
@@ -0,0 +1,63 @@
+<?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">Scorciatoie gesture</string>
+ <string name="screen_gestures_panel_summary">Usa le gesture mentre lo schermo è spento</string>
+
+ <string name="touchscreen_control_gesture_head">Gesture a schermo spento</string>
+ <string name="touchscreen_control_gesture_title">Abilita gesture</string>
+ <string name="gesture_category_title">Gesture disponibili</string>
+
+ <string name="touchscreen_dtp_gesture_title">Doppio Tap</string>
+ <string name="touchscreen_x_left_gesture_title">Swipe a Sinistra</string>
+ <string name="touchscreen_x_right_gesture_title">Swipe a Destra</string>
+ <string name="touchscreen_y_down_gesture_title">Swipe in Basso</string>
+ <string name="touchscreen_y_up_gesture_title">Swipe in Alto</string>
+
+ <string name="touchscreen_c_gesture_title">Disegna \"c\"</string>
+ <string name="touchscreen_z_gesture_title">Disegna \"z\"</string>
+ <string name="touchscreen_s_gesture_title">Disegna \"s\"</string>
+ <string name="touchscreen_w_gesture_title">Disegna \"w\"</string>
+ <string name="touchscreen_o_gesture_title">Disegna \"o\"</string>
+ <string name="touchscreen_v_gesture_title">Disegna \"v\"</string>
+ <string name="touchscreen_e_gesture_title">Disegna \"e\"</string>
+ <string name="touchscreen_m_gesture_title">Disegna \"m\"</string>
+
+ <!-- unused -->
+ <!-- &lt; equals to < and &gt; equals to > -->
+ <string name="touchscreen_v_left_gesture_title">Disegna \"&lt;\"</string>
+ <string name="touchscreen_v_right_gesture_title">Disegna \"&gt;\"</string>
+ <string name="touchscreen_v_down_gesture_title">Disegna \"ʌ\"</string>
+
+ <!-- haptic feedback -->
+ <string name="touchscreen_extras">Extra</string>
+ <string name="haptic_feedback">Feedback aptico</string>
+ <string name="haptic_feedback_summary">Vibra quando una gesture è stata rilevata</string>
+
+ <!-- gesture actions -->
+ <string name="disabled">Disabilitato</string>
+ <string name="wakeUp">Sveglia</string>
+ <string name="unlock">Sblocca</string>
+ <string name="play">Play/Pausa</string>
+ <string name="next">Traccia successiva</string>
+ <string name="prev">Traccia precedente</string>
+ <string name="camera">Avvia fotocamera</string>
+ <string name="flashlight">Accendi/Spegni torcia</string>
+ <string name="doNotDisturbMode">Modalità Non Disturbare</string>
+ <string name="normalMode">Modalità normale</string>
+ <string name="muteMode">Muto</string>
+
+</resources>
+