mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Improved error handling in the editing process; message prompt at the end of editing process
This commit is contained in:
18
i18n.c
18
i18n.c
@@ -4,7 +4,7 @@
|
||||
* See the main source file 'vdr.c' for copyright information and
|
||||
* how to reach the author.
|
||||
*
|
||||
* $Id: i18n.c 1.46 2002/01/19 16:25:33 kls Exp $
|
||||
* $Id: i18n.c 1.47 2002/01/26 13:05:54 kls Exp $
|
||||
*
|
||||
* Slovenian translations provided by Miha Setina <mihasetina@softhome.net>
|
||||
* Italian translations provided by Alberto Carraro <bertocar@tin.it>
|
||||
@@ -1382,6 +1382,22 @@ const tPhrase Phrases[] = {
|
||||
"Op<EFBFBD>ration de montage lanc<6E>e",
|
||||
"Redigeringsprosess startet",
|
||||
},
|
||||
{ "Editing process finished",
|
||||
"Schnitt beendet",
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
},
|
||||
{ "Editing process failed!",
|
||||
"Schnitt gescheitert!",
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
},
|
||||
{ NULL }
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user