comparison help/help_mp-es.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
comparison
equal deleted inserted replaced
16359:b94ac8deda46 16360:e6e3e5cf583b
230 "Su codificación puede salir mal!\n" 230 "Su codificación puede salir mal!\n"
231 #define MSGTR_ErrorWritingFile "%s: error escribiendo el archivo.\n" 231 #define MSGTR_ErrorWritingFile "%s: error escribiendo el archivo.\n"
232 #define MSGTR_WritingAVIIndex "\nEscribiendo index AVI...\n" 232 #define MSGTR_WritingAVIIndex "\nEscribiendo index AVI...\n"
233 #define MSGTR_FixupAVIHeader "Arreglando cabecera AVI..\n" 233 #define MSGTR_FixupAVIHeader "Arreglando cabecera AVI..\n"
234 #define MSGTR_RecommendedVideoBitrate "Bitrate recomendado para %s CD: %d.\n" 234 #define MSGTR_RecommendedVideoBitrate "Bitrate recomendado para %s CD: %d.\n"
235 #define MSGTR_VideoStreamResult "\nStream de vídeo: %8.3f kbit/s (%d bps), tamaño: %d bytes, %5.3f segundos, %d frames\n" 235 #define MSGTR_VideoStreamResult "\nStream de vídeo: %8.3f kbit/s (%d B/s), tamaño: %d bytes, %5.3f segundos, %d frames\n"
236 #define MSGTR_AudioStreamResult "\nStream de audio: %8.3f kbit/s (%d bps), tamaño: %d bytes, %5.3f segundos\n" 236 #define MSGTR_AudioStreamResult "\nStream de audio: %8.3f kbit/s (%d B/s), tamaño: %d bytes, %5.3f segundos\n"
237 #define MSGTR_OpenedStream "exito: formato: %d datos: 0x%X - 0x%x\n" 237 #define MSGTR_OpenedStream "exito: formato: %d datos: 0x%X - 0x%x\n"
238 #define MSGTR_VCodecFramecopy "codec de video: copia de cuadro (%dx%d %dbpp fourcc=%x)\n" 238 #define MSGTR_VCodecFramecopy "codec de video: copia de cuadro (%dx%d %dbpp fourcc=%x)\n"
239 #define MSGTR_ACodecFramecopy "codec de audio: copia de cuadro (formato=%x canales=%d razón=%ld bits=%d bps=%ld muestra-%ld)\n" 239 #define MSGTR_ACodecFramecopy "codec de audio: copia de cuadro (formato=%x canales=%d razón=%ld bits=%d B/s=%ld muestra-%ld)\n"
240 #define MSGTR_CBRPCMAudioSelected "audio PCM CBR seleccionado\n" 240 #define MSGTR_CBRPCMAudioSelected "audio PCM CBR seleccionado\n"
241 #define MSGTR_MP3AudioSelected "audio MP3 seleccionado\n" 241 #define MSGTR_MP3AudioSelected "audio MP3 seleccionado\n"
242 #define MSGTR_CannotAllocateBytes "No se pueden asignar %d bytes\n" 242 #define MSGTR_CannotAllocateBytes "No se pueden asignar %d bytes\n"
243 #define MSGTR_SettingAudioDelay "Ajustando el RETRASO DEL AUDIO a %5.3f\n" 243 #define MSGTR_SettingAudioDelay "Ajustando el RETRASO DEL AUDIO a %5.3f\n"
244 #define MSGTR_SettingAudioInputGain "Ajustando la ganancia de entrada de audio input a %f\n" 244 #define MSGTR_SettingAudioInputGain "Ajustando la ganancia de entrada de audio input a %f\n"