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
450
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
b60b391d
Commit
b60b391d
authored
5 years ago
by
Lyndon Brown
Committed by
Rémi Denis-Courmont
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
anaglyph: translate option choice labels
parent
36e8ff9d
No related branches found
Branches containing commit
No related tags found
1 merge request
!90
Add missing translation markers for option labels and choice lists
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/video_filter/anaglyph.c
+5
-5
5 additions, 5 deletions
modules/video_filter/anaglyph.c
with
5 additions
and
5 deletions
modules/video_filter/anaglyph.c
+
5
−
5
View file @
b60b391d
...
...
@@ -57,11 +57,11 @@ static const char *const ppsz_scheme_values[] = {
"magenta-cyan"
,
};
static
const
char
*
const
ppsz_scheme_descriptions
[]
=
{
"pure red (left) pure green (right)"
,
"pure red (left) pure blue (right)"
,
"pure red (left) pure cyan (right)"
,
"pure green (left) pure magenta (right)"
,
"magenta (left) cyan (right)"
,
N_
(
"pure red (left) pure green (right)"
)
,
N_
(
"pure red (left) pure blue (right)"
)
,
N_
(
"pure red (left) pure cyan (right)"
)
,
N_
(
"pure green (left) pure magenta (right)"
)
,
N_
(
"magenta (left) cyan (right)"
)
,
};
vlc_module_begin
()
...
...
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