Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
443
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
9924438b
Commit
9924438b
authored
7 years ago
by
Michał Trzebiatowski
Committed by
Jean-Baptiste Kempf
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
i18n: capital letter at the beginning
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
cfbe65e6
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
modules/access/dvb/access.c
+2
-2
2 additions, 2 deletions
modules/access/dvb/access.c
modules/stream_out/standard.c
+5
-5
5 additions, 5 deletions
modules/stream_out/standard.c
with
7 additions
and
7 deletions
modules/access/dvb/access.c
+
2
−
2
View file @
9924438b
...
...
@@ -68,10 +68,10 @@ static void Close( vlc_object_t *p_this );
/* Satellite */
#define SATELLITE_TEXT N_("Satellite scanning config")
#define SATELLITE_LONGTEXT N_("
f
ilename of config file in share/dvb/dvb-s.")
#define SATELLITE_LONGTEXT N_("
F
ilename of config file in share/dvb/dvb-s.")
#define SCANLIST_TEXT N_("Scan tuning list")
#define SCANLIST_LONGTEXT N_("
f
ilename containing initial scan tuning data.")
#define SCANLIST_LONGTEXT N_("
F
ilename containing initial scan tuning data.")
#define SCAN_NIT_TEXT N_("Use NIT for scanning services")
...
...
This diff is collapsed.
Click to expand it.
modules/stream_out/standard.c
+
5
−
5
View file @
9924438b
...
...
@@ -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_("
a
ddress to bind to (helper setting for dst)")
#define BIND_TEXT N_("
A
ddress to bind to (helper setting for dst)")
#define BIND_LONGTEXT N_( \
"address:port to bind vlc to listening incoming streams. "\
"
h
elper setting for dst, dst=bind+'/'+path. dst-parameter overrides this." )
#define PATH_TEXT N_("
f
ilename for stream (helper setting for dst)")
"
H
elper setting for dst, dst=bind+'/'+path. dst-parameter overrides this." )
#define PATH_TEXT N_("
F
ilename for stream (helper setting for dst)")
#define PATH_LONGTEXT N_( \
"Filename for stream "\
"
h
elper setting for dst, dst=bind+'/'+path. dst-parameter overrides this." )
"Filename for stream
.
"\
"
H
elper 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 " \
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment