comparison help_mp-en.h @ 7438:635435777348

Wording updated and spelling checked.
author diego
date Wed, 18 Sep 2002 02:24:55 +0000
parents 0636b9ffb64a
children 1056d2dc4f3a
comparison
equal deleted inserted replaced
7437:0636b9ffb64a 7438:635435777348
1 // MASTER FILE. Use this file as base for translation! 1 // MASTER FILE. Use this file as base for translations.
2 2
3 // Translated files should be uploaded to ftp://mplayerhq.hu/MPlayer/incoming 3 // Translated files should be uploaded to ftp://mplayerhq.hu/MPlayer/incoming.
4 // and send a notify message to mplayer-dev-eng maillist. 4 // Also send a notify message to the mplayer-dev-eng mailing list.
5 5
6 // ========================= MPlayer help =========================== 6 // ========================= MPlayer help ===========================
7 7
8 #ifdef HELP_MP_DEFINE_STATIC 8 #ifdef HELP_MP_DEFINE_STATIC
9 static char* banner_text= 9 static char* banner_text=
10 "\n\n" 10 "\n\n"
11 "MPlayer " VERSION "(C) 2000-2002 Arpad Gereoffy (see DOCS!)\n" 11 "MPlayer " VERSION "(C) 2000-2002 Arpad Gereoffy (see DOCS)\n"
12 "\n"; 12 "\n";
13 13
14 static char help_text[]= 14 static char help_text[]=
15 "Usage: mplayer [options] [url|path/]filename\n" 15 "Usage: mplayer [options] [url|path/]filename\n"
16 "\n" 16 "\n"
17 "Basic options: (see the manpage for the complete list including ALL options!)\n" 17 "Basic options: (see the man page for the complete list)\n"
18 " -vo <drv[:dev]> select video output driver & device (see '-vo help' for list)\n" 18 " -vo <drv[:dev]> select video output driver & device (see '-vo help' for list)\n"
19 " -ao <drv[:dev]> select audio output driver & device (see '-ao help' for list)\n" 19 " -ao <drv[:dev]> select audio output driver & device (see '-ao help' for list)\n"
20 #ifdef HAVE_VCD 20 #ifdef HAVE_VCD
21 " -vcd <trackno> play VCD (video cd) track from device instead of plain file\n" 21 " -vcd <trackno> play VCD (Video CD) track from device instead of plain file\n"
22 #endif 22 #endif
23 #ifdef HAVE_LIBCSS 23 #ifdef HAVE_LIBCSS
24 " -dvdauth <dev> specify DVD device for authentication (for encrypted discs)\n" 24 " -dvdauth <dev> specify DVD device for authentication (for encrypted discs)\n"
25 #endif 25 #endif
26 #ifdef USE_DVDREAD 26 #ifdef USE_DVDREAD
27 " -dvd <titleno> play DVD title/track from device instead of plain file\n" 27 " -dvd <titleno> play DVD title from device instead of plain file\n"
28 " -alang/-slang select DVD audio/subtitle language (by 2-char country code)\n" 28 " -alang/-slang select DVD audio/subtitle language (by 2-char country code)\n"
29 #endif 29 #endif
30 " -ss <timepos> seek to given (seconds or hh:mm:ss) position\n" 30 " -ss <timepos> seek to given (seconds or hh:mm:ss) position\n"
31 " -nosound don't play sound\n" 31 " -nosound don't play sound\n"
32 " -fs -vm -zoom fullscreen playing options (fullscr,vidmode chg,softw.scale)\n" 32 " -fs -vm -zoom fullscreen playing options (fullscr,vidmode chg,softw.scale)\n"
33 " -x <x> -y <y> set display resolution (for vidmode change or sw scaling)\n" 33 " -x <x> -y <y> set display resolution (for use with -vm or -zoom)\n"
34 " -sub <file> specify subtitle file to use (see also -subfps, -subdelay)\n" 34 " -sub <file> specify subtitle file to use (see also -subfps, -subdelay)\n"
35 " -playlist <file> specify playlist file\n" 35 " -playlist <file> specify playlist file\n"
36 " -vid x -aid y options to select video (x) and audio (y) stream to play\n" 36 " -vid x -aid y options to select video (x) and audio (y) stream to play\n"
37 " -fps x -srate y options to change video (x fps) and audio (y Hz) rate\n" 37 " -fps x -srate y options to change video (x fps) and audio (y Hz) rate\n"
38 " -pp <quality> enable postprocessing filter (see manpage/docs for details)\n" 38 " -pp <quality> enable postprocessing filter (see the man page for details)\n"
39 " -framedrop enable frame-dropping (for slow machines)\n" 39 " -framedrop enable frame dropping (for slow machines)\n"
40 "\n" 40 "\n"
41 "Basic keys: (see the manpage for the complete list, check the input.conf too)\n" 41 "Basic keys: (see the man page for the complete list, also check input.conf)\n"
42 " <- or -> seek backward/forward 10 seconds\n" 42 " <- or -> seek backward/forward 10 seconds\n"
43 " up or down seek backward/forward 1 minute\n" 43 " up or down seek backward/forward 1 minute\n"
44 " pgup or pgdown seek backward/forward 10 minutes\n" 44 " pgup or pgdown seek backward/forward 10 minutes\n"
45 " < or > step backward/forward in playlist\n" 45 " < or > step backward/forward in playlist\n"
46 " p or SPACE pause movie (press any key to continue)\n" 46 " p or SPACE pause movie (press any key to continue)\n"
47 " q or ESC stop playing and quit program\n" 47 " q or ESC stop playing and quit program\n"
48 " + or - adjust audio delay by +/- 0.1 second\n" 48 " + or - adjust audio delay by +/- 0.1 second\n"
49 " o cycle OSD mode: none / seekbar / seekbar+timer\n" 49 " o cycle OSD mode: none / seekbar / seekbar+timer\n"
50 " * or / increase or decrease pcm volume\n" 50 " * or / increase or decrease pcm volume\n"
51 " z or x adjust subtitle delay by +/- 0.1 second\n" 51 " z or x adjust subtitle delay by +/- 0.1 second\n"
52 " r or t adjust subtitle position up/down, see also -vop expand !\n" 52 " r or t adjust subtitle position up/down, also see -vop expand\n"
53 "\n" 53 "\n"
54 " * * * SEE MANPAGE FOR DETAILS, FURTHER (ADVANCED) OPTIONS AND KEYS ! * * *\n" 54 " * * * SEE MAN PAGE FOR DETAILS, FURTHER (ADVANCED) OPTIONS AND KEYS! * * *\n"
55 "\n"; 55 "\n";
56 #endif 56 #endif
57 57
58 // ========================= MPlayer messages =========================== 58 // ========================= MPlayer messages ===========================
59 59
62 #define MSGTR_Exiting "\nExiting... (%s)\n" 62 #define MSGTR_Exiting "\nExiting... (%s)\n"
63 #define MSGTR_Exit_quit "Quit" 63 #define MSGTR_Exit_quit "Quit"
64 #define MSGTR_Exit_eof "End of file" 64 #define MSGTR_Exit_eof "End of file"
65 #define MSGTR_Exit_error "Fatal error" 65 #define MSGTR_Exit_error "Fatal error"
66 #define MSGTR_IntBySignal "\nMPlayer interrupted by signal %d in module: %s \n" 66 #define MSGTR_IntBySignal "\nMPlayer interrupted by signal %d in module: %s \n"
67 #define MSGTR_NoHomeDir "Can't find HOME dir\n" 67 #define MSGTR_NoHomeDir "Can't 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/ln etc/codecs.conf (from MPlayer source tree) to ~/.mplayer/codecs.conf)\n" 72 #define MSGTR_CopyCodecsConf "(copy/link etc/codecs.conf (from the MPlayer source tree) to ~/.mplayer/codecs.conf)\n"
73 #define MSGTR_CantLoadFont "Can't load font: %s\n" 73 #define MSGTR_CantLoadFont "Can't load font: %s\n"
74 #define MSGTR_CantLoadSub "Can't load subtitles: %s\n" 74 #define MSGTR_CantLoadSub "Can't load subtitles: %s\n"
75 #define MSGTR_ErrorDVDkey "Error processing DVD KEY.\n" 75 #define MSGTR_ErrorDVDkey "Error processing DVD KEY.\n"
76 #define MSGTR_CmdlineDVDkey "DVD command line requested key is stored for descrambling.\n" 76 #define MSGTR_CmdlineDVDkey "The requested DVD key is used for descrambling.\n"
77 #define MSGTR_DVDauthOk "DVD auth sequence seems to be OK.\n" 77 #define MSGTR_DVDauthOk "DVD auth sequence seems to be OK.\n"
78 #define MSGTR_DumpSelectedSteramMissing "dump: FATAL: selected stream missing!\n" 78 #define MSGTR_DumpSelectedSteramMissing "dump: FATAL: selected stream missing!\n"
79 #define MSGTR_CantOpenDumpfile "Can't open dump file!!!\n" 79 #define MSGTR_CantOpenDumpfile "Can't open dump file!!!\n"
80 #define MSGTR_CoreDumped "core dumped :)\n" 80 #define MSGTR_CoreDumped "core dumped :)\n"
81 #define MSGTR_FPSnotspecified "FPS not specified (or invalid) in the header! Use the -fps option!\n" 81 #define MSGTR_FPSnotspecified "FPS not specified (or invalid) in the header! Use the -fps option!\n"
82 #define MSGTR_TryForceAudioFmtStr "Trying to force audio codec driver family %s ...\n" 82 #define MSGTR_TryForceAudioFmtStr "Trying to force audio codec driver family %s ...\n"
83 #define MSGTR_CantFindAfmtFallback "Can't find audio codec for forced driver family, fallback to other drivers.\n" 83 #define MSGTR_CantFindAfmtFallback "Can't find audio codec for forced driver family, falling back to other drivers.\n"
84 #define MSGTR_CantFindAudioCodec "Can't find codec for audio format 0x%X !\n" 84 #define MSGTR_CantFindAudioCodec "Can't find codec for audio format 0x%X!\n"
85 #define MSGTR_TryUpgradeCodecsConfOrRTFM "*** Try to upgrade %s from etc/codecs.conf\n*** If it's still not OK, then read DOCS/codecs.html!\n" 85 #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_CouldntInitAudioCodec "Couldn't initialize audio codec! -> nosound\n" 86 #define MSGTR_CouldntInitAudioCodec "Couldn't initialize audio codec! -> no sound\n"
87 #define MSGTR_TryForceVideoFmtStr "Trying to force video codec driver family %s ...\n" 87 #define MSGTR_TryForceVideoFmtStr "Trying to force video codec driver family %s ...\n"
88 #define MSGTR_CantFindVideoCodec "Can't find codec matching selected -vo and video format 0x%X !\n" 88 #define MSGTR_CantFindVideoCodec "Can't find codec matching selected -vo and video format 0x%X!\n"
89 #define MSGTR_VOincompCodec "Sorry, selected video_out device is incompatible with this codec.\n" 89 #define MSGTR_VOincompCodec "Sorry, selected video_out device is incompatible with this codec.\n"
90 #define MSGTR_CannotInitVO "FATAL: Cannot initialize video driver!\n" 90 #define MSGTR_CannotInitVO "FATAL: Cannot initialize video driver!\n"
91 #define MSGTR_CannotInitAO "couldn't open/init audio device -> NOSOUND\n" 91 #define MSGTR_CannotInitAO "couldn't open/init audio device -> no sound\n"
92 #define MSGTR_StartPlaying "Start playing...\n" 92 #define MSGTR_StartPlaying "Start playing...\n"
93 93
94 #define MSGTR_SystemTooSlow "\n\n"\ 94 #define MSGTR_SystemTooSlow "\n\n"\
95 " ************************************************\n"\ 95 " ************************************************\n"\
96 " **** Your system is too SLOW to play this! ****\n"\ 96 " **** Your system is too SLOW to play this! ****\n"\
97 " ************************************************\n"\ 97 " ************************************************\n"\
98 "!!! Possible reasons, problems, workaround: \n"\ 98 "!!! Possible reasons, problems, workarounds: \n"\
99 "- Most common: broken/buggy _audio_ driver. workaround: try -ao sdl or use\n"\ 99 "- Most common: broken/buggy _audio_ driver. Workaround: Try -ao sdl or use\n"\
100 " ALSA 0.5 or oss emulation of ALSA 0.9. read DOCS/sound.html for more tips!\n"\ 100 " ALSA 0.5 or OSS emulation of ALSA 0.9. Read DOCS/sound.html for more tips!\n"\
101 "- Slow video output. try different -vo driver (for list: -vo help) or try\n"\ 101 "- Slow video output. Try a different -vo driver (for list: -vo help) or try\n"\
102 " with -framedrop ! Read DOCS/video.html for video tuning/speedup tips.\n"\ 102 " with -framedrop! Read DOCS/video.html for video tuning/speedup tips.\n"\
103 "- Slow cpu. don't try to playback big dvd/divx on slow cpu! try -hardframedrop\n"\ 103 "- Slow CPU. Don't try to play a big DVD/divx on a slow CPU! Try -hardframedrop.\n"\
104 "- Broken file. try various combinations of these: -nobps -ni -mc 0 -forceidx\n"\ 104 "- Broken file. Try various combinations of these: -nobps -ni -mc 0 -forceidx\n"\
105 "- You're using -cache to play a non-interleaved file? try with -nocache\n"\ 105 "- Are you using -cache to play a non-interleaved file? Try with -nocache.\n"\
106 "If none of these apply, then read DOCS/bugreports.html !\n\n" 106 "If none of these apply, read DOCS/bugreports.html!\n\n"
107 107
108 #define MSGTR_NoGui "MPlayer was compiled WITHOUT GUI support!\n" 108 #define MSGTR_NoGui "MPlayer was compiled WITHOUT GUI support!\n"
109 #define MSGTR_GuiNeedsX "MPlayer GUI requires X11!\n" 109 #define MSGTR_GuiNeedsX "MPlayer GUI requires X11!\n"
110 #define MSGTR_Playing "Playing %s\n" 110 #define MSGTR_Playing "Playing %s\n"
111 #define MSGTR_NoSound "Audio: no sound!!!\n" 111 #define MSGTR_NoSound "Audio: no sound!!!\n"
112 #define MSGTR_FPSforced "FPS forced to be %5.3f (ftime: %5.3f)\n" 112 #define MSGTR_FPSforced "FPS forced to be %5.3f (ftime: %5.3f)\n"
113 #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" 113 #define MSGTR_CompiledWithRuntimeDetection "Compiled with RUNTIME CPU Detection - warning, it's not optimal! To get best performance, recompile MPlayer with --disable-runtime-cpudetection\n"
114 #define MSGTR_CompiledWithCPUExtensions "Compiled for x86 CPU with extensions:" 114 #define MSGTR_CompiledWithCPUExtensions "Compiled for x86 CPU with extensions:"
115 #define MSGTR_AvailableVideoOutputPlugins "Available video output plugins:\n" 115 #define MSGTR_AvailableVideoOutputPlugins "Available video output plugins:\n"
116 #define MSGTR_AvailableVideoOutputDrivers "Available video output drivers:\n" 116 #define MSGTR_AvailableVideoOutputDrivers "Available video output drivers:\n"
117 #define MSGTR_AvailableAudioOutputDrivers "Available audio output drivers:\n" 117 #define MSGTR_AvailableAudioOutputDrivers "Available audio output drivers:\n"
118 #define MSGTR_AvailableAudioCodecs "Available audio codecs:\n" 118 #define MSGTR_AvailableAudioCodecs "Available audio codecs:\n"
119 #define MSGTR_AvailableVideoCodecs "Available video codecs:\n" 119 #define MSGTR_AvailableVideoCodecs "Available video codecs:\n"
120 #define MSGTR_AvailableAudioFm "\nAvailable (compiled-in) audio codec families/drivers:\n" 120 #define MSGTR_AvailableAudioFm "\nAvailable (compiled-in) audio codec families/drivers:\n"
121 #define MSGTR_AvailableVideoFm "\nAvailable (compiled-in) video codec families/drivers:\n" 121 #define MSGTR_AvailableVideoFm "\nAvailable (compiled-in) video codec families/drivers:\n"
122 #define MSGTR_UsingRTCTiming "Using Linux's hardware RTC timing (%ldHz)\n" 122 #define MSGTR_UsingRTCTiming "Using Linux hardware RTC timing (%ldHz)\n"
123 #define MSGTR_CannotReadVideoPropertiers "Video: can't read properties\n" 123 #define MSGTR_CannotReadVideoPropertiers "Video: can't read properties\n"
124 #define MSGTR_NoStreamFound "No stream found\n" 124 #define MSGTR_NoStreamFound "No stream found\n"
125 #define MSGTR_InitializingAudioCodec "Initializing audio codec...\n" 125 #define MSGTR_InitializingAudioCodec "Initializing audio codec...\n"
126 #define MSGTR_ErrorInitializingVODevice "Error opening/initializing the selected video_out (-vo) device!\n" 126 #define MSGTR_ErrorInitializingVODevice "Error opening/initializing the selected video_out (-vo) device!\n"
127 #define MSGTR_ForcedVideoCodec "Forced video codec: %s\n" 127 #define MSGTR_ForcedVideoCodec "Forced video codec: %s\n"
128 #define MSGTR_AODescription_AOAuthor "AO: Description: %s\nAO: Author: %s\n" 128 #define MSGTR_AODescription_AOAuthor "AO: Description: %s\nAO: Author: %s\n"
129 #define MSGTR_AOComment "AO: Comment: %s\n" 129 #define MSGTR_AOComment "AO: Comment: %s\n"
130 #define MSGTR_Video_NoVideo "Video: no video!!!\n" 130 #define MSGTR_Video_NoVideo "Video: no video!!!\n"
131 #define MSGTR_NotInitializeVOPorVO "\nFATAL: Couldn't initialize video filters (-vop) or video output (-vo) !\n" 131 #define MSGTR_NotInitializeVOPorVO "\nFATAL: Couldn't initialize video filters (-vop) or video output (-vo)!\n"
132 #define MSGTR_Paused "\n------ PAUSED -------\r" 132 #define MSGTR_Paused "\n------ PAUSED -------\r"
133 #define MSGTR_PlaylistLoadUnable "\nUnable to load playlist %s\n" 133 #define MSGTR_PlaylistLoadUnable "\nUnable to load playlist %s\n"
134 134
135 // mencoder.c: 135 // mencoder.c:
136 136
138 #define MSGTR_UsingPass3ControllFile "Using pass3 control file: %s\n" 138 #define MSGTR_UsingPass3ControllFile "Using pass3 control file: %s\n"
139 #define MSGTR_MissingFilename "\nMissing filename!\n\n" 139 #define MSGTR_MissingFilename "\nMissing filename!\n\n"
140 #define MSGTR_CannotOpenFile_Device "Cannot open file/device\n" 140 #define MSGTR_CannotOpenFile_Device "Cannot open file/device\n"
141 #define MSGTR_ErrorDVDAuth "Error in DVD auth...\n" 141 #define MSGTR_ErrorDVDAuth "Error in DVD auth...\n"
142 #define MSGTR_CannotOpenDemuxer "Cannot open demuxer\n" 142 #define MSGTR_CannotOpenDemuxer "Cannot open demuxer\n"
143 #define MSGTR_NoAudioEncoderSelected "\nNo audio encoder (-oac) selected! Select one or use -nosound. Use -oac help !\n" 143 #define MSGTR_NoAudioEncoderSelected "\nNo audio encoder (-oac) selected! Select one or use -nosound. Use -oac help!\n"
144 #define MSGTR_NoVideoEncoderSelected "\nNo video encoder (-ovc) selected! Select one, use -ovc help !\n" 144 #define MSGTR_NoVideoEncoderSelected "\nNo video encoder (-ovc) selected! Select one, use -ovc help!\n"
145 #define MSGTR_InitializingAudioCodec "Initializing audio codec...\n" 145 #define MSGTR_InitializingAudioCodec "Initializing audio codec...\n"
146 #define MSGTR_CannotOpenOutputFile "Cannot open output file '%s'\n" 146 #define MSGTR_CannotOpenOutputFile "Cannot open output file '%s'\n"
147 #define MSGTR_EncoderOpenFailed "Failed to open the encoder\n" 147 #define MSGTR_EncoderOpenFailed "Failed to open the encoder\n"
148 #define MSGTR_ForcingOutputFourcc "Forcing output fourcc to %x [%.4s]\n" 148 #define MSGTR_ForcingOutputFourcc "Forcing output fourcc to %x [%.4s]\n"
149 #define MSGTR_WritingAVIHeader "Writing AVI header...\n" 149 #define MSGTR_WritingAVIHeader "Writing AVI header...\n"
176 #define MSGTR_DVDnoVOBs "Can't open title VOBS (VTS_%02d_1.VOB).\n" 176 #define MSGTR_DVDnoVOBs "Can't open title VOBS (VTS_%02d_1.VOB).\n"
177 #define MSGTR_DVDopenOk "DVD successfully opened!\n" 177 #define MSGTR_DVDopenOk "DVD successfully opened!\n"
178 178
179 // demuxer.c, demux_*.c: 179 // demuxer.c, demux_*.c:
180 #define MSGTR_AudioStreamRedefined "Warning! Audio stream header %d redefined!\n" 180 #define MSGTR_AudioStreamRedefined "Warning! Audio stream header %d redefined!\n"
181 #define MSGTR_VideoStreamRedefined "Warning! video stream header %d redefined!\n" 181 #define MSGTR_VideoStreamRedefined "Warning! Video stream header %d redefined!\n"
182 #define MSGTR_TooManyAudioInBuffer "\nDEMUXER: Too many (%d in %d bytes) audio packets in the buffer!\n" 182 #define MSGTR_TooManyAudioInBuffer "\nDEMUXER: Too many (%d in %d bytes) audio packets in the buffer!\n"
183 #define MSGTR_TooManyVideoInBuffer "\nDEMUXER: Too many (%d in %d bytes) video packets in the buffer!\n" 183 #define MSGTR_TooManyVideoInBuffer "\nDEMUXER: Too many (%d in %d bytes) video packets in the buffer!\n"
184 #define MSGTR_MaybeNI "(maybe you play a non-interleaved stream/file or the codec failed)?\n" \ 184 #define MSGTR_MaybeNI "Maybe you are playing a non-interleaved stream/file or the codec failed?\n" \
185 "For .AVI files, try to force non-interleaved mode with option -ni\n" 185 "For .AVI files, try to force non-interleaved mode with the -ni option.\n"
186 #define MSGTR_SwitchToNi "\nDetected badly interleaved .AVI - switching to -ni mode!\n" 186 #define MSGTR_SwitchToNi "\nDetected badly interleaved .AVI - switching to -ni mode!\n"
187 #define MSGTR_DetectedFILMfile "Detected FILM file format!\n" 187 #define MSGTR_DetectedFILMfile "Detected FILM file format!\n"
188 #define MSGTR_DetectedFLIfile "Detected FLI file format!\n" 188 #define MSGTR_DetectedFLIfile "Detected FLI file format!\n"
189 #define MSGTR_DetectedROQfile "Detected RoQ file format!\n" 189 #define MSGTR_DetectedROQfile "Detected RoQ file format!\n"
190 #define MSGTR_DetectedREALfile "Detected REAL file format!\n" 190 #define MSGTR_DetectedREALfile "Detected REAL file format!\n"
200 #define MSGTR_DetectedBMPfile "Detected BMP file format!\n" 200 #define MSGTR_DetectedBMPfile "Detected BMP file format!\n"
201 #define MSGTR_DetectedOGGfile "Detected OGG file format!\n" 201 #define MSGTR_DetectedOGGfile "Detected OGG file format!\n"
202 #define MSGTR_DetectedRAWDVfile "Detected RAWDV file format!\n" 202 #define MSGTR_DetectedRAWDVfile "Detected RAWDV file format!\n"
203 #define MSGTR_DetectedAudiofile "Detected audio file!\n" 203 #define MSGTR_DetectedAudiofile "Detected audio file!\n"
204 #define MSGTR_NotSystemStream "Not MPEG System Stream format... (maybe Transport Stream?)\n" 204 #define MSGTR_NotSystemStream "Not MPEG System Stream format... (maybe Transport Stream?)\n"
205 #define MSGTR_InvalidMPEGES "Invalid MPEG-ES stream??? contact the author, it may be a bug :(\n" 205 #define MSGTR_InvalidMPEGES "Invalid MPEG-ES stream??? Contact the author, it may be a bug :(\n"
206 #define MSGTR_FormatNotRecognized "============= Sorry, this file format not recognized/supported ===============\n"\ 206 #define MSGTR_FormatNotRecognized "============ Sorry, this file format is not recognized/supported =============\n"\
207 "=== If this file is an AVI, ASF or MPEG stream, please contact the author! ===\n" 207 "=== If this file is an AVI, ASF or MPEG stream, please contact the author! ===\n"
208 #define MSGTR_MissingVideoStream "No video stream found!\n" 208 #define MSGTR_MissingVideoStream "No video stream found!\n"
209 #define MSGTR_MissingAudioStream "No Audio stream found... ->nosound\n" 209 #define MSGTR_MissingAudioStream "No Audio stream found... -> no sound\n"
210 #define MSGTR_MissingVideoStreamBug "Missing video stream!? Contact the author, it may be a bug :(\n" 210 #define MSGTR_MissingVideoStreamBug "Missing video stream!? Contact the author, it may be a bug :(\n"
211 211
212 #define MSGTR_DoesntContainSelectedStream "demux: file doesn't contain the selected audio or video stream\n" 212 #define MSGTR_DoesntContainSelectedStream "demux: File doesn't contain the selected audio or video stream.\n"
213 213
214 #define MSGTR_NI_Forced "Forced" 214 #define MSGTR_NI_Forced "Forced"
215 #define MSGTR_NI_Detected "Detected" 215 #define MSGTR_NI_Detected "Detected"
216 #define MSGTR_NI_Message "%s NON-INTERLEAVED AVI file-format!\n" 216 #define MSGTR_NI_Message "%s NON-INTERLEAVED AVI file-format!\n"
217 217
218 #define MSGTR_UsingNINI "Using NON-INTERLEAVED Broken AVI file-format!\n" 218 #define MSGTR_UsingNINI "Using NON-INTERLEAVED Broken AVI file-format!\n"
219 #define MSGTR_CouldntDetFNo "Couldn't determine number of frames (for absolute seek) \n" 219 #define MSGTR_CouldntDetFNo "Couldn't determine number of frames (for absolute seek) \n"
220 #define MSGTR_CantSeekRawAVI "Can't seek in raw .AVI streams! (index required, try with the -idx switch!) \n" 220 #define MSGTR_CantSeekRawAVI "Can't seek in raw .AVI streams! (Index required, try with the -idx switch!) \n"
221 #define MSGTR_CantSeekFile "Can't seek in this file! \n" 221 #define MSGTR_CantSeekFile "Can't seek in this file! \n"
222 222
223 #define MSGTR_EncryptedVOB "Encrypted VOB file (not compiled with libcss support)! Read file DOCS/cd-dvd.html\n" 223 #define MSGTR_EncryptedVOB "Encrypted VOB file (not compiled with libcss support)! Read DOCS/cd-dvd.html.\n"
224 #define MSGTR_EncryptedVOBauth "Encrypted stream but authentication was not requested by you!!\n" 224 #define MSGTR_EncryptedVOBauth "Encrypted stream but you did not request authentication!!\n"
225 225
226 #define MSGTR_MOVcomprhdr "MOV: Compressed headers not (yet) supported!\n" 226 #define MSGTR_MOVcomprhdr "MOV: Compressed headers not (yet) supported!\n"
227 #define MSGTR_MOVvariableFourCC "MOV: Warning! variable FOURCC detected!?\n" 227 #define MSGTR_MOVvariableFourCC "MOV: Warning! Variable FOURCC detected!?\n"
228 #define MSGTR_MOVtooManyTrk "MOV: Warning! too many tracks!" 228 #define MSGTR_MOVtooManyTrk "MOV: Warning! Too many tracks!"
229 #define MSGTR_FoundAudioStream "==> Found audio stream: %d\n" 229 #define MSGTR_FoundAudioStream "==> Found audio stream: %d\n"
230 #define MSGTR_FoundVideoStream "==> Found video stream: %d\n" 230 #define MSGTR_FoundVideoStream "==> Found video stream: %d\n"
231 #define MSGTR_DetectedTV "Detected TV! ;-)\n" 231 #define MSGTR_DetectedTV "Detected TV! ;-)\n"
232 #define MSGTR_ErrorOpeningOGGDemuxer "Unable to open the ogg demuxer\n" 232 #define MSGTR_ErrorOpeningOGGDemuxer "Unable to open the ogg demuxer\n"
233 #define MSGTR_ASFSearchingForAudioStream "ASF: Searching for audio stream (id:%d)\n" 233 #define MSGTR_ASFSearchingForAudioStream "ASF: Searching for audio stream (id:%d)\n"
234 #define MSGTR_CannotOpenAudioStream "Can't open audio stream: %s\n" 234 #define MSGTR_CannotOpenAudioStream "Can't open audio stream: %s\n"
235 #define MSGTR_CannotOpenSubtitlesStream "Can't open subtitles stream: %s\n" 235 #define MSGTR_CannotOpenSubtitlesStream "Can't open subtitles stream: %s\n"
236 #define MSGTR_OpeningAudioDemuxerFailed "Failed to open audio demuxer: %s\n" 236 #define MSGTR_OpeningAudioDemuxerFailed "Failed to open audio demuxer: %s\n"
237 #define MSGTR_OpeningSubtitlesDemuxerFailed "Failed to open subtitles demuxer: %s\n" 237 #define MSGTR_OpeningSubtitlesDemuxerFailed "Failed to open subtitles demuxer: %s\n"
238 #define MSGTR_TVInputNotSeekable "TV input isn't seekable! (probably seeking will be for changing channels ;)\n" 238 #define MSGTR_TVInputNotSeekable "TV input isn't seekable! (Probably seeking will be for changing channels ;)\n"
239 #define MSGTR_DemuxerInfoAlreadyPresent "Demuxer info %s already present\n!" 239 #define MSGTR_DemuxerInfoAlreadyPresent "Demuxer info %s already present!\n"
240 #define MSGTR_ClipInfo "Clip info: \n" 240 #define MSGTR_ClipInfo "Clip info: \n"
241 241
242 // dec_video.c & dec_audio.c: 242 // dec_video.c & dec_audio.c:
243 #define MSGTR_CantOpenCodec "could not open codec\n" 243 #define MSGTR_CantOpenCodec "could not open codec\n"
244 #define MSGTR_CantCloseCodec "could not close codec\n" 244 #define MSGTR_CantCloseCodec "could not close codec\n"
254 #define MSGTR_BadMpegSequHdrEx "MPEG: Bad sequence header extension!\n" 254 #define MSGTR_BadMpegSequHdrEx "MPEG: Bad sequence header extension!\n"
255 255
256 #define MSGTR_ShMemAllocFail "Cannot allocate shared memory\n" 256 #define MSGTR_ShMemAllocFail "Cannot allocate shared memory\n"
257 #define MSGTR_CantAllocAudioBuf "Cannot allocate audio out buffer\n" 257 #define MSGTR_CantAllocAudioBuf "Cannot allocate audio out buffer\n"
258 258
259 #define MSGTR_UnknownAudio "Unknown/missing audio format, using nosound\n" 259 #define MSGTR_UnknownAudio "Unknown/missing audio format -> no sound\n"
260 260
261 #define MSGTR_UsingExternalPP "[PP] Using external postprocessing filter, max q = %d\n" 261 #define MSGTR_UsingExternalPP "[PP] Using external postprocessing filter, max q = %d\n"
262 #define MSGTR_UsingCodecPP "[PP] Using codec's postprocessing, max q = %d\n" 262 #define MSGTR_UsingCodecPP "[PP] Using codec's postprocessing, max q = %d\n"
263 #define MSGTR_VideoAttributeNotSupportedByVO_VD "Video attribute '%s' isn't supported by selected vo & vd! \n" 263 #define MSGTR_VideoAttributeNotSupportedByVO_VD "Video attribute '%s' isn't supported by selected vo & vd! \n"
264 #define MSGTR_VideoCodecFamilyNotAvailableStr "Requested video codec family [%s] (vfm=%s) not available (enable it at compile time!)\n" 264 #define MSGTR_VideoCodecFamilyNotAvailableStr "Requested video codec family [%s] (vfm=%s) not available (enable it at compilation!)\n"
265 #define MSGTR_AudioCodecFamilyNotAvailableStr "Requested audio codec family [%s] (afm=%s) not available (enable it at compile time!)\n" 265 #define MSGTR_AudioCodecFamilyNotAvailableStr "Requested audio codec family [%s] (afm=%s) not available (enable it at compilation!)\n"
266 #define MSGTR_OpeningVideoDecoder "Opening video decoder: [%s] %s\n" 266 #define MSGTR_OpeningVideoDecoder "Opening video decoder: [%s] %s\n"
267 #define MSGTR_OpeningAudioDecoder "Opening audio decoder: [%s] %s\n" 267 #define MSGTR_OpeningAudioDecoder "Opening audio decoder: [%s] %s\n"
268 #define MSGTR_UninitVideoStr "uninit video: %s \n" 268 #define MSGTR_UninitVideoStr "uninit video: %s \n"
269 #define MSGTR_UninitAudioStr "uninit audio: %s \n" 269 #define MSGTR_UninitAudioStr "uninit audio: %s \n"
270 #define MSGTR_VDecoderInitFailed "VDecoder init failed :(\n" 270 #define MSGTR_VDecoderInitFailed "VDecoder init failed :(\n"
275 275
276 // LIRC: 276 // LIRC:
277 #define MSGTR_SettingUpLIRC "Setting up lirc support...\n" 277 #define MSGTR_SettingUpLIRC "Setting up lirc support...\n"
278 #define MSGTR_LIRCdisabled "You won't be able to use your remote control\n" 278 #define MSGTR_LIRCdisabled "You won't be able to use your remote control\n"
279 #define MSGTR_LIRCopenfailed "Failed opening lirc support!\n" 279 #define MSGTR_LIRCopenfailed "Failed opening lirc support!\n"
280 #define MSGTR_LIRCcfgerr "Failed to read LIRC config file %s !\n" 280 #define MSGTR_LIRCcfgerr "Failed to read LIRC config file %s!\n"
281 281
282 // vf.c 282 // vf.c
283 #define MSGTR_CouldNotFindVideoFilter "Couldn't find video filter '%s'\n" 283 #define MSGTR_CouldNotFindVideoFilter "Couldn't find video filter '%s'\n"
284 #define MSGTR_CouldNotOpenVideoFilter "Couldn't open video filter '%s'\n" 284 #define MSGTR_CouldNotOpenVideoFilter "Couldn't open video filter '%s'\n"
285 #define MSGTR_OpeningVideoFilter "Opening video filter: " 285 #define MSGTR_OpeningVideoFilter "Opening video filter: "
326 #define MSGTR_Browse "Browse" 326 #define MSGTR_Browse "Browse"
327 327
328 // --- error messages --- 328 // --- error messages ---
329 #define MSGTR_NEMDB "Sorry, not enough memory for draw buffer." 329 #define MSGTR_NEMDB "Sorry, not enough memory for draw buffer."
330 #define MSGTR_NEMFMR "Sorry, not enough memory for menu rendering." 330 #define MSGTR_NEMFMR "Sorry, not enough memory for menu rendering."
331 #define MSGTR_IDFGCVD "Sorry, i don't find gui compatible video output driver." 331 #define MSGTR_IDFGCVD "Sorry, i didn't find a GUI compatible video output driver."
332 #define MSGTR_NEEDLAVCFAME "Sorry, you cannot play non-mpeg files with your DXR3/H+ device without reencoding.\nPlease enable lavc or fame in DXR3/H+ configbox." 332 #define MSGTR_NEEDLAVCFAME "Sorry, you cannot play non-MPEG files with your DXR3/H+ device without reencoding.\nPlease enable lavc or fame in the DXR3/H+ configbox."
333 333
334 // --- skin loader error messages 334 // --- skin loader error messages
335 #define MSGTR_SKIN_ERRORMESSAGE "[skin] error in skin config file on line %d: %s" 335 #define MSGTR_SKIN_ERRORMESSAGE "[skin] error in skin config file on line %d: %s"
336 #define MSGTR_SKIN_WARNING1 "[skin] warning in skin config file on line %d: widget found but before \"section\" not found ( %s )" 336 #define MSGTR_SKIN_WARNING1 "[skin] warning in skin config file on line %d: widget found but before \"section\" not found ( %s )"
337 #define MSGTR_SKIN_WARNING2 "[skin] warning in skin config file on line %d: widget found but before \"subsection\" not found (%s)" 337 #define MSGTR_SKIN_WARNING2 "[skin] warning in skin config file on line %d: widget found but before \"subsection\" not found (%s)"
423 #define MSGTR_PREFERENCES_AudioDelay "Audio delay" 423 #define MSGTR_PREFERENCES_AudioDelay "Audio delay"
424 #define MSGTR_PREFERENCES_Audio "Audio" 424 #define MSGTR_PREFERENCES_Audio "Audio"
425 #define MSGTR_PREFERENCES_DoubleBuffer "Enable double buffering" 425 #define MSGTR_PREFERENCES_DoubleBuffer "Enable double buffering"
426 #define MSGTR_PREFERENCES_DirectRender "Enable direct rendering" 426 #define MSGTR_PREFERENCES_DirectRender "Enable direct rendering"
427 #define MSGTR_PREFERENCES_FrameDrop "Enable frame dropping" 427 #define MSGTR_PREFERENCES_FrameDrop "Enable frame dropping"
428 #define MSGTR_PREFERENCES_HFrameDrop "Enable HARD frame drop (dangerous)" 428 #define MSGTR_PREFERENCES_HFrameDrop "Enable HARD frame dropping (dangerous)"
429 #define MSGTR_PREFERENCES_Flip "Flip image upside-down" 429 #define MSGTR_PREFERENCES_Flip "Flip image upside down"
430 #define MSGTR_PREFERENCES_Panscan "Panscan: " 430 #define MSGTR_PREFERENCES_Panscan "Panscan: "
431 #define MSGTR_PREFERENCES_Video "Video" 431 #define MSGTR_PREFERENCES_Video "Video"
432 #define MSGTR_PREFERENCES_OSDTimer "Timer and indicators" 432 #define MSGTR_PREFERENCES_OSDTimer "Timer and indicators"
433 #define MSGTR_PREFERENCES_OSDProgress "Progressbars only" 433 #define MSGTR_PREFERENCES_OSDProgress "Progressbars only"
434 #define MSGTR_PREFERENCES_Subtitle "Subtitle:" 434 #define MSGTR_PREFERENCES_Subtitle "Subtitle:"
436 #define MSGTR_PREFERENCES_SUB_FPS "FPS:" 436 #define MSGTR_PREFERENCES_SUB_FPS "FPS:"
437 #define MSGTR_PREFERENCES_SUB_POS "Position: " 437 #define MSGTR_PREFERENCES_SUB_POS "Position: "
438 #define MSGTR_PREFERENCES_SUB_AutoLoad "Disable subtitle autoloading" 438 #define MSGTR_PREFERENCES_SUB_AutoLoad "Disable subtitle autoloading"
439 #define MSGTR_PREFERENCES_SUB_Unicode "Unicode subtitle" 439 #define MSGTR_PREFERENCES_SUB_Unicode "Unicode subtitle"
440 #define MSGTR_PREFERENCES_SUB_MPSUB "Convert the given subtitle to MPlayer's subtitle format" 440 #define MSGTR_PREFERENCES_SUB_MPSUB "Convert the given subtitle to MPlayer's subtitle format"
441 #define MSGTR_PREFERENCES_SUB_SRT "Convert the given subtitle to the time-based SubViewer (SRT) format" 441 #define MSGTR_PREFERENCES_SUB_SRT "Convert the given subtitle to the time based SubViewer (SRT) format"
442 #define MSGTR_PREFERENCES_Font "Font:" 442 #define MSGTR_PREFERENCES_Font "Font:"
443 #define MSGTR_PREFERENCES_FontFactor "Font factor:" 443 #define MSGTR_PREFERENCES_FontFactor "Font factor:"
444 #define MSGTR_PREFERENCES_PostProcess "Enable postprocess" 444 #define MSGTR_PREFERENCES_PostProcess "Enable postprocessing"
445 #define MSGTR_PREFERENCES_AutoQuality "Auto quality: " 445 #define MSGTR_PREFERENCES_AutoQuality "Auto quality: "
446 #define MSGTR_PREFERENCES_NI "Use non-interleaved AVI parser" 446 #define MSGTR_PREFERENCES_NI "Use non-interleaved AVI parser"
447 #define MSGTR_PREFERENCES_IDX "Rebuild index table, if needed" 447 #define MSGTR_PREFERENCES_IDX "Rebuild index table, if needed"
448 #define MSGTR_PREFERENCES_VideoCodecFamily "Video codec family:" 448 #define MSGTR_PREFERENCES_VideoCodecFamily "Video codec family:"
449 #define MSGTR_PREFERENCES_AudioCodecFamily "Audio codec family:" 449 #define MSGTR_PREFERENCES_AudioCodecFamily "Audio codec family:"
450 #define MSGTR_PREFERENCES_FRAME_OSD_Level "OSD level" 450 #define MSGTR_PREFERENCES_FRAME_OSD_Level "OSD level"
451 #define MSGTR_PREFERENCES_FRAME_Subtitle "Subtitle" 451 #define MSGTR_PREFERENCES_FRAME_Subtitle "Subtitle"
452 #define MSGTR_PREFERENCES_FRAME_Font "Font" 452 #define MSGTR_PREFERENCES_FRAME_Font "Font"
453 #define MSGTR_PREFERENCES_FRAME_PostProcess "Postprocess" 453 #define MSGTR_PREFERENCES_FRAME_PostProcess "Postprocessing"
454 #define MSGTR_PREFERENCES_FRAME_CodecDemuxer "Codec & demuxer" 454 #define MSGTR_PREFERENCES_FRAME_CodecDemuxer "Codec & demuxer"
455 #define MSGTR_PREFERENCES_OSS_Device "Device:" 455 #define MSGTR_PREFERENCES_OSS_Device "Device:"
456 #define MSGTR_PREFERENCES_OSS_Mixer "Mixer:" 456 #define MSGTR_PREFERENCES_OSS_Mixer "Mixer:"
457 #define MSGTR_PREFERENCES_Message "Please remember, some options needs to restart the playing!" 457 #define MSGTR_PREFERENCES_Message "Please remember that you need to restart playback for some options to take effect!"
458 #define MSGTR_PREFERENCES_DXR3_VENC "Video encoder:" 458 #define MSGTR_PREFERENCES_DXR3_VENC "Video encoder:"
459 #define MSGTR_PREFERENCES_DXR3_LAVC "Use LAVC (ffmpeg)" 459 #define MSGTR_PREFERENCES_DXR3_LAVC "Use LAVC (ffmpeg)"
460 #define MSGTR_PREFERENCES_DXR3_FAME "Use FAME" 460 #define MSGTR_PREFERENCES_DXR3_FAME "Use FAME"
461 #define MSGTR_PREFERENCES_FontEncoding1 "Unicode" 461 #define MSGTR_PREFERENCES_FontEncoding1 "Unicode"
462 #define MSGTR_PREFERENCES_FontEncoding2 "Western European Languages (ISO-8859-1)" 462 #define MSGTR_PREFERENCES_FontEncoding2 "Western European Languages (ISO-8859-1)"