Changeset ec598f4b05e7a9467e2d72d4a80b70532775a30c
- Timestamp:
- 03/31/06 18:22:19
(2 years ago)
- Author:
- Clément Stenac <zorglub@videolan.org>
- git-committer:
- Clément Stenac <zorglub@videolan.org> 1143822139 +0000
- git-parent:
[778a77df2dca3071da3262c0bf7368511164b136]
- git-author:
- Clément Stenac <zorglub@videolan.org> 1143822139 +0000
- Message:
vlc_config_cat.h 2nd round (Refs:#438)
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rcb5f895 |
rec598f4 |
|
| 46 | 46 | |
|---|
| 47 | 47 | #define INTF_CONTROL_TITLE N_( "Control interfaces" ) |
|---|
| 48 | | #define INTF_CONTROL_HELP N_( "Settings for VLC's Control interfaces" ) |
|---|
| | 48 | #define INTF_CONTROL_HELP N_( "Settings for VLC's control interfaces" ) |
|---|
| 49 | 49 | |
|---|
| 50 | 50 | #define INTF_HOTKEYS_TITLE N_( "Hotkeys settings" ) |
|---|
| … | … | |
| 70 | 70 | |
|---|
| 71 | 71 | #define AMISC_TITLE N_("Miscellaneous") |
|---|
| 72 | | #define AMISC_HELP N_( "Miscellaneous audio settings and modules" ) |
|---|
| | 72 | #define AMISC_HELP N_( "Miscellaneous audio settings and modules." ) |
|---|
| 73 | 73 | |
|---|
| 74 | 74 | /* Video */ |
|---|
| … | … | |
| 88 | 88 | |
|---|
| 89 | 89 | #define SUBPIC_TITLE N_( "Subtitles/OSD") |
|---|
| 90 | | #define SUBPIC_HELP N_( "Miscellaneous settings related to On-Screen-Display, subtitles and overlay subpictures") |
|---|
| | 90 | #define SUBPIC_HELP N_( "Miscellaneous settings related to On-Screen-Display,"\ |
|---|
| | 91 | " subtitles and \"overlay subpictures\".") |
|---|
| 91 | 92 | /* |
|---|
| 92 | 93 | #define TEXT_TITLE N_("Text rendering") |
|---|
| … | … | |
| 116 | 117 | |
|---|
| 117 | 118 | #define VDEC_TITLE N_( "Video codecs" ) |
|---|
| 118 | | #define VDEC_HELP N_( "Settings for the video-only decoders and encoders" ) |
|---|
| | 119 | #define VDEC_HELP N_( "Settings for the video-only decoders and encoders." ) |
|---|
| 119 | 120 | |
|---|
| 120 | 121 | #define ADEC_TITLE N_( "Audio codecs" ) |
|---|
| 121 | | #define ADEC_HELP N_( "Settings for the audio-only decoders and encoders" ) |
|---|
| | 122 | #define ADEC_HELP N_( "Settings for the audio-only decoders and encoders." ) |
|---|
| 122 | 123 | |
|---|
| 123 | 124 | #define SDEC_TITLE N_( "Other codecs") |
|---|
| 124 | | #define SDEC_HELP N_( "Settings for audio+video and miscellaneous decoders and encoders" ) |
|---|
| | 125 | #define SDEC_HELP N_( "Settings for audio+video and miscellaneous decoders and encoders." ) |
|---|
| 125 | 126 | |
|---|
| 126 | 127 | #define ADVANCED_TITLE N_("General") |
|---|
| … | … | |
| 141 | 142 | |
|---|
| 142 | 143 | #define SOUT_MUX_TITLE N_( "Muxers" ) |
|---|
| 143 | | #define SOUT_MUX_HELP N_( "Muxers create the encapsulation formats that are used to " \ |
|---|
| 144 | | "put all the elementary streams (video, audio, ...) " \ |
|---|
| 145 | | "together. This setting allows you to always force a specific muxer. " \ |
|---|
| 146 | | "You should probably not do that.\n" \ |
|---|
| 147 | | "You can also set default parameters for each muxer." ) |
|---|
| | 144 | #define SOUT_MUX_HELP N_( \ |
|---|
| | 145 | "Muxers create the encapsulation formats that are used to " \ |
|---|
| | 146 | "put all the elementary streams (video, audio, ...) " \ |
|---|
| | 147 | "together. This setting allows you to always force a specific muxer. " \ |
|---|
| | 148 | "You should probably not do that.\n" \ |
|---|
| | 149 | "You can also set default parameters for each muxer." ) |
|---|
| | 150 | |
|---|
| 148 | 151 | #define SOUT_ACO_TITLE N_( "Access output" ) |
|---|
| 149 | | #define SOUT_ACO_HELP N_( "Access output modules control the ways the muxed streams are sent. " \ |
|---|
| 150 | | "This setting allows you to always force a specific access output method. " \ |
|---|
| 151 | | "You should probably not do that.\n" \ |
|---|
| 152 | | "You can also set default parameters for each access output.") |
|---|
| | 152 | #define SOUT_ACO_HELP N_( \ |
|---|
| | 153 | "Access output modules control the ways the muxed streams are sent. " \ |
|---|
| | 154 | "This setting allows you to always force a specific access output method. " \ |
|---|
| | 155 | "You should probably not do that.\n" \ |
|---|
| | 156 | "You can also set default parameters for each access output.") |
|---|
| 153 | 157 | |
|---|
| 154 | 158 | #define SOUT_PACKET_TITLE N_( "Packetizers" ) |
|---|
| 155 | | #define SOUT_PACKET_HELP N_( "Packetizers are used to \"preprocess\" the elementary "\ |
|---|
| 156 | | "streams before muxing. " \ |
|---|
| 157 | | "This setting allows you to always force a packetizer. " \ |
|---|
| 158 | | "You should probably not do that.\n" \ |
|---|
| 159 | | "You can also set default parameters for each packetizer." ) |
|---|
| | 159 | #define SOUT_PACKET_HELP N_( \ |
|---|
| | 160 | ` "Packetizers are used to \"preprocess\" the elementary "\ |
|---|
| | 161 | "streams before muxing. " \ |
|---|
| | 162 | "This setting allows you to always force a packetizer. " \ |
|---|
| | 163 | "You should probably not do that.\n" \ |
|---|
| | 164 | "You can also set default parameters for each packetizer." ) |
|---|
| 160 | 165 | |
|---|
| 161 | 166 | #define SOUT_STREAM_TITLE N_("Sout stream") |
|---|
| … | … | |
| 166 | 171 | |
|---|
| 167 | 172 | #define SOUT_SAP_TITLE N_( "SAP" ) |
|---|
| 168 | | #define SOUT_SAP_HELP N_( "SAP is a way to publically announce streams that are being "\ |
|---|
| 169 | | "sent using multicast UDP or RTP." ) |
|---|
| | 173 | #define SOUT_SAP_HELP N_( \ |
|---|
| | 174 | "SAP is a way to publically announce streams that are being "\ |
|---|
| | 175 | "sent using multicast UDP or RTP." ) |
|---|
| 170 | 176 | |
|---|
| 171 | 177 | #define SOUT_VOD_TITLE N_( "VOD" ) |
|---|
| … | … | |
| 175 | 181 | /* Playlist */ |
|---|
| 176 | 182 | #define PLAYLIST_TITLE N_( "Playlist" ) |
|---|
| 177 | | #define PLAYLIST_HELP N_( "Settings related to playlist behaviour (e.g. playback mode) and to modules that automatically add items to the playlist ('service discovery modules').") |
|---|
| | 183 | #define PLAYLIST_HELP N_( "Settings related to playlist behaviour " \ |
|---|
| | 184 | "(e.g. playback mode) and to modules that automatically add "\ |
|---|
| | 185 | "items to the playlist (\"service discovery\" modules).") |
|---|
| 178 | 186 | |
|---|
| 179 | 187 | #define PGENERAL_HELP N_( "General playlist behaviour") |
|---|
| 180 | 188 | #define SD_TITLE N_("Services discovery") |
|---|
| 181 | | #define SD_HELP N_("Services discovery modules are facilities that automatically add items to playlist.") |
|---|
| | 189 | #define SD_HELP N_("Services discovery modules are facilities "\ |
|---|
| | 190 | "that automatically add items to playlist.") |
|---|
| 182 | 191 | |
|---|
| 183 | 192 | /* Advanced */ |
|---|
| … | … | |
| 186 | 195 | |
|---|
| 187 | 196 | #define CPU_TITLE N_( "CPU features" ) |
|---|
| 188 | | #define CPU_HELP N_( "You can choose to disable some CPU accelerations here. You should probably not touch that." ) |
|---|
| | 197 | #define CPU_HELP N_( "You can choose to disable some CPU accelerations " \ |
|---|
| | 198 | "here. You should probably not change these settings." ) |
|---|
| 189 | 199 | |
|---|
| 190 | 200 | #define MISC_TITLE N_( "Advanced settings" ) |
|---|
| … | … | |
| 201 | 211 | |
|---|
| 202 | 212 | #define PACKETIZER_TITLE N_("Packetizer modules settings" ) |
|---|
| 203 | | #define PACKETIZER_HELP "These are general settings for the packetizers used in VLC's sout-processes." |
|---|
| | 213 | #define PACKETIZER_HELP "These are general settings for the "\ |
|---|
| | 214 | "packetizers used in VLC's stream output subsystem." |
|---|
| 204 | 215 | |
|---|
| 205 | 216 | #define ENCODER_TITLE N_("Encoders settings") |
|---|
| 206 | 217 | #define ENCODER_HELP N_( \ |
|---|
| 207 | 218 | "These are general settings for video/audio/subtitles encoding modules.") |
|---|
| 208 | | |
|---|
| 209 | 219 | |
|---|
| 210 | 220 | |
|---|
| r50d9c2c |
rec598f4 |
|
| 65 | 65 | #define PEAKS_TEXT N_( "Enable peaks" ) |
|---|
| 66 | 66 | #define PEAKS_LONGTEXT N_( \ |
|---|
| 67 | | "This will draw \"peaks\" in the spectrum analyzer" ) |
|---|
| | 67 | "Draw \"peaks\" in the spectrum analyzer." ) |
|---|
| 68 | 68 | |
|---|
| 69 | 69 | #define ORIG_TEXT N_( "Enable original graphic spectrum" ) |
|---|
| 70 | 70 | #define ORIG_LONGTEXT N_( \ |
|---|
| 71 | | "This enabled the \"flat\" spectrum analyzer in the spectrometer" ) |
|---|
| | 71 | "Enable the \"flat\" spectrum analyzer in the spectrometer." ) |
|---|
| 72 | 72 | |
|---|
| 73 | 73 | #define BANDS_TEXT N_( "Enable bands" ) |
|---|
| 74 | 74 | #define BANDS_LONGTEXT N_( \ |
|---|
| 75 | | "This draws bands in the spectrometer." ) |
|---|
| | 75 | "Draw bands in the spectrometer." ) |
|---|
| 76 | 76 | |
|---|
| 77 | 77 | #define BASE_TEXT N_( "Enable base" ) |
|---|
| … | … | |
| 89 | 89 | #define PEAK_HEIGHT_TEXT N_( "Peak height" ) |
|---|
| 90 | 90 | #define PEAK_HEIGHT_LONGTEXT N_( \ |
|---|
| 91 | | "This is the total pixel height of the peak items." ) |
|---|
| | 91 | "Total pixel height of the peak items." ) |
|---|
| 92 | 92 | |
|---|
| 93 | 93 | #define PEAK_WIDTH_TEXT N_( "Peak extra width" ) |
|---|
| … | … | |
| 101 | 101 | #define STARS_TEXT N_( "Number of stars" ) |
|---|
| 102 | 102 | #define STARS_LONGTEXT N_( \ |
|---|
| 103 | | "This defines the number of stars to draw with random effect." ) |
|---|
| | 103 | "Number of stars to draw with random effect." ) |
|---|
| 104 | 104 | |
|---|
| 105 | 105 | static int Open ( vlc_object_t * ); |
|---|