From f40087159b9efbc39859e60a8efb3fa0763c6078 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Tue, 2 Aug 2011 16:18:24 +0000 Subject: updated about dialog git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2285 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/aboutdialog.cpp | 142 +++ src/qmmpui/aboutdialog_p.h | 48 + src/qmmpui/forms/aboutdialog.ui | 162 +++ src/qmmpui/forms/configdialog.ui | 12 +- src/qmmpui/images/images.qrc | 10 - src/qmmpui/images/qmmpui_images.qrc | 10 + src/qmmpui/qmmpui.pro | 12 +- src/qmmpui/translations/libqmmpui_cs.ts | 87 +- src/qmmpui/translations/libqmmpui_de.ts | 87 +- src/qmmpui/translations/libqmmpui_es.ts | 87 +- src/qmmpui/translations/libqmmpui_it.ts | 87 +- src/qmmpui/translations/libqmmpui_ja.ts | 87 +- src/qmmpui/translations/libqmmpui_lt.ts | 87 +- src/qmmpui/translations/libqmmpui_nl.ts | 87 +- src/qmmpui/translations/libqmmpui_pl.ts | 87 +- src/qmmpui/translations/libqmmpui_pt_BR.ts | 87 +- src/qmmpui/translations/libqmmpui_ru.ts | 87 +- src/qmmpui/translations/libqmmpui_sk.ts | 1826 ++++++++++++++++++++++++++++ src/qmmpui/translations/libqmmpui_tr.ts | 87 +- src/qmmpui/translations/libqmmpui_uk_UA.ts | 87 +- src/qmmpui/translations/libqmmpui_zh_CN.ts | 87 +- src/qmmpui/translations/libqmmpui_zh_TW.ts | 87 +- src/qmmpui/txt/authors_cs.txt | 16 + src/qmmpui/txt/authors_de.txt | 14 + src/qmmpui/txt/authors_en.txt | 14 + src/qmmpui/txt/authors_es.txt | 14 + src/qmmpui/txt/authors_it.txt | 13 + src/qmmpui/txt/authors_ja.txt | 14 + src/qmmpui/txt/authors_lt.txt | 13 + src/qmmpui/txt/authors_nl.txt | 14 + src/qmmpui/txt/authors_pl.txt | 14 + src/qmmpui/txt/authors_ru.txt | 13 + src/qmmpui/txt/authors_tr.txt | 13 + src/qmmpui/txt/authors_uk_UA.txt | 16 + src/qmmpui/txt/authors_zh_CN.txt | 12 + src/qmmpui/txt/authors_zh_TW.txt | 13 + src/qmmpui/txt/description_cs.txt | 1 + src/qmmpui/txt/description_de.txt | 1 + src/qmmpui/txt/description_en.txt | 1 + src/qmmpui/txt/description_es.txt | 1 + src/qmmpui/txt/description_it.txt | 1 + src/qmmpui/txt/description_ja.txt | 1 + src/qmmpui/txt/description_lt.txt | 1 + src/qmmpui/txt/description_nl.txt | 1 + src/qmmpui/txt/description_pl.txt | 1 + src/qmmpui/txt/description_ru.txt | 1 + src/qmmpui/txt/description_tr.txt | 1 + src/qmmpui/txt/description_uk_UA.txt | 1 + src/qmmpui/txt/description_zh_CN.txt | 1 + src/qmmpui/txt/description_zh_TW.txt | 1 + src/qmmpui/txt/thanks_cs.txt | 3 + src/qmmpui/txt/thanks_de.txt | 17 + src/qmmpui/txt/thanks_en.txt | 21 + src/qmmpui/txt/thanks_es.txt | 17 + src/qmmpui/txt/thanks_it.txt | 3 + src/qmmpui/txt/thanks_ja.txt | 21 + src/qmmpui/txt/thanks_lt.txt | 17 + src/qmmpui/txt/thanks_nl.txt | 17 + src/qmmpui/txt/thanks_pl.txt | 21 + src/qmmpui/txt/thanks_ru.txt | 21 + src/qmmpui/txt/thanks_tr.txt | 3 + src/qmmpui/txt/thanks_uk_UA.txt | 20 + src/qmmpui/txt/thanks_zh_CN.txt | 21 + src/qmmpui/txt/thanks_zh_TW.txt | 21 + src/qmmpui/txt/translators_cs.txt | 24 + src/qmmpui/txt/translators_de.txt | 53 + src/qmmpui/txt/translators_en.txt | 56 + src/qmmpui/txt/translators_es.txt | 47 + src/qmmpui/txt/translators_it.txt | 34 + src/qmmpui/txt/translators_ja.txt | 53 + src/qmmpui/txt/translators_lt.txt | 50 + src/qmmpui/txt/translators_nl.txt | 47 + src/qmmpui/txt/translators_pl.txt | 53 + src/qmmpui/txt/translators_ru.txt | 56 + src/qmmpui/txt/translators_tr.txt | 35 + src/qmmpui/txt/translators_uk_UA.txt | 53 + src/qmmpui/txt/translators_zh_CN.txt | 54 + src/qmmpui/txt/translators_zh_TW.txt | 53 + src/qmmpui/txt/txt.qrc | 72 ++ src/qmmpui/uihelper.cpp | 8 + src/qmmpui/uihelper.h | 1 + 81 files changed, 4501 insertions(+), 118 deletions(-) create mode 100644 src/qmmpui/aboutdialog.cpp create mode 100644 src/qmmpui/aboutdialog_p.h create mode 100644 src/qmmpui/forms/aboutdialog.ui delete mode 100644 src/qmmpui/images/images.qrc create mode 100644 src/qmmpui/images/qmmpui_images.qrc create mode 100644 src/qmmpui/txt/authors_cs.txt create mode 100644 src/qmmpui/txt/authors_de.txt create mode 100644 src/qmmpui/txt/authors_en.txt create mode 100644 src/qmmpui/txt/authors_es.txt create mode 100644 src/qmmpui/txt/authors_it.txt create mode 100644 src/qmmpui/txt/authors_ja.txt create mode 100644 src/qmmpui/txt/authors_lt.txt create mode 100644 src/qmmpui/txt/authors_nl.txt create mode 100644 src/qmmpui/txt/authors_pl.txt create mode 100644 src/qmmpui/txt/authors_ru.txt create mode 100644 src/qmmpui/txt/authors_tr.txt create mode 100644 src/qmmpui/txt/authors_uk_UA.txt create mode 100644 src/qmmpui/txt/authors_zh_CN.txt create mode 100644 src/qmmpui/txt/authors_zh_TW.txt create mode 100644 src/qmmpui/txt/description_cs.txt create mode 100644 src/qmmpui/txt/description_de.txt create mode 100644 src/qmmpui/txt/description_en.txt create mode 100644 src/qmmpui/txt/description_es.txt create mode 100644 src/qmmpui/txt/description_it.txt create mode 100644 src/qmmpui/txt/description_ja.txt create mode 100644 src/qmmpui/txt/description_lt.txt create mode 100644 src/qmmpui/txt/description_nl.txt create mode 100644 src/qmmpui/txt/description_pl.txt create mode 100644 src/qmmpui/txt/description_ru.txt create mode 100644 src/qmmpui/txt/description_tr.txt create mode 100644 src/qmmpui/txt/description_uk_UA.txt create mode 100644 src/qmmpui/txt/description_zh_CN.txt create mode 100644 src/qmmpui/txt/description_zh_TW.txt create mode 100644 src/qmmpui/txt/thanks_cs.txt create mode 100644 src/qmmpui/txt/thanks_de.txt create mode 100644 src/qmmpui/txt/thanks_en.txt create mode 100644 src/qmmpui/txt/thanks_es.txt create mode 100644 src/qmmpui/txt/thanks_it.txt create mode 100644 src/qmmpui/txt/thanks_ja.txt create mode 100644 src/qmmpui/txt/thanks_lt.txt create mode 100644 src/qmmpui/txt/thanks_nl.txt create mode 100644 src/qmmpui/txt/thanks_pl.txt create mode 100644 src/qmmpui/txt/thanks_ru.txt create mode 100644 src/qmmpui/txt/thanks_tr.txt create mode 100644 src/qmmpui/txt/thanks_uk_UA.txt create mode 100644 src/qmmpui/txt/thanks_zh_CN.txt create mode 100644 src/qmmpui/txt/thanks_zh_TW.txt create mode 100644 src/qmmpui/txt/translators_cs.txt create mode 100644 src/qmmpui/txt/translators_de.txt create mode 100644 src/qmmpui/txt/translators_en.txt create mode 100644 src/qmmpui/txt/translators_es.txt create mode 100644 src/qmmpui/txt/translators_it.txt create mode 100644 src/qmmpui/txt/translators_ja.txt create mode 100644 src/qmmpui/txt/translators_lt.txt create mode 100644 src/qmmpui/txt/translators_nl.txt create mode 100644 src/qmmpui/txt/translators_pl.txt create mode 100644 src/qmmpui/txt/translators_ru.txt create mode 100644 src/qmmpui/txt/translators_tr.txt create mode 100644 src/qmmpui/txt/translators_uk_UA.txt create mode 100644 src/qmmpui/txt/translators_zh_CN.txt create mode 100644 src/qmmpui/txt/translators_zh_TW.txt create mode 100644 src/qmmpui/txt/txt.qrc (limited to 'src/qmmpui') diff --git a/src/qmmpui/aboutdialog.cpp b/src/qmmpui/aboutdialog.cpp new file mode 100644 index 000000000..d5f27e54a --- /dev/null +++ b/src/qmmpui/aboutdialog.cpp @@ -0,0 +1,142 @@ +/*************************************************************************** +* Copyright (C) 2006-2011 by Ilya Kotov * +* forkotov02@hotmail.ru * +* * +* This program is free software; you can redistribute it and/or modify * +* it under the terms of the GNU General Public License as published by * +* the Free Software Foundation; either version 2 of the License, or * +* (at your option) any later version. * +* * +* This program is distributed in the hope that it will be useful, * +* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * +* GNU General Public License for more details. * +* * +* You should have received a copy of the GNU General Public License * +* along with this program; if not, write to the * +* Free Software Foundation, Inc., * +* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * +***************************************************************************/ + + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include "aboutdialog_p.h" + + +AboutDialog::AboutDialog(QWidget* parent, Qt::WFlags fl) + : QDialog( parent, fl ) +{ + setupUi(this); + setAttribute(Qt::WA_QuitOnClose, false); + licenseTextEdit->setPlainText(getstringFromResource(":COPYING")); + aboutTextEdit->setHtml(loadAbout()); + authorsTextEdit->setPlainText(getstringFromResource(":authors_")); + thanksToTextEdit->setPlainText(getstringFromResource(":thanks_")); + translatorsTextEdit->setPlainText(getstringFromResource(":translators_")); +} + +AboutDialog::~AboutDialog() +{} + +/*$SPECIALIZATION$*/ +void AboutDialog::accept() +{ + QDialog::accept(); +} + +QString AboutDialog::loadAbout() +{ + QString text; + text.append(""); + text.append(""); + text.append(""); + text.append("

"+tr("Qt-based Multimedia Player (Qmmp)")+"

"); + text.append("

"+tr("Version:")+" "+ Qmmp::strVersion() + "

"); + text.append("

"+getstringFromResource(tr(":txt/description_en.txt"))+"

"); + text.append("
"+tr("Input plugins:")+"
"); + text.append("
    "); + foreach(DecoderFactory *fact, *Decoder::factories()) + { + text.append("
  • "); + text.append(fact->properties().name); + text.append("
  • "); + } + text.append("
"); + text.append("
"+tr("Output plugins:")+"
"); + text.append("
    "); + foreach(OutputFactory *fact, *Output::factories()) + { + text.append("
  • "); + text.append(fact->properties().name); + text.append("
  • "); + } + text.append("
"); + text.append("
"+tr("Visual plugins:")+"
"); + text.append("
    "); + foreach(VisualFactory *fact, *Visual::factories()) + { + text.append("
  • "); + text.append(fact->properties().name); + text.append("
  • "); + } + text.append("
"); + text.append("
"+tr("Effect plugins:")+"
"); + text.append("
    "); + foreach(EffectFactory *fact, *Effect::factories()) + { + text.append("
  • "); + text.append(fact->properties().name); + text.append("
  • "); + } + text.append("
"); + text.append("
"+tr("General plugins:")+"
"); + text.append("
    "); + foreach(GeneralFactory *fact, *General::factories()) + { + text.append("
  • "); + text.append(fact->properties().name); + text.append("
  • "); + } + text.append("
"); + + return text; +} + +QString AboutDialog::getstringFromResource(const QString& res_file) +{ + QString ret_string; + QStringList paths; + paths << res_file + Qmmp::systemLanguageID() + ".txt"; + if(Qmmp::systemLanguageID().contains(".")) + paths << res_file + Qmmp::systemLanguageID().split(".").at(0) + ".txt"; + if(Qmmp::systemLanguageID().contains("_")) + paths << res_file + Qmmp::systemLanguageID().split("_").at(0) + ".txt"; + paths << res_file + ".txt"; + paths << res_file; + + foreach(QString path, paths) + { + QFile file(path); + if (file.open(QIODevice::ReadOnly)) + { + QTextStream ts(&file); + ts.setCodec("UTF-8"); + ret_string = ts.readAll(); + file.close(); + return ret_string; + } + } + return ret_string; +} diff --git a/src/qmmpui/aboutdialog_p.h b/src/qmmpui/aboutdialog_p.h new file mode 100644 index 000000000..2e162a635 --- /dev/null +++ b/src/qmmpui/aboutdialog_p.h @@ -0,0 +1,48 @@ +/*************************************************************************** +* Copyright (C) 2006-2011 by Ilya Kotov * +* forkotov02@hotmail.ru * +* * +* This program is free software; you can redistribute it and/or modify * +* it under the terms of the GNU General Public License as published by * +* the Free Software Foundation; either version 2 of the License, or * +* (at your option) any later version. * +* * +* This program is distributed in the hope that it will be useful, * +* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * +* GNU General Public License for more details. * +* * +* You should have received a copy of the GNU General Public License * +* along with this program; if not, write to the * +* Free Software Foundation, Inc., * +* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * +***************************************************************************/ + +#ifndef ABOUTDIALOG_P_H +#define ABOUTDIALOG_P_H + +#include +#include "ui_aboutdialog.h" + +/** + @author Vladimir Kuznetsov + */ + +class AboutDialog : public QDialog, private Ui::AboutDialog +{ + Q_OBJECT +public: + AboutDialog(QWidget* parent = 0, Qt::WFlags fl = 0 ); + ~AboutDialog(); + +protected slots: + virtual void accept(); + +private: + QString loadAbout(); + QString getstringFromResource(const QString& res_file); + +}; + +#endif + diff --git a/src/qmmpui/forms/aboutdialog.ui b/src/qmmpui/forms/aboutdialog.ui new file mode 100644 index 000000000..f9ea40fca --- /dev/null +++ b/src/qmmpui/forms/aboutdialog.ui @@ -0,0 +1,162 @@ + + + AboutDialog + + + + 0 + 0 + 523 + 511 + + + + About Qmmp + + + + 9 + + + + + + + + :/logo-qmmp.png + + + Qt::AlignCenter + + + + + + + 0 + + + + About + + + + + + true + + + + + + + + Authors + + + + + + true + + + + + + + + Translators + + + + + + true + + + + + + + + Thanks To + + + + + + true + + + + + + + + License Agreement + + + + + + true + + + true + + + + + + + + + + + Qt::Horizontal + + + QDialogButtonBox::Ok + + + + + + + + + + + buttonBox + accepted() + AboutDialog + accept() + + + 248 + 254 + + + 157 + 274 + + + + + buttonBox + rejected() + AboutDialog + reject() + + + 316 + 260 + + + 286 + 274 + + + + + diff --git a/src/qmmpui/forms/configdialog.ui b/src/qmmpui/forms/configdialog.ui index 7a70aa937..0bdb05b3b 100644 --- a/src/qmmpui/forms/configdialog.ui +++ b/src/qmmpui/forms/configdialog.ui @@ -58,7 +58,7 @@ Playlist - + :/playlist.png:/playlist.png @@ -67,7 +67,7 @@ Plugins - + :/plugins.png:/plugins.png @@ -76,7 +76,7 @@ Advanced - + :/advanced.png:/advanced.png @@ -85,7 +85,7 @@ Connectivity - + :/network.png:/network.png @@ -94,7 +94,7 @@ Audio - + :/replaygain.png:/replaygain.png @@ -842,7 +842,7 @@ - + diff --git a/src/qmmpui/images/images.qrc b/src/qmmpui/images/images.qrc deleted file mode 100644 index 6f8534994..000000000 --- a/src/qmmpui/images/images.qrc +++ /dev/null @@ -1,10 +0,0 @@ - - - playlist.png - advanced.png - plugins.png - network.png - logo-qmmp.png - replaygain.png - - diff --git a/src/qmmpui/images/qmmpui_images.qrc b/src/qmmpui/images/qmmpui_images.qrc new file mode 100644 index 000000000..6f8534994 --- /dev/null +++ b/src/qmmpui/images/qmmpui_images.qrc @@ -0,0 +1,10 @@ + + + playlist.png + advanced.png + plugins.png + network.png + logo-qmmp.png + replaygain.png + + diff --git a/src/qmmpui/qmmpui.pro b/src/qmmpui/qmmpui.pro index 1a8975a69..78de88f46 100644 --- a/src/qmmpui/qmmpui.pro +++ b/src/qmmpui/qmmpui.pro @@ -43,7 +43,8 @@ HEADERS += general.h \ uihelper.h \ jumptotrackdialog_p.h \ configdialog.h \ - pluginitem_p.h + pluginitem_p.h \ + aboutdialog_p.h SOURCES += general.cpp \ playlistparser.cpp \ commandlinemanager.cpp \ @@ -64,15 +65,18 @@ SOURCES += general.cpp \ uihelper.cpp \ jumptotrackdialog.cpp \ configdialog.cpp \ - pluginitem.cpp + pluginitem.cpp \ + aboutdialog.cpp FORMS += forms/detailsdialog.ui \ forms/tageditor.ui \ forms/templateeditor.ui \ forms/jumptotrackdialog.ui \ - forms/configdialog.ui + forms/configdialog.ui \ + forms/aboutdialog.ui unix:DESTDIR = . RESOURCES += translations/libqmmpui_locales.qrc \ - images/images.qrc + images/qmmpui_images.qrc \ + txt/txt.qrc TRANSLATIONS = translations/libqmmpui_ru.ts \ translations/libqmmpui_tr.ts \ translations/libqmmpui_zh_CN.ts \ diff --git a/src/qmmpui/translations/libqmmpui_cs.ts b/src/qmmpui/translations/libqmmpui_cs.ts index 271d6eefa..a4bd708aa 100644 --- a/src/qmmpui/translations/libqmmpui_cs.ts +++ b/src/qmmpui/translations/libqmmpui_cs.ts @@ -1,6 +1,79 @@ + + AboutDialog + + + About Qmmp + O Qmmp + + + + About + O aplikaci + + + + Authors + Autoři + + + + Thanks To + Poděkování + + + + License Agreement + Licence + + + + Qt-based Multimedia Player (Qmmp) + Qt-based Multimedia Player (Qmmp) + + + + Version: + Verze: + + + + :txt/description_en.txt + :txt/description_cs.txt + + + + Input plugins: + Vstupní moduly: + + + + Output plugins: + Výstupní moduly: + + + + Visual plugins: + Vizualizační moduly: + + + + Effect plugins: + Efektové moduly: + + + + General plugins: + Obecné moduly: + + + + Translators + Překladatelé + + ConfigDialog @@ -654,33 +727,33 @@ p, li { white-space: pre-wrap; } UiHelper - + All Supported Bitstreams Všechny podporované formáty - + Select one or more files to open Vyberte jeden či více souborů k otevření - + Choose a directory Výběr adresáře - - + + Playlist Files Seznamy skladeb - + Open Playlist Načíst seznam skladeb - + Save Playlist Uložit seznam skladeb diff --git a/src/qmmpui/translations/libqmmpui_de.ts b/src/qmmpui/translations/libqmmpui_de.ts index c4de66dee..f54990408 100644 --- a/src/qmmpui/translations/libqmmpui_de.ts +++ b/src/qmmpui/translations/libqmmpui_de.ts @@ -1,6 +1,79 @@ + + AboutDialog + + + About Qmmp + Über Qmmp + + + + About + Info + + + + Authors + Autoren + + + + Thanks To + Dank an + + + + License Agreement + Lizenz + + + + Qt-based Multimedia Player (Qmmp) + Qt-basierter Multimedia-Player (Qmmp) + + + + Version: + Version: + + + + :txt/description_en.txt + :txt/description_de.txt + + + + Input plugins: + Eingabe-Module: + + + + Output plugins: + Ausgabe-Module: + + + + Visual plugins: + Visualisierungsmodule: + + + + Effect plugins: + Effekt-Module: + + + + General plugins: + Sonstige Module: + + + + Translators + Übersetzer + + ConfigDialog @@ -654,33 +727,33 @@ p, li { white-space: pre-wrap; } UiHelper - + All Supported Bitstreams Alle unterstützten Formate - + Select one or more files to open Dateien hinzufügen - + Choose a directory Verzeichnis wählen - - + + Playlist Files Wiedergabelisten - + Open Playlist Wiedergabeliste öffnen - + Save Playlist Wiedergabeliste speichern diff --git a/src/qmmpui/translations/libqmmpui_es.ts b/src/qmmpui/translations/libqmmpui_es.ts index ee495ea28..2d07da3aa 100644 --- a/src/qmmpui/translations/libqmmpui_es.ts +++ b/src/qmmpui/translations/libqmmpui_es.ts @@ -1,6 +1,79 @@ + + AboutDialog + + + About Qmmp + Acerca de Qmmp + + + + About + Acerca de + + + + License Agreement + Contrato de licencia + + + + Authors + Autores + + + + Thanks To + Gracias a + + + + Qt-based Multimedia Player (Qmmp) + Qt-based Multimedia Player (Qmmp) + + + + Version: + Versión: + + + + :txt/description_en.txt + :txt/description_es.txt + + + + Input plugins: + Módulos de entrada: + + + + Output plugins: + Módulos de salida: + + + + Visual plugins: + Módulos visuales: + + + + Effect plugins: + Módulos de efectos: + + + + General plugins: + Módulos generales: + + + + Translators + Traductores + + ConfigDialog @@ -654,33 +727,33 @@ p, li { white-space: pre-wrap; } UiHelper - + All Supported Bitstreams Todos los flujos soportados - + Select one or more files to open Seleccione uno o más archivos para abrir - + Choose a directory Seleccione un directorio - - + + Playlist Files Archivos a reproducir - + Open Playlist Abrir la lista de reproducción - + Save Playlist Guardar la lista de reproducción diff --git a/src/qmmpui/translations/libqmmpui_it.ts b/src/qmmpui/translations/libqmmpui_it.ts index 2b5358041..4eb8a0275 100644 --- a/src/qmmpui/translations/libqmmpui_it.ts +++ b/src/qmmpui/translations/libqmmpui_it.ts @@ -1,6 +1,79 @@ + + AboutDialog + + + About Qmmp + Informazioni su Qmmp + + + + About + Info + + + + License Agreement + Contratto di licenza + + + + Authors + Autori + + + + Thanks To + Ringraziamenti + + + + Qt-based Multimedia Player (Qmmp) + Qt-based Multimedia Player (Qmmp) + + + + Version: + Versione: + + + + :txt/description_en.txt + :txt/description_it.txt + + + + Input plugins: + Moduli d'entrata: + + + + Output plugins: + Moduli d'uscita : + + + + Visual plugins: + Moduli di visualizzazione: + + + + Effect plugins: + Мoduli per gli effetti: + + + + General plugins: + Moduli generali: + + + + Translators + Traduttori + + ConfigDialog @@ -654,33 +727,33 @@ p, li { white-space: pre-wrap; } UiHelper - + All Supported Bitstreams Elenco di tutti i tipi di flusso accettati - + Select one or more files to open Seleziona uno o più brani da aprire - + Choose a directory Scegliere una cartella - - + + Playlist Files Brani della lista - + Open Playlist Apri lista di brani - + Save Playlist Salva lista di brani diff --git a/src/qmmpui/translations/libqmmpui_ja.ts b/src/qmmpui/translations/libqmmpui_ja.ts index 0cdbcd50b..decc89a33 100644 --- a/src/qmmpui/translations/libqmmpui_ja.ts +++ b/src/qmmpui/translations/libqmmpui_ja.ts @@ -1,6 +1,79 @@ + + AboutDialog + + + About Qmmp + QMMPについて + + + + About + QMMPについて + + + + Authors + 作者 + + + + Translators + 翻訳者 + + + + Thanks To + 協力者 + + + + License Agreement + 使用許諾契約 + + + + Qt-based Multimedia Player (Qmmp) + Qt製マルティミディアプレイヤ QMMP + + + + Version: + バージョン: + + + + :txt/description_en.txt + :txt/description_ja.txt + + + + Input plugins: + 入力側プラグイン: + + + + Output plugins: + 出力側プラグイン: + + + + Visual plugins: + 視覚効果プラグイン: + + + + Effect plugins: + 音響効果プラグイン: + + + + General plugins: + 一般プラグイン: + + ConfigDialog @@ -654,33 +727,33 @@ p, li { white-space: pre-wrap; } UiHelper - + All Supported Bitstreams サポート対象のすべてのデジタル録音物 - + Select one or more files to open 開きたいファイルを選ぶ (複数可) - + Choose a directory ディレクトリを選択 - - + + Playlist Files プレイリストファイル - + Open Playlist プレイリストを開く - + Save Playlist プレイリストを保存 diff --git a/src/qmmpui/translations/libqmmpui_lt.ts b/src/qmmpui/translations/libqmmpui_lt.ts index dc3eb3145..dfe393b27 100644 --- a/src/qmmpui/translations/libqmmpui_lt.ts +++ b/src/qmmpui/translations/libqmmpui_lt.ts @@ -1,6 +1,79 @@ + + AboutDialog + + + About Qmmp + Apie Qmmp + + + + About + Apie + + + + License Agreement + Licenzija + + + + Authors + Autoriai + + + + Thanks To + Dėkojame + + + + Qt-based Multimedia Player (Qmmp) + + + + + Version: + Versija: + + + + :txt/description_en.txt + :txt/description_lt.txt + + + + Input plugins: + Įeinantys: + + + + Output plugins: + Išeinantys: + + + + Visual plugins: + Vizualizacijos: + + + + Effect plugins: + Efektai: + + + + General plugins: + Bendriniai įskiepiai: + + + + Translators + Vertėjai + + ConfigDialog @@ -655,33 +728,33 @@ p, li { white-space: pre-wrap; } UiHelper - + All Supported Bitstreams Palaikomi bylų tipai - + Select one or more files to open Pasirinkite vieną ar kelias bylas atvėrimui - + Choose a directory Pasirinkite aplanką - - + + Playlist Files Grojaraščio bylos - + Open Playlist Atverti grojaraštį - + Save Playlist Išsaugoti grojaraštį diff --git a/src/qmmpui/translations/libqmmpui_nl.ts b/src/qmmpui/translations/libqmmpui_nl.ts index 282569203..fbbf79b70 100644 --- a/src/qmmpui/translations/libqmmpui_nl.ts +++ b/src/qmmpui/translations/libqmmpui_nl.ts @@ -1,6 +1,79 @@ + + AboutDialog + + + About Qmmp + + + + + About + + + + + Authors + + + + + Translators + + + + + Thanks To + + + + + License Agreement + + + + + Qt-based Multimedia Player (Qmmp) + + + + + Version: + + + + + :txt/description_en.txt + + + + + Input plugins: + + + + + Output plugins: + + + + + Visual plugins: + + + + + Effect plugins: + + + + + General plugins: + + + ConfigDialog @@ -654,33 +727,33 @@ p, li { white-space: pre-wrap; } UiHelper - + All Supported Bitstreams Alle Ondersteunde Bitstromen - + Select one or more files to open Kies een of meer bestanden om te openen - + Choose a directory Kies een map - - + + Playlist Files Afspeellijst Bestanden - + Open Playlist Open Afspeellijst - + Save Playlist Bewaar Afspeellijst diff --git a/src/qmmpui/translations/libqmmpui_pl.ts b/src/qmmpui/translations/libqmmpui_pl.ts index af5cf0950..070eb1a74 100644 --- a/src/qmmpui/translations/libqmmpui_pl.ts +++ b/src/qmmpui/translations/libqmmpui_pl.ts @@ -1,6 +1,79 @@ + + AboutDialog + + + About Qmmp + + + + + About + + + + + Authors + + + + + Translators + + + + + Thanks To + + + + + License Agreement + + + + + Qt-based Multimedia Player (Qmmp) + + + + + Version: + + + + + :txt/description_en.txt + + + + + Input plugins: + + + + + Output plugins: + + + + + Visual plugins: + + + + + Effect plugins: + + + + + General plugins: + + + ConfigDialog @@ -646,33 +719,33 @@ p, li { white-space: pre-wrap; } UiHelper - + All Supported Bitstreams Wszystkie wspierane formaty - + Select one or more files to open Wybierz jeden lub więcej plików do otwarcia - + Choose a directory Wybierz katalog - - + + Playlist Files Pliki listy odtwarzania - + Open Playlist Otwórz listę odtwarzania - + Save Playlist Zapisz listę odtwarzania diff --git a/src/qmmpui/translations/libqmmpui_pt_BR.ts b/src/qmmpui/translations/libqmmpui_pt_BR.ts index 14c1cbbed..fd7e6f5e1 100644 --- a/src/qmmpui/translations/libqmmpui_pt_BR.ts +++ b/src/qmmpui/translations/libqmmpui_pt_BR.ts @@ -1,6 +1,79 @@ + + AboutDialog + + + About Qmmp + Sobre QMMP + + + + About + Sobre + + + + License Agreement + Concordância com a Licença + + + + Authors + Autores + + + + Thanks To + Agradecimentos para + + + + Qt-based Multimedia Player (Qmmp) + + + + + Version: + + + + + :txt/description_en.txt + + + + + Input plugins: + + + + + Output plugins: + + + + + Visual plugins: + + + + + Effect plugins: + + + + + General plugins: + + + + + Translators + + + ConfigDialog @@ -646,33 +719,33 @@ p, li { white-space: pre-wrap; } UiHelper - + All Supported Bitstreams - + Select one or more files to open Selecionar um ou mais arquivos - + Choose a directory Escolher o diretorio - - + + Playlist Files ФArquivos de lista de músicas - + Open Playlist Abrir Playlist - + Save Playlist Salvar Playlist diff --git a/src/qmmpui/translations/libqmmpui_ru.ts b/src/qmmpui/translations/libqmmpui_ru.ts index 96bbdd49b..658f46f39 100644 --- a/src/qmmpui/translations/libqmmpui_ru.ts +++ b/src/qmmpui/translations/libqmmpui_ru.ts @@ -1,6 +1,79 @@ + + AboutDialog + + + About Qmmp + О Qmmp + + + + About + О программе + + + + License Agreement + Лицензия + + + + Authors + Авторы + + + + Thanks To + Благодарности + + + + Qt-based Multimedia Player (Qmmp) + + + + + Version: + Версия: + + + + :txt/description_en.txt + :txt/description_ru.txt + + + + Input plugins: + Модули ввода: + + + + Output plugins: + Модули вывода: + + + + Visual plugins: + Модули визуализации: + + + + Effect plugins: + Модули эффектов: + + + + General plugins: + Общие модули: + + + + Translators + Переводчики + + ConfigDialog @@ -646,33 +719,33 @@ p, li { white-space: pre-wrap; } UiHelper - + All Supported Bitstreams Все форматы - + Select one or more files to open Выберите один или несколько файлов - + Choose a directory Выберите директорию - - + + Playlist Files Файлы списков - + Open Playlist Открыть список - + Save Playlist Сохранить список diff --git a/src/qmmpui/translations/libqmmpui_sk.ts b/src/qmmpui/translations/libqmmpui_sk.ts index 89c4fa77b..8e6721c02 100644 --- a/src/qmmpui/translations/libqmmpui_sk.ts +++ b/src/qmmpui/translations/libqmmpui_sk.ts @@ -1827,4 +1827,1830 @@ Vizualizácie + + AboutDialog + + + About Qmmp + O Qmmp + + + + About + O progarme + + + + Authors + Autori + + + + Thanks To + Poďakovanie + + + + License Agreement + Licencia + + + + :/txt/authors_en.txt + :/txt/authors_sk.txt + + + + :/txt/thanks_en.txt + :/txt/thanks_sk.txt + + + + Qt-based Multimedia Player (Qmmp) + Qt-based Multimedia Player (Qmmp) + + + + Version: + Verzia: + + + + :txt/description_en.txt + :txt/description_sk.txt + + + + Input plugins: + Vstupné moduly: + + + + Output plugins: + Výstupné moduly: + + + + Visual plugins: + Vizualizačné moduly: + + + + Effect plugins: + Moduly efektov: + + + + General plugins: + Všebecné moduly: + + + + Translators + Prekladatelia + + + + :/txt/translators_en.txt + :/txt/translators_sk.txt + + + + ActionManager + + + &Play + &Hrať + + + + X + X + + + + &Pause + &Pozastaviť + + + + C + C + + + + &Stop + Za&staviť + + + + V + V + + + + &Previous + &Predchádzajúca + + + + Z + Z + + + + &Next + &Nasledujúca + + + + B + B + + + + &Play/Pause + &Hrať/Pozastaviť + + + + Space + Medzerník + + + + &Jump to File + P&resjočiť na súbor + + + + J + J + + + + &Repeat Playlist + &Opakovať playlist + + + + R + R + + + + &Repeat Track + &Opakovať skladbu + + + + Ctrl+R + Ctrl+R + + + + &Shuffle + &Zamiešať + + + + S + S + + + + &No Playlist Advance + &Nepokročilý playlist + + + + Ctrl+N + Ctrl+N + + + + &Stop After Selected + &Zastaviť po vybranej + + + + Ctrl+S + Ctrl+S + + + + &Clear Queue + &Vyčistiť rad + + + + Alt+Q + Alt+Q + + + + Show Playlist + Ukázať playlist + + + + Alt+E + Alt+E + + + + Show Equalizer + Ukázať ekvalizér + + + + Alt+G + Alt+G + + + + Always on Top + Vždy na vrchu + + + + Put on All Workspaces + Dať na všetky plochy + + + + Double Size + Dvojitá veľkosť + + + + Meta+D + Meta+D + + + + &Add File + &Pridať súbor + + + + F + F + + + + &Add Directory + &Pridať priečinok + + + + D + D + + + + &Add Url + &Pridať URL + + + + U + U + + + + &Remove Selected + Odst&rániť vybraté + + + + Del + Del + + + + &Remove All + Odst&rániť všetko + + + + &Remove Unselected + Odst&rániť nevybraté + + + + Remove unavailable files + Odstrániť nedostupné súbory + + + + Remove duplicates + Odstrániť duplikáty + + + + &Queue Toggle + &Zaradiť prepínanie + + + + Q + Q + + + + Invert Selection + Invertovať výber + + + + &Select None + Zrušiť &výber + + + + &Select All + &Vybrať všetko + + + + Ctrl+A + Ctrl+A + + + + &View Track Details + &Zobraziť detaily o skladbe + + + + Alt+I + Alt+I + + + + &New List + &Nový zoznam + + + + Ctrl+T + Ctrl+T + + + + &Delete List + &Vymazať zoznam + + + + Ctrl+W + Ctrl+W + + + + &Load List + &Načítať zoznam + + + + O + O + + + + &Save List + &Uložiť zoznam + + + + Shift+S + Shift+S + + + + &Select Next Playlist + &Vybrať nasledujúci playlist + + + + Ctrl+PgDown + Ctrl+Page Down + + + + &Select Previous Playlist + &Vybrať predchádzajúci playlist + + + + Ctrl+PgUp + Ctrl+Page Up + + + + &Show Playlists + &kázať playlisty + + + + P + P + + + + &Settings + Na&stavenia + + + + Ctrl+P + Ctrl+P + + + + &About + O progr&ame + + + + &About Qt + &O Qt + + + + &Exit + &Ukončiť + + + + Ctrl+Q + Ctrl+Q + + + + AddUrlDialog + + + Enter URL to add + Pridať URL + + + + Error + Chyba + + + + &Add + Prid&ať + + + + &Cancel + &Zrušiť + + + + BuiltinCommandLineOption + + + Skip forward in playlist + Posunúť sa v plaliste + + + + Skip backwards in playlist + Vrátiť sa v playliste + + + + Start playing current song + Začať prehrávanie súčasnej piesne + + + + Don't clear the playlist + Nevyčisťovať playlist + + + + Pause current song + Pozastaviť súčasnú pieseň + + + + Pause if playing, play otherwise + Pozastaviť ak hrá, inak hrať + + + + Stop current song + Zastaviť súčasnú pieseň + + + + Display Jump to File dialog + Zobraziť dialóg Preskočiť na súbor + + + + Set playback volume (example: qmmp --volume 20) + Nastaviť hlasitosť prehrávania (napríklad: qmmp --volume 20) + + + + Show/hide application + Zobraziť/skryť program + + + + Display Add File dialog + Zobraziť dialóg Pridať súbor + + + + Display Add Directory dialog + Zobraziť dialóg Pridať priečinok + + + + ConfigDialog + + + Description + Popis + + + + Filename + Názov súboru + + + + Artist + Interprét + + + + + Album + Album + + + + Track + Skladba + + + + Disabled + Zakázané + + + + Transports + Protokoly + + + + Decoders + Dekodéry + + + + Engines + Prehrávače + + + + Misc + Rôzn. + + + + Title + Názov + + + + Track number + Číslo skladby + + + + Two-digit track number + Dvojmiestne číslo skladby + + + + Disc number + Číslo disku + + + + Condition + Stav + + + + Composer + Skladateľ + + + + File name + Názov súboru + + + + File path + Cesta k súboru + + + + Genre + Žáner + + + + Year + Rok + + + + Comment + Poznámka + + + + Qmmp Settings + Qmmp nastavenia + + + + Appearance + Vzhľad + + + + + + Playlist + Playlist + + + + Plugins + Moduly + + + + Advanced + Pokročilé + + + + Skins + Skiny + + + + Fonts + Písma + + + + Player: + Prehrávač: + + + + Playlist: + Playlist: + + + + + ??? + ??? + + + + Replay Gain + Zisk pri prehrávaní + + + + Miscellaneous + Rôzne + + + + + + ... + ... + + + + Use bitmap font if available + Použiť bitmapové písmo, ak je dostupné + + + + Use skin cursors + Použiť kurzory zo skinu + + + + Shortcuts + Skratky + + + + Metadata + Metadáta + + + + Load metadata from files + Čítať metadáta zo súborov + + + + Song Display + Zobrazenie skladby + + + + Title format: + Formát titulku: + + + + Show song numbers + Zobrazovať čísla piesní + + + + Show playlists + Zobrazovať playlisty + + + + Show popup information + Zobrazovať upozornenia s informáciami + + + + Show anchor + Zobrazovať ukotvenie + + + + Align song numbers + Zarovnať čísla piesní + + + + + Preferences + Nastavenia + + + + + + Information + Informácie + + + + Cover Image Retrieve + Získať obrázok obalu + + + + Use separate image files + Používať samostatné súbory obrázkov + + + + Include files: + Zahrnúť súbory: + + + + Exclude files: + Vynechať súbory: + + + + Recursive search depth: + Hĺbka rekurzívneho hľadania: + + + + + Playback + Prehrávanie + + + + Continue playback on startup + Pri štarte pokračovať v prehrávaní + + + + Replay Gain mode: + Režim úpravy zisku pri prehrávaní: + + + + Preamp: + Predzosilnenie: + + + + + dB + dB + + + + Default gain: + Východzý zisk: + + + + Use peak info to prevent clipping + Použiť informáciu o vrchole k zabráneniu orezu + + + + Output: + Výstup: + + + + Buffer size: + Veľkosť bufferu: + + + + ms + ms + + + + 16-bit output + 16bitový výstup + + + + Action + Činnosť + + + + Shortcut + Skratka + + + + Change shortcut... + Zmeniť skratku... + + + + Connectivity + Pripojenie k sieti + + + + + View + Zobrazenie + + + + Edit template + Upraviť šablónu + + + + File Dialog + Súborový dialóg + + + + Proxy + Proxy + + + + Enable proxy usage + Povoliť používanie proxy + + + + Proxy host name: + Adresa proxy: + + + + Proxy port: + Port proxy: + + + + Use authentication with proxy + Použiť autentifikáciu s proxy + + + + Proxy user name: + Proxy použivateľské meno: + + + + Proxy password: + Proxy heslo: + + + + Archived skin + Archivovaný skin + + + + Unarchived skin + Nearchivovaný skin + + + + Visualization + Vizualizácie + + + + Effects + Efekty + + + + General + Všeobecné + + + + + Audio + Zvuk + + + + Use software volume control + Používať softwarové ovládanie hlasitosti + + + + Hide on close + Skryť pri zatvorení + + + + Start hidden + Spustiť skryté + + + + Convert underscores to blanks + Previesť podčiarknutia na medzery + + + + Convert %20 to blanks + Previesť %20 na mdezery + + + + Select Skin Files + Vybrať súbory skinov + + + + Skin files + Súbory skinov + + + + Add... + Pridať... + + + + Refresh + Obnoviť + + + + Show protocol + Zobraziť protokol + + + + Transparency + Priehľadnosť + + + + Main window + Hlavné okno + + + + + + 0 + 0 + + + + Equalizer + Ekvalizér + + + + EqWidget + + + Equalizer + Ekvalizér + + + + + preset + předvolba + + + + &Load/Delete + &Načíst/Odstranit + + + + &Save Preset + &Uložit předvolbu + + + + &Save Auto-load Preset + Uložit &automatickou předvolbu + + + + &Import + &Importovat + + + + &Clear + &Vynulovat + + + + Saving Preset + Uložení předvolby + + + + Preset name: + Název předvolby: + + + + preset # + předvolba # + + + + Import Preset + Importovat předvolbu + + + + JumpToTrackDialog + + + Q + Q + + + + J + J + + + + F5 + F5 + + + + + Unqueue + Vyradiť + + + + + + Queue + Zaradiť + + + + Jump To Track + Preskočiť na skladbu + + + + Filter + Filter + + + + Refresh + Obnoviť + + + + Jump To + Preskočiť na + + + + MainDisplay + + + Previous + Predchádzajúca + + + + Play + Hrať + + + + Pause + Pozastaviť + + + + Stop + Zastaviť + + + + Next + Nasledujúca + + + + Add file + Pridať súbor + + + + Equalizer + Ekvalizér + + + + Playlist + Playlist + + + + Repeat playlist + Opakovať playlist + + + + Shuffle + Zamiešať + + + + Volume + Hlasitosť + + + + Balance + Vyváženie + + + + Volume: %1% + Hlasitosť: %1% + + + + Balance: %1% right + Vyváženie: %1% vpravo + + + + Balance: %1% left + Vyváženie: %1% vľavo + + + + Balance: center + Vyváženie: stred + + + + Seek to: %1 + Pretočiť na: %1 + + + + MainVisual + + + Visualization Mode + Režim vizualizácií + + + + Analyzer + Analyzér + + + + Scope + Osciloskop + + + + Off + Vypnuté + + + + Analyzer Mode + Režim analyzéra + + + + Normal + Normálny + + + + Fire + Oheň + + + + Vertical Lines + Stĺpce + + + + Lines + Čiary + + + + Bars + Prúžky + + + + Peaks + Špičky + + + + Refresh Rate + Obnovovacia frekvencia + + + + 50 fps + 50 fps + + + + 25 fps + 25 fps + + + + 10 fps + 10 fps + + + + 5 fps + 5 fps + + + + Analyzer Falloff + Pokles analyzéra + + + + + Slowest + Najpomaljšie + + + + + Slow + Pomaly + + + + + Medium + Stredne + + + + + Fast + Rýchlo + + + + + Fastest + Najrýchlejšie + + + + Peaks Falloff + Pokles špičiek + + + + Background + Pozadie + + + + Transparent + Priehľadné + + + + MainWindow + + + Choose a directory + Vyberte priečinok + + + + Select one or more files to open + Vyberte jeden alebo viac súborov na otvorenie + + + + &Jump To File + &Preskočiť na súbor + + + + J + J + + + + View + Zobraziť + + + + Playlist + Playlist + + + + + Playlist Files + Súbory playlistov + + + + Open Playlist + Otvoriť playlist + + + + Save Playlist + Uložiť playlist + + + + All Supported Bitstreams + Všetky podporované formáty + + + + Tools + Nástroje + + + + PlayList + + + Sort List + Triediť zoznam + + + + + By Title + Podľa názvu + + + + + By Album + Podľa albumu + + + + + By Artist + Podľa interpréta + + + + + By Filename + Podľa názvu súboru + + + + + By Path + Filename + Podľa cesty a názvu súboru + + + + + By Date + Podľa dátumu + + + + Sort Selection + Potriediť výber + + + + Randomize List + Zamiešať zoznam + + + + Reverse List + Otočiť zoznam + + + + &New PlayList + &Nový playlist + + + + &Copy Selection To + &Skopírovať výber do + + + + Playlist + Playlist + + + + + By Track Number + Podľa čísla skladby + + + + Actions + Činnosti + + + + PlayListBrowser + + + Playlist Browser + Prehliadač playlistu + + + + New + Nový + + + + + Delete + Vymazať + + + + + ... + ... + + + + Rename + Premenovať + + + + PlayListSelector + + + &Load + &Načítať + + + + &Save As... + &Uložiť ako... + + + + Rename + Premenovať + + + + &Delete + &Vymazať + + + + Rename Playlist + Premenovať playlist + + + + Playlist name: + Název playlistu: + + + + PopupSettings + + + Popup Information Settings + Nastavenie informácií v upozornení + + + + Show cover + Zobraziť obal + + + + Transparency: + Priehľadnosť: + + + + Delay: + Oneskorenie: + + + + ms + ms + + + + Cover size: + Veľkosť obalu: + + + + Template + Šablóna + + + + Reset + Zresetovať + + + + Insert + Vložiť + + + + Artist + Interprét + + + + Album + Album + + + + Title + Názov + + + + Track number + Číslo skladby + + + + Two-digit track number + Dvojmiestne číslo skladby + + + + Genre + Žáner + + + + Comment + Poznámka + + + + Composer + Skladateľ + + + + Duration + Dĺžka + + + + Disc number + Číslo disku + + + + File name + Názov súboru + + + + File path + Cesta k súboru + + + + Year + Rok + + + + Condition + Stav + + + + PresetEditor + + + Preset Editor + Editor predvolieb + + + + Load + Načítať + + + + Delete + Vymazať + + + + Preset + Predvoľba + + + + Auto-preset + Automatická predvoľba + + + + QMMPStarter + + + Usage: qmmp [options] [files] + Použitie: qmmp [možnosti] [súbory] + + + + Options: + Možnosti: + + + + Don't start the application + Nezapnúť program + + + + Print version number and exit + Vypísať číslo verzie a skončiť + + + + Ideas, patches, bugreports send to forkotov02@hotmail.ru + Nápady, záplaty, hlásenie chýb posílejte na forkotov02@hotmail.ru (anglicky) + + + + Display this text and exit + Zobraziť tento text a skončiť + + + + Unknown command + Neznámý príkaz + + + + QMMP version: + Verzia QMMP: + + + + Qt version: + Verzia Qt: + + + + ShortcutDialog + + + Change Shortcut + Zmeniť skratku + + + + Press the key combination you want to assign + Stlačte klávesovú kombináciu ktorú chcete priradiť + + + + Clear + Vyčistiť + + + + TextScroller + + + Autoscroll Songname + Automaticky skrolovať názov piesne + + + + Buffering: %1% + Bufferuje sa:%1% + + + + VisualMenu + + + Visualization + Vizualizácie + + diff --git a/src/qmmpui/translations/libqmmpui_tr.ts b/src/qmmpui/translations/libqmmpui_tr.ts index 4911f79a9..6d5d6413c 100644 --- a/src/qmmpui/translations/libqmmpui_tr.ts +++ b/src/qmmpui/translations/libqmmpui_tr.ts @@ -1,6 +1,79 @@ + + AboutDialog + + + About Qmmp + Qmmp Hakkında + + + + About + Hakkında + + + + License Agreement + Lisans Anlaşması + + + + Authors + Yazarlar + + + + Thanks To + Teşekkürler + + + + Qt-based Multimedia Player (Qmmp) + Qt tabanlı Çokluortam Oynatıcısı (Qmmp) + + + + Version: + Sürüm: + + + + :txt/description_en.txt + :txt/description_tr.txt + + + + Input plugins: + Girdi eklentileri: + + + + Output plugins: + Çıktı eklentileri: + + + + Visual plugins: + Görsel eklentiler: + + + + Effect plugins: + Efekt eklentileri: + + + + General plugins: + Genel eklentiler: + + + + Translators + Çevirmenler + + ConfigDialog @@ -646,33 +719,33 @@ p, li { white-space: pre-wrap; } UiHelper - + All Supported Bitstreams Tüm Desteklenen Bitstreamler - + Select one or more files to open Açmak için bir yada daha çok dosya seçin - + Choose a directory Bir dizin seçin - - + + Playlist Files Çalma Listesi Dosyaları - + Open Playlist Çalma Listesini Aç - + Save Playlist Çalma Listesini Kaydet diff --git a/src/qmmpui/translations/libqmmpui_uk_UA.ts b/src/qmmpui/translations/libqmmpui_uk_UA.ts index 28079e6b5..08b0d1bcb 100644 --- a/src/qmmpui/translations/libqmmpui_uk_UA.ts +++ b/src/qmmpui/translations/libqmmpui_uk_UA.ts @@ -1,6 +1,79 @@ + + AboutDialog + + + About Qmmp + Про Qmmp + + + + About + Про програму + + + + License Agreement + Ліцензія + + + + Authors + Автори + + + + Thanks To + Подяки + + + + Qt-based Multimedia Player (Qmmp) + Мультимедійний програвач на базі Qt (Qmmp) + + + + Version: + Версія: + + + + :txt/description_en.txt + :txt/description_uk_UA.txt + + + + Input plugins: + Модулі введення: + + + + Output plugins: + Модулі виведення: + + + + Visual plugins: + Модулі візуалізації: + + + + Effect plugins: + Модулі ефектів: + + + + General plugins: + Загальні модулі: + + + + Translators + Перекладачі + + ConfigDialog @@ -646,33 +719,33 @@ p, li { white-space: pre-wrap; } UiHelper - + All Supported Bitstreams Усі формати - + Select one or more files to open Виберіть один чи кілька файлів - + Choose a directory Виберіть теку - - + + Playlist Files Файли списків - + Open Playlist Відкрити список - + Save Playlist Зберегти список diff --git a/src/qmmpui/translations/libqmmpui_zh_CN.ts b/src/qmmpui/translations/libqmmpui_zh_CN.ts index 7ba9631c7..d44dee9a9 100644 --- a/src/qmmpui/translations/libqmmpui_zh_CN.ts +++ b/src/qmmpui/translations/libqmmpui_zh_CN.ts @@ -1,6 +1,79 @@ + + AboutDialog + + + About Qmmp + 关于 Qmmp + + + + About + 关于 + + + + License Agreement + 许可协议 + + + + Authors + 作者 + + + + Thanks To + 感谢 + + + + Qt-based Multimedia Player (Qmmp) + 基于 Qt 的多媒体播放器 (Qmmp) + + + + Version: + 版本: + + + + :txt/description_en.txt + :txt/description_zh_CN.txt + + + + Input plugins: + 输入插件: + + + + Output plugins: + 输出插件 + + + + Visual plugins: + 可视化插件 + + + + Effect plugins: + 特效插件: + + + + General plugins: + 常规插件: + + + + Translators + 翻译 + + ConfigDialog @@ -646,33 +719,33 @@ p, li { white-space: pre-wrap; } UiHelper - + All Supported Bitstreams 支持的全部文件 - + Select one or more files to open 选择打开一个或更多文件 - + Choose a directory 选择一个目录 - - + + Playlist Files 播放列表文件 - + Open Playlist 打开播放列表 - + Save Playlist 保存播放列表 diff --git a/src/qmmpui/translations/libqmmpui_zh_TW.ts b/src/qmmpui/translations/libqmmpui_zh_TW.ts index 1dfbe2556..312aeb2ff 100644 --- a/src/qmmpui/translations/libqmmpui_zh_TW.ts +++ b/src/qmmpui/translations/libqmmpui_zh_TW.ts @@ -1,6 +1,79 @@ + + AboutDialog + + + About Qmmp + 關於 Qmmp + + + + About + 關於 + + + + License Agreement + 許可協定 + + + + Authors + 作者 + + + + Thanks To + 感謝 + + + + Qt-based Multimedia Player (Qmmp) + 基於 Qt 的多媒體播放器 (Qmmp) + + + + Version: + 版本: + + + + :txt/description_en.txt + :txt/description_zh_TW.txt + + + + Input plugins: + 匯入插件: + + + + Output plugins: + 匯出插件 + + + + Visual plugins: + 可視化插件 + + + + Effect plugins: + 特效插件: + + + + General plugins: + 常規插件: + + + + Translators + 翻譯 + + ConfigDialog @@ -646,33 +719,33 @@ p, li { white-space: pre-wrap; } UiHelper - + All Supported Bitstreams 支援的全部檔案 - + Select one or more files to open 選取開啟一個或更多檔案 - + Choose a directory 選取一個目錄 - - + + Playlist Files 播放清單檔案 - + Open Playlist 開啟播放清單 - + Save Playlist 儲存播放清單 diff --git a/src/qmmpui/txt/authors_cs.txt b/src/qmmpui/txt/authors_cs.txt new file mode 100644 index 000000000..191228144 --- /dev/null +++ b/src/qmmpui/txt/authors_cs.txt @@ -0,0 +1,16 @@ +Vývojáři programu: + + Илья Котов (Ilja Kotov) (nápad a základní kód) + Владимир Кузнецов (Vladimír Kuzněcov) (vzhled a mnoho vylepšení) + +Vývojáři zásuvných modulů: + + Юрий Журавлёв (Jurij Žuravljov) (jack plugin) + +Grafika: + + Андрей Адреев (Andrej Adrejev) + +Český překlad: + + Karel Volný diff --git a/src/qmmpui/txt/authors_de.txt b/src/qmmpui/txt/authors_de.txt new file mode 100644 index 000000000..331a0c8d6 --- /dev/null +++ b/src/qmmpui/txt/authors_de.txt @@ -0,0 +1,14 @@ +Hauptentwickler: + + Ilya Kotov (Idee und Programmierung) + Vladimir Kuznetsov (Look & Feel und viele Verbesserungen) + +Plugin-Entwickler: + + Artur Guzik (KDE-4-Benachrichtigungs-Modul, Verbesserungen am Statussymbol-Modul) + Yuriy Zhuravlev (JACK- und OSS-Plugin) + +Artwork: + + Andrey Adreev + diff --git a/src/qmmpui/txt/authors_en.txt b/src/qmmpui/txt/authors_en.txt new file mode 100644 index 000000000..87231af8c --- /dev/null +++ b/src/qmmpui/txt/authors_en.txt @@ -0,0 +1,14 @@ +Core Developers: + + Ilya Kotov (idea and base code) + Vladimir Kuznetsov (look&feel and many improvements) + +Plugin Developers: + + Artur Guzik (kde4 notification plugin, tray icon improvements) + Yuriy Zhuravlev (jack & oss plugin) + +Artwork: + + Andrey Adreev + diff --git a/src/qmmpui/txt/authors_es.txt b/src/qmmpui/txt/authors_es.txt new file mode 100644 index 000000000..3acfbaf71 --- /dev/null +++ b/src/qmmpui/txt/authors_es.txt @@ -0,0 +1,14 @@ +Desarrolladores principales: + + Ilya Kotov (idea y cdigo base) + Vladimir Kuznetsov (estilo y muchas mejoras) + +Desarrolladores de mdulos: + + Artur Guzik (mdulo de notificacin kde4, mejoras en el icono de estado) + Yuriy Zhuravlev (mdulos para jack y oss) + +Material grfico: + + Andrey Adreev + diff --git a/src/qmmpui/txt/authors_it.txt b/src/qmmpui/txt/authors_it.txt new file mode 100644 index 000000000..2d205cb32 --- /dev/null +++ b/src/qmmpui/txt/authors_it.txt @@ -0,0 +1,13 @@ +Sviluppatori del programma base: + + Ilya Kotov (idea e codice di base) + Vladimir Kuznetsov (aspetto e molti miglioramenti) + +Sviluppatori dei moduli: + + Yuriy Zhuravlev (moduli & oss jack) + +Grafica: + + Andrey Adreev + diff --git a/src/qmmpui/txt/authors_ja.txt b/src/qmmpui/txt/authors_ja.txt new file mode 100644 index 000000000..e5c460acf --- /dev/null +++ b/src/qmmpui/txt/authors_ja.txt @@ -0,0 +1,14 @@ +中心的な開発者: + + Илья Котов (Ilya Kotov) (発案と基礎コード) + Владимир Кузнецов (Vladimir Kuznetsov) (使い勝手及び外見、 数多くの拡張) + +プラグイン開発者: + + Artur Guzik (KDE4通知プラグイン、 トレイアイコン拡張) + Юрий Журавлёв (Yuriy Zhuravlev) (jack & OSS プラグイン) + +美術: + + Андрей Андреев (Andrey Andreev) + diff --git a/src/qmmpui/txt/authors_lt.txt b/src/qmmpui/txt/authors_lt.txt new file mode 100644 index 000000000..b778cefc2 --- /dev/null +++ b/src/qmmpui/txt/authors_lt.txt @@ -0,0 +1,13 @@ +Programos autoriai: + + Ilya Kotov (Idėja ir pagrindinis kodas) + Vladimir Kuznetsov (Išvaizda ir daugybė patobulinimų) + +Įskiepiai: + + Artur Guzik (kde4 pranešimų įskiepis, sistemos dėklo ikonos patobulinimai) + Yuriy Zhuravlev (Įskiepiai jack, oss) + +Grafika: + + Andrey Adreev diff --git a/src/qmmpui/txt/authors_nl.txt b/src/qmmpui/txt/authors_nl.txt new file mode 100644 index 000000000..4fe8fac4b --- /dev/null +++ b/src/qmmpui/txt/authors_nl.txt @@ -0,0 +1,14 @@ +Hoofdontwikkelaars: + + Ilya Kotov (idee en codebasis) + Vladimir Kuznetsov (uiterlijk&gebruik en vele verbeteringen) + +Module-ontwikkelaars: + + Artur Guzik (kde4 notificatie plugin, taak icoon verbeteringen) + Yuriy Zhuravlev (jack & oss module) + +Ontwerp: + + Andrey Adreev + diff --git a/src/qmmpui/txt/authors_pl.txt b/src/qmmpui/txt/authors_pl.txt new file mode 100644 index 000000000..e37d88ee4 --- /dev/null +++ b/src/qmmpui/txt/authors_pl.txt @@ -0,0 +1,14 @@ +Główni programiści: + + Ilya Kotov (pomysł i właściwy kod) + Vladimir Kuznetsov (look&feel oraz wiele usprawnień) + +Twórcy wtyczek: + + Artur Guzik (wtyczka powiadamiania KDE4, usprawnienia ikony statusu) + Yuriy Zhuravlev (wtyczki jack & oss) + +Grafika: + + Andrey Adreev + diff --git a/src/qmmpui/txt/authors_ru.txt b/src/qmmpui/txt/authors_ru.txt new file mode 100644 index 000000000..9b6336d80 --- /dev/null +++ b/src/qmmpui/txt/authors_ru.txt @@ -0,0 +1,13 @@ +Разработчики ядра: + + Владимир Кузнецов (внешний вид и множество улучшений) + Илья Котов (идея и основной код) + +Разработчики модулей: + + Artur Guzik (модуль уведомлений kde4, улучшения в модуле системного лотка) + Юрий Журавлёв (модули jack, oss) + +Графика: + + Андрей Андреев diff --git a/src/qmmpui/txt/authors_tr.txt b/src/qmmpui/txt/authors_tr.txt new file mode 100644 index 000000000..292b222d7 --- /dev/null +++ b/src/qmmpui/txt/authors_tr.txt @@ -0,0 +1,13 @@ +Çekirdek Geliştiriciler: + + Ilya Kotov (fikirler ve temel kod) + Vladimir Kuznetsov (görünüm ve birçok iyileştirme) + +Eklenti Geliştiricileri: + + Yuriy Zhuravlev (jack & oss eklentisi) + +Artwork: + + Andrey Adreev + diff --git a/src/qmmpui/txt/authors_uk_UA.txt b/src/qmmpui/txt/authors_uk_UA.txt new file mode 100644 index 000000000..9dd59194d --- /dev/null +++ b/src/qmmpui/txt/authors_uk_UA.txt @@ -0,0 +1,16 @@ +Розробники ядра: + + Володимир Кузнєцов (зовнішній вигляд і безліч поліпшень) + Ілля Котов (ідея і основний код) + +Розробники модулів: + + Юрій Журавльов (модулі jack, oss) + +Український переклад: + + Моцьо Геннадій + +Графіка: + + Андрій Андрєєв diff --git a/src/qmmpui/txt/authors_zh_CN.txt b/src/qmmpui/txt/authors_zh_CN.txt new file mode 100644 index 000000000..f554ce7e9 --- /dev/null +++ b/src/qmmpui/txt/authors_zh_CN.txt @@ -0,0 +1,12 @@ +核心开发: + + Ilya Kotov (idea and base code) + Vladimir Kuznetsov (look&feel and many improvements) + +插件开发: + + Yuriy Zhuravlev (jack plugin) + +美术: + + Andrey Adreev diff --git a/src/qmmpui/txt/authors_zh_TW.txt b/src/qmmpui/txt/authors_zh_TW.txt new file mode 100644 index 000000000..fa9f8482d --- /dev/null +++ b/src/qmmpui/txt/authors_zh_TW.txt @@ -0,0 +1,13 @@ +核心開發: + + Ilya Kotov (idea and base code) + Vladimir Kuznetsov (look&feel and many improvements) + +插件開發: + + Yuriy Zhuravlev (jack plugin) + +美術: + + Andrey Adreev + diff --git a/src/qmmpui/txt/description_cs.txt b/src/qmmpui/txt/description_cs.txt new file mode 100644 index 000000000..d262da180 --- /dev/null +++ b/src/qmmpui/txt/description_cs.txt @@ -0,0 +1 @@ +Tento program je zvukový přehrávač napsaný s pomocí knihovny Qt. \ No newline at end of file diff --git a/src/qmmpui/txt/description_de.txt b/src/qmmpui/txt/description_de.txt new file mode 100644 index 000000000..d9087c5dd --- /dev/null +++ b/src/qmmpui/txt/description_de.txt @@ -0,0 +1 @@ +Dieses Programm ist ein Audio-Abspielprogramm, der mit Hilfe der Qt-Bibliotheken geschrieben wurde. \ No newline at end of file diff --git a/src/qmmpui/txt/description_en.txt b/src/qmmpui/txt/description_en.txt new file mode 100644 index 000000000..23f6dd619 --- /dev/null +++ b/src/qmmpui/txt/description_en.txt @@ -0,0 +1 @@ +This program is an audio-player, written with the help of the Qt library. \ No newline at end of file diff --git a/src/qmmpui/txt/description_es.txt b/src/qmmpui/txt/description_es.txt new file mode 100644 index 000000000..6bf33e46b --- /dev/null +++ b/src/qmmpui/txt/description_es.txt @@ -0,0 +1 @@ +Este programa es un reproductor de audio, escrito con ayuda de la librería Qt. diff --git a/src/qmmpui/txt/description_it.txt b/src/qmmpui/txt/description_it.txt new file mode 100644 index 000000000..fc6cf7ae5 --- /dev/null +++ b/src/qmmpui/txt/description_it.txt @@ -0,0 +1 @@ +Programma di riproduzione audio scritto con l'ausilio di librerie QT. diff --git a/src/qmmpui/txt/description_ja.txt b/src/qmmpui/txt/description_ja.txt new file mode 100644 index 000000000..3eabd97c5 --- /dev/null +++ b/src/qmmpui/txt/description_ja.txt @@ -0,0 +1 @@ +このプログラムは、 Qtライブラリの力を借りて作られたオーディオプレイヤです。 diff --git a/src/qmmpui/txt/description_lt.txt b/src/qmmpui/txt/description_lt.txt new file mode 100644 index 000000000..f8116e9d3 --- /dev/null +++ b/src/qmmpui/txt/description_lt.txt @@ -0,0 +1 @@ +Ši programa yra audio grotuvas, sukurtas Qt pagrindu. diff --git a/src/qmmpui/txt/description_nl.txt b/src/qmmpui/txt/description_nl.txt new file mode 100644 index 000000000..aa3e93337 --- /dev/null +++ b/src/qmmpui/txt/description_nl.txt @@ -0,0 +1 @@ +Dit programma is een audio-speler, geschreven met de hulp van de Qt bibliotheek. \ No newline at end of file diff --git a/src/qmmpui/txt/description_pl.txt b/src/qmmpui/txt/description_pl.txt new file mode 100644 index 000000000..4481835a4 --- /dev/null +++ b/src/qmmpui/txt/description_pl.txt @@ -0,0 +1 @@ +Qmmp to odtwarzacz muzyki napisany przy użyciu biblioteki QT. \ No newline at end of file diff --git a/src/qmmpui/txt/description_ru.txt b/src/qmmpui/txt/description_ru.txt new file mode 100644 index 000000000..18d772ab3 --- /dev/null +++ b/src/qmmpui/txt/description_ru.txt @@ -0,0 +1 @@ +Данная программа является аудио-плеером, написанным с использованием библиотеки Qt. diff --git a/src/qmmpui/txt/description_tr.txt b/src/qmmpui/txt/description_tr.txt new file mode 100644 index 000000000..135d0f010 --- /dev/null +++ b/src/qmmpui/txt/description_tr.txt @@ -0,0 +1 @@ +Bu program Qt kitaplığı kullaılarak yazılmış bir çoklu ortam oynatıcısıdır. diff --git a/src/qmmpui/txt/description_uk_UA.txt b/src/qmmpui/txt/description_uk_UA.txt new file mode 100644 index 000000000..9e5d45b60 --- /dev/null +++ b/src/qmmpui/txt/description_uk_UA.txt @@ -0,0 +1 @@ +Ця програма є аудіопрогравачем, написаним за допомогою бібліотеки Qt. \ No newline at end of file diff --git a/src/qmmpui/txt/description_zh_CN.txt b/src/qmmpui/txt/description_zh_CN.txt new file mode 100644 index 000000000..9d672c6d1 --- /dev/null +++ b/src/qmmpui/txt/description_zh_CN.txt @@ -0,0 +1 @@ +此程序是一个音乐播放器,基于 Qt 库开发。 \ No newline at end of file diff --git a/src/qmmpui/txt/description_zh_TW.txt b/src/qmmpui/txt/description_zh_TW.txt new file mode 100644 index 000000000..a1da82850 --- /dev/null +++ b/src/qmmpui/txt/description_zh_TW.txt @@ -0,0 +1 @@ +此程式是一個音樂播放器,程式的編寫基於Qt庫。 \ No newline at end of file diff --git a/src/qmmpui/txt/thanks_cs.txt b/src/qmmpui/txt/thanks_cs.txt new file mode 100644 index 000000000..9bc0388da --- /dev/null +++ b/src/qmmpui/txt/thanks_cs.txt @@ -0,0 +1,3 @@ +Poděkování patří: + + Вадим Калинников (Vadim Kalinnikov) (hosting projektu) diff --git a/src/qmmpui/txt/thanks_de.txt b/src/qmmpui/txt/thanks_de.txt new file mode 100644 index 000000000..3392e9f19 --- /dev/null +++ b/src/qmmpui/txt/thanks_de.txt @@ -0,0 +1,17 @@ +Dank an: + + Adria Arrufat – Fehlerberichte + Adrian Knoth – Korrekturen am JACK-Modul, Fehlerberichte + Csaba Hruska – Korrekturen am FFmpeg-Modul + Dmitry Kostin – Unterstützung für iso.wv + Gennadi Motsyo – Fehlerberichte + Vadim Kalinnikov – Projekt-Hosting + Erik Ölsar – Designte Mauszeiger, Verbesserungen an der Oberfläche + Funda Wang – Korrekturen an den CMake-Dateien + Michail Zheludkov – Korrekturen am FFmpeg-Modul + Panagiotis Papadopoulos – Korrekturen an der Oberfläche, Fehlerberichte + Pino Toscano – Verbesserungen der Portabilität + Karel Volný – Verschiedene Korrekturen + Sebastian Pipping – bs2b-Verbesserungen + Stefan Koelling – Kompilierungskorrekturen + Yaakov Selkowitz – Cygwin-Verbesserungen diff --git a/src/qmmpui/txt/thanks_en.txt b/src/qmmpui/txt/thanks_en.txt new file mode 100644 index 000000000..2e52ed482 --- /dev/null +++ b/src/qmmpui/txt/thanks_en.txt @@ -0,0 +1,21 @@ +Thanks to: + + Adria Arrufat - bug reports + Adrian Knoth - jack plugin fixes, bug reports + Anton Petrusevich - random playback improvements + Avihay Baratz - auto stop feature, bug fixes + Csaba Hruska - ffmpeg plugin fixes + Dmitry Kostin - iso.wv support + Evgeny Gleyzerman - cue parsing improvements + Gennadi Motsyo - bug reports + Vadim Kalinnikov - project hosting + Erik Ölsar - skinned cursors, ui improvements + Funda Wang - cmake files fixes + Michail Zheludkov - ffmpeg plugin fixes + Michał Grosicki - alsa plugin fixes + Panagiotis Papadopoulos - ui fixes, bug reports + Pino Toscano - portability patches + Karel Volný - various fixes + Sebastian Pipping - bs2b patches + Stefan Koelling - some build fixes + Yaakov Selkowitz - cygwin patches diff --git a/src/qmmpui/txt/thanks_es.txt b/src/qmmpui/txt/thanks_es.txt new file mode 100644 index 000000000..dec15461f --- /dev/null +++ b/src/qmmpui/txt/thanks_es.txt @@ -0,0 +1,17 @@ +Gracias a: + + Adria Arrufat - reporte de errores + Adrian Knoth - arreglos en el módulo jack, reporte de errores + Csaba Hruska - arreglos en el módulo ffmpeg + Dmitry Kostin - soporte iso.wv + Gennadi Motsyo - reporte de errores + Vadim Kalinnikov - alojamiento del proyecto + Erik Ölsar - temas de cursores, mejoras en el interfaz + Funda Wang - arreglos en los archivos cmake + Michail Zheludkov - arreglos en el módulo ffmpeg + Panagiotis Papadopoulos - arreglos en el interfaz, reporte de errores + Pino Toscano - parches de portabilidad + Karel Volný - varios arreglos + Sebastian Pipping - parches para bs2b + Stefan Koelling - algunos arreglos en la compilación + Yaakov Selkowitz - parches para cygwin diff --git a/src/qmmpui/txt/thanks_it.txt b/src/qmmpui/txt/thanks_it.txt new file mode 100644 index 000000000..46b6987db --- /dev/null +++ b/src/qmmpui/txt/thanks_it.txt @@ -0,0 +1,3 @@ +Grazie a: + + Vadim Kalinnikov (spazio ospite del progetto) diff --git a/src/qmmpui/txt/thanks_ja.txt b/src/qmmpui/txt/thanks_ja.txt new file mode 100644 index 000000000..a7b7b820e --- /dev/null +++ b/src/qmmpui/txt/thanks_ja.txt @@ -0,0 +1,21 @@ +協力者: + + Adria Arrufat - バグ報告 + Adrian Knoth - jack プラグイン改修, バグ報告 + Anton Petrusevich - シャッフル再生の改良 + Avihay Baratz - 自動終止機能, バグ改修 + Csaba Hruska - ffmpeg プラグイン改修 + Dmitry Kostin - iso.wv サポート + Evgeny Gleyzerman - cue 解析の改良 + Геннадий Моцьо (Gennadi Motsyo) - バグ報告 + Вадим Калинников (Vadim Kalinnikov) - ホスト提供 + Erik Ölsar - スキン化カーソル, UI改良 + Funda Wang - cmake files 改修 + Михаил Желудков (Michail Zheludkov) - ffmpeg プラグイン改修 + Michał Grosicki - alsa プラグイン改修 + Panagiotis Papadopoulos - UI改修, バグ報告 + Pino Toscano - 移植適用パッチ + Karel Volný - 各種改修 + Sebastian Pipping - bs2b パッチ + Stefan Koelling - ビルド改修 + Yaakov Selkowitz - cygwin パッチ diff --git a/src/qmmpui/txt/thanks_lt.txt b/src/qmmpui/txt/thanks_lt.txt new file mode 100644 index 000000000..fbfa16ac0 --- /dev/null +++ b/src/qmmpui/txt/thanks_lt.txt @@ -0,0 +1,17 @@ +Dėkojame: + + Adria Arrufat - klaidų pranešimai + Adrian Knoth - jack įskiepio pataisymai, klaidų pranešimai + Csaba Hruska - ffmpeg įskiepio pataisymai + Dmitry Kostin - iso.wv palaikymas + Gennadi Motsyo - klaidų pranešimai + Vadim Kalinnikov - svetainės talpinimas + Erik Ölsar - temų kursoriai, ui patobulinimai + Funda Wang - cmake bylų pataisymai + Michail Zheludkov - ffmpeg įskiepio pataisymai + Panagiotis Papadopoulos - ui pataisymai, klaidų pranešimai + Pino Toscano - portability patches + Karel Volný - įvairūs pataisymai + Sebastian Pipping - bs2b lopai + Stefan Koelling - keletas kompiliavimo pataisymų + Yaakov Selkowitz - cygwin lopai diff --git a/src/qmmpui/txt/thanks_nl.txt b/src/qmmpui/txt/thanks_nl.txt new file mode 100644 index 000000000..145d2f4bb --- /dev/null +++ b/src/qmmpui/txt/thanks_nl.txt @@ -0,0 +1,17 @@ +Met dank aan: + + Adria Arrufat - foutrapportage + Adrian Knoth - jack module reparatie's, foutrapportage + Csaba Hruska - ffmpeg module aanpassingen + Dmitry Kostin - iso.wv ondersteuning + Gennadi Motsyo - foutrapportage + Vadim Kalinnikov - project hosting + Erik Ölsar - cursor thema's, verbeteringen van de gebruikersinterface + Funda Wang - verbeteringen in cmake bestanden + Michail Zheludkov - ffmpeg module aanpassingen + Panagiotis Papadopoulos - interface reparatie's, foutrapportage + Pino Toscano - compatibiliteit andere systemen + Karel Volný - overige reparatie's + Sebastian Pipping - bs2b contributie + Stefan Koelling - aanpassingen voor bouwsysteem + Yaakov Selkowitz - cygwin aanpassingen diff --git a/src/qmmpui/txt/thanks_pl.txt b/src/qmmpui/txt/thanks_pl.txt new file mode 100644 index 000000000..fa839dbf3 --- /dev/null +++ b/src/qmmpui/txt/thanks_pl.txt @@ -0,0 +1,21 @@ +Podziękowania: + + Adria Arrufat - raporty błędów + Adrian Knoth - poprawki dla wtyczki jack, raporty błędów + Anton Petrusevich - ulepszenia losowego odtwarzania + Avihay Baratz - funkcja auto stop, poprawki błędów + Csaba Hruska - poprawki dla wtyczki ffmpeg + Dmitry Kostin - wsparcie dla iso.wv + Evgeny Gleyzerman - poprawki przetwarzania cue + Gennadi Motsyo - raporty błędów + Vadim Kalinnikov - hosting projektu + Erik Ölsar - wsparcie dla kursorów z motywu, udoskonalenia dla ui + Funda Wang - poprawki plików cmake + Michail Zheludkov - poprawki dla wtyczki ffmpeg + Michał Grosicki - poprawki wtyczki alsa + Panagiotis Papadopoulos - poprawki ui, raporty błędów + Pino Toscano - poprawki dotyczące przenośności programu + Karel Volný - różne poprawki + Sebastian Pipping - poprawki bs2b + Stefan Koelling - poprawki błędów kompilacji + Yaakov Selkowitz - poprawki cygwin \ No newline at end of file diff --git a/src/qmmpui/txt/thanks_ru.txt b/src/qmmpui/txt/thanks_ru.txt new file mode 100644 index 000000000..c6edb7110 --- /dev/null +++ b/src/qmmpui/txt/thanks_ru.txt @@ -0,0 +1,21 @@ +Благодарности: + + Adria Arrufat - сообщения об ошибках + Adrian Knoth - исправления в модуле jack plugin, сообщения об ошибках + Anton Petrusevich - улучшение случайного воспроизведения + Avihay Baratz - опции авто-остановки, исправления ошибок + Csaba Hruska - исправления в модуле ffmpeg + Dmitry Kostin - поддержка iso.wv + Evgeny Gleyzerman - улучшение поддержки cue + Геннадий Моцьо - сообщения об ошибках + Вадим Калинников - хоcтинг проекта + Erik Ölsar - растровые курсоры, улучшения в интерфейсе пользователя + Funda Wang - исправления файлов cmake + Михаил Желудков - исправления в модуле ffmpeg + Michał Grosicki - исправления в модуле alsa + Panagiotis Papadopoulos - улучшения в интерфейсе пользователя, сообщения об ошибках + Pino Toscano - улучшение кроссплатформенности + Karel Volný - различные исправления + Sebastian Pipping - патчи bs2b + Stefan Koelling - исправления сборки + Yaakov Selkowitz - поддержка cygwin diff --git a/src/qmmpui/txt/thanks_tr.txt b/src/qmmpui/txt/thanks_tr.txt new file mode 100644 index 000000000..9bdf21ef0 --- /dev/null +++ b/src/qmmpui/txt/thanks_tr.txt @@ -0,0 +1,3 @@ +Teşekkürler: + + Vadim Kalinnikov (proje barındırma) diff --git a/src/qmmpui/txt/thanks_uk_UA.txt b/src/qmmpui/txt/thanks_uk_UA.txt new file mode 100644 index 000000000..31803ec40 --- /dev/null +++ b/src/qmmpui/txt/thanks_uk_UA.txt @@ -0,0 +1,20 @@ +Подяки: + + Вадиму Каліннікову - хостинг проекту + Adria Arrufat - повідомлення про помилки + Adrian Knoth - виправлення в модулі jack plugin, повідомлення про помилки + Anton Petrusevich - покращення випадкового відтворення + Avihay Baratz - опції авто-зупинки, виправлення помилок + Csaba Hruska - виправлення в модулі ffmpeg + Dmitry Kostin - підтримка iso.wv + Evgeny Gleyzerman - покращення підтримки cue + Геннадій Моцьо - повідомлення про помилки + Erik Ölsar - растрові курсори, покращення інтерфейсу користувача + Funda Wang - виправлення файлів cmake + Михаил Желудков - виправлення в модулі ffmpeg + Panagiotis Papadopoulos - покращення інтерфейсу користувача, повідомлення про помилки + Pino Toscano - покращення кроссплатформності + Karel Volný - різноманітні виправлення + Sebastian Pipping - патчі bs2b + Stefan Koelling - виправлення збірки + Yaakov Selkowitz - підтримка cygwin diff --git a/src/qmmpui/txt/thanks_zh_CN.txt b/src/qmmpui/txt/thanks_zh_CN.txt new file mode 100644 index 000000000..6f9ba0a1d --- /dev/null +++ b/src/qmmpui/txt/thanks_zh_CN.txt @@ -0,0 +1,21 @@ +感谢: + + Adria Arrufat - bug 报告 + Adrian Knoth - jack 插件修正,bug 报告 + Anton Petrusevich - 随机播放改进 + Avihay Baratz - 自动停放功能,bug 修正 + Csaba Hruska - ffmpeg 插件修正 + Dmitry Kostin - iso.wv 支持 + Evgeny Gleyzerman - cue 解析改进 + Gennadi Motsyo - bug 报告 + Vadim Kalinnikov - 项目网络支持 + Erik Ölsar - 光标皮肤、用户界面改进 + Funda Wang - cmake 文件修正 + Michail Zheludkov - ffmpeg 插件修正 + Michał Grosicki - alsa 插件修正 + Panagiotis Papadopoulos - 用户界面修正,bug 报告 + Pino Toscano - 可移植性补丁 + Karel Volný - 多项修正 + Sebastian Pipping - bs2b 补丁 + Stefan Koelling - 一些编译修正 + Yaakov Selkowitz - cygwin 补丁 diff --git a/src/qmmpui/txt/thanks_zh_TW.txt b/src/qmmpui/txt/thanks_zh_TW.txt new file mode 100644 index 000000000..d1b898fef --- /dev/null +++ b/src/qmmpui/txt/thanks_zh_TW.txt @@ -0,0 +1,21 @@ +感謝: + + Adria Arrufat <​​swiftscythe@gmail.com> - bug 報告 + Adrian Knoth - jack 插件修正,bug 報告 + Anton Petrusevich - 隨機播放改進 + Avihay Baratz - 自動停放功能,bug 修正 + Csaba Hruska - ffmpeg 插件修正 + Dmitry Kostin - iso.wv 支持 + Evgeny Gleyzerman - cue 解析改進 + Gennadi Motsyo - bug 報告 + Vadim Kalinnikov - 項目網絡支持 + Erik Ölsar - 光標皮膚、用戶界面改進 + Funda Wang - cmake 文件修正 + Michail Zheludkov - ffmpeg 插件修正 + Michał Grosicki - alsa 插件修正 + Panagiotis Papadopoulos - 用戶界面修正,bug 報告 + Pino Toscano - 可移植性補丁 + Karel Volný - 多項修正 + Sebastian Pipping - bs2b 補丁 + Stefan Koelling - 一些編譯修正 + Yaakov Selkowitz - cygwin 補丁 diff --git a/src/qmmpui/txt/translators_cs.txt b/src/qmmpui/txt/translators_cs.txt new file mode 100644 index 000000000..545c16425 --- /dev/null +++ b/src/qmmpui/txt/translators_cs.txt @@ -0,0 +1,24 @@ +Brazilská portugalština: + Klaos Lacerda + Bruno Gonçalves + +Tradiční čínština: + lon + +Zjednodušená čínština: + lon + +Čeština: + Karel Volný + +Němčina: + Stefan Koelling + +Ruština: + Ilya Kotov + +Turečtina: + Mustafa GUNAY + +Ukrajinština: + Gennadi Motsyo diff --git a/src/qmmpui/txt/translators_de.txt b/src/qmmpui/txt/translators_de.txt new file mode 100644 index 000000000..eae2ab01b --- /dev/null +++ b/src/qmmpui/txt/translators_de.txt @@ -0,0 +1,53 @@ +Brasilianisch Portugiesisch: + Klaos Lacerda + Bruno Gonçalves + +Chinesisch (Langzeichen): + lon + +Chinesisch (Kurzzeichen): + lon + +Deutsch: + Stefan Koelling + Panagiotis Papadopoulos + +Französisch: + Stanislas Zeller + +Italienisch: + Gian Paolo Renello + +Japanisch: + SimaMoto,RyoTa + +Kasachisch: + Baurzhan Muftakhidinov + +Litauisch: + Algirdas Butkus + +Niederländisch: + Ronald Uitermark + +Polnisch: + Grzegorz Gibas + +Russisch: + Ilya Kotov + +Spanisch: + Félix Medrano + +Tschechisch: + Karel Volný + +Türkisch: + Mustafa GUNAY + Bilgesu Güngör + +Ukrainisch: + Gennadi Motsyo + +Ungarisch: + Németh Gábor \ No newline at end of file diff --git a/src/qmmpui/txt/translators_en.txt b/src/qmmpui/txt/translators_en.txt new file mode 100644 index 000000000..9d13b3ac3 --- /dev/null +++ b/src/qmmpui/txt/translators_en.txt @@ -0,0 +1,56 @@ +Brazilian Portuguese: + Klaos Lacerda + Bruno Gonçalves + +Chinese Traditional: + lon + +Chinese Simplified: + lon + +Czech: + Karel Volný + +Dutch: + Ronald Uitermark + +French: + Stanislas Zeller + +German: + Stefan Koelling + Panagiotis Papadopoulos + +Hungarian: + Németh Gábor + +Italian: + Gian Paolo Renello + +Japanese: + Ryota Shimamoto + +Kazakh: + Baurzhan Muftakhidinov + +Lithuanian: + Algirdas Butkus + +Polish: + Grzegorz Gibas + +Russian: + Ilya Kotov + +Slovak: + Ján Ďanovský + +Spanish: + Félix Medrano + +Turkish: + Mustafa GUNAY + Bilgesu Güngör + +Ukrainian: + Gennadi Motsyo diff --git a/src/qmmpui/txt/translators_es.txt b/src/qmmpui/txt/translators_es.txt new file mode 100644 index 000000000..3d5570dd2 --- /dev/null +++ b/src/qmmpui/txt/translators_es.txt @@ -0,0 +1,47 @@ +Portugués de Brasil: + Klaos Lacerda + Bruno Gonçalves + +Chino tradicional: + lon + +Chino simplificado: + lon + +Checo: + Karel Volný + +Holandés: + Ronald Uitermark + +Francés: + Stanislas Zeller + +Alemán: + Stefan Koelling + Panagiotis Papadopoulos + +Húngaro: + Németh Gábor + +Italiano: + Gian Paolo Renello + +Kazajo: + Baurzhan Muftakhidinov + +Lituano: + Algirdas Butkus + +Polaco: + Grzegorz Gibas + +Ruso: + Ilya Kotov + +Turco: + Mustafa GUNAY + Bilgesu Güngör + +Ucraniano: + Gennadi Motsyo diff --git a/src/qmmpui/txt/translators_it.txt b/src/qmmpui/txt/translators_it.txt new file mode 100644 index 000000000..8a238be38 --- /dev/null +++ b/src/qmmpui/txt/translators_it.txt @@ -0,0 +1,34 @@ +Brasiliano portoghese: + Klaos Lacerda + Bruno Gonçalves + +Cinese tradizionale: + lon + +Cinese semplificato: + lon + +Ceco: + Karel Volný + +Francese: + Stanislas Zeller + +Italiano: + Gian Paolo Renello + +Polacco: + Grzegorz Gibas + +Russo: + Ilya Kotov + +Tedesco: + Stefan Koelling + Panagiotis Papadopoulos + +Turco: + Mustafa GUNAY + +Ucraino: + Gennadi Motsyo diff --git a/src/qmmpui/txt/translators_ja.txt b/src/qmmpui/txt/translators_ja.txt new file mode 100644 index 000000000..11c5537d7 --- /dev/null +++ b/src/qmmpui/txt/translators_ja.txt @@ -0,0 +1,53 @@ +イタリア語: + Gian Paolo Renello + +ウクライナ語: + Gennadi Motsyo + +オランダ語: + Ronald Uitermark + +カザフ語: + Baurzhan Muftakhidinov + +スペイン語: + Félix Medrano + +チェコ語: + Karel Volný + +ドイツ語: + Stefan Koelling + Panagiotis Papadopoulos + +トルコ語: + Mustafa GUNAY + Bilgesu Güngör + +ハンガリー語: + Németh Gábor + +ブラジル ポルトガル語: + Klaos Lacerda + Bruno Gonçalves + +フランス語: + Stanislas Zeller + +ポーランド語: + Grzegorz Gibas + +リトアニア語: + Algirdas Butkus + +ロシア語: + Илья Котов (Ilya Kotov) + +簡体字中国語: + 李红昆 (lon) + +繁体字中国語: + 李红昆 (lon) + +日本語: + 島本良太 diff --git a/src/qmmpui/txt/translators_lt.txt b/src/qmmpui/txt/translators_lt.txt new file mode 100644 index 000000000..7cc6d8bbd --- /dev/null +++ b/src/qmmpui/txt/translators_lt.txt @@ -0,0 +1,50 @@ +Brazilų, Portugalų: + Klaos Lacerda + Bruno Gonçalves + +Ispanų: + Gian Paolo Renello + +Kinų tradicinis: + lon + +Kinų supaprastintas: + lon + +Lenkų + Grzegorz Gibas + +Čekų: + Karel Volný + +Vokiečių: + Stefan Koelling + Panagiotis Papadopoulos + +Rusų: + Ilya Kotov + +Turkų: + Mustafa GUNAY + +Ukrainiečių: + Gennadi Motsyo + +Lietuvių: + Algirdas Butkus + +Lenkų: + Grzegorz Gibas + +Rusų: + Ilya Kotov + +spanų: + Félix Medrano + +Turkų: + Mustafa GUNAY + Bilgesu Güngör + +Ukrainiečių: + Gennadi Motsyo diff --git a/src/qmmpui/txt/translators_nl.txt b/src/qmmpui/txt/translators_nl.txt new file mode 100644 index 000000000..88211a6ae --- /dev/null +++ b/src/qmmpui/txt/translators_nl.txt @@ -0,0 +1,47 @@ +Braziliaans Portugees: + Klaos Lacerda + Bruno Gonçalves + +Traditioneel Chinees: + lon + +Simpel Chinees: + lon + +Tsjechisch: + Karel Volný + +Nederlands: + Ronald Uitermark + +Frans: + Stanislas Zeller + +Duits: + Stefan Koelling + Panagiotis Papadopoulos + +Hongaars: + Németh Gábor + +Italiaans: + Gian Paolo Renello + +Kazachstaans: + Baurzhan Muftakhidinov + +Litouws: + Algirdas Butkus + +Pools: + Grzegorz Gibas + +Russisch: + Ilya Kotov + +Turks: + Mustafa GUNAY + Bilgesu Güngör + +Oekrains: + Gennadi Motsyo diff --git a/src/qmmpui/txt/translators_pl.txt b/src/qmmpui/txt/translators_pl.txt new file mode 100644 index 000000000..a5ea9d78e --- /dev/null +++ b/src/qmmpui/txt/translators_pl.txt @@ -0,0 +1,53 @@ +Brazylijski Portugalski: + Klaos Lacerda + Bruno Gonçalves + +Chiński Tradycyjny: + lon + +Chiński Uproszczony: + lon + +Czeski: + Karel Volný + +Holenderski: + Ronald Uitermark + +Francuski: + Stanislas Zeller + +Niemiecki: + Stefan Koelling + Panagiotis Papadopoulos + +Węgierski: + Németh Gábor + +Włoski: + Gian Paolo Renello + +Japoński: + Rjota Šimamoto + +Kazachski: + Baurzhan Muftakhidinov + +Litewski: + Algirdas Butkus + +Polski: + Grzegorz Gibas + +Rosyjski: + Ilya Kotov + +Hiszpański: + Félix Medrano + +Turecki: + Mustafa GUNAY + Bilgesu Güngör + +Ukraiński: + Gennadi Motsyo diff --git a/src/qmmpui/txt/translators_ru.txt b/src/qmmpui/txt/translators_ru.txt new file mode 100644 index 000000000..18152ee20 --- /dev/null +++ b/src/qmmpui/txt/translators_ru.txt @@ -0,0 +1,56 @@ +Бразильский португальский: + Klaos Lacerda + Bruno Gonçalves + +Венгерский: + Németh Gábor + +Голландский: + Ronald Uitermark + +Итальянский: + Gian Paolo Renello + +Японский: + Рёта Симамото + +Казахский: + Бауржан Муфтахидинов + +Китайский традиционный: + lon + +Китайский упрощённый: + lon + +Литовский: + Algirdas Butkus + +Польский: + Grzegorz Gibas + +Чешский: + Karel Volný + +Немецкий: + Stefan Koelling + Panagiotis Papadopoulos + +Русский: + Илья Котов + +Словацкий: + Ján Ďanovský + +Испанский: + Félix Medrano + +Турецкий: + Mustafa GUNAY + Bilgesu Güngör + +Украинский: + Геннадий Моцьо + +Французский: + Stanislas Zeller diff --git a/src/qmmpui/txt/translators_tr.txt b/src/qmmpui/txt/translators_tr.txt new file mode 100644 index 000000000..1a8df1494 --- /dev/null +++ b/src/qmmpui/txt/translators_tr.txt @@ -0,0 +1,35 @@ +Brezilya Portekizcesi: + Klaos Lacerda + Bruno Gonçalves + +Geleneksel Çince: + lon + +Basitleştirilmiş Çince: + lon + +Çekce: + Karel Volný + +Fransızca: + Stanislas Zeller + +Almanca: + Stefan Koelling + Panagiotis Papadopoulos + +İtalyanca: + Gian Paolo Renello + +Polonyaca: + Grzegorz Gibas + +Rusça: + Ilya Kotov + +Türkçe: + Mustafa GUNAY + Bilgesu Güngör + +Ukraynaca: + Gennadi Motsyo diff --git a/src/qmmpui/txt/translators_uk_UA.txt b/src/qmmpui/txt/translators_uk_UA.txt new file mode 100644 index 000000000..120369499 --- /dev/null +++ b/src/qmmpui/txt/translators_uk_UA.txt @@ -0,0 +1,53 @@ +Бразильська португальська: + Klaos Lacerda + Bruno Gonçalves + +Угорська: + Németh Gábor + +Голландська: + Ronald Uitermark + +Італійська: + Gian Paolo Renello + +Японська: + Рета Сімамото + +Казахська: + Бауржан Муфтахідінов + +Китайська традиційна: + lon + +Китайська спрощена: + lon + +Литовська: + Algirdas Butkus + +Польська: + Grzegorz Gibas + +Чеська: + Karel Volný + +Німецька: + Stefan Koelling + Panagiotis Papadopoulos + +Російська: + Ілля Котов + +Іспанська: + Félix Medrano + +Турецька: + Mustafa GUNAY + Bilgesu Güngör + +Українська: + Геннадій Моцьо + +Французька: + Stanislas Zeller \ No newline at end of file diff --git a/src/qmmpui/txt/translators_zh_CN.txt b/src/qmmpui/txt/translators_zh_CN.txt new file mode 100644 index 000000000..e24bb5a29 --- /dev/null +++ b/src/qmmpui/txt/translators_zh_CN.txt @@ -0,0 +1,54 @@ +巴西 葡萄牙语: + Klaos Lacerda + Bruno Gonçalves + +简体中文: + 李红昆 (lon) + +繁体中文: + 李红昆 (lon) + +捷克语: + Karel Volný + +荷兰语: + Ronald Uitermark + +法语: + Stanislas Zeller + +德语: + Stefan Koelling + Panagiotis Papadopoulos + +匈牙利语: + Németh Gábor + +意大利语: + Gian Paolo Renello + +日语: + 岛本良太 (Ryota Shimamoto) + +哈萨克语: + Baurzhan Muftakhidinov + +立陶宛语: + Algirdas Butkus + +波兰语: + Grzegorz Gibas + +俄语: + Ilya Kotov + +西班牙语: + Félix Medrano + +土耳其语: + Mustafa GUNAY + Bilgesu Güngör + +乌克兰语: + Gennadi Motsyo + diff --git a/src/qmmpui/txt/translators_zh_TW.txt b/src/qmmpui/txt/translators_zh_TW.txt new file mode 100644 index 000000000..2ed3da7ac --- /dev/null +++ b/src/qmmpui/txt/translators_zh_TW.txt @@ -0,0 +1,53 @@ +巴西 葡萄牙語: + Klaos Lacerda + Bruno Gonçalves + +簡體中文: + 李紅昆 (lon) + +繁體中文: + 李紅昆 (lon) + +捷克語: + Karel Volný + +荷蘭語: + Ronald Uitermark + +法語: + Stanislas Zeller + +德語: + Stefan Koelling + Panagiotis Papadopoulos + +匈牙利語: + Németh Gábor + +意大利語: + Gian Paolo Renello + +日語: + 島本良太 (Ryota Shimamoto) + +哈薩克語: + Baurzhan Muftakhidinov + +立陶宛語: + Algirdas Butkus + +波蘭語: + Grzegorz Gibas + +俄語: + Ilya Kotov + +西班牙語: + Félix Medrano + +土耳其語: + Mustafa GUNAY + Bilgesu Güngör + +烏克蘭語: + Gennadi Motsyo diff --git a/src/qmmpui/txt/txt.qrc b/src/qmmpui/txt/txt.qrc new file mode 100644 index 000000000..c24b1db98 --- /dev/null +++ b/src/qmmpui/txt/txt.qrc @@ -0,0 +1,72 @@ + + + + ../../../COPYING + + description_en.txt + authors_en.txt + thanks_en.txt + translators_en.txt + + authors_uk_UA.txt + thanks_uk_UA.txt + translators_uk_UA.txt + description_uk_UA.txt + + authors_zh_TW.txt + thanks_zh_TW.txt + translators_zh_TW.txt + description_zh_TW.txt + + description_cs.txt + authors_cs.txt + thanks_cs.txt + translators_cs.txt + + authors_ru.txt + thanks_ru.txt + translators_ru.txt + description_ru.txt + + authors_zh_CN.txt + thanks_zh_CN.txt + translators_zh_CN.txt + description_zh_CN.txt + + authors_de.txt + thanks_de.txt + translators_de.txt + description_de.txt + + authors_it.txt + thanks_it.txt + translators_it.txt + description_it.txt + + authors_tr.txt + thanks_tr.txt + translators_tr.txt + description_tr.txt + + authors_lt.txt + thanks_lt.txt + translators_lt.txt + description_lt.txt + + authors_nl.txt + thanks_nl.txt + translators_nl.txt + description_nl.txt + + authors_ja.txt + thanks_ja.txt + translators_ja.txt + description_ja.txt + + authors_es.txt + thanks_es.txt + translators_es.txt + description_es.txt + + + diff --git a/src/qmmpui/uihelper.cpp b/src/qmmpui/uihelper.cpp index a975b15b6..091586b80 100644 --- a/src/qmmpui/uihelper.cpp +++ b/src/qmmpui/uihelper.cpp @@ -30,6 +30,7 @@ #include "general.h" #include "generalfactory.h" #include "jumptotrackdialog_p.h" +#include "aboutdialog_p.h" #include "uihelper.h" UiHelper *UiHelper::m_instance = 0; @@ -209,6 +210,13 @@ void UiHelper::jumpToTrack(QWidget *parent, PlayListModel *model) m_jumpDialog->raise(); } +void UiHelper::about(QWidget *parent) +{ + AboutDialog *dialog = new AboutDialog(parent); + dialog->exec(); + dialog->deleteLater(); +} + void UiHelper::toggleVisibility() { emit toggleVisibilityCalled(); diff --git a/src/qmmpui/uihelper.h b/src/qmmpui/uihelper.h index ae171acc9..9e2df2e8b 100644 --- a/src/qmmpui/uihelper.h +++ b/src/qmmpui/uihelper.h @@ -98,6 +98,7 @@ public: PlayListModel *model = PlayListManager::instance()->selectedPlayList()); void jumpToTrack(QWidget *parent = qApp->activeWindow(), PlayListModel *model = PlayListManager::instance()->selectedPlayList()); + void about(QWidget *parent = 0); /*! * Returns a pointer to the object's instance. */ -- cgit v1.2.3-13-gbd6f