Commit 4b9f4ff6 authored by Sam Hocevar's avatar Sam Hocevar

* Massive spelling corrections.

parent 2335b401
...@@ -31,14 +31,14 @@ ...@@ -31,14 +31,14 @@
*/ */
#define GENERAL_TITLE N_( "VLC preferences" ) #define GENERAL_TITLE N_( "VLC preferences" )
#define GENERAL_HELP N_( \ #define GENERAL_HELP N_( \
"Configure some global options in General Settings " \ "Configure the global options in General Settings " \
"and configure each VLC module in the Modules section.\n" \ "and configure each VLC module in the Modules section.\n" \
"Click on \"Advanced Options\" to see all options." ) "Click on \"Advanced Options\" to see all options." )
#define PLUGIN_TITLE N_( "VLC modules preferences" ) #define PLUGIN_TITLE N_( "VLC modules preferences" )
#define PLUGIN_HELP N_( \ #define PLUGIN_HELP N_( \
"In this tree, you can set options for every module used by VLC.\n" \ "In this tree, you can set options for every module used by VLC.\n" \
"Modules are sorted by type.\nHave fun tuning VLC!" ) "Modules are sorted by type." )
/* /*
* Then, help for each module capabilities. * Then, help for each module capabilities.
...@@ -83,7 +83,7 @@ ...@@ -83,7 +83,7 @@
#define SOUT_TITLE N_("Stream output access modules settings") #define SOUT_TITLE N_("Stream output access modules settings")
#define SOUT_HELP N_( \ #define SOUT_HELP N_( \
"In this section you can set the caching value for the UDP stream" \ "In this section you can set the caching value for the UDP stream " \
"output access module.") "output access module.")
#define SUBTITLE_DEMUX_TITLE N_("Subtitle demuxer settings") #define SUBTITLE_DEMUX_TITLE N_("Subtitle demuxer settings")
......
...@@ -74,7 +74,7 @@ int ReadDir( playlist_t *p_playlist, char *psz_name , int i_mode, int *pi_pos ); ...@@ -74,7 +74,7 @@ int ReadDir( playlist_t *p_playlist, char *psz_name , int i_mode, int *pi_pos );
/***************************************************************************** /*****************************************************************************
* Module descriptor * Module descriptor
*****************************************************************************/ *****************************************************************************/
#define RECURSIVE_TEXT N_("Subdirectory behaviour") #define RECURSIVE_TEXT N_("Subdirectory behavior")
#define RECURSIVE_LONGTEXT N_( \ #define RECURSIVE_LONGTEXT N_( \
"Select whether subdirectories must be expanded.\n" \ "Select whether subdirectories must be expanded.\n" \
"none: subdirectories do not appear in the playlist.\n" \ "none: subdirectories do not appear in the playlist.\n" \
......
...@@ -107,7 +107,7 @@ static char *ppsz_adev_text[] = { N_("Default"), N_("None") }; ...@@ -107,7 +107,7 @@ static char *ppsz_adev_text[] = { N_("Default"), N_("None") };
#define CACHING_TEXT N_("Caching value in ms") #define CACHING_TEXT N_("Caching value in ms")
#define CACHING_LONGTEXT N_( \ #define CACHING_LONGTEXT N_( \
"Allows you to modify the default caching value for directshow streams. " \ "Allows you to modify the default caching value for DirectShow streams. " \
"This value should be set in milliseconds units." ) "This value should be set in milliseconds units." )
#define VDEV_TEXT N_("Video device name") #define VDEV_TEXT N_("Video device name")
#define VDEV_LONGTEXT N_( \ #define VDEV_LONGTEXT N_( \
......
...@@ -76,7 +76,7 @@ void E_(Close) ( vlc_object_t * ); ...@@ -76,7 +76,7 @@ void E_(Close) ( vlc_object_t * );
/* Cable */ /* Cable */
#define MODULATION_TEXT N_("Modulation type") #define MODULATION_TEXT N_("Modulation type")
#define MODULATION_LONGTEXT N_("Modulation type for frontend device.") #define MODULATION_LONGTEXT N_("Modulation type for front-end device.")
/* Terrestrial */ /* Terrestrial */
#define CODE_RATE_HP_TEXT N_("Terrestrial high priority stream code rate (FEC)") #define CODE_RATE_HP_TEXT N_("Terrestrial high priority stream code rate (FEC)")
......
...@@ -78,11 +78,11 @@ static int _OpenFile( input_thread_t *, char * ); ...@@ -78,11 +78,11 @@ static int _OpenFile( input_thread_t *, char * );
#define CACHING_TEXT N_("Caching value in ms") #define CACHING_TEXT N_("Caching value in ms")
#define CACHING_LONGTEXT N_( \ #define CACHING_LONGTEXT N_( \
"Allows you to modify the default caching value for file streams. This " \ "Allows you to modify the default caching value for file streams. This " \
"value should be set in miliseconds units." ) "value should be set in millisecond units." )
#define CAT_TEXT N_("Concatenate with additional files") #define CAT_TEXT N_("Concatenate with additional files")
#define CAT_LONGTEXT N_( \ #define CAT_LONGTEXT N_( \
"Allows you to play splitted files as they were part of a unique file. " \ "Allows you to play split files as if they were part of a unique file. " \
"Specify a coma (',') separated list of files." ) "Specify a comma-separated list of files." )
vlc_module_begin(); vlc_module_begin();
set_description( _("Standard filesystem file input") ); set_description( _("Standard filesystem file input") );
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* ftp.c: FTP input module * ftp.c: FTP input module
***************************************************************************** *****************************************************************************
* Copyright (C) 2001-2004 VideoLAN * Copyright (C) 2001-2004 VideoLAN
* $Id: ftp.c,v 1.25 2004/01/25 17:31:22 gbazin Exp $ * $Id$
* *
* Authors: Laurent Aimar <fenrir@via.ecp.fr> * Authors: Laurent Aimar <fenrir@via.ecp.fr>
* *
...@@ -39,7 +39,7 @@ static void Close ( vlc_object_t * ); ...@@ -39,7 +39,7 @@ static void Close ( vlc_object_t * );
#define CACHING_TEXT N_("Caching value in ms") #define CACHING_TEXT N_("Caching value in ms")
#define CACHING_LONGTEXT N_( \ #define CACHING_LONGTEXT N_( \
"Allows you to modify the default caching value for ftp streams. This " \ "Allows you to modify the default caching value for FTP streams. This " \
"value should be set in millisecond units." ) "value should be set in millisecond units." )
#define USER_TEXT N_("FTP user name") #define USER_TEXT N_("FTP user name")
#define USER_LONGTEXT N_("Allows you to modify the user name that will " \ #define USER_LONGTEXT N_("Allows you to modify the user name that will " \
......
...@@ -52,7 +52,7 @@ static void Close( vlc_object_t * ); ...@@ -52,7 +52,7 @@ static void Close( vlc_object_t * );
#define USER_TEXT N_("HTTP user name") #define USER_TEXT N_("HTTP user name")
#define USER_LONGTEXT N_("Allows you to modify the user name that will " \ #define USER_LONGTEXT N_("Allows you to modify the user name that will " \
"be used for the connection (Basic authentification only).") "be used for the connection (Basic authentication only).")
#define PASS_TEXT N_("HTTP password") #define PASS_TEXT N_("HTTP password")
#define PASS_LONGTEXT N_("Allows you to modify the password that will be " \ #define PASS_LONGTEXT N_("Allows you to modify the password that will be " \
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* mms.c: MMS over tcp, udp and http access plug-in * mms.c: MMS over tcp, udp and http access plug-in
***************************************************************************** *****************************************************************************
* Copyright (C) 2002-2004 VideoLAN * Copyright (C) 2002-2004 VideoLAN
* $Id: mms.c,v 1.37 2004/03/02 12:39:25 hartman Exp $ * $Id$
* *
* Authors: Laurent Aimar <fenrir@via.ecp.fr> * Authors: Laurent Aimar <fenrir@via.ecp.fr>
* *
...@@ -56,8 +56,8 @@ static void Close ( vlc_object_t * ); ...@@ -56,8 +56,8 @@ static void Close ( vlc_object_t * );
*****************************************************************************/ *****************************************************************************/
#define CACHING_TEXT N_("Caching value in ms") #define CACHING_TEXT N_("Caching value in ms")
#define CACHING_LONGTEXT N_( \ #define CACHING_LONGTEXT N_( \
"Allows you to modify the default caching value for mms streams. This " \ "Allows you to modify the default caching value for MMS streams. This " \
"value should be set in miliseconds units." ) "value should be set in millisecond units." )
#define ALL_TEXT N_("Force selection of all streams") #define ALL_TEXT N_("Force selection of all streams")
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* tcp.c: TCP input module * tcp.c: TCP input module
***************************************************************************** *****************************************************************************
* Copyright (C) 2003-2004 VideoLAN * Copyright (C) 2003-2004 VideoLAN
* $Id: tcp.c,v 1.4 2004/01/25 17:31:22 gbazin Exp $ * $Id$
* *
* Authors: Laurent Aimar <fenrir@via.ecp.fr> * Authors: Laurent Aimar <fenrir@via.ecp.fr>
* *
...@@ -36,8 +36,8 @@ ...@@ -36,8 +36,8 @@
*****************************************************************************/ *****************************************************************************/
#define CACHING_TEXT N_("Caching value in ms") #define CACHING_TEXT N_("Caching value in ms")
#define CACHING_LONGTEXT N_( \ #define CACHING_LONGTEXT N_( \
"Allows you to modify the default caching value for udp streams. This " \ "Allows you to modify the default caching value for TCP streams. This " \
"value should be set in miliseconds units." ) "value should be set in millisecond units." )
static int Open ( vlc_object_t * ); static int Open ( vlc_object_t * );
static void Close( vlc_object_t * ); static void Close( vlc_object_t * );
......
...@@ -40,8 +40,8 @@ ...@@ -40,8 +40,8 @@
*****************************************************************************/ *****************************************************************************/
#define CACHING_TEXT N_("Caching value in ms") #define CACHING_TEXT N_("Caching value in ms")
#define CACHING_LONGTEXT N_( \ #define CACHING_LONGTEXT N_( \
"Allows you to modify the default caching value for udp streams. This " \ "Allows you to modify the default caching value for UDP streams. This " \
"value should be set in miliseconds units." ) "value should be set in millisecond units." )
static int Open ( vlc_object_t * ); static int Open ( vlc_object_t * );
static void Close( vlc_object_t * ); static void Close( vlc_object_t * );
......
...@@ -70,7 +70,7 @@ int E_(DebugCallback) ( vlc_object_t *p_this, const char *psz_name, ...@@ -70,7 +70,7 @@ int E_(DebugCallback) ( vlc_object_t *p_this, const char *psz_name,
" %A : The album information\n" \ " %A : The album information\n" \
" %C : The VCD volume count - the number of CDs in the collection\n" \ " %C : The VCD volume count - the number of CDs in the collection\n" \
" %c : The VCD volume num - the number of the CD in the collection.\n" \ " %c : The VCD volume num - the number of the CD in the collection.\n" \
" %F : The VCD Format, e.g. VCD 1.0, VCD 1.1, VCD 2.0, or SVC\n" \ " %F : The VCD Format, e.g. VCD 1.0, VCD 1.1, VCD 2.0, or SVCD\n" \
" %I : The current entry/segment/playback type, e.g. ENTRY, TRACK, SEGMENT...\n" \ " %I : The current entry/segment/playback type, e.g. ENTRY, TRACK, SEGMENT...\n" \
" %L : The playlist ID prefixed with \" LID\" if it exists\n" \ " %L : The playlist ID prefixed with \" LID\" if it exists\n" \
" %N : The current number of the %I - a decimal number\n" \ " %N : The current number of the %I - a decimal number\n" \
......
...@@ -37,7 +37,7 @@ static int Open ( vlc_object_t * ); ...@@ -37,7 +37,7 @@ static int Open ( vlc_object_t * );
static void Close( vlc_object_t * ); static void Close( vlc_object_t * );
vlc_module_begin(); vlc_module_begin();
set_description( _("Dummy stream ouput") ); set_description( _("Dummy stream output") );
set_capability( "sout access", 0 ); set_capability( "sout access", 0 );
add_shortcut( "dummy" ); add_shortcut( "dummy" );
set_callbacks( Open, Close ); set_callbacks( Open, Close );
......
...@@ -64,7 +64,7 @@ static void Close( vlc_object_t * ); ...@@ -64,7 +64,7 @@ static void Close( vlc_object_t * );
"of replacing it.") "of replacing it.")
vlc_module_begin(); vlc_module_begin();
set_description( _("File stream ouput") ); set_description( _("File stream output") );
set_capability( "sout access", 50 ); set_capability( "sout access", 50 );
add_shortcut( "file" ); add_shortcut( "file" );
add_shortcut( "stream" ); add_shortcut( "stream" );
......
...@@ -52,7 +52,7 @@ static void Close( vlc_object_t * ); ...@@ -52,7 +52,7 @@ static void Close( vlc_object_t * );
vlc_module_begin(); vlc_module_begin();
set_description( _("HTTP stream ouput") ); set_description( _("HTTP stream output") );
set_capability( "sout access", 0 ); set_capability( "sout access", 0 );
add_shortcut( "http" ); add_shortcut( "http" );
add_shortcut( "mmsh" ); add_shortcut( "mmsh" );
......
...@@ -62,7 +62,7 @@ static void Close( vlc_object_t * ); ...@@ -62,7 +62,7 @@ static void Close( vlc_object_t * );
#define CACHING_TEXT N_("Caching value (ms)") #define CACHING_TEXT N_("Caching value (ms)")
#define CACHING_LONGTEXT N_( \ #define CACHING_LONGTEXT N_( \
"Allows you to modify the default caching value for udp streams. This " \ "Allows you to modify the default caching value for UDP streams. This " \
"value should be set in millisecond units." ) "value should be set in millisecond units." )
#define TTL_TEXT N_("Time To Live") #define TTL_TEXT N_("Time To Live")
...@@ -86,7 +86,7 @@ static void Close( vlc_object_t * ); ...@@ -86,7 +86,7 @@ static void Close( vlc_object_t * );
"in order to improve streaming)." ) "in order to improve streaming)." )
vlc_module_begin(); vlc_module_begin();
set_description( _("UDP stream ouput") ); set_description( _("UDP stream output") );
add_integer( SOUT_CFG_PREFIX "caching", DEFAULT_PTS_DELAY / 1000, NULL, CACHING_TEXT, CACHING_LONGTEXT, VLC_TRUE ); add_integer( SOUT_CFG_PREFIX "caching", DEFAULT_PTS_DELAY / 1000, NULL, CACHING_TEXT, CACHING_LONGTEXT, VLC_TRUE );
add_integer( SOUT_CFG_PREFIX "ttl", 0, NULL,TTL_TEXT, TTL_LONGTEXT, add_integer( SOUT_CFG_PREFIX "ttl", 0, NULL,TTL_TEXT, TTL_LONGTEXT,
VLC_TRUE ); VLC_TRUE );
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* (http://liba52.sf.net/). * (http://liba52.sf.net/).
***************************************************************************** *****************************************************************************
* Copyright (C) 2001, 2002 VideoLAN * Copyright (C) 2001, 2002 VideoLAN
* $Id: a52tofloat32.c,v 1.17 2004/01/25 18:53:06 gbazin Exp $ * $Id$
* *
* Authors: Gildas Bazin <gbazin@netcourrier.com> * Authors: Gildas Bazin <gbazin@netcourrier.com>
* Christophe Massiot <massiot@via.ecp.fr> * Christophe Massiot <massiot@via.ecp.fr>
...@@ -82,7 +82,7 @@ struct aout_filter_sys_t ...@@ -82,7 +82,7 @@ struct aout_filter_sys_t
"listening room.") "listening room.")
vlc_module_begin(); vlc_module_begin();
set_description( _("ATSC A/52 aka AC-3 audio decoder") ); set_description( _("ATSC A/52 (AC-3) audio decoder") );
add_bool( "a52-dynrng", 1, NULL, DYNRNG_TEXT, DYNRNG_LONGTEXT, VLC_FALSE ); add_bool( "a52-dynrng", 1, NULL, DYNRNG_TEXT, DYNRNG_LONGTEXT, VLC_FALSE );
set_capability( "audio filter", 100 ); set_capability( "audio filter", 100 );
set_callbacks( Create, Destroy ); set_callbacks( Create, Destroy );
......
/***************************************************************************** /*****************************************************************************
* bandlimited.c : bandlimited interpolation resampler * bandlimited.c : band-limited interpolation resampler
***************************************************************************** *****************************************************************************
* Copyright (C) 2002 VideoLAN * Copyright (C) 2002 VideoLAN
* $Id: bandlimited.c,v 1.6 2003/05/17 11:35:14 gbazin Exp $ * $Id$
* *
* Authors: Gildas Bazin <gbazin@netcourrier.com> * Authors: Gildas Bazin <gbazin@netcourrier.com>
* *
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
/***************************************************************************** /*****************************************************************************
* Preamble: * Preamble:
* *
* This implementation of the bandlimited interpolationis based on the * This implementation of the band-limited interpolationis based on the
* following paper: * following paper:
* http://ccrma-www.stanford.edu/~jos/resample/resample.html * http://ccrma-www.stanford.edu/~jos/resample/resample.html
* *
...@@ -79,7 +79,7 @@ struct aout_filter_sys_t ...@@ -79,7 +79,7 @@ struct aout_filter_sys_t
* Module descriptor * Module descriptor
*****************************************************************************/ *****************************************************************************/
vlc_module_begin(); vlc_module_begin();
set_description( _("audio filter for bandlimited interpolation resampling") ); set_description( _("audio filter for band-limited interpolation resampling") );
set_capability( "audio filter", 20 ); set_capability( "audio filter", 20 );
set_callbacks( Create, Close ); set_callbacks( Create, Close );
vlc_module_end(); vlc_module_end();
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* spdif.c : dummy mixer for S/PDIF output (1 input only) * spdif.c : dummy mixer for S/PDIF output (1 input only)
***************************************************************************** *****************************************************************************
* Copyright (C) 2002 VideoLAN * Copyright (C) 2002 VideoLAN
* $Id: spdif.c,v 1.10 2004/01/25 17:20:18 kuehne Exp $ * $Id$
* *
* Authors: Christophe Massiot <massiot@via.ecp.fr> * Authors: Christophe Massiot <massiot@via.ecp.fr>
* *
...@@ -42,7 +42,7 @@ static void DoWork ( aout_instance_t *, aout_buffer_t * ); ...@@ -42,7 +42,7 @@ static void DoWork ( aout_instance_t *, aout_buffer_t * );
* Module descriptor * Module descriptor
*****************************************************************************/ *****************************************************************************/
vlc_module_begin(); vlc_module_begin();
set_description( _("Dummy spdif audio mixer") ); set_description( _("Dummy S/PDIF audio mixer") );
set_capability( "audio mixer", 1 ); set_capability( "audio mixer", 1 );
set_callbacks( Create, NULL ); set_callbacks( Create, NULL );
vlc_module_end(); vlc_module_end();
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* file.c : audio output which writes the samples to a file * file.c : audio output which writes the samples to a file
***************************************************************************** *****************************************************************************
* Copyright (C) 2002 VideoLAN * Copyright (C) 2002 VideoLAN
* $Id: file.c,v 1.30 2004/02/14 17:03:33 gbazin Exp $ * $Id$
* *
* Authors: Christophe Massiot <massiot@via.ecp.fr> * Authors: Christophe Massiot <massiot@via.ecp.fr>
* Gildas Bazin <gbazin@netcourrier.com> * Gildas Bazin <gbazin@netcourrier.com>
...@@ -86,7 +86,7 @@ static void Play ( aout_instance_t * ); ...@@ -86,7 +86,7 @@ static void Play ( aout_instance_t * );
"will be saved but you can restrict the number of channels here.") "will be saved but you can restrict the number of channels here.")
#define WAV_TEXT N_("Add wave header") #define WAV_TEXT N_("Add wave header")
#define WAV_LONGTEXT N_("Instead of writing a raw file, you can add a wav " \ #define WAV_LONGTEXT N_("Instead of writing a raw file, you can add a WAV " \
"header to the file") "header to the file")
static char *format_list[] = { "u8", "s8", "u16", "s16", "u16_le", "s16_le", static char *format_list[] = { "u8", "s8", "u16", "s16", "u16_le", "s16_le",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* oss.c : OSS /dev/dsp module for vlc * oss.c : OSS /dev/dsp module for vlc
***************************************************************************** *****************************************************************************
* Copyright (C) 2000-2002 VideoLAN * Copyright (C) 2000-2002 VideoLAN
* $Id: oss.c,v 1.64 2004/01/25 18:53:07 gbazin Exp $ * $Id$
* *
* Authors: Michel Kaempf <maxx@via.ecp.fr> * Authors: Michel Kaempf <maxx@via.ecp.fr>
* Sam Hocevar <sam@zoy.org> * Sam Hocevar <sam@zoy.org>
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
* aout_sys_t: OSS audio output method descriptor * aout_sys_t: OSS audio output method descriptor
***************************************************************************** *****************************************************************************
* This structure is part of the audio output thread descriptor. * This structure is part of the audio output thread descriptor.
* It describes the dsp specific properties of an audio device. * It describes the DSP specific properties of an audio device.
*****************************************************************************/ *****************************************************************************/
struct aout_sys_t struct aout_sys_t
{ {
...@@ -108,7 +108,7 @@ vlc_module_begin(); ...@@ -108,7 +108,7 @@ vlc_module_begin();
set_description( _("Linux OSS audio output") ); set_description( _("Linux OSS audio output") );
add_file( "dspdev", "/dev/dsp", aout_FindAndRestart, add_file( "dspdev", "/dev/dsp", aout_FindAndRestart,
N_("OSS dsp device"), NULL, VLC_FALSE ); N_("OSS DSP device"), NULL, VLC_FALSE );
add_bool( "oss-buggy", 0, NULL, BUGGY_TEXT, BUGGY_LONGTEXT, VLC_TRUE ); add_bool( "oss-buggy", 0, NULL, BUGGY_TEXT, BUGGY_LONGTEXT, VLC_TRUE );
set_capability( "audio output", 100 ); set_capability( "audio output", 100 );
...@@ -262,7 +262,7 @@ static void Probe( aout_instance_t * p_aout ) ...@@ -262,7 +262,7 @@ static void Probe( aout_instance_t * p_aout )
/***************************************************************************** /*****************************************************************************
* Open: open the audio device (the digital sound processor) * Open: open the audio device (the digital sound processor)
***************************************************************************** *****************************************************************************
* This function opens the dsp as a usual non-blocking write-only file, and * This function opens the DSP as a usual non-blocking write-only file, and
* modifies the p_aout->p_sys->i_fd with the file's descriptor. * modifies the p_aout->p_sys->i_fd with the file's descriptor.
*****************************************************************************/ *****************************************************************************/
static int Open( vlc_object_t *p_this ) static int Open( vlc_object_t *p_this )
...@@ -283,7 +283,7 @@ static int Open( vlc_object_t *p_this ) ...@@ -283,7 +283,7 @@ static int Open( vlc_object_t *p_this )
/* Get device name */ /* Get device name */
if( (psz_device = config_GetPsz( p_aout, "dspdev" )) == NULL ) if( (psz_device = config_GetPsz( p_aout, "dspdev" )) == NULL )
{ {
msg_Err( p_aout, "no audio device given (maybe /dev/dsp ?)" ); msg_Err( p_aout, "no audio device specified (maybe /dev/dsp?)" );
free( p_sys ); free( p_sys );
return VLC_EGENERIC; return VLC_EGENERIC;
} }
...@@ -533,7 +533,7 @@ static void Play( aout_instance_t *p_aout ) ...@@ -533,7 +533,7 @@ static void Play( aout_instance_t *p_aout )
} }
/***************************************************************************** /*****************************************************************************
* Close: close the dsp audio device * Close: close the DSP audio device
*****************************************************************************/ *****************************************************************************/
static void Close( vlc_object_t * p_this ) static void Close( vlc_object_t * p_this )
{ {
......
...@@ -80,10 +80,10 @@ void E_(ClosePostproc)( decoder_t *, void * ); ...@@ -80,10 +80,10 @@ void E_(ClosePostproc)( decoder_t *, void * );
#define ERROR_TEXT N_("Error resilience") #define ERROR_TEXT N_("Error resilience")
#define ERROR_LONGTEXT N_( \ #define ERROR_LONGTEXT N_( \
"ffmpeg can make error resiliences. \n" \ "ffmpeg can do error resilience.\n" \
"Nevertheless, with a buggy encoder (like ISO MPEG-4 encoder from M$) " \ "However, with a buggy encoder (such as the ISO MPEG-4 encoder from M$) " \
"this will produce a lot of errors.\n" \ "this can produce a lot of errors.\n" \
"Valid range is -1 to 99 (-1 disables all errors resiliences).") "Valid values range from -1 to 99 (-1 disables all errors resilience).")
#define BUGS_TEXT N_("Workaround bugs") #define BUGS_TEXT N_("Workaround bugs")
#define BUGS_LONGTEXT N_( \ #define BUGS_LONGTEXT N_( \
...@@ -111,7 +111,7 @@ void E_(ClosePostproc)( decoder_t *, void * ); ...@@ -111,7 +111,7 @@ void E_(ClosePostproc)( decoder_t *, void * );
#define DEBUG_TEXT N_( "Debug mask" ) #define DEBUG_TEXT N_( "Debug mask" )
#define DEBUG_LONGTEXT N_( "Set ffmpeg debug mask" ) #define DEBUG_LONGTEXT N_( "Set ffmpeg debug mask" )
#define LIBAVCODEC_PP_TEXT N_("ffmpeg postproc filter chains") #define LIBAVCODEC_PP_TEXT N_("ffmpeg post processing filter chains")
/* FIXME (cut/past from ffmpeg */ /* FIXME (cut/past from ffmpeg */
#define LIBAVCODEC_PP_LONGTEXT \ #define LIBAVCODEC_PP_LONGTEXT \
"<filterName>[:<option>[:<option>...]][[,|/][-]<filterName>[:<option>...]]...\n" \ "<filterName>[:<option>[:<option>...]][[,|/][-]<filterName>[:<option>...]]...\n" \
...@@ -181,9 +181,9 @@ void E_(ClosePostproc)( decoder_t *, void * ); ...@@ -181,9 +181,9 @@ void E_(ClosePostproc)( decoder_t *, void * );
#define ENC_RC_BUF_LONGTEXT N_( "Allows you to specify the rate control " \ #define ENC_RC_BUF_LONGTEXT N_( "Allows you to specify the rate control " \
"buffer size." ) "buffer size." )
#define ENC_RC_BUF_AGGR_TEXT N_( "Rate control buffer aggressivity" ) #define ENC_RC_BUF_AGGR_TEXT N_( "Rate control buffer aggressiveness" )
#define ENC_RC_BUF_AGGR_LONGTEXT N_( "Allows you to specify the rate control "\ #define ENC_RC_BUF_AGGR_LONGTEXT N_( "Allows you to specify the rate control "\
"buffer aggressivity." ) "buffer aggressiveness." )
#define ENC_IQUANT_FACTOR_TEXT N_( "I quantization factor" ) #define ENC_IQUANT_FACTOR_TEXT N_( "I quantization factor" )
#define ENC_IQUANT_FACTOR_LONGTEXT N_( "Allows you to specify the " \ #define ENC_IQUANT_FACTOR_LONGTEXT N_( "Allows you to specify the " \
...@@ -195,8 +195,8 @@ void E_(ClosePostproc)( decoder_t *, void * ); ...@@ -195,8 +195,8 @@ void E_(ClosePostproc)( decoder_t *, void * );
"reduction algorithm to lower the encoding length and bitrate, at the " \ "reduction algorithm to lower the encoding length and bitrate, at the " \
"expense of lower quality frames." ) "expense of lower quality frames." )
#define ENC_MPEG4_MATRIX_TEXT N_( "Enable mpeg4 quantization matrix" ) #define ENC_MPEG4_MATRIX_TEXT N_( "Enable MPEG4 quantization matrix" )
#define ENC_MPEG4_MATRIX_LONGTEXT N_( "Allows you to use the mpeg4 " \ #define ENC_MPEG4_MATRIX_LONGTEXT N_( "Allows you to use the MPEG4 " \
"quantization matrix for mpeg2 encoding. This generally yields a " \ "quantization matrix for mpeg2 encoding. This generally yields a " \
"better looking picture, while still retaining the compatibility with " \ "better looking picture, while still retaining the compatibility with " \
"standard MPEG-2 decoders.") "standard MPEG-2 decoders.")
...@@ -210,7 +210,7 @@ void E_(ClosePostproc)( decoder_t *, void * ); ...@@ -210,7 +210,7 @@ void E_(ClosePostproc)( decoder_t *, void * );
#define ENC_HURRYUP_LONGTEXT N_( "Allows you to specify if the encoder " \ #define ENC_HURRYUP_LONGTEXT N_( "Allows you to specify if the encoder " \
"should make on-the-fly quality tradeoffs if your CPU can't keep up with " \ "should make on-the-fly quality tradeoffs if your CPU can't keep up with " \
"the encoding rate. It will disable trellis quantization, then the rate " \ "the encoding rate. It will disable trellis quantization, then the rate " \
"distorsion of motion vectors (hq), and raise the noise reduction " \ "distortion of motion vectors (hq), and raise the noise reduction " \
"threshold to ease the encoder's task." ) "threshold to ease the encoder's task." )
#define ENC_QMIN_TEXT N_( "Minimum video quantizer scale" ) #define ENC_QMIN_TEXT N_( "Minimum video quantizer scale" )
...@@ -223,4 +223,4 @@ void E_(ClosePostproc)( decoder_t *, void * ); ...@@ -223,4 +223,4 @@ void E_(ClosePostproc)( decoder_t *, void * );
#define ENC_TRELLIS_TEXT N_( "Enable trellis quantization" ) #define ENC_TRELLIS_TEXT N_( "Enable trellis quantization" )
#define ENC_TRELLIS_LONGTEXT N_( "Allows you to enable trellis " \ #define ENC_TRELLIS_LONGTEXT N_( "Allows you to enable trellis " \
"quantization (rate distorsion for block coefficients)." ) "quantization (rate distortion for block coefficients)." )
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* postprocessing.c * postprocessing.c
***************************************************************************** *****************************************************************************
* Copyright (C) 1999-2001 VideoLAN * Copyright (C) 1999-2001 VideoLAN
* $Id: postprocessing.c,v 1.5 2003/12/22 02:24:51 sam Exp $ * $Id$
* *
* Authors: Laurent Aimar <fenrir@via.ecp.fr> * Authors: Laurent Aimar <fenrir@via.ecp.fr>
* *
...@@ -55,7 +55,7 @@ vlc_module_begin(); ...@@ -55,7 +55,7 @@ vlc_module_begin();
add_requirement( MMX ); add_requirement( MMX );
add_shortcut( "mmx" ); add_shortcut( "mmx" );
#elif defined( MODULE_NAME_IS_postprocessing_mmxext ) #elif defined( MODULE_NAME_IS_postprocessing_mmxext )
set_description( _("MMXEXT post processing") ); set_description( _("MMX EXT post processing") );
set_capability( "postprocessing", 150 ); set_capability( "postprocessing", 150 );
add_requirement( MMXEXT ); add_requirement( MMXEXT );
add_shortcut( "mmxext" ); add_shortcut( "mmxext" );
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* subtitle.h : Common SVCD and CVD subtitles header * subtitle.h : Common SVCD and CVD subtitles header
***************************************************************************** *****************************************************************************
* Copyright (C) 2003,2004 VideoLAN * Copyright (C) 2003,2004 VideoLAN
* $Id: subtitle.h,v 1.15 2004/01/30 13:17:12 rocky Exp $ * $Id$
* *
* Author: Rocky Bernstein * Author: Rocky Bernstein
* based on code from: * based on code from:
...@@ -76,7 +76,7 @@ ...@@ -76,7 +76,7 @@
N_("Add this to starting horizontal position of subtitle.") N_("Add this to starting horizontal position of subtitle.")
#define HORIZONTAL_CORRECT_LONGTEXT N_( \ #define HORIZONTAL_CORRECT_LONGTEXT N_( \
"If you need to adjust the subtitle starting position horizontally, " \ "If you need to adjust the subtitle starting position horizontally, " \
"set this. Negative values shift left and postive values right. 0 would " \ "set this. Negative values shift left and positive values right. 0 would " \
"be no deviation from where the position specified in the subtitle." \ "be no deviation from where the position specified in the subtitle." \
) )
......
...@@ -95,7 +95,7 @@ static char *ppsz_justification_text[] = {N_("Center"),N_("Left"),N_("Right")}; ...@@ -95,7 +95,7 @@ static char *ppsz_justification_text[] = {N_("Center"),N_("Left"),N_("Right")};
#define ENCODING_TEXT N_("Subtitles text encoding") #define ENCODING_TEXT N_("Subtitles text encoding")
#define ENCODING_LONGTEXT N_("Set the encoding used in text subtitles") #define ENCODING_LONGTEXT N_("Set the encoding used in text subtitles")
#define ALIGN_TEXT N_("Subtitles justification") #define ALIGN_TEXT N_("Subtitles justification")
#define ALIGN_LONGTEXT N_("Set the justification of substitles") #define ALIGN_LONGTEXT N_("Set the justification of subtitles")
vlc_module_begin(); vlc_module_begin();
set_description( _("text subtitles decoder") ); set_description( _("text subtitles decoder") );
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* joystick.c: control vlc with a joystick * joystick.c: control vlc with a joystick
***************************************************************************** *****************************************************************************
* Copyright (C) 2004 VideoLAN * Copyright (C) 2004 VideoLAN
* $Id: joystick.c,v 1.4 2004/01/25 16:17:03 anil Exp $ * $Id$
* *
* Authors: Clément Stenac <zorglub@via.ecp.fr> * Authors: Clément Stenac <zorglub@via.ecp.fr>
* *
...@@ -155,7 +155,7 @@ static void Run ( intf_thread_t *p_intf ); ...@@ -155,7 +155,7 @@ static void Run ( intf_thread_t *p_intf );
#define SEEK_TEXT N_( "Max seek interval (seconds)") #define SEEK_TEXT N_( "Max seek interval (seconds)")
#define SEEK_LONGTEXT N_(\ #define SEEK_LONGTEXT N_(\
"The maximum number of seconds that will be seeked at a time." ) "The maximum number of seconds that will be sought at a time." )
#define MAP_TEXT N_( "Action mapping") #define MAP_TEXT N_( "Action mapping")
#define MAP_LONGTEXT N_( "Allows you to remap the actions." ) #define MAP_LONGTEXT N_( "Allows you to remap the actions." )
......
...@@ -41,8 +41,8 @@ ...@@ -41,8 +41,8 @@
*****************************************************************************/ *****************************************************************************/
#define CACHING_TEXT N_("caching value in ms") #define CACHING_TEXT N_("caching value in ms")
#define CACHING_LONGTEXT N_( \ #define CACHING_LONGTEXT N_( \
"Allows you to modify the default caching value for dvdnav streams. This "\ "Allows you to modify the default caching value for DVDnav streams. This "\
"value should be set in miliseconds units." ) "value should be set in millisecond units." )
static int AccessOpen ( vlc_object_t * ); static int AccessOpen ( vlc_object_t * );
static void AccessClose( vlc_object_t * ); static void AccessClose( vlc_object_t * );
......
...@@ -53,7 +53,7 @@ static void AccessClose( vlc_object_t * ); ...@@ -53,7 +53,7 @@ static void AccessClose( vlc_object_t * );
#define CACHING_TEXT N_("Caching value (ms)") #define CACHING_TEXT N_("Caching value (ms)")
#define CACHING_LONGTEXT N_( \ #define CACHING_LONGTEXT N_( \
"Allows you to modify the default caching value for RTSP streams. This " \ "Allows you to modify the default caching value for RTSP streams. This " \
"value should be set in miliseconds units." ) "value should be set in millisecond units." )
vlc_module_begin(); vlc_module_begin();
set_description( _("live.com (RTSP/RTP/SDP) demuxer" ) ); set_description( _("live.com (RTSP/RTP/SDP) demuxer" ) );
......
/***************************************************************************** /*****************************************************************************
* rawdv.c : raw dv input module for vlc * rawdv.c : raw DV input module for vlc
***************************************************************************** *****************************************************************************
* Copyright (C) 2001-2004 VideoLAN * Copyright (C) 2001-2004 VideoLAN
* $Id$ * $Id$
...@@ -36,7 +36,7 @@ static int Open ( vlc_object_t * ); ...@@ -36,7 +36,7 @@ static int Open ( vlc_object_t * );
static void Close( vlc_object_t * ); static void Close( vlc_object_t * );
vlc_module_begin(); vlc_module_begin();
set_description( _("raw dv demuxer") ); set_description( _("raw DV demuxer") );
set_capability( "demux2", 2 ); set_capability( "demux2", 2 );
set_callbacks( Open, Close ); set_callbacks( Open, Close );
add_shortcut( "rawdv" ); add_shortcut( "rawdv" );
...@@ -113,7 +113,7 @@ static block_t *dv_extract_audio( demux_t *p_demux, ...@@ -113,7 +113,7 @@ static block_t *dv_extract_audio( demux_t *p_demux,
block_t* p_frame_block ); block_t* p_frame_block );
/***************************************************************************** /*****************************************************************************
* Open: initializes raw dv demux structures * Open: initializes raw DV demux structures
*****************************************************************************/ *****************************************************************************/
static int Open( vlc_object_t * p_this ) static int Open( vlc_object_t * p_this )
{ {
...@@ -127,12 +127,12 @@ static int Open( vlc_object_t * p_this ) ...@@ -127,12 +127,12 @@ static int Open( vlc_object_t * p_this )
dv_id_t dv_id; dv_id_t dv_id;
char *psz_ext; char *psz_ext;
/* It isn't easy to recognize a raw dv stream. The chances that we'll /* It isn't easy to recognize a raw DV stream. The chances that we'll
* mistake a stream from another type for a raw dv stream are too high, so * mistake a stream from another type for a raw DV stream are too high, so
* we'll rely on the file extension to trigger this demux. Alternatively, * we'll rely on the file extension to trigger this demux. Alternatively,
* it is possible to force this demux. */ * it is possible to force this demux. */
/* Check for dv file extension */ /* Check for DV file extension */
psz_ext = strrchr( p_demux->psz_path, '.' ); psz_ext = strrchr( p_demux->psz_path, '.' );
if( ( !psz_ext || strcasecmp( psz_ext, ".dv") ) && if( ( !psz_ext || strcasecmp( psz_ext, ".dv") ) &&
strcmp(p_demux->psz_demux, "rawdv") ) strcmp(p_demux->psz_demux, "rawdv") )
...@@ -162,7 +162,7 @@ static int Open( vlc_object_t * p_this ) ...@@ -162,7 +162,7 @@ static int Open( vlc_object_t * p_this )
if( dv_id.sct != 0 ) if( dv_id.sct != 0 )
{ {
msg_Warn( p_demux, "not a raw dv stream header" ); msg_Warn( p_demux, "not a raw DV stream header" );
return VLC_EGENERIC; return VLC_EGENERIC;
} }
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* id3genres.h: list of genres for id3 genre tags * id3genres.h: list of genres for id3 genre tags
***************************************************************************** *****************************************************************************
* Copyright (C) 2002-2003 VideoLAN * Copyright (C) 2002-2003 VideoLAN
* $Id: id3genres.h,v 1.4 2004/01/25 20:05:29 hartman Exp $ * $Id$
* *
* Author: Sigmund Augdal <sigmunau@idi.ntnu.no> * Author: Sigmund Augdal <sigmunau@idi.ntnu.no>
* list found at http://www.id3.org/id3v2.4.0-frames.txt * list found at http://www.id3.org/id3v2.4.0-frames.txt
...@@ -92,7 +92,7 @@ static char *ppsz_genres[] = { ...@@ -92,7 +92,7 @@ static char *ppsz_genres[] = {
N_("Native American"), N_("Native American"),
N_("Cabaret"), N_("Cabaret"),
N_("New wave"), N_("New wave"),
N_("Psychadelic"), N_("Psychedelic"),
N_("Rave"), N_("Rave"),
N_("Showtunes"), N_("Showtunes"),
N_("Trailer"), N_("Trailer"),
......
...@@ -149,7 +149,7 @@ void KInterface::initActions() ...@@ -149,7 +149,7 @@ void KInterface::initActions()
fileOpenRecent->setStatusText(i18n(_("Opens a recently used file"))); fileOpenRecent->setStatusText(i18n(_("Opens a recently used file")));
fileQuit->setStatusText(i18n(_("Quits the application"))); fileQuit->setStatusText(i18n(_("Quits the application")));
viewToolBar->setStatusText(i18n(_("Enables/disables the toolbar"))); viewToolBar->setStatusText(i18n(_("Enables/disables the toolbar")));
viewStatusBar->setStatusText(i18n(_("Enables/disables the statusbar"))); viewStatusBar->setStatusText(i18n(_("Enables/disables the status bar")));
diskOpen->setStatusText( i18n( _("Opens a disk") ) ); diskOpen->setStatusText( i18n( _("Opens a disk") ) );
streamOpen->setStatusText( i18n( _("Opens a network stream") ) ); streamOpen->setStatusText( i18n( _("Opens a network stream") ) );
...@@ -249,7 +249,7 @@ void KInterface::slotViewToolBar() ...@@ -249,7 +249,7 @@ void KInterface::slotViewToolBar()
void KInterface::slotViewStatusBar() void KInterface::slotViewStatusBar()
{ {
slotStatusMsg(i18n(_("Toggle the statusbar..."))); slotStatusMsg(i18n(_("Toggle the status bar...")));
/////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////
//turn Statusbar on or off //turn Statusbar on or off
if(!viewStatusBar->isChecked()) if(!viewStatusBar->isChecked())
......
...@@ -630,7 +630,7 @@ unsigned int VLCModifiersToCocoa( unsigned int i_key ) ...@@ -630,7 +630,7 @@ unsigned int VLCModifiersToCocoa( unsigned int i_key )
[o_err_bug_lbl setStringValue: _NS("If you believe that it is a bug, please follow the instructions at:")]; [o_err_bug_lbl setStringValue: _NS("If you believe that it is a bug, please follow the instructions at:")];
[o_err_btn_msgs setTitle: _NS("Open Messages Window")]; [o_err_btn_msgs setTitle: _NS("Open Messages Window")];
[o_err_btn_dismiss setTitle: _NS("Dismiss")]; [o_err_btn_dismiss setTitle: _NS("Dismiss")];
[o_err_ckbk_surpress setTitle: _NS("Surpress further errors")]; [o_err_ckbk_surpress setTitle: _NS("Suppress further errors")];
[o_info_window setTitle: _NS("Info")]; [o_info_window setTitle: _NS("Info")];
} }
......
/***************************************************************************** /*****************************************************************************
* macosx.m: MacOS X module for vlc * macosx.m: Mac OS X module for vlc
***************************************************************************** *****************************************************************************
* Copyright (C) 2001-2003 VideoLAN * Copyright (C) 2001-2003 VideoLAN
* $Id$ * $Id$
...@@ -71,7 +71,7 @@ void E_(CloseVideo) ( vlc_object_t * ); ...@@ -71,7 +71,7 @@ void E_(CloseVideo) ( vlc_object_t * );
#define FILL_TEXT N_("Fill fullscreen") #define FILL_TEXT N_("Fill fullscreen")
#define FILL_LONGTEXT N_("In fullscreen mode, crop the picture if " \ #define FILL_LONGTEXT N_("In fullscreen mode, crop the picture if " \
"necessary in order to fill the screen without black" \ "necessary in order to fill the screen without black " \
"borders (OpenGL only)." ) "borders (OpenGL only)." )
static char * effect_list[] = { "none", "cube", "transparent-cube" }; static char * effect_list[] = { "none", "cube", "transparent-cube" };
...@@ -82,7 +82,7 @@ static char *ppsz_vout_list[] = { "auto", "quartz", "opengl" }; ...@@ -82,7 +82,7 @@ static char *ppsz_vout_list[] = { "auto", "quartz", "opengl" };
static char *ppsz_vout_list_text[] = { N_("Auto"), "Quartz", "OpenGL" }; static char *ppsz_vout_list_text[] = { N_("Auto"), "Quartz", "OpenGL" };
vlc_module_begin(); vlc_module_begin();
set_description( _("MacOS X interface, sound and video") ); set_description( _("Mac OS X interface, sound and video") );
set_capability( "interface", 100 ); set_capability( "interface", 100 );
set_callbacks( E_(OpenIntf), E_(CloseIntf) ); set_callbacks( E_(OpenIntf), E_(CloseIntf) );
add_submodule(); add_submodule();
......
...@@ -620,7 +620,7 @@ void Interface::CreateOurExtendedPanel() ...@@ -620,7 +620,7 @@ void Interface::CreateOurExtendedPanel()
wxBoxSizer *visual_sizer = new wxBoxSizer( wxHORIZONTAL ); wxBoxSizer *visual_sizer = new wxBoxSizer( wxHORIZONTAL );
wxCheckBox *visual_checkbox = new wxCheckBox( extra_frame, Visual_Event, wxCheckBox *visual_checkbox = new wxCheckBox( extra_frame, Visual_Event,
wxU(_("Visualisations")) ); wxU(_("Visualizations")) );
visual_sizer->Add( visual_checkbox, 0, wxEXPAND, 0); visual_sizer->Add( visual_checkbox, 0, wxEXPAND, 0);
visual_sizer->Layout(); visual_sizer->Layout();
......
...@@ -101,7 +101,7 @@ ...@@ -101,7 +101,7 @@
"is received.") "is received.")
#define SAP_PARSE_TEXT N_("Try to parse the SAP") #define SAP_PARSE_TEXT N_("Try to parse the SAP")
#define SAP_PARSE_LONGTEXT N_( \ #define SAP_PARSE_LONGTEXT N_( \
"When SAP can it will try to parse the SAP. Normal behaviour is" \ "When SAP can it will try to parse the SAP. Normal behavior is " \
"to have livedotcom parse the announce." ) "to have livedotcom parse the announce." )
static int Open ( vlc_object_t * ); static int Open ( vlc_object_t * );
......
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
"Allows you to specify the SDP used for the streaming output. " \ "Allows you to specify the SDP used for the streaming output. " \
"You must use an url: http://location to access the SDP via HTTP, " \ "You must use an url: http://location to access the SDP via HTTP, " \
"rtsp://location for RTSP access, and sap:// for the SDP to be " \ "rtsp://location for RTSP access, and sap:// for the SDP to be " \
"annnounced via SAP" ) "announced via SAP" )
#define MUX_TEXT N_("Muxer") #define MUX_TEXT N_("Muxer")
#define MUX_LONGTEXT N_( \ #define MUX_LONGTEXT N_( \
"Allows you to specify the muxer used for the streaming output." ) "Allows you to specify the muxer used for the streaming output." )
......
...@@ -39,15 +39,15 @@ ...@@ -39,15 +39,15 @@
*****************************************************************************/ *****************************************************************************/
#define ACCESS_TEXT N_("Output access method") #define ACCESS_TEXT N_("Output access method")
#define ACCESS_LONGTEXT N_( \ #define ACCESS_LONGTEXT N_( \
"Allows you to pecify the output access method used for the streaming " \ "Allows you to specify the output access method used for the streaming " \
"output." ) "output." )
#define MUX_TEXT N_("Output muxer") #define MUX_TEXT N_("Output muxer")
#define MUX_LONGTEXT N_( \ #define MUX_LONGTEXT N_( \
"Allows you to pecify the output muxer method used for the streaming " \ "Allows you to specify the output muxer method used for the streaming " \
"output." ) "output." )
#define URL_TEXT N_("Output URL") #define URL_TEXT N_("Output URL")
#define URL_LONGTEXT N_( \ #define URL_LONGTEXT N_( \
"Allows you to pecify the output URL used for the streaming output." ) "Allows you to specify the output URL used for the streaming output." )
#define NAME_TEXT N_("Session name") #define NAME_TEXT N_("Session name")
#define NAME_LONGTEXT N_( \ #define NAME_LONGTEXT N_( \
......
...@@ -83,7 +83,7 @@ vlc_module_begin(); ...@@ -83,7 +83,7 @@ vlc_module_begin();
i_80w = 0x0000000080808080ULL; i_80w = 0x0000000080808080ULL;
#elif defined (MODULE_NAME_IS_i420_yuy2_altivec) #elif defined (MODULE_NAME_IS_i420_yuy2_altivec)
set_description( set_description(
_("Altivec conversions from " SRC_FOURCC " to " DEST_FOURCC) ); _("AltiVec conversions from " SRC_FOURCC " to " DEST_FOURCC) );
set_capability( "chroma", 100 ); set_capability( "chroma", 100 );
add_requirement( ALTIVEC ); add_requirement( ALTIVEC );
#endif #endif
......
...@@ -56,8 +56,8 @@ static int SendEvents( vlc_object_t *, char const *, ...@@ -56,8 +56,8 @@ static int SendEvents( vlc_object_t *, char const *,
#define COUNT_LONGTEXT N_("Select the number of video windows in which to "\ #define COUNT_LONGTEXT N_("Select the number of video windows in which to "\
"clone the video") "clone the video")
#define VOUTLIST_TEXT N_("List of vout modules") #define VOUTLIST_TEXT N_("List of video output modules")
#define VOUTLIST_LONGTEXT N_("Select the specific vout modules that you want to activate") #define VOUTLIST_LONGTEXT N_("Select the specific video output modules that you want to activate")
vlc_module_begin(); vlc_module_begin();
set_description( _("Clone video filter") ); set_description( _("Clone video filter") );
......
...@@ -52,7 +52,7 @@ static int SendEvents( vlc_object_t *, char const *, ...@@ -52,7 +52,7 @@ static int SendEvents( vlc_object_t *, char const *,
* Module descriptor * Module descriptor
*****************************************************************************/ *****************************************************************************/
#define GEOMETRY_TEXT N_("Crop geometry (pixels)") #define GEOMETRY_TEXT N_("Crop geometry (pixels)")
#define GEOMETRY_LONGTEXT N_("Set the geometry of the zone to crop. This is set as width x heigth + left offset + top offset.") #define GEOMETRY_LONGTEXT N_("Set the geometry of the zone to crop. This is set as <width> x <height> + <left offset> + <top offset>.")
#define AUTOCROP_TEXT N_("Automatic cropping") #define AUTOCROP_TEXT N_("Automatic cropping")
#define AUTOCROP_LONGTEXT N_("Activate automatic black border cropping.") #define AUTOCROP_LONGTEXT N_("Activate automatic black border cropping.")
......
...@@ -51,11 +51,11 @@ static int SendEvents( vlc_object_t *, char const *, ...@@ -51,11 +51,11 @@ static int SendEvents( vlc_object_t *, char const *,
* Module descriptor * Module descriptor
*****************************************************************************/ *****************************************************************************/
#define COLS_TEXT N_("Number of columns") #define COLS_TEXT N_("Number of columns")
#define COLS_LONGTEXT N_("Select the number of horizontal videowindows in " \ #define COLS_LONGTEXT N_("Select the number of horizontal video windows in " \
"which to split the video") "which to split the video")
#define ROWS_TEXT N_("Number of rows") #define ROWS_TEXT N_("Number of rows")
#define ROWS_LONGTEXT N_("Select the number of vertical videowindows in " \ #define ROWS_LONGTEXT N_("Select the number of vertical video windows in " \
"which to split the video") "which to split the video")
#define ACTIVE_TEXT N_("Active windows") #define ACTIVE_TEXT N_("Active windows")
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* caca.c: Color ASCII Art video output plugin using libcaca * caca.c: Color ASCII Art video output plugin using libcaca
***************************************************************************** *****************************************************************************
* Copyright (C) 2003, 2004 VideoLAN * Copyright (C) 2003, 2004 VideoLAN
* $Id: caca.c,v 1.9 2004/01/26 16:45:02 zorglub Exp $ * $Id$
* *
* Authors: Sam Hocevar <sam@zoy.org> * Authors: Sam Hocevar <sam@zoy.org>
* *
...@@ -51,7 +51,7 @@ static void Display ( vout_thread_t *, picture_t * ); ...@@ -51,7 +51,7 @@ static void Display ( vout_thread_t *, picture_t * );
* Module descriptor * Module descriptor
*****************************************************************************/ *****************************************************************************/
vlc_module_begin(); vlc_module_begin();
set_description( _("colour ASCII art video output") ); set_description( _("color ASCII art video output") );
set_capability( "video output", 12 ); set_capability( "video output", 12 );
set_callbacks( Create, Destroy ); set_callbacks( Create, Destroy );
vlc_module_end(); vlc_module_end();
......
...@@ -114,13 +114,14 @@ static int FindDevicesCallback( vlc_object_t *, char const *, ...@@ -114,13 +114,14 @@ static int FindDevicesCallback( vlc_object_t *, char const *,
#define TRIPLEBUF_TEXT N_("Use triple buffering for overlays") #define TRIPLEBUF_TEXT N_("Use triple buffering for overlays")
#define TRIPLEBUF_LONGTEXT N_( \ #define TRIPLEBUF_LONGTEXT N_( \
"Try to use triple bufferring when using YUV overlays. That results in " \ "Try to use triple buffering when using YUV overlays. That results in " \
"much better video quality (no flickering)." ) "much better video quality (no flickering)." )
#define DEVICE_TEXT N_("Name of desired display device") #define DEVICE_TEXT N_("Name of desired display device")
#define DEVICE_LONGTEXT N_("In a multimonitor configuration, you can specify "\ #define DEVICE_LONGTEXT N_("In a multiple monitor configuration, you can " \
"the Windows device name of the display that you want the video window " \ "specify the Windows device name of the display that you want the video " \
"to open on. For example, \"\\\\.\\DISPLAY1\" or \"\\\\.\\DISPLAY2\"." ) "window to open on. For example, \"\\\\.\\DISPLAY1\" or " \
"\"\\\\.\\DISPLAY2\"." )
static char *ppsz_dev[] = { "" }; static char *ppsz_dev[] = { "" };
static char *ppsz_dev_text[] = { N_("Default") }; static char *ppsz_dev_text[] = { N_("Default") };
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* x11.c : X11 plugin for vlc * x11.c : X11 plugin for vlc
***************************************************************************** *****************************************************************************
* Copyright (C) 1998-2001 VideoLAN * Copyright (C) 1998-2001 VideoLAN
* $Id: x11.c,v 1.9 2004/01/26 16:45:03 zorglub Exp $ * $Id$
* *
* Authors: Vincent Seguin <seguin@via.ecp.fr> * Authors: Vincent Seguin <seguin@via.ecp.fr>
* Samuel Hocevar <sam@zoy.org> * Samuel Hocevar <sam@zoy.org>
...@@ -46,7 +46,7 @@ extern void E_(Deactivate) ( vlc_object_t * ); ...@@ -46,7 +46,7 @@ extern void E_(Deactivate) ( vlc_object_t * );
"has its drawbacks.\n" \ "has its drawbacks.\n" \
"1) Let the window manager handle your fullscreen window (default), but " \ "1) Let the window manager handle your fullscreen window (default), but " \
"things like taskbars will likely show on top of the video.\n" \ "things like taskbars will likely show on top of the video.\n" \
"2) Completly bypass the window manager, but then nothing will be able " \ "2) Completely bypass the window manager, but then nothing will be able " \
"to show on top of the video.") "to show on top of the video.")
#define DISPLAY_TEXT N_("X11 display name") #define DISPLAY_TEXT N_("X11 display name")
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* xvideo.c : Xvideo plugin for vlc * xvideo.c : Xvideo plugin for vlc
***************************************************************************** *****************************************************************************
* Copyright (C) 1998-2001 VideoLAN * Copyright (C) 1998-2001 VideoLAN
* $Id: xvideo.c,v 1.9 2004/01/26 16:45:03 zorglub Exp $ * $Id$
* *
* Authors: Shane Harper <shanegh@optusnet.com.au> * Authors: Shane Harper <shanegh@optusnet.com.au>
* Vincent Seguin <seguin@via.ecp.fr> * Vincent Seguin <seguin@via.ecp.fr>
...@@ -52,7 +52,7 @@ extern void E_(Deactivate) ( vlc_object_t * ); ...@@ -52,7 +52,7 @@ extern void E_(Deactivate) ( vlc_object_t * );
"has its drawbacks.\n" \ "has its drawbacks.\n" \
"1) Let the window manager handle your fullscreen window (default), but " \ "1) Let the window manager handle your fullscreen window (default), but " \
"things like taskbars will likely show on top of the video.\n" \ "things like taskbars will likely show on top of the video.\n" \
"2) Completly bypass the window manager, but then nothing will be able " \ "2) Completely bypass the window manager, but then nothing will be able " \
"to show on top of the video.") "to show on top of the video.")
#define DISPLAY_TEXT N_("X11 display name") #define DISPLAY_TEXT N_("X11 display name")
......
...@@ -48,7 +48,7 @@ static void Close ( vlc_object_t * ); ...@@ -48,7 +48,7 @@ static void Close ( vlc_object_t * );
#define WIDTH_TEXT N_("Goom display width") #define WIDTH_TEXT N_("Goom display width")
#define HEIGHT_TEXT N_("Goom display height") #define HEIGHT_TEXT N_("Goom display height")
#define RES_LONGTEXT N_("Allows you to change the resolution of the " \ #define RES_LONGTEXT N_("Allows you to change the resolution of the " \
"goom display (bigger resolution will be prettier but more CPU intensive).") "Goom display (bigger resolution will be prettier but more CPU intensive).")
#define SPEED_TEXT N_("Goom animation speed") #define SPEED_TEXT N_("Goom animation speed")
#define SPEED_LONGTEXT N_("Allows you to reduce the speed of the animation " \ #define SPEED_LONGTEXT N_("Allows you to reduce the speed of the animation " \
......
...@@ -59,7 +59,7 @@ static char *ppsz_language_text[] = ...@@ -59,7 +59,7 @@ static char *ppsz_language_text[] =
"This option allows you to select additional interfaces used by VLC. " \ "This option allows you to select additional interfaces used by VLC. " \
"They will be launched in the background in addition to the default " \ "They will be launched in the background in addition to the default " \
"interface. Use a comma separated list of interface modules. (common " \ "interface. Use a comma separated list of interface modules. (common " \
"values are: logger,gestures,sap,rc,http,screensaver)") "values are logger, gestures, sap, rc, http or screensaver)")
#define VERBOSE_TEXT N_("Verbosity (0,1,2)") #define VERBOSE_TEXT N_("Verbosity (0,1,2)")
#define VERBOSE_LONGTEXT N_( \ #define VERBOSE_LONGTEXT N_( \
...@@ -97,9 +97,9 @@ static char *ppsz_language_text[] = ...@@ -97,9 +97,9 @@ static char *ppsz_language_text[] =
"for its modules.") "for its modules.")
#define AOUT_CAT_LONGTEXT N_( \ #define AOUT_CAT_LONGTEXT N_( \
"These options allow you to modify the behaviour of the audio " \ "These options allow you to modify the behavior of the audio " \
"subsystem, and to add audio filters which can be used for " \ "subsystem, and to add audio filters which can be used for " \
"postprocessing or visual effects (spectrum analyzer, ...).\n" \ "post processing or visual effects (spectrum analyzer, ...).\n" \
"Enable these filters here, and configure them in the \"audio filters\" " \ "Enable these filters here, and configure them in the \"audio filters\" " \
"modules section.") "modules section.")
...@@ -158,7 +158,7 @@ static char *ppsz_language_text[] = ...@@ -158,7 +158,7 @@ static char *ppsz_language_text[] =
#define AUDIO_FILTER_TEXT N_("Audio filters") #define AUDIO_FILTER_TEXT N_("Audio filters")
#define AUDIO_FILTER_LONGTEXT N_( \ #define AUDIO_FILTER_LONGTEXT N_( \
"This allows you to add audio postprocessing filters, to modify " \ "This allows you to add audio post processing filters, to modify " \
"the sound, or audio visualization modules (spectrum analyzer, ...).") "the sound, or audio visualization modules (spectrum analyzer, ...).")
#define AUDIO_CHANNEL_MIXER N_("Channel mixer") #define AUDIO_CHANNEL_MIXER N_("Channel mixer")
...@@ -168,8 +168,8 @@ static char *ppsz_language_text[] = ...@@ -168,8 +168,8 @@ static char *ppsz_language_text[] =
"with a headphone.") "with a headphone.")
#define VOUT_CAT_LONGTEXT N_( \ #define VOUT_CAT_LONGTEXT N_( \
"These options allow you to modify the behaviour of the video output " \ "These options allow you to modify the behavior of the video output " \
"subsytem. You can for example enable video filters (deinterlacing, " \ "subsystem. You can for example enable video filters (deinterlacing, " \
"image adjusting, ...). Enable these filters here and configure " \ "image adjusting, ...). Enable these filters here and configure " \
"them in the \"video filters\" modules section. You can also set many " \ "them in the \"video filters\" modules section. You can also set many " \
"miscellaneous video options." ) "miscellaneous video options." )
...@@ -211,7 +211,7 @@ static char *ppsz_language_text[] = ...@@ -211,7 +211,7 @@ static char *ppsz_language_text[] =
#define ALIGN_TEXT N_("Video alignment") #define ALIGN_TEXT N_("Video alignment")
#define ALIGN_LONGTEXT N_( \ #define ALIGN_LONGTEXT N_( \
"You can enforce the video alignement in its window. By default (0) it " \ "You can enforce the video alignment in its window. By default (0) it " \
"will be centered (0=center, 1=left, 2=right, 4=top, 8=bottom, you can " \ "will be centered (0=center, 1=left, 2=right, 4=top, 8=bottom, you can " \
"also use combinations of these values).") "also use combinations of these values).")
static int pi_align_values[] = { 0, 1, 2, 4, 8, 5, 6, 9, 10 }; static int pi_align_values[] = { 0, 1, 2, 4, 8, 5, 6, 9, 10 };
...@@ -268,7 +268,7 @@ static char *ppsz_align_descriptions[] = ...@@ -268,7 +268,7 @@ static char *ppsz_align_descriptions[] =
"squareness.") "squareness.")
#define INPUT_CAT_LONGTEXT N_( \ #define INPUT_CAT_LONGTEXT N_( \
"These options allow you to modify the behaviour of the input " \ "These options allow you to modify the behavior of the input " \
"subsystem, such as the DVD or VCD device, the network interface " \ "subsystem, such as the DVD or VCD device, the network interface " \
"settings or the subtitle channel.") "settings or the subtitle channel.")
...@@ -337,7 +337,7 @@ static char *ppsz_align_descriptions[] = ...@@ -337,7 +337,7 @@ static char *ppsz_align_descriptions[] =
#define SUB_FUZZY_TEXT N_("Subtitle autodetection fuzziness") #define SUB_FUZZY_TEXT N_("Subtitle autodetection fuzziness")
#define SUB_FUZZY_LONGTEXT \ #define SUB_FUZZY_LONGTEXT \
N_("This determines how fuzzy subtitle and movie filenaming matching " \ N_("This determines how fuzzy subtitle and movie filename matching " \
"will be. Options are:\n" \ "will be. Options are:\n" \
"0 = no subtitles autodetected\n" \ "0 = no subtitles autodetected\n" \
"1 = any subtitle file\n" \ "1 = any subtitle file\n" \
...@@ -359,7 +359,7 @@ static char *ppsz_align_descriptions[] = ...@@ -359,7 +359,7 @@ static char *ppsz_align_descriptions[] =
#ifdef WIN32 #ifdef WIN32
#define DVD_DEV_LONGTEXT N_( \ #define DVD_DEV_LONGTEXT N_( \
"This is the default DVD drive (or file) to use. Don't forget the colon " \ "This is the default DVD drive (or file) to use. Don't forget the colon " \
"after the drive letter (eg D:)") "after the drive letter (eg. D:)")
#else #else
#define DVD_DEV_LONGTEXT N_( \ #define DVD_DEV_LONGTEXT N_( \
"This is the default DVD device to use.") "This is the default DVD device to use.")
...@@ -469,10 +469,10 @@ static char *ppsz_align_descriptions[] = ...@@ -469,10 +469,10 @@ static char *ppsz_align_descriptions[] =
"This allows you to choose if the video stream should be redirected to " \ "This allows you to choose if the video stream should be redirected to " \
"the stream output facility when this last one is enabled.") "the stream output facility when this last one is enabled.")
#define SOUT_KEEP_TEXT N_("Keep sout open" ) #define SOUT_KEEP_TEXT N_("Keep stream output open" )
#define SOUT_KEEP_LONGTEXT N_( \ #define SOUT_KEEP_LONGTEXT N_( \
"This allows you to keep an unique sout instance across " \ "This allows you to keep an unique stream output instance across " \
"multiple playlist item (automatically insert gather stream_out " \ "multiple playlist item (automatically insert the gather stream output " \
"if not specified)" ) "if not specified)" )
#define PACKETIZER_TEXT N_("Preferred packetizer list") #define PACKETIZER_TEXT N_("Preferred packetizer list")
...@@ -533,7 +533,7 @@ static char *ppsz_align_descriptions[] = ...@@ -533,7 +533,7 @@ static char *ppsz_align_descriptions[] =
#define PLAYLIST_CAT_LONGTEXT N_( \ #define PLAYLIST_CAT_LONGTEXT N_( \
"These options define the behavior of the playlist. Some " \ "These options define the behavior of the playlist. Some " \
"of them can be overriden in the playlist dialog box." ) "of them can be overridden in the playlist dialog box." )
#define RANDOM_TEXT N_("Play files randomly forever") #define RANDOM_TEXT N_("Play files randomly forever")
#define RANDOM_LONGTEXT N_( \ #define RANDOM_LONGTEXT N_( \
...@@ -605,7 +605,7 @@ static char *ppsz_align_descriptions[] = ...@@ -605,7 +605,7 @@ static char *ppsz_align_descriptions[] =
#define FAST_MUTEX_TEXT N_("Fast mutex on NT/2K/XP (developers only)") #define FAST_MUTEX_TEXT N_("Fast mutex on NT/2K/XP (developers only)")
#define FAST_MUTEX_LONGTEXT N_( \ #define FAST_MUTEX_LONGTEXT N_( \
"On Windows NT/2K/XP we use a slow mutex implementation but which " \ "On Windows NT/2K/XP we use a slow mutex implementation but which " \
"allows us to correctely implement condition variables. " \ "allows us to correctly implement condition variables. " \
"You can also use the faster Win9x implementation but you might " \ "You can also use the faster Win9x implementation but you might " \
"experience problems with it.") "experience problems with it.")
...@@ -669,7 +669,7 @@ static char *ppsz_align_descriptions[] = ...@@ -669,7 +669,7 @@ static char *ppsz_align_descriptions[] =
#define NAV_LEFT_KEY_TEXT N_("Navigate left") #define NAV_LEFT_KEY_TEXT N_("Navigate left")
#define NAV_LEFT_KEY_LONGTEXT N_("Select the key to move the selector left in DVD menus.") #define NAV_LEFT_KEY_LONGTEXT N_("Select the key to move the selector left in DVD menus.")
#define NAV_RIGHT_KEY_TEXT N_("Navigate right") #define NAV_RIGHT_KEY_TEXT N_("Navigate right")
#define NAV_RIGHT_KEY_LONGTEXT N_("Select the key to move the selector right in dvd menus.") #define NAV_RIGHT_KEY_LONGTEXT N_("Select the key to move the selector right in DVD menus.")
#define NAV_ACTIVATE_KEY_TEXT N_("Activate") #define NAV_ACTIVATE_KEY_TEXT N_("Activate")
#define NAV_ACTIVATE_KEY_LONGTEXT N_("Select the key to activate selected item in DVD menus.") #define NAV_ACTIVATE_KEY_LONGTEXT N_("Select the key to activate selected item in DVD menus.")
#define VOL_UP_KEY_TEXT N_("Volume up") #define VOL_UP_KEY_TEXT N_("Volume up")
......
This diff is collapsed.
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* iso_lang.c: function to decode language code (in dvd or a52 for instance). * iso_lang.c: function to decode language code (in dvd or a52 for instance).
***************************************************************************** *****************************************************************************
* Copyright (C) 1998-2004 VideoLAN * Copyright (C) 1998-2004 VideoLAN
* $Id: iso_lang.c,v 1.11 2004/01/06 12:02:06 zorglub Exp $ * $Id$
* *
* Author: Stphane Borel <stef@via.ecp.fr> * Author: Stphane Borel <stef@via.ecp.fr>
* Arnaud de Bossoreille de Ribou <bozo@via.ecp.fr> * Arnaud de Bossoreille de Ribou <bozo@via.ecp.fr>
...@@ -56,16 +56,18 @@ const char * DecodeLanguage( uint16_t i_code ) ...@@ -56,16 +56,18 @@ const char * DecodeLanguage( uint16_t i_code )
{ {
if( !strncmp( p_lang->psz_iso639_1, psz_code, 2 ) ) if( !strncmp( p_lang->psz_iso639_1, psz_code, 2 ) )
{ {
# if 0
if( *p_lang->psz_native_name ) if( *p_lang->psz_native_name )
{ {
return p_lang->psz_native_name; return p_lang->psz_native_name;
} }
#endif
return p_lang->psz_eng_name; return _( p_lang->psz_eng_name );
} }
} }
return "Unknown"; return _( "Unknown" );
} }
const iso639_lang_t * GetLang_1( const char * psz_code ) const iso639_lang_t * GetLang_1( const char * psz_code )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment