diff options
Diffstat (limited to 'src/plugins/Input/cue')
31 files changed, 145 insertions, 161 deletions
diff --git a/src/plugins/Input/cue/CMakeLists.txt b/src/plugins/Input/cue/CMakeLists.txt index 2929e006e..cebcbc18b 100644 --- a/src/plugins/Input/cue/CMakeLists.txt +++ b/src/plugins/Input/cue/CMakeLists.txt @@ -1,20 +1,7 @@ project(libcue) -# qt plugin -ADD_DEFINITIONS( -Wall ) -ADD_DEFINITIONS(${QT_DEFINITIONS}) -ADD_DEFINITIONS(-DQT_PLUGIN) -ADD_DEFINITIONS(-DQT_NO_DEBUG) -ADD_DEFINITIONS(-DQT_SHARED) -ADD_DEFINITIONS(-DQT_THREAD) - include_directories(${CMAKE_CURRENT_BINARY_DIR}) -SET(QT_INCLUDES - ${QT_INCLUDES} - ${CMAKE_CURRENT_BINARY_DIR}/../../../ -) - # libqmmp include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../../../) link_directories(${CMAKE_CURRENT_BINARY_DIR}/../../../qmmp) @@ -41,7 +28,7 @@ SET(libcue_HDRS SET(libcue_RCCS translations/translations.qrc) -QT4_ADD_RESOURCES(libcue_RCC_SRCS ${libcue_RCCS}) +QT5_ADD_RESOURCES(libcue_RCC_SRCS ${libcue_RCCS}) # user interface @@ -50,7 +37,7 @@ SET(libcue_UIS settingsdialog.ui ) -QT4_WRAP_UI(libcue_UIS_H ${libcue_UIS}) +QT5_WRAP_UI(libcue_UIS_H ${libcue_UIS}) # Don't forget to include output directory, otherwise # the UI file won't be wrapped! include_directories(${CMAKE_CURRENT_BINARY_DIR}) @@ -58,8 +45,8 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR}) ADD_LIBRARY(cue MODULE ${libcue_SRCS} ${libcue_RCC_SRCS} ${libcue_UIS_H} ${libcue_HDRS}) add_dependencies(cue qmmp) IF(USE_ENCA AND ENCA_FOUND) -target_link_libraries(cue ${QT_LIBRARIES} libqmmp ${ENCA_LDFLAGS}) +target_link_libraries(cue Qt5::Widgets -lqmmp ${ENCA_LDFLAGS}) ELSE(USE_ENCA AND ENCA_FOUND) -target_link_libraries(cue ${QT_LIBRARIES} libqmmp) +target_link_libraries(cue Qt5::Widgets -lqmmp) ENDIF(USE_ENCA AND ENCA_FOUND) install(TARGETS cue DESTINATION ${LIB_DIR}/qmmp/Input) diff --git a/src/plugins/Input/cue/decodercuefactory.cpp b/src/plugins/Input/cue/decodercuefactory.cpp index 0e92264b5..f200cf95e 100644 --- a/src/plugins/Input/cue/decodercuefactory.cpp +++ b/src/plugins/Input/cue/decodercuefactory.cpp @@ -20,14 +20,12 @@ #include <QMessageBox> #include <QTranslator> -#include <QtPlugin> #include "decoder_cue.h" #include "cuemetadatamodel.h" #include "cueparser.h" #include "settingsdialog.h" #include "decodercuefactory.h" - // DecoderCUEFactory bool DecoderCUEFactory::canDecode(QIODevice *) const @@ -102,5 +100,3 @@ QTranslator *DecoderCUEFactory::createTranslator(QObject *parent) translator->load(QString(":/cue_plugin_") + locale); return translator; } - -Q_EXPORT_PLUGIN2(cue,DecoderCUEFactory) diff --git a/src/plugins/Input/cue/decodercuefactory.h b/src/plugins/Input/cue/decodercuefactory.h index 60c33c042..54cd712c5 100644 --- a/src/plugins/Input/cue/decodercuefactory.h +++ b/src/plugins/Input/cue/decodercuefactory.h @@ -34,6 +34,7 @@ class DecoderCUEFactory : public QObject, DecoderFactory { Q_OBJECT +Q_PLUGIN_METADATA(IID "org.qmmp.qmmp.DecoderFactoryInterface.1.0") Q_INTERFACES(DecoderFactory) public: diff --git a/src/plugins/Input/cue/translations/cue_plugin_bg.ts b/src/plugins/Input/cue/translations/cue_plugin_bg.ts index fe2a250f0..de56b853d 100644 --- a/src/plugins/Input/cue/translations/cue_plugin_bg.ts +++ b/src/plugins/Input/cue/translations/cue_plugin_bg.ts @@ -4,27 +4,27 @@ <context> <name>DecoderCUEFactory</name> <message> - <location filename="../decodercuefactory.cpp" line="41"/> + <location filename="../decodercuefactory.cpp" line="39"/> <source>CUE Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="44"/> + <location filename="../decodercuefactory.cpp" line="42"/> <source>CUE Files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="93"/> + <location filename="../decodercuefactory.cpp" line="91"/> <source>About CUE Audio Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="94"/> + <location filename="../decodercuefactory.cpp" line="92"/> <source>Qmmp CUE Audio Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="95"/> + <location filename="../decodercuefactory.cpp" line="93"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation type="unfinished"></translation> </message> diff --git a/src/plugins/Input/cue/translations/cue_plugin_cs.ts b/src/plugins/Input/cue/translations/cue_plugin_cs.ts index 9b966c654..5501dd2c7 100644 --- a/src/plugins/Input/cue/translations/cue_plugin_cs.ts +++ b/src/plugins/Input/cue/translations/cue_plugin_cs.ts @@ -4,27 +4,27 @@ <context> <name>DecoderCUEFactory</name> <message> - <location filename="../decodercuefactory.cpp" line="41"/> + <location filename="../decodercuefactory.cpp" line="39"/> <source>CUE Plugin</source> <translation>Modul CUE</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="44"/> + <location filename="../decodercuefactory.cpp" line="42"/> <source>CUE Files</source> <translation>Soubory CUE</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="93"/> + <location filename="../decodercuefactory.cpp" line="91"/> <source>About CUE Audio Plugin</source> <translation>O modulu CUE</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="94"/> + <location filename="../decodercuefactory.cpp" line="92"/> <source>Qmmp CUE Audio Plugin</source> <translation>Modul Qmmp CUE</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="95"/> + <location filename="../decodercuefactory.cpp" line="93"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation type="unfinished"></translation> </message> diff --git a/src/plugins/Input/cue/translations/cue_plugin_de.ts b/src/plugins/Input/cue/translations/cue_plugin_de.ts index d5e642f08..3a9eff4d6 100644 --- a/src/plugins/Input/cue/translations/cue_plugin_de.ts +++ b/src/plugins/Input/cue/translations/cue_plugin_de.ts @@ -4,27 +4,27 @@ <context> <name>DecoderCUEFactory</name> <message> - <location filename="../decodercuefactory.cpp" line="41"/> + <location filename="../decodercuefactory.cpp" line="39"/> <source>CUE Plugin</source> <translation>CUE-Modul</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="44"/> + <location filename="../decodercuefactory.cpp" line="42"/> <source>CUE Files</source> <translation>CUE-Dateien</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="93"/> + <location filename="../decodercuefactory.cpp" line="91"/> <source>About CUE Audio Plugin</source> <translation>Über CUE-Audiomodul</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="94"/> + <location filename="../decodercuefactory.cpp" line="92"/> <source>Qmmp CUE Audio Plugin</source> <translation>Qmmp CUE-Audiomodul</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="95"/> + <location filename="../decodercuefactory.cpp" line="93"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation>Geschrieben von: Ilya Kotov <forkotov02@ya.ru></translation> </message> diff --git a/src/plugins/Input/cue/translations/cue_plugin_el.ts b/src/plugins/Input/cue/translations/cue_plugin_el.ts index d190610bd..4b3ada7af 100644 --- a/src/plugins/Input/cue/translations/cue_plugin_el.ts +++ b/src/plugins/Input/cue/translations/cue_plugin_el.ts @@ -4,27 +4,27 @@ <context> <name>DecoderCUEFactory</name> <message> - <location filename="../decodercuefactory.cpp" line="41"/> + <location filename="../decodercuefactory.cpp" line="39"/> <source>CUE Plugin</source> <translation>Πρόσθετο CUE</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="44"/> + <location filename="../decodercuefactory.cpp" line="42"/> <source>CUE Files</source> <translation>Αρχεία CUE</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="93"/> + <location filename="../decodercuefactory.cpp" line="91"/> <source>About CUE Audio Plugin</source> <translation>Σχετικά με το πρόσθετο ήχου CUE</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="94"/> + <location filename="../decodercuefactory.cpp" line="92"/> <source>Qmmp CUE Audio Plugin</source> <translation>Qmmp πρόσθετο ήχου CUE</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="95"/> + <location filename="../decodercuefactory.cpp" line="93"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation>Γράφτηκε από τον: Ilya Kotov <forkotov02@hotmail.ru></translation> </message> diff --git a/src/plugins/Input/cue/translations/cue_plugin_en.ts b/src/plugins/Input/cue/translations/cue_plugin_en.ts index ddcd7cabf..717462816 100644 --- a/src/plugins/Input/cue/translations/cue_plugin_en.ts +++ b/src/plugins/Input/cue/translations/cue_plugin_en.ts @@ -4,27 +4,27 @@ <context> <name>DecoderCUEFactory</name> <message> - <location filename="../decodercuefactory.cpp" line="41"/> + <location filename="../decodercuefactory.cpp" line="39"/> <source>CUE Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="44"/> + <location filename="../decodercuefactory.cpp" line="42"/> <source>CUE Files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="93"/> + <location filename="../decodercuefactory.cpp" line="91"/> <source>About CUE Audio Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="94"/> + <location filename="../decodercuefactory.cpp" line="92"/> <source>Qmmp CUE Audio Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="95"/> + <location filename="../decodercuefactory.cpp" line="93"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation type="unfinished"></translation> </message> diff --git a/src/plugins/Input/cue/translations/cue_plugin_es.ts b/src/plugins/Input/cue/translations/cue_plugin_es.ts index 2c5c2b85f..e8a529508 100644 --- a/src/plugins/Input/cue/translations/cue_plugin_es.ts +++ b/src/plugins/Input/cue/translations/cue_plugin_es.ts @@ -4,27 +4,27 @@ <context> <name>DecoderCUEFactory</name> <message> - <location filename="../decodercuefactory.cpp" line="41"/> + <location filename="../decodercuefactory.cpp" line="39"/> <source>CUE Plugin</source> <translation>Módulo CUE</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="44"/> + <location filename="../decodercuefactory.cpp" line="42"/> <source>CUE Files</source> <translation>Archivos CUE</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="93"/> + <location filename="../decodercuefactory.cpp" line="91"/> <source>About CUE Audio Plugin</source> <translation>Acerca del módulo de audio CUE</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="94"/> + <location filename="../decodercuefactory.cpp" line="92"/> <source>Qmmp CUE Audio Plugin</source> <translation>Módulo de audio CUE para Qmmp</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="95"/> + <location filename="../decodercuefactory.cpp" line="93"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation>Escrito por: Ilya Kotov <forkotov02@ya.ru></translation> </message> diff --git a/src/plugins/Input/cue/translations/cue_plugin_fi.ts b/src/plugins/Input/cue/translations/cue_plugin_fi.ts index 35cca9091..760af9907 100644 --- a/src/plugins/Input/cue/translations/cue_plugin_fi.ts +++ b/src/plugins/Input/cue/translations/cue_plugin_fi.ts @@ -4,27 +4,27 @@ <context> <name>DecoderCUEFactory</name> <message> - <location filename="../decodercuefactory.cpp" line="41"/> + <location filename="../decodercuefactory.cpp" line="39"/> <source>CUE Plugin</source> <translation>CUE-liitännäinen</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="44"/> + <location filename="../decodercuefactory.cpp" line="42"/> <source>CUE Files</source> <translation>CUE-tiedostot</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="93"/> + <location filename="../decodercuefactory.cpp" line="91"/> <source>About CUE Audio Plugin</source> <translation>Tietoja - CUE-ääniliitännäinen</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="94"/> + <location filename="../decodercuefactory.cpp" line="92"/> <source>Qmmp CUE Audio Plugin</source> <translation>Qmmp:n CUE-ääniliitännäinen</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="95"/> + <location filename="../decodercuefactory.cpp" line="93"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation>Toteuttanut: Ilya Kotov <forkotov02@ya.ru></translation> </message> diff --git a/src/plugins/Input/cue/translations/cue_plugin_fr.ts b/src/plugins/Input/cue/translations/cue_plugin_fr.ts index eba1bbcdb..1846659fa 100644 --- a/src/plugins/Input/cue/translations/cue_plugin_fr.ts +++ b/src/plugins/Input/cue/translations/cue_plugin_fr.ts @@ -4,27 +4,27 @@ <context> <name>DecoderCUEFactory</name> <message> - <location filename="../decodercuefactory.cpp" line="41"/> + <location filename="../decodercuefactory.cpp" line="39"/> <source>CUE Plugin</source> <translation>Greffon de fichiers .cue</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="44"/> + <location filename="../decodercuefactory.cpp" line="42"/> <source>CUE Files</source> <translation>Fichiers .cue</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="93"/> + <location filename="../decodercuefactory.cpp" line="91"/> <source>About CUE Audio Plugin</source> <translation>À propos du greffon de fichiers .cue</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="94"/> + <location filename="../decodercuefactory.cpp" line="92"/> <source>Qmmp CUE Audio Plugin</source> <translation>Greffon de fichiers .cue pour Qmmp</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="95"/> + <location filename="../decodercuefactory.cpp" line="93"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation>Écrit par : Ilya Kotov <forkotov02@ya.ru></translation> </message> diff --git a/src/plugins/Input/cue/translations/cue_plugin_gl_ES.ts b/src/plugins/Input/cue/translations/cue_plugin_gl_ES.ts index 23fffdba6..532913331 100644 --- a/src/plugins/Input/cue/translations/cue_plugin_gl_ES.ts +++ b/src/plugins/Input/cue/translations/cue_plugin_gl_ES.ts @@ -4,27 +4,27 @@ <context> <name>DecoderCUEFactory</name> <message> - <location filename="../decodercuefactory.cpp" line="41"/> + <location filename="../decodercuefactory.cpp" line="39"/> <source>CUE Plugin</source> <translation>Engadido CUE</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="44"/> + <location filename="../decodercuefactory.cpp" line="42"/> <source>CUE Files</source> <translation>Ficheiros CUE</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="93"/> + <location filename="../decodercuefactory.cpp" line="91"/> <source>About CUE Audio Plugin</source> <translation>Sobre o engadido de audio CUE</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="94"/> + <location filename="../decodercuefactory.cpp" line="92"/> <source>Qmmp CUE Audio Plugin</source> <translation>Engadido de audio CUE de Qmmp</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="95"/> + <location filename="../decodercuefactory.cpp" line="93"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation type="unfinished"></translation> </message> diff --git a/src/plugins/Input/cue/translations/cue_plugin_he.ts b/src/plugins/Input/cue/translations/cue_plugin_he.ts index ee12c8bf6..0b5be0f2b 100644 --- a/src/plugins/Input/cue/translations/cue_plugin_he.ts +++ b/src/plugins/Input/cue/translations/cue_plugin_he.ts @@ -4,27 +4,27 @@ <context> <name>DecoderCUEFactory</name> <message> - <location filename="../decodercuefactory.cpp" line="41"/> + <location filename="../decodercuefactory.cpp" line="39"/> <source>CUE Plugin</source> <translation>תוסף CUE</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="44"/> + <location filename="../decodercuefactory.cpp" line="42"/> <source>CUE Files</source> <translation>קבצי CUE</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="93"/> + <location filename="../decodercuefactory.cpp" line="91"/> <source>About CUE Audio Plugin</source> <translation>אודות תוסף CUE שמע</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="94"/> + <location filename="../decodercuefactory.cpp" line="92"/> <source>Qmmp CUE Audio Plugin</source> <translation>תוסף CUE שמע של Qmmp</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="95"/> + <location filename="../decodercuefactory.cpp" line="93"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation type="unfinished"></translation> </message> diff --git a/src/plugins/Input/cue/translations/cue_plugin_hu.ts b/src/plugins/Input/cue/translations/cue_plugin_hu.ts index 154d69a86..8a37dd7fc 100644 --- a/src/plugins/Input/cue/translations/cue_plugin_hu.ts +++ b/src/plugins/Input/cue/translations/cue_plugin_hu.ts @@ -4,27 +4,27 @@ <context> <name>DecoderCUEFactory</name> <message> - <location filename="../decodercuefactory.cpp" line="41"/> + <location filename="../decodercuefactory.cpp" line="39"/> <source>CUE Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="44"/> + <location filename="../decodercuefactory.cpp" line="42"/> <source>CUE Files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="93"/> + <location filename="../decodercuefactory.cpp" line="91"/> <source>About CUE Audio Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="94"/> + <location filename="../decodercuefactory.cpp" line="92"/> <source>Qmmp CUE Audio Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="95"/> + <location filename="../decodercuefactory.cpp" line="93"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation type="unfinished"></translation> </message> diff --git a/src/plugins/Input/cue/translations/cue_plugin_id.ts b/src/plugins/Input/cue/translations/cue_plugin_id.ts index cd71d131d..47a58fbe3 100644 --- a/src/plugins/Input/cue/translations/cue_plugin_id.ts +++ b/src/plugins/Input/cue/translations/cue_plugin_id.ts @@ -4,27 +4,27 @@ <context> <name>DecoderCUEFactory</name> <message> - <location filename="../decodercuefactory.cpp" line="41"/> + <location filename="../decodercuefactory.cpp" line="39"/> <source>CUE Plugin</source> <translation>Plugin CUE</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="44"/> + <location filename="../decodercuefactory.cpp" line="42"/> <source>CUE Files</source> <translation>File CUE</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="93"/> + <location filename="../decodercuefactory.cpp" line="91"/> <source>About CUE Audio Plugin</source> <translation>Tentang Plugin Audio CUE</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="94"/> + <location filename="../decodercuefactory.cpp" line="92"/> <source>Qmmp CUE Audio Plugin</source> <translation>Plugin Audio CUE Qmmp</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="95"/> + <location filename="../decodercuefactory.cpp" line="93"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation type="unfinished"></translation> </message> diff --git a/src/plugins/Input/cue/translations/cue_plugin_it.ts b/src/plugins/Input/cue/translations/cue_plugin_it.ts index 684f5e7c0..2d5168ea9 100644 --- a/src/plugins/Input/cue/translations/cue_plugin_it.ts +++ b/src/plugins/Input/cue/translations/cue_plugin_it.ts @@ -4,27 +4,27 @@ <context> <name>DecoderCUEFactory</name> <message> - <location filename="../decodercuefactory.cpp" line="41"/> + <location filename="../decodercuefactory.cpp" line="39"/> <source>CUE Plugin</source> <translation>Modulo CUE</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="44"/> + <location filename="../decodercuefactory.cpp" line="42"/> <source>CUE Files</source> <translation>Brani CUE</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="93"/> + <location filename="../decodercuefactory.cpp" line="91"/> <source>About CUE Audio Plugin</source> <translation>Informazioni sul Modulo audio CUE</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="94"/> + <location filename="../decodercuefactory.cpp" line="92"/> <source>Qmmp CUE Audio Plugin</source> <translation>Modulo audio CUE per Qmmp</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="95"/> + <location filename="../decodercuefactory.cpp" line="93"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation>Autore: Ilya Kotov <forkotov02@ya.ru></translation> </message> diff --git a/src/plugins/Input/cue/translations/cue_plugin_ja.ts b/src/plugins/Input/cue/translations/cue_plugin_ja.ts index 6bfaa1995..7f51fbf26 100644 --- a/src/plugins/Input/cue/translations/cue_plugin_ja.ts +++ b/src/plugins/Input/cue/translations/cue_plugin_ja.ts @@ -4,27 +4,27 @@ <context> <name>DecoderCUEFactory</name> <message> - <location filename="../decodercuefactory.cpp" line="41"/> + <location filename="../decodercuefactory.cpp" line="39"/> <source>CUE Plugin</source> <translation>CUE プラグイン</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="44"/> + <location filename="../decodercuefactory.cpp" line="42"/> <source>CUE Files</source> <translation>CUE ファイル</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="93"/> + <location filename="../decodercuefactory.cpp" line="91"/> <source>About CUE Audio Plugin</source> <translation>CUE 音響プラグインについて</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="94"/> + <location filename="../decodercuefactory.cpp" line="92"/> <source>Qmmp CUE Audio Plugin</source> <translation>QMMP CUE 音響プラグイン</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="95"/> + <location filename="../decodercuefactory.cpp" line="93"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation>制作: Илья Котов (Ilya Kotov) <forkotov02@ya.ru></translation> </message> diff --git a/src/plugins/Input/cue/translations/cue_plugin_kk.ts b/src/plugins/Input/cue/translations/cue_plugin_kk.ts index fab44077f..8f3a51205 100644 --- a/src/plugins/Input/cue/translations/cue_plugin_kk.ts +++ b/src/plugins/Input/cue/translations/cue_plugin_kk.ts @@ -4,27 +4,27 @@ <context> <name>DecoderCUEFactory</name> <message> - <location filename="../decodercuefactory.cpp" line="41"/> + <location filename="../decodercuefactory.cpp" line="39"/> <source>CUE Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="44"/> + <location filename="../decodercuefactory.cpp" line="42"/> <source>CUE Files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="93"/> + <location filename="../decodercuefactory.cpp" line="91"/> <source>About CUE Audio Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="94"/> + <location filename="../decodercuefactory.cpp" line="92"/> <source>Qmmp CUE Audio Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="95"/> + <location filename="../decodercuefactory.cpp" line="93"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation type="unfinished"></translation> </message> diff --git a/src/plugins/Input/cue/translations/cue_plugin_lt.ts b/src/plugins/Input/cue/translations/cue_plugin_lt.ts index 5cad727ca..6fb360029 100644 --- a/src/plugins/Input/cue/translations/cue_plugin_lt.ts +++ b/src/plugins/Input/cue/translations/cue_plugin_lt.ts @@ -4,27 +4,27 @@ <context> <name>DecoderCUEFactory</name> <message> - <location filename="../decodercuefactory.cpp" line="41"/> + <location filename="../decodercuefactory.cpp" line="39"/> <source>CUE Plugin</source> <translation>CUE įskiepis</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="44"/> + <location filename="../decodercuefactory.cpp" line="42"/> <source>CUE Files</source> <translation>CUE bylos</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="93"/> + <location filename="../decodercuefactory.cpp" line="91"/> <source>About CUE Audio Plugin</source> <translation>Apie CUE audio įskiepį</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="94"/> + <location filename="../decodercuefactory.cpp" line="92"/> <source>Qmmp CUE Audio Plugin</source> <translation>Qmmp CUE audio įskiepis</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="95"/> + <location filename="../decodercuefactory.cpp" line="93"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation>Sukūrė:Ilya Kotov </translation> </message> diff --git a/src/plugins/Input/cue/translations/cue_plugin_nl.ts b/src/plugins/Input/cue/translations/cue_plugin_nl.ts index f88f72cea..620af1270 100644 --- a/src/plugins/Input/cue/translations/cue_plugin_nl.ts +++ b/src/plugins/Input/cue/translations/cue_plugin_nl.ts @@ -4,27 +4,27 @@ <context> <name>DecoderCUEFactory</name> <message> - <location filename="../decodercuefactory.cpp" line="41"/> + <location filename="../decodercuefactory.cpp" line="39"/> <source>CUE Plugin</source> <translation>CUE Module</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="44"/> + <location filename="../decodercuefactory.cpp" line="42"/> <source>CUE Files</source> <translation>CUE Bestanden</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="93"/> + <location filename="../decodercuefactory.cpp" line="91"/> <source>About CUE Audio Plugin</source> <translation>Over de CUE Audio Module</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="94"/> + <location filename="../decodercuefactory.cpp" line="92"/> <source>Qmmp CUE Audio Plugin</source> <translation>CUE Audio Module voor Qmmp</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="95"/> + <location filename="../decodercuefactory.cpp" line="93"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation>Auteur: Ilya Kotov <forkotov02@ya.ru></translation> </message> diff --git a/src/plugins/Input/cue/translations/cue_plugin_pl_PL.ts b/src/plugins/Input/cue/translations/cue_plugin_pl_PL.ts index 899dadcee..2e16eab11 100644 --- a/src/plugins/Input/cue/translations/cue_plugin_pl_PL.ts +++ b/src/plugins/Input/cue/translations/cue_plugin_pl_PL.ts @@ -4,27 +4,27 @@ <context> <name>DecoderCUEFactory</name> <message> - <location filename="../decodercuefactory.cpp" line="41"/> + <location filename="../decodercuefactory.cpp" line="39"/> <source>CUE Plugin</source> <translation>Wtyczka CUE</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="44"/> + <location filename="../decodercuefactory.cpp" line="42"/> <source>CUE Files</source> <translation>Pliki CUE</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="93"/> + <location filename="../decodercuefactory.cpp" line="91"/> <source>About CUE Audio Plugin</source> <translation>O wtyczce CUE Audio</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="94"/> + <location filename="../decodercuefactory.cpp" line="92"/> <source>Qmmp CUE Audio Plugin</source> <translation>O wtyczce CUE dla Qmmp</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="95"/> + <location filename="../decodercuefactory.cpp" line="93"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation type="unfinished"></translation> </message> diff --git a/src/plugins/Input/cue/translations/cue_plugin_pt.ts b/src/plugins/Input/cue/translations/cue_plugin_pt.ts index 11a85fda1..825d6d625 100644 --- a/src/plugins/Input/cue/translations/cue_plugin_pt.ts +++ b/src/plugins/Input/cue/translations/cue_plugin_pt.ts @@ -4,27 +4,27 @@ <context> <name>DecoderCUEFactory</name> <message> - <location filename="../decodercuefactory.cpp" line="41"/> + <location filename="../decodercuefactory.cpp" line="39"/> <source>CUE Plugin</source> <translation>Suplemento CUE</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="44"/> + <location filename="../decodercuefactory.cpp" line="42"/> <source>CUE Files</source> <translation>Ficheiros CUE</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="93"/> + <location filename="../decodercuefactory.cpp" line="91"/> <source>About CUE Audio Plugin</source> <translation>Sobre o suplemento CUE Audio</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="94"/> + <location filename="../decodercuefactory.cpp" line="92"/> <source>Qmmp CUE Audio Plugin</source> <translation>Suplemento Qmmp CUE Audio</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="95"/> + <location filename="../decodercuefactory.cpp" line="93"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation>Desenvolvido por: Ilya Kotov <forkotov02@ya.ru></translation> </message> diff --git a/src/plugins/Input/cue/translations/cue_plugin_pt_BR.ts b/src/plugins/Input/cue/translations/cue_plugin_pt_BR.ts index 77d1838b9..1c290ed17 100644 --- a/src/plugins/Input/cue/translations/cue_plugin_pt_BR.ts +++ b/src/plugins/Input/cue/translations/cue_plugin_pt_BR.ts @@ -4,27 +4,27 @@ <context> <name>DecoderCUEFactory</name> <message> - <location filename="../decodercuefactory.cpp" line="41"/> + <location filename="../decodercuefactory.cpp" line="39"/> <source>CUE Plugin</source> <translation>Plugin CUE</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="44"/> + <location filename="../decodercuefactory.cpp" line="42"/> <source>CUE Files</source> <translation>Arquivos CUE</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="93"/> + <location filename="../decodercuefactory.cpp" line="91"/> <source>About CUE Audio Plugin</source> <translation>Sobre o pugin CUE Audio</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="94"/> + <location filename="../decodercuefactory.cpp" line="92"/> <source>Qmmp CUE Audio Plugin</source> <translation>Plugin Qmmp CUE Audio</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="95"/> + <location filename="../decodercuefactory.cpp" line="93"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation type="unfinished"></translation> </message> diff --git a/src/plugins/Input/cue/translations/cue_plugin_ru.ts b/src/plugins/Input/cue/translations/cue_plugin_ru.ts index 409750851..08a22b959 100644 --- a/src/plugins/Input/cue/translations/cue_plugin_ru.ts +++ b/src/plugins/Input/cue/translations/cue_plugin_ru.ts @@ -4,27 +4,27 @@ <context> <name>DecoderCUEFactory</name> <message> - <location filename="../decodercuefactory.cpp" line="41"/> + <location filename="../decodercuefactory.cpp" line="39"/> <source>CUE Plugin</source> <translation>Модуль CUE</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="44"/> + <location filename="../decodercuefactory.cpp" line="42"/> <source>CUE Files</source> <translation>Файлы CUE</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="93"/> + <location filename="../decodercuefactory.cpp" line="91"/> <source>About CUE Audio Plugin</source> <translation>Об аудио-модуле CUE</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="94"/> + <location filename="../decodercuefactory.cpp" line="92"/> <source>Qmmp CUE Audio Plugin</source> <translation>Аудио-модуль CUE для Qmmp</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="95"/> + <location filename="../decodercuefactory.cpp" line="93"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation>Разработчик: Илья Котов <forkotov02@ya.ru></translation> </message> diff --git a/src/plugins/Input/cue/translations/cue_plugin_sk.ts b/src/plugins/Input/cue/translations/cue_plugin_sk.ts index fc5d9cf0d..5768bc4a7 100644 --- a/src/plugins/Input/cue/translations/cue_plugin_sk.ts +++ b/src/plugins/Input/cue/translations/cue_plugin_sk.ts @@ -4,27 +4,27 @@ <context> <name>DecoderCUEFactory</name> <message> - <location filename="../decodercuefactory.cpp" line="41"/> + <location filename="../decodercuefactory.cpp" line="39"/> <source>CUE Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="44"/> + <location filename="../decodercuefactory.cpp" line="42"/> <source>CUE Files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="93"/> + <location filename="../decodercuefactory.cpp" line="91"/> <source>About CUE Audio Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="94"/> + <location filename="../decodercuefactory.cpp" line="92"/> <source>Qmmp CUE Audio Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="95"/> + <location filename="../decodercuefactory.cpp" line="93"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation type="unfinished"></translation> </message> diff --git a/src/plugins/Input/cue/translations/cue_plugin_sr_BA.ts b/src/plugins/Input/cue/translations/cue_plugin_sr_BA.ts index e72daf4b8..ba7b35d38 100644 --- a/src/plugins/Input/cue/translations/cue_plugin_sr_BA.ts +++ b/src/plugins/Input/cue/translations/cue_plugin_sr_BA.ts @@ -4,27 +4,27 @@ <context> <name>DecoderCUEFactory</name> <message> - <location filename="../decodercuefactory.cpp" line="41"/> + <location filename="../decodercuefactory.cpp" line="39"/> <source>CUE Plugin</source> <translation>ЦУЕ прикључак</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="44"/> + <location filename="../decodercuefactory.cpp" line="42"/> <source>CUE Files</source> <translation>ЦУЕ фајлови</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="93"/> + <location filename="../decodercuefactory.cpp" line="91"/> <source>About CUE Audio Plugin</source> <translation>О ЦУЕ прикључку</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="94"/> + <location filename="../decodercuefactory.cpp" line="92"/> <source>Qmmp CUE Audio Plugin</source> <translation>Кумп ЦУЕ прикључак</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="95"/> + <location filename="../decodercuefactory.cpp" line="93"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation>Аутор: Ilya Kotov <forkotov02@ya.ru></translation> </message> diff --git a/src/plugins/Input/cue/translations/cue_plugin_sr_RS.ts b/src/plugins/Input/cue/translations/cue_plugin_sr_RS.ts index e51fbeb52..f78a0c2fc 100644 --- a/src/plugins/Input/cue/translations/cue_plugin_sr_RS.ts +++ b/src/plugins/Input/cue/translations/cue_plugin_sr_RS.ts @@ -4,27 +4,27 @@ <context> <name>DecoderCUEFactory</name> <message> - <location filename="../decodercuefactory.cpp" line="41"/> + <location filename="../decodercuefactory.cpp" line="39"/> <source>CUE Plugin</source> <translation>ЦУЕ прикључак</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="44"/> + <location filename="../decodercuefactory.cpp" line="42"/> <source>CUE Files</source> <translation>ЦУЕ фајлови</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="93"/> + <location filename="../decodercuefactory.cpp" line="91"/> <source>About CUE Audio Plugin</source> <translation>О ЦУЕ прикључку</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="94"/> + <location filename="../decodercuefactory.cpp" line="92"/> <source>Qmmp CUE Audio Plugin</source> <translation>Кумп ЦУЕ прикључак</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="95"/> + <location filename="../decodercuefactory.cpp" line="93"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation>Аутор: Ilya Kotov <forkotov02@ya.ru></translation> </message> diff --git a/src/plugins/Input/cue/translations/cue_plugin_tr.ts b/src/plugins/Input/cue/translations/cue_plugin_tr.ts index f27af91b3..a1dcb5cac 100644 --- a/src/plugins/Input/cue/translations/cue_plugin_tr.ts +++ b/src/plugins/Input/cue/translations/cue_plugin_tr.ts @@ -4,27 +4,27 @@ <context> <name>DecoderCUEFactory</name> <message> - <location filename="../decodercuefactory.cpp" line="41"/> + <location filename="../decodercuefactory.cpp" line="39"/> <source>CUE Plugin</source> <translation>CUE Eklentisi</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="44"/> + <location filename="../decodercuefactory.cpp" line="42"/> <source>CUE Files</source> <translation>CUE Dosyaları</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="93"/> + <location filename="../decodercuefactory.cpp" line="91"/> <source>About CUE Audio Plugin</source> <translation>CUE Ses Eklentisi Hakkında</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="94"/> + <location filename="../decodercuefactory.cpp" line="92"/> <source>Qmmp CUE Audio Plugin</source> <translation>Qmmp CUE Ses Eklentisi</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="95"/> + <location filename="../decodercuefactory.cpp" line="93"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation>Yazan: Ilya Kotov <forkotov02@ya.ru></translation> </message> diff --git a/src/plugins/Input/cue/translations/cue_plugin_uk_UA.ts b/src/plugins/Input/cue/translations/cue_plugin_uk_UA.ts index ab03328dd..0827161c5 100644 --- a/src/plugins/Input/cue/translations/cue_plugin_uk_UA.ts +++ b/src/plugins/Input/cue/translations/cue_plugin_uk_UA.ts @@ -4,27 +4,27 @@ <context> <name>DecoderCUEFactory</name> <message> - <location filename="../decodercuefactory.cpp" line="41"/> + <location filename="../decodercuefactory.cpp" line="39"/> <source>CUE Plugin</source> <translation>Модуль CUE</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="44"/> + <location filename="../decodercuefactory.cpp" line="42"/> <source>CUE Files</source> <translation>Файли CUE</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="93"/> + <location filename="../decodercuefactory.cpp" line="91"/> <source>About CUE Audio Plugin</source> <translation>Про аудіо-модуль CUE</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="94"/> + <location filename="../decodercuefactory.cpp" line="92"/> <source>Qmmp CUE Audio Plugin</source> <translation>Аудіо-модуль CUE для Qmmp</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="95"/> + <location filename="../decodercuefactory.cpp" line="93"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation>Розробник: Ілля Котов <forkotov02@ya.ru></translation> </message> diff --git a/src/plugins/Input/cue/translations/cue_plugin_zh_CN.ts b/src/plugins/Input/cue/translations/cue_plugin_zh_CN.ts index d655f8e92..3e9e5fa2d 100644 --- a/src/plugins/Input/cue/translations/cue_plugin_zh_CN.ts +++ b/src/plugins/Input/cue/translations/cue_plugin_zh_CN.ts @@ -4,27 +4,27 @@ <context> <name>DecoderCUEFactory</name> <message> - <location filename="../decodercuefactory.cpp" line="41"/> + <location filename="../decodercuefactory.cpp" line="39"/> <source>CUE Plugin</source> <translation>CUE 插件</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="44"/> + <location filename="../decodercuefactory.cpp" line="42"/> <source>CUE Files</source> <translation>CUE 文件</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="93"/> + <location filename="../decodercuefactory.cpp" line="91"/> <source>About CUE Audio Plugin</source> <translation>关于 CUE 音频插件</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="94"/> + <location filename="../decodercuefactory.cpp" line="92"/> <source>Qmmp CUE Audio Plugin</source> <translation>Qmmp CUE 音频插件</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="95"/> + <location filename="../decodercuefactory.cpp" line="93"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation type="unfinished"></translation> </message> diff --git a/src/plugins/Input/cue/translations/cue_plugin_zh_TW.ts b/src/plugins/Input/cue/translations/cue_plugin_zh_TW.ts index 06c046964..b8e016b2c 100644 --- a/src/plugins/Input/cue/translations/cue_plugin_zh_TW.ts +++ b/src/plugins/Input/cue/translations/cue_plugin_zh_TW.ts @@ -4,27 +4,27 @@ <context> <name>DecoderCUEFactory</name> <message> - <location filename="../decodercuefactory.cpp" line="41"/> + <location filename="../decodercuefactory.cpp" line="39"/> <source>CUE Plugin</source> <translation>CUE 外掛</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="44"/> + <location filename="../decodercuefactory.cpp" line="42"/> <source>CUE Files</source> <translation>CUE 檔案</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="93"/> + <location filename="../decodercuefactory.cpp" line="91"/> <source>About CUE Audio Plugin</source> <translation>關於 CUE 聲訊插件</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="94"/> + <location filename="../decodercuefactory.cpp" line="92"/> <source>Qmmp CUE Audio Plugin</source> <translation>Qmmp CUE 聲訊插件</translation> </message> <message> - <location filename="../decodercuefactory.cpp" line="95"/> + <location filename="../decodercuefactory.cpp" line="93"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation>作者:Ilya Kotov <forkotov02@ya.ru></translation> </message> |
