Commit 37b0b026 authored by Christophe Mutricy's avatar Christophe Mutricy

Fix the strings.

parent b19474b8
...@@ -99,17 +99,16 @@ static const char *ppsz_amtuner_mode_text[] = { N_("Default"), ...@@ -99,17 +99,16 @@ static const char *ppsz_amtuner_mode_text[] = { N_("Default"),
"Name of the video device that will be used by the " \ "Name of the video device that will be used by the " \
"DirectShow plugin. If you don't specify anything, the default device " \ "DirectShow plugin. If you don't specify anything, the default device " \
"will be used.") "will be used.")
/// \bug [String] size stuff should be on video !
#define ADEV_TEXT N_("Audio device name") #define ADEV_TEXT N_("Audio device name")
#define ADEV_LONGTEXT N_( \ #define ADEV_LONGTEXT N_( \
"Name of the audio device that will be used by the " \ "Name of the audio device that will be used by the " \
"DirectShow plugin. If you don't specify anything, the default device " \ "DirectShow plugin. If you don't specify anything, the default device " \
"will be used. You can specify a standard size (cif, d1, ...) or <width>x<height>") "will be used. ")
#define SIZE_TEXT N_("Video size") #define SIZE_TEXT N_("Video size")
#define SIZE_LONGTEXT N_( \ #define SIZE_LONGTEXT N_( \
"Size of the video that will be displayed by the " \ "Size of the video that will be displayed by the " \
"DirectShow plugin. If you don't specify anything the default size for " \ "DirectShow plugin. If you don't specify anything the default size for " \
"your device will be used.") "your device will be used. You can specify a standard size (cif, d1, ...) or <width>x<height>.")
#define CHROMA_TEXT N_("Video input chroma format") #define CHROMA_TEXT N_("Video input chroma format")
#define CHROMA_LONGTEXT N_( \ #define CHROMA_LONGTEXT N_( \
"Force the DirectShow video input to use a specific chroma format " \ "Force the DirectShow video input to use a specific chroma format " \
......
...@@ -68,10 +68,9 @@ static void Close( vlc_object_t * ); ...@@ -68,10 +68,9 @@ static void Close( vlc_object_t * );
"Automatically try to reconnect to the stream in case of a sudden " \ "Automatically try to reconnect to the stream in case of a sudden " \
"disconnect." ) "disconnect." )
/// \bug missing space before you should
#define CONTINUOUS_TEXT N_("Continuous stream") #define CONTINUOUS_TEXT N_("Continuous stream")
#define CONTINUOUS_LONGTEXT N_("Read a file that is " \ #define CONTINUOUS_LONGTEXT N_("Read a file that is " \
"being constantly updated (for example, a JPG file on a server)." \ "being constantly updated (for example, a JPG file on a server). " \
"You should not globally enable this option as it will break all other " \ "You should not globally enable this option as it will break all other " \
"types of HTTP streams." ) "types of HTTP streams." )
......
...@@ -87,8 +87,7 @@ static void Close( vlc_object_t * ); ...@@ -87,8 +87,7 @@ static void Close( vlc_object_t * );
#define BITRATE_PEAK_TEXT N_( "Bitrate peak" ) #define BITRATE_PEAK_TEXT N_( "Bitrate peak" )
#define BITRATE_PEAK_LONGTEXT N_( "Peak bitrate in VBR mode." ) #define BITRATE_PEAK_LONGTEXT N_( "Peak bitrate in VBR mode." )
/// \bug extra parenthesis #define BITRATE_MODE_TEXT N_( "Bitrate mode" )
#define BITRATE_MODE_TEXT N_( "Bitrate mode)" )
#define BITRATE_MODE_LONGTEXT N_( "Bitrate mode to use (VBR or CBR)." ) #define BITRATE_MODE_LONGTEXT N_( "Bitrate mode to use (VBR or CBR)." )
#define BITMASK_TEXT N_( "Audio bitmask" ) #define BITMASK_TEXT N_( "Audio bitmask" )
......
...@@ -65,12 +65,9 @@ static void Close( vlc_object_t * ); ...@@ -65,12 +65,9 @@ static void Close( vlc_object_t * );
#define PASS_TEXT N_("Password") #define PASS_TEXT N_("Password")
#define PASS_LONGTEXT N_("Password that will be " \ #define PASS_LONGTEXT N_("Password that will be " \
"requested to access the stream." ) "requested to access the stream." )
/// \bug [String] missing closing parenthesis
#define MIME_TEXT N_("Mime") #define MIME_TEXT N_("Mime")
#define MIME_LONGTEXT N_("MIME returned by the server (autodetected " \ #define MIME_LONGTEXT N_("MIME returned by the server (autodetected " \
"if not specified." ) "if not specified)." )
#define CERT_TEXT N_( "Certificate file" ) #define CERT_TEXT N_( "Certificate file" )
#define CERT_LONGTEXT N_( "Path to the x509 PEM certificate file that will "\ #define CERT_LONGTEXT N_( "Path to the x509 PEM certificate file that will "\
"be used for HTTPS." ) "be used for HTTPS." )
......
...@@ -52,11 +52,10 @@ static void Close( vlc_object_t * ); ...@@ -52,11 +52,10 @@ static void Close( vlc_object_t * );
#define PRESET_LONGTEXT N_("Preset to use for the equalizer." ) #define PRESET_LONGTEXT N_("Preset to use for the equalizer." )
#define BANDS_TEXT N_( "Bands gain") #define BANDS_TEXT N_( "Bands gain")
/// \bug [String] missing dot
#define BANDS_LONGTEXT N_( \ #define BANDS_LONGTEXT N_( \
"Don't use presets, but manually specified bands. You need to " \ "Don't use presets, but manually specified bands. You need to " \
"provide 10 values between -20dB and 20dB, separated by spaces, " \ "provide 10 values between -20dB and 20dB, separated by spaces, " \
"e.g. \"0 2 4 2 0 -2 -4 -2 0\"" ) "e.g. \"0 2 4 2 0 -2 -4 -2 0\"." )
#define TWOPASS_TEXT N_( "Two pass" ) #define TWOPASS_TEXT N_( "Two pass" )
#define TWOPASS_LONGTEXT N_( "Filter the audio twice. This provides a more " \ #define TWOPASS_LONGTEXT N_( "Filter the audio twice. This provides a more " \
......
...@@ -44,8 +44,7 @@ ...@@ -44,8 +44,7 @@
static int Open ( vlc_object_t * ); static int Open ( vlc_object_t * );
static void Close ( vlc_object_t * ); static void Close ( vlc_object_t * );
/// \bug [String] missing . #define NOISE_LONGTEXT N_("Enable noise reduction algorithm.")
#define NOISE_LONGTEXT N_("Enable noise reduction algorithm")
#define REVERB_LONGTEXT N_("Enable reverberation" ) #define REVERB_LONGTEXT N_("Enable reverberation" )
#define REVERB_LEVEL_LONGTEXT N_( "Reverberation level (from 0 " \ #define REVERB_LEVEL_LONGTEXT N_( "Reverberation level (from 0 " \
"to 100, default value is 0)." ) "to 100, default value is 0)." )
...@@ -54,14 +53,13 @@ static void Close ( vlc_object_t * ); ...@@ -54,14 +53,13 @@ static void Close ( vlc_object_t * );
#define MEGABASS_LONGTEXT N_( "Enable megabass mode" ) #define MEGABASS_LONGTEXT N_( "Enable megabass mode" )
#define MEGABASS_LEVEL_LONGTEXT N_("Megabass mode level (from 0 to 100, " \ #define MEGABASS_LEVEL_LONGTEXT N_("Megabass mode level (from 0 to 100, " \
"default value is 0)." ) "default value is 0)." )
/// \bug [String] Missing space after dot #define MEGABASS_RANGE_LONGTEXT N_("Megabass mode cutoff frequency, in Hz. " \
#define MEGABASS_RANGE_LONGTEXT N_("Megabass mode cutoff frequency, in Hz." \
"This is the maximum frequency for which the megabass " \ "This is the maximum frequency for which the megabass " \
"effect applies. Valid values are from 10 to 100 Hz" ) "effect applies. Valid values are from 10 to 100 Hz." )
#define SURROUND_LEVEL_LONGTEXT N_( "Surround effect level (from 0 to 100, " \ #define SURROUND_LEVEL_LONGTEXT N_( "Surround effect level (from 0 to 100, " \
"default value is 0)." ) "default value is 0)." )
#define SURROUND_DELAY_LONGTEXT N_("Surround delay, in ms. Usual values are " \ #define SURROUND_DELAY_LONGTEXT N_("Surround delay, in ms. Usual values are " \
"from 5 to 40 ms" ) "from 5 to 40 ms." )
vlc_module_begin(); vlc_module_begin();
set_shortname( "MOD"); set_shortname( "MOD");
......
...@@ -34,9 +34,8 @@ ...@@ -34,9 +34,8 @@
* Module descriptor * Module descriptor
*****************************************************************************/ *****************************************************************************/
#define AUTOSTART_TEXT N_( "Auto start" ) #define AUTOSTART_TEXT N_( "Auto start" )
/// \bug [String] Why \n ?
#define AUTOSTART_LONGTEXT N_( "Automatically start playing the playlist " \ #define AUTOSTART_LONGTEXT N_( "Automatically start playing the playlist " \
"content once it's loaded.\n" ) "content once it's loaded." )
#define SHOW_ADULT_TEXT N_( "Show shoutcast adult content" ) #define SHOW_ADULT_TEXT N_( "Show shoutcast adult content" )
#define SHOW_ADULT_LONGTEXT N_( "Show NC17 rated video streams when " \ #define SHOW_ADULT_LONGTEXT N_( "Show NC17 rated video streams when " \
......
...@@ -138,8 +138,7 @@ static vlc_bool_t GetFiltersStatus( intf_thread_t *p_intf, ...@@ -138,8 +138,7 @@ static vlc_bool_t GetFiltersStatus( intf_thread_t *p_intf,
int i; int i;
[o_btn_equalizer setToolTip: _NS("Equalizer")]; [o_btn_equalizer setToolTip: _NS("Equalizer")];
[o_ckb_2pass setTitle: _NS("2 Pass")]; [o_ckb_2pass setTitle: _NS("2 Pass")];
[o_ckb_2pass setToolTip: _NS("Apply the" [o_ckb_2pass setToolTip: _NS("Apply the "
/// \bug [String] missing space
"equalizer filter twice. The effect will be sharper.")]; "equalizer filter twice. The effect will be sharper.")];
[o_ckb_enable setTitle: _NS("Enable")]; [o_ckb_enable setTitle: _NS("Enable")];
[o_ckb_enable setToolTip: _NS("Enable the equalizer. Bands can be set " [o_ckb_enable setToolTip: _NS("Enable the equalizer. Bands can be set "
......
...@@ -1666,14 +1666,12 @@ void OpenDialog::OnDiscTypeChange( wxCommandEvent& WXUNUSED(event) ) ...@@ -1666,14 +1666,12 @@ void OpenDialog::OnDiscTypeChange( wxCommandEvent& WXUNUSED(event) )
disc_audio->SetRange( 0, 7 ); // up to 8 audio channels disc_audio->SetRange( 0, 7 ); // up to 8 audio channels
disc_chapter->SetRange( 0, 255 ); disc_chapter->SetRange( 0, 255 );
disc_title->SetToolTip( wxU(_("Title number.")) ); disc_title->SetToolTip( wxU(_("Title number.")) );
// \bug [string] needs to be DVDs instead of DVD's
disc_sub->SetToolTip( wxU(_( disc_sub->SetToolTip( wxU(_(
"DVD's can have up to 32 subtitles numbered 0..31. " "DVDs can have up to 32 subtitles numbered 0..31. "
"Note this is not the same thing as a subtitle name (e.g. 'en'). " "Note this is not the same thing as a subtitle name (e.g. 'en'). "
"If a value -1 is used, no subtitle will be shown." )) ); "If a value -1 is used, no subtitle will be shown." )) );
// \bug [string] needs to be DVDs instead of DVD's
disc_audio->SetToolTip( wxU(_("Audio track number. " disc_audio->SetToolTip( wxU(_("Audio track number. "
"DVD's can have up to 8 audio tracks numbered 0..7." "DVDs can have up to 8 audio tracks numbered 0..7."
)) ); )) );
break; break;
...@@ -1709,13 +1707,11 @@ void OpenDialog::OnDiscTypeChange( wxCommandEvent& WXUNUSED(event) ) ...@@ -1709,13 +1707,11 @@ void OpenDialog::OnDiscTypeChange( wxCommandEvent& WXUNUSED(event) )
disc_title->SetRange( 0, 99 ); // only 100 tracks allowed on VCDs disc_title->SetRange( 0, 99 ); // only 100 tracks allowed on VCDs
disc_sub->SetRange( -1, 3 ); // up to 4 subtitles -1 = no subtitle disc_sub->SetRange( -1, 3 ); // up to 4 subtitles -1 = no subtitle
disc_audio->SetRange( 0, 1 ); // up to 2 audio tracks disc_audio->SetRange( 0, 1 ); // up to 2 audio tracks
// \bug [string] needs to be SVCDs instead of SVCD's
disc_sub->SetToolTip( wxU(_( disc_sub->SetToolTip( wxU(_(
"SVCD's can have up to 4 subtitles numbered 0..3. " "SVCDs can have up to 4 subtitles numbered 0..3. "
"If a value -1 is used, no subtitle will be shown." )) ); "If a value -1 is used, no subtitle will be shown." )) );
// \bug [string] needs to be SVCDs instead of SVCD's
disc_audio->SetToolTip( wxU(_("Audio track number. " disc_audio->SetToolTip( wxU(_("Audio track number. "
"VCD's can have up to 2 audio tracks numbered 0 or 1. " "VCDs can have up to 2 audio tracks numbered 0 or 1. "
)) ); )) );
break; break;
......
...@@ -53,19 +53,15 @@ static int CheckAndSend( vlc_object_t *p_this, uint8_t* p_data, int i_offset ); ...@@ -53,19 +53,15 @@ static int CheckAndSend( vlc_object_t *p_this, uint8_t* p_data, int i_offset );
* Module descriptor * Module descriptor
****************************************************************************/ ****************************************************************************/
/// \bug [String] REmove all "Growl" in short desc
#define SERVER_DEFAULT "127.0.0.1" #define SERVER_DEFAULT "127.0.0.1"
#define SERVER_TEXT N_("Growl server") #define SERVER_TEXT N_("Server")
#define SERVER_LONGTEXT N_("This is the host to which Growl notifications " \ #define SERVER_LONGTEXT N_("This is the host to which Growl notifications " \
"will be sent. By default, notifications are sent locally." ) "will be sent. By default, notifications are sent locally." )
#define PASS_DEFAULT "" #define PASS_DEFAULT ""
#define PASS_TEXT N_("Growl password") #define PASS_TEXT N_("Password")
/// \bug [String] Password on the Growl server. #define PASS_LONGTEXT N_("Growl password on the Growl server.")
#define PASS_LONGTEXT N_("Growl password on the server.") #define PORT_TEXT N_("UDP port")
#define PORT_TEXT N_("Growl UDP port") #define PORT_LONGTEXT N_("Growl UDP port on the Growl server.")
/// \bug [String] UDP port on the Growl server
#define PORT_LONGTEXT N_("Growl UDP port on the server.")
vlc_module_begin(); vlc_module_begin();
set_category( CAT_INTERFACE ); set_category( CAT_INTERFACE );
......
...@@ -59,8 +59,7 @@ static int SendToMSN( char * psz_msg ); ...@@ -59,8 +59,7 @@ static int SendToMSN( char * psz_msg );
* You need to enable the "What I'm Listening To" option in MSN. * You need to enable the "What I'm Listening To" option in MSN.
*****************************************************************************/ *****************************************************************************/
#define FORMAT_DEFAULT "{0} - {1}" #define FORMAT_DEFAULT "{0} - {1}"
/// \bug [String] MSN is useless #define FORMAT_TEXT N_("Title format string")
#define FORMAT_TEXT N_("MSN Title format string")
#define FORMAT_LONGTEXT N_("Format of the string to send to MSN " \ #define FORMAT_LONGTEXT N_("Format of the string to send to MSN " \
"{0} Artist, {1} Title, {2} Album. Defaults to \"Artist - Title\" ({0} - {1}).") "{0} Artist, {1} Title, {2} Album. Defaults to \"Artist - Title\" ({0} - {1}).")
......
...@@ -48,11 +48,10 @@ static int Open ( vlc_object_t * ); ...@@ -48,11 +48,10 @@ static int Open ( vlc_object_t * );
static void Close( vlc_object_t * ); static void Close( vlc_object_t * );
#define HOST_TEXT N_( "RTSP host address" ) #define HOST_TEXT N_( "RTSP host address" )
/// \bug [String] extra space
#define HOST_LONGTEXT N_( \ #define HOST_LONGTEXT N_( \
"This defines the address, port and path the RTSP VOD server will listen " \ "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 "\ "on.\nSyntax is address:port/path. The default is to listen on all "\
"interfaces (address 0.0.0.0), on port 554, with no path.\n To listen " \ "interfaces (address 0.0.0.0), on port 554, with no path.\nTo listen " \
"only on the local interface, use \"localhost\" as address." ) "only on the local interface, use \"localhost\" as address." )
#define THROTLE_TEXT N_( "Maximum number of connections" ) #define THROTLE_TEXT N_( "Maximum number of connections" )
......
...@@ -54,11 +54,10 @@ static int SetFont( filter_t *, int ); ...@@ -54,11 +54,10 @@ static int SetFont( filter_t *, int );
#define FONT_TEXT N_("Font") #define FONT_TEXT N_("Font")
#define FONT_LONGTEXT N_("Filename for the font you want to use") #define FONT_LONGTEXT N_("Filename for the font you want to use")
#define FONTSIZE_TEXT N_("Font size in pixels") #define FONTSIZE_TEXT N_("Font size in pixels")
/// \bug [String] extra space
#define FONTSIZE_LONGTEXT N_("This is the default size of the fonts " \ #define FONTSIZE_LONGTEXT N_("This is the default size of the fonts " \
"that will be rendered on the video. " \ "that will be rendered on the video. " \
"If set to something different than 0 this option will override the " \ "If set to something different than 0 this option will override the " \
"relative font size. " ) "relative font size." )
#define OPACITY_TEXT N_("Opacity") #define OPACITY_TEXT N_("Opacity")
#define OPACITY_LONGTEXT N_("The opacity (inverse of transparency) of the " \ #define OPACITY_LONGTEXT N_("The opacity (inverse of transparency) of the " \
"text that will be rendered on the video. 0 = transparent, " \ "text that will be rendered on the video. 0 = transparent, " \
......
...@@ -157,10 +157,9 @@ static void Close ( vlc_object_t * ); ...@@ -157,10 +157,9 @@ static void Close ( vlc_object_t * );
"16 char string (8 hexadecimal bytes).") "16 char string (8 hexadecimal bytes).")
#define CPKT_TEXT N_("Packet size in bytes to encrypt") #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. " \ #define CPKT_LONGTEXT N_("Size of the TS packet to encrypt. " \
"The encryption routines subtract the TS-header from the value before " \ "The encryption routines subtract the TS-header from the value before " \
"encrypting. " ) "encrypting." )
#define SOUT_CFG_PREFIX "sout-ts-" #define SOUT_CFG_PREFIX "sout-ts-"
#ifdef HAVE_BSEARCH #ifdef HAVE_BSEARCH
......
...@@ -38,17 +38,14 @@ ...@@ -38,17 +38,14 @@
* Module descriptor * Module descriptor
*****************************************************************************/ *****************************************************************************/
#define ACCESS_TEXT N_("Output access method") #define ACCESS_TEXT N_("Output access method")
/// \bug [String] "Output method to use for the stream."
#define ACCESS_LONGTEXT N_( \ #define ACCESS_LONGTEXT N_( \
"This is the output access method that will be used." ) "Output method to use for the stream." )
#define MUX_TEXT N_("Output muxer") #define MUX_TEXT N_("Output muxer")
/// \bug [String] "Muxer to use for the stream."
#define MUX_LONGTEXT N_( \ #define MUX_LONGTEXT N_( \
"This is the muxer that will be used." ) "Muxer to use for the stream." )
#define DST_TEXT N_("Output destination") #define DST_TEXT N_("Output destination")
/// \bug [String] "Destination (URL) to use for the stream."
#define DST_LONGTEXT N_( \ #define DST_LONGTEXT N_( \
"This is the destination (URL) that will be used for the stream." ) "Destination (URL) to use for the stream." )
#define NAME_TEXT N_("Session name") #define NAME_TEXT N_("Session name")
#define NAME_LONGTEXT N_( \ #define NAME_LONGTEXT N_( \
"This allows you to specify a name for the session, that will be announced "\ "This allows you to specify a name for the session, that will be announced "\
......
...@@ -122,10 +122,9 @@ struct filter_sys_t ...@@ -122,10 +122,9 @@ struct filter_sys_t
"fixed: use the user-defined number of rows and columns. " \ "fixed: use the user-defined number of rows and columns. " \
"offsets: use the user-defined offsets for each image." ) "offsets: use the user-defined offsets for each image." )
/// \bug [String] missing closing parenthesis
#define ROWS_TEXT N_("Number of rows") #define ROWS_TEXT N_("Number of rows")
#define ROWS_LONGTEXT N_("Number of image rows in the mosaic (only used if "\ #define ROWS_LONGTEXT N_("Number of image rows in the mosaic (only used if "\
"positionning method is set to \"fixed\"." ) "positionning method is set to \"fixed\")." )
#define COLS_TEXT N_("Number of columns") #define COLS_TEXT N_("Number of columns")
#define COLS_LONGTEXT N_("Number of image columns in the mosaic (only used if "\ #define COLS_LONGTEXT N_("Number of image columns in the mosaic (only used if "\
"positionning method is set to \"fixed\"." ) "positionning method is set to \"fixed\"." )
......
...@@ -38,9 +38,8 @@ ...@@ -38,9 +38,8 @@
/* FIXME: Future extension make the definition file in XML format. */ /* FIXME: Future extension make the definition file in XML format. */
#define OSD_FILE_TEXT N_("Configuration file") #define OSD_FILE_TEXT N_("Configuration file")
/// \bug [String] missing dot
#define OSD_FILE_LONGTEXT N_( \ #define OSD_FILE_LONGTEXT N_( \
"Configuration file for the OSD Menu" ) "Configuration file for the OSD Menu." )
#define OSD_PATH_TEXT N_("Path to OSD menu images") #define OSD_PATH_TEXT N_("Path to OSD menu images")
#define OSD_PATH_LONGTEXT N_( \ #define OSD_PATH_LONGTEXT N_( \
"Path to the OSD menu images. This will override the path defined in the " \ "Path to the OSD menu images. This will override the path defined in the " \
......
...@@ -381,10 +381,9 @@ static const char *ppsz_align_descriptions[] = ...@@ -381,10 +381,9 @@ static const char *ppsz_align_descriptions[] =
"pixels (1:1). If you have a 16:9 screen, you might need to change this " \ "pixels (1:1). If you have a 16:9 screen, you might need to change this " \
"to 4:3 in order to keep proportions.") "to 4:3 in order to keep proportions.")
/// \bug [String] Remove "this option"
#define SKIP_FRAMES_TEXT N_("Skip frames") #define SKIP_FRAMES_TEXT N_("Skip frames")
#define SKIP_FRAMES_LONGTEXT N_( \ #define SKIP_FRAMES_LONGTEXT N_( \
"This option enables framedropping on MPEG2 stream. Framedropping " \ "Enables framedropping on MPEG2 stream. Framedropping " \
"occurs when your computer is not powerful enough" ) "occurs when your computer is not powerful enough" )
#define DROP_LATE_FRAMES_TEXT N_("Drop late frames") #define DROP_LATE_FRAMES_TEXT N_("Drop late frames")
...@@ -558,11 +557,10 @@ static const char *ppsz_clock_descriptions[] = ...@@ -558,11 +557,10 @@ static const char *ppsz_clock_descriptions[] =
#define TEXTRENDERER_LONGTEXT N_( \ #define TEXTRENDERER_LONGTEXT N_( \
"VLC normally uses Freetype for rendering, but this allows you to use svg for instance.") "VLC normally uses Freetype for rendering, but this allows you to use svg for instance.")
/// \bug typo arbitraty
#define SUB_FILTER_TEXT N_("Subpictures filter module") #define SUB_FILTER_TEXT N_("Subpictures filter module")
#define SUB_FILTER_LONGTEXT N_( \ #define SUB_FILTER_LONGTEXT N_( \
"This adds so-called \"subpicture filters\". These filters overlay " \ "This adds so-called \"subpicture filters\". These filters overlay " \
"some images or text over the video (like a logo, arbitraty text...)." ) "some images or text over the video (like a logo, arbitrary text...)." )
#define SUB_AUTO_TEXT N_("Autodetect subtitle files") #define SUB_AUTO_TEXT N_("Autodetect subtitle files")
#define SUB_AUTO_LONGTEXT N_( \ #define SUB_AUTO_LONGTEXT N_( \
......
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