diff options
author | lado <herrlado@gmail.com> | 2012-01-22 23:14:08 +0100 |
---|---|---|
committer | lado <herrlado@gmail.com> | 2012-01-22 23:14:08 +0100 |
commit | 1aa3990aca854f1ff5fe45c04d53c7febc0a3e4e (patch) | |
tree | ea520a414081d39114617aa0328045d80d332aae /vdrmanager/res/values | |
parent | d55de8e999c09e12cbf489413b2fbc66b7275c46 (diff) | |
download | vdr-manager-1aa3990aca854f1ff5fe45c04d53c7febc0a3e4e.tar.gz vdr-manager-1aa3990aca854f1ff5fe45c04d53c7febc0a3e4e.tar.bz2 |
recording streaming
Diffstat (limited to 'vdrmanager/res/values')
-rw-r--r-- | vdrmanager/res/values/arrays.xml | 6 | ||||
-rw-r--r-- | vdrmanager/res/values/preferences.xml | 14 |
2 files changed, 20 insertions, 0 deletions
diff --git a/vdrmanager/res/values/arrays.xml b/vdrmanager/res/values/arrays.xml index 647865e..2baad7c 100644 --- a/vdrmanager/res/values/arrays.xml +++ b/vdrmanager/res/values/arrays.xml @@ -26,5 +26,11 @@ <item>imdb.it</item> <item>imdb.pt</item> </string-array> + + + <string-array name="recstream_entry_values"> + <item>vdr-live</item> + </string-array> + </resources>
\ No newline at end of file diff --git a/vdrmanager/res/values/preferences.xml b/vdrmanager/res/values/preferences.xml index ab2e584..85ef268 100644 --- a/vdrmanager/res/values/preferences.xml +++ b/vdrmanager/res/values/preferences.xml @@ -150,4 +150,18 @@ <string name="vdr_name_title">Name</string> <string name="vdr_name_summary">A name for this device</string> <string name="vdr_device_delete_qeustion">Delete this device?</string> + + <string name="recstream">Streaming of recordings</string> + <string name="recstream_enable_title">Streaming of recordings</string> + <string name="recstream_enable_summary">Enable Streaming of recordings</string> + + + <string-array name="recstream_entries"> + <item>VDR live plugin</item> + </string-array> + + <string name="recstream_method_title">Streaming method</string> + <string name="recstream_method_summary">Currently Streaming over VDR live plugin is supported</string> + <string name="settings_live_port">VDR live plugin port</string> + <string name="settings_live_port_summary">VDR live plugin has default port 8008.</string> </resources> |