]> git.sesse.net Git - vlc/commitdiff
Strings
authorClément Stenac <zorglub@videolan.org>
Fri, 14 Apr 2006 09:37:39 +0000 (09:37 +0000)
committerClément Stenac <zorglub@videolan.org>
Fri, 14 Apr 2006 09:37:39 +0000 (09:37 +0000)
modules/access_filter/timeshift.c
modules/audio_filter/equalizer.c
modules/demux/playlist/playlist.c
modules/gui/macosx/extended.m
modules/gui/skins2/src/skin_main.cpp
modules/misc/freetype.c
modules/misc/growl.c
modules/misc/rtsp.c
modules/misc/win32text.c
modules/mux/mpeg/ts.c
modules/services_discovery/shout.c

index 732bc8ff0c9536720dde71a0d6921e2143413723..1345f4f28a84b99a0fe30538d61de56d6856e5ec 100644 (file)
@@ -42,6 +42,7 @@ static int  Open ( vlc_object_t * );
 static void Close( vlc_object_t * );
 
 #define GRANULARITY_TEXT N_("Timeshift granularity")
+/// \bug [String] typo
 #define GRANULARITY_LONGTEXT N_( "This is the size of the temporary files " \
   "tha will be used to store the timeshifted streams." )
 #define DIR_TEXT N_("Timeshift directory")
index 39e2d446f21bf1644aacea6130dceef5afb6f381..a797907b77452716a8d392b4d974963ef887c29e 100644 (file)
@@ -53,6 +53,7 @@ static void Close( vlc_object_t * );
 #define PRESET_LONGTEXT N_("Preset to use for the equalizer." )
 
 #define BANDS_TEXT N_( "Bands gain")
+/// \bug [String] missing dot
 #define BANDS_LONGTEXT N_( \
          "Don't use presets, but manually specified bands. You need to " \
          "provide 10 values between -20dB and 20dB, separated by spaces, " \
index 8b0777171e7c970ac2e1ee26105961f68736be8d..efbce605403e4f551311e82bc329551492b9f7f1 100644 (file)
@@ -34,6 +34,7 @@
  * Module descriptor
  *****************************************************************************/
 #define AUTOSTART_TEXT N_( "Auto start" )
+/// \bug [String] Why \n ?
 #define AUTOSTART_LONGTEXT N_( "Automatically start playing the playlist " \
                 "content once it's loaded.\n" )
 
index db656bb268de54df43457d2047206e7cc3f3e1a3..8987b6d308cab54eb1c69a54756815bc0a1cccb4 100644 (file)
@@ -598,6 +598,7 @@ static VLCExtended *_o_sharedInstance = nil;
 - (IBAction)vidFlts_mrInfo:(id)sender
 {
     /* show info sheet */
+/// \bug [String] Misplaced \n
     NSBeginInformationalAlertSheet(_NS("More Information"), _NS("OK"), @"", @"", \
         o_extended_window, nil, nil, nil, nil, _NS("This panel allows to " \
         "select video effects filters to apply.\n" \
index 7d087fdc435d47371f61764ef2fdac6261659b14..d521580ebfe2b09831b47792cef4daae54c20b35 100644 (file)
@@ -343,6 +343,7 @@ static int DemuxControl( demux_t *p_demux, int i_query, va_list args )
 #define SKINS2_LAST      N_("Skin to use")
 #define SKINS2_LAST_LONG N_("Path to the skin to use.")
 #define SKINS2_CONFIG      N_("Config of last used skin")
+/// \bug [String] missing "skin". Remove "by the skins module". Add "do not touch"
 #define SKINS2_CONFIG_LONG N_("Windows configuration of the last used. " \
         "This option is updated automatically by the skins module." )
 
index 971b2f6e12afbb18b14c6d2e03dcf6914193349e..a88a8ee0f57845024daa875ccb1c3c6b83995d9f 100644 (file)
@@ -83,6 +83,7 @@ static int SetFontSize( filter_t *, int );
 #define FONT_TEXT N_("Font")
 #define FONT_LONGTEXT N_("Filename for the font you want to use")
 #define FONTSIZE_TEXT N_("Font size in pixels")
+/// \bug [String] Extra space
 #define FONTSIZE_LONGTEXT N_("This is the default size of the fonts " \
     "that will be rendered on the video. " \
     "If set to something different than 0 this option will override the " \
index ec69de0f0285a22e4d168d4ff6c8bd2fd100b189..db1d450a4c5b3f7ff84d4546802cba62acd6d3a9 100644 (file)
@@ -52,14 +52,19 @@ static int CheckAndSend( vlc_object_t *p_this, uint8_t* p_data, int i_offset );
 /*****************************************************************************
  * Module descriptor
  ****************************************************************************/
+
+/// \bug [String] REmove all "Growl" in short desc
+
 #define SERVER_DEFAULT "127.0.0.1"
 #define SERVER_TEXT N_("Growl server")
 #define SERVER_LONGTEXT N_("This is the host to which Growl notifications " \
    "will be sent. By default, notifications are sent locally." )
 #define PASS_DEFAULT ""
 #define PASS_TEXT N_("Growl password")
+/// \bug [String] Password on the Growl server.
 #define PASS_LONGTEXT N_("Growl password on the server.")
 #define PORT_TEXT N_("Growl UDP port")
+/// \bug [String] UDP port on the Growl server
 #define PORT_LONGTEXT N_("Growl UDP port on the server.")
 
 vlc_module_begin();
index 30ac05effaa4ea863c85e0a1410225b120ec0f17..a6cd6c2a0f818be65a963e9560b5ac4d33e769af 100644 (file)
@@ -46,6 +46,7 @@ static int  Open ( vlc_object_t * );
 static void Close( vlc_object_t * );
 
 #define HOST_TEXT N_( "RTSP host address" )
+/// \bug [String] extra space
 #define HOST_LONGTEXT N_( \
     "This defines the address, port and path the RTSP VOD server will listen " \
     "on.\nSyntax is address:port/path. The default is to listen on all "\
index 362c5fea3e046b5b146ce9af4e8ba78ea4cc6bb2..9c6d2204eee0399536e1777ab75d535e70cf019c 100644 (file)
@@ -54,6 +54,7 @@ static int SetFont( filter_t *, int );
 #define FONT_TEXT N_("Font")
 #define FONT_LONGTEXT N_("Filename for the font you want to use")
 #define FONTSIZE_TEXT N_("Font size in pixels")
+/// \bug [String] extra space
 #define FONTSIZE_LONGTEXT N_("This is the default size of the fonts " \
      "that will be rendered on the video. " \
      "If set to something different than 0 this option will override the " \
index 0a7fa6749cf10a17dfa1896b8b7171dbb43a72b1..a77853fcb0f927d430cebea8a89b3cd2157e6411 100644 (file)
@@ -156,6 +156,7 @@ static void    Close  ( vlc_object_t * );
   "16 char string (8 hexadecimal bytes).")
 
 #define CPKT_TEXT N_("Packet size in bytes to encrypt")
+/// \bug [String] Extra space
 #define CPKT_LONGTEXT N_("Size of the TS packet to encrypt. " \
     "The encryption routines subtract the TS-header from the value before " \
     "encrypting. " )
index f5e64acddc91ac06d363bd522f58703f3645106d..cef4e4543e59ab218302734ebcbd445a6476302c 100644 (file)
@@ -59,6 +59,7 @@
     static void Close( vlc_object_t * );
 
 #define LIMIT_TEXT N_("Number of streams")
+/// \bug [String] -which would be listed + to list
 #define LIMIT_LONGTEXT N_("Maximum number of Shoutcast radio streams which " \
                           "would be listed.")