[Goodies-commits] r6210 - in xfburn/trunk: . po xfburn

David Mohr squisher at xfce.org
Thu Nov 27 00:27:19 CET 2008


Author: squisher
Date: 2008-11-26 23:27:19 +0000 (Wed, 26 Nov 2008)
New Revision: 6210

Modified:
   xfburn/trunk/README
   xfburn/trunk/configure.in.in
   xfburn/trunk/po/ar.po
   xfburn/trunk/po/ca.po
   xfburn/trunk/po/cs.po
   xfburn/trunk/po/da.po
   xfburn/trunk/po/de.po
   xfburn/trunk/po/dz.po
   xfburn/trunk/po/el.po
   xfburn/trunk/po/en_GB.po
   xfburn/trunk/po/es.po
   xfburn/trunk/po/et.po
   xfburn/trunk/po/eu.po
   xfburn/trunk/po/fi.po
   xfburn/trunk/po/fr.po
   xfburn/trunk/po/gl.po
   xfburn/trunk/po/he.po
   xfburn/trunk/po/hu.po
   xfburn/trunk/po/id.po
   xfburn/trunk/po/it.po
   xfburn/trunk/po/ja.po
   xfburn/trunk/po/ko.po
   xfburn/trunk/po/lt.po
   xfburn/trunk/po/lv.po
   xfburn/trunk/po/nb_NO.po
   xfburn/trunk/po/nl.po
   xfburn/trunk/po/pa.po
   xfburn/trunk/po/pl.po
   xfburn/trunk/po/pt_BR.po
   xfburn/trunk/po/pt_PT.po
   xfburn/trunk/po/ru.po
   xfburn/trunk/po/sq.po
   xfburn/trunk/po/sv.po
   xfburn/trunk/po/tr.po
   xfburn/trunk/po/uk.po
   xfburn/trunk/po/ur.po
   xfburn/trunk/po/xfburn.pot
   xfburn/trunk/po/zh_CN.po
   xfburn/trunk/po/zh_TW.po
   xfburn/trunk/xfburn/xfburn-error.h
   xfburn/trunk/xfburn/xfburn-transcoder-gst.c
Log:
Display proper error message when a plugin is missing.

Modified: xfburn/trunk/README
===================================================================
--- xfburn/trunk/README	2008-11-26 23:17:39 UTC (rev 6209)
+++ xfburn/trunk/README	2008-11-26 23:27:19 UTC (rev 6210)
@@ -109,23 +109,25 @@
 Debugging
 ---------
 
-If xfburn freezes, or somehow makes no progress for you, then you can help
-greatly in debugging the problem. It does require you to build xfburn from the
-sources, and to install gdb. If you can handle that, here are the exact
+If xfburn crashes, freezes, or somehow makes no progress for you, then you can
+help greatly in debugging the problem. It does require you to build xfburn from
+the sources, and to install gdb. If you can handle that, here are the exact
 instructions:
 
 1) Rebuild xfburn with debugging support (grab the sources, and run:
    $ ./configure --enable-debug=full && make clean all )
 2) Enable core dumps, then run xfburn until it hangs:
    $ ulimit -c unlimited; xfburn/xfburn 2>&1 | tee xfburn.output
-3) From another terminal, kill xfburn:
+3) From another terminal, kill xfburn (only if it hasn't crashed already, of coures)
    $ kill -SEGV `pidof xfburn`
 4) Get a backtrace from the coredump:
    $ gdb xfburn/xfburn core.32270 --batch -ex 'thread apply all bt' > xfburn.backtrace
    (Note that sometimes the core.xxxxxx file is just called core)
 5) Open up a bug report at http://bugzilla.xfce.org for xfburn, and add
    both the xfburn.output and the xfburn.backtrace files to it. Done!
+   There is no need to attach the core dump, as it is heavily system dependent.
 
+
 ==============================================================================
 License
 -------

Modified: xfburn/trunk/configure.in.in
===================================================================
--- xfburn/trunk/configure.in.in	2008-11-26 23:17:39 UTC (rev 6209)
+++ xfburn/trunk/configure.in.in	2008-11-26 23:27:19 UTC (rev 6210)
@@ -81,6 +81,9 @@
 dnl (based on xfce4-mixer (trunk at 27735)
 dnl XDT_CHECK_OPTIONAL_PACKAGE([GST_PLUGINS_BASE], [gstreamer-plugins-base-0.10], [0.10.2])
 XDT_CHECK_OPTIONAL_PACKAGE([GST], [gstreamer-0.10], [0.10.2], [gstreamer], [GStreamer support for burning audio])
+if test x"$GST_FOUND" == x"yes"; then
+  XDT_CHECK_PACKAGE([GST], [gstreamer-pbutils-0.10], [0.10.2], [gstreamer-pbutils], [pbutils for GStreamer])
+fi
 
 
 dnl check for debugging support

Modified: xfburn/trunk/po/ar.po
===================================================================
--- xfburn/trunk/po/ar.po	2008-11-26 23:17:39 UTC (rev 6209)
+++ xfburn/trunk/po/ar.po	2008-11-26 23:27:19 UTC (rev 6210)
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: xfburn\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-24 19:10+0100\n"
+"POT-Creation-Date: 2008-11-26 16:23-0700\n"
 "PO-Revision-Date: 2008-07-18 21:28+0200\n"
 "Last-Translator: Mohamed Magdy <mohamedmk at gmail.com>\n"
 "Language-Team: Arabeyes Translation & Documentation <admin at arabeyes.org>\n"
@@ -1181,14 +1181,24 @@
 msgid "Could not open %s: %s"
 msgstr ""
 
+#: ../xfburn/xfburn-transcoder-gst.c:629
+#, c-format
+msgid ""
+"%s is missing.\n"
+"\n"
+"You do not have a decoder installed to handle this file.\n"
+"Probably you need to look at the gst-plugins-* packages\n"
+"for the necessary plugins.\n"
+msgstr ""
+
 #. Note to translators: you can probably keep this as gstreamer,
 #. * unless you have a good reason to call it by another name that
 #. * the user would understand better
-#: ../xfburn/xfburn-transcoder-gst.c:700
+#: ../xfburn/xfburn-transcoder-gst.c:717
 msgid "gstreamer"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:706
+#: ../xfburn/xfburn-transcoder-gst.c:723
 msgid ""
 "The gstreamer transcoder uses the gstreamer\n"
 "library for creating audio compositions.\n"
@@ -1200,12 +1210,12 @@
 "gstreamer plugin packages installed."
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:767
+#: ../xfburn/xfburn-transcoder-gst.c:784
 #, c-format
 msgid "Gstreamer did not like this file (detection timed out)"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:776
+#: ../xfburn/xfburn-transcoder-gst.c:793
 #, c-format
 msgid ""
 "%s\n"
@@ -1215,12 +1225,12 @@
 "%s"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:892
+#: ../xfburn/xfburn-transcoder-gst.c:909
 #, c-format
 msgid "Gstreamer did not want to start transcoding (timed out)"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:927
+#: ../xfburn/xfburn-transcoder-gst.c:944
 #, c-format
 msgid "Failed to change songs while transcoding"
 msgstr ""

Modified: xfburn/trunk/po/ca.po
===================================================================
--- xfburn/trunk/po/ca.po	2008-11-26 23:17:39 UTC (rev 6209)
+++ xfburn/trunk/po/ca.po	2008-11-26 23:27:19 UTC (rev 6210)
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: xfburn 0.0.3svn\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-24 19:10+0100\n"
+"POT-Creation-Date: 2008-11-26 16:23-0700\n"
 "PO-Revision-Date: 2008-11-23 09:57+0100\n"
 "Last-Translator: Carles Muñoz Gorriz <carlesmu at internautas.org>\n"
 "Language-Team: Catalan\n"
@@ -1190,14 +1190,24 @@
 msgid "Could not open %s: %s"
 msgstr "No es pot obrir «%s»: %s"
 
+#: ../xfburn/xfburn-transcoder-gst.c:629
+#, c-format
+msgid ""
+"%s is missing.\n"
+"\n"
+"You do not have a decoder installed to handle this file.\n"
+"Probably you need to look at the gst-plugins-* packages\n"
+"for the necessary plugins.\n"
+msgstr ""
+
 #. Note to translators: you can probably keep this as gstreamer,
 #. * unless you have a good reason to call it by another name that
 #. * the user would understand better
-#: ../xfburn/xfburn-transcoder-gst.c:700
+#: ../xfburn/xfburn-transcoder-gst.c:717
 msgid "gstreamer"
 msgstr "gstreamer"
 
-#: ../xfburn/xfburn-transcoder-gst.c:706
+#: ../xfburn/xfburn-transcoder-gst.c:723
 msgid ""
 "The gstreamer transcoder uses the gstreamer\n"
 "library for creating audio compositions.\n"
@@ -1217,12 +1227,12 @@
 "comproveu que teniu el «bo, el dolent i el lleig»\n"
 "paquet del connector gstreamer instaŀlat."
 
-#: ../xfburn/xfburn-transcoder-gst.c:767
+#: ../xfburn/xfburn-transcoder-gst.c:784
 #, c-format
 msgid "Gstreamer did not like this file (detection timed out)"
 msgstr "Al Gstreamer no li agrada aquest fitxer (temps excedit)"
 
-#: ../xfburn/xfburn-transcoder-gst.c:776
+#: ../xfburn/xfburn-transcoder-gst.c:793
 #, c-format
 msgid ""
 "%s\n"
@@ -1237,12 +1247,12 @@
 "\n"
 "%s"
 
-#: ../xfburn/xfburn-transcoder-gst.c:892
+#: ../xfburn/xfburn-transcoder-gst.c:909
 #, c-format
 msgid "Gstreamer did not want to start transcoding (timed out)"
 msgstr "El Gstreamer no ha iniciat la transcodificació (temps excedit)"
 
-#: ../xfburn/xfburn-transcoder-gst.c:927
+#: ../xfburn/xfburn-transcoder-gst.c:944
 #, c-format
 msgid "Failed to change songs while transcoding"
 msgstr "No s'han pogut canviar cançons mestres es transcodificaven"

Modified: xfburn/trunk/po/cs.po
===================================================================
--- xfburn/trunk/po/cs.po	2008-11-26 23:17:39 UTC (rev 6209)
+++ xfburn/trunk/po/cs.po	2008-11-26 23:27:19 UTC (rev 6210)
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: xfburn 0.0.3svn\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-23 00:57-0700\n"
+"POT-Creation-Date: 2008-11-26 16:23-0700\n"
 "PO-Revision-Date: 2008-11-24 18:41+0100\n"
 "Last-Translator: Michal Várady <miko.vaji at gmail.com>\n"
 "Language-Team: Czech <translation-team-cs at lists.sourceforge.net>\n"
@@ -64,8 +64,7 @@
 msgid "Burning device"
 msgstr "Zapisovací zařízení"
 
-#: ../xfburn/xfburn-blank-dialog.c:223
-#: ../xfburn/xfburn-device-box.c:200
+#: ../xfburn/xfburn-blank-dialog.c:223 ../xfburn/xfburn-device-box.c:200
 msgid "Blank mode"
 msgstr "Režim mazání"
 
@@ -120,8 +119,7 @@
 msgid "Done"
 msgstr "Dokončeno"
 
-#: ../xfburn/xfburn-blank-dialog.c:439
-#: ../xfburn/xfburn-perform-burn.c:304
+#: ../xfburn/xfburn-blank-dialog.c:439 ../xfburn/xfburn-perform-burn.c:304
 #: ../xfburn/xfburn-progress-dialog.c:604
 msgid "Failure"
 msgstr "Chyba"
@@ -246,16 +244,24 @@
 msgstr "Vypalování obrazu..."
 
 #: ../xfburn/xfburn-burn-image-dialog.c:422
-msgid "<span weight=\"bold\" foreground=\"darkred\" stretch=\"semiexpanded\">Please select an image to burn</span>"
-msgstr "<span weight=\"bold\" foreground=\"darkred\" stretch=\"semiexpanded\">Zvolte obraz, který chcete vypálit</span>"
+msgid ""
+"<span weight=\"bold\" foreground=\"darkred\" stretch=\"semiexpanded\">Please "
+"select an image to burn</span>"
+msgstr ""
+"<span weight=\"bold\" foreground=\"darkred\" stretch=\"semiexpanded\">Zvolte "
+"obraz, který chcete vypálit</span>"
 
 #: ../xfburn/xfburn-burn-image-dialog.c:460
-msgid "Cannot append data to multisession disc in this write mode (use TAO instead)"
-msgstr "V tomto režimu zápisu nelze přidat další data na disk typu multisession (použijte místo něj TAO)"
+msgid ""
+"Cannot append data to multisession disc in this write mode (use TAO instead)"
+msgstr ""
+"V tomto režimu zápisu nelze přidat další data na disk typu multisession "
+"(použijte místo něj TAO)"
 
 #: ../xfburn/xfburn-burn-image-dialog.c:464
 msgid "Closed disc with data detected. Need blank or appendable disc"
-msgstr "Byl nalezen uzavřený disk s daty. Je vyžadován prázdný nebo neuzavřený disk"
+msgstr ""
+"Byl nalezen uzavřený disk s daty. Je vyžadován prázdný nebo neuzavřený disk"
 
 #: ../xfburn/xfburn-burn-image-dialog.c:466
 msgid "No disc detected in drive"
@@ -274,8 +280,12 @@
 msgstr "Nelze zjistit velikost obrazu"
 
 #: ../xfburn/xfburn-burn-image-dialog.c:512
-msgid "Make sure you selected a valid file and you have the proper permissions to access it."
-msgstr "Ujistěte se, že jste vybrali platný soubor a máte k němu odpovídající oprávnění pro přístup."
+msgid ""
+"Make sure you selected a valid file and you have the proper permissions to "
+"access it."
+msgstr ""
+"Ujistěte se, že jste vybrali platný soubor a máte k němu odpovídající "
+"oprávnění pro přístup."
 
 #: ../xfburn/xfburn-burn-image-dialog.c:542
 msgid "The write mode is not currently supported"
@@ -414,7 +424,7 @@
 
 #: ../xfburn/xfburn-data-composition.c:674
 #: ../xfburn/xfburn-data-composition.c:1069
-#: ../xfburn/xfburn-audio-composition.c:1137
+#: ../xfburn/xfburn-audio-composition.c:1139
 msgid "A file with the same name is already present in the composition."
 msgstr "V kompozici již existuje soubor se stejným názvem."
 
@@ -425,28 +435,33 @@
 msgstr "Nový adresář"
 
 #: ../xfburn/xfburn-data-composition.c:1230
-#: ../xfburn/xfburn-audio-composition.c:1299
+#: ../xfburn/xfburn-audio-composition.c:1307
 msgid "Adding home directory"
 msgstr "Přídává se domovský adresář"
 
 #: ../xfburn/xfburn-data-composition.c:1231
-#: ../xfburn/xfburn-audio-composition.c:1300
+#: ../xfburn/xfburn-audio-composition.c:1308
 msgid ""
-"You are about to add your home directory to the composition. This is likely to take a very long time, and also to be too big to fit on one disc.\n"
+"You are about to add your home directory to the composition. This is likely "
+"to take a very long time, and also to be too big to fit on one disc.\n"
 "\n"
 "Are you sure you want to proceed?"
 msgstr ""
-"Rozhodli jste se přidat váš domovský adresář do kompozice. Tato akce může trvat velmi dlouhou dobu a velikost obsahu může být příliš velká pro umístění na disk.\n"
+"Rozhodli jste se přidat váš domovský adresář do kompozice. Tato akce může "
+"trvat velmi dlouhou dobu a velikost obsahu může být příliš velká pro "
+"umístění na disk.\n"
 "\n"
 "Opravdu chcete pokračovat?"
 
 #: ../xfburn/xfburn-data-composition.c:1393
 #, c-format
-msgid "A file named \"%s\" already exists in this directory, the file hasn't been added."
-msgstr "Soubor s názvem \"%s\" již v tomto adresáři existuje, proto nebyl přidán."
+msgid ""
+"A file named \"%s\" already exists in this directory, the file hasn't been "
+"added."
+msgstr ""
+"Soubor s názvem \"%s\" již v tomto adresáři existuje, proto nebyl přidán."
 
-#: ../xfburn/xfburn-device-box.c:181
-#: ../xfburn/xfburn-device-box.c:182
+#: ../xfburn/xfburn-device-box.c:181 ../xfburn/xfburn-device-box.c:182
 msgid "Show writers only"
 msgstr "Zobrazovat pouze vypalovací mechaniky"
 
@@ -502,17 +517,24 @@
 msgid ""
 "<b>Unable to retrieve the speed list for the drive.</b>\n"
 "\n"
-"This is a known bug, which occurs with some drives. Please report it to <i>xfburn at xfce.org</i> together with the console output to increase the chances that it will get fixed.\n"
+"This is a known bug, which occurs with some drives. Please report it to "
+"<i>xfburn at xfce.org</i> together with the console output to increase the "
+"chances that it will get fixed.\n"
 "\n"
-"Burning should still work, but if there are problems anyways, please let us know.\n"
+"Burning should still work, but if there are problems anyways, please let us "
+"know.\n"
 "\n"
 "<i>Thank you!</i>"
 msgstr ""
 "<b>Nebylo možné získat z jednotky seznam rychlostí.</b>\n"
 "\n"
-"Toto je známá chyba, která může nastat u některých mechanik. Prosíme vás, abyste tuto chybu nahlásili na adresu <i>xfburn at xfce.org</i> společně s výstupem na konzoli. Zvýšíte tím šanci, že tato chyba bude v příští verzi opravena.\n"
+"Toto je známá chyba, která může nastat u některých mechanik. Prosíme vás, "
+"abyste tuto chybu nahlásili na adresu <i>xfburn at xfce.org</i> společně s "
+"výstupem na konzoli. Zvýšíte tím šanci, že tato chyba bude v příští verzi "
+"opravena.\n"
 "\n"
-"Vypalování by však stále mělo pracovat. Pokud se přesto objeví potíže, prosíme, abyste nás o nich informovali.\n"
+"Vypalování by však stále mělo pracovat. Pokud se přesto objeví potíže, "
+"prosíme, abyste nás o nich informovali.\n"
 "\n"
 "<i>Děkujeme!</i>"
 
@@ -532,8 +554,7 @@
 msgid "Drive can't burn on the inserted disc"
 msgstr "Jednotka nemůže vypalovat na vložený disk"
 
-#: ../xfburn/xfburn-device-box.c:615
-#: ../xfburn/xfburn-device-box.c:661
+#: ../xfburn/xfburn-device-box.c:615 ../xfburn/xfburn-device-box.c:661
 msgid "Drive is empty"
 msgstr "Jednotka je prázdná!"
 
@@ -545,18 +566,15 @@
 msgid "Inserted disc is full"
 msgstr "Vložený disk je zaplněn"
 
-#: ../xfburn/xfburn-device-box.c:624
-#: ../xfburn/xfburn-device-box.c:667
+#: ../xfburn/xfburn-device-box.c:624 ../xfburn/xfburn-device-box.c:667
 msgid "Inserted disc is unsuitable"
 msgstr "Vložený disk není vhodný"
 
-#: ../xfburn/xfburn-device-box.c:627
-#: ../xfburn/xfburn-device-box.c:670
+#: ../xfburn/xfburn-device-box.c:627 ../xfburn/xfburn-device-box.c:670
 msgid "Cannot access drive (it might be in use)"
 msgstr "Přístup k jednotce nebyl možný (pravděpodobně se používá)"
 
-#: ../xfburn/xfburn-device-box.c:632
-#: ../xfburn/xfburn-device-box.c:673
+#: ../xfburn/xfburn-device-box.c:632 ../xfburn/xfburn-device-box.c:673
 msgid "Error determining disc"
 msgstr "Chyba při rozpoznávání disku"
 
@@ -586,8 +604,7 @@
 msgid "Type"
 msgstr "Typ"
 
-#: ../xfburn/xfburn-fs-browser.c:95
-#: ../xfburn/xfburn-fs-browser.c:272
+#: ../xfburn/xfburn-fs-browser.c:95 ../xfburn/xfburn-fs-browser.c:272
 msgid "Filesystem"
 msgstr "Systém souborů"
 
@@ -597,8 +614,7 @@
 msgid "%s's home"
 msgstr "Domovský adresář uživatele %s"
 
-#: ../xfburn/xfburn-main.c:203
-#: ../xfburn.desktop.in.h:3
+#: ../xfburn/xfburn-main.c:203 ../xfburn.desktop.in.h:3
 msgid "Xfburn"
 msgstr "Xfburn"
 
@@ -609,7 +625,8 @@
 "Try %s --help to see a full list of available command line options.\n"
 msgstr ""
 "%s: %s\n"
-"Úplný seznam voleb dostupných z příkazové řádky vypíšete pomocí příkazu %s --help.\n"
+"Úplný seznam voleb dostupných z příkazové řádky vypíšete pomocí příkazu %s --"
+"help.\n"
 
 #: ../xfburn/xfburn-main.c:221
 msgid "Unable to initialize the burning backend."
@@ -625,13 +642,15 @@
 "\n"
 "Please unmount and restart the application.\n"
 "\n"
-"If no disc is in the drive, check that you have read and write access to the drive with the current user."
+"If no disc is in the drive, check that you have read and write access to the "
+"drive with the current user."
 msgstr ""
 "Disk se pravděpodobně používá, přístup byl odepřen.\n"
 "\n"
 "Odpojte disk a restartujte aplikaci.\n"
 "\n"
-"Pokud se v jednotce žádný disk nenachází, ověřte, zda máte pod současným uživatelem přístup pro čtení a zápis k jednotce."
+"Pokud se v jednotce žádný disk nenachází, ověřte, zda máte pod současným "
+"uživatelem přístup pro čtení a zápis k jednotce."
 
 #: ../xfburn/xfburn-main.c:336
 #, c-format
@@ -763,8 +782,7 @@
 msgid "Another cd burning GUI"
 msgstr "Další nástroj pro vypalování CD"
 
-#: ../xfburn/xfburn-main-window.c:536
-#: ../xfburn/xfburn-main-window.c:537
+#: ../xfburn/xfburn-main-window.c:536 ../xfburn/xfburn-main-window.c:537
 msgid "Author/Maintainer"
 msgstr "Autor/Správce"
 
@@ -794,12 +812,16 @@
 msgstr "Rozezná viditelnost tlačítka zavřít"
 
 #: ../xfburn/xfburn-perform-burn.c:94
-msgid "Cannot append data to multisession disc in this write mode (use TAO instead)."
-msgstr "V tomto režimu zápisu nelze přidat další data na disk typu multisession (použijte místo něj režim TAO)."
+msgid ""
+"Cannot append data to multisession disc in this write mode (use TAO instead)."
+msgstr ""
+"V tomto režimu zápisu nelze přidat další data na disk typu multisession "
+"(použijte místo něj režim TAO)."
 
 #: ../xfburn/xfburn-perform-burn.c:98
 msgid "Closed disc with data detected, a blank or appendable disc is needed."
-msgstr "Byl nalezen uzavřený disk s daty, požaduje se prázdný nebo neuzavřený disk."
+msgstr ""
+"Byl nalezen uzavřený disk s daty, požaduje se prázdný nebo neuzavřený disk."
 
 #: ../xfburn/xfburn-perform-burn.c:100
 msgid "No disc detected in drive."
@@ -818,8 +840,7 @@
 msgid "Burning track %2d/%d..."
 msgstr "Vypalování stopy %2d z %d..."
 
-#: ../xfburn/xfburn-perform-burn.c:161
-#: ../xfburn/xfburn-perform-burn.c:226
+#: ../xfburn/xfburn-perform-burn.c:161 ../xfburn/xfburn-perform-burn.c:226
 msgid "Burning composition..."
 msgstr "Zapisování kompozice..."
 
@@ -851,8 +872,7 @@
 msgid "aborted"
 msgstr "přerušeno"
 
-#: ../xfburn/xfburn-perform-burn.c:221
-#: ../xfburn/xfburn-progress-dialog.c:200
+#: ../xfburn/xfburn-perform-burn.c:221 ../xfburn/xfburn-progress-dialog.c:200
 #: ../xfburn/xfburn-progress-dialog.c:217
 #: ../xfburn/xfburn-progress-dialog.c:227
 #: ../xfburn/xfburn-progress-dialog.c:310
@@ -1099,7 +1119,7 @@
 msgid "Cannot burn audio onto a DVD."
 msgstr "Hudbu nelze vypálit na disk DVD."
 
-#: ../xfburn/xfburn-audio-composition.c:1233
+#: ../xfburn/xfburn-audio-composition.c:1223
 msgid "You can only have a maximum of 99 tracks."
 msgstr "Nejvyšší počet stop je 99."
 
@@ -1163,14 +1183,24 @@
 msgid "Could not open %s: %s"
 msgstr "Nelze otevřít %s: %s"
 
+#: ../xfburn/xfburn-transcoder-gst.c:629
+#, c-format
+msgid ""
+"%s is missing.\n"
+"\n"
+"You do not have a decoder installed to handle this file.\n"
+"Probably you need to look at the gst-plugins-* packages\n"
+"for the necessary plugins.\n"
+msgstr ""
+
 #. Note to translators: you can probably keep this as gstreamer,
 #. * unless you have a good reason to call it by another name that
 #. * the user would understand better
-#: ../xfburn/xfburn-transcoder-gst.c:700
+#: ../xfburn/xfburn-transcoder-gst.c:717
 msgid "gstreamer"
 msgstr "gstreamer"
 
-#: ../xfburn/xfburn-transcoder-gst.c:706
+#: ../xfburn/xfburn-transcoder-gst.c:723
 msgid ""
 "The gstreamer transcoder uses the gstreamer\n"
 "library for creating audio compositions.\n"
@@ -1190,12 +1220,12 @@
 "ujistěte se, že jsou nainstalovány zásuvné\n"
 "moduly 'good', 'bad' a 'ugly' aplikace gstreamer."
 
-#: ../xfburn/xfburn-transcoder-gst.c:767
+#: ../xfburn/xfburn-transcoder-gst.c:784
 #, c-format
 msgid "Gstreamer did not like this file (detection timed out)"
 msgstr "Aplikace gstreamer nerozpoznala tento soubor (časový limit vypršel)"
 
-#: ../xfburn/xfburn-transcoder-gst.c:776
+#: ../xfburn/xfburn-transcoder-gst.c:793
 #, c-format
 msgid ""
 "%s\n"
@@ -1210,18 +1240,17 @@
 "\n"
 "%s"
 
-#: ../xfburn/xfburn-transcoder-gst.c:892
+#: ../xfburn/xfburn-transcoder-gst.c:909
 #, c-format
 msgid "Gstreamer did not want to start transcoding (timed out)"
 msgstr "Aplikace gstreamer nezahájila konverzi (časový limit vypršel)"
 
-#: ../xfburn/xfburn-transcoder-gst.c:927
+#: ../xfburn/xfburn-transcoder-gst.c:944
 #, c-format
 msgid "Failed to change songs while transcoding"
 msgstr "Změna písní při konverzi se nezdařila"
 
-#: ../xfburn/xfburn-transcoder.c:125
-#: ../xfburn/xfburn-transcoder.c:137
+#: ../xfburn/xfburn-transcoder.c:125 ../xfburn/xfburn-transcoder.c:137
 #: ../xfburn/xfburn-transcoder.c:149
 #, c-format
 msgid "not implemented"
@@ -1241,10 +1270,13 @@
 
 #~ msgid "Unable to create disc object"
 #~ msgstr "Nelze vytvořit objekt disku"
+
 #~ msgid "Cannot attach source object to track object"
 #~ msgstr "Nelze připojit zdrojový objekt k objektu stopy"
+
 #~ msgid "Format DVD+RW"
 #~ msgstr "Zformátovat DVD+RW"
+
 #~ msgid "_Format"
 #~ msgstr "Z_formátovat"
 
@@ -1253,10 +1285,13 @@
 #~ msgstr ""
 #~ "Bylo nalezeno uzavřené médium s daty. Je vyžadováno prázdné nebo "
 #~ "neuzavřené médium"
+
 #~ msgid "No media detected in drive"
 #~ msgstr "V jednotce nebylo nalezeno médium"
+
 #~ msgid "No access to drive (mounted?)"
 #~ msgstr "Nelze přistupovat k mechanice (je připojena?)"
+
 #~ msgid "active"
 #~ msgstr "aktívní"
 
@@ -1267,28 +1302,40 @@
 #, fuzzy
 #~ msgid "Could not add source to track %s!"
 #~ msgstr "Nelze vytvořit strukturu ze zdroje obrazu ISO"
+
 #~ msgid "Import"
 #~ msgstr "Importovat"
+
 #~ msgid "Import existing session"
 #~ msgstr "Importuje již vytvořenou session"
+
 #~ msgid "Copy Audio CD"
 #~ msgstr "Zkopírovat hudební CD"
+
 #~ msgid "Burn composition"
 #~ msgstr "Vypálit kompozici"
+
 #~ msgid "_New composition"
 #~ msgstr "_Nová kompozice"
+
 #~ msgid "Create a new composition"
 #~ msgstr "Vytvoří novou kompozici"
+
 #~ msgid "Copy DVD"
 #~ msgstr "Zkopírovat DVD"
+
 #~ msgid "The main window"
 #~ msgstr "Hlavní okno"
+
 #~ msgid "Notebook"
 #~ msgstr "Poznámky"
+
 #~ msgid "NOTEBOOK"
 #~ msgstr "POZNÁMKY"
+
 #~ msgid "Action group"
 #~ msgstr "Skupina akcí"
+
 #~ msgid "Action group from the main window"
 #~ msgstr "Skupina akcí hlavního okna"
 
@@ -1303,58 +1350,82 @@
 #, fuzzy
 #~ msgid "Deformat Complete"
 #~ msgstr "Kompletní"
+
 #~ msgid "Fast"
 #~ msgstr "Rychle"
+
 #~ msgid "Cannot recognize drive and media state"
 #~ msgstr "Nelze rozpoznat stav jednotky a média"
+
 #~ msgid "Burn CD image"
 #~ msgstr "Vypálit obraz CD"
 
 #, fuzzy
 #~ msgid "Initializing"
 #~ msgstr "Inicializuji..."
+
 #~ msgid "Show speed selection list and refresh button"
 #~ msgstr "Zobrazit seznam pro výběr rychlosti a tlačítko aktualizovat"
+
 #~ msgid "Reopen last session"
 #~ msgstr "Znovu otevřít poslední session"
+
 #~ msgid "Erase last session"
 #~ msgstr "Smazat poslední session"
+
 #~ msgid "_Force"
 #~ msgstr "Vy_nutit"
+
 #~ msgid "Blanking..."
 #~ msgstr "Mažu..."
+
 #~ msgid "Performing OPC..."
 #~ msgstr "Provádím OPC..."
+
 #~ msgid "Finishing"
 #~ msgstr "Dokončuji"
+
 #~ msgid "Burn data composition"
 #~ msgstr "Vypálit datovou kompozici"
+
 #~ msgid "Create ISO from composition"
 #~ msgstr "Vytvořit obraz ISO z kompozice"
+
 #~ msgid "Id"
 #~ msgstr "Id"
+
 #~ msgid "View _output"
 #~ msgstr "Z_obrazit výstup:"
+
 #~ msgid "Operation finished"
 #~ msgstr "Operace byla dokončena"
+
 #~ msgid "Are sure you want to quit?"
 #~ msgstr "Jste si jisti, že chcete program ukončit?"
+
 #~ msgid "Failed to open /proc/scsi/sg/devices"
 #~ msgstr "Nepodařilo se otevřít /proc/scsi/sg/devices"
+
 #~ msgid "Failed to open /proc/scsi/sg/device_strs"
 #~ msgstr "Nepodařilo se otevřít /proc/scsi/sg/device_strs"
+
 #~ msgid "Error reading scsi information from /proc/scsi/sg/devices"
 #~ msgstr "Chyba při čtení informací o rozhraní SCSI z /proc/scsi/sg/devices"
+
 #~ msgid "No message..."
 #~ msgstr "Žádná zpráva..."
+
 #~ msgid "Burn Data CD"
 #~ msgstr "Vypálit datové CD"
+
 #~ msgid "Load composition"
 #~ msgstr "Načíst kompozici"
+
 #~ msgid "Show disc content toolbar"
 #~ msgstr "Zobrazit kontextový panel nástrojů disku"
+
 #~ msgid "Show/hide the disc content toolbar"
 #~ msgstr "Zobrazí/skryje kontextový panel nástrojů disku"
+
 #~ msgid "Xfburn preferences"
 #~ msgstr "Nastavení Xfburn"
-

Modified: xfburn/trunk/po/da.po
===================================================================
--- xfburn/trunk/po/da.po	2008-11-26 23:17:39 UTC (rev 6209)
+++ xfburn/trunk/po/da.po	2008-11-26 23:27:19 UTC (rev 6210)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: da\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-24 19:10+0100\n"
+"POT-Creation-Date: 2008-11-26 16:23-0700\n"
 "PO-Revision-Date: 2008-09-29 17:33+0200\n"
 "Last-Translator: Lars Jensen <lars at jink.dk>\n"
 "Language-Team: Dansk <dansk at dansk-gruppen.dk>\n"
@@ -1219,14 +1219,24 @@
 msgid "Could not open %s: %s"
 msgstr ""
 
+#: ../xfburn/xfburn-transcoder-gst.c:629
+#, c-format
+msgid ""
+"%s is missing.\n"
+"\n"
+"You do not have a decoder installed to handle this file.\n"
+"Probably you need to look at the gst-plugins-* packages\n"
+"for the necessary plugins.\n"
+msgstr ""
+
 #. Note to translators: you can probably keep this as gstreamer,
 #. * unless you have a good reason to call it by another name that
 #. * the user would understand better
-#: ../xfburn/xfburn-transcoder-gst.c:700
+#: ../xfburn/xfburn-transcoder-gst.c:717
 msgid "gstreamer"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:706
+#: ../xfburn/xfburn-transcoder-gst.c:723
 msgid ""
 "The gstreamer transcoder uses the gstreamer\n"
 "library for creating audio compositions.\n"
@@ -1238,12 +1248,12 @@
 "gstreamer plugin packages installed."
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:767
+#: ../xfburn/xfburn-transcoder-gst.c:784
 #, c-format
 msgid "Gstreamer did not like this file (detection timed out)"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:776
+#: ../xfburn/xfburn-transcoder-gst.c:793
 #, c-format
 msgid ""
 "%s\n"
@@ -1253,12 +1263,12 @@
 "%s"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:892
+#: ../xfburn/xfburn-transcoder-gst.c:909
 #, c-format
 msgid "Gstreamer did not want to start transcoding (timed out)"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:927
+#: ../xfburn/xfburn-transcoder-gst.c:944
 #, c-format
 msgid "Failed to change songs while transcoding"
 msgstr ""

Modified: xfburn/trunk/po/de.po
===================================================================
--- xfburn/trunk/po/de.po	2008-11-26 23:17:39 UTC (rev 6209)
+++ xfburn/trunk/po/de.po	2008-11-26 23:27:19 UTC (rev 6210)
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: xfburn 0.3.0svn\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-24 19:10+0100\n"
+"POT-Creation-Date: 2008-11-26 16:23-0700\n"
 "PO-Revision-Date: 2008-09-02 17:56+0100\n"
 "Last-Translator: Enrico Tröger <enrico at xfce.org>\n"
 "Language-Team: German <de at li.org>\n"
@@ -1231,14 +1231,24 @@
 msgid "Could not open %s: %s"
 msgstr ""
 
+#: ../xfburn/xfburn-transcoder-gst.c:629
+#, c-format
+msgid ""
+"%s is missing.\n"
+"\n"
+"You do not have a decoder installed to handle this file.\n"
+"Probably you need to look at the gst-plugins-* packages\n"
+"for the necessary plugins.\n"
+msgstr ""
+
 #. Note to translators: you can probably keep this as gstreamer,
 #. * unless you have a good reason to call it by another name that
 #. * the user would understand better
-#: ../xfburn/xfburn-transcoder-gst.c:700
+#: ../xfburn/xfburn-transcoder-gst.c:717
 msgid "gstreamer"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:706
+#: ../xfburn/xfburn-transcoder-gst.c:723
 msgid ""
 "The gstreamer transcoder uses the gstreamer\n"
 "library for creating audio compositions.\n"
@@ -1250,12 +1260,12 @@
 "gstreamer plugin packages installed."
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:767
+#: ../xfburn/xfburn-transcoder-gst.c:784
 #, c-format
 msgid "Gstreamer did not like this file (detection timed out)"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:776
+#: ../xfburn/xfburn-transcoder-gst.c:793
 #, c-format
 msgid ""
 "%s\n"
@@ -1265,12 +1275,12 @@
 "%s"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:892
+#: ../xfburn/xfburn-transcoder-gst.c:909
 #, c-format
 msgid "Gstreamer did not want to start transcoding (timed out)"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:927
+#: ../xfburn/xfburn-transcoder-gst.c:944
 #, c-format
 msgid "Failed to change songs while transcoding"
 msgstr ""

Modified: xfburn/trunk/po/dz.po
===================================================================
--- xfburn/trunk/po/dz.po	2008-11-26 23:17:39 UTC (rev 6209)
+++ xfburn/trunk/po/dz.po	2008-11-26 23:27:19 UTC (rev 6210)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: xfce/xfburn.po\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-24 19:10+0100\n"
+"POT-Creation-Date: 2008-11-26 16:23-0700\n"
 "PO-Revision-Date: 2006-10-24 16:36+0530\n"
 "Last-Translator: sonam rinchen <somindruk at druknet.bt>\n"
 "Language-Team: dzongkha <pgeyleg at dit.gov.bt>\n"
@@ -1199,14 +1199,24 @@
 msgid "Could not open %s: %s"
 msgstr ""
 
+#: ../xfburn/xfburn-transcoder-gst.c:629
+#, c-format
+msgid ""
+"%s is missing.\n"
+"\n"
+"You do not have a decoder installed to handle this file.\n"
+"Probably you need to look at the gst-plugins-* packages\n"
+"for the necessary plugins.\n"
+msgstr ""
+
 #. Note to translators: you can probably keep this as gstreamer,
 #. * unless you have a good reason to call it by another name that
 #. * the user would understand better
-#: ../xfburn/xfburn-transcoder-gst.c:700
+#: ../xfburn/xfburn-transcoder-gst.c:717
 msgid "gstreamer"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:706
+#: ../xfburn/xfburn-transcoder-gst.c:723
 msgid ""
 "The gstreamer transcoder uses the gstreamer\n"
 "library for creating audio compositions.\n"
@@ -1218,12 +1228,12 @@
 "gstreamer plugin packages installed."
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:767
+#: ../xfburn/xfburn-transcoder-gst.c:784
 #, c-format
 msgid "Gstreamer did not like this file (detection timed out)"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:776
+#: ../xfburn/xfburn-transcoder-gst.c:793
 #, c-format
 msgid ""
 "%s\n"
@@ -1233,12 +1243,12 @@
 "%s"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:892
+#: ../xfburn/xfburn-transcoder-gst.c:909
 #, c-format
 msgid "Gstreamer did not want to start transcoding (timed out)"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:927
+#: ../xfburn/xfburn-transcoder-gst.c:944
 #, c-format
 msgid "Failed to change songs while transcoding"
 msgstr ""

Modified: xfburn/trunk/po/el.po
===================================================================
--- xfburn/trunk/po/el.po	2008-11-26 23:17:39 UTC (rev 6209)
+++ xfburn/trunk/po/el.po	2008-11-26 23:27:19 UTC (rev 6210)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: xfburn 0.3\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-24 19:10+0100\n"
+"POT-Creation-Date: 2008-11-26 16:23-0700\n"
 "PO-Revision-Date: 2008-07-14 19:57+0200\n"
 "Last-Translator: Stavros Giannouris <stavrosg at hellug.gr>\n"
 "Language-Team: Greek <nls at tux.hellug.gr>\n"
@@ -1183,14 +1183,24 @@
 msgid "Could not open %s: %s"
 msgstr ""
 
+#: ../xfburn/xfburn-transcoder-gst.c:629
+#, c-format
+msgid ""
+"%s is missing.\n"
+"\n"
+"You do not have a decoder installed to handle this file.\n"
+"Probably you need to look at the gst-plugins-* packages\n"
+"for the necessary plugins.\n"
+msgstr ""
+
 #. Note to translators: you can probably keep this as gstreamer,
 #. * unless you have a good reason to call it by another name that
 #. * the user would understand better
-#: ../xfburn/xfburn-transcoder-gst.c:700
+#: ../xfburn/xfburn-transcoder-gst.c:717
 msgid "gstreamer"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:706
+#: ../xfburn/xfburn-transcoder-gst.c:723
 msgid ""
 "The gstreamer transcoder uses the gstreamer\n"
 "library for creating audio compositions.\n"
@@ -1202,12 +1212,12 @@
 "gstreamer plugin packages installed."
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:767
+#: ../xfburn/xfburn-transcoder-gst.c:784
 #, c-format
 msgid "Gstreamer did not like this file (detection timed out)"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:776
+#: ../xfburn/xfburn-transcoder-gst.c:793
 #, c-format
 msgid ""
 "%s\n"
@@ -1217,12 +1227,12 @@
 "%s"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:892
+#: ../xfburn/xfburn-transcoder-gst.c:909
 #, c-format
 msgid "Gstreamer did not want to start transcoding (timed out)"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:927
+#: ../xfburn/xfburn-transcoder-gst.c:944
 #, c-format
 msgid "Failed to change songs while transcoding"
 msgstr ""

Modified: xfburn/trunk/po/en_GB.po
===================================================================
--- xfburn/trunk/po/en_GB.po	2008-11-26 23:17:39 UTC (rev 6209)
+++ xfburn/trunk/po/en_GB.po	2008-11-26 23:27:19 UTC (rev 6210)
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: xfburn\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-24 19:10+0100\n"
+"POT-Creation-Date: 2008-11-26 16:23-0700\n"
 "PO-Revision-Date: 2007-03-27 22:02+1000\n"
 "Last-Translator: Jeff Bailes <thepizzaking at gmail.com>\n"
 "Language-Team: English/GB\n"
@@ -1199,14 +1199,24 @@
 msgid "Could not open %s: %s"
 msgstr ""
 
+#: ../xfburn/xfburn-transcoder-gst.c:629
+#, c-format
+msgid ""
+"%s is missing.\n"
+"\n"
+"You do not have a decoder installed to handle this file.\n"
+"Probably you need to look at the gst-plugins-* packages\n"
+"for the necessary plugins.\n"
+msgstr ""
+
 #. Note to translators: you can probably keep this as gstreamer,
 #. * unless you have a good reason to call it by another name that
 #. * the user would understand better
-#: ../xfburn/xfburn-transcoder-gst.c:700
+#: ../xfburn/xfburn-transcoder-gst.c:717
 msgid "gstreamer"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:706
+#: ../xfburn/xfburn-transcoder-gst.c:723
 msgid ""
 "The gstreamer transcoder uses the gstreamer\n"
 "library for creating audio compositions.\n"
@@ -1218,12 +1228,12 @@
 "gstreamer plugin packages installed."
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:767
+#: ../xfburn/xfburn-transcoder-gst.c:784
 #, c-format
 msgid "Gstreamer did not like this file (detection timed out)"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:776
+#: ../xfburn/xfburn-transcoder-gst.c:793
 #, c-format
 msgid ""
 "%s\n"
@@ -1233,12 +1243,12 @@
 "%s"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:892
+#: ../xfburn/xfburn-transcoder-gst.c:909
 #, c-format
 msgid "Gstreamer did not want to start transcoding (timed out)"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:927
+#: ../xfburn/xfburn-transcoder-gst.c:944
 #, c-format
 msgid "Failed to change songs while transcoding"
 msgstr ""

Modified: xfburn/trunk/po/es.po
===================================================================
--- xfburn/trunk/po/es.po	2008-11-26 23:17:39 UTC (rev 6209)
+++ xfburn/trunk/po/es.po	2008-11-26 23:27:19 UTC (rev 6210)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: xfburn 0.0.3svn\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-24 19:10+0100\n"
+"POT-Creation-Date: 2008-11-26 16:23-0700\n"
 "PO-Revision-Date: 2008-11-24 09:09+0100\n"
 "Last-Translator: Abel Martín <abel.martin.ruiz at gmail.com>\n"
 "Language-Team: Spanish <xfce-i18n at xfce.org>\n"
@@ -1191,14 +1191,24 @@
 msgid "Could not open %s: %s"
 msgstr "No se pudo abrir %s: %s"
 
+#: ../xfburn/xfburn-transcoder-gst.c:629
+#, c-format
+msgid ""
+"%s is missing.\n"
+"\n"
+"You do not have a decoder installed to handle this file.\n"
+"Probably you need to look at the gst-plugins-* packages\n"
+"for the necessary plugins.\n"
+msgstr ""
+
 #. Note to translators: you can probably keep this as gstreamer,
 #. * unless you have a good reason to call it by another name that
 #. * the user would understand better
-#: ../xfburn/xfburn-transcoder-gst.c:700
+#: ../xfburn/xfburn-transcoder-gst.c:717
 msgid "gstreamer"
 msgstr "gstreamer"
 
-#: ../xfburn/xfburn-transcoder-gst.c:706
+#: ../xfburn/xfburn-transcoder-gst.c:723
 msgid ""
 "The gstreamer transcoder uses the gstreamer\n"
 "library for creating audio compositions.\n"
@@ -1218,13 +1228,13 @@
 "asegúrese de que tiene los paquetes de complementos\n"
 "'good', 'bad' y 'ugly' instalados."
 
-#: ../xfburn/xfburn-transcoder-gst.c:767
+#: ../xfburn/xfburn-transcoder-gst.c:784
 #, c-format
 msgid "Gstreamer did not like this file (detection timed out)"
 msgstr ""
 "A Gstreamer no le ha gustado este archivo (expiró el tiempo de detección)"
 
-#: ../xfburn/xfburn-transcoder-gst.c:776
+#: ../xfburn/xfburn-transcoder-gst.c:793
 #, c-format
 msgid ""
 "%s\n"
@@ -1239,13 +1249,13 @@
 "\n"
 "%s"
 
-#: ../xfburn/xfburn-transcoder-gst.c:892
+#: ../xfburn/xfburn-transcoder-gst.c:909
 #, c-format
 msgid "Gstreamer did not want to start transcoding (timed out)"
 msgstr ""
 "Gstreamer no quiso comenzar la transcodificación (expiró el tiempo límite)"
 
-#: ../xfburn/xfburn-transcoder-gst.c:927
+#: ../xfburn/xfburn-transcoder-gst.c:944
 #, c-format
 msgid "Failed to change songs while transcoding"
 msgstr "Fallo al cambiar canciones al transcodificar"

Modified: xfburn/trunk/po/et.po
===================================================================
--- xfburn/trunk/po/et.po	2008-11-26 23:17:39 UTC (rev 6209)
+++ xfburn/trunk/po/et.po	2008-11-26 23:27:19 UTC (rev 6210)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: xfburn 0.0.3svn\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-24 19:10+0100\n"
+"POT-Creation-Date: 2008-11-26 16:23-0700\n"
 "PO-Revision-Date: 2008-07-16 18:14+0300\n"
 "Last-Translator: Kristjan Siimson <kristjan.siimson at gmail.com>\n"
 "Language-Team: Estonian <et at li.org>\n"
@@ -1225,14 +1225,24 @@
 msgid "Could not open %s: %s"
 msgstr ""
 
+#: ../xfburn/xfburn-transcoder-gst.c:629
+#, c-format
+msgid ""
+"%s is missing.\n"
+"\n"
+"You do not have a decoder installed to handle this file.\n"
+"Probably you need to look at the gst-plugins-* packages\n"
+"for the necessary plugins.\n"
+msgstr ""
+
 #. Note to translators: you can probably keep this as gstreamer,
 #. * unless you have a good reason to call it by another name that
 #. * the user would understand better
-#: ../xfburn/xfburn-transcoder-gst.c:700
+#: ../xfburn/xfburn-transcoder-gst.c:717
 msgid "gstreamer"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:706
+#: ../xfburn/xfburn-transcoder-gst.c:723
 msgid ""
 "The gstreamer transcoder uses the gstreamer\n"
 "library for creating audio compositions.\n"
@@ -1244,12 +1254,12 @@
 "gstreamer plugin packages installed."
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:767
+#: ../xfburn/xfburn-transcoder-gst.c:784
 #, c-format
 msgid "Gstreamer did not like this file (detection timed out)"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:776
+#: ../xfburn/xfburn-transcoder-gst.c:793
 #, c-format
 msgid ""
 "%s\n"
@@ -1259,12 +1269,12 @@
 "%s"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:892
+#: ../xfburn/xfburn-transcoder-gst.c:909
 #, c-format
 msgid "Gstreamer did not want to start transcoding (timed out)"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:927
+#: ../xfburn/xfburn-transcoder-gst.c:944
 #, c-format
 msgid "Failed to change songs while transcoding"
 msgstr ""

Modified: xfburn/trunk/po/eu.po
===================================================================
--- xfburn/trunk/po/eu.po	2008-11-26 23:17:39 UTC (rev 6209)
+++ xfburn/trunk/po/eu.po	2008-11-26 23:27:19 UTC (rev 6210)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: eu\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-24 19:10+0100\n"
+"POT-Creation-Date: 2008-11-26 16:23-0700\n"
 "PO-Revision-Date: 2008-11-23 23:51+0200\n"
 "Last-Translator: Piarres Beobide <pi at beobide.net>\n"
 "Language-Team: Euskara <debian-l10n-basque at lists.debian.org>\n"
@@ -1189,14 +1189,24 @@
 msgid "Could not open %s: %s"
 msgstr "Ezin da %s ireki: %s"
 
+#: ../xfburn/xfburn-transcoder-gst.c:629
+#, c-format
+msgid ""
+"%s is missing.\n"
+"\n"
+"You do not have a decoder installed to handle this file.\n"
+"Probably you need to look at the gst-plugins-* packages\n"
+"for the necessary plugins.\n"
+msgstr ""
+
 #. Note to translators: you can probably keep this as gstreamer,
 #. * unless you have a good reason to call it by another name that
 #. * the user would understand better
-#: ../xfburn/xfburn-transcoder-gst.c:700
+#: ../xfburn/xfburn-transcoder-gst.c:717
 msgid "gstreamer"
 msgstr "gstreamer"
 
-#: ../xfburn/xfburn-transcoder-gst.c:706
+#: ../xfburn/xfburn-transcoder-gst.c:723
 msgid ""
 "The gstreamer transcoder uses the gstreamer\n"
 "library for creating audio compositions.\n"
@@ -1216,12 +1226,12 @@
 "zaitez gstreamer-en 'good', 'bad' eta 'ugly'\n"
 "pluginak instalaturik dituzula."
 
-#: ../xfburn/xfburn-transcoder-gst.c:767
+#: ../xfburn/xfburn-transcoder-gst.c:784
 #, c-format
 msgid "Gstreamer did not like this file (detection timed out)"
 msgstr "Gstramer-ek ez du gustuko fitxategi hau (antzematea denboraz-kanpo)"
 
-#: ../xfburn/xfburn-transcoder-gst.c:776
+#: ../xfburn/xfburn-transcoder-gst.c:793
 #, c-format
 msgid ""
 "%s\n"
@@ -1236,12 +1246,12 @@
 "\n"
 "%s"
 
-#: ../xfburn/xfburn-transcoder-gst.c:892
+#: ../xfburn/xfburn-transcoder-gst.c:909
 #, c-format
 msgid "Gstreamer did not want to start transcoding (timed out)"
 msgstr "Gstremaer-ek ez du transkodekatzen hasi mahi (denboraz-kanpo)"
 
-#: ../xfburn/xfburn-transcoder-gst.c:927
+#: ../xfburn/xfburn-transcoder-gst.c:944
 #, c-format
 msgid "Failed to change songs while transcoding"
 msgstr "Huts kantak transkodekatzeailearekin aldatzean"

Modified: xfburn/trunk/po/fi.po
===================================================================
--- xfburn/trunk/po/fi.po	2008-11-26 23:17:39 UTC (rev 6209)
+++ xfburn/trunk/po/fi.po	2008-11-26 23:27:19 UTC (rev 6210)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: xfburn 0.0.3svn\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-24 19:10+0100\n"
+"POT-Creation-Date: 2008-11-26 16:23-0700\n"
 "PO-Revision-Date: 2008-11-23 23:16+0200\n"
 "Last-Translator: Jari Rahkonen <jari.rahkonen at pp1.inet.fi>\n"
 "Language-Team: Finnish <translation-team-fi at lists.sourceforge.net>\n"
@@ -1176,14 +1176,24 @@
 msgid "Could not open %s: %s"
 msgstr "Ei voi avata kohdetta %s: %s"
 
+#: ../xfburn/xfburn-transcoder-gst.c:629
+#, c-format
+msgid ""
+"%s is missing.\n"
+"\n"
+"You do not have a decoder installed to handle this file.\n"
+"Probably you need to look at the gst-plugins-* packages\n"
+"for the necessary plugins.\n"
+msgstr ""
+
 #. Note to translators: you can probably keep this as gstreamer,
 #. * unless you have a good reason to call it by another name that
 #. * the user would understand better
-#: ../xfburn/xfburn-transcoder-gst.c:700
+#: ../xfburn/xfburn-transcoder-gst.c:717
 msgid "gstreamer"
 msgstr "gstreamer"
 
-#: ../xfburn/xfburn-transcoder-gst.c:706
+#: ../xfburn/xfburn-transcoder-gst.c:723
 msgid ""
 "The gstreamer transcoder uses the gstreamer\n"
 "library for creating audio compositions.\n"
@@ -1203,12 +1213,12 @@
 "olet asentanut gstreamerin liitännäispaketit\n"
 "\"good\", \"bad\" ja \"ugly\"."
 
-#: ../xfburn/xfburn-transcoder-gst.c:767
+#: ../xfburn/xfburn-transcoder-gst.c:784
 #, c-format
 msgid "Gstreamer did not like this file (detection timed out)"
 msgstr "Tiedosto ei kelvannut Gstreamerille (tunnistuksen aikakatkaisu)"
 
-#: ../xfburn/xfburn-transcoder-gst.c:776
+#: ../xfburn/xfburn-transcoder-gst.c:793
 #, c-format
 msgid ""
 "%s\n"
@@ -1223,12 +1233,12 @@
 "\n"
 "%s"
 
-#: ../xfburn/xfburn-transcoder-gst.c:892
+#: ../xfburn/xfburn-transcoder-gst.c:909
 #, c-format
 msgid "Gstreamer did not want to start transcoding (timed out)"
 msgstr "Gstreamer ei halunnut aloittaa muunnosta (aikakatkaisu)"
 
-#: ../xfburn/xfburn-transcoder-gst.c:927
+#: ../xfburn/xfburn-transcoder-gst.c:944
 #, c-format
 msgid "Failed to change songs while transcoding"
 msgstr "Kappaleen vaihto muunnoksen aikana epäonnistui"

Modified: xfburn/trunk/po/fr.po
===================================================================
--- xfburn/trunk/po/fr.po	2008-11-26 23:17:39 UTC (rev 6209)
+++ xfburn/trunk/po/fr.po	2008-11-26 23:27:19 UTC (rev 6210)
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: xfburn 0.3.1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-24 19:10+0100\n"
+"POT-Creation-Date: 2008-11-26 16:23-0700\n"
 "PO-Revision-Date: 2008-11-23 14:44+0100\n"
 "Last-Translator: Mike Massonnet <mmassonnet at gmail.com>\n"
 "Language-Team: French <xfce-i18n at xfce.org>\n"
@@ -1201,14 +1201,24 @@
 msgid "Could not open %s: %s"
 msgstr "Impossible d'ouvrir %s : %s"
 
+#: ../xfburn/xfburn-transcoder-gst.c:629
+#, c-format
+msgid ""
+"%s is missing.\n"
+"\n"
+"You do not have a decoder installed to handle this file.\n"
+"Probably you need to look at the gst-plugins-* packages\n"
+"for the necessary plugins.\n"
+msgstr ""
+
 #. Note to translators: you can probably keep this as gstreamer,
 #. * unless you have a good reason to call it by another name that
 #. * the user would understand better
-#: ../xfburn/xfburn-transcoder-gst.c:700
+#: ../xfburn/xfburn-transcoder-gst.c:717
 msgid "gstreamer"
 msgstr "Transcodeur GStreamer"
 
-#: ../xfburn/xfburn-transcoder-gst.c:706
+#: ../xfburn/xfburn-transcoder-gst.c:723
 msgid ""
 "The gstreamer transcoder uses the gstreamer\n"
 "library for creating audio compositions.\n"
@@ -1225,14 +1235,14 @@
 "plugins sont installés. Si un fichier audio n'est pas reconnu, vérifiez que "
 "les plugins GStreamer 'good', 'bad', et 'ugly' sont installés."
 
-#: ../xfburn/xfburn-transcoder-gst.c:767
+#: ../xfburn/xfburn-transcoder-gst.c:784
 #, c-format
 msgid "Gstreamer did not like this file (detection timed out)"
 msgstr ""
 "GStreamer n'a pas récupéré d'information sur ce fichier (délais de détection "
 "dépassé)"
 
-#: ../xfburn/xfburn-transcoder-gst.c:776
+#: ../xfburn/xfburn-transcoder-gst.c:793
 #, c-format
 msgid ""
 "%s\n"
@@ -1247,12 +1257,12 @@
 "\n"
 "%s"
 
-#: ../xfburn/xfburn-transcoder-gst.c:892
+#: ../xfburn/xfburn-transcoder-gst.c:909
 #, c-format
 msgid "Gstreamer did not want to start transcoding (timed out)"
 msgstr "GStreamer a refusé de démarré le transcodage (délais dépassé)"
 
-#: ../xfburn/xfburn-transcoder-gst.c:927
+#: ../xfburn/xfburn-transcoder-gst.c:944
 #, c-format
 msgid "Failed to change songs while transcoding"
 msgstr ""

Modified: xfburn/trunk/po/gl.po
===================================================================
--- xfburn/trunk/po/gl.po	2008-11-26 23:17:39 UTC (rev 6209)
+++ xfburn/trunk/po/gl.po	2008-11-26 23:27:19 UTC (rev 6210)
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: xfburn\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-24 19:10+0100\n"
+"POT-Creation-Date: 2008-11-26 16:23-0700\n"
 "PO-Revision-Date: 2008-06-24 22:11+0100\n"
 "Last-Translator: Leandro Regueiro <leandro DOT regueiro AT gmail DOT com>\n"
 "Language-Team: Galician <proxecto at trasno.net>\n"
@@ -1236,14 +1236,24 @@
 msgid "Could not open %s: %s"
 msgstr ""
 
+#: ../xfburn/xfburn-transcoder-gst.c:629
+#, c-format
+msgid ""
+"%s is missing.\n"
+"\n"
+"You do not have a decoder installed to handle this file.\n"
+"Probably you need to look at the gst-plugins-* packages\n"
+"for the necessary plugins.\n"
+msgstr ""
+
 #. Note to translators: you can probably keep this as gstreamer,
 #. * unless you have a good reason to call it by another name that
 #. * the user would understand better
-#: ../xfburn/xfburn-transcoder-gst.c:700
+#: ../xfburn/xfburn-transcoder-gst.c:717
 msgid "gstreamer"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:706
+#: ../xfburn/xfburn-transcoder-gst.c:723
 msgid ""
 "The gstreamer transcoder uses the gstreamer\n"
 "library for creating audio compositions.\n"
@@ -1255,12 +1265,12 @@
 "gstreamer plugin packages installed."
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:767
+#: ../xfburn/xfburn-transcoder-gst.c:784
 #, c-format
 msgid "Gstreamer did not like this file (detection timed out)"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:776
+#: ../xfburn/xfburn-transcoder-gst.c:793
 #, c-format
 msgid ""
 "%s\n"
@@ -1270,12 +1280,12 @@
 "%s"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:892
+#: ../xfburn/xfburn-transcoder-gst.c:909
 #, c-format
 msgid "Gstreamer did not want to start transcoding (timed out)"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:927
+#: ../xfburn/xfburn-transcoder-gst.c:944
 #, c-format
 msgid "Failed to change songs while transcoding"
 msgstr ""

Modified: xfburn/trunk/po/he.po
===================================================================
--- xfburn/trunk/po/he.po	2008-11-26 23:17:39 UTC (rev 6209)
+++ xfburn/trunk/po/he.po	2008-11-26 23:27:19 UTC (rev 6210)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: he\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-24 19:10+0100\n"
+"POT-Creation-Date: 2008-11-26 16:23-0700\n"
 "PO-Revision-Date: 2007-01-19 14:29+0200\n"
 "Last-Translator: Yuval Tanny <tanai at int.gov.il>\n"
 "Language-Team: Hebrew\n"
@@ -1190,14 +1190,24 @@
 msgid "Could not open %s: %s"
 msgstr ""
 
+#: ../xfburn/xfburn-transcoder-gst.c:629
+#, c-format
+msgid ""
+"%s is missing.\n"
+"\n"
+"You do not have a decoder installed to handle this file.\n"
+"Probably you need to look at the gst-plugins-* packages\n"
+"for the necessary plugins.\n"
+msgstr ""
+
 #. Note to translators: you can probably keep this as gstreamer,
 #. * unless you have a good reason to call it by another name that
 #. * the user would understand better
-#: ../xfburn/xfburn-transcoder-gst.c:700
+#: ../xfburn/xfburn-transcoder-gst.c:717
 msgid "gstreamer"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:706
+#: ../xfburn/xfburn-transcoder-gst.c:723
 msgid ""
 "The gstreamer transcoder uses the gstreamer\n"
 "library for creating audio compositions.\n"
@@ -1209,12 +1219,12 @@
 "gstreamer plugin packages installed."
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:767
+#: ../xfburn/xfburn-transcoder-gst.c:784
 #, c-format
 msgid "Gstreamer did not like this file (detection timed out)"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:776
+#: ../xfburn/xfburn-transcoder-gst.c:793
 #, c-format
 msgid ""
 "%s\n"
@@ -1224,12 +1234,12 @@
 "%s"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:892
+#: ../xfburn/xfburn-transcoder-gst.c:909
 #, c-format
 msgid "Gstreamer did not want to start transcoding (timed out)"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:927
+#: ../xfburn/xfburn-transcoder-gst.c:944
 #, c-format
 msgid "Failed to change songs while transcoding"
 msgstr ""

Modified: xfburn/trunk/po/hu.po
===================================================================
--- xfburn/trunk/po/hu.po	2008-11-26 23:17:39 UTC (rev 6209)
+++ xfburn/trunk/po/hu.po	2008-11-26 23:27:19 UTC (rev 6210)
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-24 19:10+0100\n"
+"POT-Creation-Date: 2008-11-26 16:23-0700\n"
 "PO-Revision-Date: 2008-07-12 19:18+0100\n"
 "Last-Translator: SZERVÁC Attila <sas at 321.hu>\n"
 "Language-Team: Hungarian\n"
@@ -1188,14 +1188,24 @@
 msgid "Could not open %s: %s"
 msgstr ""
 
+#: ../xfburn/xfburn-transcoder-gst.c:629
+#, c-format
+msgid ""
+"%s is missing.\n"
+"\n"
+"You do not have a decoder installed to handle this file.\n"
+"Probably you need to look at the gst-plugins-* packages\n"
+"for the necessary plugins.\n"
+msgstr ""
+
 #. Note to translators: you can probably keep this as gstreamer,
 #. * unless you have a good reason to call it by another name that
 #. * the user would understand better
-#: ../xfburn/xfburn-transcoder-gst.c:700
+#: ../xfburn/xfburn-transcoder-gst.c:717
 msgid "gstreamer"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:706
+#: ../xfburn/xfburn-transcoder-gst.c:723
 msgid ""
 "The gstreamer transcoder uses the gstreamer\n"
 "library for creating audio compositions.\n"
@@ -1207,12 +1217,12 @@
 "gstreamer plugin packages installed."
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:767
+#: ../xfburn/xfburn-transcoder-gst.c:784
 #, c-format
 msgid "Gstreamer did not like this file (detection timed out)"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:776
+#: ../xfburn/xfburn-transcoder-gst.c:793
 #, c-format
 msgid ""
 "%s\n"
@@ -1222,12 +1232,12 @@
 "%s"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:892
+#: ../xfburn/xfburn-transcoder-gst.c:909
 #, c-format
 msgid "Gstreamer did not want to start transcoding (timed out)"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:927
+#: ../xfburn/xfburn-transcoder-gst.c:944
 #, c-format
 msgid "Failed to change songs while transcoding"
 msgstr ""

Modified: xfburn/trunk/po/id.po
===================================================================
--- xfburn/trunk/po/id.po	2008-11-26 23:17:39 UTC (rev 6209)
+++ xfburn/trunk/po/id.po	2008-11-26 23:27:19 UTC (rev 6210)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: xfburn 0.3.1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-24 19:10+0100\n"
+"POT-Creation-Date: 2008-11-26 16:23-0700\n"
 "PO-Revision-Date: 2008-11-23 20:48+0700\n"
 "Last-Translator: Andhika Padmawan <andhika.padmawan at gmail.com>\n"
 "Language-Team: Indonesian <translation-team-id at lists.sourceforge.net>\n"
@@ -1188,14 +1188,24 @@
 msgid "Could not open %s: %s"
 msgstr "Tak dapat membuka %s: %s"
 
+#: ../xfburn/xfburn-transcoder-gst.c:629
+#, c-format
+msgid ""
+"%s is missing.\n"
+"\n"
+"You do not have a decoder installed to handle this file.\n"
+"Probably you need to look at the gst-plugins-* packages\n"
+"for the necessary plugins.\n"
+msgstr ""
+
 #. Note to translators: you can probably keep this as gstreamer,
 #. * unless you have a good reason to call it by another name that
 #. * the user would understand better
-#: ../xfburn/xfburn-transcoder-gst.c:700
+#: ../xfburn/xfburn-transcoder-gst.c:717
 msgid "gstreamer"
 msgstr "gstreamer"
 
-#: ../xfburn/xfburn-transcoder-gst.c:706
+#: ../xfburn/xfburn-transcoder-gst.c:723
 msgid ""
 "The gstreamer transcoder uses the gstreamer\n"
 "library for creating audio compositions.\n"
@@ -1215,12 +1225,12 @@
 "bahwa anda mempunyai paket plugin\n"
 "gstreamer 'good,'bad',' dan 'ugly' yang terinstal."
 
-#: ../xfburn/xfburn-transcoder-gst.c:767
+#: ../xfburn/xfburn-transcoder-gst.c:784
 #, c-format
 msgid "Gstreamer did not like this file (detection timed out)"
 msgstr "Gstreamer tidak menyukai berkas ini (waktu deteksi habis)"
 
-#: ../xfburn/xfburn-transcoder-gst.c:776
+#: ../xfburn/xfburn-transcoder-gst.c:793
 #, c-format
 msgid ""
 "%s\n"
@@ -1235,12 +1245,12 @@
 "\n"
 "%s"
 
-#: ../xfburn/xfburn-transcoder-gst.c:892
+#: ../xfburn/xfburn-transcoder-gst.c:909
 #, c-format
 msgid "Gstreamer did not want to start transcoding (timed out)"
 msgstr "Gstreamer tidak ingin memulai transcoding (waktu habis)"
 
-#: ../xfburn/xfburn-transcoder-gst.c:927
+#: ../xfburn/xfburn-transcoder-gst.c:944
 #, c-format
 msgid "Failed to change songs while transcoding"
 msgstr "Gagal mengganti lagu ketika transcoding"

Modified: xfburn/trunk/po/it.po
===================================================================
--- xfburn/trunk/po/it.po	2008-11-26 23:17:39 UTC (rev 6209)
+++ xfburn/trunk/po/it.po	2008-11-26 23:27:19 UTC (rev 6210)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: xfburn 0.0.3svn\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-24 19:10+0100\n"
+"POT-Creation-Date: 2008-11-26 16:23-0700\n"
 "PO-Revision-Date: 2007-03-16 21:58+0100\n"
 "Last-Translator: David Paleino <d.paleino at gmail.com>\n"
 "Language-Team: Italian <xfce-i18n at xfce.org>\n"
@@ -1195,14 +1195,24 @@
 msgid "Could not open %s: %s"
 msgstr ""
 
+#: ../xfburn/xfburn-transcoder-gst.c:629
+#, c-format
+msgid ""
+"%s is missing.\n"
+"\n"
+"You do not have a decoder installed to handle this file.\n"
+"Probably you need to look at the gst-plugins-* packages\n"
+"for the necessary plugins.\n"
+msgstr ""
+
 #. Note to translators: you can probably keep this as gstreamer,
 #. * unless you have a good reason to call it by another name that
 #. * the user would understand better
-#: ../xfburn/xfburn-transcoder-gst.c:700
+#: ../xfburn/xfburn-transcoder-gst.c:717
 msgid "gstreamer"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:706
+#: ../xfburn/xfburn-transcoder-gst.c:723
 msgid ""
 "The gstreamer transcoder uses the gstreamer\n"
 "library for creating audio compositions.\n"
@@ -1214,12 +1224,12 @@
 "gstreamer plugin packages installed."
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:767
+#: ../xfburn/xfburn-transcoder-gst.c:784
 #, c-format
 msgid "Gstreamer did not like this file (detection timed out)"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:776
+#: ../xfburn/xfburn-transcoder-gst.c:793
 #, c-format
 msgid ""
 "%s\n"
@@ -1229,12 +1239,12 @@
 "%s"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:892
+#: ../xfburn/xfburn-transcoder-gst.c:909
 #, c-format
 msgid "Gstreamer did not want to start transcoding (timed out)"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:927
+#: ../xfburn/xfburn-transcoder-gst.c:944
 #, c-format
 msgid "Failed to change songs while transcoding"
 msgstr ""

Modified: xfburn/trunk/po/ja.po
===================================================================
--- xfburn/trunk/po/ja.po	2008-11-26 23:17:39 UTC (rev 6209)
+++ xfburn/trunk/po/ja.po	2008-11-26 23:27:19 UTC (rev 6210)
@@ -14,7 +14,7 @@
 msgstr ""
 "Project-Id-Version: xfburn 0.0.3svn\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-24 19:10+0100\n"
+"POT-Creation-Date: 2008-11-26 16:23-0700\n"
 "PO-Revision-Date: 2008-11-24 00:27+0900\n"
 "Last-Translator: Masato Hashimoto <cabezon.hashimoto at gmail.com>\n"
 "Language-Team: Japanese <xfce-users-jp at ml.fdiary.net>\n"
@@ -1193,14 +1193,24 @@
 msgid "Could not open %s: %s"
 msgstr "%s を開けませんでした: %s"
 
+#: ../xfburn/xfburn-transcoder-gst.c:629
+#, c-format
+msgid ""
+"%s is missing.\n"
+"\n"
+"You do not have a decoder installed to handle this file.\n"
+"Probably you need to look at the gst-plugins-* packages\n"
+"for the necessary plugins.\n"
+msgstr ""
+
 #. Note to translators: you can probably keep this as gstreamer,
 #. * unless you have a good reason to call it by another name that
 #. * the user would understand better
-#: ../xfburn/xfburn-transcoder-gst.c:700
+#: ../xfburn/xfburn-transcoder-gst.c:717
 msgid "gstreamer"
 msgstr "GStreamer"
 
-#: ../xfburn/xfburn-transcoder-gst.c:706
+#: ../xfburn/xfburn-transcoder-gst.c:723
 msgid ""
 "The gstreamer transcoder uses the gstreamer\n"
 "library for creating audio compositions.\n"
@@ -1220,12 +1230,12 @@
 "の 'good'、'bad'、および 'ubly' プラグインがインストール\n"
 "されているかどうか確認してください。"
 
-#: ../xfburn/xfburn-transcoder-gst.c:767
+#: ../xfburn/xfburn-transcoder-gst.c:784
 #, c-format
 msgid "Gstreamer did not like this file (detection timed out)"
 msgstr "Gstreamer はこのファイルを解析できませんでした (検出タイムアウト)"
 
-#: ../xfburn/xfburn-transcoder-gst.c:776
+#: ../xfburn/xfburn-transcoder-gst.c:793
 #, c-format
 msgid ""
 "%s\n"
@@ -1240,12 +1250,12 @@
 "\n"
 "%s"
 
-#: ../xfburn/xfburn-transcoder-gst.c:892
+#: ../xfburn/xfburn-transcoder-gst.c:909
 #, c-format
 msgid "Gstreamer did not want to start transcoding (timed out)"
 msgstr "Gstreamer はコード変換を開始できませんでした (タイムアウト)"
 
-#: ../xfburn/xfburn-transcoder-gst.c:927
+#: ../xfburn/xfburn-transcoder-gst.c:944
 #, c-format
 msgid "Failed to change songs while transcoding"
 msgstr "コード変換中に楽曲の変更に失敗しました"

Modified: xfburn/trunk/po/ko.po
===================================================================
--- xfburn/trunk/po/ko.po	2008-11-26 23:17:39 UTC (rev 6209)
+++ xfburn/trunk/po/ko.po	2008-11-26 23:27:19 UTC (rev 6210)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: xfburn 0.0.3svn\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-24 19:10+0100\n"
+"POT-Creation-Date: 2008-11-26 16:23-0700\n"
 "PO-Revision-Date: 2007-02-20 09:32+0900\n"
 "Last-Translator: ByungHyun Choi<byunghyun.choi at debianusers.org>\n"
 "Language-Team: xfce4-users-kr-i18n <xfce4-users-kr-i18n at lists.sourceforge."
@@ -1200,14 +1200,24 @@
 msgid "Could not open %s: %s"
 msgstr ""
 
+#: ../xfburn/xfburn-transcoder-gst.c:629
+#, c-format
+msgid ""
+"%s is missing.\n"
+"\n"
+"You do not have a decoder installed to handle this file.\n"
+"Probably you need to look at the gst-plugins-* packages\n"
+"for the necessary plugins.\n"
+msgstr ""
+
 #. Note to translators: you can probably keep this as gstreamer,
 #. * unless you have a good reason to call it by another name that
 #. * the user would understand better
-#: ../xfburn/xfburn-transcoder-gst.c:700
+#: ../xfburn/xfburn-transcoder-gst.c:717
 msgid "gstreamer"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:706
+#: ../xfburn/xfburn-transcoder-gst.c:723
 msgid ""
 "The gstreamer transcoder uses the gstreamer\n"
 "library for creating audio compositions.\n"
@@ -1219,12 +1229,12 @@
 "gstreamer plugin packages installed."
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:767
+#: ../xfburn/xfburn-transcoder-gst.c:784
 #, c-format
 msgid "Gstreamer did not like this file (detection timed out)"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:776
+#: ../xfburn/xfburn-transcoder-gst.c:793
 #, c-format
 msgid ""
 "%s\n"
@@ -1234,12 +1244,12 @@
 "%s"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:892
+#: ../xfburn/xfburn-transcoder-gst.c:909
 #, c-format
 msgid "Gstreamer did not want to start transcoding (timed out)"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:927
+#: ../xfburn/xfburn-transcoder-gst.c:944
 #, c-format
 msgid "Failed to change songs while transcoding"
 msgstr ""

Modified: xfburn/trunk/po/lt.po
===================================================================
--- xfburn/trunk/po/lt.po	2008-11-26 23:17:39 UTC (rev 6209)
+++ xfburn/trunk/po/lt.po	2008-11-26 23:27:19 UTC (rev 6210)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: xfburn 0.3.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-24 19:10+0100\n"
+"POT-Creation-Date: 2008-11-26 16:23-0700\n"
 "PO-Revision-Date: 2006-05-26 12:26+0300\n"
 "Last-Translator: mantas <mantaz at users.sourceforge.net>\n"
 "Language-Team: Lithuanian <komp_lt at konferencijos.lt>\n"
@@ -1140,14 +1140,24 @@
 msgid "Could not open %s: %s"
 msgstr ""
 
+#: ../xfburn/xfburn-transcoder-gst.c:629
+#, c-format
+msgid ""
+"%s is missing.\n"
+"\n"
+"You do not have a decoder installed to handle this file.\n"
+"Probably you need to look at the gst-plugins-* packages\n"
+"for the necessary plugins.\n"
+msgstr ""
+
 #. Note to translators: you can probably keep this as gstreamer,
 #. * unless you have a good reason to call it by another name that
 #. * the user would understand better
-#: ../xfburn/xfburn-transcoder-gst.c:700
+#: ../xfburn/xfburn-transcoder-gst.c:717
 msgid "gstreamer"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:706
+#: ../xfburn/xfburn-transcoder-gst.c:723
 msgid ""
 "The gstreamer transcoder uses the gstreamer\n"
 "library for creating audio compositions.\n"
@@ -1159,12 +1169,12 @@
 "gstreamer plugin packages installed."
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:767
+#: ../xfburn/xfburn-transcoder-gst.c:784
 #, c-format
 msgid "Gstreamer did not like this file (detection timed out)"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:776
+#: ../xfburn/xfburn-transcoder-gst.c:793
 #, c-format
 msgid ""
 "%s\n"
@@ -1174,12 +1184,12 @@
 "%s"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:892
+#: ../xfburn/xfburn-transcoder-gst.c:909
 #, c-format
 msgid "Gstreamer did not want to start transcoding (timed out)"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:927
+#: ../xfburn/xfburn-transcoder-gst.c:944
 #, c-format
 msgid "Failed to change songs while transcoding"
 msgstr ""

Modified: xfburn/trunk/po/lv.po
===================================================================
--- xfburn/trunk/po/lv.po	2008-11-26 23:17:39 UTC (rev 6209)
+++ xfburn/trunk/po/lv.po	2008-11-26 23:27:19 UTC (rev 6210)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: xfburn 0.0.3svn\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-24 19:10+0100\n"
+"POT-Creation-Date: 2008-11-26 16:23-0700\n"
 "PO-Revision-Date: 2007-11-11 19:43+0300\n"
 "Last-Translator: Rihards Priedītis <rprieditis at inbox.lv>\n"
 "Language-Team: Latvian <rprieditis at inbox.lv>\n"
@@ -1202,14 +1202,24 @@
 msgid "Could not open %s: %s"
 msgstr ""
 
+#: ../xfburn/xfburn-transcoder-gst.c:629
+#, c-format
+msgid ""
+"%s is missing.\n"
+"\n"
+"You do not have a decoder installed to handle this file.\n"
+"Probably you need to look at the gst-plugins-* packages\n"
+"for the necessary plugins.\n"
+msgstr ""
+
 #. Note to translators: you can probably keep this as gstreamer,
 #. * unless you have a good reason to call it by another name that
 #. * the user would understand better
-#: ../xfburn/xfburn-transcoder-gst.c:700
+#: ../xfburn/xfburn-transcoder-gst.c:717
 msgid "gstreamer"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:706
+#: ../xfburn/xfburn-transcoder-gst.c:723
 msgid ""
 "The gstreamer transcoder uses the gstreamer\n"
 "library for creating audio compositions.\n"
@@ -1221,12 +1231,12 @@
 "gstreamer plugin packages installed."
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:767
+#: ../xfburn/xfburn-transcoder-gst.c:784
 #, c-format
 msgid "Gstreamer did not like this file (detection timed out)"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:776
+#: ../xfburn/xfburn-transcoder-gst.c:793
 #, c-format
 msgid ""
 "%s\n"
@@ -1236,12 +1246,12 @@
 "%s"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:892
+#: ../xfburn/xfburn-transcoder-gst.c:909
 #, c-format
 msgid "Gstreamer did not want to start transcoding (timed out)"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:927
+#: ../xfburn/xfburn-transcoder-gst.c:944
 #, c-format
 msgid "Failed to change songs while transcoding"
 msgstr ""

Modified: xfburn/trunk/po/nb_NO.po
===================================================================
--- xfburn/trunk/po/nb_NO.po	2008-11-26 23:17:39 UTC (rev 6209)
+++ xfburn/trunk/po/nb_NO.po	2008-11-26 23:27:19 UTC (rev 6210)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: xfburn 0.3.0svn-25821\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-24 19:10+0100\n"
+"POT-Creation-Date: 2008-11-26 16:23-0700\n"
 "PO-Revision-Date: 2007-06-18 12:33+0200\n"
 "Last-Translator: Terje Uriansrud <terje at uriansrud.net>\n"
 "Language-Team: Norwegian Bokmal <i18n-nb at lister.ping.uio.no>\n"
@@ -1179,14 +1179,24 @@
 msgid "Could not open %s: %s"
 msgstr "Klarte ikke åpne %s: %s"
 
+#: ../xfburn/xfburn-transcoder-gst.c:629
+#, c-format
+msgid ""
+"%s is missing.\n"
+"\n"
+"You do not have a decoder installed to handle this file.\n"
+"Probably you need to look at the gst-plugins-* packages\n"
+"for the necessary plugins.\n"
+msgstr ""
+
 #. Note to translators: you can probably keep this as gstreamer,
 #. * unless you have a good reason to call it by another name that
 #. * the user would understand better
-#: ../xfburn/xfburn-transcoder-gst.c:700
+#: ../xfburn/xfburn-transcoder-gst.c:717
 msgid "gstreamer"
 msgstr "gestreamer"
 
-#: ../xfburn/xfburn-transcoder-gst.c:706
+#: ../xfburn/xfburn-transcoder-gst.c:723
 msgid ""
 "The gstreamer transcoder uses the gstreamer\n"
 "library for creating audio compositions.\n"
@@ -1206,12 +1216,12 @@
 "at du har alle plugins som ligger i gstreamer\n"
 "pluginpakkene 'good','bad', og 'ugly' installert."
 
-#: ../xfburn/xfburn-transcoder-gst.c:767
+#: ../xfburn/xfburn-transcoder-gst.c:784
 #, c-format
 msgid "Gstreamer did not like this file (detection timed out)"
 msgstr "Gstreamer taklet ikke denne filen (deteksjon tok for lang tid)"
 
-#: ../xfburn/xfburn-transcoder-gst.c:776
+#: ../xfburn/xfburn-transcoder-gst.c:793
 #, c-format
 msgid ""
 "%s\n"
@@ -1226,12 +1236,12 @@
 "\n"
 "%s"
 
-#: ../xfburn/xfburn-transcoder-gst.c:892
+#: ../xfburn/xfburn-transcoder-gst.c:909
 #, c-format
 msgid "Gstreamer did not want to start transcoding (timed out)"
 msgstr "Gstreamer ville ikke omkode (tidsavbrudd)"
 
-#: ../xfburn/xfburn-transcoder-gst.c:927
+#: ../xfburn/xfburn-transcoder-gst.c:944
 #, c-format
 msgid "Failed to change songs while transcoding"
 msgstr "Klarte ikke endre sanger ved omkoding"

Modified: xfburn/trunk/po/nl.po
===================================================================
--- xfburn/trunk/po/nl.po	2008-11-26 23:17:39 UTC (rev 6209)
+++ xfburn/trunk/po/nl.po	2008-11-26 23:27:19 UTC (rev 6210)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: xfburn 0.0.3svn-21957\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-24 19:10+0100\n"
+"POT-Creation-Date: 2008-11-26 16:23-0700\n"
 "PO-Revision-Date: 2006-10-02 17:34+0200\n"
 "Last-Translator: Stephan Arts <psyBSD at gmail.com>\n"
 "Language-Team: Dutch <vertaling at vrijschrift.org>\n"
@@ -1194,14 +1194,24 @@
 msgid "Could not open %s: %s"
 msgstr ""
 
+#: ../xfburn/xfburn-transcoder-gst.c:629
+#, c-format
+msgid ""
+"%s is missing.\n"
+"\n"
+"You do not have a decoder installed to handle this file.\n"
+"Probably you need to look at the gst-plugins-* packages\n"
+"for the necessary plugins.\n"
+msgstr ""
+
 #. Note to translators: you can probably keep this as gstreamer,
 #. * unless you have a good reason to call it by another name that
 #. * the user would understand better
-#: ../xfburn/xfburn-transcoder-gst.c:700
+#: ../xfburn/xfburn-transcoder-gst.c:717
 msgid "gstreamer"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:706
+#: ../xfburn/xfburn-transcoder-gst.c:723
 msgid ""
 "The gstreamer transcoder uses the gstreamer\n"
 "library for creating audio compositions.\n"
@@ -1213,12 +1223,12 @@
 "gstreamer plugin packages installed."
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:767
+#: ../xfburn/xfburn-transcoder-gst.c:784
 #, c-format
 msgid "Gstreamer did not like this file (detection timed out)"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:776
+#: ../xfburn/xfburn-transcoder-gst.c:793
 #, c-format
 msgid ""
 "%s\n"
@@ -1228,12 +1238,12 @@
 "%s"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:892
+#: ../xfburn/xfburn-transcoder-gst.c:909
 #, c-format
 msgid "Gstreamer did not want to start transcoding (timed out)"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:927
+#: ../xfburn/xfburn-transcoder-gst.c:944
 #, c-format
 msgid "Failed to change songs while transcoding"
 msgstr ""

Modified: xfburn/trunk/po/pa.po
===================================================================
--- xfburn/trunk/po/pa.po	2008-11-26 23:17:39 UTC (rev 6209)
+++ xfburn/trunk/po/pa.po	2008-11-26 23:27:19 UTC (rev 6210)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: pa\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-24 19:10+0100\n"
+"POT-Creation-Date: 2008-11-26 16:23-0700\n"
 "PO-Revision-Date: 2006-12-23 07:51+0530\n"
 "Last-Translator: A S Alam <apbrar at gmail.com>\n"
 "Language-Team: Punjabi <fedora-trans-pa at redhat.com>\n"
@@ -1190,14 +1190,24 @@
 msgid "Could not open %s: %s"
 msgstr ""
 
+#: ../xfburn/xfburn-transcoder-gst.c:629
+#, c-format
+msgid ""
+"%s is missing.\n"
+"\n"
+"You do not have a decoder installed to handle this file.\n"
+"Probably you need to look at the gst-plugins-* packages\n"
+"for the necessary plugins.\n"
+msgstr ""
+
 #. Note to translators: you can probably keep this as gstreamer,
 #. * unless you have a good reason to call it by another name that
 #. * the user would understand better
-#: ../xfburn/xfburn-transcoder-gst.c:700
+#: ../xfburn/xfburn-transcoder-gst.c:717
 msgid "gstreamer"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:706
+#: ../xfburn/xfburn-transcoder-gst.c:723
 msgid ""
 "The gstreamer transcoder uses the gstreamer\n"
 "library for creating audio compositions.\n"
@@ -1209,12 +1219,12 @@
 "gstreamer plugin packages installed."
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:767
+#: ../xfburn/xfburn-transcoder-gst.c:784
 #, c-format
 msgid "Gstreamer did not like this file (detection timed out)"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:776
+#: ../xfburn/xfburn-transcoder-gst.c:793
 #, c-format
 msgid ""
 "%s\n"
@@ -1224,12 +1234,12 @@
 "%s"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:892
+#: ../xfburn/xfburn-transcoder-gst.c:909
 #, c-format
 msgid "Gstreamer did not want to start transcoding (timed out)"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:927
+#: ../xfburn/xfburn-transcoder-gst.c:944
 #, c-format
 msgid "Failed to change songs while transcoding"
 msgstr ""

Modified: xfburn/trunk/po/pl.po
===================================================================
--- xfburn/trunk/po/pl.po	2008-11-26 23:17:39 UTC (rev 6209)
+++ xfburn/trunk/po/pl.po	2008-11-26 23:27:19 UTC (rev 6210)
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: xfburn 0.0.3svn\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-24 19:10+0100\n"
+"POT-Creation-Date: 2008-11-26 16:23-0700\n"
 "PO-Revision-Date: 2006-11-10 20:57+0200\n"
 "Last-Translator: Szymon Kałasz <szymon_maestro at gazeta.pl>\n"
 "Language-Team: Polish <pl at li.org>\n"
@@ -1192,14 +1192,24 @@
 msgid "Could not open %s: %s"
 msgstr ""
 
+#: ../xfburn/xfburn-transcoder-gst.c:629
+#, c-format
+msgid ""
+"%s is missing.\n"
+"\n"
+"You do not have a decoder installed to handle this file.\n"
+"Probably you need to look at the gst-plugins-* packages\n"
+"for the necessary plugins.\n"
+msgstr ""
+
 #. Note to translators: you can probably keep this as gstreamer,
 #. * unless you have a good reason to call it by another name that
 #. * the user would understand better
-#: ../xfburn/xfburn-transcoder-gst.c:700
+#: ../xfburn/xfburn-transcoder-gst.c:717
 msgid "gstreamer"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:706
+#: ../xfburn/xfburn-transcoder-gst.c:723
 msgid ""
 "The gstreamer transcoder uses the gstreamer\n"
 "library for creating audio compositions.\n"
@@ -1211,12 +1221,12 @@
 "gstreamer plugin packages installed."
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:767
+#: ../xfburn/xfburn-transcoder-gst.c:784
 #, c-format
 msgid "Gstreamer did not like this file (detection timed out)"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:776
+#: ../xfburn/xfburn-transcoder-gst.c:793
 #, c-format
 msgid ""
 "%s\n"
@@ -1226,12 +1236,12 @@
 "%s"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:892
+#: ../xfburn/xfburn-transcoder-gst.c:909
 #, c-format
 msgid "Gstreamer did not want to start transcoding (timed out)"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:927
+#: ../xfburn/xfburn-transcoder-gst.c:944
 #, c-format
 msgid "Failed to change songs while transcoding"
 msgstr ""

Modified: xfburn/trunk/po/pt_BR.po
===================================================================
--- xfburn/trunk/po/pt_BR.po	2008-11-26 23:17:39 UTC (rev 6209)
+++ xfburn/trunk/po/pt_BR.po	2008-11-26 23:27:19 UTC (rev 6210)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: xfburn 0.0.3svn\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-24 19:10+0100\n"
+"POT-Creation-Date: 2008-11-26 16:23-0700\n"
 "PO-Revision-Date: 2008-10-14 18:28-0400\n"
 "Last-Translator: Og Maciel <ogmaciel at gnome.org>\n"
 "Language-Team: Brazilian Portuguese <ldp-br at bazar2.conectiva.com.br>\n"
@@ -1224,14 +1224,24 @@
 msgid "Could not open %s: %s"
 msgstr ""
 
+#: ../xfburn/xfburn-transcoder-gst.c:629
+#, c-format
+msgid ""
+"%s is missing.\n"
+"\n"
+"You do not have a decoder installed to handle this file.\n"
+"Probably you need to look at the gst-plugins-* packages\n"
+"for the necessary plugins.\n"
+msgstr ""
+
 #. Note to translators: you can probably keep this as gstreamer,
 #. * unless you have a good reason to call it by another name that
 #. * the user would understand better
-#: ../xfburn/xfburn-transcoder-gst.c:700
+#: ../xfburn/xfburn-transcoder-gst.c:717
 msgid "gstreamer"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:706
+#: ../xfburn/xfburn-transcoder-gst.c:723
 msgid ""
 "The gstreamer transcoder uses the gstreamer\n"
 "library for creating audio compositions.\n"
@@ -1243,12 +1253,12 @@
 "gstreamer plugin packages installed."
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:767
+#: ../xfburn/xfburn-transcoder-gst.c:784
 #, c-format
 msgid "Gstreamer did not like this file (detection timed out)"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:776
+#: ../xfburn/xfburn-transcoder-gst.c:793
 #, c-format
 msgid ""
 "%s\n"
@@ -1258,12 +1268,12 @@
 "%s"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:892
+#: ../xfburn/xfburn-transcoder-gst.c:909
 #, c-format
 msgid "Gstreamer did not want to start transcoding (timed out)"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:927
+#: ../xfburn/xfburn-transcoder-gst.c:944
 #, c-format
 msgid "Failed to change songs while transcoding"
 msgstr ""

Modified: xfburn/trunk/po/pt_PT.po
===================================================================
--- xfburn/trunk/po/pt_PT.po	2008-11-26 23:17:39 UTC (rev 6209)
+++ xfburn/trunk/po/pt_PT.po	2008-11-26 23:27:19 UTC (rev 6210)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: xfburn 0.4.0svn\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-24 19:10+0100\n"
+"POT-Creation-Date: 2008-11-26 16:23-0700\n"
 "PO-Revision-Date: 2008-11-24 17:52+0100\n"
 "Last-Translator: Nuno Miguel <nunis at netcabo.pt>\n"
 "Language-Team: \n"
@@ -1184,14 +1184,24 @@
 msgid "Could not open %s: %s"
 msgstr "Incapaz de abrir %s: %s"
 
+#: ../xfburn/xfburn-transcoder-gst.c:629
+#, c-format
+msgid ""
+"%s is missing.\n"
+"\n"
+"You do not have a decoder installed to handle this file.\n"
+"Probably you need to look at the gst-plugins-* packages\n"
+"for the necessary plugins.\n"
+msgstr ""
+
 #. Note to translators: you can probably keep this as gstreamer,
 #. * unless you have a good reason to call it by another name that
 #. * the user would understand better
-#: ../xfburn/xfburn-transcoder-gst.c:700
+#: ../xfburn/xfburn-transcoder-gst.c:717
 msgid "gstreamer"
 msgstr "gstreamer"
 
-#: ../xfburn/xfburn-transcoder-gst.c:706
+#: ../xfburn/xfburn-transcoder-gst.c:723
 msgid ""
 "The gstreamer transcoder uses the gstreamer\n"
 "library for creating audio compositions.\n"
@@ -1211,12 +1221,12 @@
 "certeza de que os plugins 'good','bad', e 'ugly\n"
 "do gstreamer estão instalados."
 
-#: ../xfburn/xfburn-transcoder-gst.c:767
+#: ../xfburn/xfburn-transcoder-gst.c:784
 #, c-format
 msgid "Gstreamer did not like this file (detection timed out)"
 msgstr "Gstreamer não gostou deste ficheiro (tempo expirou)"
 
-#: ../xfburn/xfburn-transcoder-gst.c:776
+#: ../xfburn/xfburn-transcoder-gst.c:793
 #, c-format
 msgid ""
 "%s\n"
@@ -1231,12 +1241,12 @@
 "\n"
 "%s"
 
-#: ../xfburn/xfburn-transcoder-gst.c:892
+#: ../xfburn/xfburn-transcoder-gst.c:909
 #, c-format
 msgid "Gstreamer did not want to start transcoding (timed out)"
 msgstr "Gstreamer não quis começar a codificação (tempo expirou)"
 
-#: ../xfburn/xfburn-transcoder-gst.c:927
+#: ../xfburn/xfburn-transcoder-gst.c:944
 #, c-format
 msgid "Failed to change songs while transcoding"
 msgstr "Falhou ao mudar de canções durante a codificação"

Modified: xfburn/trunk/po/ru.po
===================================================================
--- xfburn/trunk/po/ru.po	2008-11-26 23:17:39 UTC (rev 6209)
+++ xfburn/trunk/po/ru.po	2008-11-26 23:27:19 UTC (rev 6210)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: xfburn 0.0.3svn\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-24 19:10+0100\n"
+"POT-Creation-Date: 2008-11-26 16:23-0700\n"
 "PO-Revision-Date: 2006-09-24 20:10+0600\n"
 "Last-Translator: Sergey Fedoseev <fedoseev.sergey at gmail.com>\n"
 "Language-Team: Russian <ru at li.org>\n"
@@ -1186,14 +1186,24 @@
 msgid "Could not open %s: %s"
 msgstr ""
 
+#: ../xfburn/xfburn-transcoder-gst.c:629
+#, c-format
+msgid ""
+"%s is missing.\n"
+"\n"
+"You do not have a decoder installed to handle this file.\n"
+"Probably you need to look at the gst-plugins-* packages\n"
+"for the necessary plugins.\n"
+msgstr ""
+
 #. Note to translators: you can probably keep this as gstreamer,
 #. * unless you have a good reason to call it by another name that
 #. * the user would understand better
-#: ../xfburn/xfburn-transcoder-gst.c:700
+#: ../xfburn/xfburn-transcoder-gst.c:717
 msgid "gstreamer"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:706
+#: ../xfburn/xfburn-transcoder-gst.c:723
 msgid ""
 "The gstreamer transcoder uses the gstreamer\n"
 "library for creating audio compositions.\n"
@@ -1205,12 +1215,12 @@
 "gstreamer plugin packages installed."
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:767
+#: ../xfburn/xfburn-transcoder-gst.c:784
 #, c-format
 msgid "Gstreamer did not like this file (detection timed out)"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:776
+#: ../xfburn/xfburn-transcoder-gst.c:793
 #, c-format
 msgid ""
 "%s\n"
@@ -1220,12 +1230,12 @@
 "%s"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:892
+#: ../xfburn/xfburn-transcoder-gst.c:909
 #, c-format
 msgid "Gstreamer did not want to start transcoding (timed out)"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:927
+#: ../xfburn/xfburn-transcoder-gst.c:944
 #, c-format
 msgid "Failed to change songs while transcoding"
 msgstr ""

Modified: xfburn/trunk/po/sq.po
===================================================================
--- xfburn/trunk/po/sq.po	2008-11-26 23:17:39 UTC (rev 6209)
+++ xfburn/trunk/po/sq.po	2008-11-26 23:27:19 UTC (rev 6210)
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: xfburn 0.0.3svn\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-24 19:10+0100\n"
+"POT-Creation-Date: 2008-11-26 16:23-0700\n"
 "PO-Revision-Date: 2007-01-25 00:40+0200\n"
 "Last-Translator: Besnik Bleta <besnik at programeshqip.org>\n"
 "Language-Team: Albanian <translation-team-sq at lists.sourceforge.net>\n"
@@ -1200,14 +1200,24 @@
 msgid "Could not open %s: %s"
 msgstr ""
 
+#: ../xfburn/xfburn-transcoder-gst.c:629
+#, c-format
+msgid ""
+"%s is missing.\n"
+"\n"
+"You do not have a decoder installed to handle this file.\n"
+"Probably you need to look at the gst-plugins-* packages\n"
+"for the necessary plugins.\n"
+msgstr ""
+
 #. Note to translators: you can probably keep this as gstreamer,
 #. * unless you have a good reason to call it by another name that
 #. * the user would understand better
-#: ../xfburn/xfburn-transcoder-gst.c:700
+#: ../xfburn/xfburn-transcoder-gst.c:717
 msgid "gstreamer"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:706
+#: ../xfburn/xfburn-transcoder-gst.c:723
 msgid ""
 "The gstreamer transcoder uses the gstreamer\n"
 "library for creating audio compositions.\n"
@@ -1219,12 +1229,12 @@
 "gstreamer plugin packages installed."
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:767
+#: ../xfburn/xfburn-transcoder-gst.c:784
 #, c-format
 msgid "Gstreamer did not like this file (detection timed out)"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:776
+#: ../xfburn/xfburn-transcoder-gst.c:793
 #, c-format
 msgid ""
 "%s\n"
@@ -1234,12 +1244,12 @@
 "%s"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:892
+#: ../xfburn/xfburn-transcoder-gst.c:909
 #, c-format
 msgid "Gstreamer did not want to start transcoding (timed out)"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:927
+#: ../xfburn/xfburn-transcoder-gst.c:944
 #, c-format
 msgid "Failed to change songs while transcoding"
 msgstr ""

Modified: xfburn/trunk/po/sv.po
===================================================================
--- xfburn/trunk/po/sv.po	2008-11-26 23:17:39 UTC (rev 6209)
+++ xfburn/trunk/po/sv.po	2008-11-26 23:27:19 UTC (rev 6210)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: xfburn 0.0.3svn\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-24 19:10+0100\n"
+"POT-Creation-Date: 2008-11-26 16:23-0700\n"
 "PO-Revision-Date: 2006-10-10 02:13+0000\n"
 "Last-Translator: Daniel Nylander <po at danielnylander.se>\n"
 "Language-Team: Swedish <tp-sv at listor.tp-sv.se>\n"
@@ -1195,14 +1195,24 @@
 msgid "Could not open %s: %s"
 msgstr ""
 
+#: ../xfburn/xfburn-transcoder-gst.c:629
+#, c-format
+msgid ""
+"%s is missing.\n"
+"\n"
+"You do not have a decoder installed to handle this file.\n"
+"Probably you need to look at the gst-plugins-* packages\n"
+"for the necessary plugins.\n"
+msgstr ""
+
 #. Note to translators: you can probably keep this as gstreamer,
 #. * unless you have a good reason to call it by another name that
 #. * the user would understand better
-#: ../xfburn/xfburn-transcoder-gst.c:700
+#: ../xfburn/xfburn-transcoder-gst.c:717
 msgid "gstreamer"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:706
+#: ../xfburn/xfburn-transcoder-gst.c:723
 msgid ""
 "The gstreamer transcoder uses the gstreamer\n"
 "library for creating audio compositions.\n"
@@ -1214,12 +1224,12 @@
 "gstreamer plugin packages installed."
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:767
+#: ../xfburn/xfburn-transcoder-gst.c:784
 #, c-format
 msgid "Gstreamer did not like this file (detection timed out)"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:776
+#: ../xfburn/xfburn-transcoder-gst.c:793
 #, c-format
 msgid ""
 "%s\n"
@@ -1229,12 +1239,12 @@
 "%s"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:892
+#: ../xfburn/xfburn-transcoder-gst.c:909
 #, c-format
 msgid "Gstreamer did not want to start transcoding (timed out)"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:927
+#: ../xfburn/xfburn-transcoder-gst.c:944
 #, c-format
 msgid "Failed to change songs while transcoding"
 msgstr ""

Modified: xfburn/trunk/po/tr.po
===================================================================
--- xfburn/trunk/po/tr.po	2008-11-26 23:17:39 UTC (rev 6209)
+++ xfburn/trunk/po/tr.po	2008-11-26 23:27:19 UTC (rev 6210)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-24 19:10+0100\n"
+"POT-Creation-Date: 2008-11-26 16:23-0700\n"
 "PO-Revision-Date: 2008-11-06 02:31+0200\n"
 "Last-Translator: Samed Beyribey <archlinux at archlinuxtr.org>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -1213,14 +1213,24 @@
 msgid "Could not open %s: %s"
 msgstr "%s açılamadı: %s"
 
+#: ../xfburn/xfburn-transcoder-gst.c:629
+#, c-format
+msgid ""
+"%s is missing.\n"
+"\n"
+"You do not have a decoder installed to handle this file.\n"
+"Probably you need to look at the gst-plugins-* packages\n"
+"for the necessary plugins.\n"
+msgstr ""
+
 #. Note to translators: you can probably keep this as gstreamer,
 #. * unless you have a good reason to call it by another name that
 #. * the user would understand better
-#: ../xfburn/xfburn-transcoder-gst.c:700
+#: ../xfburn/xfburn-transcoder-gst.c:717
 msgid "gstreamer"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:706
+#: ../xfburn/xfburn-transcoder-gst.c:723
 msgid ""
 "The gstreamer transcoder uses the gstreamer\n"
 "library for creating audio compositions.\n"
@@ -1232,12 +1242,12 @@
 "gstreamer plugin packages installed."
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:767
+#: ../xfburn/xfburn-transcoder-gst.c:784
 #, c-format
 msgid "Gstreamer did not like this file (detection timed out)"
 msgstr "Gstreamer bu dosyayı kabul etmedi (tanımlama zaman aşımı)"
 
-#: ../xfburn/xfburn-transcoder-gst.c:776
+#: ../xfburn/xfburn-transcoder-gst.c:793
 #, fuzzy, c-format
 msgid ""
 "%s\n"
@@ -1251,12 +1261,12 @@
 "\n"
 "%s"
 
-#: ../xfburn/xfburn-transcoder-gst.c:892
+#: ../xfburn/xfburn-transcoder-gst.c:909
 #, c-format
 msgid "Gstreamer did not want to start transcoding (timed out)"
 msgstr "Gstreamer kod çevrimini başlatamadı (zaman aşımı)"
 
-#: ../xfburn/xfburn-transcoder-gst.c:927
+#: ../xfburn/xfburn-transcoder-gst.c:944
 #, c-format
 msgid "Failed to change songs while transcoding"
 msgstr "Kod çevrimi yapılırken şarkı değiştirilemedi"

Modified: xfburn/trunk/po/uk.po
===================================================================
--- xfburn/trunk/po/uk.po	2008-11-26 23:17:39 UTC (rev 6209)
+++ xfburn/trunk/po/uk.po	2008-11-26 23:27:19 UTC (rev 6210)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: xfburn\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-24 19:10+0100\n"
+"POT-Creation-Date: 2008-11-26 16:23-0700\n"
 "PO-Revision-Date: 2008-11-24 11:27+0200\n"
 "Last-Translator: Dmitry Nikitin <luckas_fb at mail.ru>\n"
 "Language-Team: Ukrainian <xfce4-dev at xfce.org>\n"
@@ -1190,14 +1190,24 @@
 msgid "Could not open %s: %s"
 msgstr "Неможливо відкрити %s: %s"
 
+#: ../xfburn/xfburn-transcoder-gst.c:629
+#, c-format
+msgid ""
+"%s is missing.\n"
+"\n"
+"You do not have a decoder installed to handle this file.\n"
+"Probably you need to look at the gst-plugins-* packages\n"
+"for the necessary plugins.\n"
+msgstr ""
+
 #. Note to translators: you can probably keep this as gstreamer,
 #. * unless you have a good reason to call it by another name that
 #. * the user would understand better
-#: ../xfburn/xfburn-transcoder-gst.c:700
+#: ../xfburn/xfburn-transcoder-gst.c:717
 msgid "gstreamer"
 msgstr "gstreamer"
 
-#: ../xfburn/xfburn-transcoder-gst.c:706
+#: ../xfburn/xfburn-transcoder-gst.c:723
 msgid ""
 "The gstreamer transcoder uses the gstreamer\n"
 "library for creating audio compositions.\n"
@@ -1217,12 +1227,12 @@
 "що Ви встановили 'good','bad', та 'ugly'\n"
 "плагіни для gstreamer."
 
-#: ../xfburn/xfburn-transcoder-gst.c:767
+#: ../xfburn/xfburn-transcoder-gst.c:784
 #, c-format
 msgid "Gstreamer did not like this file (detection timed out)"
 msgstr "Gstreamer -у не подобається цей файл (визначено перерваний)"
 
-#: ../xfburn/xfburn-transcoder-gst.c:776
+#: ../xfburn/xfburn-transcoder-gst.c:793
 #, c-format
 msgid ""
 "%s\n"
@@ -1237,12 +1247,12 @@
 "\n"
 "%s"
 
-#: ../xfburn/xfburn-transcoder-gst.c:892
+#: ../xfburn/xfburn-transcoder-gst.c:909
 #, c-format
 msgid "Gstreamer did not want to start transcoding (timed out)"
 msgstr "Gstreamer не хоче починати перекодування (перервано)"
 
-#: ../xfburn/xfburn-transcoder-gst.c:927
+#: ../xfburn/xfburn-transcoder-gst.c:944
 #, c-format
 msgid "Failed to change songs while transcoding"
 msgstr "Не вдалось змінити пісню під час перекодування"

Modified: xfburn/trunk/po/ur.po
===================================================================
--- xfburn/trunk/po/ur.po	2008-11-26 23:17:39 UTC (rev 6209)
+++ xfburn/trunk/po/ur.po	2008-11-26 23:27:19 UTC (rev 6210)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: xfburn\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-24 19:10+0100\n"
+"POT-Creation-Date: 2008-11-26 16:23-0700\n"
 "PO-Revision-Date: 2007-10-28 19:45+0200\n"
 "Last-Translator: Muhammad Ali Makki <makki.ma at gmai.com>\n"
 "Language-Team:  <makki.ma at gmail.com>\n"
@@ -1199,14 +1199,24 @@
 msgid "Could not open %s: %s"
 msgstr ""
 
+#: ../xfburn/xfburn-transcoder-gst.c:629
+#, c-format
+msgid ""
+"%s is missing.\n"
+"\n"
+"You do not have a decoder installed to handle this file.\n"
+"Probably you need to look at the gst-plugins-* packages\n"
+"for the necessary plugins.\n"
+msgstr ""
+
 #. Note to translators: you can probably keep this as gstreamer,
 #. * unless you have a good reason to call it by another name that
 #. * the user would understand better
-#: ../xfburn/xfburn-transcoder-gst.c:700
+#: ../xfburn/xfburn-transcoder-gst.c:717
 msgid "gstreamer"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:706
+#: ../xfburn/xfburn-transcoder-gst.c:723
 msgid ""
 "The gstreamer transcoder uses the gstreamer\n"
 "library for creating audio compositions.\n"
@@ -1218,12 +1228,12 @@
 "gstreamer plugin packages installed."
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:767
+#: ../xfburn/xfburn-transcoder-gst.c:784
 #, c-format
 msgid "Gstreamer did not like this file (detection timed out)"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:776
+#: ../xfburn/xfburn-transcoder-gst.c:793
 #, c-format
 msgid ""
 "%s\n"
@@ -1233,12 +1243,12 @@
 "%s"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:892
+#: ../xfburn/xfburn-transcoder-gst.c:909
 #, c-format
 msgid "Gstreamer did not want to start transcoding (timed out)"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:927
+#: ../xfburn/xfburn-transcoder-gst.c:944
 #, c-format
 msgid "Failed to change songs while transcoding"
 msgstr ""

Modified: xfburn/trunk/po/xfburn.pot
===================================================================
--- xfburn/trunk/po/xfburn.pot	2008-11-26 23:17:39 UTC (rev 6209)
+++ xfburn/trunk/po/xfburn.pot	2008-11-26 23:27:19 UTC (rev 6210)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-24 19:10+0100\n"
+"POT-Creation-Date: 2008-11-26 16:23-0700\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -1139,14 +1139,24 @@
 msgid "Could not open %s: %s"
 msgstr ""
 
+#: ../xfburn/xfburn-transcoder-gst.c:629
+#, c-format
+msgid ""
+"%s is missing.\n"
+"\n"
+"You do not have a decoder installed to handle this file.\n"
+"Probably you need to look at the gst-plugins-* packages\n"
+"for the necessary plugins.\n"
+msgstr ""
+
 #. Note to translators: you can probably keep this as gstreamer,
 #. * unless you have a good reason to call it by another name that
 #. * the user would understand better
-#: ../xfburn/xfburn-transcoder-gst.c:700
+#: ../xfburn/xfburn-transcoder-gst.c:717
 msgid "gstreamer"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:706
+#: ../xfburn/xfburn-transcoder-gst.c:723
 msgid ""
 "The gstreamer transcoder uses the gstreamer\n"
 "library for creating audio compositions.\n"
@@ -1158,12 +1168,12 @@
 "gstreamer plugin packages installed."
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:767
+#: ../xfburn/xfburn-transcoder-gst.c:784
 #, c-format
 msgid "Gstreamer did not like this file (detection timed out)"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:776
+#: ../xfburn/xfburn-transcoder-gst.c:793
 #, c-format
 msgid ""
 "%s\n"
@@ -1173,12 +1183,12 @@
 "%s"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:892
+#: ../xfburn/xfburn-transcoder-gst.c:909
 #, c-format
 msgid "Gstreamer did not want to start transcoding (timed out)"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:927
+#: ../xfburn/xfburn-transcoder-gst.c:944
 #, c-format
 msgid "Failed to change songs while transcoding"
 msgstr ""

Modified: xfburn/trunk/po/zh_CN.po
===================================================================
--- xfburn/trunk/po/zh_CN.po	2008-11-26 23:17:39 UTC (rev 6209)
+++ xfburn/trunk/po/zh_CN.po	2008-11-26 23:27:19 UTC (rev 6210)
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: xfburn 0.3.1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-24 19:10+0100\n"
+"POT-Creation-Date: 2008-11-26 16:23-0700\n"
 "PO-Revision-Date: 2008-11-14 13:40+0800\n"
 "Last-Translator: 赵正龙 <longer.zhao at gmail.com>\n"
 "Language-Team: Chinese/Simplified <i18n-translation at lists.linux.net.cn>\n"
@@ -1200,14 +1200,24 @@
 msgid "Could not open %s: %s"
 msgstr "不能打开 %s:%s"
 
+#: ../xfburn/xfburn-transcoder-gst.c:629
+#, c-format
+msgid ""
+"%s is missing.\n"
+"\n"
+"You do not have a decoder installed to handle this file.\n"
+"Probably you need to look at the gst-plugins-* packages\n"
+"for the necessary plugins.\n"
+msgstr ""
+
 #. Note to translators: you can probably keep this as gstreamer,
 #. * unless you have a good reason to call it by another name that
 #. * the user would understand better
-#: ../xfburn/xfburn-transcoder-gst.c:700
+#: ../xfburn/xfburn-transcoder-gst.c:717
 msgid "gstreamer"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:706
+#: ../xfburn/xfburn-transcoder-gst.c:723
 msgid ""
 "The gstreamer transcoder uses the gstreamer\n"
 "library for creating audio compositions.\n"
@@ -1219,12 +1229,12 @@
 "gstreamer plugin packages installed."
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:767
+#: ../xfburn/xfburn-transcoder-gst.c:784
 #, c-format
 msgid "Gstreamer did not like this file (detection timed out)"
 msgstr "Gstreamer不认同这个文件(探测超时)"
 
-#: ../xfburn/xfburn-transcoder-gst.c:776
+#: ../xfburn/xfburn-transcoder-gst.c:793
 #, fuzzy, c-format
 msgid ""
 "%s\n"
@@ -1238,12 +1248,12 @@
 "\n"
 "%s"
 
-#: ../xfburn/xfburn-transcoder-gst.c:892
+#: ../xfburn/xfburn-transcoder-gst.c:909
 #, c-format
 msgid "Gstreamer did not want to start transcoding (timed out)"
 msgstr "Gstreamer不能进行译码(超时)"
 
-#: ../xfburn/xfburn-transcoder-gst.c:927
+#: ../xfburn/xfburn-transcoder-gst.c:944
 #, c-format
 msgid "Failed to change songs while transcoding"
 msgstr "译码时不能改变歌曲"

Modified: xfburn/trunk/po/zh_TW.po
===================================================================
--- xfburn/trunk/po/zh_TW.po	2008-11-26 23:17:39 UTC (rev 6209)
+++ xfburn/trunk/po/zh_TW.po	2008-11-26 23:27:19 UTC (rev 6210)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: Xfburn 1.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-24 19:10+0100\n"
+"POT-Creation-Date: 2008-11-26 16:23-0700\n"
 "PO-Revision-Date: 2006-08-20 01:09+0800\n"
 "Last-Translator: Cosmo Chene <cosmolax at gmail.com>\n"
 "Language-Team: Chinese (traditional) <zh-l10n at linux.org.tw>\n"
@@ -1194,14 +1194,24 @@
 msgid "Could not open %s: %s"
 msgstr ""
 
+#: ../xfburn/xfburn-transcoder-gst.c:629
+#, c-format
+msgid ""
+"%s is missing.\n"
+"\n"
+"You do not have a decoder installed to handle this file.\n"
+"Probably you need to look at the gst-plugins-* packages\n"
+"for the necessary plugins.\n"
+msgstr ""
+
 #. Note to translators: you can probably keep this as gstreamer,
 #. * unless you have a good reason to call it by another name that
 #. * the user would understand better
-#: ../xfburn/xfburn-transcoder-gst.c:700
+#: ../xfburn/xfburn-transcoder-gst.c:717
 msgid "gstreamer"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:706
+#: ../xfburn/xfburn-transcoder-gst.c:723
 msgid ""
 "The gstreamer transcoder uses the gstreamer\n"
 "library for creating audio compositions.\n"
@@ -1213,12 +1223,12 @@
 "gstreamer plugin packages installed."
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:767
+#: ../xfburn/xfburn-transcoder-gst.c:784
 #, c-format
 msgid "Gstreamer did not like this file (detection timed out)"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:776
+#: ../xfburn/xfburn-transcoder-gst.c:793
 #, c-format
 msgid ""
 "%s\n"
@@ -1228,12 +1238,12 @@
 "%s"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:892
+#: ../xfburn/xfburn-transcoder-gst.c:909
 #, c-format
 msgid "Gstreamer did not want to start transcoding (timed out)"
 msgstr ""
 
-#: ../xfburn/xfburn-transcoder-gst.c:927
+#: ../xfburn/xfburn-transcoder-gst.c:944
 #, c-format
 msgid "Failed to change songs while transcoding"
 msgstr ""

Modified: xfburn/trunk/xfburn/xfburn-error.h
===================================================================
--- xfburn/trunk/xfburn/xfburn-error.h	2008-11-26 23:17:39 UTC (rev 6209)
+++ xfburn/trunk/xfburn/xfburn-error.h	2008-11-26 23:27:19 UTC (rev 6210)
@@ -42,6 +42,7 @@
   XFBURN_ERROR_PIPE,
   XFBURN_ERROR_GST_NO_AUDIO,
   XFBURN_ERROR_TOO_MANY_AUDIO_TRACKS,
+  XFBURN_ERROR_MISSING_PLUGIN,
 } XfburnError;
 
 #define XFBURN_ERROR xfburn_error_quark ()

Modified: xfburn/trunk/xfburn/xfburn-transcoder-gst.c
===================================================================
--- xfburn/trunk/xfburn/xfburn-transcoder-gst.c	2008-11-26 23:17:39 UTC (rev 6209)
+++ xfburn/trunk/xfburn/xfburn-transcoder-gst.c	2008-11-26 23:27:19 UTC (rev 6210)
@@ -42,6 +42,7 @@
 #include <libburn.h>
 
 #include <gst/gst.h>
+#include <gst/pbutils/missing-plugins.h>
 
 #include "xfburn-global.h"
 #include "xfburn-error.h"
@@ -581,7 +582,7 @@
             break;
           
           if (!g_mutex_trylock (priv->gst_mutex)) {
-            g_warning ("Lock held by another thread, can't signal transcoding start!");
+            g_critical ("Lock held by another thread, can't signal transcoding start!");
             break;
           } else {
 #if DEBUG_GST > 0
@@ -619,6 +620,22 @@
       break;
     }
 
+    case GST_MESSAGE_ELEMENT: {
+      if (gst_is_missing_plugin_message (msg)) {
+          recreate_pipeline (trans);
+
+          priv->is_audio = FALSE;
+          g_set_error (&(priv->error), XFBURN_ERROR, XFBURN_ERROR_MISSING_PLUGIN,
+                       _("%s is missing.\n"
+                         "\n"
+                         "You do not have a decoder installed to handle this file.\n"
+                         "Probably you need to look at the gst-plugins-* packages\n"
+                         "for the necessary plugins.\n"),
+                        gst_missing_plugin_message_get_description (msg)); 
+
+          signal_identification_done (trans, "missing-plugin");
+      }
+    }
     default:
 #if DEBUG_GST == 1
       DBG ("msg from %-20s: %s (%d) ", GST_OBJECT_NAME (GST_MESSAGE_SRC (msg)), GST_MESSAGE_TYPE_NAME (msg), GST_MESSAGE_TYPE (msg));




More information about the Goodies-commits mailing list