diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2005-09-02 12:44:26 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2005-09-02 12:44:26 +0200 |
commit | c95ee7d36775c03f26489a384b3a2733d9f5c8fc (patch) | |
tree | f22918f2e1faaa3aaba62526fdb1da6e1199be96 | |
parent | b40bef5e8189fab9d8b49291d7edff47179caf02 (diff) | |
download | vdr-c95ee7d36775c03f26489a384b3a2733d9f5c8fc.tar.gz vdr-c95ee7d36775c03f26489a384b3a2733d9f5c8fc.tar.bz2 |
Updated the Danish OSD texts
-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", |