Add Czech translation. Many thaks to Miroslav Oujesky

This commit is contained in:
Christophe Mutricy 2006-05-18 23:00:48 +00:00
parent 1f3af1b429
commit bc3f5d4829
5 changed files with 16737 additions and 4 deletions

1
THANKS
View File

@ -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
Mike Schrag <mschrag at pobox dot com> - directx device selection
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
Morten Brix Pedersen <morten at wtf.dk> - Danish translation
Nilmoni Deb <ndeb at ece.cmu.edu> - autoconf and Makefile fixes

View File

@ -303,7 +303,7 @@ fi
dnl
dnl Gettext stuff
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
if test "${nls_cv_force_use_gnu_gettext}" = "yes"; then

16731
po/cs.po Normal file

File diff suppressed because it is too large Load Diff

View File

@ -28,14 +28,14 @@
#include "vlc_keys.h"
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",
"zh_CN", "zh_TW" };
static char *ppsz_language_text[] =
{ N_("Auto"), N_("American English"), N_("British English"),
N_("Catalan"), N_("Danish"), N_("German"), N_("Spanish"), N_("French"),
N_("Galician"), N_("Hebrew"), N_("Hungarian"),N_("Italian"),
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") };

View File

@ -42,6 +42,7 @@ static int FindLanguage( const char * psz_lang )
const char * ppsz_all[] =
{
"Catalan", "ca",
"Czech", "cs",
"Danish", "da",
"German", "de",
"British", "en_GB",