diff options
-rw-r--r-- | HISTORY | 4 | ||||
-rw-r--r-- | i18n.c | 6 |
2 files changed, 7 insertions, 3 deletions
@@ -3716,3 +3716,7 @@ Video Disk Recorder Revision History - Replaced the get/put_unaligned() macros from <asm/unaligned.h> with own inline functions to avoid problems on platforms that don't provide these (thanks to David Woodhouse for his help). + +2005-08-21: Version 1.3.31 + +- Added missing German OSD texts for 'Audio language'. @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: i18n.c 1.198 2005/08/14 12:03:47 kls Exp $ + * $Id: i18n.c 1.199 2005/08/21 16:17:13 kls Exp $ * * Translations provided by: * @@ -3389,7 +3389,7 @@ const tI18nPhrase Phrases[] = { "tilf. ny transp.", }, { "Setup.DVB$Audio languages", // note the plural - "",//TODO + "Audio Sprachen", "",//TODO "",//TODO "Audio talen", @@ -3410,7 +3410,7 @@ const tI18nPhrase Phrases[] = { "Audio sprog (ant.)", }, { "Setup.DVB$Audio language", // note the singular - "",//TODO + "Audio Sprache", "",//TODO "",//TODO "Audio taal", |