diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-04-09 09:12:47 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-04-09 09:12:47 +0200 |
commit | bfce2b3dba4f4f7f4e6b009b34b2467d3eef6542 (patch) | |
tree | f525c931f3f71ff5c4755785ffc94115bb06e9f5 /i18n.c | |
parent | 24b3579d149a45fa3b09cc22aa09a6ac053bd392 (diff) | |
download | vdr-bfce2b3dba4f4f7f4e6b009b34b2467d3eef6542.tar.gz vdr-bfce2b3dba4f4f7f4e6b009b34b2467d3eef6542.tar.bz2 |
Fixed VPS recording in case there is more than one timer in the VPS margin
Diffstat (limited to 'i18n.c')
-rw-r--r-- | i18n.c | 24 |
1 files changed, 23 insertions, 1 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: i18n.c 1.253 2006/03/31 12:58:26 kls Exp $ + * $Id: i18n.c 1.254 2006/04/08 13:52:28 kls Exp $ * * Translations provided by: * @@ -2246,6 +2246,28 @@ const tI18nPhrase Phrases[] = { "*** Ugyldig kanal! ***", "*** Neplatný kanál ***", }, + { "Upcoming VPS recording!", + "VPS-Aufnahme beginnt in Kürze!", + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + }, { "No free DVB device to record!", "Keine freie DVB-Karte zum Aufnehmen!", "Ni proste DVB naprave za snemanje!", |