]> git.sesse.net Git - vlc/commitdiff
String stuff
authorClément Stenac <zorglub@videolan.org>
Thu, 13 Apr 2006 09:04:34 +0000 (09:04 +0000)
committerClément Stenac <zorglub@videolan.org>
Thu, 13 Apr 2006 09:04:34 +0000 (09:04 +0000)
modules/codec/x264.c
modules/demux/mod.c
modules/gui/macosx/equalizer.m
modules/misc/freetype.c
modules/misc/msn.c
modules/stream_out/standard.c
modules/video_filter/mosaic.c
modules/video_filter/motiondetect.c
modules/video_filter/osdmenu.c

index f1aa616af670f53bbd8c057b44282e9984b6bbfb..ecb167b4c455ecfd47d69906d85941c44fc1bb4f 100644 (file)
@@ -90,7 +90,7 @@ static void Close( vlc_object_t * );
 #define CABAC_LONGTEXT N_( "CABAC (Context-Adaptive Binary Arithmetic "\
     "Coding). Slightly slows down encoding and decoding, but should save " \
     "10-15% bitrate." )
-
+/// \bug [String] Missing final dot
 #define REF_TEXT N_("Number of reference frames")
 #define REF_LONGTEXT N_( "Number of previous frames used as predictors. " \
     "This is effective in Anime, but seems to make little difference in " \
@@ -168,6 +168,7 @@ static void Close( vlc_object_t * );
     " - all   : i4x4,p8x8,(i8x8),b8x8,p4x4\n" \
     "(p4x4 requires p8x8. i8x8 requires 8x8dct).")
 
+/// \bug [String] Extra space
 #define DIRECT_PRED_TEXT N_("Direct MV prediction mode")
 #define DIRECT_PRED_LONGTEXT N_( "Direct MV prediction mode. ")
 
index abd5bfeeb724aedc94b55da22e121a6800aa4182..a318e739c243471eeab39f9311d71957dd0ac65b 100644 (file)
@@ -54,6 +54,7 @@ static void Close  ( vlc_object_t * );
 #define MEGABASS_LONGTEXT N_( "Enable megabass mode" )
 #define MEGABASS_LEVEL_LONGTEXT N_("Megabass mode level (from 0 to 100, " \
                 "default value is 0)." )
+/// \bug [String] Missing space after dot
 #define MEGABASS_RANGE_LONGTEXT N_("Megabass mode cutoff frequency, in Hz." \
                 "This is the maximum frequency for which the megabass " \
                 "effect applies. Valid values are from 10 to 100 Hz" )
index 3f70d7e0638f3465e486dfba0db06648fa336667..c439f96371ee54aa71fbc610a74725324b5d45ec 100644 (file)
@@ -140,6 +140,7 @@ static vlc_bool_t GetFiltersStatus( intf_thread_t *p_intf,
     [o_btn_equalizer setToolTip: _NS("Equalizer")];
     [o_ckb_2pass setTitle: _NS("2 Pass")];
     [o_ckb_2pass setToolTip: _NS("Apply the"
+/// \bug [String] missing space
         "equalizer filter twice. The effect will be sharper.")];
     [o_ckb_enable setTitle: _NS("Enable")];
     [o_ckb_enable setToolTip: _NS("Enable the equalizer. Bands can be set "
index 051c53b8ca3b48081045522446ed08fa49bf3426..ecc24059cc78e210b94a464a4013cb8811e495cd 100644 (file)
@@ -108,6 +108,7 @@ static char *ppsz_sizes_text[] = { N_("Smaller"), N_("Small"), N_("Normal"),
 #define YUVP_LONGTEXT N_("This renders the font using \"paletized YUV\". " \
   "This option is only needed if you want to encode into DVB subtitles" )
 #define EFFECT_TEXT N_("Font Effect")
+/// \bug [String] Missing space
 #define EFFECT_LONGTEXT N_("It is possible to apply effects to the rendered" \
 "text to improve its readability." )
 
index 4006b34b0cdafb582dc834214c2247119e343c6c..6150c7f901387dcba94c5893f7fb25e8d1b37f0b 100644 (file)
@@ -60,6 +60,7 @@ static int SendToMSN( char * psz_msg );
  * You need to enable the "What I'm Listening To" option in MSN.
  *****************************************************************************/
 #define FORMAT_DEFAULT "{0} - {1}"
+/// \bug [String] MSN is useless
 #define FORMAT_TEXT N_("MSN Title format string")
 #define FORMAT_LONGTEXT N_("Format of the string to send to MSN " \
 "{0} Artist, {1} Title, {2} Album. Defaults to \"Artist - Title\" ({0} - {1}).")
index ad525d06e4a21944e6b4cd9507bce232945b471e..e2d2ba0439e93ef489b295555cd3eb428c9886a6 100644 (file)
  * Module descriptor
  *****************************************************************************/
 #define ACCESS_TEXT N_("Output access method")
+/// \bug [String] "Output method to use for the stream." 
 #define ACCESS_LONGTEXT N_( \
     "This is the output access method that will be used." )
 #define MUX_TEXT N_("Output muxer")
+/// \bug [String] "Muxer to use for the stream." 
 #define MUX_LONGTEXT N_( \
     "This is the muxer that will be used." )
 #define DST_TEXT N_("Output destination")
+/// \bug [String] "Destination (URL) to use for the stream." 
 #define DST_LONGTEXT N_( \
     "This is the destination (URL) that will be used for the stream." )
 #define NAME_TEXT N_("Session name")
index d12efb98f9c8007e35592c07d30e44ab10648c91..ef6473b5af51e7a0ca5d1f8ef6ebb0e1792e6abf 100644 (file)
@@ -118,6 +118,7 @@ struct filter_sys_t
         "automatically choose the best number of rows and columns. " \
         "fixed: use the user-defined number of rows and columns.")
 
+/// \bug [String] missing closing parenthesis
 #define ROWS_TEXT N_("Number of rows")
 #define ROWS_LONGTEXT N_("Number of image rows in the mosaic (only used if "\
         "positionning method is set to \"fixed\"." )
index de88608e7e2df4a0f3d5f6b491d3813b3bbac95e..f8347c31722bbbbfa51de8a6ac346e521e170ccb 100644 (file)
@@ -55,6 +55,7 @@ static int  SendEvents   ( vlc_object_t *, char const *,
 #define DESC_TEXT N_("Description file")
 #define DESC_LONGTEXT N_("A file containing a simple playlist")
 #define HISTORY_TEXT N_("History parameter")
+/// \bug [String] typo
 #define HISTORY_LONGTEXT N_("The umber of frames used for detection.")
 
 vlc_module_begin();
index acbe836790ef0362cc3bf50c809754b1a616b710..f573d3a64d51557d4bc992d74299e97b66b45918 100644 (file)
@@ -40,6 +40,7 @@
 
 /* FIXME: Future extension make the definition file in XML format. */
 #define OSD_FILE_TEXT N_("Configuration file")
+/// \bug [String] missing dot
 #define OSD_FILE_LONGTEXT N_( \
     "Configuration file for the OSD Menu" )
 #define OSD_PATH_TEXT N_("Path to OSD menu images")