blob: 7176f2897efc772b9f9989157277efc8edab6498 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="epg_menu_search">Search EPG</string>
<string name="epg_menu_times">Search times</string>
<string name="epg_item_menu_timer_add">Create timer</string>
<string name="epg_item_menu_timer_delete">Delete timer</string>
<string name="epg_item_menu_timer_modify">Modify timer</string>
<string name="epg_item_menu_timer_enable">Enable timer</string>
<string name="epg_item_menu_timer_disable">Disable timer</string>
<string name="epg_no_items">Nothing there…</string>
</resources>
|