diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-01-15 13:09:16 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-01-15 13:09:16 +0100 |
commit | 197b8c27fa486577ea35e9e89d09abd877fd5c70 (patch) | |
tree | 10ac3ca3360465e6e4c3c4cc6c060f49d6124843 /i18n.c | |
parent | 1de53359223140ccadd8a1a9a134f57e2f3c0468 (diff) | |
download | vdr-197b8c27fa486577ea35e9e89d09abd877fd5c70.tar.gz vdr-197b8c27fa486577ea35e9e89d09abd877fd5c70.tar.bz2 |
Implemented '0' key function in the "Schedule" menu
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?", |