summaryrefslogtreecommitdiff
path: root/vdrmanager/res/values/epg.xml
blob: b8243a8c0511ac18257c4cc60057dd988d5db3ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<resources>
 
  <!-- What's on display -->
  <string name="epg_list_time_label">What\'s on at</string>
  <string name="epg_list_time_now">Now</string>
  <string name="epg_list_time_next">Next</string>
  <string name="epg_list_channel_spinner">Channel</string>
  <string name="epg_list_search_label">Search results</string>
  
  <!-- create timer -->
  <string name="epg_event_create_timer_text">Add timer</string>
  <string name="epg_event_modify_timer_text">Modify timer</string>
  
  <!-- search -->
  <string name="epg_search_button">Search</string>
  <string name="epg_duration_template">%1$s min</string>
  <string name="epg_duration_template_live">%1$s/%2$s min</string>
  <string name="epg_of_a_channel">EPG -> %1$s</string>
  <string name="epg_by_channel">EPG by channel</string>
  <string name="epg_by_time">EPG by time</string>  

</resources>