diff options
author | bju <bju@maxi.fritz.box> | 2011-03-31 00:38:32 +0200 |
---|---|---|
committer | bju <bju@maxi.fritz.box> | 2011-03-31 00:38:32 +0200 |
commit | 99c8ef0c1bd6551bbb39658c0c7fe2a4e0b09e3f (patch) | |
tree | 64782217cd53b6808f4dfc0ec365e1bbd7a47e36 /vdrmanager/res/values/preferences.xml | |
parent | 32ba3fb9f2a1f7b073b3a121762385ac237a2af8 (diff) | |
download | vdr-manager-99c8ef0c1bd6551bbb39658c0c7fe2a4e0b09e3f.tar.gz vdr-manager-99c8ef0c1bd6551bbb39658c0c7fe2a4e0b09e3f.tar.bz2 |
Renamed from AndroVDR to VDR-Manager
Diffstat (limited to 'vdrmanager/res/values/preferences.xml')
-rw-r--r-- | vdrmanager/res/values/preferences.xml | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/vdrmanager/res/values/preferences.xml b/vdrmanager/res/values/preferences.xml new file mode 100644 index 0000000..36a5e1a --- /dev/null +++ b/vdrmanager/res/values/preferences.xml @@ -0,0 +1,47 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + + <!-- VDR plugin preferences --> + <string name="vdr_preferences">Network settings</string> + <string name="vdr_host_title">VDR host</string> + <string name="vdr_host_summary">Host running VDR</string> + <string name="vdr_port_title">VDR plugin port </string> + <string name="vdr_port_summary">Port for connections to VDR plugin</string> + <string name="vdr_port_default">6420</string> + <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> + + <!-- channel filter preferences --> + <string name="channel_filter_preferences">Channel settings</string> + <string name="channel_filter_filter_title">Limit channels</string> + <string name="channel_filter_filter_summary">Use only given channels</string> + <string name="channel_filter_last_title">Channels</string> + <string name="channel_filter_last_summary">Channels to use</string> + + <!-- wakeup --> + <string name="wakeup_preferences">Remote VDR host wakeup</string> + <string name="wakeup_enabled_title">Can remote wakeup VDR</string> + <string name="wakeup_enabled_summary">Enables to remote wakeup the VDR host</string> + <string name="wakeup_url_title">URL for remote wakeup</string> + <string name="wakeup_url_summary">URL for a request doing the wakeup</string> + <string name="wakeup_user_title">Wakeup user</string> + <string name="wakeup_user_summary">User for remote wakeup</string> + <string name="wakeup_password_title">Wakeup password</string> + <string name="wakeup_password_summary">Password for remote wakeup</string> + + <!-- timer --> + <string name="timer_preferences">Timer defaults</string> + <string name="timer_pre_start_buffer_title">Margin at start</string> + <string name="timer_pre_start_buffer_summary">Minutes recording starts before the beginning of the broadcast</string> + <string name="timer_post_end_buffer_title">Margin at stop</string> + <string name="timer_post_end_buffer_summary">Minutes recording stops after the end of the broadcast</string> + <string name="timer_default_priority_title">Default priority</string> + <string name="timer_default_priority_summary">Default priority</string> + <string name="timer_default_primary_limit_title">Default primary limit</string> + <string name="timer_default_primary_limit_summary">Default primary limit</string> + <string name="timer_default_lifetime_title">Default lifetime</string> + <string name="timer_default_lifetime_summary">Default lifetime</string> + +</resources> |