help_mp-en.h

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

H
1,179
字号
#define MSGTR_PREFERENCES_FontBlur "Blur:"#define MSGTR_PREFERENCES_FontOutLine "Outline:"#define MSGTR_PREFERENCES_FontTextScale "Text scale:"#define MSGTR_PREFERENCES_FontOSDScale "OSD scale:"#define MSGTR_PREFERENCES_Cache "Cache on/off"#define MSGTR_PREFERENCES_CacheSize "Cache size: "#define MSGTR_PREFERENCES_LoadFullscreen "Start in fullscreen"#define MSGTR_PREFERENCES_SaveWinPos "Save window position"#define MSGTR_PREFERENCES_XSCREENSAVER "Stop XScreenSaver"#define MSGTR_PREFERENCES_PlayBar "Enable playbar"#define MSGTR_PREFERENCES_AutoSync "AutoSync on/off"#define MSGTR_PREFERENCES_AutoSyncValue "Autosync: "#define MSGTR_PREFERENCES_CDROMDevice "CD-ROM device:"#define MSGTR_PREFERENCES_DVDDevice "DVD device:"#define MSGTR_PREFERENCES_FPS "Movie FPS:"#define MSGTR_PREFERENCES_ShowVideoWindow "Show video window when inactive"#define MSGTR_PREFERENCES_ArtsBroken "Newer aRts versions are incompatible "\           "with GTK 1.x and will crash GMPlayer!"#define MSGTR_ABOUT_UHU "GUI development sponsored by UHU Linux\n"#define MSGTR_ABOUT_Contributors "Code and documentation contributors\n"#define MSGTR_ABOUT_Codecs_libs_contributions "Codecs and third party libraries\n"#define MSGTR_ABOUT_Translations "Translations\n"#define MSGTR_ABOUT_Skins "Skins\n"// --- messagebox#define MSGTR_MSGBOX_LABEL_FatalError "Fatal error!"#define MSGTR_MSGBOX_LABEL_Error "Error!"#define MSGTR_MSGBOX_LABEL_Warning "Warning!"// bitmap.c#define MSGTR_NotEnoughMemoryC32To1 "[c32to1] not enough memory for image\n"#define MSGTR_NotEnoughMemoryC1To32 "[c1to32] not enough memory for image\n"// cfg.c#define MSGTR_ConfigFileReadError "[cfg] config file read error ...\n"#define MSGTR_UnableToSaveOption "[cfg] Unable to save the '%s' option.\n"// interface.c#define MSGTR_DeletingSubtitles "[GUI] Deleting subtitles.\n"#define MSGTR_LoadingSubtitles "[GUI] Loading subtitles: %s\n"#define MSGTR_AddingVideoFilter "[GUI] Adding video filter: %s\n"#define MSGTR_RemovingVideoFilter "[GUI] Removing video filter: %s\n"// mw.c#define MSGTR_NotAFile "This does not seem to be a file: %s !\n"// ws.c#define MSGTR_WS_CouldNotOpenDisplay "[ws] Could not open the display.\n"#define MSGTR_WS_RemoteDisplay "[ws] Remote display, disabling XMITSHM.\n"#define MSGTR_WS_NoXshm "[ws] Sorry, your system does not support the X shared memory extension.\n"#define MSGTR_WS_NoXshape "[ws] Sorry, your system does not support the XShape extension.\n"#define MSGTR_WS_ColorDepthTooLow "[ws] Sorry, the color depth is too low.\n"#define MSGTR_WS_TooManyOpenWindows "[ws] There are too many open windows.\n"#define MSGTR_WS_ShmError "[ws] shared memory extension error\n"#define MSGTR_WS_NotEnoughMemoryDrawBuffer "[ws] Sorry, not enough memory to draw buffer.\n"#define MSGTR_WS_DpmsUnavailable "DPMS not available?\n"#define MSGTR_WS_DpmsNotEnabled "Could not enable DPMS.\n"// wsxdnd.c#define MSGTR_WS_NotAFile "This does not seem to be a file...\n"#define MSGTR_WS_DDNothing "D&D: Nothing returned!\n"#endif// ======================= VO Video Output drivers ========================#define MSGTR_VOincompCodec "The selected video_out device is incompatible with this codec.\n"\                "Try appending the scale filter to your filter list,\n"\                "e.g. -vf spp,scale instead of -vf spp.\n"#define MSGTR_VO_GenericError "This error has occurred"#define MSGTR_VO_UnableToAccess "Unable to access"#define MSGTR_VO_ExistsButNoDirectory "already exists, but is not a directory."#define MSGTR_VO_DirExistsButNotWritable "Output directory already exists, but is not writable."#define MSGTR_VO_DirExistsAndIsWritable "Output directory already exists and is writable."#define MSGTR_VO_CantCreateDirectory "Unable to create output directory."#define MSGTR_VO_CantCreateFile "Unable to create output file."#define MSGTR_VO_DirectoryCreateSuccess "Output directory successfully created."#define MSGTR_VO_ParsingSuboptions "Parsing suboptions."#define MSGTR_VO_SuboptionsParsedOK "Suboptions parsed OK."#define MSGTR_VO_ValueOutOfRange "value out of range"#define MSGTR_VO_NoValueSpecified "No value specified."#define MSGTR_VO_UnknownSuboptions "unknown suboption(s)"// vo_aa.c#define MSGTR_VO_AA_HelpHeader "\n\nHere are the aalib vo_aa suboptions:\n"#define MSGTR_VO_AA_AdditionalOptions "Additional options vo_aa provides:\n" \"  help        print this help message\n" \"  osdcolor    set OSD color\n  subcolor    set subtitle color\n" \"        the color parameters are:\n           0 : normal\n" \"           1 : dim\n           2 : bold\n           3 : boldfont\n" \"           4 : reverse\n           5 : special\n\n\n"// vo_jpeg.c#define MSGTR_VO_JPEG_ProgressiveJPEG "Progressive JPEG enabled."#define MSGTR_VO_JPEG_NoProgressiveJPEG "Progressive JPEG disabled."#define MSGTR_VO_JPEG_BaselineJPEG "Baseline JPEG enabled."#define MSGTR_VO_JPEG_NoBaselineJPEG "Baseline JPEG disabled."// vo_pnm.c#define MSGTR_VO_PNM_ASCIIMode "ASCII mode enabled."#define MSGTR_VO_PNM_RawMode "Raw mode enabled."#define MSGTR_VO_PNM_PPMType "Will write PPM files."#define MSGTR_VO_PNM_PGMType "Will write PGM files."#define MSGTR_VO_PNM_PGMYUVType "Will write PGMYUV files."// vo_yuv4mpeg.c#define MSGTR_VO_YUV4MPEG_InterlacedHeightDivisibleBy4 "Interlaced mode requires image height to be divisible by 4."#define MSGTR_VO_YUV4MPEG_InterlacedLineBufAllocFail "Unable to allocate line buffer for interlaced mode."#define MSGTR_VO_YUV4MPEG_InterlacedInputNotRGB "Input not RGB, can't separate chrominance by fields!"#define MSGTR_VO_YUV4MPEG_WidthDivisibleBy2 "Image width must be divisible by 2."#define MSGTR_VO_YUV4MPEG_NoMemRGBFrameBuf "Not enough memory to allocate RGB framebuffer."#define MSGTR_VO_YUV4MPEG_OutFileOpenError "Can't get memory or file handle to write \"%s\"!"#define MSGTR_VO_YUV4MPEG_OutFileWriteError "Error writing image to output!"#define MSGTR_VO_YUV4MPEG_UnknownSubDev "Unknown subdevice: %s"#define MSGTR_VO_YUV4MPEG_InterlacedTFFMode "Using interlaced output mode, top-field first."#define MSGTR_VO_YUV4MPEG_InterlacedBFFMode "Using interlaced output mode, bottom-field first."#define MSGTR_VO_YUV4MPEG_ProgressiveMode "Using (default) progressive frame mode."// sub.c#define MSGTR_VO_SUB_Seekbar "Seekbar"#define MSGTR_VO_SUB_Play "Play"#define MSGTR_VO_SUB_Pause "Pause"#define MSGTR_VO_SUB_Stop "Stop"#define MSGTR_VO_SUB_Rewind "Rewind"#define MSGTR_VO_SUB_Forward "Forward"#define MSGTR_VO_SUB_Clock "Clock"#define MSGTR_VO_SUB_Contrast "Contrast"#define MSGTR_VO_SUB_Saturation "Saturation"#define MSGTR_VO_SUB_Volume "Volume"#define MSGTR_VO_SUB_Brightness "Brightness"#define MSGTR_VO_SUB_Hue "Hue"#define MSGTR_VO_SUB_Balance "Balance"// vo_xv.c#define MSGTR_VO_XV_ImagedimTooHigh "Source image dimensions are too high: %ux%u (maximum is %ux%u)\n"// Old vo drivers that have been replaced#define MSGTR_VO_PGM_HasBeenReplaced "The pgm video output driver has been replaced by -vo pnm:pgmyuv.\n"#define MSGTR_VO_MD5_HasBeenReplaced "The md5 video output driver has been replaced by -vo md5sum.\n"// ======================= AO Audio Output drivers ========================// libao2 // audio_out.c#define MSGTR_AO_ALSA9_1x_Removed "audio_out: alsa9 and alsa1x modules were removed, use -ao alsa instead.\n"// ao_oss.c#define MSGTR_AO_OSS_CantOpenMixer "[AO OSS] audio_setup: Can't open mixer device %s: %s\n"#define MSGTR_AO_OSS_ChanNotFound "[AO OSS] audio_setup: Audio card mixer does not have channel '%s', using default.\n"#define MSGTR_AO_OSS_CantOpenDev "[AO OSS] audio_setup: Can't open audio device %s: %s\n"#define MSGTR_AO_OSS_CantMakeFd "[AO OSS] audio_setup: Can't make file descriptor blocking: %s\n"#define MSGTR_AO_OSS_CantSet "[AO OSS] Can't set audio device %s to %s output, trying %s...\n"#define MSGTR_AO_OSS_CantSetChans "[AO OSS] audio_setup: Failed to set audio device to %d channels.\n"#define MSGTR_AO_OSS_CantUseGetospace "[AO OSS] audio_setup: driver doesn't support SNDCTL_DSP_GETOSPACE :-(\n"#define MSGTR_AO_OSS_CantUseSelect "[AO OSS]\n   ***  Your audio driver DOES NOT support select()  ***\n Recompile MPlayer with #undef HAVE_AUDIO_SELECT in config.h !\n\n"#define MSGTR_AO_OSS_CantReopen "[AO OSS]\nFatal error: *** CANNOT RE-OPEN / RESET AUDIO DEVICE *** %s\n"#define MSGTR_AO_OSS_UnknownUnsupportedFormat "[AO OSS] Unknown/Unsupported OSS format: %x.\n"// ao_arts.c#define MSGTR_AO_ARTS_CantInit "[AO ARTS] %s\n"#define MSGTR_AO_ARTS_ServerConnect "[AO ARTS] Connected to sound server.\n"#define MSGTR_AO_ARTS_CantOpenStream "[AO ARTS] Unable to open a stream.\n"#define MSGTR_AO_ARTS_StreamOpen "[AO ARTS] Stream opened.\n"#define MSGTR_AO_ARTS_BufferSize "[AO ARTS] buffer size: %d\n"// ao_dxr2.c#define MSGTR_AO_DXR2_SetVolFailed "[AO DXR2] Setting volume to %d failed.\n"#define MSGTR_AO_DXR2_UnsupSamplerate "[AO DXR2] %d Hz not supported, try to resample.\n"// ao_esd.c#define MSGTR_AO_ESD_CantOpenSound "[AO ESD] esd_open_sound failed: %s\n"#define MSGTR_AO_ESD_LatencyInfo "[AO ESD] latency: [server: %0.2fs, net: %0.2fs] (adjust %0.2fs)\n"#define MSGTR_AO_ESD_CantOpenPBStream "[AO ESD] failed to open ESD playback stream: %s\n"// ao_mpegpes.c#define MSGTR_AO_MPEGPES_CantSetMixer "[AO MPEGPES] DVB audio set mixer failed: %s.\n"#define MSGTR_AO_MPEGPES_UnsupSamplerate "[AO MPEGPES] %d Hz not supported, try to resample.\n"// ao_null.c// This one desn't even  have any mp_msg nor printf's?? [CHECK]// ao_pcm.c#define MSGTR_AO_PCM_FileInfo "[AO PCM] File: %s (%s)\nPCM: Samplerate: %iHz Channels: %s Format %s\n"#define MSGTR_AO_PCM_HintInfo "[AO PCM] Info: Faster dumping is achieved with -vc null -vo null -ao pcm:fast\n[AO PCM] Info: To write WAVE files use -ao pcm:waveheader (default).\n"#define MSGTR_AO_PCM_CantOpenOutputFile "[AO PCM] Failed to open %s for writing!\n"// ao_sdl.c#define MSGTR_AO_SDL_INFO "[AO SDL] Samplerate: %iHz Channels: %s Format %s\n"#define MSGTR_AO_SDL_DriverInfo "[AO SDL] using %s audio driver.\n"#define MSGTR_AO_SDL_UnsupportedAudioFmt "[AO SDL] Unsupported audio format: 0x%x.\n"#define MSGTR_AO_SDL_CantInit "[AO SDL] SDL Audio initialization failed: %s\n"#define MSGTR_AO_SDL_CantOpenAudio "[AO SDL] Unable to open audio: %s\n"// ao_sgi.c#define MSGTR_AO_SGI_INFO "[AO SGI] control.\n"#define MSGTR_AO_SGI_InitInfo "[AO SGI] init: Samplerate: %iHz Channels: %s Format %s\n"#define MSGTR_AO_SGI_InvalidDevice "[AO SGI] play: invalid device.\n"#define MSGTR_AO_SGI_CantSetParms_Samplerate "[AO SGI] init: setparams failed: %s\nCould not set desired samplerate.\n"#define MSGTR_AO_SGI_CantSetAlRate "[AO SGI] init: AL_RATE was not accepted on the given resource.\n"#define MSGTR_AO_SGI_CantGetParms "[AO SGI] init: getparams failed: %s\n"#define MSGTR_AO_SGI_SampleRateInfo "[AO SGI] init: samplerate is now %lf (desired rate is %lf)\n"#define MSGTR_AO_SGI_InitConfigError "[AO SGI] init: %s\n"#define MSGTR_AO_SGI_InitOpenAudioFailed "[AO SGI] init: Unable to open audio channel: %s\n"#define MSGTR_AO_SGI_Uninit "[AO SGI] uninit: ...\n"#define MSGTR_AO_SGI_Reset "[AO SGI] reset: ...\n"#define MSGTR_AO_SGI_PauseInfo "[AO SGI] audio_pause: ...\n"#define MSGTR_AO_SGI_ResumeInfo "[AO SGI] audio_resume: ...\n"// ao_sun.c#define MSGTR_AO_SUN_RtscSetinfoFailed "[AO SUN] rtsc: SETINFO failed.\n"#define MSGTR_AO_SUN_RtscWriteFailed "[AO SUN] rtsc: write failed.\n"#define MSGTR_AO_SUN_CantOpenAudioDev "[AO SUN] Can't open audio device %s, %s  -> nosound.\n"#define MSGTR_AO_SUN_UnsupSampleRate "[AO SUN] audio_setup: your card doesn't support %d channel, %s, %d Hz samplerate.\n"#define MSGTR_AO_SUN_CantUseSelect "[AO SUN]\n   ***  Your audio driver DOES NOT support select()  ***\nRecompile MPlayer with #undef HAVE_AUDIO_SELECT in config.h !\n\n"#define MSGTR_AO_SUN_CantReopenReset "[AO SUN]\nFatal error: *** CANNOT REOPEN / RESET AUDIO DEVICE (%s) ***\n"// ao_alsa5.c#define MSGTR_AO_ALSA5_InitInfo "[AO ALSA5] alsa-init: requested format: %d Hz, %d channels, %s\n"#define MSGTR_AO_ALSA5_SoundCardNotFound "[AO ALSA5] alsa-init: no soundcards found.\n"#define MSGTR_AO_ALSA5_InvalidFormatReq "[AO ALSA5] alsa-init: invalid format (%s) requested - output disabled.\n"#define MSGTR_AO_ALSA5_PlayBackError "[AO ALSA5] alsa-init: playback open error: %s\n"#define MSGTR_AO_ALSA5_PcmInfoError "[AO ALSA5] alsa-init: PCM info error: %s\n"#define MSGTR_AO_ALSA5_SoundcardsFound "[AO ALSA5] alsa-init: %d soundcard(s) found, using: %s\n"#define MSGTR_AO_ALSA5_PcmChanInfoError "[AO ALSA5] alsa-init: PCM channel info error: %s\n"#define MSGTR_AO_ALSA5_CantSetParms "[AO ALS

⌨️ 快捷键说明

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