diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-04-26 13:43:46 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-04-26 13:43:46 +0200 |
commit | 2ac56b497dc1e063667ac5bcbc267a2ba50ee2bf (patch) | |
tree | 3ab93600f9d69a0844c0ef9ef3abb3ff1e751349 /i18n.c | |
parent | 3b656e9e46632e53b32714728e3ce3123995a916 (diff) | |
download | vdr-2ac56b497dc1e063667ac5bcbc267a2ba50ee2bf.tar.gz vdr-2ac56b497dc1e063667ac5bcbc267a2ba50ee2bf.tar.bz2 |
Default duration of instant recording is 3 hours (and configurable)
Diffstat (limited to 'i18n.c')
-rw-r--r-- | i18n.c | 14 |
1 files changed, 13 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.82 2002/04/20 09:40:37 kls Exp $ + * $Id: i18n.c 1.83 2002/04/26 12:30:30 kls Exp $ * * Slovenian translations provided by Miha Setina <mihasetina@softhome.net> and Matjaz Thaler <matjaz.thaler@guest.arnes.si> * Italian translations provided by Alberto Carraro <bertocar@tin.it> @@ -1517,6 +1517,18 @@ const tPhrase Phrases[] = { "Nazwac natychm. nagranie", "Nombrar grabaciones instantáneas", }, + { "Setup.Recording$Instant rec. time (min)", + "Dauer der Direktaufzeichnung (min)", + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + }, { "Setup.Recording$Record Dolby Digital", "Dolby Digital Ton aufzeichnen", "Posnemi dolby digital", |