[vlc-devel] [PATCH] rist: add missing translations

Jean-Baptiste Kempf jb at videolan.org
Sat Apr 10 13:03:30 UTC 2021


Do we really need to translate those?

On Sat, 10 Apr 2021, at 14:47, Pierre Ynard via vlc-devel wrote:
> 
> diff --git a/modules/access/rist.c b/modules/access/rist.c
> index 009c177..53373c3 100644
> --- a/modules/access/rist.c
> +++ b/modules/access/rist.c
> @@ -1142,11 +1142,11 @@ vlc_module_begin ()
>      add_integer( "nack-type", NACK_FMT_RANGE,
>              N_("RIST nack type, 0 = range, 1 = bitmask. Default is 
> range"), NULL, true )
>          change_integer_list( nack_type, nack_type_names )
> -    add_bool( "disable-nacks", false, "Disable NACK output packets",
> -        "Use this to disable packet recovery", true )
> -    add_bool( "mcast-blind-nacks", false, "Do not check for a valid 
> rtcp message from the encoder",
> -        "Send nack messages even when we have not confirmed that the 
> encoder is on our local " \
> -        "network.", true )
> +    add_bool( "disable-nacks", false, N_("Disable NACK output 
> packets"),
> +        N_("Use this to disable packet recovery"), true )
> +    add_bool( "mcast-blind-nacks", false, N_("Do not check for a valid 
> rtcp message from the encoder"),
> +        N_("Send nack messages even when we have not confirmed that 
> the encoder is on our local " \
> +        "network."), true )
>  
>      set_capability( "access", 0 )
>      add_shortcut( "rist", "tr06" )
> -- 
> Pierre Ynard
> "Une âme dans un corps, c'est comme un dessin sur une feuille de papier."
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel


-- 
Jean-Baptiste Kempf -  President
+33 672 704 734


More information about the vlc-devel mailing list