summaryrefslogtreecommitdiff
path: root/cmactions/res/values-ru/arrays.xml
diff options
context:
space:
mode:
authorAlexander Lartsev <AlexLartsev19@users.noreply.github.com>2016-09-30 20:23:00 +0300
committerMoyster <oysterized@gmail.com>2016-10-02 11:45:54 +0200
commit3d69f4793f650d6291585c6ada5c5c9cfdcb9ba6 (patch)
treedeb3fa9401a6c42ee64b34b962015a690c876490 /cmactions/res/values-ru/arrays.xml
parent4d0cf0a7453bd1d87cc6ea457712d050ac2fa42b (diff)
Update russian translation
Update strings.xml Update strings.xml update RU translation
Diffstat (limited to 'cmactions/res/values-ru/arrays.xml')
-rw-r--r--cmactions/res/values-ru/arrays.xml31
1 files changed, 31 insertions, 0 deletions
diff --git a/cmactions/res/values-ru/arrays.xml b/cmactions/res/values-ru/arrays.xml
new file mode 100644
index 0000000..4ebbd52
--- /dev/null
+++ b/cmactions/res/values-ru/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>