diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-06-23 13:05:59 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-06-23 13:05:59 +0200 |
commit | e38b29ba0384474ae5eaa3b8df976fa197c48981 (patch) | |
tree | bbdd1fd7fc5649c392cbf8246c53f961d8440a44 /PLUGINS | |
parent | 26981fd7b148ee943d8032b46f83a7409e02e3be (diff) | |
download | vdr-e38b29ba0384474ae5eaa3b8df976fa197c48981.tar.gz vdr-e38b29ba0384474ae5eaa3b8df976fa197c48981.tar.bz2 |
Additional OSD languages
Diffstat (limited to 'PLUGINS')
-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 a4dec4ca..644bb50a 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 14:13:53 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 } }; |