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
d5845675
Commit
d5845675
authored
Sep 13, 2008
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed a couple of l10n strings pointed by Antonio Javier Varela
parent
e751f9c4
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
modules/access/dshow/dshow.cpp
modules/access/dshow/dshow.cpp
+1
-1
modules/access/dv.c
modules/access/dv.c
+1
-1
modules/gui/macosx/wizard.m
modules/gui/macosx/wizard.m
+1
-1
modules/video_filter/bluescreen.c
modules/video_filter/bluescreen.c
+2
-2
No files found.
modules/access/dshow/dshow.cpp
View file @
d5845675
...
...
@@ -98,7 +98,7 @@ static const char *const ppsz_amtuner_mode_text[] = { N_("Default"),
#define CACHING_TEXT N_("Caching value in ms")
#define CACHING_LONGTEXT N_( \
"Caching value for DirectShow streams. " \
"This value should be set in milliseconds
s
." )
"This value should be set in milliseconds." )
#define VDEV_TEXT N_("Video device name")
#define VDEV_LONGTEXT N_( \
"Name of the video device that will be used by the " \
...
...
modules/access/dv.c
View file @
d5845675
...
...
@@ -70,7 +70,7 @@ static int Control( access_t *, int, va_list );
#define CACHING_TEXT N_("Caching value in ms")
#define CACHING_LONGTEXT N_( \
"Caching value for DV streams. This" \
"Caching value for DV streams. This
" \
"value should be set in milliseconds." )
vlc_module_begin
();
...
...
modules/gui/macosx/wizard.m
View file @
d5845675
...
...
@@ -419,7 +419,7 @@ static VLCWizard *_o_sharedInstance = nil;
[
o_t7_btn_mrInfo_local
setTitle
:
_NS
(
"More Info"
)];
/* page eight ("Summary") */
[
o_t8_txt_text
setStringValue
:
_NS
(
"This page lists all the settings."
[
o_t8_txt_text
setStringValue
:
_NS
(
"This page lists all the settings.
"
"Click
\"
Finish
\"
to start streaming or transcoding."
)];
[
o_t8_txt_title
setStringValue
:
_NS
(
"Summary"
)];
[
o_t8_txt_destination
setStringValue
:
[
_NS
(
"Destination"
)
...
...
modules/video_filter/bluescreen.c
View file @
d5845675
...
...
@@ -38,8 +38,8 @@
#define BLUESCREEN_HELP N_( \
"This effect, also known as \"greenscreen\" or \"chroma key\" blends " \
"the \"blue parts\" of the foreground image of the mosaic on the " \
"background (like weather forcasts). You can choose the \"key\" " \
"color for blending (bl
yy
ue by default)." )
"background (like weather for
e
casts). You can choose the \"key\" " \
"color for blending (blue by default)." )
#define BLUESCREENU_TEXT N_("Bluescreen U value")
#define BLUESCREENU_LONGTEXT N_( \
...
...
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