Changeset 79f9f30aba459bede4709275b10336089161ead0

Show
Ignore:
Timestamp:
04/11/06 15:17:20 (2 years ago)
Author:
Clément Stenac <zorglub@videolan.org>
git-committer:
Clément Stenac <zorglub@videolan.org> 1144761440 +0000
git-parent:

[31943c2c6d661ccedcbd49c1471865e873ef5e38]

git-author:
Clément Stenac <zorglub@videolan.org> 1144761440 +0000
Message:

More strings

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/access/dshow/dshow.cpp

    r00788d2 r79f9f30  
    8787    "DirectShow plugin. If you don't specify anything, the default device " \ 
    8888    "will be used.") 
     89/// \bug [String] size stuff should be on video ! 
    8990#define ADEV_TEXT N_("Audio device name") 
    9091#define ADEV_LONGTEXT N_( \ 
  • modules/access_output/http.c

    r0af0de2 r79f9f30  
    6464#define PASS_LONGTEXT N_("Password that will be " \ 
    6565                         "requested to access the stream." ) 
     66 
     67/// \bug [String] missing closing parenthesis 
    6668#define MIME_TEXT N_("Mime") 
    6769#define MIME_LONGTEXT N_("MIME returned by the server (autodetected " \ 
  • modules/audio_filter/converter/dtstofloat32.c

    r8e394d7 r79f9f30  
    9090    set_category( CAT_INPUT ); 
    9191    set_subcategory( SUBCAT_INPUT_ACODEC ); 
    92     set_shortname( _("DCA" ) ); 
     92    set_shortname( "DCA" ); 
    9393    set_description( _("DTS Coherent Acoustics audio decoder") ); 
    9494    add_bool( "dts-dynrng", 1, NULL, DYNRNG_TEXT, DYNRNG_LONGTEXT, VLC_FALSE ); 
  • modules/demux/livedotcom.cpp

    rb0639d9 r79f9f30  
    9797        add_integer( "rtsp-http-port", 80, NULL, 
    9898                  N_("HTTP tunnel port"), 
     99                /// \bug [String] Missing . 
    99100                  N_("Port to use for tunneling the RTSP/RTP over HTTP"), VLC_TRUE ); 
    100101#endif 
  • modules/demux/mod.c

    r386b36f r79f9f30  
    4545static void Close  ( vlc_object_t * ); 
    4646 
     47/// \bug [String] missing . 
    4748#define NOISE_LONGTEXT N_("Enable noise reduction algorithm") 
    4849#define REVERB_LONGTEXT N_("Enable reverberation" ) 
  • src/libvlc.h

    rb0639d9 r79f9f30  
    335335    "to 4:3 in order to keep proportions.") 
    336336 
     337/// \bug [String] Remove "this option" 
    337338#define SKIP_FRAMES_TEXT N_("Skip frames") 
    338339#define SKIP_FRAMES_LONGTEXT N_( \