comparison help_mp-en.h @ 7009:98bed9e12087

- add dxr3 gui support (dialogbox, etc.) - fix one small dvd playing bug ( dvd playing don't del the playlist) - add some ifdef() check
author pontscho
date Wed, 14 Aug 2002 23:02:45 +0000
parents 85fc65e6667f
children f3093e5d59c1
comparison
equal deleted inserted replaced
7008:2af81c9ed167 7009:98bed9e12087
350 // --- error messages --- 350 // --- error messages ---
351 #define MSGTR_NEMDB "Sorry, not enough memory for draw buffer." 351 #define MSGTR_NEMDB "Sorry, not enough memory for draw buffer."
352 #define MSGTR_NEMFMR "Sorry, not enough memory for menu rendering." 352 #define MSGTR_NEMFMR "Sorry, not enough memory for menu rendering."
353 #define MSGTR_NEMFMM "Sorry, not enough memory for main window shape mask." 353 #define MSGTR_NEMFMM "Sorry, not enough memory for main window shape mask."
354 #define MSGTR_IDFGCVD "Sorry, i don't find gui compatible video output driver." 354 #define MSGTR_IDFGCVD "Sorry, i don't find gui compatible video output driver."
355 #define MSGTR_NEEDLAVCFAME "Sorry, you don't play non-mpeg files in your DXR3/H+ device without reencoding.\nPlease enable lavc or fame in DXR3/H+ configbox."
355 356
356 // --- skin loader error messages 357 // --- skin loader error messages
357 #define MSGTR_SKIN_ERRORMESSAGE "[skin] error in skin config file on line %d: %s" 358 #define MSGTR_SKIN_ERRORMESSAGE "[skin] error in skin config file on line %d: %s"
358 #define MSGTR_SKIN_WARNING1 "[skin] warning in skin config file on line %d: widget found but before \"section\" not found ( %s )" 359 #define MSGTR_SKIN_WARNING1 "[skin] warning in skin config file on line %d: widget found but before \"section\" not found ( %s )"
359 #define MSGTR_SKIN_WARNING2 "[skin] warning in skin config file on line %d: widget found but before \"subsection\" not found (%s)" 360 #define MSGTR_SKIN_WARNING2 "[skin] warning in skin config file on line %d: widget found but before \"subsection\" not found (%s)"
480 #define MSGTR_PREFERENCES_FRAME_PostProcess "Postprocess" 481 #define MSGTR_PREFERENCES_FRAME_PostProcess "Postprocess"
481 #define MSGTR_PREFERENCES_FRAME_CodecDemuxer "Codec & demuxer" 482 #define MSGTR_PREFERENCES_FRAME_CodecDemuxer "Codec & demuxer"
482 #define MSGTR_PREFERENCES_OSS_Device "Device:" 483 #define MSGTR_PREFERENCES_OSS_Device "Device:"
483 #define MSGTR_PREFERENCES_OSS_Mixer "Mixer:" 484 #define MSGTR_PREFERENCES_OSS_Mixer "Mixer:"
484 #define MSGTR_PREFERENCES_Message "Please remember, some function need restart the playing." 485 #define MSGTR_PREFERENCES_Message "Please remember, some function need restart the playing."
486 #define MSGTR_PREFERENCES_DXR3_VENC "Video encoder:"
487 #define MSGTR_PREFERENCES_DXR3_LAVC "Use LAVC ( ffmpeg encoder )"
488 #define MSGTR_PREFERENCES_DXR3_FAME "Use FAME"
485 489
486 // --- messagebox 490 // --- messagebox
487 #define MSGTR_MSGBOX_LABEL_FatalError "fatal error ..." 491 #define MSGTR_MSGBOX_LABEL_FatalError "fatal error ..."
488 #define MSGTR_MSGBOX_LABEL_Error "error ..." 492 #define MSGTR_MSGBOX_LABEL_Error "error ..."
489 #define MSGTR_MSGBOX_LABEL_Warning "warning ..." 493 #define MSGTR_MSGBOX_LABEL_Warning "warning ..."