Commit b7ba11b0 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* New Hungarian translation contributed by 'DirectX' (Name under investigation)

parent e39089dc
This diff is collapsed.
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* libvlc.h: main libvlc header * libvlc.h: main libvlc header
***************************************************************************** *****************************************************************************
* Copyright (C) 1998-2002 VideoLAN * Copyright (C) 1998-2002 VideoLAN
* $Id: libvlc.h,v 1.102 2003/11/07 19:30:28 massiot Exp $ * $Id: libvlc.h,v 1.103 2003/11/10 00:49:48 hartman Exp $
* *
* Authors: Vincent Seguin <seguin@via.ecp.fr> * Authors: Vincent Seguin <seguin@via.ecp.fr>
* Samuel Hocevar <sam@zoy.org> * Samuel Hocevar <sam@zoy.org>
...@@ -27,12 +27,13 @@ ...@@ -27,12 +27,13 @@
#include "vlc_keys.h" #include "vlc_keys.h"
static char *ppsz_language[] = static char *ppsz_language[] =
{ "auto", "en", "en_GB", "es", "de", "fr", "it", "ja", { "auto", "en", "en_GB", "es", "de",
"nl", "no", "pl", "pt_BR", "ru", "sv" }; "fr", "hu", "it", "ja", "nl", "no",
"pl", "pt_BR", "ru", "sv" };
static char *ppsz_language_text[] = static char *ppsz_language_text[] =
{ N_("Auto"), N_("English US"), N_("English GB"), N_("Spanish"), N_("German"), { N_("Auto"), N_("English US"), N_("English GB"), N_("Spanish"), N_("German"),
N_("French"), N_("Italian"), N_("Japanese"), N_("Dutch"), N_("Norwegian"), N_("French"), N_("Hungarian"), N_("Italian"), N_("Japanese"), N_("Dutch"), N_("Norwegian"),
N_("Polish"), N_("Portugese BR"), N_("Russian"), N_("Swedish") }; N_("Polish"), N_("Portuguese BR"), N_("Russian"), N_("Swedish") };
/***************************************************************************** /*****************************************************************************
* Configuration options for the main program. Each module will also separatly * Configuration options for the main program. Each module will also separatly
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* darwin_specific.m: Darwin specific features * darwin_specific.m: Darwin specific features
***************************************************************************** *****************************************************************************
* Copyright (C) 2001 VideoLAN * Copyright (C) 2001 VideoLAN
* $Id: darwin_specific.m,v 1.15 2003/10/28 20:15:48 hartman Exp $ * $Id: darwin_specific.m,v 1.16 2003/11/10 00:49:48 hartman Exp $
* *
* Authors: Samuel Hocevar <sam@zoy.org> * Authors: Samuel Hocevar <sam@zoy.org>
* Christophe Massiot <massiot@via.ecp.fr> * Christophe Massiot <massiot@via.ecp.fr>
...@@ -45,6 +45,7 @@ static int FindLanguage( const char * psz_lang ) ...@@ -45,6 +45,7 @@ static int FindLanguage( const char * psz_lang )
"English", "en", "English", "en",
"Spanish", "es", "Spanish", "es",
"French", "fr", "French", "fr",
"Hungarian", "hu",
"Italian", "it", "Italian", "it",
"Japanese", "ja", "Japanese", "ja",
"Dutch", "nl", "Dutch", "nl",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment