EPG events without a title now display "No title" instead of "(null)"

This commit is contained in:
Klaus Schmidinger
2005-06-05 12:19:50 +02:00
parent 60a35366dd
commit 393627abd5
4 changed files with 33 additions and 4 deletions

23
i18n.c
View File

@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
* $Id: i18n.c 1.193 2005/06/03 12:41:41 kls Exp $
* $Id: i18n.c 1.194 2005/06/05 11:59:09 kls Exp $
*
* Translations provided by:
*
@@ -5346,6 +5346,27 @@ const tI18nPhrase Phrases[] = {
"ST:TNG konsool",
"ST:TNG konsol",
},
{ "No title",
"Kein Titel",
"",// TODO
"",// TODO
"",// TODO
"",// TODO
"",// TODO
"",// TODO
"Ei esityst<73>",
"",// TODO
"",// TODO
"",// TODO
"",// TODO
"",// TODO
"",// TODO
"",// TODO
"",// TODO
"",// TODO
"",// TODO
"",// TODO
},
{ NULL }
};