Commit 12efe797 authored by Christophe Mutricy's avatar Christophe Mutricy

Forward port [17015] + a few more i18n fix

parent dc8b128a
...@@ -181,7 +181,7 @@ static void Close( vlc_object_t *p_this ); ...@@ -181,7 +181,7 @@ static void Close( vlc_object_t *p_this );
vlc_module_begin(); vlc_module_begin();
set_shortname( _("DVB") ); set_shortname( _("DVB") );
set_shortname( _("DVB input with v4l2 support") ); set_description( _("DVB input with v4l2 support") );
set_category( CAT_INPUT ); set_category( CAT_INPUT );
set_subcategory( SUBCAT_INPUT_ACCESS ); set_subcategory( SUBCAT_INPUT_ACCESS );
......
...@@ -73,7 +73,7 @@ static void InterleaveS16( int16_t *, int16_t * ); ...@@ -73,7 +73,7 @@ static void InterleaveS16( int16_t *, int16_t * );
*****************************************************************************/ *****************************************************************************/
vlc_module_begin(); vlc_module_begin();
set_shortname( "Roku HD1000" ); set_shortname( "Roku HD1000" );
set_description( N_("Roku HD1000 audio output") ); set_description( _("Roku HD1000 audio output") );
set_capability( "audio output", 100 ); set_capability( "audio output", 100 );
set_category( CAT_AUDIO ); set_category( CAT_AUDIO );
set_subcategory( SUBCAT_AUDIO_AOUT ); set_subcategory( SUBCAT_AUDIO_AOUT );
......
...@@ -109,7 +109,7 @@ static int PAOpenStream( aout_instance_t * ); ...@@ -109,7 +109,7 @@ static int PAOpenStream( aout_instance_t * );
vlc_module_begin(); vlc_module_begin();
set_shortname( "PortAudio" ); set_shortname( "PortAudio" );
set_shortname( _("PORTAUDIO audio output") ); set_description( _("PORTAUDIO audio output") );
set_category( CAT_AUDIO ); set_category( CAT_AUDIO );
set_subcategory( SUBCAT_AUDIO_AOUT ); set_subcategory( SUBCAT_AUDIO_AOUT );
add_integer( "portaudio-device", 0, NULL, add_integer( "portaudio-device", 0, NULL,
......
...@@ -63,7 +63,7 @@ gint E_(GtkModeManage) ( intf_thread_t * p_intf ); ...@@ -63,7 +63,7 @@ gint E_(GtkModeManage) ( intf_thread_t * p_intf );
* Module descriptor * Module descriptor
*****************************************************************************/ *****************************************************************************/
vlc_module_begin(); vlc_module_begin();
set_shortname( _("PDA Linux Gtk2+ interface") ); set_description( _("PDA Linux Gtk2+ interface") );
set_category( CAT_INTERFACE ); set_category( CAT_INTERFACE );
set_subcategory( SUBCAT_INTERFACE_MAIN ); set_subcategory( SUBCAT_INTERFACE_MAIN );
// add_bool( "pda-autoplayfile", 1, GtkAutoPlayFile, AUTOPLAYFILE_TEXT, AUTOPLAYFILE_LONGTEXT, VLC_TRUE ); // add_bool( "pda-autoplayfile", 1, GtkAutoPlayFile, AUTOPLAYFILE_TEXT, AUTOPLAYFILE_LONGTEXT, VLC_TRUE );
......
...@@ -71,7 +71,7 @@ static char *mode_list_text[] = { N_("Gradient"), N_("Edge"), N_("Hough") }; ...@@ -71,7 +71,7 @@ static char *mode_list_text[] = { N_("Gradient"), N_("Edge"), N_("Hough") };
vlc_module_begin(); vlc_module_begin();
set_description( _("Gradient video filter") ); set_description( _("Gradient video filter") );
set_shortname( N_( "Gradient" )); set_shortname( _( "Gradient" ));
set_capability( "video filter2", 0 ); set_capability( "video filter2", 0 );
set_category( CAT_VIDEO ); set_category( CAT_VIDEO );
set_subcategory( SUBCAT_VIDEO_VFILTER ); set_subcategory( SUBCAT_VIDEO_VFILTER );
......
...@@ -61,7 +61,7 @@ static picture_t *Filter( filter_t *, picture_t * ); ...@@ -61,7 +61,7 @@ static picture_t *Filter( filter_t *, picture_t * );
*****************************************************************************/ *****************************************************************************/
vlc_module_begin(); vlc_module_begin();
set_description( _("OpenCV face detection example filter") ); set_description( _("OpenCV face detection example filter") );
set_shortname( N_( "OpenCV example" )); set_shortname( _( "OpenCV example" ));
set_capability( "opencv example", 1 ); set_capability( "opencv example", 1 );
add_shortcut( "opencv_example" ); add_shortcut( "opencv_example" );
......
...@@ -77,7 +77,7 @@ static char *verbosity_list_text[] = { N_("Show only errors"), ...@@ -77,7 +77,7 @@ static char *verbosity_list_text[] = { N_("Show only errors"),
vlc_module_begin(); vlc_module_begin();
set_description( _("OpenCV video filter wrapper") ); set_description( _("OpenCV video filter wrapper") );
set_shortname( N_("OpenCV" )); set_shortname( _("OpenCV" ));
set_category( CAT_VIDEO ); set_category( CAT_VIDEO );
set_subcategory( SUBCAT_VIDEO_VFILTER ); set_subcategory( SUBCAT_VIDEO_VFILTER );
set_capability( "video filter", 0 ); set_capability( "video filter", 0 );
......
...@@ -115,7 +115,7 @@ vlc_module_begin(); ...@@ -115,7 +115,7 @@ vlc_module_begin();
OSD_UPDATE_LONGTEXT, VLC_TRUE ); OSD_UPDATE_LONGTEXT, VLC_TRUE );
set_capability( "sub filter", 100 ); set_capability( "sub filter", 100 );
set_shortname( _("On Screen Display menu") ); set_description( _("On Screen Display menu") );
set_shortname( _("OSD menu") ); set_shortname( _("OSD menu") );
add_shortcut( "osdmenu" ); add_shortcut( "osdmenu" );
/* /*
......
...@@ -91,7 +91,7 @@ static int SendEvents( vlc_object_t *, char const *, ...@@ -91,7 +91,7 @@ static int SendEvents( vlc_object_t *, char const *,
vlc_module_begin(); vlc_module_begin();
set_description( _("Panoramix: wall with overlap video filter") ); set_description( _("Panoramix: wall with overlap video filter") );
set_shortname( N_("Panoramix" )); set_shortname( _("Panoramix" ));
set_capability( "video filter", 0 ); set_capability( "video filter", 0 );
set_category( CAT_VIDEO ); set_category( CAT_VIDEO );
set_subcategory( SUBCAT_VIDEO_VFILTER ); set_subcategory( SUBCAT_VIDEO_VFILTER );
......
...@@ -49,7 +49,7 @@ static picture_t *Filter( filter_t *, picture_t * ); ...@@ -49,7 +49,7 @@ static picture_t *Filter( filter_t *, picture_t * );
*****************************************************************************/ *****************************************************************************/
vlc_module_begin(); vlc_module_begin();
set_description( _("Psychedelic video filter") ); set_description( _("Psychedelic video filter") );
set_shortname( N_( "Psychedelic" )); set_shortname( _( "Psychedelic" ));
set_capability( "video filter2", 0 ); set_capability( "video filter2", 0 );
set_category( CAT_VIDEO ); set_category( CAT_VIDEO );
set_subcategory( SUBCAT_VIDEO_VFILTER ); set_subcategory( SUBCAT_VIDEO_VFILTER );
......
...@@ -48,7 +48,7 @@ static picture_t *Filter( filter_t *, picture_t * ); ...@@ -48,7 +48,7 @@ static picture_t *Filter( filter_t *, picture_t * );
*****************************************************************************/ *****************************************************************************/
vlc_module_begin(); vlc_module_begin();
set_description( _("Ripple video filter") ); set_description( _("Ripple video filter") );
set_shortname( N_( "Ripple" )); set_shortname( _( "Ripple" ));
set_capability( "video filter2", 0 ); set_capability( "video filter2", 0 );
set_category( CAT_VIDEO ); set_category( CAT_VIDEO );
set_subcategory( SUBCAT_VIDEO_VFILTER ); set_subcategory( SUBCAT_VIDEO_VFILTER );
......
...@@ -48,7 +48,7 @@ static picture_t *Filter( filter_t *, picture_t * ); ...@@ -48,7 +48,7 @@ static picture_t *Filter( filter_t *, picture_t * );
*****************************************************************************/ *****************************************************************************/
vlc_module_begin(); vlc_module_begin();
set_description( _("Wave video filter") ); set_description( _("Wave video filter") );
set_shortname( N_( "Wave" )); set_shortname( _( "Wave" ));
set_capability( "video filter2", 0 ); set_capability( "video filter2", 0 );
set_category( CAT_VIDEO ); set_category( CAT_VIDEO );
set_subcategory( SUBCAT_VIDEO_VFILTER ); set_subcategory( SUBCAT_VIDEO_VFILTER );
......
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