Commit a7592866 authored by Sam Hocevar's avatar Sam Hocevar

  * (very old) russian translation courtesy of Valek Filippov <frob@df.ru>.
  * Fixed a charset issue in the french translation.
parent 45281e62
...@@ -92,9 +92,13 @@ N: Henri Fallon ...@@ -92,9 +92,13 @@ N: Henri Fallon
E: henri@via.ecp.fr E: henri@via.ecp.fr
C: henri C: henri
D: ALSA audio output D: ALSA audio output
D: MPEG TS input, input netlist. D: MPEG TS input, input netlist
D: Decoder modularization D: Decoder modularization
N: Valek Filippov
E: frob@df.ru
D: Russian translation
N: Arnaud Gomes-do-Vale N: Arnaud Gomes-do-Vale
E: arnaud@carrosse.frmug.org E: arnaud@carrosse.frmug.org
D: autoconf patches D: autoconf patches
......
...@@ -1151,7 +1151,7 @@ fi ...@@ -1151,7 +1151,7 @@ fi
fi fi
ALL_LINGUAS="de fr" ALL_LINGUAS="de fr ru"
PACKAGE="vlc" PACKAGE="vlc"
VERSION="$VLC_VERSION" VERSION="$VLC_VERSION"
......
...@@ -34,7 +34,7 @@ AC_PROG_CPP ...@@ -34,7 +34,7 @@ AC_PROG_CPP
AC_CHECK_TOOL(RANLIB, ranlib, :) AC_CHECK_TOOL(RANLIB, ranlib, :)
dnl Gettext stuff dnl Gettext stuff
ALL_LINGUAS="de fr" ALL_LINGUAS="de fr ru"
PACKAGE="vlc" PACKAGE="vlc"
VERSION="$VLC_VERSION" VERSION="$VLC_VERSION"
......
...@@ -10,7 +10,7 @@ msgstr "" ...@@ -10,7 +10,7 @@ msgstr ""
"Last-Translator: Samuel Hocevar <sam@zoy.org>\n" "Last-Translator: Samuel Hocevar <sam@zoy.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n" "Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: plugins/gtk/gnome_interface.c:23 #: plugins/gtk/gnome_interface.c:23
......
This diff is collapsed.
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* and spawn threads. * and spawn threads.
***************************************************************************** *****************************************************************************
* Copyright (C) 1998-2001 VideoLAN * Copyright (C) 1998-2001 VideoLAN
* $Id: main.c,v 1.134 2001/12/10 04:53:11 sam Exp $ * $Id: main.c,v 1.135 2001/12/10 13:17:35 sam 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>
...@@ -298,7 +298,6 @@ int main( int i_argc, char *ppsz_argv[], char *ppsz_env[] ) ...@@ -298,7 +298,6 @@ int main( int i_argc, char *ppsz_argv[], char *ppsz_env[] )
} }
textdomain( PACKAGE ); textdomain( PACKAGE );
printf("main: %s\n", gettext("Net"));
#endif #endif
/* /*
......
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