comparison help/help_mp-en.h @ 13383:c1955840883d

mp_msg transition of unmaintained audio output drivers. Patch by Reynaldo H. Verdejo Pinochet <reynaldo at opendot dot cl>
author ivo
date Sat, 18 Sep 2004 20:31:28 +0000
parents ca2033826d21
children 56b035c6514b
comparison
equal deleted inserted replaced
13382:e20fbb99d7f9 13383:c1955840883d
779 #define MSGTR_VO_JPEG_ProgressiveJPEG "Progressive JPEG enabled." 779 #define MSGTR_VO_JPEG_ProgressiveJPEG "Progressive JPEG enabled."
780 #define MSGTR_VO_JPEG_NoProgressiveJPEG "Progressive JPEG disabled." 780 #define MSGTR_VO_JPEG_NoProgressiveJPEG "Progressive JPEG disabled."
781 #define MSGTR_VO_JPEG_BaselineJPEG "Baseline JPEG enabled." 781 #define MSGTR_VO_JPEG_BaselineJPEG "Baseline JPEG enabled."
782 #define MSGTR_VO_JPEG_NoBaselineJPEG "Baseline JPEG disabled." 782 #define MSGTR_VO_JPEG_NoBaselineJPEG "Baseline JPEG disabled."
783 783
784 // ======================= AO Audio Output drivers ========================
785
786 // libao2
787
788 // ao_oss.c
789 #define MSGTR_AO_OSS_CantOpenMixer "[AO OSS] audio_setup: Can't open mixer device %s: %s\n"
790 #define MSGTR_AO_OSS_ChanNotFound "[AO OSS] audio_setup: Audio card mixer does not have channel '%s' using default.\n"
791 #define MSGTR_AO_OSS_CantOpenDev "[AO OSS] audio_setup: Can't open audio device %s: %s\n"
792 #define MSGTR_AO_OSS_CantMakeFd "[AO OSS] audio_setup: Can't make filedescriptor blocking: %s\n"
793 #define MSGTR_AO_OSS_CantSetAC3 "[AO OSS] Can't set audio device %s to AC3 output, trying S16...\n"
794 #define MSGTR_AO_OSS_CantSetChans "[AO OSS] audio_setup: Failed to set audio device to %d channels.\n"
795 #define MSGTR_AO_OSS_CantUseGetospace "[AO OSS] audio_setup: driver doesn't support SNDCTL_DSP_GETOSPACE :-(\n"
796 #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"
797 #define MSGTR_AO_OSS_CantReopen "[AO OSS]\nFatal error: *** CANNOT RE-OPEN / RESET AUDIO DEVICE *** %s\n"
798
799 // ao_arts.c
800 #define MSGTR_AO_ARTS_CantInit "[AO ARTS] %s\n"
801 #define MSGTR_AO_ARTS_ServerConnect "[AO ARTS] Connected to sound server.\n"
802 #define MSGTR_AO_ARTS_CantOpenStream "[AO ARTS] Unable to open a stream.\n"
803 #define MSGTR_AO_ARTS_StreamOpen "[AO ARTS] Stream opened.\n"
804 #define MSGTR_AO_ARTS_BufferSize "[AO ARTS] buffer size: %d\n"
805
806 // ao_dxr2.c
807 #define MSGTR_AO_DXR2_SetVolFailed "[AO DXR2] Setting volume to %d failed.\n"
808 #define MSGTR_AO_DXR2_UnsupSamplerate "[AO DXR2] dxr2: %d Hz not supported, try \"-aop list=resample\"\n"
809
810 // ao_esd.c
811 #define MSGTR_AO_ESD_CantOpenSound "[AO ESD] esd_open_sound failed: %s\n"
812 #define MSGTR_AO_ESD_LatencyInfo "[AO ESD] latency: [server: %0.2fs, net: %0.2fs] (adjust %0.2fs)\n"
813 #define MSGTR_AO_ESD_CantOpenPBStream "[AO ESD] failed to open esd playback stream: %s\n"
814
815 // ao_mpegpes.c
816 #define MSGTR_AO_MPEGPES_CantSetMixer "[AO MPEGPES] DVB audio set mixer failed: %s\n"
817 #define MSGTR_AO_MPEGPES_UnsupSamplerate "[AO MPEGPES] %d Hz not supported, try to resample...\n"
818
819 // ao_null.c
820 // This one desn't even have any mp_msg nor printf's?? [CHECK]
821
822 // ao_pcm.c
823 #define MSGTR_AO_PCM_FileInfo "[AO PCM] File: %s (%s)\nPCM: Samplerate: %iHz Channels: %s Format %s\n"
824 #define MSGTR_AO_PCM_HintInfo "[AO PCM] Info: fastest dumping is achieved with -vc dummy -vo null\nPCM: Info: to write WAVE files use -waveheader (default)."
825 #define MSGTR_AO_PCM_CantOpenOutputFile "[AO PCM] Failed to open %s for writing!\n"
826
827 // ao_sdl.c
828 #define MSGTR_AO_SDL_INFO "[AO SDL] Samplerate: %iHz Channels: %s Format %s\n"
829 #define MSGTR_AO_SDL_DriverInfo "[AO SDL] using %s audio driver.\n"
830 #define MSGTR_AO_SDL_UnsupportedAudioFmt "[AO SDL] Unsupported audio format: 0x%x.\n"
831 #define MSGTR_AO_SDL_CantInit "[AO SDL] Initializing of SDL Audio failed: %s\n"
832 #define MSGTR_AO_SDL_CantOpenAudio "[AO SDL] Unable to open audio: %s\n"
833
834 // ao_sgi.c
835 #define MSGTR_AO_SGI_INFO "[AO SGI] control.\n"
836 #define MSGTR_AO_SGI_InitInfo "[AO SGI] init: Samplerate: %iHz Channels: %s Format %s\n"
837 #define MSGTR_AO_SGI_InvalidDevice "[AO SGI] play: invalid device.\n"
838 #define MSGTR_AO_SGI_CantSetParms_Samplerate "[AO SGI] init: setparams failed: %s\nCould not set desired samplerate.\n"
839 #define MSGTR_AO_SGI_CantSetAlRate "[AO SGI] init: AL_RATE was not accepted on the given resource.\n"
840 #define MSGTR_AO_SGI_CantGetParms "[AO SGI] init: getparams failed: %s\n"
841 #define MSGTR_AO_SGI_SampleRateInfo "[AO SGI] init: samplerate is now %lf (desired rate is %lf)\n"
842 #define MSGTR_AO_SGI_InitConfigError "[AO SGI] init: %s\n"
843 #define MSGTR_AO_SGI_InitOpenAudioFailed "[AO SGI] init: Unable to open audio channel: %s\n"
844 #define MSGTR_AO_SGI_Uninit "[AO SGI] uninit: ...\n"
845 #define MSGTR_AO_SGI_Reset "[AO SGI] reset: ...\n"
846 #define MSGTR_AO_SGI_PauseInfo "[AO SGI] audio_pause: ...\n"
847 #define MSGTR_AO_SGI_ResumeInfo "[AO SGI] audio_resume: ...\n"
848
849 // ao_sun.c
850 #define MSGTR_AO_SUN_RtscSetinfoFailed "[AO SUN] rtsc: SETINFO failed.\n"
851 #define MSGTR_AO_SUN_RtscWriteFailed "[AO SUN] rtsc: write failed."
852 #define MSGTR_AO_SUN_CantOpenAudioDev "[AO SUN] Can't open audio device %s, %s -> nosound.\n"
853 #define MSGTR_AO_SUN_UnsupSampleRate "[AO SUN] audio_setup: your card doesn't support %d channel, %s, %d Hz samplerate.\n"
854 #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"
855 #define MSGTR_AO_SUN_CantReopenReset "[AO SUN]\nFatal error: *** CANNOT RE-OPEN / RESET AUDIO DEVICE (%s) ***\n"
856
857 // ao_alsa5.c
858 #define MSGTR_AO_ALSA5_InitInfo "[AO ALSA5] alsa-init: requested format: %d Hz, %d channels, %s\n"
859 #define MSGTR_AO_ALSA5_SoundCardNotFound "[AO ALSA5] alsa-init: no soundcards found.\n"
860 #define MSGTR_AO_ALSA5_InvalidFormatReq "[AO ALSA5] alsa-init: invalid format (%s) requested - output disabled.\n"
861 #define MSGTR_AO_ALSA5_PlayBackError "[AO ALSA5] alsa-init: playback open error: %s\n"
862 #define MSGTR_AO_ALSA5_PcmInfoError "[AO ALSA5] alsa-init: pcm info error: %s\n"
863 #define MSGTR_AO_ALSA5_SoundcardsFound "[AO ALSA5] alsa-init: %d soundcard(s) found, using: %s\n"
864 #define MSGTR_AO_ALSA5_PcmChanInfoError "[AO ALSA5] alsa-init: pcm channel info error: %s\n"
865 #define MSGTR_AO_ALSA5_CantSetParms "[AO ALSA5] alsa-init: error setting parameters: %s\n"
866 #define MSGTR_AO_ALSA5_CantSetChan "[AO ALSA5] alsa-init: error setting up channel: %s\n"
867 #define MSGTR_AO_ALSA5_ChanPrepareError "[AO ALSA5] alsa-init: channel prepare error: %s\n"
868 #define MSGTR_AO_ALSA5_DrainError "[AO ALSA5] alsa-uninit: playback drain error: %s\n"
869 #define MSGTR_AO_ALSA5_FlushError "[AO ALSA5] alsa-uninit: playback flush error: %s\n"
870 #define MSGTR_AO_ALSA5_PcmCloseError "[AO ALSA5] alsa-uninit: pcm close error: %s\n"
871 #define MSGTR_AO_ALSA5_ResetDrainError "[AO ALSA5] alsa-reset: playback drain error: %s\n"
872 #define MSGTR_AO_ALSA5_ResetFlushError "[AO ALSA5] alsa-reset: playback flush error: %s\n"
873 #define MSGTR_AO_ALSA5_ResetChanPrepareError "[AO ALSA5] alsa-reset: channel prepare error: %s\n"
874 #define MSGTR_AO_ALSA5_PauseDrainError "[AO ALSA5] alsa-pause: playback drain error: %s\n"
875 #define MSGTR_AO_ALSA5_PauseFlushError "[AO ALSA5] alsa-pause: playback flush error: %s\n"
876 #define MSGTR_AO_ALSA5_ResumePrepareError "[AO ALSA5] alsa-resume: channel prepare error: %s\n"
877 #define MSGTR_AO_ALSA5_Underrun "[AO ALSA5] alsa-play: alsa underrun, resetting stream.\n"
878 #define MSGTR_AO_ALSA5_PlaybackPrepareError "[AO ALSA5] alsa-play: playback prepare error: %s\n"
879 #define MSGTR_AO_ALSA5_WriteErrorAfterReset "[AO ALSA5] alsa-play: write error after reset: %s - giving up.\n"
880 #define MSGTR_AO_ALSA5_OutPutError "[AO ALSA5] alsa-play: output error: %s\n"
881