X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Flibvlc-module.c;h=bc34f8741e5641e43d7ec7a4a846cb343f765e59;hb=39b12470304af700117db7c00de4e92035ca94dc;hp=270b43bda060e09c516070c51acb1a11d69d9acc;hpb=2241aa2262c92732958fa19f3866a0258cfafc69;p=vlc diff --git a/src/libvlc-module.c b/src/libvlc-module.c index 270b43bda0..bc34f8741e 100644 --- a/src/libvlc-module.c +++ b/src/libvlc-module.c @@ -66,6 +66,7 @@ static const char *const ppsz_language[] = "he", "hr", "hu", + "hy", "id", "it", "ja", @@ -119,6 +120,7 @@ static const char *const ppsz_language_text[] = "עברית", "hrvatski", "Magyar", + "հայերեն", "Bahasa Indonesia", "Italiano", "日本語", @@ -642,8 +644,8 @@ static const char *const ppsz_pos_descriptions[] = #define CLOCK_JITTER_TEXT N_("Clock jitter") #define CLOCK_JITTER_LONGTEXT N_( \ - "It tells the clock algorithms what is the maximal input jitter that " \ - "is considered valid and can be compensated (in milliseconds)" ) + "This defines the maximum input delay jitter that the synchronization " \ + "algorithms should try to compensate (in milliseconds)." ) #define NETSYNC_TEXT N_("Network synchronisation" ) #define NETSYNC_LONGTEXT N_( "This allows you to remotely " \