]> git.sesse.net Git - vlc/commitdiff
vlc_config_cat.h 2nd round (Refs:#438)
authorClément Stenac <zorglub@videolan.org>
Fri, 31 Mar 2006 16:22:19 +0000 (16:22 +0000)
committerClément Stenac <zorglub@videolan.org>
Fri, 31 Mar 2006 16:22:19 +0000 (16:22 +0000)
include/vlc_config_cat.h
modules/visualization/visual/visual.c

index d22affde798fdeb106dbad0194a9661a99520c15..96eac42adb36e0b028cdfccf74befa9deeb3ac87 100644 (file)
@@ -45,7 +45,7 @@
 #define INTF_MAIN_HELP N_( "Settings for the main interface" )
 
 #define INTF_CONTROL_TITLE N_( "Control interfaces" )
-#define INTF_CONTROL_HELP N_( "Settings for VLC's Control interfaces" )
+#define INTF_CONTROL_HELP N_( "Settings for VLC's control interfaces" )
 
 #define INTF_HOTKEYS_TITLE N_( "Hotkeys settings" )
 #define INTF_HOTKEYS_HELP N_( "Hotkeys settings" )
@@ -69,7 +69,7 @@
 #define AOUT_HELP N_("These are general settings for audio output modules.")
 
 #define AMISC_TITLE N_("Miscellaneous")
-#define AMISC_HELP N_( "Miscellaneous audio settings and modules" )
+#define AMISC_HELP N_( "Miscellaneous audio settings and modules." )
 
 /* Video */
 #define VIDEO_TITLE N_("Video")
@@ -87,7 +87,8 @@
     "Video filters are used to postprocess the video stream." )
 
 #define SUBPIC_TITLE N_( "Subtitles/OSD")
-#define SUBPIC_HELP N_( "Miscellaneous settings related to On-Screen-Display, subtitles and overlay subpictures")
+#define SUBPIC_HELP N_( "Miscellaneous settings related to On-Screen-Display,"\
+        " subtitles and \"overlay subpictures\".")
 /*
 #define TEXT_TITLE N_("Text rendering")
 #define TEXT_HELP N_( \
 #define DEMUX_HELP N_( "Demuxers are used to separate audio and video streams." )
 
 #define VDEC_TITLE  N_( "Video codecs" )
-#define VDEC_HELP N_( "Settings for the video-only decoders and encoders" )
+#define VDEC_HELP N_( "Settings for the video-only decoders and encoders." )
 
 #define ADEC_TITLE  N_( "Audio codecs" )
-#define ADEC_HELP N_( "Settings for the audio-only decoders and encoders" )
+#define ADEC_HELP N_( "Settings for the audio-only decoders and encoders." )
 
 #define SDEC_TITLE N_( "Other codecs")
-#define SDEC_HELP N_( "Settings for audio+video and miscellaneous decoders and encoders" )
+#define SDEC_HELP N_( "Settings for audio+video and miscellaneous decoders and encoders." )
 
 #define ADVANCED_TITLE N_("General")
 #define ADVANCED_HELP N_( "General input settings. Use with care." )
 #define SOUT_GENERAL_HELP N_( "General stream output settings")
 
 #define SOUT_MUX_TITLE N_( "Muxers" )
-#define SOUT_MUX_HELP N_( "Muxers create the encapsulation formats that are used to " \
-                          "put all the elementary streams (video, audio, ...) " \
-                          "together. This setting allows you to always force a specific muxer. " \
-                          "You should probably not do that.\n" \
-                          "You can also set default parameters for each muxer." )
+#define SOUT_MUX_HELP N_( \
+       "Muxers create the encapsulation formats that are used to " \
+       "put all the elementary streams (video, audio, ...) " \
+       "together. This setting allows you to always force a specific muxer. " \
+       "You should probably not do that.\n" \
+       "You can also set default parameters for each muxer." )
+
 #define SOUT_ACO_TITLE N_( "Access output" )
-#define SOUT_ACO_HELP N_( "Access output modules control the ways the muxed streams are sent. " \
-                          "This setting allows you to always force a specific access output method. " \
-                          "You should probably not do that.\n" \
-                          "You can also set default parameters for each access output.")
+#define SOUT_ACO_HELP N_( \
+   "Access output modules control the ways the muxed streams are sent. " \
+   "This setting allows you to always force a specific access output method. " \
+   "You should probably not do that.\n" \
+   "You can also set default parameters for each access output.")
 
 #define SOUT_PACKET_TITLE N_( "Packetizers" )
-#define SOUT_PACKET_HELP N_( "Packetizers are used to \"preprocess\" the elementary "\
-                              "streams before muxing. " \
-                          "This setting allows you to always force a packetizer. " \
-                          "You should probably not do that.\n" \
-                          "You can also set default parameters for each packetizer." )
+#define SOUT_PACKET_HELP N_( \
+`       "Packetizers are used to \"preprocess\" the elementary "\
+        "streams before muxing. " \
+        "This setting allows you to always force a packetizer. " \
+        "You should probably not do that.\n" \
+        "You can also set default parameters for each packetizer." )
 
 #define SOUT_STREAM_TITLE N_("Sout stream")
 #define SOUT_STREAM_HELP N_( "Sout stream modules allow to build a sout " \
                 "each sout stream module here.")
 
 #define SOUT_SAP_TITLE N_( "SAP" )
-#define SOUT_SAP_HELP N_( "SAP is a way to publically announce streams that are being "\
-                          "sent using multicast UDP or RTP." )
+#define SOUT_SAP_HELP N_( \
+                 "SAP is a way to publically announce streams that are being "\
+                 "sent using multicast UDP or RTP." )
 
 #define SOUT_VOD_TITLE N_( "VOD" )
 #define SOUT_VOD_HELP N_( "VLC's implementation of Video On Demand" )
 
 /* Playlist */
 #define PLAYLIST_TITLE N_( "Playlist" )
-#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').")
+#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).")
 
 #define PGENERAL_HELP N_( "General playlist behaviour")
 #define SD_TITLE N_("Services discovery")
-#define SD_HELP N_("Services discovery modules are facilities that automatically add items to playlist.")
+#define SD_HELP N_("Services discovery modules are facilities "\
+        "that automatically add items to playlist.")
 
 /* Advanced */
 #define AADVANCED_TITLE N_( "Advanced" )
 #define AADVANCED_HELP N_( "Advanced settings. Use with care.")
 
 #define CPU_TITLE N_( "CPU features" )
-#define CPU_HELP N_( "You can choose to disable some CPU accelerations here. You should probably not touch that." )
+#define CPU_HELP N_( "You can choose to disable some CPU accelerations " \
+        "here. You should probably not change these settings." )
 
 #define MISC_TITLE N_( "Advanced settings" )
 #define MISC_HELP N_( "Other advanced settings")
 #define CHROMA_HELP N_("These settings affect chroma transformation modules.")
 
 #define PACKETIZER_TITLE  N_("Packetizer modules settings" )
-#define PACKETIZER_HELP "These are general settings for the packetizers used in VLC's sout-processes."
+#define PACKETIZER_HELP "These are general settings for the "\
+        "packetizers used in VLC's stream output subsystem."
 
 #define ENCODER_TITLE N_("Encoders settings")
 #define ENCODER_HELP N_( \
     "These are general settings for video/audio/subtitles encoding modules.")
 
 
-
 #define DIALOGS_TITLE N_("Dialog providers settings")
 #define DIALOGS_HELP  N_( \
     "Dialog providers can be configured here.")
index cc2cdae67663ee8d166ef71445074f57086419c8..c82621ab15feb029a85a65c499e368ba759ab137 100644 (file)
 
 #define PEAKS_TEXT N_( "Enable peaks" )
 #define PEAKS_LONGTEXT N_( \
-        "This will draw \"peaks\" in the spectrum analyzer" )
+        "Draw \"peaks\" in the spectrum analyzer." )
 
 #define ORIG_TEXT N_( "Enable original graphic spectrum" )
 #define ORIG_LONGTEXT N_( \
-        "This enabled the \"flat\" spectrum analyzer in the spectrometer" )
+        "Enable the \"flat\" spectrum analyzer in the spectrometer." )
 
 #define BANDS_TEXT N_( "Enable bands" )
 #define BANDS_LONGTEXT N_( \
-        "This draws bands in the spectrometer." )
+        "Draw bands in the spectrometer." )
 
 #define BASE_TEXT N_( "Enable base" )
 #define BASE_LONGTEXT N_( \
@@ -88,7 +88,7 @@
 
 #define PEAK_HEIGHT_TEXT N_( "Peak height" )
 #define PEAK_HEIGHT_LONGTEXT N_( \
-        "This is the total pixel height of the peak items." )
+        "Total pixel height of the peak items." )
 
 #define PEAK_WIDTH_TEXT N_( "Peak extra width" )
 #define PEAK_WIDTH_LONGTEXT N_( \
 
 #define STARS_TEXT N_( "Number of stars" )
 #define STARS_LONGTEXT N_( \
-        "This defines the number of stars to draw with random effect." )
+        "Number of stars to draw with random effect." )
 
 static int  Open         ( vlc_object_t * );
 static void Close        ( vlc_object_t * );