diff options
-rw-r--r-- | HISTORY | 1 | ||||
-rw-r--r-- | i18n.c | 8 |
2 files changed, 5 insertions, 4 deletions
@@ -3761,3 +3761,4 @@ Video Disk Recorder Revision History Reinhard Nissl). - Updated the Swedish OSD texts (thanks to Tomas Prybil). - Updated the Slovenian OSD texts (thanks to Matjaz Thaler). +- Updated the Danish OSD texts (thanks to Mogens Elneff). @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: i18n.c 1.203 2005/09/02 12:39:52 kls Exp $ + * $Id: i18n.c 1.204 2005/09/02 12:44:09 kls Exp $ * * Translations provided by: * @@ -439,7 +439,7 @@ const tI18nPhrase Phrases[] = { "",//TODO "Info", "Info", - "",//TODO + "Info", }, { "Schedule - %s", "Programm - %s", @@ -481,7 +481,7 @@ const tI18nPhrase Phrases[] = { "ÁÕÙçÐá Ò íäØàÕ:", "©to je trenutno na programu?", "Hetkel eetris", - "Hvilket program vises nu?", + "Hvad vises nu?", }, { "What's on next?", "Was läuft als nächstes?", @@ -502,7 +502,7 @@ const tI18nPhrase Phrases[] = { "´ÐÛÕÕ Ò ßàÞÓàÐÜÜÕ:", "©to slijedi?", "Järgmisena eetris", - "Hvilket næste program vises?", + "Hvad vises som det næste?", }, // Button texts (should not be more than 10 characters!): { "Edit", |