Mercurial > mplayer.hg
diff help/help_mp-bg.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 | 05d04911e8ce |
children | 49bc48a76dd6 |
line wrap: on
line diff
--- a/help/help_mp-bg.h Fri Sep 02 17:06:37 2005 +0000 +++ b/help/help_mp-bg.h Fri Sep 02 17:11:00 2005 +0000 @@ -216,11 +216,11 @@ #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 bps) размер: %d байта %5.3f сек. %d кадъра\n" -#define MSGTR_AudioStreamResult "\nАудио поток: %8.3f Кбита/с (%d bps) размер: %d байта %5.3f сек.\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_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 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 "Избрано е CBR (постоянен битрейт) PCM аудио\n" #define MSGTR_MP3AudioSelected "Избрано е MP3 аудио\n" #define MSGTR_CannotAllocateBytes "Не може да се заделят %d байта\n"