annotate help/help_mp-en.h @ 10053:8e84e8deb529

Changed the order of two conditionals in an "if" statement, to make the code (very slightly) more efficient in the common case.
author rsf
date Sat, 03 May 2003 06:09:36 +0000
parents 2a474e987ddd
children ec396687af24
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9730
2a474e987ddd Trivial change to trigger the $Revision$ keyword.
diego
parents: 9729
diff changeset
1 // $Revision$
7438
635435777348 Wording updated and spelling checked.
diego
parents: 7437
diff changeset
2 // MASTER FILE. Use this file as base for translations.
2007
0c22e54b35d5 translations and their status
arpi
parents: 1976
diff changeset
3
9459
b83d242708bf better procedure for handling help file updates
diego
parents: 9338
diff changeset
4 // Translated files should be sent to the mplayer-dev-eng mailing list or
b83d242708bf better procedure for handling help file updates
diego
parents: 9338
diff changeset
5 // to the help messages maintainer, see DOCS/tech/MAINTAINERS.
9662
2ac95540dc55 Request version numbers in translations.
diego
parents: 9625
diff changeset
6 // Please also put a note like "sync'ed with help_mp-en.h XXX" in the header
2ac95540dc55 Request version numbers in translations.
diego
parents: 9625
diff changeset
7 // of the translated file so that we see at a glance if it is outdated.
2007
0c22e54b35d5 translations and their status
arpi
parents: 1976
diff changeset
8
1973
5216f108cb4f all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents: 1972
diff changeset
9 // ========================= MPlayer help ===========================
5216f108cb4f all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents: 1972
diff changeset
10
1618
2529379290e8 libdvdread desc.
nick
parents:
diff changeset
11 #ifdef HELP_MP_DEFINE_STATIC
2529379290e8 libdvdread desc.
nick
parents:
diff changeset
12 static char* banner_text=
2529379290e8 libdvdread desc.
nick
parents:
diff changeset
13 "\n\n"
8901
123076843c4a Happy New Year :)
arpi
parents: 8896
diff changeset
14 "MPlayer " VERSION "(C) 2000-2003 Arpad Gereoffy (see DOCS)\n"
1618
2529379290e8 libdvdread desc.
nick
parents:
diff changeset
15 "\n";
2529379290e8 libdvdread desc.
nick
parents:
diff changeset
16
2529379290e8 libdvdread desc.
nick
parents:
diff changeset
17 static char help_text[]=
6136
7f6b58d3b6d5 updates on help
arpi
parents: 5178
diff changeset
18 "Usage: mplayer [options] [url|path/]filename\n"
1618
2529379290e8 libdvdread desc.
nick
parents:
diff changeset
19 "\n"
8661
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
20 "Basic options: (complete list in the man page)\n"
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
21 " -vo <drv[:dev]> select video output driver & device ('-vo help' for a list)\n"
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
22 " -ao <drv[:dev]> select audio output driver & device ('-ao help' for a list)\n"
6136
7f6b58d3b6d5 updates on help
arpi
parents: 5178
diff changeset
23 #ifdef HAVE_VCD
8661
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
24 " -vcd <trackno> play VCD (Video CD) track from device instead of plain file\n"
6136
7f6b58d3b6d5 updates on help
arpi
parents: 5178
diff changeset
25 #endif
1618
2529379290e8 libdvdread desc.
nick
parents:
diff changeset
26 #ifdef HAVE_LIBCSS
8661
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
27 " -dvdauth <dev> specify DVD device for authentication (for encrypted discs)\n"
1618
2529379290e8 libdvdread desc.
nick
parents:
diff changeset
28 #endif
1972
78924572fddf help updated
arpi
parents: 1885
diff changeset
29 #ifdef USE_DVDREAD
8661
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
30 " -dvd <titleno> play DVD title from device instead of plain file\n"
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
31 " -alang/-slang select DVD audio/subtitle language (by 2-char country code)\n"
1972
78924572fddf help updated
arpi
parents: 1885
diff changeset
32 #endif
8661
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
33 " -ss <timepos> seek to given (seconds or hh:mm:ss) position\n"
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
34 " -nosound do not play sound\n"
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
35 " -fs fullscreen playback (or -vm, -zoom, details in the man page)\n"
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
36 " -x <x> -y <y> set display resolution (for use with -vm or -zoom)\n"
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
37 " -sub <file> specify subtitle file to use (also see -subfps, -subdelay)\n"
2647
679d3b21bedb -playlist option patch by Panagiotis Issaris <takis@lumumba.luc.ac.be>
arpi
parents: 2163
diff changeset
38 " -playlist <file> specify playlist file\n"
8661
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
39 " -vid x -aid y select video (x) and audio (y) stream to play\n"
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
40 " -fps x -srate y change video (x fps) and audio (y Hz) rate\n"
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
41 " -pp <quality> enable postprocessing filter (details in the man page)\n"
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
42 " -framedrop enable frame dropping (for slow machines)\n"
1618
2529379290e8 libdvdread desc.
nick
parents:
diff changeset
43 "\n"
8661
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
44 "Basic keys: (complete list in the man page, also check input.conf)\n"
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
45 " <- or -> seek backward/forward 10 seconds\n"
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
46 " up or down seek backward/forward 1 minute\n"
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
47 " pgup or pgdown seek backward/forward 10 minutes\n"
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
48 " < or > step backward/forward in playlist\n"
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
49 " p or SPACE pause movie (press any key to continue)\n"
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
50 " q or ESC stop playing and quit program\n"
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
51 " + or - adjust audio delay by +/- 0.1 second\n"
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
52 " o cycle OSD mode: none / seekbar / seekbar+timer\n"
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
53 " * or / increase or decrease PCM volume\n"
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
54 " z or x adjust subtitle delay by +/- 0.1 second\n"
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
55 " r or t adjust subtitle position up/down, also see -vop expand\n"
1618
2529379290e8 libdvdread desc.
nick
parents:
diff changeset
56 "\n"
8661
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
57 " * * * SEE THE MAN PAGE FOR DETAILS, FURTHER (ADVANCED) OPTIONS AND KEYS * * *\n"
1618
2529379290e8 libdvdread desc.
nick
parents:
diff changeset
58 "\n";
2529379290e8 libdvdread desc.
nick
parents:
diff changeset
59 #endif
2529379290e8 libdvdread desc.
nick
parents:
diff changeset
60
1973
5216f108cb4f all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents: 1972
diff changeset
61 // ========================= MPlayer messages ===========================
5216f108cb4f all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents: 1972
diff changeset
62
8661
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
63 // mplayer.c:
1618
2529379290e8 libdvdread desc.
nick
parents:
diff changeset
64
2529379290e8 libdvdread desc.
nick
parents:
diff changeset
65 #define MSGTR_Exiting "\nExiting... (%s)\n"
2529379290e8 libdvdread desc.
nick
parents:
diff changeset
66 #define MSGTR_Exit_quit "Quit"
2529379290e8 libdvdread desc.
nick
parents:
diff changeset
67 #define MSGTR_Exit_eof "End of file"
1638
671802bf867b MSGTR_Exit_error added
arpi
parents: 1618
diff changeset
68 #define MSGTR_Exit_error "Fatal error"
8661
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
69 #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
70 #define MSGTR_NoHomeDir "Cannot find HOME directory.\n"
1618
2529379290e8 libdvdread desc.
nick
parents:
diff changeset
71 #define MSGTR_GetpathProblem "get_path(\"config\") problem\n"
2529379290e8 libdvdread desc.
nick
parents:
diff changeset
72 #define MSGTR_CreatingCfgFile "Creating config file: %s\n"
2529379290e8 libdvdread desc.
nick
parents:
diff changeset
73 #define MSGTR_InvalidVOdriver "Invalid video output driver name: %s\nUse '-vo help' to get a list of available video drivers.\n"
2529379290e8 libdvdread desc.
nick
parents:
diff changeset
74 #define MSGTR_InvalidAOdriver "Invalid audio output driver name: %s\nUse '-ao help' to get a list of available audio drivers.\n"
8982
cab0063cabc6 Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents: 8973
diff changeset
75 #define MSGTR_CopyCodecsConf "(Copy/link etc/codecs.conf from the MPlayer sources to ~/.mplayer/codecs.conf)\n"
8468
13f7281d8cd2 +MSGTR_BuiltinCodecsConf
arpi
parents: 8379
diff changeset
76 #define MSGTR_BuiltinCodecsConf "Using built-in default codecs.conf\n"
8661
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
77 #define MSGTR_CantLoadFont "Cannot load font: %s\n"
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
78 #define MSGTR_CantLoadSub "Cannot load subtitles: %s\n"
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
79 #define MSGTR_ErrorDVDkey "Error processing DVD key.\n"
7438
635435777348 Wording updated and spelling checked.
diego
parents: 7437
diff changeset
80 #define MSGTR_CmdlineDVDkey "The requested DVD key is used for descrambling.\n"
8661
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
81 #define MSGTR_DVDauthOk "DVD authentication sequence seems to be OK.\n"
7805
f71bc57c4da9 Fixed two typos noticed by Sycotic Smith (I think).
diego
parents: 7636
diff changeset
82 #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
83 #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
84 #define MSGTR_CoreDumped "Core dumped ;)\n"
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"
7180
28677d779205 -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and makes dlopen()'ing possible
arpi
parents: 7169
diff changeset
86 #define MSGTR_TryForceAudioFmtStr "Trying to force audio codec driver family %s ...\n"
8661
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
87 #define MSGTR_CantFindAfmtFallback "Cannot find audio codec for forced driver family, falling back to other drivers.\n"
8982
cab0063cabc6 Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents: 8973
diff changeset
88 #define MSGTR_CantFindAudioCodec "Cannot find codec for audio format 0x%X.\n"
7438
635435777348 Wording updated and spelling checked.
diego
parents: 7437
diff changeset
89 #define MSGTR_TryUpgradeCodecsConfOrRTFM "*** Try to upgrade %s from etc/codecs.conf\n*** If it still does not work, read DOCS/codecs.html!\n"
8661
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
90 #define MSGTR_CouldntInitAudioCodec "Could not initialize audio codec -> no sound.\n"
7180
28677d779205 -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and makes dlopen()'ing possible
arpi
parents: 7169
diff changeset
91 #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
92 #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
93 #define MSGTR_VOincompCodec "The selected video_out device is incompatible with this codec.\n"
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
94 #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
95 #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
96 #define MSGTR_StartPlaying "Starting playback...\n"
3294
4136c33be229 extedned TOO SLOW description
arpi
parents: 3181
diff changeset
97
4136c33be229 extedned TOO SLOW description
arpi
parents: 3181
diff changeset
98 #define MSGTR_SystemTooSlow "\n\n"\
8982
cab0063cabc6 Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents: 8973
diff changeset
99 " ************************************************\n"\
cab0063cabc6 Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents: 8973
diff changeset
100 " **** 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
101 " ************************************************\n\n"\
cab0063cabc6 Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents: 8973
diff changeset
102 "Possible reasons, problems, workarounds:\n"\
cab0063cabc6 Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents: 8973
diff changeset
103 "- Most common: broken/buggy _audio_ driver\n"\
cab0063cabc6 Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents: 8973
diff changeset
104 " - Try -ao sdl or use ALSA 0.5 or the OSS emulation of ALSA 0.9.\n"\
cab0063cabc6 Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents: 8973
diff changeset
105 " - 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
106 "- Slow video output\n"\
cab0063cabc6 Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents: 8973
diff changeset
107 " - 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
108 "- Slow CPU\n"\
cab0063cabc6 Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents: 8973
diff changeset
109 " - Don't try to play a big DVD/DivX on a slow CPU! Try -hardframedrop.\n"\
cab0063cabc6 Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents: 8973
diff changeset
110 "- Broken file\n"\
cab0063cabc6 Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents: 8973
diff changeset
111 " - 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
112 "- 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
113 " - Try -cache 8192.\n"\
cab0063cabc6 Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents: 8973
diff changeset
114 "- 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
115 " - Try -nocache.\n"\
cab0063cabc6 Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents: 8973
diff changeset
116 "Read DOCS/video.html and DOCS/sound.html for tuning/speedup tips.\n"\
cab0063cabc6 Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents: 8973
diff changeset
117 "If none of this helps you, read DOCS/bugreports.html.\n\n"
1618
2529379290e8 libdvdread desc.
nick
parents:
diff changeset
118
8661
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
119 #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
120 #define MSGTR_GuiNeedsX "MPlayer GUI requires X11.\n"
1973
5216f108cb4f all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents: 1972
diff changeset
121 #define MSGTR_Playing "Playing %s\n"
8982
cab0063cabc6 Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents: 8973
diff changeset
122 #define MSGTR_NoSound "Audio: no sound\n"
1973
5216f108cb4f all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents: 1972
diff changeset
123 #define MSGTR_FPSforced "FPS forced to be %5.3f (ftime: %5.3f)\n"
8661
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
124 #define MSGTR_CompiledWithRuntimeDetection "Compiled with Runtime CPU Detection - WARNING - this is not optimal!\nTo get best performance, recompile MPlayer with --disable-runtime-cpudetection\n"
6930
cae1dd6343e7 moved messages to help_mp-??.h
jaf
parents: 6885
diff changeset
125 #define MSGTR_CompiledWithCPUExtensions "Compiled for x86 CPU with extensions:"
cae1dd6343e7 moved messages to help_mp-??.h
jaf
parents: 6885
diff changeset
126 #define MSGTR_AvailableVideoOutputPlugins "Available video output plugins:\n"
cae1dd6343e7 moved messages to help_mp-??.h
jaf
parents: 6885
diff changeset
127 #define MSGTR_AvailableVideoOutputDrivers "Available video output drivers:\n"
cae1dd6343e7 moved messages to help_mp-??.h
jaf
parents: 6885
diff changeset
128 #define MSGTR_AvailableAudioOutputDrivers "Available audio output drivers:\n"
cae1dd6343e7 moved messages to help_mp-??.h
jaf
parents: 6885
diff changeset
129 #define MSGTR_AvailableAudioCodecs "Available audio codecs:\n"
cae1dd6343e7 moved messages to help_mp-??.h
jaf
parents: 6885
diff changeset
130 #define MSGTR_AvailableVideoCodecs "Available video codecs:\n"
7191
1eadce15446c -afm/-vfm help implemenetd, some cosmetics of ad/vd codec names/comments
arpi
parents: 7186
diff changeset
131 #define MSGTR_AvailableAudioFm "\nAvailable (compiled-in) audio codec families/drivers:\n"
1eadce15446c -afm/-vfm help implemenetd, some cosmetics of ad/vd codec names/comments
arpi
parents: 7186
diff changeset
132 #define MSGTR_AvailableVideoFm "\nAvailable (compiled-in) video codec families/drivers:\n"
9317
c7f5df43b937 - support command line parameter -fstype, eg. -fstype layer=12,above,fullscreen
filon
parents: 9208
diff changeset
133 #define MSGTR_AvailableFsType "Available fullscreen layer change modes:\n"
8661
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
134 #define MSGTR_UsingRTCTiming "Using Linux hardware RTC timing (%ldHz).\n"
8662
15bfe65d0b65 Some more small (cosmetic) updates.
diego
parents: 8661
diff changeset
135 #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
136 #define MSGTR_NoStreamFound "No stream found.\n"
6930
cae1dd6343e7 moved messages to help_mp-??.h
jaf
parents: 6885
diff changeset
137 #define MSGTR_InitializingAudioCodec "Initializing audio codec...\n"
8661
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
138 #define MSGTR_ErrorInitializingVODevice "Error opening/initializing the selected video_out (-vo) device.\n"
6930
cae1dd6343e7 moved messages to help_mp-??.h
jaf
parents: 6885
diff changeset
139 #define MSGTR_ForcedVideoCodec "Forced video codec: %s\n"
7522
aa1a1249f239 -ac/-afm rewrite, now works the same way as -vc/-vfm
arpi
parents: 7484
diff changeset
140 #define MSGTR_ForcedAudioCodec "Forced audio codec: %s\n"
6930
cae1dd6343e7 moved messages to help_mp-??.h
jaf
parents: 6885
diff changeset
141 #define MSGTR_AODescription_AOAuthor "AO: Description: %s\nAO: Author: %s\n"
cae1dd6343e7 moved messages to help_mp-??.h
jaf
parents: 6885
diff changeset
142 #define MSGTR_AOComment "AO: Comment: %s\n"
8982
cab0063cabc6 Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents: 8973
diff changeset
143 #define MSGTR_Video_NoVideo "Video: no video\n"
8661
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
144 #define MSGTR_NotInitializeVOPorVO "\nFATAL: Could not initialize video filters (-vop) or video output (-vo).\n"
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
145 #define MSGTR_Paused "\n================= PAUSED =================\r"
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
146 #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
147 #define MSGTR_Exit_SIGILL_RTCpuSel \
8983
40113cfd0dcc Wording improvements.
diego
parents: 8982
diff changeset
148 "- MPlayer crashed by an 'Illegal Instruction'.\n"\
40113cfd0dcc Wording improvements.
diego
parents: 8982
diff changeset
149 " It may be a bug in our new runtime CPU-detection code...\n"\
40113cfd0dcc Wording improvements.
diego
parents: 8982
diff changeset
150 " Please read DOCS/bugreports.html.\n"
8913
f01a53c8de14 Signal handler messages moved to help_mp, so they can be translated
rtognimp
parents: 8901
diff changeset
151 #define MSGTR_Exit_SIGILL \
8983
40113cfd0dcc Wording improvements.
diego
parents: 8982
diff changeset
152 "- MPlayer crashed by an 'Illegal Instruction'.\n"\
40113cfd0dcc Wording improvements.
diego
parents: 8982
diff changeset
153 " It usually happens when you run it on a CPU different than the one it was\n"\
40113cfd0dcc Wording improvements.
diego
parents: 8982
diff changeset
154 " compiled/optimized for.\n Verify this!\n"
8913
f01a53c8de14 Signal handler messages moved to help_mp, so they can be translated
rtognimp
parents: 8901
diff changeset
155 #define MSGTR_Exit_SIGSEGV_SIGFPE \
f01a53c8de14 Signal handler messages moved to help_mp, so they can be translated
rtognimp
parents: 8901
diff changeset
156 "- 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
157 " Recompile MPlayer with --enable-debug and make a 'gdb' backtrace and\n"\
9473
bc4adafe0561 1million litres ;)
alex
parents: 9459
diff changeset
158 " disassembly. For details, see DOCS/bugreports.html#crash\n"
8913
f01a53c8de14 Signal handler messages moved to help_mp, so they can be translated
rtognimp
parents: 8901
diff changeset
159 #define MSGTR_Exit_SIGCRASH \
f01a53c8de14 Signal handler messages moved to help_mp, so they can be translated
rtognimp
parents: 8901
diff changeset
160 "- MPlayer crashed. This shouldn't happen.\n"\
f01a53c8de14 Signal handler messages moved to help_mp, so they can be translated
rtognimp
parents: 8901
diff changeset
161 " It can be a bug in the MPlayer code _or_ in your drivers _or_ in your gcc\n"\
f01a53c8de14 Signal handler messages moved to help_mp, so they can be translated
rtognimp
parents: 8901
diff changeset
162 " version. If you think it's MPlayer's fault, please read DOCS/bugreports.html\n"\
8983
40113cfd0dcc Wording improvements.
diego
parents: 8982
diff changeset
163 " and follow the instructions there. We can't and won't help unless you provide\n"\
40113cfd0dcc Wording improvements.
diego
parents: 8982
diff changeset
164 " this information when reporting a possible bug.\n"
8913
f01a53c8de14 Signal handler messages moved to help_mp, so they can be translated
rtognimp
parents: 8901
diff changeset
165
1973
5216f108cb4f all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents: 1972
diff changeset
166
6947
ab1bf337d8b0 messages moved from mencoder.c to helpmp??.h
jaf
parents: 6930
diff changeset
167 // mencoder.c:
ab1bf337d8b0 messages moved from mencoder.c to helpmp??.h
jaf
parents: 6930
diff changeset
168
8901
123076843c4a Happy New Year :)
arpi
parents: 8896
diff changeset
169 #define MSGTR_MEncoderCopyright "(C) 2000-2003 Arpad Gereoffy (see DOCS)\n"
6947
ab1bf337d8b0 messages moved from mencoder.c to helpmp??.h
jaf
parents: 6930
diff changeset
170 #define MSGTR_UsingPass3ControllFile "Using pass3 control file: %s\n"
8982
cab0063cabc6 Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents: 8973
diff changeset
171 #define MSGTR_MissingFilename "\nFilename missing.\n\n"
8662
15bfe65d0b65 Some more small (cosmetic) updates.
diego
parents: 8661
diff changeset
172 #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
173 #define MSGTR_ErrorDVDAuth "Error in DVD authentication.\n"
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
174 #define MSGTR_CannotOpenDemuxer "Cannot open demuxer.\n"
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
175 #define MSGTR_NoAudioEncoderSelected "\nNo audio encoder (-oac) selected. Select one or use -nosound. Use -oac help!\n"
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
176 #define MSGTR_NoVideoEncoderSelected "\nNo video encoder (-ovc) selected. Select one, use -ovc help!\n"
6947
ab1bf337d8b0 messages moved from mencoder.c to helpmp??.h
jaf
parents: 6930
diff changeset
177 #define MSGTR_InitializingAudioCodec "Initializing audio codec...\n"
8662
15bfe65d0b65 Some more small (cosmetic) updates.
diego
parents: 8661
diff changeset
178 #define MSGTR_CannotOpenOutputFile "Cannot open output file '%s'.\n"
15bfe65d0b65 Some more small (cosmetic) updates.
diego
parents: 8661
diff changeset
179 #define MSGTR_EncoderOpenFailed "Failed to open the encoder.\n"
6947
ab1bf337d8b0 messages moved from mencoder.c to helpmp??.h
jaf
parents: 6930
diff changeset
180 #define MSGTR_ForcingOutputFourcc "Forcing output fourcc to %x [%.4s]\n"
ab1bf337d8b0 messages moved from mencoder.c to helpmp??.h
jaf
parents: 6930
diff changeset
181 #define MSGTR_WritingAVIHeader "Writing AVI header...\n"
8982
cab0063cabc6 Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents: 8973
diff changeset
182 #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
183 #define MSGTR_SkipFrame "\nSkipping frame!\n"
8661
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
184 #define MSGTR_ErrorWritingFile "%s: Error writing file.\n"
6947
ab1bf337d8b0 messages moved from mencoder.c to helpmp??.h
jaf
parents: 6930
diff changeset
185 #define MSGTR_WritingAVIIndex "\nWriting AVI index...\n"
8661
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
186 #define MSGTR_FixupAVIHeader "Fixing AVI header...\n"
6947
ab1bf337d8b0 messages moved from mencoder.c to helpmp??.h
jaf
parents: 6930
diff changeset
187 #define MSGTR_RecommendedVideoBitrate "Recommended video bitrate for %s CD: %d\n"
ab1bf337d8b0 messages moved from mencoder.c to helpmp??.h
jaf
parents: 6930
diff changeset
188 #define MSGTR_VideoStreamResult "\nVideo stream: %8.3f kbit/s (%d bps) size: %d bytes %5.3f secs %d frames\n"
ab1bf337d8b0 messages moved from mencoder.c to helpmp??.h
jaf
parents: 6930
diff changeset
189 #define MSGTR_AudioStreamResult "\nAudio stream: %8.3f kbit/s (%d bps) size: %d bytes %5.3f secs\n"
ab1bf337d8b0 messages moved from mencoder.c to helpmp??.h
jaf
parents: 6930
diff changeset
190
8896
ba967edb7580 add prelim -lameopts help
arpi
parents: 8886
diff changeset
191 // cfg-mencoder.h:
ba967edb7580 add prelim -lameopts help
arpi
parents: 8886
diff changeset
192
ba967edb7580 add prelim -lameopts help
arpi
parents: 8886
diff changeset
193 #define MSGTR_MEncoderMP3LameHelp "\n\n"\
ba967edb7580 add prelim -lameopts help
arpi
parents: 8886
diff changeset
194 " vbr=<0-4> variable bitrate method\n"\
ba967edb7580 add prelim -lameopts help
arpi
parents: 8886
diff changeset
195 " 0: cbr\n"\
ba967edb7580 add prelim -lameopts help
arpi
parents: 8886
diff changeset
196 " 1: mt\n"\
ba967edb7580 add prelim -lameopts help
arpi
parents: 8886
diff changeset
197 " 2: rh(default)\n"\
ba967edb7580 add prelim -lameopts help
arpi
parents: 8886
diff changeset
198 " 3: abr\n"\
ba967edb7580 add prelim -lameopts help
arpi
parents: 8886
diff changeset
199 " 4: mtrh\n"\
ba967edb7580 add prelim -lameopts help
arpi
parents: 8886
diff changeset
200 "\n"\
ba967edb7580 add prelim -lameopts help
arpi
parents: 8886
diff changeset
201 " abr average bitrate\n"\
ba967edb7580 add prelim -lameopts help
arpi
parents: 8886
diff changeset
202 "\n"\
ba967edb7580 add prelim -lameopts help
arpi
parents: 8886
diff changeset
203 " cbr constant bitrate\n"\
ba967edb7580 add prelim -lameopts help
arpi
parents: 8886
diff changeset
204 " Forces also CBR mode encoding on subsequent ABR presets modes\n"\
ba967edb7580 add prelim -lameopts help
arpi
parents: 8886
diff changeset
205 "\n"\
ba967edb7580 add prelim -lameopts help
arpi
parents: 8886
diff changeset
206 " br=<0-1024> specify bitrate in kBit (CBR and ABR only)\n"\
ba967edb7580 add prelim -lameopts help
arpi
parents: 8886
diff changeset
207 "\n"\
ba967edb7580 add prelim -lameopts help
arpi
parents: 8886
diff changeset
208 " q=<0-9> quality (0-highest, 9-lowest) (only for VBR)\n"\
ba967edb7580 add prelim -lameopts help
arpi
parents: 8886
diff changeset
209 "\n"\
ba967edb7580 add prelim -lameopts help
arpi
parents: 8886
diff changeset
210 " aq=<0-9> algorithmic quality (0-best/slowest, 9-worst/fastest)\n"\
ba967edb7580 add prelim -lameopts help
arpi
parents: 8886
diff changeset
211 "\n"\
ba967edb7580 add prelim -lameopts help
arpi
parents: 8886
diff changeset
212 " ratio=<1-100> compression ratio\n"\
ba967edb7580 add prelim -lameopts help
arpi
parents: 8886
diff changeset
213 "\n"\
ba967edb7580 add prelim -lameopts help
arpi
parents: 8886
diff changeset
214 " vol=<0-10> set audio input gain\n"\
ba967edb7580 add prelim -lameopts help
arpi
parents: 8886
diff changeset
215 "\n"\
ba967edb7580 add prelim -lameopts help
arpi
parents: 8886
diff changeset
216 " mode=<0-3> (default: auto)\n"\
ba967edb7580 add prelim -lameopts help
arpi
parents: 8886
diff changeset
217 " 0: stereo\n"\
ba967edb7580 add prelim -lameopts help
arpi
parents: 8886
diff changeset
218 " 1: joint-stereo\n"\
ba967edb7580 add prelim -lameopts help
arpi
parents: 8886
diff changeset
219 " 2: dualchannel\n"\
ba967edb7580 add prelim -lameopts help
arpi
parents: 8886
diff changeset
220 " 3: mono\n"\
ba967edb7580 add prelim -lameopts help
arpi
parents: 8886
diff changeset
221 "\n"\
ba967edb7580 add prelim -lameopts help
arpi
parents: 8886
diff changeset
222 " padding=<0-2>\n"\
ba967edb7580 add prelim -lameopts help
arpi
parents: 8886
diff changeset
223 " 0: no\n"\
ba967edb7580 add prelim -lameopts help
arpi
parents: 8886
diff changeset
224 " 1: all\n"\
ba967edb7580 add prelim -lameopts help
arpi
parents: 8886
diff changeset
225 " 2: adjust\n"\
ba967edb7580 add prelim -lameopts help
arpi
parents: 8886
diff changeset
226 "\n"\
ba967edb7580 add prelim -lameopts help
arpi
parents: 8886
diff changeset
227 " fast switch on faster encoding on subsequent VBR presets modes,\n"\
ba967edb7580 add prelim -lameopts help
arpi
parents: 8886
diff changeset
228 " slightly lower quality and higher bitrates.\n"\
ba967edb7580 add prelim -lameopts help
arpi
parents: 8886
diff changeset
229 "\n"\
ba967edb7580 add prelim -lameopts help
arpi
parents: 8886
diff changeset
230 " preset=<value> provide the highest possible quality settings.\n"\
ba967edb7580 add prelim -lameopts help
arpi
parents: 8886
diff changeset
231 " medium: VBR encoding, good quality\n"\
ba967edb7580 add prelim -lameopts help
arpi
parents: 8886
diff changeset
232 " (150-180 kbps bitrate range)\n"\
ba967edb7580 add prelim -lameopts help
arpi
parents: 8886
diff changeset
233 " standard: VBR encoding, high quality\n"\
ba967edb7580 add prelim -lameopts help
arpi
parents: 8886
diff changeset
234 " (170-210 kbps bitrate range)\n"\
ba967edb7580 add prelim -lameopts help
arpi
parents: 8886
diff changeset
235 " extreme: VBR encoding, very high quality\n"\
ba967edb7580 add prelim -lameopts help
arpi
parents: 8886
diff changeset
236 " (200-240 kbps bitrate range)\n"\
ba967edb7580 add prelim -lameopts help
arpi
parents: 8886
diff changeset
237 " insane: CBR encoding, highest preset quality\n"\
ba967edb7580 add prelim -lameopts help
arpi
parents: 8886
diff changeset
238 " (320 kbps bitrate)\n"\
ba967edb7580 add prelim -lameopts help
arpi
parents: 8886
diff changeset
239 " <8-320>: ABR encoding at average given kbps bitrate.\n\n"
ba967edb7580 add prelim -lameopts help
arpi
parents: 8886
diff changeset
240
1973
5216f108cb4f all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents: 1972
diff changeset
241 // open.c, stream.c:
8661
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
242 #define MSGTR_CdDevNotfound "CD-ROM Device '%s' not found.\n"
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
243 #define MSGTR_ErrTrackSelect "Error selecting VCD track."
1618
2529379290e8 libdvdread desc.
nick
parents:
diff changeset
244 #define MSGTR_ReadSTDIN "Reading from stdin...\n"
2529379290e8 libdvdread desc.
nick
parents:
diff changeset
245 #define MSGTR_UnableOpenURL "Unable to open URL: %s\n"
2529379290e8 libdvdread desc.
nick
parents:
diff changeset
246 #define MSGTR_ConnToServer "Connected to server: %s\n"
2529379290e8 libdvdread desc.
nick
parents:
diff changeset
247 #define MSGTR_FileNotFound "File not found: '%s'\n"
2529379290e8 libdvdread desc.
nick
parents:
diff changeset
248
7630
4c51ce16c4a2 smb:// (samba client) support by Vladimir Moushkov <vlindos_mpdev@abv.bg>
arpi
parents: 7549
diff changeset
249 #define MSGTR_SMBInitError "Cannot init the libsmbclient library: %d\n"
4c51ce16c4a2 smb:// (samba client) support by Vladimir Moushkov <vlindos_mpdev@abv.bg>
arpi
parents: 7549
diff changeset
250 #define MSGTR_SMBFileNotFound "Could not open from lan: '%s'\n"
4c51ce16c4a2 smb:// (samba client) support by Vladimir Moushkov <vlindos_mpdev@abv.bg>
arpi
parents: 7549
diff changeset
251 #define MSGTR_SMBNotCompiled "MPlayer was not compiled with SMB reading support\n"
4c51ce16c4a2 smb:// (samba client) support by Vladimir Moushkov <vlindos_mpdev@abv.bg>
arpi
parents: 7549
diff changeset
252
1973
5216f108cb4f all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents: 1972
diff changeset
253 #define MSGTR_CantOpenDVD "Couldn't open DVD device: %s\n"
5216f108cb4f all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents: 1972
diff changeset
254 #define MSGTR_DVDwait "Reading disc structure, please wait...\n"
5216f108cb4f all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents: 1972
diff changeset
255 #define MSGTR_DVDnumTitles "There are %d titles on this DVD.\n"
5216f108cb4f all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents: 1972
diff changeset
256 #define MSGTR_DVDinvalidTitle "Invalid DVD title number: %d\n"
5216f108cb4f all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents: 1972
diff changeset
257 #define MSGTR_DVDnumChapters "There are %d chapters in this DVD title.\n"
5216f108cb4f all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents: 1972
diff changeset
258 #define MSGTR_DVDinvalidChapter "Invalid DVD chapter number: %d\n"
5216f108cb4f all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents: 1972
diff changeset
259 #define MSGTR_DVDnumAngles "There are %d angles in this DVD title.\n"
1976
4c73c398bdcb 2 typos fixed
gabucino
parents: 1973
diff changeset
260 #define MSGTR_DVDinvalidAngle "Invalid DVD angle number: %d\n"
8661
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
261 #define MSGTR_DVDnoIFO "Cannot open the IFO file for DVD title %d.\n"
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
262 #define MSGTR_DVDnoVOBs "Cannot open title VOBS (VTS_%02d_1.VOB).\n"
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
263 #define MSGTR_DVDopenOk "DVD successfully opened.\n"
1973
5216f108cb4f all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents: 1972
diff changeset
264
5216f108cb4f all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents: 1972
diff changeset
265 // demuxer.c, demux_*.c:
8661
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
266 #define MSGTR_AudioStreamRedefined "WARNING: Audio stream header %d redefined.\n"
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
267 #define MSGTR_VideoStreamRedefined "WARNING: Video stream header %d redefined.\n"
8982
cab0063cabc6 Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents: 8973
diff changeset
268 #define MSGTR_TooManyAudioInBuffer "\nToo many audio packets in the buffer: (%d in %d bytes).\n"
cab0063cabc6 Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents: 8973
diff changeset
269 #define MSGTR_TooManyVideoInBuffer "\nToo many video packets in the buffer: (%d in %d bytes).\n"
7438
635435777348 Wording updated and spelling checked.
diego
parents: 7437
diff changeset
270 #define MSGTR_MaybeNI "Maybe you are playing a non-interleaved stream/file or the codec failed?\n" \
8982
cab0063cabc6 Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents: 8973
diff changeset
271 "For AVI files, try to force non-interleaved mode with the -ni option.\n"
cab0063cabc6 Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents: 8973
diff changeset
272 #define MSGTR_SwitchToNi "\nBadly interleaved AVI file detected - switching to -ni mode...\n"
8661
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
273 #define MSGTR_Detected_XXX_FileFormat "%s file format detected.\n"
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
274 #define MSGTR_DetectedAudiofile "Audio file detected.\n"
6951
0504c8beccba messages moved again
jaf
parents: 6947
diff changeset
275 #define MSGTR_NotSystemStream "Not MPEG System Stream format... (maybe Transport Stream?)\n"
7438
635435777348 Wording updated and spelling checked.
diego
parents: 7437
diff changeset
276 #define MSGTR_InvalidMPEGES "Invalid MPEG-ES stream??? Contact the author, it may be a bug :(\n"
635435777348 Wording updated and spelling checked.
diego
parents: 7437
diff changeset
277 #define MSGTR_FormatNotRecognized "============ Sorry, this file format is not recognized/supported =============\n"\
1618
2529379290e8 libdvdread desc.
nick
parents:
diff changeset
278 "=== If this file is an AVI, ASF or MPEG stream, please contact the author! ===\n"
8661
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
279 #define MSGTR_MissingVideoStream "No video stream found.\n"
8982
cab0063cabc6 Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents: 8973
diff changeset
280 #define MSGTR_MissingAudioStream "No audio stream found -> no sound.\n"
1973
5216f108cb4f all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents: 1972
diff changeset
281 #define MSGTR_MissingVideoStreamBug "Missing video stream!? Contact the author, it may be a bug :(\n"
5216f108cb4f all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents: 1972
diff changeset
282
7438
635435777348 Wording updated and spelling checked.
diego
parents: 7437
diff changeset
283 #define MSGTR_DoesntContainSelectedStream "demux: File doesn't contain the selected audio or video stream.\n"
1973
5216f108cb4f all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents: 1972
diff changeset
284
5216f108cb4f all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents: 1972
diff changeset
285 #define MSGTR_NI_Forced "Forced"
5216f108cb4f all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents: 1972
diff changeset
286 #define MSGTR_NI_Detected "Detected"
8661
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
287 #define MSGTR_NI_Message "%s NON-INTERLEAVED AVI file format.\n"
1973
5216f108cb4f all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents: 1972
diff changeset
288
8661
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
289 #define MSGTR_UsingNINI "Using NON-INTERLEAVED broken AVI file format.\n"
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
290 #define MSGTR_CouldntDetFNo "Could not determine number of frames (for absolute seek)\n"
8982
cab0063cabc6 Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents: 8973
diff changeset
291 #define MSGTR_CantSeekRawAVI "Cannot seek in raw AVI streams. (Index required, try with the -idx switch.)\n"
cab0063cabc6 Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents: 8973
diff changeset
292 #define MSGTR_CantSeekFile "Cannot seek in this file.\n"
1973
5216f108cb4f all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents: 1972
diff changeset
293
7438
635435777348 Wording updated and spelling checked.
diego
parents: 7437
diff changeset
294 #define MSGTR_EncryptedVOB "Encrypted VOB file (not compiled with libcss support)! Read DOCS/cd-dvd.html.\n"
8982
cab0063cabc6 Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents: 8973
diff changeset
295 #define MSGTR_EncryptedVOBauth "Encrypted stream but you did not request authentication!\n"
1973
5216f108cb4f all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents: 1972
diff changeset
296
8982
cab0063cabc6 Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents: 8973
diff changeset
297 #define MSGTR_MOVcomprhdr "MOV: Compressed headers not (yet) supported.\n"
8662
15bfe65d0b65 Some more small (cosmetic) updates.
diego
parents: 8661
diff changeset
298 #define MSGTR_MOVvariableFourCC "MOV: WARNING: Variable FOURCC detected!?\n"
8982
cab0063cabc6 Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents: 8973
diff changeset
299 #define MSGTR_MOVtooManyTrk "MOV: WARNING: too many tracks"
6951
0504c8beccba messages moved again
jaf
parents: 6947
diff changeset
300 #define MSGTR_FoundAudioStream "==> Found audio stream: %d\n"
0504c8beccba messages moved again
jaf
parents: 6947
diff changeset
301 #define MSGTR_FoundVideoStream "==> Found video stream: %d\n"
8661
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
302 #define MSGTR_DetectedTV "TV detected! ;-)\n"
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
303 #define MSGTR_ErrorOpeningOGGDemuxer "Unable to open the ogg demuxer.\n"
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
304 #define MSGTR_ASFSearchingForAudioStream "ASF: Searching for audio stream (id:%d).\n"
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
305 #define MSGTR_CannotOpenAudioStream "Cannot open audio stream: %s\n"
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
306 #define MSGTR_CannotOpenSubtitlesStream "Cannot open subtitle stream: %s\n"
6951
0504c8beccba messages moved again
jaf
parents: 6947
diff changeset
307 #define MSGTR_OpeningAudioDemuxerFailed "Failed to open audio demuxer: %s\n"
8661
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
308 #define MSGTR_OpeningSubtitlesDemuxerFailed "Failed to open subtitle demuxer: %s\n"
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
309 #define MSGTR_TVInputNotSeekable "TV input is not seekable! (Seeking will probably be for changing channels ;)\n"
7438
635435777348 Wording updated and spelling checked.
diego
parents: 7437
diff changeset
310 #define MSGTR_DemuxerInfoAlreadyPresent "Demuxer info %s already present!\n"
8661
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
311 #define MSGTR_ClipInfo "Clip info:\n"
1973
5216f108cb4f all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents: 1972
diff changeset
312
8968
973bd8b405f8 telecine messages
arpi
parents: 8964
diff changeset
313 #define MSGTR_LeaveTelecineMode "\ndemux_mpg: Progressive seq detected, leaving 3:2 TELECINE mode\n"
973bd8b405f8 telecine messages
arpi
parents: 8964
diff changeset
314 #define MSGTR_EnterTelecineMode "\ndemux_mpg: 3:2 TELECINE detected, enabling inverse telecine fx. FPS changed to %5.3f! \n"
973bd8b405f8 telecine messages
arpi
parents: 8964
diff changeset
315
1973
5216f108cb4f all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents: 1972
diff changeset
316 // dec_video.c & dec_audio.c:
8661
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
317 #define MSGTR_CantOpenCodec "Could not open codec.\n"
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
318 #define MSGTR_CantCloseCodec "Could not close codec.\n"
1973
5216f108cb4f all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents: 1972
diff changeset
319
8661
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
320 #define MSGTR_MissingDLLcodec "ERROR: Could not open required DirectShow codec %s.\n"
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
321 #define MSGTR_ACMiniterror "Could not load/initialize Win32/ACM AUDIO codec (missing DLL file?).\n"
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
322 #define MSGTR_MissingLAVCcodec "Cannot find codec '%s' in libavcodec...\n"
1618
2529379290e8 libdvdread desc.
nick
parents:
diff changeset
323
8661
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
324 #define MSGTR_MpegNoSequHdr "MPEG: FATAL: EOF while searching for sequence header.\n"
8982
cab0063cabc6 Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents: 8973
diff changeset
325 #define MSGTR_CannotReadMpegSequHdr "FATAL: Cannot read sequence header.\n"
cab0063cabc6 Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents: 8973
diff changeset
326 #define MSGTR_CannotReadMpegSequHdrEx "FATAL: Cannot read sequence header extension.\n"
cab0063cabc6 Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents: 8973
diff changeset
327 #define MSGTR_BadMpegSequHdr "MPEG: bad sequence header\n"
cab0063cabc6 Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents: 8973
diff changeset
328 #define MSGTR_BadMpegSequHdrEx "MPEG: bad sequence header extension\n"
1973
5216f108cb4f all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents: 1972
diff changeset
329
5216f108cb4f all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents: 1972
diff changeset
330 #define MSGTR_ShMemAllocFail "Cannot allocate shared memory\n"
5216f108cb4f all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents: 1972
diff changeset
331 #define MSGTR_CantAllocAudioBuf "Cannot allocate audio out buffer\n"
5216f108cb4f all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents: 1972
diff changeset
332
7438
635435777348 Wording updated and spelling checked.
diego
parents: 7437
diff changeset
333 #define MSGTR_UnknownAudio "Unknown/missing audio format -> no sound\n"
1973
5216f108cb4f all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents: 1972
diff changeset
334
8661
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
335 #define MSGTR_UsingExternalPP "[PP] Using external postprocessing filter, max q = %d.\n"
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
336 #define MSGTR_UsingCodecPP "[PP] Using codec's postprocessing, max q = %d.\n"
8982
cab0063cabc6 Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents: 8973
diff changeset
337 #define MSGTR_VideoAttributeNotSupportedByVO_VD "Video attribute '%s' is not supported by selected vo & vd.\n"
cab0063cabc6 Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents: 8973
diff changeset
338 #define MSGTR_VideoCodecFamilyNotAvailableStr "Requested video codec family [%s] (vfm=%s) not available (enable it at compilation)\n"
cab0063cabc6 Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents: 8973
diff changeset
339 #define MSGTR_AudioCodecFamilyNotAvailableStr "Requested audio codec family [%s] (afm=%s) not available (enable it at compilation)\n"
6989
b2ba67f6203e messages moved from dec_??d?o.c
jaf
parents: 6951
diff changeset
340 #define MSGTR_OpeningVideoDecoder "Opening video decoder: [%s] %s\n"
b2ba67f6203e messages moved from dec_??d?o.c
jaf
parents: 6951
diff changeset
341 #define MSGTR_OpeningAudioDecoder "Opening audio decoder: [%s] %s\n"
8661
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
342 #define MSGTR_UninitVideoStr "uninit video: %s\n"
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
343 #define MSGTR_UninitAudioStr "uninit audio: %s\n"
6989
b2ba67f6203e messages moved from dec_??d?o.c
jaf
parents: 6951
diff changeset
344 #define MSGTR_VDecoderInitFailed "VDecoder init failed :(\n"
b2ba67f6203e messages moved from dec_??d?o.c
jaf
parents: 6951
diff changeset
345 #define MSGTR_ADecoderInitFailed "ADecoder init failed :(\n"
b2ba67f6203e messages moved from dec_??d?o.c
jaf
parents: 6951
diff changeset
346 #define MSGTR_ADecoderPreinitFailed "ADecoder preinit failed :(\n"
b2ba67f6203e messages moved from dec_??d?o.c
jaf
parents: 6951
diff changeset
347 #define MSGTR_AllocatingBytesForInputBuffer "dec_audio: Allocating %d bytes for input buffer\n"
b2ba67f6203e messages moved from dec_??d?o.c
jaf
parents: 6951
diff changeset
348 #define MSGTR_AllocatingBytesForOutputBuffer "dec_audio: Allocating %d + %d = %d bytes for output buffer\n"
8661
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
349
1973
5216f108cb4f all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents: 1972
diff changeset
350 // LIRC:
8661
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
351 #define MSGTR_SettingUpLIRC "Setting up LIRC support...\n"
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
352 #define MSGTR_LIRCdisabled "You will not be able to use your remote control.\n"
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
353 #define MSGTR_LIRCopenfailed "Failed to open LIRC support.\n"
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
354 #define MSGTR_LIRCcfgerr "Failed to read LIRC config file %s.\n"
1973
5216f108cb4f all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents: 1972
diff changeset
355
6993
c167153136b8 messages moved from vf.c and vd.c
jaf
parents: 6989
diff changeset
356 // vf.c
c167153136b8 messages moved from vf.c and vd.c
jaf
parents: 6989
diff changeset
357 #define MSGTR_CouldNotFindVideoFilter "Couldn't find video filter '%s'\n"
c167153136b8 messages moved from vf.c and vd.c
jaf
parents: 6989
diff changeset
358 #define MSGTR_CouldNotOpenVideoFilter "Couldn't open video filter '%s'\n"
6997
85fc65e6667f arpi told me ...
jaf
parents: 6993
diff changeset
359 #define MSGTR_OpeningVideoFilter "Opening video filter: "
6993
c167153136b8 messages moved from vf.c and vd.c
jaf
parents: 6989
diff changeset
360 #define MSGTR_CannotFindColorspace "Cannot find common colorspace, even by inserting 'scale' :(\n"
1973
5216f108cb4f all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents: 1972
diff changeset
361
6993
c167153136b8 messages moved from vf.c and vd.c
jaf
parents: 6989
diff changeset
362 // vd.c
8661
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
363 #define MSGTR_CodecDidNotSet "VDec: Codec did not set sh->disp_w and sh->disp_h, trying workaround.\n"
6993
c167153136b8 messages moved from vf.c and vd.c
jaf
parents: 6989
diff changeset
364 #define MSGTR_VoConfigRequest "VDec: vo config request - %d x %d (preferred csp: %s)\n"
8661
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
365 #define MSGTR_CouldNotFindColorspace "Could not find matching colorspace - retrying with -vop scale...\n"
6993
c167153136b8 messages moved from vf.c and vd.c
jaf
parents: 6989
diff changeset
366 #define MSGTR_MovieAspectIsSet "Movie-Aspect is %.2f:1 - prescaling to correct movie aspect.\n"
c167153136b8 messages moved from vf.c and vd.c
jaf
parents: 6989
diff changeset
367 #define MSGTR_MovieAspectUndefined "Movie-Aspect is undefined - no prescaling applied.\n"
8661
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
368
1973
5216f108cb4f all error/warn/info messages moved to help_mp-en.h for translation
arpi
parents: 1972
diff changeset
369 // ====================== GUI messages/buttons ========================
1618
2529379290e8 libdvdread desc.
nick
parents:
diff changeset
370
1884
d21f8afc7680 add to multi lang support
pontscho
parents: 1708
diff changeset
371 #ifdef HAVE_NEW_GUI
1618
2529379290e8 libdvdread desc.
nick
parents:
diff changeset
372
1884
d21f8afc7680 add to multi lang support
pontscho
parents: 1708
diff changeset
373 // --- labels ---
d21f8afc7680 add to multi lang support
pontscho
parents: 1708
diff changeset
374 #define MSGTR_About "About"
d21f8afc7680 add to multi lang support
pontscho
parents: 1708
diff changeset
375 #define MSGTR_FileSelect "Select file ..."
3499
93351eec9f1f Add subtitle loader for gui
pontscho
parents: 3294
diff changeset
376 #define MSGTR_SubtitleSelect "Select subtitle ..."
93351eec9f1f Add subtitle loader for gui
pontscho
parents: 3294
diff changeset
377 #define MSGTR_OtherSelect "Select ..."
6623
7bc4c6ba9485 add -audiofile support for gui
pontscho
parents: 6280
diff changeset
378 #define MSGTR_AudioFileSelect "Select external audio channel ..."
6796
9c828335b2d0 add preferences to gui
pontscho
parents: 6713
diff changeset
379 #define MSGTR_FontSelect "Select font ..."
8661
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
380 #define MSGTR_PlayList "Playlist"
6627
fd3ac41ee1a1 add equalizer support and fix some small bug...
pontscho
parents: 6623
diff changeset
381 #define MSGTR_Equalizer "Equalizer"
1884
d21f8afc7680 add to multi lang support
pontscho
parents: 1708
diff changeset
382 #define MSGTR_SkinBrowser "Skin Browser"
6651
8f49c75a2824 - add icon (nice, but very ugly hakk:)
pontscho
parents: 6627
diff changeset
383 #define MSGTR_Network "Network streaming ..."
6796
9c828335b2d0 add preferences to gui
pontscho
parents: 6713
diff changeset
384 #define MSGTR_Preferences "Preferences"
9c828335b2d0 add preferences to gui
pontscho
parents: 6713
diff changeset
385 #define MSGTR_OSSPreferences "OSS driver configuration"
8714
a88f827ec563 SDL Audio configure window from Filip Kalinski <filon@pld.org.pl>
pontscho
parents: 8662
diff changeset
386 #define MSGTR_SDLPreferences "SDL driver configuration"
8661
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
387 #define MSGTR_NoMediaOpened "No media opened."
7150
b212f74e14ec - add play time subtitle change support
pontscho
parents: 7139
diff changeset
388 #define MSGTR_VCDTrack "VCD track %d"
8661
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
389 #define MSGTR_NoChapter "No chapter"
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
390 #define MSGTR_Chapter "Chapter %d"
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
391 #define MSGTR_NoFileLoaded "No file loaded."
1884
d21f8afc7680 add to multi lang support
pontscho
parents: 1708
diff changeset
392
d21f8afc7680 add to multi lang support
pontscho
parents: 1708
diff changeset
393 // --- buttons ---
8982
cab0063cabc6 Removed some "!s, corrected some spelling, gave the system too slow message
diego
parents: 8973
diff changeset
394 #define MSGTR_Ok "OK"
1884
d21f8afc7680 add to multi lang support
pontscho
parents: 1708
diff changeset
395 #define MSGTR_Cancel "Cancel"
d21f8afc7680 add to multi lang support
pontscho
parents: 1708
diff changeset
396 #define MSGTR_Add "Add"
d21f8afc7680 add to multi lang support
pontscho
parents: 1708
diff changeset
397 #define MSGTR_Remove "Remove"
6651
8f49c75a2824 - add icon (nice, but very ugly hakk:)
pontscho
parents: 6627
diff changeset
398 #define MSGTR_Clear "Clear"
8f49c75a2824 - add icon (nice, but very ugly hakk:)
pontscho
parents: 6627
diff changeset
399 #define MSGTR_Config "Config"
6796
9c828335b2d0 add preferences to gui
pontscho
parents: 6713
diff changeset
400 #define MSGTR_ConfigDriver "Configure driver"
9c828335b2d0 add preferences to gui
pontscho
parents: 6713
diff changeset
401 #define MSGTR_Browse "Browse"
1884
d21f8afc7680 add to multi lang support
pontscho
parents: 1708
diff changeset
402
d21f8afc7680 add to multi lang support
pontscho
parents: 1708
diff changeset
403 // --- error messages ---
d21f8afc7680 add to multi lang support
pontscho
parents: 1708
diff changeset
404 #define MSGTR_NEMDB "Sorry, not enough memory for draw buffer."
d21f8afc7680 add to multi lang support
pontscho
parents: 1708
diff changeset
405 #define MSGTR_NEMFMR "Sorry, not enough memory for menu rendering."
7438
635435777348 Wording updated and spelling checked.
diego
parents: 7437
diff changeset
406 #define MSGTR_IDFGCVD "Sorry, i didn't find a GUI compatible video output driver."
635435777348 Wording updated and spelling checked.
diego
parents: 7437
diff changeset
407 #define MSGTR_NEEDLAVCFAME "Sorry, you cannot play non-MPEG files with your DXR3/H+ device without reencoding.\nPlease enable lavc or fame in the DXR3/H+ configbox."
1884
d21f8afc7680 add to multi lang support
pontscho
parents: 1708
diff changeset
408
d21f8afc7680 add to multi lang support
pontscho
parents: 1708
diff changeset
409 // --- skin loader error messages
8661
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
410 #define MSGTR_SKIN_ERRORMESSAGE "[skin] error in skin config file on line %d: %s"
1884
d21f8afc7680 add to multi lang support
pontscho
parents: 1708
diff changeset
411 #define MSGTR_SKIN_WARNING1 "[skin] warning in skin config file on line %d: widget found but before \"section\" not found ( %s )"
d21f8afc7680 add to multi lang support
pontscho
parents: 1708
diff changeset
412 #define MSGTR_SKIN_WARNING2 "[skin] warning in skin config file on line %d: widget found but before \"subsection\" not found (%s)"
8983
40113cfd0dcc Wording improvements.
diego
parents: 8982
diff changeset
413 #define MSGTR_SKIN_WARNING3 "[skin] warning in skin config file on line %d: this subsection not supported by this widget (%s)"
1884
d21f8afc7680 add to multi lang support
pontscho
parents: 1708
diff changeset
414 #define MSGTR_SKIN_BITMAP_16bit "16 bits or less depth bitmap not supported ( %s ).\n"
d21f8afc7680 add to multi lang support
pontscho
parents: 1708
diff changeset
415 #define MSGTR_SKIN_BITMAP_FileNotFound "file not found ( %s )\n"
d21f8afc7680 add to multi lang support
pontscho
parents: 1708
diff changeset
416 #define MSGTR_SKIN_BITMAP_BMPReadError "bmp read error ( %s )\n"
d21f8afc7680 add to multi lang support
pontscho
parents: 1708
diff changeset
417 #define MSGTR_SKIN_BITMAP_TGAReadError "tga read error ( %s )\n"
d21f8afc7680 add to multi lang support
pontscho
parents: 1708
diff changeset
418 #define MSGTR_SKIN_BITMAP_PNGReadError "png read error ( %s )\n"
d21f8afc7680 add to multi lang support
pontscho
parents: 1708
diff changeset
419 #define MSGTR_SKIN_BITMAP_RLENotSupported "RLE packed tga not supported ( %s )\n"
d21f8afc7680 add to multi lang support
pontscho
parents: 1708
diff changeset
420 #define MSGTR_SKIN_BITMAP_UnknownFileType "unknown file type ( %s )\n"
d21f8afc7680 add to multi lang support
pontscho
parents: 1708
diff changeset
421 #define MSGTR_SKIN_BITMAP_ConvertError "24 bit to 32 bit convert error ( %s )\n"
d21f8afc7680 add to multi lang support
pontscho
parents: 1708
diff changeset
422 #define MSGTR_SKIN_BITMAP_UnknownMessage "unknown message: %s\n"
2163
bd20aefca3fa typo and DOCS fixes by pl <p_l@gmx.fr>
arpi
parents: 2007
diff changeset
423 #define MSGTR_SKIN_FONT_NotEnoughtMemory "not enough memory\n"
1884
d21f8afc7680 add to multi lang support
pontscho
parents: 1708
diff changeset
424 #define MSGTR_SKIN_FONT_TooManyFontsDeclared "too many fonts declared\n"
d21f8afc7680 add to multi lang support
pontscho
parents: 1708
diff changeset
425 #define MSGTR_SKIN_FONT_FontFileNotFound "font file not found\n"
d21f8afc7680 add to multi lang support
pontscho
parents: 1708
diff changeset
426 #define MSGTR_SKIN_FONT_FontImageNotFound "font image file not found\n"
d21f8afc7680 add to multi lang support
pontscho
parents: 1708
diff changeset
427 #define MSGTR_SKIN_FONT_NonExistentFontID "non-existent font identifier ( %s )\n"
d21f8afc7680 add to multi lang support
pontscho
parents: 1708
diff changeset
428 #define MSGTR_SKIN_UnknownParameter "unknown parameter ( %s )\n"
2163
bd20aefca3fa typo and DOCS fixes by pl <p_l@gmx.fr>
arpi
parents: 2007
diff changeset
429 #define MSGTR_SKINBROWSER_NotEnoughMemory "[skinbrowser] not enough memory.\n"
3586
a0009a534428 itt a skin nem van hibauzenet igy.
pontscho
parents: 3499
diff changeset
430 #define MSGTR_SKIN_SKINCFG_SkinNotFound "Skin not found ( %s ).\n"
a0009a534428 itt a skin nem van hibauzenet igy.
pontscho
parents: 3499
diff changeset
431 #define MSGTR_SKIN_SKINCFG_SkinCfgReadError "Skin configfile read error ( %s ).\n"
3587
6e21fbb41a2b full language support for gui
pontscho
parents: 3586
diff changeset
432 #define MSGTR_SKIN_LABEL "Skins:"
6e21fbb41a2b full language support for gui
pontscho
parents: 3586
diff changeset
433
6e21fbb41a2b full language support for gui
pontscho
parents: 3586
diff changeset
434 // --- gtk menus
6e21fbb41a2b full language support for gui
pontscho
parents: 3586
diff changeset
435 #define MSGTR_MENU_AboutMPlayer "About MPlayer"
6e21fbb41a2b full language support for gui
pontscho
parents: 3586
diff changeset
436 #define MSGTR_MENU_Open "Open ..."
6e21fbb41a2b full language support for gui
pontscho
parents: 3586
diff changeset
437 #define MSGTR_MENU_PlayFile "Play file ..."
6e21fbb41a2b full language support for gui
pontscho
parents: 3586
diff changeset
438 #define MSGTR_MENU_PlayVCD "Play VCD ..."
6e21fbb41a2b full language support for gui
pontscho
parents: 3586
diff changeset
439 #define MSGTR_MENU_PlayDVD "Play DVD ..."
6e21fbb41a2b full language support for gui
pontscho
parents: 3586
diff changeset
440 #define MSGTR_MENU_PlayURL "Play URL ..."
6e21fbb41a2b full language support for gui
pontscho
parents: 3586
diff changeset
441 #define MSGTR_MENU_LoadSubtitle "Load subtitle ..."
7169
35bab6be713b add subtitle dropping support
pontscho
parents: 7150
diff changeset
442 #define MSGTR_MENU_DropSubtitle "Drop subtitle ..."
6623
7bc4c6ba9485 add -audiofile support for gui
pontscho
parents: 6280
diff changeset
443 #define MSGTR_MENU_LoadExternAudioFile "Load external audio file ..."
3587
6e21fbb41a2b full language support for gui
pontscho
parents: 3586
diff changeset
444 #define MSGTR_MENU_Playing "Playing"
6e21fbb41a2b full language support for gui
pontscho
parents: 3586
diff changeset
445 #define MSGTR_MENU_Play "Play"
6e21fbb41a2b full language support for gui
pontscho
parents: 3586
diff changeset
446 #define MSGTR_MENU_Pause "Pause"
6e21fbb41a2b full language support for gui
pontscho
parents: 3586
diff changeset
447 #define MSGTR_MENU_Stop "Stop"
6e21fbb41a2b full language support for gui
pontscho
parents: 3586
diff changeset
448 #define MSGTR_MENU_NextStream "Next stream"
6e21fbb41a2b full language support for gui
pontscho
parents: 3586
diff changeset
449 #define MSGTR_MENU_PrevStream "Prev stream"
6e21fbb41a2b full language support for gui
pontscho
parents: 3586
diff changeset
450 #define MSGTR_MENU_Size "Size"
6e21fbb41a2b full language support for gui
pontscho
parents: 3586
diff changeset
451 #define MSGTR_MENU_NormalSize "Normal size"
6e21fbb41a2b full language support for gui
pontscho
parents: 3586
diff changeset
452 #define MSGTR_MENU_DoubleSize "Double size"
6e21fbb41a2b full language support for gui
pontscho
parents: 3586
diff changeset
453 #define MSGTR_MENU_FullScreen "Fullscreen"
6e21fbb41a2b full language support for gui
pontscho
parents: 3586
diff changeset
454 #define MSGTR_MENU_DVD "DVD"
6280
cf2c2b92d1a7 add VCD support for GUI
pontscho
parents: 6176
diff changeset
455 #define MSGTR_MENU_VCD "VCD"
6796
9c828335b2d0 add preferences to gui
pontscho
parents: 6713
diff changeset
456 #define MSGTR_MENU_PlayDisc "Open disc ..."
3587
6e21fbb41a2b full language support for gui
pontscho
parents: 3586
diff changeset
457 #define MSGTR_MENU_ShowDVDMenu "Show DVD menu"
6e21fbb41a2b full language support for gui
pontscho
parents: 3586
diff changeset
458 #define MSGTR_MENU_Titles "Titles"
6e21fbb41a2b full language support for gui
pontscho
parents: 3586
diff changeset
459 #define MSGTR_MENU_Title "Title %2d"
6e21fbb41a2b full language support for gui
pontscho
parents: 3586
diff changeset
460 #define MSGTR_MENU_None "(none)"
6e21fbb41a2b full language support for gui
pontscho
parents: 3586
diff changeset
461 #define MSGTR_MENU_Chapters "Chapters"
6e21fbb41a2b full language support for gui
pontscho
parents: 3586
diff changeset
462 #define MSGTR_MENU_Chapter "Chapter %2d"
6e21fbb41a2b full language support for gui
pontscho
parents: 3586
diff changeset
463 #define MSGTR_MENU_AudioLanguages "Audio languages"
6e21fbb41a2b full language support for gui
pontscho
parents: 3586
diff changeset
464 #define MSGTR_MENU_SubtitleLanguages "Subtitle languages"
6e21fbb41a2b full language support for gui
pontscho
parents: 3586
diff changeset
465 #define MSGTR_MENU_PlayList "Playlist"
6e21fbb41a2b full language support for gui
pontscho
parents: 3586
diff changeset
466 #define MSGTR_MENU_SkinBrowser "Skin browser"
6e21fbb41a2b full language support for gui
pontscho
parents: 3586
diff changeset
467 #define MSGTR_MENU_Preferences "Preferences"
6e21fbb41a2b full language support for gui
pontscho
parents: 3586
diff changeset
468 #define MSGTR_MENU_Exit "Exit ..."
7821
1efdf16883a0 add and extended Gregory Kovriga's <gkovriga@techunix.technion.ac.il> patch
pontscho
parents: 7805
diff changeset
469 #define MSGTR_MENU_Mute "Mute"
1efdf16883a0 add and extended Gregory Kovriga's <gkovriga@techunix.technion.ac.il> patch
pontscho
parents: 7805
diff changeset
470 #define MSGTR_MENU_Original "Original"
1efdf16883a0 add and extended Gregory Kovriga's <gkovriga@techunix.technion.ac.il> patch
pontscho
parents: 7805
diff changeset
471 #define MSGTR_MENU_AspectRatio "Aspect ratio"
8379
pontscho
parents: 8311
diff changeset
472 #define MSGTR_MENU_AudioTrack "Audio track"
pontscho
parents: 8311
diff changeset
473 #define MSGTR_MENU_Track "Track %d"
pontscho
parents: 8311
diff changeset
474 #define MSGTR_MENU_VideoTrack "Video track"
1884
d21f8afc7680 add to multi lang support
pontscho
parents: 1708
diff changeset
475
6651
8f49c75a2824 - add icon (nice, but very ugly hakk:)
pontscho
parents: 6627
diff changeset
476 // --- equalizer
8f49c75a2824 - add icon (nice, but very ugly hakk:)
pontscho
parents: 6627
diff changeset
477 #define MSGTR_EQU_Audio "Audio"
8f49c75a2824 - add icon (nice, but very ugly hakk:)
pontscho
parents: 6627
diff changeset
478 #define MSGTR_EQU_Video "Video"
6653
nexus
parents: 6651
diff changeset
479 #define MSGTR_EQU_Contrast "Contrast: "
6651
8f49c75a2824 - add icon (nice, but very ugly hakk:)
pontscho
parents: 6627
diff changeset
480 #define MSGTR_EQU_Brightness "Brightness: "
8f49c75a2824 - add icon (nice, but very ugly hakk:)
pontscho
parents: 6627
diff changeset
481 #define MSGTR_EQU_Hue "Hue: "
8f49c75a2824 - add icon (nice, but very ugly hakk:)
pontscho
parents: 6627
diff changeset
482 #define MSGTR_EQU_Saturation "Saturation: "
8f49c75a2824 - add icon (nice, but very ugly hakk:)
pontscho
parents: 6627
diff changeset
483 #define MSGTR_EQU_Front_Left "Front Left"
8f49c75a2824 - add icon (nice, but very ugly hakk:)
pontscho
parents: 6627
diff changeset
484 #define MSGTR_EQU_Front_Right "Front Right"
6796
9c828335b2d0 add preferences to gui
pontscho
parents: 6713
diff changeset
485 #define MSGTR_EQU_Back_Left "Rear Left"
9c828335b2d0 add preferences to gui
pontscho
parents: 6713
diff changeset
486 #define MSGTR_EQU_Back_Right "Rear Right"
6651
8f49c75a2824 - add icon (nice, but very ugly hakk:)
pontscho
parents: 6627
diff changeset
487 #define MSGTR_EQU_Center "Center"
8f49c75a2824 - add icon (nice, but very ugly hakk:)
pontscho
parents: 6627
diff changeset
488 #define MSGTR_EQU_Bass "Bass"
8f49c75a2824 - add icon (nice, but very ugly hakk:)
pontscho
parents: 6627
diff changeset
489 #define MSGTR_EQU_All "All"
9208
592f48c5b14f better language support
pontscho
parents: 9202
diff changeset
490 #define MSGTR_EQU_Channel1 "Channel 1:"
592f48c5b14f better language support
pontscho
parents: 9202
diff changeset
491 #define MSGTR_EQU_Channel2 "Channel 2:"
592f48c5b14f better language support
pontscho
parents: 9202
diff changeset
492 #define MSGTR_EQU_Channel3 "Channel 3:"
592f48c5b14f better language support
pontscho
parents: 9202
diff changeset
493 #define MSGTR_EQU_Channel4 "Channel 4:"
592f48c5b14f better language support
pontscho
parents: 9202
diff changeset
494 #define MSGTR_EQU_Channel5 "Channel 5:"
592f48c5b14f better language support
pontscho
parents: 9202
diff changeset
495 #define MSGTR_EQU_Channel6 "Channel 6:"
6651
8f49c75a2824 - add icon (nice, but very ugly hakk:)
pontscho
parents: 6627
diff changeset
496
6713
cc917a581b6e add simple playlist support
pontscho
parents: 6653
diff changeset
497 // --- playlist
cc917a581b6e add simple playlist support
pontscho
parents: 6653
diff changeset
498 #define MSGTR_PLAYLIST_Path "Path"
cc917a581b6e add simple playlist support
pontscho
parents: 6653
diff changeset
499 #define MSGTR_PLAYLIST_Selected "Selected files"
cc917a581b6e add simple playlist support
pontscho
parents: 6653
diff changeset
500 #define MSGTR_PLAYLIST_Files "Files"
cc917a581b6e add simple playlist support
pontscho
parents: 6653
diff changeset
501 #define MSGTR_PLAYLIST_DirectoryTree "Directory tree"
cc917a581b6e add simple playlist support
pontscho
parents: 6653
diff changeset
502
6796
9c828335b2d0 add preferences to gui
pontscho
parents: 6713
diff changeset
503 // --- preferences
8156
e2f8e7252add size ...
pontscho
parents: 7821
diff changeset
504 #define MSGTR_PREFERENCES_Audio "Audio"
e2f8e7252add size ...
pontscho
parents: 7821
diff changeset
505 #define MSGTR_PREFERENCES_Video "Video"
e2f8e7252add size ...
pontscho
parents: 7821
diff changeset
506 #define MSGTR_PREFERENCES_SubtitleOSD "Subtitle & OSD"
9208
592f48c5b14f better language support
pontscho
parents: 9202
diff changeset
507 #define MSGTR_PREFERENCES_Codecs "Codecs & demuxer"
8156
e2f8e7252add size ...
pontscho
parents: 7821
diff changeset
508 #define MSGTR_PREFERENCES_Misc "Misc"
e2f8e7252add size ...
pontscho
parents: 7821
diff changeset
509
6796
9c828335b2d0 add preferences to gui
pontscho
parents: 6713
diff changeset
510 #define MSGTR_PREFERENCES_None "None"
9c828335b2d0 add preferences to gui
pontscho
parents: 6713
diff changeset
511 #define MSGTR_PREFERENCES_AvailableDrivers "Available drivers:"
9c828335b2d0 add preferences to gui
pontscho
parents: 6713
diff changeset
512 #define MSGTR_PREFERENCES_DoNotPlaySound "Do not play sound"
9c828335b2d0 add preferences to gui
pontscho
parents: 6713
diff changeset
513 #define MSGTR_PREFERENCES_NormalizeSound "Normalize sound"
9c828335b2d0 add preferences to gui
pontscho
parents: 6713
diff changeset
514 #define MSGTR_PREFERENCES_EnEqualizer "Enable equalizer"
9c828335b2d0 add preferences to gui
pontscho
parents: 6713
diff changeset
515 #define MSGTR_PREFERENCES_ExtraStereo "Enable extra stereo"
9c828335b2d0 add preferences to gui
pontscho
parents: 6713
diff changeset
516 #define MSGTR_PREFERENCES_Coefficient "Coefficient:"
9c828335b2d0 add preferences to gui
pontscho
parents: 6713
diff changeset
517 #define MSGTR_PREFERENCES_AudioDelay "Audio delay"
9c828335b2d0 add preferences to gui
pontscho
parents: 6713
diff changeset
518 #define MSGTR_PREFERENCES_DoubleBuffer "Enable double buffering"
9c828335b2d0 add preferences to gui
pontscho
parents: 6713
diff changeset
519 #define MSGTR_PREFERENCES_DirectRender "Enable direct rendering"
9c828335b2d0 add preferences to gui
pontscho
parents: 6713
diff changeset
520 #define MSGTR_PREFERENCES_FrameDrop "Enable frame dropping"
7438
635435777348 Wording updated and spelling checked.
diego
parents: 7437
diff changeset
521 #define MSGTR_PREFERENCES_HFrameDrop "Enable HARD frame dropping (dangerous)"
635435777348 Wording updated and spelling checked.
diego
parents: 7437
diff changeset
522 #define MSGTR_PREFERENCES_Flip "Flip image upside down"
6796
9c828335b2d0 add preferences to gui
pontscho
parents: 6713
diff changeset
523 #define MSGTR_PREFERENCES_Panscan "Panscan: "
9c828335b2d0 add preferences to gui
pontscho
parents: 6713
diff changeset
524 #define MSGTR_PREFERENCES_OSDTimer "Timer and indicators"
9c828335b2d0 add preferences to gui
pontscho
parents: 6713
diff changeset
525 #define MSGTR_PREFERENCES_OSDProgress "Progressbars only"
8886
d32accfed8e6 add osd_level=3 support
pontscho
parents: 8717
diff changeset
526 #define MSGTR_PREFERENCES_OSDTimerPercentageTotalTime "Timer, percentage and total time"
6796
9c828335b2d0 add preferences to gui
pontscho
parents: 6713
diff changeset
527 #define MSGTR_PREFERENCES_Subtitle "Subtitle:"
9c828335b2d0 add preferences to gui
pontscho
parents: 6713
diff changeset
528 #define MSGTR_PREFERENCES_SUB_Delay "Delay: "
9c828335b2d0 add preferences to gui
pontscho
parents: 6713
diff changeset
529 #define MSGTR_PREFERENCES_SUB_FPS "FPS:"
9c828335b2d0 add preferences to gui
pontscho
parents: 6713
diff changeset
530 #define MSGTR_PREFERENCES_SUB_POS "Position: "
9c828335b2d0 add preferences to gui
pontscho
parents: 6713
diff changeset
531 #define MSGTR_PREFERENCES_SUB_AutoLoad "Disable subtitle autoloading"
9c828335b2d0 add preferences to gui
pontscho
parents: 6713
diff changeset
532 #define MSGTR_PREFERENCES_SUB_Unicode "Unicode subtitle"
9c828335b2d0 add preferences to gui
pontscho
parents: 6713
diff changeset
533 #define MSGTR_PREFERENCES_SUB_MPSUB "Convert the given subtitle to MPlayer's subtitle format"
7438
635435777348 Wording updated and spelling checked.
diego
parents: 7437
diff changeset
534 #define MSGTR_PREFERENCES_SUB_SRT "Convert the given subtitle to the time based SubViewer (SRT) format"
8717
2df4e9d9922d add overlapping to preferences
pontscho
parents: 8714
diff changeset
535 #define MSGTR_PREFERENCES_SUB_Overlap "Toggle subtitle overlapping"
6796
9c828335b2d0 add preferences to gui
pontscho
parents: 6713
diff changeset
536 #define MSGTR_PREFERENCES_Font "Font:"
9c828335b2d0 add preferences to gui
pontscho
parents: 6713
diff changeset
537 #define MSGTR_PREFERENCES_FontFactor "Font factor:"
7438
635435777348 Wording updated and spelling checked.
diego
parents: 7437
diff changeset
538 #define MSGTR_PREFERENCES_PostProcess "Enable postprocessing"
6796
9c828335b2d0 add preferences to gui
pontscho
parents: 6713
diff changeset
539 #define MSGTR_PREFERENCES_AutoQuality "Auto quality: "
9c828335b2d0 add preferences to gui
pontscho
parents: 6713
diff changeset
540 #define MSGTR_PREFERENCES_NI "Use non-interleaved AVI parser"
7199
9e201175b78c some cosmetics for gui
alex
parents: 7191
diff changeset
541 #define MSGTR_PREFERENCES_IDX "Rebuild index table, if needed"
6796
9c828335b2d0 add preferences to gui
pontscho
parents: 6713
diff changeset
542 #define MSGTR_PREFERENCES_VideoCodecFamily "Video codec family:"
7186
02b1976e12e2 fix vfm and add afm support
pontscho
parents: 7180
diff changeset
543 #define MSGTR_PREFERENCES_AudioCodecFamily "Audio codec family:"
6796
9c828335b2d0 add preferences to gui
pontscho
parents: 6713
diff changeset
544 #define MSGTR_PREFERENCES_FRAME_OSD_Level "OSD level"
9c828335b2d0 add preferences to gui
pontscho
parents: 6713
diff changeset
545 #define MSGTR_PREFERENCES_FRAME_Subtitle "Subtitle"
9c828335b2d0 add preferences to gui
pontscho
parents: 6713
diff changeset
546 #define MSGTR_PREFERENCES_FRAME_Font "Font"
7438
635435777348 Wording updated and spelling checked.
diego
parents: 7437
diff changeset
547 #define MSGTR_PREFERENCES_FRAME_PostProcess "Postprocessing"
6796
9c828335b2d0 add preferences to gui
pontscho
parents: 6713
diff changeset
548 #define MSGTR_PREFERENCES_FRAME_CodecDemuxer "Codec & demuxer"
7526
e3ca9e707857 - fix new afm/vfm support
pontscho
parents: 7522
diff changeset
549 #define MSGTR_PREFERENCES_FRAME_Cache "Cache"
7538
c7b61f316edf - add "start in fullscreen" function
pontscho
parents: 7526
diff changeset
550 #define MSGTR_PREFERENCES_FRAME_Misc "Misc"
6796
9c828335b2d0 add preferences to gui
pontscho
parents: 6713
diff changeset
551 #define MSGTR_PREFERENCES_OSS_Device "Device:"
9c828335b2d0 add preferences to gui
pontscho
parents: 6713
diff changeset
552 #define MSGTR_PREFERENCES_OSS_Mixer "Mixer:"
8714
a88f827ec563 SDL Audio configure window from Filip Kalinski <filon@pld.org.pl>
pontscho
parents: 8662
diff changeset
553 #define MSGTR_PREFERENCES_SDL_Driver "Driver:"
7438
635435777348 Wording updated and spelling checked.
diego
parents: 7437
diff changeset
554 #define MSGTR_PREFERENCES_Message "Please remember that you need to restart playback for some options to take effect!"
7009
98bed9e12087 - add dxr3 gui support (dialogbox, etc.)
pontscho
parents: 6997
diff changeset
555 #define MSGTR_PREFERENCES_DXR3_VENC "Video encoder:"
7013
jaf
parents: 7009
diff changeset
556 #define MSGTR_PREFERENCES_DXR3_LAVC "Use LAVC (ffmpeg)"
7009
98bed9e12087 - add dxr3 gui support (dialogbox, etc.)
pontscho
parents: 6997
diff changeset
557 #define MSGTR_PREFERENCES_DXR3_FAME "Use FAME"
7139
dd1e21e775b6 - add freetype support for gui
pontscho
parents: 7013
diff changeset
558 #define MSGTR_PREFERENCES_FontEncoding1 "Unicode"
dd1e21e775b6 - add freetype support for gui
pontscho
parents: 7013
diff changeset
559 #define MSGTR_PREFERENCES_FontEncoding2 "Western European Languages (ISO-8859-1)"
dd1e21e775b6 - add freetype support for gui
pontscho
parents: 7013
diff changeset
560 #define MSGTR_PREFERENCES_FontEncoding3 "Western European Languages with Euro (ISO-8859-15)"
dd1e21e775b6 - add freetype support for gui
pontscho
parents: 7013
diff changeset
561 #define MSGTR_PREFERENCES_FontEncoding4 "Slavic/Central European Languages (ISO-8859-2)"
dd1e21e775b6 - add freetype support for gui
pontscho
parents: 7013
diff changeset
562 #define MSGTR_PREFERENCES_FontEncoding5 "Esperanto, Galician, Maltese, Turkish (ISO-8859-3)"
dd1e21e775b6 - add freetype support for gui
pontscho
parents: 7013
diff changeset
563 #define MSGTR_PREFERENCES_FontEncoding6 "Old Baltic charset (ISO-8859-4)"
dd1e21e775b6 - add freetype support for gui
pontscho
parents: 7013
diff changeset
564 #define MSGTR_PREFERENCES_FontEncoding7 "Cyrillic (ISO-8859-5)"
dd1e21e775b6 - add freetype support for gui
pontscho
parents: 7013
diff changeset
565 #define MSGTR_PREFERENCES_FontEncoding8 "Arabic (ISO-8859-6)"
dd1e21e775b6 - add freetype support for gui
pontscho
parents: 7013
diff changeset
566 #define MSGTR_PREFERENCES_FontEncoding9 "Modern Greek (ISO-8859-7)"
dd1e21e775b6 - add freetype support for gui
pontscho
parents: 7013
diff changeset
567 #define MSGTR_PREFERENCES_FontEncoding10 "Turkish (ISO-8859-9)"
dd1e21e775b6 - add freetype support for gui
pontscho
parents: 7013
diff changeset
568 #define MSGTR_PREFERENCES_FontEncoding11 "Baltic (ISO-8859-13)"
dd1e21e775b6 - add freetype support for gui
pontscho
parents: 7013
diff changeset
569 #define MSGTR_PREFERENCES_FontEncoding12 "Celtic (ISO-8859-14)"
dd1e21e775b6 - add freetype support for gui
pontscho
parents: 7013
diff changeset
570 #define MSGTR_PREFERENCES_FontEncoding13 "Hebrew charsets (ISO-8859-8)"
dd1e21e775b6 - add freetype support for gui
pontscho
parents: 7013
diff changeset
571 #define MSGTR_PREFERENCES_FontEncoding14 "Russian (KOI8-R)"
dd1e21e775b6 - add freetype support for gui
pontscho
parents: 7013
diff changeset
572 #define MSGTR_PREFERENCES_FontEncoding15 "Ukrainian, Belarusian (KOI8-U/RU)"
dd1e21e775b6 - add freetype support for gui
pontscho
parents: 7013
diff changeset
573 #define MSGTR_PREFERENCES_FontEncoding16 "Simplified Chinese charset (CP936)"
dd1e21e775b6 - add freetype support for gui
pontscho
parents: 7013
diff changeset
574 #define MSGTR_PREFERENCES_FontEncoding17 "Traditional Chinese charset (BIG5)"
dd1e21e775b6 - add freetype support for gui
pontscho
parents: 7013
diff changeset
575 #define MSGTR_PREFERENCES_FontEncoding18 "Japanese charsets (SHIFT-JIS)"
dd1e21e775b6 - add freetype support for gui
pontscho
parents: 7013
diff changeset
576 #define MSGTR_PREFERENCES_FontEncoding19 "Korean charset (CP949)"
dd1e21e775b6 - add freetype support for gui
pontscho
parents: 7013
diff changeset
577 #define MSGTR_PREFERENCES_FontEncoding20 "Thai charset (CP874)"
7415
2bb518d6a5b2 adding CP1251 to GUI's Font encoding for FreeType
iive
parents: 7320
diff changeset
578 #define MSGTR_PREFERENCES_FontEncoding21 "Cyrillic Windows (CP1251)"
7139
dd1e21e775b6 - add freetype support for gui
pontscho
parents: 7013
diff changeset
579 #define MSGTR_PREFERENCES_FontNoAutoScale "No autoscale"
dd1e21e775b6 - add freetype support for gui
pontscho
parents: 7013
diff changeset
580 #define MSGTR_PREFERENCES_FontPropWidth "Proportional to movie width"
dd1e21e775b6 - add freetype support for gui
pontscho
parents: 7013
diff changeset
581 #define MSGTR_PREFERENCES_FontPropHeight "Proportional to movie height"
dd1e21e775b6 - add freetype support for gui
pontscho
parents: 7013
diff changeset
582 #define MSGTR_PREFERENCES_FontPropDiagonal "Proportional to movie diagonal"
dd1e21e775b6 - add freetype support for gui
pontscho
parents: 7013
diff changeset
583 #define MSGTR_PREFERENCES_FontEncoding "Encoding:"
dd1e21e775b6 - add freetype support for gui
pontscho
parents: 7013
diff changeset
584 #define MSGTR_PREFERENCES_FontBlur "Blur:"
dd1e21e775b6 - add freetype support for gui
pontscho
parents: 7013
diff changeset
585 #define MSGTR_PREFERENCES_FontOutLine "Outline:"
dd1e21e775b6 - add freetype support for gui
pontscho
parents: 7013
diff changeset
586 #define MSGTR_PREFERENCES_FontTextScale "Text scale:"
dd1e21e775b6 - add freetype support for gui
pontscho
parents: 7013
diff changeset
587 #define MSGTR_PREFERENCES_FontOSDScale "OSD scale:"
7526
e3ca9e707857 - fix new afm/vfm support
pontscho
parents: 7522
diff changeset
588 #define MSGTR_PREFERENCES_Cache "Cache on/off"
9208
592f48c5b14f better language support
pontscho
parents: 9202
diff changeset
589 #define MSGTR_PREFERENCES_CacheSize "Cache size: "
7549
alex
parents: 7538
diff changeset
590 #define MSGTR_PREFERENCES_LoadFullscreen "Start in fullscreen"
9625
bc24dd70c6e2 many 10l for me ...
pontscho
parents: 9473
diff changeset
591 #define MSGTR_PREFERENCES_SaveWinPos "Save window position"
8311
37ab4e646f65 add autosync && some 10l bugfix
pontscho
parents: 8156
diff changeset
592 #define MSGTR_PREFERENCES_XSCREENSAVER "Stop XScreenSaver"
8973
0a665389cf2b - add playbar
pontscho
parents: 8968
diff changeset
593 #define MSGTR_PREFERENCES_PlayBar "Enable playbar"
8311
37ab4e646f65 add autosync && some 10l bugfix
pontscho
parents: 8156
diff changeset
594 #define MSGTR_PREFERENCES_AutoSync "AutoSync on/off"
37ab4e646f65 add autosync && some 10l bugfix
pontscho
parents: 8156
diff changeset
595 #define MSGTR_PREFERENCES_AutoSyncValue "Autosync: "
8983
40113cfd0dcc Wording improvements.
diego
parents: 8982
diff changeset
596 #define MSGTR_PREFERENCES_CDROMDevice "CD-ROM device:"
8933
bfe1b826cff1 add DVD and CDRom device entry's, and fix two 10l bug
pontscho
parents: 8913
diff changeset
597 #define MSGTR_PREFERENCES_DVDDevice "DVD device:"
9055
4a42c0604ce1 - rewrite sub_fps
pontscho
parents: 8983
diff changeset
598 #define MSGTR_PREFERENCES_FPS "Movie FPS:"
9202
c2f31ca14a92 - rewrite Jan Spitalnik's patch
pontscho
parents: 9189
diff changeset
599 #define MSGTR_PREFERENCES_ShowVideoWindow "Show Video Window when inactive"
6796
9c828335b2d0 add preferences to gui
pontscho
parents: 6713
diff changeset
600
9189
2bc37966cb23 commit and extend Diego Biurrun's patch
pontscho
parents: 9055
diff changeset
601 #define MSGTR_ABOUT_UHU "GUI development sponsored by UHU Linux\n"
2bc37966cb23 commit and extend Diego Biurrun's patch
pontscho
parents: 9055
diff changeset
602 #define MSGTR_ABOUT_CoreTeam " MPlayer core team:\n"
2bc37966cb23 commit and extend Diego Biurrun's patch
pontscho
parents: 9055
diff changeset
603 #define MSGTR_ABOUT_AdditionalCoders " Additional coders:\n"
2bc37966cb23 commit and extend Diego Biurrun's patch
pontscho
parents: 9055
diff changeset
604 #define MSGTR_ABOUT_MainTesters " Main testers:\n"
2bc37966cb23 commit and extend Diego Biurrun's patch
pontscho
parents: 9055
diff changeset
605
3595
728258be2e86 lang support.
pontscho
parents: 3587
diff changeset
606 // --- messagebox
7199
9e201175b78c some cosmetics for gui
alex
parents: 7191
diff changeset
607 #define MSGTR_MSGBOX_LABEL_FatalError "Fatal error!"
9e201175b78c some cosmetics for gui
alex
parents: 7191
diff changeset
608 #define MSGTR_MSGBOX_LABEL_Error "Error!"
8661
660ca8757810 Lots of small corrections and rewordings, words capitalized and sentences
diego
parents: 8468
diff changeset
609 #define MSGTR_MSGBOX_LABEL_Warning "Warning!"
3595
728258be2e86 lang support.
pontscho
parents: 3587
diff changeset
610
1884
d21f8afc7680 add to multi lang support
pontscho
parents: 1708
diff changeset
611 #endif