Commit b8e894d5 authored by Felix Paul Kühne's avatar Felix Paul Kühne

Last-minute addition of the Serbian translation by the cp6Linux distribution project. Thanks!

parent 319106dd
......@@ -300,7 +300,7 @@ fi
dnl
dnl Gettext stuff
dnl
ALL_LINGUAS="af ar ca co cs da de en_GB es eu fa fr fur gl he hi hu it ja lt lv ka ko ms nb ne nl nn oc pa pl pt_BR ro ru sk sl sq sv th tr zh_CN zh_TW"
ALL_LINGUAS="af ar ca co cs da de en_GB es eu fa fr fur gl he hi hu it ja lt lv ka ko ms nb ne nl nn oc pa pl pt_BR ro ru sk sl sq sr sv th 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
......
This diff is collapsed.
......@@ -2,7 +2,7 @@
* libvlc.h: main libvlc header
*****************************************************************************
* Copyright (C) 1998-2006 the VideoLAN team
* $Id$
* $Id: 7bb2570acb1f995bc302c837a631a2e8afd3f9b8 $
*
* Authors: Vincent Seguin <seguin@via.ecp.fr>
* Samuel Hocevar <sam@zoy.org>
......@@ -31,7 +31,7 @@
static char *ppsz_language[] =
{ "auto", "en", "en_GB", "ar", "ca", "cs", "da", "de", "es", "fa", "fr", "gl",
"he", "hu", "it", "ja", "ka", "ko", "ms", "ne", "nl", "oc", "pl", "pt_BR", "ro",
"ru", "sk", "sl", "sv", "th", "tr", "zh_CN", "zh_TW" };
"ru", "sk", "sl", "sr", "sv", "th", "tr", "zh_CN", "zh_TW" };
static char *ppsz_language_text[] =
{ N_("Auto"), N_("American English"), N_("British English"),
......@@ -40,7 +40,7 @@ N_("Spanish"), N_("Persian"),N_("French"), N_("Galician"), N_("Hebrew"),
N_("Hungarian"),N_("Italian"),N_("Japanese"),N_("Georgian"), N_("Korean"),
N_("Malay"), N_("Nepali"), N_("Dutch"), N_("Occitan"), N_("Polish"),
N_("Brazilian Portuguese"), N_("Romanian"), N_("Russian"), N_("Slovak"),
N_("Slovenian"), N_("Swedish"), N_("Thai"), N_("Turkish"),
N_("Slovenian"), N_("Serbian"), N_("Swedish"), N_("Thai"), N_("Turkish"),
N_("Simplified Chinese"), N_("Chinese Traditional") };
#endif
......
......@@ -2,7 +2,7 @@
* darwin_specific.m: Darwin specific features
*****************************************************************************
* Copyright (C) 2001-2004 the VideoLAN team
* $Id$
* $Id: 914d9a066494bd8155a008ca3fd34e0f86bf3a0d $
*
* Authors: Sam Hocevar <sam@zoy.org>
* Christophe Massiot <massiot@via.ecp.fr>
......@@ -67,6 +67,7 @@ static int FindLanguage( const char * psz_lang )
"Brazilian Portuguese", "pt_BR",
"Romanian", "ro",
"Russian", "ru",
"Serbian", "sr",
"Slovak", "sk",
"Slovenian", "sl",
"Swedish", "sv",
......
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