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
bc3f5d48
Commit
bc3f5d48
authored
May 18, 2006
by
Christophe Mutricy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Czech translation. Many thaks to Miroslav Oujesky
parent
1f3af1b4
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
16737 additions
and
4 deletions
+16737
-4
THANKS
THANKS
+1
-0
configure.ac
configure.ac
+1
-1
po/cs.po
po/cs.po
+16731
-0
src/libvlc.h
src/libvlc.h
+3
-3
src/misc/darwin_specific.m
src/misc/darwin_specific.m
+1
-0
No files found.
THANKS
View file @
bc3f5d48
...
@@ -97,6 +97,7 @@ Michael Mondragon <mammon at lokmail.net> - ncurses compilation fix
...
@@ -97,6 +97,7 @@ Michael Mondragon <mammon at lokmail.net> - ncurses compilation fix
Mickael Hoerdt <hoerdt at clarinet.u-strasbg.fr> - IPv6 SSM multicast patch
Mickael Hoerdt <hoerdt at clarinet.u-strasbg.fr> - IPv6 SSM multicast patch
Mike Schrag <mschrag at pobox dot com> - directx device selection
Mike Schrag <mschrag at pobox dot com> - directx device selection
Michel Lanners <mlan at cpu.lu> - fixed typos and AltiVec detection
Michel Lanners <mlan at cpu.lu> - fixed typos and AltiVec detection
Miroslav Oujeský <oujesky at mail dot muni dot cz> - Czech translation
Moritz Bunkus <moritz at bunkus dot org> - Matroska patches
Moritz Bunkus <moritz at bunkus dot org> - Matroska patches
Morten Brix Pedersen <morten at wtf.dk> - Danish translation
Morten Brix Pedersen <morten at wtf.dk> - Danish translation
Nilmoni Deb <ndeb at ece.cmu.edu> - autoconf and Makefile fixes
Nilmoni Deb <ndeb at ece.cmu.edu> - autoconf and Makefile fixes
...
...
configure.ac
View file @
bc3f5d48
...
@@ -303,7 +303,7 @@ fi
...
@@ -303,7 +303,7 @@ fi
dnl
dnl
dnl Gettext stuff
dnl Gettext stuff
dnl
dnl
ALL_LINGUAS="ca 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 sv tr zh_CN zh_TW"
AM_GNU_GETTEXT_VERSION(0.11.5)
AM_GNU_GETTEXT_VERSION(0.11.5)
AM_GNU_GETTEXT
AM_GNU_GETTEXT
if test "${nls_cv_force_use_gnu_gettext}" = "yes"; then
if test "${nls_cv_force_use_gnu_gettext}" = "yes"; then
...
...
po/cs.po
0 → 100644
View file @
bc3f5d48
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/libvlc.h
View file @
bc3f5d48
...
@@ -28,14 +28,14 @@
...
@@ -28,14 +28,14 @@
#include "vlc_keys.h"
#include "vlc_keys.h"
static
char
*
ppsz_language
[]
=
static
char
*
ppsz_language
[]
=
{
"auto"
,
"en"
,
"en_GB"
,
"ca"
,
"da"
,
"de"
,
"es"
,
"fr"
,
"gl"
,
"he"
,
"hu"
,
{
"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"
,
"sv"
,
"tr"
,
"zh_CN"
,
"zh_TW"
};
"zh_CN"
,
"zh_TW"
};
static
char
*
ppsz_language_text
[]
=
static
char
*
ppsz_language_text
[]
=
{
N_
(
"Auto"
),
N_
(
"American English"
),
N_
(
"British English"
),
{
N_
(
"Auto"
),
N_
(
"American English"
),
N_
(
"British English"
),
N_
(
"Catalan"
),
N_
(
"
Danish"
),
N_
(
"German"
),
N_
(
"Spanish"
),
N_
(
"Frenc
h"
),
N_
(
"Catalan"
),
N_
(
"
Czech"
),
N_
(
"Danish"
),
N_
(
"German"
),
N_
(
"Spanis
h"
),
N_
(
"Galician"
),
N_
(
"Hebrew"
),
N_
(
"Hungarian"
),
N_
(
"Italian"
),
N_
(
"
French"
),
N_
(
"
Galician"
),
N_
(
"Hebrew"
),
N_
(
"Hungarian"
),
N_
(
"Italian"
),
N_
(
"Japanese"
),
N_
(
"Georgian"
),
N_
(
"Korean"
),
N_
(
"Dutch"
),
N_
(
"Occitan"
),
N_
(
"Japanese"
),
N_
(
"Georgian"
),
N_
(
"Korean"
),
N_
(
"Dutch"
),
N_
(
"Occitan"
),
N_
(
"Brazilian Portuguese"
),
N_
(
"Romanian"
),
N_
(
"Russian"
),
N_
(
"Swedish"
),
N_
(
"Brazilian Portuguese"
),
N_
(
"Romanian"
),
N_
(
"Russian"
),
N_
(
"Swedish"
),
N_
(
"Turkish"
),
N_
(
"Simplified Chinese"
),
N_
(
"Chinese Traditional"
)
};
N_
(
"Turkish"
),
N_
(
"Simplified Chinese"
),
N_
(
"Chinese Traditional"
)
};
...
...
src/misc/darwin_specific.m
View file @
bc3f5d48
...
@@ -42,6 +42,7 @@ static int FindLanguage( const char * psz_lang )
...
@@ -42,6 +42,7 @@ static int FindLanguage( const char * psz_lang )
const
char
*
ppsz_all
[]
=
const
char
*
ppsz_all
[]
=
{
{
"Catalan"
,
"ca"
,
"Catalan"
,
"ca"
,
"Czech"
,
"cs"
,
"Danish"
,
"da"
,
"Danish"
,
"da"
,
"German"
,
"de"
,
"German"
,
"de"
,
"British"
,
"en_GB"
,
"British"
,
"en_GB"
,
...
...
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