summaryrefslogtreecommitdiff
path: root/i18n.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-01-26 13:42:15 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2002-01-26 13:42:15 +0100
commit4bba577a8bd6ac06445d34db3a0f7bdae37c120d (patch)
tree6c9696d8fe39712bb09ee422d7517a64de3d9609 /i18n.c
parent503c803b8d97e7997bc2a5c42eb6a2014d013528 (diff)
downloadvdr-4bba577a8bd6ac06445d34db3a0f7bdae37c120d.tar.gz
vdr-4bba577a8bd6ac06445d34db3a0f7bdae37c120d.tar.bz2
Improved error handling in the editing process; message prompt at the end of editing process
Diffstat (limited to 'i18n.c')
-rw-r--r--i18n.c18
1 files changed, 17 insertions, 1 deletions
diff --git a/i18n.c b/i18n.c
index 41be3cca..746368a4 100644
--- a/i18n.c
+++ b/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ération de montage lancée",
"Redigeringsprosess startet",
},
+ { "Editing process finished",
+ "Schnitt beendet",
+ "", // TODO
+ "", // TODO
+ "", // TODO
+ "", // TODO
+ "", // TODO
+ },
+ { "Editing process failed!",
+ "Schnitt gescheitert!",
+ "", // TODO
+ "", // TODO
+ "", // TODO
+ "", // TODO
+ "", // TODO
+ },
{ NULL }
};