Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
7ea393d4
Commit
7ea393d4
authored
Jun 10, 2005
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* fixed some strings
parent
0aaa609a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
modules/access/vcdx/vcd.c
modules/access/vcdx/vcd.c
+1
-1
modules/misc/gnutls.c
modules/misc/gnutls.c
+1
-1
modules/misc/rtsp.c
modules/misc/rtsp.c
+1
-1
modules/mux/mpjpeg.c
modules/mux/mpjpeg.c
+1
-1
No files found.
modules/access/vcdx/vcd.c
View file @
7ea393d4
...
...
@@ -127,7 +127,7 @@ vlc_module_begin();
add_bool
(
MODULE_STRING
"-extended-info"
,
0
,
NULL
,
N_
(
"Show extended VCD info?"
),
N_
(
"Show the maximum a
bou
t of information under Stream and "
N_
(
"Show the maximum a
moun
t of information under Stream and "
"Media Info. Shows for example playback control navigation."
),
VLC_FALSE
);
...
...
modules/misc/gnutls.c
View file @
7ea393d4
...
...
@@ -81,7 +81,7 @@ static void Close( vlc_object_t * );
#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_( \
...
...
modules/misc/rtsp.c
View file @
7ea393d4
...
...
@@ -46,7 +46,7 @@ static void Close( vlc_object_t * );
#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"
)
);
...
...
modules/mux/mpjpeg.c
View file @
7ea393d4
...
...
@@ -31,7 +31,7 @@
#define SEPARATOR_TEXT N_( "Multipart separator string" )
#define SEPARATOR_LONGTEXT N_( "Multipart strings like MPJPEG use a " \
"separator string betwen content pieces. "\
"separator string betwe
e
n content pieces. "\
"You can select this string. Default is "\
"--myboundary" )
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment