mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Fixed some missing '-' in the German OSD texts
This commit is contained in:
@@ -1508,6 +1508,7 @@ Marco Kremer <vdr.hgm.bg@gmx.net>
|
|||||||
|
|
||||||
Walter Koch <koch@u32.de>
|
Walter Koch <koch@u32.de>
|
||||||
for adding channels for DVB-T D<>sseldorf and K<>ln (Germany) to channels.cont.terr
|
for adding channels for DVB-T D<>sseldorf and K<>ln (Germany) to channels.cont.terr
|
||||||
|
for fixing some missing '-' in the German OSD texts
|
||||||
|
|
||||||
Rolf Groppe <rolf@groppe.de>
|
Rolf Groppe <rolf@groppe.de>
|
||||||
for suggesting to fall back to 'stereo' when switching channels in case the user
|
for suggesting to fall back to 'stereo' when switching channels in case the user
|
||||||
|
3
HISTORY
3
HISTORY
@@ -4620,7 +4620,7 @@ Video Disk Recorder Revision History
|
|||||||
actions in the context of the main program thread. Use this function with great
|
actions in the context of the main program thread. Use this function with great
|
||||||
care and only of you absolutely have to! See also PLUGINS.html.
|
care and only of you absolutely have to! See also PLUGINS.html.
|
||||||
|
|
||||||
2006-04-22: Version 1.3.48
|
2006-04-23: Version 1.3.48
|
||||||
|
|
||||||
- Updated the GPL copies (thanks to Ville Skytt<74>).
|
- Updated the GPL copies (thanks to Ville Skytt<74>).
|
||||||
- Fixed several spelling errors (thanks to Ville Skytt<74>).
|
- Fixed several spelling errors (thanks to Ville Skytt<74>).
|
||||||
@@ -4640,3 +4640,4 @@ Video Disk Recorder Revision History
|
|||||||
- Extended the version number reported with the '-V' option to also show the
|
- Extended the version number reported with the '-V' option to also show the
|
||||||
current APIVERSION (suggested by Thomas G<>nther).
|
current APIVERSION (suggested by Thomas G<>nther).
|
||||||
- Fixed handling empty titles in cEvent::FixEpgBugs() (reported by Rolf Ahrenberg).
|
- Fixed handling empty titles in cEvent::FixEpgBugs() (reported by Rolf Ahrenberg).
|
||||||
|
- Fixed some missing '-' in the German OSD texts (thanks to Walter Koch).
|
||||||
|
46
i18n.c
46
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.272 2006/04/23 08:35:58 kls Exp $
|
* $Id: i18n.c 1.273 2006/04/23 08:39:00 kls Exp $
|
||||||
*
|
*
|
||||||
* Translations provided by:
|
* Translations provided by:
|
||||||
*
|
*
|
||||||
@@ -3195,7 +3195,7 @@ const tI18nPhrase Phrases[] = {
|
|||||||
"v<EFBFBD>dy",
|
"v<EFBFBD>dy",
|
||||||
},
|
},
|
||||||
{ "Setup.OSD$Channel info position",
|
{ "Setup.OSD$Channel info position",
|
||||||
"Kanal-Info Position",
|
"Kanalinfo-Position",
|
||||||
"Pozicija informacije o kanalu",
|
"Pozicija informacije o kanalu",
|
||||||
"Posizione informazioni canale",
|
"Posizione informazioni canale",
|
||||||
"Kanaal info positie",
|
"Kanaal info positie",
|
||||||
@@ -3217,7 +3217,7 @@ const tI18nPhrase Phrases[] = {
|
|||||||
"Pozice informace o kan<61>lu",
|
"Pozice informace o kan<61>lu",
|
||||||
},
|
},
|
||||||
{ "Setup.OSD$Channel info time (s)",
|
{ "Setup.OSD$Channel info time (s)",
|
||||||
"Anzeigedauer f<>r Kanal-Info (s)",
|
"Anzeigedauer f<>r Kanalinfo (s)",
|
||||||
"<EFBFBD>as prikaza podatka o kanalu (s)",
|
"<EFBFBD>as prikaza podatka o kanalu (s)",
|
||||||
"",// TODO
|
"",// TODO
|
||||||
"Duur tonen kanaal-informatie (s)",
|
"Duur tonen kanaal-informatie (s)",
|
||||||
@@ -3393,7 +3393,7 @@ const tI18nPhrase Phrases[] = {
|
|||||||
"<EFBFBD>asov<EFBFBD> limit pro sn<73>m<EFBFBD>n<EFBFBD> EPG (h)",
|
"<EFBFBD>asov<EFBFBD> limit pro sn<73>m<EFBFBD>n<EFBFBD> EPG (h)",
|
||||||
},
|
},
|
||||||
{ "Setup.EPG$EPG bugfix level",
|
{ "Setup.EPG$EPG bugfix level",
|
||||||
"EPG Fehlerbereinigung",
|
"EPG-Fehlerbereinigung",
|
||||||
"Nivo za popravilo EPG napak",
|
"Nivo za popravilo EPG napak",
|
||||||
"Livello correzione EPG",
|
"Livello correzione EPG",
|
||||||
"EPG foutcorrectieniveau",
|
"EPG foutcorrectieniveau",
|
||||||
@@ -3525,7 +3525,7 @@ const tI18nPhrase Phrases[] = {
|
|||||||
"Preferovan<EFBFBD> jazyk",
|
"Preferovan<EFBFBD> jazyk",
|
||||||
},
|
},
|
||||||
{ "Setup.DVB$Primary DVB interface",
|
{ "Setup.DVB$Primary DVB interface",
|
||||||
"Prim<EFBFBD>res DVB Interface",
|
"Prim<EFBFBD>res DVB-Interface",
|
||||||
"Primarna naprava",
|
"Primarna naprava",
|
||||||
"Scheda DVB primaria",
|
"Scheda DVB primaria",
|
||||||
"Eerste DVB kaart",
|
"Eerste DVB kaart",
|
||||||
@@ -3547,7 +3547,7 @@ const tI18nPhrase Phrases[] = {
|
|||||||
"Prim<EFBFBD>rn<EFBFBD> DVB interface",
|
"Prim<EFBFBD>rn<EFBFBD> DVB interface",
|
||||||
},
|
},
|
||||||
{ "Setup.DVB$Video display format",
|
{ "Setup.DVB$Video display format",
|
||||||
"Video Anzeige-Format",
|
"Video-Anzeigeformat",
|
||||||
"Format video prikaza",
|
"Format video prikaza",
|
||||||
"",//TODO
|
"",//TODO
|
||||||
"Video display formaat",
|
"Video display formaat",
|
||||||
@@ -3591,7 +3591,7 @@ const tI18nPhrase Phrases[] = {
|
|||||||
"pan&scan",
|
"pan&scan",
|
||||||
},
|
},
|
||||||
{ "letterbox",
|
{ "letterbox",
|
||||||
"letterbox",
|
"Letterbox",
|
||||||
"letterbox",
|
"letterbox",
|
||||||
"letterbox",
|
"letterbox",
|
||||||
"letterbox",
|
"letterbox",
|
||||||
@@ -3613,7 +3613,7 @@ const tI18nPhrase Phrases[] = {
|
|||||||
"letterbox",
|
"letterbox",
|
||||||
},
|
},
|
||||||
{ "center cut out",
|
{ "center cut out",
|
||||||
"center cut out",
|
"Center-cut-out",
|
||||||
"center cut out",
|
"center cut out",
|
||||||
"center cut out",
|
"center cut out",
|
||||||
"center cut out",
|
"center cut out",
|
||||||
@@ -3635,7 +3635,7 @@ const tI18nPhrase Phrases[] = {
|
|||||||
"dost<EFBFBD>edu o<><6F>znout",
|
"dost<EFBFBD>edu o<><6F>znout",
|
||||||
},
|
},
|
||||||
{ "Setup.DVB$Video format",
|
{ "Setup.DVB$Video format",
|
||||||
"Video Format",
|
"Videoformat",
|
||||||
"Video format",
|
"Video format",
|
||||||
"Formato video",
|
"Formato video",
|
||||||
"Videoformaat",
|
"Videoformaat",
|
||||||
@@ -3657,7 +3657,7 @@ const tI18nPhrase Phrases[] = {
|
|||||||
"Form<EFBFBD>t videa",
|
"Form<EFBFBD>t videa",
|
||||||
},
|
},
|
||||||
{ "Setup.DVB$Use Dolby Digital",
|
{ "Setup.DVB$Use Dolby Digital",
|
||||||
"Dolby Digital Ton benutzen",
|
"Dolby-Digital-Ton benutzen",
|
||||||
"Uporabljaj Dolby Digital",
|
"Uporabljaj Dolby Digital",
|
||||||
"",//TODO
|
"",//TODO
|
||||||
"Dolby Digital gebruiken",
|
"Dolby Digital gebruiken",
|
||||||
@@ -3811,7 +3811,7 @@ const tI18nPhrase Phrases[] = {
|
|||||||
"p<EFBFBD>idat nov<6F> transpond<6E>ry",
|
"p<EFBFBD>idat nov<6F> transpond<6E>ry",
|
||||||
},
|
},
|
||||||
{ "Setup.DVB$Audio languages", // note the plural
|
{ "Setup.DVB$Audio languages", // note the plural
|
||||||
"Audio Sprachen",
|
"Audio-Sprachen",
|
||||||
"Jeziki za zvok",
|
"Jeziki za zvok",
|
||||||
"",//TODO
|
"",//TODO
|
||||||
"Audio talen",
|
"Audio talen",
|
||||||
@@ -3833,7 +3833,7 @@ const tI18nPhrase Phrases[] = {
|
|||||||
"Jazyky zvuku",
|
"Jazyky zvuku",
|
||||||
},
|
},
|
||||||
{ "Setup.DVB$Audio language", // note the singular
|
{ "Setup.DVB$Audio language", // note the singular
|
||||||
"Audio Sprache",
|
"Audio-Sprache",
|
||||||
"Jezik za zvok",
|
"Jezik za zvok",
|
||||||
"",//TODO
|
"",//TODO
|
||||||
"Audio taal",
|
"Audio taal",
|
||||||
@@ -3943,7 +3943,7 @@ const tI18nPhrase Phrases[] = {
|
|||||||
"Pou<EFBFBD><EFBFBD>vat DiSEqC",
|
"Pou<EFBFBD><EFBFBD>vat DiSEqC",
|
||||||
},
|
},
|
||||||
{ "Setup.CICAM$CICAM DVB",
|
{ "Setup.CICAM$CICAM DVB",
|
||||||
"CICAM DVB",
|
"CICAM-DVB",
|
||||||
"CICAM DVB",
|
"CICAM DVB",
|
||||||
"CICAM DVB",
|
"CICAM DVB",
|
||||||
"CICAM DVB",
|
"CICAM DVB",
|
||||||
@@ -4031,7 +4031,7 @@ const tI18nPhrase Phrases[] = {
|
|||||||
"Prim<EFBFBD>rn<EFBFBD> limit",
|
"Prim<EFBFBD>rn<EFBFBD> limit",
|
||||||
},
|
},
|
||||||
{ "Setup.Recording$Default priority",
|
{ "Setup.Recording$Default priority",
|
||||||
"Default Priorit<EFBFBD>t",
|
"Default-Priorit<EFBFBD>t",
|
||||||
"Privzeta prioriteta",
|
"Privzeta prioriteta",
|
||||||
"Priorita' predefinita",
|
"Priorita' predefinita",
|
||||||
"Standaard prioriteit",
|
"Standaard prioriteit",
|
||||||
@@ -4053,7 +4053,7 @@ const tI18nPhrase Phrases[] = {
|
|||||||
"V<EFBFBD>choz<EFBFBD> priorita",
|
"V<EFBFBD>choz<EFBFBD> priorita",
|
||||||
},
|
},
|
||||||
{ "Setup.Recording$Default lifetime (d)",
|
{ "Setup.Recording$Default lifetime (d)",
|
||||||
"Default Lebensdauer (d)",
|
"Default-Lebensdauer (d)",
|
||||||
"Privzeti <20>ivljenski <20>as (d)",
|
"Privzeti <20>ivljenski <20>as (d)",
|
||||||
"Durata predefinita (gg)",
|
"Durata predefinita (gg)",
|
||||||
"Standaard levensduur (d)",
|
"Standaard levensduur (d)",
|
||||||
@@ -4075,7 +4075,7 @@ const tI18nPhrase Phrases[] = {
|
|||||||
"V<EFBFBD>choz<EFBFBD> <20>ivotnost",
|
"V<EFBFBD>choz<EFBFBD> <20>ivotnost",
|
||||||
},
|
},
|
||||||
{ "Setup.Recording$Pause priority",
|
{ "Setup.Recording$Pause priority",
|
||||||
"Pause Priorit<EFBFBD>t",
|
"Pause-Priorit<EFBFBD>t",
|
||||||
"Prioriteta pavze",
|
"Prioriteta pavze",
|
||||||
"Priorita' di pausa",
|
"Priorita' di pausa",
|
||||||
"Pauze prioriteit",
|
"Pauze prioriteit",
|
||||||
@@ -4097,7 +4097,7 @@ const tI18nPhrase Phrases[] = {
|
|||||||
"Priorita p<>eru<72>en<65>",
|
"Priorita p<>eru<72>en<65>",
|
||||||
},
|
},
|
||||||
{ "Setup.Recording$Pause lifetime (d)",
|
{ "Setup.Recording$Pause lifetime (d)",
|
||||||
"Pause Lebensdauer (d)",
|
"Pause-Lebensdauer (d)",
|
||||||
"<EFBFBD>as pavze (d)",
|
"<EFBFBD>as pavze (d)",
|
||||||
"Durata pausa (gg)",
|
"Durata pausa (gg)",
|
||||||
"Pauze levensduur (d)",
|
"Pauze levensduur (d)",
|
||||||
@@ -4251,7 +4251,7 @@ const tI18nPhrase Phrases[] = {
|
|||||||
"D<EFBFBD>lka okam<61>it<69>ho nahr<68>v<EFBFBD>n<EFBFBD> (min)",
|
"D<EFBFBD>lka okam<61>it<69>ho nahr<68>v<EFBFBD>n<EFBFBD> (min)",
|
||||||
},
|
},
|
||||||
{ "Setup.Recording$Max. video file size (MB)",
|
{ "Setup.Recording$Max. video file size (MB)",
|
||||||
"Max. Video Dateigr<EFBFBD><EFBFBD>e (MB)",
|
"Max. Videodateigr<EFBFBD><EFBFBD>e (MB)",
|
||||||
"Najve<EFBFBD>ja velikost datoteke (MB)",
|
"Najve<EFBFBD>ja velikost datoteke (MB)",
|
||||||
"Dimensione massima file video (MB)",
|
"Dimensione massima file video (MB)",
|
||||||
"Maximale omvang video file (MB)",
|
"Maximale omvang video file (MB)",
|
||||||
@@ -4339,7 +4339,7 @@ const tI18nPhrase Phrases[] = {
|
|||||||
"Zobrazit re<72>im p<>ehr<68>v<EFBFBD>n<EFBFBD>",
|
"Zobrazit re<72>im p<>ehr<68>v<EFBFBD>n<EFBFBD>",
|
||||||
},
|
},
|
||||||
{ "Setup.Replay$Resume ID",
|
{ "Setup.Replay$Resume ID",
|
||||||
"Wiedergabe ID",
|
"Wiedergabe-ID",
|
||||||
"ID za predvajanje",
|
"ID za predvajanje",
|
||||||
"ID Ripresa",
|
"ID Ripresa",
|
||||||
"Hervattings ID",
|
"Hervattings ID",
|
||||||
@@ -4405,7 +4405,7 @@ const tI18nPhrase Phrases[] = {
|
|||||||
"<EFBFBD>asov<EFBFBD> limit neaktivnosti (min)",
|
"<EFBFBD>asov<EFBFBD> limit neaktivnosti (min)",
|
||||||
},
|
},
|
||||||
{ "Setup.Miscellaneous$SVDRP timeout (s)",
|
{ "Setup.Miscellaneous$SVDRP timeout (s)",
|
||||||
"SVDRP Trennen bei Inaktivit<69>t (s)",
|
"SVDRP trennen bei Inaktivit<69>t (s)",
|
||||||
"SVDRP <20>as neaktivnosti (s)",
|
"SVDRP <20>as neaktivnosti (s)",
|
||||||
"Timeout SVDRP (s)",
|
"Timeout SVDRP (s)",
|
||||||
"SVDRP Timeout (s)",
|
"SVDRP Timeout (s)",
|
||||||
@@ -4651,7 +4651,7 @@ const tI18nPhrase Phrases[] = {
|
|||||||
"F<EFBFBD>ze 1: Detekce typu k<>du",
|
"F<EFBFBD>ze 1: Detekce typu k<>du",
|
||||||
},
|
},
|
||||||
{ "Press any key on the RC unit",
|
{ "Press any key on the RC unit",
|
||||||
"Eine Taste auf der FB dr<64>cken",
|
"Eine Taste auf der Fernbedienung dr<64>cken",
|
||||||
"Pritisnite tipko na upravljalcu",
|
"Pritisnite tipko na upravljalcu",
|
||||||
"Premere un tasto dell'unita` RC",
|
"Premere un tasto dell'unita` RC",
|
||||||
"Druk op een willekeurige knop",
|
"Druk op een willekeurige knop",
|
||||||
@@ -4805,7 +4805,7 @@ const tI18nPhrase Phrases[] = {
|
|||||||
"Stiskn<EFBFBD>te 'Dol<6F>' pro pokra<72>ov<6F>n<EFBFBD>",
|
"Stiskn<EFBFBD>te 'Dol<6F>' pro pokra<72>ov<6F>n<EFBFBD>",
|
||||||
},
|
},
|
||||||
{ "(press 'Up' to go back)",
|
{ "(press 'Up' to go back)",
|
||||||
"('Auf' dr<64>cken um zur<75>ckzugehen)",
|
"('Auf' dr<64>cken, um zur<75>ckzugehen)",
|
||||||
"(pritisnite 'Gor' za nazaj)",
|
"(pritisnite 'Gor' za nazaj)",
|
||||||
"(premere 'Su' per tornare indietro)",
|
"(premere 'Su' per tornare indietro)",
|
||||||
"(druk 'Omhoog' om terug te gaan)",
|
"(druk 'Omhoog' om terug te gaan)",
|
||||||
@@ -6061,7 +6061,7 @@ const tI18nPhrase Phrases[] = {
|
|||||||
"Klasick<EFBFBD> VDR",
|
"Klasick<EFBFBD> VDR",
|
||||||
},
|
},
|
||||||
{ "ST:TNG Panels",
|
{ "ST:TNG Panels",
|
||||||
"ST:TNG Konsolen",
|
"ST:TNG-Konsolen",
|
||||||
"ST:TNG Konsola",
|
"ST:TNG Konsola",
|
||||||
"Consolles ST:TNG",
|
"Consolles ST:TNG",
|
||||||
"ST:TNG Consoles",
|
"ST:TNG Consoles",
|
||||||
|
Reference in New Issue
Block a user