summaryrefslogtreecommitdiffstats
path: root/help/help_mp-tr.h
diff options
context:
space:
mode:
authorreynaldo <reynaldo@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-27 07:59:15 +0000
committerreynaldo <reynaldo@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-27 07:59:15 +0000
commit13b1ed4b836ffa29d4688f35fdbde78948db2662 (patch)
tree2168982247a8be066b38c3dd18c2975b9b053735 /help/help_mp-tr.h
parent6e8385de7b16756b7872e24abe02fae184f1fb42 (diff)
downloadmpv-13b1ed4b836ffa29d4688f35fdbde78948db2662.tar.bz2
mpv-13b1ed4b836ffa29d4688f35fdbde78948db2662.tar.xz
Fixes - Make mencoder stream size printing use 64 bits - by Corey Hickey on translation files
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18308 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help/help_mp-tr.h')
-rw-r--r--help/help_mp-tr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/help/help_mp-tr.h b/help/help_mp-tr.h
index 550f69e6dc..406cb17298 100644
--- a/help/help_mp-tr.h
+++ b/help/help_mp-tr.h
@@ -133,8 +133,8 @@ static char help_text[]=
#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"