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
c7977d5d
Commit
c7977d5d
authored
Jun 30, 2007
by
Christophe Mutricy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Activate the polish translation
parent
ddec4030
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
src/libvlc-module.c
src/libvlc-module.c
+5
-5
No files found.
src/libvlc-module.c
View file @
c7977d5d
...
...
@@ -40,17 +40,17 @@
#if defined (WIN32) || defined (__APPLE__)
static
const
char
*
ppsz_language
[]
=
{
"auto"
,
"ar"
,
"en"
,
"en_GB"
,
"ca"
,
"cs"
,
"da"
,
"de"
,
"es"
,
"fa"
"fr"
,
"gl"
,
"he"
,
"hu"
,
"it"
,
"ja"
,
"ka"
,
"ko"
,
"ms"
,
"nl"
,
"oc"
,
"p
t_BR"
,
"ro"
,
"ru"
,
"sk"
,
"sl"
,
"sv"
,
"tr"
,
"zh_CN"
,
"zh_TW"
};
"he"
,
"hu"
,
"it"
,
"ja"
,
"ka"
,
"ko"
,
"ms"
,
"nl"
,
"oc"
,
"p
l"
,
"pt_BR"
,
"ro"
,
"
ru"
,
"
sk"
,
"sl"
,
"sv"
,
"tr"
,
"zh_CN"
,
"zh_TW"
};
static
const
char
*
ppsz_language_text
[]
=
{
N_
(
"Auto"
),
N_
(
"Arabic"
),
N_
(
"American English"
),
N_
(
"British English"
),
N_
(
"Catalan"
),
N_
(
"Czech"
),
N_
(
"Danish"
),
N_
(
"German"
),
N_
(
"Spanish"
),
N_
(
"Persian"
),
N_
(
"French"
),
N_
(
"Galician"
),
N_
(
"Hebrew"
),
N_
(
"Hungarian"
),
N_
(
"Italian"
),
N_
(
"Japanese"
),
N_
(
"Georgian"
),
N_
(
"Korean"
),
N_
(
"Malay"
),
N_
(
"Dutch"
),
N_
(
"Occitan"
),
N_
(
"
Brazilian Portuguese"
),
N_
(
"Romanian"
),
N_
(
"R
ussian"
),
N_
(
"Slovak"
),
N_
(
"Slovenian"
),
N_
(
"Swedish"
),
N_
(
"Turk
ish"
),
N_
(
"Simplified Chinese"
),
N_
(
"Chinese Traditional"
)
};
N_
(
"Dutch"
),
N_
(
"Occitan"
),
N_
(
"
Polish"
),
N_
(
"Brazilian Portuguese"
),
N_
(
"R
omanian"
),
N_
(
"Russian"
),
N_
(
"Slovak"
),
N_
(
"Slovenian"
),
N_
(
"Swed
ish"
),
N_
(
"
Turkish"
),
N_
(
"
Simplified Chinese"
),
N_
(
"Chinese Traditional"
)
};
#endif
static
const
char
*
ppsz_snap_formats
[]
=
...
...
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