add_bool( MODULE_STRING "-extended-info", 0, NULL,
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."),
VLC_FALSE );
#define CHECK_CERT_TEXT N_("Check TLS/SSL server certificate validity")
#define CHECK_CERT_LONGTEXT N_( \
"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_LONGTEXT N_( \
#define HOST_TEXT N_( "Host address" )
#define HOST_LONGTEXT N_( \
"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." )
vlc_module_begin();
set_shortname( _("RTSP VoD" ) );
#define SEPARATOR_TEXT N_( "Multipart separator string" )
#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 "\
"--myboundary" )