diff options
Diffstat (limited to 'src/plugins/General/trackchange')
32 files changed, 163 insertions, 173 deletions
diff --git a/src/plugins/General/trackchange/CMakeLists.txt b/src/plugins/General/trackchange/CMakeLists.txt index bf52689a7..d47034de3 100644 --- a/src/plugins/General/trackchange/CMakeLists.txt +++ b/src/plugins/General/trackchange/CMakeLists.txt @@ -1,22 +1,7 @@ project(libtrackchange) -include(${QT_USE_FILE}) - -# 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_SOURCE_DIR}/../../../ -) - # libqmmpui & libqmmp include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../../../) link_directories(${CMAKE_CURRENT_BINARY_DIR}/../../../qmmpui) @@ -31,19 +16,19 @@ SET(libtrackchange_SRCS SET(libtrackchange_RCCS translations/translations.qrc) -QT4_ADD_RESOURCES(libtrackchange_RCC_SRCS ${libtrackchange_RCCS}) +QT5_ADD_RESOURCES(libtrackchange_RCC_SRCS ${libtrackchange_RCCS}) # user interface SET(libtrackchange_UIS settingsdialog.ui ) -QT4_WRAP_UI(libtrackchange_UIS_H ${libtrackchange_UIS}) +QT5_WRAP_UI(libtrackchange_UIS_H ${libtrackchange_UIS}) # Don't forget to include output directory, otherwise # the UI file won't be wrapped! include_directories(${CMAKE_CURRENT_BINARY_DIR}) ADD_LIBRARY(trackchange MODULE ${libtrackchange_SRCS} ${libtrackchange_UIS_H} ${libtrackchange_RCC_SRCS}) add_dependencies(trackchange qmmpui) -target_link_libraries(trackchange ${QT_LIBRARIES} qmmpui libqmmp) +target_link_libraries(trackchange Qt5::Widgets -lqmmpui -lqmmp) install(TARGETS trackchange DESTINATION ${LIB_DIR}/qmmp/General) diff --git a/src/plugins/General/trackchange/trackchange.pro b/src/plugins/General/trackchange/trackchange.pro index 9dba6c5b9..f5b0264e1 100644 --- a/src/plugins/General/trackchange/trackchange.pro +++ b/src/plugins/General/trackchange/trackchange.pro @@ -1,22 +1,29 @@ include(../../plugins.pri) -TARGET = $$PLUGINS_PREFIX/General/trackchange +CONFIG += warn_on \ +plugin +TARGET =$$PLUGINS_PREFIX/General/trackchange +unix : QMAKE_CLEAN = $$PLUGINS_PREFIX/General/libtrackchange.so + + +TEMPLATE = lib +unix : LIBS += -lqmmpui -lqmmp + +win32 : LIBS += -lqmmpui0 -lqmmp0 + +RESOURCES = translations/translations.qrc +unix { + target.path = $$LIB_DIR/qmmp/General + INSTALLS += target +} HEADERS += trackchangefactory.h \ trackchange.h \ settingsdialog.h +win32 : HEADERS += ../../../../src/qmmpui/general.h SOURCES += trackchangefactory.cpp \ trackchange.cpp \ settingsdialog.cpp FORMS += settingsdialog.ui - -RESOURCES = translations/translations.qrc - -LIBS += $$QMMPUI_LIB - -unix { - target.path = $$LIB_DIR/qmmp/General - INSTALLS += target -} diff --git a/src/plugins/General/trackchange/trackchangefactory.cpp b/src/plugins/General/trackchange/trackchangefactory.cpp index af8f125b7..dcbf6000b 100644 --- a/src/plugins/General/trackchange/trackchangefactory.cpp +++ b/src/plugins/General/trackchange/trackchangefactory.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2013-2016 by Ilya Kotov * + * Copyright (C) 2013 by Ilya Kotov * * forkotov02@ya.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -18,9 +18,8 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ + #include <QMessageBox> -#include <QTranslator> -#include <QtPlugin> #include "trackchange.h" #include "settingsdialog.h" #include "trackchangefactory.h" @@ -61,5 +60,3 @@ QTranslator *TrackChangeFactory::createTranslator(QObject *parent) translator->load(QString(":/trackchange_plugin_") + locale); return translator; } - -Q_EXPORT_PLUGIN2(trackchange, TrackChangeFactory) diff --git a/src/plugins/General/trackchange/trackchangefactory.h b/src/plugins/General/trackchange/trackchangefactory.h index d42371431..482d973b6 100644 --- a/src/plugins/General/trackchange/trackchangefactory.h +++ b/src/plugins/General/trackchange/trackchangefactory.h @@ -32,6 +32,7 @@ class TrackChangeFactory : public QObject, public GeneralFactory { Q_OBJECT +Q_PLUGIN_METADATA(IID "org.qmmp.qmmpui.GeneralFactoryInterface.1.0") Q_INTERFACES(GeneralFactory) public: const GeneralProperties properties() const; diff --git a/src/plugins/General/trackchange/translations/trackchange_plugin_bg.ts b/src/plugins/General/trackchange/translations/trackchange_plugin_bg.ts index 03ffd67ef..aa475db3d 100644 --- a/src/plugins/General/trackchange/translations/trackchange_plugin_bg.ts +++ b/src/plugins/General/trackchange/translations/trackchange_plugin_bg.ts @@ -40,27 +40,27 @@ <context> <name>TrackChangeFactory</name> <message> - <location filename="../trackchangefactory.cpp" line="31"/> + <location filename="../trackchangefactory.cpp" line="30"/> <source>Track Change Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="51"/> + <location filename="../trackchangefactory.cpp" line="50"/> <source>About Track Change Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="52"/> + <location filename="../trackchangefactory.cpp" line="51"/> <source>Qmmp Track Change Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="53"/> + <location filename="../trackchangefactory.cpp" line="52"/> <source>This plugin executes external command when current track is changed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="54"/> + <location filename="../trackchangefactory.cpp" line="53"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation type="unfinished"></translation> </message> diff --git a/src/plugins/General/trackchange/translations/trackchange_plugin_cs.ts b/src/plugins/General/trackchange/translations/trackchange_plugin_cs.ts index 64ac247e8..8ae1de127 100644 --- a/src/plugins/General/trackchange/translations/trackchange_plugin_cs.ts +++ b/src/plugins/General/trackchange/translations/trackchange_plugin_cs.ts @@ -40,27 +40,27 @@ <context> <name>TrackChangeFactory</name> <message> - <location filename="../trackchangefactory.cpp" line="31"/> + <location filename="../trackchangefactory.cpp" line="30"/> <source>Track Change Plugin</source> <translation>Modul změny stopy</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="51"/> + <location filename="../trackchangefactory.cpp" line="50"/> <source>About Track Change Plugin</source> <translation>O modulu změny stopy</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="52"/> + <location filename="../trackchangefactory.cpp" line="51"/> <source>Qmmp Track Change Plugin</source> <translation>Modul změny stopy Qmmp</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="53"/> + <location filename="../trackchangefactory.cpp" line="52"/> <source>This plugin executes external command when current track is changed</source> <translation>Tento modul při změně stopy spustí externí příkaz</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="54"/> + <location filename="../trackchangefactory.cpp" line="53"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation type="unfinished"></translation> </message> diff --git a/src/plugins/General/trackchange/translations/trackchange_plugin_de.ts b/src/plugins/General/trackchange/translations/trackchange_plugin_de.ts index a878776f5..af2573465 100644 --- a/src/plugins/General/trackchange/translations/trackchange_plugin_de.ts +++ b/src/plugins/General/trackchange/translations/trackchange_plugin_de.ts @@ -40,27 +40,27 @@ <context> <name>TrackChangeFactory</name> <message> - <location filename="../trackchangefactory.cpp" line="31"/> + <location filename="../trackchangefactory.cpp" line="30"/> <source>Track Change Plugin</source> <translation>Titeländerungsmodul</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="51"/> + <location filename="../trackchangefactory.cpp" line="50"/> <source>About Track Change Plugin</source> <translation>Über Titeländerungsmodul</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="52"/> + <location filename="../trackchangefactory.cpp" line="51"/> <source>Qmmp Track Change Plugin</source> <translation>Qmmp Titeländerungsmodul</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="53"/> + <location filename="../trackchangefactory.cpp" line="52"/> <source>This plugin executes external command when current track is changed</source> <translation>Dieses Modul führt einen externen Befehl aus, wenn der aktuelle Titel geändert wird</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="54"/> + <location filename="../trackchangefactory.cpp" line="53"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation>Geschrieben von: Ilya Kotov <forkotov02@ya.ru></translation> </message> diff --git a/src/plugins/General/trackchange/translations/trackchange_plugin_el.ts b/src/plugins/General/trackchange/translations/trackchange_plugin_el.ts index 50cc6ce03..3d45bd384 100644 --- a/src/plugins/General/trackchange/translations/trackchange_plugin_el.ts +++ b/src/plugins/General/trackchange/translations/trackchange_plugin_el.ts @@ -40,27 +40,27 @@ <context> <name>TrackChangeFactory</name> <message> - <location filename="../trackchangefactory.cpp" line="31"/> + <location filename="../trackchangefactory.cpp" line="30"/> <source>Track Change Plugin</source> <translation>Πρόσθετο αλλαγής κομματιού</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="51"/> + <location filename="../trackchangefactory.cpp" line="50"/> <source>About Track Change Plugin</source> <translation>Σχετικά με το πρόσθετο αλλαγής κομματιού</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="52"/> + <location filename="../trackchangefactory.cpp" line="51"/> <source>Qmmp Track Change Plugin</source> <translation>Qmmp πρόσθετο αλλαγής κομματιού</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="53"/> + <location filename="../trackchangefactory.cpp" line="52"/> <source>This plugin executes external command when current track is changed</source> <translation>Αυτό το πρόσθετο εκτελεί μια εξωτερική εντολή κατά την αλλαγή του τρέχοντος κομματιού</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="54"/> + <location filename="../trackchangefactory.cpp" line="53"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation>Γράφτηκε από τον: Ilya Kotov <forkotov02@hotmail.ru></translation> </message> diff --git a/src/plugins/General/trackchange/translations/trackchange_plugin_en.ts b/src/plugins/General/trackchange/translations/trackchange_plugin_en.ts index 726b86ba6..d47c395b4 100644 --- a/src/plugins/General/trackchange/translations/trackchange_plugin_en.ts +++ b/src/plugins/General/trackchange/translations/trackchange_plugin_en.ts @@ -40,27 +40,27 @@ <context> <name>TrackChangeFactory</name> <message> - <location filename="../trackchangefactory.cpp" line="31"/> + <location filename="../trackchangefactory.cpp" line="30"/> <source>Track Change Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="51"/> + <location filename="../trackchangefactory.cpp" line="50"/> <source>About Track Change Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="52"/> + <location filename="../trackchangefactory.cpp" line="51"/> <source>Qmmp Track Change Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="53"/> + <location filename="../trackchangefactory.cpp" line="52"/> <source>This plugin executes external command when current track is changed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="54"/> + <location filename="../trackchangefactory.cpp" line="53"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation type="unfinished"></translation> </message> diff --git a/src/plugins/General/trackchange/translations/trackchange_plugin_es.ts b/src/plugins/General/trackchange/translations/trackchange_plugin_es.ts index cb8e1c517..360cbe778 100644 --- a/src/plugins/General/trackchange/translations/trackchange_plugin_es.ts +++ b/src/plugins/General/trackchange/translations/trackchange_plugin_es.ts @@ -40,27 +40,27 @@ <context> <name>TrackChangeFactory</name> <message> - <location filename="../trackchangefactory.cpp" line="31"/> + <location filename="../trackchangefactory.cpp" line="30"/> <source>Track Change Plugin</source> <translation>Módulo de Cambio de Pista</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="51"/> + <location filename="../trackchangefactory.cpp" line="50"/> <source>About Track Change Plugin</source> <translation>Acerca del Módulo de Cambio de Pista</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="52"/> + <location filename="../trackchangefactory.cpp" line="51"/> <source>Qmmp Track Change Plugin</source> <translation>Módulo de Cambio de Pista de Qmmp</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="53"/> + <location filename="../trackchangefactory.cpp" line="52"/> <source>This plugin executes external command when current track is changed</source> <translation>Este módulo ejecuta programas externos de consola cuando la pista actual cambia</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="54"/> + <location filename="../trackchangefactory.cpp" line="53"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation>Escrito por: Ilya Kotov <forkotov02@ya.ru></translation> </message> diff --git a/src/plugins/General/trackchange/translations/trackchange_plugin_fi.ts b/src/plugins/General/trackchange/translations/trackchange_plugin_fi.ts index 209e65c35..3a86905a8 100644 --- a/src/plugins/General/trackchange/translations/trackchange_plugin_fi.ts +++ b/src/plugins/General/trackchange/translations/trackchange_plugin_fi.ts @@ -40,27 +40,27 @@ <context> <name>TrackChangeFactory</name> <message> - <location filename="../trackchangefactory.cpp" line="31"/> + <location filename="../trackchangefactory.cpp" line="30"/> <source>Track Change Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="51"/> + <location filename="../trackchangefactory.cpp" line="50"/> <source>About Track Change Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="52"/> + <location filename="../trackchangefactory.cpp" line="51"/> <source>Qmmp Track Change Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="53"/> + <location filename="../trackchangefactory.cpp" line="52"/> <source>This plugin executes external command when current track is changed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="54"/> + <location filename="../trackchangefactory.cpp" line="53"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation>Toteuttanut: Ilya Kotov <forkotov02@ya.ru></translation> </message> diff --git a/src/plugins/General/trackchange/translations/trackchange_plugin_fr.ts b/src/plugins/General/trackchange/translations/trackchange_plugin_fr.ts index 64a1d9171..eb9bae4b4 100644 --- a/src/plugins/General/trackchange/translations/trackchange_plugin_fr.ts +++ b/src/plugins/General/trackchange/translations/trackchange_plugin_fr.ts @@ -40,27 +40,27 @@ <context> <name>TrackChangeFactory</name> <message> - <location filename="../trackchangefactory.cpp" line="31"/> + <location filename="../trackchangefactory.cpp" line="30"/> <source>Track Change Plugin</source> <translation>Greffon de suivi de changements</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="51"/> + <location filename="../trackchangefactory.cpp" line="50"/> <source>About Track Change Plugin</source> <translation>À propos du greffon de suivi de changements</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="52"/> + <location filename="../trackchangefactory.cpp" line="51"/> <source>Qmmp Track Change Plugin</source> <translation>Greffon de suivi de changements pour Qmmp</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="53"/> + <location filename="../trackchangefactory.cpp" line="52"/> <source>This plugin executes external command when current track is changed</source> <translation>Ce greffon exécute des commandes externes quand le morceau courant change</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="54"/> + <location filename="../trackchangefactory.cpp" line="53"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation>Écrit par : Ilya Kotov <forkotov02@ya.ru></translation> </message> diff --git a/src/plugins/General/trackchange/translations/trackchange_plugin_gl_ES.ts b/src/plugins/General/trackchange/translations/trackchange_plugin_gl_ES.ts index c23941169..0400b2750 100644 --- a/src/plugins/General/trackchange/translations/trackchange_plugin_gl_ES.ts +++ b/src/plugins/General/trackchange/translations/trackchange_plugin_gl_ES.ts @@ -40,27 +40,27 @@ <context> <name>TrackChangeFactory</name> <message> - <location filename="../trackchangefactory.cpp" line="31"/> + <location filename="../trackchangefactory.cpp" line="30"/> <source>Track Change Plugin</source> <translation>Engadido de Cambio de Pista</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="51"/> + <location filename="../trackchangefactory.cpp" line="50"/> <source>About Track Change Plugin</source> <translation>Sobre o engadido Cambio de Pista</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="52"/> + <location filename="../trackchangefactory.cpp" line="51"/> <source>Qmmp Track Change Plugin</source> <translation>Engadido Cambio de Pista de Qmmp</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="53"/> + <location filename="../trackchangefactory.cpp" line="52"/> <source>This plugin executes external command when current track is changed</source> <translation>Este engadido executa comandos externos cando se cambia de pista</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="54"/> + <location filename="../trackchangefactory.cpp" line="53"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation type="unfinished"></translation> </message> diff --git a/src/plugins/General/trackchange/translations/trackchange_plugin_he.ts b/src/plugins/General/trackchange/translations/trackchange_plugin_he.ts index 3314fbe4f..d7d491eb2 100644 --- a/src/plugins/General/trackchange/translations/trackchange_plugin_he.ts +++ b/src/plugins/General/trackchange/translations/trackchange_plugin_he.ts @@ -40,27 +40,27 @@ <context> <name>TrackChangeFactory</name> <message> - <location filename="../trackchangefactory.cpp" line="31"/> + <location filename="../trackchangefactory.cpp" line="30"/> <source>Track Change Plugin</source> <translation>תוסף שינוי רצועה</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="51"/> + <location filename="../trackchangefactory.cpp" line="50"/> <source>About Track Change Plugin</source> <translation>אודות תוסף שינוי רצועה</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="52"/> + <location filename="../trackchangefactory.cpp" line="51"/> <source>Qmmp Track Change Plugin</source> <translation>תוסף שינוי רצועה של Qmmp</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="53"/> + <location filename="../trackchangefactory.cpp" line="52"/> <source>This plugin executes external command when current track is changed</source> <translation>תוסף זה מבצע פקודה חיצונית כאשר רצועה נוכחית משתנה</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="54"/> + <location filename="../trackchangefactory.cpp" line="53"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation type="unfinished"></translation> </message> diff --git a/src/plugins/General/trackchange/translations/trackchange_plugin_hu.ts b/src/plugins/General/trackchange/translations/trackchange_plugin_hu.ts index a3fef3dac..08a0e2d42 100644 --- a/src/plugins/General/trackchange/translations/trackchange_plugin_hu.ts +++ b/src/plugins/General/trackchange/translations/trackchange_plugin_hu.ts @@ -40,27 +40,27 @@ <context> <name>TrackChangeFactory</name> <message> - <location filename="../trackchangefactory.cpp" line="31"/> + <location filename="../trackchangefactory.cpp" line="30"/> <source>Track Change Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="51"/> + <location filename="../trackchangefactory.cpp" line="50"/> <source>About Track Change Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="52"/> + <location filename="../trackchangefactory.cpp" line="51"/> <source>Qmmp Track Change Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="53"/> + <location filename="../trackchangefactory.cpp" line="52"/> <source>This plugin executes external command when current track is changed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="54"/> + <location filename="../trackchangefactory.cpp" line="53"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation type="unfinished"></translation> </message> diff --git a/src/plugins/General/trackchange/translations/trackchange_plugin_id.ts b/src/plugins/General/trackchange/translations/trackchange_plugin_id.ts index 7b3b3bed9..06910706f 100644 --- a/src/plugins/General/trackchange/translations/trackchange_plugin_id.ts +++ b/src/plugins/General/trackchange/translations/trackchange_plugin_id.ts @@ -40,27 +40,27 @@ <context> <name>TrackChangeFactory</name> <message> - <location filename="../trackchangefactory.cpp" line="31"/> + <location filename="../trackchangefactory.cpp" line="30"/> <source>Track Change Plugin</source> <translation>Plugin Perubahan Track</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="51"/> + <location filename="../trackchangefactory.cpp" line="50"/> <source>About Track Change Plugin</source> <translation>Tentang Plugin Perubahan Track</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="52"/> + <location filename="../trackchangefactory.cpp" line="51"/> <source>Qmmp Track Change Plugin</source> <translation>Plugin Perubahan Track Qmmp</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="53"/> + <location filename="../trackchangefactory.cpp" line="52"/> <source>This plugin executes external command when current track is changed</source> <translation>Plugin ini mengeksekusi perintah eksternal ketika track saat ini telah diubah</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="54"/> + <location filename="../trackchangefactory.cpp" line="53"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation type="unfinished"></translation> </message> diff --git a/src/plugins/General/trackchange/translations/trackchange_plugin_it.ts b/src/plugins/General/trackchange/translations/trackchange_plugin_it.ts index e2f50ec20..e423eaf7f 100644 --- a/src/plugins/General/trackchange/translations/trackchange_plugin_it.ts +++ b/src/plugins/General/trackchange/translations/trackchange_plugin_it.ts @@ -40,27 +40,27 @@ <context> <name>TrackChangeFactory</name> <message> - <location filename="../trackchangefactory.cpp" line="31"/> + <location filename="../trackchangefactory.cpp" line="30"/> <source>Track Change Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="51"/> + <location filename="../trackchangefactory.cpp" line="50"/> <source>About Track Change Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="52"/> + <location filename="../trackchangefactory.cpp" line="51"/> <source>Qmmp Track Change Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="53"/> + <location filename="../trackchangefactory.cpp" line="52"/> <source>This plugin executes external command when current track is changed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="54"/> + <location filename="../trackchangefactory.cpp" line="53"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation type="unfinished"></translation> </message> diff --git a/src/plugins/General/trackchange/translations/trackchange_plugin_ja.ts b/src/plugins/General/trackchange/translations/trackchange_plugin_ja.ts index 0e4d5cdf3..bab952c29 100644 --- a/src/plugins/General/trackchange/translations/trackchange_plugin_ja.ts +++ b/src/plugins/General/trackchange/translations/trackchange_plugin_ja.ts @@ -40,27 +40,27 @@ <context> <name>TrackChangeFactory</name> <message> - <location filename="../trackchangefactory.cpp" line="31"/> + <location filename="../trackchangefactory.cpp" line="30"/> <source>Track Change Plugin</source> <translation>トラック変化プラグイン</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="51"/> + <location filename="../trackchangefactory.cpp" line="50"/> <source>About Track Change Plugin</source> <translation>トラック変化プラグインについて</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="52"/> + <location filename="../trackchangefactory.cpp" line="51"/> <source>Qmmp Track Change Plugin</source> <translation>QMMP トラック変化プラグイン</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="53"/> + <location filename="../trackchangefactory.cpp" line="52"/> <source>This plugin executes external command when current track is changed</source> <translation>このプラグインはトラック (演目) が切り換わる際に外部コマンドを実行します。</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="54"/> + <location filename="../trackchangefactory.cpp" line="53"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation>制作: Илья Котов (Ilya Kotov) <forkotov02@ya.ru></translation> </message> diff --git a/src/plugins/General/trackchange/translations/trackchange_plugin_kk.ts b/src/plugins/General/trackchange/translations/trackchange_plugin_kk.ts index 1a86299e0..771a13910 100644 --- a/src/plugins/General/trackchange/translations/trackchange_plugin_kk.ts +++ b/src/plugins/General/trackchange/translations/trackchange_plugin_kk.ts @@ -40,27 +40,27 @@ <context> <name>TrackChangeFactory</name> <message> - <location filename="../trackchangefactory.cpp" line="31"/> + <location filename="../trackchangefactory.cpp" line="30"/> <source>Track Change Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="51"/> + <location filename="../trackchangefactory.cpp" line="50"/> <source>About Track Change Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="52"/> + <location filename="../trackchangefactory.cpp" line="51"/> <source>Qmmp Track Change Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="53"/> + <location filename="../trackchangefactory.cpp" line="52"/> <source>This plugin executes external command when current track is changed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="54"/> + <location filename="../trackchangefactory.cpp" line="53"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation type="unfinished"></translation> </message> diff --git a/src/plugins/General/trackchange/translations/trackchange_plugin_lt.ts b/src/plugins/General/trackchange/translations/trackchange_plugin_lt.ts index 748f8614d..22f763aa9 100644 --- a/src/plugins/General/trackchange/translations/trackchange_plugin_lt.ts +++ b/src/plugins/General/trackchange/translations/trackchange_plugin_lt.ts @@ -40,27 +40,27 @@ <context> <name>TrackChangeFactory</name> <message> - <location filename="../trackchangefactory.cpp" line="31"/> + <location filename="../trackchangefactory.cpp" line="30"/> <source>Track Change Plugin</source> <translation>Takelio Pasikeitimo Įskiepis</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="51"/> + <location filename="../trackchangefactory.cpp" line="50"/> <source>About Track Change Plugin</source> <translation>Apie Takelio Pasikeitimo Įskiepį</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="52"/> + <location filename="../trackchangefactory.cpp" line="51"/> <source>Qmmp Track Change Plugin</source> <translation>Qmmp Takelio Pasikeitimo Įskiepis</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="53"/> + <location filename="../trackchangefactory.cpp" line="52"/> <source>This plugin executes external command when current track is changed</source> <translation>Šis įskiepis įvykdo išorinę komandą kai pasikeičia dabartinis takelis</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="54"/> + <location filename="../trackchangefactory.cpp" line="53"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation>Sukūrė:Ilya Kotov <forkotov02@ya.ru> </translation> </message> diff --git a/src/plugins/General/trackchange/translations/trackchange_plugin_nl.ts b/src/plugins/General/trackchange/translations/trackchange_plugin_nl.ts index 7f643440d..94c0cb3f0 100644 --- a/src/plugins/General/trackchange/translations/trackchange_plugin_nl.ts +++ b/src/plugins/General/trackchange/translations/trackchange_plugin_nl.ts @@ -40,27 +40,27 @@ <context> <name>TrackChangeFactory</name> <message> - <location filename="../trackchangefactory.cpp" line="31"/> + <location filename="../trackchangefactory.cpp" line="30"/> <source>Track Change Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="51"/> + <location filename="../trackchangefactory.cpp" line="50"/> <source>About Track Change Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="52"/> + <location filename="../trackchangefactory.cpp" line="51"/> <source>Qmmp Track Change Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="53"/> + <location filename="../trackchangefactory.cpp" line="52"/> <source>This plugin executes external command when current track is changed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="54"/> + <location filename="../trackchangefactory.cpp" line="53"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation type="unfinished"></translation> </message> diff --git a/src/plugins/General/trackchange/translations/trackchange_plugin_pl_PL.ts b/src/plugins/General/trackchange/translations/trackchange_plugin_pl_PL.ts index 0c92824eb..7f540a135 100644 --- a/src/plugins/General/trackchange/translations/trackchange_plugin_pl_PL.ts +++ b/src/plugins/General/trackchange/translations/trackchange_plugin_pl_PL.ts @@ -40,27 +40,27 @@ <context> <name>TrackChangeFactory</name> <message> - <location filename="../trackchangefactory.cpp" line="31"/> + <location filename="../trackchangefactory.cpp" line="30"/> <source>Track Change Plugin</source> <translation>Wtyczka Zmiany Utworu</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="51"/> + <location filename="../trackchangefactory.cpp" line="50"/> <source>About Track Change Plugin</source> <translation>O wtyczce Zmiany Utworu</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="52"/> + <location filename="../trackchangefactory.cpp" line="51"/> <source>Qmmp Track Change Plugin</source> <translation>Wtyczka Zmiany Utworu dla Qmmp</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="53"/> + <location filename="../trackchangefactory.cpp" line="52"/> <source>This plugin executes external command when current track is changed</source> <translation>Uruchamia zewnętrzne polecenia przy zmianie utworu</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="54"/> + <location filename="../trackchangefactory.cpp" line="53"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation type="unfinished"></translation> </message> diff --git a/src/plugins/General/trackchange/translations/trackchange_plugin_pt.ts b/src/plugins/General/trackchange/translations/trackchange_plugin_pt.ts index 2193ad270..fe91b1c95 100644 --- a/src/plugins/General/trackchange/translations/trackchange_plugin_pt.ts +++ b/src/plugins/General/trackchange/translations/trackchange_plugin_pt.ts @@ -40,27 +40,27 @@ <context> <name>TrackChangeFactory</name> <message> - <location filename="../trackchangefactory.cpp" line="31"/> + <location filename="../trackchangefactory.cpp" line="30"/> <source>Track Change Plugin</source> <translation>Suplemento Track Change</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="51"/> + <location filename="../trackchangefactory.cpp" line="50"/> <source>About Track Change Plugin</source> <translation>Sobre o suplemento Track Change</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="52"/> + <location filename="../trackchangefactory.cpp" line="51"/> <source>Qmmp Track Change Plugin</source> <translation>Suplemento Qmmp Track Change</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="53"/> + <location filename="../trackchangefactory.cpp" line="52"/> <source>This plugin executes external command when current track is changed</source> <translation>Este suplemento executa comandos externos se a faixa em reprodução for alterada</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="54"/> + <location filename="../trackchangefactory.cpp" line="53"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation>Desenvolvido por: Ilya Kotov <forkotov02@ya.ru></translation> </message> diff --git a/src/plugins/General/trackchange/translations/trackchange_plugin_pt_BR.ts b/src/plugins/General/trackchange/translations/trackchange_plugin_pt_BR.ts index 12419d42b..115707c42 100644 --- a/src/plugins/General/trackchange/translations/trackchange_plugin_pt_BR.ts +++ b/src/plugins/General/trackchange/translations/trackchange_plugin_pt_BR.ts @@ -40,27 +40,27 @@ <context> <name>TrackChangeFactory</name> <message> - <location filename="../trackchangefactory.cpp" line="31"/> + <location filename="../trackchangefactory.cpp" line="30"/> <source>Track Change Plugin</source> <translation>Plugin Track Change</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="51"/> + <location filename="../trackchangefactory.cpp" line="50"/> <source>About Track Change Plugin</source> <translation>Sobre o plugin Track Change</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="52"/> + <location filename="../trackchangefactory.cpp" line="51"/> <source>Qmmp Track Change Plugin</source> <translation>Plugin Qmmp Track Change</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="53"/> + <location filename="../trackchangefactory.cpp" line="52"/> <source>This plugin executes external command when current track is changed</source> <translation>Este plugin executa comandos externos se a faixa em reprodução for alterada</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="54"/> + <location filename="../trackchangefactory.cpp" line="53"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation type="unfinished"></translation> </message> diff --git a/src/plugins/General/trackchange/translations/trackchange_plugin_ru.ts b/src/plugins/General/trackchange/translations/trackchange_plugin_ru.ts index 4e7411de2..f81fde9da 100644 --- a/src/plugins/General/trackchange/translations/trackchange_plugin_ru.ts +++ b/src/plugins/General/trackchange/translations/trackchange_plugin_ru.ts @@ -40,27 +40,27 @@ <context> <name>TrackChangeFactory</name> <message> - <location filename="../trackchangefactory.cpp" line="31"/> + <location filename="../trackchangefactory.cpp" line="30"/> <source>Track Change Plugin</source> <translation>Модуль смены трека</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="51"/> + <location filename="../trackchangefactory.cpp" line="50"/> <source>About Track Change Plugin</source> <translation>О модуле смены трека</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="52"/> + <location filename="../trackchangefactory.cpp" line="51"/> <source>Qmmp Track Change Plugin</source> <translation>Модуль смены трека для Qmmp</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="53"/> + <location filename="../trackchangefactory.cpp" line="52"/> <source>This plugin executes external command when current track is changed</source> <translation>Данный модуль предназначен для запуска внешней команды при смене текущего трека</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="54"/> + <location filename="../trackchangefactory.cpp" line="53"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation>Разработчик: Илья Котов <forkotov02@ya.ru></translation> </message> diff --git a/src/plugins/General/trackchange/translations/trackchange_plugin_sk.ts b/src/plugins/General/trackchange/translations/trackchange_plugin_sk.ts index ae72d4185..107ab15a4 100644 --- a/src/plugins/General/trackchange/translations/trackchange_plugin_sk.ts +++ b/src/plugins/General/trackchange/translations/trackchange_plugin_sk.ts @@ -40,27 +40,27 @@ <context> <name>TrackChangeFactory</name> <message> - <location filename="../trackchangefactory.cpp" line="31"/> + <location filename="../trackchangefactory.cpp" line="30"/> <source>Track Change Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="51"/> + <location filename="../trackchangefactory.cpp" line="50"/> <source>About Track Change Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="52"/> + <location filename="../trackchangefactory.cpp" line="51"/> <source>Qmmp Track Change Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="53"/> + <location filename="../trackchangefactory.cpp" line="52"/> <source>This plugin executes external command when current track is changed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="54"/> + <location filename="../trackchangefactory.cpp" line="53"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation type="unfinished"></translation> </message> diff --git a/src/plugins/General/trackchange/translations/trackchange_plugin_sr_BA.ts b/src/plugins/General/trackchange/translations/trackchange_plugin_sr_BA.ts index 9f0948fae..629d7260c 100644 --- a/src/plugins/General/trackchange/translations/trackchange_plugin_sr_BA.ts +++ b/src/plugins/General/trackchange/translations/trackchange_plugin_sr_BA.ts @@ -40,27 +40,27 @@ <context> <name>TrackChangeFactory</name> <message> - <location filename="../trackchangefactory.cpp" line="31"/> + <location filename="../trackchangefactory.cpp" line="30"/> <source>Track Change Plugin</source> <translation>Измјена нумере</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="51"/> + <location filename="../trackchangefactory.cpp" line="50"/> <source>About Track Change Plugin</source> <translation>О прикључку измјене нумере</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="52"/> + <location filename="../trackchangefactory.cpp" line="51"/> <source>Qmmp Track Change Plugin</source> <translation>Кумп прикључак измјене нумере</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="53"/> + <location filename="../trackchangefactory.cpp" line="52"/> <source>This plugin executes external command when current track is changed</source> <translation>Извршава спољашњу наредбу при измјени нумере</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="54"/> + <location filename="../trackchangefactory.cpp" line="53"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation>Аутор: Ilya Kotov <forkotov02@ya.ru></translation> </message> diff --git a/src/plugins/General/trackchange/translations/trackchange_plugin_sr_RS.ts b/src/plugins/General/trackchange/translations/trackchange_plugin_sr_RS.ts index 6c0341e2e..4a1ecb1b5 100644 --- a/src/plugins/General/trackchange/translations/trackchange_plugin_sr_RS.ts +++ b/src/plugins/General/trackchange/translations/trackchange_plugin_sr_RS.ts @@ -40,27 +40,27 @@ <context> <name>TrackChangeFactory</name> <message> - <location filename="../trackchangefactory.cpp" line="31"/> + <location filename="../trackchangefactory.cpp" line="30"/> <source>Track Change Plugin</source> <translation>Измена нумере</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="51"/> + <location filename="../trackchangefactory.cpp" line="50"/> <source>About Track Change Plugin</source> <translation>О прикључку измене нумере</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="52"/> + <location filename="../trackchangefactory.cpp" line="51"/> <source>Qmmp Track Change Plugin</source> <translation>Кумп прикључак измене нумере</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="53"/> + <location filename="../trackchangefactory.cpp" line="52"/> <source>This plugin executes external command when current track is changed</source> <translation>Извршава спољашњу наредбу при измени нумере</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="54"/> + <location filename="../trackchangefactory.cpp" line="53"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation>Аутор: Ilya Kotov <forkotov02@ya.ru></translation> </message> diff --git a/src/plugins/General/trackchange/translations/trackchange_plugin_tr.ts b/src/plugins/General/trackchange/translations/trackchange_plugin_tr.ts index e4e65e754..40c45febb 100644 --- a/src/plugins/General/trackchange/translations/trackchange_plugin_tr.ts +++ b/src/plugins/General/trackchange/translations/trackchange_plugin_tr.ts @@ -40,27 +40,27 @@ <context> <name>TrackChangeFactory</name> <message> - <location filename="../trackchangefactory.cpp" line="31"/> + <location filename="../trackchangefactory.cpp" line="30"/> <source>Track Change Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="51"/> + <location filename="../trackchangefactory.cpp" line="50"/> <source>About Track Change Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="52"/> + <location filename="../trackchangefactory.cpp" line="51"/> <source>Qmmp Track Change Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="53"/> + <location filename="../trackchangefactory.cpp" line="52"/> <source>This plugin executes external command when current track is changed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="54"/> + <location filename="../trackchangefactory.cpp" line="53"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation type="unfinished"></translation> </message> diff --git a/src/plugins/General/trackchange/translations/trackchange_plugin_uk_UA.ts b/src/plugins/General/trackchange/translations/trackchange_plugin_uk_UA.ts index 6a8864031..b094a22bf 100644 --- a/src/plugins/General/trackchange/translations/trackchange_plugin_uk_UA.ts +++ b/src/plugins/General/trackchange/translations/trackchange_plugin_uk_UA.ts @@ -40,27 +40,27 @@ <context> <name>TrackChangeFactory</name> <message> - <location filename="../trackchangefactory.cpp" line="31"/> + <location filename="../trackchangefactory.cpp" line="30"/> <source>Track Change Plugin</source> <translation>Модуль зміни треку</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="51"/> + <location filename="../trackchangefactory.cpp" line="50"/> <source>About Track Change Plugin</source> <translation>Про модуль зміни треку</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="52"/> + <location filename="../trackchangefactory.cpp" line="51"/> <source>Qmmp Track Change Plugin</source> <translation>Модуль зміни треку для Qmmp</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="53"/> + <location filename="../trackchangefactory.cpp" line="52"/> <source>This plugin executes external command when current track is changed</source> <translation>Цей модуль призначено для запуску зовнішньої команди при зміні поточного треку</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="54"/> + <location filename="../trackchangefactory.cpp" line="53"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation>Розробник: Ілля Котов <forkotov02@ya.ru></translation> </message> diff --git a/src/plugins/General/trackchange/translations/trackchange_plugin_zh_CN.ts b/src/plugins/General/trackchange/translations/trackchange_plugin_zh_CN.ts index 34851a9f0..8732eb16e 100644 --- a/src/plugins/General/trackchange/translations/trackchange_plugin_zh_CN.ts +++ b/src/plugins/General/trackchange/translations/trackchange_plugin_zh_CN.ts @@ -40,27 +40,27 @@ <context> <name>TrackChangeFactory</name> <message> - <location filename="../trackchangefactory.cpp" line="31"/> + <location filename="../trackchangefactory.cpp" line="30"/> <source>Track Change Plugin</source> <translation>曲目变更插件</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="51"/> + <location filename="../trackchangefactory.cpp" line="50"/> <source>About Track Change Plugin</source> <translation>关于曲目变更插件</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="52"/> + <location filename="../trackchangefactory.cpp" line="51"/> <source>Qmmp Track Change Plugin</source> <translation>Qmmp曲目变更插件</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="53"/> + <location filename="../trackchangefactory.cpp" line="52"/> <source>This plugin executes external command when current track is changed</source> <translation>该插件允许在当前曲目发生变化时执行外部命令</translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="54"/> + <location filename="../trackchangefactory.cpp" line="53"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation type="unfinished"></translation> </message> diff --git a/src/plugins/General/trackchange/translations/trackchange_plugin_zh_TW.ts b/src/plugins/General/trackchange/translations/trackchange_plugin_zh_TW.ts index c6dec1c38..3f0b9e8ac 100644 --- a/src/plugins/General/trackchange/translations/trackchange_plugin_zh_TW.ts +++ b/src/plugins/General/trackchange/translations/trackchange_plugin_zh_TW.ts @@ -40,27 +40,27 @@ <context> <name>TrackChangeFactory</name> <message> - <location filename="../trackchangefactory.cpp" line="31"/> + <location filename="../trackchangefactory.cpp" line="30"/> <source>Track Change Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="51"/> + <location filename="../trackchangefactory.cpp" line="50"/> <source>About Track Change Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="52"/> + <location filename="../trackchangefactory.cpp" line="51"/> <source>Qmmp Track Change Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="53"/> + <location filename="../trackchangefactory.cpp" line="52"/> <source>This plugin executes external command when current track is changed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../trackchangefactory.cpp" line="54"/> + <location filename="../trackchangefactory.cpp" line="53"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation>作者:Ilya Kotov <forkotov02@ya.ru></translation> </message> |
