summaryrefslogtreecommitdiff
path: root/vdrmanager/res/values
diff options
context:
space:
mode:
authorlado <herrlado@gmail.com>2011-11-04 01:32:49 +0100
committerlado <herrlado@gmail.com>2011-11-04 01:32:49 +0100
commit9a88af8e4103483f7eda54f4bf61280017c1e817 (patch)
tree70c8824a4a9d386d41aa747130654a031aec0c21 /vdrmanager/res/values
parent5b06f5244f0712a2df74fe22f18999bc952f041c (diff)
downloadvdr-manager-9a88af8e4103483f7eda54f4bf61280017c1e817.tar.gz
vdr-manager-9a88af8e4103483f7eda54f4bf61280017c1e817.tar.bz2
streamdev auth
Diffstat (limited to 'vdrmanager/res/values')
-rw-r--r--vdrmanager/res/values/preferences.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/vdrmanager/res/values/preferences.xml b/vdrmanager/res/values/preferences.xml
index f755f67..a972c53 100644
--- a/vdrmanager/res/values/preferences.xml
+++ b/vdrmanager/res/values/preferences.xml
@@ -11,7 +11,7 @@
<string name="vdr_password_title">VDR plugin password</string>
<string name="vdr_password_summary">Password for the VDR plugin</string>
<string name="vdr_ssl_title">Secure connect</string>
- <string name="vdr_ssl_summary">Use SSL for connections</string>
+ <string name="vdr_ssl_summary">Use SSL for connections (currently not supported)</string>
<!-- channel filter preferences -->
<string name="channel_filter_preferences">Channel settings</string>
@@ -135,5 +135,15 @@
<string name="vdr_timeout_key">key_vdr_timeout</string>
<string name="vdr_timeout_title">Total timeout</string>
<string name="vdr_timeout_sum">How long (in seconds) to wait for a whole I/O operation, before it gets aborted?</string>
+
+
+
+ <string name="streaming_password_title">Streamdev password</string>
+ <string name="streaming_password_sum">Set your streamdev server password. (a.e. -a \'username:password\')</string>
+ <string name="streaming_password_key">key_streaming_password</string>
+ <string name="streaming_username_title">Streamdev username</string>
+ <string name="streaming_username_sum">Set your streamdev server username. (a.e. -a \'username:password\')</string>
+ <string name="streaming_username_key">key_streaming_username</string>
+
</resources> \ No newline at end of file