diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-02-17 14:29:13 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-02-17 14:29:13 +0100 |
commit | e18b303818ee1ac918176ce07eb64d3d02ae122a (patch) | |
tree | 2b909d7e684acced6883166f9fcdbf2bacdaa3dd /i18n.c | |
parent | a87e7625ddf38cd2e653a256899e9119505e92ac (diff) | |
download | vdr-e18b303818ee1ac918176ce07eb64d3d02ae122a.tar.gz vdr-e18b303818ee1ac918176ce07eb64d3d02ae122a.tar.bz2 |
Terminating timer when deleting recording
Diffstat (limited to 'i18n.c')
-rw-r--r-- | i18n.c | 12 |
1 files changed, 11 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.54 2002/02/17 12:36:19 kls Exp $ + * $Id: i18n.c 1.55 2002/02/17 14:29:13 kls Exp $ * * Slovenian translations provided by Miha Setina <mihasetina@softhome.net> * Italian translations provided by Alberto Carraro <bertocar@tin.it> @@ -422,6 +422,16 @@ const tPhrase Phrases[] = { "Slette opptak?", "Poistetaanko nauhoitus?", }, + { "Timer still recording - really delete?", + "Timer zeichnet auf - trotzdem löschen?", + "", // TODO + "", // TODO + "", // TODO + "", // TODO + "", // TODO + "", // TODO + "", // TODO + }, { "Stop recording?", "Aufzeichnung beenden?", "Koncaj snemanje?", |