]> git.sesse.net Git - vlc/blobdiff - modules/audio_filter/audiobargraph_a.c
Use var_InheritString for --decklink-video-connection.
[vlc] / modules / audio_filter / audiobargraph_a.c
index 4973ded76db40e86ba821edbf71202dfc08b9ab2..c50806dd78d6e356800a2aabddd1b91aa688b7f5 100644 (file)
 #define PORT_LONGTEXT N_("TCP port to use to communicate with the video "\
                 "part of the Bar Graph (default 12345)." \
                 "Use the same port as the one used in the rc interface." )
-#define BARGRAPH_TEXT N_("Defines if BarGraph information should be send (default 1)")
-#define BARGRAPH_LONGTEXT N_("Defines if BarGraph information should be send. "\
+#define BARGRAPH_TEXT N_("Defines if BarGraph information should be sent (default 1)")
+#define BARGRAPH_LONGTEXT N_("Defines if BarGraph information should be sent. "\
                 "1 if the information should be sent, 0 otherwise (default 1)." )
 #define BARGRAPH_REPETITION_TEXT N_("Sends the barGraph information every n audio packets (default 4)")
 #define BARGRAPH_REPETITION_LONGTEXT N_("Defines how often the barGraph information should be sent. "\
                 "Sends the barGraph information every n audio packets (default 4)." )
-#define SILENCE_TEXT N_("Defines if silence alarm information should be send (default 1)")
-#define SILENCE_LONGTEXT N_("Defines if silence alarm information should be send. "\
+#define SILENCE_TEXT N_("Defines if silence alarm information should be sent (default 1)")
+#define SILENCE_LONGTEXT N_("Defines if silence alarm information should be sent. "\
                 "1 if the information should be sent, 0 otherwise (default 1)." )
 #define TIME_WINDOW_TEXT N_("Time window to use in ms (default 5000)")
 #define TIME_WINDOW_LONGTEXT N_("Time Window during when the audio level is measured in ms for silence detection. "\
@@ -64,7 +64,7 @@
 #define ALARM_THRESHOLD_LONGTEXT N_("Threshold to be attained to raise an alarm. "\
                 "If the audio level is under the threshold during this time, "\
                 "an alarm is sent (default 0.1)." )
-#define REPETITION_TIME_TEXT N_("Time between two alamr messages in ms (default 2000)" )
+#define REPETITION_TIME_TEXT N_("Time between two alarm messages in ms (default 2000)" )
 #define REPETITION_TIME_LONGTEXT N_("Time between two alarm messages in ms. "\
                 "This value is used to avoid alarm saturation (default 2000)." )
 #define CONNECTION_RESET_TEXT N_("Force connection reset regularly (default 1)" )