summaryrefslogtreecommitdiffstats
path: root/po
Commit message (Collapse)AuthorAgeFilesLines
...
* Add translatable error message for when we cannot connect to the sound ↵Tim-Philipp Müller2006-04-181-0/+1
| | | | | | | | | | | | | server, as "Cannot open resource for writing" ... Original commit message from CVS: * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare): * ext/esd/gstesd.c: (plugin_init): * po/POTFILES.in: Add translatable error message for when we cannot connect to the sound server, as "Cannot open resource for writing" isn't really an acceptable message to show to the user in this case.
* configure.ac: clean up, use AS_VERSION and AS_NANOThomas Vander Stichele2006-04-0114-57/+57
| | | | | | | | | | | | | | | | | | | | | | | | Original commit message from CVS: * configure.ac: clean up, use AS_VERSION and AS_NANO * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): use PACKAGE_VERSION define * po/af.po: * po/az.po: * po/cs.po: * po/en_GB.po: * po/hu.po: * po/it.po: * po/nb.po: * po/nl.po: * po/or.po: * po/sq.po: * po/sr.po: * po/sv.po: * po/uk.po: * po/vi.po: updated
* Fix a memleak in gst_cmml_track_list_add_clip.Julien Moutte2006-02-2514-29/+29
| | | | | | | | | | | | | | | | | | | | | Original commit message from CVS: 2006-02-25 Alessandro Decina <alessandro@nnva.org> * ext/annodex/Makefile.am: * ext/annodex/gstannodex.c: * ext/annodex/gstcmmldec.c: * ext/annodex/gstcmmlenc.c: * ext/annodex/gstcmmlparser.c: * ext/annodex/gstcmmlparser.h: * ext/annodex/gstcmmlutils.c: * tests/check/elements/cmmldec.c: * tests/check/elements/cmmlenc.c: Fix a memleak in gst_cmml_track_list_add_clip. Handle overflows in clip's start and end times. Add the "encoded" parameter to cmmldec and cmmlenc caps. Do not parse junk at the end of a CMML preamble buffer. Register a libxml error handler to not print stuff on stderr. Check for bad clip start and end times in the testsuites.
* Update .po filesJan Schmidt2006-02-0814-15/+15
| | | | | Original commit message from CVS: Update .po files
* configure.ac: prereleasingThomas Vander Stichele2006-01-1114-29/+29
| | | | | | | | | | | | | | | | | | | | | | Original commit message from CVS: * configure.ac: prereleasing * po/af.po: * po/az.po: * po/cs.po: * po/en_GB.po: * po/hu.po: * po/it.po: * po/nb.po: * po/nl.po: * po/or.po: * po/sq.po: * po/sr.po: * po/sv.po: * po/uk.po: * po/vi.po: update translations
* gst-plugins-good/gst/rtp/: Making these depayloaders (H263+ and mpeg4 video) ↵Philippe Kalaf2005-12-2214-29/+29
| | | | | | | | | | | | | | inherit from Original commit message from CVS: 2005-12-22 Philippe Khalaf <burger@speedy.org> * gst-plugins-good/gst/rtp/gstrtph263pdepay.h: * gst-plugins-good/gst/rtp/gstrtph263pdepay.c: * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h: * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c: Making these depayloaders (H263+ and mpeg4 video) inherit from RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
* Update .po filesThomas Vander Stichele2005-12-0514-29/+29
| | | | | Original commit message from CVS: Update .po files
* update translationsThomas Vander Stichele2005-12-0512-13/+13
| | | | | Original commit message from CVS: update translations
* Update .po filesThomas Vander Stichele2005-12-0114-15/+15
| | | | | Original commit message from CVS: Update .po files
* Update .po filesThomas Vander Stichele2005-11-2314-57/+57
| | | | | Original commit message from CVS: Update .po files
* Update .po filesThomas Vander Stichele2005-11-1114-29/+29
| | | | | Original commit message from CVS: Update .po files
* releasing 0.9.4Thomas Vander Stichele2005-10-2314-15/+85
| | | | | Original commit message from CVS: releasing 0.9.4
* STOPPED->FAILEDThomas Vander Stichele2005-10-231-0/+2
| | | | | Original commit message from CVS: STOPPED->FAILED
* release timeThomas Vander Stichele2005-10-0314-15/+15
| | | | | Original commit message from CVS: release time
* fix distcheckThomas Vander Stichele2005-09-0414-15/+15
| | | | | Original commit message from CVS: fix distcheck
* All plugins updated for element state changes.Andy Wingo2005-09-0214-29/+29
| | | | | | | Original commit message from CVS: 2005-09-02 Andy Wingo <wingo@pobox.com> * All plugins updated for element state changes.
* tidying up -good for businessThomas Vander Stichele2005-08-3015-944/+536
| | | | | Original commit message from CVS: tidying up -good for business
* Updates for two-arg init from GST_BOILERPLATE.Andy Wingo2005-08-2814-1401/+870
| | | | | | | | | | | | | | | | | Original commit message from CVS: 2005-08-28 Andy Wingo <wingo@pobox.com> * Updates for two-arg init from GST_BOILERPLATE. * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): Use the second arg for the class, because G_OBJECT_GET_CLASS (self) returns the wrong thing. (gst_signal_processor_add_pad_from_template): Make pads of the right type. * ext/ladspa/gstladspa.c (gst_ladspa_class_get_param_spec): Make writable param specs G_PARAM_CONSTRUCT so default values work. (gst_ladspa_init): Use the second arg for the class.
* add speex to spec file and remove gstosslement from POTFILES.inChristian Schaller2005-08-241-1/+0
| | | | | Original commit message from CVS: add speex to spec file and remove gstosslement from POTFILES.in
* more macro splitting; fix po problemThomas Vander Stichele2005-07-1015-2142/+1489
| | | | | Original commit message from CVS: more macro splitting; fix po problem
* make this module a bit more 0.9 friendlyChristian Schaller2005-05-0514-275/+256
| | | | | Original commit message from CVS: make this module a bit more 0.9 friendly
* adding vietnamese translationThomas Vander Stichele2005-01-272-1/+288
| | | | | Original commit message from CVS: adding vietnamese translation
* po updateThomas Vander Stichele2005-01-0313-144/+205
| | | | | Original commit message from CVS: po update
* releasingThomas Vander Stichele2004-11-2513-672/+1003
| | | | | Original commit message from CVS: releasing
* add italian (Luca Feretti)Thomas Vander Stichele2004-11-082-1/+287
| | | | | Original commit message from CVS: add italian (Luca Feretti)
* committing Norwegian Bokmaal translationThomas Vander Stichele2004-10-272-1/+287
| | | | | Original commit message from CVS: committing Norwegian Bokmaal translation
* ALSA mixer track label internationalization (#154054).Ronald S. Bultje2004-10-251-0/+1
| | | | | | | | | | Original commit message from CVS: Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net> * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list): * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new): * ext/alsa/gstalsamixertrack.h: * po/POTFILES.in: ALSA mixer track label internationalization (#154054).
* releasingThomas Vander Stichele2004-10-0611-171/+231
| | | | | Original commit message from CVS: releasing
* add Oriya translation, yippeeThomas Vander Stichele2004-10-062-1/+288
| | | | | Original commit message from CVS: add Oriya translation, yippee
* handle new mediaThomas Vander Stichele2004-08-2710-80/+156
| | | | | Original commit message from CVS: handle new media
* added translationsThomas Vander Stichele2004-08-132-0/+573
| | | | | Original commit message from CVS: added translations
* albanian translationThomas Vander Stichele2004-08-091-0/+285
| | | | | Original commit message from CVS: albanian translation
* updated czThomas Vander Stichele2004-08-092-12/+9
| | | | | Original commit message from CVS: added albanian (sq), updated cz
* updated translationsThomas Vander Stichele2004-08-052-100/+44
| | | | | Original commit message from CVS: updated translations
* compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friendsBenjamin Otte2004-08-031-11/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | Original commit message from CVS: * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option): * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name), (dvdnavsrc_print_event): * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print): * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link), (gst_ogg_mux_pad_unlink): * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link), (gst_multipart_mux_pad_unlink): * gst/videofilter/gstvideobalance.c: (gst_videobalance_colorbalance_set_value): * gst/videomixer/videomixer.c: (gst_videomixer_pad_link), (gst_videomixer_pad_unlink): * po/uk.po: * sys/oss/gstossmixer.c: * sys/v4l/gstv4lcolorbalance.c: * sys/v4l/gstv4ltuner.c: * sys/v4l/v4lsrc_calls.c: * sys/v4l2/gstv4l2colorbalance.c: * sys/v4l2/gstv4l2tuner.c: compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
* updated translationThomas Vander Stichele2004-08-031-35/+16
| | | | | Original commit message from CVS: updated translation
* gearing up for releaseThomas Vander Stichele2004-08-029-9/+9
| | | | | Original commit message from CVS: gearing up for release
* bump nano for prerelThomas Vander Stichele2004-07-309-360/+586
| | | | | Original commit message from CVS: bump nano for prerel
* don't use stupid colorspace, do use hermes, make macro, mark for translationThomas Vander Stichele2004-07-303-121/+130
| | | | | Original commit message from CVS: don't use stupid colorspace, do use hermes, make macro, mark for translation
* adding hungarian translationThomas Vander Stichele2004-07-202-1/+273
| | | | | Original commit message from CVS: adding hungarian translation
* adding czech translationThomas Vander Stichele2004-07-062-1/+276
| | | | | Original commit message from CVS: adding czech translation
* updated translationsThomas Vander Stichele2004-05-036-297/+215
| | | | | Original commit message from CVS: updated translations
* readding po files with -koThomas Vander Stichele2004-04-207-0/+4355
| | | | | Original commit message from CVS: readding po files with -ko
* removing temporarilyThomas Vander Stichele2004-04-207-4444/+0
| | | | | Original commit message from CVS: removing temporarily
* how embarassing to commit the WRONG po fileThomas Vander Stichele2004-04-201-714/+176
| | | | | Original commit message from CVS: how embarassing to commit the WRONG po file
* adding english translationThomas Vander Stichele2004-04-202-1/+803
| | | | | Original commit message from CVS: adding english translation
* adding ukrainian translationThomas Vander Stichele2004-04-192-1/+266
| | | | | Original commit message from CVS: adding ukrainian translation
* nano bump for prerel add bug entry for a fixed bug translation updatesThomas Vander Stichele2004-04-155-740/+339
| | | | | | | Original commit message from CVS: nano bump for prerel add bug entry for a fixed bug translation updates
* dutch translationThomas Vander Stichele2004-03-311-53/+52
| | | | | Original commit message from CVS: dutch translation
* revert accidental po file patchBenjamin Otte2004-03-303-142/+142
| | | | | Original commit message from CVS: revert accidental po file patch