From ec642338e31c0e5657fea534067f6d69c66fe161 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 24 Feb 2010 01:36:07 +0000 Subject: [PATCH] 0.10.18.3 pre-release --- configure.ac | 6 +++--- po/es.po | 21 ++++++++++----------- win32/common/config.h | 6 +++--- 3 files changed, 16 insertions(+), 17 deletions(-) diff --git a/configure.ac b/configure.ac index 1f89ff2e02..84f4a29799 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file dnl initialize autoconf dnl releases only do -Wall, git and prerelease does -Werror too dnl use a three digit version number for releases, and four for git/pre -AC_INIT(GStreamer Good Plug-ins, 0.10.18.2, +AC_INIT(GStreamer Good Plug-ins, 0.10.18.3, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-plugins-good) @@ -47,8 +47,8 @@ AC_LIBTOOL_WIN32_DLL AM_PROG_LIBTOOL dnl *** required versions of GStreamer stuff *** -GST_REQ=0.10.26 -GSTPB_REQ=0.10.26.2 +GST_REQ=0.10.26.3 +GSTPB_REQ=0.10.26.3 dnl *** autotools stuff **** diff --git a/po/es.po b/po/es.po index 064118a762..856257d2b0 100644 --- a/po/es.po +++ b/po/es.po @@ -1,21 +1,20 @@ -# translation of gst-plugins-good-0.10.14.2.po to Español +# translation of gst-plugins-good-0.10.18.2.po to Español # spanish translation for gst-plugins-good # This file is put in the public domain. -# -# Jorge González González , 2007, 2008, 2009. +# Jorge González González , 2007, 2008, 2009, 2010. msgid "" msgstr "" -"Project-Id-Version: gst-plugins-good 0.10.15.2\n" +"Project-Id-Version: gst-plugins-good 0.10.18.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2010-02-15 00:46+0000\n" -"PO-Revision-Date: 2009-08-30 13:11+0200\n" +"POT-Creation-Date: 2010-02-24 01:23+0000\n" +"PO-Revision-Date: 2010-02-21 11:39+0100\n" "Last-Translator: Jorge González González \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" msgid "Could not establish connection to sound server" msgstr "No se pudo establecer la conexión con el servidor de sonido" @@ -26,7 +25,7 @@ msgstr "Falló al preguntar al servidor de sonido sus capacidades" #. TRANSLATORS: 'song title' by 'artist name' #, c-format msgid "'%s' by '%s'" -msgstr "" +msgstr "«%s» por «%s»" msgid "Internal data stream error." msgstr "Error interno de flujo de datos." @@ -68,14 +67,14 @@ msgstr "" "No se encontró un flujo soportado. Puede que necesite instalar una extensión " "RTSP de GStreamer para los formatos de flujo Real." -#, fuzzy msgid "" "No supported stream was found. You might need to allow more transport " "protocols or may otherwise be missing the right GStreamer RTSP extension " "plugin." msgstr "" -"No se encontró un flujo soportado. Puede que le falte la extensión correcta " -"de RTSP de GStreamer." +"No se encontró un flujo soportado. Puede que necesite permitir más " +"protocolos de transporte o de otra forma puede que le falte la extensión " +"correcta de RTSP de GStreamer." msgid "Internal data flow error." msgstr "Error en el flujo de datos interno." diff --git a/win32/common/config.h b/win32/common/config.h index 3c137a57e0..29c40bc364 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -359,7 +359,7 @@ #define PACKAGE_NAME "GStreamer Good Plug-ins" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GStreamer Good Plug-ins 0.10.18.2" +#define PACKAGE_STRING "GStreamer Good Plug-ins 0.10.18.3" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gst-plugins-good" @@ -368,7 +368,7 @@ #undef PACKAGE_URL /* Define to the version of this package. */ -#define PACKAGE_VERSION "0.10.18.2" +#define PACKAGE_VERSION "0.10.18.3" /* directory where plugins are located */ #ifdef _DEBUG @@ -399,7 +399,7 @@ #undef STDC_HEADERS /* Version number of package */ -#define VERSION "0.10.18.2" +#define VERSION "0.10.18.3" /* old wavpack API */ #undef WAVPACK_OLD_API