summaryrefslogtreecommitdiff
path: root/vdrmanager/res/values/progress.xml
diff options
context:
space:
mode:
authorlado <herrlado@gmail.com>2012-01-23 21:28:58 +0100
committerlado <herrlado@gmail.com>2012-01-23 21:28:58 +0100
commit71001537c241eef1e5c044dfd1accf7f47e67c54 (patch)
tree14e6ea360b242ad158cd99c3beb08f71fac304a2 /vdrmanager/res/values/progress.xml
parent287bcaa4c93f7c362de15c54b26dfb93554fc418 (diff)
downloadvdr-manager-71001537c241eef1e5c044dfd1accf7f47e67c54.tar.gz
vdr-manager-71001537c241eef1e5c044dfd1accf7f47e67c54.tar.bz2
moved to single file
Diffstat (limited to 'vdrmanager/res/values/progress.xml')
-rw-r--r--vdrmanager/res/values/progress.xml28
1 files changed, 0 insertions, 28 deletions
diff --git a/vdrmanager/res/values/progress.xml b/vdrmanager/res/values/progress.xml
deleted file mode 100644
index a6d4634..0000000
--- a/vdrmanager/res/values/progress.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-
- <!-- progress -->
- <string name="progress_connect">Connecting…</string>
- <string name="progress_connect_error">Connection failed!</string>
- <string name="progress_connect_timeout">Connection timeout!</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>
- <string name="progress_wakeup_sent">Wakeup request sent</string>
- <string name="progress_wakeup_error">Error sending wakeup request: %1$s</string>
- <string name="progress_timer_save">Saving timer…</string>
- <string name="progress_timer_delete">Deleting timer…</string>
- <string name="progress_recording_delete">Deleting recording…</string>
- <string name="progress_timer_enable">Enabling timer…</string>
- <string name="progress_timer_modify">Updating 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">Loaded from cache.</string>
-
-</resources>