summaryrefslogtreecommitdiff
path: root/vdrmanager/res/values/epg.xml
blob: ee5ae48dc5aafb6d031777c9ad3b5cf0a0975b2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?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>

</resources>