comparison help_mp-en.h @ 6930:cae1dd6343e7

moved messages to help_mp-??.h
author jaf
date Mon, 05 Aug 2002 18:37:14 +0000
parents 41cdd019d616
children ab1bf337d8b0
comparison
equal deleted inserted replaced
6929:a3aac765967d 6930:cae1dd6343e7
118 #define MSGTR_NoGui "MPlayer was compiled WITHOUT GUI support!\n" 118 #define MSGTR_NoGui "MPlayer was compiled WITHOUT GUI support!\n"
119 #define MSGTR_GuiNeedsX "MPlayer GUI requires X11!\n" 119 #define MSGTR_GuiNeedsX "MPlayer GUI requires X11!\n"
120 #define MSGTR_Playing "Playing %s\n" 120 #define MSGTR_Playing "Playing %s\n"
121 #define MSGTR_NoSound "Audio: no sound!!!\n" 121 #define MSGTR_NoSound "Audio: no sound!!!\n"
122 #define MSGTR_FPSforced "FPS forced to be %5.3f (ftime: %5.3f)\n" 122 #define MSGTR_FPSforced "FPS forced to be %5.3f (ftime: %5.3f)\n"
123 #define MSGTR_CompiledWithRuntimeDetection "Compiled with RUNTIME CPU Detection - warning, it's not optimal! To get best performance, recompile mplayer from sources with --disable-runtime-cpudetection\n"
124 #define MSGTR_CompiledWithCPUExtensions "Compiled for x86 CPU with extensions:"
125 #define MSGTR_AvailableVideoOutputPlugins "Available video output plugins:\n"
126 #define MSGTR_AvailableVideoOutputDrivers "Available video output drivers:\n"
127 #define MSGTR_AvailableAudioOutputDrivers "Available audio output drivers:\n"
128 #define MSGTR_AvailableAudioCodecs "Available audio codecs:\n"
129 #define MSGTR_AvailableVideoCodecs "Available video codecs:\n"
130 #define MSGTR_UsingRTCTiming "Using Linux's hardware RTC timing (%ldHz)\n"
131 #define MSGTR_CannotReadVideoPropertiers "Video: can't read properties\n"
132 #define MSGTR_NoStreamFound "No stream found\n"
133 #define MSGTR_InitializingAudioCodec "Initializing audio codec...\n"
134 #define MSGTR_ErrorInitializingVODevice "Error opening/initializing the selected video_out (-vo) device!\n"
135 #define MSGTR_ForcedVideoCodec "Forced video codec: %s\n"
136 #define MSGTR_AODescription_AOAuthor "AO: Description: %s\nAO: Author: %s\n"
137 #define MSGTR_AOComment "AO: Comment: %s\n"
138 #define MSGTR_Video_NoVideo "Video: no video!!!\n"
139 #define MSGTR_NotInitializeVOPorVO "\nFATAL: Couldn't initialize video filters (-vop) or video output (-vo) !\n"
140 #define MSGTR_Paused "\n------ PAUSED -------\r"
141 #define MSGTR_PlaylistLoadUnable "\nUnable to load playlist %s\n"
123 142
124 // open.c, stream.c: 143 // open.c, stream.c:
125 #define MSGTR_CdDevNotfound "CD-ROM Device '%s' not found!\n" 144 #define MSGTR_CdDevNotfound "CD-ROM Device '%s' not found!\n"
126 #define MSGTR_ErrTrackSelect "Error selecting VCD track!" 145 #define MSGTR_ErrTrackSelect "Error selecting VCD track!"
127 #define MSGTR_ReadSTDIN "Reading from stdin...\n" 146 #define MSGTR_ReadSTDIN "Reading from stdin...\n"