diff options
author | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2002-06-23 18:00:00 +0200 |
---|---|---|
committer | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2002-06-23 18:00:00 +0200 |
commit | 54d069c95c546d6b12f6effc1af7a0274b7c31e4 (patch) | |
tree | a922ce346d13c6262716376a37885db31729947c /PLUGINS/SRC | |
parent | f06d2c27fca449148d9d8fac19d81c668744f170 (diff) | |
download | vdr-patch-lnbsharing-54d069c95c546d6b12f6effc1af7a0274b7c31e4.tar.gz vdr-patch-lnbsharing-54d069c95c546d6b12f6effc1af7a0274b7c31e4.tar.bz2 |
Version 1.1.4vdr-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.
Diffstat (limited to 'PLUGINS/SRC')
-rw-r--r-- | PLUGINS/SRC/hello/i18n.c | 20 |
1 files changed, 19 insertions, 1 deletions
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 } }; |