Commit ffc8d951 authored by Gildas Bazin's avatar Gildas Bazin

* po/pt_BR.po, THANKS: new brazilian portuguese translation, courtesy of Andr� de Barros Martins Ribeiro.
parent 4be60f72
$Id: THANKS,v 1.9 2003/06/21 20:45:53 sam Exp $
$Id: THANKS,v 1.10 2003/08/16 16:56:40 gbazin Exp $
VLC makes extensive use of the following persons' code:
......@@ -8,6 +8,7 @@ Michel Lespinasse <walken@zoy.org> - AC3 decoder, MPEG audio and video decoders
The VideoLAN team would like to thank the following contributors:
Andr de Barros Martins Ribeiro <andrerib@ajato.com.br> - Brazilian portuguese localization
Andres Krapf <dae@via.ecp.fr> - FreeBSD port and tests, KDE interface
Andy Lindsay <andy_vl@ananam.com> - Fixes in the TS demux
Arkadiusz Lipiec <A.Lipiec@elka.pw.edu.pl> - Polish translation
......@@ -67,4 +68,3 @@ Watanabe Go <go@dsl.gr.jp> - fix for non-ASCII filenames
Xavier Maillard <zedek@fxgsproject.org> - audio converters
Xavier Marchesini <xav@alarue.net> - Win32 fixes
Yves Duret <yves@zarb.org> - RPM packages
dnl Autoconf settings for vlc
dnl $Id: configure.ac,v 1.59 2003/08/14 20:02:55 zorglub Exp $
dnl $Id: configure.ac,v 1.60 2003/08/16 16:56:40 gbazin Exp $
AC_INIT(vlc,0.6.3-cvs)
......@@ -157,7 +157,7 @@ AM_CONDITIONAL(HAVE_WIN32, test "${SYS}" = "mingw32")
dnl
dnl Gettext stuff
dnl
ALL_LINGUAS="de en_GB fr it ja no ru nl pl sv"
ALL_LINGUAS="de en_GB fr it ja nl no pl pt_BR ru sv"
AM_GNU_GETTEXT_VERSION(0.11.5)
AM_GNU_GETTEXT
if test "${nls_cv_force_use_gnu_gettext}" = "yes"; then
......
# automatically created by toolbox --update-po
# main sources
include/announce.h
include/aout_internal.h
include/audio_output.h
include/beos_specific.h
......@@ -40,6 +39,7 @@ include/vlc_config.h
include/vlc_cpu.h
include/vlc_error.h
include/vlc_interface.h
include/vlc_keys.h
include/vlc_messages.h
include/vlc_objects.h
include/vlc_playlist.h
......@@ -90,7 +90,6 @@ src/misc/threads.c
src/misc/variables.c
src/misc/win32_specific.c
src/playlist/playlist.c
src/stream_output/announce.c
src/stream_output/stream_output.c
src/video_output/video_output.c
src/video_output/video_text.c
......@@ -317,6 +316,7 @@ modules/control/gestures.c
modules/control/http.c
modules/control/joystick.c
modules/control/lirc/lirc.c
modules/control/ntservice.c
modules/control/rc/rc.c
modules/demux/a52sys.c
modules/demux/aac.c
......@@ -635,6 +635,8 @@ modules/packetizer/mpeg4video.c
modules/packetizer/mpegaudio.c
modules/packetizer/mpegvideo.c
modules/packetizer/vorbis.c
modules/stream_out/announce.c
modules/stream_out/announce.h
modules/stream_out/display.c
modules/stream_out/dummy.c
modules/stream_out/duplicate.c
......
This diff is collapsed.
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