[MPlayer-translations] r20742 - trunk/help/help_mp-fr.h

kraymer subversion at mplayerhq.hu
Tue Nov 7 14:50:11 CET 2006


Author: kraymer
Date: Tue Nov  7 14:50:11 2006
New Revision: 20742

Modified:
   trunk/help/help_mp-fr.h

Log:
fix placeholder mismatch


Modified: trunk/help/help_mp-fr.h
==============================================================================
--- trunk/help/help_mp-fr.h	(original)
+++ trunk/help/help_mp-fr.h	Tue Nov  7 14:50:11 2006
@@ -262,8 +262,8 @@
 "Votre encodement pourrait être brisé!\n"
 #define MSGTR_ErrorWritingFile "%s: Erreur durant l'écriture du fichier.\n"
 #define MSGTR_RecommendedVideoBitrate "Débit binaire (bitrate) vidéo recommandé pour le CD %s: %d\n"
-#define MSGTR_VideoStreamResult "\nFlux vidéo: %8.3f kbit/s  (%d B/s)  taille: %d octets  %5.3f secs  %d images\n"
-#define MSGTR_AudioStreamResult "\nFlux audio: %8.3f kbit/s  (%d B/s)  taille: %d octets  %5.3f secs\n"
+#define MSGTR_VideoStreamResult "\nFlux vidéo: %8.3f kbit/s  (%d B/s)  taille: %"PRIu64" octets  %5.3f secs  %d images\n"
+#define MSGTR_AudioStreamResult "\nFlux audio: %8.3f kbit/s  (%d B/s)  taille: %"PRIu64" octets  %5.3f secs\n"
 #define MSGTR_OpenedStream "succès: format: %d  data: 0x%X - 0x%x\n"
 #define MSGTR_VCodecFramecopy "codec vidéo: copie de trame (%dx%d %dbpp fourcc=%x)\n"
 #define MSGTR_ACodecFramecopy "codec audio: copie img (format=%x canaux=%d taux=%d bits=%d B/s=%d échant-%d)\n"



More information about the MPlayer-translations mailing list