diff options
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> |