diff options
Diffstat (limited to 'i18n.c')
-rw-r--r-- | i18n.c | 65 |
1 files changed, 64 insertions, 1 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: i18n.c 1.234 2006/01/13 16:24:07 kls Exp $ + * $Id: i18n.c 1.235 2006/01/15 12:22:15 kls Exp $ * * Translations provided by: * @@ -441,6 +441,69 @@ const tI18nPhrase Phrases[] = { "Programm - %s", "Program - %s", }, + { "This event - %s", + "Diese Sendung - %s", + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + }, + { "This event - all channels", + "Diese Sendung - alle Kanäle", + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + }, + { "All events - all channels", + "Alle Sendungen - alle Kanäle", + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + }, { "What's on now?", "Was läuft jetzt?", "Kaj je na sporedu?", |