help_mp-en.h

来自「君正早期ucos系统(只有早期的才不没有打包成库),MPLAYER,文件系统,图」· C头文件 代码 · 共 1,179 行 · 第 1/5 页

H
1,179
字号
#define MSGTR_ParseErrorFIDNotNumber "parse error (format ID not a number?)"#define MSGTR_ParseErrorFIDAliasNotNumber "parse error (format ID alias not a number?)"#define MSGTR_DuplicateFID "duplicated format ID"#define MSGTR_TooManyOut "too many out..."#define MSGTR_InvalidCodecName "\ncodec(%s) name is not valid!\n"#define MSGTR_CodecLacksFourcc "\ncodec(%s) does not have FourCC/format!\n"#define MSGTR_CodecLacksDriver "\ncodec(%s) does not have a driver!\n"#define MSGTR_CodecNeedsDLL "\ncodec(%s) needs a 'dll'!\n"#define MSGTR_CodecNeedsOutfmt "\ncodec(%s) needs an 'outfmt'!\n"#define MSGTR_CantAllocateComment "Can't allocate memory for comment. "#define MSGTR_GetTokenMaxNotLessThanMAX_NR_TOKEN "get_token(): max >= MAX_MR_TOKEN!"#define MSGTR_ReadingFile "Reading %s: "#define MSGTR_CantOpenFileError "Can't open '%s': %s\n"#define MSGTR_CantGetMemoryForLine "Can't get memory for 'line': %s\n"#define MSGTR_CantReallocCodecsp "Can't realloc '*codecsp': %s\n"#define MSGTR_CodecNameNotUnique "Codec name '%s' isn't unique."#define MSGTR_CantStrdupName "Can't strdup -> 'name': %s\n"#define MSGTR_CantStrdupInfo "Can't strdup -> 'info': %s\n"#define MSGTR_CantStrdupDriver "Can't strdup -> 'driver': %s\n"#define MSGTR_CantStrdupDLL "Can't strdup -> 'dll': %s"#define MSGTR_AudioVideoCodecTotals "%d audio & %d video codecs\n"#define MSGTR_CodecDefinitionIncorrect "Codec is not defined correctly."#define MSGTR_OutdatedCodecsConf "This codecs.conf is too old and incompatible with this MPlayer release!"// fifo.c#define MSGTR_CannotMakePipe "Cannot make PIPE!\n"// parser-mecmd.c, parser-mpcmd.c#define MSGTR_NoFileGivenOnCommandLine "'--' indicates no more options, but no filename was given on the command line.\n"#define MSGTR_TheLoopOptionMustBeAnInteger "The loop option must be an integer: %s\n"#define MSGTR_UnknownOptionOnCommandLine "Unknown option on the command line: -%s\n"#define MSGTR_ErrorParsingOptionOnCommandLine "Error parsing option on the command line: -%s\n"#define MSGTR_InvalidPlayEntry "Invalid play entry %s\n"#define MSGTR_NotAnMEncoderOption "-%s is not an MEncoder option\n"#define MSGTR_NoFileGiven "No file given\n"// m_config.c#define MSGTR_SaveSlotTooOld "Save slot found from lvl %d is too old: %d !!!\n"#define MSGTR_InvalidCfgfileOption "The %s option can't be used in a config file.\n"#define MSGTR_InvalidCmdlineOption "The %s option can't be used on the command line.\n"#define MSGTR_InvalidSuboption "Error: option '%s' has no suboption '%s'.\n"#define MSGTR_MissingSuboptionParameter "Error: suboption '%s' of '%s' must have a parameter!\n"#define MSGTR_MissingOptionParameter "Error: option '%s' must have a parameter!\n"#define MSGTR_OptionListHeader "\n Name                 Type            Min        Max      Global  CL    Cfg\n\n"#define MSGTR_TotalOptions "\nTotal: %d options\n"#define MSGTR_ProfileInclusionTooDeep "WARNING: Profile inclusion too deep.\n"#define MSGTR_NoProfileDefined "No profiles have been defined.\n"#define MSGTR_AvailableProfiles "Available profiles:\n"#define MSGTR_UnknownProfile "Unknown profile '%s'.\n"#define MSGTR_Profile "Profile %s: %s\n"// m_property.c#define MSGTR_PropertyListHeader "\n Name                 Type            Min        Max\n\n"#define MSGTR_TotalProperties "\nTotal: %d properties\n"// open.c, stream.c:#define MSGTR_CdDevNotfound "CD-ROM Device '%s' not found.\n"#define MSGTR_ErrTrackSelect "Error selecting VCD track."#define MSGTR_ReadSTDIN "Reading from stdin...\n"#define MSGTR_UnableOpenURL "Unable to open URL: %s\n"#define MSGTR_ConnToServer "Connected to server: %s\n"#define MSGTR_FileNotFound "File not found: '%s'\n"#define MSGTR_SMBInitError "Cannot init the libsmbclient library: %d\n"#define MSGTR_SMBFileNotFound "Could not open from LAN: '%s'\n"#define MSGTR_SMBNotCompiled "MPlayer was not compiled with SMB reading support.\n"#define MSGTR_CantOpenDVD "Couldn't open DVD device: %s\n"// stream_dvd.c#define MSGTR_DVDspeedCantOpen "Couldn't open DVD device for writing, changing DVD speed needs write access.\n"#define MSGTR_DVDrestoreSpeed "Restoring DVD speed... "#define MSGTR_DVDlimitSpeed "Limiting DVD speed to %dKB/s... "#define MSGTR_DVDlimitFail "failed\n"#define MSGTR_DVDlimitOk "successful\n"#define MSGTR_NoDVDSupport "MPlayer was compiled without DVD support, exiting.\n"#define MSGTR_DVDnumTitles "There are %d titles on this DVD.\n"#define MSGTR_DVDinvalidTitle "Invalid DVD title number: %d\n"#define MSGTR_DVDnumChapters "There are %d chapters in this DVD title.\n"#define MSGTR_DVDinvalidChapter "Invalid DVD chapter number: %d\n"#define MSGTR_DVDinvalidChapterRange "Invalid chapter range specification %s\n"#define MSGTR_DVDinvalidLastChapter "Invalid DVD last chapter number: %d\n"#define MSGTR_DVDnumAngles "There are %d angles in this DVD title.\n"#define MSGTR_DVDinvalidAngle "Invalid DVD angle number: %d\n"#define MSGTR_DVDnoIFO "Cannot open the IFO file for DVD title %d.\n"#define MSGTR_DVDnoVMG "Can't open VMG info!\n"#define MSGTR_DVDnoVOBs "Cannot open title VOBS (VTS_%02d_1.VOB).\n"#define MSGTR_DVDnoMatchingAudio "No matching DVD audio language found!\n"#define MSGTR_DVDaudioChannel "Selected DVD audio channel: %d language: %c%c\n"#define MSGTR_DVDaudioStreamInfo "audio stream: %d format: %s (%s) language: %s aid: %d.\n"#define MSGTR_DVDnumAudioChannels "number of audio channels on disk: %d.\n"#define MSGTR_DVDnoMatchingSubtitle "No matching DVD subtitle language found!\n"#define MSGTR_DVDsubtitleChannel "Selected DVD subtitle channel: %d language: %c%c\n"#define MSGTR_DVDsubtitleLanguage "subtitle ( sid ): %d language: %s\n"#define MSGTR_DVDnumSubtitles "number of subtitles on disk: %d\n"// muxer.c, muxer_*.c:#define MSGTR_TooManyStreams "Too many streams!"#define MSGTR_RawMuxerOnlyOneStream "Rawaudio muxer supports only one audio stream!\n"#define MSGTR_IgnoringVideoStream "Ignoring video stream!\n"#define MSGTR_UnknownStreamType "Warning, unknown stream type: %d\n"#define MSGTR_WarningLenIsntDivisible "Warning, len isn't divisible by samplesize!\n"#define MSGTR_MuxbufMallocErr "Muxer frame buffer cannot allocate memory!\n"#define MSGTR_MuxbufReallocErr "Muxer frame buffer cannot reallocate memory!\n"#define MSGTR_MuxbufSending "Muxer frame buffer sending %d frame(s) to the muxer.\n"#define MSGTR_WritingHeader "Writing header...\n"#define MSGTR_WritingTrailer "Writing index...\n"// demuxer.c, demux_*.c:#define MSGTR_AudioStreamRedefined "WARNING: Audio stream header %d redefined.\n"#define MSGTR_VideoStreamRedefined "WARNING: Video stream header %d redefined.\n"#define MSGTR_TooManyAudioInBuffer "\nToo many audio packets in the buffer: (%d in %d bytes).\n"#define MSGTR_TooManyVideoInBuffer "\nToo many video packets in the buffer: (%d in %d bytes).\n"#define MSGTR_MaybeNI "Maybe you are playing a non-interleaved stream/file or the codec failed?\n" \		      "For AVI files, try to force non-interleaved mode with the -ni option.\n"#define MSGTR_WorkAroundBlockAlignHeaderBug "AVI: Working around CBR-MP3 nBlockAlign header bug!\n"#define MSGTR_SwitchToNi "\nBadly interleaved AVI file detected - switching to -ni mode...\n"#define MSGTR_InvalidAudioStreamNosound "AVI: invalid audio stream ID: %d - ignoring (nosound)\n"#define MSGTR_InvalidAudioStreamUsingDefault "AVI: invalid video stream ID: %d - ignoring (using default)\n"#define MSGTR_ON2AviFormat "ON2 AVI format"#define MSGTR_Detected_XXX_FileFormat "%s file format detected.\n"#define MSGTR_DetectedAudiofile "Audio file detected.\n"#define MSGTR_NotSystemStream "Not MPEG System Stream format... (maybe Transport Stream?)\n"#define MSGTR_InvalidMPEGES "Invalid MPEG-ES stream??? Contact the author, it may be a bug :(\n"#define MSGTR_FormatNotRecognized "============ Sorry, this file format is not recognized/supported =============\n"\				  "=== If this file is an AVI, ASF or MPEG stream, please contact the author! ===\n"#define MSGTR_SettingProcessPriority "Setting process priority: %s\n"#define MSGTR_FilefmtFourccSizeFpsFtime "[V] filefmt:%d  fourcc:0x%X  size:%dx%d  fps:%5.2f  ftime:=%6.4f\n"#define MSGTR_CannotInitializeMuxer "Cannot initialize muxer."#define MSGTR_MissingVideoStream "No video stream found.\n"#define MSGTR_MissingAudioStream "No audio stream found -> no sound.\n"#define MSGTR_MissingVideoStreamBug "Missing video stream!? Contact the author, it may be a bug :(\n"#define MSGTR_DoesntContainSelectedStream "demux: File doesn't contain the selected audio or video stream.\n"#define MSGTR_NI_Forced "Forced"#define MSGTR_NI_Detected "Detected"#define MSGTR_NI_Message "%s NON-INTERLEAVED AVI file format.\n"#define MSGTR_UsingNINI "Using NON-INTERLEAVED broken AVI file format.\n"#define MSGTR_CouldntDetFNo "Could not determine number of frames (for absolute seek).\n"#define MSGTR_CantSeekRawAVI "Cannot seek in raw AVI streams. (Index required, try with the -idx switch.)\n"#define MSGTR_CantSeekFile "Cannot seek in this file.\n"#define MSGTR_MOVcomprhdr "MOV: Compressed headers support requires ZLIB!\n"#define MSGTR_MOVvariableFourCC "MOV: WARNING: Variable FourCC detected!?\n"#define MSGTR_MOVtooManyTrk "MOV: WARNING: too many tracks"#define MSGTR_FoundAudioStream "==> Found audio stream: %d\n"#define MSGTR_FoundVideoStream "==> Found video stream: %d\n"#define MSGTR_DetectedTV "TV detected! ;-)\n"#define MSGTR_ErrorOpeningOGGDemuxer "Unable to open the Ogg demuxer.\n"#define MSGTR_ASFSearchingForAudioStream "ASF: Searching for audio stream (id:%d).\n"#define MSGTR_CannotOpenAudioStream "Cannot open audio stream: %s\n"#define MSGTR_CannotOpenSubtitlesStream "Cannot open subtitle stream: %s\n"#define MSGTR_OpeningAudioDemuxerFailed "Failed to open audio demuxer: %s\n"#define MSGTR_OpeningSubtitlesDemuxerFailed "Failed to open subtitle demuxer: %s\n"#define MSGTR_TVInputNotSeekable "TV input is not seekable! (Seeking will probably be for changing channels ;)\n"#define MSGTR_DemuxerInfoChanged "Demuxer info %s changed to %s\n"#define MSGTR_ClipInfo "Clip info:\n"#define MSGTR_LeaveTelecineMode "\ndemux_mpg: 30000/1001fps NTSC content detected, switching framerate.\n"#define MSGTR_EnterTelecineMode "\ndemux_mpg: 24000/1001fps progressive NTSC content detected, switching framerate.\n"#define MSGTR_CacheFill "\rCache fill: %5.2f%% (%"PRId64" bytes)   "#define MSGTR_NoBindFound "No bind found for key '%s'."#define MSGTR_FailedToOpen "Failed to open %s.\n"#define MSGTR_VideoID "[%s] Video stream found, -vid %d\n"#define MSGTR_AudioID "[%s] Audio stream found, -aid %d\n"#define MSGTR_SubtitleID "[%s] Subtitle stream found, -sid %d\n"// dec_video.c & dec_audio.c:#define MSGTR_CantOpenCodec "Could not open codec.\n"#define MSGTR_CantCloseCodec "Could not close codec.\n"#define MSGTR_MissingDLLcodec "ERROR: Could not open required DirectShow codec %s.\n"#define MSGTR_ACMiniterror "Could not load/initialize Win32/ACM audio codec (missing DLL file?).\n"#define MSGTR_MissingLAVCcodec "Cannot find codec '%s' in libavcodec...\n"#define MSGTR_MpegNoSequHdr "MPEG: FATAL: EOF while searching for sequence header.\n"#define MSGTR_CannotReadMpegSequHdr "FATAL: Cannot read sequence header.\n"#define MSGTR_CannotReadMpegSequHdrEx "FATAL: Cannot read sequence header extension.\n"#define MSGTR_BadMpegSequHdr "MPEG: bad sequence header\n"#define MSGTR_BadMpegSequHdrEx "MPEG: bad sequence header extension\n"#define MSGTR_ShMemAllocFail "Cannot allocate shared memory.\n"#define MSGTR_CantAllocAudioBuf "Cannot allocate audio out buffer.\n"#define MSGTR_UnknownAudio "Unknown/missing audio format -> no sound\n"#define MSGTR_UsingExternalPP "[PP] Using external postprocessing filter, max q = %d.\n"#define MSGTR_UsingCodecPP "[PP] Using codec's postprocessing, max q = %d.\n"#define MSGTR_VideoAttributeNotSupportedByVO_VD "Video attribute '%s' is not supported by selected vo & vd.\n"#define MSGTR_VideoCodecFamilyNotAvailableStr "Requested video codec family [%s] (vfm=%s) not available.\nEnable it at compilation.\n"#define MSGTR_AudioCodecFamilyNotAvailableStr "Requested audio codec family [%s] (afm=%s) not available.\nEnable it at compilation.\n"#define MSGTR_OpeningVideoDecoder "Opening video decoder: [%s] %s\n"#define MSGTR_SelectedVideoCodec "Selected video codec: [%s] vfm: %s (%s)\n"#define MSGTR_OpeningAudioDecoder "Opening audio decoder: [%s] %s\n"#define MSGTR_SelectedAudioCodec "Selected audio codec: [%s] afm: %s (%s)\n"#define MSGTR_BuildingAudioFilterChain "Building audio filter chain for %dHz/%dch/%s -> %dHz/%dch/%s...\n"#define MSGTR_UninitVideoStr "Uninit video: %s\n"#define MSGTR_UninitAudioStr "Uninit audio: %s\n"#define MSGTR_VDecoderInitFailed "VDecoder init failed :(\n"#define MSGTR_ADecoderInitFailed "ADecoder init failed :(\n"#define MSGTR_ADecoderPreinitFailed "ADecoder preinit failed :(\n"#define MSGTR_AllocatingBytesForInputBuffer "dec_audio: Allocating %d bytes for input buffer.\n"#define MSGTR_AllocatingBytesForOutputBuffer "dec_audio: Allocating %d + %d = %d bytes for output buffer.\n"// LIRC:#define MSGTR_SettingUpLIRC "Setting up LIRC support...\n"#define MSGTR_LIRCopenfailed "Failed to open LIRC support. You will not be able to use your remote control.\n"#define MSGTR_LIRCcfgerr "Failed to read LIRC config file %s.\n"// vf.c#define MSGTR_CouldNotFindVideoFilter "Couldn't find video filter '%s'.\n"#define MSGTR_CouldNotOpenVideoFilter "Couldn't open video filter '%s'.\n"#define MSGTR_OpeningVideoFilter "Opening video filter: "#define MSGTR_CannotFindColorspace "Cannot find matching colorspace, even by inserting 'scale' :(\n"// vd.c#define MSGTR_CodecDidNotSet "VDec: Codec did not set sh->disp_w and sh->disp_h, trying workaround.\n"#define MSGTR_VoConfigRequest "VDec: vo config request - %d x %d (preferred colorspace: %s)\n"#define MSGTR_UsingXAsOutputCspNoY "VDec: using %s as output csp (no %d)\n"#define MSGTR_CouldNotFindColorspace "Could not find matching colorspace - retrying with -vf scale...\n"#define MSGTR_MovieAspectIsSet "Movie-Aspect is %.2f:1 - prescaling to correct movie aspect.\n"#define MSGTR_MovieAspectUndefined "Movie-Aspect is undefined - no prescaling applied.\n"// vd_dshow.c, vd_dmo.c#define MSGTR_DownloadCodecPackage "You need to upgrade/install the binary codecs package.\nGo to http://www.mplayerhq.hu/dload.html\n"#define MSGTR_DShowInitOK "INFO: Win32/DShow video codec init OK.\n"#define MSGTR_DMOInitOK "INFO: Win32/DMO video codec init OK.\n"// x11_common.c#define MSGTR_EwmhFullscreenStateFailed "\nX11: Couldn't send EWMH fullscreen event!\n"#define MSGTR_CouldNotFindXScreenSaver "xscreensaver_disable: Could not find XScreenSaver window.\n"#define MSGTR_SelectedVideoMode "XF86VM: Selected video mode %dx%d for image size %dx%d.\n"

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?