Fix memory leak from spectrum element.

Fixes issue #638
This commit is contained in:
John Maguire 2010-08-19 10:14:56 +00:00
parent 3b6fda9627
commit 652f09b926
37 changed files with 251 additions and 245 deletions

1
dist/macdeploy.py vendored
View File

@ -64,6 +64,7 @@ GSTREAMER_PLUGINS=[
'libgstdecodebin2.so',
'libgstequalizer.so',
'libgstosxaudio.so',
'libgstspectrum.so',
'libgsttypefindfunctions.so',
'libgstudp.so',
'libgstvolume.so',

View File

@ -291,7 +291,10 @@ GstBusSyncReply GstEnginePipeline::BusCallbackSync(GstBus*, GstMessage* msg, gpo
break;
case GST_MESSAGE_ELEMENT:
instance->ElementMessageReceived(msg);
if (instance->ElementMessageReceived(msg)) {
gst_message_unref(msg);
return GST_BUS_DROP;
}
break;
default:
@ -300,7 +303,8 @@ GstBusSyncReply GstEnginePipeline::BusCallbackSync(GstBus*, GstMessage* msg, gpo
return GST_BUS_PASS;
}
void GstEnginePipeline::ElementMessageReceived(GstMessage* msg) {
// Returns whether or not to drop the message.
bool GstEnginePipeline::ElementMessageReceived(GstMessage* msg) {
const GstStructure* structure = gst_message_get_structure(msg);
const gchar* name = gst_structure_get_name(structure);
@ -317,13 +321,12 @@ void GstEnginePipeline::ElementMessageReceived(GstMessage* msg) {
GstStructure* s = gst_caps_get_structure(caps, 0);
gint frequency = 0;
gboolean ret = gst_structure_get_int(s, "rate", &frequency);
// The docs say we should unref caps but glib complains if we do.
//gst_object_unref(caps);
gst_caps_unref(caps);
gst_object_unref(pad);
if (!ret || frequency == 0) {
qWarning() << "Failed to get rate";
return;
return true;
}
const GValue* magnitudes = gst_structure_get_value(structure, "magnitude");
@ -335,7 +338,9 @@ void GstEnginePipeline::ElementMessageReceived(GstMessage* msg) {
spectrum[i] = (mag - kSpectrumThreshold) / -kSpectrumThreshold;
}
emit SpectrumAvailable(spectrum);
return true;
}
return false;
}
void GstEnginePipeline::ErrorMessageReceived(GstMessage* msg) {

View File

@ -103,7 +103,7 @@ class GstEnginePipeline : public QObject {
static bool StopUriDecodeBin(gpointer bin);
void TagMessageReceived(GstMessage*);
void ErrorMessageReceived(GstMessage*);
void ElementMessageReceived(GstMessage*);
bool ElementMessageReceived(GstMessage*);
QString ParseTag(GstTagList* list, const char* tag) const;
bool Init();

View File

@ -11,10 +11,10 @@ msgstr ""
"PO-Revision-Date: 2010-05-21 01:02+0000\n"
"Last-Translator: EL7R <the-ghost@live.com>\n"
"Language-Team: Arabic <ar@li.org>\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ar\n"
"X-Launchpad-Export-Date: 2010-05-22 04:09+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
@ -44,15 +44,15 @@ msgstr ""
msgid "%1 tracks"
msgstr ""
#, c-format, qt-plural-format
#, c-format
msgid "%n failed"
msgstr ""
#, c-format, qt-plural-format
#, c-format
msgid "%n finished"
msgstr ""
#, c-format, qt-plural-format
#, c-format
msgid "%n remaining"
msgstr ""
@ -603,7 +603,7 @@ msgstr ""
msgid "Edit..."
msgstr ""
#, c-format, qt-plural-format
#, c-format
msgid "Editing %n tracks"
msgstr ""
@ -1795,7 +1795,7 @@ msgstr ""
msgid "[click to edit]"
msgstr ""
#, c-format, qt-plural-format
#, c-format
msgid "add %n songs"
msgstr "أضِف %n أغاني\\أغنية"
@ -1815,7 +1815,7 @@ msgstr "انقل الأغاني"
msgid "options"
msgstr "الخيارات"
#, c-format, qt-plural-format
#, c-format
msgid "remove %n songs"
msgstr "أزِل %n أغاني\\أغنية"

View File

@ -11,10 +11,10 @@ msgstr ""
"PO-Revision-Date: 2010-07-24 15:58+0000\n"
"Last-Translator: David Sansome <me@davidsansome.com>\n"
"Language-Team: Bulgarian <bg@li.org>\n"
"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: bg\n"
"X-Launchpad-Export-Date: 2010-07-25 04:25+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
@ -44,15 +44,15 @@ msgstr ""
msgid "%1 tracks"
msgstr ""
#, c-format, qt-plural-format
#, c-format
msgid "%n failed"
msgstr ""
#, c-format, qt-plural-format
#, c-format
msgid "%n finished"
msgstr ""
#, c-format, qt-plural-format
#, c-format
msgid "%n remaining"
msgstr ""
@ -603,7 +603,7 @@ msgstr ""
msgid "Edit..."
msgstr ""
#, c-format, qt-plural-format
#, c-format
msgid "Editing %n tracks"
msgstr ""
@ -1795,7 +1795,7 @@ msgstr ""
msgid "[click to edit]"
msgstr ""
#, c-format, qt-plural-format
#, c-format
msgid "add %n songs"
msgstr ""
@ -1815,7 +1815,7 @@ msgstr ""
msgid "options"
msgstr ""
#, c-format, qt-plural-format
#, c-format
msgid "remove %n songs"
msgstr ""

View File

@ -11,10 +11,10 @@ msgstr ""
"PO-Revision-Date: 2010-08-05 16:05+0000\n"
"Last-Translator: txusko <Unknown>\n"
"Language-Team: Catalan <ca@li.org>\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ca\n"
"X-Launchpad-Export-Date: 2010-08-06 03:55+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
@ -44,15 +44,15 @@ msgstr "%1 seleccionades de"
msgid "%1 tracks"
msgstr "%1 temes"
#, c-format, qt-plural-format
#, c-format
msgid "%n failed"
msgstr "%n han fallat"
#, c-format, qt-plural-format
#, c-format
msgid "%n finished"
msgstr "%n han acabat"
#, c-format, qt-plural-format
#, c-format
msgid "%n remaining"
msgstr "%n restants"
@ -89,8 +89,8 @@ msgid ""
"<p>If you surround sections of text that contain a token with curly-braces, "
"that section will be hidden if the token is empty.</p>"
msgstr ""
"<p>Les fitxes de reemplaçament comencen amb %, per exemple: %artist %album "
"%title </p>\n"
"<p>Les fitxes de reemplaçament comencen amb %, per exemple: %artist %album %"
"title </p>\n"
"\n"
"<p>Si demarques entre claus una secció de text que contingui una fitxa de "
"remplaçament, aquesta secció no es mostrarà si la fitxa de remplaçament es "
@ -615,7 +615,7 @@ msgstr "Editar la informació de la pista..."
msgid "Edit..."
msgstr "Editar..."
#, c-format, qt-plural-format
#, c-format
msgid "Editing %n tracks"
msgstr "Editant %n pistes"
@ -1816,7 +1816,7 @@ msgstr "Zero"
msgid "[click to edit]"
msgstr "[clickar per editar]"
#, c-format, qt-plural-format
#, c-format
msgid "add %n songs"
msgstr "afegeix %n cançons"
@ -1836,7 +1836,7 @@ msgstr "moure cançons"
msgid "options"
msgstr "opcions"
#, c-format, qt-plural-format
#, c-format
msgid "remove %n songs"
msgstr "elimina %n cançons"

View File

@ -11,10 +11,10 @@ msgstr ""
"PO-Revision-Date: 2010-08-10 00:34+0000\n"
"Last-Translator: David Sansome <me@davidsansome.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: \n"
"X-Launchpad-Export-Date: 2010-08-11 04:06+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
"X-Language: cs_CZ\n"
@ -45,15 +45,15 @@ msgstr ""
msgid "%1 tracks"
msgstr ""
#, c-format, qt-plural-format
#, c-format
msgid "%n failed"
msgstr ""
#, c-format, qt-plural-format
#, c-format
msgid "%n finished"
msgstr ""
#, c-format, qt-plural-format
#, c-format
msgid "%n remaining"
msgstr ""
@ -604,7 +604,7 @@ msgstr "Upravit informaci o skladbách..."
msgid "Edit..."
msgstr "Upravit..."
#, c-format, qt-plural-format
#, c-format
msgid "Editing %n tracks"
msgstr "Úprava %n stop"
@ -1799,7 +1799,7 @@ msgstr "Vynulovat"
msgid "[click to edit]"
msgstr "[pro úpravy klikněte]"
#, c-format, qt-plural-format
#, c-format
msgid "add %n songs"
msgstr "Přidej %n skladby"
@ -1819,7 +1819,7 @@ msgstr "Přesuň skladby"
msgid "options"
msgstr "Možnosti"
#, c-format, qt-plural-format
#, c-format
msgid "remove %n songs"
msgstr "Odeber %n skladeb"

View File

@ -12,10 +12,10 @@ msgstr ""
"PO-Revision-Date: 2010-07-24 15:57+0000\n"
"Last-Translator: Kabel <CaptainKabel@gmail.com>\n"
"Language-Team: Danish <kde-i18n-doc@kde.org>\n"
"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: da\n"
"X-Launchpad-Export-Date: 2010-07-25 04:25+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
@ -45,15 +45,15 @@ msgstr ""
msgid "%1 tracks"
msgstr ""
#, c-format, qt-plural-format
#, c-format
msgid "%n failed"
msgstr ""
#, c-format, qt-plural-format
#, c-format
msgid "%n finished"
msgstr ""
#, c-format, qt-plural-format
#, c-format
msgid "%n remaining"
msgstr ""
@ -604,7 +604,7 @@ msgstr "Redigér sporinformation..."
msgid "Edit..."
msgstr ""
#, c-format, qt-plural-format
#, c-format
msgid "Editing %n tracks"
msgstr "Redigerer %n spor"
@ -1802,7 +1802,7 @@ msgstr "Nul"
msgid "[click to edit]"
msgstr "[Klik for at redigere]"
#, c-format, qt-plural-format
#, c-format
msgid "add %n songs"
msgstr "tilføj %n sange"
@ -1822,7 +1822,7 @@ msgstr "flyt sange"
msgid "options"
msgstr "indstillinger"
#, c-format, qt-plural-format
#, c-format
msgid "remove %n songs"
msgstr "fjern %n sange"

View File

@ -12,10 +12,10 @@ msgstr ""
"PO-Revision-Date: 2010-08-09 23:36+0000\n"
"Last-Translator: Markus Fuchs <Unknown>\n"
"Language-Team: German <de@li.org>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: de\n"
"X-Launchpad-Export-Date: 2010-08-11 04:06+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
@ -45,15 +45,15 @@ msgstr "%1 ausgewählt von"
msgid "%1 tracks"
msgstr "%1 Stücke"
#, c-format, qt-plural-format
#, c-format
msgid "%n failed"
msgstr "%n fehlgeschlagen"
#, c-format, qt-plural-format
#, c-format
msgid "%n finished"
msgstr "%n konvertiert"
#, c-format, qt-plural-format
#, c-format
msgid "%n remaining"
msgstr "%n verbleibend"
@ -614,7 +614,7 @@ msgstr "Metadaten bearbeiten..."
msgid "Edit..."
msgstr "Bearbeiten..."
#, c-format, qt-plural-format
#, c-format
msgid "Editing %n tracks"
msgstr "%n Stücke bearbeiten"
@ -1830,7 +1830,7 @@ msgstr "Null"
msgid "[click to edit]"
msgstr "[zum Bearbeiten klicken]"
#, c-format, qt-plural-format
#, c-format
msgid "add %n songs"
msgstr "%n Stücke hinzufügen"
@ -1850,7 +1850,7 @@ msgstr "Stücke verschieben"
msgid "options"
msgstr "Einstellungen"
#, c-format, qt-plural-format
#, c-format
msgid "remove %n songs"
msgstr "%n Stücke entfernen"

View File

@ -11,10 +11,10 @@ msgstr ""
"PO-Revision-Date: 2010-08-09 22:33+0000\n"
"Last-Translator: firewalker <Unknown>\n"
"Language-Team: <en@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: \n"
"X-Launchpad-Export-Date: 2010-08-11 04:06+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
"X-Language: el_GR\n"
@ -46,15 +46,15 @@ msgstr "%1 επιλεγμένα από"
msgid "%1 tracks"
msgstr "%1 κομμάτια"
#, c-format, qt-plural-format
#, c-format
msgid "%n failed"
msgstr "%n απέτυχε"
#, c-format, qt-plural-format
#, c-format
msgid "%n finished"
msgstr "%n ολοκληρώθηκε"
#, c-format, qt-plural-format
#, c-format
msgid "%n remaining"
msgstr "%n απομένει"
@ -616,7 +616,7 @@ msgstr "Τροποποίηση πληροφοριών κομματιού..."
msgid "Edit..."
msgstr "Επεξεργασία..."
#, c-format, qt-plural-format
#, c-format
msgid "Editing %n tracks"
msgstr "Τροποποίηση %n κομματιών"
@ -1835,7 +1835,7 @@ msgstr "Zero"
msgid "[click to edit]"
msgstr "[κλικ για τροποποίηση]"
#, c-format, qt-plural-format
#, c-format
msgid "add %n songs"
msgstr "προσθήκη %n τραγουδιών"
@ -1855,7 +1855,7 @@ msgstr "μετακίνηση τραγουδιών"
msgid "options"
msgstr "επιλογές"
#, c-format, qt-plural-format
#, c-format
msgid "remove %n songs"
msgstr "αφαίρεση %n τραγουδιών"

View File

@ -11,10 +11,10 @@ msgstr ""
"PO-Revision-Date: 2010-06-17 01:37+0000\n"
"Last-Translator: David Sansome <me@davidsansome.com>\n"
"Language-Team: English (Canada) <en_CA@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: \n"
"X-Launchpad-Export-Date: 2010-06-18 03:42+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
@ -44,15 +44,15 @@ msgstr ""
msgid "%1 tracks"
msgstr ""
#, c-format, qt-plural-format
#, c-format
msgid "%n failed"
msgstr "%n failed"
#, c-format, qt-plural-format
#, c-format
msgid "%n finished"
msgstr "%n finished"
#, c-format, qt-plural-format
#, c-format
msgid "%n remaining"
msgstr "%n remaining"
@ -605,7 +605,7 @@ msgstr "Edit track information..."
msgid "Edit..."
msgstr "Edit..."
#, c-format, qt-plural-format
#, c-format
msgid "Editing %n tracks"
msgstr "Editing %n tracks"
@ -1800,7 +1800,7 @@ msgstr "Zero"
msgid "[click to edit]"
msgstr "[click to edit]"
#, c-format, qt-plural-format
#, c-format
msgid "add %n songs"
msgstr "add %n songs"
@ -1820,7 +1820,7 @@ msgstr "move songs"
msgid "options"
msgstr "options"
#, c-format, qt-plural-format
#, c-format
msgid "remove %n songs"
msgstr "remove %n songs"

View File

@ -11,10 +11,10 @@ msgstr ""
"PO-Revision-Date: 2010-06-17 01:38+0000\n"
"Last-Translator: David Sansome <me@davidsansome.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: \n"
"X-Launchpad-Export-Date: 2010-06-18 03:42+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
@ -44,15 +44,15 @@ msgstr ""
msgid "%1 tracks"
msgstr ""
#, c-format, qt-plural-format
#, c-format
msgid "%n failed"
msgstr ""
#, c-format, qt-plural-format
#, c-format
msgid "%n finished"
msgstr ""
#, c-format, qt-plural-format
#, c-format
msgid "%n remaining"
msgstr ""
@ -603,7 +603,7 @@ msgstr "Edit track information..."
msgid "Edit..."
msgstr ""
#, c-format, qt-plural-format
#, c-format
msgid "Editing %n tracks"
msgstr "Editing %n tracks"
@ -1797,7 +1797,7 @@ msgstr "Zero"
msgid "[click to edit]"
msgstr "[click to edit]"
#, c-format, qt-plural-format
#, c-format
msgid "add %n songs"
msgstr ""
@ -1817,7 +1817,7 @@ msgstr ""
msgid "options"
msgstr "options"
#, c-format, qt-plural-format
#, c-format
msgid "remove %n songs"
msgstr ""

View File

@ -11,10 +11,10 @@ msgstr ""
"PO-Revision-Date: 2010-08-06 16:08+0000\n"
"Last-Translator: Eduardo Durany Fernández <Unknown>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: \n"
"X-Launchpad-Export-Date: 2010-08-07 03:57+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
"X-Language: es_ES\n"
@ -45,15 +45,15 @@ msgstr "%1 seleccionadas de"
msgid "%1 tracks"
msgstr "%1 pistas"
#, c-format, qt-plural-format
#, c-format
msgid "%n failed"
msgstr ""
#, c-format, qt-plural-format
#, c-format
msgid "%n finished"
msgstr "%n completado(s)"
#, c-format, qt-plural-format
#, c-format
msgid "%n remaining"
msgstr "%n pendiente(s)"
@ -616,7 +616,7 @@ msgstr "Editar información de la pista..."
msgid "Edit..."
msgstr "Editar..."
#, c-format, qt-plural-format
#, c-format
msgid "Editing %n tracks"
msgstr "Editando %n pistas"
@ -1834,7 +1834,7 @@ msgstr "Zero"
msgid "[click to edit]"
msgstr "[click para editar]"
#, c-format, qt-plural-format
#, c-format
msgid "add %n songs"
msgstr "agregar %n pistas"
@ -1854,7 +1854,7 @@ msgstr "mover pistas"
msgid "options"
msgstr "opciones"
#, c-format, qt-plural-format
#, c-format
msgid "remove %n songs"
msgstr "remover %n pistas"

View File

@ -11,10 +11,10 @@ msgstr ""
"PO-Revision-Date: 2010-08-07 10:10+0000\n"
"Last-Translator: Jiri Grönroos <Unknown>\n"
"Language-Team: Finnish <fi@li.org>\n"
"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: fi\n"
"X-Launchpad-Export-Date: 2010-08-08 04:02+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
@ -44,15 +44,15 @@ msgstr ""
msgid "%1 tracks"
msgstr "%1 kappaletta"
#, c-format, qt-plural-format
#, c-format
msgid "%n failed"
msgstr "%n epäonnistui"
#, c-format, qt-plural-format
#, c-format
msgid "%n finished"
msgstr "%n valmistui"
#, c-format, qt-plural-format
#, c-format
msgid "%n remaining"
msgstr "%n jäljellä"
@ -603,7 +603,7 @@ msgstr "Muokkaa kappaleen tietoja..."
msgid "Edit..."
msgstr "Muokkaa..."
#, c-format, qt-plural-format
#, c-format
msgid "Editing %n tracks"
msgstr ""
@ -1797,7 +1797,7 @@ msgstr ""
msgid "[click to edit]"
msgstr ""
#, c-format, qt-plural-format
#, c-format
msgid "add %n songs"
msgstr ""
@ -1817,7 +1817,7 @@ msgstr ""
msgid "options"
msgstr ""
#, c-format, qt-plural-format
#, c-format
msgid "remove %n songs"
msgstr ""

View File

@ -11,10 +11,10 @@ msgstr ""
"PO-Revision-Date: 2010-08-10 17:45+0000\n"
"Last-Translator: Robin Wyss <Unknown>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: \n"
"X-Launchpad-Export-Date: 2010-08-11 04:06+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
"X-Language: fr_FR\n"
@ -45,15 +45,15 @@ msgstr "%1 sélectionné de"
msgid "%1 tracks"
msgstr "%1 pistes"
#, c-format, qt-plural-format
#, c-format
msgid "%n failed"
msgstr "%n échoué"
#, c-format, qt-plural-format
#, c-format
msgid "%n finished"
msgstr "%n terminé"
#, c-format, qt-plural-format
#, c-format
msgid "%n remaining"
msgstr "%n manquant"
@ -608,7 +608,7 @@ msgstr "Modifier la description de la piste..."
msgid "Edit..."
msgstr "Éditer..."
#, c-format, qt-plural-format
#, c-format
msgid "Editing %n tracks"
msgstr "Éditer %n pistes"
@ -1813,7 +1813,7 @@ msgstr "Zéro"
msgid "[click to edit]"
msgstr "[cliquer pour modifier]"
#, c-format, qt-plural-format
#, c-format
msgid "add %n songs"
msgstr ""
@ -1833,7 +1833,7 @@ msgstr "déplacer les chansons"
msgid "options"
msgstr "options"
#, c-format, qt-plural-format
#, c-format
msgid "remove %n songs"
msgstr ""

View File

@ -11,10 +11,10 @@ msgstr ""
"PO-Revision-Date: 2010-04-27 16:34+0000\n"
"Last-Translator: andreout <andre@outeiro.com>\n"
"Language-Team: Galician <gl@li.org>\n"
"Language: gl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: gl\n"
"X-Launchpad-Export-Date: 2010-04-28 03:53+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
@ -44,15 +44,15 @@ msgstr ""
msgid "%1 tracks"
msgstr ""
#, c-format, qt-plural-format
#, c-format
msgid "%n failed"
msgstr ""
#, c-format, qt-plural-format
#, c-format
msgid "%n finished"
msgstr ""
#, c-format, qt-plural-format
#, c-format
msgid "%n remaining"
msgstr ""
@ -603,7 +603,7 @@ msgstr ""
msgid "Edit..."
msgstr ""
#, c-format, qt-plural-format
#, c-format
msgid "Editing %n tracks"
msgstr "Editando %n faixas"
@ -1797,7 +1797,7 @@ msgstr ""
msgid "[click to edit]"
msgstr "[clique para editar]"
#, c-format, qt-plural-format
#, c-format
msgid "add %n songs"
msgstr ""
@ -1817,7 +1817,7 @@ msgstr ""
msgid "options"
msgstr "Opzóns"
#, c-format, qt-plural-format
#, c-format
msgid "remove %n songs"
msgstr ""

View File

@ -11,10 +11,10 @@ msgstr ""
"PO-Revision-Date: 2010-08-11 00:04+0000\n"
"Last-Translator: ntomka <Unknown>\n"
"Language-Team: Hungarian <hu@li.org>\n"
"Language: hu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: hu\n"
"X-Launchpad-Export-Date: 2010-08-11 04:06+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
@ -44,15 +44,15 @@ msgstr "%1 kiválasztva"
msgid "%1 tracks"
msgstr "%1 szám"
#, c-format, qt-plural-format
#, c-format
msgid "%n failed"
msgstr "%n meghiúsult"
#, c-format, qt-plural-format
#, c-format
msgid "%n finished"
msgstr "%n befejezve"
#, c-format, qt-plural-format
#, c-format
msgid "%n remaining"
msgstr "%n hátralévő"
@ -612,7 +612,7 @@ msgstr "Száminformáció szerkesztése..."
msgid "Edit..."
msgstr "Szerkesztés..."
#, c-format, qt-plural-format
#, c-format
msgid "Editing %n tracks"
msgstr "%n szám szerkesztése"
@ -1824,7 +1824,7 @@ msgstr "Nulla"
msgid "[click to edit]"
msgstr "[kattintson a szerkesztéshez]"
#, c-format, qt-plural-format
#, c-format
msgid "add %n songs"
msgstr "%n szám felvétele"
@ -1844,7 +1844,7 @@ msgstr "számok mozgatása"
msgid "options"
msgstr "beállítások"
#, c-format, qt-plural-format
#, c-format
msgid "remove %n songs"
msgstr "%n szám eltávolítása"

View File

@ -12,10 +12,10 @@ msgstr ""
"PO-Revision-Date: 2010-08-10 05:09+0000\n"
"Last-Translator: Vincenzo Reale <smart2128@baslug.org>\n"
"Language-Team: Italian <kde-i18n-it@kde.org>\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: it\n"
"X-Launchpad-Export-Date: 2010-08-11 04:07+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
@ -45,15 +45,15 @@ msgstr "%1 selezionate di"
msgid "%1 tracks"
msgstr "%1 tracce"
#, c-format, qt-plural-format
#, c-format
msgid "%n failed"
msgstr "%n non riusciti"
#, c-format, qt-plural-format
#, c-format
msgid "%n finished"
msgstr "%n completati"
#, c-format, qt-plural-format
#, c-format
msgid "%n remaining"
msgstr "%n rimanenti"
@ -619,7 +619,7 @@ msgstr "Modifica informazioni traccia..."
msgid "Edit..."
msgstr "Modifica..."
#, c-format, qt-plural-format
#, c-format
msgid "Editing %n tracks"
msgstr "Modifica di %n tracce"
@ -1843,7 +1843,7 @@ msgstr "Zero"
msgid "[click to edit]"
msgstr "[clic per modificare]"
#, c-format, qt-plural-format
#, c-format
msgid "add %n songs"
msgstr "aggiungi %n brani"
@ -1863,7 +1863,7 @@ msgstr "sposta brani"
msgid "options"
msgstr "opzioni"
#, c-format, qt-plural-format
#, c-format
msgid "remove %n songs"
msgstr "rimuovi %n brani"

View File

@ -11,10 +11,10 @@ msgstr ""
"PO-Revision-Date: 2010-04-27 16:33+0000\n"
"Last-Translator: David Sansome <me@davidsansome.com>\n"
"Language-Team: Kazakh <kk@li.org>\n"
"Language: kk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: kk\n"
"X-Launchpad-Export-Date: 2010-04-28 03:53+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
@ -44,15 +44,15 @@ msgstr ""
msgid "%1 tracks"
msgstr ""
#, c-format, qt-plural-format
#, c-format
msgid "%n failed"
msgstr ""
#, c-format, qt-plural-format
#, c-format
msgid "%n finished"
msgstr ""
#, c-format, qt-plural-format
#, c-format
msgid "%n remaining"
msgstr ""
@ -603,7 +603,7 @@ msgstr ""
msgid "Edit..."
msgstr ""
#, c-format, qt-plural-format
#, c-format
msgid "Editing %n tracks"
msgstr ""
@ -1797,7 +1797,7 @@ msgstr "Нөл"
msgid "[click to edit]"
msgstr ""
#, c-format, qt-plural-format
#, c-format
msgid "add %n songs"
msgstr ""
@ -1817,7 +1817,7 @@ msgstr ""
msgid "options"
msgstr "опциялар"
#, c-format, qt-plural-format
#, c-format
msgid "remove %n songs"
msgstr ""

View File

@ -11,10 +11,10 @@ msgstr ""
"PO-Revision-Date: 2010-07-24 16:03+0000\n"
"Last-Translator: David Sansome <me@davidsansome.com>\n"
"Language-Team: Lithuanian <lt@li.org>\n"
"Language: lt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: lt\n"
"X-Launchpad-Export-Date: 2010-07-25 04:26+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
@ -44,15 +44,15 @@ msgstr "%1 pažymėta iš"
msgid "%1 tracks"
msgstr "%1 takeliai"
#, c-format, qt-plural-format
#, c-format
msgid "%n failed"
msgstr ""
#, c-format, qt-plural-format
#, c-format
msgid "%n finished"
msgstr ""
#, c-format, qt-plural-format
#, c-format
msgid "%n remaining"
msgstr ""
@ -603,7 +603,7 @@ msgstr ""
msgid "Edit..."
msgstr ""
#, c-format, qt-plural-format
#, c-format
msgid "Editing %n tracks"
msgstr ""
@ -1795,7 +1795,7 @@ msgstr ""
msgid "[click to edit]"
msgstr ""
#, c-format, qt-plural-format
#, c-format
msgid "add %n songs"
msgstr ""
@ -1815,7 +1815,7 @@ msgstr ""
msgid "options"
msgstr ""
#, c-format, qt-plural-format
#, c-format
msgid "remove %n songs"
msgstr ""

View File

@ -11,10 +11,10 @@ msgstr ""
"PO-Revision-Date: 2010-08-04 18:45+0000\n"
"Last-Translator: Simen Heggestøyl <simenheg@gmail.com>\n"
"Language-Team: Norwegian Bokmal <nb@li.org>\n"
"Language: nb\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: nb\n"
"X-Launchpad-Export-Date: 2010-08-05 03:44+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
@ -44,15 +44,15 @@ msgstr ""
msgid "%1 tracks"
msgstr "%1 spor"
#, c-format, qt-plural-format
#, c-format
msgid "%n failed"
msgstr ""
#, c-format, qt-plural-format
#, c-format
msgid "%n finished"
msgstr ""
#, c-format, qt-plural-format
#, c-format
msgid "%n remaining"
msgstr "%n gjenstående"
@ -603,7 +603,7 @@ msgstr "Rediger informasjon om sporet..."
msgid "Edit..."
msgstr ""
#, c-format, qt-plural-format
#, c-format
msgid "Editing %n tracks"
msgstr "Endrer %n spor"
@ -1799,7 +1799,7 @@ msgstr "Null"
msgid "[click to edit]"
msgstr "[klikk for å endre]"
#, c-format, qt-plural-format
#, c-format
msgid "add %n songs"
msgstr ""
@ -1819,7 +1819,7 @@ msgstr ""
msgid "options"
msgstr "innstillinger"
#, c-format, qt-plural-format
#, c-format
msgid "remove %n songs"
msgstr ""

View File

@ -11,10 +11,10 @@ msgstr ""
"PO-Revision-Date: 2010-08-08 15:32+0000\n"
"Last-Translator: Ward <Unknown>\n"
"Language-Team: Dutch <nl@li.org>\n"
"Language: nl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: nl\n"
"X-Launchpad-Export-Date: 2010-08-09 03:57+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
@ -44,15 +44,15 @@ msgstr "%1 geselecteerd van"
msgid "%1 tracks"
msgstr "%1 tracks"
#, c-format, qt-plural-format
#, c-format
msgid "%n failed"
msgstr "%n mislukt"
#, c-format, qt-plural-format
#, c-format
msgid "%n finished"
msgstr "%n voltooid"
#, c-format, qt-plural-format
#, c-format
msgid "%n remaining"
msgstr "%n te gaan"
@ -611,7 +611,7 @@ msgstr "Trackinformatie bewerken..."
msgid "Edit..."
msgstr "Bewerken..."
#, c-format, qt-plural-format
#, c-format
msgid "Editing %n tracks"
msgstr "%n tracks bewerken"
@ -1831,7 +1831,7 @@ msgstr "Nul"
msgid "[click to edit]"
msgstr "[klik om te bewerken:]"
#, c-format, qt-plural-format
#, c-format
msgid "add %n songs"
msgstr "%n nummers toevoegen"
@ -1851,7 +1851,7 @@ msgstr "nummers verplaatsen"
msgid "options"
msgstr "opties"
#, c-format, qt-plural-format
#, c-format
msgid "remove %n songs"
msgstr "%n nummers verwijderen"

View File

@ -11,10 +11,10 @@ msgstr ""
"PO-Revision-Date: 2010-05-21 01:01+0000\n"
"Last-Translator: Cédric VALMARY (Tot en òc) <cvalmary@yahoo.fr>\n"
"Language-Team: Occitan (post 1500) <oc@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: \n"
"X-Launchpad-Export-Date: 2010-05-22 04:09+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
@ -44,15 +44,15 @@ msgstr ""
msgid "%1 tracks"
msgstr ""
#, c-format, qt-plural-format
#, c-format
msgid "%n failed"
msgstr ""
#, c-format, qt-plural-format
#, c-format
msgid "%n finished"
msgstr ""
#, c-format, qt-plural-format
#, c-format
msgid "%n remaining"
msgstr ""
@ -603,7 +603,7 @@ msgstr ""
msgid "Edit..."
msgstr ""
#, c-format, qt-plural-format
#, c-format
msgid "Editing %n tracks"
msgstr ""
@ -1795,7 +1795,7 @@ msgstr "Zèro"
msgid "[click to edit]"
msgstr ""
#, c-format, qt-plural-format
#, c-format
msgid "add %n songs"
msgstr ""
@ -1815,7 +1815,7 @@ msgstr ""
msgid "options"
msgstr "opcions"
#, c-format, qt-plural-format
#, c-format
msgid "remove %n songs"
msgstr ""

View File

@ -11,10 +11,10 @@ msgstr ""
"PO-Revision-Date: 2010-07-27 10:29+0000\n"
"Last-Translator: Hunab.cu <Unknown>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: \n"
"X-Launchpad-Export-Date: 2010-07-28 04:01+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
"X-Language: pl_PL\n"
@ -45,15 +45,15 @@ msgstr "%1 zaznaczonych z"
msgid "%1 tracks"
msgstr "%1 ścieżek"
#, c-format, qt-plural-format
#, c-format
msgid "%n failed"
msgstr "%n zawiodło"
#, c-format, qt-plural-format
#, c-format
msgid "%n finished"
msgstr "%n zakończone"
#, c-format, qt-plural-format
#, c-format
msgid "%n remaining"
msgstr "pozostało %n"
@ -609,7 +609,7 @@ msgstr "Edytuj informacje o utworze..."
msgid "Edit..."
msgstr "Edytuj..."
#, c-format, qt-plural-format
#, c-format
msgid "Editing %n tracks"
msgstr "Edytowanie %n ścieżek"
@ -1808,7 +1808,7 @@ msgstr "Zero"
msgid "[click to edit]"
msgstr "[kliknij aby edytować]"
#, c-format, qt-plural-format
#, c-format
msgid "add %n songs"
msgstr "dodaj %n utworów"
@ -1828,7 +1828,7 @@ msgstr "przenieś utwory"
msgid "options"
msgstr "opcje"
#, c-format, qt-plural-format
#, c-format
msgid "remove %n songs"
msgstr "usuń %n utworów"

View File

@ -11,10 +11,10 @@ msgstr ""
"PO-Revision-Date: 2010-08-10 11:43+0000\n"
"Last-Translator: Sérgio Marques <Unknown>\n"
"Language-Team: Portuguese <pt@li.org>\n"
"Language: pt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pt\n"
"X-Launchpad-Export-Date: 2010-08-11 04:07+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
@ -44,15 +44,15 @@ msgstr "seleccionada(s) %1 de"
msgid "%1 tracks"
msgstr "%1 faixas"
#, c-format, qt-plural-format
#, c-format
msgid "%n failed"
msgstr "%n falha(s)"
#, c-format, qt-plural-format
#, c-format
msgid "%n finished"
msgstr "%n concluída(s)"
#, c-format, qt-plural-format
#, c-format
msgid "%n remaining"
msgstr "%n restante(s)"
@ -613,7 +613,7 @@ msgstr "Editar a informação da faixa..."
msgid "Edit..."
msgstr "Editar..."
#, c-format, qt-plural-format
#, c-format
msgid "Editing %n tracks"
msgstr "Editando %n faixas"
@ -1825,7 +1825,7 @@ msgstr "Zero"
msgid "[click to edit]"
msgstr "[clique para editar]"
#, c-format, qt-plural-format
#, c-format
msgid "add %n songs"
msgstr "adicionar %n canções"
@ -1845,7 +1845,7 @@ msgstr "mover canções"
msgid "options"
msgstr "opções"
#, c-format, qt-plural-format
#, c-format
msgid "remove %n songs"
msgstr "remover %n canções"

View File

@ -11,10 +11,10 @@ msgstr ""
"PO-Revision-Date: 2010-06-26 18:01+0000\n"
"Last-Translator: David Sansome <me@davidsansome.com>\n"
"Language-Team: Brazilian Portuguese <pt_BR@li.org>\n"
"Language: pt_BR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pt_BR\n"
"X-Launchpad-Export-Date: 2010-06-27 03:57+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
@ -44,15 +44,15 @@ msgstr "%1 selecionado(s) de"
msgid "%1 tracks"
msgstr "%1 faixas"
#, c-format, qt-plural-format
#, c-format
msgid "%n failed"
msgstr "%n falhou"
#, c-format, qt-plural-format
#, c-format
msgid "%n finished"
msgstr "%n fizalizado"
#, c-format, qt-plural-format
#, c-format
msgid "%n remaining"
msgstr "%n faltando"
@ -608,7 +608,7 @@ msgstr "Editar informações da faixa..."
msgid "Edit..."
msgstr "Editar..."
#, c-format, qt-plural-format
#, c-format
msgid "Editing %n tracks"
msgstr "Editando %n faixas"
@ -1815,7 +1815,7 @@ msgstr "Zero"
msgid "[click to edit]"
msgstr "[clique para editar]"
#, c-format, qt-plural-format
#, c-format
msgid "add %n songs"
msgstr "Adicionar %n músicas"
@ -1835,7 +1835,7 @@ msgstr "mover músicas"
msgid "options"
msgstr "opções"
#, c-format, qt-plural-format
#, c-format
msgid "remove %n songs"
msgstr "Remover %n músicas"

View File

@ -11,10 +11,10 @@ msgstr ""
"PO-Revision-Date: 2010-05-03 21:09+0000\n"
"Last-Translator: David Sansome <me@davidsansome.com>\n"
"Language-Team: Romanian <ro@li.org>\n"
"Language: ro\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ro\n"
"X-Launchpad-Export-Date: 2010-05-04 03:52+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
@ -44,15 +44,15 @@ msgstr ""
msgid "%1 tracks"
msgstr ""
#, c-format, qt-plural-format
#, c-format
msgid "%n failed"
msgstr ""
#, c-format, qt-plural-format
#, c-format
msgid "%n finished"
msgstr ""
#, c-format, qt-plural-format
#, c-format
msgid "%n remaining"
msgstr ""
@ -603,7 +603,7 @@ msgstr ""
msgid "Edit..."
msgstr ""
#, c-format, qt-plural-format
#, c-format
msgid "Editing %n tracks"
msgstr ""
@ -1796,7 +1796,7 @@ msgstr "Zero"
msgid "[click to edit]"
msgstr ""
#, c-format, qt-plural-format
#, c-format
msgid "add %n songs"
msgstr ""
@ -1816,7 +1816,7 @@ msgstr ""
msgid "options"
msgstr "opțiuni"
#, c-format, qt-plural-format
#, c-format
msgid "remove %n songs"
msgstr ""

View File

@ -10,10 +10,10 @@ msgstr ""
"PO-Revision-Date: 2010-08-10 06:34+0000\n"
"Last-Translator: Malody <Unknown>\n"
"Language-Team: Russian <kde-russian@lists.kde.ru>\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ru\n"
"X-Launchpad-Export-Date: 2010-08-11 04:07+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
@ -43,15 +43,15 @@ msgstr "%1 выбрано из"
msgid "%1 tracks"
msgstr "%1 композиций"
#, c-format, qt-plural-format
#, c-format
msgid "%n failed"
msgstr "%n с ошибкой"
#, c-format, qt-plural-format
#, c-format
msgid "%n finished"
msgstr "%n завершено"
#, c-format, qt-plural-format
#, c-format
msgid "%n remaining"
msgstr "%n осталось"
@ -610,7 +610,7 @@ msgstr "Изменить информацию о композиции..."
msgid "Edit..."
msgstr "Изменить..."
#, c-format, qt-plural-format
#, c-format
msgid "Editing %n tracks"
msgstr "Редактирую %n треков"
@ -1821,7 +1821,7 @@ msgstr "По-умолчанию"
msgid "[click to edit]"
msgstr "[щелкните, чтобы изменить]"
#, c-format, qt-plural-format
#, c-format
msgid "add %n songs"
msgstr "добавить %n композиций"
@ -1841,7 +1841,7 @@ msgstr "переместить композиции"
msgid "options"
msgstr "настройки"
#, c-format, qt-plural-format
#, c-format
msgid "remove %n songs"
msgstr "удалить %n композиций"

View File

@ -11,10 +11,10 @@ msgstr ""
"PO-Revision-Date: 2010-08-09 22:11+0000\n"
"Last-Translator: DAG Software <Unknown>\n"
"Language-Team: \n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: \n"
"X-Launchpad-Export-Date: 2010-08-11 04:07+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
"X-Language: sk_SK\n"
@ -45,15 +45,15 @@ msgstr "%1 vybratých z"
msgid "%1 tracks"
msgstr "%1 skladieb"
#, c-format, qt-plural-format
#, c-format
msgid "%n failed"
msgstr "%n zlyhalo"
#, c-format, qt-plural-format
#, c-format
msgid "%n finished"
msgstr "%n dokončených"
#, c-format, qt-plural-format
#, c-format
msgid "%n remaining"
msgstr "%n zostávajúcich"
@ -612,7 +612,7 @@ msgstr "Upravť informácie o skladbe..."
msgid "Edit..."
msgstr "Upraviť..."
#, c-format, qt-plural-format
#, c-format
msgid "Editing %n tracks"
msgstr "Upravovanie %n skladieb"
@ -1822,7 +1822,7 @@ msgstr "Vynulovať"
msgid "[click to edit]"
msgstr "[kliknite pre úpravu]"
#, c-format, qt-plural-format
#, c-format
msgid "add %n songs"
msgstr "pridať %n piesní"
@ -1842,7 +1842,7 @@ msgstr "presunúť piesne"
msgid "options"
msgstr "možnosti"
#, c-format, qt-plural-format
#, c-format
msgid "remove %n songs"
msgstr "odstrániť %n piesní"

View File

@ -11,10 +11,10 @@ msgstr ""
"PO-Revision-Date: 2010-08-01 07:33+0000\n"
"Last-Translator: R33D3M33R <Unknown>\n"
"Language-Team: Slovenian <sl@li.org>\n"
"Language: sl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: sl\n"
"X-Launchpad-Export-Date: 2010-08-02 04:02+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
@ -44,15 +44,15 @@ msgstr "izbran %1 od"
msgid "%1 tracks"
msgstr "%1 skladb"
#, c-format, qt-plural-format
#, c-format
msgid "%n failed"
msgstr "%n spodletelih"
#, c-format, qt-plural-format
#, c-format
msgid "%n finished"
msgstr "%n končanih"
#, c-format, qt-plural-format
#, c-format
msgid "%n remaining"
msgstr "%n preostaja"
@ -611,7 +611,7 @@ msgstr "Uredi informacije o skladbi..."
msgid "Edit..."
msgstr "Uredi..."
#, c-format, qt-plural-format
#, c-format
msgid "Editing %n tracks"
msgstr "Urejanje %n skladb"
@ -1822,7 +1822,7 @@ msgstr "Brez"
msgid "[click to edit]"
msgstr "[kliknite za urejanje]"
#, c-format, qt-plural-format
#, c-format
msgid "add %n songs"
msgstr "dodaj %n skladb"
@ -1842,7 +1842,7 @@ msgstr "premakni skladbe"
msgid "options"
msgstr "možnosti"
#, c-format, qt-plural-format
#, c-format
msgid "remove %n songs"
msgstr "odstrani %n skladb"

View File

@ -11,10 +11,10 @@ msgstr ""
"PO-Revision-Date: 2010-07-24 16:03+0000\n"
"Last-Translator: David Sansome <me@davidsansome.com>\n"
"Language-Team: Serbian <sr@li.org>\n"
"Language: sr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: sr\n"
"X-Launchpad-Export-Date: 2010-07-25 04:26+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
@ -44,15 +44,15 @@ msgstr ""
msgid "%1 tracks"
msgstr "%1 нумера"
#, c-format, qt-plural-format
#, c-format
msgid "%n failed"
msgstr ""
#, c-format, qt-plural-format
#, c-format
msgid "%n finished"
msgstr "%n завршено"
#, c-format, qt-plural-format
#, c-format
msgid "%n remaining"
msgstr "%n преостало"
@ -605,7 +605,7 @@ msgstr "Уреди податке о нумери..."
msgid "Edit..."
msgstr "Уреди..."
#, c-format, qt-plural-format
#, c-format
msgid "Editing %n tracks"
msgstr "Уређивање %n нумера"
@ -1802,7 +1802,7 @@ msgstr "Нулто"
msgid "[click to edit]"
msgstr ""
#, c-format, qt-plural-format
#, c-format
msgid "add %n songs"
msgstr "додај %n песама"
@ -1822,7 +1822,7 @@ msgstr ""
msgid "options"
msgstr "Опције"
#, c-format, qt-plural-format
#, c-format
msgid "remove %n songs"
msgstr "remove %n песама"

View File

@ -11,10 +11,10 @@ msgstr ""
"PO-Revision-Date: 2010-08-10 16:24+0000\n"
"Last-Translator: David Bengtsson <Unknown>\n"
"Language-Team: Swedish <sv@li.org>\n"
"Language: sv\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: sv\n"
"X-Launchpad-Export-Date: 2010-08-11 04:07+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
@ -44,15 +44,15 @@ msgstr "%1 markerade av"
msgid "%1 tracks"
msgstr "%1 spår"
#, c-format, qt-plural-format
#, c-format
msgid "%n failed"
msgstr "%n misslyckades"
#, c-format, qt-plural-format
#, c-format
msgid "%n finished"
msgstr "%n färdig"
#, c-format, qt-plural-format
#, c-format
msgid "%n remaining"
msgstr "%n återstår"
@ -607,7 +607,7 @@ msgstr "Redigera spårinformation..."
msgid "Edit..."
msgstr "Redigera..."
#, c-format, qt-plural-format
#, c-format
msgid "Editing %n tracks"
msgstr "Redigerar %n spår"
@ -1817,7 +1817,7 @@ msgstr "Noll"
msgid "[click to edit]"
msgstr "[klicka för att redigera]"
#, c-format, qt-plural-format
#, c-format
msgid "add %n songs"
msgstr "Lägg till %n songer"
@ -1837,7 +1837,7 @@ msgstr "Flytta songer"
msgid "options"
msgstr "alternativ"
#, c-format, qt-plural-format
#, c-format
msgid "remove %n songs"
msgstr "Ta bort %n songer"

View File

@ -11,10 +11,10 @@ msgstr ""
"PO-Revision-Date: 2010-07-25 01:29+0000\n"
"Last-Translator: ironic <fatih@ubuntu-tr.org>\n"
"Language-Team: Turkish <tr@li.org>\n"
"Language: tr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: tr\n"
"X-Launchpad-Export-Date: 2010-07-26 04:29+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
@ -44,15 +44,15 @@ msgstr ""
msgid "%1 tracks"
msgstr "%1 parça"
#, c-format, qt-plural-format
#, c-format
msgid "%n failed"
msgstr "%n başarısız"
#, c-format, qt-plural-format
#, c-format
msgid "%n finished"
msgstr "%n tamamlandı"
#, c-format, qt-plural-format
#, c-format
msgid "%n remaining"
msgstr "%n kalan"
@ -603,7 +603,7 @@ msgstr "Parça bilgisini düzenle..."
msgid "Edit..."
msgstr "Düzenle..."
#, c-format, qt-plural-format
#, c-format
msgid "Editing %n tracks"
msgstr ""
@ -1801,7 +1801,7 @@ msgstr ""
msgid "[click to edit]"
msgstr "[düzenlemek için tıklayın]"
#, c-format, qt-plural-format
#, c-format
msgid "add %n songs"
msgstr "%n şakıyı ekle"
@ -1821,7 +1821,7 @@ msgstr "Parçaları taşı"
msgid "options"
msgstr "seçenekler"
#, c-format, qt-plural-format
#, c-format
msgid "remove %n songs"
msgstr "%n şakıyı çıkart"

View File

@ -34,15 +34,15 @@ msgstr ""
msgid "%1 tracks"
msgstr ""
#, c-format, qt-plural-format
#, c-format
msgid "%n failed"
msgstr ""
#, c-format, qt-plural-format
#, c-format
msgid "%n finished"
msgstr ""
#, c-format, qt-plural-format
#, c-format
msgid "%n remaining"
msgstr ""
@ -593,7 +593,7 @@ msgstr ""
msgid "Edit..."
msgstr ""
#, c-format, qt-plural-format
#, c-format
msgid "Editing %n tracks"
msgstr ""
@ -1785,7 +1785,7 @@ msgstr ""
msgid "[click to edit]"
msgstr ""
#, c-format, qt-plural-format
#, c-format
msgid "add %n songs"
msgstr ""
@ -1805,7 +1805,7 @@ msgstr ""
msgid "options"
msgstr ""
#, c-format, qt-plural-format
#, c-format
msgid "remove %n songs"
msgstr ""

View File

@ -11,10 +11,10 @@ msgstr ""
"PO-Revision-Date: 2010-08-03 09:12+0000\n"
"Last-Translator: Sergiy Gavrylov <sergiovana@bigmir.net>\n"
"Language-Team: Ukrainian <uk@li.org>\n"
"Language: uk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: uk\n"
"X-Launchpad-Export-Date: 2010-08-04 04:00+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
@ -44,15 +44,15 @@ msgstr "вибрано з %1"
msgid "%1 tracks"
msgstr "%1 доріжок"
#, c-format, qt-plural-format
#, c-format
msgid "%n failed"
msgstr "%n з помилкою"
#, c-format, qt-plural-format
#, c-format
msgid "%n finished"
msgstr "%n завершено"
#, c-format, qt-plural-format
#, c-format
msgid "%n remaining"
msgstr "%n залишилось"
@ -611,7 +611,7 @@ msgstr "Редагувати дані про доріжку..."
msgid "Edit..."
msgstr "Змінити..."
#, c-format, qt-plural-format
#, c-format
msgid "Editing %n tracks"
msgstr "Редагування %n доріжок"
@ -1820,7 +1820,7 @@ msgstr "Zero"
msgid "[click to edit]"
msgstr "[клацніть, щоб змінити]"
#, c-format, qt-plural-format
#, c-format
msgid "add %n songs"
msgstr "додати %n композицій"
@ -1840,7 +1840,7 @@ msgstr "перемістити композиції"
msgid "options"
msgstr "параметри"
#, c-format, qt-plural-format
#, c-format
msgid "remove %n songs"
msgstr "вилучити %n композицій"

View File

@ -11,10 +11,10 @@ msgstr ""
"PO-Revision-Date: 2010-06-07 01:43+0000\n"
"Last-Translator: David Sansome <me@davidsansome.com>\n"
"Language-Team: Chinese (Simplified) <zh_CN@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: \n"
"X-Launchpad-Export-Date: 2010-06-08 03:51+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
@ -44,15 +44,15 @@ msgstr ""
msgid "%1 tracks"
msgstr ""
#, c-format, qt-plural-format
#, c-format
msgid "%n failed"
msgstr ""
#, c-format, qt-plural-format
#, c-format
msgid "%n finished"
msgstr ""
#, c-format, qt-plural-format
#, c-format
msgid "%n remaining"
msgstr ""
@ -603,7 +603,7 @@ msgstr ""
msgid "Edit..."
msgstr ""
#, c-format, qt-plural-format
#, c-format
msgid "Editing %n tracks"
msgstr ""
@ -1795,7 +1795,7 @@ msgstr ""
msgid "[click to edit]"
msgstr ""
#, c-format, qt-plural-format
#, c-format
msgid "add %n songs"
msgstr ""
@ -1815,7 +1815,7 @@ msgstr ""
msgid "options"
msgstr "选项"
#, c-format, qt-plural-format
#, c-format
msgid "remove %n songs"
msgstr ""

View File

@ -11,10 +11,10 @@ msgstr ""
"PO-Revision-Date: 2010-08-10 00:39+0000\n"
"Last-Translator: David Sansome <me@davidsansome.com>\n"
"Language-Team: Chinese (Traditional) <zh_TW@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: \n"
"X-Launchpad-Export-Date: 2010-08-11 04:07+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
@ -44,15 +44,15 @@ msgstr "%1 選定"
msgid "%1 tracks"
msgstr "%1 歌曲"
#, c-format, qt-plural-format
#, c-format
msgid "%n failed"
msgstr "%n 失敗的"
#, c-format, qt-plural-format
#, c-format
msgid "%n finished"
msgstr "%n 完成的"
#, c-format, qt-plural-format
#, c-format
msgid "%n remaining"
msgstr "%n 剩餘的"
@ -607,7 +607,7 @@ msgstr "編輯歌曲資訊..."
msgid "Edit..."
msgstr "編輯..."
#, c-format, qt-plural-format
#, c-format
msgid "Editing %n tracks"
msgstr "編輯 %n 歌曲"
@ -1802,7 +1802,7 @@ msgstr ""
msgid "[click to edit]"
msgstr "[點擊以編輯]"
#, c-format, qt-plural-format
#, c-format
msgid "add %n songs"
msgstr "加入 %n 歌"
@ -1822,7 +1822,7 @@ msgstr "移動歌曲"
msgid "options"
msgstr "選項"
#, c-format, qt-plural-format
#, c-format
msgid "remove %n songs"
msgstr "移除 %n 歌"