diff options
Diffstat (limited to 'src/plugins/General/notifier')
33 files changed, 127 insertions, 141 deletions
diff --git a/src/plugins/General/notifier/CMakeLists.txt b/src/plugins/General/notifier/CMakeLists.txt index ae11cd7c0..0b2df2839 100644 --- a/src/plugins/General/notifier/CMakeLists.txt +++ b/src/plugins/General/notifier/CMakeLists.txt @@ -1,20 +1,7 @@ project(libnotifier) -# 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) @@ -27,11 +14,11 @@ SET(libnotifier_SRCS popupwidget.cpp ) -SET(libnotifier_RCCS +SET(libnotifier_RCCS translations/translations.qrc notifier_images.qrc) -QT4_ADD_RESOURCES(libnotifier_RCC_SRCS ${libnotifier_RCCS}) +QT5_ADD_RESOURCES(libnotifier_RCC_SRCS ${libnotifier_RCCS}) # user interface @@ -40,20 +27,20 @@ SET(libnotifier_UIS settingsdialog.ui ) -QT4_WRAP_UI(libnotifier_UIS_H ${libnotifier_UIS}) +QT5_WRAP_UI(libnotifier_UIS_H ${libnotifier_UIS}) # Don't forget to include output directory, otherwise # the UI file won't be wrapped! include_directories(${CMAKE_CURRENT_BINARY_DIR}) ADD_LIBRARY(notifier MODULE ${libnotifier_SRCS} ${libnotifier_UIS_H} ${libnotifier_RCC_SRCS}) add_dependencies(notifier qmmpui) -IF(X11_FOUND) +IF(X11_FOUND AND Qt5X11Extras_FOUND) include_directories(${X11_INCLUDE_DIRS}) link_directories(${X11_LIBRARY_DIRS}) ADD_DEFINITIONS(${X11_CFLAGS}) ADD_DEFINITIONS(-DX11_FOUND) - target_link_libraries(notifier ${QT_LIBRARIES} qmmpui libqmmp ${X11_LDFLAGS}) -ELSE(X11_FOUND) - target_link_libraries(notifier ${QT_LIBRARIES} qmmpui libqmmp) -ENDIF(X11_FOUND) + target_link_libraries(notifier Qt5::X11Extras Qt5::Widgets ${X11_LDFLAGS} -lqmmpui -lqmmp) +ELSE(X11_FOUND AND Qt5X11Extras_FOUND) + target_link_libraries(notifier Qt5::Widgets -lqmmpui -lqmmp) +ENDIF(X11_FOUND AND Qt5X11Extras_FOUND) install(TARGETS notifier DESTINATION ${LIB_DIR}/qmmp/General) diff --git a/src/plugins/General/notifier/notifier.cpp b/src/plugins/General/notifier/notifier.cpp index 1edaeaf36..c55008406 100644 --- a/src/plugins/General/notifier/notifier.cpp +++ b/src/plugins/General/notifier/notifier.cpp @@ -32,7 +32,7 @@ #include <X11/Xatom.h> #include <X11/Xlib.h> #include <X11/Xutil.h> -#elif defined (Q_OS_WIN) +#elif defined(Q_OS_WIN) #include <windows.h> #endif diff --git a/src/plugins/General/notifier/notifier.pro b/src/plugins/General/notifier/notifier.pro index eea864b6c..d3e38c6fc 100644 --- a/src/plugins/General/notifier/notifier.pro +++ b/src/plugins/General/notifier/notifier.pro @@ -20,8 +20,9 @@ RESOURCES = notifier_images.qrc \ LIBS += $$QMMPUI_LIB unix { - PKGCONFIG += x11 - DEFINES += X11_FOUND target.path = $$LIB_DIR/qmmp/General INSTALLS += target + PKGCONFIG += x11 + QT += x11extras + DEFINES += X11_FOUND } diff --git a/src/plugins/General/notifier/notifierfactory.cpp b/src/plugins/General/notifier/notifierfactory.cpp index d7bc37b07..1e6f47d36 100644 --- a/src/plugins/General/notifier/notifierfactory.cpp +++ b/src/plugins/General/notifier/notifierfactory.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2008-2016 by Ilya Kotov * + * Copyright (C) 2008-2012 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 "notifier.h" #include "settingsdialog.h" #include "notifierfactory.h" @@ -60,5 +59,3 @@ QTranslator *NotifierFactory::createTranslator(QObject *parent) translator->load(QString(":/notifier_plugin_") + locale); return translator; } - -Q_EXPORT_PLUGIN2(notifier,NotifierFactory) diff --git a/src/plugins/General/notifier/notifierfactory.h b/src/plugins/General/notifier/notifierfactory.h index e11a8662e..a968c9c67 100644 --- a/src/plugins/General/notifier/notifierfactory.h +++ b/src/plugins/General/notifier/notifierfactory.h @@ -33,6 +33,7 @@ class NotifierFactory : 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/notifier/translations/notifier_plugin_bg.ts b/src/plugins/General/notifier/translations/notifier_plugin_bg.ts index b2461d263..5b8ea6288 100644 --- a/src/plugins/General/notifier/translations/notifier_plugin_bg.ts +++ b/src/plugins/General/notifier/translations/notifier_plugin_bg.ts @@ -4,22 +4,22 @@ <context> <name>NotifierFactory</name> <message> - <location filename="../notifierfactory.cpp" line="31"/> + <location filename="../notifierfactory.cpp" line="30"/> <source>Notifier Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../notifierfactory.cpp" line="51"/> + <location filename="../notifierfactory.cpp" line="50"/> <source>About Notifier Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../notifierfactory.cpp" line="52"/> + <location filename="../notifierfactory.cpp" line="51"/> <source>Qmmp Notifier Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../notifierfactory.cpp" line="53"/> + <location filename="../notifierfactory.cpp" line="52"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation type="unfinished"></translation> </message> diff --git a/src/plugins/General/notifier/translations/notifier_plugin_cs.ts b/src/plugins/General/notifier/translations/notifier_plugin_cs.ts index 274d3e2ce..ec7727e7d 100644 --- a/src/plugins/General/notifier/translations/notifier_plugin_cs.ts +++ b/src/plugins/General/notifier/translations/notifier_plugin_cs.ts @@ -4,22 +4,22 @@ <context> <name>NotifierFactory</name> <message> - <location filename="../notifierfactory.cpp" line="31"/> + <location filename="../notifierfactory.cpp" line="30"/> <source>Notifier Plugin</source> <translation>Notifikační modul</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="51"/> + <location filename="../notifierfactory.cpp" line="50"/> <source>About Notifier Plugin</source> <translation>O notifikačním modulu</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="52"/> + <location filename="../notifierfactory.cpp" line="51"/> <source>Qmmp Notifier Plugin</source> <translation>Notifikační modul Qmmp</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="53"/> + <location filename="../notifierfactory.cpp" line="52"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation type="unfinished"></translation> </message> diff --git a/src/plugins/General/notifier/translations/notifier_plugin_de.ts b/src/plugins/General/notifier/translations/notifier_plugin_de.ts index 23252a6de..c3016380c 100644 --- a/src/plugins/General/notifier/translations/notifier_plugin_de.ts +++ b/src/plugins/General/notifier/translations/notifier_plugin_de.ts @@ -4,22 +4,22 @@ <context> <name>NotifierFactory</name> <message> - <location filename="../notifierfactory.cpp" line="31"/> + <location filename="../notifierfactory.cpp" line="30"/> <source>Notifier Plugin</source> <translation>Benachrichtigungsmodul</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="51"/> + <location filename="../notifierfactory.cpp" line="50"/> <source>About Notifier Plugin</source> <translation>Über Benachrichtigungsmodul</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="52"/> + <location filename="../notifierfactory.cpp" line="51"/> <source>Qmmp Notifier Plugin</source> <translation>Qmmp Benachrichtigungsmodul</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="53"/> + <location filename="../notifierfactory.cpp" line="52"/> <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/notifier/translations/notifier_plugin_el.ts b/src/plugins/General/notifier/translations/notifier_plugin_el.ts index 41fc9e8cb..e193eae43 100644 --- a/src/plugins/General/notifier/translations/notifier_plugin_el.ts +++ b/src/plugins/General/notifier/translations/notifier_plugin_el.ts @@ -4,25 +4,25 @@ <context> <name>NotifierFactory</name> <message> - <location filename="../notifierfactory.cpp" line="31"/> + <location filename="../notifierfactory.cpp" line="30"/> <source>Notifier Plugin</source> <translation>Πρόσθετο ειδοποιήσεων </translation> </message> <message> - <location filename="../notifierfactory.cpp" line="51"/> + <location filename="../notifierfactory.cpp" line="50"/> <source>About Notifier Plugin</source> <translation>Σχετικά με το πρόσθετο ειδοποιήσεων </translation> </message> <message> - <location filename="../notifierfactory.cpp" line="52"/> + <location filename="../notifierfactory.cpp" line="51"/> <source>Qmmp Notifier Plugin</source> <translation>Qmmp πρόσθετο ειδοποιήσεων </translation> </message> <message> - <location filename="../notifierfactory.cpp" line="53"/> + <location filename="../notifierfactory.cpp" line="52"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation>Γράφτηκε από τον: Ilya Kotov <forkotov02@hotmail.ru></translation> </message> diff --git a/src/plugins/General/notifier/translations/notifier_plugin_en.ts b/src/plugins/General/notifier/translations/notifier_plugin_en.ts index fd09d7bc9..1561310da 100644 --- a/src/plugins/General/notifier/translations/notifier_plugin_en.ts +++ b/src/plugins/General/notifier/translations/notifier_plugin_en.ts @@ -4,22 +4,22 @@ <context> <name>NotifierFactory</name> <message> - <location filename="../notifierfactory.cpp" line="31"/> + <location filename="../notifierfactory.cpp" line="30"/> <source>Notifier Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../notifierfactory.cpp" line="51"/> + <location filename="../notifierfactory.cpp" line="50"/> <source>About Notifier Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../notifierfactory.cpp" line="52"/> + <location filename="../notifierfactory.cpp" line="51"/> <source>Qmmp Notifier Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../notifierfactory.cpp" line="53"/> + <location filename="../notifierfactory.cpp" line="52"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation type="unfinished"></translation> </message> diff --git a/src/plugins/General/notifier/translations/notifier_plugin_es.ts b/src/plugins/General/notifier/translations/notifier_plugin_es.ts index 6734b1c01..357552032 100644 --- a/src/plugins/General/notifier/translations/notifier_plugin_es.ts +++ b/src/plugins/General/notifier/translations/notifier_plugin_es.ts @@ -4,22 +4,22 @@ <context> <name>NotifierFactory</name> <message> - <location filename="../notifierfactory.cpp" line="31"/> + <location filename="../notifierfactory.cpp" line="30"/> <source>Notifier Plugin</source> <translation>Módulo de avisos</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="51"/> + <location filename="../notifierfactory.cpp" line="50"/> <source>About Notifier Plugin</source> <translation>Acerca del módulo de avisos</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="52"/> + <location filename="../notifierfactory.cpp" line="51"/> <source>Qmmp Notifier Plugin</source> <translation>Módulo de avisos para Qmmp</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="53"/> + <location filename="../notifierfactory.cpp" line="52"/> <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/notifier/translations/notifier_plugin_fi.ts b/src/plugins/General/notifier/translations/notifier_plugin_fi.ts index 8fd2ad648..677cdc067 100644 --- a/src/plugins/General/notifier/translations/notifier_plugin_fi.ts +++ b/src/plugins/General/notifier/translations/notifier_plugin_fi.ts @@ -4,22 +4,22 @@ <context> <name>NotifierFactory</name> <message> - <location filename="../notifierfactory.cpp" line="31"/> + <location filename="../notifierfactory.cpp" line="30"/> <source>Notifier Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../notifierfactory.cpp" line="51"/> + <location filename="../notifierfactory.cpp" line="50"/> <source>About Notifier Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../notifierfactory.cpp" line="52"/> + <location filename="../notifierfactory.cpp" line="51"/> <source>Qmmp Notifier Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../notifierfactory.cpp" line="53"/> + <location filename="../notifierfactory.cpp" line="52"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation>Toteuttanut: Ilya Kotov <forkotov02@ya.ru></translation> </message> diff --git a/src/plugins/General/notifier/translations/notifier_plugin_fr.ts b/src/plugins/General/notifier/translations/notifier_plugin_fr.ts index 0e24bce50..b4aae94ea 100644 --- a/src/plugins/General/notifier/translations/notifier_plugin_fr.ts +++ b/src/plugins/General/notifier/translations/notifier_plugin_fr.ts @@ -4,22 +4,22 @@ <context> <name>NotifierFactory</name> <message> - <location filename="../notifierfactory.cpp" line="31"/> + <location filename="../notifierfactory.cpp" line="30"/> <source>Notifier Plugin</source> <translation>Greffon de notification</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="51"/> + <location filename="../notifierfactory.cpp" line="50"/> <source>About Notifier Plugin</source> <translation>À propos du greffon de notification</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="52"/> + <location filename="../notifierfactory.cpp" line="51"/> <source>Qmmp Notifier Plugin</source> <translation>Greffon de notification pour Qmmp</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="53"/> + <location filename="../notifierfactory.cpp" line="52"/> <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/notifier/translations/notifier_plugin_gl_ES.ts b/src/plugins/General/notifier/translations/notifier_plugin_gl_ES.ts index b3e3914d0..7d771c4bb 100644 --- a/src/plugins/General/notifier/translations/notifier_plugin_gl_ES.ts +++ b/src/plugins/General/notifier/translations/notifier_plugin_gl_ES.ts @@ -4,22 +4,22 @@ <context> <name>NotifierFactory</name> <message> - <location filename="../notifierfactory.cpp" line="31"/> + <location filename="../notifierfactory.cpp" line="30"/> <source>Notifier Plugin</source> <translation>Engadido notificador</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="51"/> + <location filename="../notifierfactory.cpp" line="50"/> <source>About Notifier Plugin</source> <translation>Sobre o engadido notificador</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="52"/> + <location filename="../notifierfactory.cpp" line="51"/> <source>Qmmp Notifier Plugin</source> <translation>Engadido notificador de Qmmp</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="53"/> + <location filename="../notifierfactory.cpp" line="52"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation type="unfinished"></translation> </message> diff --git a/src/plugins/General/notifier/translations/notifier_plugin_he.ts b/src/plugins/General/notifier/translations/notifier_plugin_he.ts index 41579206c..2981a909d 100644 --- a/src/plugins/General/notifier/translations/notifier_plugin_he.ts +++ b/src/plugins/General/notifier/translations/notifier_plugin_he.ts @@ -4,22 +4,22 @@ <context> <name>NotifierFactory</name> <message> - <location filename="../notifierfactory.cpp" line="31"/> + <location filename="../notifierfactory.cpp" line="30"/> <source>Notifier Plugin</source> <translation>תוסף התראה</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="51"/> + <location filename="../notifierfactory.cpp" line="50"/> <source>About Notifier Plugin</source> <translation>אודות תוסף התראה</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="52"/> + <location filename="../notifierfactory.cpp" line="51"/> <source>Qmmp Notifier Plugin</source> <translation>תוסף התראה של Qmmp</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="53"/> + <location filename="../notifierfactory.cpp" line="52"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation type="unfinished"></translation> </message> diff --git a/src/plugins/General/notifier/translations/notifier_plugin_hu.ts b/src/plugins/General/notifier/translations/notifier_plugin_hu.ts index 33b0ddc5f..49e6d36d6 100644 --- a/src/plugins/General/notifier/translations/notifier_plugin_hu.ts +++ b/src/plugins/General/notifier/translations/notifier_plugin_hu.ts @@ -4,22 +4,22 @@ <context> <name>NotifierFactory</name> <message> - <location filename="../notifierfactory.cpp" line="31"/> + <location filename="../notifierfactory.cpp" line="30"/> <source>Notifier Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../notifierfactory.cpp" line="51"/> + <location filename="../notifierfactory.cpp" line="50"/> <source>About Notifier Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../notifierfactory.cpp" line="52"/> + <location filename="../notifierfactory.cpp" line="51"/> <source>Qmmp Notifier Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../notifierfactory.cpp" line="53"/> + <location filename="../notifierfactory.cpp" line="52"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation type="unfinished"></translation> </message> diff --git a/src/plugins/General/notifier/translations/notifier_plugin_id.ts b/src/plugins/General/notifier/translations/notifier_plugin_id.ts index ed1ce1747..6b8a72f4f 100644 --- a/src/plugins/General/notifier/translations/notifier_plugin_id.ts +++ b/src/plugins/General/notifier/translations/notifier_plugin_id.ts @@ -4,22 +4,22 @@ <context> <name>NotifierFactory</name> <message> - <location filename="../notifierfactory.cpp" line="31"/> + <location filename="../notifierfactory.cpp" line="30"/> <source>Notifier Plugin</source> <translation>Plugin Notifier</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="51"/> + <location filename="../notifierfactory.cpp" line="50"/> <source>About Notifier Plugin</source> <translation>Tentang Plugin Notifier</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="52"/> + <location filename="../notifierfactory.cpp" line="51"/> <source>Qmmp Notifier Plugin</source> <translation>Plugin Notifier Qmmp</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="53"/> + <location filename="../notifierfactory.cpp" line="52"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation type="unfinished"></translation> </message> diff --git a/src/plugins/General/notifier/translations/notifier_plugin_it.ts b/src/plugins/General/notifier/translations/notifier_plugin_it.ts index bd0bf3a10..27ee940cf 100644 --- a/src/plugins/General/notifier/translations/notifier_plugin_it.ts +++ b/src/plugins/General/notifier/translations/notifier_plugin_it.ts @@ -4,22 +4,22 @@ <context> <name>NotifierFactory</name> <message> - <location filename="../notifierfactory.cpp" line="31"/> + <location filename="../notifierfactory.cpp" line="30"/> <source>Notifier Plugin</source> <translation>Modulo notifica</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="51"/> + <location filename="../notifierfactory.cpp" line="50"/> <source>About Notifier Plugin</source> <translation>Info sul modulo notifica</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="52"/> + <location filename="../notifierfactory.cpp" line="51"/> <source>Qmmp Notifier Plugin</source> <translation>Modulo notifica per Qmmp</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="53"/> + <location filename="../notifierfactory.cpp" line="52"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation>Autore: Ilya Kotov <forkotov02@ya.ru></translation> </message> diff --git a/src/plugins/General/notifier/translations/notifier_plugin_ja.ts b/src/plugins/General/notifier/translations/notifier_plugin_ja.ts index 064b25cfd..cef35786c 100644 --- a/src/plugins/General/notifier/translations/notifier_plugin_ja.ts +++ b/src/plugins/General/notifier/translations/notifier_plugin_ja.ts @@ -4,22 +4,22 @@ <context> <name>NotifierFactory</name> <message> - <location filename="../notifierfactory.cpp" line="31"/> + <location filename="../notifierfactory.cpp" line="30"/> <source>Notifier Plugin</source> <translation>通知プラグイン</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="51"/> + <location filename="../notifierfactory.cpp" line="50"/> <source>About Notifier Plugin</source> <translation>通知プラグインについて</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="52"/> + <location filename="../notifierfactory.cpp" line="51"/> <source>Qmmp Notifier Plugin</source> <translation>QMMP 通知プラグイン</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="53"/> + <location filename="../notifierfactory.cpp" line="52"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation>制作: Илья Котов (Ilya Kotov) <forkotov02@ya.ru></translation> </message> diff --git a/src/plugins/General/notifier/translations/notifier_plugin_kk.ts b/src/plugins/General/notifier/translations/notifier_plugin_kk.ts index 9995ce780..2ad30aa85 100644 --- a/src/plugins/General/notifier/translations/notifier_plugin_kk.ts +++ b/src/plugins/General/notifier/translations/notifier_plugin_kk.ts @@ -4,22 +4,22 @@ <context> <name>NotifierFactory</name> <message> - <location filename="../notifierfactory.cpp" line="31"/> + <location filename="../notifierfactory.cpp" line="30"/> <source>Notifier Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../notifierfactory.cpp" line="51"/> + <location filename="../notifierfactory.cpp" line="50"/> <source>About Notifier Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../notifierfactory.cpp" line="52"/> + <location filename="../notifierfactory.cpp" line="51"/> <source>Qmmp Notifier Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../notifierfactory.cpp" line="53"/> + <location filename="../notifierfactory.cpp" line="52"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation type="unfinished"></translation> </message> diff --git a/src/plugins/General/notifier/translations/notifier_plugin_lt.ts b/src/plugins/General/notifier/translations/notifier_plugin_lt.ts index 758e6ac00..f29d26057 100644 --- a/src/plugins/General/notifier/translations/notifier_plugin_lt.ts +++ b/src/plugins/General/notifier/translations/notifier_plugin_lt.ts @@ -4,22 +4,22 @@ <context> <name>NotifierFactory</name> <message> - <location filename="../notifierfactory.cpp" line="31"/> + <location filename="../notifierfactory.cpp" line="30"/> <source>Notifier Plugin</source> <translation>Notifier įskiepis</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="51"/> + <location filename="../notifierfactory.cpp" line="50"/> <source>About Notifier Plugin</source> <translation>Apie Notifier įskiepį</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="52"/> + <location filename="../notifierfactory.cpp" line="51"/> <source>Qmmp Notifier Plugin</source> <translation>Qmmp Notifier Įskiepis</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="53"/> + <location filename="../notifierfactory.cpp" line="52"/> <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/notifier/translations/notifier_plugin_nl.ts b/src/plugins/General/notifier/translations/notifier_plugin_nl.ts index cac6be165..9cec0058a 100644 --- a/src/plugins/General/notifier/translations/notifier_plugin_nl.ts +++ b/src/plugins/General/notifier/translations/notifier_plugin_nl.ts @@ -4,22 +4,22 @@ <context> <name>NotifierFactory</name> <message> - <location filename="../notifierfactory.cpp" line="31"/> + <location filename="../notifierfactory.cpp" line="30"/> <source>Notifier Plugin</source> <translation>Notificatie Module</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="51"/> + <location filename="../notifierfactory.cpp" line="50"/> <source>About Notifier Plugin</source> <translation>Over de Notificatie Module</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="52"/> + <location filename="../notifierfactory.cpp" line="51"/> <source>Qmmp Notifier Plugin</source> <translation>Notificatie Module voor Qmmp</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="53"/> + <location filename="../notifierfactory.cpp" line="52"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation>Auteur: Ilya Kotov <forkotov02@ya.ru></translation> </message> diff --git a/src/plugins/General/notifier/translations/notifier_plugin_pl_PL.ts b/src/plugins/General/notifier/translations/notifier_plugin_pl_PL.ts index 8b63f9b2a..8106ad27a 100644 --- a/src/plugins/General/notifier/translations/notifier_plugin_pl_PL.ts +++ b/src/plugins/General/notifier/translations/notifier_plugin_pl_PL.ts @@ -4,22 +4,22 @@ <context> <name>NotifierFactory</name> <message> - <location filename="../notifierfactory.cpp" line="31"/> + <location filename="../notifierfactory.cpp" line="30"/> <source>Notifier Plugin</source> <translation>Wtyczka Notifier</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="51"/> + <location filename="../notifierfactory.cpp" line="50"/> <source>About Notifier Plugin</source> <translation>O wtyczce Notifier</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="52"/> + <location filename="../notifierfactory.cpp" line="51"/> <source>Qmmp Notifier Plugin</source> <translation>Wtyczka Notifier dla Qmmp</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="53"/> + <location filename="../notifierfactory.cpp" line="52"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation type="unfinished"></translation> </message> diff --git a/src/plugins/General/notifier/translations/notifier_plugin_pt.ts b/src/plugins/General/notifier/translations/notifier_plugin_pt.ts index 9fbb2adae..f5a30f9fe 100644 --- a/src/plugins/General/notifier/translations/notifier_plugin_pt.ts +++ b/src/plugins/General/notifier/translations/notifier_plugin_pt.ts @@ -4,22 +4,22 @@ <context> <name>NotifierFactory</name> <message> - <location filename="../notifierfactory.cpp" line="31"/> + <location filename="../notifierfactory.cpp" line="30"/> <source>Notifier Plugin</source> <translation>Suplemento Notifier</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="51"/> + <location filename="../notifierfactory.cpp" line="50"/> <source>About Notifier Plugin</source> <translation>Sobre o suplemento Notifier</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="52"/> + <location filename="../notifierfactory.cpp" line="51"/> <source>Qmmp Notifier Plugin</source> <translation>Suplemento Qmmp Notifier</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="53"/> + <location filename="../notifierfactory.cpp" line="52"/> <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/notifier/translations/notifier_plugin_pt_BR.ts b/src/plugins/General/notifier/translations/notifier_plugin_pt_BR.ts index a27043739..aa96c0478 100644 --- a/src/plugins/General/notifier/translations/notifier_plugin_pt_BR.ts +++ b/src/plugins/General/notifier/translations/notifier_plugin_pt_BR.ts @@ -4,22 +4,22 @@ <context> <name>NotifierFactory</name> <message> - <location filename="../notifierfactory.cpp" line="31"/> + <location filename="../notifierfactory.cpp" line="30"/> <source>Notifier Plugin</source> <translation>Plugin Notifier</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="51"/> + <location filename="../notifierfactory.cpp" line="50"/> <source>About Notifier Plugin</source> <translation>Sobre o plugin Notifier</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="52"/> + <location filename="../notifierfactory.cpp" line="51"/> <source>Qmmp Notifier Plugin</source> <translation>Plugin Qmmp Notifier</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="53"/> + <location filename="../notifierfactory.cpp" line="52"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation type="unfinished"></translation> </message> diff --git a/src/plugins/General/notifier/translations/notifier_plugin_ru.ts b/src/plugins/General/notifier/translations/notifier_plugin_ru.ts index 17d184156..793f0c791 100644 --- a/src/plugins/General/notifier/translations/notifier_plugin_ru.ts +++ b/src/plugins/General/notifier/translations/notifier_plugin_ru.ts @@ -4,22 +4,22 @@ <context> <name>NotifierFactory</name> <message> - <location filename="../notifierfactory.cpp" line="31"/> + <location filename="../notifierfactory.cpp" line="30"/> <source>Notifier Plugin</source> <translation>Модуль уведомлений</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="51"/> + <location filename="../notifierfactory.cpp" line="50"/> <source>About Notifier Plugin</source> <translation>О модуле уведомлений</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="52"/> + <location filename="../notifierfactory.cpp" line="51"/> <source>Qmmp Notifier Plugin</source> <translation>Модуль уведомлений для Qmmp</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="53"/> + <location filename="../notifierfactory.cpp" line="52"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation>Разработчик: Илья Котов <forkotov02@ya.ru></translation> </message> diff --git a/src/plugins/General/notifier/translations/notifier_plugin_sk.ts b/src/plugins/General/notifier/translations/notifier_plugin_sk.ts index 12c7fb01c..17c888933 100644 --- a/src/plugins/General/notifier/translations/notifier_plugin_sk.ts +++ b/src/plugins/General/notifier/translations/notifier_plugin_sk.ts @@ -4,22 +4,22 @@ <context> <name>NotifierFactory</name> <message> - <location filename="../notifierfactory.cpp" line="31"/> + <location filename="../notifierfactory.cpp" line="30"/> <source>Notifier Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../notifierfactory.cpp" line="51"/> + <location filename="../notifierfactory.cpp" line="50"/> <source>About Notifier Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../notifierfactory.cpp" line="52"/> + <location filename="../notifierfactory.cpp" line="51"/> <source>Qmmp Notifier Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../notifierfactory.cpp" line="53"/> + <location filename="../notifierfactory.cpp" line="52"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation type="unfinished"></translation> </message> diff --git a/src/plugins/General/notifier/translations/notifier_plugin_sr_BA.ts b/src/plugins/General/notifier/translations/notifier_plugin_sr_BA.ts index e525b6b39..6ca5dada4 100644 --- a/src/plugins/General/notifier/translations/notifier_plugin_sr_BA.ts +++ b/src/plugins/General/notifier/translations/notifier_plugin_sr_BA.ts @@ -4,22 +4,22 @@ <context> <name>NotifierFactory</name> <message> - <location filename="../notifierfactory.cpp" line="31"/> + <location filename="../notifierfactory.cpp" line="30"/> <source>Notifier Plugin</source> <translation>Обавјештавач</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="51"/> + <location filename="../notifierfactory.cpp" line="50"/> <source>About Notifier Plugin</source> <translation>О обавјештавачу</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="52"/> + <location filename="../notifierfactory.cpp" line="51"/> <source>Qmmp Notifier Plugin</source> <translation>Кумп прикључак за обавјештавање</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="53"/> + <location filename="../notifierfactory.cpp" line="52"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation>Аутор: Ilya Kotov <forkotov02@ya.ru></translation> </message> diff --git a/src/plugins/General/notifier/translations/notifier_plugin_sr_RS.ts b/src/plugins/General/notifier/translations/notifier_plugin_sr_RS.ts index 8ad6dd98d..758cf9880 100644 --- a/src/plugins/General/notifier/translations/notifier_plugin_sr_RS.ts +++ b/src/plugins/General/notifier/translations/notifier_plugin_sr_RS.ts @@ -4,22 +4,22 @@ <context> <name>NotifierFactory</name> <message> - <location filename="../notifierfactory.cpp" line="31"/> + <location filename="../notifierfactory.cpp" line="30"/> <source>Notifier Plugin</source> <translation>Обавештавач</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="51"/> + <location filename="../notifierfactory.cpp" line="50"/> <source>About Notifier Plugin</source> <translation>О обавештавачу</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="52"/> + <location filename="../notifierfactory.cpp" line="51"/> <source>Qmmp Notifier Plugin</source> <translation>Кумп прикључак за обавештавање</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="53"/> + <location filename="../notifierfactory.cpp" line="52"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation>Аутор: Ilya Kotov <forkotov02@ya.ru></translation> </message> diff --git a/src/plugins/General/notifier/translations/notifier_plugin_tr.ts b/src/plugins/General/notifier/translations/notifier_plugin_tr.ts index 5ea682c19..d7785b990 100644 --- a/src/plugins/General/notifier/translations/notifier_plugin_tr.ts +++ b/src/plugins/General/notifier/translations/notifier_plugin_tr.ts @@ -4,22 +4,22 @@ <context> <name>NotifierFactory</name> <message> - <location filename="../notifierfactory.cpp" line="31"/> + <location filename="../notifierfactory.cpp" line="30"/> <source>Notifier Plugin</source> <translation>Bildirim Eklentisi</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="51"/> + <location filename="../notifierfactory.cpp" line="50"/> <source>About Notifier Plugin</source> <translation>Bildirim Eklentisi Hakkında</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="52"/> + <location filename="../notifierfactory.cpp" line="51"/> <source>Qmmp Notifier Plugin</source> <translation>Qmmp Bildirim Eklentisi</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="53"/> + <location filename="../notifierfactory.cpp" line="52"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation>Yazan: Ilya Kotov <forkotov02@ya.ru></translation> </message> diff --git a/src/plugins/General/notifier/translations/notifier_plugin_uk_UA.ts b/src/plugins/General/notifier/translations/notifier_plugin_uk_UA.ts index 8eb5fdba4..ddb855f88 100644 --- a/src/plugins/General/notifier/translations/notifier_plugin_uk_UA.ts +++ b/src/plugins/General/notifier/translations/notifier_plugin_uk_UA.ts @@ -4,22 +4,22 @@ <context> <name>NotifierFactory</name> <message> - <location filename="../notifierfactory.cpp" line="31"/> + <location filename="../notifierfactory.cpp" line="30"/> <source>Notifier Plugin</source> <translation>Модуль повідомлень</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="51"/> + <location filename="../notifierfactory.cpp" line="50"/> <source>About Notifier Plugin</source> <translation>Про модуль повідомлень</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="52"/> + <location filename="../notifierfactory.cpp" line="51"/> <source>Qmmp Notifier Plugin</source> <translation>Модуль повідомлень для Qmmp</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="53"/> + <location filename="../notifierfactory.cpp" line="52"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation>Розробник: Ілля Котов <forkotov02@ya.ru></translation> </message> diff --git a/src/plugins/General/notifier/translations/notifier_plugin_zh_CN.ts b/src/plugins/General/notifier/translations/notifier_plugin_zh_CN.ts index 789e3c144..7c7a95519 100644 --- a/src/plugins/General/notifier/translations/notifier_plugin_zh_CN.ts +++ b/src/plugins/General/notifier/translations/notifier_plugin_zh_CN.ts @@ -4,22 +4,22 @@ <context> <name>NotifierFactory</name> <message> - <location filename="../notifierfactory.cpp" line="31"/> + <location filename="../notifierfactory.cpp" line="30"/> <source>Notifier Plugin</source> <translation>通知插件</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="51"/> + <location filename="../notifierfactory.cpp" line="50"/> <source>About Notifier Plugin</source> <translation>关于通知插件</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="52"/> + <location filename="../notifierfactory.cpp" line="51"/> <source>Qmmp Notifier Plugin</source> <translation>Qmmp 通知插件</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="53"/> + <location filename="../notifierfactory.cpp" line="52"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation type="unfinished"></translation> </message> diff --git a/src/plugins/General/notifier/translations/notifier_plugin_zh_TW.ts b/src/plugins/General/notifier/translations/notifier_plugin_zh_TW.ts index 30f5c2c8a..204232177 100644 --- a/src/plugins/General/notifier/translations/notifier_plugin_zh_TW.ts +++ b/src/plugins/General/notifier/translations/notifier_plugin_zh_TW.ts @@ -4,22 +4,22 @@ <context> <name>NotifierFactory</name> <message> - <location filename="../notifierfactory.cpp" line="31"/> + <location filename="../notifierfactory.cpp" line="30"/> <source>Notifier Plugin</source> <translation>通知插件</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="51"/> + <location filename="../notifierfactory.cpp" line="50"/> <source>About Notifier Plugin</source> <translation>關於通知插件</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="52"/> + <location filename="../notifierfactory.cpp" line="51"/> <source>Qmmp Notifier Plugin</source> <translation>Qmmp 通知插件</translation> </message> <message> - <location filename="../notifierfactory.cpp" line="53"/> + <location filename="../notifierfactory.cpp" line="52"/> <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation>作者:Ilya Kotov <forkotov02@ya.ru></translation> </message> |
