Fixes issu...

,'``.._   ,'``.
              :,--._:)\,:,._,.:       All Glory to
              :`--,''   :`...';\      the HYPNO TOAD!
               `,'       `---'  `.
               /                 :
              /                   \
            ,'                     :\.___,-.
           `...,---'``````-..._    |:       \
             (                 )   ;:    )   \  _,-.
              `.              (   //          `'    \
               :               `.//  )      )     , ;
             ,-|`.            _,'/       )    ) ,' ,'
            (  :`.`-..____..=:.-':     .     _,' ,'
             `,'\ ``--....-)='    `._,  \  ,') _ '``._
          _.-/ _ `.       (_)      /     )' ; / \ \`-.'
         `--(   `-:`.     `' ___..'  _,-'   |/   `.)
             `-. `.`.``-----``--,  .'
               |/`.\`'        ,','); SSt
                   `         (/  (/
This commit is contained in:
John Maguire 2010-07-12 19:51:23 +00:00
parent 8b36f12cc3
commit d03bdda5f7
36 changed files with 404 additions and 166 deletions

View File

@ -249,5 +249,6 @@
<file>icons/22x22/go-down.png</file>
<file>icons/32x32/go-down.png</file>
<file>icons/48x48/go-down.png</file>
<file>hypnotoad.gif</file>
</qresource>
</RCC>

BIN
data/hypnotoad.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

View File

@ -49,6 +49,7 @@
using boost::shared_ptr;
const char* Player::kRainUrl = "http://data.clementine-player.org/rainymood";
const char* Player::kHypnotoadUrl = "http://data.clementine-player.org/hypnotoad";
#ifdef Q_WS_X11
QDBusArgument& operator<< (QDBusArgument& arg, const DBusStatus& status) {
@ -79,7 +80,8 @@ Player::Player(PlaylistManager* playlists, LastFMService* lastfm,
lastfm_(lastfm),
engine_(CreateEngine(engine)),
stream_change_type_(Engine::First),
rain_stream_(-1)
rain_stream_(-1),
toad_stream_(-1)
{
settings_.beginGroup("Player");
@ -607,3 +609,14 @@ void Player::MakeItRain(bool rain) {
rain_stream_ = -1;
}
}
void Player::AllHail(bool hypnotoad) {
const bool is_hailing = toad_stream_ != -1;
if (hypnotoad && !is_hailing) {
toad_stream_ = engine_->AddBackgroundStream(QUrl(kHypnotoadUrl));
}
if (!hypnotoad && is_hailing) {
engine_->StopBackgroundStream(toad_stream_);
toad_stream_ = -1;
}
}

View File

@ -104,6 +104,7 @@ class Player : public QObject {
void PlaylistChanged();
void MakeItRain(bool rain);
void AllHail(bool hypnotoad);
// MPRIS /Player
int GetCaps() const;
@ -182,8 +183,10 @@ class Player : public QObject {
QUrl loading_async_;
int rain_stream_;
int toad_stream_;
static const char* kRainUrl;
static const char* kHypnotoadUrl;
};
#endif // PLAYER_H

View File

@ -11,6 +11,7 @@ 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"
@ -43,15 +44,15 @@ msgstr ""
msgid "%1 tracks"
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "%n failed"
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "%n finished"
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "%n remaining"
msgstr ""
@ -180,6 +181,9 @@ msgstr ""
msgid "All Files (*)"
msgstr ""
msgid "All Glory to the Hypnotoad!"
msgstr ""
msgid "All albums"
msgstr ""
@ -206,6 +210,9 @@ msgstr ""
msgid "An unknown last.fm error occurred: %1"
msgstr ""
msgid "And:"
msgstr ""
msgid "Append files/URLs to the playlist"
msgstr ""
@ -566,7 +573,7 @@ msgstr ""
msgid "Edit..."
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "Editing %n tracks"
msgstr ""
@ -1681,7 +1688,7 @@ msgstr ""
msgid "[click to edit]"
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "add %n songs"
msgstr "أضِف %n أغاني\\أغنية"
@ -1701,7 +1708,7 @@ msgstr "انقل الأغاني"
msgid "options"
msgstr "الخيارات"
#, c-format
#, c-format, qt-plural-format
msgid "remove %n songs"
msgstr "أزِل %n أغاني\\أغنية"

View File

@ -11,6 +11,7 @@ msgstr ""
"PO-Revision-Date: 2010-06-26 17:51+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"
@ -44,15 +45,15 @@ msgstr ""
msgid "%1 tracks"
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "%n failed"
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "%n finished"
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "%n remaining"
msgstr ""
@ -181,6 +182,9 @@ msgstr "Alba bez obalů"
msgid "All Files (*)"
msgstr "Všechny soubory (*)"
msgid "All Glory to the Hypnotoad!"
msgstr ""
msgid "All albums"
msgstr "Všechna alba"
@ -207,6 +211,9 @@ msgstr "Vždy zobraz hlavní okno"
msgid "An unknown last.fm error occurred: %1"
msgstr ""
msgid "And:"
msgstr ""
msgid "Append files/URLs to the playlist"
msgstr ""
@ -567,7 +574,7 @@ msgstr "Upravit informaci o skladbách..."
msgid "Edit..."
msgstr "Upravit..."
#, c-format
#, c-format, qt-plural-format
msgid "Editing %n tracks"
msgstr "Úprava %n stop"
@ -1685,7 +1692,7 @@ msgstr "Vynulovat"
msgid "[click to edit]"
msgstr "[pro úpravy klikněte]"
#, c-format
#, c-format, qt-plural-format
msgid "add %n songs"
msgstr "Přidej %n skladby"
@ -1705,7 +1712,7 @@ msgstr "Přesuň skladby"
msgid "options"
msgstr "Možnosti"
#, c-format
#, c-format, qt-plural-format
msgid "remove %n songs"
msgstr "Odeber %n skladeb"

View File

@ -12,6 +12,7 @@ msgstr ""
"PO-Revision-Date: 2010-04-27 16:35+0000\n"
"Last-Translator: David Sansome <me@davidsansome.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"
@ -44,15 +45,15 @@ msgstr ""
msgid "%1 tracks"
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "%n failed"
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "%n finished"
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "%n remaining"
msgstr ""
@ -181,6 +182,9 @@ msgstr "Albummer uden omslag"
msgid "All Files (*)"
msgstr ""
msgid "All Glory to the Hypnotoad!"
msgstr ""
msgid "All albums"
msgstr "Alle albummer"
@ -207,6 +211,9 @@ msgstr "Vis altid hovedvinduet"
msgid "An unknown last.fm error occurred: %1"
msgstr ""
msgid "And:"
msgstr ""
msgid "Append files/URLs to the playlist"
msgstr "Tilføj filer/URL'er til spillelisten"
@ -567,7 +574,7 @@ msgstr "Redigér sporinformation..."
msgid "Edit..."
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "Editing %n tracks"
msgstr "Redigerer %n spor"
@ -1688,7 +1695,7 @@ msgstr "Nul"
msgid "[click to edit]"
msgstr "[Klik for at redigere]"
#, c-format
#, c-format, qt-plural-format
msgid "add %n songs"
msgstr "tilføj %n sange"
@ -1708,7 +1715,7 @@ msgstr "flyt sange"
msgid "options"
msgstr "indstillinger"
#, c-format
#, c-format, qt-plural-format
msgid "remove %n songs"
msgstr "fjern %n sange"

View File

@ -11,6 +11,7 @@ msgstr ""
"PO-Revision-Date: 2010-06-26 17:49+0000\n"
"Last-Translator: David Sansome <me@davidsansome.com>\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"
@ -43,15 +44,15 @@ msgstr "%1 ausgewählt von"
msgid "%1 tracks"
msgstr "%1 Stücke"
#, c-format
#, c-format, qt-plural-format
msgid "%n failed"
msgstr "%n fehlgeschlagen"
#, c-format
#, c-format, qt-plural-format
msgid "%n finished"
msgstr "%n konvertiert"
#, c-format
#, c-format, qt-plural-format
msgid "%n remaining"
msgstr "%n verbleibend"
@ -180,6 +181,9 @@ msgstr "Alben ohne Cover"
msgid "All Files (*)"
msgstr "Alle Dateien (*)"
msgid "All Glory to the Hypnotoad!"
msgstr ""
msgid "All albums"
msgstr "Alle Alben"
@ -206,6 +210,9 @@ msgstr "Clementine anzeigen"
msgid "An unknown last.fm error occurred: %1"
msgstr "Unbekannter Last.fm Fehler: %1"
msgid "And:"
msgstr ""
msgid "Append files/URLs to the playlist"
msgstr "Datieen/URLs an die Wiedergabeliste anhängen"
@ -568,7 +575,7 @@ msgstr "Metadaten bearbeiten..."
msgid "Edit..."
msgstr "Bearbeiten..."
#, c-format
#, c-format, qt-plural-format
msgid "Editing %n tracks"
msgstr "%n Stücke bearbeiten"
@ -1692,7 +1699,7 @@ msgstr "Null"
msgid "[click to edit]"
msgstr "[zum Bearbeiten klicken]"
#, c-format
#, c-format, qt-plural-format
msgid "add %n songs"
msgstr "%n Stücke hinzufügen"
@ -1712,7 +1719,7 @@ msgstr "Stücke verschieben"
msgid "options"
msgstr "Einstellungen"
#, c-format
#, c-format, qt-plural-format
msgid "remove %n songs"
msgstr "%n Stücke entfernen"

View File

@ -11,6 +11,7 @@ msgstr ""
"PO-Revision-Date: 2010-06-26 17:50+0000\n"
"Last-Translator: David Sansome <me@davidsansome.com>\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"
@ -45,15 +46,15 @@ msgstr "%1 επιλεγμένα από"
msgid "%1 tracks"
msgstr "%1 κομμάτια"
#, c-format
#, c-format, qt-plural-format
msgid "%n failed"
msgstr "%n απέτυχε"
#, c-format
#, c-format, qt-plural-format
msgid "%n finished"
msgstr "%n ολοκληρώθηκε"
#, c-format
#, c-format, qt-plural-format
msgid "%n remaining"
msgstr "%n απομένει"
@ -187,6 +188,9 @@ msgstr "Άλμπουμ χωρίς εξώφυλλα"
msgid "All Files (*)"
msgstr "Όλα τα αρχεία (*)"
msgid "All Glory to the Hypnotoad!"
msgstr ""
msgid "All albums"
msgstr "Όλα τα άλμπουμ"
@ -213,6 +217,9 @@ msgstr "Να εμφανίζεις πάντα το κύριο παράθυρο"
msgid "An unknown last.fm error occurred: %1"
msgstr "Προέκυψε ένα άγνωστο σφάλμα στο last.fm: %1"
msgid "And:"
msgstr ""
msgid "Append files/URLs to the playlist"
msgstr "Προσάρτηση αρχείων/URLs στην λίστα αναπαραγωγής"
@ -576,7 +583,7 @@ msgstr "Τροποποίηση πληροφοριών κομματιού..."
msgid "Edit..."
msgstr "Επεξεργασία..."
#, c-format
#, c-format, qt-plural-format
msgid "Editing %n tracks"
msgstr "Τροποποίηση %n κομματιών"
@ -1707,7 +1714,7 @@ msgstr "Zero"
msgid "[click to edit]"
msgstr "[κλικ για τροποποίηση]"
#, c-format
#, c-format, qt-plural-format
msgid "add %n songs"
msgstr "προσθήκη %n τραγουδιών"
@ -1727,7 +1734,7 @@ msgstr "μετακίνηση τραγουδιών"
msgid "options"
msgstr "επιλογές"
#, c-format
#, c-format, qt-plural-format
msgid "remove %n songs"
msgstr "αφαίρεση %n τραγουδιών"

View File

@ -11,6 +11,7 @@ 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"
@ -43,15 +44,15 @@ msgstr ""
msgid "%1 tracks"
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "%n failed"
msgstr "%n failed"
#, c-format
#, c-format, qt-plural-format
msgid "%n finished"
msgstr "%n finished"
#, c-format
#, c-format, qt-plural-format
msgid "%n remaining"
msgstr "%n remaining"
@ -180,6 +181,9 @@ msgstr "Albums without covers"
msgid "All Files (*)"
msgstr "All Files (*)"
msgid "All Glory to the Hypnotoad!"
msgstr ""
msgid "All albums"
msgstr "All albums"
@ -206,6 +210,9 @@ msgstr "Always show the main window"
msgid "An unknown last.fm error occurred: %1"
msgstr "An unknown Last.fm error occurred: %1"
msgid "And:"
msgstr ""
msgid "Append files/URLs to the playlist"
msgstr "Append files/URLs to the playlist"
@ -568,7 +575,7 @@ msgstr "Edit track information..."
msgid "Edit..."
msgstr "Edit..."
#, c-format
#, c-format, qt-plural-format
msgid "Editing %n tracks"
msgstr "Editing %n tracks"
@ -1686,7 +1693,7 @@ msgstr "Zero"
msgid "[click to edit]"
msgstr "[click to edit]"
#, c-format
#, c-format, qt-plural-format
msgid "add %n songs"
msgstr "add %n songs"
@ -1706,7 +1713,7 @@ msgstr "move songs"
msgid "options"
msgstr "options"
#, c-format
#, c-format, qt-plural-format
msgid "remove %n songs"
msgstr "remove %n songs"

View File

@ -11,6 +11,7 @@ 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"
@ -43,15 +44,15 @@ msgstr ""
msgid "%1 tracks"
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "%n failed"
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "%n finished"
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "%n remaining"
msgstr ""
@ -180,6 +181,9 @@ msgstr "Albums without covers"
msgid "All Files (*)"
msgstr ""
msgid "All Glory to the Hypnotoad!"
msgstr ""
msgid "All albums"
msgstr "All albums"
@ -206,6 +210,9 @@ msgstr "Always show the main window"
msgid "An unknown last.fm error occurred: %1"
msgstr ""
msgid "And:"
msgstr ""
msgid "Append files/URLs to the playlist"
msgstr "Append files/URLs to the playlist"
@ -566,7 +573,7 @@ msgstr "Edit track information..."
msgid "Edit..."
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "Editing %n tracks"
msgstr "Editing %n tracks"
@ -1683,7 +1690,7 @@ msgstr "Zero"
msgid "[click to edit]"
msgstr "[click to edit]"
#, c-format
#, c-format, qt-plural-format
msgid "add %n songs"
msgstr ""
@ -1703,7 +1710,7 @@ msgstr ""
msgid "options"
msgstr "options"
#, c-format
#, c-format, qt-plural-format
msgid "remove %n songs"
msgstr ""

View File

@ -11,6 +11,7 @@ msgstr ""
"PO-Revision-Date: 2010-06-27 16:45+0000\n"
"Last-Translator: Mariano Copetti <marianocopetti@gmail.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"
@ -44,15 +45,15 @@ msgstr "%1 seleccionadas de"
msgid "%1 tracks"
msgstr "%1 pistas"
#, c-format
#, c-format, qt-plural-format
msgid "%n failed"
msgstr "%n fallaron"
#, c-format
#, c-format, qt-plural-format
msgid "%n finished"
msgstr "%n completado(s)"
#, c-format
#, c-format, qt-plural-format
msgid "%n remaining"
msgstr "%n pendiente(s)"
@ -181,6 +182,9 @@ msgstr "Álbumes sin carátula"
msgid "All Files (*)"
msgstr "Todos los Archivos"
msgid "All Glory to the Hypnotoad!"
msgstr ""
msgid "All albums"
msgstr "Todos los álbumes"
@ -207,6 +211,9 @@ msgstr "Siempre mostrar la ventana principal"
msgid "An unknown last.fm error occurred: %1"
msgstr "Un error desconocido de last.fm ha ocurrido: %1"
msgid "And:"
msgstr ""
msgid "Append files/URLs to the playlist"
msgstr "Agregar archivos/URLs a la lista de reproducción"
@ -571,7 +578,7 @@ msgstr "Editar información de la pista..."
msgid "Edit..."
msgstr "Editar..."
#, c-format
#, c-format, qt-plural-format
msgid "Editing %n tracks"
msgstr "Editando %n pistas"
@ -1697,7 +1704,7 @@ msgstr "Zero"
msgid "[click to edit]"
msgstr "[click para editar]"
#, c-format
#, c-format, qt-plural-format
msgid "add %n songs"
msgstr "agregar %n pistas"
@ -1717,7 +1724,7 @@ msgstr "mover pistas"
msgid "options"
msgstr "opciones"
#, c-format
#, c-format, qt-plural-format
msgid "remove %n songs"
msgstr "remover %n pistas"

View File

@ -11,6 +11,7 @@ msgstr ""
"PO-Revision-Date: 2010-06-27 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"
@ -43,15 +44,15 @@ msgstr ""
msgid "%1 tracks"
msgstr "%1 kappaletta"
#, c-format
#, c-format, qt-plural-format
msgid "%n failed"
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "%n finished"
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "%n remaining"
msgstr ""
@ -180,6 +181,9 @@ msgstr "Levyt vailla kansikuvia"
msgid "All Files (*)"
msgstr "Kaikki tiedostot (*)"
msgid "All Glory to the Hypnotoad!"
msgstr ""
msgid "All albums"
msgstr "Kaikki levyt"
@ -206,6 +210,9 @@ msgstr ""
msgid "An unknown last.fm error occurred: %1"
msgstr "Tuntematon last.fm-virhe: %1"
msgid "And:"
msgstr ""
msgid "Append files/URLs to the playlist"
msgstr ""
@ -566,7 +573,7 @@ msgstr "Muokkaa kappaleen tietoja..."
msgid "Edit..."
msgstr "Muokkaa..."
#, c-format
#, c-format, qt-plural-format
msgid "Editing %n tracks"
msgstr ""
@ -1683,7 +1690,7 @@ msgstr ""
msgid "[click to edit]"
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "add %n songs"
msgstr ""
@ -1703,7 +1710,7 @@ msgstr ""
msgid "options"
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "remove %n songs"
msgstr ""

View File

@ -11,6 +11,7 @@ msgstr ""
"PO-Revision-Date: 2010-06-26 17:49+0000\n"
"Last-Translator: John Maguire <john.maguire@gmail.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"
@ -44,15 +45,15 @@ msgstr ""
msgid "%1 tracks"
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "%n failed"
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "%n finished"
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "%n remaining"
msgstr ""
@ -181,6 +182,9 @@ msgstr "Albums sans jaquette"
msgid "All Files (*)"
msgstr "Tous les fichiers (*)"
msgid "All Glory to the Hypnotoad!"
msgstr ""
msgid "All albums"
msgstr "Tous les albums"
@ -207,6 +211,9 @@ msgstr "Toujours afficher la fenêtre principale"
msgid "An unknown last.fm error occurred: %1"
msgstr ""
msgid "And:"
msgstr ""
msgid "Append files/URLs to the playlist"
msgstr "Ajouter des fichiers/URLs à la liste de lecture"
@ -567,7 +574,7 @@ msgstr "Modifier la description de la piste..."
msgid "Edit..."
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "Editing %n tracks"
msgstr "Editer %n pistes"
@ -1693,7 +1700,7 @@ msgstr "Zéro"
msgid "[click to edit]"
msgstr "[cliquer pour modifier]"
#, c-format
#, c-format, qt-plural-format
msgid "add %n songs"
msgstr ""
@ -1713,7 +1720,7 @@ msgstr "déplacer les chansons"
msgid "options"
msgstr "options"
#, c-format
#, c-format, qt-plural-format
msgid "remove %n songs"
msgstr ""

View File

@ -11,6 +11,7 @@ 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"
@ -43,15 +44,15 @@ msgstr ""
msgid "%1 tracks"
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "%n failed"
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "%n finished"
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "%n remaining"
msgstr ""
@ -180,6 +181,9 @@ msgstr "Álbuns sen capas"
msgid "All Files (*)"
msgstr ""
msgid "All Glory to the Hypnotoad!"
msgstr ""
msgid "All albums"
msgstr "Todos os álbuns"
@ -206,6 +210,9 @@ msgstr ""
msgid "An unknown last.fm error occurred: %1"
msgstr ""
msgid "And:"
msgstr ""
msgid "Append files/URLs to the playlist"
msgstr ""
@ -566,7 +573,7 @@ msgstr ""
msgid "Edit..."
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "Editing %n tracks"
msgstr "Editando %n faixas"
@ -1683,7 +1690,7 @@ msgstr ""
msgid "[click to edit]"
msgstr "[clique para editar]"
#, c-format
#, c-format, qt-plural-format
msgid "add %n songs"
msgstr ""
@ -1703,7 +1710,7 @@ msgstr ""
msgid "options"
msgstr "Opzóns"
#, c-format
#, c-format, qt-plural-format
msgid "remove %n songs"
msgstr ""

View File

@ -12,6 +12,7 @@ msgstr ""
"PO-Revision-Date: 2010-06-26 21:00+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"
@ -44,15 +45,15 @@ msgstr "%1 selezionate di"
msgid "%1 tracks"
msgstr "%1 tracce"
#, c-format
#, c-format, qt-plural-format
msgid "%n failed"
msgstr "%n non riusciti"
#, c-format
#, c-format, qt-plural-format
msgid "%n finished"
msgstr "%n completati"
#, c-format
#, c-format, qt-plural-format
msgid "%n remaining"
msgstr "%n rimanenti"
@ -181,6 +182,9 @@ msgstr "Album senza copertine"
msgid "All Files (*)"
msgstr "Tutti i file (*)"
msgid "All Glory to the Hypnotoad!"
msgstr ""
msgid "All albums"
msgstr "Tutti gli album"
@ -207,6 +211,9 @@ msgstr "Mostra sempre la finestra principale"
msgid "An unknown last.fm error occurred: %1"
msgstr "Si è verificato un errore di last.fm: %1"
msgid "And:"
msgstr ""
msgid "Append files/URLs to the playlist"
msgstr "Aggiungi file/URL alla scaletta"
@ -569,7 +576,7 @@ msgstr "Modifica informazioni traccia..."
msgid "Edit..."
msgstr "Modifica..."
#, c-format
#, c-format, qt-plural-format
msgid "Editing %n tracks"
msgstr "Modifica di %n tracce"
@ -1699,7 +1706,7 @@ msgstr "Zero"
msgid "[click to edit]"
msgstr "[clic per modificare]"
#, c-format
#, c-format, qt-plural-format
msgid "add %n songs"
msgstr "aggiungi %n brani"
@ -1719,7 +1726,7 @@ msgstr "sposta brani"
msgid "options"
msgstr "opzioni"
#, c-format
#, c-format, qt-plural-format
msgid "remove %n songs"
msgstr "rimuovi %n brani"

View File

@ -11,6 +11,7 @@ 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"
@ -43,15 +44,15 @@ msgstr ""
msgid "%1 tracks"
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "%n failed"
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "%n finished"
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "%n remaining"
msgstr ""
@ -180,6 +181,9 @@ msgstr ""
msgid "All Files (*)"
msgstr ""
msgid "All Glory to the Hypnotoad!"
msgstr ""
msgid "All albums"
msgstr ""
@ -206,6 +210,9 @@ msgstr ""
msgid "An unknown last.fm error occurred: %1"
msgstr ""
msgid "And:"
msgstr ""
msgid "Append files/URLs to the playlist"
msgstr ""
@ -566,7 +573,7 @@ msgstr ""
msgid "Edit..."
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "Editing %n tracks"
msgstr ""
@ -1683,7 +1690,7 @@ msgstr "Нөл"
msgid "[click to edit]"
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "add %n songs"
msgstr ""
@ -1703,7 +1710,7 @@ msgstr ""
msgid "options"
msgstr "опциялар"
#, c-format
#, c-format, qt-plural-format
msgid "remove %n songs"
msgstr ""

View File

@ -11,6 +11,7 @@ msgstr ""
"PO-Revision-Date: 2010-04-14 22:22+0000\n"
"Last-Translator: David Sansome <me@davidsansome.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"
@ -43,15 +44,15 @@ msgstr ""
msgid "%1 tracks"
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "%n failed"
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "%n finished"
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "%n remaining"
msgstr ""
@ -180,6 +181,9 @@ msgstr "Album uten cover"
msgid "All Files (*)"
msgstr ""
msgid "All Glory to the Hypnotoad!"
msgstr ""
msgid "All albums"
msgstr "Alle album"
@ -206,6 +210,9 @@ msgstr "Alltid vis hovedvinduet"
msgid "An unknown last.fm error occurred: %1"
msgstr ""
msgid "And:"
msgstr ""
msgid "Append files/URLs to the playlist"
msgstr ""
@ -566,7 +573,7 @@ msgstr "Rediger informasjon om sporet..."
msgid "Edit..."
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "Editing %n tracks"
msgstr "Endrer %n spor"
@ -1685,7 +1692,7 @@ msgstr "Null"
msgid "[click to edit]"
msgstr "[klikk for å endre]"
#, c-format
#, c-format, qt-plural-format
msgid "add %n songs"
msgstr ""
@ -1705,7 +1712,7 @@ msgstr ""
msgid "options"
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "remove %n songs"
msgstr ""

View File

@ -11,6 +11,7 @@ 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"
@ -43,15 +44,15 @@ msgstr ""
msgid "%1 tracks"
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "%n failed"
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "%n finished"
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "%n remaining"
msgstr ""
@ -180,6 +181,9 @@ msgstr ""
msgid "All Files (*)"
msgstr ""
msgid "All Glory to the Hypnotoad!"
msgstr ""
msgid "All albums"
msgstr "Totes los albums"
@ -206,6 +210,9 @@ msgstr ""
msgid "An unknown last.fm error occurred: %1"
msgstr ""
msgid "And:"
msgstr ""
msgid "Append files/URLs to the playlist"
msgstr ""
@ -566,7 +573,7 @@ msgstr ""
msgid "Edit..."
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "Editing %n tracks"
msgstr ""
@ -1681,7 +1688,7 @@ msgstr "Zèro"
msgid "[click to edit]"
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "add %n songs"
msgstr ""
@ -1701,7 +1708,7 @@ msgstr ""
msgid "options"
msgstr "opcions"
#, c-format
#, c-format, qt-plural-format
msgid "remove %n songs"
msgstr ""

View File

@ -11,6 +11,7 @@ msgstr ""
"PO-Revision-Date: 2010-04-23 05:13+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"
@ -44,15 +45,15 @@ msgstr ""
msgid "%1 tracks"
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "%n failed"
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "%n finished"
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "%n remaining"
msgstr ""
@ -181,6 +182,9 @@ msgstr "Albumy bez okładek"
msgid "All Files (*)"
msgstr ""
msgid "All Glory to the Hypnotoad!"
msgstr ""
msgid "All albums"
msgstr "Wszystkie albumy"
@ -207,6 +211,9 @@ msgstr ""
msgid "An unknown last.fm error occurred: %1"
msgstr ""
msgid "And:"
msgstr ""
msgid "Append files/URLs to the playlist"
msgstr ""
@ -567,7 +574,7 @@ msgstr "Edytuj informacje o utworze..."
msgid "Edit..."
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "Editing %n tracks"
msgstr ""
@ -1683,7 +1690,7 @@ msgstr ""
msgid "[click to edit]"
msgstr "[kliknij aby edytować]"
#, c-format
#, c-format, qt-plural-format
msgid "add %n songs"
msgstr ""
@ -1703,7 +1710,7 @@ msgstr ""
msgid "options"
msgstr "opcje"
#, c-format
#, c-format, qt-plural-format
msgid "remove %n songs"
msgstr ""

View File

@ -11,6 +11,7 @@ msgstr ""
"PO-Revision-Date: 2010-06-28 00:35+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"
@ -43,15 +44,15 @@ msgstr "seleccionada(s) %1 de"
msgid "%1 tracks"
msgstr "%1 faixas"
#, c-format
#, c-format, qt-plural-format
msgid "%n failed"
msgstr "%n falha(s)"
#, c-format
#, c-format, qt-plural-format
msgid "%n finished"
msgstr "%n concluída(s)"
#, c-format
#, c-format, qt-plural-format
msgid "%n remaining"
msgstr "%n restante(s)"
@ -184,6 +185,9 @@ msgstr "Álbuns sem capas"
msgid "All Files (*)"
msgstr "Todos os Ficheiros (*)"
msgid "All Glory to the Hypnotoad!"
msgstr ""
msgid "All albums"
msgstr "Todos os álbuns"
@ -210,6 +214,9 @@ msgstr "Mostrar sempre a janela principal"
msgid "An unknown last.fm error occurred: %1"
msgstr "Ocorreu um erro last.fm desconhecido: %1"
msgid "And:"
msgstr ""
msgid "Append files/URLs to the playlist"
msgstr "Colocar os ficheiros/URLs na lista"
@ -573,7 +580,7 @@ msgstr "Editar a informação da faixa..."
msgid "Edit..."
msgstr "Editar..."
#, c-format
#, c-format, qt-plural-format
msgid "Editing %n tracks"
msgstr "Editando %n faixas"
@ -1701,7 +1708,7 @@ msgstr "Zero"
msgid "[click to edit]"
msgstr "[clique para editar]"
#, c-format
#, c-format, qt-plural-format
msgid "add %n songs"
msgstr "adicionar %n canções"
@ -1721,7 +1728,7 @@ msgstr "mover canções"
msgid "options"
msgstr "opções"
#, c-format
#, c-format, qt-plural-format
msgid "remove %n songs"
msgstr "remover %n canções"

View File

@ -11,6 +11,7 @@ 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"
@ -43,15 +44,15 @@ msgstr "%1 selecionado(s) de"
msgid "%1 tracks"
msgstr "%1 faixas"
#, c-format
#, c-format, qt-plural-format
msgid "%n failed"
msgstr "%n falhou"
#, c-format
#, c-format, qt-plural-format
msgid "%n finished"
msgstr "%n fizalizado"
#, c-format
#, c-format, qt-plural-format
msgid "%n remaining"
msgstr "%n faltando"
@ -183,6 +184,9 @@ msgstr "Álbuns sem capas"
msgid "All Files (*)"
msgstr "Todos os Arquivos (*)"
msgid "All Glory to the Hypnotoad!"
msgstr ""
msgid "All albums"
msgstr "Todos os álbuns"
@ -209,6 +213,9 @@ msgstr "Sempre exibir a janela principal"
msgid "An unknown last.fm error occurred: %1"
msgstr "Ocorreu um erro desconhecido no Last.fm %1"
msgid "And:"
msgstr ""
msgid "Append files/URLs to the playlist"
msgstr "Acrescentar arquivos/sites para a lista de reprodução"
@ -571,7 +578,7 @@ msgstr "Editar informações da faixa..."
msgid "Edit..."
msgstr "Editar..."
#, c-format
#, c-format, qt-plural-format
msgid "Editing %n tracks"
msgstr "Editando %n faixas"
@ -1701,7 +1708,7 @@ msgstr "Zero"
msgid "[click to edit]"
msgstr "[clique para editar]"
#, c-format
#, c-format, qt-plural-format
msgid "add %n songs"
msgstr "Adicionar %n músicas"
@ -1721,7 +1728,7 @@ msgstr "mover músicas"
msgid "options"
msgstr "opções"
#, c-format
#, c-format, qt-plural-format
msgid "remove %n songs"
msgstr "Remover %n músicas"

View File

@ -11,6 +11,7 @@ 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"
@ -43,15 +44,15 @@ msgstr ""
msgid "%1 tracks"
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "%n failed"
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "%n finished"
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "%n remaining"
msgstr ""
@ -180,6 +181,9 @@ msgstr "Albume fără coperți"
msgid "All Files (*)"
msgstr ""
msgid "All Glory to the Hypnotoad!"
msgstr ""
msgid "All albums"
msgstr "Toate albumele"
@ -206,6 +210,9 @@ msgstr "Arată întotdeauna fereastra principală"
msgid "An unknown last.fm error occurred: %1"
msgstr ""
msgid "And:"
msgstr ""
msgid "Append files/URLs to the playlist"
msgstr ""
@ -566,7 +573,7 @@ msgstr ""
msgid "Edit..."
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "Editing %n tracks"
msgstr ""
@ -1682,7 +1689,7 @@ msgstr "Zero"
msgid "[click to edit]"
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "add %n songs"
msgstr ""
@ -1702,7 +1709,7 @@ msgstr ""
msgid "options"
msgstr "opțiuni"
#, c-format
#, c-format, qt-plural-format
msgid "remove %n songs"
msgstr ""

View File

@ -10,6 +10,7 @@ msgstr ""
"PO-Revision-Date: 2010-06-26 18:14+0000\n"
"Last-Translator: David Sansome <me@davidsansome.com>\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"
@ -42,15 +43,15 @@ msgstr "%1 выбрано из"
msgid "%1 tracks"
msgstr "%1 композиций"
#, c-format
#, c-format, qt-plural-format
msgid "%n failed"
msgstr "%n с ошибкой"
#, c-format
#, c-format, qt-plural-format
msgid "%n finished"
msgstr "%n завершено"
#, c-format
#, c-format, qt-plural-format
msgid "%n remaining"
msgstr "%n осталось"
@ -179,6 +180,9 @@ msgstr "Альбомы без обложек"
msgid "All Files (*)"
msgstr "Все файлы (*)"
msgid "All Glory to the Hypnotoad!"
msgstr ""
msgid "All albums"
msgstr "Все альбомы"
@ -205,6 +209,9 @@ msgstr "Всегда показывать главное окно"
msgid "An unknown last.fm error occurred: %1"
msgstr "Неизвестная ошибка last.fm: %1"
msgid "And:"
msgstr ""
msgid "Append files/URLs to the playlist"
msgstr "Добавить файлы /URLs в список воспроизведения"
@ -567,7 +574,7 @@ msgstr "Редактировать информацию о композиции.
msgid "Edit..."
msgstr "Изменить..."
#, c-format
#, c-format, qt-plural-format
msgid "Editing %n tracks"
msgstr "Редактирую %n треков"
@ -1691,7 +1698,7 @@ msgstr "Zero"
msgid "[click to edit]"
msgstr "[щелкните, чтобы изменить]"
#, c-format
#, c-format, qt-plural-format
msgid "add %n songs"
msgstr "добавить %n композиций"
@ -1711,7 +1718,7 @@ msgstr "переместить композиции"
msgid "options"
msgstr "настройки"
#, c-format
#, c-format, qt-plural-format
msgid "remove %n songs"
msgstr "удалить %n композиций"

View File

@ -11,6 +11,7 @@ msgstr ""
"PO-Revision-Date: 2010-06-27 18:03+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"
@ -44,15 +45,15 @@ msgstr "%1 vybratých z"
msgid "%1 tracks"
msgstr "%1 skladieb"
#, c-format
#, c-format, qt-plural-format
msgid "%n failed"
msgstr "%n zlyhalo"
#, c-format
#, c-format, qt-plural-format
msgid "%n finished"
msgstr "%n dokončených"
#, c-format
#, c-format, qt-plural-format
msgid "%n remaining"
msgstr "%n zostávajúcich"
@ -185,6 +186,9 @@ msgstr "Albumy bez obalov"
msgid "All Files (*)"
msgstr "Všetky súbory (*)"
msgid "All Glory to the Hypnotoad!"
msgstr ""
msgid "All albums"
msgstr "Všetky albumy"
@ -211,6 +215,9 @@ msgstr "Vždy zobrazovať hlavné okno"
msgid "An unknown last.fm error occurred: %1"
msgstr "Vyskytla sa neznáma last.fm chyba: %1"
msgid "And:"
msgstr ""
msgid "Append files/URLs to the playlist"
msgstr "Pridať súbory/URLy do playlistu"
@ -573,7 +580,7 @@ msgstr "Upravť informácie o skladbe..."
msgid "Edit..."
msgstr "Upraviť..."
#, c-format
#, c-format, qt-plural-format
msgid "Editing %n tracks"
msgstr "Upravovanie %n skladieb"
@ -1699,7 +1706,7 @@ msgstr "Vynulovať"
msgid "[click to edit]"
msgstr "[kliknite pre úpravu]"
#, c-format
#, c-format, qt-plural-format
msgid "add %n songs"
msgstr "pridať %n piesní"
@ -1719,7 +1726,7 @@ msgstr "presunúť piesne"
msgid "options"
msgstr "možnosti"
#, c-format
#, c-format, qt-plural-format
msgid "remove %n songs"
msgstr "odstrániť %n piesní"

View File

@ -11,6 +11,7 @@ msgstr ""
"PO-Revision-Date: 2010-06-23 14:06+0000\n"
"Last-Translator: Rickard Närström <rickard.narstrom@gmail.com>\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"
@ -43,15 +44,15 @@ msgstr ""
msgid "%1 tracks"
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "%n failed"
msgstr "%n misslyckades"
#, c-format
#, c-format, qt-plural-format
msgid "%n finished"
msgstr "%n färdig"
#, c-format
#, c-format, qt-plural-format
msgid "%n remaining"
msgstr "%n återstår"
@ -180,6 +181,9 @@ msgstr "Album utan omslag"
msgid "All Files (*)"
msgstr "Alla filer (*)"
msgid "All Glory to the Hypnotoad!"
msgstr ""
msgid "All albums"
msgstr "Alla album"
@ -206,6 +210,9 @@ msgstr "Visa alltid huvudfönstret"
msgid "An unknown last.fm error occurred: %1"
msgstr "Ett okänt last.fm fel inträffade: %1"
msgid "And:"
msgstr ""
msgid "Append files/URLs to the playlist"
msgstr "Lägg till filer/webbadresser till spellistan"
@ -568,7 +575,7 @@ msgstr "Redigera spårinformation..."
msgid "Edit..."
msgstr "Redigera..."
#, c-format
#, c-format, qt-plural-format
msgid "Editing %n tracks"
msgstr "Redigerar %n spår"
@ -1689,7 +1696,7 @@ msgstr "Noll"
msgid "[click to edit]"
msgstr "[klicka för att redigera]"
#, c-format
#, c-format, qt-plural-format
msgid "add %n songs"
msgstr "Lägg till %n songer"
@ -1709,7 +1716,7 @@ msgstr "Flytta songer"
msgid "options"
msgstr "alternativ"
#, c-format
#, c-format, qt-plural-format
msgid "remove %n songs"
msgstr "Ta bort %n songer"

View File

@ -11,6 +11,7 @@ msgstr ""
"PO-Revision-Date: 2010-06-18 20:07+0000\n"
"Last-Translator: David Sansome <me@davidsansome.com>\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"
@ -43,15 +44,15 @@ msgstr ""
msgid "%1 tracks"
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "%n failed"
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "%n finished"
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "%n remaining"
msgstr ""
@ -180,6 +181,9 @@ msgstr ""
msgid "All Files (*)"
msgstr "Tüm Dosyalar (*)"
msgid "All Glory to the Hypnotoad!"
msgstr ""
msgid "All albums"
msgstr "Tüm albümler"
@ -206,6 +210,9 @@ msgstr ""
msgid "An unknown last.fm error occurred: %1"
msgstr ""
msgid "And:"
msgstr ""
msgid "Append files/URLs to the playlist"
msgstr "Çalma listesine dosya/URL ekle"
@ -566,7 +573,7 @@ msgstr ""
msgid "Edit..."
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "Editing %n tracks"
msgstr ""
@ -1683,7 +1690,7 @@ msgstr ""
msgid "[click to edit]"
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "add %n songs"
msgstr "%n şakıyı ekle"
@ -1703,7 +1710,7 @@ msgstr "Parçaları taşı"
msgid "options"
msgstr "seçenekler"
#, c-format
#, c-format, qt-plural-format
msgid "remove %n songs"
msgstr "%n şakıyı çıkart"

View File

@ -34,15 +34,15 @@ msgstr ""
msgid "%1 tracks"
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "%n failed"
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "%n finished"
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "%n remaining"
msgstr ""
@ -171,6 +171,9 @@ msgstr ""
msgid "All Files (*)"
msgstr ""
msgid "All Glory to the Hypnotoad!"
msgstr ""
msgid "All albums"
msgstr ""
@ -197,6 +200,9 @@ msgstr ""
msgid "An unknown last.fm error occurred: %1"
msgstr ""
msgid "And:"
msgstr ""
msgid "Append files/URLs to the playlist"
msgstr ""
@ -557,7 +563,7 @@ msgstr ""
msgid "Edit..."
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "Editing %n tracks"
msgstr ""
@ -1672,7 +1678,7 @@ msgstr ""
msgid "[click to edit]"
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "add %n songs"
msgstr ""
@ -1692,7 +1698,7 @@ msgstr ""
msgid "options"
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "remove %n songs"
msgstr ""

View File

@ -11,6 +11,7 @@ msgstr ""
"PO-Revision-Date: 2010-06-27 16:39+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"
@ -43,15 +44,15 @@ msgstr "вибрано з %1"
msgid "%1 tracks"
msgstr "%1 доріжок"
#, c-format
#, c-format, qt-plural-format
msgid "%n failed"
msgstr "%n з помилкою"
#, c-format
#, c-format, qt-plural-format
msgid "%n finished"
msgstr "%n завершено"
#, c-format
#, c-format, qt-plural-format
msgid "%n remaining"
msgstr "%n залишилось"
@ -184,6 +185,9 @@ msgstr "Альбоми без обкладинок"
msgid "All Files (*)"
msgstr "Всі файли (*)"
msgid "All Glory to the Hypnotoad!"
msgstr ""
msgid "All albums"
msgstr "Всі альбоми"
@ -210,6 +214,9 @@ msgstr "Завжди показувати головне вікно"
msgid "An unknown last.fm error occurred: %1"
msgstr "Виникла невідома помилка last.fm: %1"
msgid "And:"
msgstr ""
msgid "Append files/URLs to the playlist"
msgstr "Додати файли/адреси до списку відтворення"
@ -572,7 +579,7 @@ msgstr "Редагувати дані про доріжку..."
msgid "Edit..."
msgstr "Змінити..."
#, c-format
#, c-format, qt-plural-format
msgid "Editing %n tracks"
msgstr "Редагування %n доріжок"
@ -1700,7 +1707,7 @@ msgstr "Zero"
msgid "[click to edit]"
msgstr "[клацніть, щоб змінити]"
#, c-format
#, c-format, qt-plural-format
msgid "add %n songs"
msgstr "додати %n композицій"
@ -1720,7 +1727,7 @@ msgstr "перемістити композиції"
msgid "options"
msgstr "параметри"
#, c-format
#, c-format, qt-plural-format
msgid "remove %n songs"
msgstr "вилучити %n композицій"

View File

@ -11,6 +11,7 @@ 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"
@ -43,15 +44,15 @@ msgstr ""
msgid "%1 tracks"
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "%n failed"
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "%n finished"
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "%n remaining"
msgstr ""
@ -180,6 +181,9 @@ msgstr ""
msgid "All Files (*)"
msgstr ""
msgid "All Glory to the Hypnotoad!"
msgstr ""
msgid "All albums"
msgstr ""
@ -206,6 +210,9 @@ msgstr ""
msgid "An unknown last.fm error occurred: %1"
msgstr ""
msgid "And:"
msgstr ""
msgid "Append files/URLs to the playlist"
msgstr "添加文件/URL 到播放列表"
@ -566,7 +573,7 @@ msgstr ""
msgid "Edit..."
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "Editing %n tracks"
msgstr ""
@ -1681,7 +1688,7 @@ msgstr ""
msgid "[click to edit]"
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "add %n songs"
msgstr ""
@ -1701,7 +1708,7 @@ msgstr ""
msgid "options"
msgstr "选项"
#, c-format
#, c-format, qt-plural-format
msgid "remove %n songs"
msgstr ""

View File

@ -11,6 +11,7 @@ msgstr ""
"PO-Revision-Date: 2010-06-07 01:47+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"
@ -43,15 +44,15 @@ msgstr ""
msgid "%1 tracks"
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "%n failed"
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "%n finished"
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "%n remaining"
msgstr ""
@ -180,6 +181,9 @@ msgstr ""
msgid "All Files (*)"
msgstr ""
msgid "All Glory to the Hypnotoad!"
msgstr ""
msgid "All albums"
msgstr ""
@ -206,6 +210,9 @@ msgstr ""
msgid "An unknown last.fm error occurred: %1"
msgstr ""
msgid "And:"
msgstr ""
msgid "Append files/URLs to the playlist"
msgstr ""
@ -566,7 +573,7 @@ msgstr ""
msgid "Edit..."
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "Editing %n tracks"
msgstr ""
@ -1681,7 +1688,7 @@ msgstr ""
msgid "[click to edit]"
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "add %n songs"
msgstr ""
@ -1701,7 +1708,7 @@ msgstr ""
msgid "options"
msgstr ""
#, c-format
#, c-format, qt-plural-format
msgid "remove %n songs"
msgstr ""

View File

@ -59,7 +59,9 @@ QString About::MakeHtml() const {
ret += "<br />" + MakeHtml(person);
ret += QString("<br />%1</p>").arg(tr("...and all the Amarok contributors"));
ret += QString("<br /><br />and <a href=\"http://rainymood.com\">Rainy Mood</a>");
ret += QString("<br /><b>%1</b>").arg(tr("And:"));
ret += QString("<p><a href=\"http://rainymood.com\">Rainy Mood</a></p>");
ret += QString("<p><a href=\"http://www.smitelli.com/?page=blog&p=54\">Scott Smitelli</a></p>");
return ret;
}

View File

@ -275,6 +275,7 @@ MainWindow::MainWindow(NetworkAccessManager* network, Engine::Type engine, QWidg
connect(ui_->action_jump, SIGNAL(triggered()), ui_->playlist->view(), SLOT(JumpToCurrentlyPlayingTrack()));
connect(ui_->action_update_library, SIGNAL(triggered()), library_, SLOT(IncrementalScan()));
connect(ui_->action_rain, SIGNAL(toggled(bool)), player_, SLOT(MakeItRain(bool)));
connect(ui_->action_hypnotoad, SIGNAL(toggled(bool)), player_, SLOT(AllHail(bool)));
connect(ui_->action_queue_manager, SIGNAL(triggered()), queue_manager_.get(), SLOT(show()));
// Give actions to buttons
@ -499,6 +500,7 @@ MainWindow::MainWindow(NetworkAccessManager* network, Engine::Type engine, QWidg
connect(player_, SIGNAL(Stopped()), ui_->now_playing, SLOT(Stopped()));
connect(ui_->now_playing, SIGNAL(ShowAboveStatusBarChanged(bool)),
SLOT(NowPlayingWidgetPositionChanged(bool)));
connect(ui_->action_hypnotoad, SIGNAL(toggled(bool)), ui_->now_playing, SLOT(AllHail(bool)));
NowPlayingWidgetPositionChanged(ui_->now_playing->show_above_status_bar());
// Load theme

View File

@ -552,6 +552,7 @@
<string>Extras</string>
</property>
<addaction name="action_rain"/>
<addaction name="action_hypnotoad"/>
</widget>
<widget class="QMenu" name="menuTools">
<property name="title">
@ -749,6 +750,14 @@
<string comment="Label for button to enable/disable rain background sound.">Rain</string>
</property>
</action>
<action name="action_hypnotoad">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string comment="Label for button to enable/disable Hypnotoad background sound.">All Glory to the Hypnotoad!</string>
</property>
</action>
<action name="action_shuffle_mode">
<property name="text">
<string>Shuffle mode</string>

View File

@ -19,6 +19,7 @@
#include "core/networkaccessmanager.h"
#include <QMenu>
#include <QMovie>
#include <QPainter>
#include <QPaintEvent>
#include <QSettings>
@ -29,6 +30,8 @@
const char* NowPlayingWidget::kSettingsGroup = "NowPlayingWidget";
const char* NowPlayingWidget::kHypnotoadPath = ":/hypnotoad.gif";
// Space between the cover and the details in small mode
const int NowPlayingWidget::kPadding = 2;
@ -60,7 +63,8 @@ NowPlayingWidget::NowPlayingWidget(QWidget *parent)
fade_animation_(new QTimeLine(1000, this)),
load_cover_id_(0),
details_(new QTextDocument(this)),
previous_track_opacity_(0.0)
previous_track_opacity_(0.0),
hypnotoad_(NULL)
{
// Load settings
QSettings s;
@ -243,6 +247,11 @@ void NowPlayingWidget::paintEvent(QPaintEvent *e) {
}
void NowPlayingWidget::DrawContents(QPainter *p) {
const int total_size = qMin(kMaxCoverSize, width());
if (hypnotoad_) {
p->drawPixmap(0, 0, total_size, total_size, hypnotoad_->currentPixmap());
return;
}
switch (mode_) {
case SmallSongDetails:
// Draw the cover
@ -255,7 +264,6 @@ void NowPlayingWidget::DrawContents(QPainter *p) {
break;
case LargeSongDetails:
const int total_size = qMin(kMaxCoverSize, width());
const int x_offset = (width() - cover_height_) / 2;
// Draw the black background
@ -327,3 +335,10 @@ void NowPlayingWidget::ShowAboveStatusBar(bool above) {
bool NowPlayingWidget::show_above_status_bar() const {
return above_statusbar_action_->isChecked();
}
void NowPlayingWidget::AllHail(bool hypnotoad) {
hypnotoad_ = new QMovie(kHypnotoadPath, QByteArray(), this);
connect(hypnotoad_, SIGNAL(updated(const QRect&)), SLOT(repaint()));
hypnotoad_->start();
update();
}

View File

@ -27,6 +27,7 @@ class NetworkAccessManager;
class QActionGroup;
class QMenu;
class QMovie;
class QSignalMapper;
class QTextDocument;
class QTimeLine;
@ -64,6 +65,7 @@ signals:
public slots:
void NowPlaying(const Song& metadata);
void Stopped();
void AllHail(bool hypnotoad);
protected:
void paintEvent(QPaintEvent* e);
@ -114,6 +116,9 @@ private:
// Holds the last track while we're fading to the new track
QPixmap previous_track_;
qreal previous_track_opacity_;
static const char* kHypnotoadPath;
QMovie* hypnotoad_;
};
#endif // NOWPLAYINGWIDGET_H