comparison help_mp-en.h @ 7180:28677d779205

-afm/-vfm migration from ID (int) to NAME (string) - simplifies code and makes dlopen()'ing possible
author arpi
date Fri, 30 Aug 2002 21:44:20 +0000
parents 35bab6be713b
children 02b1976e12e2
comparison
equal deleted inserted replaced
7179:a258b9b7669e 7180:28677d779205
83 #define MSGTR_DumpSelectedSteramMissing "dump: FATAL: selected stream missing!\n" 83 #define MSGTR_DumpSelectedSteramMissing "dump: FATAL: selected stream missing!\n"
84 #define MSGTR_CantOpenDumpfile "Can't open dump file!!!\n" 84 #define MSGTR_CantOpenDumpfile "Can't open dump file!!!\n"
85 #define MSGTR_CoreDumped "core dumped :)\n" 85 #define MSGTR_CoreDumped "core dumped :)\n"
86 #define MSGTR_FPSnotspecified "FPS not specified (or invalid) in the header! Use the -fps option!\n" 86 #define MSGTR_FPSnotspecified "FPS not specified (or invalid) in the header! Use the -fps option!\n"
87 #define MSGTR_NoVideoStream "Sorry, no video stream... it's unplayable yet\n" 87 #define MSGTR_NoVideoStream "Sorry, no video stream... it's unplayable yet\n"
88 #define MSGTR_TryForceAudioFmt "Trying to force audio codec driver family %d ...\n" 88 #define MSGTR_TryForceAudioFmtStr "Trying to force audio codec driver family %s ...\n"
89 #define MSGTR_CantFindAfmtFallback "Can't find audio codec for forced driver family, fallback to other drivers.\n" 89 #define MSGTR_CantFindAfmtFallback "Can't find audio codec for forced driver family, fallback to other drivers.\n"
90 #define MSGTR_CantFindAudioCodec "Can't find codec for audio format 0x%X !\n" 90 #define MSGTR_CantFindAudioCodec "Can't find codec for audio format 0x%X !\n"
91 #define MSGTR_TryUpgradeCodecsConfOrRTFM "*** Try to upgrade %s from etc/codecs.conf\n*** If it's still not OK, then read DOCS/codecs.html!\n" 91 #define MSGTR_TryUpgradeCodecsConfOrRTFM "*** Try to upgrade %s from etc/codecs.conf\n*** If it's still not OK, then read DOCS/codecs.html!\n"
92 #define MSGTR_CouldntInitAudioCodec "Couldn't initialize audio codec! -> nosound\n" 92 #define MSGTR_CouldntInitAudioCodec "Couldn't initialize audio codec! -> nosound\n"
93 #define MSGTR_TryForceVideoFmt "Trying to force video codec driver family %d ...\n" 93 #define MSGTR_TryForceVideoFmtStr "Trying to force video codec driver family %s ...\n"
94 #define MSGTR_CantFindVfmtFallback "Can't find video codec for forced driver family, fallback to other drivers.\n" 94 #define MSGTR_CantFindVfmtFallback "Can't find video codec for forced driver family, fallback to other drivers.\n"
95 #define MSGTR_CantFindVideoCodec "Can't find codec matching selected -vo and video format 0x%X !\n" 95 #define MSGTR_CantFindVideoCodec "Can't find codec matching selected -vo and video format 0x%X !\n"
96 #define MSGTR_VOincompCodec "Sorry, selected video_out device is incompatible with this codec.\n" 96 #define MSGTR_VOincompCodec "Sorry, selected video_out device is incompatible with this codec.\n"
97 #define MSGTR_CouldntInitVideoCodec "FATAL: Couldn't initialize video codec :(\n" 97 #define MSGTR_CouldntInitVideoCodec "FATAL: Couldn't initialize video codec :(\n"
98 #define MSGTR_EncodeFileExists "File already exists: %s (don't overwrite your favourite AVI!)\n" 98 #define MSGTR_EncodeFileExists "File already exists: %s (don't overwrite your favourite AVI!)\n"
284 #define MSGTR_UnknownAudio "Unknown/missing audio format, using nosound\n" 284 #define MSGTR_UnknownAudio "Unknown/missing audio format, using nosound\n"
285 285
286 #define MSGTR_UsingExternalPP "[PP] Using external postprocessing filter, max q = %d\n" 286 #define MSGTR_UsingExternalPP "[PP] Using external postprocessing filter, max q = %d\n"
287 #define MSGTR_UsingCodecPP "[PP] Using codec's postprocessing, max q = %d\n" 287 #define MSGTR_UsingCodecPP "[PP] Using codec's postprocessing, max q = %d\n"
288 #define MSGTR_VideoAttributeNotSupportedByVO_VD "Video attribute '%s' isn't supported by selected vo & vd! \n" 288 #define MSGTR_VideoAttributeNotSupportedByVO_VD "Video attribute '%s' isn't supported by selected vo & vd! \n"
289 #define MSGTR_VideoCodecFamilyNotAvailable "Requested video codec family [%s] (vfm=%d) not available (enable it at compile time!)\n" 289 #define MSGTR_VideoCodecFamilyNotAvailableStr "Requested video codec family [%s] (vfm=%s) not available (enable it at compile time!)\n"
290 #define MSGTR_AudioCodecFamilyNotAvailable "Requested audio codec family [%s] (afm=%d) not available (enable it at compile time!)\n" 290 #define MSGTR_AudioCodecFamilyNotAvailableStr "Requested audio codec family [%s] (afm=%s) not available (enable it at compile time!)\n"
291 #define MSGTR_OpeningVideoDecoder "Opening video decoder: [%s] %s\n" 291 #define MSGTR_OpeningVideoDecoder "Opening video decoder: [%s] %s\n"
292 #define MSGTR_OpeningAudioDecoder "Opening audio decoder: [%s] %s\n" 292 #define MSGTR_OpeningAudioDecoder "Opening audio decoder: [%s] %s\n"
293 #define MSGTR_UninitVideo "uninit video: %d \n" 293 #define MSGTR_UninitVideoStr "uninit video: %s \n"
294 #define MSGTR_UninitAudio "uninit audio: %d \n" 294 #define MSGTR_UninitAudioStr "uninit audio: %s \n"
295 #define MSGTR_VDecoderInitFailed "VDecoder init failed :(\n" 295 #define MSGTR_VDecoderInitFailed "VDecoder init failed :(\n"
296 #define MSGTR_ADecoderInitFailed "ADecoder init failed :(\n" 296 #define MSGTR_ADecoderInitFailed "ADecoder init failed :(\n"
297 #define MSGTR_ADecoderPreinitFailed "ADecoder preinit failed :(\n" 297 #define MSGTR_ADecoderPreinitFailed "ADecoder preinit failed :(\n"
298 #define MSGTR_AllocatingBytesForInputBuffer "dec_audio: Allocating %d bytes for input buffer\n" 298 #define MSGTR_AllocatingBytesForInputBuffer "dec_audio: Allocating %d bytes for input buffer\n"
299 #define MSGTR_AllocatingBytesForOutputBuffer "dec_audio: Allocating %d + %d = %d bytes for output buffer\n" 299 #define MSGTR_AllocatingBytesForOutputBuffer "dec_audio: Allocating %d + %d = %d bytes for output buffer\n"