diff options
author | git-vdr <herrlado@gmail.com> | 2011-10-04 01:56:35 +0200 |
---|---|---|
committer | git-vdr <herrlado@gmail.com> | 2011-10-04 01:56:35 +0200 |
commit | db8177ec1fa3683fdf9b1c459be57df21edd3fce (patch) | |
tree | 9fbafffad96f176b94d8a72a22fd9ef1e08dd9df /vdrmanager/res/values/progress.xml | |
parent | a1069beee7a98787d679f831e595b2673c6099a2 (diff) | |
download | vdr-manager-db8177ec1fa3683fdf9b1c459be57df21edd3fce.tar.gz vdr-manager-db8177ec1fa3683fdf9b1c459be57df21edd3fce.tar.bz2 |
new icons, layout changes, etc
Diffstat (limited to 'vdrmanager/res/values/progress.xml')
-rw-r--r-- | vdrmanager/res/values/progress.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vdrmanager/res/values/progress.xml b/vdrmanager/res/values/progress.xml index 2fb5580..7c25559 100644 --- a/vdrmanager/res/values/progress.xml +++ b/vdrmanager/res/values/progress.xml @@ -3,10 +3,12 @@ <!-- progress --> <string name="progress_connect">Connecting …</string> + <string name="progress_connect_error">Connection failed</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_recordings_loading">Loading recordings …</string> <string name="progress_channels_loading">Loading channels …</string> <string name="progress_disconnect">Disconnecting …</string> <string name="progress_wakeup_sending">Initiating wakeup request …</string> @@ -16,5 +18,8 @@ <string name="progress_timer_delete">Deleting timer …</string> <string name="progress_timer_enable">Enabling timer …</string> <string name="progress_timer_disable">Disabling timer …</string> + <string name="progress_connect_finished_abnormal">Connection finished abnormal …</string> + <string name="progress_connect_finished_abnormal_arg">Connection finished abnormal: %1$s</string> + <string name="progress_cache_hit">Loading from cache …</string> </resources> |