From 41479df7039bb4aae4b727ddbe4beda16da7759e Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Fri, 11 Sep 2009 23:21:30 +0100 Subject: [PATCH] 0.10.24.2 pre-release --- ChangeLog | 1073 +++++++++++++++++++++++++++++++++++++++++++++++++- configure.ac | 4 +- po/LINGUAS | 2 +- po/af.po | 67 ++-- po/az.po | 14 +- po/be.po | 15 +- po/bg.po | 16 +- po/ca.po | 15 +- po/cs.po | 16 +- po/da.po | 15 +- po/de.po | 16 +- po/en_GB.po | 15 +- po/es.po | 16 +- po/eu.po | 1039 ++++++++++++++++++++++++++++++++++++++++++++++++ po/fi.po | 16 +- po/fr.po | 16 +- po/hu.po | 16 +- po/id.po | 16 +- po/it.po | 16 +- po/ja.po | 16 +- po/nb.po | 15 +- po/nl.po | 16 +- po/pl.po | 16 +- po/pt_BR.po | 16 +- po/ru.po | 16 +- po/rw.po | 15 +- po/sk.po | 16 +- po/sq.po | 15 +- po/sr.po | 15 +- po/sv.po | 16 +- po/tr.po | 15 +- po/uk.po | 15 +- po/vi.po | 16 +- po/zh_CN.po | 16 +- po/zh_TW.po | 14 +- 35 files changed, 2588 insertions(+), 63 deletions(-) create mode 100644 po/eu.po diff --git a/ChangeLog b/ChangeLog index 6cf4cf2b99..141a187a6f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,1076 @@ -=== release 0.10.24 === +2009-09-11 22:42:51 +0100 Jan Schmidt -2009-08-04 Jan Schmidt + * gst/gstmessage.c: + Don't use C++ style comments + +2009-09-11 22:22:34 +0100 Jan Schmidt + + * gst/gstmessage.c: + message: Disable restriction that structure changes are sink pads + The structure_change message was originally emitted on source pads and + then recently changed to be sink pads. This causes a failure in the + gst-python testsuite. Disable the restriction so that the published + behaviour is still allowed. + +2009-09-11 18:24:18 +0100 Jan Schmidt + + * tests/check/gst/gstplugin.c: + check: Fix version check tests + Accomodate the slightly changed semantics in the plugin version check + where a CVS version just before a release is acceptable. + +2009-09-11 21:20:57 +0300 Stefan Kost + + * gst/gstregistrybinary.c: + binaryregistry: don't crash in cleaning up on error. + Don't dereference NULL pointers. + +2009-07-20 12:54:00 -0700 David Schleef + + * gst/gstinfo.h: + debug: use dummy code to avoid spurious semicolons + Fixes bug #589173. + +2009-09-10 11:53:09 +0200 Wim Taymans + + * gst/gstelementfactory.c: + * gst/gstelementfactory.h: + * gst/gstpluginfeature.h: + whitespace fixes + +2009-09-10 11:41:56 +0200 Wim Taymans + + * gst/gstpluginfeature.c: + pluginfeature: improve version check + Also parse the nano of the version and assume that X.Y.Z-1.1 >= X.Y.Z + With this change we can also check development versions against the version of + the upcomming release. + +2009-09-10 10:05:38 +0200 Sebastian Dröge + + * gst/gsttaglist.h: + taglist: Add FIXME for 0.11 to not typedef GstTagList to be a GstStructure + See bug #518934. + +2009-09-09 16:29:10 -0700 David Schleef + + * gst/gstelement.h: + Fix typo in inline documentation + +2009-09-09 17:57:54 +0100 Tim-Philipp Müller + + * common: + Update common + +2009-09-09 18:38:29 +0200 Sebastian Dröge + + * gst/gstutils.c: + utils: Add a comment to the scaling functions to explain why the rounding is correct + +2009-09-09 16:45:17 +0200 Wim Taymans + + * gst/gstghostpad.c: + ghostpad: don't unref NULL caps + Caps can be NULL so don't call unref on it unconditionally, instead use an + existing exit pad for the function. + +2009-09-09 14:53:16 +0200 Sebastian Dröge * configure.ac: - releasing 0.10.24, "It matters" + * gst/gstutils.c: + utils: Use gcc's __uint128_t for 64bit unsigned integer scaling + This is available in newer gcc releases and it should only exist + on platforms that provide some native 128bit integer arithmetic + instructions. + The x86-64 assembly for this is still kept for non-gcc compilers + that don't provide __uint128_t magic. + +2009-09-09 09:38:54 +0300 Stefan Kost + + * docs/random/ensonic/draft-bufferpools.txt: + design: add ideas for buffer management + Right now we're operating suboptimal when talking to kernel interfaces. Write + doesn some ideas. + +2009-09-07 18:27:08 +0200 Wim Taymans + + * libs/gst/base/gstpushsrc.h: + * plugins/elements/gstfakesrc.c: + fix whitespace + +2009-09-03 19:06:28 +0200 Wim Taymans + + * libs/gst/base/gstadapter.h: + adapter: fix whitespace + +2009-09-07 16:14:57 +0200 Benjamin Otte + + * gst/gstvalue.c: + docs: Fix typo in gst_value_union() + +2009-09-06 19:43:47 +0100 Tim-Philipp Müller + + * libs/gst/base/gstbitreader.c: + * libs/gst/base/gstbitreader.h: + * libs/gst/base/gstbytereader.c: + bitreader, bytereader: add some FIXME 0.11 comments and fix indenting + +2009-09-04 17:15:35 +0100 Tim-Philipp Müller + + * docs/libs/gstreamer-libs-sections.txt: + * libs/gst/base/gstbytereader-docs.h: + * libs/gst/base/gstbytereader.c: + * libs/gst/base/gstbytereader.h: + bytereader: add unchecked and inline versions of the float getters/peekers + API: gst_byte_reader_get_float*_unchecked() + +2009-09-04 16:52:06 +0100 Tim-Philipp Müller + + * libs/gst/base/gstbytereader.c: + * libs/gst/base/gstbytereader.h: + bytereader: add inline versions of the most common getters and setters + +2009-09-02 11:20:04 +0100 Tim-Philipp Müller + + * docs/libs/gstreamer-libs-sections.txt: + * libs/gst/base/Makefile.am: + * libs/gst/base/gstbytereader-docs.h: + * libs/gst/base/gstbytereader.c: + * libs/gst/base/gstbytereader.h: + * tests/check/libs/bytereader.c: + bytereader: add inlined _unchecked() variants for some functions + API: gst_byte_reader_skip_unchecked() + API: gst_byte_reader_peek_*_unchecked() + API: gst_byte_reader_get_*_unchecked() + API: gst_byte_reader_{peek,get,dup}_data_unchecked() + +2009-09-05 12:30:07 +0200 Sebastian Dröge + + * libs/gst/base/Makefile.am: + * libs/gst/check/Makefile.am: + * libs/gst/controller/Makefile.am: + * libs/gst/dataprotocol/Makefile.am: + * libs/gst/net/Makefile.am: + introspection: Strip Gst prefix from all types/functions + +2009-09-05 12:22:37 +0200 Sebastian Dröge + + * gst/Makefile.am: + introspection: Fix for out-of-tree builds + +2009-09-05 12:04:59 +0200 Sebastian Dröge + + * libs/gst/base/Makefile.am: + * libs/gst/check/Makefile.am: + * libs/gst/controller/Makefile.am: + * libs/gst/dataprotocol/Makefile.am: + * libs/gst/net/Makefile.am: + introspection: Fix out-of-tree build + +2009-09-05 11:51:55 +0200 Sebastian Dröge + + * libs/gst/base/Makefile.am: + * libs/gst/check/Makefile.am: + * libs/gst/controller/Makefile.am: + * libs/gst/dataprotocol/Makefile.am: + * libs/gst/net/Makefile.am: + introspection: Fix build if gir-repository is not installed + +2009-09-05 09:36:21 +0200 Sebastian Dröge + + * libs/gst/net/Makefile.am: + net: Add gobject-introspection support + +2009-09-05 09:34:30 +0200 Sebastian Dröge + + * libs/gst/dataprotocol/Makefile.am: + dataprotocol: Add gobject-introspection support + Because of a bug in gobject-introspection this is disabled for now. + +2009-09-05 09:28:48 +0200 Sebastian Dröge + + * libs/gst/controller/Makefile.am: + controller: Add gobject-introspection support + +2009-09-05 09:27:04 +0200 Sebastian Dröge + + * libs/gst/check/Makefile.am: + check: Add gobject-introspection support + +2009-09-05 09:23:19 +0200 Sebastian Dröge + + * .gitignore: + * gst/.gitignore: + * libs/gst/base/Makefile.am: + gstbase: Add gobject-introspection support + +2009-09-04 20:56:43 +0200 Sebastian Dröge + + * configure.ac: + * gst/.gitignore: + * gst/Makefile.am: + * gst/gst.c: + gst: Add gobject-introspection support + Partially fixes bug #550616. + +2009-09-05 10:19:23 +0200 Sebastian Dröge + + * common: + Automatic update of common submodule + From 94f95e3 to 19fa4f3 + +2009-09-04 19:37:15 +0100 Tim-Philipp Müller + + * libs/gst/base/gstbytereader.c: + docs: fix docs for gst_byte_reader_{get|peek}_float*() + +2009-09-04 11:35:59 +0200 Wim Taymans + + * gst/gstevent.h: + event: whitespace fixes + +2009-09-04 09:51:26 +0200 Aurelien Grimaud + + * gst/gstbin.c: + bin: Only unref EOS message after it is not used anymore + Fixes bug #594107. + +2009-09-02 18:54:06 +0200 Wim Taymans + + * gst/gstbin.c: + * gst/gstmessage.c: + * gst/gstpad.c: + states: post structure change on sinkpads + Post the structure change messages on the sinkpads of the elements. This allows + us to catch unlinked pads earlier without ending up with inconsistent element + degrees. + +2009-09-02 18:13:22 +0200 Wim Taymans + + * gst/gstbin.c: + bin: avoid false 'loop detected' warnings + When we detect a pad unlink in progress, we will not be updating the degree of + the parent element. This can cause false loop detected warnings because the + degree counter is invalid. Handle this case by marking the iterator as 'dirty' + when we detect a pad unlink and avoid emiting the warning in this case. We have + to continue our state change as good as we can, we will eventually resync when + the pad unlink completed. + +2009-09-01 16:49:56 +0200 Wim Taymans + + * libs/gst/base/gstbasesrc.c: + * libs/gst/base/gstbasesrc.h: + basesrc: whitespace fixes + +2009-09-01 16:49:22 +0200 Wim Taymans + + * gst/gstbuffer.h: + buffer: whitespace fixes + +2009-09-01 12:07:31 +0100 Jan Schmidt + + * tests/examples/Makefile.am: + dist: Don't list the streams subdir twice in examples Makefile + Listing the 'streams' subdir twice in DIST_SUBDIRS breaks distcheck. + +2009-09-01 12:05:51 +0100 Jan Schmidt + + * gst/gstbin.c: + gstbin: Don't propagate a NULL cached index to added elements + When an element is added to the bin, only set the index if we have a + cached index, rather than setting a NULL index on elements that might + have a default index object of their own. + +2009-07-19 21:23:18 +0100 Jan Schmidt + + * docs/random/release: + docs: Add a note about regenerating the changelog in the release script + +2009-09-01 10:03:35 +0100 Tim-Philipp Müller + + * gst/gstelement.c: + element: don't take object lock for g_critical() and flesh out warning message some more + +2009-09-01 10:21:31 +0200 Sebastian Dröge + + * tests/check/gst/gstiterator.c: + iterator: Add unit test for the single iterator + +2009-09-01 10:20:59 +0200 Sebastian Dröge + + * gst/gstiterator.c: + iterator: Only visit the element a single time in the single iterator + +2009-09-01 07:27:25 +0200 Sebastian Dröge + + * gst/gstiterator.c: + iterator: Fix single iterator for NULL objects and non-GTypeInstance objects + Fixes bug #593719. + +2009-09-01 00:00:57 +0300 Stefan Kost + + * gst/gstelement.c: + debug: more detail in wrong-state-on-dispose error. + Also tell in which state the element actualy is and if it is eventualy + state-locked. + +2009-08-31 20:38:07 +0200 Wim Taymans + + * gst/gstiterator.c: + iterator: fix docs for _new_single(). + +2009-08-31 16:56:22 +0100 Tim-Philipp Müller + + * gst/gstghostpad.c: + * gst/gstiterator.c: + * gst/gstiterator.h: + docs: it's its + The panda says no! + +2009-08-29 20:44:36 +0200 Mark Nauwelaerts + + * gst/gstelementfactory.c: + registry: fill in elementfactory when registering element + elementfactory field is filled in by gst_element_base_class_init, + but it needs some info set on the element's type, so have it + available prior to class structure creation spinning up. + This affects elements that have a well-known/public type (e.g. pipeline) + and can be created by other means than gst_element_factory_make + (which will also fill in the element's factory). + +2009-08-31 11:45:17 +0200 Wim Taymans + + * gst/gstutils.c: + utils: use 128bits division on x86_64 + +2009-08-29 04:44:51 +0400 Руслан Ижбулатов + + * gst/gstsystemclock.c: + systemclock: fix compilation of win32 code + Fixes #593460. + +2009-08-28 18:37:44 +0200 Wim Taymans + + * gst/gstbin.c: + bin: cache index + Cache the last index that was set with _set_index() and return this in the + _get_index() call. + Set the cached index on newly added elements. + Fixes #566881 + +2009-08-28 18:35:54 +0200 Wim Taymans + + * gst/gstelement.c: + element: better type checks + Add GST_CLOCK typecheck for _set_clock(). + Allow setting NULL indexes on element (clear the current index) + Some whitespace fixes. + +2009-08-28 18:14:23 +0200 Wim Taymans + + * gst/gstelement.h: + element; whitespace fixes + +2009-08-28 18:06:45 +0200 Wim Taymans + + * win32/common/libgstreamer.def: + defs: add gst_iterator_new_single to defs + +2009-08-28 18:03:44 +0200 Wim Taymans + + * libs/gst/base/gstadapter.c: + adapter: whitespace fixes + +2009-08-28 17:59:15 +0200 Thijs Vermeir + + * libs/gst/base/gstbasetransform.c: + Check suggested caps for proxy alloc + Because we are trying to resolve a suggestion here we don't need + to check on caps for proxy_alloc but we need to check on the + suggested caps instead. + +2009-08-28 17:49:11 +0200 Wim Taymans + + * plugins/elements/gstqueue.c: + * plugins/elements/gstqueue.h: + queue: whitespace fixes + +2009-08-28 17:02:30 +0200 Wim Taymans + + * gst/gstsystemclock.c: + systemclock: use preformance counters on windows + Based on clock implementation by Håvard Graff + Try to get the time on windows using the performance counters. These have a much + higher resolution and accuracy than the regular getcurrenttime(). Be careful to + fall back to regular getcurrenttime() or posix clocks when performance counters + are not available. + +2009-08-28 16:07:16 +0200 Wim Taymans + + * gst/gstsystemclock.h: + systemclock: fix indentation + +2009-08-28 15:32:26 +0200 Wim Taymans + + * gst/gstutils.c: + utils: use shift instead of division + We can use a shift for scaling the denominator instead of a divide since the + denom is always positive. This avoids having the compiler generate code for the + different rounding rules when scaling negative values. + +2009-08-28 13:45:38 +0200 Wim Taymans + + * gst/gstutils.c: + utils: make inlining explicit + +2009-08-28 12:43:43 +0200 Wim Taymans + + * gst/gstutils.c: + utils: optimize for x86_64 with some inline asm + 64bit x86 has native 64x64->128 bit multiply that we can use with some inline + assembler to speed up large multiplications. + Use bsr to find the number of leading zeros more efficiently. + +2009-08-28 12:33:37 +0200 Wim Taymans + + * gst/gstutils.c: + utils: factor out the leading zero count code + +2009-08-28 12:30:41 +0200 Wim Taymans + + * gst/gstutils.c: + utils: pass correction factor around + Pass the correction factor around to get rid of the enum, some code + and some branches. + +2009-08-28 12:21:28 +0200 Wim Taymans + + * gst/gstutils.c: + utils: whitespace fixes + +2009-08-28 12:19:34 +0200 Wim Taymans + + * gst/gstutils.c: + utils: move common correction code in a macro + +2009-08-24 18:01:07 +0200 Wim Taymans + + * libs/gst/base/gstbasesink.h: + basesink: whitespace fixes + +2009-08-26 16:51:32 +0200 Sebastian Dröge + + * gst/gstiterator.c: + iterator: Allow to use NULL as object for the single iterator + +2009-08-26 16:39:19 +0200 Sebastian Dröge + + * docs/gst/gstreamer-sections.txt: + * gst/gstiterator.c: + * gst/gstiterator.h: + iterator: API: Add gst_iterator_new_single() + This allows "iteration" over a single object of some type, + which happens often for the GstPadIterIntLinksFunction for example. + +2009-08-24 17:57:16 +0200 Wim Taymans + + * libs/gst/base/gstbasesrc.c: + basesrc: return result of _set_caps() + +2009-08-24 17:56:32 +0200 Wim Taymans + + * libs/gst/base/gstbasesink.c: + basesink: whitespace fixes + +2009-08-22 14:22:31 -0700 David Schleef + + * gst/gstobject.h: + * gst/gsttrace.h: + * gst/gstxml.h: + It's __GNUC__, not _GNUC_ + This appears to be an 8 year old bug. + +2009-08-21 09:59:58 +0100 Tim-Philipp Müller + + * docs/pwg/building-boiler.xml: + docs: add link to cgit tarball download of gst-template in PWG + So people who can't use git for some reason still can get hold + of the code. See #591069. + +2009-08-20 11:54:40 +0100 Tim-Philipp Müller + + * gst/gstpluginfeature.c: + pluginfeature: add guard to gst_plugin_feature_type_name_filter + So we don't just crash if there's a refcounting bug somewhere else. + +2009-08-19 16:24:39 +0200 Sebastian Dröge + + * docs/manual/appendix-integration.xml: + docs: Don't talk about the deprecated libgnome and GNOME-VFS + Instead talk about GIO and change the option parsing example to + not initialize libgnome but only GTK. + Fixes bug #592233. + +2009-08-19 15:25:41 +0200 Sebastian Dröge + + * tests/examples/Makefile.am: + * tests/examples/streams/Makefile.am: + examples: Link rtpool-test to libpthread for using the POSIX threads + Also the other streams example can run without pthreads therefore + enable it even if pthreads are not available. + Fixes bug #592314. + +2009-08-18 14:45:23 +0200 Sebastian Dröge + + * tools/gst-inspect.c: + * tools/gst-xmlinspect.c: + tools: Use iterate_internal_links instead of deprecated get_internal_links + +2009-08-18 14:45:02 +0200 Sebastian Dröge + + * plugins/elements/gstmultiqueue.c: + * plugins/elements/gstmultiqueue.h: + multiqueue: Use iterate_internal_links instead of deprecated get_internal_links + +2009-08-18 14:05:40 +0200 Sebastian Dröge + + * gst/gstpad.c: + * gst/gstpad.h: + gstpad: Add some DISABLE_DEPRECATED markers in the header too + The internal links function is deprecated since some time and + there already were GST_REMOVE_DEPRECATED markers in the source file, + now add them to the header too. + Fixes bug #592209. + +2009-08-18 11:38:38 +0200 Sebastian Dröge + + * docs/design/part-states.txt: + docs: Update the design docs for bin state changes according to last commit + +2009-08-18 11:36:36 +0200 Antoine Tremblay + + * gst/gstbin.c: + gstbin: Don't try to change children's state if they're already in the state we want + Fixes bug #368536. + +2009-08-18 11:33:17 +0200 Sebastian Dröge + + * gst/gstghostpad.c: + ghostpad: Always get the proxypad's ghostpad via the ghostpad in the src caps change notify handler + Before the signal handler would get the ghostpad passed as second + argument but it could've already been unreffed and destroyed. + This would then lead to crashes and all that. + Now we get the ghostpad from the proxy pad, which we get from the + target pad as it's peer. + Fixes bug #591318. + +2009-08-18 08:45:08 +0200 Laurent Glayal + + * plugins/elements/gstfilesink.c: + * plugins/elements/gstfilesink.h: + filesink: Add property to allow to append to an already existing file + Fixes bug #591441. + +2009-08-14 11:53:14 +0200 Sebastian Dröge + + * configure.ac: + configure: Remove duplicated check for clock_gettime + +2009-08-14 11:12:50 +0200 Sebastian Dröge + + * configure.ac: + * tests/check/Makefile.am: + * tests/check/gst/gstutils.c: + gstutils: Add special random unit test for 64 scaling functions + This tests 100000 random multiplications/divisions of all scaling + function variants and compares the result with the result that is + generated by GMP on the same input. + For this check for GSL and GMP during configure but only use + it for this single unit test. + Testing functions were provided by Kipp Cannon + +2009-08-13 16:31:01 +0200 Sebastian Dröge + + * docs/gst/gstreamer-sections.txt: + * win32/common/libgstreamer.def: + gstutils: Add new scaling functions to the docs + +2009-08-13 16:20:46 +0200 Sebastian Dröge + + * tests/check/gst/gstutils.c: + gstutils: Add (very) minimal unit test for the new rounding scaling functions + +2009-08-13 16:10:31 +0200 Kipp Cannon + + * gst/gstutils.c: + * gst/gstutils.h: + gstutils: API: Add rounding to nearest and next integer versions of the 64 bit integer scaling functions + The new functions are + gst_util_uint64_scale_int_round() + gst_util_uint64_scale_int_ceil() + gst_util_uint64_scale_round() + gst_util_uint64_scale_ceil() + Fixes bug #590919. + +2009-08-12 11:10:05 +0200 Kipp Cannon + + * gst/gstutils.c: + gstutils: Revert parts of last change to optimize the scaling functions again + Partially fixes bug #590919. + +2009-08-11 09:16:38 +0200 Sebastian Dröge + + * gst/gstutils.c: + gstutils: Fix violations of strict-aliasing rules in gst_util_uint64_scale() + +2009-08-11 09:10:47 +0200 Kipp Cannon + + * gst/gstutils.c: + gstutils: Refactor gst_util_uint64_scale() + This will later make it possible to provide rounding versions + of it without much code duplication. + Partially fixes bug #590919. + +2009-08-11 15:20:18 +0200 Jonas Holmberg + + * gst/gstbufferlist.c: + bufferlist: update doc string + +2009-08-11 13:21:35 +0200 Sebastian Dröge + + * gst/gstsegment.c: + * tests/check/gst/gstsegment.c: + gstsegment: Actually start==stop==segment_start is inside the segment + Still the old code was wrong as it claimed that start==stop + + * tests/check/gst/gstsegment.c: + gstsegment: Fix unit test and add an additional test + The previous test assumed that start=stop=segment_start will + be inside the segment but this is wrong. + +2009-08-11 12:59:13 +0200 Sebastian Dröge + + * gst/gstsegment.c: + gstsegment: Clipping should detect start=stop + + * tests/check/gst/gstbus.c: + gstbus: Unref pipeline after usage in test_custom_main_context unit test + This makes the core unit tests valgrind clean again. + +2009-08-11 02:54:55 +0100 Edward Hervey + + * docs/random/moving-plugins: + docs: add Edward's git plugin moving howto to moving-plugins document + +2009-08-10 14:30:34 +0100 Tim-Philipp Müller + + * tests/check/gst/gstobject.c: + checks: don't forget to include config.h in the GstObject unit test + +2009-08-10 13:05:57 +0100 Tim-Philipp Müller + + * configure.ac: + * tests/check/gst/gstobject.c: + checks: try to fix GstObject unit test on OSX + Seems like we get SIGBUS instead of SIGSEGV here when GLib crashes + where it shouldn't crash (and we even have a unit test for that!). + +2009-08-10 12:01:48 +0100 Tim-Philipp Müller + + * tests/check/pipelines/parse-launch.c: + checks: set pipelines to NULL state in parse-launch unit test + Fixes timeouts in gst_task_cleanup_all(). + +2009-08-10 11:42:25 +0100 Tim-Philipp Müller + + * tests/check/gst/gstbus.c: + checks: set pipeline back to NULL state in GstBus unit test + Fixes timeout in gst_task_cleanup_all(). + +2009-08-10 11:43:52 +0100 Tim-Philipp Müller + + * libs/gst/check/gstcheck.h: + check: add some logging before calling gst_task_cleanup_all() + +2009-08-08 22:27:06 +0200 Sebastian Dröge + + * libs/gst/check/gstcheck.h: + check: Call gst_task_cleanup_all() in GST_END_TEST + This fixes many unit tests under valgrind that shows + leaking GstTasks that are not really leaked but just + not unreffed by the task thread before the unit test + stopped. + Fixes bug #591045. + +2009-08-08 14:47:57 +0200 Edward Hervey + + * libs/gst/base/gstbasesink.c: + basesink: Remove dead assignments + +2009-08-08 14:47:40 +0200 Edward Hervey + + * gst/gstdebugutils.c: + * gst/gstpad.c: + * gst/gsttask.c: + gst: Remove dead assignments + +2009-08-07 02:36:29 +0100 Tim-Philipp Müller + + * tests/check/pipelines/.gitignore: + gitignore: ignore new queue-error test + +2009-08-06 20:40:07 +0100 Tim-Philipp Müller + + * libs/gst/check/Makefile.am: + check: add internal-check.h to BUILT_SOURCES in attempt to fix the build + For some people the build of libgstcheck was broken because the make + target that creates the internal-check.h file wasn't executed for + some reason. This should hopefully fix this. + +2009-08-06 18:38:16 +0100 Tim-Philipp Müller + + * autogen.sh: + autogen.sh: older aclocals don't like -I. so use -I . instead + +2009-08-06 18:47:32 +0200 Wim Taymans + + * gst/gstbuffer.c: + gstbuffer: add additional checking for writability + Check for metadata writability when setting caps on buffer or when copying + metadata flags. Only enable these extra assertions in git versions. + This should help us find bad elements. + +2009-08-04 10:22:25 +0100 Tim-Philipp Müller + + * configure.ac: + check: disable unit test support on win32 for now + Until we make the internal libcheck work on windows. + +2009-07-19 17:04:58 +0100 Tim-Philipp Müller + + * .gitignore: + * libs/gst/check/Makefile.am: + check: fix symbol exporting + +2009-07-17 00:46:32 +0100 Tim-Philipp Müller + + * Makefile.am: + * check-checks.m4: + * libs/gst/check/libcheck/check_pack.c: + check: fix issues with 'make distcheck' + Seems to work now, at least on *nix. One of the configure checks + caused these weird issues - but which one? + +2009-08-06 17:27:12 +0100 Tim-Philipp Müller + + * Makefile.am: + * autogen.sh: + * check-checks.m4: + * configure.ac: + * docs/libs/gstreamer-libs-sections.txt: + * libs/gst/check/.gitignore: + * libs/gst/check/Makefile.am: + * libs/gst/check/gstcheck.h: + * libs/gst/check/libcheck/Makefile.am: + * pkgconfig/gstreamer-check-uninstalled.pc.in: + * pkgconfig/gstreamer-check.pc.in: + check: use private copy of check for libgstcheck + See #577275. Seems to work fine, but doesn't distcheck yet. + +2009-07-16 18:39:16 +0100 Tim-Philipp Müller + + * libs/gst/check/libcheck/Makefile.am: + * libs/gst/check/libcheck/check.c: + * libs/gst/check/libcheck/check.h.in: + * libs/gst/check/libcheck/check_error.c: + * libs/gst/check/libcheck/check_error.h: + * libs/gst/check/libcheck/check_impl.h: + * libs/gst/check/libcheck/check_list.c: + * libs/gst/check/libcheck/check_list.h: + * libs/gst/check/libcheck/check_log.c: + * libs/gst/check/libcheck/check_log.h: + * libs/gst/check/libcheck/check_msg.c: + * libs/gst/check/libcheck/check_msg.h: + * libs/gst/check/libcheck/check_pack.c: + * libs/gst/check/libcheck/check_pack.h: + * libs/gst/check/libcheck/check_print.c: + * libs/gst/check/libcheck/check_print.h: + * libs/gst/check/libcheck/check_run.c: + * libs/gst/check/libcheck/check_str.c: + * libs/gst/check/libcheck/check_str.h: + check: add internal copy of check-0.9.6 + Not hooked up yet. See #577275. + +2009-08-06 14:11:46 +0100 Tim-Philipp Müller + + * gst/gstcaps.c: + docs: fix Since: tag for new gst_caps_can_intersect() function + +2009-07-22 11:24:59 +0300 Stefan Kost + + * gst/gstutils.c: + utils: use new _caps_can_intersect() + +2009-07-22 11:24:08 +0300 Stefan Kost + + * gst/gstpad.c: + pad: use new _caps_can_intersect() + +2009-07-22 09:54:55 +0300 Stefan Kost + + * libs/gst/base/gstbasetransform.c: + basetransform: use new _caps_can_intersect() + +2009-07-22 09:38:10 +0300 Stefan Kost + + * docs/gst/gstreamer-sections.txt: + * gst/gstcaps.c: + * gst/gstcaps.h: + * win32/common/libgstreamer.def: + caps: add gst_caps_can_intersect() + Often we don't need the result of the intersection. Add a variant that only + tries to intersect. It can break out earlier and does less GValue copying. + API: gst_caps_can_intersect() + +2009-07-22 09:24:55 +0300 Stefan Kost + + * libs/gst/base/gstbasetransform.c: + basetransform: only check caps_is_fixed() if they changed + The previous code could call gst_caps_is_fixed() for the same caps many times. + +2009-07-21 13:31:13 +0300 Stefan Kost + + * gst/gstcaps.c: + caps: split callback for structure intersect into two functions + We call this separately. there is no much benefit in reusing the callback. + Splitting is let us remove a branch also. + +2009-07-21 13:27:09 +0300 Stefan Kost + + * gst/gstcaps.c: + logging: log if we copy caps to be able to track it + +2009-07-21 11:32:01 +0300 Stefan Kost + + * gst/gstcaps.c: + caps: add comments about g_ptr_array size behaviour + Just explain the behaviour to avoid that someone else is wasting time trying to + improve this too. + +2009-07-21 11:14:20 +0300 Stefan Kost + + * tests/examples/controller/audio-example.c: + example: unref the clock id + +2009-07-21 10:56:53 +0300 Stefan Kost + + * gst/gstpad.c: + pad: use correct variable in test + +2009-07-28 16:13:37 +0300 Stefan Kost + + * gst/gstregistrybinary.c: + registry: add filename to debug message, like elsewhere + +2009-07-21 10:38:15 +0300 Stefan Kost + + * gst/gstbin.c: + bin: fix compiler warning about unused var when disabling debug logging + +2009-08-06 13:29:29 +0200 Mark Nauwelaerts + + * plugins/elements/gstqueue.c: + queue: post error message when pausing task + If downstream returns error and upstream has already delivered + everything (including EOS) and will no longer be around to find + out that we paused (and why), post error message. Fixes #589991. + +2009-07-28 12:03:36 +0200 Mark Nauwelaerts + + * tests/check/Makefile.am: + * tests/check/pipelines/queue-error.c: + queue: add unit test + Make a downstream element return an error after upstream has already + put all data into queue (including EOS). As such, upstream + will not be around to pick up the error, so it is up to queue to + act appropriately. See #589991. + Note there may be downstream fatal errors (e.g. negotiation) that do + not warrant an error message already having been posted. + +2009-08-05 18:02:31 +0200 Wim Taymans + + * libs/gst/base/gstbasetransform.c: + basetransform: clarify _caps_is_equal() + +2009-08-05 17:58:20 +0200 Wim Taymans + + * libs/gst/base/gstbasetransform.c: + basetransform: refactor metadata modifications + Check when we need to touch the metadata of the output buffer after selecting + the output buffer so that we have everything in one place. + Also take flags and timestamp modifications into account. + +2009-08-05 17:55:14 +0200 Wim Taymans + + * plugins/elements/gstcapsfilter.c: + capsfilter: only set caps when different + When we have an input buffer with caps and when those caps are different from + the caps we want, only then make a writable copy of the input buffer as the + output buffer and set the caps on that output buffer. This avoids some cases + where we took a subbuffer for setting caps that were the same. + +2009-08-05 15:28:59 +0200 Wim Taymans + + * libs/gst/base/gstbasetransform.c: + basetransform: enable optimisation + When we have the same input as output caps, reuse the input caps object. After + the caps refcounting has been sorted out now, we can finally enable this + optimisation. + +2009-08-05 13:48:40 +0200 Wim Taymans + + * tests/check/gst/gstpad.c: + tests: don't set caps on unwritable buffers + Take the ref after setting the caps on a buffer because else the buffer is + techinically not writable. + +2009-08-05 13:47:33 +0200 Wim Taymans + + * plugins/elements/gstqueue.c: + queue: get caps after making writable + Get the caps of the buffer after we made the buffer writable. This did not + cause any problems but it's nicer this way. + +2009-08-05 13:46:42 +0200 Wim Taymans + + * plugins/elements/gstcapsfilter.c: + capsfilter: fix refcounting problem + Make sure the metadata is writable before setting the caps on a buffer. + +2009-08-05 13:44:51 +0200 Wim Taymans + + * libs/gst/base/gstbasetransform.c: + basetransform: fix refcounting problem + Add some more debug info. + Make sure that the output buffer has writable metadata before we attempt to set + caps on it. + fixes #583999 + +2009-08-05 13:44:13 +0200 Wim Taymans + + * gst/gstcaps.c: + caps: add some more debugging in _replace + +2009-08-05 13:43:10 +0200 Wim Taymans + + * gst/gstpad.c: + pad: Add some more debugging + +2009-08-05 13:41:33 +0200 Wim Taymans + + * gst/gstghostpad.c: + ghostpad: small improvements + Unref the target pad after we used it for debugging. + Add some more debug. + Only replace caps when they changed. + +2009-07-29 13:46:35 +0200 Wim Taymans + + * libs/gst/base/gstbasesink.c: + basesink: cleanups in position queries + Use existing boolean flag to pass position queries upstream. Also add upstream + queries for the last position queries. + +2009-08-05 13:25:33 +0100 Tim-Philipp Müller + + * configure.ac: + configure.ac: fix libxml2 check, which is only needed for xml load/save now + Since the registry doesn't use libxml2 any longer, it's no longer necessary + to disable both xml load/save *and* the registry to get rid of the libxml2 + dependency, disabling just xml loading/saving is enough. Fixes #590841. + +2009-08-02 14:33:59 +0100 Tim-Philipp Müller + + * docs/faq/gst-uninstalled: + gst-uninstalled: rename uninstalled registry file to registry.dat + We're not using the xml registry any longer after all. + +2009-08-02 14:28:38 +0100 Tim-Philipp Müller + + * docs/faq/gst-uninstalled: + gst-uninstalled: refine search paths for uninstalled plugin modules + Use more refined search paths for our plugin modules. Not only does + this make things much faster in an uninstalled setup, it also makes + sure we're not accidentally using out-of-date plugins built ages + ago as part of a (failed) 'make distcheck' when we forget to clean + up the distcheck build directory. + +2009-07-29 23:42:39 +0100 Tim-Philipp Müller + + * docs/design/Makefile.am: + docs: dist GStreamer-1.0 buffer design draft + +2009-08-06 06:50:41 +0200 Sebastian Dröge + + * docs/gst/gstreamer-sections.txt: + taglist: Add new ALBUM_ARTIST tag to the docs + +2009-08-04 14:13:34 +0200 John Millikin + + * gst/gsttaglist.c: + * gst/gsttaglist.h: + taglist: Add support for ALBUM_ARTIST tag + The "album artist" tag is used when the artist of an entire + album differs from the artist of an individual track; for example, + when a "guest artist" appears on an album, or on compilations. + Fixes bug #590430. + +2009-07-29 13:33:11 +0200 Stian Selnes + + * libs/gst/base/gstbasesink.c: + basesink: Query upstream for the position if conversion in PAUSED failed + Fixes bug #590045. + +2009-07-28 20:42:20 +0200 Kipp Cannon + + * libs/gst/base/gstbasetransform.c: + basetransform: Improve debug output in gst_base_transform_acceptcaps() + Fixes bug #589524. + +2009-07-22 09:01:56 +0200 Sebastian Dröge + + * libs/gst/base/gstbasetransform.c: + basetransform: Don't unset GAP flag if working in passthrough mode + Fixes bug #589314. + +2009-08-06 01:43:57 +0100 Jan Schmidt + + * configure.ac: + back to development -> 0.10.24.1 + +=== release 0.10.24 === + +2009-08-05 00:51:16 +0100 Jan Schmidt + + * ChangeLog: + * NEWS: + * RELEASE: + * configure.ac: + * docs/plugins/gstreamer-plugins.hierarchy: + * docs/plugins/inspect/plugin-coreelements.xml: + * docs/plugins/inspect/plugin-coreindexers.xml: + * gstreamer.doap: + Release 0.10.24 2009-08-04 23:05:27 +0100 Jan Schmidt diff --git a/configure.ac b/configure.ac index 67bbaf604d..5d5994f4e5 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.52) dnl initialize autoconf dnl when going to/from release please set the nano (fourth number) right ! dnl releases only do Wall, git and prerelease does Werror too -AC_INIT(GStreamer, 0.10.24.1, +AC_INIT(GStreamer, 0.10.24.2, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gstreamer) AG_GST_INIT @@ -43,7 +43,7 @@ dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0 dnl - interfaces added -> increment AGE dnl - interfaces removed -> AGE = 0 dnl sets GST_LT_LDFLAGS -AS_LIBTOOL(GST, 21, 0, 21) +AS_LIBTOOL(GST, 22, 0, 22) dnl FIXME: this macro doesn't actually work; dnl the generated libtool script has no support for the listed tags. diff --git a/po/LINGUAS b/po/LINGUAS index fbcadbf0f1..0d44b7b369 100644 --- a/po/LINGUAS +++ b/po/LINGUAS @@ -1 +1 @@ -af az be bg ca cs da de en_GB es fi fr hu id it ja nb nl pl pt_BR ru rw sk sq sr sv tr uk vi zh_CN zh_TW +af az be bg ca cs da de en_GB es eu fi fr hu id it ja nb nl pl pt_BR ru rw sk sq sr sv tr uk vi zh_CN zh_TW diff --git a/po/af.po b/po/af.po index 031852d979..1222a96536 100644 --- a/po/af.po +++ b/po/af.po @@ -7,12 +7,12 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer 0.9.7\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2009-08-04 23:00+0100\n" +"POT-Creation-Date: 2009-09-11 23:09+0100\n" "PO-Revision-Date: 2005-12-05 11:45+0200\n" "Last-Translator: Petri Jooste \n" "Language-Team: Afrikaans \n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=ISO-8859-1\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" msgid "Print the GStreamer version" @@ -22,7 +22,7 @@ msgid "Make all warnings fatal" msgstr "Maak alle waarskuwings fataal" msgid "Print available debug categories and exit" -msgstr "Vertoon beskikbare ontfoutkategori en stop" +msgstr "Vertoon beskikbare ontfoutkategorië en stop" msgid "" "Default debug level from 1 (only error) to 5 (anything) or 0 for no output" @@ -38,7 +38,7 @@ msgid "" "the individual categories. Example: GST_AUTOPLUG:5,GST_ELEMENT_*:3" msgstr "" "Komma-geskeide lys van kategorie_naam:vlak pare om die individuele " -"kategorie op te stel. Byvoorbeeld: GST_AUTOPLUG:5,GST_ELEMENT_*:3" +"kategorieë op te stel. Byvoorbeeld: GST_AUTOPLUG:5,GST_ELEMENT_*:3" msgid "LIST" msgstr "LYS" @@ -111,7 +111,7 @@ msgstr "" "%s\n" msgid "GStreamer encountered a general core library error." -msgstr "GStreamer het 'n fout tegekom in die algemene kernbiblioteek." +msgstr "GStreamer het 'n fout teëgekom in die algemene kernbiblioteek." msgid "" "GStreamer developers were too lazy to assign an error code to this error." @@ -161,7 +161,7 @@ msgstr "" msgid "GStreamer encountered a general supporting library error." msgstr "" -"GStreamer het 'n fout tegekom in 'n algemene ondersteuningsbiblioteek." +"GStreamer het 'n fout teëgekom in 'n algemene ondersteuningsbiblioteek." msgid "Could not initialize supporting library." msgstr "Ondersteuningsbiblioteek kon nie aan die gang gesit word nie." @@ -174,7 +174,7 @@ msgid "Could not configure supporting library." msgstr "Kon nie ondersteunende biblioteek toemaak nie." msgid "GStreamer encountered a general resource error." -msgstr "GStreamer het 'n algemene hulpbronfout tegekom." +msgstr "GStreamer het 'n algemene hulpbronfout teëgekom." msgid "Resource not found." msgstr "Hulpbron nie gevind nie." @@ -213,7 +213,7 @@ msgid "No space left on the resource." msgstr "" msgid "GStreamer encountered a general stream error." -msgstr "GStreamer het 'n algemene stroomfout tegekom." +msgstr "GStreamer het 'n algemene stroomfout teëgekom." msgid "Element doesn't implement handling of this stream. Please file a bug." msgstr "" @@ -305,6 +305,19 @@ msgstr "" msgid "album containing this data for sorting purposes" msgstr "album wat hierdie data bevat" +#, fuzzy +msgid "album artist" +msgstr "kunstenaar" + +msgid "The artist of the entire album, as it should be displayed" +msgstr "" + +msgid "album artist sortname" +msgstr "" + +msgid "The artist of the entire album, as it should be sorted" +msgstr "" + msgid "date" msgstr "datum" @@ -629,7 +642,7 @@ msgstr ", " #, c-format msgid "specified empty bin \"%s\", not allowed" -msgstr "gespesifiseerde le houer \"%s\" is ontoelaatbaar" +msgstr "gespesifiseerde leë houer \"%s\" is ontoelaatbaar" #, c-format msgid "no bin \"%s\", skipping" @@ -678,7 +691,7 @@ msgid "could not link sink element for URI \"%s\"" msgstr "kon nie aan bestemming-element vir URI \"%s\" verbind nie" msgid "empty pipeline not allowed" -msgstr "le pyplyn word nie toegelaat nie" +msgstr "leë pyplyn word nie toegelaat nie" #, fuzzy msgid "Internal clock error." @@ -706,30 +719,30 @@ msgid "" msgstr "" msgid "No file name specified for writing." -msgstr "Geen lernaam om heen te skryf nie." +msgstr "Geen lêernaam om heen te skryf nie." #, c-format msgid "Could not open file \"%s\" for writing." -msgstr "Kon nie ler \"%s\" oopmaak om in te skryf nie." +msgstr "Kon nie lêer \"%s\" oopmaak om in te skryf nie." #, c-format msgid "Error closing file \"%s\"." -msgstr "Fout met toemaak van ler \"%s\"." +msgstr "Fout met toemaak van lêer \"%s\"." #, fuzzy, c-format msgid "Error while seeking in file \"%s\"." -msgstr "Fout tydens skryf na ler \"%s\"." +msgstr "Fout tydens skryf na lêer \"%s\"." #, c-format msgid "Error while writing to file \"%s\"." -msgstr "Fout tydens skryf na ler \"%s\"." +msgstr "Fout tydens skryf na lêer \"%s\"." msgid "No file name specified for reading." -msgstr "Geen lernaam om uit te lees nie." +msgstr "Geen lêernaam om uit te lees nie." #, fuzzy, c-format msgid "Could not open file \"%s\" for reading." -msgstr "Kon nie ler \"%s\" oopmaak om te lees nie. %s." +msgstr "Kon nie lêer \"%s\" oopmaak om te lees nie. %s." #, fuzzy, c-format msgid "Could not get info on \"%s\"." @@ -741,7 +754,7 @@ msgstr "\"%s\" is 'n gids." #, c-format msgid "File \"%s\" is a socket." -msgstr "Ler \"%s\" is 'n sok." +msgstr "Lêer \"%s\" is 'n sok." msgid "Failed after iterations as requested." msgstr "Mislukking na die vasgestelde aantal probeerslae." @@ -750,7 +763,7 @@ msgid "caps" msgstr "caps" msgid "detected capabilities in stream" -msgstr "vermons wat bespeur kon word in die stroom" +msgstr "vermoëns wat bespeur kon word in die stroom" msgid "minimum" msgstr "minimum" @@ -814,22 +827,22 @@ msgstr "" #, fuzzy, c-format msgid "Could not load plugin file: %s\n" -msgstr "Kon nie ler \"%s\" oopmaak om in te skryf nie." +msgstr "Kon nie lêer \"%s\" oopmaak om in te skryf nie." #, fuzzy, c-format msgid "No such element or plugin '%s'\n" msgstr "geen bronelement vir URI \"%s\"" msgid "Usage: gst-xmllaunch [ element.property=value ... ]\n" -msgstr "Gebruik so: gst-xmllaunch [ element.eienskap=waarde ... ]\n" +msgstr "Gebruik so: gst-xmllaunch [ element.eienskap=waarde ... ]\n" #, c-format msgid "ERROR: parse of xml file '%s' failed.\n" -msgstr "FOUT: ontleding van xml-ler '%s' het misluk.\n" +msgstr "FOUT: ontleding van xml-lêer '%s' het misluk.\n" #, c-format msgid "ERROR: no toplevel pipeline element in file '%s'.\n" -msgstr "FOUT: geen topvlak pyplynelement in ler '%s' nie.\n" +msgstr "FOUT: geen topvlak pyplynelement in lêer '%s' nie.\n" #, fuzzy msgid "WARNING: only one toplevel element is supported at this time.\n" @@ -933,10 +946,10 @@ msgid "TYPE1,TYPE2,..." msgstr "TIPE1, TIPE2,..." msgid "Save xml representation of pipeline to FILE and exit" -msgstr "Stoor xml-voorstelling van pyplyn na LER en stop" +msgstr "Stoor xml-voorstelling van pyplyn na LÊER en stop" msgid "FILE" -msgstr "LER" +msgstr "LÊER" msgid "Do not install a fault handler" msgstr "Moenie 'n fouthanteerder installeer nie" @@ -999,7 +1012,7 @@ msgid "An error happened while waiting for EOS\n" msgstr "" msgid "Execution ended after %" -msgstr "Uitvoering het geindig na %" +msgstr "Uitvoering het geëindig na %" msgid "Setting pipeline to READY ...\n" msgstr "Pyplyn word gestel na GEREED ...\n" @@ -1015,7 +1028,7 @@ msgstr "Pyplyn word gestel na NULL ...\n" #~ msgstr "Interne GStreamer-fout: state change failed." #~ msgid "original location of file as a URI" -#~ msgstr "oorsprong van ler gegee as 'n URI" +#~ msgstr "oorsprong van lêer gegee as 'n URI" #~ msgid "Element \"%s\" has gone from PLAYING to PAUSED, quitting.\n" #~ msgstr "Element \"%s\" het verander van SPEEL na POUSE, verlaat dus.\n" diff --git a/po/az.po b/po/az.po index 3fadf357bc..4daf1e1ad6 100644 --- a/po/az.po +++ b/po/az.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer-0.8.0\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2009-08-04 23:00+0100\n" +"POT-Creation-Date: 2009-09-11 23:09+0100\n" "PO-Revision-Date: 2004-03-19 18:40+0200\n" "Last-Translator: Metin Amiroff \n" "Language-Team: Azerbaijani \n" @@ -287,6 +287,18 @@ msgstr "" msgid "album containing this data for sorting purposes" msgstr "" +msgid "album artist" +msgstr "" + +msgid "The artist of the entire album, as it should be displayed" +msgstr "" + +msgid "album artist sortname" +msgstr "" + +msgid "The artist of the entire album, as it should be sorted" +msgstr "" + msgid "date" msgstr "tarix" diff --git a/po/be.po b/po/be.po index 16b258a824..1b844745e1 100644 --- a/po/be.po +++ b/po/be.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer 0.9.7\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2009-08-04 23:00+0100\n" +"POT-Creation-Date: 2009-09-11 23:09+0100\n" "PO-Revision-Date: 2006-01-18 22:26+0200\n" "Last-Translator: Ales Nyakhaychyk \n" "Language-Team: Belarusian \n" @@ -295,6 +295,19 @@ msgstr "" msgid "album containing this data for sorting purposes" msgstr "альбом, якія зьмяшчае гэтыя даньі" +#, fuzzy +msgid "album artist" +msgstr "выканаўца" + +msgid "The artist of the entire album, as it should be displayed" +msgstr "" + +msgid "album artist sortname" +msgstr "" + +msgid "The artist of the entire album, as it should be sorted" +msgstr "" + msgid "date" msgstr "дата" diff --git a/po/bg.po b/po/bg.po index 3713bc82df..b1d934b144 100644 --- a/po/bg.po +++ b/po/bg.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer 0.10.22.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2009-08-04 23:00+0100\n" +"POT-Creation-Date: 2009-09-11 23:09+0100\n" "PO-Revision-Date: 2009-05-14 07:37+0300\n" "Last-Translator: Alexander Shopov \n" "Language-Team: Bulgarian \n" @@ -306,6 +306,20 @@ msgstr "албум, ползва се при подреждане" msgid "album containing this data for sorting purposes" msgstr "албум съдържащ тези данни, ползва се при подреждане" +#, fuzzy +msgid "album artist" +msgstr "изпълнител" + +msgid "The artist of the entire album, as it should be displayed" +msgstr "" + +#, fuzzy +msgid "album artist sortname" +msgstr "име на изпълнител, ползва се при подреждане" + +msgid "The artist of the entire album, as it should be sorted" +msgstr "" + msgid "date" msgstr "дата" diff --git a/po/ca.po b/po/ca.po index fa385a9d72..f7f768b1cf 100644 --- a/po/ca.po +++ b/po/ca.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer 0.9.7\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2009-08-04 23:00+0100\n" +"POT-Creation-Date: 2009-09-11 23:09+0100\n" "PO-Revision-Date: 2005-12-02 17:43+0100\n" "Last-Translator: Jordi Mallach \n" "Language-Team: Catalan \n" @@ -308,6 +308,19 @@ msgstr "" msgid "album containing this data for sorting purposes" msgstr "àlbum que conté aquesta dades" +#, fuzzy +msgid "album artist" +msgstr "artista" + +msgid "The artist of the entire album, as it should be displayed" +msgstr "" + +msgid "album artist sortname" +msgstr "" + +msgid "The artist of the entire album, as it should be sorted" +msgstr "" + msgid "date" msgstr "data" diff --git a/po/cs.po b/po/cs.po index bd32f2e105..b8c7c14445 100644 --- a/po/cs.po +++ b/po/cs.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer 0.10.20.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2009-08-04 23:00+0100\n" +"POT-Creation-Date: 2009-09-11 23:09+0100\n" "PO-Revision-Date: 2008-10-12 12:12+0200\n" "Last-Translator: Miloslav Trmac \n" "Language-Team: Czech \n" @@ -300,6 +300,20 @@ msgstr "album pro řazení" msgid "album containing this data for sorting purposes" msgstr "album obsahující tato data pro řazení" +#, fuzzy +msgid "album artist" +msgstr "umělec" + +msgid "The artist of the entire album, as it should be displayed" +msgstr "" + +#, fuzzy +msgid "album artist sortname" +msgstr "umělec pro řazení" + +msgid "The artist of the entire album, as it should be sorted" +msgstr "" + msgid "date" msgstr "datum" diff --git a/po/da.po b/po/da.po index fcfe993571..9860b19fc9 100644 --- a/po/da.po +++ b/po/da.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer 0.10.12\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2009-08-04 23:00+0100\n" +"POT-Creation-Date: 2009-09-11 23:09+0100\n" "PO-Revision-Date: 2007-03-28 00:09+0200\n" "Last-Translator: Mogens Jaeger \n" "Language-Team: Danish \n" @@ -304,6 +304,19 @@ msgstr "" msgid "album containing this data for sorting purposes" msgstr "album der indeholder disse data" +#, fuzzy +msgid "album artist" +msgstr "kunstner" + +msgid "The artist of the entire album, as it should be displayed" +msgstr "" + +msgid "album artist sortname" +msgstr "" + +msgid "The artist of the entire album, as it should be sorted" +msgstr "" + msgid "date" msgstr "dato" diff --git a/po/de.po b/po/de.po index 8bb1e5fba9..cfdebb616c 100644 --- a/po/de.po +++ b/po/de.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer 0.10.22.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2009-08-04 23:00+0100\n" +"POT-Creation-Date: 2009-09-11 23:09+0100\n" "PO-Revision-Date: 2009-07-31 21:58+0200\n" "Last-Translator: Christian Kirbach \n" "Language-Team: German \n" @@ -317,6 +317,20 @@ msgstr "Sortiername des Albums" msgid "album containing this data for sorting purposes" msgstr "Album, das diese Daten enthält, zu Sortierzwecken" +#, fuzzy +msgid "album artist" +msgstr "Interpret" + +msgid "The artist of the entire album, as it should be displayed" +msgstr "" + +#, fuzzy +msgid "album artist sortname" +msgstr "Sortiername des Interpreten" + +msgid "The artist of the entire album, as it should be sorted" +msgstr "" + msgid "date" msgstr "Datum" diff --git a/po/en_GB.po b/po/en_GB.po index 8c33aff3ca..2290888b8c 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer 0.8.1\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2009-08-04 23:00+0100\n" +"POT-Creation-Date: 2009-09-11 23:09+0100\n" "PO-Revision-Date: 2004-04-26 10:36-0400\n" "Last-Translator: Gareth Owen \n" "Language-Team: English (British) \n" @@ -312,6 +312,19 @@ msgstr "" msgid "album containing this data for sorting purposes" msgstr "album containing this data" +#, fuzzy +msgid "album artist" +msgstr "artist" + +msgid "The artist of the entire album, as it should be displayed" +msgstr "" + +msgid "album artist sortname" +msgstr "" + +msgid "The artist of the entire album, as it should be sorted" +msgstr "" + msgid "date" msgstr "date" diff --git a/po/es.po b/po/es.po index e73d6e96e4..08a9099ae5 100644 --- a/po/es.po +++ b/po/es.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer 0.10.22.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2009-08-04 23:00+0100\n" +"POT-Creation-Date: 2009-09-11 23:09+0100\n" "PO-Revision-Date: 2009-06-11 14:08+0200\n" "Last-Translator: Jorge González González \n" "Language-Team: Spanish \n" @@ -307,6 +307,20 @@ msgstr "nombre corto del álbum" msgid "album containing this data for sorting purposes" msgstr "el álbum que contiene estos datos para propósitos de ordenamiento" +#, fuzzy +msgid "album artist" +msgstr "artista" + +msgid "The artist of the entire album, as it should be displayed" +msgstr "" + +#, fuzzy +msgid "album artist sortname" +msgstr "nombre corto del artista" + +msgid "The artist of the entire album, as it should be sorted" +msgstr "" + msgid "date" msgstr "fecha" diff --git a/po/eu.po b/po/eu.po new file mode 100644 index 0000000000..50500654b1 --- /dev/null +++ b/po/eu.po @@ -0,0 +1,1039 @@ +# translation of gstreamer.master.po to Basque +# Copyright (C) 2004, 2005, 2006, 2008, 2009 Free Software Foundation, Inc. +# This file is distributed under the same license as the gstreamer package. +# +# Iñaki Larrañaga Murgoitio , 2009. +# Mikel Olasagasti Uranga , 2009. +msgid "" +msgstr "" +"Project-Id-Version: gstreamer-0.10.22.2\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" +"POT-Creation-Date: 2009-09-11 23:09+0100\n" +"PO-Revision-Date: 2009-08-29 12:04+0200\n" +"Last-Translator: Mikel Olasagasti Uranga \n" +"Language-Team: Basque \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: KBabel 1.11.4\n" + +msgid "Print the GStreamer version" +msgstr "Erakutsi GStreamer-en bertsioa" + +msgid "Make all warnings fatal" +msgstr "Bihurtu abisu guztiak errore larri" + +msgid "Print available debug categories and exit" +msgstr "Erakutsi arazte-kategoria erabilgarriak, eta irten" + +msgid "" +"Default debug level from 1 (only error) to 5 (anything) or 0 for no output" +msgstr "" +"Arazte-maila lehenetsia, 1etik (soilik erroreak) 5era (dena), edo 0 " +"(irteerarik ez)" + +msgid "LEVEL" +msgstr "MAILA" + +msgid "" +"Comma-separated list of category_name:level pairs to set specific levels for " +"the individual categories. Example: GST_AUTOPLUG:5,GST_ELEMENT_*:3" +msgstr "" +"Kategoria bakoitzari maila jakin bat ezartzeko, erabili komaz bereizitako " +"kategoriaren_izena:maila pareen zerrenda. Adibidea: GST_AUTOPLUG:5," +"GST_ELEMENT_*:3" + +msgid "LIST" +msgstr "ZERRENDA" + +msgid "Disable colored debugging output" +msgstr "Desgaitu koloreak arazketako irteeretan" + +msgid "Disable debugging" +msgstr "Desgaitu arazketa" + +msgid "Enable verbose plugin loading diagnostics" +msgstr "Gaitu pluginen kargatze-diagnostiko xehatua" + +msgid "Colon-separated paths containing plugins" +msgstr "Pluginak dituzten bide-izenak, bi punturekin bereizita" + +msgid "PATHS" +msgstr "BIDE-IZENAK" + +msgid "" +"Comma-separated list of plugins to preload in addition to the list stored in " +"environment variable GST_PLUGIN_PATH" +msgstr "" +"Aurrez kargatzeko pluginen zerrenda komaz bereizita, GST_PLUGIN_PATH " +"ingurumen-aldagaian gordetako zerrendaz gain" + +msgid "PLUGINS" +msgstr "PLUGINAK" + +msgid "Disable trapping of segmentation faults during plugin loading" +msgstr "" +"Desgaitu segmentazio-hutsegiteen tranpak pluginak kargatzen diren bitartean" + +msgid "Disable updating the registry" +msgstr "Desgaitu erregistroa eguneratzea" + +msgid "Disable the use of fork() while scanning the registry" +msgstr "Desgaitu fork() erabiltzea erregistroa eskaneatzean" + +msgid "GStreamer Options" +msgstr "GStreamer-en aukerak" + +msgid "Show GStreamer Options" +msgstr "Erakutsi GStreamer-en aukerak" + +#, c-format +msgid "Error writing registry cache to %s: %s" +msgstr "Errorea gertatu da erregistroaren cachea %s(e)n idaztean: %s" + +#, c-format +msgid "Error re-scanning registry %s: %s" +msgstr "Errorea gertatu da %s erregistroa berriz eskaneatzean: %s" + +#, c-format +msgid "Error re-scanning registry %s" +msgstr "Errorea gertatu da %s erregistroa berriz eskaneatzean" + +msgid "Unknown option" +msgstr "Aukera ezezaguna" + +#, c-format +msgid "ERROR: from element %s: %s\n" +msgstr "ERROREA: %s elementuarena: %s\n" + +#, c-format +msgid "" +"Additional debug info:\n" +"%s\n" +msgstr "" +"Arazketa-informazio gehigarria:\n" +"%s\n" + +msgid "GStreamer encountered a general core library error." +msgstr "Nukleo-liburutegiaren errore orokorra topatu du GStreamer-ek" + +msgid "" +"GStreamer developers were too lazy to assign an error code to this error." +msgstr "" +"GStreamer-en garatzaileak alferregiak ziren errore honi errore-kode bat " +"esleitzeko." + +msgid "Internal GStreamer error: code not implemented." +msgstr "GStreamer-en barne-errorea: kodea ez dago inplementatua." + +msgid "" +"GStreamer error: state change failed and some element failed to post a " +"proper error message with the reason for the failure." +msgstr "" +"GStreamer-en barne-errorea: egoeraren aldaketak huts egin du eta elementu " +"batzuk huts egin dute dagokion hutsegitearen berri ematen duen errorearen " +"mezua igortzean." + +msgid "Internal GStreamer error: pad problem." +msgstr "GStreamer-en barne-errorea: betegarri-arazoa." + +msgid "Internal GStreamer error: thread problem." +msgstr "GStreamer-en barne-errorea: hari-arazoa." + +msgid "Internal GStreamer error: negotiation problem." +msgstr "GStreamer-en barne-errorea: negoziazio-arazoa." + +msgid "Internal GStreamer error: event problem." +msgstr "GStreamer-en barne-errorea: gertaera-arazoa." + +msgid "Internal GStreamer error: seek problem." +msgstr "GStreamer-en barne-errorea: bilaketa-arazoa." + +msgid "Internal GStreamer error: caps problem." +msgstr "GStreamer-en barne-errorea: ahalmen-arazoa." + +msgid "Internal GStreamer error: tag problem." +msgstr "GStreamer-en barne-errorea: etiketa-arazoa." + +msgid "Your GStreamer installation is missing a plug-in." +msgstr "GStreamer-en instalazioari plugin bat falta zaio." + +msgid "Internal GStreamer error: clock problem." +msgstr "GStreamer-en barne-errorea: erloju-arazoa." + +msgid "" +"This application is trying to use GStreamer functionality that has been " +"disabled." +msgstr "" +"GStreamer-en funtzionalitate desgaitu bat erabiltzen saiatzen ari da " +"aplikazio hau." + +msgid "GStreamer encountered a general supporting library error." +msgstr "Euskarri-liburutegiaren errore orokorra topatu du GStreamer-ek." + +msgid "Could not initialize supporting library." +msgstr "Ezin izan da euskarri-liburutegia hasieratu." + +msgid "Could not close supporting library." +msgstr "Ezin izan da euskarri-liburutegia itxi." + +msgid "Could not configure supporting library." +msgstr "Ezin izan da euskarri-liburutegia konfiguratu." + +msgid "GStreamer encountered a general resource error." +msgstr "Baliabide-errore orokorra topatu du GStreamer-ek." + +msgid "Resource not found." +msgstr "Ez da baliabidea aurkitu." + +msgid "Resource busy or not available." +msgstr "Baliabidea lanpetua dago edo ez dago erabilgarri." + +msgid "Could not open resource for reading." +msgstr "Ezin izan da baliabidea ireki irakurtzeko." + +msgid "Could not open resource for writing." +msgstr "Ezin izan da baliabidea ireki idazteko." + +msgid "Could not open resource for reading and writing." +msgstr "Ezin izan da baliabidea ireki irakurtzeko eta idazteko." + +msgid "Could not close resource." +msgstr "Ezin izan da baliabidea itxi." + +msgid "Could not read from resource." +msgstr "Ezin izan da baliabidea irakurri." + +msgid "Could not write to resource." +msgstr "Ezin izan da baliabidean idatzi." + +msgid "Could not perform seek on resource." +msgstr "Ezin izan da bilaketa egin baliabidean." + +msgid "Could not synchronize on resource." +msgstr "Ezin izan da baliabidean sinkronizatu." + +msgid "Could not get/set settings from/on resource." +msgstr "Ezin izan dira ezarpenak eskuratu/ezarri baliabidetik/baliabidean." + +msgid "No space left on the resource." +msgstr "Ez da lekurik geratzen baliabidean." + +msgid "GStreamer encountered a general stream error." +msgstr "Korronte-errore orokorra topatu du GStreamer-ek." + +msgid "Element doesn't implement handling of this stream. Please file a bug." +msgstr "" +"Elementuak ez du korronte horren maneiatzailerik inplementatzen. Egin " +"errorearen txostena." + +msgid "Could not determine type of stream." +msgstr "Ezin izan da korronte mota zehaztu." + +msgid "The stream is of a different type than handled by this element." +msgstr "" +"Korronte hori ez da elementu honek maneiatzen dituen korronteen mota berekoa." + +msgid "There is no codec present that can handle the stream's type." +msgstr "Ez dago korronte mota hori maneia dezakeen kodek erabilgarririk." + +msgid "Could not decode stream." +msgstr "Ezin izan da korrontea deskodetu." + +msgid "Could not encode stream." +msgstr "Ezin izan da korrontea kodetu." + +msgid "Could not demultiplex stream." +msgstr "Ezin izan da korrontea demultiplexatu." + +msgid "Could not multiplex stream." +msgstr "Ezin izan da korrontea multiplexatu." + +msgid "The stream is in the wrong format." +msgstr "Korrontearen formatua ez da zuzena." + +msgid "The stream is encrypted and decryption is not supported." +msgstr "Korrontea enkriptatuta dago eta desenkriptatzea ez dago onartuta." + +msgid "" +"The stream is encrypted and can't be decrypted because no suitable key has " +"been supplied." +msgstr "" +"Korrontea enkriptatuta dago eta ezin da desenkriptatu, ez baita gako " +"egokirik eman." + +#, c-format +msgid "No error message for domain %s." +msgstr "Ez dago errore-mezurik %s domeinuarentzat." + +#, c-format +msgid "No standard error message for domain %s and code %d." +msgstr "Ez dago errore-mezu estandarrik %s domeinua eta %d kodea dutenentzat." + +msgid "Selected clock cannot be used in pipeline." +msgstr "Hautatutako erlojua ezin da kanalizazioan erabili." + +msgid "title" +msgstr "izenburua" + +msgid "commonly used title" +msgstr "normalean erabiltzen den izenburua" + +msgid "title sortname" +msgstr "tituluarekiko ordenatu" + +msgid "commonly used title for sorting purposes" +msgstr "tituluaren arabera ordenatzea" + +msgid "artist" +msgstr "artista" + +msgid "person(s) responsible for the recording" +msgstr "grabazioaren ardunaduna(k)" + +msgid "artist sortname" +msgstr "artistarekiko ordenatu" + +msgid "person(s) responsible for the recording for sorting purposes" +msgstr "grabazioaren arduradunekiko ordenatzea" + +msgid "album" +msgstr "albuma" + +msgid "album containing this data" +msgstr "datu hauek dituen albuma" + +msgid "album sortname" +msgstr "albumarekiko ordenatu" + +msgid "album containing this data for sorting purposes" +msgstr "datu hauek dituen albumarekiko ordenatzeko" + +msgid "album artist" +msgstr "albuma artista" + +msgid "The artist of the entire album, as it should be displayed" +msgstr "Album osoko artista, bistaratu beharko litzatekeen bezala" + +msgid "album artist sortname" +msgstr "albuma artistarekiko ordenatu" + +msgid "The artist of the entire album, as it should be sorted" +msgstr "Album osoko artistaren arabera ordenatzea" + +msgid "date" +msgstr "data" + +msgid "date the data was created (as a GDate structure)" +msgstr "datuak (GDate egitura gisa) sortu zireneko data" + +msgid "genre" +msgstr "generoa" + +msgid "genre this data belongs to" +msgstr "datu horiek zer generotakoak diren" + +msgid "comment" +msgstr "iruzkina" + +msgid "free text commenting the data" +msgstr "datuei buruzko iruzkina (testu librea)" + +msgid "extended comment" +msgstr "iruzkin hedatua" + +msgid "free text commenting the data in key=value or key[en]=comment form" +msgstr "" +"datuen iruzkina duen testu librea, gakoa=balioa edo key[en]=iruzkina formakoa" + +msgid "track number" +msgstr "pista-zenbakia" + +msgid "track number inside a collection" +msgstr "pista-zenbakia, bilduma batean" + +msgid "track count" +msgstr "pista-kopurua" + +msgid "count of tracks inside collection this track belongs to" +msgstr "pista-kopurua, pista hori daukan bilduman" + +msgid "disc number" +msgstr "disko-zenbakia" + +msgid "disc number inside a collection" +msgstr "disko-zenbakia, bilduma batean" + +msgid "disc count" +msgstr "disko-kopurua" + +msgid "count of discs inside collection this disc belongs to" +msgstr "disko-kopurua, disko hori daukan bilduman" + +msgid "location" +msgstr "kokalekua" + +msgid "" +"Origin of media as a URI (location, where the original of the file or stream " +"is hosted)" +msgstr "" +"Multimediaren jatorria URI gisa (jatorriko fitxategia edo korrontea dagoen " +"kokalekua)" + +msgid "homepage" +msgstr "orrialde nagusia" + +msgid "Homepage for this media (i.e. artist or movie homepage)" +msgstr "" +"Multimedi honen orrialde nagusia (adib. artistaren edo filmaren webgunea)" + +msgid "description" +msgstr "deskribapena" + +msgid "short text describing the content of the data" +msgstr "datuen edukia deskribatzen duen testu laburra" + +msgid "version" +msgstr "bertsioa" + +msgid "version of this data" +msgstr "datu horien bertsioa" + +msgid "ISRC" +msgstr "ISRC" + +msgid "International Standard Recording Code - see http://www.ifpi.org/isrc/" +msgstr "" +"Nazioarteko estadarrean oinarritutako grabatze-kodea (ISRC) - ikus http://" +"www.ifpi.org/isrc/" + +msgid "organization" +msgstr "erakundea" + +msgid "copyright" +msgstr "copyrighta" + +msgid "copyright notice of the data" +msgstr "datuen egile-eskubideei buruzko informazioa" + +msgid "copyright uri" +msgstr "copyrightaren uria" + +msgid "URI to the copyright notice of the data" +msgstr "datuen egile-eskubideei buruzko informazioa atzitzeko URIa" + +msgid "contact" +msgstr "kontaktua" + +msgid "contact information" +msgstr "kontaktuari buruzko informazioa" + +msgid "license" +msgstr "lizentzia" + +msgid "license of data" +msgstr "datuen lizentzia" + +msgid "license uri" +msgstr "lizentziaren URIa" + +msgid "URI to the license of the data" +msgstr "datuen lizentzia atzitzeko URIa" + +msgid "performer" +msgstr "interpretea" + +msgid "person(s) performing" +msgstr "interpretatzen ari d(ir)ena(k)" + +msgid "composer" +msgstr "konpositorea" + +msgid "person(s) who composed the recording" +msgstr "grabazioa konposatu zuen ardunaduna" + +msgid "duration" +msgstr "iraupena" + +msgid "length in GStreamer time units (nanoseconds)" +msgstr "iraupena GStreamer-en denbora-unitateetan (nanosegundoak)" + +msgid "codec" +msgstr "kodeka" + +msgid "codec the data is stored in" +msgstr "datuak zer kodeketan gordeak dauden" + +msgid "video codec" +msgstr "bideo-kodeka" + +msgid "codec the video data is stored in" +msgstr "bideo-datuak zer kodeketan gordeak dauden" + +msgid "audio codec" +msgstr "audio-kodeka" + +msgid "codec the audio data is stored in" +msgstr "audio-datuak zer kodeketan gordeak dauden" + +msgid "subtitle codec" +msgstr "azpitituluaren kodeka" + +msgid "codec the subtitle data is stored in" +msgstr "azpitituluak zer kodeketan gordeak dauden" + +msgid "container format" +msgstr "ontziaren formatua" + +msgid "container format the data is stored in" +msgstr "datuak zein ontzi formatuan gordeak dauden" + +msgid "bitrate" +msgstr "bit-emaria" + +msgid "exact or average bitrate in bits/s" +msgstr "bit-emari zehatza edo batez bestekoa (bit/s)" + +msgid "nominal bitrate" +msgstr "bit-emari izendatua" + +msgid "nominal bitrate in bits/s" +msgstr "bit-emari izendatua (bit/s)" + +msgid "minimum bitrate" +msgstr "gutxieneko bit-emaria" + +msgid "minimum bitrate in bits/s" +msgstr "gutxieneko bit-emari izendatua (bit/s)" + +msgid "maximum bitrate" +msgstr "gehienezko bit-emaria" + +msgid "maximum bitrate in bits/s" +msgstr "gehienezko bit-emaria (bit/s)" + +msgid "encoder" +msgstr "kodetzailea" + +msgid "encoder used to encode this stream" +msgstr "korronte hau kodetzeko erabili den kodetzailea" + +msgid "encoder version" +msgstr "kodetzailearen bertsioa" + +msgid "version of the encoder used to encode this stream" +msgstr "korronte hau kodetzeko erabili den kodetzailearen bertsioa" + +msgid "serial" +msgstr "seriekoa" + +msgid "serial number of track" +msgstr "pistaren serie-zenbakia" + +msgid "replaygain track gain" +msgstr "replaygain pista-irabazia" + +msgid "track gain in db" +msgstr "pista-irabazia (db)" + +msgid "replaygain track peak" +msgstr "replaygain pista-gailurra" + +msgid "peak of the track" +msgstr "pistaren gailurra" + +msgid "replaygain album gain" +msgstr "replaygain album-irabazia" + +msgid "album gain in db" +msgstr "album-irabazia (db)" + +msgid "replaygain album peak" +msgstr "replaygain album-gailurra" + +msgid "peak of the album" +msgstr "albumaren gailurra" + +msgid "replaygain reference level" +msgstr "replaygain erreferentzia-maila" + +msgid "reference level of track and album gain values" +msgstr "pistaren eta albumaren irabazi-balioen erreferentzia-maila" + +msgid "language code" +msgstr "hizkuntza-kodea" + +msgid "language code for this stream, conforming to ISO-639-1" +msgstr "korronte honen hizkuntza-kodea, ISO-639-1en arabera" + +msgid "image" +msgstr "irudia" + +msgid "image related to this stream" +msgstr "korronte honi lotutako irudia" + +msgid "preview image" +msgstr "aurrebista-irudia" + +msgid "preview image related to this stream" +msgstr "korronte honi lotutako aurrebista-irudia" + +msgid "attachment" +msgstr "eranskina" + +msgid "file attached to this stream" +msgstr "korronte honi erantsitako fitxategia" + +msgid "beats per minute" +msgstr "golpe minutuko" + +msgid "number of beats per minute in audio" +msgstr "minutuko golpe kopurua, audioan" + +msgid "keywords" +msgstr "gako-hitzak" + +msgid "comma separated keywords describing the content" +msgstr "edukia deskribatzen duten komaz bereiztutako gako-hitzak" + +msgid "geo location name" +msgstr "geolokalizazioaren izena" + +#, fuzzy +msgid "" +"human readable descriptive location of where the media has been recorded or " +"produced" +msgstr "" +"muldimedia grabatu edo ekoiztu den kokalekuaren azalpena gizakiok irakurtzeko" + +msgid "geo location latitude" +msgstr "geolokalizazioaren latitudea" + +msgid "" +"geo latitude location of where the media has been recorded or produced in " +"degrees according to WGS84 (zero at the equator, negative values for " +"southern latitudes)" +msgstr "" +"multimedia grabatu edo ekoiztu den lekuaren geolokalizazioaren latitudea " +"gradutan WGS84 estandarraren arabera (zero ekuadorea da, balio negatiboak " +"hegoaldeko latiduteak dira)" + +msgid "geo location longitude" +msgstr "geolokalizazioaren longitudea" + +msgid "" +"geo longitude location of where the media has been recorded or produced in " +"degrees according to WGS84 (zero at the prime meridian in Greenwich/UK, " +"negative values for western longitudes)" +msgstr "" +"multimedia grabatu edo ekoiztu den lekuaren geolokalizazioaren lontigudea " +"gradutan WGS84 estandarraren arabera (zero meridiano nagusia da Britainia " +"Handiko Greenwich-en, balio negatiboak mendebaldeko longitudeak dira)" + +msgid "geo location elevation" +msgstr "geolokalizazioaren altitudea" + +msgid "" +"geo elevation of where the media has been recorded or produced in meters " +"according to WGS84 (zero is average sea level)" +msgstr "" +"multimedia grabatu edo ekoiztu den lekuaren geolokalizazioaren altitudea " +"metrotan WGS84 estandarraren arabera (zero batez besteko itsasoaren maila da)" + +msgid ", " +msgstr ", " + +#, c-format +msgid "specified empty bin \"%s\", not allowed" +msgstr "\"%s\" zehaztutako ontzi hutsa, ez da onartzen" + +#, c-format +msgid "no bin \"%s\", skipping" +msgstr "ez dago \"%s\" ontzirik, saltatzen" + +#, c-format +msgid "no property \"%s\" in element \"%s\"" +msgstr "ez dago \"%s\" propietaterik \"%s\" elementuan" + +#, c-format +msgid "could not set property \"%s\" in element \"%s\" to \"%s\"" +msgstr "" +"ezin izan da ezarri \"%2$s\" elementuko \"%1$s\" propietatea honela: \"%3$s\"" + +#, c-format +msgid "could not link %s to %s" +msgstr "ezin izan da %s estekatu hona: %s" + +#, c-format +msgid "no element \"%s\"" +msgstr "ez dago \"%s\" elementua" + +#, c-format +msgid "could not parse caps \"%s\"" +msgstr "ezin izan da \"%s\" edukiera analizatu" + +msgid "link without source element" +msgstr "iturburu-elementurik gabeko esteka" + +msgid "link without sink element" +msgstr "kolektore-elementurik gabeko esteka" + +#, c-format +msgid "no source element for URI \"%s\"" +msgstr "ez da iturburu-elementurik ezarri \"%s\" URIarentzat" + +#, c-format +msgid "no element to link URI \"%s\" to" +msgstr "ez dago elementurik \"%s\" URIa hona estekatzeko:" + +#, c-format +msgid "no sink element for URI \"%s\"" +msgstr "ez da kolektore-elementurik ezarri \"%s\" URIarentzat" + +#, c-format +msgid "could not link sink element for URI \"%s\"" +msgstr "ezin izan da kolektore-elementua estekatu \"%s\" URIarentzat" + +msgid "empty pipeline not allowed" +msgstr "ez dira onartzen kanalizazio hutsak" + +msgid "Internal clock error." +msgstr "Erlojuaren barne-errorea." + +msgid "Internal data flow error." +msgstr "Datu-fluxuaren barne-errorea." + +msgid "A lot of buffers are being dropped." +msgstr "Buffer asko jaregitzen ari dira." + +msgid "Internal data flow problem." +msgstr "Datu-fluxuaren barne-arazoa." + +msgid "Internal data stream error." +msgstr "Datu-korrontearen barne-errorea." + +msgid "Filter caps" +msgstr "Iragazpen-ahalmena" + +msgid "" +"Restrict the possible allowed capabilities (NULL means ANY). Setting this " +"property takes a reference to the supplied GstCaps object." +msgstr "" +"Mugatu onar daitezkeen ahalmenak (NULLek EDOZER adierazten du). Propietate " +"hori ezartzen bada, emandako GstCaps objektuaren erreferentzia hartzen du." + +msgid "No file name specified for writing." +msgstr "Ez da fitxategi-izenik zehaztu idazteko." + +#, c-format +msgid "Could not open file \"%s\" for writing." +msgstr "Ezin izan da \"%s\" fitxategia ireki idazteko." + +#, c-format +msgid "Error closing file \"%s\"." +msgstr "Errorea gertatu da \"%s\" fitxategia ixtean." + +#, c-format +msgid "Error while seeking in file \"%s\"." +msgstr "Errorea gertatu da \"%s\" fitxategian bilaketa egitean." + +#, c-format +msgid "Error while writing to file \"%s\"." +msgstr "Errorea gertatu da \"%s\" fitxategian idaztean." + +msgid "No file name specified for reading." +msgstr "Ez da fitxategi-izenik zehaztu irakurtzeko." + +#, c-format +msgid "Could not open file \"%s\" for reading." +msgstr "Ezin izan da \"%s\" fitxategia ireki irakurtzeko." + +#, c-format +msgid "Could not get info on \"%s\"." +msgstr "Ezin izan da \"%s\"(e)ko informazioa eskuratu." + +#, c-format +msgid "\"%s\" is a directory." +msgstr "\"%s\" direktorioa da." + +#, c-format +msgid "File \"%s\" is a socket." +msgstr "\"%s\" fitxategia socket-a da." + +msgid "Failed after iterations as requested." +msgstr "Huts egin du eskatutako iterazioak egin ondoren." + +msgid "caps" +msgstr "ahalmenak" + +msgid "detected capabilities in stream" +msgstr "ahalmenak detektatu dira korrontean" + +msgid "minimum" +msgstr "gutxienekoa" + +msgid "maximum" +msgstr "gehienezkoa" + +msgid "force caps" +msgstr "derrigortu gaitasunak" + +msgid "force caps without doing a typefind" +msgstr "derrigortu gaitasunak motaren bilaketa landu gabe" + +msgid "Stream contains no data." +msgstr "Korronteak ez du daturik." + +msgid "Implemented Interfaces:\n" +msgstr "Inplementatutako interfazeak:\n" + +msgid "readable" +msgstr "irakur daitekeena" + +msgid "writable" +msgstr "idatz daitekeena" + +msgid "controllable" +msgstr "kontrola daitekeena" + +msgid "Total count: " +msgstr "Kopuru osoa: " + +#, c-format +msgid "%d plugin" +msgid_plural "%d plugins" +msgstr[0] "%d plugin" +msgstr[1] "%d plugin" + +#, c-format +msgid "%d feature" +msgid_plural "%d features" +msgstr[0] "%d eginbide" +msgstr[1] "%d eginbide" + +msgid "Print all elements" +msgstr "Inprimatu elementu guztiak" + +msgid "" +"Print a machine-parsable list of features the specified plugin provides.\n" +" Useful in connection with external " +"automatic plugin installation mechanisms" +msgstr "" +"Inprimatu zehaztutako pluginaren eginbide-zerrenda, makina batek " +"analizatzeko modukoa.\n" +" Baliagarria da kanpoko pluginak " +"automatikoki instalatzeko mekanismoen konexioetan" + +msgid "List the plugin contents" +msgstr "Zerrendatu pluginen edukiak" + +msgid "Print supported URI schemes, with the elements that implement them" +msgstr "" +"Erakutsi onartutako URI eskemak, haiek inplementatzen dituzten elementuekin" + +#, c-format +msgid "Could not load plugin file: %s\n" +msgstr "Ezin izan da plugin fitxategia kargatu: %s\n" + +#, c-format +msgid "No such element or plugin '%s'\n" +msgstr "'%s' elementua edo plugina ez da existitzen\n" + +msgid "Usage: gst-xmllaunch [ element.property=value ... ]\n" +msgstr "" +"Erabilera: gst-xmllaunch [ elementua." +"propietatea=balioa... ]\n" + +#, c-format +msgid "ERROR: parse of xml file '%s' failed.\n" +msgstr "ERROREA: huts egin du '%s' xml fitxategia analizatzean.\n" + +#, c-format +msgid "ERROR: no toplevel pipeline element in file '%s'.\n" +msgstr "" +"ERROREA: ez dago goi-mailako kanalizazio-elementurik '%s' fitxategian.\n" + +msgid "WARNING: only one toplevel element is supported at this time.\n" +msgstr "KONTUZ: goi-mailako elementu bat bakarra onartzen da oraingoan.\n" + +#, c-format +msgid "ERROR: could not parse command line argument %d: %s.\n" +msgstr "ERROREA: ezin izan da komando-lerroko %d. argumentua analizatu: %s.\n" + +#, c-format +msgid "WARNING: element named '%s' not found.\n" +msgstr "KONTUZ: ez da aurkitu '%s' izeneko elementua.\n" + +#, c-format +msgid "Got message #%u from element \"%s\" (%s): " +msgstr "\"%2$s\" (%3$s) elementuaren %1$u. mezua jaso da: " + +#, c-format +msgid "Got message #%u from pad \"%s:%s\" (%s): " +msgstr "\"%2$s:%3$s\" (%4$s) plataformaren %1$u. mezua jaso da: " + +#, c-format +msgid "Got message #%u from object \"%s\" (%s): " +msgstr "\"%2$s\" (%3$s) objektuaren %1$u. mezua jaso da: " + +#, fuzzy, c-format +msgid "Got message #%u (%s): " +msgstr "\"%u\" (%s) mezua jaso da: " + +#, c-format +msgid "Got EOS from element \"%s\".\n" +msgstr "\"%s\" elementuaren EOS bat jaso da.\n" + +#, c-format +msgid "FOUND TAG : found by element \"%s\".\n" +msgstr "ETIKETA AURKITU DA: \"%s\" elementuak aurkitu du.\n" + +#, c-format +msgid "FOUND TAG : found by pad \"%s:%s\".\n" +msgstr "ETIKETA AURKITU DA: \"%s:%s\" plataformak aurkitu du.\n" + +#, c-format +msgid "FOUND TAG : found by object \"%s\".\n" +msgstr "ETIKETA AURKITU DA: \"%s\" objektuak aurkitu du.\n" + +msgid "FOUND TAG\n" +msgstr "ETIKETA AURKITU DA\n" + +#, c-format +msgid "" +"INFO:\n" +"%s\n" +msgstr "" +"INFORMAZIOA:\n" +"%s\n" + +#, c-format +msgid "WARNING: from element %s: %s\n" +msgstr "ABISUA, %s elementuarena: %s\n" + +msgid "Prerolled, waiting for buffering to finish...\n" +msgstr "Prestatu da; bufferreratzen bukatu zain...\n" + +msgid "buffering..." +msgstr "bufferreratzen..." + +msgid "Done buffering, setting pipeline to PLAYING ...\n" +msgstr "" +"Bufferreratu da; kanalizazioaren ezarpena ERREPRODUZITZEA gisa jartzen... \n" + +msgid "Buffering, setting pipeline to PAUSED ...\n" +msgstr "Bufferreratzen; kanalizazioa PAUSARAZIA gisa ezartzen... \n" + +msgid "Redistribute latency...\n" +msgstr "Latentzia birbanatzen...\n" + +#, c-format +msgid "Setting state to %s as requested by %s...\n" +msgstr "Egoera %s(e)ra ezartzen %s(e)k eskatu bezala...\n" + +msgid "Interrupt: Stopping pipeline ...\n" +msgstr "Eten: Kanalizazioa gelditzen... \n" + +msgid "Output tags (also known as metadata)" +msgstr "Erakutsi etiketak (metadatu gisa ere ezagutzen direnak)" + +msgid "Output status information and property notifications" +msgstr "Erakutsi egoerari buruzko informazioa eta propietateen jakinarazpenak" + +msgid "Do not print any progress information" +msgstr "Ez erakutsi inolako jarraipenen informaziorik" + +msgid "Output messages" +msgstr "Erakutsi mezuak" + +msgid "Do not output status information of TYPE" +msgstr "Ez erakutsi MOTA hauetako egoera-informazioa:" + +msgid "TYPE1,TYPE2,..." +msgstr "1.MOTA, 2.MOTA..." + +msgid "Save xml representation of pipeline to FILE and exit" +msgstr "Gorde kanalizazioen xml adierazpena FITXATEGIan eta irten" + +msgid "FILE" +msgstr "FITXATEGIA" + +msgid "Do not install a fault handler" +msgstr "Ez instalatu akats-maneiatzailerik" + +msgid "Print alloc trace (if enabled at compile time)" +msgstr "Inprimatu esleipenen segimendua (konpilatzerakoan gaitu bada)" + +msgid "Force EOS on sources before shutting the pipeline down" +msgstr "Derrigortu EOS iturburuetan kanalizazioa itzali aurretik" + +#, c-format +msgid "ERROR: pipeline could not be constructed: %s.\n" +msgstr "ERROREA: ezin izan da kanalizazioa eraiki: %s.\n" + +msgid "ERROR: pipeline could not be constructed.\n" +msgstr "ERROREA: ezin izan da kanalizazioa eraiki.\n" + +#, c-format +msgid "WARNING: erroneous pipeline: %s\n" +msgstr "ABISUA, kanalizazio akastuna: %s\n" + +msgid "ERROR: the 'pipeline' element wasn't found.\n" +msgstr "ERROREA: ezin izan da 'kanalizazio' elementua aurkitu.\n" + +msgid "Setting pipeline to PAUSED ...\n" +msgstr "Kanalizazioa PAUSARAZIA gisa ezartzen... \n" + +msgid "ERROR: Pipeline doesn't want to pause.\n" +msgstr "ERROREA: ezin da kanalizazioa pausarazi.\n" + +msgid "Pipeline is live and does not need PREROLL ...\n" +msgstr "Kanalizazioa aktibo dago eta ez du PRESTATU beharrik...\n" + +msgid "Pipeline is PREROLLING ...\n" +msgstr "Kanalizazioa PRESTATZEN ari da... \n" + +msgid "ERROR: pipeline doesn't want to preroll.\n" +msgstr "ERROREA: ezin da kanalizazioa prestatu.\n" + +msgid "Pipeline is PREROLLED ...\n" +msgstr "Kanalizazioa PRESTATUA dago... \n" + +msgid "Setting pipeline to PLAYING ...\n" +msgstr "Kanalizazioa ERREPRODUZITZEA gisa ezartzen... \n" + +msgid "ERROR: pipeline doesn't want to play.\n" +msgstr "ERROREA: ezin da kanalizazioa erreproduzitu.\n" + +msgid "EOS on shutdown enabled -- Forcing EOS on the pipeline\n" +msgstr "EOS itzailtzean gaituta -- EOS derrigortzen kanalizazioan\n" + +msgid "Waiting for EOS...\n" +msgstr "EOSren zain...\n" + +msgid "EOS received - stopping pipeline...\n" +msgstr "EOSa jasota - kanalizazioa gelditzen...\n" + +msgid "An error happened while waiting for EOS\n" +msgstr "Errorea gertatu da EOSren zain egotean\n" + +msgid "Execution ended after %" +msgstr "Erreprodukzioa amaitu egin da %" + +msgid "Setting pipeline to READY ...\n" +msgstr "Kanalizazioa PREST gisa ezartzen... \n" + +msgid "Setting pipeline to NULL ...\n" +msgstr "Kanalizazioa NULUA gisa ezartzen... \n" + +msgid "Freeing pipeline ...\n" +msgstr "Kanalizazioa askatzen...\n" + +#, fuzzy +#~ msgid "Internal GStreamer error: state change failed." +#~ msgstr "GStreamer-en barne-errorea: etiketa-arazoa." + +#, fuzzy +#~ msgid "Error while writing to file descriptor \"%d\"." +#~ msgstr "Errorea gertatu da \"%s\" fitxategian idaztean." diff --git a/po/fi.po b/po/fi.po index 3fc2b029bb..fbfb09899b 100644 --- a/po/fi.po +++ b/po/fi.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer 0.10.22.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2009-08-04 23:00+0100\n" +"POT-Creation-Date: 2009-09-11 23:09+0100\n" "PO-Revision-Date: 2009-04-19 21:15+0300\n" "Last-Translator: Tommi Vainikainen \n" "Language-Team: Finnish \n" @@ -306,6 +306,20 @@ msgstr "levy lajitteluun" msgid "album containing this data for sorting purposes" msgstr "levy, joka sisältää tämän datan, lajittelua varten" +#, fuzzy +msgid "album artist" +msgstr "esittäjä" + +msgid "The artist of the entire album, as it should be displayed" +msgstr "" + +#, fuzzy +msgid "album artist sortname" +msgstr "esittäjä lajitteluun" + +msgid "The artist of the entire album, as it should be sorted" +msgstr "" + msgid "date" msgstr "päiväys" diff --git a/po/fr.po b/po/fr.po index 9faa6797a6..ca9425fed5 100644 --- a/po/fr.po +++ b/po/fr.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer 0.10.22.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2009-08-04 23:00+0100\n" +"POT-Creation-Date: 2009-09-11 23:09+0100\n" "PO-Revision-Date: 2009-05-21 11:00+0200\n" "Last-Translator: Claude Paroz \n" "Language-Team: French \n" @@ -306,6 +306,20 @@ msgstr "nom d'album pour le tri" msgid "album containing this data for sorting purposes" msgstr "album contenant ces données, dans un but de tri" +#, fuzzy +msgid "album artist" +msgstr "artiste" + +msgid "The artist of the entire album, as it should be displayed" +msgstr "" + +#, fuzzy +msgid "album artist sortname" +msgstr "nom d'artiste pour le tri" + +msgid "The artist of the entire album, as it should be sorted" +msgstr "" + msgid "date" msgstr "date" diff --git a/po/hu.po b/po/hu.po index d3e437038a..c30222c60f 100644 --- a/po/hu.po +++ b/po/hu.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer 0.10.22.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2009-08-04 23:00+0100\n" +"POT-Creation-Date: 2009-09-11 23:09+0100\n" "PO-Revision-Date: 2009-04-17 23:54+0200\n" "Last-Translator: Gabor Kelemen \n" "Language-Team: Hungarian \n" @@ -301,6 +301,20 @@ msgstr "album rendezési neve" msgid "album containing this data for sorting purposes" msgstr "az adatokat tartalmazó album, rendezési céllal" +#, fuzzy +msgid "album artist" +msgstr "előadó" + +msgid "The artist of the entire album, as it should be displayed" +msgstr "" + +#, fuzzy +msgid "album artist sortname" +msgstr "előadó rendezési neve" + +msgid "The artist of the entire album, as it should be sorted" +msgstr "" + msgid "date" msgstr "dátum" diff --git a/po/id.po b/po/id.po index 8fec39bbc8..4d31ebe54c 100644 --- a/po/id.po +++ b/po/id.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer 0.10.22.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2009-08-04 23:00+0100\n" +"POT-Creation-Date: 2009-09-11 23:09+0100\n" "PO-Revision-Date: 2009-04-18 20:31+0700\n" "Last-Translator: Andhika Padmawan \n" "Language-Team: Indonesian \n" @@ -303,6 +303,20 @@ msgstr "nama singkat album" msgid "album containing this data for sorting purposes" msgstr "album yang berisi data ini untuk kepentingan pengurutan" +#, fuzzy +msgid "album artist" +msgstr "artis" + +msgid "The artist of the entire album, as it should be displayed" +msgstr "" + +#, fuzzy +msgid "album artist sortname" +msgstr "nama singkat artis" + +msgid "The artist of the entire album, as it should be sorted" +msgstr "" + msgid "date" msgstr "tanggal" diff --git a/po/it.po b/po/it.po index db36981146..1b2bea39d5 100644 --- a/po/it.po +++ b/po/it.po @@ -108,7 +108,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer 0.10.21.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2009-08-04 23:00+0100\n" +"POT-Creation-Date: 2009-09-11 23:09+0100\n" "PO-Revision-Date: 2009-01-13 11:10+0100\n" "Last-Translator: Luca Ferretti \n" "Language-Team: Italian \n" @@ -421,6 +421,20 @@ msgstr "nome ordinamento album" msgid "album containing this data for sorting purposes" msgstr "l'album che contiene questi dati a scopo di ordinamento" +#, fuzzy +msgid "album artist" +msgstr "artista" + +msgid "The artist of the entire album, as it should be displayed" +msgstr "" + +#, fuzzy +msgid "album artist sortname" +msgstr "nome ordinamento artista" + +msgid "The artist of the entire album, as it should be sorted" +msgstr "" + msgid "date" msgstr "data" diff --git a/po/ja.po b/po/ja.po index 456d2a0299..380ff9ecc0 100644 --- a/po/ja.po +++ b/po/ja.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer 0.10.20.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2009-08-04 23:00+0100\n" +"POT-Creation-Date: 2009-09-11 23:09+0100\n" "PO-Revision-Date: 2008-10-16 19:57+0900\n" "Last-Translator: Makoto Kato \n" "Language-Team: Japanese \n" @@ -292,6 +292,20 @@ msgstr "アルバムのソート名" msgid "album containing this data for sorting purposes" msgstr "" +#, fuzzy +msgid "album artist" +msgstr "アーティスト" + +msgid "The artist of the entire album, as it should be displayed" +msgstr "" + +#, fuzzy +msgid "album artist sortname" +msgstr "アーティストのソート名" + +msgid "The artist of the entire album, as it should be sorted" +msgstr "" + msgid "date" msgstr "日付" diff --git a/po/nb.po b/po/nb.po index acd8e7baa2..ba0c06e066 100644 --- a/po/nb.po +++ b/po/nb.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer 0.10.14\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2009-08-04 23:00+0100\n" +"POT-Creation-Date: 2009-09-11 23:09+0100\n" "PO-Revision-Date: 2007-11-02 15:43+0100\n" "Last-Translator: Kjartan Maraas \n" "Language-Team: Norwegian Bokmaal \n" @@ -292,6 +292,19 @@ msgstr "" msgid "album containing this data for sorting purposes" msgstr "album som inneholder disse dataene" +#, fuzzy +msgid "album artist" +msgstr "artist" + +msgid "The artist of the entire album, as it should be displayed" +msgstr "" + +msgid "album artist sortname" +msgstr "" + +msgid "The artist of the entire album, as it should be sorted" +msgstr "" + msgid "date" msgstr "dato" diff --git a/po/nl.po b/po/nl.po index d94eec955d..38e1c3215b 100644 --- a/po/nl.po +++ b/po/nl.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer 0.10.22.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2009-08-04 23:00+0100\n" +"POT-Creation-Date: 2009-09-11 23:09+0100\n" "PO-Revision-Date: 2009-05-04 13:12+0200\n" "Last-Translator: Freek de Kruijf \n" "Language-Team: Dutch \n" @@ -306,6 +306,20 @@ msgstr "naam album voor sorteren" msgid "album containing this data for sorting purposes" msgstr "album waarop dit stuk staat voor sorteren" +#, fuzzy +msgid "album artist" +msgstr "artiest" + +msgid "The artist of the entire album, as it should be displayed" +msgstr "" + +#, fuzzy +msgid "album artist sortname" +msgstr "naam artiest voor sorteren" + +msgid "The artist of the entire album, as it should be sorted" +msgstr "" + msgid "date" msgstr "datum" diff --git a/po/pl.po b/po/pl.po index f7a7d2841f..74d5746192 100644 --- a/po/pl.po +++ b/po/pl.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer 0.10.22.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2009-08-04 23:00+0100\n" +"POT-Creation-Date: 2009-09-11 23:09+0100\n" "PO-Revision-Date: 2009-04-16 21:46+0200\n" "Last-Translator: Jakub Bogusz \n" "Language-Team: Polish \n" @@ -301,6 +301,20 @@ msgstr "album do sortowania" msgid "album containing this data for sorting purposes" msgstr "album zawierający te dane - na potrzeby sortowania" +#, fuzzy +msgid "album artist" +msgstr "artysta" + +msgid "The artist of the entire album, as it should be displayed" +msgstr "" + +#, fuzzy +msgid "album artist sortname" +msgstr "artysta do sortowania" + +msgid "The artist of the entire album, as it should be sorted" +msgstr "" + msgid "date" msgstr "data" diff --git a/po/pt_BR.po b/po/pt_BR.po index 5498df116c..a3fbe8b80d 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer-0.10.22.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2009-08-04 23:00+0100\n" +"POT-Creation-Date: 2009-09-11 23:09+0100\n" "PO-Revision-Date: 2009-04-16 21:51-0300\n" "Last-Translator: Fabrício Godoy \n" "Language-Team: Brazilian Portuguese \n" @@ -317,6 +317,20 @@ msgstr "álbum para ordenação" msgid "album containing this data for sorting purposes" msgstr "álbum contendo esses dados, para ordenação" +#, fuzzy +msgid "album artist" +msgstr "artista" + +msgid "The artist of the entire album, as it should be displayed" +msgstr "" + +#, fuzzy +msgid "album artist sortname" +msgstr "artista para ordenação" + +msgid "The artist of the entire album, as it should be sorted" +msgstr "" + msgid "date" msgstr "data" diff --git a/po/ru.po b/po/ru.po index 581a2b73a8..439718c432 100644 --- a/po/ru.po +++ b/po/ru.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer 0.10.21.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2009-08-04 23:00+0100\n" +"POT-Creation-Date: 2009-09-11 23:09+0100\n" "PO-Revision-Date: 2009-02-12 14:17+0200\n" "Last-Translator: Pavel Maryanov \n" "Language-Team: Russian \n" @@ -303,6 +303,20 @@ msgstr "альбом (для сортировки)" msgid "album containing this data for sorting purposes" msgstr "альбом, содержащий эти данные (для сортировки)" +#, fuzzy +msgid "album artist" +msgstr "исполнитель" + +msgid "The artist of the entire album, as it should be displayed" +msgstr "" + +#, fuzzy +msgid "album artist sortname" +msgstr "исполнитель (для сортировки)" + +msgid "The artist of the entire album, as it should be sorted" +msgstr "" + msgid "date" msgstr "дата" diff --git a/po/rw.po b/po/rw.po index 9f71b7c022..0faa1954e1 100644 --- a/po/rw.po +++ b/po/rw.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer 0.8.8\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2009-08-04 23:00+0100\n" +"POT-Creation-Date: 2009-09-11 23:09+0100\n" "PO-Revision-Date: 2005-04-04 10:55-0700\n" "Last-Translator: Steven Michael Murphy \n" "Language-Team: Kinyarwanda \n" @@ -382,6 +382,19 @@ msgstr "" msgid "album containing this data for sorting purposes" msgstr "iyi Ibyatanzwe" +#, fuzzy +msgid "album artist" +msgstr "Umuhanzi" + +msgid "The artist of the entire album, as it should be displayed" +msgstr "" + +msgid "album artist sortname" +msgstr "" + +msgid "The artist of the entire album, as it should be sorted" +msgstr "" + msgid "date" msgstr "Itariki" diff --git a/po/sk.po b/po/sk.po index c83b1cc231..55e8f3d818 100644 --- a/po/sk.po +++ b/po/sk.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer 0.10.20.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2009-08-04 23:00+0100\n" +"POT-Creation-Date: 2009-09-11 23:09+0100\n" "PO-Revision-Date: 2008-09-25 09:55+0100\n" "Last-Translator: Peter Tuhársky \n" "Language-Team: Slovak \n" @@ -321,6 +321,20 @@ msgstr "album/triedenie" msgid "album containing this data for sorting purposes" msgstr "album obsahujúci tieto údaje, na účely triedenia" +#, fuzzy +msgid "album artist" +msgstr "umelec" + +msgid "The artist of the entire album, as it should be displayed" +msgstr "" + +#, fuzzy +msgid "album artist sortname" +msgstr "umelec/triedenie" + +msgid "The artist of the entire album, as it should be sorted" +msgstr "" + msgid "date" msgstr "dátum" diff --git a/po/sq.po b/po/sq.po index 0d01f54f5c..363df5534d 100644 --- a/po/sq.po +++ b/po/sq.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer 0.8.4\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2009-08-04 23:00+0100\n" +"POT-Creation-Date: 2009-09-11 23:09+0100\n" "PO-Revision-Date: 2004-08-07 23:46+0200\n" "Last-Translator: Laurent Dhima \n" "Language-Team: Albanian \n" @@ -317,6 +317,19 @@ msgstr "" msgid "album containing this data for sorting purposes" msgstr "albumi që përmban këtë të dhënë" +#, fuzzy +msgid "album artist" +msgstr "artisti" + +msgid "The artist of the entire album, as it should be displayed" +msgstr "" + +msgid "album artist sortname" +msgstr "" + +msgid "The artist of the entire album, as it should be sorted" +msgstr "" + msgid "date" msgstr "data" diff --git a/po/sr.po b/po/sr.po index a345e84cf9..f70bf6bf58 100644 --- a/po/sr.po +++ b/po/sr.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer 0.8.8\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2009-08-04 23:00+0100\n" +"POT-Creation-Date: 2009-09-11 23:09+0100\n" "PO-Revision-Date: 2005-01-27 16:58+0100\n" "Last-Translator: Danilo Segan \n" "Language-Team: Serbian \n" @@ -323,6 +323,19 @@ msgstr "" msgid "album containing this data for sorting purposes" msgstr "албум који садржи ове податке" +#, fuzzy +msgid "album artist" +msgstr "уметник" + +msgid "The artist of the entire album, as it should be displayed" +msgstr "" + +msgid "album artist sortname" +msgstr "" + +msgid "The artist of the entire album, as it should be sorted" +msgstr "" + msgid "date" msgstr "датум" diff --git a/po/sv.po b/po/sv.po index 77ebc3d6e8..c7a9064fa3 100644 --- a/po/sv.po +++ b/po/sv.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer 0.10.22.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2009-08-04 23:00+0100\n" +"POT-Creation-Date: 2009-09-11 23:09+0100\n" "PO-Revision-Date: 2009-04-19 10:57+0100\n" "Last-Translator: Daniel Nylander \n" "Language-Team: Swedish \n" @@ -307,6 +307,20 @@ msgstr "albumsorteringsnamn" msgid "album containing this data for sorting purposes" msgstr "album som innehåller dessa data för sorteringsändamål" +#, fuzzy +msgid "album artist" +msgstr "artist" + +msgid "The artist of the entire album, as it should be displayed" +msgstr "" + +#, fuzzy +msgid "album artist sortname" +msgstr "artistsorteringsnamn" + +msgid "The artist of the entire album, as it should be sorted" +msgstr "" + msgid "date" msgstr "datum" diff --git a/po/tr.po b/po/tr.po index da6696b706..d9909ba309 100644 --- a/po/tr.po +++ b/po/tr.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer 0.8.0\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2009-08-04 23:00+0100\n" +"POT-Creation-Date: 2009-09-11 23:09+0100\n" "PO-Revision-Date: 2004-04-03 03:14+0300\n" "Last-Translator: Baris Cicek \n" "Language-Team: Turkish \n" @@ -317,6 +317,19 @@ msgstr "" msgid "album containing this data for sorting purposes" msgstr "bu bilgiyi içeren albüm" +#, fuzzy +msgid "album artist" +msgstr "sanatçı" + +msgid "The artist of the entire album, as it should be displayed" +msgstr "" + +msgid "album artist sortname" +msgstr "" + +msgid "The artist of the entire album, as it should be sorted" +msgstr "" + msgid "date" msgstr "tarih" diff --git a/po/uk.po b/po/uk.po index bbb7171d8b..2ca74f3abf 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer 0.10.14\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2009-08-04 23:00+0100\n" +"POT-Creation-Date: 2009-09-11 23:09+0100\n" "PO-Revision-Date: 2007-09-07 11:16+0300\n" "Last-Translator: Maxim V. Dziumanenko \n" "Language-Team: Ukrainian \n" @@ -301,6 +301,19 @@ msgstr "" msgid "album containing this data for sorting purposes" msgstr "альбом, що містить ці дані" +#, fuzzy +msgid "album artist" +msgstr "артист" + +msgid "The artist of the entire album, as it should be displayed" +msgstr "" + +msgid "album artist sortname" +msgstr "" + +msgid "The artist of the entire album, as it should be sorted" +msgstr "" + msgid "date" msgstr "дата" diff --git a/po/vi.po b/po/vi.po index c6d33afc64..4e0a9c24fd 100644 --- a/po/vi.po +++ b/po/vi.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer 0.10.22.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2009-08-04 23:00+0100\n" +"POT-Creation-Date: 2009-09-11 23:09+0100\n" "PO-Revision-Date: 2009-05-13 23:16+0930\n" "Last-Translator: Clytie Siddall \n" "Language-Team: Vietnamese \n" @@ -297,6 +297,20 @@ msgstr "tập nhạc sắp xếp tên" msgid "album containing this data for sorting purposes" msgstr "tập nhạc chứa dữ liệu này, cho mục đích sắp xếp" +#, fuzzy +msgid "album artist" +msgstr "nghệ sĩ" + +msgid "The artist of the entire album, as it should be displayed" +msgstr "" + +#, fuzzy +msgid "album artist sortname" +msgstr "nghệ sĩ sắp xếp tên" + +msgid "The artist of the entire album, as it should be sorted" +msgstr "" + msgid "date" msgstr "ngày" diff --git a/po/zh_CN.po b/po/zh_CN.po index 416baf6758..efd44651b2 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer 0.10.22.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2009-08-04 23:00+0100\n" +"POT-Creation-Date: 2009-09-11 23:09+0100\n" "PO-Revision-Date: 2009-05-01 11:53中国标准时间\n" "Last-Translator: Ji ZhengYu \n" "Language-Team: Chinese (simplified) \n" "Language-Team: Chinese (traditional) \n" @@ -311,6 +311,18 @@ msgstr "" msgid "album containing this data for sorting purposes" msgstr "這些樂曲所屬的專輯" +msgid "album artist" +msgstr "" + +msgid "The artist of the entire album, as it should be displayed" +msgstr "" + +msgid "album artist sortname" +msgstr "" + +msgid "The artist of the entire album, as it should be sorted" +msgstr "" + msgid "date" msgstr "日期"