summaryrefslogtreecommitdiff
path: root/vdrmanager/res/values/preferences.xml
blob: 36a5e1a8de357c42cded0a89c9b45eef9d6ab70e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
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>