diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2005-01-22 10:39:45 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2005-01-22 10:39:45 +0100 |
commit | 4549c7407882bd87836fb957a5a00d670fba2be3 (patch) | |
tree | 84c60fa4da76ec17335bc40726c6395aa409bc3c | |
parent | bde66cd4f52b1838a09a6915be2d1a8f23dd3a80 (diff) | |
download | vdr-4549c7407882bd87836fb957a5a00d670fba2be3.tar.gz vdr-4549c7407882bd87836fb957a5a00d670fba2be3.tar.bz2 |
Completed the Danish OSD texts
-rw-r--r-- | HISTORY | 3 | ||||
-rw-r--r-- | i18n.c | 10 |
2 files changed, 7 insertions, 6 deletions
@@ -3288,7 +3288,7 @@ Video Disk Recorder Revision History - Thanks to Werner Fink, Reinhard Nissl, Sascha Volkenandt and Bjųrnar Nilsen for their support in testing and fine tuning this version. -2005-01-15: Version 1.3.19 +2005-01-22: Version 1.3.19 - Making sure at least the default skin is available at program start in case a plugin needs to issue an error message (thanks to Achim Tuffentshammer for @@ -3325,3 +3325,4 @@ Video Disk Recorder Revision History - Added 'channels.conf.terr' entries for Düsseldorf and Köln (thanks to Walter Koch). - Falling back to 'stereo' when switching channels in case the user had switched to 'left' or 'right' (suggested by Rolf Groppe). +- Completed 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.171 2005/01/14 13:25:35 kls Exp $ + * $Id: i18n.c 1.172 2005/01/22 10:38:44 kls Exp $ * * Translations provided by: * @@ -1029,7 +1029,7 @@ const tI18nPhrase Phrases[] = { "ĮāÕąÕāģ ׊ßŲįģ?", "Obrisati snimku?", "Kustutan salvestuse?", - "Slet optagelse", + "Slet optagelse?", }, { "Timer still recording - really delete?", "Timer zeichnet auf - trotzdem löschen?", @@ -2313,7 +2313,7 @@ const tI18nPhrase Phrases[] = { "",//TODO "",//TODO "Audio kättesaamatu!", - "",//TODO + "Ingen lyd tilgęngelig!", }, // Setup pages: { "OSD", @@ -3113,7 +3113,7 @@ const tI18nPhrase Phrases[] = { "",//TODO "",//TODO "Dolby Digital kasutamine", - "",//TODO + "Anvend Dolby Digital", }, { "Setup.DVB$Update channels", "Kanäle aktualisieren", @@ -4692,7 +4692,7 @@ const tI18nPhrase Phrases[] = { "",// TODO "",// TODO "Audio", - "",// TODO + "Audio", }, // Miscellaneous: { "yes", |