summaryrefslogtreecommitdiff
path: root/i18n.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-06-05 12:19:50 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2005-06-05 12:19:50 +0200
commit393627abd5c44cc092d178b70d7fb09c676a3dee (patch)
tree632d452649a3931abdc627f35c614de12216127e /i18n.c
parent60a35366dd694d54e278997132da3585b31f0d71 (diff)
downloadvdr-393627abd5c44cc092d178b70d7fb09c676a3dee.tar.gz
vdr-393627abd5c44cc092d178b70d7fb09c676a3dee.tar.bz2
EPG events without a title now display "No title" instead of "(null)"
Diffstat (limited to 'i18n.c')
-rw-r--r--i18n.c23
1 files changed, 22 insertions, 1 deletions
diff --git a/i18n.c b/i18n.c
index 2b8ccd86..e5358d24 100644
--- a/i18n.c
+++ b/i18n.c
@@ -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ä",
+ "",// TODO
+ "",// TODO
+ "",// TODO
+ "",// TODO
+ "",// TODO
+ "",// TODO
+ "",// TODO
+ "",// TODO
+ "",// TODO
+ "",// TODO
+ "",// TODO
+ },
{ NULL }
};