mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Added missing German OSD texts for 'Audio language'
This commit is contained in:
parent
b1172401f7
commit
60d77a9171
4
HISTORY
4
HISTORY
@ -3716,3 +3716,7 @@ Video Disk Recorder Revision History
|
|||||||
- Replaced the get/put_unaligned() macros from <asm/unaligned.h> with own inline
|
- 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
|
functions to avoid problems on platforms that don't provide these (thanks to
|
||||||
David Woodhouse for his help).
|
David Woodhouse for his help).
|
||||||
|
|
||||||
|
2005-08-21: Version 1.3.31
|
||||||
|
|
||||||
|
- Added missing German OSD texts for 'Audio language'.
|
||||||
|
6
i18n.c
6
i18n.c
@ -4,7 +4,7 @@
|
|||||||
* See the main source file 'vdr.c' for copyright information and
|
* See the main source file 'vdr.c' for copyright information and
|
||||||
* how to reach the author.
|
* 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:
|
* Translations provided by:
|
||||||
*
|
*
|
||||||
@ -3389,7 +3389,7 @@ const tI18nPhrase Phrases[] = {
|
|||||||
"tilf. ny transp.",
|
"tilf. ny transp.",
|
||||||
},
|
},
|
||||||
{ "Setup.DVB$Audio languages", // note the plural
|
{ "Setup.DVB$Audio languages", // note the plural
|
||||||
"",//TODO
|
"Audio Sprachen",
|
||||||
"",//TODO
|
"",//TODO
|
||||||
"",//TODO
|
"",//TODO
|
||||||
"Audio talen",
|
"Audio talen",
|
||||||
@ -3410,7 +3410,7 @@ const tI18nPhrase Phrases[] = {
|
|||||||
"Audio sprog (ant.)",
|
"Audio sprog (ant.)",
|
||||||
},
|
},
|
||||||
{ "Setup.DVB$Audio language", // note the singular
|
{ "Setup.DVB$Audio language", // note the singular
|
||||||
"",//TODO
|
"Audio Sprache",
|
||||||
"",//TODO
|
"",//TODO
|
||||||
"",//TODO
|
"",//TODO
|
||||||
"Audio taal",
|
"Audio taal",
|
||||||
|
Loading…
Reference in New Issue
Block a user