Changeset ec598f4b05e7a9467e2d72d4a80b70532775a30c

Show
Ignore:
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
  • include/vlc_config_cat.h

    rcb5f895 rec598f4  
    4646 
    4747#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" ) 
    4949 
    5050#define INTF_HOTKEYS_TITLE N_( "Hotkeys settings" ) 
     
    7070 
    7171#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." ) 
    7373 
    7474/* Video */ 
     
    8888 
    8989#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\".") 
    9192/* 
    9293#define TEXT_TITLE N_("Text rendering") 
     
    116117 
    117118#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." ) 
    119120 
    120121#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." ) 
    122123 
    123124#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." ) 
    125126 
    126127#define ADVANCED_TITLE N_("General") 
     
    141142 
    142143#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 
    148151#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.") 
    153157 
    154158#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." ) 
    160165 
    161166#define SOUT_STREAM_TITLE N_("Sout stream") 
     
    166171 
    167172#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." ) 
    170176 
    171177#define SOUT_VOD_TITLE N_( "VOD" ) 
     
    175181/* Playlist */ 
    176182#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).") 
    178186 
    179187#define PGENERAL_HELP N_( "General playlist behaviour") 
    180188#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.") 
    182191 
    183192/* Advanced */ 
     
    186195 
    187196#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." ) 
    189199 
    190200#define MISC_TITLE N_( "Advanced settings" ) 
     
    201211 
    202212#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." 
    204215 
    205216#define ENCODER_TITLE N_("Encoders settings") 
    206217#define ENCODER_HELP N_( \ 
    207218    "These are general settings for video/audio/subtitles encoding modules.") 
    208  
    209219 
    210220 
  • modules/visualization/visual/visual.c

    r50d9c2c rec598f4  
    6565#define PEAKS_TEXT N_( "Enable peaks" ) 
    6666#define PEAKS_LONGTEXT N_( \ 
    67         "This will draw \"peaks\" in the spectrum analyzer" ) 
     67        "Draw \"peaks\" in the spectrum analyzer." ) 
    6868 
    6969#define ORIG_TEXT N_( "Enable original graphic spectrum" ) 
    7070#define ORIG_LONGTEXT N_( \ 
    71         "This enabled the \"flat\" spectrum analyzer in the spectrometer" ) 
     71        "Enable the \"flat\" spectrum analyzer in the spectrometer." ) 
    7272 
    7373#define BANDS_TEXT N_( "Enable bands" ) 
    7474#define BANDS_LONGTEXT N_( \ 
    75         "This draws bands in the spectrometer." ) 
     75        "Draw bands in the spectrometer." ) 
    7676 
    7777#define BASE_TEXT N_( "Enable base" ) 
     
    8989#define PEAK_HEIGHT_TEXT N_( "Peak height" ) 
    9090#define PEAK_HEIGHT_LONGTEXT N_( \ 
    91         "This is the total pixel height of the peak items." ) 
     91        "Total pixel height of the peak items." ) 
    9292 
    9393#define PEAK_WIDTH_TEXT N_( "Peak extra width" ) 
     
    101101#define STARS_TEXT N_( "Number of stars" ) 
    102102#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." ) 
    104104 
    105105static int  Open         ( vlc_object_t * );