Mercurial > mplayer.hg
annotate help/help_mp-en.h @ 13265:43772c0eb1ab
typo
author | diego |
---|---|
date | Mon, 06 Sep 2004 14:07:48 +0000 |
parents | 7dfd84faaa09 |
children | 6370626e902b |
rev | line source |
---|---|
9730 | 1 // $Revision$ |
7438 | 2 // MASTER FILE. Use this file as base for translations. |
12322
37d0bcccb184
Send updates to mplayer-docs instead of dev-eng, wording, spelling.
diego
parents:
11593
diff
changeset
|
3 // Translated files should be sent to the mplayer-DOCS mailing list or |
9459 | 4 // to the help messages maintainer, see DOCS/tech/MAINTAINERS. |
11458 | 5 // The header of the translated file should contain credits and contact |
6 // information. Before major releases we will notify all translators to update | |
7 // their files. Please do not simply translate and forget this, outdated | |
8 // translations quickly become worthless. To help us spot outdated files put a | |
9 // note like "sync'ed with help_mp-en.h XXX" in the header of the translation. | |
10 // Do NOT translate the above lines, just follow the instructions. | |
2007 | 11 |
1973
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
12 // ========================= MPlayer help =========================== |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
13 |
1618 | 14 #ifdef HELP_MP_DEFINE_STATIC |
15 static char help_text[]= | |
6136 | 16 "Usage: mplayer [options] [url|path/]filename\n" |
1618 | 17 "\n" |
8661
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
18 "Basic options: (complete list in the man page)\n" |
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
19 " -vo <drv[:dev]> select video output driver & device ('-vo help' for a list)\n" |
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
20 " -ao <drv[:dev]> select audio output driver & device ('-ao help' for a list)\n" |
6136 | 21 #ifdef HAVE_VCD |
12322
37d0bcccb184
Send updates to mplayer-docs instead of dev-eng, wording, spelling.
diego
parents:
11593
diff
changeset
|
22 " vcd://<trackno> play (S)VCD (Super Video CD) track (raw device, no mount)\n" |
6136 | 23 #endif |
1972 | 24 #ifdef USE_DVDREAD |
10405 | 25 " dvd://<titleno> play DVD title from device instead of plain file\n" |
8661
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
26 " -alang/-slang select DVD audio/subtitle language (by 2-char country code)\n" |
1972 | 27 #endif |
8661
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
28 " -ss <timepos> seek to given (seconds or hh:mm:ss) position\n" |
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
29 " -nosound do not play sound\n" |
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
30 " -fs fullscreen playback (or -vm, -zoom, details in the man page)\n" |
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
31 " -x <x> -y <y> set display resolution (for use with -vm or -zoom)\n" |
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
32 " -sub <file> specify subtitle file to use (also see -subfps, -subdelay)\n" |
2647
679d3b21bedb
-playlist option patch by Panagiotis Issaris <takis@lumumba.luc.ac.be>
arpi
parents:
2163
diff
changeset
|
33 " -playlist <file> specify playlist file\n" |
8661
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
34 " -vid x -aid y select video (x) and audio (y) stream to play\n" |
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
35 " -fps x -srate y change video (x fps) and audio (y Hz) rate\n" |
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
36 " -pp <quality> enable postprocessing filter (details in the man page)\n" |
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
37 " -framedrop enable frame dropping (for slow machines)\n" |
1618 | 38 "\n" |
8661
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
39 "Basic keys: (complete list in the man page, also check input.conf)\n" |
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
40 " <- or -> seek backward/forward 10 seconds\n" |
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
41 " up or down seek backward/forward 1 minute\n" |
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
42 " pgup or pgdown seek backward/forward 10 minutes\n" |
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
43 " < or > step backward/forward in playlist\n" |
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
44 " p or SPACE pause movie (press any key to continue)\n" |
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
45 " q or ESC stop playing and quit program\n" |
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
46 " + or - adjust audio delay by +/- 0.1 second\n" |
10247 | 47 " o cycle OSD mode: none / seekbar / seekbar + timer\n" |
8661
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
48 " * or / increase or decrease PCM volume\n" |
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
49 " z or x adjust subtitle delay by +/- 0.1 second\n" |
11161
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
50 " r or t adjust subtitle position up/down, also see -vf expand\n" |
1618 | 51 "\n" |
8661
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
52 " * * * SEE THE MAN PAGE FOR DETAILS, FURTHER (ADVANCED) OPTIONS AND KEYS * * *\n" |
1618 | 53 "\n"; |
54 #endif | |
55 | |
1973
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
56 // ========================= MPlayer messages =========================== |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
57 |
8661
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
58 // mplayer.c: |
1618 | 59 |
13122 | 60 #define MSGTR_Exiting "\nExiting...\n" |
61 #define MSGTR_ExitingHow "\nExiting... (%s)\n" | |
1618 | 62 #define MSGTR_Exit_quit "Quit" |
63 #define MSGTR_Exit_eof "End of file" | |
1638 | 64 #define MSGTR_Exit_error "Fatal error" |
8661
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
65 #define MSGTR_IntBySignal "\nMPlayer interrupted by signal %d in module: %s\n" |
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
66 #define MSGTR_NoHomeDir "Cannot find HOME directory.\n" |
1618 | 67 #define MSGTR_GetpathProblem "get_path(\"config\") problem\n" |
68 #define MSGTR_CreatingCfgFile "Creating config file: %s\n" | |
69 #define MSGTR_InvalidVOdriver "Invalid video output driver name: %s\nUse '-vo help' to get a list of available video drivers.\n" | |
70 #define MSGTR_InvalidAOdriver "Invalid audio output driver name: %s\nUse '-ao help' to get a list of available audio drivers.\n" | |
8982
cab0063cabc6
Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents:
8973
diff
changeset
|
71 #define MSGTR_CopyCodecsConf "(Copy/link etc/codecs.conf from the MPlayer sources to ~/.mplayer/codecs.conf)\n" |
11162 | 72 #define MSGTR_BuiltinCodecsConf "Using built-in default codecs.conf.\n" |
8661
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
73 #define MSGTR_CantLoadFont "Cannot load font: %s\n" |
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
74 #define MSGTR_CantLoadSub "Cannot load subtitles: %s\n" |
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
75 #define MSGTR_ErrorDVDkey "Error processing DVD key.\n" |
7438 | 76 #define MSGTR_CmdlineDVDkey "The requested DVD key is used for descrambling.\n" |
8661
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
77 #define MSGTR_DVDauthOk "DVD authentication sequence seems to be OK.\n" |
11162 | 78 #define MSGTR_DumpSelectedStreamMissing "dump: FATAL: Selected stream missing!\n" |
8982
cab0063cabc6
Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents:
8973
diff
changeset
|
79 #define MSGTR_CantOpenDumpfile "Cannot open dump file.\n" |
8661
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
80 #define MSGTR_CoreDumped "Core dumped ;)\n" |
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
81 #define MSGTR_FPSnotspecified "FPS not specified in the header or invalid, use the -fps option.\n" |
11161
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
82 #define MSGTR_TryForceAudioFmtStr "Trying to force audio codec driver family %s...\n" |
8661
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
83 #define MSGTR_CantFindAfmtFallback "Cannot find audio codec for forced driver family, falling back to other drivers.\n" |
8982
cab0063cabc6
Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents:
8973
diff
changeset
|
84 #define MSGTR_CantFindAudioCodec "Cannot find codec for audio format 0x%X.\n" |
11121 | 85 #define MSGTR_RTFMCodecs "Read DOCS/HTML/en/codecs.html!\n" |
8661
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
86 #define MSGTR_CouldntInitAudioCodec "Could not initialize audio codec -> no sound.\n" |
11161
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
87 #define MSGTR_TryForceVideoFmtStr "Trying to force video codec driver family %s...\n" |
8982
cab0063cabc6
Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents:
8973
diff
changeset
|
88 #define MSGTR_CantFindVideoCodec "Cannot find codec matching selected -vo and video format 0x%X.\n" |
8661
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
89 #define MSGTR_CannotInitVO "FATAL: Cannot initialize video driver.\n" |
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
90 #define MSGTR_CannotInitAO "Could not open/initialize audio device -> no sound.\n" |
8982
cab0063cabc6
Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents:
8973
diff
changeset
|
91 #define MSGTR_StartPlaying "Starting playback...\n" |
3294 | 92 |
93 #define MSGTR_SystemTooSlow "\n\n"\ | |
8982
cab0063cabc6
Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents:
8973
diff
changeset
|
94 " ************************************************\n"\ |
cab0063cabc6
Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents:
8973
diff
changeset
|
95 " **** Your system is too SLOW to play this! ****\n"\ |
cab0063cabc6
Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents:
8973
diff
changeset
|
96 " ************************************************\n\n"\ |
cab0063cabc6
Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents:
8973
diff
changeset
|
97 "Possible reasons, problems, workarounds:\n"\ |
cab0063cabc6
Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents:
8973
diff
changeset
|
98 "- Most common: broken/buggy _audio_ driver\n"\ |
cab0063cabc6
Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents:
8973
diff
changeset
|
99 " - Try -ao sdl or use ALSA 0.5 or the OSS emulation of ALSA 0.9.\n"\ |
cab0063cabc6
Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents:
8973
diff
changeset
|
100 " - Experiment with different values for -autosync, 30 is a good start.\n"\ |
cab0063cabc6
Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents:
8973
diff
changeset
|
101 "- Slow video output\n"\ |
cab0063cabc6
Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents:
8973
diff
changeset
|
102 " - Try a different -vo driver (-vo help for a list) or try -framedrop!\n"\ |
cab0063cabc6
Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents:
8973
diff
changeset
|
103 "- Slow CPU\n"\ |
cab0063cabc6
Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents:
8973
diff
changeset
|
104 " - Don't try to play a big DVD/DivX on a slow CPU! Try -hardframedrop.\n"\ |
cab0063cabc6
Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents:
8973
diff
changeset
|
105 "- Broken file\n"\ |
cab0063cabc6
Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents:
8973
diff
changeset
|
106 " - Try various combinations of -nobps -ni -forceidx -mc 0.\n"\ |
cab0063cabc6
Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents:
8973
diff
changeset
|
107 "- Slow media (NFS/SMB mounts, DVD, VCD etc)\n"\ |
cab0063cabc6
Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents:
8973
diff
changeset
|
108 " - Try -cache 8192.\n"\ |
cab0063cabc6
Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents:
8973
diff
changeset
|
109 "- Are you using -cache to play a non-interleaved AVI file?\n"\ |
cab0063cabc6
Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents:
8973
diff
changeset
|
110 " - Try -nocache.\n"\ |
11121 | 111 "Read DOCS/HTML/en/devices.html for tuning/speedup tips.\n"\ |
112 "If none of this helps you, read DOCS/HTML/en/bugreports.html.\n\n" | |
1618 | 113 |
8661
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
114 #define MSGTR_NoGui "MPlayer was compiled WITHOUT GUI support.\n" |
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
115 #define MSGTR_GuiNeedsX "MPlayer GUI requires X11.\n" |
11162 | 116 #define MSGTR_Playing "Playing %s.\n" |
8982
cab0063cabc6
Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents:
8973
diff
changeset
|
117 #define MSGTR_NoSound "Audio: no sound\n" |
11162 | 118 #define MSGTR_FPSforced "FPS forced to be %5.3f (ftime: %5.3f).\n" |
12322
37d0bcccb184
Send updates to mplayer-docs instead of dev-eng, wording, spelling.
diego
parents:
11593
diff
changeset
|
119 #define MSGTR_CompiledWithRuntimeDetection "Compiled with runtime CPU detection - WARNING - this is not optimal!\nTo get best performance, recompile MPlayer with --disable-runtime-cpudetection.\n" |
6930 | 120 #define MSGTR_CompiledWithCPUExtensions "Compiled for x86 CPU with extensions:" |
121 #define MSGTR_AvailableVideoOutputPlugins "Available video output plugins:\n" | |
122 #define MSGTR_AvailableVideoOutputDrivers "Available video output drivers:\n" | |
123 #define MSGTR_AvailableAudioOutputDrivers "Available audio output drivers:\n" | |
124 #define MSGTR_AvailableAudioCodecs "Available audio codecs:\n" | |
125 #define MSGTR_AvailableVideoCodecs "Available video codecs:\n" | |
7191
1eadce15446c
-afm/-vfm help implemenetd, some cosmetics of ad/vd codec names/comments
arpi
parents:
7186
diff
changeset
|
126 #define MSGTR_AvailableAudioFm "\nAvailable (compiled-in) audio codec families/drivers:\n" |
1eadce15446c
-afm/-vfm help implemenetd, some cosmetics of ad/vd codec names/comments
arpi
parents:
7186
diff
changeset
|
127 #define MSGTR_AvailableVideoFm "\nAvailable (compiled-in) video codec families/drivers:\n" |
9317
c7f5df43b937
- support command line parameter -fstype, eg. -fstype layer=12,above,fullscreen
filon
parents:
9208
diff
changeset
|
128 #define MSGTR_AvailableFsType "Available fullscreen layer change modes:\n" |
8661
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
129 #define MSGTR_UsingRTCTiming "Using Linux hardware RTC timing (%ldHz).\n" |
8662 | 130 #define MSGTR_CannotReadVideoProperties "Video: Cannot read properties.\n" |
8661
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
131 #define MSGTR_NoStreamFound "No stream found.\n" |
6930 | 132 #define MSGTR_InitializingAudioCodec "Initializing audio codec...\n" |
8661
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
133 #define MSGTR_ErrorInitializingVODevice "Error opening/initializing the selected video_out (-vo) device.\n" |
6930 | 134 #define MSGTR_ForcedVideoCodec "Forced video codec: %s\n" |
7522 | 135 #define MSGTR_ForcedAudioCodec "Forced audio codec: %s\n" |
6930 | 136 #define MSGTR_AODescription_AOAuthor "AO: Description: %s\nAO: Author: %s\n" |
137 #define MSGTR_AOComment "AO: Comment: %s\n" | |
8982
cab0063cabc6
Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents:
8973
diff
changeset
|
138 #define MSGTR_Video_NoVideo "Video: no video\n" |
11161
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
139 #define MSGTR_NotInitializeVOPorVO "\nFATAL: Could not initialize video filters (-vf) or video output (-vo).\n" |
10433
f06e65561257
Pause message shortened to not be longer than the audio file status line.
diego
parents:
10417
diff
changeset
|
140 #define MSGTR_Paused "\n ===== PAUSE =====\r" // no more than 23 characters (status line for audio files) |
8661
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
141 #define MSGTR_PlaylistLoadUnable "\nUnable to load playlist %s.\n" |
8913
f01a53c8de14
Signal handler messages moved to help_mp, so they can be translated
rtognimp
parents:
8901
diff
changeset
|
142 #define MSGTR_Exit_SIGILL_RTCpuSel \ |
8983 | 143 "- MPlayer crashed by an 'Illegal Instruction'.\n"\ |
144 " It may be a bug in our new runtime CPU-detection code...\n"\ | |
11121 | 145 " Please read DOCS/HTML/en/bugreports.html.\n" |
8913
f01a53c8de14
Signal handler messages moved to help_mp, so they can be translated
rtognimp
parents:
8901
diff
changeset
|
146 #define MSGTR_Exit_SIGILL \ |
8983 | 147 "- MPlayer crashed by an 'Illegal Instruction'.\n"\ |
148 " It usually happens when you run it on a CPU different than the one it was\n"\ | |
11162 | 149 " compiled/optimized for.\n"\ |
150 " Verify this!\n" | |
8913
f01a53c8de14
Signal handler messages moved to help_mp, so they can be translated
rtognimp
parents:
8901
diff
changeset
|
151 #define MSGTR_Exit_SIGSEGV_SIGFPE \ |
f01a53c8de14
Signal handler messages moved to help_mp, so they can be translated
rtognimp
parents:
8901
diff
changeset
|
152 "- MPlayer crashed by bad usage of CPU/FPU/RAM.\n"\ |
f01a53c8de14
Signal handler messages moved to help_mp, so they can be translated
rtognimp
parents:
8901
diff
changeset
|
153 " Recompile MPlayer with --enable-debug and make a 'gdb' backtrace and\n"\ |
11162 | 154 " disassembly. Details in DOCS/HTML/en/bugreports_what.html#bugreports_crash.\n" |
8913
f01a53c8de14
Signal handler messages moved to help_mp, so they can be translated
rtognimp
parents:
8901
diff
changeset
|
155 #define MSGTR_Exit_SIGCRASH \ |
f01a53c8de14
Signal handler messages moved to help_mp, so they can be translated
rtognimp
parents:
8901
diff
changeset
|
156 "- MPlayer crashed. This shouldn't happen.\n"\ |
10378 | 157 " It can be a bug in the MPlayer code _or_ in your drivers _or_ in your\n"\ |
158 " gcc version. If you think it's MPlayer's fault, please read\n"\ | |
11121 | 159 " DOCS/HTML/en/bugreports.html and follow the instructions there. We can't and\n"\ |
10378 | 160 " won't help unless you provide this information when reporting a possible bug.\n" |
8913
f01a53c8de14
Signal handler messages moved to help_mp, so they can be translated
rtognimp
parents:
8901
diff
changeset
|
161 |
1973
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
162 |
6947 | 163 // mencoder.c: |
164 | |
165 #define MSGTR_UsingPass3ControllFile "Using pass3 control file: %s\n" | |
8982
cab0063cabc6
Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents:
8973
diff
changeset
|
166 #define MSGTR_MissingFilename "\nFilename missing.\n\n" |
8662 | 167 #define MSGTR_CannotOpenFile_Device "Cannot open file/device.\n" |
8661
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
168 #define MSGTR_ErrorDVDAuth "Error in DVD authentication.\n" |
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
169 #define MSGTR_CannotOpenDemuxer "Cannot open demuxer.\n" |
11162 | 170 #define MSGTR_NoAudioEncoderSelected "\nNo audio encoder (-oac) selected. Select one (see -oac help) or use -nosound.\n" |
171 #define MSGTR_NoVideoEncoderSelected "\nNo video encoder (-ovc) selected. Select one (see -ovc help).\n" | |
6947 | 172 #define MSGTR_InitializingAudioCodec "Initializing audio codec...\n" |
8662 | 173 #define MSGTR_CannotOpenOutputFile "Cannot open output file '%s'.\n" |
174 #define MSGTR_EncoderOpenFailed "Failed to open the encoder.\n" | |
6947 | 175 #define MSGTR_ForcingOutputFourcc "Forcing output fourcc to %x [%.4s]\n" |
176 #define MSGTR_WritingAVIHeader "Writing AVI header...\n" | |
8982
cab0063cabc6
Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents:
8973
diff
changeset
|
177 #define MSGTR_DuplicateFrames "\n%d duplicate frame(s)!\n" |
cab0063cabc6
Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents:
8973
diff
changeset
|
178 #define MSGTR_SkipFrame "\nSkipping frame!\n" |
8661
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
179 #define MSGTR_ErrorWritingFile "%s: Error writing file.\n" |
6947 | 180 #define MSGTR_WritingAVIIndex "\nWriting AVI index...\n" |
8661
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
181 #define MSGTR_FixupAVIHeader "Fixing AVI header...\n" |
6947 | 182 #define MSGTR_RecommendedVideoBitrate "Recommended video bitrate for %s CD: %d\n" |
183 #define MSGTR_VideoStreamResult "\nVideo stream: %8.3f kbit/s (%d bps) size: %d bytes %5.3f secs %d frames\n" | |
184 #define MSGTR_AudioStreamResult "\nAudio stream: %8.3f kbit/s (%d bps) size: %d bytes %5.3f secs\n" | |
13122 | 185 #define MSGTR_OpenedStream "success: format: %d data: 0x%X - 0x%x\n" |
186 #define MSGTR_VCodecFramecopy "videocodec: framecopy (%dx%d %dbpp fourcc=%x)\n" | |
187 #define MSGTR_ACodecFramecopy "audiocodec: framecopy (format=%x chans=%d rate=%ld bits=%d bps=%ld sample-%ld)\n" | |
188 #define MSGTR_CBRPCMAudioSelected "CBR PCM audio selected\n" | |
189 #define MSGTR_MP3AudioSelected "MP3 audio selected\n" | |
190 #define MSGTR_CannotAllocateBytes "Couldn't allocate %d bytes\n" | |
191 #define MSGTR_SettingAudioDelay "Setting AUDIO DELAY to %5.3f\n" | |
192 #define MSGTR_SettingAudioInputGain "Setting audio input gain to %f\n" | |
193 #define MSGTR_LamePresetEquals "\npreset=%s\n\n" | |
194 #define MSGTR_LimitingAudioPreload "Limiting audio preload to 0.4s\n" | |
195 #define MSGTR_IncreasingAudioDensity "Increasing audio density to 4\n" | |
196 #define MSGTR_ZeroingAudioPreloadAndMaxPtsCorrection "Forcing audio preload to 0, max pts correction to 0\n" | |
197 #define MSGTR_CBRAudioByterate "\n\nCBR audio: %ld bytes/sec, %d bytes/block\n" | |
198 #define MSGTR_LameVersion "LAME version %s (%s)\n\n" | |
199 #define MSGTR_InvalidBitrateForLamePreset "Error: The bitrate specified is out of the valid range for this preset\n"\ | |
200 "\n"\ | |
201 "When using this mode you must enter a value between \"8\" and \"320\"\n"\ | |
202 "\n"\ | |
203 "For further information try: \"-lameopts preset=help\"\n" | |
204 #define MSGTR_InvalidLamePresetOptions "Error: You did not enter a valid profile and/or options with preset\n"\ | |
205 "\n"\ | |
206 "Available profiles are:\n"\ | |
207 "\n"\ | |
208 " <fast> standard\n"\ | |
209 " <fast> extreme\n"\ | |
210 " insane\n"\ | |
211 " <cbr> (ABR Mode) - The ABR Mode is implied. To use it,\n"\ | |
212 " simply specify a bitrate. For example:\n"\ | |
213 " \"preset=185\" activates this\n"\ | |
214 " preset and uses 185 as an average kbps.\n"\ | |
215 "\n"\ | |
216 " Some examples:\n"\ | |
217 "\n"\ | |
218 " \"-lameopts fast:preset=standard \"\n"\ | |
219 " or \"-lameopts cbr:preset=192 \"\n"\ | |
220 " or \"-lameopts preset=172 \"\n"\ | |
221 " or \"-lameopts preset=extreme \"\n"\ | |
222 "\n"\ | |
223 "For further information try: \"-lameopts preset=help\"\n" | |
224 #define MSGTR_LamePresetsLongInfo "\n"\ | |
225 "The preset switches are designed to provide the highest possible quality.\n"\ | |
226 "\n"\ | |
227 "They have for the most part been subject to and tuned via rigorous double blind\n"\ | |
228 "listening tests to verify and achieve this objective.\n"\ | |
229 "\n"\ | |
230 "These are continually updated to coincide with the latest developments that\n"\ | |
231 "occur and as a result should provide you with nearly the best quality\n"\ | |
232 "currently possible from LAME.\n"\ | |
233 "\n"\ | |
234 "To activate these presets:\n"\ | |
235 "\n"\ | |
236 " For VBR modes (generally highest quality):\n"\ | |
237 "\n"\ | |
238 " \"preset=standard\" This preset should generally be transparent\n"\ | |
239 " to most people on most music and is already\n"\ | |
240 " quite high in quality.\n"\ | |
241 "\n"\ | |
242 " \"preset=extreme\" If you have extremely good hearing and similar\n"\ | |
243 " equipment, this preset will generally provide\n"\ | |
244 " slightly higher quality than the \"standard\"\n"\ | |
245 " mode.\n"\ | |
246 "\n"\ | |
247 " For CBR 320kbps (highest quality possible from the preset switches):\n"\ | |
248 "\n"\ | |
249 " \"preset=insane\" This preset will usually be overkill for most\n"\ | |
250 " people and most situations, but if you must\n"\ | |
251 " have the absolute highest quality with no\n"\ | |
252 " regard to filesize, this is the way to go.\n"\ | |
253 "\n"\ | |
254 " For ABR modes (high quality per given bitrate but not as high as VBR):\n"\ | |
255 "\n"\ | |
256 " \"preset=<kbps>\" Using this preset will usually give you good\n"\ | |
257 " quality at a specified bitrate. Depending on the\n"\ | |
258 " bitrate entered, this preset will determine the\n"\ | |
259 " optimal settings for that particular situation.\n"\ | |
260 " While this approach works, it is not nearly as\n"\ | |
261 " flexible as VBR, and usually will not attain the\n"\ | |
262 " same level of quality as VBR at higher bitrates.\n"\ | |
263 "\n"\ | |
264 "The following options are also available for the corresponding profiles:\n"\ | |
265 "\n"\ | |
266 " <fast> standard\n"\ | |
267 " <fast> extreme\n"\ | |
268 " insane\n"\ | |
269 " <cbr> (ABR Mode) - The ABR Mode is implied. To use it,\n"\ | |
270 " simply specify a bitrate. For example:\n"\ | |
271 " \"preset=185\" activates this\n"\ | |
272 " preset and uses 185 as an average kbps.\n"\ | |
273 "\n"\ | |
274 " \"fast\" - Enables the new fast VBR for a particular profile. The\n"\ | |
275 " disadvantage to the speed switch is that often times the\n"\ | |
276 " bitrate will be slightly higher than with the normal mode\n"\ | |
277 " and quality may be slightly lower also.\n"\ | |
278 " Warning: with the current version fast presets might result in too\n"\ | |
279 " high bitrate compared to regular presets.\n"\ | |
280 "\n"\ | |
281 " \"cbr\" - If you use the ABR mode (read above) with a significant\n"\ | |
282 " bitrate such as 80, 96, 112, 128, 160, 192, 224, 256, 320,\n"\ | |
283 " you can use the \"cbr\" option to force CBR mode encoding\n"\ | |
284 " instead of the standard abr mode. ABR does provide higher\n"\ | |
285 " quality but CBR may be useful in situations such as when\n"\ | |
286 " streaming an mp3 over the internet may be important.\n"\ | |
287 "\n"\ | |
288 " For example:\n"\ | |
289 "\n"\ | |
290 " \"-lameopts fast:preset=standard \"\n"\ | |
291 " or \"-lameopts cbr:preset=192 \"\n"\ | |
292 " or \"-lameopts preset=172 \"\n"\ | |
293 " or \"-lameopts preset=extreme \"\n"\ | |
294 "\n"\ | |
295 "\n"\ | |
296 "A few aliases are available for ABR mode:\n"\ | |
297 "phone => 16kbps/mono phon+/lw/mw-eu/sw => 24kbps/mono\n"\ | |
298 "mw-us => 40kbps/mono voice => 56kbps/mono\n"\ | |
299 "fm/radio/tape => 112kbps hifi => 160kbps\n"\ | |
300 "cd => 192kbps studio => 256kbps" | |
301 #define MSGTR_ConfigfileError "configfile error" | |
302 #define MSGTR_ErrorParsingCommandLine "error parsing cmdline" | |
303 #define MSGTR_VideoStreamRequired "Video stream is mandatory!\n" | |
304 #define MSGTR_ForcingInputFPS "input fps will be interpreted as %5.2f instead\n" | |
305 #define MSGTR_RawvideoDoesNotSupportAudio "Output file format RAWVIDEO does not support audio - disabling audio\n" | |
306 #define MSGTR_DemuxerDoesntSupportNosound "This demuxer doesn't support -nosound yet.\n" | |
307 #define MSGTR_MemAllocFailed "memory allocation failed" | |
308 #define MSGTR_NoMatchingFilter "Couldn't find matching filter/ao format!\n" | |
309 #define MSGTR_MP3WaveFormatSizeNot30 "sizeof(MPEGLAYER3WAVEFORMAT)==%d!=30, maybe broken C compiler?\n" | |
310 #define MSGTR_NoLavcAudioCodecName "Audio LAVC, Missing codec name!\n" | |
311 #define MSGTR_LavcAudioCodecNotFound "Audio LAVC, couldn't find encoder for codec %s\n" | |
312 #define MSGTR_CouldntAllocateLavcContext "Audio LAVC, couldn't allocate context!\n" | |
313 #define MSGTR_CouldntOpenCodec "Couldn't open codec %s, br=%d\n" | |
13128 | 314 #define MSGTR_FramesizeBufsizeTag "FRAME_SIZE: %d, BUFFER_SIZE: %d, TAG: 0x%x\n" |
6947 | 315 |
8896 | 316 // cfg-mencoder.h: |
317 | |
318 #define MSGTR_MEncoderMP3LameHelp "\n\n"\ | |
319 " vbr=<0-4> variable bitrate method\n"\ | |
320 " 0: cbr\n"\ | |
321 " 1: mt\n"\ | |
322 " 2: rh(default)\n"\ | |
323 " 3: abr\n"\ | |
324 " 4: mtrh\n"\ | |
325 "\n"\ | |
326 " abr average bitrate\n"\ | |
327 "\n"\ | |
328 " cbr constant bitrate\n"\ | |
11162 | 329 " Also forces CBR mode encoding on subsequent ABR presets modes.\n"\ |
8896 | 330 "\n"\ |
331 " br=<0-1024> specify bitrate in kBit (CBR and ABR only)\n"\ | |
332 "\n"\ | |
333 " q=<0-9> quality (0-highest, 9-lowest) (only for VBR)\n"\ | |
334 "\n"\ | |
335 " aq=<0-9> algorithmic quality (0-best/slowest, 9-worst/fastest)\n"\ | |
336 "\n"\ | |
337 " ratio=<1-100> compression ratio\n"\ | |
338 "\n"\ | |
339 " vol=<0-10> set audio input gain\n"\ | |
340 "\n"\ | |
341 " mode=<0-3> (default: auto)\n"\ | |
342 " 0: stereo\n"\ | |
343 " 1: joint-stereo\n"\ | |
344 " 2: dualchannel\n"\ | |
345 " 3: mono\n"\ | |
346 "\n"\ | |
347 " padding=<0-2>\n"\ | |
348 " 0: no\n"\ | |
349 " 1: all\n"\ | |
350 " 2: adjust\n"\ | |
351 "\n"\ | |
11162 | 352 " fast Switch on faster encoding on subsequent VBR presets modes,\n"\ |
8896 | 353 " slightly lower quality and higher bitrates.\n"\ |
354 "\n"\ | |
11162 | 355 " preset=<value> Provide the highest possible quality settings.\n"\ |
8896 | 356 " medium: VBR encoding, good quality\n"\ |
357 " (150-180 kbps bitrate range)\n"\ | |
358 " standard: VBR encoding, high quality\n"\ | |
359 " (170-210 kbps bitrate range)\n"\ | |
360 " extreme: VBR encoding, very high quality\n"\ | |
361 " (200-240 kbps bitrate range)\n"\ | |
362 " insane: CBR encoding, highest preset quality\n"\ | |
363 " (320 kbps bitrate)\n"\ | |
364 " <8-320>: ABR encoding at average given kbps bitrate.\n\n" | |
365 | |
1973
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
366 // open.c, stream.c: |
8661
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
367 #define MSGTR_CdDevNotfound "CD-ROM Device '%s' not found.\n" |
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
368 #define MSGTR_ErrTrackSelect "Error selecting VCD track." |
1618 | 369 #define MSGTR_ReadSTDIN "Reading from stdin...\n" |
370 #define MSGTR_UnableOpenURL "Unable to open URL: %s\n" | |
371 #define MSGTR_ConnToServer "Connected to server: %s\n" | |
372 #define MSGTR_FileNotFound "File not found: '%s'\n" | |
373 | |
7630
4c51ce16c4a2
smb:// (samba client) support by Vladimir Moushkov <vlindos_mpdev@abv.bg>
arpi
parents:
7549
diff
changeset
|
374 #define MSGTR_SMBInitError "Cannot init the libsmbclient library: %d\n" |
11161
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
375 #define MSGTR_SMBFileNotFound "Could not open from LAN: '%s'\n" |
11162 | 376 #define MSGTR_SMBNotCompiled "MPlayer was not compiled with SMB reading support.\n" |
7630
4c51ce16c4a2
smb:// (samba client) support by Vladimir Moushkov <vlindos_mpdev@abv.bg>
arpi
parents:
7549
diff
changeset
|
377 |
1973
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
378 #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
|
379 #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
|
380 #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
|
381 #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
|
382 #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
|
383 #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
|
384 #define MSGTR_DVDnumAngles "There are %d angles in this DVD title.\n" |
1976 | 385 #define MSGTR_DVDinvalidAngle "Invalid DVD angle number: %d\n" |
8661
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
386 #define MSGTR_DVDnoIFO "Cannot open the IFO file for DVD title %d.\n" |
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
387 #define MSGTR_DVDnoVOBs "Cannot open title VOBS (VTS_%02d_1.VOB).\n" |
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
388 #define MSGTR_DVDopenOk "DVD successfully opened.\n" |
1973
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
389 |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
390 // demuxer.c, demux_*.c: |
8661
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
391 #define MSGTR_AudioStreamRedefined "WARNING: Audio stream header %d redefined.\n" |
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
392 #define MSGTR_VideoStreamRedefined "WARNING: Video stream header %d redefined.\n" |
8982
cab0063cabc6
Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents:
8973
diff
changeset
|
393 #define MSGTR_TooManyAudioInBuffer "\nToo many audio packets in the buffer: (%d in %d bytes).\n" |
cab0063cabc6
Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents:
8973
diff
changeset
|
394 #define MSGTR_TooManyVideoInBuffer "\nToo many video packets in the buffer: (%d in %d bytes).\n" |
7438 | 395 #define MSGTR_MaybeNI "Maybe you are playing a non-interleaved stream/file or the codec failed?\n" \ |
8982
cab0063cabc6
Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents:
8973
diff
changeset
|
396 "For AVI files, try to force non-interleaved mode with the -ni option.\n" |
cab0063cabc6
Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents:
8973
diff
changeset
|
397 #define MSGTR_SwitchToNi "\nBadly interleaved AVI file detected - switching to -ni mode...\n" |
8661
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
398 #define MSGTR_Detected_XXX_FileFormat "%s file format detected.\n" |
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
399 #define MSGTR_DetectedAudiofile "Audio file detected.\n" |
6951 | 400 #define MSGTR_NotSystemStream "Not MPEG System Stream format... (maybe Transport Stream?)\n" |
7438 | 401 #define MSGTR_InvalidMPEGES "Invalid MPEG-ES stream??? Contact the author, it may be a bug :(\n" |
402 #define MSGTR_FormatNotRecognized "============ Sorry, this file format is not recognized/supported =============\n"\ | |
1618 | 403 "=== If this file is an AVI, ASF or MPEG stream, please contact the author! ===\n" |
8661
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
404 #define MSGTR_MissingVideoStream "No video stream found.\n" |
8982
cab0063cabc6
Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents:
8973
diff
changeset
|
405 #define MSGTR_MissingAudioStream "No audio stream found -> no sound.\n" |
1973
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
406 #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
|
407 |
7438 | 408 #define MSGTR_DoesntContainSelectedStream "demux: File doesn't contain the selected audio or video stream.\n" |
1973
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
409 |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
410 #define MSGTR_NI_Forced "Forced" |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
411 #define MSGTR_NI_Detected "Detected" |
8661
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
412 #define MSGTR_NI_Message "%s NON-INTERLEAVED AVI file format.\n" |
1973
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
413 |
8661
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
414 #define MSGTR_UsingNINI "Using NON-INTERLEAVED broken AVI file format.\n" |
11162 | 415 #define MSGTR_CouldntDetFNo "Could not determine number of frames (for absolute seek).\n" |
8982
cab0063cabc6
Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents:
8973
diff
changeset
|
416 #define MSGTR_CantSeekRawAVI "Cannot seek in raw AVI streams. (Index required, try with the -idx switch.)\n" |
cab0063cabc6
Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents:
8973
diff
changeset
|
417 #define MSGTR_CantSeekFile "Cannot seek in this file.\n" |
1973
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
418 |
11121 | 419 #define MSGTR_EncryptedVOB "Encrypted VOB file! Read DOCS/HTML/en/dvd.html.\n" |
1973
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
420 |
10681 | 421 #define MSGTR_MOVcomprhdr "MOV: Compressed headers support requires ZLIB!\n" |
8662 | 422 #define MSGTR_MOVvariableFourCC "MOV: WARNING: Variable FOURCC detected!?\n" |
8982
cab0063cabc6
Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents:
8973
diff
changeset
|
423 #define MSGTR_MOVtooManyTrk "MOV: WARNING: too many tracks" |
6951 | 424 #define MSGTR_FoundAudioStream "==> Found audio stream: %d\n" |
425 #define MSGTR_FoundVideoStream "==> Found video stream: %d\n" | |
8661
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
426 #define MSGTR_DetectedTV "TV detected! ;-)\n" |
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
427 #define MSGTR_ErrorOpeningOGGDemuxer "Unable to open the ogg demuxer.\n" |
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
428 #define MSGTR_ASFSearchingForAudioStream "ASF: Searching for audio stream (id:%d).\n" |
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
429 #define MSGTR_CannotOpenAudioStream "Cannot open audio stream: %s\n" |
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
430 #define MSGTR_CannotOpenSubtitlesStream "Cannot open subtitle stream: %s\n" |
6951 | 431 #define MSGTR_OpeningAudioDemuxerFailed "Failed to open audio demuxer: %s\n" |
8661
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
432 #define MSGTR_OpeningSubtitlesDemuxerFailed "Failed to open subtitle demuxer: %s\n" |
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
433 #define MSGTR_TVInputNotSeekable "TV input is not seekable! (Seeking will probably be for changing channels ;)\n" |
7438 | 434 #define MSGTR_DemuxerInfoAlreadyPresent "Demuxer info %s already present!\n" |
8661
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
435 #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
|
436 |
11367 | 437 #define MSGTR_LeaveTelecineMode "\ndemux_mpg: 30fps NTSC content detected, switching framerate.\n" |
438 #define MSGTR_EnterTelecineMode "\ndemux_mpg: 24fps progressive NTSC content detected, switching framerate.\n" | |
8968 | 439 |
1973
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
440 // dec_video.c & dec_audio.c: |
8661
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
441 #define MSGTR_CantOpenCodec "Could not open codec.\n" |
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
442 #define MSGTR_CantCloseCodec "Could not close codec.\n" |
1973
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
443 |
8661
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
444 #define MSGTR_MissingDLLcodec "ERROR: Could not open required DirectShow codec %s.\n" |
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
445 #define MSGTR_ACMiniterror "Could not load/initialize Win32/ACM AUDIO codec (missing DLL file?).\n" |
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
446 #define MSGTR_MissingLAVCcodec "Cannot find codec '%s' in libavcodec...\n" |
1618 | 447 |
8661
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
448 #define MSGTR_MpegNoSequHdr "MPEG: FATAL: EOF while searching for sequence header.\n" |
8982
cab0063cabc6
Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents:
8973
diff
changeset
|
449 #define MSGTR_CannotReadMpegSequHdr "FATAL: Cannot read sequence header.\n" |
cab0063cabc6
Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents:
8973
diff
changeset
|
450 #define MSGTR_CannotReadMpegSequHdrEx "FATAL: Cannot read sequence header extension.\n" |
cab0063cabc6
Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents:
8973
diff
changeset
|
451 #define MSGTR_BadMpegSequHdr "MPEG: bad sequence header\n" |
cab0063cabc6
Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents:
8973
diff
changeset
|
452 #define MSGTR_BadMpegSequHdrEx "MPEG: bad sequence header extension\n" |
1973
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
453 |
11162 | 454 #define MSGTR_ShMemAllocFail "Cannot allocate shared memory.\n" |
455 #define MSGTR_CantAllocAudioBuf "Cannot allocate audio out buffer.\n" | |
1973
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
456 |
7438 | 457 #define MSGTR_UnknownAudio "Unknown/missing audio format -> no sound\n" |
1973
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
458 |
8661
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
459 #define MSGTR_UsingExternalPP "[PP] Using external postprocessing filter, max q = %d.\n" |
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
460 #define MSGTR_UsingCodecPP "[PP] Using codec's postprocessing, max q = %d.\n" |
8982
cab0063cabc6
Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents:
8973
diff
changeset
|
461 #define MSGTR_VideoAttributeNotSupportedByVO_VD "Video attribute '%s' is not supported by selected vo & vd.\n" |
11162 | 462 #define MSGTR_VideoCodecFamilyNotAvailableStr "Requested video codec family [%s] (vfm=%s) not available.\nEnable it at compilation.\n" |
463 #define MSGTR_AudioCodecFamilyNotAvailableStr "Requested audio codec family [%s] (afm=%s) not available.\nEnable it at compilation.\n" | |
6989 | 464 #define MSGTR_OpeningVideoDecoder "Opening video decoder: [%s] %s\n" |
465 #define MSGTR_OpeningAudioDecoder "Opening audio decoder: [%s] %s\n" | |
8661
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
466 #define MSGTR_UninitVideoStr "uninit video: %s\n" |
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
467 #define MSGTR_UninitAudioStr "uninit audio: %s\n" |
6989 | 468 #define MSGTR_VDecoderInitFailed "VDecoder init failed :(\n" |
469 #define MSGTR_ADecoderInitFailed "ADecoder init failed :(\n" | |
470 #define MSGTR_ADecoderPreinitFailed "ADecoder preinit failed :(\n" | |
11162 | 471 #define MSGTR_AllocatingBytesForInputBuffer "dec_audio: Allocating %d bytes for input buffer.\n" |
472 #define MSGTR_AllocatingBytesForOutputBuffer "dec_audio: Allocating %d + %d = %d bytes for output buffer.\n" | |
8661
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
473 |
1973
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
474 // LIRC: |
8661
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
475 #define MSGTR_SettingUpLIRC "Setting up LIRC support...\n" |
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
476 #define MSGTR_LIRCdisabled "You will not be able to use your remote control.\n" |
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
477 #define MSGTR_LIRCopenfailed "Failed to open LIRC support.\n" |
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
478 #define MSGTR_LIRCcfgerr "Failed to read LIRC config file %s.\n" |
1973
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
479 |
6993 | 480 // vf.c |
11162 | 481 #define MSGTR_CouldNotFindVideoFilter "Couldn't find video filter '%s'.\n" |
482 #define MSGTR_CouldNotOpenVideoFilter "Couldn't open video filter '%s'.\n" | |
6997 | 483 #define MSGTR_OpeningVideoFilter "Opening video filter: " |
12659 | 484 #define MSGTR_CannotFindColorspace "Cannot find matching 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
|
485 |
6993 | 486 // vd.c |
8661
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
487 #define MSGTR_CodecDidNotSet "VDec: Codec did not set sh->disp_w and sh->disp_h, trying workaround.\n" |
6993 | 488 #define MSGTR_VoConfigRequest "VDec: vo config request - %d x %d (preferred csp: %s)\n" |
11161
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
489 #define MSGTR_CouldNotFindColorspace "Could not find matching colorspace - retrying with -vf scale...\n" |
6993 | 490 #define MSGTR_MovieAspectIsSet "Movie-Aspect is %.2f:1 - prescaling to correct movie aspect.\n" |
491 #define MSGTR_MovieAspectUndefined "Movie-Aspect is undefined - no prescaling applied.\n" | |
8661
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
492 |
12763
f34a7cf4265a
Console message corrected and moved to help_mp-en.h.
diego
parents:
12722
diff
changeset
|
493 // vd_dshow.c, vd_dmo.c |
f34a7cf4265a
Console message corrected and moved to help_mp-en.h.
diego
parents:
12722
diff
changeset
|
494 #define MSGTR_DownloadCodecPackage "You need to upgrade/install the binary codecs package.\nGo to http://mplayerhq.hu/homepage/dload.html\n" |
f34a7cf4265a
Console message corrected and moved to help_mp-en.h.
diego
parents:
12722
diff
changeset
|
495 #define MSGTR_DShowInitOK "INFO: Win32/DShow video codec init OK.\n" |
f34a7cf4265a
Console message corrected and moved to help_mp-en.h.
diego
parents:
12722
diff
changeset
|
496 #define MSGTR_DMOInitOK "INFO: Win32/DMO video codec init OK.\n" |
f34a7cf4265a
Console message corrected and moved to help_mp-en.h.
diego
parents:
12722
diff
changeset
|
497 |
12520
94e66acdb706
Metacity fullscreen issues, patch by Alexander Strasser <eclipse7@gmx.net>,
diego
parents:
12322
diff
changeset
|
498 // x11_common.c |
94e66acdb706
Metacity fullscreen issues, patch by Alexander Strasser <eclipse7@gmx.net>,
diego
parents:
12322
diff
changeset
|
499 #define MSGTR_EwmhFullscreenStateFailed "\nX11: Couldn't send EWMH fullscreen Event!\n" |
94e66acdb706
Metacity fullscreen issues, patch by Alexander Strasser <eclipse7@gmx.net>,
diego
parents:
12322
diff
changeset
|
500 |
12908
7b9b4f07d2c4
automatic loading of af_volume, original patch by Dan Christiansen (danchr (at) daimi (dot) au (dot) dk)
reimar
parents:
12763
diff
changeset
|
501 #define MSGTR_InsertingAfVolume "[Mixer] No hardware mixing, inserting volume filter.\n" |
7b9b4f07d2c4
automatic loading of af_volume, original patch by Dan Christiansen (danchr (at) daimi (dot) au (dot) dk)
reimar
parents:
12763
diff
changeset
|
502 #define MSGTR_NoVolume "[Mixer] No volume control available.\n" |
12672
9709ce101949
New 'Mixer API' with ability to change volume through libaf (this part was written by Reimar Doffinger) and lesser global variables
alex
parents:
12659
diff
changeset
|
503 |
1973
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
504 // ====================== GUI messages/buttons ======================== |
1618 | 505 |
1884 | 506 #ifdef HAVE_NEW_GUI |
1618 | 507 |
1884 | 508 // --- labels --- |
509 #define MSGTR_About "About" | |
11161
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
510 #define MSGTR_FileSelect "Select file..." |
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
511 #define MSGTR_SubtitleSelect "Select subtitle..." |
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
512 #define MSGTR_OtherSelect "Select..." |
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
513 #define MSGTR_AudioFileSelect "Select external audio channel..." |
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
514 #define MSGTR_FontSelect "Select font..." |
8661
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
515 #define MSGTR_PlayList "Playlist" |
6627 | 516 #define MSGTR_Equalizer "Equalizer" |
1884 | 517 #define MSGTR_SkinBrowser "Skin Browser" |
11161
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
518 #define MSGTR_Network "Network streaming..." |
6796 | 519 #define MSGTR_Preferences "Preferences" |
12918 | 520 #define MSGTR_AudioPreferences "Audio driver configuration" |
8661
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
521 #define MSGTR_NoMediaOpened "No media opened." |
7150 | 522 #define MSGTR_VCDTrack "VCD track %d" |
8661
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
523 #define MSGTR_NoChapter "No chapter" |
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
524 #define MSGTR_Chapter "Chapter %d" |
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
525 #define MSGTR_NoFileLoaded "No file loaded." |
1884 | 526 |
527 // --- buttons --- | |
8982
cab0063cabc6
Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents:
8973
diff
changeset
|
528 #define MSGTR_Ok "OK" |
1884 | 529 #define MSGTR_Cancel "Cancel" |
530 #define MSGTR_Add "Add" | |
531 #define MSGTR_Remove "Remove" | |
6651 | 532 #define MSGTR_Clear "Clear" |
533 #define MSGTR_Config "Config" | |
6796 | 534 #define MSGTR_ConfigDriver "Configure driver" |
535 #define MSGTR_Browse "Browse" | |
1884 | 536 |
537 // --- error messages --- | |
538 #define MSGTR_NEMDB "Sorry, not enough memory for draw buffer." | |
539 #define MSGTR_NEMFMR "Sorry, not enough memory for menu rendering." | |
11162 | 540 #define MSGTR_IDFGCVD "Sorry, I did not find a GUI compatible video output driver." |
7438 | 541 #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." |
1884 | 542 |
543 // --- skin loader error messages | |
8661
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
544 #define MSGTR_SKIN_ERRORMESSAGE "[skin] error in skin config file on line %d: %s" |
12659 | 545 #define MSGTR_SKIN_WARNING1 "[skin] warning in config file line %d:\nwidget (%s) found but no \"section\" found before" |
546 #define MSGTR_SKIN_WARNING2 "[skin] warning in config file line %d:\nwidget (%s) found but no \"subsection\" found before" | |
547 #define MSGTR_SKIN_WARNING3 "[skin] warning in config file line %d:\nthis subsection is not supported by widget (%s)" | |
11161
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
548 #define MSGTR_SKIN_BITMAP_16bit "16 bits or less depth bitmap not supported (%s).\n" |
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
549 #define MSGTR_SKIN_BITMAP_FileNotFound "file not found (%s)\n" |
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
550 #define MSGTR_SKIN_BITMAP_BMPReadError "BMP read error (%s)\n" |
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
551 #define MSGTR_SKIN_BITMAP_TGAReadError "TGA read error (%s)\n" |
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
552 #define MSGTR_SKIN_BITMAP_PNGReadError "PNG read error (%s)\n" |
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
553 #define MSGTR_SKIN_BITMAP_RLENotSupported "RLE packed TGA not supported (%s)\n" |
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
554 #define MSGTR_SKIN_BITMAP_UnknownFileType "unknown file type (%s)\n" |
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
555 #define MSGTR_SKIN_BITMAP_ConvertError "24 bit to 32 bit convert error (%s)\n" |
1884 | 556 #define MSGTR_SKIN_BITMAP_UnknownMessage "unknown message: %s\n" |
2163 | 557 #define MSGTR_SKIN_FONT_NotEnoughtMemory "not enough memory\n" |
11162 | 558 #define MSGTR_SKIN_FONT_TooManyFontsDeclared "Too many fonts declared.\n" |
559 #define MSGTR_SKIN_FONT_FontFileNotFound "Font file not found.\n" | |
560 #define MSGTR_SKIN_FONT_FontImageNotFound "Font image file not found.\n" | |
11161
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
561 #define MSGTR_SKIN_FONT_NonExistentFontID "non-existent font identifier (%s)\n" |
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
562 #define MSGTR_SKIN_UnknownParameter "unknown parameter (%s)\n" |
11162 | 563 #define MSGTR_SKINBROWSER_NotEnoughMemory "[skinbrowser] not enough memory\n" |
11161
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
564 #define MSGTR_SKIN_SKINCFG_SkinNotFound "Skin not found (%s).\n" |
11162 | 565 #define MSGTR_SKIN_SKINCFG_SkinCfgReadError "skin configfile read error (%s)\n" |
3587 | 566 #define MSGTR_SKIN_LABEL "Skins:" |
567 | |
568 // --- gtk menus | |
569 #define MSGTR_MENU_AboutMPlayer "About MPlayer" | |
11161
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
570 #define MSGTR_MENU_Open "Open..." |
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
571 #define MSGTR_MENU_PlayFile "Play file..." |
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
572 #define MSGTR_MENU_PlayVCD "Play VCD..." |
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
573 #define MSGTR_MENU_PlayDVD "Play DVD..." |
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
574 #define MSGTR_MENU_PlayURL "Play URL..." |
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
575 #define MSGTR_MENU_LoadSubtitle "Load subtitle..." |
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
576 #define MSGTR_MENU_DropSubtitle "Drop subtitle..." |
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
577 #define MSGTR_MENU_LoadExternAudioFile "Load external audio file..." |
3587 | 578 #define MSGTR_MENU_Playing "Playing" |
579 #define MSGTR_MENU_Play "Play" | |
580 #define MSGTR_MENU_Pause "Pause" | |
581 #define MSGTR_MENU_Stop "Stop" | |
582 #define MSGTR_MENU_NextStream "Next stream" | |
583 #define MSGTR_MENU_PrevStream "Prev stream" | |
584 #define MSGTR_MENU_Size "Size" | |
585 #define MSGTR_MENU_NormalSize "Normal size" | |
586 #define MSGTR_MENU_DoubleSize "Double size" | |
587 #define MSGTR_MENU_FullScreen "Fullscreen" | |
588 #define MSGTR_MENU_DVD "DVD" | |
6280 | 589 #define MSGTR_MENU_VCD "VCD" |
11161
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
590 #define MSGTR_MENU_PlayDisc "Open disc..." |
3587 | 591 #define MSGTR_MENU_ShowDVDMenu "Show DVD menu" |
592 #define MSGTR_MENU_Titles "Titles" | |
593 #define MSGTR_MENU_Title "Title %2d" | |
594 #define MSGTR_MENU_None "(none)" | |
595 #define MSGTR_MENU_Chapters "Chapters" | |
596 #define MSGTR_MENU_Chapter "Chapter %2d" | |
597 #define MSGTR_MENU_AudioLanguages "Audio languages" | |
598 #define MSGTR_MENU_SubtitleLanguages "Subtitle languages" | |
599 #define MSGTR_MENU_PlayList "Playlist" | |
600 #define MSGTR_MENU_SkinBrowser "Skin browser" | |
601 #define MSGTR_MENU_Preferences "Preferences" | |
11161
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
602 #define MSGTR_MENU_Exit "Exit..." |
7821
1efdf16883a0
add and extended Gregory Kovriga's <gkovriga@techunix.technion.ac.il> patch
pontscho
parents:
7805
diff
changeset
|
603 #define MSGTR_MENU_Mute "Mute" |
1efdf16883a0
add and extended Gregory Kovriga's <gkovriga@techunix.technion.ac.il> patch
pontscho
parents:
7805
diff
changeset
|
604 #define MSGTR_MENU_Original "Original" |
1efdf16883a0
add and extended Gregory Kovriga's <gkovriga@techunix.technion.ac.il> patch
pontscho
parents:
7805
diff
changeset
|
605 #define MSGTR_MENU_AspectRatio "Aspect ratio" |
8379 | 606 #define MSGTR_MENU_AudioTrack "Audio track" |
607 #define MSGTR_MENU_Track "Track %d" | |
608 #define MSGTR_MENU_VideoTrack "Video track" | |
1884 | 609 |
6651 | 610 // --- equalizer |
611 #define MSGTR_EQU_Audio "Audio" | |
612 #define MSGTR_EQU_Video "Video" | |
6653 | 613 #define MSGTR_EQU_Contrast "Contrast: " |
6651 | 614 #define MSGTR_EQU_Brightness "Brightness: " |
615 #define MSGTR_EQU_Hue "Hue: " | |
616 #define MSGTR_EQU_Saturation "Saturation: " | |
617 #define MSGTR_EQU_Front_Left "Front Left" | |
618 #define MSGTR_EQU_Front_Right "Front Right" | |
6796 | 619 #define MSGTR_EQU_Back_Left "Rear Left" |
620 #define MSGTR_EQU_Back_Right "Rear Right" | |
6651 | 621 #define MSGTR_EQU_Center "Center" |
622 #define MSGTR_EQU_Bass "Bass" | |
623 #define MSGTR_EQU_All "All" | |
9208 | 624 #define MSGTR_EQU_Channel1 "Channel 1:" |
625 #define MSGTR_EQU_Channel2 "Channel 2:" | |
626 #define MSGTR_EQU_Channel3 "Channel 3:" | |
627 #define MSGTR_EQU_Channel4 "Channel 4:" | |
628 #define MSGTR_EQU_Channel5 "Channel 5:" | |
629 #define MSGTR_EQU_Channel6 "Channel 6:" | |
6651 | 630 |
6713 | 631 // --- playlist |
632 #define MSGTR_PLAYLIST_Path "Path" | |
633 #define MSGTR_PLAYLIST_Selected "Selected files" | |
634 #define MSGTR_PLAYLIST_Files "Files" | |
635 #define MSGTR_PLAYLIST_DirectoryTree "Directory tree" | |
636 | |
6796 | 637 // --- preferences |
8156 | 638 #define MSGTR_PREFERENCES_Audio "Audio" |
639 #define MSGTR_PREFERENCES_Video "Video" | |
640 #define MSGTR_PREFERENCES_SubtitleOSD "Subtitle & OSD" | |
9208 | 641 #define MSGTR_PREFERENCES_Codecs "Codecs & demuxer" |
8156 | 642 #define MSGTR_PREFERENCES_Misc "Misc" |
643 | |
6796 | 644 #define MSGTR_PREFERENCES_None "None" |
12918 | 645 #define MSGTR_PREFERENCES_DriverDefault "driver default" |
6796 | 646 #define MSGTR_PREFERENCES_AvailableDrivers "Available drivers:" |
647 #define MSGTR_PREFERENCES_DoNotPlaySound "Do not play sound" | |
648 #define MSGTR_PREFERENCES_NormalizeSound "Normalize sound" | |
649 #define MSGTR_PREFERENCES_EnEqualizer "Enable equalizer" | |
650 #define MSGTR_PREFERENCES_ExtraStereo "Enable extra stereo" | |
651 #define MSGTR_PREFERENCES_Coefficient "Coefficient:" | |
652 #define MSGTR_PREFERENCES_AudioDelay "Audio delay" | |
653 #define MSGTR_PREFERENCES_DoubleBuffer "Enable double buffering" | |
654 #define MSGTR_PREFERENCES_DirectRender "Enable direct rendering" | |
655 #define MSGTR_PREFERENCES_FrameDrop "Enable frame dropping" | |
7438 | 656 #define MSGTR_PREFERENCES_HFrameDrop "Enable HARD frame dropping (dangerous)" |
657 #define MSGTR_PREFERENCES_Flip "Flip image upside down" | |
6796 | 658 #define MSGTR_PREFERENCES_Panscan "Panscan: " |
659 #define MSGTR_PREFERENCES_OSDTimer "Timer and indicators" | |
660 #define MSGTR_PREFERENCES_OSDProgress "Progressbars only" | |
8886 | 661 #define MSGTR_PREFERENCES_OSDTimerPercentageTotalTime "Timer, percentage and total time" |
6796 | 662 #define MSGTR_PREFERENCES_Subtitle "Subtitle:" |
663 #define MSGTR_PREFERENCES_SUB_Delay "Delay: " | |
664 #define MSGTR_PREFERENCES_SUB_FPS "FPS:" | |
665 #define MSGTR_PREFERENCES_SUB_POS "Position: " | |
666 #define MSGTR_PREFERENCES_SUB_AutoLoad "Disable subtitle autoloading" | |
667 #define MSGTR_PREFERENCES_SUB_Unicode "Unicode subtitle" | |
668 #define MSGTR_PREFERENCES_SUB_MPSUB "Convert the given subtitle to MPlayer's subtitle format" | |
7438 | 669 #define MSGTR_PREFERENCES_SUB_SRT "Convert the given subtitle to the time based SubViewer (SRT) format" |
8717 | 670 #define MSGTR_PREFERENCES_SUB_Overlap "Toggle subtitle overlapping" |
6796 | 671 #define MSGTR_PREFERENCES_Font "Font:" |
672 #define MSGTR_PREFERENCES_FontFactor "Font factor:" | |
7438 | 673 #define MSGTR_PREFERENCES_PostProcess "Enable postprocessing" |
6796 | 674 #define MSGTR_PREFERENCES_AutoQuality "Auto quality: " |
675 #define MSGTR_PREFERENCES_NI "Use non-interleaved AVI parser" | |
7199 | 676 #define MSGTR_PREFERENCES_IDX "Rebuild index table, if needed" |
6796 | 677 #define MSGTR_PREFERENCES_VideoCodecFamily "Video codec family:" |
7186 | 678 #define MSGTR_PREFERENCES_AudioCodecFamily "Audio codec family:" |
6796 | 679 #define MSGTR_PREFERENCES_FRAME_OSD_Level "OSD level" |
680 #define MSGTR_PREFERENCES_FRAME_Subtitle "Subtitle" | |
681 #define MSGTR_PREFERENCES_FRAME_Font "Font" | |
7438 | 682 #define MSGTR_PREFERENCES_FRAME_PostProcess "Postprocessing" |
6796 | 683 #define MSGTR_PREFERENCES_FRAME_CodecDemuxer "Codec & demuxer" |
7526 | 684 #define MSGTR_PREFERENCES_FRAME_Cache "Cache" |
7538 | 685 #define MSGTR_PREFERENCES_FRAME_Misc "Misc" |
12918 | 686 #define MSGTR_PREFERENCES_Audio_Device "Device:" |
687 #define MSGTR_PREFERENCES_Audio_Mixer "Mixer:" | |
688 #define MSGTR_PREFERENCES_Audio_MixerChannel "Mixer channel:" | |
7438 | 689 #define MSGTR_PREFERENCES_Message "Please remember that you need to restart playback for some options to take effect!" |
7009 | 690 #define MSGTR_PREFERENCES_DXR3_VENC "Video encoder:" |
11161
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
691 #define MSGTR_PREFERENCES_DXR3_LAVC "Use LAVC (FFmpeg)" |
7009 | 692 #define MSGTR_PREFERENCES_DXR3_FAME "Use FAME" |
7139 | 693 #define MSGTR_PREFERENCES_FontEncoding1 "Unicode" |
694 #define MSGTR_PREFERENCES_FontEncoding2 "Western European Languages (ISO-8859-1)" | |
695 #define MSGTR_PREFERENCES_FontEncoding3 "Western European Languages with Euro (ISO-8859-15)" | |
696 #define MSGTR_PREFERENCES_FontEncoding4 "Slavic/Central European Languages (ISO-8859-2)" | |
697 #define MSGTR_PREFERENCES_FontEncoding5 "Esperanto, Galician, Maltese, Turkish (ISO-8859-3)" | |
698 #define MSGTR_PREFERENCES_FontEncoding6 "Old Baltic charset (ISO-8859-4)" | |
699 #define MSGTR_PREFERENCES_FontEncoding7 "Cyrillic (ISO-8859-5)" | |
700 #define MSGTR_PREFERENCES_FontEncoding8 "Arabic (ISO-8859-6)" | |
701 #define MSGTR_PREFERENCES_FontEncoding9 "Modern Greek (ISO-8859-7)" | |
702 #define MSGTR_PREFERENCES_FontEncoding10 "Turkish (ISO-8859-9)" | |
703 #define MSGTR_PREFERENCES_FontEncoding11 "Baltic (ISO-8859-13)" | |
704 #define MSGTR_PREFERENCES_FontEncoding12 "Celtic (ISO-8859-14)" | |
705 #define MSGTR_PREFERENCES_FontEncoding13 "Hebrew charsets (ISO-8859-8)" | |
706 #define MSGTR_PREFERENCES_FontEncoding14 "Russian (KOI8-R)" | |
707 #define MSGTR_PREFERENCES_FontEncoding15 "Ukrainian, Belarusian (KOI8-U/RU)" | |
708 #define MSGTR_PREFERENCES_FontEncoding16 "Simplified Chinese charset (CP936)" | |
709 #define MSGTR_PREFERENCES_FontEncoding17 "Traditional Chinese charset (BIG5)" | |
710 #define MSGTR_PREFERENCES_FontEncoding18 "Japanese charsets (SHIFT-JIS)" | |
711 #define MSGTR_PREFERENCES_FontEncoding19 "Korean charset (CP949)" | |
712 #define MSGTR_PREFERENCES_FontEncoding20 "Thai charset (CP874)" | |
7415 | 713 #define MSGTR_PREFERENCES_FontEncoding21 "Cyrillic Windows (CP1251)" |
10182
ec396687af24
[PATCH] CP1250 encoding to GUI and UTF-8 to font.desc
pontscho
parents:
9730
diff
changeset
|
714 #define MSGTR_PREFERENCES_FontEncoding22 "Slavic/Central European Windows (CP1250)" |
7139 | 715 #define MSGTR_PREFERENCES_FontNoAutoScale "No autoscale" |
716 #define MSGTR_PREFERENCES_FontPropWidth "Proportional to movie width" | |
717 #define MSGTR_PREFERENCES_FontPropHeight "Proportional to movie height" | |
718 #define MSGTR_PREFERENCES_FontPropDiagonal "Proportional to movie diagonal" | |
719 #define MSGTR_PREFERENCES_FontEncoding "Encoding:" | |
720 #define MSGTR_PREFERENCES_FontBlur "Blur:" | |
721 #define MSGTR_PREFERENCES_FontOutLine "Outline:" | |
722 #define MSGTR_PREFERENCES_FontTextScale "Text scale:" | |
723 #define MSGTR_PREFERENCES_FontOSDScale "OSD scale:" | |
7526 | 724 #define MSGTR_PREFERENCES_Cache "Cache on/off" |
9208 | 725 #define MSGTR_PREFERENCES_CacheSize "Cache size: " |
7549 | 726 #define MSGTR_PREFERENCES_LoadFullscreen "Start in fullscreen" |
9625 | 727 #define MSGTR_PREFERENCES_SaveWinPos "Save window position" |
8311 | 728 #define MSGTR_PREFERENCES_XSCREENSAVER "Stop XScreenSaver" |
8973 | 729 #define MSGTR_PREFERENCES_PlayBar "Enable playbar" |
8311 | 730 #define MSGTR_PREFERENCES_AutoSync "AutoSync on/off" |
731 #define MSGTR_PREFERENCES_AutoSyncValue "Autosync: " | |
8983 | 732 #define MSGTR_PREFERENCES_CDROMDevice "CD-ROM device:" |
8933
bfe1b826cff1
add DVD and CDRom device entry's, and fix two 10l bug
pontscho
parents:
8913
diff
changeset
|
733 #define MSGTR_PREFERENCES_DVDDevice "DVD device:" |
9055 | 734 #define MSGTR_PREFERENCES_FPS "Movie FPS:" |
11162 | 735 #define MSGTR_PREFERENCES_ShowVideoWindow "Show video window when inactive" |
6796 | 736 |
9189 | 737 #define MSGTR_ABOUT_UHU "GUI development sponsored by UHU Linux\n" |
738 #define MSGTR_ABOUT_CoreTeam " MPlayer core team:\n" | |
739 #define MSGTR_ABOUT_AdditionalCoders " Additional coders:\n" | |
740 #define MSGTR_ABOUT_MainTesters " Main testers:\n" | |
741 | |
3595 | 742 // --- messagebox |
7199 | 743 #define MSGTR_MSGBOX_LABEL_FatalError "Fatal error!" |
744 #define MSGTR_MSGBOX_LABEL_Error "Error!" | |
8661
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
745 #define MSGTR_MSGBOX_LABEL_Warning "Warning!" |
3595 | 746 |
1884 | 747 #endif |
13158 | 748 |
749 // ======================= VO Video Output drivers ======================== | |
750 | |
751 #define MSGTR_VOincompCodec "The selected video_out device is incompatible with this codec.\n" | |
752 | |
753 // vo_jpeg.c | |
754 #define MSGTR_VO_JPEG_GenericError "This error has occurred" | |
755 #define MSGTR_VO_JPEG_UnableToAccess "Unable to access" | |
756 #define MSGTR_VO_JPEG_ExistsButNoDirectory "already exists, but is not a directory." | |
757 #define MSGTR_VO_JPEG_DirExistsButNotWritable "Output directory already exists, but is not writable." | |
758 #define MSGTR_VO_JPEG_DirExistsAndIsWritable "Output directory already exists and is writable." | |
13265 | 759 #define MSGTR_VO_JPEG_CantCreateDirectory "Unable to create output directory." |
13252 | 760 #define MSGTR_VO_JPEG_CantCreateFile "Unable to create output file." |
13158 | 761 #define MSGTR_VO_JPEG_DirectoryCreateSuccess "Output directory successfully created." |
13247 | 762 #define MSGTR_VO_JPEG_ParsingSuboptions "Parsing suboptions." |
763 #define MSGTR_VO_JPEG_SuboptionsParsedOK "Suboptions parsed OK." | |
764 #define MSGTR_VO_JPEG_ProgressiveJPEG "Progressive JPEG enabled." | |
765 #define MSGTR_VO_JPEG_NoProgressiveJPEG "Progressive JPEG disabled." | |
766 #define MSGTR_VO_JPEG_BaselineJPEG "Baseline JPEG enabled." | |
767 #define MSGTR_VO_JPEG_NoBaselineJPEG "Baseline JPEG disabled." | |
768 #define MSGTR_VO_JPEG_ValueOutOfRange "Value out of range" | |
769 #define MSGTR_VO_JPEG_NoValueSpecified "No value specified." | |
770 #define MSGTR_VO_JPEG_UnknownOptions "Unknown option(s)" | |
13158 | 771 |