diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-02-10 15:18:45 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-02-10 15:18:45 +0100 |
commit | 8c403e1b0df6c961662c8733c27faa54bace065b (patch) | |
tree | 2eb57f7dc5045d50f27bd6fe95d222160ac46416 /i18n.c | |
parent | 1b3d0f1d1bc019fa4b1790596c4dcc3215ef6ce7 (diff) | |
download | vdr-8c403e1b0df6c961662c8733c27faa54bace065b.tar.gz vdr-8c403e1b0df6c961662c8733c27faa54bace065b.tar.bz2 |
Confirmation prompt in case of an upcoming timer event when pressing the 'Power' key
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.52 2002/02/09 17:20:19 kls Exp $ + * $Id: i18n.c 1.53 2002/02/10 15:07:46 kls Exp $ * * Slovenian translations provided by Miha Setina <mihasetina@softhome.net> * Italian translations provided by Alberto Carraro <bertocar@tin.it> @@ -452,6 +452,16 @@ const tPhrase Phrases[] = { "", // TODO "Nauhoitus kesken - lopetetaanko se?", }, + { "Recording in %d minutes, shut down anyway?", + "Aufnahme in %d Minuten - trotzdem ausschalten?", + "", // TODO + "", // TODO + "", // TODO + "", // TODO + "", // TODO + "", // TODO + "", // TODO + }, { "Press any key to cancel shutdown", "Taste drücken um Shutdown abzubrechen", "", // TODO |