diff help/help_mp-pl.h @ 16360:e6e3e5cf583b

Replace bps by B/s when it means bytes per second to avoid ambiguity since bps can mean any combination of bits/bytes per second/sample. patch by a.guru - at - sympatico - dot - ca
author diego
date Fri, 02 Sep 2005 17:11:00 +0000
parents 1e95e4d332b5
children 49bc48a76dd6
line wrap: on
line diff
--- a/help/help_mp-pl.h	Fri Sep 02 17:06:37 2005 +0000
+++ b/help/help_mp-pl.h	Fri Sep 02 17:11:00 2005 +0000
@@ -218,12 +218,12 @@
 #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 bps) rozmiar: %d bajtów %5.3f s %d ramek\n"
-#define MSGTR_AudioStreamResult "\nStrumień audio: %8.3f kbit/s (%d bps) rozmiar: %d bajtów %5.3f s\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_OpenedStream "sukces: format: %d  dane: 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 bps=%ld sample-%ld)\n"
+#define MSGTR_ACodecFramecopy "audiocodec: framecopy (format=%x chans=%d rate=%ld bits=%d B/s=%ld sample-%ld)\n"
 #define MSGTR_CBRPCMAudioSelected "Wybrano dĽwięk CBR PCM\n"
 #define MSGTR_MP3AudioSelected "Wybrano dĽwięk MP3\n"
 #define MSGTR_CannotAllocateBytes "Nie można było zaalokować %d bajtów\n"