Changeset 2fc1756882380cd8eae3090b49a283e26fbf1b4b

Show
Ignore:
Timestamp:
04/14/06 11:37:39 (2 years ago)
Author:
Clément Stenac <zorglub@videolan.org>
git-committer:
Clément Stenac <zorglub@videolan.org> 1145007459 +0000
git-parent:

[3975d8c9a4ad0e7131b0401f9e36dc98b7223c05]

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

Strings

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/access_filter/timeshift.c

    r0af0de2 r2fc1756  
    4343 
    4444#define GRANULARITY_TEXT N_("Timeshift granularity") 
     45/// \bug [String] typo 
    4546#define GRANULARITY_LONGTEXT N_( "This is the size of the temporary files " \ 
    4647  "tha will be used to store the timeshifted streams." ) 
  • modules/audio_filter/equalizer.c

    r8e394d7 r2fc1756  
    5454 
    5555#define BANDS_TEXT N_( "Bands gain") 
     56/// \bug [String] missing dot 
    5657#define BANDS_LONGTEXT N_( \ 
    5758         "Don't use presets, but manually specified bands. You need to " \ 
  • modules/demux/playlist/playlist.c

    r8e8e644 r2fc1756  
    3535 *****************************************************************************/ 
    3636#define AUTOSTART_TEXT N_( "Auto start" ) 
     37/// \bug [String] Why \n ? 
    3738#define AUTOSTART_LONGTEXT N_( "Automatically start playing the playlist " \ 
    3839                "content once it's loaded.\n" ) 
  • modules/gui/macosx/extended.m

    r3325d4d r2fc1756  
    599599{ 
    600600    /* show info sheet */ 
     601/// \bug [String] Misplaced \n 
    601602    NSBeginInformationalAlertSheet(_NS("More Information"), _NS("OK"), @"", @"", \ 
    602603        o_extended_window, nil, nil, nil, nil, _NS("This panel allows to " \ 
  • modules/gui/skins2/src/skin_main.cpp

    rfb9fadd r2fc1756  
    344344#define SKINS2_LAST_LONG N_("Path to the skin to use.") 
    345345#define SKINS2_CONFIG      N_("Config of last used skin") 
     346/// \bug [String] missing "skin". Remove "by the skins module". Add "do not touch" 
    346347#define SKINS2_CONFIG_LONG N_("Windows configuration of the last used. " \ 
    347348        "This option is updated automatically by the skins module." ) 
  • modules/misc/freetype.c

    r496b159 r2fc1756  
    8484#define FONT_LONGTEXT N_("Filename for the font you want to use") 
    8585#define FONTSIZE_TEXT N_("Font size in pixels") 
     86/// \bug [String] Extra space 
    8687#define FONTSIZE_LONGTEXT N_("This is the default size of the fonts " \ 
    8788    "that will be rendered on the video. " \ 
  • modules/misc/growl.c

    r07b1471 r2fc1756  
    5353 * Module descriptor 
    5454 ****************************************************************************/ 
     55 
     56/// \bug [String] REmove all "Growl" in short desc 
     57 
    5558#define SERVER_DEFAULT "127.0.0.1" 
    5659#define SERVER_TEXT N_("Growl server") 
     
    5962#define PASS_DEFAULT "" 
    6063#define PASS_TEXT N_("Growl password") 
     64/// \bug [String] Password on the Growl server. 
    6165#define PASS_LONGTEXT N_("Growl password on the server.") 
    6266#define PORT_TEXT N_("Growl UDP port") 
     67/// \bug [String] UDP port on the Growl server 
    6368#define PORT_LONGTEXT N_("Growl UDP port on the server.") 
    6469 
  • modules/misc/rtsp.c

    r3fa37fd r2fc1756  
    4747 
    4848#define HOST_TEXT N_( "RTSP host address" ) 
     49/// \bug [String] extra space 
    4950#define HOST_LONGTEXT N_( \ 
    5051    "This defines the address, port and path the RTSP VOD server will listen " \ 
  • modules/misc/win32text.c

    r07b1471 r2fc1756  
    5555#define FONT_LONGTEXT N_("Filename for the font you want to use") 
    5656#define FONTSIZE_TEXT N_("Font size in pixels") 
     57/// \bug [String] extra space 
    5758#define FONTSIZE_LONGTEXT N_("This is the default size of the fonts " \ 
    5859     "that will be rendered on the video. " \ 
  • modules/mux/mpeg/ts.c

    rdfce5fb r2fc1756  
    157157 
    158158#define CPKT_TEXT N_("Packet size in bytes to encrypt") 
     159/// \bug [String] Extra space 
    159160#define CPKT_LONGTEXT N_("Size of the TS packet to encrypt. " \ 
    160161    "The encryption routines subtract the TS-header from the value before " \ 
  • modules/services_discovery/shout.c

    rbb80eba r2fc1756  
    6060 
    6161#define LIMIT_TEXT N_("Number of streams") 
     62/// \bug [String] -which would be listed + to list 
    6263#define LIMIT_LONGTEXT N_("Maximum number of Shoutcast radio streams which " \ 
    6364                          "would be listed.")