annotate help/help_mp-fr.h @ 8688:28ab58268c35

sync
author nicolas
date Tue, 31 Dec 2002 18:47:43 +0000
parents 4f4c0cec1e8e
children b78e116487e8
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8189
332f083385ac sync with help_mp-en.h 1.66
pl
parents: 8000
diff changeset
1 // sync'ed with help_mp-en.h 1.66
8688
nicolas
parents: 8419
diff changeset
2 // Updates & fixes by pl <p_l@gmx.fr> & n.le gaillart <n@tourmentine.com>
3610
119d9400cc02 sync with help_mp-en.h 1.19
pl
parents: 3589
diff changeset
3 // Original transation by Firebird <firebird@chez.com>
2145
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
4
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
5 // ========================= Aide MPlayer ===========================
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
6
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
7 #ifdef HELP_MP_DEFINE_STATIC
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
8 static char* banner_text=
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
9 "\n\n"
8688
nicolas
parents: 8419
diff changeset
10 "MPlayer " VERSION "(C) 2000-2002 Arpad Gereoffy (voir les DOCS)\n"
2145
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
11 "\n";
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
12
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
13 static char help_text[]=
8688
nicolas
parents: 8419
diff changeset
14 "Utilisation: mplayer [options] [url|répertoire/]fichier\n"
2145
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
15 "\n"
8688
nicolas
parents: 8419
diff changeset
16 "Options de base: (liste complète dans la page de man)\n"
6226
e13d91f1c748 updates & synchro with help_mp-en r1.29
pl
parents: 4449
diff changeset
17 " -vo <pil[:pér]> Sél. le pil. et le périph. vidéo ('-vo help' pour la liste)\n"
e13d91f1c748 updates & synchro with help_mp-en r1.29
pl
parents: 4449
diff changeset
18 " -ao <pil[:pér]> Sél. le pil. et le périph. audio ('-ao help' pour la liste)\n"
e13d91f1c748 updates & synchro with help_mp-en r1.29
pl
parents: 4449
diff changeset
19 #ifdef HAVE_VCD
8688
nicolas
parents: 8419
diff changeset
20 " -vcd <n°piste> Lit une piste VCD (Video CD) plutôt qu'un fichier\n"
6226
e13d91f1c748 updates & synchro with help_mp-en r1.29
pl
parents: 4449
diff changeset
21 #endif
2145
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
22 #ifdef HAVE_LIBCSS
6226
e13d91f1c748 updates & synchro with help_mp-en r1.29
pl
parents: 4449
diff changeset
23 " -dvdauth <pér> Précise le chemin du lecteur DVD (pour les DVD cryptés)\n"
2145
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
24 #endif
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
25 #ifdef USE_DVDREAD
8688
nicolas
parents: 8419
diff changeset
26 " -dvd <n°titre> Joue un titre DVD plutôt qu'un fichier\n"
nicolas
parents: 8419
diff changeset
27 " -alang/-slang Sélectionne la langue audio/sous-titres (code pays à 2 lettres)\n"
2145
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
28 #endif
6226
e13d91f1c748 updates & synchro with help_mp-en r1.29
pl
parents: 4449
diff changeset
29 " -ss <temps> Démarre la lecture à 'temps' (temps en secondes ou hh:mm:ss)\n"
e13d91f1c748 updates & synchro with help_mp-en r1.29
pl
parents: 4449
diff changeset
30 " -nosound Ne joue aucun son\n"
8688
nicolas
parents: 8419
diff changeset
31 " -fs Lecture plein-écran (ou -vm, -zoom, détails dans la page de man)\n"
nicolas
parents: 8419
diff changeset
32 " -x <x> -y <y> Résolution de l'affichage (à utiliser avec -vm ou -zoom)\n"
6226
e13d91f1c748 updates & synchro with help_mp-en r1.29
pl
parents: 4449
diff changeset
33 " -sub <fich> Spécifie les sous-titres à utiliser (cf. -subfps, -subdelay)\n"
e13d91f1c748 updates & synchro with help_mp-en r1.29
pl
parents: 4449
diff changeset
34 " -playlist <fich> Spécifie la liste des fichiers à jouer\n"
8419
4f4c0cec1e8e Sync by Nicolas Tourmentine <n@tourmentine.com>.
diego
parents: 8189
diff changeset
35 " -vid x -aid y Spécifie les flux vidéo (x) et audio (y) à jouer\n"
2663
4929b296e465 added new options ( -playlist < > )
pl
parents: 2163
diff changeset
36 " -fps x -srate y Options pour changer les fréq. vidéo (x fps) et audio (y Hz)\n"
8688
nicolas
parents: 8419
diff changeset
37 " -pp <qualité> Active le filtre de postprocessing (détails dans la page de man)\n"
8419
4f4c0cec1e8e Sync by Nicolas Tourmentine <n@tourmentine.com>.
diego
parents: 8189
diff changeset
38 " -framedrop saut d'images (pour les machines lentes)\n"
2145
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
39 "\n"
8688
nicolas
parents: 8419
diff changeset
40 "Fonctions au clavier: (liste complète dans la page de man, voir aussi input.conf)\n"
6226
e13d91f1c748 updates & synchro with help_mp-en r1.29
pl
parents: 4449
diff changeset
41 " <- ou -> + / - 10 secondes\n"
e13d91f1c748 updates & synchro with help_mp-en r1.29
pl
parents: 4449
diff changeset
42 " haut ou bas + / - 1 minute\n"
e13d91f1c748 updates & synchro with help_mp-en r1.29
pl
parents: 4449
diff changeset
43 " PgUp ou PgDown + / - de 10 minutes\n"
e13d91f1c748 updates & synchro with help_mp-en r1.29
pl
parents: 4449
diff changeset
44 " < ou > Fichier suivant / précédent dans la playlist\n"
2663
4929b296e465 added new options ( -playlist < > )
pl
parents: 2163
diff changeset
45 " p ou ESPACE Pause (presser n'importe quelle touche pour continuer)\n"
8688
nicolas
parents: 8419
diff changeset
46 " q ou ESC Arrète la lecture et quitte le programme\n"
6226
e13d91f1c748 updates & synchro with help_mp-en r1.29
pl
parents: 4449
diff changeset
47 " + ou - Synchro audio / vidéo: +/- 0.1 seconde\n"
e13d91f1c748 updates & synchro with help_mp-en r1.29
pl
parents: 4449
diff changeset
48 " o Change l'OSD: rien / barre de recherche / barre rech. + temps\n"
e13d91f1c748 updates & synchro with help_mp-en r1.29
pl
parents: 4449
diff changeset
49 " * ou / Augmente/diminue le volume PCM\n"
e13d91f1c748 updates & synchro with help_mp-en r1.29
pl
parents: 4449
diff changeset
50 " z ou x Synchro des sous-titres: +/- 0.1 seconde\n"
8688
nicolas
parents: 8419
diff changeset
51 " r ou t Pos. des sous-titres: plus haut/plus bas, voir aussi -vop expand\n"
2145
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
52 "\n"
8688
nicolas
parents: 8419
diff changeset
53 " * * * VOIR LA PAGE MAN POUR LES DETAILS ET LES AUTRES OPTIONS ET TOUCHES (AVANCEES) * * *\n"
2145
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
54 "\n";
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
55 #endif
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
56
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
57 // ========================= Messages MPlayer ===========================
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
58
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
59 // mplayer.c:
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
60
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
61 #define MSGTR_Exiting "\nSortie... (%s)\n"
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
62 #define MSGTR_Exit_quit "Fin"
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
63 #define MSGTR_Exit_eof "Fin du fichier"
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
64 #define MSGTR_Exit_error "Erreur fatale"
2685
0ce577c9b641 message for xanim codecs
pl
parents: 2663
diff changeset
65 #define MSGTR_IntBySignal "\nMPlayer interrompu par le signal %d dans le module: %s \n"
7440
db45f7ac40d9 sync with help_mp-en.h 1.56
pl
parents: 7325
diff changeset
66 #define MSGTR_NoHomeDir "Ne peut trouver répertoire HOME\n"
2145
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
67 #define MSGTR_GetpathProblem "Problème get_path(\"config\")\n"
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
68 #define MSGTR_CreatingCfgFile "Création du fichier de config: %s\n"
8688
nicolas
parents: 8419
diff changeset
69 #define MSGTR_InvalidVOdriver "Nom du pilote de sortie vidéo invalide: %s\nUtilisez '-vo help' pour avoir une liste des pilotes disponibles.\n"
nicolas
parents: 8419
diff changeset
70 #define MSGTR_InvalidAOdriver "Nom du pilote de sortie audio invalide: %s\nUtilisez '-ao help' pour avoir une liste des pilotes disponibles.\n"
nicolas
parents: 8419
diff changeset
71 #define MSGTR_CopyCodecsConf "Copiez/liez etc/codecs.conf depuis le source de MPlayer vers ~/.mplayer/codecs.conf)\n"
2163
bd20aefca3fa typo and DOCS fixes by pl <p_l@gmx.fr>
arpi
parents: 2145
diff changeset
72 #define MSGTR_CantLoadFont "Ne peut charger la police: %s\n"
2145
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
73 #define MSGTR_CantLoadSub "Ne peut charger les sous-titres: %s\n"
2163
bd20aefca3fa typo and DOCS fixes by pl <p_l@gmx.fr>
arpi
parents: 2145
diff changeset
74 #define MSGTR_ErrorDVDkey "Erreur avec la clé du DVD.\n"
7440
db45f7ac40d9 sync with help_mp-en.h 1.56
pl
parents: 7325
diff changeset
75 #define MSGTR_CmdlineDVDkey "La clé DVD demandée sera utilisée pour le décryptage.\n"
2145
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
76 #define MSGTR_DVDauthOk "La séquence d'authentification DVD semble OK.\n"
8688
nicolas
parents: 8419
diff changeset
77 #define MSGTR_DumpSelectedStreamMissing "dump: FATAL: le flux sélectionné est manquant!\n"
nicolas
parents: 8419
diff changeset
78 #define MSGTR_CantOpenDumpfile "Impossible d'ouvrir le fichier dump!!!\n"
nicolas
parents: 8419
diff changeset
79 #define MSGTR_CoreDumped "Core dumped :)\n"
nicolas
parents: 8419
diff changeset
80 #define MSGTR_FPSnotspecified "FPS non spécifié ou invalide dans l'entête! Utilisez l'option -fps.\n"
nicolas
parents: 8419
diff changeset
81 #define MSGTR_TryForceAudioFmtStr "Tente de forcer la famille de pilotes %s du codec audio ...\n"
nicolas
parents: 8419
diff changeset
82 #define MSGTR_CantFindAfmtFallback "Ne peut trouver de codec audio pour la famille de pilotes imposée, utilisation d'autres.\n"
nicolas
parents: 8419
diff changeset
83 #define MSGTR_CantFindAudioCodec "Ne peut trouver de codec pour le format audio 0x%X !\n"
8419
4f4c0cec1e8e Sync by Nicolas Tourmentine <n@tourmentine.com>.
diego
parents: 8189
diff changeset
84 #define MSGTR_TryUpgradeCodecsConfOrRTFM "*** Tentez de mettre à jour %s à partir de etc/codecs.conf\n*** Si ce n'est toujours pas bon, alors lisez DOCS/codecs.html ou DOCS/fr/codecs.html !\n"
8688
nicolas
parents: 8419
diff changeset
85 #define MSGTR_CouldntInitAudioCodec "Impossible d'initialiser le codec audio -> pas de son\n"
nicolas
parents: 8419
diff changeset
86 #define MSGTR_TryForceVideoFmtStr "Tente de forcer famille de pilotes %s du codec vidéo %s ...\n"
2163
bd20aefca3fa typo and DOCS fixes by pl <p_l@gmx.fr>
arpi
parents: 2145
diff changeset
87 #define MSGTR_CantFindVideoCodec "Ne peut trouver codec pour format vidéo 0x%X !\n"
8688
nicolas
parents: 8419
diff changeset
88 #define MSGTR_VOincompCodec "Le pilote de sortie vidéo choisi n'est pas compatible avec ce codec.\n"
nicolas
parents: 8419
diff changeset
89 #define MSGTR_CannotInitVO "FATAL: Ne peut initialiser le pilote vidéo.\n"
nicolas
parents: 8419
diff changeset
90 #define MSGTR_CannotInitAO "Ne peut ouvrir/initialiser le périphérique audio -> aucun son\n"
nicolas
parents: 8419
diff changeset
91 #define MSGTR_StartPlaying "Démarre la lecture...\n"
nicolas
parents: 8419
diff changeset
92 #define MSGTR_SystemTooSlow "\n\n"\
nicolas
parents: 8419
diff changeset
93 " ************************************************************"\n"\
nicolas
parents: 8419
diff changeset
94 " **** Votre système est trop LENT pour jouer ce fichier! ****"\n"\
nicolas
parents: 8419
diff changeset
95 " ************************************************************\n"\
nicolas
parents: 8419
diff changeset
96 "!!! Raisons possibles, problèmes, solutions: \n"\
nicolas
parents: 8419
diff changeset
97 "- Le plus courant: pilote _audio_ cassé/bogué: Essayez -ao sdl ou utilisez\n"\
nicolas
parents: 8419
diff changeset
98 " ALSA 0.5 ou l'émulation OSS d'ALSA 0.9. Lisez DOCS/sound.html pour plus d'astuces!\n"\
nicolas
parents: 8419
diff changeset
99 " Essayez aussi avec -autosync 30 ou d'autres valeurs.\n"\
nicolas
parents: 8419
diff changeset
100 "- Vidéo lente. Essayez avec un pilotes -vo différent (-vo help pour la liste) ou\n"\
nicolas
parents: 8419
diff changeset
101 " esssayez avec -framedrop! lisez DOCS/video.html pour les astuces de réglage.\n"\
nicolas
parents: 8419
diff changeset
102 "- CPU lent. Evitez de lire de gros DVD/DivX sur un CPU lent! essayez -hardframedrop.\n"\
nicolas
parents: 8419
diff changeset
103 "- Fichier corrompu => essayez des mélanges de: -nobps -ni -mc 0 -forceidx\n"\
nicolas
parents: 8419
diff changeset
104 "- Pour jouer depuis un média lent (nfs/smb, DVD, VCD, etc.), essayez avec -cache 8192\n"\
nicolas
parents: 8419
diff changeset
105 "- -cache est utilisé avec un fichier AVI mal multiplexé? Essayez avec -nocache\n"\
nicolas
parents: 8419
diff changeset
106 "Si rien de tout cela ne résout le problème, lisez DOCS/bugreports.html.\n\n"
2145
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
107
2163
bd20aefca3fa typo and DOCS fixes by pl <p_l@gmx.fr>
arpi
parents: 2145
diff changeset
108 #define MSGTR_NoGui "MPlayer a été compilé SANS support GUI!\n"
6226
e13d91f1c748 updates & synchro with help_mp-en r1.29
pl
parents: 4449
diff changeset
109 #define MSGTR_GuiNeedsX "MPlayer GUI a besoin de X11!\n"
2145
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
110 #define MSGTR_Playing "Joue %s\n"
8688
nicolas
parents: 8419
diff changeset
111 #define MSGTR_NoSound "Audio: aucun son!!!\n"
6226
e13d91f1c748 updates & synchro with help_mp-en r1.29
pl
parents: 4449
diff changeset
112 #define MSGTR_FPSforced "FPS forcé à %5.3f (ftime: %5.3f)\n"
8688
nicolas
parents: 8419
diff changeset
113 #define MSGTR_CompiledWithRuntimeDetection "Compilé avec détection du CPU à l'exécution - ATTENTION, ce n'est pas optimal! Pour de meilleures performances, recompilez MPlayer avec l'option --disable-runtime-cpudetection\n"
7295
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
114 #define MSGTR_CompiledWithCPUExtensions "Compilé pour CPU x86 avec les extensions:"
8688
nicolas
parents: 8419
diff changeset
115 #define MSGTR_AvailableVideoOutputPlugins "Plugins de sortie vidéo disponibles:\n"
nicolas
parents: 8419
diff changeset
116 #define MSGTR_AvailableVideoOutputDrivers "Pilotes de sortie vidéo disponibles:\n"
nicolas
parents: 8419
diff changeset
117 #define MSGTR_AvailableAudioOutputDrivers "Pilotes de sortie audio disponibles::\n"
7295
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
118 #define MSGTR_AvailableAudioCodecs "Codecs audio disponibles:\n"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
119 #define MSGTR_AvailableVideoCodecs "Codecs vidéo disponibles:\n"
8688
nicolas
parents: 8419
diff changeset
120 #define MSGTR_AvailableAudioFm "\nFamilles/pilotes de codecs audio disponibles (inclus à la compilation):\n"
nicolas
parents: 8419
diff changeset
121 #define MSGTR_AvailableVideoFm "\nFamilles/pilotes de codecs vidéo disponibles (inclus à la compilation):\n"
7295
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
122 #define MSGTR_UsingRTCTiming "Utilisation de la synchronisation matérielle par RTC (%ldHz)\n"
7805
f71bc57c4da9 Fixed two typos noticed by Sycotic Smith (I think).
diego
parents: 7716
diff changeset
123 #define MSGTR_CannotReadVideoProperties "Vidéo: ne pas pas lire les propriétés\n"
7295
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
124 #define MSGTR_NoStreamFound "Pas de flux trouvé\n"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
125 #define MSGTR_InitializingAudioCodec "Initialisation des codecs audio...\n"
8688
nicolas
parents: 8419
diff changeset
126 #define MSGTR_ErrorInitializingVODevice "Erreur à l'ouverture/initialisation de la sortie vidéo choisie (-vo)!\n"
7295
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
127 #define MSGTR_ForcedVideoCodec "Codec vidéo forcé: %s\n"
7716
d8aaa4163dea sync with help_mp-en.h 1.63
pl
parents: 7552
diff changeset
128 #define MSGTR_ForcedAudioCodec "Codec audio forcé: %s\n"
7295
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
129 #define MSGTR_AODescription_AOAuthor "AO: Description: %s\nAO: Auteur: %s\n"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
130 #define MSGTR_AOComment "AO: Commentaire: %s\n"
8688
nicolas
parents: 8419
diff changeset
131 #define MSGTR_Video_NoVideo "Vidéo: Pas de vidéo!!!\n"
nicolas
parents: 8419
diff changeset
132 #define MSGTR_NotInitializeVOPorVO "\nFATAL: n'a pas pu initialiser les filtres vidéo (-vop) ou la sortie vidéo (-vo).\n"
nicolas
parents: 8419
diff changeset
133 #define MSGTR_Paused "\n================= PAUSE =================\n"
8419
4f4c0cec1e8e Sync by Nicolas Tourmentine <n@tourmentine.com>.
diego
parents: 8189
diff changeset
134 #define MSGTR_PlaylistLoadUnable "\nNe peut pas charger la liste de lecture %s\n"
7295
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
135
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
136 // mencoder.c
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
137
8688
nicolas
parents: 8419
diff changeset
138 #define MSGTR_MEncoderCopyright "(C) 2000-2002 Arpad Gereoffy (voir les DOCS)\n"
8419
4f4c0cec1e8e Sync by Nicolas Tourmentine <n@tourmentine.com>.
diego
parents: 8189
diff changeset
139 #define MSGTR_UsingPass3ControllFile "Utilisation du fichier de contrôle de la passe 3\n"
7295
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
140 #define MSGTR_MissingFilename "\nNom de fichier manquant!\n\n"
8688
nicolas
parents: 8419
diff changeset
141 #define MSGTR_CannotOpenFile_Device "Ne peut pas ouvrir le fichier/périph.\n"
nicolas
parents: 8419
diff changeset
142 #define MSGTR_ErrorDVDAuth "Erreur dans l'authentification du DVD.\n"
7295
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
143 #define MSGTR_CannotOpenDemuxer "Ne peut pas ouvrir le démultiplexeur\n"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
144 #define MSGTR_NoAudioEncoderSelected "\nPas d'encodeur audio (-oac) choisi! Choisissez en un ou utilisez -nosound. Essayez -oac help !\n"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
145 #define MSGTR_NoVideoEncoderSelected "\nPas d'encodeur vidéo (-ovc) choisi! Choisissez-en un, essayez -ovc help !\n"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
146 #define MSGTR_CannotOpenOutputFile "Ne peut pas ouvrir le fichier de sortie '%s'\n"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
147 #define MSGTR_EncoderOpenFailed "N'a pas pu ouvrir l'encodeur\n"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
148 #define MSGTR_ForcingOutputFourcc "Code fourcc de sortie forcé à %x [%.4s]\n"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
149 #define MSGTR_WritingAVIHeader "Ecriture de l'entête AVI...\n"
8688
nicolas
parents: 8419
diff changeset
150 #define MSGTR_DuplicateFrames "\n%d trame(s) dupliquée(s)!!!\n"
nicolas
parents: 8419
diff changeset
151 #define MSGTR_SkipFrame "\nTrame supprimée!!! \n"
nicolas
parents: 8419
diff changeset
152 #define MSGTR_ErrorWritingFile "%s: Erreur durant l'écriture du fichier.\n"
7295
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
153 #define MSGTR_WritingAVIIndex "\nEcriture de l'index AVI...\n"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
154 #define MSGTR_FixupAVIHeader "Correction de l'entête AVI...\n"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
155 #define MSGTR_RecommendedVideoBitrate "Bitrate vidéo recommandé pour %s CD: %d\n"
8688
nicolas
parents: 8419
diff changeset
156 #define MSGTR_VideoStreamResult "\nFlux vidéo: %8.3f kbit/s (%d bps) taille: %d octets %5.3f secs %d trames\n"
nicolas
parents: 8419
diff changeset
157 #define MSGTR_AudioStreamResult "\nFlux audio: %8.3f kbit/s (%d bps) taille: %d octets %5.3f secs\n"
2145
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
158
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
159 // open.c, stream.c:
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
160 #define MSGTR_CdDevNotfound "Lecteur CD-ROM '%s' non trouvé!\n"
8688
nicolas
parents: 8419
diff changeset
161 #define MSGTR_ErrTrackSelect "Erreur lors du choix de la piste VCD.\n"
2163
bd20aefca3fa typo and DOCS fixes by pl <p_l@gmx.fr>
arpi
parents: 2145
diff changeset
162 #define MSGTR_ReadSTDIN "Lecture depuis stdin...\n"
bd20aefca3fa typo and DOCS fixes by pl <p_l@gmx.fr>
arpi
parents: 2145
diff changeset
163 #define MSGTR_UnableOpenURL "Ne peut ouvrir l'URL: %s\n"
2145
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
164 #define MSGTR_ConnToServer "Connecté au serveur: %s\n"
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
165 #define MSGTR_FileNotFound "Fichier non trouvé: '%s'\n"
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
166
7716
d8aaa4163dea sync with help_mp-en.h 1.63
pl
parents: 7552
diff changeset
167 #define MSGTR_SMBInitError "Ne peut pas initialiser libsmbclient: %d\n"
d8aaa4163dea sync with help_mp-en.h 1.63
pl
parents: 7552
diff changeset
168 #define MSGTR_SMBFileNotFound "Ne peut pas ouvrir depuis le réseau: '%s'\n"
d8aaa4163dea sync with help_mp-en.h 1.63
pl
parents: 7552
diff changeset
169 #define MSGTR_SMBNotCompiled "MPlayer n'a pas été compilé avec le support SMB.\n"
d8aaa4163dea sync with help_mp-en.h 1.63
pl
parents: 7552
diff changeset
170
2163
bd20aefca3fa typo and DOCS fixes by pl <p_l@gmx.fr>
arpi
parents: 2145
diff changeset
171 #define MSGTR_CantOpenDVD "Ne peut ouvrir le lecteur DVD: %s\n"
8688
nicolas
parents: 8419
diff changeset
172 #define MSGTR_DVDwait "Lecture de la structure du disque, veuillez patienter...\n"
2145
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
173 #define MSGTR_DVDnumTitles "Il y a %d titres sur ce DVD.\n"
6226
e13d91f1c748 updates & synchro with help_mp-en r1.29
pl
parents: 4449
diff changeset
174 #define MSGTR_DVDinvalidTitle "Numéro de titre DVD invalide: %d\n"
2145
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
175 #define MSGTR_DVDnumChapters "Il y a %d chapitres sur ce titre DVD.\n"
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
176 #define MSGTR_DVDinvalidChapter "Numéro de chapitre DVD invalide: %d\n"
2163
bd20aefca3fa typo and DOCS fixes by pl <p_l@gmx.fr>
arpi
parents: 2145
diff changeset
177 #define MSGTR_DVDnumAngles "Il y a %d séquences sur ce titre DVD.\n"
2145
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
178 #define MSGTR_DVDinvalidAngle "Numéro de séquence DVD invalide: %d\n"
2163
bd20aefca3fa typo and DOCS fixes by pl <p_l@gmx.fr>
arpi
parents: 2145
diff changeset
179 #define MSGTR_DVDnoIFO "Ne peut ouvrir le fichier IFO pour le titre DVD %d.\n"
2145
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
180 #define MSGTR_DVDnoVOBs "Ne peut ouvrir titre VOBS (VTS_%02d_1.VOB).\n"
8688
nicolas
parents: 8419
diff changeset
181 #define MSGTR_DVDopenOk "DVD ouvert avec succès.\n"
2145
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
182
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
183 // demuxer.c, demux_*.c:
8688
nicolas
parents: 8419
diff changeset
184 #define MSGTR_AudioStreamRedefined "ATTENTION: Entête du flux audio %d redéfini.\n"
nicolas
parents: 8419
diff changeset
185 #define MSGTR_VideoStreamRedefined "ATTENTION: Entête du flux vidéo %d redéfini.\n"
nicolas
parents: 8419
diff changeset
186 #define MSGTR_TooManyAudioInBuffer "\nDEMUXER: Trop (%d dans %d octets) de paquets audio dans le tampon!\n"
nicolas
parents: 8419
diff changeset
187 #define MSGTR_TooManyVideoInBuffer "\nDEMUXER: Trop (%d dans %d octets) de paquets vidéo dans le tampon!\n"
nicolas
parents: 8419
diff changeset
188 #define MSGTR_MaybeNI "Peut-être que vous jouez un flux/fichier mal multiplexé, ou qu le codec a échoué?\n" \
nicolas
parents: 8419
diff changeset
189 "Pour les fichier .AVI, essayez de forcer le mode non-entrelaçé avec l'option -ni.\n"
nicolas
parents: 8419
diff changeset
190 #define MSGTR_SwitchToNi "\nFichier .AVI non entrelaçé - passage en mode -ni...\n"
nicolas
parents: 8419
diff changeset
191 #define MSGTR_Detected_XXX_FileFormat "Fichier de type %s détecté.\n"
nicolas
parents: 8419
diff changeset
192 #define MSGTR_DetectedAudiofile "Fichier audio détecté.\n"
nicolas
parents: 8419
diff changeset
193 #define MSGTR_NotSystemStream "Pas un flux de type MPEG System... (peut-être un Flux de Transport?)\n"
6226
e13d91f1c748 updates & synchro with help_mp-en r1.29
pl
parents: 4449
diff changeset
194 #define MSGTR_InvalidMPEGES "Flux MPEG-ES invalide??? Contactez l'auteur, c'est peut-être un bug :(\n"
2145
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
195 #define MSGTR_FormatNotRecognized "========== Désolé, ce format de fichier n'est pas reconnu/supporté ===========\n"\
8688
nicolas
parents: 8419
diff changeset
196 "== Si ce fichier est un flux AVI, ASF ou MPEG, merci de contacter l'auteur! ==\n"
nicolas
parents: 8419
diff changeset
197 #define MSGTR_MissingVideoStream "Aucun flux vidéo trouvé.\n"
nicolas
parents: 8419
diff changeset
198 #define MSGTR_MissingAudioStream "Aucun flux audio trouvé -> pas de son\n"
6226
e13d91f1c748 updates & synchro with help_mp-en r1.29
pl
parents: 4449
diff changeset
199 #define MSGTR_MissingVideoStreamBug "Flux vidéo manquant!? Contactez l'auteur, c'est peut-être un bug :(\n"
2145
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
200
8688
nicolas
parents: 8419
diff changeset
201 #define MSGTR_DoesntContainSelectedStream "Demux: le fichier ne contient pas le flux audio ou vidéo sélectionné.\n"
2145
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
202
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
203 #define MSGTR_NI_Forced "Forcé"
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
204 #define MSGTR_NI_Detected "Détecté"
8688
nicolas
parents: 8419
diff changeset
205 #define MSGTR_NI_Message "%s format de fichier AVI NON-ENTRELACE.\n"
2145
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
206
6226
e13d91f1c748 updates & synchro with help_mp-en r1.29
pl
parents: 4449
diff changeset
207 #define MSGTR_UsingNINI "Utilise le support des fichiers AVI mal multiplexés!\n"
8688
nicolas
parents: 8419
diff changeset
208 #define MSGTR_CouldntDetFNo "Ne peut déterminer le nombre de trames (pour recherche absolue)\n"
7440
db45f7ac40d9 sync with help_mp-en.h 1.56
pl
parents: 7325
diff changeset
209 #define MSGTR_CantSeekRawAVI "Ne peut chercher dans un flux .AVI brut! (Index requis, essayez l'option -idx!)\n"
2145
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
210 #define MSGTR_CantSeekFile "Ne peut chercher dans ce fichier! \n"
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
211
8688
nicolas
parents: 8419
diff changeset
212 #define MSGTR_EncryptedVOB "Fichier VOB crypté (support libcss non compilé!) Lire DOCS/cd-dvd.html\n"
nicolas
parents: 8419
diff changeset
213 #define MSGTR_EncryptedVOBauth "Flux crypté mais vous n'avez pas demandé d'authentification!!\n"
2145
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
214
8688
nicolas
parents: 8419
diff changeset
215 #define MSGTR_MOVcomprhdr "MOV: Les entêtes compressées ne sont pas (encore) supportées!\n"
nicolas
parents: 8419
diff changeset
216 #define MSGTR_MOVvariableFourCC "MOV: ATTENTION: Variable FOURCC détectée!?\n"
nicolas
parents: 8419
diff changeset
217 #define MSGTR_MOVtooManyTrk "MOV: ATTENTION: Trop de pistes!"
7295
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
218 #define MSGTR_FoundAudioStream "==> Flux audio trouvé: %d\n"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
219 #define MSGTR_FoundVideoStream "==> Flux vidéo trouvé: %d\n"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
220 #define MSGTR_DetectedTV "TV détectée! ;-)\n"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
221 #define MSGTR_ErrorOpeningOGGDemuxer "Ne peut pas ouvrir le demuxer ogg\n"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
222 #define MSGTR_ASFSearchingForAudioStream "ASF: recherche du flux audio (id:%d)\n"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
223 #define MSGTR_CannotOpenAudioStream "Ne peut pas ouvrir le flux audio: %s\n"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
224 #define MSGTR_CannotOpenSubtitlesStream "Ne peut pas ouvrir le flux des sous-titres: %s\n"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
225 #define MSGTR_OpeningAudioDemuxerFailed "N'a pas pu ouvrir le demuxer audio: %s\n"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
226 #define MSGTR_OpeningSubtitlesDemuxerFailed "N'a pas pu ouvrir le demuxer de sous-titres: %s\n"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
227 #define MSGTR_TVInputNotSeekable "Impossible de rechercher sur l'entrée TV! (cette opération correspondra surement à un changement de chaînes ;)\n"
7440
db45f7ac40d9 sync with help_mp-en.h 1.56
pl
parents: 7325
diff changeset
228 #define MSGTR_DemuxerInfoAlreadyPresent "Info du demuxer %s déjà présentes!\n"
7295
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
229 #define MSGTR_ClipInfo "Information sur le clip: \n"
2145
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
230
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
231 // dec_video.c & dec_audio.c:
2663
4929b296e465 added new options ( -playlist < > )
pl
parents: 2163
diff changeset
232 #define MSGTR_CantOpenCodec "Ne peut ouvrir le codec\n"
4929b296e465 added new options ( -playlist < > )
pl
parents: 2163
diff changeset
233 #define MSGTR_CantCloseCodec "Ne peut fermer le codec\n"
2145
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
234
7295
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
235 #define MSGTR_MissingDLLcodec "ERREUR: Ne peut trouver le codec DirectShow nécessaire: %s\n"
2663
4929b296e465 added new options ( -playlist < > )
pl
parents: 2163
diff changeset
236 #define MSGTR_ACMiniterror "Ne peut charger/initialiser le codec AUDIO Win32/ACM (fichier DLL manquant?)\n"
4929b296e465 added new options ( -playlist < > )
pl
parents: 2163
diff changeset
237 #define MSGTR_MissingLAVCcodec "Ne peut trouver le codec '%s' de libavcodec...\n"
2145
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
238
2163
bd20aefca3fa typo and DOCS fixes by pl <p_l@gmx.fr>
arpi
parents: 2145
diff changeset
239 #define MSGTR_MpegNoSequHdr "MPEG: FATAL: Fin du fichier lors de la recherche d'entête de séquence\n"
bd20aefca3fa typo and DOCS fixes by pl <p_l@gmx.fr>
arpi
parents: 2145
diff changeset
240 #define MSGTR_CannotReadMpegSequHdr "FATAL: Ne peut lire l'entête de séquence!\n"
bd20aefca3fa typo and DOCS fixes by pl <p_l@gmx.fr>
arpi
parents: 2145
diff changeset
241 #define MSGTR_CannotReadMpegSequHdrEx "FATAL: Ne peut lire l'extension d'entête de séquence!\n"
bd20aefca3fa typo and DOCS fixes by pl <p_l@gmx.fr>
arpi
parents: 2145
diff changeset
242 #define MSGTR_BadMpegSequHdr "MPEG: Mauvais entête de séquence!\n"
bd20aefca3fa typo and DOCS fixes by pl <p_l@gmx.fr>
arpi
parents: 2145
diff changeset
243 #define MSGTR_BadMpegSequHdrEx "MPEG: Mauvaise extension d'entête de séquence!\n"
2145
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
244
2163
bd20aefca3fa typo and DOCS fixes by pl <p_l@gmx.fr>
arpi
parents: 2145
diff changeset
245 #define MSGTR_ShMemAllocFail "Ne peut allouer de mémoire partagée\n"
2145
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
246 #define MSGTR_CantAllocAudioBuf "Ne peut allouer de tampon de sortie audio\n"
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
247
2663
4929b296e465 added new options ( -playlist < > )
pl
parents: 2163
diff changeset
248 #define MSGTR_UnknownAudio "Format audio inconnu/manquant -> pas de son\n"
2145
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
249
7295
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
250 #define MSGTR_UsingExternalPP "[PP] Utilisation de filtres de postprocessing externes, max q = %d\n"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
251 #define MSGTR_UsingCodecPP "[PP] Utilisation du postprocessing du codec, max q = %d\n"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
252 #define MSGTR_VideoAttributeNotSupportedByVO_VD "L'attribut vidéo '%s' n'est pas supporté par ce vo & ce vd! \n"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
253 #define MSGTR_VideoCodecFamilyNotAvailableStr "Famille de codecs vidéo demandée [%s] (vfm=%s) non disponible (activez-les à la compilation!)\n"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
254 #define MSGTR_AudioCodecFamilyNotAvailableStr "Famille de codecs audio demandée [%s] (afm=%s) non disponible (activez-les à la compilation!)\n"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
255 #define MSGTR_OpeningVideoDecoder "Ouverture du décodeur vidéo: [%s] %s\n"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
256 #define MSGTR_OpeningAudioDecoder "Ouverture du décodeur audio: [%s] %s\n"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
257 #define MSGTR_UninitVideoStr "Désinitialisation vidéo: %s \n"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
258 #define MSGTR_UninitAudioStr "Désinitialistion audio: %s \n"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
259 #define MSGTR_VDecoderInitFailed "Echec de l'initialisation du VDecoder :(\n"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
260 #define MSGTR_ADecoderInitFailed "Echec de l'initialisation de l'ADecoder :(\n"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
261 #define MSGTR_ADecoderPreinitFailed "Echec de la pré-initialisation de l'ADecoder :(\n"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
262 #define MSGTR_AllocatingBytesForInputBuffer "dec_audio: allocation de %d bytes comme tampon d'entrée\n"
8419
4f4c0cec1e8e Sync by Nicolas Tourmentine <n@tourmentine.com>.
diego
parents: 8189
diff changeset
263 #define MSGTR_AllocatingBytesForOutputBuffer "dec_audio: allocation %d + %d = %d octets comme tampon de sortie\n"
7295
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
264
2145
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
265 // LIRC:
7295
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
266 #define MSGTR_SettingUpLIRC "Mise en place du support LIRC...\n"
2163
bd20aefca3fa typo and DOCS fixes by pl <p_l@gmx.fr>
arpi
parents: 2145
diff changeset
267 #define MSGTR_LIRCdisabled "Vous ne pourrez pas utiliser votre télécommande\n"
8688
nicolas
parents: 8419
diff changeset
268 #define MSGTR_LIRCopenfailed "Impossible d'activer le support LIRC.\n"
nicolas
parents: 8419
diff changeset
269 #define MSGTR_LIRCcfgerr "Impossible de lire le fichier de config de LIRC %s.\n"
2145
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
270
7295
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
271 // vf.c
8688
nicolas
parents: 8419
diff changeset
272 #define MSGTR_CouldNotFindVideoFilter "N'a pas pu trouver le filtre vidéo '%s'\n"
7295
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
273 #define MSGTR_CouldNotOpenVideoFilter "N'a pas pu ouvrir le filtre vidéo '%s'\n"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
274 #define MSGTR_OpeningVideoFilter "Ouverture du filtre vidéo: "
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
275 #define MSGTR_CannotFindColorspace "Ne peut pas trouver d'espace de couleurs commun, même en utilisant 'scale' :(\n"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
276
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
277 // vd.c
8688
nicolas
parents: 8419
diff changeset
278 #define MSGTR_CodecDidNotSet "VDec: le codec n'a pas défini sh->disp_w et sh->disp_h, essai de contournement!\n"
7295
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
279 #define MSGTR_VoConfigRequest "VDec: requête de configuration du vo - %d x %d (csp préferé: %s)\n"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
280 #define MSGTR_CouldNotFindColorspace "N'a pas pu trouver d'espace de couleur correspondant - nouvel essai avec -vop scale...\n"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
281 #define MSGTR_MovieAspectIsSet "L'aspect du film est %.2f:1 - pré-redimensionnement à l'aspect correct.\n"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
282 #define MSGTR_MovieAspectUndefined "L'aspect du film est indéfini - pas de pré-redimensionnement appliqué.\n"
2145
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
283
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
284 // ====================== messages/boutons GUI ========================
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
285
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
286 #ifdef HAVE_NEW_GUI
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
287
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
288 // --- labels ---
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
289 #define MSGTR_About "À propos ..."
3505
f35c03c967a3 update to match the latest update in English version
pl
parents: 3102
diff changeset
290 #define MSGTR_FileSelect "Choisir un fichier ..."
f35c03c967a3 update to match the latest update in English version
pl
parents: 3102
diff changeset
291 #define MSGTR_SubtitleSelect "Choisir un sous-titre ..."
f35c03c967a3 update to match the latest update in English version
pl
parents: 3102
diff changeset
292 #define MSGTR_OtherSelect "Choisir ..."
7295
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
293 #define MSGTR_AudioFileSelect "Choisir une source audio extérieure ..."
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
294 #define MSGTR_FontSelect "Choisir une police ..."
8419
4f4c0cec1e8e Sync by Nicolas Tourmentine <n@tourmentine.com>.
diego
parents: 8189
diff changeset
295 #define MSGTR_PlayList "Liste de lecture"
7295
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
296 #define MSGTR_Equalizer "Equaliseur"
8419
4f4c0cec1e8e Sync by Nicolas Tourmentine <n@tourmentine.com>.
diego
parents: 8189
diff changeset
297 #define MSGTR_SkinBrowser "Navigateur de skins"
7295
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
298 #define MSGTR_Network "Streaming sur le réseau ..."
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
299 #define MSGTR_Preferences "Préférences"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
300 #define MSGTR_OSSPreferences "Configuration du pilote OSS"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
301 #define MSGTR_NoMediaOpened "pas de média ouvert"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
302 #define MSGTR_VCDTrack "Piste du VCD %d"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
303 #define MSGTR_NoChapter "Pas de chapitre"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
304 #define MSGTR_Chapter "Chapitre %d"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
305 #define MSGTR_NoFileLoaded "Pas de fichier chargé"
2145
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
306
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
307 // --- boutons ---
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
308 #define MSGTR_Ok "Ok"
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
309 #define MSGTR_Cancel "Annuler"
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
310 #define MSGTR_Add "Ajouter"
7295
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
311 #define MSGTR_Remove "Supprimer"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
312 #define MSGTR_Clear "Effacer"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
313 #define MSGTR_Config "Configurer"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
314 #define MSGTR_ConfigDriver "Configuration du pilote"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
315 #define MSGTR_Browse "Browser"
2145
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
316
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
317 // --- messages d'erreur ---
6226
e13d91f1c748 updates & synchro with help_mp-en r1.29
pl
parents: 4449
diff changeset
318 #define MSGTR_NEMDB "Désolé, pas assez de mémoire pour le tampon de dessin."
2145
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
319 #define MSGTR_NEMFMR "Désolé, pas assez de mémoire pour le rendu des menus."
8419
4f4c0cec1e8e Sync by Nicolas Tourmentine <n@tourmentine.com>.
diego
parents: 8189
diff changeset
320 #define MSGTR_IDFGCVD "Désolé, pas de pilote de sortie vidéo compatible avec la GUI."
4f4c0cec1e8e Sync by Nicolas Tourmentine <n@tourmentine.com>.
diego
parents: 8189
diff changeset
321 #define MSGTR_NEEDLAVCFAME "Désolé, vous ne pouvez pas jouer de fichier non-MPEG avec votre périphérique DXR3/H+ sans réencodage\nVeuillez activer lavc ou fame dans la boîte de configuration DXR3/H+."
2145
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
322
2163
bd20aefca3fa typo and DOCS fixes by pl <p_l@gmx.fr>
arpi
parents: 2145
diff changeset
323 // --- messages d'erreurs du chargement de skin ---
bd20aefca3fa typo and DOCS fixes by pl <p_l@gmx.fr>
arpi
parents: 2145
diff changeset
324 #define MSGTR_SKIN_ERRORMESSAGE "[Skin] Erreur à la ligne %d du fichier de config de skin: %s"
bd20aefca3fa typo and DOCS fixes by pl <p_l@gmx.fr>
arpi
parents: 2145
diff changeset
325 #define MSGTR_SKIN_WARNING1 "[Skin] Attention à la ligne %d du fichier de config de skin: Widget trouvé mais \"section\" n'a pas été trouvé avant (%s)"
bd20aefca3fa typo and DOCS fixes by pl <p_l@gmx.fr>
arpi
parents: 2145
diff changeset
326 #define MSGTR_SKIN_WARNING2 "[Skin] Attention à la ligne %d du fichier de config de skin: Widget trouvé mais \"subsection\" n'a pas été trouvé avant (%s)"
2145
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
327 #define MSGTR_SKIN_BITMAP_16bit "Bitmaps de 16 bits ou moins ne sont pas supportés ( %s ).\n"
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
328 #define MSGTR_SKIN_BITMAP_FileNotFound "Fichier non trouvé ( %s )\n"
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
329 #define MSGTR_SKIN_BITMAP_BMPReadError "Erreur de lecture BMP ( %s )\n"
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
330 #define MSGTR_SKIN_BITMAP_TGAReadError "Erreur de lecture TGA ( %s )\n"
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
331 #define MSGTR_SKIN_BITMAP_PNGReadError "Erreur de lecture PNG ( %s )\n"
2163
bd20aefca3fa typo and DOCS fixes by pl <p_l@gmx.fr>
arpi
parents: 2145
diff changeset
332 #define MSGTR_SKIN_BITMAP_RLENotSupported "tga compacté en RLE non supportés ( %s )\n"
2145
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
333 #define MSGTR_SKIN_BITMAP_UnknownFileType "format de fichier inconnu ( %s )\n"
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
334 #define MSGTR_SKIN_BITMAP_ConvertError "erreur de conversion de 24 bit à 32 bit ( %s )\n"
2163
bd20aefca3fa typo and DOCS fixes by pl <p_l@gmx.fr>
arpi
parents: 2145
diff changeset
335 #define MSGTR_SKIN_BITMAP_UnknownMessage "Message inconnu: %s\n"
2145
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
336 #define MSGTR_SKIN_FONT_NotEnoughtMemory "pas assez de mémoire\n"
2163
bd20aefca3fa typo and DOCS fixes by pl <p_l@gmx.fr>
arpi
parents: 2145
diff changeset
337 #define MSGTR_SKIN_FONT_TooManyFontsDeclared "trop de polices déclarées\n"
bd20aefca3fa typo and DOCS fixes by pl <p_l@gmx.fr>
arpi
parents: 2145
diff changeset
338 #define MSGTR_SKIN_FONT_FontFileNotFound "fichier de police introuvable\n"
bd20aefca3fa typo and DOCS fixes by pl <p_l@gmx.fr>
arpi
parents: 2145
diff changeset
339 #define MSGTR_SKIN_FONT_FontImageNotFound "fichier d'image de police introuvable\n"
2145
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
340 #define MSGTR_SKIN_FONT_NonExistentFontID "identificateur de fonte inexistant ( %s )\n"
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
341 #define MSGTR_SKIN_UnknownParameter "paramètre inconnu ( %s )\n"
2163
bd20aefca3fa typo and DOCS fixes by pl <p_l@gmx.fr>
arpi
parents: 2145
diff changeset
342 #define MSGTR_SKINBROWSER_NotEnoughMemory "[Browser de skins] pas assez de mémoire.\n"
3589
3a32e55f0138 updated to match help_mp-en.h 1.17
pl
parents: 3505
diff changeset
343 #define MSGTR_SKIN_SKINCFG_SkinNotFound "Skin non trouvé ( %s ).\n"
3a32e55f0138 updated to match help_mp-en.h 1.17
pl
parents: 3505
diff changeset
344 #define MSGTR_SKIN_SKINCFG_SkinCfgReadError "Erreur de lecture du fichier de configuration du skin ( %s ).\n"
3610
119d9400cc02 sync with help_mp-en.h 1.19
pl
parents: 3589
diff changeset
345 #define MSGTR_SKIN_LABEL "Skins:"
119d9400cc02 sync with help_mp-en.h 1.19
pl
parents: 3589
diff changeset
346
119d9400cc02 sync with help_mp-en.h 1.19
pl
parents: 3589
diff changeset
347 // --- menus gtk
119d9400cc02 sync with help_mp-en.h 1.19
pl
parents: 3589
diff changeset
348 #define MSGTR_MENU_AboutMPlayer "À propos de MPlayer"
119d9400cc02 sync with help_mp-en.h 1.19
pl
parents: 3589
diff changeset
349 #define MSGTR_MENU_Open "Ouvrir ..."
119d9400cc02 sync with help_mp-en.h 1.19
pl
parents: 3589
diff changeset
350 #define MSGTR_MENU_PlayFile "Lire un fichier ..."
119d9400cc02 sync with help_mp-en.h 1.19
pl
parents: 3589
diff changeset
351 #define MSGTR_MENU_PlayVCD "Lire un VCD ..."
119d9400cc02 sync with help_mp-en.h 1.19
pl
parents: 3589
diff changeset
352 #define MSGTR_MENU_PlayDVD "Lire un DVD ..."
119d9400cc02 sync with help_mp-en.h 1.19
pl
parents: 3589
diff changeset
353 #define MSGTR_MENU_PlayURL "Lire une URL ..."
119d9400cc02 sync with help_mp-en.h 1.19
pl
parents: 3589
diff changeset
354 #define MSGTR_MENU_LoadSubtitle "Charger un sous-titre ..."
7295
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
355 #define MSGTR_MENU_DropSubtitle "Laisser tomber un sous-titre ..."
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
356 #define MSGTR_MENU_LoadExternAudioFile "Chargement d'un fichier audio externe ..."
3610
119d9400cc02 sync with help_mp-en.h 1.19
pl
parents: 3589
diff changeset
357 #define MSGTR_MENU_Playing "En cours de lecture"
119d9400cc02 sync with help_mp-en.h 1.19
pl
parents: 3589
diff changeset
358 #define MSGTR_MENU_Play "Lecture"
119d9400cc02 sync with help_mp-en.h 1.19
pl
parents: 3589
diff changeset
359 #define MSGTR_MENU_Pause "Pause"
119d9400cc02 sync with help_mp-en.h 1.19
pl
parents: 3589
diff changeset
360 #define MSGTR_MENU_Stop "Arrêt"
119d9400cc02 sync with help_mp-en.h 1.19
pl
parents: 3589
diff changeset
361 #define MSGTR_MENU_NextStream "Flux suivant"
119d9400cc02 sync with help_mp-en.h 1.19
pl
parents: 3589
diff changeset
362 #define MSGTR_MENU_PrevStream "Flux précédent"
119d9400cc02 sync with help_mp-en.h 1.19
pl
parents: 3589
diff changeset
363 #define MSGTR_MENU_Size "Taille"
119d9400cc02 sync with help_mp-en.h 1.19
pl
parents: 3589
diff changeset
364 #define MSGTR_MENU_NormalSize "Taille normale"
119d9400cc02 sync with help_mp-en.h 1.19
pl
parents: 3589
diff changeset
365 #define MSGTR_MENU_DoubleSize "Taille double"
119d9400cc02 sync with help_mp-en.h 1.19
pl
parents: 3589
diff changeset
366 #define MSGTR_MENU_FullScreen "Plein écran"
119d9400cc02 sync with help_mp-en.h 1.19
pl
parents: 3589
diff changeset
367 #define MSGTR_MENU_DVD "DVD"
6280
cf2c2b92d1a7 add VCD support for GUI
pontscho
parents: 6226
diff changeset
368 #define MSGTR_MENU_VCD "VCD"
3610
119d9400cc02 sync with help_mp-en.h 1.19
pl
parents: 3589
diff changeset
369 #define MSGTR_MENU_PlayDisc "Lire un disque..."
119d9400cc02 sync with help_mp-en.h 1.19
pl
parents: 3589
diff changeset
370 #define MSGTR_MENU_ShowDVDMenu "Afficher le menu DVD"
119d9400cc02 sync with help_mp-en.h 1.19
pl
parents: 3589
diff changeset
371 #define MSGTR_MENU_Titles "Titres"
119d9400cc02 sync with help_mp-en.h 1.19
pl
parents: 3589
diff changeset
372 #define MSGTR_MENU_Title "Titre %2d"
119d9400cc02 sync with help_mp-en.h 1.19
pl
parents: 3589
diff changeset
373 #define MSGTR_MENU_None "(aucun)"
119d9400cc02 sync with help_mp-en.h 1.19
pl
parents: 3589
diff changeset
374 #define MSGTR_MENU_Chapters "Chapitres"
119d9400cc02 sync with help_mp-en.h 1.19
pl
parents: 3589
diff changeset
375 #define MSGTR_MENU_Chapter "Chapitre %2d"
119d9400cc02 sync with help_mp-en.h 1.19
pl
parents: 3589
diff changeset
376 #define MSGTR_MENU_AudioLanguages "Langues (audio)"
119d9400cc02 sync with help_mp-en.h 1.19
pl
parents: 3589
diff changeset
377 #define MSGTR_MENU_SubtitleLanguages "Langues (sous-titres)"
119d9400cc02 sync with help_mp-en.h 1.19
pl
parents: 3589
diff changeset
378 #define MSGTR_MENU_PlayList "Playlist"
119d9400cc02 sync with help_mp-en.h 1.19
pl
parents: 3589
diff changeset
379 #define MSGTR_MENU_SkinBrowser "Browser de skins"
119d9400cc02 sync with help_mp-en.h 1.19
pl
parents: 3589
diff changeset
380 #define MSGTR_MENU_Preferences "Préférences"
119d9400cc02 sync with help_mp-en.h 1.19
pl
parents: 3589
diff changeset
381 #define MSGTR_MENU_Exit "Quitter ..."
8000
d7b052e6ebc0 sync with help_mp-en.h 1.65
pl
parents: 7805
diff changeset
382 #define MSGTR_MENU_Mute "Silence"
d7b052e6ebc0 sync with help_mp-en.h 1.65
pl
parents: 7805
diff changeset
383 #define MSGTR_MENU_Original "Original"
d7b052e6ebc0 sync with help_mp-en.h 1.65
pl
parents: 7805
diff changeset
384 #define MSGTR_MENU_AspectRatio "Aspect (ratio)"
8419
4f4c0cec1e8e Sync by Nicolas Tourmentine <n@tourmentine.com>.
diego
parents: 8189
diff changeset
385 #define MSGTR_MENU_AudioTrack "Piste audio"
4f4c0cec1e8e Sync by Nicolas Tourmentine <n@tourmentine.com>.
diego
parents: 8189
diff changeset
386 #define MSGTR_MENU_Track "Piste %d"
4f4c0cec1e8e Sync by Nicolas Tourmentine <n@tourmentine.com>.
diego
parents: 8189
diff changeset
387 #define MSGTR_MENU_VideoTrack "Piste Vidéo"
4f4c0cec1e8e Sync by Nicolas Tourmentine <n@tourmentine.com>.
diego
parents: 8189
diff changeset
388
7295
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
389 // --- equalizer
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
390 #define MSGTR_EQU_Audio "Audio"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
391 #define MSGTR_EQU_Video "Vidéo"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
392 #define MSGTR_EQU_Contrast "Contraste: "
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
393 #define MSGTR_EQU_Brightness "Luminosité: "
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
394 #define MSGTR_EQU_Hue "Hue: "
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
395 #define MSGTR_EQU_Saturation "Saturation: "
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
396 #define MSGTR_EQU_Front_Left "Avant Gauche"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
397 #define MSGTR_EQU_Front_Right "Avant Droit"
8419
4f4c0cec1e8e Sync by Nicolas Tourmentine <n@tourmentine.com>.
diego
parents: 8189
diff changeset
398 #define MSGTR_EQU_Back_Left "Arrière Gauche"
4f4c0cec1e8e Sync by Nicolas Tourmentine <n@tourmentine.com>.
diego
parents: 8189
diff changeset
399 #define MSGTR_EQU_Back_Right "Arrière Droit"
7295
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
400 #define MSGTR_EQU_Center "Centre"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
401 #define MSGTR_EQU_Bass "Basses"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
402 #define MSGTR_EQU_All "Tout"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
403
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
404 // --- playlist
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
405 #define MSGTR_PLAYLIST_Path "Chemin"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
406 #define MSGTR_PLAYLIST_Selected "Fichiers choisis"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
407 #define MSGTR_PLAYLIST_Files "Fichiers"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
408 #define MSGTR_PLAYLIST_DirectoryTree "Hiérarchie des dossiers"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
409
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
410 // --- preferences
8189
332f083385ac sync with help_mp-en.h 1.66
pl
parents: 8000
diff changeset
411 #define MSGTR_PREFERENCES_Audio "Audio"
332f083385ac sync with help_mp-en.h 1.66
pl
parents: 8000
diff changeset
412 #define MSGTR_PREFERENCES_Video "Vidéo"
332f083385ac sync with help_mp-en.h 1.66
pl
parents: 8000
diff changeset
413 #define MSGTR_PREFERENCES_SubtitleOSD "Sous-titre & OSD"
332f083385ac sync with help_mp-en.h 1.66
pl
parents: 8000
diff changeset
414 #define MSGTR_PREFERENCES_Misc "Divers"
332f083385ac sync with help_mp-en.h 1.66
pl
parents: 8000
diff changeset
415
7295
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
416 #define MSGTR_PREFERENCES_None "Aucun"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
417 #define MSGTR_PREFERENCES_AvailableDrivers "Pilotes disponibles:"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
418 #define MSGTR_PREFERENCES_DoNotPlaySound "Ne pas jouer le son"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
419 #define MSGTR_PREFERENCES_NormalizeSound "Normaliser le son"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
420 #define MSGTR_PREFERENCES_EnEqualizer "Activer l'équaliseur"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
421 #define MSGTR_PREFERENCES_ExtraStereo "Activer l'extra-stéréo"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
422 #define MSGTR_PREFERENCES_Coefficient "Coefficient:"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
423 #define MSGTR_PREFERENCES_AudioDelay "Retard audio"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
424 #define MSGTR_PREFERENCES_DoubleBuffer "Activer le double-buffering"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
425 #define MSGTR_PREFERENCES_DirectRender "Activer le rendu direct"
8419
4f4c0cec1e8e Sync by Nicolas Tourmentine <n@tourmentine.com>.
diego
parents: 8189
diff changeset
426 #define MSGTR_PREFERENCES_FrameDrop "Activer le saut de trame"
4f4c0cec1e8e Sync by Nicolas Tourmentine <n@tourmentine.com>.
diego
parents: 8189
diff changeset
427 #define MSGTR_PREFERENCES_HFrameDrop "Activer le saut de trame VIOLENT (dangereux)"
7295
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
428 #define MSGTR_PREFERENCES_Flip "Mirroir vertical"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
429 #define MSGTR_PREFERENCES_Panscan "Panscan: "
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
430 #define MSGTR_PREFERENCES_OSDTimer "Minuteur et indicateurs"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
431 #define MSGTR_PREFERENCES_OSDProgress "Barres de progression seulement"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
432 #define MSGTR_PREFERENCES_Subtitle "Sous-titre:"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
433 #define MSGTR_PREFERENCES_SUB_Delay "Delay: "
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
434 #define MSGTR_PREFERENCES_SUB_FPS "FPS:"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
435 #define MSGTR_PREFERENCES_SUB_POS "Position: "
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
436 #define MSGTR_PREFERENCES_SUB_AutoLoad "Désactiver le chargement automatique des sous-titres"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
437 #define MSGTR_PREFERENCES_SUB_Unicode "Sous-titre en Unicode"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
438 #define MSGTR_PREFERENCES_SUB_MPSUB "Convertit le sous-titre dans le format MPlayer"
7440
db45f7ac40d9 sync with help_mp-en.h 1.56
pl
parents: 7325
diff changeset
439 #define MSGTR_PREFERENCES_SUB_SRT "Convertit le sous-titre vers le format SubViewer (SRT) basé sur le temps"
7295
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
440 #define MSGTR_PREFERENCES_Font "Police:"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
441 #define MSGTR_PREFERENCES_FontFactor "Font factor:"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
442 #define MSGTR_PREFERENCES_PostProcess "Activer le postprocessing"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
443 #define MSGTR_PREFERENCES_AutoQuality "Qualité auto.: "
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
444 #define MSGTR_PREFERENCES_NI "Utiliser le parseur d'AVI mal multiplexés"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
445 #define MSGTR_PREFERENCES_IDX "Reconstruire l'index, si nécessaire"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
446 #define MSGTR_PREFERENCES_VideoCodecFamily "Famille de codecs vidéo:"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
447 #define MSGTR_PREFERENCES_AudioCodecFamily "Famille de codecs audio:"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
448 #define MSGTR_PREFERENCES_FRAME_OSD_Level "Niveau OSD"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
449 #define MSGTR_PREFERENCES_FRAME_Subtitle "Sous-titre"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
450 #define MSGTR_PREFERENCES_FRAME_Font "Police"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
451 #define MSGTR_PREFERENCES_FRAME_PostProcess "Postprocessing"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
452 #define MSGTR_PREFERENCES_FRAME_CodecDemuxer "Codec & demuxer"
7716
d8aaa4163dea sync with help_mp-en.h 1.63
pl
parents: 7552
diff changeset
453 #define MSGTR_PREFERENCES_FRAME_Cache "Cache"
d8aaa4163dea sync with help_mp-en.h 1.63
pl
parents: 7552
diff changeset
454 #define MSGTR_PREFERENCES_FRAME_Misc "Divers"
7295
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
455 #define MSGTR_PREFERENCES_OSS_Device "Device:"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
456 #define MSGTR_PREFERENCES_OSS_Mixer "Mixer:"
8419
4f4c0cec1e8e Sync by Nicolas Tourmentine <n@tourmentine.com>.
diego
parents: 8189
diff changeset
457 #define MSGTR_PREFERENCES_Message "ATTENTION: certaines options requièrent un redémarrage de la lecture!"
7295
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
458 #define MSGTR_PREFERENCES_DXR3_VENC "Encodeur vidéo:"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
459 #define MSGTR_PREFERENCES_DXR3_LAVC "Utiliser LAVC (ffmpeg)"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
460 #define MSGTR_PREFERENCES_DXR3_FAME "Utiliser FAME"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
461 #define MSGTR_PREFERENCES_FontEncoding1 "Unicode"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
462 #define MSGTR_PREFERENCES_FontEncoding2 "Langues Européennes Occidentales (ISO-8859-1)"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
463 #define MSGTR_PREFERENCES_FontEncoding3 "Langues Européeenes Occidentales avec Euro (ISO-8859-15)"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
464 #define MSGTR_PREFERENCES_FontEncoding4 "Langues Européeenes Slaves/Centrales (ISO-8859-2)"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
465 #define MSGTR_PREFERENCES_FontEncoding5 "Esperanto, Galicien, Maltais, Turc (ISO-8859-3)"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
466 #define MSGTR_PREFERENCES_FontEncoding6 "Caractères Old Baltic (ISO-8859-4)"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
467 #define MSGTR_PREFERENCES_FontEncoding7 "Cyrillique (ISO-8859-5)"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
468 #define MSGTR_PREFERENCES_FontEncoding8 "Arabe (ISO-8859-6)"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
469 #define MSGTR_PREFERENCES_FontEncoding9 "Grec Moderne (ISO-8859-7)"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
470 #define MSGTR_PREFERENCES_FontEncoding10 "Turc (ISO-8859-9)"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
471 #define MSGTR_PREFERENCES_FontEncoding11 "Balte (ISO-8859-13)"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
472 #define MSGTR_PREFERENCES_FontEncoding12 "Celte (ISO-8859-14)"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
473 #define MSGTR_PREFERENCES_FontEncoding13 "Hebreu (ISO-8859-8)"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
474 #define MSGTR_PREFERENCES_FontEncoding14 "Russe (KOI8-R)"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
475 #define MSGTR_PREFERENCES_FontEncoding15 "Ukrainien, Biélorusse (KOI8-U/RU)"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
476 #define MSGTR_PREFERENCES_FontEncoding16 "Chinois Simplifié (CP936)"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
477 #define MSGTR_PREFERENCES_FontEncoding17 "Chinois Traditionnel (BIG5)"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
478 #define MSGTR_PREFERENCES_FontEncoding18 "Japonais (SHIFT-JIS)"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
479 #define MSGTR_PREFERENCES_FontEncoding19 "Coréen (CP949)"
7440
db45f7ac40d9 sync with help_mp-en.h 1.56
pl
parents: 7325
diff changeset
480 #define MSGTR_PREFERENCES_FontEncoding20 "Thaïlandais (CP874)"
db45f7ac40d9 sync with help_mp-en.h 1.56
pl
parents: 7325
diff changeset
481 #define MSGTR_PREFERENCES_FontEncoding21 "Cyrillique Windows (CP1251)"
7295
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
482 #define MSGTR_PREFERENCES_FontNoAutoScale "Pas d'agrandissement auto"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
483 #define MSGTR_PREFERENCES_FontPropWidth "Proportionnel à la largeur du film"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
484 #define MSGTR_PREFERENCES_FontPropHeight "Proportionnel à la hauteur du film"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
485 #define MSGTR_PREFERENCES_FontPropDiagonal "Proportionnel à la diagonale du film"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
486 #define MSGTR_PREFERENCES_FontEncoding "Encodage:"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
487 #define MSGTR_PREFERENCES_FontBlur "Flou:"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
488 #define MSGTR_PREFERENCES_FontOutLine "Contour:"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
489 #define MSGTR_PREFERENCES_FontTextScale "Echelle du texte:"
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
490 #define MSGTR_PREFERENCES_FontOSDScale "Echelle de l'OSD:"
7716
d8aaa4163dea sync with help_mp-en.h 1.63
pl
parents: 7552
diff changeset
491 #define MSGTR_PREFERENCES_Cache "Cache activé/désactivé"
d8aaa4163dea sync with help_mp-en.h 1.63
pl
parents: 7552
diff changeset
492 #define MSGTR_PREFERENCES_LoadFullscreen "Démarrer en plein écran"
8189
332f083385ac sync with help_mp-en.h 1.66
pl
parents: 8000
diff changeset
493 #define MSGTR_PREFERENCES_CacheSize "Taille du cache: "
8419
4f4c0cec1e8e Sync by Nicolas Tourmentine <n@tourmentine.com>.
diego
parents: 8189
diff changeset
494 #define MSGTR_PREFERENCES_XSCREENSAVER "Stopper XScreenSaver"
4f4c0cec1e8e Sync by Nicolas Tourmentine <n@tourmentine.com>.
diego
parents: 8189
diff changeset
495 #define MSGTR_PREFERENCES_AutoSync "AutoSynchro on/off"
4f4c0cec1e8e Sync by Nicolas Tourmentine <n@tourmentine.com>.
diego
parents: 8189
diff changeset
496 #define MSGTR_PREFERENCES_AutoSyncValue "Autosynchro: "
4f4c0cec1e8e Sync by Nicolas Tourmentine <n@tourmentine.com>.
diego
parents: 8189
diff changeset
497
3622
2e6e613d9f35 oops... previous commit was only a half-sync with help_mp-en.h 1.19
pl
parents: 3610
diff changeset
498 // --- messagebox
8688
nicolas
parents: 8419
diff changeset
499 #define MSGTR_MSGBOX_LABEL_FatalError "Erreur fatale!"
7295
e3b3b2f28073 (big) resync with help_mp-en.h 1.52
pl
parents: 6280
diff changeset
500 #define MSGTR_MSGBOX_LABEL_Error "Erreur!"
8419
4f4c0cec1e8e Sync by Nicolas Tourmentine <n@tourmentine.com>.
diego
parents: 8189
diff changeset
501 #define MSGTR_MSGBOX_LABEL_Warning "Attention!"
4f4c0cec1e8e Sync by Nicolas Tourmentine <n@tourmentine.com>.
diego
parents: 8189
diff changeset
502
2145
2eb6ec969cc2 French tr. by Firebird <firebird@chez.com>
arpi
parents:
diff changeset
503 #endif