Commit 7ea393d4 authored by Felix Paul Kühne's avatar Felix Paul Kühne

* fixed some strings

parent 0aaa609a
...@@ -127,7 +127,7 @@ vlc_module_begin(); ...@@ -127,7 +127,7 @@ vlc_module_begin();
add_bool( MODULE_STRING "-extended-info", 0, NULL, add_bool( MODULE_STRING "-extended-info", 0, NULL,
N_("Show extended VCD info?"), N_("Show extended VCD info?"),
N_("Show the maximum about of information under Stream and " N_("Show the maximum amount of information under Stream and "
"Media Info. Shows for example playback control navigation."), "Media Info. Shows for example playback control navigation."),
VLC_FALSE ); VLC_FALSE );
......
...@@ -81,7 +81,7 @@ static void Close( vlc_object_t * ); ...@@ -81,7 +81,7 @@ static void Close( vlc_object_t * );
#define CHECK_CERT_TEXT N_("Check TLS/SSL server certificate validity") #define CHECK_CERT_TEXT N_("Check TLS/SSL server certificate validity")
#define CHECK_CERT_LONGTEXT N_( \ #define CHECK_CERT_LONGTEXT N_( \
"Ensures that server certificate is valid " \ "Ensures that server certificate is valid " \
"(ie. signed by an approved Certificate Authority)." ) "(i.e. signed by an approved Certificate Authority)." )
#define CHECK_HOSTNAME_TEXT N_("Check TLS/SSL server hostname in certificate") #define CHECK_HOSTNAME_TEXT N_("Check TLS/SSL server hostname in certificate")
#define CHECK_HOSTNAME_LONGTEXT N_( \ #define CHECK_HOSTNAME_LONGTEXT N_( \
......
...@@ -46,7 +46,7 @@ static void Close( vlc_object_t * ); ...@@ -46,7 +46,7 @@ static void Close( vlc_object_t * );
#define HOST_TEXT N_( "Host address" ) #define HOST_TEXT N_( "Host address" )
#define HOST_LONGTEXT N_( \ #define HOST_LONGTEXT N_( \
"You can set the address, port and path the rtsp interface will bind to." \ "You can set the address, port and path the rtsp interface will bind to." \
".\n Syntax is address:port/path. Default is to bind to localhost address"\ "\n Syntax is address:port/path. Default is to bind to localhost address "\
"on port 554, with no path. Use 0.0.0.0 to bind to all addresses." ) "on port 554, with no path. Use 0.0.0.0 to bind to all addresses." )
vlc_module_begin(); vlc_module_begin();
set_shortname( _("RTSP VoD" ) ); set_shortname( _("RTSP VoD" ) );
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#define SEPARATOR_TEXT N_( "Multipart separator string" ) #define SEPARATOR_TEXT N_( "Multipart separator string" )
#define SEPARATOR_LONGTEXT N_( "Multipart strings like MPJPEG use a " \ #define SEPARATOR_LONGTEXT N_( "Multipart strings like MPJPEG use a " \
"separator string betwen content pieces. "\ "separator string between content pieces. "\
"You can select this string. Default is "\ "You can select this string. Default is "\
"--myboundary" ) "--myboundary" )
......
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