Mercurial > mplayer.hg
annotate help/help_mp-en.h @ 37195:ac6c37d85d65 default tip
configure: Fix initialization of variable def_local_aligned_32
It contiained the #define of HAVE_LOCAL_ALIGNED_16 instead
of HAVE_LOCAL_ALIGNED_32.
author | al |
---|---|
date | Sun, 28 Sep 2014 18:38:41 +0000 |
parents | 2208a16cc562 |
children |
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 |
27033 | 12 |
1973
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
13 // ========================= MPlayer help =========================== |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
14 |
27370
14c5017f40d2
Change a bunch of video/audio-output-specific preprocessor directives from
diego
parents:
27341
diff
changeset
|
15 #ifdef CONFIG_VCD |
36709 | 16 #define MSGTR_HelpVCD " vcd://<trackno> play (S)VCD (Super Video CD) track (raw device, no mount)\n" |
17 #else | |
18 #define MSGTR_HelpVCD | |
6136 | 19 #endif |
36709 | 20 |
27341
e7c989f7a7c9
Start unifying names of internal preprocessor directives.
diego
parents:
27091
diff
changeset
|
21 #ifdef CONFIG_DVDREAD |
36709 | 22 #define MSGTR_HelpDVD " dvd://<titleno> play DVD title from device instead of plain file\n" |
23 #else | |
24 #define MSGTR_HelpDVD | |
27037 | 25 #endif |
36709 | 26 |
27 #define MSGTR_Help \ | |
28 "Usage: mplayer [options] [url|path/]filename\n"\ | |
29 "\n"\ | |
30 "Basic options: (complete list in the man page)\n"\ | |
31 " -vo <drv> select video output driver ('-vo help' for a list)\n"\ | |
32 " -ao <drv> select audio output driver ('-ao help' for a list)\n"\ | |
33 MSGTR_HelpVCD \ | |
34 MSGTR_HelpDVD \ | |
35 " -alang/-slang select DVD audio/subtitle language (by 2-char country code)\n"\ | |
36 " -ss <position> seek to given (seconds or hh:mm:ss) position\n"\ | |
37 " -nosound do not play sound\n"\ | |
38 " -fs fullscreen playback (or -vm, -zoom, details in the man page)\n"\ | |
39 " -x <x> -y <y> set display resolution (for use with -vm or -zoom)\n"\ | |
40 " -sub <file> specify subtitle file to use (also see -subfps, -subdelay)\n"\ | |
41 " -playlist <file> specify playlist file\n"\ | |
42 " -vid x -aid y select video (x) and audio (y) stream to play\n"\ | |
43 " -fps x -srate y change video (x fps) and audio (y Hz) rate\n"\ | |
44 " -pp <quality> enable postprocessing filter (details in the man page)\n"\ | |
45 " -framedrop enable frame dropping (for slow machines)\n"\ | |
46 "\n"\ | |
47 "Basic keys: (complete list in the man page, also check input.conf)\n"\ | |
48 " <- or -> seek backward/forward 10 seconds\n"\ | |
49 " down or up seek backward/forward 1 minute\n"\ | |
50 " pgdown or pgup seek backward/forward 10 minutes\n"\ | |
51 " < or > step backward/forward in playlist\n"\ | |
52 " p or SPACE pause movie (press any key to continue)\n"\ | |
53 " q or ESC stop playing and quit program\n"\ | |
54 " + or - adjust audio delay by +/- 0.1 second\n"\ | |
55 " o cycle OSD mode: none / seekbar / seekbar + timer\n"\ | |
56 " * or / increase or decrease PCM volume\n"\ | |
57 " x or z adjust subtitle delay by +/- 0.1 second\n"\ | |
58 " r or t adjust subtitle position up/down, also see -vf expand\n"\ | |
59 "\n"\ | |
60 " * * * SEE THE MAN PAGE FOR DETAILS, FURTHER (ADVANCED) OPTIONS AND KEYS * * *\n"\ | |
1618 | 61 "\n" |
36709 | 62 |
63 static const char help_text[] = MSGTR_Help; | |
1618 | 64 |
1973
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
65 // ========================= MPlayer messages =========================== |
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
66 |
27918 | 67 // mplayer.c |
13122 | 68 #define MSGTR_Exiting "\nExiting...\n" |
69 #define MSGTR_ExitingHow "\nExiting... (%s)\n" | |
1618 | 70 #define MSGTR_Exit_quit "Quit" |
71 #define MSGTR_Exit_eof "End of file" | |
1638 | 72 #define MSGTR_Exit_error "Fatal error" |
8661
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
73 #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
|
74 #define MSGTR_NoHomeDir "Cannot find HOME directory.\n" |
1618 | 75 #define MSGTR_GetpathProblem "get_path(\"config\") problem\n" |
76 #define MSGTR_CreatingCfgFile "Creating config file: %s\n" | |
33530 | 77 #define MSGTR_CantLoadFont "Cannot load bitmap font '%s'.\n" |
78 #define MSGTR_CantLoadSub "Cannot load subtitles '%s'.\n" | |
11162 | 79 #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
|
80 #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
|
81 #define MSGTR_CoreDumped "Core dumped ;)\n" |
33390 | 82 #define MSGTR_DumpBytesWrittenPercent "dump: %"PRIu64" bytes written (~%.1f%%)\r" |
83 #define MSGTR_DumpBytesWritten "dump: %"PRIu64" bytes written\r" | |
84 #define MSGTR_DumpBytesWrittenTo "dump: %"PRIu64" bytes written to '%s'.\n" | |
8661
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
85 #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
|
86 #define MSGTR_TryForceAudioFmtStr "Trying to force audio codec driver family %s...\n" |
8982
cab0063cabc6
Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents:
8973
diff
changeset
|
87 #define MSGTR_CantFindAudioCodec "Cannot find codec for audio format 0x%X.\n" |
11161
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
88 #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
|
89 #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
|
90 #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
|
91 #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
|
92 #define MSGTR_StartPlaying "Starting playback...\n" |
3294 | 93 |
94 #define MSGTR_SystemTooSlow "\n\n"\ | |
8982
cab0063cabc6
Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents:
8973
diff
changeset
|
95 " ************************************************\n"\ |
cab0063cabc6
Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents:
8973
diff
changeset
|
96 " **** 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
|
97 " ************************************************\n\n"\ |
cab0063cabc6
Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents:
8973
diff
changeset
|
98 "Possible reasons, problems, workarounds:\n"\ |
cab0063cabc6
Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents:
8973
diff
changeset
|
99 "- Most common: broken/buggy _audio_ driver\n"\ |
13620
db051195ad68
modified outdated message which was still referring to ALSA 0.5 and 0.9
aurel
parents:
13619
diff
changeset
|
100 " - Try -ao sdl or use the OSS emulation of ALSA.\n"\ |
8982
cab0063cabc6
Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents:
8973
diff
changeset
|
101 " - 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
|
102 "- Slow video output\n"\ |
cab0063cabc6
Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents:
8973
diff
changeset
|
103 " - 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
|
104 "- Slow CPU\n"\ |
16075
f2fa3f06291e
remove -hardframedrop reference and advice -lavdopts instead.
reimar
parents:
15913
diff
changeset
|
105 " - Don't try to play a big DVD/DivX on a slow CPU! Try some of the lavdopts,\n"\ |
16088 | 106 " e.g. -vfm ffmpeg -lavdopts lowres=1:fast:skiploopfilter=all.\n"\ |
8982
cab0063cabc6
Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents:
8973
diff
changeset
|
107 "- Broken file\n"\ |
cab0063cabc6
Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents:
8973
diff
changeset
|
108 " - 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
|
109 "- 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
|
110 " - Try -cache 8192.\n"\ |
cab0063cabc6
Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents:
8973
diff
changeset
|
111 "- 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
|
112 " - Try -nocache.\n"\ |
13915 | 113 "Read DOCS/HTML/en/video.html for tuning/speedup tips.\n"\ |
11121 | 114 "If none of this helps you, read DOCS/HTML/en/bugreports.html.\n\n" |
1618 | 115 |
8661
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
116 #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
|
117 #define MSGTR_GuiNeedsX "MPlayer GUI requires X11.\n" |
18151 | 118 #define MSGTR_Playing "\nPlaying %s.\n" |
8982
cab0063cabc6
Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents:
8973
diff
changeset
|
119 #define MSGTR_NoSound "Audio: no sound\n" |
11162 | 120 #define MSGTR_FPSforced "FPS forced to be %5.3f (ftime: %5.3f).\n" |
6930 | 121 #define MSGTR_AvailableVideoOutputDrivers "Available video output drivers:\n" |
122 #define MSGTR_AvailableAudioOutputDrivers "Available audio output drivers:\n" | |
123 #define MSGTR_AvailableAudioCodecs "Available audio codecs:\n" | |
124 #define MSGTR_AvailableVideoCodecs "Available video codecs:\n" | |
13531
ff74a5a16180
Remove preceding newline to make -XXX help output consistent.
diego
parents:
13530
diff
changeset
|
125 #define MSGTR_AvailableAudioFm "Available (compiled-in) audio codec families/drivers:\n" |
ff74a5a16180
Remove preceding newline to make -XXX help output consistent.
diego
parents:
13530
diff
changeset
|
126 #define MSGTR_AvailableVideoFm "Available (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
|
127 #define MSGTR_AvailableFsType "Available fullscreen layer change modes:\n" |
8662 | 128 #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
|
129 #define MSGTR_NoStreamFound "No stream found.\n" |
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
130 #define MSGTR_ErrorInitializingVODevice "Error opening/initializing the selected video_out (-vo) device.\n" |
6930 | 131 #define MSGTR_ForcedVideoCodec "Forced video codec: %s\n" |
7522 | 132 #define MSGTR_ForcedAudioCodec "Forced audio codec: %s\n" |
8982
cab0063cabc6
Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents:
8973
diff
changeset
|
133 #define MSGTR_Video_NoVideo "Video: no video\n" |
11161
8b35597948e7
Massive consistency and spelling update inspired by Torinthiel.
diego
parents:
11121
diff
changeset
|
134 #define MSGTR_NotInitializeVOPorVO "\nFATAL: Could not initialize video filters (-vf) or video output (-vo).\n" |
32730
736b22f11e00
Change MSGTR_Paused definition to allow simplifying some code.
reimar
parents:
32690
diff
changeset
|
135 #define MSGTR_Paused " ===== PAUSE =====" // 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
|
136 #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
|
137 #define MSGTR_Exit_SIGILL_RTCpuSel \ |
8983 | 138 "- MPlayer crashed by an 'Illegal Instruction'.\n"\ |
139 " It may be a bug in our new runtime CPU-detection code...\n"\ | |
11121 | 140 " 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
|
141 #define MSGTR_Exit_SIGILL \ |
8983 | 142 "- MPlayer crashed by an 'Illegal Instruction'.\n"\ |
143 " It usually happens when you run it on a CPU different than the one it was\n"\ | |
11162 | 144 " compiled/optimized for.\n"\ |
145 " Verify this!\n" | |
8913
f01a53c8de14
Signal handler messages moved to help_mp, so they can be translated
rtognimp
parents:
8901
diff
changeset
|
146 #define MSGTR_Exit_SIGSEGV_SIGFPE \ |
f01a53c8de14
Signal handler messages moved to help_mp, so they can be translated
rtognimp
parents:
8901
diff
changeset
|
147 "- 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
|
148 " Recompile MPlayer with --enable-debug and make a 'gdb' backtrace and\n"\ |
11162 | 149 " 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
|
150 #define MSGTR_Exit_SIGCRASH \ |
f01a53c8de14
Signal handler messages moved to help_mp, so they can be translated
rtognimp
parents:
8901
diff
changeset
|
151 "- MPlayer crashed. This shouldn't happen.\n"\ |
10378 | 152 " It can be a bug in the MPlayer code _or_ in your drivers _or_ in your\n"\ |
153 " gcc version. If you think it's MPlayer's fault, please read\n"\ | |
11121 | 154 " DOCS/HTML/en/bugreports.html and follow the instructions there. We can't and\n"\ |
10378 | 155 " won't help unless you provide this information when reporting a possible bug.\n" |
13577 | 156 #define MSGTR_LoadingConfig "Loading config '%s'\n" |
25635
25f6dca4df74
add support for per protocol and per extension playback profile loading
ben
parents:
25577
diff
changeset
|
157 #define MSGTR_LoadingProtocolProfile "Loading protocol-related profile '%s'\n" |
25f6dca4df74
add support for per protocol and per extension playback profile loading
ben
parents:
25577
diff
changeset
|
158 #define MSGTR_LoadingExtensionProfile "Loading extension-related profile '%s'\n" |
18337
d956f80973ad
console message review: countless spelling/grammar/wording fixes
diego
parents:
18335
diff
changeset
|
159 #define MSGTR_AddedSubtitleFile "SUB: Added subtitle file (%d): %s\n" |
d956f80973ad
console message review: countless spelling/grammar/wording fixes
diego
parents:
18335
diff
changeset
|
160 #define MSGTR_RemovedSubtitleFile "SUB: Removed subtitle file (%d): %s\n" |
13577 | 161 #define MSGTR_RTCDeviceNotOpenable "Failed to open %s: %s (it should be readable by the user.)\n" |
162 #define MSGTR_LinuxRTCInitErrorIrqpSet "Linux RTC init error in ioctl (rtc_irqp_set %lu): %s\n" | |
163 #define MSGTR_IncreaseRTCMaxUserFreq "Try adding \"echo %lu > /proc/sys/dev/rtc/max-user-freq\" to your system startup scripts.\n" | |
164 #define MSGTR_LinuxRTCInitErrorPieOn "Linux RTC init error in ioctl (rtc_pie_on): %s\n" | |
165 #define MSGTR_Getch2InitializedTwice "WARNING: getch2_init called twice!\n" | |
166 #define MSGTR_CantOpenLibmenuFilterWithThisRootMenu "Can't open libmenu video filter with root menu %s.\n" | |
167 #define MSGTR_AudioFilterChainPreinitError "Error at audio filter chain pre-init!\n" | |
168 #define MSGTR_LinuxRTCReadError "Linux RTC read error: %s\n" | |
169 #define MSGTR_SoftsleepUnderflow "Warning! Softsleep underflow!\n" | |
32311 | 170 #define MSGTR_MasterQuit "Option -udp-slave: exiting because master exited\n" |
31982
184969a3a437
Add synchronization of multiple MPlayer instances over UDP.
reimar
parents:
31956
diff
changeset
|
171 #define MSGTR_InvalidIP "Option -udp-ip: invalid IP address\n" |
34606 | 172 #define MSGTR_Forking "Forking...\n" |
173 #define MSGTR_Forked "Forked...\n" | |
174 #define MSGTR_CouldntStartGdb "Couldn't start gdb\n" | |
175 #define MSGTR_CouldntFork "Couldn't fork\n" | |
176 #define MSGTR_FilenameTooLong "Filename is too long, can not load file or directory specific config files\n" | |
177 #define MSGTR_AudioDeviceStuck "Audio device got stuck!\n" | |
178 #define MSGTR_AudioOutputTruncated "Audio output truncated at end.\n" | |
179 #define MSGTR_ASSCannotAddVideoFilter "ASS: cannot add video filter\n" | |
180 #define MSGTR_PtsAfterFiltersMissing "pts after filters MISSING\n" | |
181 #define MSGTR_CommandLine "CommandLine:" | |
182 #define MSGTR_MenuInitFailed "Menu init failed.\n" | |
36317
56f576e4a49d
Be more consistent with movie aspect setting and check.
ib
parents:
36278
diff
changeset
|
183 #define MSGTR_InvalidSwitchRatio "Invalid aspect ratio '%f', it remains unchanged.\n" |
8913
f01a53c8de14
Signal handler messages moved to help_mp, so they can be translated
rtognimp
parents:
8901
diff
changeset
|
184 |
27933 | 185 // --- edit decision lists |
13358
567875b88aab
Hardcoded EDL messages moved to help_mp-en.h, Doxygen comments added, patch
diego
parents:
13284
diff
changeset
|
186 #define MSGTR_EdlOutOfMem "Can't allocate enough memory to hold EDL data.\n" |
31956
a6c25d94e60e
Add new slave mode command for loading EDL file on demand.
reynaldo
parents:
31859
diff
changeset
|
187 #define MSGTR_EdlOutOfMemFile "Can't allocate enough memory to hold EDL file name [%s].\n" |
13358
567875b88aab
Hardcoded EDL messages moved to help_mp-en.h, Doxygen comments added, patch
diego
parents:
13284
diff
changeset
|
188 #define MSGTR_EdlRecordsNo "Read %d EDL actions.\n" |
567875b88aab
Hardcoded EDL messages moved to help_mp-en.h, Doxygen comments added, patch
diego
parents:
13284
diff
changeset
|
189 #define MSGTR_EdlQueueEmpty "There are no EDL actions to take care of.\n" |
13362
ca2033826d21
Made the wording of MSGTR_EdlCantOpenForWrite and MSGTR_EdlCantOpenForWrite
diego
parents:
13358
diff
changeset
|
190 #define MSGTR_EdlCantOpenForWrite "Can't open EDL file [%s] for writing.\n" |
13358
567875b88aab
Hardcoded EDL messages moved to help_mp-en.h, Doxygen comments added, patch
diego
parents:
13284
diff
changeset
|
191 #define MSGTR_EdlNOsh_video "Cannot use EDL without video, disabling.\n" |
567875b88aab
Hardcoded EDL messages moved to help_mp-en.h, Doxygen comments added, patch
diego
parents:
13284
diff
changeset
|
192 #define MSGTR_EdlNOValidLine "Invalid EDL line: %s\n" |
18337
d956f80973ad
console message review: countless spelling/grammar/wording fixes
diego
parents:
18335
diff
changeset
|
193 #define MSGTR_EdlBadlyFormattedLine "Badly formatted EDL line [%d], discarding.\n" |
d956f80973ad
console message review: countless spelling/grammar/wording fixes
diego
parents:
18335
diff
changeset
|
194 #define MSGTR_EdlBadLineOverlap "Last stop position was [%f]; next start is [%f].\n"\ |
d956f80973ad
console message review: countless spelling/grammar/wording fixes
diego
parents:
18335
diff
changeset
|
195 "Entries must be in chronological order, cannot overlap. Discarding.\n" |
13358
567875b88aab
Hardcoded EDL messages moved to help_mp-en.h, Doxygen comments added, patch
diego
parents:
13284
diff
changeset
|
196 #define MSGTR_EdlBadLineBadStop "Stop time has to be after start time.\n" |
18911 | 197 #define MSGTR_EdloutBadStop "EDL skip canceled, last start > stop\n" |
198 #define MSGTR_EdloutStartSkip "EDL skip start, press 'i' again to end block.\n" | |
199 #define MSGTR_EdloutEndSkip "EDL skip end, line written.\n" | |
1973
5216f108cb4f
all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents:
1972
diff
changeset
|
200 |
16910 | 201 // mplayer.c OSD |
202 #define MSGTR_OSDenabled "enabled" | |
203 #define MSGTR_OSDdisabled "disabled" | |
20156 | 204 #define MSGTR_OSDAudio "Audio: %s" |
16910 | 205 #define MSGTR_OSDChannel "Channel: %s" |
206 #define MSGTR_OSDSubDelay "Sub delay: %d ms" | |
207 #define MSGTR_OSDSpeed "Speed: x %6.2f" | |
208 #define MSGTR_OSDosd "OSD: %s" | |
19342 | 209 #define MSGTR_OSDChapter "Chapter: (%d) %s" |
25577
f1ea96323643
properties to get and set angle; patch by oattila chello hu
nicodvb
parents:
25130
diff
changeset
|
210 #define MSGTR_OSDAngle "Angle: %d/%d" |
29870
eeb60773d668
Show OSD message when enabling/disabling de-interlacing.
cehoyos
parents:
29700
diff
changeset
|
211 #define MSGTR_OSDDeinterlace "Deinterlace: %s" |
32438
faefba58f413
Implement a basic capture feature, available through -capture.
diego
parents:
32352
diff
changeset
|
212 #define MSGTR_OSDCapturing "Capturing: %s" |
faefba58f413
Implement a basic capture feature, available through -capture.
diego
parents:
32352
diff
changeset
|
213 #define MSGTR_OSDCapturingFailure "Capturing failed" |
17911
52f95509cd05
Add the new property API and implement a couple properties.
albeu
parents:
17891
diff
changeset
|
214 |
52f95509cd05
Add the new property API and implement a couple properties.
albeu
parents:
17891
diff
changeset
|
215 // property values |
52f95509cd05
Add the new property API and implement a couple properties.
albeu
parents:
17891
diff
changeset
|
216 #define MSGTR_Enabled "enabled" |
18337
d956f80973ad
console message review: countless spelling/grammar/wording fixes
diego
parents:
18335
diff
changeset
|
217 #define MSGTR_EnabledEdl "enabled (EDL)" |
17911
52f95509cd05
Add the new property API and implement a couple properties.
albeu
parents:
17891
diff
changeset
|
218 #define MSGTR_Disabled "disabled" |
17928
e0f20946e398
Convert fullscreen, panscan, color controls, ontop, rootwin,
albeu
parents:
17925
diff
changeset
|
219 #define MSGTR_HardFrameDrop "hard" |
17935
d72e7330c548
Subtitles properties: move sub_select, sub_pos, sub_visibilty,
albeu
parents:
17928
diff
changeset
|
220 #define MSGTR_Unknown "unknown" |
d72e7330c548
Subtitles properties: move sub_select, sub_pos, sub_visibilty,
albeu
parents:
17928
diff
changeset
|
221 #define MSGTR_Bottom "bottom" |
d72e7330c548
Subtitles properties: move sub_select, sub_pos, sub_visibilty,
albeu
parents:
17928
diff
changeset
|
222 #define MSGTR_Center "center" |
d72e7330c548
Subtitles properties: move sub_select, sub_pos, sub_visibilty,
albeu
parents:
17928
diff
changeset
|
223 #define MSGTR_Top "top" |
25130 | 224 #define MSGTR_SubSourceFile "file" |
225 #define MSGTR_SubSourceVobsub "vobsub" | |
226 #define MSGTR_SubSourceDemux "embedded" | |
17911
52f95509cd05
Add the new property API and implement a couple properties.
albeu
parents:
17891
diff
changeset
|
227 |
27034 | 228 // OSD bar names |
17911
52f95509cd05
Add the new property API and implement a couple properties.
albeu
parents:
17891
diff
changeset
|
229 #define MSGTR_Volume "Volume" |
17928
e0f20946e398
Convert fullscreen, panscan, color controls, ontop, rootwin,
albeu
parents:
17925
diff
changeset
|
230 #define MSGTR_Panscan "Panscan" |
e0f20946e398
Convert fullscreen, panscan, color controls, ontop, rootwin,
albeu
parents:
17925
diff
changeset
|
231 #define MSGTR_Gamma "Gamma" |
e0f20946e398
Convert fullscreen, panscan, color controls, ontop, rootwin,
albeu
parents:
17925
diff
changeset
|
232 #define MSGTR_Brightness "Brightness" |
e0f20946e398
Convert fullscreen, panscan, color controls, ontop, rootwin,
albeu
parents:
17925
diff
changeset
|
233 #define MSGTR_Contrast "Contrast" |
e0f20946e398
Convert fullscreen, panscan, color controls, ontop, rootwin,
albeu
parents:
17925
diff
changeset
|
234 #define MSGTR_Saturation "Saturation" |
e0f20946e398
Convert fullscreen, panscan, color controls, ontop, rootwin,
albeu
parents:
17925
diff
changeset
|
235 #define MSGTR_Hue "Hue" |
23568 | 236 #define MSGTR_Balance "Balance" |
17911
52f95509cd05
Add the new property API and implement a couple properties.
albeu
parents:
17891
diff
changeset
|
237 |
52f95509cd05
Add the new property API and implement a couple properties.
albeu
parents:
17891
diff
changeset
|
238 // property state |
23727 | 239 #define MSGTR_LoopStatus "Loop: %s" |
17911
52f95509cd05
Add the new property API and implement a couple properties.
albeu
parents:
17891
diff
changeset
|
240 #define MSGTR_MuteStatus "Mute: %s" |
17925
caa86b1793fe
Move audio_delay to a property and add a few read only properties to
albeu
parents:
17914
diff
changeset
|
241 #define MSGTR_AVDelayStatus "A-V delay: %s" |
17928
e0f20946e398
Convert fullscreen, panscan, color controls, ontop, rootwin,
albeu
parents:
17925
diff
changeset
|
242 #define MSGTR_OnTopStatus "Stay on top: %s" |
e0f20946e398
Convert fullscreen, panscan, color controls, ontop, rootwin,
albeu
parents:
17925
diff
changeset
|
243 #define MSGTR_RootwinStatus "Rootwin: %s" |
e0f20946e398
Convert fullscreen, panscan, color controls, ontop, rootwin,
albeu
parents:
17925
diff
changeset
|
244 #define MSGTR_BorderStatus "Border: %s" |
e0f20946e398
Convert fullscreen, panscan, color controls, ontop, rootwin,
albeu
parents:
17925
diff
changeset
|
245 #define MSGTR_FramedroppingStatus "Framedropping: %s" |
e0f20946e398
Convert fullscreen, panscan, color controls, ontop, rootwin,
albeu
parents:
17925
diff
changeset
|
246 #define MSGTR_VSyncStatus "VSync: %s" |
17935
d72e7330c548
Subtitles properties: move sub_select, sub_pos, sub_visibilty,
albeu
parents:
17928
diff
changeset
|
247 #define MSGTR_SubSelectStatus "Subtitles: %s" |
25130 | 248 #define MSGTR_SubSourceStatus "Sub source: %s" |
17935
d72e7330c548
Subtitles properties: move sub_select, sub_pos, sub_visibilty,
albeu
parents:
17928
diff
changeset
|
249 #define MSGTR_SubPosStatus "Sub position: %s/100" |
d72e7330c548
Subtitles properties: move sub_select, sub_pos, sub_visibilty,
albeu
parents:
17928
diff
changeset
|
250 #define MSGTR_SubAlignStatus "Sub alignment: %s" |
d72e7330c548
Subtitles properties: move sub_select, sub_pos, sub_visibilty,
albeu
parents:
17928
diff
changeset
|
251 #define MSGTR_SubDelayStatus "Sub delay: %s" |
23725 | 252 #define MSGTR_SubScale "Sub Scale: %s" |
17935
d72e7330c548
Subtitles properties: move sub_select, sub_pos, sub_visibilty,
albeu
parents:
17928
diff
changeset
|
253 #define MSGTR_SubVisibleStatus "Subtitles: %s" |
d72e7330c548
Subtitles properties: move sub_select, sub_pos, sub_visibilty,
albeu
parents:
17928
diff
changeset
|
254 #define MSGTR_SubForcedOnlyStatus "Forced sub only: %s" |
16910 | 255 |
27917 | 256 // mencoder.c |
18335 | 257 #define MSGTR_UsingPass3ControlFile "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
|
258 #define MSGTR_MissingFilename "\nFilename missing.\n\n" |
8662 | 259 #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
|
260 #define MSGTR_CannotOpenDemuxer "Cannot open demuxer.\n" |
11162 | 261 #define MSGTR_NoAudioEncoderSelected "\nNo audio encoder (-oac) selected. Select one (see -oac help) or use -nosound.\n" |
262 #define MSGTR_NoVideoEncoderSelected "\nNo video encoder (-ovc) selected. Select one (see -ovc help).\n" | |
8662 | 263 #define MSGTR_CannotOpenOutputFile "Cannot open output file '%s'.\n" |
264 #define MSGTR_EncoderOpenFailed "Failed to open the encoder.\n" | |
18337
d956f80973ad
console message review: countless spelling/grammar/wording fixes
diego
parents:
18335
diff
changeset
|
265 #define MSGTR_MencoderWrongFormatAVI "\nWARNING: OUTPUT FILE FORMAT IS _AVI_. See -of help.\n" |
d956f80973ad
console message review: countless spelling/grammar/wording fixes
diego
parents:
18335
diff
changeset
|
266 #define MSGTR_MencoderWrongFormatMPG "\nWARNING: OUTPUT FILE FORMAT IS _MPEG_. See -of help.\n" |
d956f80973ad
console message review: countless spelling/grammar/wording fixes
diego
parents:
18335
diff
changeset
|
267 #define MSGTR_MissingOutputFilename "No output file specified, please see the -o option." |
d956f80973ad
console message review: countless spelling/grammar/wording fixes
diego
parents:
18335
diff
changeset
|
268 #define MSGTR_ForcingOutputFourcc "Forcing output FourCC to %x [%.4s].\n" |
d956f80973ad
console message review: countless spelling/grammar/wording fixes
diego
parents:
18335
diff
changeset
|
269 #define MSGTR_ForcingOutputAudiofmtTag "Forcing output audio format tag to 0x%x.\n" |
8982
cab0063cabc6
Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents:
8973
diff
changeset
|
270 #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
|
271 #define MSGTR_SkipFrame "\nSkipping frame!\n" |
14878 | 272 #define MSGTR_ResolutionDoesntMatch "\nNew video file has different resolution or colorspace than the previous one.\n" |
14802
63b1cc62fc9b
MEncoder multiple files patch by Oded Shimon (ods15)
rfelker
parents:
14770
diff
changeset
|
273 #define MSGTR_FrameCopyFileMismatch "\nAll video files must have identical fps, resolution, and codec for -ovc copy.\n" |
63b1cc62fc9b
MEncoder multiple files patch by Oded Shimon (ods15)
rfelker
parents:
14770
diff
changeset
|
274 #define MSGTR_AudioCopyFileMismatch "\nAll files must have identical audio codec and format for -oac copy.\n" |
16755 | 275 #define MSGTR_NoAudioFileMismatch "\nCannot mix video-only files with audio and video files. Try -nosound.\n" |
14962 | 276 #define MSGTR_NoSpeedWithFrameCopy "WARNING: -speed is not guaranteed to work correctly with -oac copy!\n"\ |
277 "Your encode might be broken!\n" | |
8661
660ca8757810
Lots of small corrections and rewordings, words capitalized and sentences
diego
parents:
8468
diff
changeset
|
278 #define MSGTR_ErrorWritingFile "%s: Error writing file.\n" |
21146 | 279 #define MSGTR_FlushingVideoFrames "\nFlushing video frames.\n" |
280 #define MSGTR_FiltersHaveNotBeenConfiguredEmptyFile "Filters have not been configured! Empty file?\n" | |
6947 | 281 #define MSGTR_RecommendedVideoBitrate "Recommended video bitrate for %s CD: %d\n" |
18300 | 282 #define MSGTR_VideoStreamResult "\nVideo stream: %8.3f kbit/s (%d B/s) size: %"PRIu64" bytes %5.3f secs %d frames\n" |
283 #define MSGTR_AudioStreamResult "\nAudio stream: %8.3f kbit/s (%d B/s) size: %"PRIu64" bytes %5.3f secs\n" | |
21146 | 284 #define MSGTR_EdlSkipStartEndCurrent "EDL SKIP: Start: %.2f End: %.2f Current: V: %.2f A: %.2f \r" |
13122 | 285 #define MSGTR_OpenedStream "success: format: %d data: 0x%X - 0x%x\n" |
286 #define MSGTR_VCodecFramecopy "videocodec: framecopy (%dx%d %dbpp fourcc=%x)\n" | |
17366 | 287 #define MSGTR_ACodecFramecopy "audiocodec: framecopy (format=%x chans=%d rate=%d bits=%d B/s=%d sample-%d)\n" |
18337
d956f80973ad
console message review: countless spelling/grammar/wording fixes
diego
parents:
18335
diff
changeset
|
288 #define MSGTR_MP3AudioSelected "MP3 audio selected.\n" |
d956f80973ad
console message review: countless spelling/grammar/wording fixes
diego
parents:
18335
diff
changeset
|
289 #define MSGTR_SettingAudioDelay "Setting audio delay to %5.3fs.\n" |
d956f80973ad
console message review: countless spelling/grammar/wording fixes
diego
parents:
18335
diff
changeset
|
290 #define MSGTR_SettingVideoDelay "Setting video delay to %5.3fs.\n" |
d956f80973ad
console message review: countless spelling/grammar/wording fixes
diego
parents:
18335
diff
changeset
|
291 #define MSGTR_LimitingAudioPreload "Limiting audio preload to 0.4s.\n" |
d956f80973ad
console message review: countless spelling/grammar/wording fixes
diego
parents:
18335
diff
changeset
|
292 #define MSGTR_IncreasingAudioDensity "Increasing audio density to 4.\n" |
d956f80973ad
console message review: countless spelling/grammar/wording fixes
diego
parents:
18335
diff
changeset
|
293 #define MSGTR_ZeroingAudioPreloadAndMaxPtsCorrection "Forcing audio preload to 0, max pts correction to 0.\n" |
13122 | 294 #define MSGTR_LameVersion "LAME version %s (%s)\n\n" |
18337
d956f80973ad
console message review: countless spelling/grammar/wording fixes
diego
parents:
18335
diff
changeset
|
295 #define MSGTR_InvalidBitrateForLamePreset "Error: The bitrate specified is out of the valid range for this preset.\n"\ |
13122 | 296 "\n"\ |
18337
d956f80973ad
console message review: countless spelling/grammar/wording fixes
diego
parents:
18335
diff
changeset
|
297 "When using this mode you must enter a value between \"8\" and \"320\".\n"\ |
13122 | 298 "\n"\ |
299 "For further information try: \"-lameopts preset=help\"\n" | |
18337
d956f80973ad
console message review: countless spelling/grammar/wording fixes
diego
parents:
18335
diff
changeset
|
300 #define MSGTR_InvalidLamePresetOptions "Error: You did not enter a valid profile and/or options with preset.\n"\ |
13122 | 301 "\n"\ |
302 "Available profiles are:\n"\ | |
303 "\n"\ | |
304 " <fast> standard\n"\ | |
305 " <fast> extreme\n"\ | |
306 " insane\n"\ | |
307 " <cbr> (ABR Mode) - The ABR Mode is implied. To use it,\n"\ | |
308 " simply specify a bitrate. For example:\n"\ | |
309 " \"preset=185\" activates this\n"\ | |
310 " preset and uses 185 as an average kbps.\n"\ | |
311 "\n"\ | |
312 " Some examples:\n"\ | |
313 "\n"\ | |
314 " \"-lameopts fast:preset=standard \"\n"\ | |
315 " or \"-lameopts cbr:preset=192 \"\n"\ | |
316 " or \"-lameopts preset=172 \"\n"\ | |
317 " or \"-lameopts preset=extreme \"\n"\ | |
318 "\n"\ | |
319 "For further information try: \"-lameopts preset=help\"\n" | |
320 #define MSGTR_LamePresetsLongInfo "\n"\ | |
321 "The preset switches are designed to provide the highest possible quality.\n"\ | |
322 "\n"\ | |
18337
d956f80973ad
console message review: countless spelling/grammar/wording fixes
diego
parents:
18335
diff
changeset
|
323 "They have for the most part been subjected to and tuned via rigorous double\n"\ |
d956f80973ad
console message review: countless spelling/grammar/wording fixes
diego
parents:
18335
diff
changeset
|
324 "blind listening tests to verify and achieve this objective.\n"\ |
13122 | 325 "\n"\ |
326 "These are continually updated to coincide with the latest developments that\n"\ | |
327 "occur and as a result should provide you with nearly the best quality\n"\ | |
328 "currently possible from LAME.\n"\ | |
329 "\n"\ | |
330 "To activate these presets:\n"\ | |
331 "\n"\ | |
332 " For VBR modes (generally highest quality):\n"\ | |
333 "\n"\ | |
334 " \"preset=standard\" This preset should generally be transparent\n"\ | |
335 " to most people on most music and is already\n"\ | |
336 " quite high in quality.\n"\ | |
337 "\n"\ | |
338 " \"preset=extreme\" If you have extremely good hearing and similar\n"\ | |
339 " equipment, this preset will generally provide\n"\ | |
340 " slightly higher quality than the \"standard\"\n"\ | |
341 " mode.\n"\ | |
342 "\n"\ | |
343 " For CBR 320kbps (highest quality possible from the preset switches):\n"\ | |
344 "\n"\ | |
345 " \"preset=insane\" This preset will usually be overkill for most\n"\ | |
346 " people and most situations, but if you must\n"\ | |
347 " have the absolute highest quality with no\n"\ | |
348 " regard to filesize, this is the way to go.\n"\ | |
349 "\n"\ | |
350 " For ABR modes (high quality per given bitrate but not as high as VBR):\n"\ | |
351 "\n"\ | |
352 " \"preset=<kbps>\" Using this preset will usually give you good\n"\ | |
353 " quality at a specified bitrate. Depending on the\n"\ | |
354 " bitrate entered, this preset will determine the\n"\ | |
355 " optimal settings for that particular situation.\n"\ | |
356 " While this approach works, it is not nearly as\n"\ | |
357 " flexible as VBR, and usually will not attain the\n"\ | |
358 " same level of quality as VBR at higher bitrates.\n"\ | |
359 "\n"\ | |
360 "The following options are also available for the corresponding profiles:\n"\ | |
361 "\n"\ | |
362 " <fast> standard\n"\ | |
363 " <fast> extreme\n"\ | |
364 " insane\n"\ | |
365 " <cbr> (ABR Mode) - The ABR Mode is implied. To use it,\n"\ | |
366 " simply specify a bitrate. For example:\n"\ | |
367 " \"preset=185\" activates this\n"\ | |
368 " preset and uses 185 as an average kbps.\n"\ | |
369 "\n"\ | |
370 " \"fast\" - Enables the new fast VBR for a particular profile. The\n"\ | |
371 " disadvantage to the speed switch is that often times the\n"\ | |
372 " bitrate will be slightly higher than with the normal mode\n"\ | |
373 " and quality may be slightly lower also.\n"\ | |
374 " Warning: with the current version fast presets might result in too\n"\ | |
375 " high bitrate compared to regular presets.\n"\ | |
376 "\n"\ | |
377 " \"cbr\" - If you use the ABR mode (read above) with a significant\n"\ | |
378 " bitrate such as 80, 96, 112, 128, 160, 192, 224, 256, 320,\n"\ | |
379 " you can use the \"cbr\" option to force CBR mode encoding\n"\ | |
380 " instead of the standard abr mode. ABR does provide higher\n"\ | |
381 " quality but CBR may be useful in situations such as when\n"\ | |
18337
d956f80973ad
console message review: countless spelling/grammar/wording fixes
diego
parents:
18335
diff
changeset
|
382 " streaming an MP3 over the internet may be important.\n"\ |
13122 | 383 "\n"\ |
384 " For example:\n"\ | |
385 "\n"\ | |
386 " \"-lameopts fast:preset=standard \"\n"\ | |
387 " or \"-lameopts cbr:preset=192 \"\n"\ | |
388 " or \"-lameopts preset=172 \"\n"\ | |
389 " or \"-lameopts preset=extreme \"\n"\ | |
390 "\n"\ | |
391 "\n"\ | |
392 "A few aliases are available for ABR mode:\n"\ | |
393 "phone => 16kbps/mono phon+/lw/mw-eu/sw => 24kbps/mono\n"\ | |
394 "mw-us => 40kbps/mono voice => 56kbps/mono\n"\ | |
395 "fm/radio/tape => 112kbps hifi => 160kbps\n"\ | |
396 "cd => 192kbps studio => 256kbps" | |
18423 | 397 #define MSGTR_LameCantInit \ |
398 "Cannot set LAME options, check bitrate/samplerate, some very low bitrates\n"\ | |
18424 | 399 "(<32) need lower samplerates (i.e. -srate 8000).\n"\ |
14770 | 400 "If everything else fails, try a preset." |
33530 | 401 #define MSGTR_ConfigFileError "Config file error" |
18497
56dff038faa3
Reverting changes done with my previous commit, capizalitation or lack of capitalization of affected senteces where done in purpose
reynaldo
parents:
18469
diff
changeset
|
402 #define MSGTR_ErrorParsingCommandLine "error parsing command line" |
13122 | 403 #define MSGTR_VideoStreamRequired "Video stream is mandatory!\n" |
26480
b9ced5a4c5ff
consistently print fps with three digits of precision
corey
parents:
26035
diff
changeset
|
404 #define MSGTR_ForcingInputFPS "Input fps will be interpreted as %5.3f instead.\n" |
13122 | 405 #define MSGTR_DemuxerDoesntSupportNosound "This demuxer doesn't support -nosound yet.\n" |
18337
d956f80973ad
console message review: countless spelling/grammar/wording fixes
diego
parents:
18335
diff
changeset
|
406 #define MSGTR_MemAllocFailed "Memory allocation failed.\n" |
13122 | 407 #define MSGTR_NoMatchingFilter "Couldn't find matching filter/ao format!\n" |
408 #define MSGTR_MP3WaveFormatSizeNot30 "sizeof(MPEGLAYER3WAVEFORMAT)==%d!=30, maybe broken C compiler?\n" | |
409 #define MSGTR_NoLavcAudioCodecName "Audio LAVC, Missing codec name!\n" | |
18337
d956f80973ad
console message review: countless spelling/grammar/wording fixes
diego
parents:
18335
diff
changeset
|
410 #define MSGTR_LavcAudioCodecNotFound "Audio LAVC, couldn't find encoder for codec %s.\n" |
13122 | 411 #define MSGTR_CouldntAllocateLavcContext "Audio LAVC, couldn't allocate context!\n" |
18337
d956f80973ad
console message review: countless spelling/grammar/wording fixes
diego
parents:
18335
diff
changeset
|
412 #define MSGTR_CouldntOpenCodec "Couldn't open codec %s, br=%d.\n" |
15888
da752f91c5f2
Check for WAVEFORMAT.wFormatTag overflows and allow user to override the tag with -fafmttag
ranma
parents:
15754
diff
changeset
|
413 #define MSGTR_CantCopyAudioFormat "Audio format 0x%x is incompatible with '-oac copy', please try '-oac pcm' instead or use '-fafmttag' to override it.\n" |
6947 | 414 |
27917 | 415 // cfg-mencoder.h |
8896 | 416 #define MSGTR_MEncoderMP3LameHelp "\n\n"\ |
417 " vbr=<0-4> variable bitrate method\n"\ | |
18239 | 418 " 0: cbr (constant bitrate)\n"\ |
419 " 1: mt (Mark Taylor VBR algorithm)\n"\ | |
420 " 2: rh (Robert Hegemann VBR algorithm - default)\n"\ | |
18291 | 421 " 3: abr (average bitrate)\n"\ |
18239 | 422 " 4: mtrh (Mark Taylor Robert Hegemann VBR algorithm)\n"\ |
8896 | 423 "\n"\ |
424 " abr average bitrate\n"\ | |
425 "\n"\ | |
426 " cbr constant bitrate\n"\ | |
11162 | 427 " Also forces CBR mode encoding on subsequent ABR presets modes.\n"\ |
8896 | 428 "\n"\ |
429 " br=<0-1024> specify bitrate in kBit (CBR and ABR only)\n"\ | |
430 "\n"\ | |
431 " q=<0-9> quality (0-highest, 9-lowest) (only for VBR)\n"\ | |
432 "\n"\ | |
433 " aq=<0-9> algorithmic quality (0-best/slowest, 9-worst/fastest)\n"\ | |
434 "\n"\ | |
435 " ratio=<1-100> compression ratio\n"\ | |
436 "\n"\ | |
437 " vol=<0-10> set audio input gain\n"\ | |
438 "\n"\ | |
439 " mode=<0-3> (default: auto)\n"\ | |
440 " 0: stereo\n"\ | |
441 " 1: joint-stereo\n"\ | |
442 " 2: dualchannel\n"\ | |
443 " 3: mono\n"\ | |
444 "\n"\ | |
445 " padding=<0-2>\n"\ | |
446 " 0: no\n"\ | |
447 " 1: all\n"\ | |
448 " 2: adjust\n"\ | |
449 "\n"\ | |
11162 | 450 " fast Switch on faster encoding on subsequent VBR presets modes,\n"\ |
8896 | 451 " slightly lower quality and higher bitrates.\n"\ |
452 "\n"\ | |
11162 | 453 " preset=<value> Provide the highest possible quality settings.\n"\ |
8896 | 454 " medium: VBR encoding, good quality\n"\ |
455 " (150-180 kbps bitrate range)\n"\ | |
456 " standard: VBR encoding, high quality\n"\ | |
457 " (170-210 kbps bitrate range)\n"\ | |
458 " extreme: VBR encoding, very high quality\n"\ | |
459 " (200-240 kbps bitrate range)\n"\ | |
460 " insane: CBR encoding, highest preset quality\n"\ | |
461 " (320 kbps bitrate)\n"\ | |
462 " <8-320>: ABR encoding at average given kbps bitrate.\n\n" | |
463 | |
27918 | 464 // codec-cfg.c |
18497
56dff038faa3
Reverting changes done with my previous commit, capizalitation or lack of capitalization of affected senteces where done in purpose
reynaldo
parents:
18469
diff
changeset
|
465 #define MSGTR_DuplicateFourcc "duplicated FourCC" |
56dff038faa3
Reverting changes done with my previous commit, capizalitation or lack of capitalization of affected senteces where done in purpose
reynaldo
parents:
18469
diff
changeset
|
466 #define MSGTR_TooManyFourccs "too many FourCCs/formats..." |
56dff038faa3
Reverting changes done with my previous commit, capizalitation or lack of capitalization of affected senteces where done in purpose
reynaldo
parents:
18469
diff
changeset
|
467 #define MSGTR_ParseError "parse error" |
56dff038faa3
Reverting changes done with my previous commit, capizalitation or lack of capitalization of affected senteces where done in purpose
reynaldo
parents:
18469
diff
changeset
|
468 #define MSGTR_ParseErrorFIDNotNumber "parse error (format ID not a number?)" |
56dff038faa3
Reverting changes done with my previous commit, capizalitation or lack of capitalization of affected senteces where done in purpose
reynaldo
parents:
18469
diff
changeset
|
469 #define MSGTR_ParseErrorFIDAliasNotNumber "parse error (format ID alias not a number?)" |
56dff038faa3
Reverting changes done with my previous commit, capizalitation or lack of capitalization of affected senteces where done in purpose
reynaldo
parents:
18469
diff
changeset
|
470 #define MSGTR_DuplicateFID "duplicated format ID" |
56dff038faa3
Reverting changes done with my previous commit, capizalitation or lack of capitalization of affected senteces where done in purpose
reynaldo
parents:
18469
diff
changeset
|
471 #define MSGTR_TooManyOut "too many out..." |
13619 | 472 #define MSGTR_InvalidCodecName "\ncodec(%s) name is not valid!\n" |
473 #define MSGTR_CodecLacksFourcc "\ncodec(%s) does not have FourCC/format!\n" | |
474 #define MSGTR_CodecLacksDriver "\ncodec(%s) does not have a driver!\n" | |
475 #define MSGTR_CodecNeedsDLL "\ncodec(%s) needs a 'dll'!\n" | |
13629
f77a655d1e4a
typo found by Mizda Gabor <gabrov at freemail dot hu>
diego
parents:
13620
diff
changeset
|
476 #define MSGTR_CodecNeedsOutfmt "\ncodec(%s) needs an 'outfmt'!\n" |
13619 | 477 #define MSGTR_CantAllocateComment "Can't allocate memory for comment. " |
478 #define MSGTR_GetTokenMaxNotLessThanMAX_NR_TOKEN "get_token(): max >= MAX_MR_TOKEN!" | |
479 #define MSGTR_CantGetMemoryForLine "Can't get memory for 'line': %s\n" | |
480 #define MSGTR_CantReallocCodecsp "Can't realloc '*codecsp': %s\n" | |
481 #define MSGTR_CodecNameNotUnique "Codec name '%s' isn't unique." | |
482 #define MSGTR_CantStrdupName "Can't strdup -> 'name': %s\n" | |
483 #define MSGTR_CantStrdupInfo "Can't strdup -> 'info': %s\n" | |
484 #define MSGTR_CantStrdupDriver "Can't strdup -> 'driver': %s\n" | |
485 #define MSGTR_CantStrdupDLL "Can't strdup -> 'dll': %s" | |
486 #define MSGTR_AudioVideoCodecTotals "%d audio & %d video codecs\n" | |
487 #define MSGTR_CodecDefinitionIncorrect "Codec is not defined correctly." | |
488 #define MSGTR_OutdatedCodecsConf "This codecs.conf is too old and incompatible with this MPlayer release!" | |
489 | |
13699
11b249ef87b0
printf --> mp_msg by the Wanderer <inverseparadox at comcast dot net>
diego
parents:
13629
diff
changeset
|
490 // fifo.c |
11b249ef87b0
printf --> mp_msg by the Wanderer <inverseparadox at comcast dot net>
diego
parents:
13629
diff
changeset
|
491 |
21312 | 492 // parser-mecmd.c, parser-mpcmd.c |
493 #define MSGTR_NoFileGivenOnCommandLine "'--' indicates no more options, but no filename was given on the command line.\n" | |
494 #define MSGTR_TheLoopOptionMustBeAnInteger "The loop option must be an integer: %s\n" | |
495 #define MSGTR_UnknownOptionOnCommandLine "Unknown option on the command line: -%s\n" | |
496 #define MSGTR_ErrorParsingOptionOnCommandLine "Error parsing option on the command line: -%s\n" | |
497 #define MSGTR_InvalidPlayEntry "Invalid play entry %s\n" | |
498 #define MSGTR_NotAnMEncoderOption "-%s is not an MEncoder option\n" | |
499 #define MSGTR_NoFileGiven "No file given\n" | |
500 | |
13699
11b249ef87b0
printf --> mp_msg by the Wanderer <inverseparadox at comcast dot net>
diego
parents:
13629
diff
changeset
|
501 // m_config.c |
18337
d956f80973ad
console message review: countless spelling/grammar/wording fixes
diego
parents:
18335
diff
changeset
|
502 #define MSGTR_SaveSlotTooOld "Save slot found from lvl %d is too old: %d !!!\n" |
13771
c227510cb2d1
Added dots at end of sentence (m_config.c section)
kraymer
parents:
13705
diff
changeset
|
503 #define MSGTR_InvalidCfgfileOption "The %s option can't be used in a config file.\n" |
c227510cb2d1
Added dots at end of sentence (m_config.c section)
kraymer
parents:
13705
diff
changeset
|
504 #define MSGTR_InvalidCmdlineOption "The %s option can't be used on the command line.\n" |
c227510cb2d1
Added dots at end of sentence (m_config.c section)
kraymer
parents:
13705
diff
changeset
|
505 #define MSGTR_InvalidSuboption "Error: option '%s' has no suboption '%s'.\n" |
13699
11b249ef87b0
printf --> mp_msg by the Wanderer <inverseparadox at comcast dot net>
diego
parents:
13629
diff
changeset
|
506 #define MSGTR_MissingSuboptionParameter "Error: suboption '%s' of '%s' must have a parameter!\n" |
11b249ef87b0
printf --> mp_msg by the Wanderer <inverseparadox at comcast dot net>
diego
parents:
13629
diff
changeset
|
507 #define MSGTR_MissingOptionParameter "Error: option '%s' must have a parameter!\n" |
11b249ef87b0
printf --> mp_msg by the Wanderer <inverseparadox at comcast dot net>
diego
parents:
13629
diff
changeset
|
508 #define MSGTR_OptionListHeader "\n Name Type Min Max Global CL Cfg\n\n" |
11b249ef87b0
printf --> mp_msg by the Wanderer <inverseparadox at comcast dot net>
diego
parents:
13629
diff
changeset
|
509 #define MSGTR_TotalOptions "\nTotal: %d options\n" |
18337
d956f80973ad
console message review: countless spelling/grammar/wording fixes
diego
parents:
18335
diff
changeset
|
510 #define MSGTR_ProfileInclusionTooDeep "WARNING: Profile inclusion too deep.\n" |
17481
99c0caec4677
Fix the MSG?_FIXME and make the profiles help translatable.
albeu
parents:
17424
diff
changeset
|
511 #define MSGTR_NoProfileDefined "No profiles have been defined.\n" |
99c0caec4677
Fix the MSG?_FIXME and make the profiles help translatable.
albeu
parents:
17424
diff
changeset
|
512 #define MSGTR_AvailableProfiles "Available profiles:\n" |
99c0caec4677
Fix the MSG?_FIXME and make the profiles help translatable.
albeu
parents:
17424
diff
changeset
|
513 #define MSGTR_UnknownProfile "Unknown profile '%s'.\n" |
99c0caec4677
Fix the MSG?_FIXME and make the profiles help translatable.
albeu
parents:
17424
diff
changeset
|
514 #define MSGTR_Profile "Profile %s: %s\n" |
13699
11b249ef87b0
printf --> mp_msg by the Wanderer <inverseparadox at comcast dot net>
diego
parents:
13629
diff
changeset
|
515 |
17914
f9cb6fc1608a
Add an option to list the properties: -list-properties
albeu
parents:
17911
diff
changeset
|
516 // m_property.c |
f9cb6fc1608a
Add an option to list the properties: -list-properties
albeu
parents:
17911
diff
changeset
|
517 #define MSGTR_PropertyListHeader "\n Name Type Min Max\n\n" |
f9cb6fc1608a
Add an option to list the properties: -list-properties
albeu
parents:
17911
diff
changeset
|
518 #define MSGTR_TotalProperties "\nTotal: %d properties\n" |
f9cb6fc1608a
Add an option to list the properties: -list-properties
albeu
parents:
17911
diff
changeset
|
519 |
27040
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
520 // loader/ldt_keeper.c |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
521 #define MSGTR_LOADER_DYLD_Warning "WARNING: Attempting to use DLL codecs but environment variable\n DYLD_BIND_AT_LAUNCH not set. This will likely crash.\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
|
522 |
27033 | 523 |
36670 | 524 // ================================ GUI ================================ |
1618 | 525 |
36694 | 526 #define MSGTR_GUI_235To1 "2.35:1" |
527 #define MSGTR_GUI_AboutMPlayer "About MPlayer" | |
528 #define MSGTR_GUI_Add "Add" | |
529 #define MSGTR_GUI_AspectRatio "Aspect ratio" | |
530 #define MSGTR_GUI_Audio "Audio" | |
531 #define MSGTR_GUI_AudioDelay "Audio delay" | |
532 #define MSGTR_GUI_AudioDriverConfiguration "Audio driver configuration" | |
533 #define MSGTR_GUI_AudioTrack "Audio track" | |
534 #define MSGTR_GUI_AudioTracks "Audio tracks" | |
535 #define MSGTR_GUI_AvailableDrivers "Available drivers" | |
536 #define MSGTR_GUI_AvailableSkins "Available skins" | |
537 #define MSGTR_GUI_Bass "Bass" | |
538 #define MSGTR_GUI_Blur "Blur" | |
539 #define MSGTR_GUI_Bottom "Bottom" | |
540 #define MSGTR_GUI_Brightness "Brightness" | |
541 #define MSGTR_GUI_Browse "Browse" | |
542 #define MSGTR_GUI_Cache "Cache" | |
543 #define MSGTR_GUI_CacheSize "Cache size" | |
544 #define MSGTR_GUI_Cancel "Cancel" | |
545 #define MSGTR_GUI_CD "CD" | |
546 #define MSGTR_GUI_Center "Center" | |
547 #define MSGTR_GUI_Channel1 "Channel 1" | |
548 #define MSGTR_GUI_Channel2 "Channel 2" | |
549 #define MSGTR_GUI_Channel3 "Channel 3" | |
550 #define MSGTR_GUI_Channel4 "Channel 4" | |
551 #define MSGTR_GUI_Channel5 "Channel 5" | |
552 #define MSGTR_GUI_Channel6 "Channel 6" | |
553 #define MSGTR_GUI_ChannelAll "All channels" | |
554 #define MSGTR_GUI_ChapterN "Chapter %d" | |
555 #define MSGTR_GUI_ChapterNN "Chapter %2d" | |
556 #define MSGTR_GUI_Chapters "Chapters" | |
557 #define MSGTR_GUI_Clear "Clear" | |
558 #define MSGTR_GUI_CodecFamilyAudio "Audio codec family" | |
559 #define MSGTR_GUI_CodecFamilyVideo "Video codec family" | |
560 #define MSGTR_GUI_Codecs "Codecs" | |
561 #define MSGTR_GUI_CodecsAndLibraries "Codecs and third party libraries" | |
562 #define MSGTR_GUI_Coefficient "Coefficient" | |
563 #define MSGTR_GUI_Configure "Configure" | |
564 #define MSGTR_GUI_ConfigureDriver "Configure driver" | |
565 #define MSGTR_GUI_Contrast "Contrast" | |
566 #define MSGTR_GUI_Contributors "Code and documentation contributors" | |
567 #define MSGTR_GUI_Cp874 "Thai (CP874)" | |
568 #define MSGTR_GUI_Cp932 "Japanese (CP932)" | |
569 #define MSGTR_GUI_Cp936 "Simplified Chinese (CP936)" | |
570 #define MSGTR_GUI_Cp949 "Korean (CP949)" | |
571 #define MSGTR_GUI_Cp950 "Traditional Chinese (CP950)" | |
572 #define MSGTR_GUI_Cp1250 "Central European (CP1250)" | |
573 #define MSGTR_GUI_Cp1251 "Cyrillic (CP1251)" | |
574 #define MSGTR_GUI_Cp1252 "Western European (CP1252)" | |
575 #define MSGTR_GUI_Cp1253 "Greek (CP1253)" | |
576 #define MSGTR_GUI_Cp1254 "Turkish (CP1254)" | |
577 #define MSGTR_GUI_Cp1255 "Hebrew (CP1255)" | |
578 #define MSGTR_GUI_Cp1256 "Arabic (CP1256)" | |
579 #define MSGTR_GUI_Cp1257 "Baltic (CP1257)" | |
580 #define MSGTR_GUI_Cp1258 "Vietnamese (CP1258)" | |
581 #define MSGTR_GUI_CpBIG5 "Traditional Chinese (BIG5)" | |
582 #define MSGTR_GUI_CpISO8859_1 "Western European (ISO-8859-1)" | |
583 #define MSGTR_GUI_CpISO8859_2 "Central European (ISO-8859-2)" | |
584 #define MSGTR_GUI_CpISO8859_3 "South European (ISO-8859-3)" | |
585 #define MSGTR_GUI_CpISO8859_4 "North European (ISO-8859-4)" | |
586 #define MSGTR_GUI_CpISO8859_5 "Cyrillic (ISO-8859-5)" | |
587 #define MSGTR_GUI_CpISO8859_6 "Arabic (ISO-8859-6)" | |
588 #define MSGTR_GUI_CpISO8859_7 "Greek (ISO-8859-7)" | |
589 #define MSGTR_GUI_CpISO8859_8 "Hebrew (ISO-8859-8)" | |
590 #define MSGTR_GUI_CpISO8859_9 "Turkish (ISO-8859-9)" | |
591 #define MSGTR_GUI_CpISO8859_10 "Nordic (ISO-8859-10)" | |
592 #define MSGTR_GUI_CpISO8859_11 "Thai (ISO-8859-11)" | |
593 #define MSGTR_GUI_CpISO8859_13 "Baltic (ISO-8859-13)" | |
594 #define MSGTR_GUI_CpISO8859_14 "Celtic (ISO-8859-14)" | |
595 #define MSGTR_GUI_CpISO8859_15 "Western European, extended (ISO-8859-15)" | |
596 #define MSGTR_GUI_CpISO8859_16 "South-Eastern European (ISO-8859-16)" | |
597 #define MSGTR_GUI_CpKOI8_R "Russian (KOI8-R)" | |
598 #define MSGTR_GUI_CpKOI8_RU "Russian/Ukrainian/Belarusian (KOI8-RU)" | |
599 #define MSGTR_GUI_CpKOI8_U "Ukrainian (KOI8-U)" | |
600 #define MSGTR_GUI_CpShiftJis "Japanese (SHIFT-JIS)" | |
601 #define MSGTR_GUI_CpUnicode "Unicode" | |
602 #define MSGTR_GUI_CpUTF8 "UTF-8" | |
36710 | 603 #define MSGTR_GUI_DecimalMark "." |
36694 | 604 #define MSGTR_GUI__Default_ "(Default)" |
605 #define MSGTR_GUI_DefaultSetting "Default setting" | |
606 #define MSGTR_GUI_Delay "Delay" | |
607 #define MSGTR_GUI_Demuxer "Demuxer" | |
608 #define MSGTR_GUI_Demuxers_Codecs "Demuxers / Codecs" | |
609 #define MSGTR_GUI_Device "Device" | |
610 #define MSGTR_GUI_DeviceCDROM "CD-ROM device" | |
611 #define MSGTR_GUI_DeviceDVD "DVD device" | |
612 #define MSGTR_GUI_Directory "Directory" | |
613 #define MSGTR_GUI_DirectoryTree "Directory tree" | |
614 #define MSGTR_GUI_DropSubtitle "Drop subtitle" | |
615 #define MSGTR_GUI_DVD "DVD" | |
616 #define MSGTR_GUI_EnableAssSubtitle "Enable ssa/ass subtitle rendering" | |
617 #define MSGTR_GUI_EnableAutomaticAVSync "Enable automatic A/V sync" | |
618 #define MSGTR_GUI_EnableCache "Enable Cache" | |
619 #define MSGTR_GUI_EnableDigitalTV "Enable digital TV reception" | |
620 #define MSGTR_GUI_EnableDirectRendering "Enable direct rendering" | |
621 #define MSGTR_GUI_EnableDoubleBuffering "Enable double buffering" | |
622 #define MSGTR_GUI_EnableEqualizer "Enable equalizer" | |
623 #define MSGTR_GUI_EnableExtraStereo "Enable extra stereo" | |
624 #define MSGTR_GUI_EnableFrameDropping "Enable frame dropping" | |
625 #define MSGTR_GUI_EnableFrameDroppingIntense "Enable intense frame dropping (possible image distortion)" | |
626 #define MSGTR_GUI_EnablePlaybar "Enable playbar" | |
627 #define MSGTR_GUI_EnablePostProcessing "Enable post-processing" | |
628 #define MSGTR_GUI_EnableSoftwareMixer "Enable software mixer" | |
629 #define MSGTR_GUI_Encoding "Encoding" | |
630 #define MSGTR_GUI_Equalizer "Equalizer" | |
631 #define MSGTR_GUI_EqualizerConfiguration "Equalizer configuration" | |
632 #define MSGTR_GUI_Error "Error" | |
633 #define MSGTR_GUI_ErrorFatal "Fatal error" | |
634 #define MSGTR_GUI_File "File" | |
635 #define MSGTR_GUI_Files "Files" | |
636 #define MSGTR_GUI_FilterAudioAll "All audio files" | |
637 #define MSGTR_GUI_FilterAudioDolbyPCM "Dolby Digital / PCM (*.ac3, *.pcm)" | |
638 #define MSGTR_GUI_FilterAudioMatroska "Matroska audio (*.mka)" | |
639 #define MSGTR_GUI_FilterAudioMPEG "MPEG audio (*.aac, *.f4a, *.m4a, *.mp2, *.mp3, *.mpga)" | |
640 #define MSGTR_GUI_FilterAudioOgg "Ogg audio (*.oga, *.ogg, *.spx)" | |
641 #define MSGTR_GUI_FilterAudioWav "WAV audio (*.wav)" | |
642 #define MSGTR_GUI_FilterAudioWma "Windows Media audio (*.wma)" | |
643 #define MSGTR_GUI_FilterFileAll "All files" | |
644 #define MSGTR_GUI_FilterFileMP2TS "MPEG-2 transport streams" | |
645 #define MSGTR_GUI_FilterFileMP3 "MP3 files" | |
646 #define MSGTR_GUI_FilterFileMP4 "MP4 files" | |
647 #define MSGTR_GUI_FilterFileMPEG "MPEG files" | |
648 #define MSGTR_GUI_FilterFilePlaylist "Playlists" | |
649 #define MSGTR_GUI_FilterFileWav "WAV files" | |
650 #define MSGTR_GUI_FilterFontAll "All fonts" | |
651 #define MSGTR_GUI_FilterFontBitmap "Bitmap fonts (*.desc)" | |
652 #define MSGTR_GUI_FilterFontTTF "TrueType fonts (*.ttf)" | |
653 #define MSGTR_GUI_FilterFontType1 "Type1 fonts (*.pfb)" | |
654 #define MSGTR_GUI_FilterImageVCD "VCD/SVCD images" | |
655 #define MSGTR_GUI_FilterMediumMatroska "Matroska media" | |
656 #define MSGTR_GUI_FilterMediumOgg "Ogg media" | |
657 #define MSGTR_GUI_FilterMediumQuickTime "QuickTime media" | |
658 #define MSGTR_GUI_FilterMediumRealNetworks "RealNetworks media" | |
659 #define MSGTR_GUI_FilterMediumWindows "Windows media" | |
660 #define MSGTR_GUI_FilterSubtitleAll "All subtitles" | |
661 #define MSGTR_GUI_FilterSubtitleUTF8 "UTF-8 encoded subtitles (*.utf, *.utf-8, *.utf8)" | |
662 #define MSGTR_GUI_FilterVideoAll "All video files" | |
663 #define MSGTR_GUI_FilterVideoAvi "AVI files" | |
664 #define MSGTR_GUI_FilterVideoDivX "DivX files" | |
665 #define MSGTR_GUI_FilterVideoFlash "Flash Video" | |
666 #define MSGTR_GUI_Flip "Flip image upside down" | |
667 #define MSGTR_GUI_Font "Font" | |
668 #define MSGTR_GUI_FrameRate "Frame rate (fps)" | |
669 #define MSGTR_GUI_Frequency0 "31.25 Hz" | |
670 #define MSGTR_GUI_Frequency1 "62.50 Hz" | |
671 #define MSGTR_GUI_Frequency2 "125 Hz" | |
672 #define MSGTR_GUI_Frequency3 "250 Hz" | |
673 #define MSGTR_GUI_Frequency4 "500 Hz" | |
674 #define MSGTR_GUI_Frequency5 "1 kHz" | |
675 #define MSGTR_GUI_Frequency6 "2 kHz" | |
676 #define MSGTR_GUI_Frequency7 "4 kHz" | |
677 #define MSGTR_GUI_Frequency8 "8 kHz" | |
678 #define MSGTR_GUI_Frequency9 "16 kHz" | |
679 #define MSGTR_GUI_FrontLeft "Front left" | |
680 #define MSGTR_GUI_FrontRight "Front right" | |
681 #define MSGTR_GUI_HideVideoWindow "Hide video window after playing" | |
682 #define MSGTR_GUI_Hue "Hue" | |
683 #define MSGTR_GUI_Information "Information" | |
684 #define MSGTR_GUI_Lavc "lavc (realtime mpeg1 encoding)" | |
685 #define MSGTR_GUI_MaximumUsageSpareCPU "Maximum usage of spare CPU time" | |
686 #define MSGTR_GUI_Miscellaneous "Misc" | |
687 #define MSGTR_GUI_Mixer "Mixer" | |
688 #define MSGTR_GUI_MixerChannel "Mixer channel" | |
689 #define MSGTR_GUI_MSG_AddingVideoFilter "Adding video filter '%s'.\n" | |
690 #define MSGTR_GUI_MSG_ColorDepthTooLow "The color depth of the display is too low!\n" | |
691 #define MSGTR_GUI_MSG_DragAndDropNothing "Drag and drop: Nothing returned!\n" | |
692 #define MSGTR_GUI_MSG_DXR3NeedsLavc "You cannot play non-MPEG files with your DXR3/H+ device without reencoding.\nPlease enable lavc in the DXR3/H+ configuration box.\n" | |
693 #define MSGTR_GUI_MSG_IconError "Icon '%s' (size %d) not found or unsupported format.\n" | |
694 #define MSGTR_GUI_MSG_LoadingSubtitle "Loading subtitle file '%s'.\n" | |
695 #define MSGTR_GUI_MSG_LocaleEncoding "G_FILENAME_ENCODING=@locale or G_BROKEN_FILENAMES isn't supported,\nencoding must be explicitly specified in G_FILENAME_ENCODING.\n" | |
696 #define MSGTR_GUI_MSG_MemoryErrorImage "Not enough memory for image rendering!\n" | |
697 #define MSGTR_GUI_MSG_MemoryErrorWindow "Not enough memory for window rendering.\n" | |
698 #define MSGTR_GUI_MSG_NoFileLoaded "No file loaded." | |
699 #define MSGTR_GUI_MSG_NoMediaOpened "No media opened." | |
700 #define MSGTR_GUI_MSG_NotAFile0 "This does not seem to be a file!\n" | |
701 #define MSGTR_GUI_MSG_NotAFile1 "%s does not seem to be a file!\n" | |
702 #define MSGTR_GUI_MSG_PlaybackNeedsRestart "You need to restart playback for some options to take effect." | |
703 #define MSGTR_GUI_MSG_RemoteDisplay "Remote display, disabling X shared memory.\n" | |
704 #define MSGTR_GUI_MSG_RemovingSubtitle "Removing subtitle.\n" | |
37080 | 705 #define MSGTR_GUI_MSG_RemovingVideoFilter "Removing video filter '%s'.\n" |
36694 | 706 #define MSGTR_GUI_MSG_SkinBitmapConversionError "24 bit to 32 bit conversion error in %s\n" |
707 #define MSGTR_GUI_MSG_SkinBitmapNotFound "Bitmap %s not found.\n" | |
708 #define MSGTR_GUI_MSG_SkinBitmapPngReadError "PNG read error in %s\n" | |
709 #define MSGTR_GUI_MSG_SkinCfgError "Config file processing error with skin '%s'\n" | |
710 #define MSGTR_GUI_MSG_SkinCfgNotFound "Skin '%s' not found.\n" | |
711 #define MSGTR_GUI_MSG_SkinCfgSelectedNotFound "Selected skin '%s' not found, trying skin 'default'...\n" | |
712 #define MSGTR_GUI_MSG_SkinErrorBitmap16Bit "Color depth of bitmap %s is 16 bits or less which is not supported.\n" | |
37025
df052000865c
Check potmeter and pimage default value in skin configuration file.
ib
parents:
37001
diff
changeset
|
713 #define MSGTR_GUI_MSG_SkinErrorDefault "Default (%d) out of range\n" |
36694 | 714 #define MSGTR_GUI_MSG_SkinErrorItem "This item is not supported by '%s'.\n" |
36875 | 715 #define MSGTR_GUI_MSG_SkinErrorMessage "Error in skin config file at line %d: %s" |
37001 | 716 #define MSGTR_GUI_MSG_SkinErrorNumphases "The number of phases must not be zero.\n" |
36694 | 717 #define MSGTR_GUI_MSG_SkinErrorSection "No section specified for '%s'.\n" |
718 #define MSGTR_GUI_MSG_SkinErrorWindow "No window specified for '%s'.\n" | |
719 #define MSGTR_GUI_MSG_SkinFileNotFound "Skin file %s not found.\n" | |
720 #define MSGTR_GUI_MSG_SkinFileNotReadable "Skin file %s not readable.\n" | |
721 #define MSGTR_GUI_MSG_SkinFontFileNotFound "Font description file not found.\n" | |
722 #define MSGTR_GUI_MSG_SkinFontImageNotFound "Font image file not found.\n" | |
723 #define MSGTR_GUI_MSG_SkinFontNotFound "Font '%s' not found.\n" | |
36891
c5ee0fc2ec75
Print an information on deprecated skin config file entries.
ib
parents:
36875
diff
changeset
|
724 #define MSGTR_GUI_MSG_SkinLegacy "Skin config file at line %d: '%s' is deprecated, use '%s' instead.\n" |
36694 | 725 #define MSGTR_GUI_MSG_SkinMemoryError "Not enough memory\n" |
726 #define MSGTR_GUI_MSG_SkinTooManyFonts "Too many fonts defined.\n" | |
727 #define MSGTR_GUI_MSG_SkinTooManyItems "Too many items defined.\n" | |
728 #define MSGTR_GUI_MSG_SkinUnknownItem "Unknown item '%s'\n" | |
729 #define MSGTR_GUI_MSG_SkinUnknownMessage "Unknown message '%s'\n" | |
730 #define MSGTR_GUI_MSG_SkinUnknownName "Unknown name '%s'\n" | |
731 #define MSGTR_GUI_MSG_SkinUnknownParameter "Unknown parameter '%s'\n" | |
732 #define MSGTR_GUI_MSG_TooManyWindows "Too many windows have been created!\n" | |
733 #define MSGTR_GUI_MSG_UnableToSaveOption "Unable to save option '%s'.\n" | |
734 #define MSGTR_GUI_MSG_VideoOutError "No GUI supporting video output driver found.\n" | |
735 #define MSGTR_GUI_MSG_X11Error "An X11 error has occurred!\n" | |
736 #define MSGTR_GUI_MSG_XShapeError "This system does not support the XShape extension!\n" | |
737 #define MSGTR_GUI_MSG_XSharedMemoryError "An X shared memory extension error has occurred!\n" | |
738 #define MSGTR_GUI_MSG_XSharedMemoryUnavailable "X shared memory is not available!\n" | |
739 #define MSGTR_GUI_Mute "Mute" | |
740 #define MSGTR_GUI_NetworkStreaming "Network streaming" | |
741 #define MSGTR_GUI_Next "Next" | |
742 #define MSGTR_GUI_NoChannelName "No channel name" | |
743 #define MSGTR_GUI_NoChapter "No chapter" | |
744 #define MSGTR_GUI_None "None" | |
745 #define MSGTR_GUI__none_ "(none)" | |
37167 | 746 #define MSGTR_GUI_NonInterleavedParser "Use non-interleaved parser" |
36694 | 747 #define MSGTR_GUI_NormalizeSound "Normalize sound" |
748 #define MSGTR_GUI_Ok "OK" | |
749 #define MSGTR_GUI_Open "Open" | |
750 #define MSGTR_GUI_Original "Original" | |
751 #define MSGTR_GUI_OsdLevel "OSD mode" | |
752 #define MSGTR_GUI_OsdLevel0 "Subtitles only" | |
753 #define MSGTR_GUI_OsdLevel1 "Volume and seek" | |
754 #define MSGTR_GUI_OsdLevel2 "Volume, seek, timer and percentage" | |
755 #define MSGTR_GUI_OsdLevel3 "Volume, seek, timer, percentage and total time" | |
756 #define MSGTR_GUI_OSD_Subtitles "OSD / Subtitles" | |
757 #define MSGTR_GUI_Outline "Outline" | |
758 #define MSGTR_GUI_PanAndScan "Pan and scan" | |
759 #define MSGTR_GUI_Pause "Pause" | |
760 #define MSGTR_GUI_Play "Play" | |
761 #define MSGTR_GUI_Playback "Playback" | |
762 #define MSGTR_GUI_Playlist "Playlist" | |
763 #define MSGTR_GUI_Position "Position" | |
764 #define MSGTR_GUI_PostProcessing "Post-processing" | |
765 #define MSGTR_GUI_Preferences "Preferences" | |
766 #define MSGTR_GUI_Previous "Previous" | |
767 #define MSGTR_GUI_Quit "Quit" | |
768 #define MSGTR_GUI_QuitAfterPlaying "Quit after playing" | |
769 #define MSGTR_GUI_RearLeft "Rear left" | |
770 #define MSGTR_GUI_RearRight "Rear right" | |
771 #define MSGTR_GUI_Remove "Remove" | |
37081 | 772 #define MSGTR_GUI_Rotation "Rotation" |
773 #define MSGTR_GUI_Rotation180 "180°" | |
774 #define MSGTR_GUI_Rotation90CCW "90° counterclockwise" | |
775 #define MSGTR_GUI_Rotation90CW "90° clockwise" | |
36694 | 776 #define MSGTR_GUI_Saturation "Saturation" |
777 #define MSGTR_GUI_SaveWindowPositions "Save window positions" | |
778 #define MSGTR_GUI_ScaleMode "Scale mode" | |
779 #define MSGTR_GUI_ScaleMovieDiagonal "Proportional to movie diagonal" | |
780 #define MSGTR_GUI_ScaleMovieHeight "Proportional to movie height" | |
781 #define MSGTR_GUI_ScaleMovieWidth "Proportional to movie width" | |
782 #define MSGTR_GUI_ScaleNo "No autoscale" | |
783 #define MSGTR_GUI_SeekingInBrokenMedia "Allow seeking in broken media" | |
784 #define MSGTR_GUI_SelectAudioFile "Select audio file" | |
785 #define MSGTR_GUI_SelectedFiles "Selected files" | |
786 #define MSGTR_GUI_SelectFile "Select file" | |
787 #define MSGTR_GUI_SelectFont "Select font" | |
788 #define MSGTR_GUI_SelectSubtitle "Select subtitle" | |
789 #define MSGTR_GUI_SizeDouble "Double size" | |
790 #define MSGTR_GUI_SizeFullscreen "Fullscreen" | |
791 #define MSGTR_GUI_SizeHalf "Half size" | |
792 #define MSGTR_GUI_SizeNormal "Normal size" | |
793 #define MSGTR_GUI_SizeOSD "Size (OSD)" | |
794 #define MSGTR_GUI_SizeSubtitles "Size (subtitles)" | |
795 #define MSGTR_GUI_SkinBrowser "Skin browser" | |
796 #define MSGTR_GUI_Skins "Skins" | |
797 #define MSGTR_GUI_Sponsored "GUI development has been sponsored by UHU-Linux" | |
798 #define MSGTR_GUI_StartFullscreen "Start in fullscreen" | |
799 #define MSGTR_GUI_Stop "Stop" | |
800 #define MSGTR_GUI_Subtitle "Subtitle" | |
801 #define MSGTR_GUI_SubtitleAddMargins "Add margins for subtitle" | |
802 #define MSGTR_GUI_SubtitleAllowOverlap "Allow subtitle overlapping" | |
803 #define MSGTR_GUI_SubtitleAutomaticLoad "Subtitle autoloading" | |
804 #define MSGTR_GUI_SubtitleConvertMpsub "Convert the given subtitle to MPlayer's subtitle format (mpsub)" | |
805 #define MSGTR_GUI_SubtitleConvertSrt "Convert the given subtitle to SubRip subtitle format (srt)" | |
806 #define MSGTR_GUI_Subtitles "Subtitles" | |
807 #define MSGTR_GUI_SyncValue "Sync value" | |
808 #define MSGTR_GUI_TitleN "Title %d" | |
809 #define MSGTR_GUI_TitleNN "Title %2d" | |
810 #define MSGTR_GUI_Titles "Titles" | |
811 #define MSGTR_GUI_Top "Top" | |
812 #define MSGTR_GUI_TrackN "Track %d" | |
813 #define MSGTR_GUI_Translations "Translations" | |
814 #define MSGTR_GUI_TurnOffXScreenSaver "Turn off XScreenSaver" | |
815 #define MSGTR_GUI_TV "TV" | |
36701 | 816 #define MSGTR_GUI_Unknown "Unknown" |
36694 | 817 #define MSGTR_GUI_URL "URL" |
818 #define MSGTR_GUI_VCD "VCD" | |
819 #define MSGTR_GUI_Video "Video" | |
820 #define MSGTR_GUI_VideoEncoder "Video encoder" | |
821 #define MSGTR_GUI_VideoTracks "Video tracks" | |
822 #define MSGTR_GUI_Warning "Warning" | |
6713 | 823 |
36694 | 824 #define MSGTR_GUI_WIN32_AddFile "Add file" |
825 #define MSGTR_GUI_WIN32_AddURL "Add URL" | |
826 #define MSGTR_GUI_WIN32_Close "Close" | |
827 #define MSGTR_GUI_WIN32_DebugConsole "Debug Console" | |
828 #define MSGTR_GUI_WIN32_Defaults "Defaults" | |
829 #define MSGTR_GUI_WIN32_DirectoryList "Directory list" | |
36872 | 830 #define MSGTR_GUI_WIN32_DisplayInVideoWindow "Display in the video window (DirectX or Direct3D only)" |
36694 | 831 #define MSGTR_GUI_WIN32_Down "Down" |
832 #define MSGTR_GUI_WIN32_Load "Load" | |
833 #define MSGTR_GUI_WIN32_OnlineHelp "Online Help" | |
834 #define MSGTR_GUI_WIN32_Priority "Priority" | |
835 #define MSGTR_GUI_WIN32_PriorityAboveNormal "above normal" | |
836 #define MSGTR_GUI_WIN32_PriorityBelowNormal "below normal" | |
837 #define MSGTR_GUI_WIN32_PriorityHigh "high" | |
838 #define MSGTR_GUI_WIN32_PriorityLow "low" | |
839 #define MSGTR_GUI_WIN32_PriorityNormal "normal" | |
840 #define MSGTR_GUI_WIN32_Save "Save" | |
841 #define MSGTR_GUI_WIN32_SavePlaylist "Save playlist" | |
842 #define MSGTR_GUI_WIN32_SeekBackwards "Seek backwards" | |
843 #define MSGTR_GUI_WIN32_SeekForwards "Seek forwards" | |
844 #define MSGTR_GUI_WIN32_SelectPlaylist "Select playlist" | |
845 #define MSGTR_GUI_WIN32_SelectTitleChapter "Select title/chapter" | |
846 #define MSGTR_GUI_WIN32_ShowHide "Show/Hide" | |
847 #define MSGTR_GUI_WIN32_SubtitleOnOff "Subtitle visibility on/off" | |
848 #define MSGTR_GUI_WIN32_Up "Up" | |
34163 | 849 |
27034 | 850 // ======================= video output drivers ======================== |
13158 | 851 |
16124
833fa602eb76
Sometimes you have to manually add scale at the end of the filter chain :-(
reimar
parents:
16122
diff
changeset
|
852 #define MSGTR_VOincompCodec "The selected video_out device is incompatible with this codec.\n"\ |
22121 | 853 "Try appending the scale filter to your filter list,\n"\ |
854 "e.g. -vf spp,scale instead of -vf spp.\n" | |
13284
6370626e902b
Renamed some MSGTR_VO_JPEG_* messages to MSGTR_VO_* messages, so they can
ivo
parents:
13265
diff
changeset
|
855 #define MSGTR_VO_GenericError "This error has occurred" |
36374
cd83754e4f3a
vo jpeg, png, pnm: Make output directory message less confusing
al
parents:
36317
diff
changeset
|
856 #define MSGTR_VO_OutputDirectory "output directory" |
13284
6370626e902b
Renamed some MSGTR_VO_JPEG_* messages to MSGTR_VO_* messages, so they can
ivo
parents:
13265
diff
changeset
|
857 #define MSGTR_VO_UnableToAccess "Unable to access" |
6370626e902b
Renamed some MSGTR_VO_JPEG_* messages to MSGTR_VO_* messages, so they can
ivo
parents:
13265
diff
changeset
|
858 #define MSGTR_VO_ExistsButNoDirectory "already exists, but is not a directory." |
6370626e902b
Renamed some MSGTR_VO_JPEG_* messages to MSGTR_VO_* messages, so they can
ivo
parents:
13265
diff
changeset
|
859 #define MSGTR_VO_DirExistsButNotWritable "Output directory already exists, but is not writable." |
6370626e902b
Renamed some MSGTR_VO_JPEG_* messages to MSGTR_VO_* messages, so they can
ivo
parents:
13265
diff
changeset
|
860 #define MSGTR_VO_CantCreateDirectory "Unable to create output directory." |
6370626e902b
Renamed some MSGTR_VO_JPEG_* messages to MSGTR_VO_* messages, so they can
ivo
parents:
13265
diff
changeset
|
861 #define MSGTR_VO_CantCreateFile "Unable to create output file." |
6370626e902b
Renamed some MSGTR_VO_JPEG_* messages to MSGTR_VO_* messages, so they can
ivo
parents:
13265
diff
changeset
|
862 #define MSGTR_VO_DirectoryCreateSuccess "Output directory successfully created." |
18337
d956f80973ad
console message review: countless spelling/grammar/wording fixes
diego
parents:
18335
diff
changeset
|
863 #define MSGTR_VO_ValueOutOfRange "value out of range" |
13158 | 864 |
27040
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
865 // aspect.c |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
866 #define MSGTR_LIBVO_ASPECT_NoSuitableNewResFound "[ASPECT] Warning: No suitable new res found!\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
867 #define MSGTR_LIBVO_ASPECT_NoNewSizeFoundThatFitsIntoRes "[ASPECT] Error: No new size found that fits into res!\n" |
13158 | 868 |
27040
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
869 // font_load_ft.c |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
870 #define MSGTR_LIBVO_FONT_LOAD_FT_NewFaceFailed "New_Face failed. Maybe the font path is wrong.\nPlease supply the text font file (~/.mplayer/subfont.ttf).\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
871 #define MSGTR_LIBVO_FONT_LOAD_FT_NewMemoryFaceFailed "New_Memory_Face failed..\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
872 #define MSGTR_LIBVO_FONT_LOAD_FT_SubFaceFailed "subtitle font: load_sub_face failed.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
873 #define MSGTR_LIBVO_FONT_LOAD_FT_SubFontCharsetFailed "subtitle font: prepare_charset failed.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
874 #define MSGTR_LIBVO_FONT_LOAD_FT_CannotPrepareSubtitleFont "Cannot prepare subtitle font.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
875 #define MSGTR_LIBVO_FONT_LOAD_FT_CannotPrepareOSDFont "Cannot prepare OSD font.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
876 #define MSGTR_LIBVO_FONT_LOAD_FT_CannotGenerateTables "Cannot generate tables.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
877 #define MSGTR_LIBVO_FONT_LOAD_FT_DoneFreeTypeFailed "FT_Done_FreeType failed.\n" |
30002
1d3f9930c663
Fix a crash when fontconfig is unable to select a font. e.g. if no config directory could be found.
adrian
parents:
29870
diff
changeset
|
878 #define MSGTR_LIBVO_FONT_LOAD_FT_FontconfigNoMatch "Fontconfig failed to select a font. Trying without fontconfig...\n" |
13462 | 879 |
16922
366e9d248cd1
Added translatable messages for OSD localization from libvo/sub.c
ptt
parents:
16910
diff
changeset
|
880 // sub.c |
366e9d248cd1
Added translatable messages for OSD localization from libvo/sub.c
ptt
parents:
16910
diff
changeset
|
881 #define MSGTR_VO_SUB_Seekbar "Seekbar" |
366e9d248cd1
Added translatable messages for OSD localization from libvo/sub.c
ptt
parents:
16910
diff
changeset
|
882 #define MSGTR_VO_SUB_Play "Play" |
366e9d248cd1
Added translatable messages for OSD localization from libvo/sub.c
ptt
parents:
16910
diff
changeset
|
883 #define MSGTR_VO_SUB_Pause "Pause" |
366e9d248cd1
Added translatable messages for OSD localization from libvo/sub.c
ptt
parents:
16910
diff
changeset
|
884 #define MSGTR_VO_SUB_Stop "Stop" |
366e9d248cd1
Added translatable messages for OSD localization from libvo/sub.c
ptt
parents:
16910
diff
changeset
|
885 #define MSGTR_VO_SUB_Rewind "Rewind" |
366e9d248cd1
Added translatable messages for OSD localization from libvo/sub.c
ptt
parents:
16910
diff
changeset
|
886 #define MSGTR_VO_SUB_Forward "Forward" |
366e9d248cd1
Added translatable messages for OSD localization from libvo/sub.c
ptt
parents:
16910
diff
changeset
|
887 #define MSGTR_VO_SUB_Clock "Clock" |
366e9d248cd1
Added translatable messages for OSD localization from libvo/sub.c
ptt
parents:
16910
diff
changeset
|
888 #define MSGTR_VO_SUB_Contrast "Contrast" |
366e9d248cd1
Added translatable messages for OSD localization from libvo/sub.c
ptt
parents:
16910
diff
changeset
|
889 #define MSGTR_VO_SUB_Saturation "Saturation" |
366e9d248cd1
Added translatable messages for OSD localization from libvo/sub.c
ptt
parents:
16910
diff
changeset
|
890 #define MSGTR_VO_SUB_Volume "Volume" |
366e9d248cd1
Added translatable messages for OSD localization from libvo/sub.c
ptt
parents:
16910
diff
changeset
|
891 #define MSGTR_VO_SUB_Brightness "Brightness" |
366e9d248cd1
Added translatable messages for OSD localization from libvo/sub.c
ptt
parents:
16910
diff
changeset
|
892 #define MSGTR_VO_SUB_Hue "Hue" |
23568 | 893 #define MSGTR_VO_SUB_Balance "Balance" |
16922
366e9d248cd1
Added translatable messages for OSD localization from libvo/sub.c
ptt
parents:
16910
diff
changeset
|
894 |
27040
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
895 // vo_3dfx.c |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
896 #define MSGTR_LIBVO_3DFX_Only16BppSupported "[VO_3DFX] Only 16bpp supported!" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
897 #define MSGTR_LIBVO_3DFX_VisualIdIs "[VO_3DFX] Visual ID is %lx.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
898 #define MSGTR_LIBVO_3DFX_UnableToOpenDevice "[VO_3DFX] Unable to open /dev/3dfx.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
899 #define MSGTR_LIBVO_3DFX_Error "[VO_3DFX] Error: %d.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
900 #define MSGTR_LIBVO_3DFX_CouldntMapMemoryArea "[VO_3DFX] Couldn't map 3dfx memory areas: %p,%p,%d.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
901 #define MSGTR_LIBVO_3DFX_DisplayInitialized "[VO_3DFX] Initialized: %p.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
902 #define MSGTR_LIBVO_3DFX_UnknownSubdevice "[VO_3DFX] Unknown subdevice: %s.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
903 |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
904 // vo_aa.c |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
905 #define MSGTR_VO_AA_HelpHeader "\n\nHere are the aalib vo_aa suboptions:\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
906 #define MSGTR_VO_AA_AdditionalOptions "Additional options vo_aa provides:\n" \ |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
907 " help print this help message\n" \ |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
908 " osdcolor set OSD color\n subcolor set subtitle color\n" \ |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
909 " the color parameters are:\n 0 : normal\n" \ |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
910 " 1 : dim\n 2 : bold\n 3 : boldfont\n" \ |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
911 " 4 : reverse\n 5 : special\n\n\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
912 |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
913 // vo_dxr3.c |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
914 #define MSGTR_LIBVO_DXR3_UnableToLoadNewSPUPalette "[VO_DXR3] Unable to load new SPU palette!\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
915 #define MSGTR_LIBVO_DXR3_UnableToSetPlaymode "[VO_DXR3] Unable to set playmode!\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
916 #define MSGTR_LIBVO_DXR3_UnableToSetSubpictureMode "[VO_DXR3] Unable to set subpicture mode!\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
917 #define MSGTR_LIBVO_DXR3_UnableToGetTVNorm "[VO_DXR3] Unable to get TV norm!\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
918 #define MSGTR_LIBVO_DXR3_AutoSelectedTVNormByFrameRate "[VO_DXR3] Auto-selected TV norm by framerate: " |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
919 #define MSGTR_LIBVO_DXR3_UnableToSetTVNorm "[VO_DXR3] Unable to set TV norm!\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
920 #define MSGTR_LIBVO_DXR3_SettingUpForNTSC "[VO_DXR3] Setting up for NTSC.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
921 #define MSGTR_LIBVO_DXR3_SettingUpForPALSECAM "[VO_DXR3] Setting up for PAL/SECAM.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
922 #define MSGTR_LIBVO_DXR3_SettingAspectRatioTo43 "[VO_DXR3] Setting aspect ratio to 4:3.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
923 #define MSGTR_LIBVO_DXR3_SettingAspectRatioTo169 "[VO_DXR3] Setting aspect ratio to 16:9.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
924 #define MSGTR_LIBVO_DXR3_OutOfMemory "[VO_DXR3] out of memory\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
925 #define MSGTR_LIBVO_DXR3_UnableToAllocateKeycolor "[VO_DXR3] Unable to allocate keycolor!\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
926 #define MSGTR_LIBVO_DXR3_UnableToAllocateExactKeycolor "[VO_DXR3] Unable to allocate exact keycolor, using closest match (0x%lx).\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
927 #define MSGTR_LIBVO_DXR3_Uninitializing "[VO_DXR3] Uninitializing.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
928 #define MSGTR_LIBVO_DXR3_FailedRestoringTVNorm "[VO_DXR3] Failed restoring TV norm!\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
929 #define MSGTR_LIBVO_DXR3_EnablingPrebuffering "[VO_DXR3] Enabling prebuffering.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
930 #define MSGTR_LIBVO_DXR3_UsingNewSyncEngine "[VO_DXR3] Using new sync engine.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
931 #define MSGTR_LIBVO_DXR3_UsingOverlay "[VO_DXR3] Using overlay.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
932 #define MSGTR_LIBVO_DXR3_ErrorYouNeedToCompileMplayerWithX11 "[VO_DXR3] Error: Overlay requires compiling with X11 libs/headers installed.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
933 #define MSGTR_LIBVO_DXR3_WillSetTVNormTo "[VO_DXR3] Will set TV norm to: " |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
934 #define MSGTR_LIBVO_DXR3_AutoAdjustToMovieFrameRatePALPAL60 "auto-adjust to movie framerate (PAL/PAL-60)" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
935 #define MSGTR_LIBVO_DXR3_AutoAdjustToMovieFrameRatePALNTSC "auto-adjust to movie framerate (PAL/NTSC)" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
936 #define MSGTR_LIBVO_DXR3_UseCurrentNorm "Use current norm." |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
937 #define MSGTR_LIBVO_DXR3_UseUnknownNormSuppliedCurrentNorm "Unknown norm supplied. Use current norm." |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
938 #define MSGTR_LIBVO_DXR3_ErrorOpeningForWritingTrying "[VO_DXR3] Error opening %s for writing, trying /dev/em8300 instead.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
939 #define MSGTR_LIBVO_DXR3_ErrorOpeningForWritingTryingMV "[VO_DXR3] Error opening %s for writing, trying /dev/em8300_mv instead.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
940 #define MSGTR_LIBVO_DXR3_ErrorOpeningForWritingAsWell "[VO_DXR3] Error opening /dev/em8300 for writing as well!\nBailing out.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
941 #define MSGTR_LIBVO_DXR3_ErrorOpeningForWritingAsWellMV "[VO_DXR3] Error opening /dev/em8300_mv for writing as well!\nBailing out.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
942 #define MSGTR_LIBVO_DXR3_Opened "[VO_DXR3] Opened: %s.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
943 #define MSGTR_LIBVO_DXR3_ErrorOpeningForWritingTryingSP "[VO_DXR3] Error opening %s for writing, trying /dev/em8300_sp instead.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
944 #define MSGTR_LIBVO_DXR3_ErrorOpeningForWritingAsWellSP "[VO_DXR3] Error opening /dev/em8300_sp for writing as well!\nBailing out.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
945 #define MSGTR_LIBVO_DXR3_UnableToOpenDisplayDuringHackSetup "[VO_DXR3] Unable to open display during overlay hack setup!\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
946 #define MSGTR_LIBVO_DXR3_UnableToInitX11 "[VO_DXR3] Unable to init X11!\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
947 #define MSGTR_LIBVO_DXR3_FailedSettingOverlayAttribute "[VO_DXR3] Failed setting overlay attribute.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
948 #define MSGTR_LIBVO_DXR3_FailedSettingOverlayScreen "[VO_DXR3] Failed setting overlay screen!\nExiting.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
949 #define MSGTR_LIBVO_DXR3_FailedEnablingOverlay "[VO_DXR3] Failed enabling overlay!\nExiting.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
950 #define MSGTR_LIBVO_DXR3_FailedResizingOverlayWindow "[VO_DXR3] Failed resizing overlay window!\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
951 #define MSGTR_LIBVO_DXR3_FailedSettingOverlayBcs "[VO_DXR3] Failed setting overlay bcs!\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
952 #define MSGTR_LIBVO_DXR3_FailedGettingOverlayYOffsetValues "[VO_DXR3] Failed getting overlay Y-offset values!\nExiting.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
953 #define MSGTR_LIBVO_DXR3_FailedGettingOverlayXOffsetValues "[VO_DXR3] Failed getting overlay X-offset values!\nExiting.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
954 #define MSGTR_LIBVO_DXR3_FailedGettingOverlayXScaleCorrection "[VO_DXR3] Failed getting overlay X scale correction!\nExiting.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
955 #define MSGTR_LIBVO_DXR3_YOffset "[VO_DXR3] Yoffset: %d.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
956 #define MSGTR_LIBVO_DXR3_XOffset "[VO_DXR3] Xoffset: %d.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
957 #define MSGTR_LIBVO_DXR3_XCorrection "[VO_DXR3] Xcorrection: %d.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
958 #define MSGTR_LIBVO_DXR3_FailedSetSignalMix "[VO_DXR3] Failed to set signal mix!\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
959 |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
960 // vo_jpeg.c |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
961 #define MSGTR_VO_JPEG_ProgressiveJPEG "Progressive JPEG enabled." |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
962 #define MSGTR_VO_JPEG_NoProgressiveJPEG "Progressive JPEG disabled." |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
963 #define MSGTR_VO_JPEG_BaselineJPEG "Baseline JPEG enabled." |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
964 #define MSGTR_VO_JPEG_NoBaselineJPEG "Baseline JPEG disabled." |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
965 |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
966 // vo_mga.c |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
967 #define MSGTR_LIBVO_MGA_AspectResized "[VO_MGA] aspect(): resized to %dx%d.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
968 #define MSGTR_LIBVO_MGA_Uninit "[VO] uninit!\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
969 |
31364
317649676214
Rename libvo/mga_common.c --> libvo/mga_template.c.
diego
parents:
31287
diff
changeset
|
970 // mga_template.c |
27040
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
971 #define MSGTR_LIBVO_MGA_ErrorInConfigIoctl "[MGA] error in mga_vid_config ioctl (wrong mga_vid.o version?)" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
972 #define MSGTR_LIBVO_MGA_CouldNotGetLumaValuesFromTheKernelModule "[MGA] Could not get luma values from the kernel module!\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
973 #define MSGTR_LIBVO_MGA_CouldNotSetLumaValuesFromTheKernelModule "[MGA] Could not set luma values from the kernel module!\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
974 #define MSGTR_LIBVO_MGA_ScreenWidthHeightUnknown "[MGA] Screen width/height unknown!\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
975 #define MSGTR_LIBVO_MGA_InvalidOutputFormat "[MGA] invalid output format %0X\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
976 #define MSGTR_LIBVO_MGA_IncompatibleDriverVersion "[MGA] Your mga_vid driver version is incompatible with this MPlayer version!\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
977 #define MSGTR_LIBVO_MGA_CouldntOpen "[MGA] Couldn't open: %s\n" |
28088 | 978 #define MSGTR_LIBVO_MGA_ResolutionTooHigh "[MGA] Source resolution exceeds 1023x1023 in at least one dimension.\n[MGA] Rescale in software or use -lavdopts lowres=1.\n" |
979 #define MSGTR_LIBVO_MGA_mgavidVersionMismatch "[MGA] mismatch between kernel (%u) and MPlayer (%u) mga_vid driver versions\n" | |
27040
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
980 |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
981 // vo_null.c |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
982 #define MSGTR_LIBVO_NULL_UnknownSubdevice "[VO_NULL] Unknown subdevice: %s.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
983 |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
984 // vo_png.c |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
985 #define MSGTR_LIBVO_PNG_Warning1 "[VO_PNG] Warning: compression level set to 0, compression disabled!\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
986 #define MSGTR_LIBVO_PNG_Warning2 "[VO_PNG] Info: Use -vo png:z=<n> to set compression level from 0 to 9.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
987 #define MSGTR_LIBVO_PNG_Warning3 "[VO_PNG] Info: (0 = no compression, 1 = fastest, lowest - 9 best, slowest compression)\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
988 #define MSGTR_LIBVO_PNG_ErrorOpeningForWriting "\n[VO_PNG] Error opening '%s' for writing!\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
989 #define MSGTR_LIBVO_PNG_ErrorInCreatePng "[VO_PNG] Error in create_png.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
990 |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
991 // vo_pnm.c |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
992 #define MSGTR_VO_PNM_ASCIIMode "ASCII mode enabled." |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
993 #define MSGTR_VO_PNM_RawMode "Raw mode enabled." |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
994 #define MSGTR_VO_PNM_PPMType "Will write PPM files." |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
995 #define MSGTR_VO_PNM_PGMType "Will write PGM files." |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
996 #define MSGTR_VO_PNM_PGMYUVType "Will write PGMYUV files." |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
997 |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
998 // vo_sdl.c |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
999 #define MSGTR_LIBVO_SDL_CouldntGetAnyAcceptableSDLModeForOutput "[VO_SDL] Couldn't get any acceptable SDL Mode for output.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1000 #define MSGTR_LIBVO_SDL_UnsupportedImageFormat "[VO_SDL] Unsupported image format (0x%X).\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1001 #define MSGTR_LIBVO_SDL_InfoPleaseUseVmOrZoom "[VO_SDL] Info - please use -vm or -zoom to switch to the best resolution.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1002 #define MSGTR_LIBVO_SDL_FailedToSetVideoMode "[VO_SDL] Failed to set video mode: %s.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1003 #define MSGTR_LIBVO_SDL_CouldntCreateAYUVOverlay "[VO_SDL] Couldn't create a YUV overlay: %s.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1004 #define MSGTR_LIBVO_SDL_CouldntCreateARGBSurface "[VO_SDL] Couldn't create an RGB surface: %s.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1005 #define MSGTR_LIBVO_SDL_UsingDepthColorspaceConversion "[VO_SDL] Using depth/colorspace conversion, this will slow things down (%ibpp -> %ibpp).\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1006 #define MSGTR_LIBVO_SDL_UnsupportedImageFormatInDrawslice "[VO_SDL] Unsupported image format in draw_slice, contact MPlayer developers!\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1007 #define MSGTR_LIBVO_SDL_BlitFailed "[VO_SDL] Blit failed: %s.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1008 #define MSGTR_LIBVO_SDL_InitializationFailed "[VO_SDL] SDL initialization failed: %s.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1009 #define MSGTR_LIBVO_SDL_UsingDriver "[VO_SDL] Using driver: %s.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1010 |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1011 // vo_svga.c |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1012 #define MSGTR_LIBVO_SVGA_ForcedVidmodeNotAvailable "[VO_SVGA] Forced vid_mode %d (%s) not available.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1013 #define MSGTR_LIBVO_SVGA_ForcedVidmodeTooSmall "[VO_SVGA] Forced vid_mode %d (%s) too small.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1014 #define MSGTR_LIBVO_SVGA_Vidmode "[VO_SVGA] Vid_mode: %d, %dx%d %dbpp.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1015 #define MSGTR_LIBVO_SVGA_VgasetmodeFailed "[VO_SVGA] Vga_setmode(%d) failed.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1016 #define MSGTR_LIBVO_SVGA_VideoModeIsLinearAndMemcpyCouldBeUsed "[VO_SVGA] Video mode is linear and memcpy could be used for image transfer.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1017 #define MSGTR_LIBVO_SVGA_VideoModeHasHardwareAcceleration "[VO_SVGA] Video mode has hardware acceleration and put_image could be used.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1018 #define MSGTR_LIBVO_SVGA_IfItWorksForYouIWouldLikeToKnow "[VO_SVGA] If it works for you I would like to know.\n[VO_SVGA] (send log with `mplayer test.avi -v -v -v -v &> svga.log`). Thx!\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1019 #define MSGTR_LIBVO_SVGA_VideoModeHas "[VO_SVGA] Video mode has %d page(s).\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1020 #define MSGTR_LIBVO_SVGA_CenteringImageStartAt "[VO_SVGA] Centering image. Starting at (%d,%d)\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1021 #define MSGTR_LIBVO_SVGA_UsingVidix "[VO_SVGA] Using VIDIX. w=%i h=%i mw=%i mh=%i\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1022 |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1023 // vo_tdfx_vid.c |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1024 #define MSGTR_LIBVO_TDFXVID_Move "[VO_TDXVID] Move %d(%d) x %d => %d.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1025 #define MSGTR_LIBVO_TDFXVID_AGPMoveFailedToClearTheScreen "[VO_TDFXVID] AGP move failed to clear the screen.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1026 #define MSGTR_LIBVO_TDFXVID_BlitFailed "[VO_TDFXVID] Blit failed.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1027 #define MSGTR_LIBVO_TDFXVID_NonNativeOverlayFormatNeedConversion "[VO_TDFXVID] Non-native overlay format needs conversion.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1028 #define MSGTR_LIBVO_TDFXVID_UnsupportedInputFormat "[VO_TDFXVID] Unsupported input format 0x%x.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1029 #define MSGTR_LIBVO_TDFXVID_OverlaySetupFailed "[VO_TDFXVID] Overlay setup failed.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1030 #define MSGTR_LIBVO_TDFXVID_OverlayOnFailed "[VO_TDFXVID] Overlay on failed.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1031 #define MSGTR_LIBVO_TDFXVID_OverlayReady "[VO_TDFXVID] Overlay ready: %d(%d) x %d @ %d => %d(%d) x %d @ %d.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1032 #define MSGTR_LIBVO_TDFXVID_TextureBlitReady "[VO_TDFXVID] Texture blit ready: %d(%d) x %d @ %d => %d(%d) x %d @ %d.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1033 #define MSGTR_LIBVO_TDFXVID_OverlayOffFailed "[VO_TDFXVID] Overlay off failed\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1034 #define MSGTR_LIBVO_TDFXVID_CantOpen "[VO_TDFXVID] Can't open %s: %s.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1035 #define MSGTR_LIBVO_TDFXVID_CantGetCurrentCfg "[VO_TDFXVID] Can't get current configuration: %s.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1036 #define MSGTR_LIBVO_TDFXVID_MemmapFailed "[VO_TDFXVID] Memmap failed !!!!!\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1037 #define MSGTR_LIBVO_TDFXVID_GetImageTodo "Get image todo.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1038 #define MSGTR_LIBVO_TDFXVID_AgpMoveFailed "[VO_TDFXVID] AGP move failed.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1039 #define MSGTR_LIBVO_TDFXVID_SetYuvFailed "[VO_TDFXVID] Set YUV failed.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1040 #define MSGTR_LIBVO_TDFXVID_AgpMoveFailedOnYPlane "[VO_TDFXVID] AGP move failed on Y plane.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1041 #define MSGTR_LIBVO_TDFXVID_AgpMoveFailedOnUPlane "[VO_TDFXVID] AGP move failed on U plane.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1042 #define MSGTR_LIBVO_TDFXVID_AgpMoveFailedOnVPlane "[VO_TDFXVID] AGP move failed on V plane.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1043 #define MSGTR_LIBVO_TDFXVID_UnknownFormat "[VO_TDFXVID] unknown format: 0x%x.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1044 |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1045 // vo_tdfxfb.c |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1046 #define MSGTR_LIBVO_TDFXFB_CantOpen "[VO_TDFXFB] Can't open %s: %s.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1047 #define MSGTR_LIBVO_TDFXFB_ProblemWithFbitgetFscreenInfo "[VO_TDFXFB] Problem with FBITGET_FSCREENINFO ioctl: %s.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1048 #define MSGTR_LIBVO_TDFXFB_ProblemWithFbitgetVscreenInfo "[VO_TDFXFB] Problem with FBITGET_VSCREENINFO ioctl: %s.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1049 #define MSGTR_LIBVO_TDFXFB_ThisDriverOnlySupports "[VO_TDFXFB] This driver only supports the 3Dfx Banshee, Voodoo3 and Voodoo 5.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1050 #define MSGTR_LIBVO_TDFXFB_OutputIsNotSupported "[VO_TDFXFB] %d bpp output is not supported.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1051 #define MSGTR_LIBVO_TDFXFB_CouldntMapMemoryAreas "[VO_TDFXFB] Couldn't map memory areas: %s.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1052 #define MSGTR_LIBVO_TDFXFB_BppOutputIsNotSupported "[VO_TDFXFB] %d bpp output is not supported (This should never have happened).\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1053 #define MSGTR_LIBVO_TDFXFB_SomethingIsWrongWithControl "[VO_TDFXFB] Eik! Something's wrong with control().\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1054 #define MSGTR_LIBVO_TDFXFB_NotEnoughVideoMemoryToPlay "[VO_TDFXFB] Not enough video memory to play this movie. Try at a lower resolution.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1055 #define MSGTR_LIBVO_TDFXFB_ScreenIs "[VO_TDFXFB] Screen is %dx%d at %d bpp, in is %dx%d at %d bpp, norm is %dx%d.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1056 |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1057 // vo_tga.c |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1058 #define MSGTR_LIBVO_TGA_UnknownSubdevice "[VO_TGA] Unknown subdevice: %s.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1059 |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1060 // vo_vesa.c |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1061 #define MSGTR_LIBVO_VESA_FatalErrorOccurred "[VO_VESA] Fatal error occurred! Can't continue.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1062 #define MSGTR_LIBVO_VESA_UnknownSubdevice "[VO_VESA] unknown subdevice: '%s'.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1063 #define MSGTR_LIBVO_VESA_YouHaveTooLittleVideoMemory "[VO_VESA] You have too little video memory for this mode:\n[VO_VESA] Required: %08lX present: %08lX.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1064 #define MSGTR_LIBVO_VESA_YouHaveToSpecifyTheCapabilitiesOfTheMonitor "[VO_VESA] You have to specify the capabilities of the monitor. Not changing refresh rate.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1065 #define MSGTR_LIBVO_VESA_UnableToFitTheMode "[VO_VESA] The mode does not fit the monitor limits. Not changing refresh rate.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1066 #define MSGTR_LIBVO_VESA_DetectedInternalFatalError "[VO_VESA] Detected internal fatal error: init is called before preinit.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1067 #define MSGTR_LIBVO_VESA_SwitchFlipIsNotSupported "[VO_VESA] The -flip option is not supported.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1068 #define MSGTR_LIBVO_VESA_PossibleReasonNoVbe2BiosFound "[VO_VESA] Possible reason: No VBE2 BIOS found.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1069 #define MSGTR_LIBVO_VESA_FoundVesaVbeBiosVersion "[VO_VESA] Found VESA VBE BIOS Version %x.%x Revision: %x.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1070 #define MSGTR_LIBVO_VESA_VideoMemory "[VO_VESA] Video memory: %u Kb.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1071 #define MSGTR_LIBVO_VESA_Capabilites "[VO_VESA] VESA Capabilities: %s %s %s %s %s.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1072 #define MSGTR_LIBVO_VESA_BelowWillBePrintedOemInfo "[VO_VESA] !!! OEM info will be printed below !!!\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1073 #define MSGTR_LIBVO_VESA_YouShouldSee5OemRelatedLines "[VO_VESA] You should see 5 OEM related lines below; If not, you've broken vm86.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1074 #define MSGTR_LIBVO_VESA_OemInfo "[VO_VESA] OEM info: %s.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1075 #define MSGTR_LIBVO_VESA_OemRevision "[VO_VESA] OEM Revision: %x.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1076 #define MSGTR_LIBVO_VESA_OemVendor "[VO_VESA] OEM vendor: %s.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1077 #define MSGTR_LIBVO_VESA_OemProductName "[VO_VESA] OEM Product Name: %s.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1078 #define MSGTR_LIBVO_VESA_OemProductRev "[VO_VESA] OEM Product Rev: %s.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1079 #define MSGTR_LIBVO_VESA_Hint "[VO_VESA] Hint: For working TV-Out you should have plugged in the TV connector\n"\ |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1080 "[VO_VESA] before booting since VESA BIOS initializes itself only during POST.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1081 #define MSGTR_LIBVO_VESA_UsingVesaMode "[VO_VESA] Using VESA mode (%u) = %x [%ux%u@%u]\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1082 #define MSGTR_LIBVO_VESA_CantInitializeSwscaler "[VO_VESA] Can't initialize software scaler.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1083 #define MSGTR_LIBVO_VESA_CantUseDga "[VO_VESA] Can't use DGA. Force bank switching mode. :(\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1084 #define MSGTR_LIBVO_VESA_UsingDga "[VO_VESA] Using DGA (physical resources: %08lXh, %08lXh)" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1085 #define MSGTR_LIBVO_VESA_CantUseDoubleBuffering "[VO_VESA] Can't use double buffering: not enough video memory.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1086 #define MSGTR_LIBVO_VESA_CantFindNeitherDga "[VO_VESA] Can find neither DGA nor relocatable window frame.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1087 #define MSGTR_LIBVO_VESA_YouveForcedDga "[VO_VESA] You've forced DGA. Exiting\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1088 #define MSGTR_LIBVO_VESA_CantFindValidWindowAddress "[VO_VESA] Can't find valid window address.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1089 #define MSGTR_LIBVO_VESA_UsingBankSwitchingMode "[VO_VESA] Using bank switching mode (physical resources: %08lXh, %08lXh).\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1090 #define MSGTR_LIBVO_VESA_CantAllocateTemporaryBuffer "[VO_VESA] Can't allocate temporary buffer.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1091 #define MSGTR_LIBVO_VESA_SorryUnsupportedMode "[VO_VESA] Sorry, unsupported mode -- try -x 640 -zoom.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1092 #define MSGTR_LIBVO_VESA_OhYouReallyHavePictureOnTv "[VO_VESA] Oh you really have a picture on the TV!\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1093 #define MSGTR_LIBVO_VESA_CantInitialozeLinuxVideoOverlay "[VO_VESA] Can't initialize Linux Video Overlay.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1094 #define MSGTR_LIBVO_VESA_UsingVideoOverlay "[VO_VESA] Using video overlay: %s.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1095 #define MSGTR_LIBVO_VESA_CantInitializeVidixDriver "[VO_VESA] Can't initialize VIDIX driver.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1096 #define MSGTR_LIBVO_VESA_UsingVidix "[VO_VESA] Using VIDIX.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1097 #define MSGTR_LIBVO_VESA_CantFindModeFor "[VO_VESA] Can't find mode for: %ux%u@%u.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1098 #define MSGTR_LIBVO_VESA_InitializationComplete "[VO_VESA] VESA initialization complete.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1099 |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1100 // vesa_lvo.c |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1101 #define MSGTR_LIBVO_VESA_ThisBranchIsNoLongerSupported "[VESA_LVO] This branch is no longer supported.\n[VESA_LVO] Please use -vo vesa:vidix instead.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1102 #define MSGTR_LIBVO_VESA_CouldntOpen "[VESA_LVO] Couldn't open: '%s'\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1103 #define MSGTR_LIBVO_VESA_InvalidOutputFormat "[VESA_LVI] Invalid output format: %s(%0X)\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1104 #define MSGTR_LIBVO_VESA_IncompatibleDriverVersion "[VESA_LVO] Your fb_vid driver version is incompatible with this MPlayer version!\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1105 |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1106 // vo_x11.c |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1107 |
16958 | 1108 // vo_xv.c |
27040
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1109 #define MSGTR_LIBVO_XV_SharedMemoryNotSupported "[VO_XV] Shared memory not supported\nReverting to normal Xv.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1110 #define MSGTR_LIBVO_XV_XvNotSupportedByX11 "[VO_XV] Sorry, Xv not supported by this X11 version/driver\n[VO_XV] ******** Try with -vo x11 or -vo sdl *********\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1111 #define MSGTR_LIBVO_XV_XvQueryAdaptorsFailed "[VO_XV] XvQueryAdaptors failed.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1112 #define MSGTR_LIBVO_XV_InvalidPortParameter "[VO_XV] Invalid port parameter, overriding with port 0.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1113 #define MSGTR_LIBVO_XV_CouldNotGrabPort "[VO_XV] Could not grab port %i.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1114 #define MSGTR_LIBVO_XV_CouldNotFindFreePort "[VO_XV] Could not find free Xvideo port - maybe another process is already\n"\ |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1115 "[VO_XV] using it. Close all video applications, and try again. If that does\n"\ |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1116 "[VO_XV] not help, see 'mplayer -vo help' for other (non-xv) video out drivers.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1117 #define MSGTR_LIBVO_XV_NoXvideoSupport "[VO_XV] It seems there is no Xvideo support for your video card available.\n"\ |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1118 "[VO_XV] Run 'xvinfo' to verify its Xv support and read\n"\ |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1119 "[VO_XV] DOCS/HTML/en/video.html#xv!\n"\ |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1120 "[VO_XV] See 'mplayer -vo help' for other (non-xv) video out drivers.\n"\ |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1121 "[VO_XV] Try -vo x11.\n" |
16995 | 1122 #define MSGTR_VO_XV_ImagedimTooHigh "Source image dimensions are too high: %ux%u (maximum is %ux%u)\n" |
16958 | 1123 |
27040
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1124 // vo_yuv4mpeg.c |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1125 #define MSGTR_VO_YUV4MPEG_InterlacedHeightDivisibleBy4 "Interlaced mode requires image height to be divisible by 4." |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1126 #define MSGTR_VO_YUV4MPEG_WidthDivisibleBy2 "Image width must be divisible by 2." |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1127 #define MSGTR_VO_YUV4MPEG_OutFileOpenError "Can't get memory or file handle to write \"%s\"!" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1128 #define MSGTR_VO_YUV4MPEG_OutFileWriteError "Error writing image to output!" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1129 #define MSGTR_VO_YUV4MPEG_UnknownSubDev "Unknown subdevice: %s" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1130 #define MSGTR_VO_YUV4MPEG_InterlacedTFFMode "Using interlaced output mode, top-field first." |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1131 #define MSGTR_VO_YUV4MPEG_InterlacedBFFMode "Using interlaced output mode, bottom-field first." |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1132 #define MSGTR_VO_YUV4MPEG_ProgressiveMode "Using (default) progressive frame mode." |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1133 |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1134 // vosub_vidix.c |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1135 #define MSGTR_LIBVO_SUB_VIDIX_CantStartPlayback "[VO_SUB_VIDIX] Can't start playback: %s\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1136 #define MSGTR_LIBVO_SUB_VIDIX_CantStopPlayback "[VO_SUB_VIDIX] Can't stop playback: %s\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1137 #define MSGTR_LIBVO_SUB_VIDIX_InterleavedUvForYuv410pNotSupported "[VO_SUB_VIDIX] Interleaved UV for YUV410P not supported.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1138 #define MSGTR_LIBVO_SUB_VIDIX_DummyVidixdrawsliceWasCalled "[VO_SUB_VIDIX] Dummy vidix_draw_slice() was called.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1139 #define MSGTR_LIBVO_SUB_VIDIX_UnsupportedFourccForThisVidixDriver "[VO_SUB_VIDIX] Unsupported FourCC for this VIDIX driver: %x (%s).\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1140 #define MSGTR_LIBVO_SUB_VIDIX_VideoServerHasUnsupportedResolution "[VO_SUB_VIDIX] Video server has unsupported resolution (%dx%d), supported: %dx%d-%dx%d.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1141 #define MSGTR_LIBVO_SUB_VIDIX_VideoServerHasUnsupportedColorDepth "[VO_SUB_VIDIX] Video server has unsupported color depth by vidix (%d).\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1142 #define MSGTR_LIBVO_SUB_VIDIX_DriverCantUpscaleImage "[VO_SUB_VIDIX] VIDIX driver can't upscale image (%d%d -> %d%d).\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1143 #define MSGTR_LIBVO_SUB_VIDIX_DriverCantDownscaleImage "[VO_SUB_VIDIX] VIDIX driver can't downscale image (%d%d -> %d%d).\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1144 #define MSGTR_LIBVO_SUB_VIDIX_CantConfigurePlayback "[VO_SUB_VIDIX] Can't configure playback: %s.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1145 #define MSGTR_LIBVO_SUB_VIDIX_CouldntFindWorkingVidixDriver "[VO_SUB_VIDIX] Couldn't find working VIDIX driver.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1146 #define MSGTR_LIBVO_SUB_VIDIX_CouldntGetCapability "[VO_SUB_VIDIX] Couldn't get capability: %s.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1147 |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1148 // x11_common.c |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1149 #define MSGTR_EwmhFullscreenStateFailed "\nX11: Couldn't send EWMH fullscreen event!\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1150 #define MSGTR_SelectedVideoMode "XF86VM: Selected video mode %dx%d for image size %dx%d.\n" |
36717 | 1151 #define MSGTR_X11Error "X11 error: %s\n" |
36735
abfc4f859671
Try to be more precise about the warning introduced in r35961.
ib
parents:
36732
diff
changeset
|
1152 #define MSGTR_CouldntFindUTF8Locale "Could not find a UTF-8 locale,\ncharacter keys beyond Latin-1 will not be handled.\n" |
36717 | 1153 #define MSGTR_CouldntOpenDisplay "vo: couldn't open the X11 display (%s)!\n" |
1154 #define MSGTR_WindowDestroyed "Our window was destroyed, exiting\n" | |
1155 #define MSGTR_DPMSnotAvailable "DPMS not available?\n" | |
1156 #define MSGTR_DPMSnotEnabled "Could not enable DPMS\n" | |
1157 #define MSGTR_BadAccessXSelectInput "X11 error: BadAccess during XSelectInput Call\n" | |
1158 #define MSGTR_ButtonPressMaskInUse "X11 error: The 'ButtonPressMask' mask of specified window was probably already used by another application (see man XSelectInput)\n" | |
1159 #define MSGTR_DiscardMouseControl "X11 error: MPlayer discards mouse control (reconfiguring)\n" | |
1160 #define MSGTR_NoXF86VidModeExtension "XF86VidMode extension not available.\n" | |
1161 #define MSGTR_ReturningOriginalMode "Returning to original mode %dx%d\n" | |
1162 #define MSGTR_CouldntSetColorkey "[xv common] Couldn't set colorkey!\n" | |
1163 #define MSGTR_CouldntGetColorkey "[xv common] Couldn't get colorkey! Maybe the selected Xv port has no overlay.\n" | |
27040
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1164 |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1165 #define MSGTR_InsertingAfVolume "[Mixer] No hardware mixing, inserting volume filter.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1166 #define MSGTR_NoVolume "[Mixer] No volume control available.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1167 #define MSGTR_NoBalance "[Mixer] No balance control available.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1168 |
27034 | 1169 // old vo drivers that have been replaced |
13507
ced94062bbed
Removal of vo_pgm and vo_md5, because they have been replaced by vo_pnm
ivo
parents:
13467
diff
changeset
|
1170 #define MSGTR_VO_PGM_HasBeenReplaced "The pgm video output driver has been replaced by -vo pnm:pgmyuv.\n" |
ced94062bbed
Removal of vo_pgm and vo_md5, because they have been replaced by vo_pnm
ivo
parents:
13467
diff
changeset
|
1171 #define MSGTR_VO_MD5_HasBeenReplaced "The md5 video output driver has been replaced by -vo md5sum.\n" |
35016 | 1172 #define MSGTR_VO_GL2_HasBeenRenamed "The gl2 video output driver has been renamed to -vo gl_tiled, but you really should be using -vo gl instead.\n" |
13462 | 1173 |
27033 | 1174 |
27034 | 1175 // ======================= audio output drivers ======================== |
13383
c1955840883d
mp_msg transition of unmaintained audio output drivers.
ivo
parents:
13362
diff
changeset
|
1176 |
13542
ed7e91827ead
removing ao_alsa9.c and ao_alsa1x.c as they are superseded by ao_alsa.c
reimar
parents:
13541
diff
changeset
|
1177 // audio_out.c |
ed7e91827ead
removing ao_alsa9.c and ao_alsa1x.c as they are superseded by ao_alsa.c
reimar
parents:
13541
diff
changeset
|
1178 #define MSGTR_AO_ALSA9_1x_Removed "audio_out: alsa9 and alsa1x modules were removed, use -ao alsa instead.\n" |
27091
66e998895707
Add verbose messages about trying and searching for audio output drivers.
corey
parents:
27040
diff
changeset
|
1179 #define MSGTR_AO_NoSuchDriver "No such audio driver '%.*s'\n" |
66e998895707
Add verbose messages about trying and searching for audio output drivers.
corey
parents:
27040
diff
changeset
|
1180 #define MSGTR_AO_FailedInit "Failed to initialize audio driver '%s'\n" |
13542
ed7e91827ead
removing ao_alsa9.c and ao_alsa1x.c as they are superseded by ao_alsa.c
reimar
parents:
13541
diff
changeset
|
1181 |
13383
c1955840883d
mp_msg transition of unmaintained audio output drivers.
ivo
parents:
13362
diff
changeset
|
1182 // ao_oss.c |
c1955840883d
mp_msg transition of unmaintained audio output drivers.
ivo
parents:
13362
diff
changeset
|
1183 #define MSGTR_AO_OSS_CantOpenMixer "[AO OSS] audio_setup: Can't open mixer device %s: %s\n" |
20570 | 1184 #define MSGTR_AO_OSS_ChanNotFound "[AO OSS] audio_setup: Audio card mixer does not have channel '%s', using default.\n" |
13383
c1955840883d
mp_msg transition of unmaintained audio output drivers.
ivo
parents:
13362
diff
changeset
|
1185 #define MSGTR_AO_OSS_CantOpenDev "[AO OSS] audio_setup: Can't open audio device %s: %s\n" |
16945 | 1186 #define MSGTR_AO_OSS_CantMakeFd "[AO OSS] audio_setup: Can't make file descriptor blocking: %s\n" |
14834
2d919650990a
Have OSS audio out fall back to s16ne instead of u8 if it can't open the
ivo
parents:
14802
diff
changeset
|
1187 #define MSGTR_AO_OSS_CantSet "[AO OSS] Can't set audio device %s to %s output, trying %s...\n" |
13383
c1955840883d
mp_msg transition of unmaintained audio output drivers.
ivo
parents:
13362
diff
changeset
|
1188 #define MSGTR_AO_OSS_CantSetChans "[AO OSS] audio_setup: Failed to set audio device to %d channels.\n" |
c1955840883d
mp_msg transition of unmaintained audio output drivers.
ivo
parents:
13362
diff
changeset
|
1189 #define MSGTR_AO_OSS_CantUseGetospace "[AO OSS] audio_setup: driver doesn't support SNDCTL_DSP_GETOSPACE :-(\n" |
13705 | 1190 #define MSGTR_AO_OSS_CantUseSelect "[AO OSS]\n *** Your audio driver DOES NOT support select() ***\n Recompile MPlayer with #undef HAVE_AUDIO_SELECT in config.h !\n\n" |
13383
c1955840883d
mp_msg transition of unmaintained audio output drivers.
ivo
parents:
13362
diff
changeset
|
1191 #define MSGTR_AO_OSS_CantReopen "[AO OSS]\nFatal error: *** CANNOT RE-OPEN / RESET AUDIO DEVICE *** %s\n" |
17994
6927fabaef92
Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu
reynaldo
parents:
17986
diff
changeset
|
1192 #define MSGTR_AO_OSS_UnknownUnsupportedFormat "[AO OSS] Unknown/Unsupported OSS format: %x.\n" |
13383
c1955840883d
mp_msg transition of unmaintained audio output drivers.
ivo
parents:
13362
diff
changeset
|
1193 |
c1955840883d
mp_msg transition of unmaintained audio output drivers.
ivo
parents:
13362
diff
changeset
|
1194 // ao_arts.c |
c1955840883d
mp_msg transition of unmaintained audio output drivers.
ivo
parents:
13362
diff
changeset
|
1195 #define MSGTR_AO_ARTS_CantInit "[AO ARTS] %s\n" |
c1955840883d
mp_msg transition of unmaintained audio output drivers.
ivo
parents:
13362
diff
changeset
|
1196 #define MSGTR_AO_ARTS_ServerConnect "[AO ARTS] Connected to sound server.\n" |
c1955840883d
mp_msg transition of unmaintained audio output drivers.
ivo
parents:
13362
diff
changeset
|
1197 #define MSGTR_AO_ARTS_CantOpenStream "[AO ARTS] Unable to open a stream.\n" |
c1955840883d
mp_msg transition of unmaintained audio output drivers.
ivo
parents:
13362
diff
changeset
|
1198 #define MSGTR_AO_ARTS_StreamOpen "[AO ARTS] Stream opened.\n" |
18497
56dff038faa3
Reverting changes done with my previous commit, capizalitation or lack of capitalization of affected senteces where done in purpose
reynaldo
parents:
18469
diff
changeset
|
1199 #define MSGTR_AO_ARTS_BufferSize "[AO ARTS] buffer size: %d\n" |
13383
c1955840883d
mp_msg transition of unmaintained audio output drivers.
ivo
parents:
13362
diff
changeset
|
1200 |
c1955840883d
mp_msg transition of unmaintained audio output drivers.
ivo
parents:
13362
diff
changeset
|
1201 // ao_dxr2.c |
c1955840883d
mp_msg transition of unmaintained audio output drivers.
ivo
parents:
13362
diff
changeset
|
1202 #define MSGTR_AO_DXR2_SetVolFailed "[AO DXR2] Setting volume to %d failed.\n" |
17061 | 1203 #define MSGTR_AO_DXR2_UnsupSamplerate "[AO DXR2] %d Hz not supported, try to resample.\n" |
13383
c1955840883d
mp_msg transition of unmaintained audio output drivers.
ivo
parents:
13362
diff
changeset
|
1204 |
c1955840883d
mp_msg transition of unmaintained audio output drivers.
ivo
parents:
13362
diff
changeset
|
1205 // ao_esd.c |
c1955840883d
mp_msg transition of unmaintained audio output drivers.
ivo
parents:
13362
diff
changeset
|
1206 #define MSGTR_AO_ESD_CantOpenSound "[AO ESD] esd_open_sound failed: %s\n" |
c1955840883d
mp_msg transition of unmaintained audio output drivers.
ivo
parents:
13362
diff
changeset
|
1207 #define MSGTR_AO_ESD_LatencyInfo "[AO ESD] latency: [server: %0.2fs, net: %0.2fs] (adjust %0.2fs)\n" |
18497
56dff038faa3
Reverting changes done with my previous commit, capizalitation or lack of capitalization of affected senteces where done in purpose
reynaldo
parents:
18469
diff
changeset
|
1208 #define MSGTR_AO_ESD_CantOpenPBStream "[AO ESD] failed to open ESD playback stream: %s\n" |
13383
c1955840883d
mp_msg transition of unmaintained audio output drivers.
ivo
parents:
13362
diff
changeset
|
1209 |
c1955840883d
mp_msg transition of unmaintained audio output drivers.
ivo
parents:
13362
diff
changeset
|
1210 // ao_mpegpes.c |
17061 | 1211 #define MSGTR_AO_MPEGPES_CantSetMixer "[AO MPEGPES] DVB audio set mixer failed: %s.\n" |
1212 #define MSGTR_AO_MPEGPES_UnsupSamplerate "[AO MPEGPES] %d Hz not supported, try to resample.\n" | |
13383
c1955840883d
mp_msg transition of unmaintained audio output drivers.
ivo
parents:
13362
diff
changeset
|
1213 |
c1955840883d
mp_msg transition of unmaintained audio output drivers.
ivo
parents:
13362
diff
changeset
|
1214 // ao_pcm.c |
c1955840883d
mp_msg transition of unmaintained audio output drivers.
ivo
parents:
13362
diff
changeset
|
1215 #define MSGTR_AO_PCM_FileInfo "[AO PCM] File: %s (%s)\nPCM: Samplerate: %iHz Channels: %s Format %s\n" |
33140
d57654eb9f31
Add -benchmark to recommended fast dumping options.
reimar
parents:
33114
diff
changeset
|
1216 #define MSGTR_AO_PCM_HintInfo "[AO PCM] Info: Faster dumping is achieved with -benchmark -vc null -vo null -ao pcm:fast\n[AO PCM] Info: To write WAVE files use -ao pcm:waveheader (default).\n" |
13383
c1955840883d
mp_msg transition of unmaintained audio output drivers.
ivo
parents:
13362
diff
changeset
|
1217 #define MSGTR_AO_PCM_CantOpenOutputFile "[AO PCM] Failed to open %s for writing!\n" |
c1955840883d
mp_msg transition of unmaintained audio output drivers.
ivo
parents:
13362
diff
changeset
|
1218 |
c1955840883d
mp_msg transition of unmaintained audio output drivers.
ivo
parents:
13362
diff
changeset
|
1219 // ao_sdl.c |
c1955840883d
mp_msg transition of unmaintained audio output drivers.
ivo
parents:
13362
diff
changeset
|
1220 #define MSGTR_AO_SDL_INFO "[AO SDL] Samplerate: %iHz Channels: %s Format %s\n" |
18497
56dff038faa3
Reverting changes done with my previous commit, capizalitation or lack of capitalization of affected senteces where done in purpose
reynaldo
parents:
18469
diff
changeset
|
1221 #define MSGTR_AO_SDL_DriverInfo "[AO SDL] using %s audio driver.\n" |
13383
c1955840883d
mp_msg transition of unmaintained audio output drivers.
ivo
parents:
13362
diff
changeset
|
1222 #define MSGTR_AO_SDL_UnsupportedAudioFmt "[AO SDL] Unsupported audio format: 0x%x.\n" |
18337
d956f80973ad
console message review: countless spelling/grammar/wording fixes
diego
parents:
18335
diff
changeset
|
1223 #define MSGTR_AO_SDL_CantInit "[AO SDL] SDL Audio initialization failed: %s\n" |
13383
c1955840883d
mp_msg transition of unmaintained audio output drivers.
ivo
parents:
13362
diff
changeset
|
1224 #define MSGTR_AO_SDL_CantOpenAudio "[AO SDL] Unable to open audio: %s\n" |
c1955840883d
mp_msg transition of unmaintained audio output drivers.
ivo
parents:
13362
diff
changeset
|
1225 |
c1955840883d
mp_msg transition of unmaintained audio output drivers.
ivo
parents:
13362
diff
changeset
|
1226 // ao_sgi.c |
18497
56dff038faa3
Reverting changes done with my previous commit, capizalitation or lack of capitalization of affected senteces where done in purpose
reynaldo
parents:
18469
diff
changeset
|
1227 #define MSGTR_AO_SGI_INFO "[AO SGI] control.\n" |
13383
c1955840883d
mp_msg transition of unmaintained audio output drivers.
ivo
parents:
13362
diff
changeset
|
1228 #define MSGTR_AO_SGI_InitInfo "[AO SGI] init: Samplerate: %iHz Channels: %s Format %s\n" |
c1955840883d
mp_msg transition of unmaintained audio output drivers.
ivo
parents:
13362
diff
changeset
|
1229 #define MSGTR_AO_SGI_InvalidDevice "[AO SGI] play: invalid device.\n" |
c1955840883d
mp_msg transition of unmaintained audio output drivers.
ivo
parents:
13362
diff
changeset
|
1230 #define MSGTR_AO_SGI_CantSetParms_Samplerate "[AO SGI] init: setparams failed: %s\nCould not set desired samplerate.\n" |
c1955840883d
mp_msg transition of unmaintained audio output drivers.
ivo
parents:
13362
diff
changeset
|
1231 #define MSGTR_AO_SGI_CantSetAlRate "[AO SGI] init: AL_RATE was not accepted on the given resource.\n" |
c1955840883d
mp_msg transition of unmaintained audio output drivers.
ivo
parents:
13362
diff
changeset
|
1232 #define MSGTR_AO_SGI_CantGetParms "[AO SGI] init: getparams failed: %s\n" |
32352
76f94c00a69f
1000l, %lf is not valid format string for printf (only for scanf) and actually
reimar
parents:
32311
diff
changeset
|
1233 #define MSGTR_AO_SGI_SampleRateInfo "[AO SGI] init: samplerate is now %f (desired rate is %f)\n" |
13383
c1955840883d
mp_msg transition of unmaintained audio output drivers.
ivo
parents:
13362
diff
changeset
|
1234 #define MSGTR_AO_SGI_InitConfigError "[AO SGI] init: %s\n" |
c1955840883d
mp_msg transition of unmaintained audio output drivers.
ivo
parents:
13362
diff
changeset
|
1235 #define MSGTR_AO_SGI_InitOpenAudioFailed "[AO SGI] init: Unable to open audio channel: %s\n" |
c1955840883d
mp_msg transition of unmaintained audio output drivers.
ivo
parents:
13362
diff
changeset
|
1236 #define MSGTR_AO_SGI_Uninit "[AO SGI] uninit: ...\n" |
c1955840883d
mp_msg transition of unmaintained audio output drivers.
ivo
parents:
13362
diff
changeset
|
1237 #define MSGTR_AO_SGI_Reset "[AO SGI] reset: ...\n" |
c1955840883d
mp_msg transition of unmaintained audio output drivers.
ivo
parents:
13362
diff
changeset
|
1238 #define MSGTR_AO_SGI_PauseInfo "[AO SGI] audio_pause: ...\n" |
c1955840883d
mp_msg transition of unmaintained audio output drivers.
ivo
parents:
13362
diff
changeset
|
1239 #define MSGTR_AO_SGI_ResumeInfo "[AO SGI] audio_resume: ...\n" |
c1955840883d
mp_msg transition of unmaintained audio output drivers.
ivo
parents:
13362
diff
changeset
|
1240 |
c1955840883d
mp_msg transition of unmaintained audio output drivers.
ivo
parents:
13362
diff
changeset
|
1241 // ao_sun.c |
c1955840883d
mp_msg transition of unmaintained audio output drivers.
ivo
parents:
13362
diff
changeset
|
1242 #define MSGTR_AO_SUN_RtscSetinfoFailed "[AO SUN] rtsc: SETINFO failed.\n" |
34307
f2f80a26f8b7
Restore mistakenly removed MSGTR_AO_SUN_RtscWriteFailed message.
diego
parents:
34247
diff
changeset
|
1243 #define MSGTR_AO_SUN_RtscWriteFailed "[AO SUN] rtsc: write failed.\n" |
13383
c1955840883d
mp_msg transition of unmaintained audio output drivers.
ivo
parents:
13362
diff
changeset
|
1244 #define MSGTR_AO_SUN_CantOpenAudioDev "[AO SUN] Can't open audio device %s, %s -> nosound.\n" |
c1955840883d
mp_msg transition of unmaintained audio output drivers.
ivo
parents:
13362
diff
changeset
|
1245 #define MSGTR_AO_SUN_UnsupSampleRate "[AO SUN] audio_setup: your card doesn't support %d channel, %s, %d Hz samplerate.\n" |
c1955840883d
mp_msg transition of unmaintained audio output drivers.
ivo
parents:
13362
diff
changeset
|
1246 |
20764 | 1247 // ao_alsa.c |
1248 #define MSGTR_AO_ALSA_InvalidMixerIndexDefaultingToZero "[AO_ALSA] Invalid mixer index. Defaulting to 0.\n" | |
1249 #define MSGTR_AO_ALSA_MixerOpenError "[AO_ALSA] Mixer open error: %s\n" | |
1250 #define MSGTR_AO_ALSA_MixerAttachError "[AO_ALSA] Mixer attach %s error: %s\n" | |
1251 #define MSGTR_AO_ALSA_MixerRegisterError "[AO_ALSA] Mixer register error: %s\n" | |
1252 #define MSGTR_AO_ALSA_MixerLoadError "[AO_ALSA] Mixer load error: %s\n" | |
1253 #define MSGTR_AO_ALSA_UnableToFindSimpleControl "[AO_ALSA] Unable to find simple control '%s',%i.\n" | |
1254 #define MSGTR_AO_ALSA_ErrorSettingLeftChannel "[AO_ALSA] Error setting left channel, %s\n" | |
1255 #define MSGTR_AO_ALSA_ErrorSettingRightChannel "[AO_ALSA] Error setting right channel, %s\n" | |
1256 #define MSGTR_AO_ALSA_CommandlineHelp "\n[AO_ALSA] -ao alsa commandline help:\n"\ | |
1257 "[AO_ALSA] Example: mplayer -ao alsa:device=hw=0.3\n"\ | |
1258 "[AO_ALSA] Sets first card fourth hardware device.\n\n"\ | |
1259 "[AO_ALSA] Options:\n"\ | |
1260 "[AO_ALSA] noblock\n"\ | |
1261 "[AO_ALSA] Opens device in non-blocking mode.\n"\ | |
1262 "[AO_ALSA] device=<device-name>\n"\ | |
1263 "[AO_ALSA] Sets device (change , to . and : to =)\n" | |
1264 #define MSGTR_AO_ALSA_ChannelsNotSupported "[AO_ALSA] %d channels are not supported.\n" | |
1265 #define MSGTR_AO_ALSA_OpenInNonblockModeFailed "[AO_ALSA] Open in nonblock-mode failed, trying to open in block-mode.\n" | |
1266 #define MSGTR_AO_ALSA_PlaybackOpenError "[AO_ALSA] Playback open error: %s\n" | |
1267 #define MSGTR_AO_ALSA_ErrorSetBlockMode "[AL_ALSA] Error setting block-mode %s.\n" | |
1268 #define MSGTR_AO_ALSA_UnableToGetInitialParameters "[AO_ALSA] Unable to get initial parameters: %s\n" | |
1269 #define MSGTR_AO_ALSA_UnableToSetAccessType "[AO_ALSA] Unable to set access type: %s\n" | |
1270 #define MSGTR_AO_ALSA_FormatNotSupportedByHardware "[AO_ALSA] Format %s is not supported by hardware, trying default.\n" | |
1271 #define MSGTR_AO_ALSA_UnableToSetFormat "[AO_ALSA] Unable to set format: %s\n" | |
1272 #define MSGTR_AO_ALSA_UnableToSetChannels "[AO_ALSA] Unable to set channels: %s\n" | |
1273 #define MSGTR_AO_ALSA_UnableToDisableResampling "[AO_ALSA] Unable to disable resampling: %s\n" | |
1274 #define MSGTR_AO_ALSA_UnableToSetSamplerate2 "[AO_ALSA] Unable to set samplerate-2: %s\n" | |
1275 #define MSGTR_AO_ALSA_UnableToSetBufferTimeNear "[AO_ALSA] Unable to set buffer time near: %s\n" | |
1276 #define MSGTR_AO_ALSA_UnableToGetPeriodSize "[AO ALSA] Unable to get period size: %s\n" | |
1277 #define MSGTR_AO_ALSA_UnableToSetPeriods "[AO_ALSA] Unable to set periods: %s\n" | |
1278 #define MSGTR_AO_ALSA_UnableToSetHwParameters "[AO_ALSA] Unable to set hw-parameters: %s\n" | |
1279 #define MSGTR_AO_ALSA_UnableToGetBufferSize "[AO_ALSA] Unable to get buffersize: %s\n" | |
20767 | 1280 #define MSGTR_AO_ALSA_UnableToGetSwParameters "[AO_ALSA] Unable to get sw-parameters: %s\n" |
20764 | 1281 #define MSGTR_AO_ALSA_UnableToGetBoundary "[AO_ALSA] Unable to get boundary: %s\n" |
1282 #define MSGTR_AO_ALSA_UnableToSetStartThreshold "[AO_ALSA] Unable to set start threshold: %s\n" | |
1283 #define MSGTR_AO_ALSA_UnableToSetStopThreshold "[AO_ALSA] Unable to set stop threshold: %s\n" | |
1284 #define MSGTR_AO_ALSA_UnableToSetSilenceSize "[AO_ALSA] Unable to set silence size: %s\n" | |
1285 #define MSGTR_AO_ALSA_PcmCloseError "[AO_ALSA] pcm close error: %s\n" | |
1286 #define MSGTR_AO_ALSA_NoHandlerDefined "[AO_ALSA] No handler defined!\n" | |
1287 #define MSGTR_AO_ALSA_PcmPrepareError "[AO_ALSA] pcm prepare error: %s\n" | |
1288 #define MSGTR_AO_ALSA_PcmPauseError "[AO_ALSA] pcm pause error: %s\n" | |
1289 #define MSGTR_AO_ALSA_PcmDropError "[AO_ALSA] pcm drop error: %s\n" | |
1290 #define MSGTR_AO_ALSA_PcmResumeError "[AO_ALSA] pcm resume error: %s\n" | |
1291 #define MSGTR_AO_ALSA_DeviceConfigurationError "[AO_ALSA] Device configuration error." | |
1292 #define MSGTR_AO_ALSA_PcmInSuspendModeTryingResume "[AO_ALSA] Pcm in suspend mode, trying to resume.\n" | |
1293 #define MSGTR_AO_ALSA_WriteError "[AO_ALSA] Write error: %s\n" | |
1294 #define MSGTR_AO_ALSA_TryingToResetSoundcard "[AO_ALSA] Trying to reset soundcard.\n" | |
1295 #define MSGTR_AO_ALSA_CannotGetPcmStatus "[AO_ALSA] Cannot get pcm status: %s\n" | |
1296 | |
13467 | 1297 // ao_plugin.c |
14217
5b5ebf93ec16
Adds support for LADSPA (Linux Audio Developer's Simple Plugin API) plugins.
ivo
parents:
14156
diff
changeset
|
1298 |
27033 | 1299 |
27034 | 1300 // ======================= audio filters ================================ |
14217
5b5ebf93ec16
Adds support for LADSPA (Linux Audio Developer's Simple Plugin API) plugins.
ivo
parents:
14156
diff
changeset
|
1301 |
27034 | 1302 // af_scaletempo.c |
24896 | 1303 #define MSGTR_AF_ValueOutOfRange MSGTR_VO_ValueOutOfRange |
14217
5b5ebf93ec16
Adds support for LADSPA (Linux Audio Developer's Simple Plugin API) plugins.
ivo
parents:
14156
diff
changeset
|
1304 |
5b5ebf93ec16
Adds support for LADSPA (Linux Audio Developer's Simple Plugin API) plugins.
ivo
parents:
14156
diff
changeset
|
1305 // af_ladspa.c |
18497
56dff038faa3
Reverting changes done with my previous commit, capizalitation or lack of capitalization of affected senteces where done in purpose
reynaldo
parents:
18469
diff
changeset
|
1306 #define MSGTR_AF_LADSPA_AvailableLabels "available labels in" |
14217
5b5ebf93ec16
Adds support for LADSPA (Linux Audio Developer's Simple Plugin API) plugins.
ivo
parents:
14156
diff
changeset
|
1307 #define MSGTR_AF_LADSPA_WarnNoInputs "WARNING! This LADSPA plugin has no audio inputs.\n The incoming audio signal will be lost." |
5b5ebf93ec16
Adds support for LADSPA (Linux Audio Developer's Simple Plugin API) plugins.
ivo
parents:
14156
diff
changeset
|
1308 #define MSGTR_AF_LADSPA_ErrNoOutputs "This LADSPA plugin has no audio outputs." |
5b5ebf93ec16
Adds support for LADSPA (Linux Audio Developer's Simple Plugin API) plugins.
ivo
parents:
14156
diff
changeset
|
1309 #define MSGTR_AF_LADSPA_ErrInOutDiff "The number of audio inputs and audio outputs of the LADSPA plugin differ." |
18497
56dff038faa3
Reverting changes done with my previous commit, capizalitation or lack of capitalization of affected senteces where done in purpose
reynaldo
parents:
18469
diff
changeset
|
1310 #define MSGTR_AF_LADSPA_ErrFailedToLoad "failed to load" |
14217
5b5ebf93ec16
Adds support for LADSPA (Linux Audio Developer's Simple Plugin API) plugins.
ivo
parents:
14156
diff
changeset
|
1311 #define MSGTR_AF_LADSPA_ErrNoDescriptor "Couldn't find ladspa_descriptor() function in the specified library file." |
5b5ebf93ec16
Adds support for LADSPA (Linux Audio Developer's Simple Plugin API) plugins.
ivo
parents:
14156
diff
changeset
|
1312 #define MSGTR_AF_LADSPA_ErrLabelNotFound "Couldn't find label in plugin library." |
18337
d956f80973ad
console message review: countless spelling/grammar/wording fixes
diego
parents:
18335
diff
changeset
|
1313 #define MSGTR_AF_LADSPA_ErrNoSuboptions "No suboptions specified." |
d956f80973ad
console message review: countless spelling/grammar/wording fixes
diego
parents:
18335
diff
changeset
|
1314 #define MSGTR_AF_LADSPA_ErrNoLibFile "No library file specified." |
d956f80973ad
console message review: countless spelling/grammar/wording fixes
diego
parents:
18335
diff
changeset
|
1315 #define MSGTR_AF_LADSPA_ErrNoLabel "No filter label specified." |
d956f80973ad
console message review: countless spelling/grammar/wording fixes
diego
parents:
18335
diff
changeset
|
1316 #define MSGTR_AF_LADSPA_ErrNotEnoughControls "Not enough controls specified on the command line." |
14217
5b5ebf93ec16
Adds support for LADSPA (Linux Audio Developer's Simple Plugin API) plugins.
ivo
parents:
14156
diff
changeset
|
1317 #define MSGTR_AF_LADSPA_ErrControlBelow "%s: Input control #%d is below lower boundary of %0.4f.\n" |
5b5ebf93ec16
Adds support for LADSPA (Linux Audio Developer's Simple Plugin API) plugins.
ivo
parents:
14156
diff
changeset
|
1318 #define MSGTR_AF_LADSPA_ErrControlAbove "%s: Input control #%d is above upper boundary of %0.4f.\n" |
5b5ebf93ec16
Adds support for LADSPA (Linux Audio Developer's Simple Plugin API) plugins.
ivo
parents:
14156
diff
changeset
|
1319 |
17876 | 1320 // format.c |
27033 | 1321 #define MSGTR_AF_FORMAT_UnknownFormat "unknown format " |
17863 | 1322 |
1323 | |
16857
c0d1b69bf96e
INPUT section created, added messages from input/input.c and input/joystick.c
reynaldo
parents:
16813
diff
changeset
|
1324 // ========================== INPUT ========================================= |
c0d1b69bf96e
INPUT section created, added messages from input/input.c and input/joystick.c
reynaldo
parents:
16813
diff
changeset
|
1325 |
c0d1b69bf96e
INPUT section created, added messages from input/input.c and input/joystick.c
reynaldo
parents:
16813
diff
changeset
|
1326 // joystick.c |
16909 | 1327 #define MSGTR_INPUT_JOYSTICK_CantOpen "Can't open joystick device %s: %s\n" |
1328 #define MSGTR_INPUT_JOYSTICK_ErrReading "Error while reading joystick device: %s\n" | |
18337
d956f80973ad
console message review: countless spelling/grammar/wording fixes
diego
parents:
18335
diff
changeset
|
1329 #define MSGTR_INPUT_JOYSTICK_LoosingBytes "Joystick: We lose %d bytes of data\n" |
d956f80973ad
console message review: countless spelling/grammar/wording fixes
diego
parents:
18335
diff
changeset
|
1330 #define MSGTR_INPUT_JOYSTICK_WarnLostSync "Joystick: warning init event, we have lost sync with driver.\n" |
16857
c0d1b69bf96e
INPUT section created, added messages from input/input.c and input/joystick.c
reynaldo
parents:
16813
diff
changeset
|
1331 #define MSGTR_INPUT_JOYSTICK_WarnUnknownEvent "Joystick warning unknown event type %d\n" |
c0d1b69bf96e
INPUT section created, added messages from input/input.c and input/joystick.c
reynaldo
parents:
16813
diff
changeset
|
1332 |
26763
c13288eeb9f6
Add support for AppleIR Remote as an input under Linux systems.
ben
parents:
26730
diff
changeset
|
1333 // appleir.c |
c13288eeb9f6
Add support for AppleIR Remote as an input under Linux systems.
ben
parents:
26730
diff
changeset
|
1334 #define MSGTR_INPUT_APPLE_IR_CantOpen "Can't open Apple IR device: %s\n" |
c13288eeb9f6
Add support for AppleIR Remote as an input under Linux systems.
ben
parents:
26730
diff
changeset
|
1335 |
16857
c0d1b69bf96e
INPUT section created, added messages from input/input.c and input/joystick.c
reynaldo
parents:
16813
diff
changeset
|
1336 // input.c |
16945 | 1337 #define MSGTR_INPUT_INPUT_ErrCantRegister2ManyCmdFds "Too many command file descriptors, cannot register file descriptor %d.\n" |
1338 #define MSGTR_INPUT_INPUT_ErrCantRegister2ManyKeyFds "Too many key file descriptors, cannot register file descriptor %d.\n" | |
16857
c0d1b69bf96e
INPUT section created, added messages from input/input.c and input/joystick.c
reynaldo
parents:
16813
diff
changeset
|
1339 #define MSGTR_INPUT_INPUT_ErrArgMustBeInt "Command %s: argument %d isn't an integer.\n" |
c0d1b69bf96e
INPUT section created, added messages from input/input.c and input/joystick.c
reynaldo
parents:
16813
diff
changeset
|
1340 #define MSGTR_INPUT_INPUT_ErrArgMustBeFloat "Command %s: argument %d isn't a float.\n" |
c0d1b69bf96e
INPUT section created, added messages from input/input.c and input/joystick.c
reynaldo
parents:
16813
diff
changeset
|
1341 #define MSGTR_INPUT_INPUT_ErrUnterminatedArg "Command %s: argument %d is unterminated.\n" |
c0d1b69bf96e
INPUT section created, added messages from input/input.c and input/joystick.c
reynaldo
parents:
16813
diff
changeset
|
1342 #define MSGTR_INPUT_INPUT_ErrUnknownArg "Unknown argument %d\n" |
c0d1b69bf96e
INPUT section created, added messages from input/input.c and input/joystick.c
reynaldo
parents:
16813
diff
changeset
|
1343 #define MSGTR_INPUT_INPUT_Err2FewArgs "Command %s requires at least %d arguments, we found only %d so far.\n" |
16945 | 1344 #define MSGTR_INPUT_INPUT_ErrReadingCmdFd "Error while reading command file descriptor %d: %s\n" |
18337
d956f80973ad
console message review: countless spelling/grammar/wording fixes
diego
parents:
18335
diff
changeset
|
1345 #define MSGTR_INPUT_INPUT_ErrCmdBufferFullDroppingContent "Command buffer of file descriptor %d is full: dropping content.\n" |
16857
c0d1b69bf96e
INPUT section created, added messages from input/input.c and input/joystick.c
reynaldo
parents:
16813
diff
changeset
|
1346 #define MSGTR_INPUT_INPUT_ErrInvalidCommandForKey "Invalid command for bound key %s" |
c0d1b69bf96e
INPUT section created, added messages from input/input.c and input/joystick.c
reynaldo
parents:
16813
diff
changeset
|
1347 #define MSGTR_INPUT_INPUT_ErrSelect "Select error: %s\n" |
16945 | 1348 #define MSGTR_INPUT_INPUT_ErrOnKeyInFd "Error on key input file descriptor %d\n" |
1349 #define MSGTR_INPUT_INPUT_ErrDeadKeyOnFd "Dead key input on file descriptor %d\n" | |
16857
c0d1b69bf96e
INPUT section created, added messages from input/input.c and input/joystick.c
reynaldo
parents:
16813
diff
changeset
|
1350 #define MSGTR_INPUT_INPUT_Err2ManyKeyDowns "Too many key down events at the same time\n" |
16945 | 1351 #define MSGTR_INPUT_INPUT_ErrOnCmdFd "Error on command file descriptor %d\n" |
16857
c0d1b69bf96e
INPUT section created, added messages from input/input.c and input/joystick.c
reynaldo
parents:
16813
diff
changeset
|
1352 #define MSGTR_INPUT_INPUT_ErrReadingInputConfig "Error while reading input config file %s: %s\n" |
c0d1b69bf96e
INPUT section created, added messages from input/input.c and input/joystick.c
reynaldo
parents:
16813
diff
changeset
|
1353 #define MSGTR_INPUT_INPUT_ErrUnknownKey "Unknown key '%s'\n" |
c0d1b69bf96e
INPUT section created, added messages from input/input.c and input/joystick.c
reynaldo
parents:
16813
diff
changeset
|
1354 #define MSGTR_INPUT_INPUT_ErrBuffer2SmallForKeyName "Buffer is too small for this key name: %s\n" |
c0d1b69bf96e
INPUT section created, added messages from input/input.c and input/joystick.c
reynaldo
parents:
16813
diff
changeset
|
1355 #define MSGTR_INPUT_INPUT_ErrNoCmdForKey "No command found for key %s" |
c0d1b69bf96e
INPUT section created, added messages from input/input.c and input/joystick.c
reynaldo
parents:
16813
diff
changeset
|
1356 #define MSGTR_INPUT_INPUT_ErrBuffer2SmallForCmd "Buffer is too small for command %s\n" |
c0d1b69bf96e
INPUT section created, added messages from input/input.c and input/joystick.c
reynaldo
parents:
16813
diff
changeset
|
1357 #define MSGTR_INPUT_INPUT_ErrCantInitJoystick "Can't init input joystick\n" |
c0d1b69bf96e
INPUT section created, added messages from input/input.c and input/joystick.c
reynaldo
parents:
16813
diff
changeset
|
1358 #define MSGTR_INPUT_INPUT_ErrCantOpenFile "Can't open %s: %s\n" |
24037 | 1359 #define MSGTR_INPUT_INPUT_ErrCantInitAppleRemote "Can't init Apple Remote.\n" |
16881
3655c764dd3c
libmpdemux translatables to help_mp part 1 / messages / try 2
reynaldo
parents:
16857
diff
changeset
|
1360 |
27924
086d90e16523
Cosmetics, mostly line shifting to match English master
reynaldo
parents:
27918
diff
changeset
|
1361 // lirc.c |
27040
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1362 #define MSGTR_LIRCopenfailed "Failed to open LIRC support. You will not be able to use your remote control.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1363 #define MSGTR_LIRCcfgerr "Failed to read LIRC config file %s.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1364 |
27033 | 1365 |
16881
3655c764dd3c
libmpdemux translatables to help_mp part 1 / messages / try 2
reynaldo
parents:
16857
diff
changeset
|
1366 // ========================== LIBMPDEMUX =================================== |
3655c764dd3c
libmpdemux translatables to help_mp part 1 / messages / try 2
reynaldo
parents:
16857
diff
changeset
|
1367 |
27918 | 1368 // muxer.c, muxer_*.c |
27040
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1369 #define MSGTR_TooManyStreams "Too many streams!" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1370 #define MSGTR_RawMuxerOnlyOneStream "Rawaudio muxer supports only one audio stream!\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1371 #define MSGTR_IgnoringVideoStream "Ignoring video stream!\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1372 #define MSGTR_UnknownStreamType "Warning, unknown stream type: %d\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1373 #define MSGTR_WarningLenIsntDivisible "Warning, len isn't divisible by samplesize!\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1374 #define MSGTR_MuxbufMallocErr "Muxer frame buffer cannot allocate memory!\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1375 #define MSGTR_MuxbufReallocErr "Muxer frame buffer cannot reallocate memory!\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1376 #define MSGTR_WritingHeader "Writing header...\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1377 #define MSGTR_WritingTrailer "Writing index...\n" |
16881
3655c764dd3c
libmpdemux translatables to help_mp part 1 / messages / try 2
reynaldo
parents:
16857
diff
changeset
|
1378 |
27918 | 1379 // demuxer.c, demux_*.c |
27040
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1380 #define MSGTR_AudioStreamRedefined "WARNING: Audio stream header %d redefined.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1381 #define MSGTR_VideoStreamRedefined "WARNING: Video stream header %d redefined.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1382 #define MSGTR_TooManyAudioInBuffer "\nToo many audio packets in the buffer: (%d in %d bytes).\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1383 #define MSGTR_TooManyVideoInBuffer "\nToo many video packets in the buffer: (%d in %d bytes).\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1384 #define MSGTR_MaybeNI "Maybe you are playing a non-interleaved stream/file or the codec failed?\n" \ |
30990 | 1385 "For AVI files, try to force non-interleaved mode with the -ni option.\n" |
27040
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1386 #define MSGTR_WorkAroundBlockAlignHeaderBug "AVI: Working around CBR-MP3 nBlockAlign header bug!\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1387 #define MSGTR_SwitchToNi "\nBadly interleaved AVI file detected - switching to -ni mode...\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1388 #define MSGTR_InvalidAudioStreamNosound "AVI: invalid audio stream ID: %d - ignoring (nosound)\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1389 #define MSGTR_InvalidAudioStreamUsingDefault "AVI: invalid video stream ID: %d - ignoring (using default)\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1390 #define MSGTR_ON2AviFormat "ON2 AVI format" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1391 #define MSGTR_Detected_XXX_FileFormat "%s file format detected.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1392 #define MSGTR_FormatNotRecognized "============ Sorry, this file format is not recognized/supported =============\n"\ |
30990 | 1393 "=== If this file is an AVI, ASF or MPEG stream, please contact the author! ===\n" |
27040
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1394 #define MSGTR_SettingProcessPriority "Setting process priority: %s\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1395 #define MSGTR_FilefmtFourccSizeFpsFtime "[V] filefmt:%d fourcc:0x%X size:%dx%d fps:%5.3f ftime:=%6.4f\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1396 #define MSGTR_CannotInitializeMuxer "Cannot initialize muxer." |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1397 #define MSGTR_MissingVideoStream "No video stream found.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1398 #define MSGTR_MissingAudioStream "No audio stream found -> no sound.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1399 #define MSGTR_MissingVideoStreamBug "Missing video stream!? Contact the author, it may be a bug :(\n" |
16903 | 1400 |
27040
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1401 #define MSGTR_DoesntContainSelectedStream "demux: File doesn't contain the selected audio or video stream.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1402 |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1403 #define MSGTR_NI_Forced "Forced" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1404 #define MSGTR_NI_Detected "Detected" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1405 #define MSGTR_NI_Message "%s NON-INTERLEAVED AVI file format.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1406 |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1407 #define MSGTR_UsingNINI "Using NON-INTERLEAVED broken AVI file format.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1408 #define MSGTR_CouldntDetFNo "Could not determine number of frames (for absolute seek).\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1409 #define MSGTR_CantSeekRawAVI "Cannot seek in raw AVI streams. (Index required, try with the -idx switch.)\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1410 #define MSGTR_CantSeekFile "Cannot seek in this file.\n" |
16881
3655c764dd3c
libmpdemux translatables to help_mp part 1 / messages / try 2
reynaldo
parents:
16857
diff
changeset
|
1411 |
27040
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1412 #define MSGTR_MOVcomprhdr "MOV: Compressed headers support requires ZLIB!\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1413 #define MSGTR_MOVvariableFourCC "MOV: WARNING: Variable FourCC detected!?\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1414 #define MSGTR_MOVtooManyTrk "MOV: WARNING: too many tracks" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1415 #define MSGTR_ErrorOpeningOGGDemuxer "Unable to open the Ogg demuxer.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1416 #define MSGTR_CannotOpenAudioStream "Cannot open audio stream: %s\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1417 #define MSGTR_CannotOpenSubtitlesStream "Cannot open subtitle stream: %s\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1418 #define MSGTR_OpeningAudioDemuxerFailed "Failed to open audio demuxer: %s\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1419 #define MSGTR_OpeningSubtitlesDemuxerFailed "Failed to open subtitle demuxer: %s\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1420 #define MSGTR_TVInputNotSeekable "TV input is not seekable! (Seeking will probably be for changing channels ;)\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1421 #define MSGTR_DemuxerInfoChanged "Demuxer info %s changed to %s\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1422 #define MSGTR_ClipInfo "Clip info:\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1423 |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1424 #define MSGTR_LeaveTelecineMode "\ndemux_mpg: 30000/1001fps NTSC content detected, switching framerate.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1425 #define MSGTR_EnterTelecineMode "\ndemux_mpg: 24000/1001fps progressive NTSC content detected, switching framerate.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1426 |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1427 #define MSGTR_CacheFill "\rCache fill: %5.2f%% (%"PRId64" bytes) " |
33306
37e215798390
Fix output of "No bind found for key" to actually make sense for
reimar
parents:
33244
diff
changeset
|
1428 #define MSGTR_NoBindFound "No bind found for key '%s'.\n" |
27040
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1429 #define MSGTR_FailedToOpen "Failed to open %s.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1430 |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1431 #define MSGTR_VideoID "[%s] Video stream found, -vid %d\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1432 #define MSGTR_AudioID "[%s] Audio stream found, -aid %d\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1433 #define MSGTR_SubtitleID "[%s] Subtitle stream found, -sid %d\n" |
16881
3655c764dd3c
libmpdemux translatables to help_mp part 1 / messages / try 2
reynaldo
parents:
16857
diff
changeset
|
1434 |
3655c764dd3c
libmpdemux translatables to help_mp part 1 / messages / try 2
reynaldo
parents:
16857
diff
changeset
|
1435 // asfheader.c |
3655c764dd3c
libmpdemux translatables to help_mp part 1 / messages / try 2
reynaldo
parents:
16857
diff
changeset
|
1436 #define MSGTR_MPDEMUX_ASFHDR_HeaderSizeOver1MB "FATAL: header size bigger than 1 MB (%d)!\nPlease contact MPlayer authors, and upload/send this file.\n" |
18337
d956f80973ad
console message review: countless spelling/grammar/wording fixes
diego
parents:
18335
diff
changeset
|
1437 #define MSGTR_MPDEMUX_ASFHDR_HeaderMallocFailed "Could not allocate %d bytes for header.\n" |
d956f80973ad
console message review: countless spelling/grammar/wording fixes
diego
parents:
18335
diff
changeset
|
1438 #define MSGTR_MPDEMUX_ASFHDR_EOFWhileReadingHeader "EOF while reading ASF header, broken/incomplete file?\n" |
16881
3655c764dd3c
libmpdemux translatables to help_mp part 1 / messages / try 2
reynaldo
parents:
16857
diff
changeset
|
1439 #define MSGTR_MPDEMUX_ASFHDR_DVRWantsLibavformat "DVR will probably only work with libavformat, try -demuxer 35 if you have problems\n" |
3655c764dd3c
libmpdemux translatables to help_mp part 1 / messages / try 2
reynaldo
parents:
16857
diff
changeset
|
1440 #define MSGTR_MPDEMUX_ASFHDR_NoDataChunkAfterHeader "No data chunk following header!\n" |
3655c764dd3c
libmpdemux translatables to help_mp part 1 / messages / try 2
reynaldo
parents:
16857
diff
changeset
|
1441 #define MSGTR_MPDEMUX_ASFHDR_AudioVideoHeaderNotFound "ASF: no audio or video headers found - broken file?\n" |
3655c764dd3c
libmpdemux translatables to help_mp part 1 / messages / try 2
reynaldo
parents:
16857
diff
changeset
|
1442 #define MSGTR_MPDEMUX_ASFHDR_InvalidLengthInASFHeader "Invalid length in ASF header!\n" |
22408 | 1443 #define MSGTR_MPDEMUX_ASFHDR_DRMLicenseURL "DRM License URL: %s\n" |
22410 | 1444 #define MSGTR_MPDEMUX_ASFHDR_DRMProtected "This file has been encumbered with DRM encryption, it will not play in MPlayer!\n" |
16881
3655c764dd3c
libmpdemux translatables to help_mp part 1 / messages / try 2
reynaldo
parents:
16857
diff
changeset
|
1445 |
3655c764dd3c
libmpdemux translatables to help_mp part 1 / messages / try 2
reynaldo
parents:
16857
diff
changeset
|
1446 // aviheader.c |
18497
56dff038faa3
Reverting changes done with my previous commit, capizalitation or lack of capitalization of affected senteces where done in purpose
reynaldo
parents:
18469
diff
changeset
|
1447 #define MSGTR_MPDEMUX_AVIHDR_EmptyList "** empty list?!\n" |
18337
d956f80973ad
console message review: countless spelling/grammar/wording fixes
diego
parents:
18335
diff
changeset
|
1448 #define MSGTR_MPDEMUX_AVIHDR_WarnNotExtendedAVIHdr "** Warning: this is no extended AVI header..\n" |
d956f80973ad
console message review: countless spelling/grammar/wording fixes
diego
parents:
18335
diff
changeset
|
1449 #define MSGTR_MPDEMUX_AVIHDR_BuildingODMLidx "AVI: ODML: Building ODML index (%d superindexchunks).\n" |
d956f80973ad
console message review: countless spelling/grammar/wording fixes
diego
parents:
18335
diff
changeset
|
1450 #define MSGTR_MPDEMUX_AVIHDR_BrokenODMLfile "AVI: ODML: Broken (incomplete?) file detected. Will use traditional index.\n" |
16881
3655c764dd3c
libmpdemux translatables to help_mp part 1 / messages / try 2
reynaldo
parents:
16857
diff
changeset
|
1451 #define MSGTR_MPDEMUX_AVIHDR_CantReadIdxFile "Can't read index file %s: %s\n" |
18337
d956f80973ad
console message review: countless spelling/grammar/wording fixes
diego
parents:
18335
diff
changeset
|
1452 #define MSGTR_MPDEMUX_AVIHDR_NotValidMPidxFile "%s is not a valid MPlayer index file.\n" |
d956f80973ad
console message review: countless spelling/grammar/wording fixes
diego
parents:
18335
diff
changeset
|
1453 #define MSGTR_MPDEMUX_AVIHDR_FailedMallocForIdxFile "Could not allocate memory for index data from %s.\n" |
18497
56dff038faa3
Reverting changes done with my previous commit, capizalitation or lack of capitalization of affected senteces where done in purpose
reynaldo
parents:
18469
diff
changeset
|
1454 #define MSGTR_MPDEMUX_AVIHDR_PrematureEOF "premature end of index file %s\n" |
16881
3655c764dd3c
libmpdemux translatables to help_mp part 1 / messages / try 2
reynaldo
parents:
16857
diff
changeset
|
1455 #define MSGTR_MPDEMUX_AVIHDR_IdxFileLoaded "Loaded index file: %s\n" |
3655c764dd3c
libmpdemux translatables to help_mp part 1 / messages / try 2
reynaldo
parents:
16857
diff
changeset
|
1456 #define MSGTR_MPDEMUX_AVIHDR_GeneratingIdx "Generating Index: %3lu %s \r" |
3655c764dd3c
libmpdemux translatables to help_mp part 1 / messages / try 2
reynaldo
parents:
16857
diff
changeset
|
1457 #define MSGTR_MPDEMUX_AVIHDR_IdxGeneratedForHowManyChunks "AVI: Generated index table for %d chunks!\n" |
3655c764dd3c
libmpdemux translatables to help_mp part 1 / messages / try 2
reynaldo
parents:
16857
diff
changeset
|
1458 #define MSGTR_MPDEMUX_AVIHDR_Failed2WriteIdxFile "Couldn't write index file %s: %s\n" |
3655c764dd3c
libmpdemux translatables to help_mp part 1 / messages / try 2
reynaldo
parents:
16857
diff
changeset
|
1459 #define MSGTR_MPDEMUX_AVIHDR_IdxFileSaved "Saved index file: %s\n" |
16967
32e2c59c8e86
[TRIVIAL] More translatables to help_mp and printfs to mp_msg on libmpdemux
reynaldo
parents:
16958
diff
changeset
|
1460 |
18176
f72bc5754209
Part3 of Otvos Attila's oattila AT chello-hu mp_msg changes, with lots of modifications as usual
reynaldo
parents:
18155
diff
changeset
|
1461 // demux_audio.c |
34631
fde6f34c5eb0
Detect ID3v2 tag at the end of the file and stop demuxing before
reimar
parents:
34613
diff
changeset
|
1462 #define MSGTR_MPDEMUX_AUDIO_BadID3v2TagSize "Audio demuxer: bad ID3v2 tag size: larger than stream (%u).\n" |
fde6f34c5eb0
Detect ID3v2 tag at the end of the file and stop demuxing before
reimar
parents:
34613
diff
changeset
|
1463 #define MSGTR_MPDEMUX_AUDIO_DamagedAppendedID3v2Tag "Audio demuxer: damaged appended ID3v2 tag detected.\n" |
18176
f72bc5754209
Part3 of Otvos Attila's oattila AT chello-hu mp_msg changes, with lots of modifications as usual
reynaldo
parents:
18155
diff
changeset
|
1464 #define MSGTR_MPDEMUX_AUDIO_UnknownFormat "Audio demuxer: unknown format %d.\n" |
f72bc5754209
Part3 of Otvos Attila's oattila AT chello-hu mp_msg changes, with lots of modifications as usual
reynaldo
parents:
18155
diff
changeset
|
1465 |
f72bc5754209
Part3 of Otvos Attila's oattila AT chello-hu mp_msg changes, with lots of modifications as usual
reynaldo
parents:
18155
diff
changeset
|
1466 // demux_demuxers.c |
f72bc5754209
Part3 of Otvos Attila's oattila AT chello-hu mp_msg changes, with lots of modifications as usual
reynaldo
parents:
18155
diff
changeset
|
1467 #define MSGTR_MPDEMUX_DEMUXERS_FillBufferError "fill_buffer error: bad demuxer: not vd, ad or sd.\n" |
f72bc5754209
Part3 of Otvos Attila's oattila AT chello-hu mp_msg changes, with lots of modifications as usual
reynaldo
parents:
18155
diff
changeset
|
1468 |
20680 | 1469 // demux_mkv.c |
1470 #define MSGTR_MPDEMUX_MKV_ZlibInitializationFailed "[mkv] zlib initialization failed.\n" | |
1471 #define MSGTR_MPDEMUX_MKV_ZlibDecompressionFailed "[mkv] zlib decompression failed.\n" | |
1472 #define MSGTR_MPDEMUX_MKV_LzoDecompressionFailed "[mkv] lzo decompression failed.\n" | |
1473 #define MSGTR_MPDEMUX_MKV_TrackEncrypted "[mkv] Track number %u has been encrypted and decryption has not yet been\n[mkv] implemented. Skipping track.\n" | |
1474 #define MSGTR_MPDEMUX_MKV_UnknownContentEncoding "[mkv] Unknown content encoding type for track %u. Skipping track.\n" | |
20690 | 1475 #define MSGTR_MPDEMUX_MKV_UnknownCompression "[mkv] Track %u has been compressed with an unknown/unsupported compression\n[mkv] algorithm (%u). Skipping track.\n" |
1476 #define MSGTR_MPDEMUX_MKV_ZlibCompressionUnsupported "[mkv] Track %u was compressed with zlib but mplayer has not been compiled\n[mkv] with support for zlib compression. Skipping track.\n" | |
20680 | 1477 #define MSGTR_MPDEMUX_MKV_TrackIDName "[mkv] Track ID %u: %s (%s) \"%s\", %s\n" |
1478 #define MSGTR_MPDEMUX_MKV_TrackID "[mkv] Track ID %u: %s (%s), %s\n" | |
1479 #define MSGTR_MPDEMUX_MKV_UnknownCodecID "[mkv] Unknown/unsupported CodecID (%s) or missing/bad CodecPrivate\n[mkv] data (track %u).\n" | |
1480 #define MSGTR_MPDEMUX_MKV_FlacTrackDoesNotContainValidHeaders "[mkv] FLAC track does not contain valid headers.\n" | |
1481 #define MSGTR_MPDEMUX_MKV_UnknownAudioCodec "[mkv] Unknown/unsupported audio codec ID '%s' for track %u or missing/faulty\n[mkv] private codec data.\n" | |
1482 #define MSGTR_MPDEMUX_MKV_SubtitleTypeNotSupported "[mkv] Subtitle type '%s' is not supported.\n" | |
20690 | 1483 #define MSGTR_MPDEMUX_MKV_WillPlayVideoTrack "[mkv] Will play video track %u.\n" |
20680 | 1484 #define MSGTR_MPDEMUX_MKV_NoVideoTrackFound "[mkv] No video track found/wanted.\n" |
1485 #define MSGTR_MPDEMUX_MKV_NoAudioTrackFound "[mkv] No audio track found/wanted.\n" | |
1486 #define MSGTR_MPDEMUX_MKV_NoBlockDurationForSubtitleTrackFound "[mkv] Warning: No BlockDuration for subtitle track found.\n" | |
1487 | |
18176
f72bc5754209
Part3 of Otvos Attila's oattila AT chello-hu mp_msg changes, with lots of modifications as usual
reynaldo
parents:
18155
diff
changeset
|
1488 // demux_nuv.c |
f72bc5754209
Part3 of Otvos Attila's oattila AT chello-hu mp_msg changes, with lots of modifications as usual
reynaldo
parents:
18155
diff
changeset
|
1489 |
f72bc5754209
Part3 of Otvos Attila's oattila AT chello-hu mp_msg changes, with lots of modifications as usual
reynaldo
parents:
18155
diff
changeset
|
1490 // demux_xmms.c |
f72bc5754209
Part3 of Otvos Attila's oattila AT chello-hu mp_msg changes, with lots of modifications as usual
reynaldo
parents:
18155
diff
changeset
|
1491 #define MSGTR_MPDEMUX_XMMS_FoundPlugin "Found plugin: %s (%s).\n" |
f72bc5754209
Part3 of Otvos Attila's oattila AT chello-hu mp_msg changes, with lots of modifications as usual
reynaldo
parents:
18155
diff
changeset
|
1492 #define MSGTR_MPDEMUX_XMMS_ClosingPlugin "Closing plugin: %s.\n" |
22274 | 1493 #define MSGTR_MPDEMUX_XMMS_WaitForStart "Waiting for the XMMS plugin to start playback of '%s'...\n" |
18176
f72bc5754209
Part3 of Otvos Attila's oattila AT chello-hu mp_msg changes, with lots of modifications as usual
reynaldo
parents:
18155
diff
changeset
|
1494 |
27033 | 1495 |
27034 | 1496 // ========================== LIBMENU =================================== |
17994
6927fabaef92
Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu
reynaldo
parents:
17986
diff
changeset
|
1497 |
18350
a25e7bd3b759
Removes duplicated entry, pointed out by Victor Farias Escobar <nk21507 at hotmail.com>
reynaldo
parents:
18337
diff
changeset
|
1498 // common |
a25e7bd3b759
Removes duplicated entry, pointed out by Victor Farias Escobar <nk21507 at hotmail.com>
reynaldo
parents:
18337
diff
changeset
|
1499 #define MSGTR_LIBMENU_NoEntryFoundInTheMenuDefinition "[MENU] No entry found in the menu definition.\n" |
a25e7bd3b759
Removes duplicated entry, pointed out by Victor Farias Escobar <nk21507 at hotmail.com>
reynaldo
parents:
18337
diff
changeset
|
1500 |
17994
6927fabaef92
Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu
reynaldo
parents:
17986
diff
changeset
|
1501 // libmenu/menu.c |
18497
56dff038faa3
Reverting changes done with my previous commit, capizalitation or lack of capitalization of affected senteces where done in purpose
reynaldo
parents:
18469
diff
changeset
|
1502 #define MSGTR_LIBMENU_SyntaxErrorAtLine "[MENU] syntax error at line: %d\n" |
18337
d956f80973ad
console message review: countless spelling/grammar/wording fixes
diego
parents:
18335
diff
changeset
|
1503 #define MSGTR_LIBMENU_MenuDefinitionsNeedANameAttrib "[MENU] Menu definitions need a name attribute (line %d).\n" |
18497
56dff038faa3
Reverting changes done with my previous commit, capizalitation or lack of capitalization of affected senteces where done in purpose
reynaldo
parents:
18469
diff
changeset
|
1504 #define MSGTR_LIBMENU_BadAttrib "[MENU] bad attribute %s=%s in menu '%s' at line %d\n" |
56dff038faa3
Reverting changes done with my previous commit, capizalitation or lack of capitalization of affected senteces where done in purpose
reynaldo
parents:
18469
diff
changeset
|
1505 #define MSGTR_LIBMENU_UnknownMenuType "[MENU] unknown menu type '%s' at line %d\n" |
17994
6927fabaef92
Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu
reynaldo
parents:
17986
diff
changeset
|
1506 #define MSGTR_LIBMENU_CantOpenConfigFile "[MENU] Can't open menu config file: %s\n" |
6927fabaef92
Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu
reynaldo
parents:
17986
diff
changeset
|
1507 #define MSGTR_LIBMENU_ConfigFileIsTooBig "[MENU] Config file is too big (> %d KB)\n" |
18337
d956f80973ad
console message review: countless spelling/grammar/wording fixes
diego
parents:
18335
diff
changeset
|
1508 #define MSGTR_LIBMENU_ConfigFileIsEmpty "[MENU] Config file is empty.\n" |
17994
6927fabaef92
Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu
reynaldo
parents:
17986
diff
changeset
|
1509 #define MSGTR_LIBMENU_MenuNotFound "[MENU] Menu %s not found.\n" |
18155 | 1510 #define MSGTR_LIBMENU_MenuInitFailed "[MENU] Menu '%s': Init failed.\n" |
17994
6927fabaef92
Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu
reynaldo
parents:
17986
diff
changeset
|
1511 #define MSGTR_LIBMENU_UnsupportedOutformat "[MENU] Unsupported output format!!!!\n" |
6927fabaef92
Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu
reynaldo
parents:
17986
diff
changeset
|
1512 |
6927fabaef92
Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu
reynaldo
parents:
17986
diff
changeset
|
1513 // libmenu/menu_cmdlist.c |
18006
ce1a5b200c39
Minor spelling and grammar fixes for part 1 of Otvos Attila's
corey
parents:
18004
diff
changeset
|
1514 #define MSGTR_LIBMENU_ListMenuEntryDefinitionsNeedAName "[MENU] List menu entry definitions need a name (line %d).\n" |
ce1a5b200c39
Minor spelling and grammar fixes for part 1 of Otvos Attila's
corey
parents:
18004
diff
changeset
|
1515 #define MSGTR_LIBMENU_ListMenuNeedsAnArgument "[MENU] List menu needs an argument.\n" |
17994
6927fabaef92
Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu
reynaldo
parents:
17986
diff
changeset
|
1516 |
6927fabaef92
Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu
reynaldo
parents:
17986
diff
changeset
|
1517 // libmenu/menu_console.c |
6927fabaef92
Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu
reynaldo
parents:
17986
diff
changeset
|
1518 #define MSGTR_LIBMENU_WaitPidError "[MENU] Waitpid error: %s.\n" |
6927fabaef92
Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu
reynaldo
parents:
17986
diff
changeset
|
1519 #define MSGTR_LIBMENU_SelectError "[MENU] Select error.\n" |
23874 | 1520 #define MSGTR_LIBMENU_ReadErrorOnChildFD "[MENU] Read error on child's file descriptor: %s.\n" |
17994
6927fabaef92
Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu
reynaldo
parents:
17986
diff
changeset
|
1521 #define MSGTR_LIBMENU_ConsoleRun "[MENU] Console run: %s ...\n" |
18006
ce1a5b200c39
Minor spelling and grammar fixes for part 1 of Otvos Attila's
corey
parents:
18004
diff
changeset
|
1522 #define MSGTR_LIBMENU_AChildIsAlreadyRunning "[MENU] A child is already running.\n" |
17994
6927fabaef92
Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu
reynaldo
parents:
17986
diff
changeset
|
1523 #define MSGTR_LIBMENU_ForkFailed "[MENU] Fork failed !!!\n" |
18337
d956f80973ad
console message review: countless spelling/grammar/wording fixes
diego
parents:
18335
diff
changeset
|
1524 #define MSGTR_LIBMENU_WriteError "[MENU] write error\n" |
17994
6927fabaef92
Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu
reynaldo
parents:
17986
diff
changeset
|
1525 |
6927fabaef92
Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu
reynaldo
parents:
17986
diff
changeset
|
1526 // libmenu/menu_filesel.c |
18337
d956f80973ad
console message review: countless spelling/grammar/wording fixes
diego
parents:
18335
diff
changeset
|
1527 #define MSGTR_LIBMENU_OpendirError "[MENU] opendir error: %s\n" |
d956f80973ad
console message review: countless spelling/grammar/wording fixes
diego
parents:
18335
diff
changeset
|
1528 #define MSGTR_LIBMENU_ReallocError "[MENU] realloc error: %s\n" |
18497
56dff038faa3
Reverting changes done with my previous commit, capizalitation or lack of capitalization of affected senteces where done in purpose
reynaldo
parents:
18469
diff
changeset
|
1529 #define MSGTR_LIBMENU_MallocError "[MENU] memory allocation error: %s\n" |
18337
d956f80973ad
console message review: countless spelling/grammar/wording fixes
diego
parents:
18335
diff
changeset
|
1530 #define MSGTR_LIBMENU_ReaddirError "[MENU] readdir error: %s\n" |
d956f80973ad
console message review: countless spelling/grammar/wording fixes
diego
parents:
18335
diff
changeset
|
1531 #define MSGTR_LIBMENU_CantOpenDirectory "[MENU] Can't open directory %s.\n" |
17994
6927fabaef92
Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu
reynaldo
parents:
17986
diff
changeset
|
1532 |
6927fabaef92
Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu
reynaldo
parents:
17986
diff
changeset
|
1533 // libmenu/menu_param.c |
6927fabaef92
Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu
reynaldo
parents:
17986
diff
changeset
|
1534 #define MSGTR_LIBMENU_SubmenuDefinitionNeedAMenuAttribut "[MENU] Submenu definition needs a 'menu' attribute.\n" |
23398
69bf352bcef8
Drop the metadata stuff and replace it with generic property string expansion.
albeu
parents:
23010
diff
changeset
|
1535 #define MSGTR_LIBMENU_InvalidProperty "[MENU] Invalid property '%s' in pref menu entry. (line %d).\n" |
69bf352bcef8
Drop the metadata stuff and replace it with generic property string expansion.
albeu
parents:
23010
diff
changeset
|
1536 #define MSGTR_LIBMENU_PrefMenuEntryDefinitionsNeed "[MENU] Pref menu entry definitions need a valid 'property' or 'txt' attribute (line %d).\n" |
18006
ce1a5b200c39
Minor spelling and grammar fixes for part 1 of Otvos Attila's
corey
parents:
18004
diff
changeset
|
1537 #define MSGTR_LIBMENU_PrefMenuNeedsAnArgument "[MENU] Pref menu needs an argument.\n" |
17994
6927fabaef92
Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu
reynaldo
parents:
17986
diff
changeset
|
1538 |
6927fabaef92
Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu
reynaldo
parents:
17986
diff
changeset
|
1539 // libmenu/menu_pt.c |
6927fabaef92
Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu
reynaldo
parents:
17986
diff
changeset
|
1540 #define MSGTR_LIBMENU_CantfindTheTargetItem "[MENU] Can't find the target item ????\n" |
6927fabaef92
Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu
reynaldo
parents:
17986
diff
changeset
|
1541 #define MSGTR_LIBMENU_FailedToBuildCommand "[MENU] Failed to build command: %s.\n" |
6927fabaef92
Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu
reynaldo
parents:
17986
diff
changeset
|
1542 |
6927fabaef92
Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu
reynaldo
parents:
17986
diff
changeset
|
1543 // libmenu/menu_txt.c |
18337
d956f80973ad
console message review: countless spelling/grammar/wording fixes
diego
parents:
18335
diff
changeset
|
1544 #define MSGTR_LIBMENU_MenuTxtNeedATxtFileName "[MENU] Text menu needs a textfile name (parameter file).\n" |
d956f80973ad
console message review: countless spelling/grammar/wording fixes
diego
parents:
18335
diff
changeset
|
1545 #define MSGTR_LIBMENU_MenuTxtCantOpen "[MENU] Can't open %s.\n" |
17994
6927fabaef92
Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu
reynaldo
parents:
17986
diff
changeset
|
1546 #define MSGTR_LIBMENU_WarningTooLongLineSplitting "[MENU] Warning, line too long. Splitting it.\n" |
6927fabaef92
Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu
reynaldo
parents:
17986
diff
changeset
|
1547 #define MSGTR_LIBMENU_ParsedLines "[MENU] Parsed %d lines.\n" |
6927fabaef92
Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu
reynaldo
parents:
17986
diff
changeset
|
1548 |
6927fabaef92
Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu
reynaldo
parents:
17986
diff
changeset
|
1549 // libmenu/vf_menu.c |
6927fabaef92
Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu
reynaldo
parents:
17986
diff
changeset
|
1550 #define MSGTR_LIBMENU_UnknownMenuCommand "[MENU] Unknown command: '%s'.\n" |
6927fabaef92
Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu
reynaldo
parents:
17986
diff
changeset
|
1551 #define MSGTR_LIBMENU_FailedToOpenMenu "[MENU] Failed to open menu: '%s'.\n" |
6927fabaef92
Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu
reynaldo
parents:
17986
diff
changeset
|
1552 |
27033 | 1553 |
18004
bcd805923554
Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me
reynaldo
parents:
17994
diff
changeset
|
1554 // ========================== LIBMPCODECS =================================== |
bcd805923554
Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me
reynaldo
parents:
17994
diff
changeset
|
1555 |
27040
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1556 // dec_video.c & dec_audio.c: |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1557 #define MSGTR_CantOpenCodec "Could not open codec.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1558 #define MSGTR_CantCloseCodec "Could not close codec.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1559 |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1560 #define MSGTR_MissingDLLcodec "ERROR: Could not open required DirectShow codec %s.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1561 #define MSGTR_ACMiniterror "Could not load/initialize Win32/ACM audio codec (missing DLL file?).\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1562 #define MSGTR_MissingLAVCcodec "Cannot find codec '%s' in libavcodec...\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1563 |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1564 #define MSGTR_MpegNoSequHdr "MPEG: FATAL: EOF while searching for sequence header.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1565 #define MSGTR_CannotReadMpegSequHdr "FATAL: Cannot read sequence header.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1566 #define MSGTR_CannotReadMpegSequHdrEx "FATAL: Cannot read sequence header extension.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1567 #define MSGTR_BadMpegSequHdr "MPEG: bad sequence header\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1568 #define MSGTR_BadMpegSequHdrEx "MPEG: bad sequence header extension\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1569 |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1570 #define MSGTR_ShMemAllocFail "Cannot allocate shared memory.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1571 #define MSGTR_CantAllocAudioBuf "Cannot allocate audio out buffer.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1572 |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1573 #define MSGTR_UnknownAudio "Unknown/missing audio format -> no sound\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1574 |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1575 #define MSGTR_UsingExternalPP "[PP] Using external postprocessing filter, max q = %d.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1576 #define MSGTR_UsingCodecPP "[PP] Using codec's postprocessing, max q = %d.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1577 #define MSGTR_VideoCodecFamilyNotAvailableStr "Requested video codec family [%s] (vfm=%s) not available.\nEnable it at compilation.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1578 #define MSGTR_AudioCodecFamilyNotAvailableStr "Requested audio codec family [%s] (afm=%s) not available.\nEnable it at compilation.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1579 #define MSGTR_OpeningVideoDecoder "Opening video decoder: [%s] %s\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1580 #define MSGTR_SelectedVideoCodec "Selected video codec: [%s] vfm: %s (%s)\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1581 #define MSGTR_OpeningAudioDecoder "Opening audio decoder: [%s] %s\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1582 #define MSGTR_SelectedAudioCodec "Selected audio codec: [%s] afm: %s (%s)\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1583 #define MSGTR_VDecoderInitFailed "VDecoder init failed :(\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1584 #define MSGTR_ADecoderInitFailed "ADecoder init failed :(\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1585 #define MSGTR_ADecoderPreinitFailed "ADecoder preinit failed :(\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1586 |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1587 // ad_dvdpcm.c: |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1588 #define MSGTR_SamplesWanted "Samples of this format are needed to improve support. Please contact the developers.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1589 |
18004
bcd805923554
Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me
reynaldo
parents:
17994
diff
changeset
|
1590 // libmpcodecs/ad_libdv.c |
bcd805923554
Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me
reynaldo
parents:
17994
diff
changeset
|
1591 #define MSGTR_MPCODECS_AudioFramesizeDiffers "[AD_LIBDV] Warning! Audio framesize differs! read=%d hdr=%d.\n" |
bcd805923554
Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me
reynaldo
parents:
17994
diff
changeset
|
1592 |
27040
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1593 // vd.c |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1594 #define MSGTR_CouldNotFindColorspace "Could not find matching colorspace - retrying with -vf scale...\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1595 #define MSGTR_MovieAspectIsSet "Movie-Aspect is %.2f:1 - prescaling to correct movie aspect.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1596 #define MSGTR_MovieAspectUndefined "Movie-Aspect is undefined - no prescaling applied.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1597 |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1598 // vd_dshow.c, vd_dmo.c |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1599 #define MSGTR_DownloadCodecPackage "You need to upgrade/install the binary codecs package.\nGo to http://www.mplayerhq.hu/dload.html\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1600 |
18004
bcd805923554
Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me
reynaldo
parents:
17994
diff
changeset
|
1601 // libmpcodecs/vd_dmo.c vd_dshow.c vd_vfw.c |
bcd805923554
Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me
reynaldo
parents:
17994
diff
changeset
|
1602 #define MSGTR_MPCODECS_CouldntAllocateImageForCinepakCodec "[VD_DMO] Couldn't allocate image for cinepak codec.\n" |
bcd805923554
Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me
reynaldo
parents:
17994
diff
changeset
|
1603 |
bcd805923554
Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me
reynaldo
parents:
17994
diff
changeset
|
1604 // libmpcodecs/vd_ffmpeg.c |
bcd805923554
Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me
reynaldo
parents:
17994
diff
changeset
|
1605 #define MSGTR_MPCODECS_ArithmeticMeanOfQP "[VD_FFMPEG] Arithmetic mean of QP: %2.4f, Harmonic mean of QP: %2.4f\n" |
bcd805923554
Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me
reynaldo
parents:
17994
diff
changeset
|
1606 #define MSGTR_MPCODECS_DRIFailure "[VD_FFMPEG] DRI failure.\n" |
bcd805923554
Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me
reynaldo
parents:
17994
diff
changeset
|
1607 #define MSGTR_MPCODECS_CouldntAllocateImageForCodec "[VD_FFMPEG] Couldn't allocate image for codec.\n" |
18337
d956f80973ad
console message review: countless spelling/grammar/wording fixes
diego
parents:
18335
diff
changeset
|
1608 #define MSGTR_MPCODECS_XVMCAcceleratedMPEG2 "[VD_FFMPEG] XVMC-accelerated MPEG-2.\n" |
18004
bcd805923554
Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me
reynaldo
parents:
17994
diff
changeset
|
1609 #define MSGTR_MPCODECS_TryingPixfmt "[VD_FFMPEG] Trying pixfmt=%d.\n" |
bcd805923554
Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me
reynaldo
parents:
17994
diff
changeset
|
1610 #define MSGTR_MPCODECS_McGetBufferShouldWorkOnlyWithXVMC "[VD_FFMPEG] The mc_get_buffer should work only with XVMC acceleration!!" |
bcd805923554
Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me
reynaldo
parents:
17994
diff
changeset
|
1611 #define MSGTR_MPCODECS_OnlyBuffersAllocatedByVoXvmcAllowed "[VD_FFMPEG] Only buffers allocated by vo_xvmc allowed.\n" |
bcd805923554
Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me
reynaldo
parents:
17994
diff
changeset
|
1612 |
bcd805923554
Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me
reynaldo
parents:
17994
diff
changeset
|
1613 // libmpcodecs/ve_lavc.c |
18337
d956f80973ad
console message review: countless spelling/grammar/wording fixes
diego
parents:
18335
diff
changeset
|
1614 #define MSGTR_MPCODECS_HighQualityEncodingSelected "[VE_LAVC] High quality encoding selected (non-realtime)!\n" |
18004
bcd805923554
Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me
reynaldo
parents:
17994
diff
changeset
|
1615 #define MSGTR_MPCODECS_UsingConstantQscale "[VE_LAVC] Using constant qscale = %f (VBR).\n" |
bcd805923554
Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me
reynaldo
parents:
17994
diff
changeset
|
1616 |
bcd805923554
Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me
reynaldo
parents:
17994
diff
changeset
|
1617 // libmpcodecs/ve_raw.c |
18337
d956f80973ad
console message review: countless spelling/grammar/wording fixes
diego
parents:
18335
diff
changeset
|
1618 #define MSGTR_MPCODECS_OutputWithFourccNotSupported "[VE_RAW] Raw output with FourCC [%x] not supported!\n" |
18004
bcd805923554
Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me
reynaldo
parents:
17994
diff
changeset
|
1619 #define MSGTR_MPCODECS_NoVfwCodecSpecified "[VE_RAW] Required VfW codec not specified!!\n" |
bcd805923554
Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me
reynaldo
parents:
17994
diff
changeset
|
1620 |
27040
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1621 // vf.c |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1622 #define MSGTR_CouldNotFindVideoFilter "Couldn't find video filter '%s'.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1623 #define MSGTR_CouldNotOpenVideoFilter "Couldn't open video filter '%s'.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1624 #define MSGTR_OpeningVideoFilter "Opening video filter: " |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1625 #define MSGTR_CannotFindColorspace "Cannot find matching colorspace, even by inserting 'scale' :(\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1626 |
18004
bcd805923554
Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me
reynaldo
parents:
17994
diff
changeset
|
1627 // libmpcodecs/vf_crop.c |
bcd805923554
Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me
reynaldo
parents:
17994
diff
changeset
|
1628 #define MSGTR_MPCODECS_CropBadPositionWidthHeight "[CROP] Bad position/width/height - cropped area outside of the original!\n" |
bcd805923554
Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me
reynaldo
parents:
17994
diff
changeset
|
1629 |
bcd805923554
Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me
reynaldo
parents:
17994
diff
changeset
|
1630 // libmpcodecs/vf_cropdetect.c |
bcd805923554
Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me
reynaldo
parents:
17994
diff
changeset
|
1631 #define MSGTR_MPCODECS_CropArea "[CROP] Crop area: X: %d..%d Y: %d..%d (-vf crop=%d:%d:%d:%d).\n" |
bcd805923554
Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me
reynaldo
parents:
17994
diff
changeset
|
1632 |
bcd805923554
Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me
reynaldo
parents:
17994
diff
changeset
|
1633 // libmpcodecs/vf_format.c, vf_palette.c, vf_noformat.c |
bcd805923554
Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me
reynaldo
parents:
17994
diff
changeset
|
1634 #define MSGTR_MPCODECS_UnknownFormatName "[VF_FORMAT] Unknown format name: '%s'.\n" |
bcd805923554
Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me
reynaldo
parents:
17994
diff
changeset
|
1635 |
bcd805923554
Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me
reynaldo
parents:
17994
diff
changeset
|
1636 // libmpcodecs/vf_framestep.c vf_noformat.c vf_palette.c vf_tile.c |
bcd805923554
Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me
reynaldo
parents:
17994
diff
changeset
|
1637 #define MSGTR_MPCODECS_ErrorParsingArgument "[VF_FRAMESTEP] Error parsing argument.\n" |
bcd805923554
Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me
reynaldo
parents:
17994
diff
changeset
|
1638 |
bcd805923554
Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me
reynaldo
parents:
17994
diff
changeset
|
1639 // libmpcodecs/ve_vfw.c |
bcd805923554
Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me
reynaldo
parents:
17994
diff
changeset
|
1640 #define MSGTR_MPCODECS_CompressorType "Compressor type: %.4lx\n" |
bcd805923554
Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me
reynaldo
parents:
17994
diff
changeset
|
1641 #define MSGTR_MPCODECS_CompressorSubtype "Compressor subtype: %.4lx\n" |
bcd805923554
Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me
reynaldo
parents:
17994
diff
changeset
|
1642 #define MSGTR_MPCODECS_CompressorFlags "Compressor flags: %lu, version %lu, ICM version: %lu\n" |
bcd805923554
Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me
reynaldo
parents:
17994
diff
changeset
|
1643 #define MSGTR_MPCODECS_Flags "Flags:" |
bcd805923554
Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me
reynaldo
parents:
17994
diff
changeset
|
1644 #define MSGTR_MPCODECS_Quality " quality" |
bcd805923554
Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me
reynaldo
parents:
17994
diff
changeset
|
1645 |
bcd805923554
Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me
reynaldo
parents:
17994
diff
changeset
|
1646 // libmpcodecs/vf_expand.c |
bcd805923554
Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me
reynaldo
parents:
17994
diff
changeset
|
1647 #define MSGTR_MPCODECS_FullDRNotPossible "Full DR not possible, trying SLICES instead!\n" |
18007
d2c04fecc5f1
A question needs a question mark, but in this case I think at least two
corey
parents:
18006
diff
changeset
|
1648 #define MSGTR_MPCODECS_FunWhydowegetNULL "Why do we get NULL??\n" |
18004
bcd805923554
Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me
reynaldo
parents:
17994
diff
changeset
|
1649 |
bcd805923554
Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me
reynaldo
parents:
17994
diff
changeset
|
1650 // libmpcodecs/vf_test.c, vf_yuy2.c, vf_yvu9.c |
bcd805923554
Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me
reynaldo
parents:
17994
diff
changeset
|
1651 #define MSGTR_MPCODECS_WarnNextFilterDoesntSupport "%s not supported by next filter/vo :(\n" |
18234
a107276371a8
Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes, with lots of corrections
reynaldo
parents:
18176
diff
changeset
|
1652 |
27033 | 1653 |
21066 | 1654 // ================================== LIBASS ==================================== |
1655 | |
1656 // ass_bitmap.c | |
1657 | |
1658 // ass.c | |
1659 #define MSGTR_LIBASS_FopenFailed "[ass] ass_read_file(%s): fopen failed\n" | |
30473
7446f58b6899
Add support for loading ASS subtitles through the stream layer and thus e.g.
reimar
parents:
30002
diff
changeset
|
1660 #define MSGTR_LIBASS_RefusingToLoadSubtitlesLargerThan100M "[ass] ass_read_file(%s): Refusing to load subtitles larger than 100M\n" |
21066 | 1661 |
1662 // ass_cache.c | |
1663 | |
1664 // ass_fontconfig.c | |
1665 | |
1666 // ass_render.c | |
1667 | |
21351
c611dfc4cb85
If a glyph is not found in the current font, switch to another one.
eugeni
parents:
21316
diff
changeset
|
1668 // ass_font.c |
22967 | 1669 |
27040
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1670 |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1671 // ================================== stream ==================================== |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1672 |
34247
1c35122fba8c
Remove obsolete ALSA 0.5 audio output and ALSA 0.9 audio input.
diego
parents:
34165
diff
changeset
|
1673 // ai_alsa.c |
1c35122fba8c
Remove obsolete ALSA 0.5 audio output and ALSA 0.9 audio input.
diego
parents:
34165
diff
changeset
|
1674 #define MSGTR_MPDEMUX_AIALSA_CannotSetSamplerate "Cannot set samplerate.\n" |
1c35122fba8c
Remove obsolete ALSA 0.5 audio output and ALSA 0.9 audio input.
diego
parents:
34165
diff
changeset
|
1675 #define MSGTR_MPDEMUX_AIALSA_CannotSetBufferTime "Cannot set buffer time.\n" |
1c35122fba8c
Remove obsolete ALSA 0.5 audio output and ALSA 0.9 audio input.
diego
parents:
34165
diff
changeset
|
1676 #define MSGTR_MPDEMUX_AIALSA_CannotSetPeriodTime "Cannot set period time.\n" |
27040
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1677 |
34247
1c35122fba8c
Remove obsolete ALSA 0.5 audio output and ALSA 0.9 audio input.
diego
parents:
34165
diff
changeset
|
1678 // ai_alsa.c |
27040
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1679 #define MSGTR_MPDEMUX_AIALSA_PcmBrokenConfig "Broken configuration for this PCM: no configurations available.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1680 #define MSGTR_MPDEMUX_AIALSA_UnavailableAccessType "Access type not available.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1681 #define MSGTR_MPDEMUX_AIALSA_UnavailableSampleFmt "Sample format not available.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1682 #define MSGTR_MPDEMUX_AIALSA_UnavailableChanCount "Channel count not available - reverting to default: %d\n" |
31834
64ba1daa147a
various spelling fixes, found by the Debian QA tool 'lintian'
siretart
parents:
31686
diff
changeset
|
1683 #define MSGTR_MPDEMUX_AIALSA_CannotInstallHWParams "Unable to install hardware parameters: %s" |
27040
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1684 #define MSGTR_MPDEMUX_AIALSA_PeriodEqualsBufferSize "Can't use period equal to buffer size (%u == %lu)\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1685 #define MSGTR_MPDEMUX_AIALSA_CannotInstallSWParams "Unable to install software parameters:\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1686 #define MSGTR_MPDEMUX_AIALSA_ErrorOpeningAudio "Error opening audio: %s\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1687 #define MSGTR_MPDEMUX_AIALSA_AlsaStatusError "ALSA status error: %s" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1688 #define MSGTR_MPDEMUX_AIALSA_AlsaXRUN "ALSA xrun!!! (at least %.3f ms long)\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1689 #define MSGTR_MPDEMUX_AIALSA_AlsaXRUNPrepareError "ALSA xrun: prepare error: %s" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1690 #define MSGTR_MPDEMUX_AIALSA_AlsaReadWriteError "ALSA read/write error" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1691 |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1692 // ai_oss.c |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1693 #define MSGTR_MPDEMUX_AIOSS_Unable2SetChanCount "Unable to set channel count: %d\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1694 #define MSGTR_MPDEMUX_AIOSS_Unable2SetStereo "Unable to set stereo: %d\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1695 #define MSGTR_MPDEMUX_AIOSS_Unable2Open "Unable to open '%s': %s\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1696 #define MSGTR_MPDEMUX_AIOSS_UnsupportedFmt "unsupported format\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1697 #define MSGTR_MPDEMUX_AIOSS_Unable2SetAudioFmt "Unable to set audio format." |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1698 #define MSGTR_MPDEMUX_AIOSS_Unable2SetSamplerate "Unable to set samplerate: %d\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1699 #define MSGTR_MPDEMUX_AIOSS_Unable2SetTrigger "Unable to set trigger: %d\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1700 #define MSGTR_MPDEMUX_AIOSS_Unable2GetBlockSize "Unable to get block size!\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1701 #define MSGTR_MPDEMUX_AIOSS_AudioBlockSizeZero "Audio block size is zero, setting to %d!\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1702 #define MSGTR_MPDEMUX_AIOSS_AudioBlockSize2Low "Audio block size too low, setting to %d!\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1703 |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1704 // asf_mmst_streaming.c |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1705 #define MSGTR_MPDEMUX_MMST_WriteError "write error\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1706 #define MSGTR_MPDEMUX_MMST_EOFAlert "\nAlert! EOF\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1707 #define MSGTR_MPDEMUX_MMST_PreHeaderReadFailed "pre-header read failed\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1708 #define MSGTR_MPDEMUX_MMST_InvalidHeaderSize "Invalid header size, giving up.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1709 #define MSGTR_MPDEMUX_MMST_HeaderDataReadFailed "Header data read failed.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1710 #define MSGTR_MPDEMUX_MMST_packet_lenReadFailed "packet_len read failed.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1711 #define MSGTR_MPDEMUX_MMST_InvalidRTSPPacketSize "Invalid RTSP packet size, giving up.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1712 #define MSGTR_MPDEMUX_MMST_CmdDataReadFailed "Command data read failed.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1713 #define MSGTR_MPDEMUX_MMST_HeaderObject "header object\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1714 #define MSGTR_MPDEMUX_MMST_DataObject "data object\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1715 #define MSGTR_MPDEMUX_MMST_FileObjectPacketLen "file object, packet length = %d (%d)\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1716 #define MSGTR_MPDEMUX_MMST_StreamObjectStreamID "stream object, stream ID: %d\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1717 #define MSGTR_MPDEMUX_MMST_2ManyStreamID "Too many IDs, stream skipped." |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1718 #define MSGTR_MPDEMUX_MMST_UnknownObject "unknown object\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1719 #define MSGTR_MPDEMUX_MMST_MediaDataReadFailed "Media data read failed.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1720 #define MSGTR_MPDEMUX_MMST_MissingSignature "missing signature\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1721 #define MSGTR_MPDEMUX_MMST_PatentedTechnologyJoke "Everything done. Thank you for downloading a media file containing proprietary and patented technology.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1722 #define MSGTR_MPDEMUX_MMST_UnknownCmd "unknown command %02x\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1723 #define MSGTR_MPDEMUX_MMST_GetMediaPacketErr "get_media_packet error : %s\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1724 #define MSGTR_MPDEMUX_MMST_Connected "Connected\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1725 |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1726 // asf_streaming.c |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1727 #define MSGTR_MPDEMUX_ASF_StreamChunkSize2Small "Ahhhh, stream_chunck size is too small: %d\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1728 #define MSGTR_MPDEMUX_ASF_SizeConfirmMismatch "size_confirm mismatch!: %d %d\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1729 #define MSGTR_MPDEMUX_ASF_WarnDropHeader "Warning: drop header ????\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1730 #define MSGTR_MPDEMUX_ASF_ErrorParsingChunkHeader "Error while parsing chunk header\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1731 #define MSGTR_MPDEMUX_ASF_NoHeaderAtFirstChunk "Didn't get a header as first chunk !!!!\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1732 #define MSGTR_MPDEMUX_ASF_BufferMallocFailed "Error: Can't allocate %d bytes buffer.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1733 #define MSGTR_MPDEMUX_ASF_ErrReadingNetworkStream "Error while reading network stream.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1734 #define MSGTR_MPDEMUX_ASF_ErrChunk2Small "Error: Chunk is too small.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1735 #define MSGTR_MPDEMUX_ASF_Bandwidth2SmallCannotPlay "Bandwidth too small, file cannot be played!\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1736 #define MSGTR_MPDEMUX_ASF_Bandwidth2SmallDeselectedAudio "Bandwidth too small, deselected audio stream.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1737 #define MSGTR_MPDEMUX_ASF_Bandwidth2SmallDeselectedVideo "Bandwidth too small, deselected video stream.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1738 #define MSGTR_MPDEMUX_ASF_InvalidLenInHeader "Invalid length in ASF header!\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1739 #define MSGTR_MPDEMUX_ASF_ErrChunkBiggerThanPacket "Error: chunk_size > packet_size\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1740 #define MSGTR_MPDEMUX_ASF_ASFRedirector "=====> ASF Redirector\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1741 #define MSGTR_MPDEMUX_ASF_InvalidProxyURL "invalid proxy URL\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1742 #define MSGTR_MPDEMUX_ASF_UnknownASFStreamType "unknown ASF stream type\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1743 #define MSGTR_MPDEMUX_ASF_Failed2ParseHTTPResponse "Failed to parse HTTP response.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1744 #define MSGTR_MPDEMUX_ASF_ServerReturn "Server returned %d:%s\n" |
33841
25667edae85c
cleanup: adjust printf format strings to match parameter types
diego
parents:
33830
diff
changeset
|
1745 #define MSGTR_MPDEMUX_ASF_ASFHTTPParseWarnCuttedPragma "ASF HTTP PARSE WARNING : Pragma %s cut from %zu bytes to %zu\n" |
27040
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1746 #define MSGTR_MPDEMUX_ASF_SocketWriteError "socket write error: %s\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1747 #define MSGTR_MPDEMUX_ASF_HeaderParseFailed "Failed to parse header.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1748 #define MSGTR_MPDEMUX_ASF_NoStreamFound "No stream found.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1749 #define MSGTR_MPDEMUX_ASF_UnknownASFStreamingType "unknown ASF streaming type\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1750 #define MSGTR_MPDEMUX_ASF_InfoStreamASFURL "STREAM_ASF, URL: %s\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1751 #define MSGTR_MPDEMUX_ASF_StreamingFailed "Failed, exiting.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1752 |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1753 // audio_in.c |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1754 #define MSGTR_MPDEMUX_AUDIOIN_ErrReadingAudio "\nError reading audio: %s\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1755 #define MSGTR_MPDEMUX_AUDIOIN_XRUNSomeFramesMayBeLeftOut "Recovered from cross-run, some frames may be left out!\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1756 #define MSGTR_MPDEMUX_AUDIOIN_ErrFatalCannotRecover "Fatal error, cannot recover!\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1757 #define MSGTR_MPDEMUX_AUDIOIN_NotEnoughSamples "\nNot enough audio samples!\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1758 |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1759 // cache2.c |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1760 |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1761 // network.c |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1762 #define MSGTR_MPDEMUX_NW_UnknownAF "Unknown address family %d\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1763 #define MSGTR_MPDEMUX_NW_ResolvingHostForAF "Resolving %s for %s...\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1764 #define MSGTR_MPDEMUX_NW_CantResolv "Couldn't resolve name for %s: %s\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1765 #define MSGTR_MPDEMUX_NW_ConnectingToServer "Connecting to server %s[%s]: %d...\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1766 #define MSGTR_MPDEMUX_NW_CantConnect2Server "Failed to connect to server with %s\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1767 #define MSGTR_MPDEMUX_NW_SelectFailed "Select failed.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1768 #define MSGTR_MPDEMUX_NW_ConnTimeout "connection timeout\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1769 #define MSGTR_MPDEMUX_NW_GetSockOptFailed "getsockopt failed: %s\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1770 #define MSGTR_MPDEMUX_NW_ConnectError "connect error: %s\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1771 #define MSGTR_MPDEMUX_NW_InvalidProxySettingTryingWithout "Invalid proxy setting... Trying without proxy.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1772 #define MSGTR_MPDEMUX_NW_CantResolvTryingWithoutProxy "Could not resolve remote hostname for AF_INET. Trying without proxy.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1773 #define MSGTR_MPDEMUX_NW_ErrSendingHTTPRequest "Error while sending HTTP request: Didn't send all the request.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1774 #define MSGTR_MPDEMUX_NW_ReadFailed "Read failed.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1775 #define MSGTR_MPDEMUX_NW_Read0CouldBeEOF "http_read_response read 0 (i.e. EOF).\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1776 #define MSGTR_MPDEMUX_NW_AuthFailed "Authentication failed. Please use the -user and -passwd options to provide your\n"\ |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1777 "username/password for a list of URLs, or form an URL like:\n"\ |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1778 "http://username:password@hostname/file\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1779 #define MSGTR_MPDEMUX_NW_AuthRequiredFor "Authentication required for %s\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1780 #define MSGTR_MPDEMUX_NW_AuthRequired "Authentication required.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1781 #define MSGTR_MPDEMUX_NW_NoPasswdProvidedTryingBlank "No password provided, trying blank password.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1782 #define MSGTR_MPDEMUX_NW_ErrServerReturned "Server returns %d: %s\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1783 #define MSGTR_MPDEMUX_NW_CacheSizeSetTo "Cache size set to %d KBytes\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1784 |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1785 // open.c, stream.c: |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1786 #define MSGTR_CdDevNotfound "CD-ROM Device '%s' not found.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1787 #define MSGTR_ErrTrackSelect "Error selecting VCD track." |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1788 #define MSGTR_ReadSTDIN "Reading from stdin...\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1789 #define MSGTR_FileNotFound "File not found: '%s'\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1790 |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1791 #define MSGTR_SMBInitError "Cannot init the libsmbclient library: %d\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1792 #define MSGTR_SMBFileNotFound "Could not open from LAN: '%s'\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1793 |
31565
9a590e7aac57
Support for unencrypted Blu-ray playback through libbluray.
ben
parents:
31513
diff
changeset
|
1794 #define MSGTR_CantOpenBluray "Couldn't open Blu-ray device: %s\n" |
27040
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1795 #define MSGTR_CantOpenDVD "Couldn't open DVD device: %s (%s)\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1796 |
33367 | 1797 #define MSGTR_URLParsingFailed "URL parsing failed on url %s\n" |
1798 #define MSGTR_FailedSetStreamOption "Failed to set stream option %s=%s\n" | |
1799 #define MSGTR_StreamNeedType "Streams need a type!\n" | |
1800 #define MSGTR_StreamCantHandleURL "No stream found to handle url %s\n" | |
1801 #define MSGTR_StreamNULLFilename "open_output_stream(), NULL filename, report this bug\n" | |
1802 #define MSGTR_StreamErrorWritingCapture "Error writing capture file: %s\n" | |
1803 #define MSGTR_StreamSeekFailed "Seek failed\n" | |
1804 #define MSGTR_StreamNotSeekable "Stream not seekable!\n" | |
1805 #define MSGTR_StreamCannotSeekBackward "Cannot seek backward in linear streams!\n" | |
1806 | |
27040
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1807 // stream_cdda.c |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1808 #define MSGTR_MPDEMUX_CDDA_CantOpenCDDADevice "Can't open CDDA device.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1809 #define MSGTR_MPDEMUX_CDDA_CantOpenDisc "Can't open disc.\n" |
31446 | 1810 #define MSGTR_MPDEMUX_CDDA_AudioCDFoundWithNTracks "Found audio CD with %d tracks.\n" |
27040
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1811 |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1812 // stream_cddb.c |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1813 #define MSGTR_MPDEMUX_CDDB_FailedToReadTOC "Failed to read TOC.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1814 #define MSGTR_MPDEMUX_CDDB_FailedToOpenDevice "Failed to open %s device.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1815 #define MSGTR_MPDEMUX_CDDB_NotAValidURL "not a valid URL\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1816 #define MSGTR_MPDEMUX_CDDB_FailedToSendHTTPRequest "Failed to send the HTTP request.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1817 #define MSGTR_MPDEMUX_CDDB_FailedToReadHTTPResponse "Failed to read the HTTP response.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1818 #define MSGTR_MPDEMUX_CDDB_HTTPErrorNOTFOUND "Not Found.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1819 #define MSGTR_MPDEMUX_CDDB_HTTPErrorUnknown "unknown error code\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1820 #define MSGTR_MPDEMUX_CDDB_NoCacheFound "No cache found.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1821 #define MSGTR_MPDEMUX_CDDB_NotAllXMCDFileHasBeenRead "Not all the xmcd file has been read.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1822 #define MSGTR_MPDEMUX_CDDB_FailedToCreateDirectory "Failed to create directory %s.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1823 #define MSGTR_MPDEMUX_CDDB_NotAllXMCDFileHasBeenWritten "Not all of the xmcd file has been written.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1824 #define MSGTR_MPDEMUX_CDDB_InvalidXMCDDatabaseReturned "Invalid xmcd database file returned.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1825 #define MSGTR_MPDEMUX_CDDB_UnexpectedFIXME "unexpected FIXME\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1826 #define MSGTR_MPDEMUX_CDDB_UnhandledCode "unhandled code\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1827 #define MSGTR_MPDEMUX_CDDB_UnableToFindEOL "Unable to find end of line.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1828 #define MSGTR_MPDEMUX_CDDB_ParseOKFoundAlbumTitle "Parse OK, found: %s\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1829 #define MSGTR_MPDEMUX_CDDB_AlbumNotFound "Album not found.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1830 #define MSGTR_MPDEMUX_CDDB_ServerReturnsCommandSyntaxErr "Server returns: Command syntax error\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1831 #define MSGTR_MPDEMUX_CDDB_FailedToGetProtocolLevel "Failed to get the protocol level.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1832 #define MSGTR_MPDEMUX_CDDB_NoCDInDrive "No CD in the drive.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1833 |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1834 // stream_cue.c |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1835 #define MSGTR_MPDEMUX_CUEREAD_UnexpectedCuefileLine "[bincue] Unexpected cuefile line: %s\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1836 #define MSGTR_MPDEMUX_CUEREAD_BinFilenameTested "[bincue] bin filename tested: %s\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1837 #define MSGTR_MPDEMUX_CUEREAD_CannotFindBinFile "[bincue] Couldn't find the bin file - giving up.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1838 #define MSGTR_MPDEMUX_CUEREAD_UsingBinFile "[bincue] Using bin file %s.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1839 #define MSGTR_MPDEMUX_CUEREAD_UnknownModeForBinfile "[bincue] unknown mode for binfile. Should not happen. Aborting.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1840 #define MSGTR_MPDEMUX_CUEREAD_CannotOpenCueFile "[bincue] Cannot open %s.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1841 #define MSGTR_MPDEMUX_CUEREAD_ErrReadingFromCueFile "[bincue] Error reading from %s\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1842 #define MSGTR_MPDEMUX_CUEREAD_ErrGettingBinFileSize "[bincue] Error getting size of bin file.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1843 #define MSGTR_MPDEMUX_CUEREAD_InfoTrackFormat "track %02d: format=%d %02d:%02d:%02d\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1844 #define MSGTR_MPDEMUX_CUEREAD_UnexpectedBinFileEOF "[bincue] unexpected end of bin file\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1845 #define MSGTR_MPDEMUX_CUEREAD_CannotReadNBytesOfPayload "[bincue] Couldn't read %d bytes of payload.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1846 #define MSGTR_MPDEMUX_CUEREAD_CueStreamInfo_FilenameTrackTracksavail "CUE stream_open, filename=%s, track=%d, available tracks: %d -> %d\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1847 |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1848 // stream_dvd.c |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1849 #define MSGTR_DVDspeedCantOpen "Couldn't open DVD device for writing, changing DVD speed needs write access.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1850 #define MSGTR_DVDrestoreSpeed "Restoring DVD speed... " |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1851 #define MSGTR_DVDlimitSpeed "Limiting DVD speed to %dKB/s... " |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1852 #define MSGTR_DVDlimitFail "failed\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1853 #define MSGTR_DVDlimitOk "successful\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1854 #define MSGTR_NoDVDSupport "MPlayer was compiled without DVD support, exiting.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1855 #define MSGTR_DVDnumTitles "There are %d titles on this DVD.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1856 #define MSGTR_DVDinvalidTitle "Invalid DVD title number: %d\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1857 #define MSGTR_DVDinvalidChapterRange "Invalid chapter range specification %s\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1858 #define MSGTR_DVDnumAngles "There are %d angles in this DVD title.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1859 #define MSGTR_DVDinvalidAngle "Invalid DVD angle number: %d\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1860 #define MSGTR_DVDnoIFO "Cannot open the IFO file for DVD title %d.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1861 #define MSGTR_DVDnoVMG "Can't open VMG info!\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1862 #define MSGTR_DVDnoVOBs "Cannot open title VOBS (VTS_%02d_1.VOB).\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1863 #define MSGTR_DVDnoMatchingAudio "No matching DVD audio language found!\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1864 #define MSGTR_DVDaudioChannel "Selected DVD audio channel: %d language: %c%c\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1865 #define MSGTR_DVDaudioStreamInfo "audio stream: %d format: %s (%s) language: %s aid: %d.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1866 #define MSGTR_DVDnumAudioChannels "number of audio channels on disk: %d.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1867 #define MSGTR_DVDnoMatchingSubtitle "No matching DVD subtitle language found!\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1868 #define MSGTR_DVDsubtitleChannel "Selected DVD subtitle channel: %d language: %c%c\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1869 #define MSGTR_DVDsubtitleLanguage "subtitle ( sid ): %d language: %s\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1870 #define MSGTR_DVDnumSubtitles "number of subtitles on disk: %d\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1871 |
31565
9a590e7aac57
Support for unencrypted Blu-ray playback through libbluray.
ben
parents:
31513
diff
changeset
|
1872 // stream_bluray.c |
9a590e7aac57
Support for unencrypted Blu-ray playback through libbluray.
ben
parents:
31513
diff
changeset
|
1873 #define MSGTR_BlurayNoDevice "No Blu-ray device/location was specified ...\n" |
9a590e7aac57
Support for unencrypted Blu-ray playback through libbluray.
ben
parents:
31513
diff
changeset
|
1874 #define MSGTR_BlurayNoTitles "Can't find any Blu-ray-compatible title here.\n" |
9a590e7aac57
Support for unencrypted Blu-ray playback through libbluray.
ben
parents:
31513
diff
changeset
|
1875 |
27040
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1876 // stream_radio.c |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1877 #define MSGTR_RADIO_ChannelNamesDetected "[radio] Radio channel names detected.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1878 #define MSGTR_RADIO_WrongFreqForChannel "[radio] Wrong frequency for channel %s\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1879 #define MSGTR_RADIO_WrongChannelNumberFloat "[radio] Wrong channel number: %.2f\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1880 #define MSGTR_RADIO_WrongChannelNumberInt "[radio] Wrong channel number: %d\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1881 #define MSGTR_RADIO_WrongChannelName "[radio] Wrong channel name: %s\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1882 #define MSGTR_RADIO_FreqParameterDetected "[radio] Radio frequency parameter detected.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1883 #define MSGTR_RADIO_GetTunerFailed "[radio] Warning: ioctl get tuner failed: %s. Setting frac to %d.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1884 #define MSGTR_RADIO_NotRadioDevice "[radio] %s is no radio device!\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1885 #define MSGTR_RADIO_SetFreqFailed "[radio] ioctl set frequency 0x%x (%.2f) failed: %s\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1886 #define MSGTR_RADIO_GetFreqFailed "[radio] ioctl get frequency failed: %s\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1887 #define MSGTR_RADIO_SetMuteFailed "[radio] ioctl set mute failed: %s\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1888 #define MSGTR_RADIO_QueryControlFailed "[radio] ioctl query control failed: %s\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1889 #define MSGTR_RADIO_GetVolumeFailed "[radio] ioctl get volume failed: %s\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1890 #define MSGTR_RADIO_SetVolumeFailed "[radio] ioctl set volume failed: %s\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1891 #define MSGTR_RADIO_AllocateBufferFailed "[radio] cannot allocate audio buffer (block=%d,buf=%d): %s\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1892 #define MSGTR_RADIO_CurrentFreq "[radio] Current frequency: %.2f\n" |
33830
f1cae258e3c7
stream_radio: restore mistakenly removed MSGTR_RADIO_SelectedChannel
diego
parents:
33827
diff
changeset
|
1893 #define MSGTR_RADIO_SelectedChannel "[radio] Selected channel: %d - %s (freq: %.2f)\n" |
27040
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1894 #define MSGTR_RADIO_ChangeChannelNoChannelList "[radio] Can not change channel: no channel list given.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1895 #define MSGTR_RADIO_UnableOpenDevice "[radio] Unable to open '%s': %s\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1896 #define MSGTR_RADIO_WrongFreq "[radio] Wrong frequency: %.2f\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1897 #define MSGTR_RADIO_UsingFreq "[radio] Using frequency: %.2f.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1898 #define MSGTR_RADIO_AudioInInitFailed "[radio] audio_in_init failed.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1899 #define MSGTR_RADIO_AudioInSetupFailed "[radio] audio_in_setup call failed: %s\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1900 #define MSGTR_RADIO_ClearBufferFailed "[radio] Clearing buffer failed: %s\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1901 #define MSGTR_RADIO_StreamEnableCacheFailed "[radio] Call to stream_enable_cache failed: %s\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1902 #define MSGTR_RADIO_DriverUnknownStr "[radio] Unknown driver name: %s\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1903 #define MSGTR_RADIO_DriverV4L2 "[radio] Using V4Lv2 radio interface.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1904 #define MSGTR_RADIO_DriverV4L "[radio] Using V4Lv1 radio interface.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1905 #define MSGTR_RADIO_DriverBSDBT848 "[radio] Using *BSD BT848 radio interface.\n" |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1906 |
22967 | 1907 //tv.c |
1908 #define MSGTR_TV_BogusNormParameter "tv.c: norm_from_string(%s): Bogus norm parameter, setting %s.\n" | |
1909 #define MSGTR_TV_NoVideoInputPresent "Error: No video input present!\n" | |
1910 #define MSGTR_TV_UnknownImageFormat ""\ | |
1911 "==================================================================\n"\ | |
1912 " WARNING: UNTESTED OR UNKNOWN OUTPUT IMAGE FORMAT REQUESTED (0x%x)\n"\ | |
1913 " This may cause buggy playback or program crash! Bug reports will\n"\ | |
1914 " be ignored! You should try again with YV12 (which is the default\n"\ | |
1915 " colorspace) and read the documentation!\n"\ | |
1916 "==================================================================\n" | |
1917 #define MSGTR_TV_CannotSetNorm "Error: Cannot set norm!\n" | |
1918 #define MSGTR_TV_MJP_WidthHeight " MJP: width %d height %d\n" | |
1919 #define MSGTR_TV_UnableToSetWidth "Unable to set requested width: %d\n" | |
1920 #define MSGTR_TV_UnableToSetHeight "Unable to set requested height: %d\n" | |
1921 #define MSGTR_TV_NoTuner "Selected input hasn't got a tuner!\n" | |
1922 #define MSGTR_TV_UnableFindChanlist "Unable to find selected channel list! (%s)\n" | |
1923 #define MSGTR_TV_ChannelFreqParamConflict "You can't set frequency and channel simultaneously!\n" | |
1924 #define MSGTR_TV_ChannelNamesDetected "TV channel names detected.\n" | |
1925 #define MSGTR_TV_NoFreqForChannel "Couldn't find frequency for channel %s (%s)\n" | |
1926 #define MSGTR_TV_SelectedChannel3 "Selected channel: %s - %s (freq: %.3f)\n" | |
1927 #define MSGTR_TV_SelectedChannel2 "Selected channel: %s (freq: %.3f)\n" | |
1928 #define MSGTR_TV_UnsupportedAudioType "Audio type '%s (%x)' unsupported!\n" | |
1929 #define MSGTR_TV_AvailableDrivers "Available drivers:\n" | |
1930 #define MSGTR_TV_DriverInfo "Selected driver: %s\n name: %s\n author: %s\n comment: %s\n" | |
1931 #define MSGTR_TV_NoSuchDriver "No such driver: %s\n" | |
24403 | 1932 #define MSGTR_TV_DriverAutoDetectionFailed "TV driver autodetection failed.\n" |
22967 | 1933 #define MSGTR_TV_UnknownColorOption "Unknown color option (%d) specified!\n" |
23900 | 1934 #define MSGTR_TV_NoTeletext "No teletext" |
24196 | 1935 #define MSGTR_TV_Bt848IoctlFailed "tvi_bsdbt848: Call to %s ioctl failed. Error: %s\n" |
1936 #define MSGTR_TV_Bt848InvalidAudioRate "tvi_bsdbt848: Invalid audio rate. Error: %s\n" | |
1937 #define MSGTR_TV_Bt848ErrorOpeningBktrDev "tvi_bsdbt848: Unable to open bktr device. Error: %s\n" | |
1938 #define MSGTR_TV_Bt848ErrorOpeningTunerDev "tvi_bsdbt848: Unable to open tuner device. Error: %s\n" | |
1939 #define MSGTR_TV_Bt848ErrorOpeningDspDev "tvi_bsdbt848: Unable to open dsp device. Error: %s\n" | |
1940 #define MSGTR_TV_Bt848ErrorConfiguringDsp "tvi_bsdbt848: Configuration of dsp failed. Error: %s\n" | |
1941 #define MSGTR_TV_Bt848ErrorReadingAudio "tvi_bsdbt848: Error reading audio data. Error: %s\n" | |
1942 #define MSGTR_TV_Bt848MmapFailed "tvi_bsdbt848: mmap failed. Error: %s\n" | |
1943 #define MSGTR_TV_Bt848FrameBufAllocFailed "tvi_bsdbt848: Frame buffer allocation failed. Error: %s\n" | |
1944 #define MSGTR_TV_Bt848ErrorSettingWidth "tvi_bsdbt848: Error setting picture width. Error: %s\n" | |
1945 #define MSGTR_TV_Bt848UnableToStopCapture "tvi_bsdbt848: Unable to stop capture. Error: %s\n" | |
24290 | 1946 #define MSGTR_TV_TTSupportedLanguages "Supported Teletext languages:\n" |
1947 #define MSGTR_TV_TTSelectedLanguage "Selected default teletext language: %s\n" | |
24762
1ed81edfac75
Disable channel scanner when no tuner is present.
voroshil
parents:
24744
diff
changeset
|
1948 #define MSGTR_TV_ScannerNotAvailableWithoutTuner "Channel scanner is not available without tuner\n" |
24744 | 1949 |
1950 //tvi_dshow.c | |
1951 #define MSGTR_TVI_DS_UnableConnectInputVideoDecoder "Unable to connect given input to video decoder. Error:0x%x\n" | |
1952 #define MSGTR_TVI_DS_UnableConnectInputAudioDecoder "Unable to connect given input to audio decoder. Error:0x%x\n" | |
1953 #define MSGTR_TVI_DS_UnableSelectVideoFormat "tvi_dshow: Unable to select video format. Error:0x%x\n" | |
1954 #define MSGTR_TVI_DS_UnableSelectAudioFormat "tvi_dshow: Unable to select audio format. Error:0x%x\n" | |
1955 #define MSGTR_TVI_DS_UnableGetMediaControlInterface "tvi_dshow: Unable to get IMediaControl interface. Error:0x%x\n" | |
1956 #define MSGTR_TVI_DS_UnableStartGraph "tvi_dshow: Unable to start graph! Error:0x%x\n" | |
1957 #define MSGTR_TVI_DS_DeviceNotFound "tvi_dshow: Device #%d not found\n" | |
1958 #define MSGTR_TVI_DS_UnableGetDeviceName "tvi_dshow: Unable to get name for device #%d\n" | |
1959 #define MSGTR_TVI_DS_UsingDevice "tvi_dshow: Using device #%d: %s\n" | |
1960 #define MSGTR_TVI_DS_DirectGetFreqFailed "tvi_dshow: Unable to get frequency directly. OS built-in channels table will be used.\n" | |
1961 #define MSGTR_TVI_DS_UnableExtractFreqTable "tvi_dshow: Unable to load frequency table from kstvtune.ax\n" | |
1962 #define MSGTR_TVI_DS_WrongDeviceParam "tvi_dshow: Wrong device parameter: %s\n" | |
1963 #define MSGTR_TVI_DS_WrongDeviceIndex "tvi_dshow: Wrong device index: %d\n" | |
1964 #define MSGTR_TVI_DS_WrongADeviceParam "tvi_dshow: Wrong adevice parameter: %s\n" | |
1965 #define MSGTR_TVI_DS_WrongADeviceIndex "tvi_dshow: Wrong adevice index: %d\n" | |
1966 | |
1967 #define MSGTR_TVI_DS_SamplerateNotsupported "tvi_dshow: Samplerate %d is not supported by device. Failing back to first available.\n" | |
1968 #define MSGTR_TVI_DS_VideoAdjustigNotSupported "tvi_dshow: Adjusting of brightness/hue/saturation/contrast is not supported by device\n" | |
1969 | |
1970 #define MSGTR_TVI_DS_ChangingWidthHeightNotSupported "tvi_dshow: Changing video width/height is not supported by device.\n" | |
1971 #define MSGTR_TVI_DS_SelectingInputNotSupported "tvi_dshow: Selection of capture source is not supported by device\n" | |
1972 #define MSGTR_TVI_DS_ErrorParsingAudioFormatStruct "tvi_dshow: Unable to parse audio format structure.\n" | |
1973 #define MSGTR_TVI_DS_ErrorParsingVideoFormatStruct "tvi_dshow: Unable to parse video format structure.\n" | |
1974 #define MSGTR_TVI_DS_UnableSetAudioMode "tvi_dshow: Unable to set audio mode %d. Error:0x%x\n" | |
1975 #define MSGTR_TVI_DS_UnsupportedMediaType "tvi_dshow: Unsupported media type passed to %s\n" | |
1976 #define MSGTR_TVI_DS_UnableFindNearestChannel "tvi_dshow: Unable to find nearest channel in system frequency table\n" | |
1977 #define MSGTR_TVI_DS_UnableToSetChannel "tvi_dshow: Unable to switch to nearest channel from system frequency table. Error:0x%x\n" | |
1978 #define MSGTR_TVI_DS_UnableTerminateVPPin "tvi_dshow: Unable to terminate VideoPort pin with any filter in graph. Error:0x%x\n" | |
1979 #define MSGTR_TVI_DS_UnableBuildVideoSubGraph "tvi_dshow: Unable to build video chain of capture graph. Error:0x%x\n" | |
1980 #define MSGTR_TVI_DS_UnableBuildAudioSubGraph "tvi_dshow: Unable to build audio chain of capture graph. Error:0x%x\n" | |
1981 #define MSGTR_TVI_DS_UnableBuildVBISubGraph "tvi_dshow: Unable to build VBI chain of capture graph. Error:0x%x\n" | |
1982 #define MSGTR_TVI_DS_GraphInitFailure "tvi_dshow: Directshow graph initialization failure.\n" | |
1983 #define MSGTR_TVI_DS_NoVideoCaptureDevice "tvi_dshow: Unable to find video capture device\n" | |
1984 #define MSGTR_TVI_DS_NoAudioCaptureDevice "tvi_dshow: Unable to find audio capture device\n" | |
25030
a76ba4c634a7
Add missed translatable string in my previous commit
voroshil
parents:
24896
diff
changeset
|
1985 #define MSGTR_TVI_DS_GetActualMediatypeFailed "tvi_dshow: Unable to get actual mediatype (Error:0x%x). Assuming equal to requested.\n" |
27040
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1986 |
48fdfd02e5f2
cosmetics: Group entries by directory instead of randomly.
diego
parents:
27039
diff
changeset
|
1987 // url.c |
36696 | 1988 #define MSGTR_MPDEMUX_URL_StringAlreadyEscaped "String appears to be already percent-encoded %c%c%c\n" |
31686
b41cbf02f854
subtitles: convert SRT/MicroDVD markup into ASS markup
greg
parents:
31565
diff
changeset
|
1989 |
b41cbf02f854
subtitles: convert SRT/MicroDVD markup into ASS markup
greg
parents:
31565
diff
changeset
|
1990 // subtitles |
b41cbf02f854
subtitles: convert SRT/MicroDVD markup into ASS markup
greg
parents:
31565
diff
changeset
|
1991 #define MSGTR_SUBTITLES_SubRip_UnknownFontColor "SubRip: unknown font color in subtitle: %s\n" |
b41cbf02f854
subtitles: convert SRT/MicroDVD markup into ASS markup
greg
parents:
31565
diff
changeset
|
1992 |