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
dbe51edf
Commit
dbe51edf
authored
Oct 08, 2006
by
Christophe Mutricy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Slovak l10n (Forward port of [16989], [16990] and [16991])
parent
d4384d0b
Changes
6
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
16745 additions
and
4 deletions
+16745
-4
NEWS
NEWS
+1
-0
THANKS
THANKS
+1
-0
configure.ac
configure.ac
+1
-1
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
+2
-1
No files found.
NEWS
View file @
dbe51edf
...
...
@@ -58,6 +58,7 @@ Interfaces:
Localization:
* Add Czech
* Add Slovak
Developers:
* Updates to the libvlc API
...
...
THANKS
View file @
dbe51edf
...
...
@@ -98,6 +98,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 Hikank- <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
...
...
configure.ac
View file @
dbe51edf
...
...
@@ -297,7 +297,7 @@ fi
dnl
dnl Gettext stuff
dnl
ALL_LINGUAS="ca cs da de en_GB es fr gl he hi hu it ja ka ko nl oc pt_BR ro ru sv tr zh_CN zh_TW"
ALL_LINGUAS="ca cs da de en_GB es fr gl he hi hu it ja ka ko nl oc pt_BR ro ru s
k s
v tr zh_CN zh_TW"
AM_GNU_GETTEXT_VERSION(0.11.5)
AM_GNU_GETTEXT
AS_IF([test "${nls_cv_force_use_gnu_gettext}" = "yes"], [
...
...
po/sk.po
0 → 100644
View file @
dbe51edf
This diff is collapsed.
Click to expand it.
src/libvlc.h
View file @
dbe51edf
...
...
@@ -31,7 +31,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
[]
=
...
...
@@ -40,7 +40,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 @
dbe51edf
...
...
@@ -61,6 +61,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