summaryrefslogtreecommitdiff
path: root/vdrmanager
diff options
context:
space:
mode:
Diffstat (limited to 'vdrmanager')
-rw-r--r--vdrmanager/res/values/arrays.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/vdrmanager/res/values/arrays.xml b/vdrmanager/res/values/arrays.xml
new file mode 100644
index 0000000..158ccb1
--- /dev/null
+++ b/vdrmanager/res/values/arrays.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+
+ <string-array name="wakeup_methods_values">
+ <item>url</item>
+ <item>wol</item>
+ </string-array>
+
+ <string-array name="lang_values">
+ <item>en</item>
+ <item>de</item>
+ <item>it</item>
+ </string-array>
+
+ <string-array name="remux_entry_values">
+ <item>EXT</item>
+ <item>EXTERN</item>
+ </string-array>
+
+</resources> \ No newline at end of file