summaryrefslogtreecommitdiffstats
path: root/help/help_mp-de.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-09-02 17:11:00 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-09-02 17:11:00 +0000
commit1540fedb5feb2b74f2caee529e6d69ed8585f0a2 (patch)
tree1538db3fdceded37560b3a858a49d749dfa6ca2c /help/help_mp-de.h
parent53caae736a22baedb944d301e2ff4ec857117806 (diff)
downloadmpv-1540fedb5feb2b74f2caee529e6d69ed8585f0a2.tar.bz2
mpv-1540fedb5feb2b74f2caee529e6d69ed8585f0a2.tar.xz
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 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16361 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help/help_mp-de.h')
-rw-r--r--help/help_mp-de.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/help/help_mp-de.h b/help/help_mp-de.h
index 6650820dfe..3b7bb1c4d0 100644
--- a/help/help_mp-de.h
+++ b/help/help_mp-de.h
@@ -226,11 +226,11 @@ static char help_text[]=
#define MSGTR_WritingAVIIndex "\nSchreibe AVI-Index...\n"
#define MSGTR_FixupAVIHeader "Korrigiere AVI-Header...\n"
#define MSGTR_RecommendedVideoBitrate "Empfohlene Videobitrate für %s CD(s): %d\n"
-#define MSGTR_VideoStreamResult "\nVideostream: %8.3f kbit/s (%d bps) Größe: %d Bytes %5.3f Sek. %d Frames\n"
-#define MSGTR_AudioStreamResult "\nAudiostream: %8.3f kbit/s (%d bps) Größe: %d Bytes %5.3f Sek.\n"
+#define MSGTR_VideoStreamResult "\nVideostream: %8.3f kbit/s (%d B/s) Größe: %d Bytes %5.3f Sek. %d Frames\n"
+#define MSGTR_AudioStreamResult "\nAudiostream: %8.3f kbit/s (%d B/s) Größe: %d Bytes %5.3f Sek.\n"
#define MSGTR_OpenedStream "Erfolg: Format: %d Daten: 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 Audio ausgewählt\n"
#define MSGTR_MP3AudioSelected "MP3 Audio ausgewählt\n"
#define MSGTR_CannotAllocateBytes "Konnte %d Bytes nicht reservieren\n"