Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
803dbbe6
Commit
803dbbe6
authored
May 20, 2006
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Compiler warning
parent
fb7890cf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/libvlc.h
src/libvlc.h
+2
-0
No files found.
src/libvlc.h
View file @
803dbbe6
...
...
@@ -27,6 +27,7 @@
#define Nothing here, this is just to prevent update-po from being stupid
#include "vlc_keys.h"
#if defined (WIN32) || defined (__APPLE__)
static
char
*
ppsz_language
[]
=
{
"auto"
,
"en"
,
"en_GB"
,
"ca"
,
"cs"
,
"da"
,
"de"
,
"es"
,
"fr"
,
"gl"
,
"he"
,
"hu"
,
"it"
,
"ja"
,
"ka"
,
"ko"
,
"nl"
,
"oc"
,
"pt_BR"
,
"ro"
,
"ru"
,
"sv"
,
"tr"
,
...
...
@@ -39,6 +40,7 @@ N_("French"), N_("Galician"), N_("Hebrew"), N_("Hungarian"),N_("Italian"),
N_
(
"Japanese"
),
N_
(
"Georgian"
),
N_
(
"Korean"
),
N_
(
"Dutch"
),
N_
(
"Occitan"
),
N_
(
"Brazilian Portuguese"
),
N_
(
"Romanian"
),
N_
(
"Russian"
),
N_
(
"Swedish"
),
N_
(
"Turkish"
),
N_
(
"Simplified Chinese"
),
N_
(
"Chinese Traditional"
)
};
#endif
static
char
*
ppsz_snap_formats
[]
=
{
"png"
,
"jpg"
};
...
...
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