mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 01:45:33 +00:00
0.10.18.3 pre-release
This commit is contained in:
parent
49b2a94644
commit
ec642338e3
3 changed files with 16 additions and 17 deletions
|
@ -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 ****
|
||||
|
||||
|
|
21
po/es.po
21
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 <aloriel@gmail.com>, 2007, 2008, 2009.
|
||||
# Jorge González González <aloriel@gmail.com>, 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 <aloriel@gmail.com>\n"
|
||||
"Language-Team: Spanish <es@li.org>\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."
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue