Skip to content
Snippets Groups Projects
Commit 9924438b authored by Michał Trzebiatowski's avatar Michał Trzebiatowski Committed by Jean-Baptiste Kempf
Browse files

i18n: capital letter at the beginning


Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent cfbe65e6
No related branches found
No related tags found
No related merge requests found
......@@ -68,10 +68,10 @@ static void Close( vlc_object_t *p_this );
/* Satellite */
#define SATELLITE_TEXT N_("Satellite scanning config")
#define SATELLITE_LONGTEXT N_("filename of config file in share/dvb/dvb-s.")
#define SATELLITE_LONGTEXT N_("Filename of config file in share/dvb/dvb-s.")
#define SCANLIST_TEXT N_("Scan tuning list")
#define SCANLIST_LONGTEXT N_("filename containing initial scan tuning data.")
#define SCANLIST_LONGTEXT N_("Filename containing initial scan tuning data.")
#define SCAN_NIT_TEXT N_("Use NIT for scanning services")
......
......@@ -48,14 +48,14 @@
#define DEST_TEXT N_("Output destination")
#define DEST_LONGTEXT N_( \
"Destination (URL) to use for the stream. Overrides path and bind parameters" )
#define BIND_TEXT N_("address to bind to (helper setting for dst)")
#define BIND_TEXT N_("Address to bind to (helper setting for dst)")
#define BIND_LONGTEXT N_( \
"address:port to bind vlc to listening incoming streams. "\
"helper setting for dst, dst=bind+'/'+path. dst-parameter overrides this." )
#define PATH_TEXT N_("filename for stream (helper setting for dst)")
"Helper setting for dst, dst=bind+'/'+path. dst-parameter overrides this." )
#define PATH_TEXT N_("Filename for stream (helper setting for dst)")
#define PATH_LONGTEXT N_( \
"Filename for stream "\
"helper setting for dst, dst=bind+'/'+path. dst-parameter overrides this." )
"Filename for stream. "\
"Helper setting for dst, dst=bind+'/'+path. dst-parameter overrides this." )
#define NAME_TEXT N_("Session name")
#define NAME_LONGTEXT N_( \
"This is the name of the session that will be announced in the SDP " \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment