diff options
author | bju <bju@maxi.fritz.box> | 2011-03-19 15:55:13 +0100 |
---|---|---|
committer | bju <bju@maxi.fritz.box> | 2011-03-19 15:55:13 +0100 |
commit | b75a02a4261d28404690e71d8f35db6fbae2fe29 (patch) | |
tree | 67d239826decc651c02c1c8c17e2c2a4d5b3592d /androvdr/res/values/progress.xml | |
parent | b4558f9dac4977c6ac933f52fc98b9eea9dfdbca (diff) | |
download | vdr-manager-b75a02a4261d28404690e71d8f35db6fbae2fe29.tar.gz vdr-manager-b75a02a4261d28404690e71d8f35db6fbae2fe29.tar.bz2 |
First revision
Diffstat (limited to 'androvdr/res/values/progress.xml')
-rw-r--r-- | androvdr/res/values/progress.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/androvdr/res/values/progress.xml b/androvdr/res/values/progress.xml new file mode 100644 index 0000000..0995eae --- /dev/null +++ b/androvdr/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> |