Mercurial > mplayer.hg
annotate help_mp-en.h @ 7030:660a8439c679
10l
author | michael |
---|---|
date | Fri, 16 Aug 2002 22:39:02 +0000 |
parents | f3093e5d59c1 |
children | dd1e21e775b6 |
rev | line source |
---|---|
2007 | 1 // MASTER FILE. Use this file as base for translation! |
2 | |
3 // Translated files should be uploaded to ftp://mplayerhq.hu/MPlayer/incoming | |
4 // and send a notify message to mplayer-dev-eng maillist. | |
5 | |
1973
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
6 // ========================= MPlayer help =========================== |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
7 |
1618 | 8 #ifdef HELP_MP_DEFINE_STATIC |
9 static char* banner_text= | |
10 "\n\n" | |
3952 | 11 "MPlayer " VERSION "(C) 2000-2002 Arpad Gereoffy (see DOCS!)\n" |
1618 | 12 "\n"; |
13 | |
14 static char help_text[]= | |
1972 | 15 #ifdef HAVE_NEW_GUI |
6136 | 16 "Usage: mplayer [-gui] [options] [url|path/]filename\n" |
1972 | 17 #else |
6136 | 18 "Usage: mplayer [options] [url|path/]filename\n" |
1972 | 19 #endif |
1618 | 20 "\n" |
6136 | 21 "Basic options: (see the manpage for the complete list including ALL options!)\n" |
1618 | 22 " -vo <drv[:dev]> select video output driver & device (see '-vo help' for list)\n" |
23 " -ao <drv[:dev]> select audio output driver & device (see '-ao help' for list)\n" | |
6136 | 24 #ifdef HAVE_VCD |
1618 | 25 " -vcd <trackno> play VCD (video cd) track from device instead of plain file\n" |
6136 | 26 #endif |
1618 | 27 #ifdef HAVE_LIBCSS |
28 " -dvdauth <dev> specify DVD device for authentication (for encrypted discs)\n" | |
29 #endif | |
1972 | 30 #ifdef USE_DVDREAD |
31 " -dvd <titleno> play DVD title/track from device instead of plain file\n" | |
6136 | 32 " -alang/-slang select DVD audio/subtitle language (by 2-char country code)\n" |
1972 | 33 #endif |
1618 | 34 " -ss <timepos> seek to given (seconds or hh:mm:ss) position\n" |
35 " -nosound don't play sound\n" | |
36 " -fs -vm -zoom fullscreen playing options (fullscr,vidmode chg,softw.scale)\n" | |
6136 | 37 " -x <x> -y <y> set display resolution (for vidmode change or sw scaling)\n" |
1618 | 38 " -sub <file> specify subtitle file to use (see also -subfps, -subdelay)\n" |
2647
679d3b21bedb
-playlist option patch by Panagiotis Issaris <takis@lumumba.luc.ac.be>
arpi
parents:
2163
diff
changeset
|
39 " -playlist <file> specify playlist file\n" |
1618 | 40 " -vid x -aid y options to select video (x) and audio (y) stream to play\n" |
41 " -fps x -srate y options to change video (x fps) and audio (y Hz) rate\n" | |
6136 | 42 " -pp <quality> enable postprocessing filter (see manpage/docs for details)\n" |
1618 | 43 " -framedrop enable frame-dropping (for slow machines)\n" |
44 "\n" | |
6136 | 45 "Basic keys: (see the manpage for the complete list, check the input.conf too)\n" |
1618 | 46 " <- or -> seek backward/forward 10 seconds\n" |
47 " up or down seek backward/forward 1 minute\n" | |
6141
9e59571da67d
pgup/pgdown added (it was already in help_mp-hu.h)
gabucino
parents:
6136
diff
changeset
|
48 " pgup or pgdown seek backward/forward 10 minutes\n" |
6136 | 49 " < or > step backward/forward in playlist\n" |
1618 | 50 " p or SPACE pause movie (press any key to continue)\n" |
51 " q or ESC stop playing and quit program\n" | |
52 " + or - adjust audio delay by +/- 0.1 second\n" | |
53 " o cycle OSD mode: none / seekbar / seekbar+timer\n" | |
6136 | 54 " * or / increase or decrease pcm volume\n" |
1618 | 55 " z or x adjust subtitle delay by +/- 0.1 second\n" |
6136 | 56 " r or t adjust subtitle position up/down, see also -vop expand !\n" |
1618 | 57 "\n" |
1972 | 58 " * * * SEE MANPAGE FOR DETAILS, FURTHER (ADVANCED) OPTIONS AND KEYS ! * * *\n" |
1618 | 59 "\n"; |
60 #endif | |
61 | |
1973
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
62 // ========================= MPlayer messages =========================== |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
63 |
1618 | 64 // mplayer.c: |
65 | |
66 #define MSGTR_Exiting "\nExiting... (%s)\n" | |
67 #define MSGTR_Exit_frames "Requested number of frames played" | |
68 #define MSGTR_Exit_quit "Quit" | |
69 #define MSGTR_Exit_eof "End of file" | |
1638 | 70 #define MSGTR_Exit_error "Fatal error" |
1618 | 71 #define MSGTR_IntBySignal "\nMPlayer interrupted by signal %d in module: %s \n" |
72 #define MSGTR_NoHomeDir "Can't find HOME dir\n" | |
73 #define MSGTR_GetpathProblem "get_path(\"config\") problem\n" | |
74 #define MSGTR_CreatingCfgFile "Creating config file: %s\n" | |
75 #define MSGTR_InvalidVOdriver "Invalid video output driver name: %s\nUse '-vo help' to get a list of available video drivers.\n" | |
76 #define MSGTR_InvalidAOdriver "Invalid audio output driver name: %s\nUse '-ao help' to get a list of available audio drivers.\n" | |
1708 | 77 #define MSGTR_CopyCodecsConf "(copy/ln etc/codecs.conf (from MPlayer source tree) to ~/.mplayer/codecs.conf)\n" |
1618 | 78 #define MSGTR_CantLoadFont "Can't load font: %s\n" |
79 #define MSGTR_CantLoadSub "Can't load subtitles: %s\n" | |
80 #define MSGTR_ErrorDVDkey "Error processing DVD KEY.\n" | |
81 #define MSGTR_CmdlineDVDkey "DVD command line requested key is stored for descrambling.\n" | |
82 #define MSGTR_DVDauthOk "DVD auth sequence seems to be OK.\n" | |
83 #define MSGTR_DumpSelectedSteramMissing "dump: FATAL: selected stream missing!\n" | |
84 #define MSGTR_CantOpenDumpfile "Can't open dump file!!!\n" | |
85 #define MSGTR_CoreDumped "core dumped :)\n" | |
86 #define MSGTR_FPSnotspecified "FPS not specified (or invalid) in the header! Use the -fps option!\n" | |
87 #define MSGTR_NoVideoStream "Sorry, no video stream... it's unplayable yet\n" | |
88 #define MSGTR_TryForceAudioFmt "Trying to force audio codec driver family %d ...\n" | |
89 #define MSGTR_CantFindAfmtFallback "Can't find audio codec for forced driver family, fallback to other drivers.\n" | |
90 #define MSGTR_CantFindAudioCodec "Can't find codec for audio format 0x%X !\n" | |
2163 | 91 #define MSGTR_TryUpgradeCodecsConfOrRTFM "*** Try to upgrade %s from etc/codecs.conf\n*** If it's still not OK, then read DOCS/codecs.html!\n" |
1618 | 92 #define MSGTR_CouldntInitAudioCodec "Couldn't initialize audio codec! -> nosound\n" |
93 #define MSGTR_TryForceVideoFmt "Trying to force video codec driver family %d ...\n" | |
94 #define MSGTR_CantFindVfmtFallback "Can't find video codec for forced driver family, fallback to other drivers.\n" | |
5178
e77bb7e0a2a9
video codec selection failed message changed - it depends on -vo too
arpi
parents:
4926
diff
changeset
|
95 #define MSGTR_CantFindVideoCodec "Can't find codec matching selected -vo and video format 0x%X !\n" |
1618 | 96 #define MSGTR_VOincompCodec "Sorry, selected video_out device is incompatible with this codec.\n" |
97 #define MSGTR_CouldntInitVideoCodec "FATAL: Couldn't initialize video codec :(\n" | |
98 #define MSGTR_EncodeFileExists "File already exists: %s (don't overwrite your favourite AVI!)\n" | |
99 #define MSGTR_CantCreateEncodeFile "Cannot create file for encoding\n" | |
100 #define MSGTR_CannotInitVO "FATAL: Cannot initialize video driver!\n" | |
101 #define MSGTR_CannotInitAO "couldn't open/init audio device -> NOSOUND\n" | |
102 #define MSGTR_StartPlaying "Start playing...\n" | |
3294 | 103 |
104 #define MSGTR_SystemTooSlow "\n\n"\ | |
105 " ************************************************\n"\ | |
106 " **** Your system is too SLOW to play this! ****\n"\ | |
107 " ************************************************\n"\ | |
108 "!!! Possible reasons, problems, workaround: \n"\ | |
109 "- Most common: broken/buggy _audio_ driver. workaround: try -ao sdl or use\n"\ | |
4926 | 110 " ALSA 0.5 or oss emulation of ALSA 0.9. read DOCS/sound.html for more tips!\n"\ |
3294 | 111 "- Slow video output. try different -vo driver (for list: -vo help) or try\n"\ |
4926 | 112 " with -framedrop ! Read DOCS/video.html for video tuning/speedup tips.\n"\ |
3294 | 113 "- Slow cpu. don't try to playback big dvd/divx on slow cpu! try -hardframedrop\n"\ |
114 "- Broken file. try various combinations of these: -nobps -ni -mc 0 -forceidx\n"\ | |
6176 | 115 "- You're using -cache to play a non-interleaved file? try with -nocache\n"\ |
3294 | 116 "If none of these apply, then read DOCS/bugreports.html !\n\n" |
1618 | 117 |
1973
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
118 #define MSGTR_NoGui "MPlayer was compiled WITHOUT GUI support!\n" |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
119 #define MSGTR_GuiNeedsX "MPlayer GUI requires X11!\n" |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
120 #define MSGTR_Playing "Playing %s\n" |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
121 #define MSGTR_NoSound "Audio: no sound!!!\n" |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
122 #define MSGTR_FPSforced "FPS forced to be %5.3f (ftime: %5.3f)\n" |
6930 | 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" | |
1973
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
142 |
6947 | 143 // mencoder.c: |
144 | |
145 #define MSGTR_MEncoderCopyright "(C) 2000-2002 Arpad Gereoffy (see DOCS!)\n" | |
146 #define MSGTR_UsingPass3ControllFile "Using pass3 control file: %s\n" | |
147 #define MSGTR_MissingFilename "\nMissing filename!\n\n" | |
148 #define MSGTR_CannotOpenFile_Device "Cannot open file/device\n" | |
149 #define MSGTR_ErrorDVDAuth "Error in DVD auth...\n" | |
150 #define MSGTR_CannotOpenDemuxer "Cannot open demuxer\n" | |
151 #define MSGTR_NoAudioEncoderSelected "\nNo audio encoder (-oac) selected! Select one or use -nosound. Use -oac help !\n" | |
152 #define MSGTR_NoVideoEncoderSelected "\nNo video encoder (-ovc) selected! Select one, use -ovc help !\n" | |
153 #define MSGTR_InitializingAudioCodec "Initializing audio codec...\n" | |
154 #define MSGTR_CannotOpenOutputFile "Cannot open output file '%s'\n" | |
155 #define MSGTR_EncoderOpenFailed "Failed to open the encoder\n" | |
156 #define MSGTR_ForcingOutputFourcc "Forcing output fourcc to %x [%.4s]\n" | |
157 #define MSGTR_WritingAVIHeader "Writing AVI header...\n" | |
158 #define MSGTR_DuplicateFrames "\nduplicate %d frame(s)!!! \n" | |
159 #define MSGTR_SkipFrame "\nskip frame!!! \n" | |
160 #define MSGTR_ErrorWritingFile "%s: error writing file.\n" | |
161 #define MSGTR_WritingAVIIndex "\nWriting AVI index...\n" | |
162 #define MSGTR_FixupAVIHeader "Fixup AVI header...\n" | |
163 #define MSGTR_RecommendedVideoBitrate "Recommended video bitrate for %s CD: %d\n" | |
164 #define MSGTR_VideoStreamResult "\nVideo stream: %8.3f kbit/s (%d bps) size: %d bytes %5.3f secs %d frames\n" | |
165 #define MSGTR_AudioStreamResult "\nAudio stream: %8.3f kbit/s (%d bps) size: %d bytes %5.3f secs\n" | |
166 | |
1973
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
167 // open.c, stream.c: |
1618 | 168 #define MSGTR_CdDevNotfound "CD-ROM Device '%s' not found!\n" |
169 #define MSGTR_ErrTrackSelect "Error selecting VCD track!" | |
170 #define MSGTR_ReadSTDIN "Reading from stdin...\n" | |
171 #define MSGTR_UnableOpenURL "Unable to open URL: %s\n" | |
172 #define MSGTR_ConnToServer "Connected to server: %s\n" | |
173 #define MSGTR_FileNotFound "File not found: '%s'\n" | |
174 | |
1973
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
175 #define MSGTR_CantOpenDVD "Couldn't open DVD device: %s\n" |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
176 #define MSGTR_DVDwait "Reading disc structure, please wait...\n" |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
177 #define MSGTR_DVDnumTitles "There are %d titles on this DVD.\n" |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
178 #define MSGTR_DVDinvalidTitle "Invalid DVD title number: %d\n" |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
179 #define MSGTR_DVDnumChapters "There are %d chapters in this DVD title.\n" |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
180 #define MSGTR_DVDinvalidChapter "Invalid DVD chapter number: %d\n" |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
181 #define MSGTR_DVDnumAngles "There are %d angles in this DVD title.\n" |
1976 | 182 #define MSGTR_DVDinvalidAngle "Invalid DVD angle number: %d\n" |
1973
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
183 #define MSGTR_DVDnoIFO "Can't open the IFO file for DVD title %d.\n" |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
184 #define MSGTR_DVDnoVOBs "Can't open title VOBS (VTS_%02d_1.VOB).\n" |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
185 #define MSGTR_DVDopenOk "DVD successfully opened!\n" |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
186 |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
187 // demuxer.c, demux_*.c: |
1618 | 188 #define MSGTR_AudioStreamRedefined "Warning! Audio stream header %d redefined!\n" |
189 #define MSGTR_VideoStreamRedefined "Warning! video stream header %d redefined!\n" | |
190 #define MSGTR_TooManyAudioInBuffer "\nDEMUXER: Too many (%d in %d bytes) audio packets in the buffer!\n" | |
191 #define MSGTR_TooManyVideoInBuffer "\nDEMUXER: Too many (%d in %d bytes) video packets in the buffer!\n" | |
6173 | 192 #define MSGTR_MaybeNI "(maybe you play a non-interleaved stream/file or the codec failed)?\n" \ |
193 "For .AVI files, try to force non-interleaved mode with option -ni\n" | |
6885 | 194 #define MSGTR_SwitchToNi "\nDetected badly interleaved .AVI - switching to -ni mode!\n" |
4189 | 195 #define MSGTR_DetectedFILMfile "Detected FILM file format!\n" |
3102
fe4e66b588cc
added the "FLI format detected" message to all the language help files
melanson
parents:
2659
diff
changeset
|
196 #define MSGTR_DetectedFLIfile "Detected FLI file format!\n" |
4449
501473faf365
added help strings for RoQ and REAL file detection
melanson
parents:
4189
diff
changeset
|
197 #define MSGTR_DetectedROQfile "Detected RoQ file format!\n" |
501473faf365
added help strings for RoQ and REAL file detection
melanson
parents:
4189
diff
changeset
|
198 #define MSGTR_DetectedREALfile "Detected REAL file format!\n" |
1618 | 199 #define MSGTR_DetectedAVIfile "Detected AVI file format!\n" |
200 #define MSGTR_DetectedASFfile "Detected ASF file format!\n" | |
201 #define MSGTR_DetectedMPEGPESfile "Detected MPEG-PES file format!\n" | |
202 #define MSGTR_DetectedMPEGPSfile "Detected MPEG-PS file format!\n" | |
203 #define MSGTR_DetectedMPEGESfile "Detected MPEG-ES file format!\n" | |
204 #define MSGTR_DetectedQTMOVfile "Detected QuickTime/MOV file format!\n" | |
6951 | 205 #define MSGTR_DetectedYUV4MPEG2file "Detected YUV4MPEG2 file format!\n" |
206 #define MSGTR_DetectedNuppelVideofile "Detected NuppelVideo file format!\n" | |
207 #define MSGTR_DetectedVIVOfile "Detected VIVO file format!\n" | |
208 #define MSGTR_DetectedBMPfile "Detected BMP file format!\n" | |
209 #define MSGTR_DetectedOGGfile "Detected OGG file format!\n" | |
210 #define MSGTR_DetectedRAWDVfile "Detected RAWDV file format!\n" | |
211 #define MSGTR_DetectedAudiofile "Detected audio file!\n" | |
212 #define MSGTR_NotSystemStream "Not MPEG System Stream format... (maybe Transport Stream?)\n" | |
1618 | 213 #define MSGTR_MissingMpegVideo "Missing MPEG video stream!? contact the author, it may be a bug :(\n" |
214 #define MSGTR_InvalidMPEGES "Invalid MPEG-ES stream??? contact the author, it may be a bug :(\n" | |
215 #define MSGTR_FormatNotRecognized "============= Sorry, this file format not recognized/supported ===============\n"\ | |
216 "=== If this file is an AVI, ASF or MPEG stream, please contact the author! ===\n" | |
1973
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
217 #define MSGTR_MissingVideoStream "No video stream found!\n" |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
218 #define MSGTR_MissingAudioStream "No Audio stream found... ->nosound\n" |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
219 #define MSGTR_MissingVideoStreamBug "Missing video stream!? Contact the author, it may be a bug :(\n" |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
220 |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
221 #define MSGTR_DoesntContainSelectedStream "demux: file doesn't contain the selected audio or video stream\n" |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
222 |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
223 #define MSGTR_NI_Forced "Forced" |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
224 #define MSGTR_NI_Detected "Detected" |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
225 #define MSGTR_NI_Message "%s NON-INTERLEAVED AVI file-format!\n" |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
226 |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
227 #define MSGTR_UsingNINI "Using NON-INTERLEAVED Broken AVI file-format!\n" |
1976 | 228 #define MSGTR_CouldntDetFNo "Couldn't determine number of frames (for absolute seek) \n" |
1973
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
229 #define MSGTR_CantSeekRawAVI "Can't seek in raw .AVI streams! (index required, try with the -idx switch!) \n" |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
230 #define MSGTR_CantSeekFile "Can't seek in this file! \n" |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
231 |
2163 | 232 #define MSGTR_EncryptedVOB "Encrypted VOB file (not compiled with libcss support)! Read file DOCS/cd-dvd.html\n" |
1973
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
233 #define MSGTR_EncryptedVOBauth "Encrypted stream but authentication was not requested by you!!\n" |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
234 |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
235 #define MSGTR_MOVcomprhdr "MOV: Compressed headers not (yet) supported!\n" |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
236 #define MSGTR_MOVvariableFourCC "MOV: Warning! variable FOURCC detected!?\n" |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
237 #define MSGTR_MOVtooManyTrk "MOV: Warning! too many tracks!" |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
238 #define MSGTR_MOVnotyetsupp "\n****** Quicktime MOV format not yet supported!!!!!!! *******\n" |
6951 | 239 #define MSGTR_FoundAudioStream "==> Found audio stream: %d\n" |
240 #define MSGTR_FoundVideoStream "==> Found video stream: %d\n" | |
241 #define MSGTR_DetectedTV "Detected TV! ;-)\n" | |
242 #define MSGTR_ErrorOpeningOGGDemuxer "Unable to open the ogg demuxer\n" | |
243 #define MSGTR_ASFSearchingForAudioStream "ASF: Searching for audio stream (id:%d)\n" | |
244 #define MSGTR_CannotOpenAudioStream "Can't open audio stream: %s\n" | |
245 #define MSGTR_CannotOpenSubtitlesStream "Can't open subtitles stream: %s\n" | |
246 #define MSGTR_OpeningAudioDemuxerFailed "Failed to open audio demuxer: %s\n" | |
247 #define MSGTR_OpeningSubtitlesDemuxerFailed "Failed to open subtitles demuxer: %s\n" | |
248 #define MSGTR_TVInputNotSeekable "TV input isn't seekable! (probably seeking will be for changing channels ;)\n" | |
249 #define MSGTR_DemuxerInfoAlreadyPresent "Demuxer info %s already present\n!" | |
250 #define MSGTR_ClipInfo "Clip info: \n" | |
1973
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
251 |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
252 // dec_video.c & dec_audio.c: |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
253 #define MSGTR_CantOpenCodec "could not open codec\n" |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
254 #define MSGTR_CantCloseCodec "could not close codec\n" |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
255 |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
256 #define MSGTR_MissingDLLcodec "ERROR: Couldn't open required DirectShow codec: %s\n" |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
257 #define MSGTR_ACMiniterror "Could not load/initialize Win32/ACM AUDIO codec (missing DLL file?)\n" |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
258 #define MSGTR_MissingLAVCcodec "Can't find codec '%s' in libavcodec...\n" |
1618 | 259 |
1973
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
260 #define MSGTR_NoDShowSupport "MPlayer was compiled WITHOUT directshow support!\n" |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
261 #define MSGTR_NoWfvSupport "Support for win32 codecs disabled, or unavailable on non-x86 platforms!\n" |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
262 #define MSGTR_NoDivx4Support "MPlayer was compiled WITHOUT DivX4Linux (libdivxdecore.so) support!\n" |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
263 #define MSGTR_NoLAVCsupport "MPlayer was compiled WITHOUT ffmpeg/libavcodec support!\n" |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
264 #define MSGTR_NoACMSupport "Win32/ACM audio codec disabled, or unavailable on non-x86 CPU -> force nosound :(\n" |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
265 #define MSGTR_NoDShowAudio "Compiled without DirectShow support -> force nosound :(\n" |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
266 #define MSGTR_NoOggVorbis "OggVorbis audio codec disabled -> force nosound :(\n" |
2659 | 267 #define MSGTR_NoXAnimSupport "MPlayer was compiled WITHOUT XAnim support!\n" |
1973
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
268 |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
269 #define MSGTR_MpegPPhint "WARNING! You requested image postprocessing for an MPEG 1/2 video,\n" \ |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
270 " but compiled MPlayer without MPEG 1/2 postprocessing support!\n" \ |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
271 " #define MPEG12_POSTPROC in config.h, and recompile libmpeg2!\n" |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
272 #define MSGTR_MpegNoSequHdr "MPEG: FATAL: EOF while searching for sequence header\n" |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
273 #define MSGTR_CannotReadMpegSequHdr "FATAL: Cannot read sequence header!\n" |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
274 #define MSGTR_CannotReadMpegSequHdrEx "FATAL: Cannot read sequence header extension!\n" |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
275 #define MSGTR_BadMpegSequHdr "MPEG: Bad sequence header!\n" |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
276 #define MSGTR_BadMpegSequHdrEx "MPEG: Bad sequence header extension!\n" |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
277 |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
278 #define MSGTR_ShMemAllocFail "Cannot allocate shared memory\n" |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
279 #define MSGTR_CantAllocAudioBuf "Cannot allocate audio out buffer\n" |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
280 #define MSGTR_NoMemForDecodedImage "not enough memory for decoded picture buffer (%ld bytes)\n" |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
281 |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
282 #define MSGTR_AC3notvalid "AC3 stream not valid.\n" |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
283 #define MSGTR_AC3only48k "Only 48000 Hz streams supported.\n" |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
284 #define MSGTR_UnknownAudio "Unknown/missing audio format, using nosound\n" |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
285 |
6989 | 286 #define MSGTR_UsingExternalPP "[PP] Using external postprocessing filter, max q = %d\n" |
287 #define MSGTR_UsingCodecPP "[PP] Using codec's postprocessing, max q = %d\n" | |
288 #define MSGTR_VideoAttributeNotSupportedByVO_VD "Video attribute '%s' isn't supported by selected vo & vd! \n" | |
289 #define MSGTR_VideoCodecFamilyNotAvailable "Requested video codec family [%s] (vfm=%d) not available (enable it at compile time!)\n" | |
290 #define MSGTR_AudioCodecFamilyNotAvailable "Requested audio codec family [%s] (afm=%d) not available (enable it at compile time!)\n" | |
291 #define MSGTR_OpeningVideoDecoder "Opening video decoder: [%s] %s\n" | |
292 #define MSGTR_OpeningAudioDecoder "Opening audio decoder: [%s] %s\n" | |
293 #define MSGTR_UninitVideo "uninit video: %d \n" | |
294 #define MSGTR_UninitAudio "uninit audio: %d \n" | |
295 #define MSGTR_VDecoderInitFailed "VDecoder init failed :(\n" | |
296 #define MSGTR_ADecoderInitFailed "ADecoder init failed :(\n" | |
297 #define MSGTR_ADecoderPreinitFailed "ADecoder preinit failed :(\n" | |
298 #define MSGTR_AllocatingBytesForInputBuffer "dec_audio: Allocating %d bytes for input buffer\n" | |
299 #define MSGTR_AllocatingBytesForOutputBuffer "dec_audio: Allocating %d + %d = %d bytes for output buffer\n" | |
300 | |
1973
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
301 // LIRC: |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
302 #define MSGTR_SettingUpLIRC "Setting up lirc support...\n" |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
303 #define MSGTR_LIRCdisabled "You won't be able to use your remote control\n" |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
304 #define MSGTR_LIRCopenfailed "Failed opening lirc support!\n" |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
305 #define MSGTR_LIRCsocketerr "Something's wrong with the lirc socket: %s\n" |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
306 #define MSGTR_LIRCcfgerr "Failed to read LIRC config file %s !\n" |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
307 |
6993 | 308 // vf.c |
309 #define MSGTR_CouldNotFindVideoFilter "Couldn't find video filter '%s'\n" | |
310 #define MSGTR_CouldNotOpenVideoFilter "Couldn't open video filter '%s'\n" | |
6997 | 311 #define MSGTR_OpeningVideoFilter "Opening video filter: " |
6993 | 312 #define MSGTR_CannotFindColorspace "Cannot find common colorspace, even by inserting 'scale' :(\n" |
1973
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
313 |
6993 | 314 // vd.c |
315 #define MSGTR_CodecDidNotSet "VDec: codec didn't set sh->disp_w and sh->disp_h, trying to workaround!\n" | |
316 #define MSGTR_VoConfigRequest "VDec: vo config request - %d x %d (preferred csp: %s)\n" | |
317 #define MSGTR_CouldNotFindColorspace "Couldn't find matching colorspace - retrying with -vop scale...\n" | |
318 #define MSGTR_MovieAspectIsSet "Movie-Aspect is %.2f:1 - prescaling to correct movie aspect.\n" | |
319 #define MSGTR_MovieAspectUndefined "Movie-Aspect is undefined - no prescaling applied.\n" | |
320 | |
1973
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
321 // ====================== GUI messages/buttons ======================== |
1618 | 322 |
1884 | 323 #ifdef HAVE_NEW_GUI |
1618 | 324 |
1884 | 325 // --- labels --- |
326 #define MSGTR_About "About" | |
327 #define MSGTR_FileSelect "Select file ..." | |
3499 | 328 #define MSGTR_SubtitleSelect "Select subtitle ..." |
329 #define MSGTR_OtherSelect "Select ..." | |
6623 | 330 #define MSGTR_AudioFileSelect "Select external audio channel ..." |
6796 | 331 #define MSGTR_FontSelect "Select font ..." |
1884 | 332 #define MSGTR_MessageBox "MessageBox" |
333 #define MSGTR_PlayList "PlayList" | |
6627 | 334 #define MSGTR_Equalizer "Equalizer" |
1884 | 335 #define MSGTR_SkinBrowser "Skin Browser" |
6651 | 336 #define MSGTR_Network "Network streaming ..." |
6796 | 337 #define MSGTR_Preferences "Preferences" |
338 #define MSGTR_OSSPreferences "OSS driver configuration" | |
1884 | 339 |
340 // --- buttons --- | |
341 #define MSGTR_Ok "Ok" | |
342 #define MSGTR_Cancel "Cancel" | |
343 #define MSGTR_Add "Add" | |
344 #define MSGTR_Remove "Remove" | |
6651 | 345 #define MSGTR_Clear "Clear" |
346 #define MSGTR_Config "Config" | |
6796 | 347 #define MSGTR_ConfigDriver "Configure driver" |
348 #define MSGTR_Browse "Browse" | |
1884 | 349 |
350 // --- error messages --- | |
351 #define MSGTR_NEMDB "Sorry, not enough memory for draw buffer." | |
352 #define MSGTR_NEMFMR "Sorry, not enough memory for menu rendering." | |
353 #define MSGTR_NEMFMM "Sorry, not enough memory for main window shape mask." | |
6796 | 354 #define MSGTR_IDFGCVD "Sorry, i don't find gui compatible video output driver." |
7013 | 355 #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." |
1884 | 356 |
357 // --- skin loader error messages | |
358 #define MSGTR_SKIN_ERRORMESSAGE "[skin] error in skin config file on line %d: %s" | |
359 #define MSGTR_SKIN_WARNING1 "[skin] warning in skin config file on line %d: widget found but before \"section\" not found ( %s )" | |
360 #define MSGTR_SKIN_WARNING2 "[skin] warning in skin config file on line %d: widget found but before \"subsection\" not found (%s)" | |
361 #define MSGTR_SKIN_BITMAP_16bit "16 bits or less depth bitmap not supported ( %s ).\n" | |
362 #define MSGTR_SKIN_BITMAP_FileNotFound "file not found ( %s )\n" | |
363 #define MSGTR_SKIN_BITMAP_BMPReadError "bmp read error ( %s )\n" | |
364 #define MSGTR_SKIN_BITMAP_TGAReadError "tga read error ( %s )\n" | |
365 #define MSGTR_SKIN_BITMAP_PNGReadError "png read error ( %s )\n" | |
366 #define MSGTR_SKIN_BITMAP_RLENotSupported "RLE packed tga not supported ( %s )\n" | |
367 #define MSGTR_SKIN_BITMAP_UnknownFileType "unknown file type ( %s )\n" | |
368 #define MSGTR_SKIN_BITMAP_ConvertError "24 bit to 32 bit convert error ( %s )\n" | |
369 #define MSGTR_SKIN_BITMAP_UnknownMessage "unknown message: %s\n" | |
2163 | 370 #define MSGTR_SKIN_FONT_NotEnoughtMemory "not enough memory\n" |
1884 | 371 #define MSGTR_SKIN_FONT_TooManyFontsDeclared "too many fonts declared\n" |
372 #define MSGTR_SKIN_FONT_FontFileNotFound "font file not found\n" | |
373 #define MSGTR_SKIN_FONT_FontImageNotFound "font image file not found\n" | |
374 #define MSGTR_SKIN_FONT_NonExistentFontID "non-existent font identifier ( %s )\n" | |
375 #define MSGTR_SKIN_UnknownParameter "unknown parameter ( %s )\n" | |
2163 | 376 #define MSGTR_SKINBROWSER_NotEnoughMemory "[skinbrowser] not enough memory.\n" |
3586 | 377 #define MSGTR_SKIN_SKINCFG_SkinNotFound "Skin not found ( %s ).\n" |
378 #define MSGTR_SKIN_SKINCFG_SkinCfgReadError "Skin configfile read error ( %s ).\n" | |
3587 | 379 #define MSGTR_SKIN_LABEL "Skins:" |
380 | |
381 // --- gtk menus | |
382 #define MSGTR_MENU_AboutMPlayer "About MPlayer" | |
383 #define MSGTR_MENU_Open "Open ..." | |
384 #define MSGTR_MENU_PlayFile "Play file ..." | |
385 #define MSGTR_MENU_PlayVCD "Play VCD ..." | |
386 #define MSGTR_MENU_PlayDVD "Play DVD ..." | |
387 #define MSGTR_MENU_PlayURL "Play URL ..." | |
388 #define MSGTR_MENU_LoadSubtitle "Load subtitle ..." | |
6623 | 389 #define MSGTR_MENU_LoadExternAudioFile "Load external audio file ..." |
3587 | 390 #define MSGTR_MENU_Playing "Playing" |
391 #define MSGTR_MENU_Play "Play" | |
392 #define MSGTR_MENU_Pause "Pause" | |
393 #define MSGTR_MENU_Stop "Stop" | |
394 #define MSGTR_MENU_NextStream "Next stream" | |
395 #define MSGTR_MENU_PrevStream "Prev stream" | |
396 #define MSGTR_MENU_Size "Size" | |
397 #define MSGTR_MENU_NormalSize "Normal size" | |
398 #define MSGTR_MENU_DoubleSize "Double size" | |
399 #define MSGTR_MENU_FullScreen "Fullscreen" | |
400 #define MSGTR_MENU_DVD "DVD" | |
6280 | 401 #define MSGTR_MENU_VCD "VCD" |
6796 | 402 #define MSGTR_MENU_PlayDisc "Open disc ..." |
3587 | 403 #define MSGTR_MENU_ShowDVDMenu "Show DVD menu" |
404 #define MSGTR_MENU_Titles "Titles" | |
405 #define MSGTR_MENU_Title "Title %2d" | |
406 #define MSGTR_MENU_None "(none)" | |
407 #define MSGTR_MENU_Chapters "Chapters" | |
408 #define MSGTR_MENU_Chapter "Chapter %2d" | |
409 #define MSGTR_MENU_AudioLanguages "Audio languages" | |
410 #define MSGTR_MENU_SubtitleLanguages "Subtitle languages" | |
411 #define MSGTR_MENU_PlayList "Playlist" | |
412 #define MSGTR_MENU_SkinBrowser "Skin browser" | |
413 #define MSGTR_MENU_Preferences "Preferences" | |
414 #define MSGTR_MENU_Exit "Exit ..." | |
1884 | 415 |
6651 | 416 // --- equalizer |
417 #define MSGTR_EQU_Audio "Audio" | |
418 #define MSGTR_EQU_Video "Video" | |
6653 | 419 #define MSGTR_EQU_Contrast "Contrast: " |
6651 | 420 #define MSGTR_EQU_Brightness "Brightness: " |
421 #define MSGTR_EQU_Hue "Hue: " | |
422 #define MSGTR_EQU_Saturation "Saturation: " | |
423 #define MSGTR_EQU_Front_Left "Front Left" | |
424 #define MSGTR_EQU_Front_Right "Front Right" | |
6796 | 425 #define MSGTR_EQU_Back_Left "Rear Left" |
426 #define MSGTR_EQU_Back_Right "Rear Right" | |
6651 | 427 #define MSGTR_EQU_Center "Center" |
428 #define MSGTR_EQU_Bass "Bass" | |
429 #define MSGTR_EQU_All "All" | |
430 | |
6713 | 431 // --- playlist |
432 #define MSGTR_PLAYLIST_Path "Path" | |
433 #define MSGTR_PLAYLIST_Selected "Selected files" | |
434 #define MSGTR_PLAYLIST_Files "Files" | |
435 #define MSGTR_PLAYLIST_DirectoryTree "Directory tree" | |
436 | |
6796 | 437 // --- preferences |
438 #define MSGTR_PREFERENCES_None "None" | |
439 #define MSGTR_PREFERENCES_Codec1 "Use VFW (Win32) codecs" | |
440 #define MSGTR_PREFERENCES_Codec2 "Use OpenDivX/DivX4 codec (YV12)" | |
441 #define MSGTR_PREFERENCES_Codec3 "Use DirectShow (Win32) codecs" | |
442 #define MSGTR_PREFERENCES_Codec4 "Use ffmpeg (libavcodec) codecs" | |
443 #define MSGTR_PREFERENCES_Codec5 "Use DivX4 codec (YUY2)" | |
444 #define MSGTR_PREFERENCES_Codec6 "Use XAnim codecs" | |
445 #define MSGTR_PREFERENCES_AvailableDrivers "Available drivers:" | |
446 #define MSGTR_PREFERENCES_DoNotPlaySound "Do not play sound" | |
447 #define MSGTR_PREFERENCES_NormalizeSound "Normalize sound" | |
448 #define MSGTR_PREFERENCES_EnEqualizer "Enable equalizer" | |
449 #define MSGTR_PREFERENCES_ExtraStereo "Enable extra stereo" | |
450 #define MSGTR_PREFERENCES_Coefficient "Coefficient:" | |
451 #define MSGTR_PREFERENCES_AudioDelay "Audio delay" | |
452 #define MSGTR_PREFERENCES_Audio "Audio" | |
453 #define MSGTR_PREFERENCES_VideoEqu "Enable video equalizer" | |
454 #define MSGTR_PREFERENCES_DoubleBuffer "Enable double buffering" | |
455 #define MSGTR_PREFERENCES_DirectRender "Enable direct rendering" | |
456 #define MSGTR_PREFERENCES_FrameDrop "Enable frame dropping" | |
457 #define MSGTR_PREFERENCES_HFrameDrop "Enable HARD frame drop( dangerous )" | |
458 #define MSGTR_PREFERENCES_Flip "Flip image upside-down" | |
459 #define MSGTR_PREFERENCES_Panscan "Panscan: " | |
460 #define MSGTR_PREFERENCES_Video "Video" | |
461 #define MSGTR_PREFERENCES_OSDTimer "Timer and indicators" | |
462 #define MSGTR_PREFERENCES_OSDProgress "Progressbars only" | |
463 #define MSGTR_PREFERENCES_Subtitle "Subtitle:" | |
464 #define MSGTR_PREFERENCES_SUB_Delay "Delay: " | |
465 #define MSGTR_PREFERENCES_SUB_FPS "FPS:" | |
466 #define MSGTR_PREFERENCES_SUB_POS "Position: " | |
467 #define MSGTR_PREFERENCES_SUB_AutoLoad "Disable subtitle autoloading" | |
468 #define MSGTR_PREFERENCES_SUB_Unicode "Unicode subtitle" | |
469 #define MSGTR_PREFERENCES_SUB_MPSUB "Convert the given subtitle to MPlayer's subtitle format" | |
470 #define MSGTR_PREFERENCES_SUB_SRT "Convert the given subtitle to the time-based SubViewer( SRT ) format" | |
471 #define MSGTR_PREFERENCES_Font "Font:" | |
472 #define MSGTR_PREFERENCES_FontFactor "Font factor:" | |
473 #define MSGTR_PREFERENCES_PostProcess "Enable postprocess" | |
474 #define MSGTR_PREFERENCES_AutoQuality "Auto quality: " | |
475 #define MSGTR_PREFERENCES_NI "Use non-interleaved AVI parser" | |
476 #define MSGTR_PREFERENCES_IDX "Rebuilt index table, if needed" | |
477 #define MSGTR_PREFERENCES_VideoCodecFamily "Video codec family:" | |
478 #define MSGTR_PREFERENCES_FRAME_OSD_Level "OSD level" | |
479 #define MSGTR_PREFERENCES_FRAME_Subtitle "Subtitle" | |
480 #define MSGTR_PREFERENCES_FRAME_Font "Font" | |
481 #define MSGTR_PREFERENCES_FRAME_PostProcess "Postprocess" | |
482 #define MSGTR_PREFERENCES_FRAME_CodecDemuxer "Codec & demuxer" | |
483 #define MSGTR_PREFERENCES_OSS_Device "Device:" | |
484 #define MSGTR_PREFERENCES_OSS_Mixer "Mixer:" | |
485 #define MSGTR_PREFERENCES_Message "Please remember, some function need restart the playing." | |
7009 | 486 #define MSGTR_PREFERENCES_DXR3_VENC "Video encoder:" |
7013 | 487 #define MSGTR_PREFERENCES_DXR3_LAVC "Use LAVC (ffmpeg)" |
7009 | 488 #define MSGTR_PREFERENCES_DXR3_FAME "Use FAME" |
6796 | 489 |
3595 | 490 // --- messagebox |
491 #define MSGTR_MSGBOX_LABEL_FatalError "fatal error ..." | |
492 #define MSGTR_MSGBOX_LABEL_Error "error ..." | |
493 #define MSGTR_MSGBOX_LABEL_Warning "warning ..." | |
494 | |
1884 | 495 #endif |