diff options
author | bju <bju@maxi.fritz.box> | 2011-03-31 00:39:54 +0200 |
---|---|---|
committer | bju <bju@maxi.fritz.box> | 2011-03-31 00:39:54 +0200 |
commit | 1f38710cbed1e6fd6507376e3cb5c5b3c509de39 (patch) | |
tree | b1239d478248453a5f38e947d340ff81e9889f08 /androvdr/res/values | |
parent | 99c8ef0c1bd6551bbb39658c0c7fe2a4e0b09e3f (diff) | |
download | vdr-manager-1f38710cbed1e6fd6507376e3cb5c5b3c509de39.tar.gz vdr-manager-1f38710cbed1e6fd6507376e3cb5c5b3c509de39.tar.bz2 |
Renamed from androvdr to vdrmanager
Diffstat (limited to 'androvdr/res/values')
-rw-r--r-- | androvdr/res/values/action_menu.xml | 10 | ||||
-rw-r--r-- | androvdr/res/values/application.xml | 4 | ||||
-rw-r--r-- | androvdr/res/values/channel_list_menu.xml | 7 | ||||
-rw-r--r-- | androvdr/res/values/common.xml | 6 | ||||
-rw-r--r-- | androvdr/res/values/epg.xml | 18 | ||||
-rw-r--r-- | androvdr/res/values/epg_list_menu.xml | 13 | ||||
-rw-r--r-- | androvdr/res/values/epg_search_times.xml | 6 | ||||
-rw-r--r-- | androvdr/res/values/errors.xml | 6 | ||||
-rw-r--r-- | androvdr/res/values/main_menu.xml | 8 | ||||
-rw-r--r-- | androvdr/res/values/preferences.xml | 47 | ||||
-rw-r--r-- | androvdr/res/values/preferences_keys.xml | 29 | ||||
-rw-r--r-- | androvdr/res/values/progress.xml | 20 | ||||
-rw-r--r-- | androvdr/res/values/strings.xml | 5 | ||||
-rw-r--r-- | androvdr/res/values/timers.xml | 13 |
14 files changed, 0 insertions, 192 deletions
diff --git a/androvdr/res/values/action_menu.xml b/androvdr/res/values/action_menu.xml deleted file mode 100644 index 68d11a3..0000000 --- a/androvdr/res/values/action_menu.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - - <string name="action_menu_channels">Channels</string> - <string name="action_menu_timers">Timers</string> - <string name="action_menu_epg">EPG list</string> - <string name="action_menu_search">EPG search</string> - <string name="action_menu_wakeup">Wakeup</string> - -</resources> diff --git a/androvdr/res/values/application.xml b/androvdr/res/values/application.xml deleted file mode 100644 index 8e4a192..0000000 --- a/androvdr/res/values/application.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string name="app_name">Andro-VDR</string> -</resources> diff --git a/androvdr/res/values/channel_list_menu.xml b/androvdr/res/values/channel_list_menu.xml deleted file mode 100644 index 7d88621..0000000 --- a/androvdr/res/values/channel_list_menu.xml +++ /dev/null @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - - <string name="channel_item_menu_epg">Show EPG</string> - <string name="channel_item_menu_stream">Show live stream</string> - -</resources> diff --git a/androvdr/res/values/common.xml b/androvdr/res/values/common.xml deleted file mode 100644 index 9e0daec..0000000 --- a/androvdr/res/values/common.xml +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - - <string name="common_delete">Delete</string> - -</resources> diff --git a/androvdr/res/values/epg.xml b/androvdr/res/values/epg.xml deleted file mode 100644 index a1fd152..0000000 --- a/androvdr/res/values/epg.xml +++ /dev/null @@ -1,18 +0,0 @@ -<?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> - -</resources> diff --git a/androvdr/res/values/epg_list_menu.xml b/androvdr/res/values/epg_list_menu.xml deleted file mode 100644 index bde8085..0000000 --- a/androvdr/res/values/epg_list_menu.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?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> - -</resources> diff --git a/androvdr/res/values/epg_search_times.xml b/androvdr/res/values/epg_search_times.xml deleted file mode 100644 index 851935c..0000000 --- a/androvdr/res/values/epg_search_times.xml +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - - <string name="epg_search_times_add">Add time</string> - -</resources> diff --git a/androvdr/res/values/errors.xml b/androvdr/res/values/errors.xml deleted file mode 100644 index e954a26..0000000 --- a/androvdr/res/values/errors.xml +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - - <string name="vdr_error_text">The communication with VDR has caused some error.</string> - -</resources> diff --git a/androvdr/res/values/main_menu.xml b/androvdr/res/values/main_menu.xml deleted file mode 100644 index 8656f0c..0000000 --- a/androvdr/res/values/main_menu.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - - <string name="main_menu_preferences">Preferences</string> - <string name="main_menu_info">Info</string> - <string name="main_menu_exit">Exit</string> - -</resources> diff --git a/androvdr/res/values/preferences.xml b/androvdr/res/values/preferences.xml deleted file mode 100644 index 36a5e1a..0000000 --- a/androvdr/res/values/preferences.xml +++ /dev/null @@ -1,47 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - - <!-- VDR plugin preferences --> - <string name="vdr_preferences">Network settings</string> - <string name="vdr_host_title">VDR host</string> - <string name="vdr_host_summary">Host running VDR</string> - <string name="vdr_port_title">VDR plugin port </string> - <string name="vdr_port_summary">Port for connections to VDR plugin</string> - <string name="vdr_port_default">6420</string> - <string name="vdr_password_title">VDR plugin password</string> - <string name="vdr_password_summary">Password for the VDR plugin</string> - <string name="vdr_ssl_title">Secure connect</string> - <string name="vdr_ssl_summary">Use SSL for connections</string> - - <!-- channel filter preferences --> - <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> - - <!-- wakeup --> - <string name="wakeup_preferences">Remote VDR host wakeup</string> - <string name="wakeup_enabled_title">Can remote wakeup VDR</string> - <string name="wakeup_enabled_summary">Enables to remote wakeup the VDR host</string> - <string name="wakeup_url_title">URL for remote wakeup</string> - <string name="wakeup_url_summary">URL for a request doing the wakeup</string> - <string name="wakeup_user_title">Wakeup user</string> - <string name="wakeup_user_summary">User for remote wakeup</string> - <string name="wakeup_password_title">Wakeup password</string> - <string name="wakeup_password_summary">Password for remote wakeup</string> - - <!-- timer --> - <string name="timer_preferences">Timer defaults</string> - <string name="timer_pre_start_buffer_title">Margin at start</string> - <string name="timer_pre_start_buffer_summary">Minutes recording starts before the beginning of the broadcast</string> - <string name="timer_post_end_buffer_title">Margin at stop</string> - <string name="timer_post_end_buffer_summary">Minutes recording stops after the end of the broadcast</string> - <string name="timer_default_priority_title">Default priority</string> - <string name="timer_default_priority_summary">Default priority</string> - <string name="timer_default_primary_limit_title">Default primary limit</string> - <string name="timer_default_primary_limit_summary">Default primary limit</string> - <string name="timer_default_lifetime_title">Default lifetime</string> - <string name="timer_default_lifetime_summary">Default lifetime</string> - -</resources> diff --git a/androvdr/res/values/preferences_keys.xml b/androvdr/res/values/preferences_keys.xml deleted file mode 100644 index 36fee64..0000000 --- a/androvdr/res/values/preferences_keys.xml +++ /dev/null @@ -1,29 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - - <string name="vdr_host_key">svdrp_host</string> - <string name="vdr_port_key">svdrp_port </string> - <string name="vdr_password_key">svdrp_password</string> - <string name="vdr_ssl_key">svdrp_ssl</string> - - <string name="alive_check_enabled_key">alive_check_enabled</string> - <string name="alive_check_interval_key">alive_check_interval</string> - - <string name="channel_filter_filter_key">limit_channels</string> - <string name="channel_filter_last_key">last_channel</string> - - <string name="wakeup_enabled_key">wakeup_enabled</string> - - <string name="wakeup_url_key">wakeup_url</string> - <string name="wakeup_user_key">wakeup_user</string> - <string name="wakeup_password_key">wakeup_password</string> - - <string name="timer_pre_start_buffer_key">timer_pre_start_buffer</string> - <string name="timer_post_end_buffer_key">timer_post_end_buffer</string> - <string name="timer_default_priority_key">timer_default_priority</string> - <string name="timer_default_primary_limit_key">timer_default_primary_limit</string> - <string name="timer_default_lifetime_key">timer_default_lifetime</string> - - <string name="epg_search_times_key">epg_search_times</string> - -</resources> diff --git a/androvdr/res/values/progress.xml b/androvdr/res/values/progress.xml deleted file mode 100644 index 0995eae..0000000 --- a/androvdr/res/values/progress.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - - <!-- progress --> - <string name="progress_connect">Connecting ...</string> - <string name="progress_login">Login ...</string> - <string name="progress_login_error">Login failed</string> - <string name="progress_whatson_loading">Loading EPG ...</string> - <string name="progress_timers_loading">Loading timers ...</string> - <string name="progress_channels_loading">Loading channels ...</string> - <string name="progress_disconnect">Disconnecting ...</string> - <string name="progress_wakeup_sending">Initiating wakeup request ...</string> - <string name="progress_wakeup_sent">Wakeup request sent</string> - <string name="progress_wakeup_error">Error sending wakeup request</string> - <string name="progress_timer_save">Saving timer ...</string> - <string name="progress_timer_delete">Deleting timer ...</string> - <string name="progress_timer_enable">Enabling timer ...</string> - <string name="progress_timer_disable">Disabling timer ...</string> - -</resources> diff --git a/androvdr/res/values/strings.xml b/androvdr/res/values/strings.xml deleted file mode 100644 index 1fcd07e..0000000 --- a/androvdr/res/values/strings.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - - -</resources> diff --git a/androvdr/res/values/timers.xml b/androvdr/res/values/timers.xml deleted file mode 100644 index b391c72..0000000 --- a/androvdr/res/values/timers.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - - <string name="timer_detail_title_title">Title:</string> - <string name="timer_detail_channel_title">Channel:</string> - <string name="timer_detail_start_title">Start:</string> - <string name="timer_detail_end_title">End:</string> - - <string name="timer_details_create_title">Create timer</string> - <string name="timer_details_save_title">Save changes</string> - <string name="timer_details_delete_title">Delete timer</string> - -</resources> |