Go to the documentation of this file.
33 #define MAIN_TITLE N_( "VLC preferences" )
34 #define MAIN_HELP N_( \
35 "Select \"Advanced Options\" to see all options." )
38 #define INTF_TITLE N_("Interface")
39 #define INTF_HELP N_( "Settings for VLC's interfaces" )
41 #define INTF_GENERAL_HELP N_( "Main interfaces settings" )
43 #define INTF_MAIN_TITLE N_( "Main interfaces" )
44 #define INTF_MAIN_HELP N_( "Settings for the main interface" )
46 #define INTF_CONTROL_TITLE N_( "Control interfaces" )
47 #define INTF_CONTROL_HELP N_( "Settings for VLC's control interfaces" )
49 #define INTF_HOTKEYS_TITLE N_( "Hotkeys settings" )
50 #define INTF_HOTKEYS_HELP N_( "Hotkeys settings" )
53 #define AUDIO_TITLE N_( "Audio" )
54 #define AUDIO_HELP N_( "Audio settings" )
56 #define AUDIO_GENERAL_HELP N_("General audio settings")
58 #define AFILTER_TITLE N_("Filters")
59 #define AFILTER_HELP N_( "Audio filters are used to process the audio stream." )
61 #define AVISUAL_TITLE N_("Visualizations")
62 #define AVISUAL_HELP N_( "Audio visualizations" )
64 #define AOUT_TITLE N_( "Output modules" )
65 #define AOUT_HELP N_("General settings for audio output modules.")
67 #define AMISC_TITLE N_("Miscellaneous")
68 #define AMISC_HELP N_( "Miscellaneous audio settings and modules." )
71 #define VIDEO_TITLE N_("Video")
72 #define VIDEO_HELP N_("Video settings")
74 #define VIDEO_GENERAL_HELP N_( "General video settings" )
76 #define _VOUT_TITLE N_("Output modules" )
77 #define VOUT_HELP N_( \
78 "Choose your preferred video output and configure it here." )
80 #define VFILTER_TITLE N_("Filters" )
81 #define VFILTER_HELP N_( \
82 "Video filters are used to process the video stream." )
84 #define SUBPIC_TITLE N_( "Subtitles / OSD")
85 #define SUBPIC_HELP N_( "Settings related to On-Screen-Display,"\
86 " subtitles and \"overlay subpictures\"")
94 #define INPUT_TITLE N_( "Input / Codecs" )
95 #define INPUT_HELP N_( "Settings for input, demultiplexing, " \
96 "decoding and encoding")
98 #define ACCESS_TITLE N_( "Access modules" )
99 #define ACCESS_HELP N_( \
100 "Settings related to the various access methods. " \
101 "Common settings you may want to alter are HTTP proxy or " \
102 "caching settings." )
104 #define STREAM_FILTER_TITLE N_( "Stream filters" )
105 #define STREAM_FILTER_HELP N_( \
106 "Stream filters are special modules that allow advanced operations on " \
107 "the input side of VLC. Use with care..." )
109 #define DEMUX_TITLE N_("Demuxers")
110 #define DEMUX_HELP N_( "Demuxers are used to separate audio and video streams." )
112 #define VDEC_TITLE N_( "Video codecs" )
113 #define VDEC_HELP N_( "Settings for the video, images or video+audio decoders and encoders." )
115 #define ADEC_TITLE N_( "Audio codecs" )
116 #define ADEC_HELP N_( "Settings for the audio-only decoders and encoders." )
118 #define SDEC_TITLE N_( "Subtitles codecs")
119 #define SDEC_HELP N_( "Settings for subtitles, teletext and CC decoders and encoders." )
121 #define ADVANCED_TITLE N_("General Input" )
122 #define ADVANCED_HELP N_( "General input settings. Use with care..." )
125 #define SOUT_TITLE N_( "Stream output" )
126 #define SOUT_HELP N_( \
127 "Stream output settings are used when acting as a streaming server " \
128 "or when saving incoming streams.\n" \
129 "Streams are first muxed and then sent through an \"access output\" "\
130 "module that can either save the stream to a file, or stream " \
131 "it (UDP, HTTP, RTP/RTSP).\n" \
132 "Sout streams modules allow advanced stream processing (transcoding, "\
135 #define SOUT_GENERAL_HELP N_( "General stream output settings")
137 #define SOUT_MUX_TITLE N_( "Muxers" )
138 #define SOUT_MUX_HELP N_( \
139 "Muxers create the encapsulation formats that are used to " \
140 "put all the elementary streams (video, audio, ...) " \
141 "together. This setting allows you to always force a specific muxer. " \
142 "You should probably not do that.\n" \
143 "You can also set default parameters for each muxer." )
145 #define SOUT_ACO_TITLE N_( "Access output" )
146 #define SOUT_ACO_HELP N_( \
147 "Access output modules control the ways the muxed streams are sent. " \
148 "This setting allows you to always force a specific access output method. " \
149 "You should probably not do that.\n" \
150 "You can also set default parameters for each access output.")
152 #define SOUT_PACKET_TITLE N_( "Packetizers" )
153 #define SOUT_PACKET_HELP N_( \
154 "Packetizers are used to \"preprocess\" the elementary "\
155 "streams before muxing. " \
156 "This setting allows you to always force a packetizer. " \
157 "You should probably not do that.\n" \
158 "You can also set default parameters for each packetizer." )
160 #define SOUT_STREAM_TITLE N_("Sout stream")
161 #define SOUT_STREAM_HELP N_( "Sout stream modules allow to build a sout " \
162 "processing chain. Please refer to the Streaming Howto for " \
163 "more information. You can configure default options for " \
164 "each sout stream module here.")
166 #define SOUT_VOD_TITLE N_( "VOD" )
167 #define SOUT_VOD_HELP N_( "VLC's implementation of Video On Demand" )
171 #define PLAYLIST_TITLE N_( "Playlist" )
172 #define PLAYLIST_HELP N_( "Settings related to playlist behaviour " \
173 "(e.g. playback mode) and to modules that automatically add "\
174 "items to the playlist (\"service discovery\" modules).")
176 #define PGENERAL_HELP N_( "General playlist behaviour")
177 #define SD_TITLE N_("Services discovery")
178 #define SD_HELP N_("Services discovery modules are facilities "\
179 "that automatically add items to playlist.")
182 #define AADVANCED_TITLE N_( "Advanced" )
183 #define AADVANCED_HELP N_( "Advanced settings. Use with care...")
185 #define MISC_TITLE N_( "Advanced settings" )
190 #define NETWORK_TITLE N_( "Network" )
191 #define NETWORK_HELP N_( "These modules provide network functions to all " \
192 "other parts of VLC." )
194 #define CHROMA_TITLE N_("Chroma modules settings")
195 #define CHROMA_HELP N_("These settings affect chroma transformation modules.")
197 #define PACKETIZER_TITLE N_("Packetizer modules settings" )
198 #define PACKETIZER_HELP "These are general settings for the "\
199 "packetizers used in VLC's stream output subsystem."
201 #define ENCODER_TITLE N_("Encoders settings")
202 #define ENCODER_HELP N_( \
203 "These are general settings for video/audio/subtitles encoding modules.")
206 #define DIALOGS_TITLE N_("Dialog providers settings")
207 #define DIALOGS_HELP N_( \
208 "Dialog providers can be configured here.")
210 #define SUBTITLE_DEMUX_TITLE N_("Subtitle demuxer settings")
211 #define SUBTITLE_DEMUX_HELP N_( \
212 "In this section you can force the behavior of the subtitle demuxer, " \
213 "for example by setting the subtitles type or file name.")
219 #define UNKNOWN_TITLE N_("No help available" )
220 #define UNKNOWN_HELP N_("There is no help available for these modules.")
277 while( categories_array[i].
psz_name != NULL )
279 if( categories_array[i].
i_id == i_value )
292 while( categories_array[i].
psz_help != NULL )
294 if( categories_array[i].
i_id == i_value )