[MPlayer-translations] CVS: main/help help_mp-bg.h, 1.37, 1.38 help_mp-cs.h, 1.77, 1.78 help_mp-de.h, 1.153, 1.154 help_mp-dk.h, 1.41, 1.42 help_mp-el.h, 1.37, 1.38 help_mp-es.h, 1.59, 1.60 help_mp-fr.h, 1.65, 1.66 help_mp-it.h, 1.77, 1.78 help_mp-ja.h, 1.16, 1.17 help_mp-ko.h, 1.34, 1.35 help_mp-mk.h, 1.11, 1.12 help_mp-nl.h, 1.53, 1.54 help_mp-pl.h, 1.106, 1.107 help_mp-pt_BR.h, 1.30, 1.31 help_mp-ro.h, 1.28, 1.29 help_mp-ru.h, 1.61, 1.62 help_mp-sk.h, 1.33, 1.34 help_mp-sv.h, 1.13, 1.14 help_mp-tr.h, 1.22, 1.23 help_mp-uk.h, 1.23, 1.24 help_mp-zh_TW.h, 1.21, 1.22
Reynaldo H. Verdejo CVS
syncmail at mplayerhq.hu
Thu Apr 27 09:59:18 CEST 2006
CVS change done by Reynaldo H. Verdejo CVS
Update of /cvsroot/mplayer/main/help
In directory mail:/var2/tmp/cvs-serv2195/help
Modified Files:
help_mp-bg.h help_mp-cs.h help_mp-de.h help_mp-dk.h
help_mp-el.h help_mp-es.h help_mp-fr.h help_mp-it.h
help_mp-ja.h help_mp-ko.h help_mp-mk.h help_mp-nl.h
help_mp-pl.h help_mp-pt_BR.h help_mp-ro.h help_mp-ru.h
help_mp-sk.h help_mp-sv.h help_mp-tr.h help_mp-uk.h
help_mp-zh_TW.h
Log Message:
Fixes - Make mencoder stream size printing use 64 bits - by Corey Hickey on translation files
Index: help_mp-bg.h
===================================================================
RCS file: /cvsroot/mplayer/main/help/help_mp-bg.h,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- help_mp-bg.h 28 Mar 2006 11:05:14 -0000 1.37
+++ help_mp-bg.h 27 Apr 2006 07:59:14 -0000 1.38
@@ -215,8 +215,8 @@
#define MSGTR_WritingAVIIndex "\nÇàïèñâà ñå AVI èíäåêñ...\n"
#define MSGTR_FixupAVIHeader "Ïîïðàâêà íà AVI header...\n"
#define MSGTR_RecommendedVideoBitrate "Ïðåïîðú÷èòåëåí áèòðåéò çà %s CD: %d\n"
-#define MSGTR_VideoStreamResult "\nÂèäåî ïîòîê: %8.3f Êáèòà/ñ (%d B/s) ðàçìåð: %d áàéòà %5.3f ñåê. %d êàäúðà\n"
-#define MSGTR_AudioStreamResult "\nÀóäèî ïîòîê: %8.3f Êáèòà/ñ (%d B/s) ðàçìåð: %d áàéòà %5.3f ñåê.\n"
+#define MSGTR_VideoStreamResult "\nÂèäåî ïîòîê: %8.3f Êáèòà/ñ (%d B/s) ðàçìåð: %"PRIu64" áàéòà %5.3f ñåê. %d êàäúðà\n"
+#define MSGTR_AudioStreamResult "\nÀóäèî ïîòîê: %8.3f Êáèòà/ñ (%d B/s) ðàçìåð: %"PRIu64" áàéòà %5.3f ñåê.\n"
#define MSGTR_OpenedStream "óñïåõ: ôîðìàò: %d äàííè: 0x%X - 0x%x\n"
#define MSGTR_VCodecFramecopy "videocodec: framecopy (%dx%d %dbpp fourcc=%x)\n"
#define MSGTR_ACodecFramecopy "audiocodec: framecopy (format=%x chans=%d rate=%ld bits=%d B/s=%ld sample-%ld)\n"
Index: help_mp-cs.h
===================================================================
RCS file: /cvsroot/mplayer/main/help/help_mp-cs.h,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- help_mp-cs.h 25 Apr 2006 13:30:07 -0000 1.77
+++ help_mp-cs.h 27 Apr 2006 07:59:14 -0000 1.78
@@ -259,8 +259,8 @@
"Výsledný film mù¾e být vadný!\n"
#define MSGTR_ErrorWritingFile "%s: chyba pøi zápisu souboru.\n"
#define MSGTR_RecommendedVideoBitrate "Doporuèený datový tok videa pro CD %s: %d\n"
-#define MSGTR_VideoStreamResult "\nVideo proud: %8.3f kbit/s (%d B/s) velikost: %d bajtù %5.3f sekund %d snímkù\n"
-#define MSGTR_AudioStreamResult "\nAudio proud: %8.3f kbit/s (%d B/s) velikost: %d bajtù %5.3f sekund\n"
+#define MSGTR_VideoStreamResult "\nVideo proud: %8.3f kbit/s (%d B/s) velikost: %"PRIu64" bajtù %5.3f sekund %d snímkù\n"
+#define MSGTR_AudioStreamResult "\nAudio proud: %8.3f kbit/s (%d B/s) velikost: %"PRIu64" bajtù %5.3f sekund\n"
#define MSGTR_OpenedStream "úspìch: formát: %d data: 0x%X - 0x%x\n"
#define MSGTR_VCodecFramecopy "videokodek: framecopy (%dx%d %dbpp fourcc=%x)\n"
#define MSGTR_ACodecFramecopy "audiokodek: framecopy (formát=%x kanálù=%d frekvence=%d bitù=%d B/s=%d vzorek-%d)\n"
Index: help_mp-de.h
===================================================================
RCS file: /cvsroot/mplayer/main/help/help_mp-de.h,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -r1.153 -r1.154
--- help_mp-de.h 26 Apr 2006 17:41:19 -0000 1.153
+++ help_mp-de.h 27 Apr 2006 07:59:14 -0000 1.154
@@ -272,8 +272,8 @@
"Das Ergebnis der Encodierung könnte defekt sein!\n"
#define MSGTR_ErrorWritingFile "%s: Fehler beim Schreiben der Datei.\n"
#define MSGTR_RecommendedVideoBitrate "Empfohlene Videobitrate für %s CD(s): %d\n"
-#define MSGTR_VideoStreamResult "\nVideostream: %8.3f kbit/s (%d B/s) Größe: %d Bytes %5.3f Sek. %d Frames\n"
-#define MSGTR_AudioStreamResult "\nAudiostream: %8.3f kbit/s (%d B/s) Größe: %d Bytes %5.3f Sek.\n"
+#define MSGTR_VideoStreamResult "\nVideostream: %8.3f kbit/s (%d B/s) Größe: %"PRIu64" Bytes %5.3f Sek. %d Frames\n"
+#define MSGTR_AudioStreamResult "\nAudiostream: %8.3f kbit/s (%d B/s) Größe: %"PRIu64" Bytes %5.3f Sek.\n"
#define MSGTR_OpenedStream "Erfolg: Format: %d Daten: 0x%X - 0x%x\n"
#define MSGTR_VCodecFramecopy "Videocodec: Framecopy (%dx%d %dbpp fourcc=%x)\n"
#define MSGTR_ACodecFramecopy "Audiocodec: Framecopy (Format=%x chans=%d Rate=%d Bits=%d B/s=%d Sample-%d)\n"
@@ -1805,4 +1805,4 @@
// libvo/vo_xv.c
-#define MSGTR_LIBVO_XV_DrawFrameCalled "[VO_XV] draw_frame() aufgerufen!!!!!!\n"
\ No newline at end of file
+#define MSGTR_LIBVO_XV_DrawFrameCalled "[VO_XV] draw_frame() aufgerufen!!!!!!\n"
Index: help_mp-dk.h
===================================================================
RCS file: /cvsroot/mplayer/main/help/help_mp-dk.h,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- help_mp-dk.h 28 Mar 2006 11:08:43 -0000 1.41
+++ help_mp-dk.h 27 Apr 2006 07:59:14 -0000 1.42
@@ -162,8 +162,8 @@
#define MSGTR_WritingAVIIndex "\nSkriver AVI index...\n"
#define MSGTR_FixupAVIHeader "Fixup AVI header...\n"
#define MSGTR_RecommendedVideoBitrate "Anbefalet video bitrate til %s CD: %d\n"
-#define MSGTR_VideoStreamResult "\nVideospor: %8.3f kbit/s (%d B/s) størrelse: %d bytes %5.3f sek. %d billeder\n"
-#define MSGTR_AudioStreamResult "\nAudiospor: %8.3f kbit/s (%d B/s) størrelse: %d bytes %5.3f sek.\n"
+#define MSGTR_VideoStreamResult "\nVideospor: %8.3f kbit/s (%d B/s) størrelse: %"PRIu64" bytes %5.3f sek. %d billeder\n"
+#define MSGTR_AudioStreamResult "\nAudiospor: %8.3f kbit/s (%d B/s) størrelse: %"PRIu64" bytes %5.3f sek.\n"
// cfg-mencoder.h:
Index: help_mp-el.h
===================================================================
RCS file: /cvsroot/mplayer/main/help/help_mp-el.h,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- help_mp-el.h 28 Mar 2006 11:09:50 -0000 1.37
+++ help_mp-el.h 27 Apr 2006 07:59:14 -0000 1.38
@@ -161,8 +161,8 @@
#define MSGTR_WritingAVIIndex "\n ÅããñáöÞ ôïõ index ôïõ AVI...\n"
#define MSGTR_FixupAVIHeader "Äéüñèùóç åðéêåöáëßäáò ôïõ AVI...\n"
#define MSGTR_RecommendedVideoBitrate "Ðñïôåéíüìåíï bitrate ôïõ âßíôåï ãéá %s CD: %d\n"
-#define MSGTR_VideoStreamResult "\n ÊáíÜëé âßíôåï: %8.3f kbit/s (%d B/s) ìÝãåèïò: %d bytes %5.3f äåõôåñüëåðôá %d êáñÝ\n"
-#define MSGTR_AudioStreamResult "\n ÊáíÜëé Þ÷ïõ: %8.3f kbit/s (%d B/s) ìÝãåèïò: %d bytes %5.3f äåõôåñüëåðôá\n"
+#define MSGTR_VideoStreamResult "\n ÊáíÜëé âßíôåï: %8.3f kbit/s (%d B/s) ìÝãåèïò: %"PRIu64" bytes %5.3f äåõôåñüëåðôá %d êáñÝ\n"
+#define MSGTR_AudioStreamResult "\n ÊáíÜëé Þ÷ïõ: %8.3f kbit/s (%d B/s) ìÝãåèïò: %"PRIu64" bytes %5.3f äåõôåñüëåðôá\n"
// cfg-mencoder.h:
Index: help_mp-es.h
===================================================================
RCS file: /cvsroot/mplayer/main/help/help_mp-es.h,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- help_mp-es.h 27 Apr 2006 05:02:24 -0000 1.59
+++ help_mp-es.h 27 Apr 2006 07:59:14 -0000 1.60
@@ -228,8 +228,8 @@
#define MSGTR_WritingAVIIndex "\nEscribiendo index AVI...\n"
#define MSGTR_FixupAVIHeader "Arreglando cabecera AVI..\n"
#define MSGTR_RecommendedVideoBitrate "Bitrate recomendado para %s CD: %d.\n"
-#define MSGTR_VideoStreamResult "\nStream de vídeo: %8.3f kbit/s (%d B/s), tamaño: %d bytes, %5.3f segundos, %d frames\n"
-#define MSGTR_AudioStreamResult "\nStream de audio: %8.3f kbit/s (%d B/s), tamaño: %d bytes, %5.3f segundos\n"
+#define MSGTR_VideoStreamResult "\nStream de vídeo: %8.3f kbit/s (%d B/s), tamaño: %"PRIu64" bytes, %5.3f segundos, %d frames\n"
+#define MSGTR_AudioStreamResult "\nStream de audio: %8.3f kbit/s (%d B/s), tamaño: %"PRIu64" bytes, %5.3f segundos\n"
#define MSGTR_OpenedStream "exito: formato: %d datos: 0x%X - 0x%x\n"
#define MSGTR_VCodecFramecopy "codec de video: framecopy (%dx%d %dbpp fourcc=%x)\n"
#define MSGTR_ACodecFramecopy "codec de audio: framecopy (formato=%x canales=%d razón=%ld bits=%d B/s=%ld muestra-%ld)\n"
Index: help_mp-fr.h
===================================================================
RCS file: /cvsroot/mplayer/main/help/help_mp-fr.h,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- help_mp-fr.h 23 Apr 2006 08:36:28 -0000 1.65
+++ help_mp-fr.h 27 Apr 2006 07:59:14 -0000 1.66
@@ -211,8 +211,8 @@
//*****************************
#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"
//************************************
// cfg-mencoder.h:
Index: help_mp-it.h
===================================================================
RCS file: /cvsroot/mplayer/main/help/help_mp-it.h,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- help_mp-it.h 27 Mar 2006 22:54:50 -0000 1.77
+++ help_mp-it.h 27 Apr 2006 07:59:14 -0000 1.78
@@ -266,8 +266,8 @@
"L'encoding potrebbe essere danneggiato!\n"
#define MSGTR_ErrorWritingFile "%s: errore nella scrittura del file.\n"
#define MSGTR_RecommendedVideoBitrate "Il bitrate video consigliato per %s CD è: %d\n"
-#define MSGTR_VideoStreamResult "\nFlusso video: %8.3f kbit/s (%d B/s) dim.: %d bytes %5.3f sec %d frames\n"
-#define MSGTR_AudioStreamResult "\nFlusso audio: %8.3f kbit/s (%d B/s) dim.: %d bytes %5.3f secondi\n"
+#define MSGTR_VideoStreamResult "\nFlusso video: %8.3f kbit/s (%d B/s) dim.: %"PRIu64" bytes %5.3f sec %d frames\n"
+#define MSGTR_AudioStreamResult "\nFlusso audio: %8.3f kbit/s (%d B/s) dim.: %"PRIu64" bytes %5.3f secondi\n"
#define MSGTR_OpenedStream "successo: formato: %d dati: 0x%X - 0x%x\n"
#define MSGTR_VCodecFramecopy "videocodec: framecopy (%dx%d %dbpp fourcc=%x)\n"
#define MSGTR_ACodecFramecopy "audiocodec: framecopy (format=%x chans=%d rate=%d bits=%d B/s=%d sample-%d)\n"
Index: help_mp-ja.h
===================================================================
RCS file: /cvsroot/mplayer/main/help/help_mp-ja.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- help_mp-ja.h 28 Mar 2006 16:37:09 -0000 1.16
+++ help_mp-ja.h 27 Apr 2006 07:59:14 -0000 1.17
@@ -156,8 +156,8 @@
#define MSGTR_ErrorWritingFile "%s: ¥Õ¥¡¥¤¥ë½ñ¤¹þ¤ß¥¨¥é¡¼.\n"
#define MSGTR_WritingAVIIndex "\nAVI index¤ò½ñ¤¹þ¤ßÃæ...\n"
#define MSGTR_FixupAVIHeader "AVI¥Ø¥Ã¥À¤ò½¤ÉüÃæ...\n"
-#define MSGTR_VideoStreamResult "\n±ÇÁü¥¹¥È¥ê¡¼¥à: %8.3f kbit/s (%d B/s) ¥µ¥¤¥º: %d bytes %5.3f secs %d ¥Õ¥ì¡¼¥à\n"
-#define MSGTR_AudioStreamResult "\n²»À¼¥¹¥È¥ê¡¼¥à: %8.3f kbit/s (%d B/s) ¥µ¥¤¥º: %d bytes %5.3f secs\n"
+#define MSGTR_VideoStreamResult "\n±ÇÁü¥¹¥È¥ê¡¼¥à: %8.3f kbit/s (%d B/s) ¥µ¥¤¥º: %"PRIu64" bytes %5.3f secs %d ¥Õ¥ì¡¼¥à\n"
+#define MSGTR_AudioStreamResult "\n²»À¼¥¹¥È¥ê¡¼¥à: %8.3f kbit/s (%d B/s) ¥µ¥¤¥º: %"PRIu64" bytes %5.3f secs\n"
// cfg-mencoder.h:
Index: help_mp-ko.h
===================================================================
RCS file: /cvsroot/mplayer/main/help/help_mp-ko.h,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- help_mp-ko.h 28 Mar 2006 16:37:08 -0000 1.34
+++ help_mp-ko.h 27 Apr 2006 07:59:14 -0000 1.35
@@ -160,8 +160,8 @@
#define MSGTR_WritingAVIIndex "\nAVI ì¸ë±ì¤ë¥¼ ì°ê³ ììµëë¤...\n"
#define MSGTR_FixupAVIHeader "AVI í´ë를 ê³ ì¹ê³ ììµëë¤...\n"
#define MSGTR_RecommendedVideoBitrate "%s CDì©ì¼ë¡ ì¶ì²í ë§í ë¹ëì¤ ì£¼ì¬ì¨: %d\n"
-#define MSGTR_VideoStreamResult "\në¹ëì¤ ì¤í¸ë¦¼: %8.3f kbit/s (%d B/s) í¬ê¸°: %d ë°ì´í¸ %5.3f ì´ %d íë ì\n"
-#define MSGTR_AudioStreamResult "\nì¤ëì¤ ì¤í¸ë¦¼: %8.3f kbit/s (%d B/s) í¬ê¸°: %d ë°ì´í¸ %5.3f ì´\n"
+#define MSGTR_VideoStreamResult "\në¹ëì¤ ì¤í¸ë¦¼: %8.3f kbit/s (%d B/s) í¬ê¸°: %"PRIu64" ë°ì´í¸ %5.3f ì´ %d íë ì\n"
+#define MSGTR_AudioStreamResult "\nì¤ëì¤ ì¤í¸ë¦¼: %8.3f kbit/s (%d B/s) í¬ê¸°: %"PRIu64" ë°ì´í¸ %5.3f ì´\n"
// cfg-mencoder.h:
Index: help_mp-mk.h
===================================================================
RCS file: /cvsroot/mplayer/main/help/help_mp-mk.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- help_mp-mk.h 28 Mar 2006 16:37:09 -0000 1.11
+++ help_mp-mk.h 27 Apr 2006 07:59:14 -0000 1.12
@@ -161,8 +161,8 @@
#define MSGTR_WritingAVIIndex "\nÐапиÑÑваÑе на AVI индекÑоÑ...\n"
#define MSGTR_FixupAVIHeader "ÐопÑаваÑе на AVI Ñ
едеÑоÑ...\n"
#define MSGTR_RecommendedVideoBitrate "ÐÑепоÑаÑана видео биÑÑаÑа за %s CD: %d\n"
-#define MSGTR_VideoStreamResult "\nÐидео пÑоÑок: %8.3f kbit/s (%d B/s) големина: %d баÑÑи %5.3f Ñек %d ÑÑеÑма\n"
-#define MSGTR_AudioStreamResult "\nÐÑдио пÑоÑок: %8.3f kbit/s (%d B/s) големина: %d баÑÑи %5.3f Ñек\n"
+#define MSGTR_VideoStreamResult "\nÐидео пÑоÑок: %8.3f kbit/s (%d B/s) големина: %"PRIu64" баÑÑи %5.3f Ñек %d ÑÑеÑма\n"
+#define MSGTR_AudioStreamResult "\nÐÑдио пÑоÑок: %8.3f kbit/s (%d B/s) големина: %"PRIu64" баÑÑи %5.3f Ñек\n"
// cfg-mencoder.h:
Index: help_mp-nl.h
===================================================================
RCS file: /cvsroot/mplayer/main/help/help_mp-nl.h,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- help_mp-nl.h 28 Mar 2006 11:17:01 -0000 1.53
+++ help_mp-nl.h 27 Apr 2006 07:59:14 -0000 1.54
@@ -206,8 +206,8 @@
#define MSGTR_WritingAVIIndex "\nBezig met het schrijven van de AVI index...\n"
#define MSGTR_FixupAVIHeader "Bezig met het herstellen van de AVI header...\n"
#define MSGTR_RecommendedVideoBitrate "Aangeraden video bitrate voor %s CD: %d\n"
-#define MSGTR_VideoStreamResult "\nVideo stream: %8.3f kbit/s (%d B/s) grootte: %d bytes %5.3f secs %d frames\n"
-#define MSGTR_AudioStreamResult "\nAudio stream: %8.3f kbit/s (%d B/s) grootte: %d bytes %5.3f secs\n"
+#define MSGTR_VideoStreamResult "\nVideo stream: %8.3f kbit/s (%d B/s) grootte: %"PRIu64" bytes %5.3f secs %d frames\n"
+#define MSGTR_AudioStreamResult "\nAudio stream: %8.3f kbit/s (%d B/s) grootte: %"PRIu64" bytes %5.3f secs\n"
#define MSGTR_OpenedStream "succes: formaat: %d data: 0x%X - 0x%x\n"
#define MSGTR_VCodecFramecopy "videocodec: framecopy (%dx%d %dbpp fourcc=%x)\n"
#define MSGTR_ACodecFramecopy "audiocodec: framecopy (formaat=%x chans=%d rate=%ld bits=%d B/s=%ld sample-%ld)\n"
Index: help_mp-pl.h
===================================================================
RCS file: /cvsroot/mplayer/main/help/help_mp-pl.h,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- help_mp-pl.h 28 Mar 2006 11:21:49 -0000 1.106
+++ help_mp-pl.h 27 Apr 2006 07:59:14 -0000 1.107
@@ -217,8 +217,8 @@
#define MSGTR_WritingAVIIndex "\nZapisujê indeks AVI...\n"
#define MSGTR_FixupAVIHeader "Naprawiam nag³ówek AVI...\n"
#define MSGTR_RecommendedVideoBitrate "Zalecany video bitrate dla tego %s CD: %d\n"
-#define MSGTR_VideoStreamResult "\nStrumieñ video: %8.3f kbit/s (%d B/s) rozmiar: %d bajtów %5.3f s %d ramek\n"
-#define MSGTR_AudioStreamResult "\nStrumieñ audio: %8.3f kbit/s (%d B/s) rozmiar: %d bajtów %5.3f s\n"
+#define MSGTR_VideoStreamResult "\nStrumieñ video: %8.3f kbit/s (%d B/s) rozmiar: %"PRIu64" bajtów %5.3f s %d ramek\n"
+#define MSGTR_AudioStreamResult "\nStrumieñ audio: %8.3f kbit/s (%d B/s) rozmiar: %"PRIu64" bajtów %5.3f s\n"
#define MSGTR_OpenedStream "sukces: format: %d dane: 0x%X - 0x%x\n"
#define MSGTR_VCodecFramecopy "videocodec: framecopy (%dx%d %dbpp fourcc=%x)\n"
Index: help_mp-pt_BR.h
===================================================================
RCS file: /cvsroot/mplayer/main/help/help_mp-pt_BR.h,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- help_mp-pt_BR.h 28 Mar 2006 11:23:11 -0000 1.30
+++ help_mp-pt_BR.h 27 Apr 2006 07:59:14 -0000 1.31
@@ -166,8 +166,8 @@
#define MSGTR_WritingAVIIndex "\nGravando índice do AVI...\n"
#define MSGTR_FixupAVIHeader "Corrigindo cabeçalho do AVI...\n"
#define MSGTR_RecommendedVideoBitrate "Bitrate do vídeo recomendado para CD de %s: %d\n"
-#define MSGTR_VideoStreamResult "\nTrilha de vídeo: %8.3f kbit/s (%d B/s) tamanho: %d bytes %5.3f segundos %d quadros\n"
-#define MSGTR_AudioStreamResult "\nTrilha de audio: %8.3f kbit/s (%d B/s) tamanho: %d bytes %5.3f segundos\n"
+#define MSGTR_VideoStreamResult "\nTrilha de vídeo: %8.3f kbit/s (%d B/s) tamanho: %"PRIu64" bytes %5.3f segundos %d quadros\n"
+#define MSGTR_AudioStreamResult "\nTrilha de audio: %8.3f kbit/s (%d B/s) tamanho: %"PRIu64" bytes %5.3f segundos\n"
// cfg-mencoder.h:
Index: help_mp-ro.h
===================================================================
RCS file: /cvsroot/mplayer/main/help/help_mp-ro.h,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- help_mp-ro.h 28 Mar 2006 11:27:45 -0000 1.28
+++ help_mp-ro.h 27 Apr 2006 07:59:15 -0000 1.29
@@ -151,8 +151,8 @@
#define MSGTR_WritingAVIIndex "\nScriu indexul AVI...\n"
#define MSGTR_FixupAVIHeader "Repar header-ul AVI...\n"
#define MSGTR_RecommendedVideoBitrate "Bitrate-ul video recomandatpentru %s CD: %d\n"
-#define MSGTR_VideoStreamResult "\nCanal video: %8.3f kbit/s (%d B/s) dimensiune: %d bytes %5.3f sec %d cadre\n"
-#define MSGTR_AudioStreamResult "\nCanal audio: %8.3f kbit/s (%d B/s) dimensiune: %d bytes %5.3f sec\n"
+#define MSGTR_VideoStreamResult "\nCanal video: %8.3f kbit/s (%d B/s) dimensiune: %"PRIu64" bytes %5.3f sec %d cadre\n"
+#define MSGTR_AudioStreamResult "\nCanal audio: %8.3f kbit/s (%d B/s) dimensiune: %"PRIu64" bytes %5.3f sec\n"
// cfg-mencoder.h:
Index: help_mp-ru.h
===================================================================
RCS file: /cvsroot/mplayer/main/help/help_mp-ru.h,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- help_mp-ru.h 16 Apr 2006 16:58:36 -0000 1.61
+++ help_mp-ru.h 27 Apr 2006 07:59:15 -0000 1.62
@@ -208,8 +208,8 @@
#define MSGTR_WritingAVIIndex "\nðÉÛÕ ÉÎÄÅËÓ AVI...\n"
#define MSGTR_FixupAVIHeader "ðÏÄÐÒÁ×ÌÑÀ ÚÁÇÏÌÏ×ÏË AVI...\n"
#define MSGTR_RecommendedVideoBitrate "òÅËÏÍÅÎÄÕÅÍÙÊ ÂÉÔÐÏÔÏË ÄÌÑ %s CD: %d\n"
-#define MSGTR_VideoStreamResult "\nðÏÔÏË ×ÉÄÅÏ: %8.3f ËÂÉÔ/Ó (%d B/s) ÒÁÚÍÅÒ: %d ÂÁÊÔ(Á/Ï×) %5.3f ÓÅË. %d ËÁÄÒ(Á/Ï×)\n"
-#define MSGTR_AudioStreamResult "\nðÏÔÏË ÁÕÄÉÏ: %8.3f ËÂÉÔ/Ó (%d B/s) ÒÁÚÍÅÒ: %d ÂÁÊÔ(Á/Ï×) %5.3f ÓÅË.\n"
+#define MSGTR_VideoStreamResult "\nðÏÔÏË ×ÉÄÅÏ: %8.3f ËÂÉÔ/Ó (%d B/s) ÒÁÚÍÅÒ: %"PRIu64" ÂÁÊÔ(Á/Ï×) %5.3f ÓÅË. %d ËÁÄÒ(Á/Ï×)\n"
+#define MSGTR_AudioStreamResult "\nðÏÔÏË ÁÕÄÉÏ: %8.3f ËÂÉÔ/Ó (%d B/s) ÒÁÚÍÅÒ: %"PRIu64" ÂÁÊÔ(Á/Ï×) %5.3f ÓÅË.\n"
#define MSGTR_OpenedStream "ÕÓÐÅÈ: ÆÏÒÍÁÔ: %d ÄÁÎÎÙÅ: 0x%X - 0x%x\n"
#define MSGTR_VCodecFramecopy "×ÉÄÅÏËÏÄÅË: ËÏÐÉÒÏ×ÁÎÉÅ ËÁÄÒÏ× (%dx%d %dbpp fourcc=%x)\n"
#define MSGTR_ACodecFramecopy "ÁÕÄÉÏËÏÄÅË: ËÏÐÉÒÏ×ÁÎÉÅ ËÁÄÒÏ× (ÆÏÒÍÁÔ=%x ÃÅÐÏÞÅË=%d ÓËÏÒÏÓÔØ=%ld ÂÉÔÏ×=%d B/s=%ld ÏÂÒÁÚÅÃ=%ld)\n"
Index: help_mp-sk.h
===================================================================
RCS file: /cvsroot/mplayer/main/help/help_mp-sk.h,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- help_mp-sk.h 28 Mar 2006 11:24:04 -0000 1.33
+++ help_mp-sk.h 27 Apr 2006 07:59:15 -0000 1.34
@@ -152,8 +152,8 @@
#define MSGTR_WritingAVIIndex "\nzapisujem AVI index...\n"
#define MSGTR_FixupAVIHeader "Opravujem AVI hlavièku...\n"
#define MSGTR_RecommendedVideoBitrate "Doporuèená rýchlost bit. toku videa pre %s CD: %d\n"
-#define MSGTR_VideoStreamResult "\nVideo prúd: %8.3f kbit/s (%d B/s) velkos»: %d bytov %5.3f sekund %d snímkov\n"
-#define MSGTR_AudioStreamResult "\nAudio prúd: %8.3f kbit/s (%d B/s) velkos»: %d bytov %5.3f sekund\n"
+#define MSGTR_VideoStreamResult "\nVideo prúd: %8.3f kbit/s (%d B/s) velkos»: %"PRIu64" bytov %5.3f sekund %d snímkov\n"
+#define MSGTR_AudioStreamResult "\nAudio prúd: %8.3f kbit/s (%d B/s) velkos»: %"PRIu64" bytov %5.3f sekund\n"
// cfg-mencoder.h:
Index: help_mp-sv.h
===================================================================
RCS file: /cvsroot/mplayer/main/help/help_mp-sv.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- help_mp-sv.h 28 Mar 2006 11:25:40 -0000 1.13
+++ help_mp-sv.h 27 Apr 2006 07:59:15 -0000 1.14
@@ -212,8 +212,8 @@
#define MSGTR_WritingAVIIndex "\nSkriver AVI-index...\n"
#define MSGTR_FixupAVIHeader "Fixering AVI-filhuvud...\n" // FIXME fixing?
#define MSGTR_RecommendedVideoBitrate "Rekommenderad videobitrate för %s CD: %d\n"
-#define MSGTR_VideoStreamResult "\nVideostöm: %8.3f kbit/s (%d B/s) storlek: %d byte %5.3f sekunder %d bildrutor\n"
-#define MSGTR_AudioStreamResult "\nAudiostöm: %8.3f kbit/s (%d B/s) storlek: %d byte %5.3f sekunder\n"
+#define MSGTR_VideoStreamResult "\nVideostöm: %8.3f kbit/s (%d B/s) storlek: %"PRIu64" byte %5.3f sekunder %d bildrutor\n"
+#define MSGTR_AudioStreamResult "\nAudiostöm: %8.3f kbit/s (%d B/s) storlek: %"PRIu64" byte %5.3f sekunder\n"
#define MSGTR_OpenedStream "klart: format: %d data: 0x%X - 0x%x\n"
#define MSGTR_VCodecFramecopy "videocodec: framecopy (%dx%d %dbpp fourcc=%x)\n" // FIXME translate?
#define MSGTR_ACodecFramecopy "audiocodec: framecopy (format=%x chans=%d rate=%ld bits=%d B/s=%ld sample-%ld)\n" // -''-
Index: help_mp-tr.h
===================================================================
RCS file: /cvsroot/mplayer/main/help/help_mp-tr.h,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- help_mp-tr.h 28 Mar 2006 11:26:36 -0000 1.22
+++ help_mp-tr.h 27 Apr 2006 07:59:15 -0000 1.23
@@ -133,8 +133,8 @@
#define MSGTR_WritingAVIIndex "\nAVI içeriði yazýlýyor...\n"
#define MSGTR_FixupAVIHeader "AVI Baþlýðý düzeltiliyor...\n"
#define MSGTR_RecommendedVideoBitrate "%s CD si için tavsiye edilen video bitrate: %d\n"
-#define MSGTR_VideoStreamResult "\nVideo biçimi: %8.3f kbit/s (%d B/s) boyut: %d byte %5.3f saniye %d çerçeve\n"
-#define MSGTR_AudioStreamResult "\nSes biçimi: %8.3f kbit/s (%d B/s) boyut: %d byte %5.3f saniye\n"
+#define MSGTR_VideoStreamResult "\nVideo biçimi: %8.3f kbit/s (%d B/s) boyut: %"PRIu64" byte %5.3f saniye %d çerçeve\n"
+#define MSGTR_AudioStreamResult "\nSes biçimi: %8.3f kbit/s (%d B/s) boyut: %"PRIu64" byte %5.3f saniye\n"
// open.c, stream.c:
#define MSGTR_CdDevNotfound "CD-ROM Sürücüsü '%s' bulunamadý!\n"
Index: help_mp-uk.h
===================================================================
RCS file: /cvsroot/mplayer/main/help/help_mp-uk.h,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- help_mp-uk.h 28 Mar 2006 16:37:09 -0000 1.23
+++ help_mp-uk.h 27 Apr 2006 07:59:15 -0000 1.24
@@ -158,8 +158,8 @@
#define MSGTR_WritingAVIIndex "\núÁÐÉÓÕÀ index...\n"
#define MSGTR_FixupAVIHeader "ïÎÏ×ÌÀÀ ÚÁÇÏÌÏ×ÏË...\n"
#define MSGTR_RecommendedVideoBitrate "òÅËÏÍÅÎÄÏ×ÁÎÉÊ Â¦ÔÒÅÊÔ ÄÌÑ %s CD: %d\n"
-#define MSGTR_VideoStreamResult "\n÷¦ÄÅÏ ÐÏÔ¦Ë: %8.3f kbit/s (%d â/Ó) ÒÏÚͦÒ: %d ÂÁÊÔ %5.3f ÓÅËÕÎÄ %d ËÁÄÒ¦×\n"
-#define MSGTR_AudioStreamResult "\náÕÄ¦Ï ÐÏÔ¦Ë: %8.3f kbit/s (%d â/Ó) ÒÏÚͦÒ: %d ÂÁÊÔ %5.3f ÓÅËÕÎÄ\n"
+#define MSGTR_VideoStreamResult "\n÷¦ÄÅÏ ÐÏÔ¦Ë: %8.3f kbit/s (%d â/Ó) ÒÏÚͦÒ: %"PRIu64" ÂÁÊÔ %5.3f ÓÅËÕÎÄ %d ËÁÄÒ¦×\n"
+#define MSGTR_AudioStreamResult "\náÕÄ¦Ï ÐÏÔ¦Ë: %8.3f kbit/s (%d â/Ó) ÒÏÚͦÒ: %"PRIu64" ÂÁÊÔ %5.3f ÓÅËÕÎÄ\n"
// cfg-mencoder.h:
#define MSGTR_MEncoderMP3LameHelp "\n\n"\
Index: help_mp-zh_TW.h
===================================================================
RCS file: /cvsroot/mplayer/main/help/help_mp-zh_TW.h,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- help_mp-zh_TW.h 28 Mar 2006 16:37:09 -0000 1.21
+++ help_mp-zh_TW.h 27 Apr 2006 07:59:15 -0000 1.22
@@ -162,8 +162,8 @@
#define MSGTR_WritingAVIIndex "\n¥¿¦b¼g¤J AVI ¯Á¤Þ...\n"
#define MSGTR_FixupAVIHeader "¥¿¦b×¸É AVI ¼ÐÀY...\n"
#define MSGTR_RecommendedVideoBitrate "%s CD ©Ò«Øij¤§µø°T bitrate: %d\n"
-#define MSGTR_VideoStreamResult "\nµø°T¦ê¬y: %8.3f kbit/s (%d B/s) ¤j¤Ö: %d bytes %5.3f ¬í %d ®æ\n"
-#define MSGTR_AudioStreamResult "\nµ®Ä¦ê¬y: %8.3f kbit/s (%d B/s) ¤j¤Ö: %d bytes %5.3f ¬í\n"
+#define MSGTR_VideoStreamResult "\nµø°T¦ê¬y: %8.3f kbit/s (%d B/s) ¤j¤Ö: %"PRIu64" bytes %5.3f ¬í %d ®æ\n"
+#define MSGTR_AudioStreamResult "\nµ®Ä¦ê¬y: %8.3f kbit/s (%d B/s) ¤j¤Ö: %"PRIu64" bytes %5.3f ¬í\n"
// cfg-mencoder.h:
More information about the MPlayer-translations
mailing list