Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
22ec4bef
Commit
22ec4bef
authored
Dec 04, 2011
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix strings mistake for translation
parent
950705a7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
modules/codec/schroedinger.c
modules/codec/schroedinger.c
+1
-1
modules/control/netsync.c
modules/control/netsync.c
+4
-4
src/libvlc-module.c
src/libvlc-module.c
+1
-1
No files found.
modules/codec/schroedinger.c
View file @
22ec4bef
...
...
@@ -149,7 +149,7 @@ static const char *enc_filtering_list_text[] = {
N_
(
"Gaussian Low Pass Filter"
),
N_
(
"Add Noise"
),
N_
(
"Gaussian Adaptive Low Pass Filter"
),
N_
(
"Low Pass F
f
ilter"
),
N_
(
"Low Pass Filter"
),
};
#define ENC_PREFILTER_STRENGTH "filter-value"
...
...
modules/control/netsync.c
View file @
22ec4bef
...
...
@@ -55,13 +55,13 @@ static int Open (vlc_object_t *);
static
void
Close
(
vlc_object_t
*
);
#define NETSYNC_TEXT N_("Network master clock")
#define NETSYNC_LONGTEXT N_("When set
then
" \
"
This VLC instance shall dictate its
clock for synchronization " \
"
over clients listening on the masters network ip address
")
#define NETSYNC_LONGTEXT N_("When set
,
" \
"
this VLC instance will act as the master
clock for synchronization " \
"
for clients listening
")
#define MIP_TEXT N_("Master server ip address")
#define MIP_LONGTEXT N_("The IP address of " \
"
T
he network master clock to use for clock synchronization.")
"
t
he network master clock to use for clock synchronization.")
#define NETSYNC_TIMEOUT_TEXT N_("UDP timeout (in ms)")
#define NETSYNC_TIMEOUT_LONGTEXT N_("Length of time (in ms) " \
...
...
src/libvlc-module.c
View file @
22ec4bef
...
...
@@ -201,7 +201,7 @@ static const char *const ppsz_snap_formats[] =
#define VERBOSE_OBJECTS_TEXT N_("Choose which objects should print debug " \
"message")
#define VERBOSE_OBJECTS_LONGTEXT N_( \
"This is a ',' separated string, each object
s
should be prefixed by " \
"This is a ',' separated string, each object should be prefixed by " \
"a '+' or a '-' to respectively enable or disable it. The keyword " \
"'all' refers to all objects. Objects can be referred to by their " \
"type or module name. Rules applying to named objects take precedence " \
...
...
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