diff options
author | lado <herrlado@gmail.com> | 2011-10-15 02:57:34 +0200 |
---|---|---|
committer | lado <herrlado@gmail.com> | 2011-10-15 02:57:34 +0200 |
commit | 9e369f6edd85fcd77c1ce4009df63d9993e53d18 (patch) | |
tree | 86f9fc0f092354048cdb51a828bf2e61e87fc40b /vdrmanager/res/values/epg.xml | |
parent | e11ed9dce9afefb3818d64ac95ef24edf9f9c041 (diff) | |
download | vdr-manager-9e369f6edd85fcd77c1ce4009df63d9993e53d18.tar.gz vdr-manager-9e369f6edd85fcd77c1ce4009df63d9993e53d18.tar.bz2 |
implemented search (not yet 100% clean) and time search not know if
works, not yet tested.
Added imdb support
Diffstat (limited to 'vdrmanager/res/values/epg.xml')
-rw-r--r-- | vdrmanager/res/values/epg.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/vdrmanager/res/values/epg.xml b/vdrmanager/res/values/epg.xml index a5e32fe..db84fdd 100644 --- a/vdrmanager/res/values/epg.xml +++ b/vdrmanager/res/values/epg.xml @@ -9,6 +9,8 @@ <string name="epg_list_search_label">Search results</string> <!-- create timer --> + <string name="epg_event_imdb_text">IMDB Search</string> + <string name="epg_eent_livetv_text">Stream</string> <string name="epg_event_create_timer_text">Add timer</string> <string name="epg_event_modify_timer_text">Modify timer</string> @@ -18,8 +20,10 @@ <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_search">EPG Search</string> + <string name="epg_by_search_param">EPG Search: \'%1$s\'</string> <string name="epg_by_time">EPG by time</string> <string name="search_epg_hint">Search EPG</string> - <string name="epg_search_settings_description">Searcg VDR EPG</string> + <string name="epg_search_settings_description">Search VDR EPG</string> </resources> |