diff help/help_mp-en.h @ 33390:f33d61bf5da0

stream dump: print progress information.
author cigaes
date Sat, 21 May 2011 18:46:39 +0000
parents f7eda488c07a
children 2a25b5db0e7e
line wrap: on
line diff
--- a/help/help_mp-en.h	Sat May 21 15:04:50 2011 +0000
+++ b/help/help_mp-en.h	Sat May 21 18:46:39 2011 +0000
@@ -70,6 +70,9 @@
 #define MSGTR_DumpSelectedStreamMissing "dump: FATAL: Selected stream missing!\n"
 #define MSGTR_CantOpenDumpfile "Cannot open dump file.\n"
 #define MSGTR_CoreDumped "Core dumped ;)\n"
+#define MSGTR_DumpBytesWrittenPercent "dump: %"PRIu64" bytes written (~%.1f%%)\r"
+#define MSGTR_DumpBytesWritten "dump: %"PRIu64" bytes written\r"
+#define MSGTR_DumpBytesWrittenTo "dump: %"PRIu64" bytes written to '%s'.\n"
 #define MSGTR_FPSnotspecified "FPS not specified in the header or invalid, use the -fps option.\n"
 #define MSGTR_TryForceAudioFmtStr "Trying to force audio codec driver family %s...\n"
 #define MSGTR_CantFindAudioCodec "Cannot find codec for audio format 0x%X.\n"