mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Completed the French OSD texts
This commit is contained in:
@@ -412,6 +412,7 @@ Rudi Hofer (Rudi.Hofer@cadsoft.de)
|
|||||||
Gregoire Favre <greg@ulima.unil.ch>
|
Gregoire Favre <greg@ulima.unil.ch>
|
||||||
for fixing some function headers to make them compile with gcc 3.x
|
for fixing some function headers to make them compile with gcc 3.x
|
||||||
for reporting a bug in taking an active SVDRP connection into account when doing shutdown
|
for reporting a bug in taking an active SVDRP connection into account when doing shutdown
|
||||||
|
for translating OSD texts to the French language
|
||||||
|
|
||||||
Sven Grothklags <sven@uni-paderborn.de>
|
Sven Grothklags <sven@uni-paderborn.de>
|
||||||
for fixing the cutting mechanism to make it re-sync in case a frame is larger
|
for fixing the cutting mechanism to make it re-sync in case a frame is larger
|
||||||
|
1
HISTORY
1
HISTORY
@@ -2178,3 +2178,4 @@ Video Disk Recorder Revision History
|
|||||||
- Modified handling of audio packets in cDvbPlayer for better sync with external
|
- Modified handling of audio packets in cDvbPlayer for better sync with external
|
||||||
AC3 replay (thanks to Werner Fink).
|
AC3 replay (thanks to Werner Fink).
|
||||||
- Fixed a memory leak in cNonBlockingFileReader (thanks to Stefan Huelswitt).
|
- Fixed a memory leak in cNonBlockingFileReader (thanks to Stefan Huelswitt).
|
||||||
|
- Completed the French OSD texts (thanks to Gregoire Favre).
|
||||||
|
36
i18n.c
36
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.110 2003/05/16 13:02:08 kls Exp $
|
* $Id: i18n.c 1.111 2003/05/24 10:23:16 kls Exp $
|
||||||
*
|
*
|
||||||
* Translations provided by:
|
* Translations provided by:
|
||||||
*
|
*
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
* Italian Alberto Carraro <bertocar@tin.it>
|
* Italian Alberto Carraro <bertocar@tin.it>
|
||||||
* Dutch Arnold Niessen <niessen@iae.nl> <arnold.niessen@philips.com>
|
* Dutch Arnold Niessen <niessen@iae.nl> <arnold.niessen@philips.com>
|
||||||
* Portuguese Paulo Lopes <pmml@netvita.pt>
|
* Portuguese Paulo Lopes <pmml@netvita.pt>
|
||||||
* French Jean-Claude Repetto <jc@repetto.org> and Olivier Jacques <jacquesolivier@hotmail.com>
|
* French Jean-Claude Repetto <jc@repetto.org>, Olivier Jacques <jacquesolivier@hotmail.com> and Gregoire Favre <greg@magma.unil.ch>
|
||||||
* Norwegian J<>rgen Tvedt <pjtvedt@online.no> and Truls Slevigen <truls@slevigen.no>
|
* Norwegian J<>rgen Tvedt <pjtvedt@online.no> and Truls Slevigen <truls@slevigen.no>
|
||||||
* Finnish Hannu Savolainen <hannu@opensound.com> and Jaakko Hyv<79>tti <jaakko@hyvatti.iki.fi>
|
* Finnish Hannu Savolainen <hannu@opensound.com> and Jaakko Hyv<79>tti <jaakko@hyvatti.iki.fi>
|
||||||
* Polish Michael Rakowski <mrak@gmx.de>
|
* Polish Michael Rakowski <mrak@gmx.de>
|
||||||
@@ -214,7 +214,7 @@ const tI18nPhrase Phrases[] = {
|
|||||||
"",// TODO
|
"",// TODO
|
||||||
"",// TODO
|
"",// TODO
|
||||||
"",// TODO
|
"",// TODO
|
||||||
"",// TODO
|
"Commandes d'enregistrement",
|
||||||
"",// TODO
|
"",// TODO
|
||||||
"Nauhoituskomennot",
|
"Nauhoituskomennot",
|
||||||
"",// TODO
|
"",// TODO
|
||||||
@@ -674,7 +674,7 @@ const tI18nPhrase Phrases[] = {
|
|||||||
"",// TODO
|
"",// TODO
|
||||||
"",// TODO
|
"",// TODO
|
||||||
"",// TODO
|
"",// TODO
|
||||||
"",// TODO
|
"Ins<EFBFBD>rt",
|
||||||
"",// TODO
|
"",// TODO
|
||||||
"Lis<EFBFBD><EFBFBD>",
|
"Lis<EFBFBD><EFBFBD>",
|
||||||
"",// TODO
|
"",// TODO
|
||||||
@@ -691,7 +691,7 @@ const tI18nPhrase Phrases[] = {
|
|||||||
"",// TODO
|
"",// TODO
|
||||||
"",// TODO
|
"",// TODO
|
||||||
"",// TODO
|
"",// TODO
|
||||||
"",// TODO
|
"<EFBFBD>craser",
|
||||||
"",// TODO
|
"",// TODO
|
||||||
"Korvaa",
|
"Korvaa",
|
||||||
"",// TODO
|
"",// TODO
|
||||||
@@ -725,7 +725,7 @@ const tI18nPhrase Phrases[] = {
|
|||||||
"",//TODO
|
"",//TODO
|
||||||
"",//TODO
|
"",//TODO
|
||||||
"",//TODO
|
"",//TODO
|
||||||
"",//TODO
|
"R<EFBFBD>initialisation",
|
||||||
"",//TODO
|
"",//TODO
|
||||||
"",//TODO
|
"",//TODO
|
||||||
"",//TODO
|
"",//TODO
|
||||||
@@ -999,7 +999,7 @@ const tI18nPhrase Phrases[] = {
|
|||||||
"",//TODO
|
"",//TODO
|
||||||
"",//TODO
|
"",//TODO
|
||||||
"",//TODO
|
"",//TODO
|
||||||
"",//TODO
|
"Source",
|
||||||
"",//TODO
|
"",//TODO
|
||||||
"L<EFBFBD>hde",
|
"L<EFBFBD>hde",
|
||||||
"",//TODO
|
"",//TODO
|
||||||
@@ -1579,7 +1579,7 @@ const tI18nPhrase Phrases[] = {
|
|||||||
"",//TODO
|
"",//TODO
|
||||||
"",//TODO
|
"",//TODO
|
||||||
"",//TODO
|
"",//TODO
|
||||||
"",//TODO
|
"Cha<EFBFBD>ne non disponible!",
|
||||||
"",//TODO
|
"",//TODO
|
||||||
"Kanavaa ei voi katsoa nyt!",
|
"Kanavaa ei voi katsoa nyt!",
|
||||||
"",//TODO
|
"",//TODO
|
||||||
@@ -1596,7 +1596,7 @@ const tI18nPhrase Phrases[] = {
|
|||||||
"",//TODO
|
"",//TODO
|
||||||
"",//TODO
|
"",//TODO
|
||||||
"",//TODO
|
"",//TODO
|
||||||
"",//TODO
|
"Caract<EFBFBD>ristiques des cha<68>nes",//TODO French: that's not what it means!
|
||||||
"",//TODO
|
"",//TODO
|
||||||
"",//TODO
|
"",//TODO
|
||||||
"",//TODO
|
"",//TODO
|
||||||
@@ -1647,7 +1647,7 @@ const tI18nPhrase Phrases[] = {
|
|||||||
"",//TODO
|
"",//TODO
|
||||||
"",//TODO
|
"",//TODO
|
||||||
"",//TODO
|
"",//TODO
|
||||||
"",//TODO
|
"Pas de marques d'<27>dition d<>finies!",
|
||||||
"",//TODO
|
"",//TODO
|
||||||
"",//TODO
|
"",//TODO
|
||||||
"",//TODO
|
"",//TODO
|
||||||
@@ -1732,7 +1732,7 @@ const tI18nPhrase Phrases[] = {
|
|||||||
"",//TODO
|
"",//TODO
|
||||||
"",//TODO
|
"",//TODO
|
||||||
"",//TODO
|
"",//TODO
|
||||||
"",//TODO
|
"Impossible d'ouvrir le menu CAM!",
|
||||||
"",//TODO
|
"",//TODO
|
||||||
"",//TODO
|
"",//TODO
|
||||||
"",//TODO
|
"",//TODO
|
||||||
@@ -1749,7 +1749,7 @@ const tI18nPhrase Phrases[] = {
|
|||||||
"",//TODO
|
"",//TODO
|
||||||
"",//TODO
|
"",//TODO
|
||||||
"",//TODO
|
"",//TODO
|
||||||
"",//TODO
|
"Impossible de r<>initialiser la CAM!",
|
||||||
"",//TODO
|
"",//TODO
|
||||||
"",//TODO
|
"",//TODO
|
||||||
"",//TODO
|
"",//TODO
|
||||||
@@ -1766,7 +1766,7 @@ const tI18nPhrase Phrases[] = {
|
|||||||
"",//TODO
|
"",//TODO
|
||||||
"",//TODO
|
"",//TODO
|
||||||
"",//TODO
|
"",//TODO
|
||||||
"",//TODO
|
"La CAM a <20>t<EFBFBD> r<>initialis<69>e",
|
||||||
"",//TODO
|
"",//TODO
|
||||||
"",//TODO
|
"",//TODO
|
||||||
"",//TODO
|
"",//TODO
|
||||||
@@ -2380,7 +2380,7 @@ const tI18nPhrase Phrases[] = {
|
|||||||
"",// TODO
|
"",// TODO
|
||||||
"",// TODO
|
"",// TODO
|
||||||
"",// TODO
|
"",// TODO
|
||||||
"",// TODO
|
"Dur<EFBFBD>e de vie des pauses (j)",
|
||||||
"",// TODO
|
"",// TODO
|
||||||
"",// TODO
|
"",// TODO
|
||||||
"",// TODO
|
"",// TODO
|
||||||
@@ -2397,7 +2397,7 @@ const tI18nPhrase Phrases[] = {
|
|||||||
"",// TODO
|
"",// TODO
|
||||||
"",// TODO
|
"",// TODO
|
||||||
"",// TODO
|
"",// TODO
|
||||||
"",// TODO
|
"Priorit<EFBFBD> des pauses",
|
||||||
"",// TODO
|
"",// TODO
|
||||||
"",// TODO
|
"",// TODO
|
||||||
"",// TODO
|
"",// TODO
|
||||||
@@ -3166,7 +3166,7 @@ const tI18nPhrase Phrases[] = {
|
|||||||
"",// TODO
|
"",// TODO
|
||||||
"",// TODO
|
"",// TODO
|
||||||
"Stop",
|
"Stop",
|
||||||
"",// TODO
|
"",// TODO French: still missing
|
||||||
"",// TODO
|
"",// TODO
|
||||||
"",// TODO
|
"",// TODO
|
||||||
"",// TODO
|
"",// TODO
|
||||||
@@ -3370,7 +3370,7 @@ const tI18nPhrase Phrases[] = {
|
|||||||
"",// TODO
|
"",// TODO
|
||||||
"",// TODO
|
"",// TODO
|
||||||
"",// TODO
|
"",// TODO
|
||||||
"",// TODO
|
"",// TODO French: still missing
|
||||||
"",// TODO
|
"",// TODO
|
||||||
"",// TODO
|
"",// TODO
|
||||||
"",// TODO
|
"",// TODO
|
||||||
@@ -3694,7 +3694,7 @@ const tI18nPhrase Phrases[] = {
|
|||||||
"",// TODO
|
"",// TODO
|
||||||
"",// TODO
|
"",// TODO
|
||||||
"",// TODO
|
"",// TODO
|
||||||
"Ce plugin n'a pas de param<61>tres !",
|
"Ce plugin n'a pas de param<61>tres!",
|
||||||
"",// TODO
|
"",// TODO
|
||||||
"T<EFBFBD>ll<EFBFBD> laajennoksella ei ole asetuksia!",
|
"T<EFBFBD>ll<EFBFBD> laajennoksella ei ole asetuksia!",
|
||||||
"",// TODO
|
"",// TODO
|
||||||
|
Reference in New Issue
Block a user