diff options
author | lado <herrlado@gmail.com> | 2019-10-10 23:02:42 +0200 |
---|---|---|
committer | lado <herrlado@gmail.com> | 2019-10-10 23:02:42 +0200 |
commit | 3a8b944ee18ae2db7e60bce1fb600d2b0ce6428c (patch) | |
tree | 221a9b2a925c1df63eb6ad83461fbf810cc55cf1 /vdrmanager/de.bjusystems.vdrmanager/src/main/res/values/arrays.xml | |
parent | c2ce599d38e1ea8027df0fb7b5b76d0d42432db5 (diff) | |
parent | 0398f105bcc166d2695f3b8b2f91327c04acca48 (diff) | |
download | vdr-manager-master.tar.gz vdr-manager-master.tar.bz2 |
Diffstat (limited to 'vdrmanager/de.bjusystems.vdrmanager/src/main/res/values/arrays.xml')
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/values/arrays.xml | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/vdrmanager/de.bjusystems.vdrmanager/src/main/res/values/arrays.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/values/arrays.xml index 94d1831..e43e39e 100644 --- a/vdrmanager/de.bjusystems.vdrmanager/src/main/res/values/arrays.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/values/arrays.xml @@ -37,16 +37,23 @@ <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> + <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> + </array> + + <string-array name="vdr_ip46_mode_values"> + <item>ip4</item> + <item>ip6</item> + <item>ip46</item> + <item>ip64</item> + </string-array> <string-array name="font"> <item> 500px </item> <item> address-book </item> @@ -836,4 +843,5 @@ <item> youtube-square </item> </string-array> + </resources> |