Commit c8b4bd8b authored by Alexis de Lattre's avatar Alexis de Lattre

po/es.po THANKS configure.ac: Spanish translation started by Vicente Jim�nez Aguilar.

src/libvlc.h: replaced "VLS" by "streaming server".
parent e4718009
$Id: THANKS,v 1.10 2003/08/16 16:56:40 gbazin Exp $ $Id: THANKS,v 1.11 2003/08/17 20:58:44 alexis Exp $
VLC makes extensive use of the following persons' code: VLC makes extensive use of the following persons' code:
...@@ -62,6 +62,7 @@ Steven M. Schultz <sms@TO.GD-ES.COM> - BSD/OS port ...@@ -62,6 +62,7 @@ Steven M. Schultz <sms@TO.GD-ES.COM> - BSD/OS port
Thomas Graf <tgraf@europe.com> - gettext support, German translation Thomas Graf <tgraf@europe.com> - gettext support, German translation
Thomas L. Wood <twood@lucent.com> - fixed a bug in QuantMatrixExtension Thomas L. Wood <twood@lucent.com> - fixed a bug in QuantMatrixExtension
Valek Filippov <frob@df.ru> - Russian translation Valek Filippov <frob@df.ru> - Russian translation
Vicente Jimenez Aguilar <vice@v1ce.net> - Spanish translation
Vladimir Chernyshov <greengrass@writeme.com> - MMX motion optimizations Vladimir Chernyshov <greengrass@writeme.com> - MMX motion optimizations
Wade Majors <guru@startrek.com> - BeOS icon integration, debugging and fixes Wade Majors <guru@startrek.com> - BeOS icon integration, debugging and fixes
Watanabe Go <go@dsl.gr.jp> - fix for non-ASCII filenames Watanabe Go <go@dsl.gr.jp> - fix for non-ASCII filenames
......
dnl Autoconf settings for vlc dnl Autoconf settings for vlc
dnl $Id: configure.ac,v 1.61 2003/08/16 21:05:14 zorglub Exp $ dnl $Id: configure.ac,v 1.62 2003/08/17 20:58:44 alexis Exp $
AC_INIT(vlc,0.6.3-cvs) AC_INIT(vlc,0.6.3-cvs)
...@@ -157,7 +157,7 @@ AM_CONDITIONAL(HAVE_WIN32, test "${SYS}" = "mingw32") ...@@ -157,7 +157,7 @@ AM_CONDITIONAL(HAVE_WIN32, test "${SYS}" = "mingw32")
dnl dnl
dnl Gettext stuff dnl Gettext stuff
dnl dnl
ALL_LINGUAS="de en_GB fr it ja nl no pl pt_BR ru sv" ALL_LINGUAS="de en_GB es fr it ja nl no pl pt_BR ru sv"
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
......
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.78 2003/08/14 19:25:56 sigmunau Exp $ * $Id: libvlc.h,v 1.79 2003/08/17 20:58:45 alexis 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>
...@@ -469,7 +469,7 @@ static char *ppsz_language[] = { "auto", "en", "en_GB", "de", "fr", "it", ...@@ -469,7 +469,7 @@ static char *ppsz_language[] = { "auto", "en", "en_GB", "de", "fr", "it",
"\n [vcd:][device][@[title][,[chapter]]" \ "\n [vcd:][device][@[title][,[chapter]]" \
"\n VCD device" \ "\n VCD device" \
"\n udpstream:[@[<bind address>][:<bind port>]]" \ "\n udpstream:[@[<bind address>][:<bind port>]]" \
"\n UDP stream sent by VLS" \ "\n UDP stream sent by a streaming server" \
"\n vlc:pause pause execution of " \ "\n vlc:pause pause execution of " \
"playlist items" \ "playlist items" \
"\n vlc:quit quit VLC" \ "\n vlc:quit quit VLC" \
......
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