diff help/help_mp-tr.h @ 18307:4832cde1ae67

Fixes - Make mencoder stream size printing use 64 bits - by Corey Hickey on translation files
author reynaldo
date Thu, 27 Apr 2006 07:59:15 +0000
parents b4214294a9cc
children 5766a9d21992
line wrap: on
line diff
--- a/help/help_mp-tr.h	Thu Apr 27 07:37:10 2006 +0000
+++ b/help/help_mp-tr.h	Thu Apr 27 07:59:15 2006 +0000
@@ -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"