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/preferences.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/preferences.xml')
-rw-r--r-- | vdrmanager/res/values/preferences.xml | 25 |
1 files changed, 23 insertions, 2 deletions
diff --git a/vdrmanager/res/values/preferences.xml b/vdrmanager/res/values/preferences.xml index 16737ef..a1d3f81 100644 --- a/vdrmanager/res/values/preferences.xml +++ b/vdrmanager/res/values/preferences.xml @@ -17,8 +17,8 @@ <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> + <string name="channel_filter_last_title">Channel filter</string> + <string name="channel_filter_last_summary">Comma separated channelnumbers or ranges (separator \'-\'). A.e. 1,2,4-10</string> <!-- wakeup --> <string name="wakeup_preferences">Remote VDR host wakeup</string> @@ -76,9 +76,30 @@ <string name="gui_channels_show_channel_numbers_key">key_channels_show_channel_numbers</string> <string name="gui_channels_show_channel_numbers_title">Show channel numbers</string> <string name="gui_channels_show_channel_numbers_summary">Show channel numbers in the channel list.</string> + <string name="qui_quit_on_back_key">key_gui_quit_on_back</string> <string name="gui_quit_on_back_title">Quit on back button</string> <string name="gui_quit_on_back_summary_on">Back button quits the VDR-Manager</string> <string name="gui_quit_on_back_summary_off">Back button does not quit VDR-Manager</string> + + <string name="qui_show_imdb_button_key">key_qui_show_imdb_button</string> + <string name="qui_show_imdb_button_title">Show IMDB Button</string> + <string name="qui_show_imdb_button_summary_on">IMDB Button is shown</string> + <string name="qui_show_imdb_button_summary_off">IMDB Button is not shown</string> + + <string name="qui_imdb_url_key">key_qui_imdb_url</string> + <string name="qui_imdb_url_title">IMDb Site</string> + <string name="qui_imdb_url_summary">Which IMDb site to search.</string> + + + <string-array name="imdb_urls"> + <item>imdb.com</item> + <item>uk.imdb.com</item> + <item>imdb.de</item> + <item>imdb.es</item> + <item>imdb.fr</item> + <item>imdb.it</item> + <item>imdb.pt</item> + </string-array> </resources> |