From 54d069c95c546d6b12f6effc1af7a0274b7c31e4 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 23 Jun 2002 18:00:00 +0200 Subject: Version 1.1.4 - Added Hungarian language texts (thanks to Istvan Koenigsberger and Guido Josten). - Activated cutting. - Activated 'Transfer Mode'. - Moved handling of the Menu key entirely into vdr.c. - Switched VDR's own player to the new cPlayer/cControl structures. - Switched handling 'Transfer Mode' to the new cPlayer/cControl structures. - The following limitations apply to this version: + The '-a' option (for Dolby Digital audio) doesn't work yet. + Switching between different language tracks doesn't work yet. --- PLUGINS/SRC/hello/i18n.c | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'PLUGINS/SRC/hello') diff --git a/PLUGINS/SRC/hello/i18n.c b/PLUGINS/SRC/hello/i18n.c index 9bb6fbf..644bb50 100644 --- a/PLUGINS/SRC/hello/i18n.c +++ b/PLUGINS/SRC/hello/i18n.c @@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: i18n.c 1.2 2002/05/11 12:27:00 kls Exp $ + * $Id: i18n.c 1.3 2002/06/23 13:05:59 kls Exp $ */ #include "i18n.h" @@ -21,6 +21,9 @@ const tI18nPhrase Phrases[] = { "",// TODO "",// TODO "",// TODO + "",// TODO + "",// TODO + "",// TODO }, { "Hello world!", "Hallo Welt!", @@ -34,6 +37,9 @@ const tI18nPhrase Phrases[] = { "",// TODO "",// TODO "",// TODO + "",// TODO + "",// TODO + "",// TODO }, { "Howdy folks!", "Tach zusammen!", @@ -47,6 +53,9 @@ const tI18nPhrase Phrases[] = { "",// TODO "",// TODO "",// TODO + "",// TODO + "",// TODO + "",// TODO }, { "A friendly greeting", "Ein freundlicher Gruß", @@ -60,6 +69,9 @@ const tI18nPhrase Phrases[] = { "",// TODO "",// TODO "",// TODO + "",// TODO + "",// TODO + "",// TODO }, { "Greeting time (s)", "Dauer des Grußes (s)", @@ -73,6 +85,9 @@ const tI18nPhrase Phrases[] = { "",// TODO "",// TODO "",// TODO + "",// TODO + "",// TODO + "",// TODO }, { "Use alternate greeting", "Alternativen Gruß verwenden", @@ -86,6 +101,9 @@ const tI18nPhrase Phrases[] = { "",// TODO "",// TODO "",// TODO + "",// TODO + "",// TODO + "",// TODO }, { NULL } }; -- cgit v1.2.3