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
7bb9af28
Commit
7bb9af28
authored
Oct 08, 2006
by
Christophe Mutricy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Slovak localisation by Marian Hikanik. Many thanks to him
parent
d605f165
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
16743 additions
and
2 deletions
+16743
-2
NEWS
NEWS
+1
-0
THANKS
THANKS
+1
-0
po/sk.po
po/sk.po
+16737
-0
src/libvlc.h
src/libvlc.h
+3
-2
src/misc/darwin_specific.m
src/misc/darwin_specific.m
+1
-0
No files found.
NEWS
View file @
7bb9af28
...
...
@@ -29,6 +29,7 @@ Interfaces:
Localization:
* Add Czech
* Add Slovak
Developers:
* Updates to the libvlc API
...
...
THANKS
View file @
7bb9af28
...
...
@@ -91,6 +91,7 @@ Laurent Mutricy <laurent.mutricy at ecl2005 dot ec-lyon dot fr> - HTTP interface
Lorena Gomes - Catalan translation
Marc Nolette <nolette at videotron.ca> - PVR support in DirectShow input
Marco Munderloh <Marco.Munderloh at web.de> - HTTP fix for Win32 to URL filenames
Marin Hikaník- <podnety _at_ mojepreklady _dot_ net> - Slovak localisation
Mark Gritter <mgritter at kealia.com> - fix for netlist packet leak in demuxPSI
Markus Kern <markus-kern at gmx dot net> - video output window fixes (win32)
Markus Kuespert <ltlBeBoy at beosmail.com> - BeOS CSS support
...
...
po/sk.po
0 → 100644
View file @
7bb9af28
This diff is collapsed.
Click to expand it.
src/libvlc.h
View file @
7bb9af28
...
...
@@ -30,7 +30,7 @@
#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"
,
"it"
,
"ja"
,
"ka"
,
"ko"
,
"nl"
,
"oc"
,
"pt_BR"
,
"ro"
,
"ru"
,
"s
k"
,
"s
v"
,
"tr"
,
"zh_CN"
,
"zh_TW"
};
static
char
*
ppsz_language_text
[]
=
...
...
@@ -39,7 +39,8 @@ N_("Catalan"), N_("Czech"), N_("Danish"), N_("German"), N_("Spanish"),
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"
)
};
N_
(
"Slovak"
),
N_
(
"Turkish"
),
N_
(
"Simplified Chinese"
),
N_
(
"Chinese Traditional"
)
};
#endif
static
char
*
ppsz_snap_formats
[]
=
...
...
src/misc/darwin_specific.m
View file @
7bb9af28
...
...
@@ -62,6 +62,7 @@ static int FindLanguage( const char * psz_lang )
"Brazilian Portuguese"
,
"pt_BR"
,
"Romanian"
,
"ro"
,
"Russian"
,
"ru"
,
"Slovak"
,
"sk"
,
"Swedish"
,
"sv"
,
"Turkish"
,
"tr"
,
"Simplified Chinese"
,
"zh_CN"
,
...
...
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