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
be39c3f1
Commit
be39c3f1
authored
Mar 31, 2006
by
Clément Stenac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Additional string fixes (Refs:#438)
parent
35947aed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
modules/services_discovery/sap.c
modules/services_discovery/sap.c
+7
-7
No files found.
modules/services_discovery/sap.c
View file @
be39c3f1
...
...
@@ -79,23 +79,23 @@ static const char ipv6_scopes[] = "1456789ABCDE";
#define SAP_ADDR_TEXT N_( "SAP multicast address" )
#define SAP_ADDR_LONGTEXT N_( "The SAP module normally chooses itself the " \
"right addresses to listen to. However, you " \
"can specify a specific address" )
"can specify a specific address
.
" )
#define SAP_IPV4_TEXT N_( "IPv4 SAP" )
#define SAP_IPV4_LONGTEXT N_( \
"
Set this if you want the SAP module to l
isten to IPv4 announcements " \
"
L
isten to IPv4 announcements " \
"on the standard address." )
#define SAP_IPV6_TEXT N_( "IPv6 SAP" )
#define SAP_IPV6_LONGTEXT N_( \
"
Set this if you want the SAP module to l
isten to IPv6 announcements " \
"on the standard address." )
"
L
isten to IPv6 announcements " \
"on the standard address
es
." )
#define SAP_SCOPE_TEXT N_( "IPv6 SAP scope" )
#define SAP_SCOPE_LONGTEXT N_( \
"S
ets the s
cope for IPv6 announcements (default is 8)." )
"Scope for IPv6 announcements (default is 8)." )
#define SAP_TIMEOUT_TEXT N_( "SAP timeout (seconds)" )
#define SAP_TIMEOUT_LONGTEXT N_( \
"
Sets the time before
SAP items get deleted if no new announcement " \
"
Delay after which
SAP items get deleted if no new announcement " \
"is received." )
#define SAP_PARSE_TEXT N_( "Try to parse the
SAP
" )
#define SAP_PARSE_TEXT N_( "Try to parse the
announce
" )
#define SAP_PARSE_LONGTEXT N_( \
"This enables actual parsing of the announces by the SAP module. " \
"Otherwise, all announcements are parsed by the \"livedotcom\" " \
...
...
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