mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
docs/: Dist the overrides files.
Original commit message from CVS: 2005-03-29 Andy Wingo <wingo@pobox.com> * docs/gst/Makefile.am: * docs/libs/Makefile.am: Dist the overrides files. * check/Makefile.am (clean-local): Remove .libs directories. * gst/elements/Makefile.am (EXTRA_DIST): Add all the attic elements to EXTRA_DIST, so po/ files are happy.
This commit is contained in:
parent
ce469c1dcc
commit
a7ad017d05
27 changed files with 128 additions and 142 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,5 +1,15 @@
|
||||||
2005-03-29 Andy Wingo <wingo@pobox.com>
|
2005-03-29 Andy Wingo <wingo@pobox.com>
|
||||||
|
|
||||||
|
* docs/gst/Makefile.am:
|
||||||
|
* docs/libs/Makefile.am: Dist the overrides files.
|
||||||
|
|
||||||
|
* check/Makefile.am (clean-local): Remove .libs directories.
|
||||||
|
|
||||||
|
* gst/elements/Makefile.am (EXTRA_DIST): Add all the attic
|
||||||
|
elements to EXTRA_DIST, so po/ files are happy.
|
||||||
|
|
||||||
|
* po/POTFILES.in: Er, remove it here.
|
||||||
|
|
||||||
* po/POTFILES: Remove gstspider.c.
|
* po/POTFILES: Remove gstspider.c.
|
||||||
|
|
||||||
* configure.ac (AC_OUTPUT): Add missing testsuite makefiles.
|
* configure.ac (AC_OUTPUT): Add missing testsuite makefiles.
|
||||||
|
|
|
@ -14,9 +14,13 @@ $(top_builddir)/tools/gst-register:
|
||||||
# override to _not_ install the test plugins
|
# override to _not_ install the test plugins
|
||||||
install-pluginLTLIBRARIES:
|
install-pluginLTLIBRARIES:
|
||||||
|
|
||||||
# This rule is here so make distcheck works on machines where core
|
# ths core dumps of some machines have PIDs appended
|
||||||
# dumps have PIDs appended
|
CLEANFILES = core.* test-registry.xml
|
||||||
CLEANFILES = core.*
|
|
||||||
|
clean-local:
|
||||||
|
for i in find . -name .libs; do \
|
||||||
|
rm -rf $$i \
|
||||||
|
done
|
||||||
|
|
||||||
TESTS = $(top_builddir)/tools/gst-register \
|
TESTS = $(top_builddir)/tools/gst-register \
|
||||||
gst/gstbin \
|
gst/gstbin \
|
||||||
|
|
|
@ -115,7 +115,7 @@ GTKDOC_LD=$(LIBTOOL) --mode=link $(CC)
|
||||||
|
|
||||||
# If you need to override some of the declarations, place them in this file
|
# If you need to override some of the declarations, place them in this file
|
||||||
# and uncomment this line.
|
# and uncomment this line.
|
||||||
#DOC_OVERRIDES = $(DOC_MODULE)-overrides.txt
|
DOC_OVERRIDES = $(DOC_MODULE)-overrides.txt
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -141,6 +141,7 @@ EXTRA_DIST = \
|
||||||
$(HTML_IMAGES) \
|
$(HTML_IMAGES) \
|
||||||
$(DOC_MAIN_SGML_FILE) \
|
$(DOC_MAIN_SGML_FILE) \
|
||||||
$(DOC_MODULE).types \
|
$(DOC_MODULE).types \
|
||||||
|
$(DOC_OVERRIDES) \
|
||||||
$(DOC_MODULE)-sections.txt
|
$(DOC_MODULE)-sections.txt
|
||||||
|
|
||||||
DOC_STAMPS = \
|
DOC_STAMPS = \
|
||||||
|
|
|
@ -88,7 +88,7 @@ GTKDOC_LD=$(LIBTOOL) --mode=link $(CC)
|
||||||
|
|
||||||
# If you need to override some of the declarations, place them in this file
|
# If you need to override some of the declarations, place them in this file
|
||||||
# and uncomment this line.
|
# and uncomment this line.
|
||||||
#DOC_OVERRIDES = $(DOC_MODULE)-overrides.txt
|
DOC_OVERRIDES = $(DOC_MODULE)-overrides.txt
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -113,6 +113,7 @@ EXTRA_DIST = \
|
||||||
$(HTML_IMAGES) \
|
$(HTML_IMAGES) \
|
||||||
$(DOC_MAIN_SGML_FILE) \
|
$(DOC_MAIN_SGML_FILE) \
|
||||||
$(DOC_MODULE).types \
|
$(DOC_MODULE).types \
|
||||||
|
$(DOC_OVERRIDES) \
|
||||||
$(DOC_MODULE)-sections.txt
|
$(DOC_MODULE)-sections.txt
|
||||||
|
|
||||||
DOC_STAMPS = \
|
DOC_STAMPS = \
|
||||||
|
|
|
@ -31,17 +31,22 @@ libgstelements_la_SOURCES = \
|
||||||
gstelements.c \
|
gstelements.c \
|
||||||
gsttee.c
|
gsttee.c
|
||||||
|
|
||||||
# gstaggregator.c \
|
# FIXME 0.9: mentioned by po/POTFILES.in, so we include them here --
|
||||||
# gstbufferstore.c \
|
# this is a short-term hack, really we should just decide the fate of
|
||||||
# gstfilesink.c \
|
# these files above, then this will be unnecessary
|
||||||
# gstfdsink.c \
|
EXTRA_DIST += \
|
||||||
# gstfdsrc.c \
|
gstaggregator.c \
|
||||||
# gstmd5sink.c \
|
gstbufferstore.c \
|
||||||
# $(multifilesrc) \
|
gstfilesink.c \
|
||||||
# $(pipefilter) \
|
gstfdsink.c \
|
||||||
# gstshaper.c \
|
gstfdsrc.c \
|
||||||
# gststatistics.c \
|
gstmd5sink.c \
|
||||||
# gsttypefindelement.c
|
gstmultifilesrc.c \
|
||||||
|
gstpipefilter.c \
|
||||||
|
gstshaper.c \
|
||||||
|
gststatistics.c \
|
||||||
|
gsttypefindelement.c
|
||||||
|
|
||||||
|
|
||||||
libgstelements_la_CFLAGS = $(GST_OBJ_CFLAGS)
|
libgstelements_la_CFLAGS = $(GST_OBJ_CFLAGS)
|
||||||
libgstelements_la_LIBADD = $(GST_OBJ_LIBS)
|
libgstelements_la_LIBADD = $(GST_OBJ_LIBS)
|
||||||
|
|
|
@ -31,17 +31,22 @@ libgstelements_la_SOURCES = \
|
||||||
gstelements.c \
|
gstelements.c \
|
||||||
gsttee.c
|
gsttee.c
|
||||||
|
|
||||||
# gstaggregator.c \
|
# FIXME 0.9: mentioned by po/POTFILES.in, so we include them here --
|
||||||
# gstbufferstore.c \
|
# this is a short-term hack, really we should just decide the fate of
|
||||||
# gstfilesink.c \
|
# these files above, then this will be unnecessary
|
||||||
# gstfdsink.c \
|
EXTRA_DIST += \
|
||||||
# gstfdsrc.c \
|
gstaggregator.c \
|
||||||
# gstmd5sink.c \
|
gstbufferstore.c \
|
||||||
# $(multifilesrc) \
|
gstfilesink.c \
|
||||||
# $(pipefilter) \
|
gstfdsink.c \
|
||||||
# gstshaper.c \
|
gstfdsrc.c \
|
||||||
# gststatistics.c \
|
gstmd5sink.c \
|
||||||
# gsttypefindelement.c
|
gstmultifilesrc.c \
|
||||||
|
gstpipefilter.c \
|
||||||
|
gstshaper.c \
|
||||||
|
gststatistics.c \
|
||||||
|
gsttypefindelement.c
|
||||||
|
|
||||||
|
|
||||||
libgstelements_la_CFLAGS = $(GST_OBJ_CFLAGS)
|
libgstelements_la_CFLAGS = $(GST_OBJ_CFLAGS)
|
||||||
libgstelements_la_LIBADD = $(GST_OBJ_LIBS)
|
libgstelements_la_LIBADD = $(GST_OBJ_LIBS)
|
||||||
|
|
|
@ -4,7 +4,6 @@ gst/gst.c
|
||||||
gst/gstelement.c
|
gst/gstelement.c
|
||||||
gst/gsterror.c
|
gst/gsterror.c
|
||||||
gst/gsttag.c
|
gst/gsttag.c
|
||||||
gst/autoplug/gstspider.c
|
|
||||||
gst/elements/gstfakesink.c
|
gst/elements/gstfakesink.c
|
||||||
gst/elements/gstfilesink.c
|
gst/elements/gstfilesink.c
|
||||||
gst/elements/gstfilesrc.c
|
gst/elements/gstfilesrc.c
|
||||||
|
|
13
po/af.po
13
po/af.po
|
@ -7,7 +7,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: gstreamer 0.8.0\n"
|
"Project-Id-Version: gstreamer 0.8.0\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2005-03-23 16:24+0100\n"
|
"POT-Creation-Date: 2005-03-29 15:32+0200\n"
|
||||||
"PO-Revision-Date: 2004-03-24 11:28+0200\n"
|
"PO-Revision-Date: 2004-03-24 11:28+0200\n"
|
||||||
"Last-Translator: Petri Jooste <rkwjpj@puk.ac.za>\n"
|
"Last-Translator: Petri Jooste <rkwjpj@puk.ac.za>\n"
|
||||||
"Language-Team: Afrikaans <i18n@af.org.za>\n"
|
"Language-Team: Afrikaans <i18n@af.org.za>\n"
|
||||||
|
@ -568,12 +568,6 @@ msgstr "toppunt van die album"
|
||||||
msgid ", "
|
msgid ", "
|
||||||
msgstr ", "
|
msgstr ", "
|
||||||
|
|
||||||
#: gst/autoplug/gstspider.c:466
|
|
||||||
#, c-format
|
|
||||||
msgid "There is no element present to handle the stream's mime type %s."
|
|
||||||
msgstr ""
|
|
||||||
"Daar is geen element beskikbaar om die stroom se mime-tipe %s te hanteer nie."
|
|
||||||
|
|
||||||
#: gst/elements/gstfilesink.c:268
|
#: gst/elements/gstfilesink.c:268
|
||||||
msgid "No file name specified for writing."
|
msgid "No file name specified for writing."
|
||||||
msgstr "Geen lêernaam om heen te skryf nie."
|
msgstr "Geen lêernaam om heen te skryf nie."
|
||||||
|
@ -896,6 +890,11 @@ msgstr "Fout met toemaak van l
|
||||||
msgid "Loaded %d plugins with %d %s.\n"
|
msgid "Loaded %d plugins with %d %s.\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#~ msgid "There is no element present to handle the stream's mime type %s."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Daar is geen element beskikbaar om die stroom se mime-tipe %s te hanteer "
|
||||||
|
#~ "nie."
|
||||||
|
|
||||||
#~ msgid " iterations (sum %"
|
#~ msgid " iterations (sum %"
|
||||||
#~ msgstr " iterasies (som %"
|
#~ msgstr " iterasies (som %"
|
||||||
|
|
||||||
|
|
7
po/az.po
7
po/az.po
|
@ -7,7 +7,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: gstreamer-0.8.0\n"
|
"Project-Id-Version: gstreamer-0.8.0\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2005-03-23 16:24+0100\n"
|
"POT-Creation-Date: 2005-03-29 15:32+0200\n"
|
||||||
"PO-Revision-Date: 2004-03-19 18:40+0200\n"
|
"PO-Revision-Date: 2004-03-19 18:40+0200\n"
|
||||||
"Last-Translator: Metin Amiroff <metin@karegen.com>\n"
|
"Last-Translator: Metin Amiroff <metin@karegen.com>\n"
|
||||||
"Language-Team: Azerbaijani <translation-team-az@lists.sourceforge.net>\n"
|
"Language-Team: Azerbaijani <translation-team-az@lists.sourceforge.net>\n"
|
||||||
|
@ -547,11 +547,6 @@ msgstr ""
|
||||||
msgid ", "
|
msgid ", "
|
||||||
msgstr ", "
|
msgstr ", "
|
||||||
|
|
||||||
#: gst/autoplug/gstspider.c:466
|
|
||||||
#, c-format
|
|
||||||
msgid "There is no element present to handle the stream's mime type %s."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: gst/elements/gstfilesink.c:268
|
#: gst/elements/gstfilesink.c:268
|
||||||
msgid "No file name specified for writing."
|
msgid "No file name specified for writing."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
12
po/ca.po
12
po/ca.po
|
@ -7,7 +7,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: gstreamer 0.8.7pre2\n"
|
"Project-Id-Version: gstreamer 0.8.7pre2\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2005-03-23 16:24+0100\n"
|
"POT-Creation-Date: 2005-03-29 15:32+0200\n"
|
||||||
"PO-Revision-Date: 2004-12-22 17:44+0100\n"
|
"PO-Revision-Date: 2004-12-22 17:44+0100\n"
|
||||||
"Last-Translator: Jordi Mallach <jordi@sindominio.net>\n"
|
"Last-Translator: Jordi Mallach <jordi@sindominio.net>\n"
|
||||||
"Language-Team: Catalan <ca@dodds.net>\n"
|
"Language-Team: Catalan <ca@dodds.net>\n"
|
||||||
|
@ -587,12 +587,6 @@ msgstr "cim de l'àlbum"
|
||||||
msgid ", "
|
msgid ", "
|
||||||
msgstr ", "
|
msgstr ", "
|
||||||
|
|
||||||
#: gst/autoplug/gstspider.c:466
|
|
||||||
#, c-format
|
|
||||||
msgid "There is no element present to handle the stream's mime type %s."
|
|
||||||
msgstr ""
|
|
||||||
"No hi ha cap element present per a gestionar el tipus mime %s del flux."
|
|
||||||
|
|
||||||
#: gst/elements/gstfilesink.c:268
|
#: gst/elements/gstfilesink.c:268
|
||||||
msgid "No file name specified for writing."
|
msgid "No file name specified for writing."
|
||||||
msgstr "No s'ha especificat cap nom de fitxer per a l'escriptura."
|
msgstr "No s'ha especificat cap nom de fitxer per a l'escriptura."
|
||||||
|
@ -915,6 +909,10 @@ msgstr "S'ha produït un error en carregar %s\n"
|
||||||
msgid "Loaded %d plugins with %d %s.\n"
|
msgid "Loaded %d plugins with %d %s.\n"
|
||||||
msgstr "S'han carregat %d connectors amb %d %s.\n"
|
msgstr "S'han carregat %d connectors amb %d %s.\n"
|
||||||
|
|
||||||
|
#~ msgid "There is no element present to handle the stream's mime type %s."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "No hi ha cap element present per a gestionar el tipus mime %s del flux."
|
||||||
|
|
||||||
#~ msgid ""
|
#~ msgid ""
|
||||||
#~ "Execution ended after %s iterations (sum %s ns, average %s ns, min %s ns, "
|
#~ "Execution ended after %s iterations (sum %s ns, average %s ns, min %s ns, "
|
||||||
#~ "max %s ns).\n"
|
#~ "max %s ns).\n"
|
||||||
|
|
10
po/cs.po
10
po/cs.po
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: gstreamer 0.8.7pre2\n"
|
"Project-Id-Version: gstreamer 0.8.7pre2\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2005-03-23 16:24+0100\n"
|
"POT-Creation-Date: 2005-03-29 15:32+0200\n"
|
||||||
"PO-Revision-Date: 2004-12-27 17:23+0100\n"
|
"PO-Revision-Date: 2004-12-27 17:23+0100\n"
|
||||||
"Last-Translator: Miloslav Trmac <mitr@volny.cz>\n"
|
"Last-Translator: Miloslav Trmac <mitr@volny.cz>\n"
|
||||||
"Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
|
"Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
|
||||||
|
@ -563,11 +563,6 @@ msgstr "vrchol alba"
|
||||||
msgid ", "
|
msgid ", "
|
||||||
msgstr ", "
|
msgstr ", "
|
||||||
|
|
||||||
#: gst/autoplug/gstspider.c:466
|
|
||||||
#, c-format
|
|
||||||
msgid "There is no element present to handle the stream's mime type %s."
|
|
||||||
msgstr "Není přítomen žádý element pro obsloužení proudu s typem mime %s."
|
|
||||||
|
|
||||||
#: gst/elements/gstfilesink.c:268
|
#: gst/elements/gstfilesink.c:268
|
||||||
msgid "No file name specified for writing."
|
msgid "No file name specified for writing."
|
||||||
msgstr "Nezadán název souboru pro zápis."
|
msgstr "Nezadán název souboru pro zápis."
|
||||||
|
@ -894,6 +889,9 @@ msgstr "Chyba při načítání %s\n"
|
||||||
msgid "Loaded %d plugins with %d %s.\n"
|
msgid "Loaded %d plugins with %d %s.\n"
|
||||||
msgstr "Načteno %d modulů s %d %s.\n"
|
msgstr "Načteno %d modulů s %d %s.\n"
|
||||||
|
|
||||||
|
#~ msgid "There is no element present to handle the stream's mime type %s."
|
||||||
|
#~ msgstr "Není přítomen žádý element pro obsloužení proudu s typem mime %s."
|
||||||
|
|
||||||
#~ msgid ""
|
#~ msgid ""
|
||||||
#~ "Execution ended after %s iterations (sum %s ns, average %s ns, min %s ns, "
|
#~ "Execution ended after %s iterations (sum %s ns, average %s ns, min %s ns, "
|
||||||
#~ "max %s ns).\n"
|
#~ "max %s ns).\n"
|
||||||
|
|
14
po/de.po
14
po/de.po
|
@ -7,7 +7,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: gstreamer 0.8.1\n"
|
"Project-Id-Version: gstreamer 0.8.1\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2005-03-23 16:24+0100\n"
|
"POT-Creation-Date: 2005-03-29 15:32+0200\n"
|
||||||
"PO-Revision-Date: 2004-06-05 09:32+0100\n"
|
"PO-Revision-Date: 2004-06-05 09:32+0100\n"
|
||||||
"Last-Translator: Roland Illig <roland.illig@gmx.de>\n"
|
"Last-Translator: Roland Illig <roland.illig@gmx.de>\n"
|
||||||
"Language-Team: German <de@li.org>\n"
|
"Language-Team: German <de@li.org>\n"
|
||||||
|
@ -595,13 +595,6 @@ msgstr ""
|
||||||
msgid ", "
|
msgid ", "
|
||||||
msgstr ", "
|
msgstr ", "
|
||||||
|
|
||||||
#: gst/autoplug/gstspider.c:466
|
|
||||||
#, c-format
|
|
||||||
msgid "There is no element present to handle the stream's mime type %s."
|
|
||||||
msgstr ""
|
|
||||||
"Es gibt kein Element, das den MIME-Typ »%s« dieses Datenstroms verarbeiten "
|
|
||||||
"kann."
|
|
||||||
|
|
||||||
#: gst/elements/gstfilesink.c:268
|
#: gst/elements/gstfilesink.c:268
|
||||||
msgid "No file name specified for writing."
|
msgid "No file name specified for writing."
|
||||||
msgstr "Kein Dateiname zum Schreiben angegeben."
|
msgstr "Kein Dateiname zum Schreiben angegeben."
|
||||||
|
@ -925,6 +918,11 @@ msgstr "Fehler beim Schließen der Datei »%s«."
|
||||||
msgid "Loaded %d plugins with %d %s.\n"
|
msgid "Loaded %d plugins with %d %s.\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#~ msgid "There is no element present to handle the stream's mime type %s."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Es gibt kein Element, das den MIME-Typ »%s« dieses Datenstroms "
|
||||||
|
#~ "verarbeiten kann."
|
||||||
|
|
||||||
#~ msgid ""
|
#~ msgid ""
|
||||||
#~ "could not convert \"%s\" so that it fits property \"%s\" in element \"%s\""
|
#~ "could not convert \"%s\" so that it fits property \"%s\" in element \"%s\""
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
|
|
10
po/en_GB.po
10
po/en_GB.po
|
@ -6,7 +6,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: gstreamer 0.8.1\n"
|
"Project-Id-Version: gstreamer 0.8.1\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2005-03-23 16:24+0100\n"
|
"POT-Creation-Date: 2005-03-29 15:32+0200\n"
|
||||||
"PO-Revision-Date: 2004-04-26 10:36-0400\n"
|
"PO-Revision-Date: 2004-04-26 10:36-0400\n"
|
||||||
"Last-Translator: Gareth Owen <gowen72@yahoo.com>\n"
|
"Last-Translator: Gareth Owen <gowen72@yahoo.com>\n"
|
||||||
"Language-Team: English (British) <en_gb@li.org>\n"
|
"Language-Team: English (British) <en_gb@li.org>\n"
|
||||||
|
@ -557,11 +557,6 @@ msgstr "peak of the album"
|
||||||
msgid ", "
|
msgid ", "
|
||||||
msgstr ", "
|
msgstr ", "
|
||||||
|
|
||||||
#: gst/autoplug/gstspider.c:466
|
|
||||||
#, c-format
|
|
||||||
msgid "There is no element present to handle the stream's mime type %s."
|
|
||||||
msgstr "There is no element present to handle the stream's mime type %s."
|
|
||||||
|
|
||||||
#: gst/elements/gstfilesink.c:268
|
#: gst/elements/gstfilesink.c:268
|
||||||
msgid "No file name specified for writing."
|
msgid "No file name specified for writing."
|
||||||
msgstr "No file name specified for writing."
|
msgstr "No file name specified for writing."
|
||||||
|
@ -884,6 +879,9 @@ msgstr "Error closing file \"%s\"."
|
||||||
msgid "Loaded %d plugins with %d %s.\n"
|
msgid "Loaded %d plugins with %d %s.\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#~ msgid "There is no element present to handle the stream's mime type %s."
|
||||||
|
#~ msgstr "There is no element present to handle the stream's mime type %s."
|
||||||
|
|
||||||
#~ msgid " iterations (sum %"
|
#~ msgid " iterations (sum %"
|
||||||
#~ msgstr " iterations (sum %"
|
#~ msgstr " iterations (sum %"
|
||||||
|
|
||||||
|
|
7
po/fr.po
7
po/fr.po
|
@ -7,7 +7,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: GStreamer\n"
|
"Project-Id-Version: GStreamer\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2005-03-23 16:24+0100\n"
|
"POT-Creation-Date: 2005-03-29 15:32+0200\n"
|
||||||
"PO-Revision-Date: 2004-01-13 16:52+0100\n"
|
"PO-Revision-Date: 2004-01-13 16:52+0100\n"
|
||||||
"Last-Translator: Julien Moutte <julien@moutte.net>\n"
|
"Last-Translator: Julien Moutte <julien@moutte.net>\n"
|
||||||
"Language-Team: French <fr@li.org>\n"
|
"Language-Team: French <fr@li.org>\n"
|
||||||
|
@ -588,11 +588,6 @@ msgstr ""
|
||||||
msgid ", "
|
msgid ", "
|
||||||
msgstr ", "
|
msgstr ", "
|
||||||
|
|
||||||
#: gst/autoplug/gstspider.c:466
|
|
||||||
#, c-format
|
|
||||||
msgid "There is no element present to handle the stream's mime type %s."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: gst/elements/gstfilesink.c:268
|
#: gst/elements/gstfilesink.c:268
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "No file name specified for writing."
|
msgid "No file name specified for writing."
|
||||||
|
|
12
po/it.po
12
po/it.po
|
@ -108,7 +108,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: gstreamer 0.8.7pre2\n"
|
"Project-Id-Version: gstreamer 0.8.7pre2\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2005-03-23 16:24+0100\n"
|
"POT-Creation-Date: 2005-03-29 15:32+0200\n"
|
||||||
"PO-Revision-Date: 2004-12-21 08:23+0100\n"
|
"PO-Revision-Date: 2004-12-21 08:23+0100\n"
|
||||||
"Last-Translator: Luca Ferretti <elle.uca@infinito.it>\n"
|
"Last-Translator: Luca Ferretti <elle.uca@infinito.it>\n"
|
||||||
"Language-Team: Italian <tp@lists.linux.it>\n"
|
"Language-Team: Italian <tp@lists.linux.it>\n"
|
||||||
|
@ -675,12 +675,6 @@ msgstr "il picco dell'album"
|
||||||
msgid ", "
|
msgid ", "
|
||||||
msgstr ", "
|
msgstr ", "
|
||||||
|
|
||||||
#: gst/autoplug/gstspider.c:466
|
|
||||||
#, c-format
|
|
||||||
msgid "There is no element present to handle the stream's mime type %s."
|
|
||||||
msgstr ""
|
|
||||||
"Non vi è alcun elemento presente per gestire il tipo MIME %s dello stream."
|
|
||||||
|
|
||||||
#: gst/elements/gstfilesink.c:268
|
#: gst/elements/gstfilesink.c:268
|
||||||
msgid "No file name specified for writing."
|
msgid "No file name specified for writing."
|
||||||
msgstr "Nessun nome di file specificato per la scrittura."
|
msgstr "Nessun nome di file specificato per la scrittura."
|
||||||
|
@ -1003,6 +997,10 @@ msgstr "Errore nel caricare %s\n"
|
||||||
msgid "Loaded %d plugins with %d %s.\n"
|
msgid "Loaded %d plugins with %d %s.\n"
|
||||||
msgstr "Caricati %d plugin con %d %s.\n"
|
msgstr "Caricati %d plugin con %d %s.\n"
|
||||||
|
|
||||||
|
#~ msgid "There is no element present to handle the stream's mime type %s."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Non vi è alcun elemento presente per gestire il tipo MIME %s dello stream."
|
||||||
|
|
||||||
#~ msgid ""
|
#~ msgid ""
|
||||||
#~ "Execution ended after %s iterations (sum %s ns, average %s ns, min %s ns, "
|
#~ "Execution ended after %s iterations (sum %s ns, average %s ns, min %s ns, "
|
||||||
#~ "max %s ns).\n"
|
#~ "max %s ns).\n"
|
||||||
|
|
7
po/nb.po
7
po/nb.po
|
@ -6,7 +6,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: gstreamer 0.8.8\n"
|
"Project-Id-Version: gstreamer 0.8.8\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2005-03-23 16:24+0100\n"
|
"POT-Creation-Date: 2005-03-29 15:32+0200\n"
|
||||||
"PO-Revision-Date: 2005-02-17 12:00+0100\n"
|
"PO-Revision-Date: 2005-02-17 12:00+0100\n"
|
||||||
"Last-Translator: Kjartan Maraas <kmaraas@broadpark.no>\n"
|
"Last-Translator: Kjartan Maraas <kmaraas@broadpark.no>\n"
|
||||||
"Language-Team: Norwegian Bokmaal <i18n-nb@lister.ping.uio.no>\n"
|
"Language-Team: Norwegian Bokmaal <i18n-nb@lister.ping.uio.no>\n"
|
||||||
|
@ -548,11 +548,6 @@ msgstr ""
|
||||||
msgid ", "
|
msgid ", "
|
||||||
msgstr ", "
|
msgstr ", "
|
||||||
|
|
||||||
#: gst/autoplug/gstspider.c:466
|
|
||||||
#, c-format
|
|
||||||
msgid "There is no element present to handle the stream's mime type %s."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: gst/elements/gstfilesink.c:268
|
#: gst/elements/gstfilesink.c:268
|
||||||
msgid "No file name specified for writing."
|
msgid "No file name specified for writing."
|
||||||
msgstr "Ingen filnavn oppgitt for skriving."
|
msgstr "Ingen filnavn oppgitt for skriving."
|
||||||
|
|
13
po/nl.po
13
po/nl.po
|
@ -7,7 +7,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: GStreamer\n"
|
"Project-Id-Version: GStreamer\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2005-03-23 16:24+0100\n"
|
"POT-Creation-Date: 2005-03-29 15:32+0200\n"
|
||||||
"PO-Revision-Date: 2004-01-13 12:03+0100\n"
|
"PO-Revision-Date: 2004-01-13 12:03+0100\n"
|
||||||
"Last-Translator: Thomas Vander Stichele <thomas@apestaart.org>\n"
|
"Last-Translator: Thomas Vander Stichele <thomas@apestaart.org>\n"
|
||||||
"Language-Team: Dutch <nl@li.org>\n"
|
"Language-Team: Dutch <nl@li.org>\n"
|
||||||
|
@ -565,12 +565,6 @@ msgstr ""
|
||||||
msgid ", "
|
msgid ", "
|
||||||
msgstr ", "
|
msgstr ", "
|
||||||
|
|
||||||
#: gst/autoplug/gstspider.c:466
|
|
||||||
#, c-format
|
|
||||||
msgid "There is no element present to handle the stream's mime type %s."
|
|
||||||
msgstr ""
|
|
||||||
"Er is geen element aanwezig die het mime-type %s van de stroom kan verwerken."
|
|
||||||
|
|
||||||
#: gst/elements/gstfilesink.c:268
|
#: gst/elements/gstfilesink.c:268
|
||||||
msgid "No file name specified for writing."
|
msgid "No file name specified for writing."
|
||||||
msgstr "Geen bestandsnaam gegeven om te schrijven."
|
msgstr "Geen bestandsnaam gegeven om te schrijven."
|
||||||
|
@ -896,6 +890,11 @@ msgstr "Fout bij het sluiten van bestand \"%s\"."
|
||||||
msgid "Loaded %d plugins with %d %s.\n"
|
msgid "Loaded %d plugins with %d %s.\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#~ msgid "There is no element present to handle the stream's mime type %s."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Er is geen element aanwezig die het mime-type %s van de stroom kan "
|
||||||
|
#~ "verwerken."
|
||||||
|
|
||||||
#~ msgid " iterations (sum %"
|
#~ msgid " iterations (sum %"
|
||||||
#~ msgstr "iteraties (som %"
|
#~ msgstr "iteraties (som %"
|
||||||
|
|
||||||
|
|
7
po/ru.po
7
po/ru.po
|
@ -7,7 +7,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: gstreamer 0.8.8\n"
|
"Project-Id-Version: gstreamer 0.8.8\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2005-03-23 16:24+0100\n"
|
"POT-Creation-Date: 2005-03-29 15:32+0200\n"
|
||||||
"PO-Revision-Date: 2005-02-12 23:37+0300\n"
|
"PO-Revision-Date: 2005-02-12 23:37+0300\n"
|
||||||
"Last-Translator: Peter Astakhov <astakhovp@mail.ru>\n"
|
"Last-Translator: Peter Astakhov <astakhovp@mail.ru>\n"
|
||||||
"Language-Team: Russian <ru@li.org>\n"
|
"Language-Team: Russian <ru@li.org>\n"
|
||||||
|
@ -553,11 +553,6 @@ msgstr ""
|
||||||
msgid ", "
|
msgid ", "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: gst/autoplug/gstspider.c:466
|
|
||||||
#, c-format
|
|
||||||
msgid "There is no element present to handle the stream's mime type %s."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: gst/elements/gstfilesink.c:268
|
#: gst/elements/gstfilesink.c:268
|
||||||
msgid "No file name specified for writing."
|
msgid "No file name specified for writing."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
11
po/sq.po
11
po/sq.po
|
@ -6,7 +6,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: gstreamer 0.8.4\n"
|
"Project-Id-Version: gstreamer 0.8.4\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2005-03-23 16:24+0100\n"
|
"POT-Creation-Date: 2005-03-29 15:32+0200\n"
|
||||||
"PO-Revision-Date: 2004-08-07 23:46+0200\n"
|
"PO-Revision-Date: 2004-08-07 23:46+0200\n"
|
||||||
"Last-Translator: Laurent Dhima <laurenti@alblinux.net>\n"
|
"Last-Translator: Laurent Dhima <laurenti@alblinux.net>\n"
|
||||||
"Language-Team: Albanian <begraj@hotmail.com>\n"
|
"Language-Team: Albanian <begraj@hotmail.com>\n"
|
||||||
|
@ -564,11 +564,6 @@ msgstr "kulmi i albumit"
|
||||||
msgid ", "
|
msgid ", "
|
||||||
msgstr ", "
|
msgstr ", "
|
||||||
|
|
||||||
#: gst/autoplug/gstspider.c:466
|
|
||||||
#, c-format
|
|
||||||
msgid "There is no element present to handle the stream's mime type %s."
|
|
||||||
msgstr "Nuk ekziston asnjë element për të trajtuar llojin mime %s të fluksit."
|
|
||||||
|
|
||||||
#: gst/elements/gstfilesink.c:268
|
#: gst/elements/gstfilesink.c:268
|
||||||
msgid "No file name specified for writing."
|
msgid "No file name specified for writing."
|
||||||
msgstr "Nuk është përcaktuar asnjë emër file për tu shkruar."
|
msgstr "Nuk është përcaktuar asnjë emër file për tu shkruar."
|
||||||
|
@ -891,6 +886,10 @@ msgstr "Gabim gjatë ngarkimit të %s\n"
|
||||||
msgid "Loaded %d plugins with %d %s.\n"
|
msgid "Loaded %d plugins with %d %s.\n"
|
||||||
msgstr "U ngarkuan %d plugins me %d %s.\n"
|
msgstr "U ngarkuan %d plugins me %d %s.\n"
|
||||||
|
|
||||||
|
#~ msgid "There is no element present to handle the stream's mime type %s."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Nuk ekziston asnjë element për të trajtuar llojin mime %s të fluksit."
|
||||||
|
|
||||||
#~ msgid " iterations (sum %"
|
#~ msgid " iterations (sum %"
|
||||||
#~ msgstr " përsëritjet (shuma %"
|
#~ msgstr " përsëritjet (shuma %"
|
||||||
|
|
||||||
|
|
10
po/sr.po
10
po/sr.po
|
@ -6,7 +6,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: gstreamer 0.7.6\n"
|
"Project-Id-Version: gstreamer 0.7.6\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2005-03-23 16:24+0100\n"
|
"POT-Creation-Date: 2005-03-29 15:32+0200\n"
|
||||||
"PO-Revision-Date: 2004-03-13 01:47+0100\n"
|
"PO-Revision-Date: 2004-03-13 01:47+0100\n"
|
||||||
"Last-Translator: Danilo Segan <dsegan@gmx.net>\n"
|
"Last-Translator: Danilo Segan <dsegan@gmx.net>\n"
|
||||||
"Language-Team: Serbian <gnu@prevod.org>\n"
|
"Language-Team: Serbian <gnu@prevod.org>\n"
|
||||||
|
@ -571,11 +571,6 @@ msgstr "врхунац албума"
|
||||||
msgid ", "
|
msgid ", "
|
||||||
msgstr ", "
|
msgstr ", "
|
||||||
|
|
||||||
#: gst/autoplug/gstspider.c:466
|
|
||||||
#, c-format
|
|
||||||
msgid "There is no element present to handle the stream's mime type %s."
|
|
||||||
msgstr "Није присутан елемент за баратање током МИМЕ врсте %s."
|
|
||||||
|
|
||||||
#: gst/elements/gstfilesink.c:268
|
#: gst/elements/gstfilesink.c:268
|
||||||
msgid "No file name specified for writing."
|
msgid "No file name specified for writing."
|
||||||
msgstr "Није наведено име датотеке за упис."
|
msgstr "Није наведено име датотеке за упис."
|
||||||
|
@ -900,6 +895,9 @@ msgstr "Грешка при затварању датотеке „%s“."
|
||||||
msgid "Loaded %d plugins with %d %s.\n"
|
msgid "Loaded %d plugins with %d %s.\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#~ msgid "There is no element present to handle the stream's mime type %s."
|
||||||
|
#~ msgstr "Није присутан елемент за баратање током МИМЕ врсте %s."
|
||||||
|
|
||||||
#~ msgid " iterations (sum %"
|
#~ msgid " iterations (sum %"
|
||||||
#~ msgstr " покушаја (збир %"
|
#~ msgstr " покушаја (збир %"
|
||||||
|
|
||||||
|
|
12
po/sv.po
12
po/sv.po
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: gstreamer 0.8.7pre2\n"
|
"Project-Id-Version: gstreamer 0.8.7pre2\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2005-03-23 16:24+0100\n"
|
"POT-Creation-Date: 2005-03-29 15:32+0200\n"
|
||||||
"PO-Revision-Date: 2004-12-21 14:49+0100\n"
|
"PO-Revision-Date: 2004-12-21 14:49+0100\n"
|
||||||
"Last-Translator: Christian Rose <menthos@menthos.com>\n"
|
"Last-Translator: Christian Rose <menthos@menthos.com>\n"
|
||||||
"Language-Team: Swedish <sv@li.org>\n"
|
"Language-Team: Swedish <sv@li.org>\n"
|
||||||
|
@ -569,12 +569,6 @@ msgstr "toppen för albumet"
|
||||||
msgid ", "
|
msgid ", "
|
||||||
msgstr ", "
|
msgstr ", "
|
||||||
|
|
||||||
#: gst/autoplug/gstspider.c:466
|
|
||||||
#, c-format
|
|
||||||
msgid "There is no element present to handle the stream's mime type %s."
|
|
||||||
msgstr ""
|
|
||||||
"Det finns inget element tillgängligt för att hantera flödets mime-typ %s."
|
|
||||||
|
|
||||||
#: gst/elements/gstfilesink.c:268
|
#: gst/elements/gstfilesink.c:268
|
||||||
msgid "No file name specified for writing."
|
msgid "No file name specified for writing."
|
||||||
msgstr "Inget filnamn angivet för skrivning."
|
msgstr "Inget filnamn angivet för skrivning."
|
||||||
|
@ -903,6 +897,10 @@ msgstr "Fel vid inläsning av %s\n"
|
||||||
msgid "Loaded %d plugins with %d %s.\n"
|
msgid "Loaded %d plugins with %d %s.\n"
|
||||||
msgstr "Läste in %d insticksmoduler med %d %s.\n"
|
msgstr "Läste in %d insticksmoduler med %d %s.\n"
|
||||||
|
|
||||||
|
#~ msgid "There is no element present to handle the stream's mime type %s."
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Det finns inget element tillgängligt för att hantera flödets mime-typ %s."
|
||||||
|
|
||||||
#~ msgid ""
|
#~ msgid ""
|
||||||
#~ "Execution ended after %s iterations (sum %s ns, average %s ns, min %s ns, "
|
#~ "Execution ended after %s iterations (sum %s ns, average %s ns, min %s ns, "
|
||||||
#~ "max %s ns).\n"
|
#~ "max %s ns).\n"
|
||||||
|
|
10
po/tr.po
10
po/tr.po
|
@ -6,7 +6,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: gstreamer 0.8.0\n"
|
"Project-Id-Version: gstreamer 0.8.0\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2005-03-23 16:24+0100\n"
|
"POT-Creation-Date: 2005-03-29 15:32+0200\n"
|
||||||
"PO-Revision-Date: 2004-04-03 03:14+0300\n"
|
"PO-Revision-Date: 2004-04-03 03:14+0300\n"
|
||||||
"Last-Translator: Baris Cicek <baris@teamforce.name.tr>\n"
|
"Last-Translator: Baris Cicek <baris@teamforce.name.tr>\n"
|
||||||
"Language-Team: Turkish <gnu-tr-u12a@lists.sourceforge.net>\n"
|
"Language-Team: Turkish <gnu-tr-u12a@lists.sourceforge.net>\n"
|
||||||
|
@ -565,11 +565,6 @@ msgstr "albüm üst sınırı"
|
||||||
msgid ", "
|
msgid ", "
|
||||||
msgstr ", "
|
msgstr ", "
|
||||||
|
|
||||||
#: gst/autoplug/gstspider.c:466
|
|
||||||
#, c-format
|
|
||||||
msgid "There is no element present to handle the stream's mime type %s."
|
|
||||||
msgstr "Akımın %s mime türünü işleyebilecek hiç bir öğe yok."
|
|
||||||
|
|
||||||
#: gst/elements/gstfilesink.c:268
|
#: gst/elements/gstfilesink.c:268
|
||||||
msgid "No file name specified for writing."
|
msgid "No file name specified for writing."
|
||||||
msgstr "Yazım için hiç bir dosya adı belirtilmedi."
|
msgstr "Yazım için hiç bir dosya adı belirtilmedi."
|
||||||
|
@ -892,6 +887,9 @@ msgstr "\"%s\" kapatılırken hata."
|
||||||
msgid "Loaded %d plugins with %d %s.\n"
|
msgid "Loaded %d plugins with %d %s.\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#~ msgid "There is no element present to handle the stream's mime type %s."
|
||||||
|
#~ msgstr "Akımın %s mime türünü işleyebilecek hiç bir öğe yok."
|
||||||
|
|
||||||
#~ msgid " iterations (sum %"
|
#~ msgid " iterations (sum %"
|
||||||
#~ msgstr " tekrarlar (toplam %"
|
#~ msgstr " tekrarlar (toplam %"
|
||||||
|
|
||||||
|
|
10
po/uk.po
10
po/uk.po
|
@ -7,7 +7,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: gstreamer 0.8.3\n"
|
"Project-Id-Version: gstreamer 0.8.3\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2005-03-23 16:24+0100\n"
|
"POT-Creation-Date: 2005-03-29 15:32+0200\n"
|
||||||
"PO-Revision-Date: 2004-08-03 10:53+0200\n"
|
"PO-Revision-Date: 2004-08-03 10:53+0200\n"
|
||||||
"Last-Translator: Maxim V. Dziumanenko <mvd@mylinux.com.ua>\n"
|
"Last-Translator: Maxim V. Dziumanenko <mvd@mylinux.com.ua>\n"
|
||||||
"Language-Team: Ukrainian <translation-team-uk@lists.sourceforge.net>\n"
|
"Language-Team: Ukrainian <translation-team-uk@lists.sourceforge.net>\n"
|
||||||
|
@ -571,11 +571,6 @@ msgstr "пік альбому"
|
||||||
msgid ", "
|
msgid ", "
|
||||||
msgstr ", "
|
msgstr ", "
|
||||||
|
|
||||||
#: gst/autoplug/gstspider.c:466
|
|
||||||
#, c-format
|
|
||||||
msgid "There is no element present to handle the stream's mime type %s."
|
|
||||||
msgstr "Немає елементу для обробки потоку з MIME типом %s."
|
|
||||||
|
|
||||||
#: gst/elements/gstfilesink.c:268
|
#: gst/elements/gstfilesink.c:268
|
||||||
msgid "No file name specified for writing."
|
msgid "No file name specified for writing."
|
||||||
msgstr "Не вказана назва файлу для запису."
|
msgstr "Не вказана назва файлу для запису."
|
||||||
|
@ -901,6 +896,9 @@ msgstr "Помилка закривання файлу \"%s\"."
|
||||||
msgid "Loaded %d plugins with %d %s.\n"
|
msgid "Loaded %d plugins with %d %s.\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#~ msgid "There is no element present to handle the stream's mime type %s."
|
||||||
|
#~ msgstr "Немає елементу для обробки потоку з MIME типом %s."
|
||||||
|
|
||||||
#~ msgid " iterations (sum %"
|
#~ msgid " iterations (sum %"
|
||||||
#~ msgstr " ітерацій (сума %"
|
#~ msgstr " ітерацій (сума %"
|
||||||
|
|
||||||
|
|
10
po/vi.po
10
po/vi.po
|
@ -6,7 +6,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: gstreamer 0.8.8\n"
|
"Project-Id-Version: gstreamer 0.8.8\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2005-03-23 16:24+0100\n"
|
"POT-Creation-Date: 2005-03-29 15:32+0200\n"
|
||||||
"PO-Revision-Date: 2005-02-05 16:35+1030\n"
|
"PO-Revision-Date: 2005-02-05 16:35+1030\n"
|
||||||
"Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
|
"Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
|
||||||
"Language-Team: Vietnamese <gnomevi-list@lists.sourceforge.net> \n"
|
"Language-Team: Vietnamese <gnomevi-list@lists.sourceforge.net> \n"
|
||||||
|
@ -569,11 +569,6 @@ msgstr "âm lượng tối đa bạn muốn cho tập nhạc/ảnh này"
|
||||||
msgid ", "
|
msgid ", "
|
||||||
msgstr ", "
|
msgstr ", "
|
||||||
|
|
||||||
#: gst/autoplug/gstspider.c:466
|
|
||||||
#, c-format
|
|
||||||
msgid "There is no element present to handle the stream's mime type %s."
|
|
||||||
msgstr "Hiện không có yếu tố có thể quản lý loại mime %s của dòng này."
|
|
||||||
|
|
||||||
#: gst/elements/gstfilesink.c:268
|
#: gst/elements/gstfilesink.c:268
|
||||||
msgid "No file name specified for writing."
|
msgid "No file name specified for writing."
|
||||||
msgstr "Chưa ghi rõ tên tập tin để ghi vào."
|
msgstr "Chưa ghi rõ tên tập tin để ghi vào."
|
||||||
|
@ -899,6 +894,9 @@ msgstr "Gặp lỗi khi tải %s\n"
|
||||||
msgid "Loaded %d plugins with %d %s.\n"
|
msgid "Loaded %d plugins with %d %s.\n"
|
||||||
msgstr "Mới tải %d trình cầm phít với %d %s.\n"
|
msgstr "Mới tải %d trình cầm phít với %d %s.\n"
|
||||||
|
|
||||||
|
#~ msgid "There is no element present to handle the stream's mime type %s."
|
||||||
|
#~ msgstr "Hiện không có yếu tố có thể quản lý loại mime %s của dòng này."
|
||||||
|
|
||||||
#~ msgid ""
|
#~ msgid ""
|
||||||
#~ "Execution ended after %s iterations (sum %s ns, average %s ns, min %s ns, "
|
#~ "Execution ended after %s iterations (sum %s ns, average %s ns, min %s ns, "
|
||||||
#~ "max %s ns).\n"
|
#~ "max %s ns).\n"
|
||||||
|
|
|
@ -97,7 +97,7 @@ main (gint argc, gchar * argv[])
|
||||||
new_src_list = g_slist_prepend (new_src_list, e);
|
new_src_list = g_slist_prepend (new_src_list, e);
|
||||||
|
|
||||||
gst_bin_add (GST_BIN (pipeline), e);
|
gst_bin_add (GST_BIN (pipeline), e);
|
||||||
if (gst_element_link (src, e) != GST_PAD_LINK_OK)
|
if (!gst_element_link (src, e))
|
||||||
g_assert_not_reached ();
|
g_assert_not_reached ();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -14,9 +14,13 @@ $(top_builddir)/tools/gst-register:
|
||||||
# override to _not_ install the test plugins
|
# override to _not_ install the test plugins
|
||||||
install-pluginLTLIBRARIES:
|
install-pluginLTLIBRARIES:
|
||||||
|
|
||||||
# This rule is here so make distcheck works on machines where core
|
# ths core dumps of some machines have PIDs appended
|
||||||
# dumps have PIDs appended
|
CLEANFILES = core.* test-registry.xml
|
||||||
CLEANFILES = core.*
|
|
||||||
|
clean-local:
|
||||||
|
for i in find . -name .libs; do \
|
||||||
|
rm -rf $$i \
|
||||||
|
done
|
||||||
|
|
||||||
TESTS = $(top_builddir)/tools/gst-register \
|
TESTS = $(top_builddir)/tools/gst-register \
|
||||||
gst/gstbin \
|
gst/gstbin \
|
||||||
|
|
|
@ -97,7 +97,7 @@ main (gint argc, gchar * argv[])
|
||||||
new_src_list = g_slist_prepend (new_src_list, e);
|
new_src_list = g_slist_prepend (new_src_list, e);
|
||||||
|
|
||||||
gst_bin_add (GST_BIN (pipeline), e);
|
gst_bin_add (GST_BIN (pipeline), e);
|
||||||
if (gst_element_link (src, e) != GST_PAD_LINK_OK)
|
if (!gst_element_link (src, e))
|
||||||
g_assert_not_reached ();
|
g_assert_not_reached ();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue