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/progress.xml | |
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/progress.xml')
-rw-r--r-- | androvdr/res/values/progress.xml | 20 |
1 files changed, 0 insertions, 20 deletions
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> |