summaryrefslogtreecommitdiff
path: root/vdrmanager/res/values
diff options
context:
space:
mode:
authorbju <bju@maxi.fritz.box>2011-03-31 00:38:32 +0200
committerbju <bju@maxi.fritz.box>2011-03-31 00:38:32 +0200
commit99c8ef0c1bd6551bbb39658c0c7fe2a4e0b09e3f (patch)
tree64782217cd53b6808f4dfc0ec365e1bbd7a47e36 /vdrmanager/res/values
parent32ba3fb9f2a1f7b073b3a121762385ac237a2af8 (diff)
downloadvdr-manager-99c8ef0c1bd6551bbb39658c0c7fe2a4e0b09e3f.tar.gz
vdr-manager-99c8ef0c1bd6551bbb39658c0c7fe2a4e0b09e3f.tar.bz2
Renamed from AndroVDR to VDR-Manager
Diffstat (limited to 'vdrmanager/res/values')
-rw-r--r--vdrmanager/res/values/action_menu.xml10
-rw-r--r--vdrmanager/res/values/application.xml4
-rw-r--r--vdrmanager/res/values/channel_list_menu.xml7
-rw-r--r--vdrmanager/res/values/common.xml6
-rw-r--r--vdrmanager/res/values/epg.xml18
-rw-r--r--vdrmanager/res/values/epg_list_menu.xml13
-rw-r--r--vdrmanager/res/values/epg_search_times.xml6
-rw-r--r--vdrmanager/res/values/errors.xml6
-rw-r--r--vdrmanager/res/values/main_menu.xml8
-rw-r--r--vdrmanager/res/values/preferences.xml47
-rw-r--r--vdrmanager/res/values/preferences_keys.xml29
-rw-r--r--vdrmanager/res/values/progress.xml20
-rw-r--r--vdrmanager/res/values/strings.xml5
-rw-r--r--vdrmanager/res/values/timers.xml13
14 files changed, 192 insertions, 0 deletions
diff --git a/vdrmanager/res/values/action_menu.xml b/vdrmanager/res/values/action_menu.xml
new file mode 100644
index 0000000..68d11a3
--- /dev/null
+++ b/vdrmanager/res/values/action_menu.xml
@@ -0,0 +1,10 @@
+<?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/vdrmanager/res/values/application.xml b/vdrmanager/res/values/application.xml
new file mode 100644
index 0000000..a09283c
--- /dev/null
+++ b/vdrmanager/res/values/application.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <string name="app_name">VDR-Manager</string>
+</resources>
diff --git a/vdrmanager/res/values/channel_list_menu.xml b/vdrmanager/res/values/channel_list_menu.xml
new file mode 100644
index 0000000..7d88621
--- /dev/null
+++ b/vdrmanager/res/values/channel_list_menu.xml
@@ -0,0 +1,7 @@
+<?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/vdrmanager/res/values/common.xml b/vdrmanager/res/values/common.xml
new file mode 100644
index 0000000..9e0daec
--- /dev/null
+++ b/vdrmanager/res/values/common.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+
+ <string name="common_delete">Delete</string>
+
+</resources>
diff --git a/vdrmanager/res/values/epg.xml b/vdrmanager/res/values/epg.xml
new file mode 100644
index 0000000..a1fd152
--- /dev/null
+++ b/vdrmanager/res/values/epg.xml
@@ -0,0 +1,18 @@
+<?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/vdrmanager/res/values/epg_list_menu.xml b/vdrmanager/res/values/epg_list_menu.xml
new file mode 100644
index 0000000..bde8085
--- /dev/null
+++ b/vdrmanager/res/values/epg_list_menu.xml
@@ -0,0 +1,13 @@
+<?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/vdrmanager/res/values/epg_search_times.xml b/vdrmanager/res/values/epg_search_times.xml
new file mode 100644
index 0000000..851935c
--- /dev/null
+++ b/vdrmanager/res/values/epg_search_times.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+
+ <string name="epg_search_times_add">Add time</string>
+
+</resources>
diff --git a/vdrmanager/res/values/errors.xml b/vdrmanager/res/values/errors.xml
new file mode 100644
index 0000000..e954a26
--- /dev/null
+++ b/vdrmanager/res/values/errors.xml
@@ -0,0 +1,6 @@
+<?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/vdrmanager/res/values/main_menu.xml b/vdrmanager/res/values/main_menu.xml
new file mode 100644
index 0000000..8656f0c
--- /dev/null
+++ b/vdrmanager/res/values/main_menu.xml
@@ -0,0 +1,8 @@
+<?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/vdrmanager/res/values/preferences.xml b/vdrmanager/res/values/preferences.xml
new file mode 100644
index 0000000..36a5e1a
--- /dev/null
+++ b/vdrmanager/res/values/preferences.xml
@@ -0,0 +1,47 @@
+<?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/vdrmanager/res/values/preferences_keys.xml b/vdrmanager/res/values/preferences_keys.xml
new file mode 100644
index 0000000..36fee64
--- /dev/null
+++ b/vdrmanager/res/values/preferences_keys.xml
@@ -0,0 +1,29 @@
+<?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/vdrmanager/res/values/progress.xml b/vdrmanager/res/values/progress.xml
new file mode 100644
index 0000000..0995eae
--- /dev/null
+++ b/vdrmanager/res/values/progress.xml
@@ -0,0 +1,20 @@
+<?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/vdrmanager/res/values/strings.xml b/vdrmanager/res/values/strings.xml
new file mode 100644
index 0000000..1fcd07e
--- /dev/null
+++ b/vdrmanager/res/values/strings.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+
+
+</resources>
diff --git a/vdrmanager/res/values/timers.xml b/vdrmanager/res/values/timers.xml
new file mode 100644
index 0000000..b391c72
--- /dev/null
+++ b/vdrmanager/res/values/timers.xml
@@ -0,0 +1,13 @@
+<?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>