comparison help/help_mp-en.h @ 8982:cab0063cabc6

Removed some "!s, corrected some spelling, gave the system too slow message a new (more readable) layout. Parts taken from a patch by sr <seru@gmx.net>.
author diego
date Sat, 18 Jan 2003 01:29:44 +0000
parents 0a665389cf2b
children 40113cfd0dcc
comparison
equal deleted inserted replaced
8981:822754227778 8982:cab0063cabc6
67 #define MSGTR_NoHomeDir "Cannot find HOME directory.\n" 67 #define MSGTR_NoHomeDir "Cannot find HOME directory.\n"
68 #define MSGTR_GetpathProblem "get_path(\"config\") problem\n" 68 #define MSGTR_GetpathProblem "get_path(\"config\") problem\n"
69 #define MSGTR_CreatingCfgFile "Creating config file: %s\n" 69 #define MSGTR_CreatingCfgFile "Creating config file: %s\n"
70 #define MSGTR_InvalidVOdriver "Invalid video output driver name: %s\nUse '-vo help' to get a list of available video drivers.\n" 70 #define MSGTR_InvalidVOdriver "Invalid video output driver name: %s\nUse '-vo help' to get a list of available video drivers.\n"
71 #define MSGTR_InvalidAOdriver "Invalid audio output driver name: %s\nUse '-ao help' to get a list of available audio drivers.\n" 71 #define MSGTR_InvalidAOdriver "Invalid audio output driver name: %s\nUse '-ao help' to get a list of available audio drivers.\n"
72 #define MSGTR_CopyCodecsConf "(Copy/link etc/codecs.conf from the MPlayer source tree to ~/.mplayer/codecs.conf)\n" 72 #define MSGTR_CopyCodecsConf "(Copy/link etc/codecs.conf from the MPlayer sources to ~/.mplayer/codecs.conf)\n"
73 #define MSGTR_BuiltinCodecsConf "Using built-in default codecs.conf\n" 73 #define MSGTR_BuiltinCodecsConf "Using built-in default codecs.conf\n"
74 #define MSGTR_CantLoadFont "Cannot load font: %s\n" 74 #define MSGTR_CantLoadFont "Cannot load font: %s\n"
75 #define MSGTR_CantLoadSub "Cannot load subtitles: %s\n" 75 #define MSGTR_CantLoadSub "Cannot load subtitles: %s\n"
76 #define MSGTR_ErrorDVDkey "Error processing DVD key.\n" 76 #define MSGTR_ErrorDVDkey "Error processing DVD key.\n"
77 #define MSGTR_CmdlineDVDkey "The requested DVD key is used for descrambling.\n" 77 #define MSGTR_CmdlineDVDkey "The requested DVD key is used for descrambling.\n"
78 #define MSGTR_DVDauthOk "DVD authentication sequence seems to be OK.\n" 78 #define MSGTR_DVDauthOk "DVD authentication sequence seems to be OK.\n"
79 #define MSGTR_DumpSelectedStreamMissing "dump: FATAL: selected stream missing!\n" 79 #define MSGTR_DumpSelectedStreamMissing "dump: FATAL: selected stream missing!\n"
80 #define MSGTR_CantOpenDumpfile "Cannot open dump file!!!\n" 80 #define MSGTR_CantOpenDumpfile "Cannot open dump file.\n"
81 #define MSGTR_CoreDumped "Core dumped ;)\n" 81 #define MSGTR_CoreDumped "Core dumped ;)\n"
82 #define MSGTR_FPSnotspecified "FPS not specified in the header or invalid, use the -fps option.\n" 82 #define MSGTR_FPSnotspecified "FPS not specified in the header or invalid, use the -fps option.\n"
83 #define MSGTR_TryForceAudioFmtStr "Trying to force audio codec driver family %s ...\n" 83 #define MSGTR_TryForceAudioFmtStr "Trying to force audio codec driver family %s ...\n"
84 #define MSGTR_CantFindAfmtFallback "Cannot find audio codec for forced driver family, falling back to other drivers.\n" 84 #define MSGTR_CantFindAfmtFallback "Cannot find audio codec for forced driver family, falling back to other drivers.\n"
85 #define MSGTR_CantFindAudioCodec "Cannot find codec for audio format 0x%X!\n" 85 #define MSGTR_CantFindAudioCodec "Cannot find codec for audio format 0x%X.\n"
86 #define MSGTR_TryUpgradeCodecsConfOrRTFM "*** Try to upgrade %s from etc/codecs.conf\n*** If it still does not work, read DOCS/codecs.html!\n" 86 #define MSGTR_TryUpgradeCodecsConfOrRTFM "*** Try to upgrade %s from etc/codecs.conf\n*** If it still does not work, read DOCS/codecs.html!\n"
87 #define MSGTR_CouldntInitAudioCodec "Could not initialize audio codec -> no sound.\n" 87 #define MSGTR_CouldntInitAudioCodec "Could not initialize audio codec -> no sound.\n"
88 #define MSGTR_TryForceVideoFmtStr "Trying to force video codec driver family %s ...\n" 88 #define MSGTR_TryForceVideoFmtStr "Trying to force video codec driver family %s ...\n"
89 #define MSGTR_CantFindVideoCodec "Cannot find codec matching selected -vo and video format 0x%X!\n" 89 #define MSGTR_CantFindVideoCodec "Cannot find codec matching selected -vo and video format 0x%X.\n"
90 #define MSGTR_VOincompCodec "The selected video_out device is incompatible with this codec.\n" 90 #define MSGTR_VOincompCodec "The selected video_out device is incompatible with this codec.\n"
91 #define MSGTR_CannotInitVO "FATAL: Cannot initialize video driver.\n" 91 #define MSGTR_CannotInitVO "FATAL: Cannot initialize video driver.\n"
92 #define MSGTR_CannotInitAO "Could not open/initialize audio device -> no sound.\n" 92 #define MSGTR_CannotInitAO "Could not open/initialize audio device -> no sound.\n"
93 #define MSGTR_StartPlaying "Start playing...\n" 93 #define MSGTR_StartPlaying "Starting playback...\n"
94 94
95 #define MSGTR_SystemTooSlow "\n\n"\ 95 #define MSGTR_SystemTooSlow "\n\n"\
96 " ************************************************\n"\ 96 " ************************************************\n"\
97 " **** Your system is too SLOW to play this! ****\n"\ 97 " **** Your system is too SLOW to play this! ****\n"\
98 " ************************************************\n"\ 98 " ************************************************\n\n"\
99 "!!! Possible reasons, problems, workarounds:\n"\ 99 "Possible reasons, problems, workarounds:\n"\
100 "- Most common: broken/buggy _audio_ driver. Workaround: Try -ao sdl or use\n"\ 100 "- Most common: broken/buggy _audio_ driver\n"\
101 " ALSA 0.5 or the OSS emulation of ALSA 0.9. Read DOCS/sound.html for more tips!\n"\ 101 " - Try -ao sdl or use ALSA 0.5 or the OSS emulation of ALSA 0.9.\n"\
102 " You can also experiment with -autosync 30 or other values.\n"\ 102 " - Experiment with different values for -autosync, 30 is a good start.\n"\
103 "- Slow video output. Try a different -vo driver (-vo help for a list) or try\n"\ 103 "- Slow video output\n"\
104 " with -framedrop! Read DOCS/video.html for video tuning/speedup tips.\n"\ 104 " - Try a different -vo driver (-vo help for a list) or try -framedrop!\n"\
105 "- Slow CPU. Don't try to play a big DVD/divx on a slow CPU! Try -hardframedrop.\n"\ 105 "- Slow CPU\n"\
106 "- Broken file. Try various combinations of these: -nobps -ni -mc 0 -forceidx\n"\ 106 " - Don't try to play a big DVD/DivX on a slow CPU! Try -hardframedrop.\n"\
107 "- For playback from slow media (nfs/smb mounts, DVD, VCD etc) try -cache 8192\n"\ 107 "- Broken file\n"\
108 "- Are you using -cache to play a non-interleaved AVI file? Try with -nocache.\n"\ 108 " - Try various combinations of -nobps -ni -forceidx -mc 0.\n"\
109 "If none of these apply, read DOCS/bugreports.html.\n\n" 109 "- Slow media (NFS/SMB mounts, DVD, VCD etc)\n"\
110 " - Try -cache 8192.\n"\
111 "- Are you using -cache to play a non-interleaved AVI file?\n"\
112 " - Try -nocache.\n"\
113 "Read DOCS/video.html and DOCS/sound.html for tuning/speedup tips.\n"\
114 "If none of this helps you, read DOCS/bugreports.html.\n\n"
110 115
111 #define MSGTR_NoGui "MPlayer was compiled WITHOUT GUI support.\n" 116 #define MSGTR_NoGui "MPlayer was compiled WITHOUT GUI support.\n"
112 #define MSGTR_GuiNeedsX "MPlayer GUI requires X11.\n" 117 #define MSGTR_GuiNeedsX "MPlayer GUI requires X11.\n"
113 #define MSGTR_Playing "Playing %s\n" 118 #define MSGTR_Playing "Playing %s\n"
114 #define MSGTR_NoSound "Audio: no sound!!!\n" 119 #define MSGTR_NoSound "Audio: no sound\n"
115 #define MSGTR_FPSforced "FPS forced to be %5.3f (ftime: %5.3f)\n" 120 #define MSGTR_FPSforced "FPS forced to be %5.3f (ftime: %5.3f)\n"
116 #define MSGTR_CompiledWithRuntimeDetection "Compiled with Runtime CPU Detection - WARNING - this is not optimal!\nTo get best performance, recompile MPlayer with --disable-runtime-cpudetection\n" 121 #define MSGTR_CompiledWithRuntimeDetection "Compiled with Runtime CPU Detection - WARNING - this is not optimal!\nTo get best performance, recompile MPlayer with --disable-runtime-cpudetection\n"
117 #define MSGTR_CompiledWithCPUExtensions "Compiled for x86 CPU with extensions:" 122 #define MSGTR_CompiledWithCPUExtensions "Compiled for x86 CPU with extensions:"
118 #define MSGTR_AvailableVideoOutputPlugins "Available video output plugins:\n" 123 #define MSGTR_AvailableVideoOutputPlugins "Available video output plugins:\n"
119 #define MSGTR_AvailableVideoOutputDrivers "Available video output drivers:\n" 124 #define MSGTR_AvailableVideoOutputDrivers "Available video output drivers:\n"
129 #define MSGTR_ErrorInitializingVODevice "Error opening/initializing the selected video_out (-vo) device.\n" 134 #define MSGTR_ErrorInitializingVODevice "Error opening/initializing the selected video_out (-vo) device.\n"
130 #define MSGTR_ForcedVideoCodec "Forced video codec: %s\n" 135 #define MSGTR_ForcedVideoCodec "Forced video codec: %s\n"
131 #define MSGTR_ForcedAudioCodec "Forced audio codec: %s\n" 136 #define MSGTR_ForcedAudioCodec "Forced audio codec: %s\n"
132 #define MSGTR_AODescription_AOAuthor "AO: Description: %s\nAO: Author: %s\n" 137 #define MSGTR_AODescription_AOAuthor "AO: Description: %s\nAO: Author: %s\n"
133 #define MSGTR_AOComment "AO: Comment: %s\n" 138 #define MSGTR_AOComment "AO: Comment: %s\n"
134 #define MSGTR_Video_NoVideo "Video: No video!!!\n" 139 #define MSGTR_Video_NoVideo "Video: no video\n"
135 #define MSGTR_NotInitializeVOPorVO "\nFATAL: Could not initialize video filters (-vop) or video output (-vo).\n" 140 #define MSGTR_NotInitializeVOPorVO "\nFATAL: Could not initialize video filters (-vop) or video output (-vo).\n"
136 #define MSGTR_Paused "\n================= PAUSED =================\r" 141 #define MSGTR_Paused "\n================= PAUSED =================\r"
137 #define MSGTR_PlaylistLoadUnable "\nUnable to load playlist %s.\n" 142 #define MSGTR_PlaylistLoadUnable "\nUnable to load playlist %s.\n"
138 #define MSGTR_Exit_SIGILL_RTCpuSel \ 143 #define MSGTR_Exit_SIGILL_RTCpuSel \
139 "- MPlayer crashed by 'Illegal Instruction'.\n"\ 144 "- MPlayer crashed by 'Illegal Instruction'.\n"\
157 162
158 // mencoder.c: 163 // mencoder.c:
159 164
160 #define MSGTR_MEncoderCopyright "(C) 2000-2003 Arpad Gereoffy (see DOCS)\n" 165 #define MSGTR_MEncoderCopyright "(C) 2000-2003 Arpad Gereoffy (see DOCS)\n"
161 #define MSGTR_UsingPass3ControllFile "Using pass3 control file: %s\n" 166 #define MSGTR_UsingPass3ControllFile "Using pass3 control file: %s\n"
162 #define MSGTR_MissingFilename "\nMissing filename!\n\n" 167 #define MSGTR_MissingFilename "\nFilename missing.\n\n"
163 #define MSGTR_CannotOpenFile_Device "Cannot open file/device.\n" 168 #define MSGTR_CannotOpenFile_Device "Cannot open file/device.\n"
164 #define MSGTR_ErrorDVDAuth "Error in DVD authentication.\n" 169 #define MSGTR_ErrorDVDAuth "Error in DVD authentication.\n"
165 #define MSGTR_CannotOpenDemuxer "Cannot open demuxer.\n" 170 #define MSGTR_CannotOpenDemuxer "Cannot open demuxer.\n"
166 #define MSGTR_NoAudioEncoderSelected "\nNo audio encoder (-oac) selected. Select one or use -nosound. Use -oac help!\n" 171 #define MSGTR_NoAudioEncoderSelected "\nNo audio encoder (-oac) selected. Select one or use -nosound. Use -oac help!\n"
167 #define MSGTR_NoVideoEncoderSelected "\nNo video encoder (-ovc) selected. Select one, use -ovc help!\n" 172 #define MSGTR_NoVideoEncoderSelected "\nNo video encoder (-ovc) selected. Select one, use -ovc help!\n"
168 #define MSGTR_InitializingAudioCodec "Initializing audio codec...\n" 173 #define MSGTR_InitializingAudioCodec "Initializing audio codec...\n"
169 #define MSGTR_CannotOpenOutputFile "Cannot open output file '%s'.\n" 174 #define MSGTR_CannotOpenOutputFile "Cannot open output file '%s'.\n"
170 #define MSGTR_EncoderOpenFailed "Failed to open the encoder.\n" 175 #define MSGTR_EncoderOpenFailed "Failed to open the encoder.\n"
171 #define MSGTR_ForcingOutputFourcc "Forcing output fourcc to %x [%.4s]\n" 176 #define MSGTR_ForcingOutputFourcc "Forcing output fourcc to %x [%.4s]\n"
172 #define MSGTR_WritingAVIHeader "Writing AVI header...\n" 177 #define MSGTR_WritingAVIHeader "Writing AVI header...\n"
173 #define MSGTR_DuplicateFrames "\nDuplicate %d frame(s)!!!\n" 178 #define MSGTR_DuplicateFrames "\n%d duplicate frame(s)!\n"
174 #define MSGTR_SkipFrame "\nSkipping frame!!!\n" 179 #define MSGTR_SkipFrame "\nSkipping frame!\n"
175 #define MSGTR_ErrorWritingFile "%s: Error writing file.\n" 180 #define MSGTR_ErrorWritingFile "%s: Error writing file.\n"
176 #define MSGTR_WritingAVIIndex "\nWriting AVI index...\n" 181 #define MSGTR_WritingAVIIndex "\nWriting AVI index...\n"
177 #define MSGTR_FixupAVIHeader "Fixing AVI header...\n" 182 #define MSGTR_FixupAVIHeader "Fixing AVI header...\n"
178 #define MSGTR_RecommendedVideoBitrate "Recommended video bitrate for %s CD: %d\n" 183 #define MSGTR_RecommendedVideoBitrate "Recommended video bitrate for %s CD: %d\n"
179 #define MSGTR_VideoStreamResult "\nVideo stream: %8.3f kbit/s (%d bps) size: %d bytes %5.3f secs %d frames\n" 184 #define MSGTR_VideoStreamResult "\nVideo stream: %8.3f kbit/s (%d bps) size: %d bytes %5.3f secs %d frames\n"
254 #define MSGTR_DVDopenOk "DVD successfully opened.\n" 259 #define MSGTR_DVDopenOk "DVD successfully opened.\n"
255 260
256 // demuxer.c, demux_*.c: 261 // demuxer.c, demux_*.c:
257 #define MSGTR_AudioStreamRedefined "WARNING: Audio stream header %d redefined.\n" 262 #define MSGTR_AudioStreamRedefined "WARNING: Audio stream header %d redefined.\n"
258 #define MSGTR_VideoStreamRedefined "WARNING: Video stream header %d redefined.\n" 263 #define MSGTR_VideoStreamRedefined "WARNING: Video stream header %d redefined.\n"
259 #define MSGTR_TooManyAudioInBuffer "\nDEMUXER: Too many (%d in %d bytes) audio packets in the buffer!\n" 264 #define MSGTR_TooManyAudioInBuffer "\nToo many audio packets in the buffer: (%d in %d bytes).\n"
260 #define MSGTR_TooManyVideoInBuffer "\nDEMUXER: Too many (%d in %d bytes) video packets in the buffer!\n" 265 #define MSGTR_TooManyVideoInBuffer "\nToo many video packets in the buffer: (%d in %d bytes).\n"
261 #define MSGTR_MaybeNI "Maybe you are playing a non-interleaved stream/file or the codec failed?\n" \ 266 #define MSGTR_MaybeNI "Maybe you are playing a non-interleaved stream/file or the codec failed?\n" \
262 "For .AVI files, try to force non-interleaved mode with the -ni option.\n" 267 "For AVI files, try to force non-interleaved mode with the -ni option.\n"
263 #define MSGTR_SwitchToNi "\nBadly interleaved .AVI detected - switching to -ni mode...\n" 268 #define MSGTR_SwitchToNi "\nBadly interleaved AVI file detected - switching to -ni mode...\n"
264 #define MSGTR_Detected_XXX_FileFormat "%s file format detected.\n" 269 #define MSGTR_Detected_XXX_FileFormat "%s file format detected.\n"
265 #define MSGTR_DetectedAudiofile "Audio file detected.\n" 270 #define MSGTR_DetectedAudiofile "Audio file detected.\n"
266 #define MSGTR_NotSystemStream "Not MPEG System Stream format... (maybe Transport Stream?)\n" 271 #define MSGTR_NotSystemStream "Not MPEG System Stream format... (maybe Transport Stream?)\n"
267 #define MSGTR_InvalidMPEGES "Invalid MPEG-ES stream??? Contact the author, it may be a bug :(\n" 272 #define MSGTR_InvalidMPEGES "Invalid MPEG-ES stream??? Contact the author, it may be a bug :(\n"
268 #define MSGTR_FormatNotRecognized "============ Sorry, this file format is not recognized/supported =============\n"\ 273 #define MSGTR_FormatNotRecognized "============ Sorry, this file format is not recognized/supported =============\n"\
269 "=== If this file is an AVI, ASF or MPEG stream, please contact the author! ===\n" 274 "=== If this file is an AVI, ASF or MPEG stream, please contact the author! ===\n"
270 #define MSGTR_MissingVideoStream "No video stream found.\n" 275 #define MSGTR_MissingVideoStream "No video stream found.\n"
271 #define MSGTR_MissingAudioStream "No Audio stream found -> no sound.\n" 276 #define MSGTR_MissingAudioStream "No audio stream found -> no sound.\n"
272 #define MSGTR_MissingVideoStreamBug "Missing video stream!? Contact the author, it may be a bug :(\n" 277 #define MSGTR_MissingVideoStreamBug "Missing video stream!? Contact the author, it may be a bug :(\n"
273 278
274 #define MSGTR_DoesntContainSelectedStream "demux: File doesn't contain the selected audio or video stream.\n" 279 #define MSGTR_DoesntContainSelectedStream "demux: File doesn't contain the selected audio or video stream.\n"
275 280
276 #define MSGTR_NI_Forced "Forced" 281 #define MSGTR_NI_Forced "Forced"
277 #define MSGTR_NI_Detected "Detected" 282 #define MSGTR_NI_Detected "Detected"
278 #define MSGTR_NI_Message "%s NON-INTERLEAVED AVI file format.\n" 283 #define MSGTR_NI_Message "%s NON-INTERLEAVED AVI file format.\n"
279 284
280 #define MSGTR_UsingNINI "Using NON-INTERLEAVED broken AVI file format.\n" 285 #define MSGTR_UsingNINI "Using NON-INTERLEAVED broken AVI file format.\n"
281 #define MSGTR_CouldntDetFNo "Could not determine number of frames (for absolute seek)\n" 286 #define MSGTR_CouldntDetFNo "Could not determine number of frames (for absolute seek)\n"
282 #define MSGTR_CantSeekRawAVI "Cannot seek in raw .AVI streams! (Index required, try with the -idx switch.)\n" 287 #define MSGTR_CantSeekRawAVI "Cannot seek in raw AVI streams. (Index required, try with the -idx switch.)\n"
283 #define MSGTR_CantSeekFile "Cannot seek in this file!\n" 288 #define MSGTR_CantSeekFile "Cannot seek in this file.\n"
284 289
285 #define MSGTR_EncryptedVOB "Encrypted VOB file (not compiled with libcss support)! Read DOCS/cd-dvd.html.\n" 290 #define MSGTR_EncryptedVOB "Encrypted VOB file (not compiled with libcss support)! Read DOCS/cd-dvd.html.\n"
286 #define MSGTR_EncryptedVOBauth "Encrypted stream but you did not request authentication!!\n" 291 #define MSGTR_EncryptedVOBauth "Encrypted stream but you did not request authentication!\n"
287 292
288 #define MSGTR_MOVcomprhdr "MOV: Compressed headers not (yet) supported!\n" 293 #define MSGTR_MOVcomprhdr "MOV: Compressed headers not (yet) supported.\n"
289 #define MSGTR_MOVvariableFourCC "MOV: WARNING: Variable FOURCC detected!?\n" 294 #define MSGTR_MOVvariableFourCC "MOV: WARNING: Variable FOURCC detected!?\n"
290 #define MSGTR_MOVtooManyTrk "MOV: WARNING: Too many tracks!" 295 #define MSGTR_MOVtooManyTrk "MOV: WARNING: too many tracks"
291 #define MSGTR_FoundAudioStream "==> Found audio stream: %d\n" 296 #define MSGTR_FoundAudioStream "==> Found audio stream: %d\n"
292 #define MSGTR_FoundVideoStream "==> Found video stream: %d\n" 297 #define MSGTR_FoundVideoStream "==> Found video stream: %d\n"
293 #define MSGTR_DetectedTV "TV detected! ;-)\n" 298 #define MSGTR_DetectedTV "TV detected! ;-)\n"
294 #define MSGTR_ErrorOpeningOGGDemuxer "Unable to open the ogg demuxer.\n" 299 #define MSGTR_ErrorOpeningOGGDemuxer "Unable to open the ogg demuxer.\n"
295 #define MSGTR_ASFSearchingForAudioStream "ASF: Searching for audio stream (id:%d).\n" 300 #define MSGTR_ASFSearchingForAudioStream "ASF: Searching for audio stream (id:%d).\n"
311 #define MSGTR_MissingDLLcodec "ERROR: Could not open required DirectShow codec %s.\n" 316 #define MSGTR_MissingDLLcodec "ERROR: Could not open required DirectShow codec %s.\n"
312 #define MSGTR_ACMiniterror "Could not load/initialize Win32/ACM AUDIO codec (missing DLL file?).\n" 317 #define MSGTR_ACMiniterror "Could not load/initialize Win32/ACM AUDIO codec (missing DLL file?).\n"
313 #define MSGTR_MissingLAVCcodec "Cannot find codec '%s' in libavcodec...\n" 318 #define MSGTR_MissingLAVCcodec "Cannot find codec '%s' in libavcodec...\n"
314 319
315 #define MSGTR_MpegNoSequHdr "MPEG: FATAL: EOF while searching for sequence header.\n" 320 #define MSGTR_MpegNoSequHdr "MPEG: FATAL: EOF while searching for sequence header.\n"
316 #define MSGTR_CannotReadMpegSequHdr "FATAL: Cannot read sequence header!\n" 321 #define MSGTR_CannotReadMpegSequHdr "FATAL: Cannot read sequence header.\n"
317 #define MSGTR_CannotReadMpegSequHdrEx "FATAL: Cannot read sequence header extension!\n" 322 #define MSGTR_CannotReadMpegSequHdrEx "FATAL: Cannot read sequence header extension.\n"
318 #define MSGTR_BadMpegSequHdr "MPEG: Bad sequence header!\n" 323 #define MSGTR_BadMpegSequHdr "MPEG: bad sequence header\n"
319 #define MSGTR_BadMpegSequHdrEx "MPEG: Bad sequence header extension!\n" 324 #define MSGTR_BadMpegSequHdrEx "MPEG: bad sequence header extension\n"
320 325
321 #define MSGTR_ShMemAllocFail "Cannot allocate shared memory\n" 326 #define MSGTR_ShMemAllocFail "Cannot allocate shared memory\n"
322 #define MSGTR_CantAllocAudioBuf "Cannot allocate audio out buffer\n" 327 #define MSGTR_CantAllocAudioBuf "Cannot allocate audio out buffer\n"
323 328
324 #define MSGTR_UnknownAudio "Unknown/missing audio format -> no sound\n" 329 #define MSGTR_UnknownAudio "Unknown/missing audio format -> no sound\n"
325 330
326 #define MSGTR_UsingExternalPP "[PP] Using external postprocessing filter, max q = %d.\n" 331 #define MSGTR_UsingExternalPP "[PP] Using external postprocessing filter, max q = %d.\n"
327 #define MSGTR_UsingCodecPP "[PP] Using codec's postprocessing, max q = %d.\n" 332 #define MSGTR_UsingCodecPP "[PP] Using codec's postprocessing, max q = %d.\n"
328 #define MSGTR_VideoAttributeNotSupportedByVO_VD "Video attribute '%s' is not supported by selected vo & vd!\n" 333 #define MSGTR_VideoAttributeNotSupportedByVO_VD "Video attribute '%s' is not supported by selected vo & vd.\n"
329 #define MSGTR_VideoCodecFamilyNotAvailableStr "Requested video codec family [%s] (vfm=%s) not available (enable it at compilation!)\n" 334 #define MSGTR_VideoCodecFamilyNotAvailableStr "Requested video codec family [%s] (vfm=%s) not available (enable it at compilation)\n"
330 #define MSGTR_AudioCodecFamilyNotAvailableStr "Requested audio codec family [%s] (afm=%s) not available (enable it at compilation!)\n" 335 #define MSGTR_AudioCodecFamilyNotAvailableStr "Requested audio codec family [%s] (afm=%s) not available (enable it at compilation)\n"
331 #define MSGTR_OpeningVideoDecoder "Opening video decoder: [%s] %s\n" 336 #define MSGTR_OpeningVideoDecoder "Opening video decoder: [%s] %s\n"
332 #define MSGTR_OpeningAudioDecoder "Opening audio decoder: [%s] %s\n" 337 #define MSGTR_OpeningAudioDecoder "Opening audio decoder: [%s] %s\n"
333 #define MSGTR_UninitVideoStr "uninit video: %s\n" 338 #define MSGTR_UninitVideoStr "uninit video: %s\n"
334 #define MSGTR_UninitAudioStr "uninit audio: %s\n" 339 #define MSGTR_UninitAudioStr "uninit audio: %s\n"
335 #define MSGTR_VDecoderInitFailed "VDecoder init failed :(\n" 340 #define MSGTR_VDecoderInitFailed "VDecoder init failed :(\n"
380 #define MSGTR_NoChapter "No chapter" 385 #define MSGTR_NoChapter "No chapter"
381 #define MSGTR_Chapter "Chapter %d" 386 #define MSGTR_Chapter "Chapter %d"
382 #define MSGTR_NoFileLoaded "No file loaded." 387 #define MSGTR_NoFileLoaded "No file loaded."
383 388
384 // --- buttons --- 389 // --- buttons ---
385 #define MSGTR_Ok "Ok" 390 #define MSGTR_Ok "OK"
386 #define MSGTR_Cancel "Cancel" 391 #define MSGTR_Cancel "Cancel"
387 #define MSGTR_Add "Add" 392 #define MSGTR_Add "Add"
388 #define MSGTR_Remove "Remove" 393 #define MSGTR_Remove "Remove"
389 #define MSGTR_Clear "Clear" 394 #define MSGTR_Clear "Clear"
390 #define MSGTR_Config "Config" 395 #define MSGTR_Config "Config"