diff options
author | lado <herrlado@gmail.com> | 2015-06-09 14:07:14 +0200 |
---|---|---|
committer | lado <herrlado@gmail.com> | 2015-06-09 14:07:14 +0200 |
commit | 23d920c759303602c2a6cde38983b2aa4dbb82c2 (patch) | |
tree | d0d83c36e0698402c783ebf62e6fe7d8ee85bed2 /vdrmanager/app/src/main/res/values/arrays.xml | |
parent | be5e0132d51a829326478c668e4eac78e2c9e4d8 (diff) | |
download | vdr-manager-23d920c759303602c2a6cde38983b2aa4dbb82c2.tar.gz vdr-manager-23d920c759303602c2a6cde38983b2aa4dbb82c2.tar.bz2 |
StudioStructur
Diffstat (limited to 'vdrmanager/app/src/main/res/values/arrays.xml')
-rw-r--r-- | vdrmanager/app/src/main/res/values/arrays.xml | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/vdrmanager/app/src/main/res/values/arrays.xml b/vdrmanager/app/src/main/res/values/arrays.xml new file mode 100644 index 0000000..d7f1344 --- /dev/null +++ b/vdrmanager/app/src/main/res/values/arrays.xml @@ -0,0 +1,52 @@ +<?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>fr</item> + <item>it</item> + <item>uk</item> + </string-array> + + <string-array name="remux_entry_values"> + <item>EXT</item> + <item>EXTERN</item> + </string-array> + + <string-array name="imdb_urls_velues"> + <item>akas.imdb.com</item> + <item>imdb.com</item> + <item>uk.imdb.com</item> + <item>imdb.de</item> + <item>imdb.es</item> + <item>imdb.fr</item> + <item>imdb.it</item> + <item>imdb.pt</item> + </string-array> + + + <string-array name="recstream_entry_values"> + <item>vdr-live</item> + <item>vdr-streamdev</item> + <item>vdr-smarttvweb</item> + </string-array> + + <string-array name="recent_channels_order_entry_values"> + <item>most</item> + <item>last</item> + </string-array> + <array name="recstream_smarttvweb_entry_values"> + <item>progressive</item> + <item>has</item> + <item>hls</item> + </array> + + + + +</resources>
\ No newline at end of file |