summaryrefslogtreecommitdiff
path: root/i18n.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <kls (at) cadsoft (dot) de>2005-02-06 18:00:00 +0100
committerKlaus Schmidinger <kls (at) cadsoft (dot) de>2005-02-06 18:00:00 +0100
commit4d477cd144c8df2b3791b60f15337448292066fe (patch)
treea5eca7e54ae14fa8a16b28f02a9b472b2c7023ea /i18n.c
parente36fe18c483b8e520752f61975e44ddd0317a332 (diff)
downloadvdr-patch-lnbsharing-4d477cd144c8df2b3791b60f15337448292066fe.tar.gz
vdr-patch-lnbsharing-4d477cd144c8df2b3791b60f15337448292066fe.tar.bz2
Version 1.3.20vdr-1.3.20
- Fixed displaying the "Audio" menu with the "Green" button from the "Main" menu in case there is only one audio track (thanks to Sascha Volkenandt for reporting this one). - Now setting primaryDevice = NULL before deleting the devices in cDevice::Shutdown() to avoid problems in case other threads access it (thanks to Wolfgang Rohdewald for pointing this out). - Fixed a buffer overflow in case a station defines all 32 audio PIDs (thanks to Christian Jacobsen for reporting this one). - Fixed masking SubStreamType in cDevice::PlayPesPacket() (thanks to Werner Fink for pointing out this one). - The new function cPlugin::Stop() shall be used to stop any background activities of a plugin. Previously this was done in the plugin's destructor, but it is better to do this in a dedicated function that can be called early when shutting down. - Moved the call to SetAudioChannel(0) into cDevice::ClrAvailableTracks() to have it executed also when starting a replay. - Completed the Danish OSD texts (thanks to Mogens Elneff). - Completed the French OSD texts (thanks to Olivier Jacques). - The new setup option "OSD/Channel info time" can be used to define the time after which the channel display is removed if no key has been pressed (thanks to Olivier Jacques). - Modified cDolbyRepacker to make sure PES packets don't exceed the requested length (thanks to Reinhard Nissl). - Fixed several memory leaks that were introduced through the use of cString (thanks to Stefan Huelswitt for reporting these). - Added CMD_SPU_CHG_COLCON to cDvbSpuDecoder::setTime() (thanks to Marco Schlüßler). - Making sure the current audio track is actually one of the ones available in a recording (thanks to Sascha Volkenandt for reporting a problem when starting replay of a recording that has no Dolby Digital audio after switching to a channel that has DD and selecting the DD audio track). - Removed 'flags' from tTrackId (thought we would need this, but apparently we don't). - Making sure the "Mute" and "Volume+/-" keys don't interfere with digital audio. - Fixed the "pre 1.3.19" compatibility mode for old Dolby Digital recordings (thanks to Werner Fink for pointing out that this can be triggered in the default branch). - Calling pesAssembler->Reset() in cDevice::AttachPlayer() to avoid problems with residual data in replay and Transfer Mode (thanks to Werner Fink for pointing this out). - Added MPEG1 replay capability to cPesAssembler (thanks to Stefan Huelswitt).
Diffstat (limited to 'i18n.c')
-rw-r--r--i18n.c81
1 files changed, 51 insertions, 30 deletions
diff --git a/i18n.c b/i18n.c
index 3d9f787..b6c8800 100644
--- a/i18n.c
+++ b/i18n.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: i18n.c 1.172 2005/01/22 10:38:44 kls Exp $
+ * $Id: i18n.c 1.175 2005/02/05 10:46:30 kls Exp $
*
* Translations provided by:
*
@@ -952,7 +952,7 @@ const tI18nPhrase Phrases[] = {
"Scansione",
"",//TODO
"",//TODO
- "",//TODO
+ "Scan",
"",//TODO
"Päivitä",
"",//TODO
@@ -1668,7 +1668,7 @@ const tI18nPhrase Phrases[] = {
"Hierarchy",
"Hierarchy",
"Hierarchy",
- "Hierarchie",
+ "Hiérarchie",
"Hierarchy",
"Hierarkia",
"Hierachia",
@@ -1795,7 +1795,7 @@ const tI18nPhrase Phrases[] = {
"VPS",
"",// TODO
"",// TODO
- "",// TODO
+ "VPS",
"",// TODO
"VPS",
"",// TODO
@@ -2306,7 +2306,7 @@ const tI18nPhrase Phrases[] = {
"",//TODO
"",//TODO
"",//TODO
- "",//TODO
+ "Pas d'audio disponible!",
"",//TODO
"",//TODO
"",//TODO
@@ -2575,7 +2575,7 @@ const tI18nPhrase Phrases[] = {
"Superficie Skin",
"",// TODO
"",// TODO
- "",// TODO
+ "Skin",
"",// TODO
"Ulkoasu",
"",// TODO
@@ -2596,7 +2596,7 @@ const tI18nPhrase Phrases[] = {
"Tema",
"",// TODO
"",// TODO
- "",// TODO
+ "Thème",
"",// TODO
"Teema",
"",// TODO
@@ -2617,7 +2617,7 @@ const tI18nPhrase Phrases[] = {
"Sinistra",
"",// TODO
"",// TODO
- "",// TODO
+ "Gauche",
"",// TODO
"Vaakakeskitys",
"",// TODO
@@ -2638,7 +2638,7 @@ const tI18nPhrase Phrases[] = {
"Cima",
"",// TODO
"",// TODO
- "",// TODO
+ "Haut",
"",// TODO
"Pystykeskitys",
"",// TODO
@@ -2701,7 +2701,7 @@ const tI18nPhrase Phrases[] = {
"Tempo del messaggio (s)",
"Weergave duur van berichten (s)",
"Mostrar contador (s)",
- "Durée affichage écran (s)",
+ "Durée affichage message (s)",
"Tid meldinger skal vises (s)",
"Viestien esitysaika (s)",
"Czas wyswietlania wiadomosci (s)",
@@ -2722,7 +2722,7 @@ const tI18nPhrase Phrases[] = {
"Utilizzare caratteri piccoli",
"",// TODO
"",// TODO
- "",// TODO
+ "Utiliser les petits caractères",
"",// TODO
"Käytä pieniä kirjasimia",
"",// TODO
@@ -2743,7 +2743,7 @@ const tI18nPhrase Phrases[] = {
"mai",
"",// TODO
"",// TODO
- "",// TODO
+ "jamais",
"",// TODO
"ei koskaan",
"",// TODO
@@ -2764,7 +2764,7 @@ const tI18nPhrase Phrases[] = {
"in base alla superficie",
"",// TODO
"",// TODO
- "",// TODO
+ "Dépend du skin",
"",// TODO
"ulkoasun mukaan",
"",// TODO
@@ -2785,7 +2785,7 @@ const tI18nPhrase Phrases[] = {
"sempre",
"",// TODO
"",// TODO
- "",// TODO
+ "toujours",
"",// TODO
"aina",
"",// TODO
@@ -2821,6 +2821,27 @@ const tI18nPhrase Phrases[] = {
"Kanaliinfo asukoht",
"Placering af kanalinfo",
},
+ { "Setup.OSD$Channel info time (s)",
+ "Anzeigedauer für Kanal-Info (s)",
+ "",// TODO
+ "",// TODO
+ "",// TODO
+ "",// TODO
+ "Durée affichage infos chaînes (s)",
+ "",// TODO
+ "",// TODO
+ "",// TODO
+ "",// TODO
+ "",// TODO
+ "",// TODO
+ "",// TODO
+ "",// TODO
+ "",// TODO
+ "",// TODO
+ "",// TODO
+ "",// TODO
+ "",// TODO
+ },
{ "Setup.OSD$Info on channel switch",
"Info beim Kanalwechsel",
"Pokazi naziv kanala",
@@ -2953,7 +2974,7 @@ const tI18nPhrase Phrases[] = {
"Visualizzazione dati vecchi (min)",
"",// TODO
"",// TODO
- "",// TODO
+ "Montrer l'EPG plus vieux de m min",
"",// TODO
"Vanha tieto näkyy (min)",
"",// TODO
@@ -3016,7 +3037,7 @@ const tI18nPhrase Phrases[] = {
"Lingue preferite",
"",// TODO
"",// TODO
- "",// TODO
+ "Langues préférées",
"",// TODO
"Suosikkikielet",
"",// TODO
@@ -3037,7 +3058,7 @@ const tI18nPhrase Phrases[] = {
"Lingua preferita",
"",// TODO
"",// TODO
- "",// TODO
+ "Langue préférée",
"",// TODO
"Suosikkikieli",
"",// TODO
@@ -3106,7 +3127,7 @@ const tI18nPhrase Phrases[] = {
"",//TODO
"",//TODO
"",//TODO
- "",//TODO
+ "Utiliser le Dolby Digital",
"",//TODO
"",//TODO
"",//TODO
@@ -3121,7 +3142,7 @@ const tI18nPhrase Phrases[] = {
"Aggiornare i canali",
"",// TODO
"",// TODO
- "",// TODO
+ "Mettre à jour les chaînes",
"",// TODO
"Päivitä kanavat",
"",// TODO
@@ -3142,7 +3163,7 @@ const tI18nPhrase Phrases[] = {
"solo nomi",
"",// TODO
"",// TODO
- "",// TODO
+ "Seulement les noms",
"",// TODO
"vain nimet",
"",// TODO
@@ -3163,7 +3184,7 @@ const tI18nPhrase Phrases[] = {
"nomi e PIDs",
"",// TODO
"",// TODO
- "",// TODO
+ "Noms et PIDs",
"",// TODO
"nimet ja PID:it",
"",// TODO
@@ -3184,7 +3205,7 @@ const tI18nPhrase Phrases[] = {
"aggiungere canali nuovi",
"",// TODO
"",// TODO
- "",// TODO
+ "Ajouter les nouvelles chaînes",
"",// TODO
"lisää uudet kanavat",
"",// TODO
@@ -3205,7 +3226,7 @@ const tI18nPhrase Phrases[] = {
"aggiungere transponder nuovi",
"",// TODO
"",// TODO
- "",// TODO
+ "Ajouter les nouveaux transpondeurs",
"",// TODO
"lisää uudet transponderit",
"",// TODO
@@ -3239,7 +3260,7 @@ const tI18nPhrase Phrases[] = {
"",//TODO
"",//TODO
"",//TODO
- "",//TODO
+ "Audio sprog (ant.)",
},
{ "Setup.DVB$Audio language", // note the singular
"",//TODO
@@ -3260,7 +3281,7 @@ const tI18nPhrase Phrases[] = {
"",//TODO
"",//TODO
"",//TODO
- "",//TODO
+ "Audio sprog",
},
{ "Setup.LNB$SLOF (MHz)",
"SLOF (MHz)",
@@ -3541,7 +3562,7 @@ const tI18nPhrase Phrases[] = {
"Utilizzare VPS",
"",// TODO
"",// TODO
- "",// TODO
+ "Utiliser le VPS",
"",// TODO
"Käytä VPS-toimintoa",
"",// TODO
@@ -3562,7 +3583,7 @@ const tI18nPhrase Phrases[] = {
"Margine VPS",
"",// TODO
"",// TODO
- "",// TODO
+ "Marge VPS",
"",// TODO
"VPS-toiminnon aloitusmarginaali (s)",
"",// TODO
@@ -3814,7 +3835,7 @@ const tI18nPhrase Phrases[] = {
"Timeout Zapping",
"Zap timeout (s)",
"",// TODO
- "",// TODO
+ "Prise en compte dernière chaîne (s)",
"",// TODO
"Kanavavalinnan odotusaika (s)",
"",// TODO
@@ -4685,7 +4706,7 @@ const tI18nPhrase Phrases[] = {
"",// TODO
"",// TODO
"",// TODO
- "",// TODO
+ "Audio",
"",// TODO
"",// TODO
"",// TODO
@@ -4743,7 +4764,7 @@ const tI18nPhrase Phrases[] = {
"off",
"uit",
"off",
- "",// TODO
+ "off",
"",// TODO
"pois",
"wyl.",