summaryrefslogtreecommitdiff
path: root/vdrmanager/res/values/progress.xml
blob: a6d46343526b4e1681dfc323623539ef469924e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?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>