aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/gnomehotkey
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2017-11-25 18:00:06 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2017-11-25 18:00:06 +0000
commit8453224119a4c5ff7d47d9cd4924d0b1ccb99b3a (patch)
tree15d339b62e98d5858a57aa787334e14f0e2f0ad7 /src/plugins/General/gnomehotkey
parent6fc05db7c6de9a51beba754f12ff4ac32859977d (diff)
downloadqmmp-8453224119a4c5ff7d47d9cd4924d0b1ccb99b3a.tar.gz
qmmp-8453224119a4c5ff7d47d9cd4924d0b1ccb99b3a.tar.bz2
qmmp-8453224119a4c5ff7d47d9cd4924d0b1ccb99b3a.zip
copy 1.2 branch to trunk
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7772 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/gnomehotkey')
-rw-r--r--src/plugins/General/gnomehotkey/CMakeLists.txt19
-rw-r--r--src/plugins/General/gnomehotkey/gnomehotkeyfactory.cpp5
-rw-r--r--src/plugins/General/gnomehotkey/gnomehotkeyfactory.h1
-rw-r--r--src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_bg.ts10
-rw-r--r--src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_cs.ts10
-rw-r--r--src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_de.ts10
-rw-r--r--src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_el.ts10
-rw-r--r--src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_en.ts10
-rw-r--r--src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_es.ts10
-rw-r--r--src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_fi.ts10
-rw-r--r--src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_fr.ts10
-rw-r--r--src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_gl_ES.ts10
-rw-r--r--src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_he.ts10
-rw-r--r--src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_hu.ts10
-rw-r--r--src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_id.ts10
-rw-r--r--src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_it.ts10
-rw-r--r--src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_ja.ts10
-rw-r--r--src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_kk.ts10
-rw-r--r--src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_lt.ts10
-rw-r--r--src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_nl.ts10
-rw-r--r--src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_pl_PL.ts10
-rw-r--r--src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_pt.ts10
-rw-r--r--src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_pt_BR.ts10
-rw-r--r--src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_ru.ts10
-rw-r--r--src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_sk.ts10
-rw-r--r--src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_sr_BA.ts10
-rw-r--r--src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_sr_RS.ts10
-rw-r--r--src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_tr.ts10
-rw-r--r--src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_uk_UA.ts10
-rw-r--r--src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_zh_CN.ts10
-rw-r--r--src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_zh_TW.ts10
31 files changed, 144 insertions, 161 deletions
diff --git a/src/plugins/General/gnomehotkey/CMakeLists.txt b/src/plugins/General/gnomehotkey/CMakeLists.txt
index 2916ada2f..a43c99e0d 100644
--- a/src/plugins/General/gnomehotkey/CMakeLists.txt
+++ b/src/plugins/General/gnomehotkey/CMakeLists.txt
@@ -1,20 +1,5 @@
project(libgnomehotkey)
-
-SET (QT_USE_QTDBUS TRUE)
-
-INCLUDE(FindQt4)
-
-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})
# libqmmpui & libqmmp
@@ -29,7 +14,7 @@ SET(libgnomehotkey_SRCS
SET(libgnomehotkey_RCCS translations/translations.qrc)
-QT4_ADD_RESOURCES(libgnomehotkey_RCC_SRCS ${libgnomehotkey_RCCS})
+QT5_ADD_RESOURCES(libgnomehotkey_RCC_SRCS ${libgnomehotkey_RCCS})
# Don't forget to include output directory, otherwise
# the UI file won't be wrapped!
@@ -37,5 +22,5 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR})
ADD_LIBRARY(gnomehotkey MODULE ${libgnomehotkey_SRCS} ${libgnomehotkey_RCC_SRCS})
add_dependencies(gnomehotkey qmmpui)
-target_link_libraries(gnomehotkey ${QT_LIBRARIES} qmmpui libqmmp)
+target_link_libraries(gnomehotkey Qt5::Widgets Qt5::DBus -lqmmpui -lqmmp)
install(TARGETS gnomehotkey DESTINATION ${LIB_DIR}/qmmp/General)
diff --git a/src/plugins/General/gnomehotkey/gnomehotkeyfactory.cpp b/src/plugins/General/gnomehotkey/gnomehotkeyfactory.cpp
index dd7e8699d..82c535c28 100644
--- a/src/plugins/General/gnomehotkey/gnomehotkeyfactory.cpp
+++ b/src/plugins/General/gnomehotkey/gnomehotkeyfactory.cpp
@@ -18,9 +18,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/
+
#include <QMessageBox>
-#include <QTranslator>
-#include <QtPlugin>
#include <qmmp/qmmp.h>
#include "mediakeys.h"
#include "gnomehotkeyfactory.h"
@@ -62,5 +61,3 @@ QTranslator *GnomeHotkeyFactory::createTranslator(QObject *parent)
translator->load(QString(":/gnomehotkey_plugin_") + locale);
return translator;
}
-
-Q_EXPORT_PLUGIN2(gnomehotkey, GnomeHotkeyFactory)
diff --git a/src/plugins/General/gnomehotkey/gnomehotkeyfactory.h b/src/plugins/General/gnomehotkey/gnomehotkeyfactory.h
index 1a4230783..0210dde80 100644
--- a/src/plugins/General/gnomehotkey/gnomehotkeyfactory.h
+++ b/src/plugins/General/gnomehotkey/gnomehotkeyfactory.h
@@ -32,6 +32,7 @@
class GnomeHotkeyFactory : 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/gnomehotkey/translations/gnomehotkey_plugin_bg.ts b/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_bg.ts
index 7e22e4cc3..bcaf9052f 100644
--- a/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_bg.ts
+++ b/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_bg.ts
@@ -4,27 +4,27 @@
<context>
<name>GnomeHotkeyFactory</name>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="31"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="30"/>
<source>Gnome Hotkey Plugin</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="52"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="51"/>
<source>About Gnome Hotkey Plugin</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="53"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="52"/>
<source>Qmmp Gnome Hotkey Plugin</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="54"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="53"/>
<source>This plugin adds support of the GNOME/Cinnamon hotkeys</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="55"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="54"/>
<source>Written by: Ilya Kotov &lt;forkotov02@ya.ru&gt;</source>
<translation type="unfinished"></translation>
</message>
diff --git a/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_cs.ts b/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_cs.ts
index 02d4728a8..7cba177eb 100644
--- a/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_cs.ts
+++ b/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_cs.ts
@@ -4,27 +4,27 @@
<context>
<name>GnomeHotkeyFactory</name>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="31"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="30"/>
<source>Gnome Hotkey Plugin</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="52"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="51"/>
<source>About Gnome Hotkey Plugin</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="53"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="52"/>
<source>Qmmp Gnome Hotkey Plugin</source>
<translation>Modul Qmmp Gnome pro klávesové zkratky</translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="54"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="53"/>
<source>This plugin adds support of the GNOME/Cinnamon hotkeys</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="55"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="54"/>
<source>Written by: Ilya Kotov &lt;forkotov02@ya.ru&gt;</source>
<translation type="unfinished"></translation>
</message>
diff --git a/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_de.ts b/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_de.ts
index 0709ba086..b15be7861 100644
--- a/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_de.ts
+++ b/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_de.ts
@@ -4,27 +4,27 @@
<context>
<name>GnomeHotkeyFactory</name>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="31"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="30"/>
<source>Gnome Hotkey Plugin</source>
<translation>Gnome-Kurzbefehle-Modul</translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="52"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="51"/>
<source>About Gnome Hotkey Plugin</source>
<translation>Über Gnome-Kurzbefehle-Modul</translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="53"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="52"/>
<source>Qmmp Gnome Hotkey Plugin</source>
<translation>Qmmp Gnome-Kurzbefehle-Modul</translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="54"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="53"/>
<source>This plugin adds support of the GNOME/Cinnamon hotkeys</source>
<translation>Dieses Modul fügt die Unterstützung der GNOME/Cinnamon-Kurzbefehle hinzu</translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="55"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="54"/>
<source>Written by: Ilya Kotov &lt;forkotov02@ya.ru&gt;</source>
<translation>Geschrieben von: Ilya Kotov &lt;forkotov02@ya.ru&gt;</translation>
</message>
diff --git a/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_el.ts b/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_el.ts
index a3ce13f72..154fc1fd0 100644
--- a/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_el.ts
+++ b/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_el.ts
@@ -4,27 +4,27 @@
<context>
<name>GnomeHotkeyFactory</name>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="31"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="30"/>
<source>Gnome Hotkey Plugin</source>
<translation>Πρόσθετο συντομεύσεων Gnome</translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="52"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="51"/>
<source>About Gnome Hotkey Plugin</source>
<translation>Σχετικά με το πρόσθετο συντομεύσεων Gnome</translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="53"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="52"/>
<source>Qmmp Gnome Hotkey Plugin</source>
<translation>Qmmp πρόσθετο συντομεύσεων Gnome</translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="54"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="53"/>
<source>This plugin adds support of the GNOME/Cinnamon hotkeys</source>
<translation>Αυτό το πρόσθετο προσθέτει υποστήριξη συντομεύσεων για GNOME/Cinnamon</translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="55"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="54"/>
<source>Written by: Ilya Kotov &lt;forkotov02@ya.ru&gt;</source>
<translation>Γράφτηκε από τον: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</translation>
</message>
diff --git a/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_en.ts b/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_en.ts
index 6e5e5c890..d93939c40 100644
--- a/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_en.ts
+++ b/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_en.ts
@@ -4,27 +4,27 @@
<context>
<name>GnomeHotkeyFactory</name>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="31"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="30"/>
<source>Gnome Hotkey Plugin</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="52"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="51"/>
<source>About Gnome Hotkey Plugin</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="53"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="52"/>
<source>Qmmp Gnome Hotkey Plugin</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="54"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="53"/>
<source>This plugin adds support of the GNOME/Cinnamon hotkeys</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="55"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="54"/>
<source>Written by: Ilya Kotov &lt;forkotov02@ya.ru&gt;</source>
<translation type="unfinished"></translation>
</message>
diff --git a/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_es.ts b/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_es.ts
index ebc48ecbf..bb2acfb07 100644
--- a/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_es.ts
+++ b/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_es.ts
@@ -4,27 +4,27 @@
<context>
<name>GnomeHotkeyFactory</name>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="31"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="30"/>
<source>Gnome Hotkey Plugin</source>
<translation>Módulo Acceso Rápido de GNOME</translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="52"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="51"/>
<source>About Gnome Hotkey Plugin</source>
<translation>Acerca del Módulo Acceso Rápido de GNOME</translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="53"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="52"/>
<source>Qmmp Gnome Hotkey Plugin</source>
<translation>Módulo Acceso Rápido de GNOME de Qmmp</translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="54"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="53"/>
<source>This plugin adds support of the GNOME/Cinnamon hotkeys</source>
<translation>El módulo añade soporte para los accesos rápidos de GNOME/Cinnamon</translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="55"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="54"/>
<source>Written by: Ilya Kotov &lt;forkotov02@ya.ru&gt;</source>
<translation>Escrito por: Ilya Kotov &lt;forkotov02@ya.ru&gt;</translation>
</message>
diff --git a/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_fi.ts b/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_fi.ts
index 89c711e02..cd6c35c30 100644
--- a/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_fi.ts
+++ b/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_fi.ts
@@ -4,27 +4,27 @@
<context>
<name>GnomeHotkeyFactory</name>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="31"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="30"/>
<source>Gnome Hotkey Plugin</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="52"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="51"/>
<source>About Gnome Hotkey Plugin</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="53"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="52"/>
<source>Qmmp Gnome Hotkey Plugin</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="54"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="53"/>
<source>This plugin adds support of the GNOME/Cinnamon hotkeys</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="55"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="54"/>
<source>Written by: Ilya Kotov &lt;forkotov02@ya.ru&gt;</source>
<translation>Toteuttanut: Ilya Kotov &lt;forkotov02@ya.ru&gt;</translation>
</message>
diff --git a/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_fr.ts b/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_fr.ts
index dcb76af75..fbdb26571 100644
--- a/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_fr.ts
+++ b/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_fr.ts
@@ -4,27 +4,27 @@
<context>
<name>GnomeHotkeyFactory</name>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="31"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="30"/>
<source>Gnome Hotkey Plugin</source>
<translation>Greffon de raccourci clavier pour Gnome</translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="52"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="51"/>
<source>About Gnome Hotkey Plugin</source>
<translation>À propos du greffon de raccourci clavier pour Gnome</translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="53"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="52"/>
<source>Qmmp Gnome Hotkey Plugin</source>
<translation>Greffon de raccourci clavier pour Gnome, pour Qmmp</translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="54"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="53"/>
<source>This plugin adds support of the GNOME/Cinnamon hotkeys</source>
<translation>Ce greffon ajoute le support des raccourcis clavier pour Gnome/Cinnamon</translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="55"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="54"/>
<source>Written by: Ilya Kotov &lt;forkotov02@ya.ru&gt;</source>
<translation>Écrit par : Ilya Kotov &lt;forkotov02@ya.ru&gt;</translation>
</message>
diff --git a/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_gl_ES.ts b/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_gl_ES.ts
index 067396eab..5581bf660 100644
--- a/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_gl_ES.ts
+++ b/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_gl_ES.ts
@@ -4,27 +4,27 @@
<context>
<name>GnomeHotkeyFactory</name>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="31"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="30"/>
<source>Gnome Hotkey Plugin</source>
<translation>Engadido teclas de acceso rápido para Gnome</translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="52"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="51"/>
<source>About Gnome Hotkey Plugin</source>
<translation>Acerca do engadido de teclas de acceso rápido para Gnome</translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="53"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="52"/>
<source>Qmmp Gnome Hotkey Plugin</source>
<translation>Engadido Qmmp teclas de acceso rápido para Gnome</translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="54"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="53"/>
<source>This plugin adds support of the GNOME/Cinnamon hotkeys</source>
<translation>Este engadido engade soporte para as teclas de acceso rápido de GNOME/Cinnamon</translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="55"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="54"/>
<source>Written by: Ilya Kotov &lt;forkotov02@ya.ru&gt;</source>
<translation type="unfinished"></translation>
</message>
diff --git a/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_he.ts b/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_he.ts
index 680d55e69..9bd2968bb 100644
--- a/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_he.ts
+++ b/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_he.ts
@@ -4,27 +4,27 @@
<context>
<name>GnomeHotkeyFactory</name>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="31"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="30"/>
<source>Gnome Hotkey Plugin</source>
<translation>תוסף מקשים חמים Gnome</translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="52"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="51"/>
<source>About Gnome Hotkey Plugin</source>
<translation>אודות תוסף מקשים חמים Gnome</translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="53"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="52"/>
<source>Qmmp Gnome Hotkey Plugin</source>
<translation>מקשים חמים Gnome של Qmmp</translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="54"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="53"/>
<source>This plugin adds support of the GNOME/Cinnamon hotkeys</source>
<translation>תוסף זה מוסיף תמיכה למקשים חמים של GNOME/Cinnamon</translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="55"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="54"/>
<source>Written by: Ilya Kotov &lt;forkotov02@ya.ru&gt;</source>
<translation type="unfinished"></translation>
</message>
diff --git a/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_hu.ts b/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_hu.ts
index 864afccbb..c9cfed5ff 100644
--- a/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_hu.ts
+++ b/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_hu.ts
@@ -4,27 +4,27 @@
<context>
<name>GnomeHotkeyFactory</name>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="31"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="30"/>
<source>Gnome Hotkey Plugin</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="52"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="51"/>
<source>About Gnome Hotkey Plugin</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="53"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="52"/>
<source>Qmmp Gnome Hotkey Plugin</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="54"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="53"/>
<source>This plugin adds support of the GNOME/Cinnamon hotkeys</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="55"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="54"/>
<source>Written by: Ilya Kotov &lt;forkotov02@ya.ru&gt;</source>
<translation type="unfinished"></translation>
</message>
diff --git a/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_id.ts b/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_id.ts
index 6acf6e7cd..cda05cb01 100644
--- a/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_id.ts
+++ b/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_id.ts
@@ -4,27 +4,27 @@
<context>
<name>GnomeHotkeyFactory</name>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="31"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="30"/>
<source>Gnome Hotkey Plugin</source>
<translation>Plugin Hotkey Gnome</translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="52"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="51"/>
<source>About Gnome Hotkey Plugin</source>
<translation>Tentang Plugin Hotkey Gnome</translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="53"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="52"/>
<source>Qmmp Gnome Hotkey Plugin</source>
<translation>Plugin Hotkey Gnome Qmmp</translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="54"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="53"/>
<source>This plugin adds support of the GNOME/Cinnamon hotkeys</source>
<translation>Plugin ini menambahkan dukungan pada hotkey GNOME/Cinnamon</translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="55"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="54"/>
<source>Written by: Ilya Kotov &lt;forkotov02@ya.ru&gt;</source>
<translation type="unfinished"></translation>
</message>
diff --git a/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_it.ts b/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_it.ts
index 134276c08..4a1a2905b 100644
--- a/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_it.ts
+++ b/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_it.ts
@@ -4,27 +4,27 @@
<context>
<name>GnomeHotkeyFactory</name>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="31"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="30"/>
<source>Gnome Hotkey Plugin</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="52"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="51"/>
<source>About Gnome Hotkey Plugin</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="53"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="52"/>
<source>Qmmp Gnome Hotkey Plugin</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="54"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="53"/>
<source>This plugin adds support of the GNOME/Cinnamon hotkeys</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="55"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="54"/>
<source>Written by: Ilya Kotov &lt;forkotov02@ya.ru&gt;</source>
<translation type="unfinished"></translation>
</message>
diff --git a/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_ja.ts b/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_ja.ts
index 127f1b694..c7af561ed 100644
--- a/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_ja.ts
+++ b/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_ja.ts
@@ -4,27 +4,27 @@
<context>
<name>GnomeHotkeyFactory</name>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="31"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="30"/>
<source>Gnome Hotkey Plugin</source>
<translation>GNOME ホットキープラグイン</translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="52"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="51"/>
<source>About Gnome Hotkey Plugin</source>
<translation>GNOME ホットキープラグインについて</translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="53"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="52"/>
<source>Qmmp Gnome Hotkey Plugin</source>
<translation>QMMP GNOME ホットキープラグイン</translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="54"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="53"/>
<source>This plugin adds support of the GNOME/Cinnamon hotkeys</source>
<translation>このプラグインは GNOME/Cinnamon ホットキーをサポートします</translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="55"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="54"/>
<source>Written by: Ilya Kotov &lt;forkotov02@ya.ru&gt;</source>
<translation>制作: Илья Котов (Ilya Kotov) &lt;forkotov02@ya.ru&gt;</translation>
</message>
diff --git a/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_kk.ts b/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_kk.ts
index 26a60afd6..28fe62edb 100644
--- a/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_kk.ts
+++ b/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_kk.ts
@@ -4,27 +4,27 @@
<context>
<name>GnomeHotkeyFactory</name>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="31"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="30"/>
<source>Gnome Hotkey Plugin</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="52"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="51"/>
<source>About Gnome Hotkey Plugin</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="53"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="52"/>
<source>Qmmp Gnome Hotkey Plugin</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="54"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="53"/>
<source>This plugin adds support of the GNOME/Cinnamon hotkeys</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="55"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="54"/>
<source>Written by: Ilya Kotov &lt;forkotov02@ya.ru&gt;</source>
<translation type="unfinished"></translation>
</message>
diff --git a/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_lt.ts b/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_lt.ts
index bf1745c01..8ca518be6 100644
--- a/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_lt.ts
+++ b/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_lt.ts
@@ -4,27 +4,27 @@
<context>
<name>GnomeHotkeyFactory</name>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="31"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="30"/>
<source>Gnome Hotkey Plugin</source>
<translation type="unfinished">Gnome Hotkey įskiepis</translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="52"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="51"/>
<source>About Gnome Hotkey Plugin</source>
<translation type="unfinished">Apie Gnome Hotkey Įskiepį </translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="53"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="52"/>
<source>Qmmp Gnome Hotkey Plugin</source>
<translation type="unfinished">Qmmp Gnome Hotkey Įskiepis </translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="54"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="53"/>
<source>This plugin adds support of the GNOME/Cinnamon hotkeys</source>
<translation type="unfinished">Šis įskiepis įgalina GNOME/Cinnamon sparčiūjų klavišų palaikymą</translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="55"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="54"/>
<source>Written by: Ilya Kotov &lt;forkotov02@ya.ru&gt;</source>
<translation>Sukūrė: Ilya Kotov &lt;forkotov02@ya.ru&gt; </translation>
</message>
diff --git a/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_nl.ts b/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_nl.ts
index aca7a8998..ab038921e 100644
--- a/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_nl.ts
+++ b/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_nl.ts
@@ -4,27 +4,27 @@
<context>
<name>GnomeHotkeyFactory</name>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="31"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="30"/>
<source>Gnome Hotkey Plugin</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="52"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="51"/>
<source>About Gnome Hotkey Plugin</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="53"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="52"/>
<source>Qmmp Gnome Hotkey Plugin</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="54"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="53"/>
<source>This plugin adds support of the GNOME/Cinnamon hotkeys</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="55"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="54"/>
<source>Written by: Ilya Kotov &lt;forkotov02@ya.ru&gt;</source>
<translation type="unfinished"></translation>
</message>
diff --git a/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_pl_PL.ts b/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_pl_PL.ts
index 0fc2d0722..50675ad19 100644
--- a/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_pl_PL.ts
+++ b/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_pl_PL.ts
@@ -4,27 +4,27 @@
<context>
<name>GnomeHotkeyFactory</name>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="31"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="30"/>
<source>Gnome Hotkey Plugin</source>
<translation>Wtyczka Skrótów Klawiszowych Gnome</translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="52"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="51"/>
<source>About Gnome Hotkey Plugin</source>
<translation>O wtyczce Skrótów Klawiszowych dla Gnome</translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="53"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="52"/>
<source>Qmmp Gnome Hotkey Plugin</source>
<translation>Wtyczka Skrótów Klawiszowych Gnome dla Qmmp</translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="54"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="53"/>
<source>This plugin adds support of the GNOME/Cinnamon hotkeys</source>
<translation>Ta wtyczka dodaje wsparcie skrótów klawiszowych dla GNOME/Cinnamon</translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="55"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="54"/>
<source>Written by: Ilya Kotov &lt;forkotov02@ya.ru&gt;</source>
<translation type="unfinished"></translation>
</message>
diff --git a/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_pt.ts b/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_pt.ts
index e2697e82c..ddfced0fb 100644
--- a/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_pt.ts
+++ b/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_pt.ts
@@ -4,27 +4,27 @@
<context>
<name>GnomeHotkeyFactory</name>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="31"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="30"/>
<source>Gnome Hotkey Plugin</source>
<translation>Suplemento Gnome Hotkey</translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="52"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="51"/>
<source>About Gnome Hotkey Plugin</source>
<translation>Sobre o suplemento Gnome Hotkey</translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="53"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="52"/>
<source>Qmmp Gnome Hotkey Plugin</source>
<translation>Suplemento Qmmp Gnome Hotkey</translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="54"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="53"/>
<source>This plugin adds support of the GNOME/Cinnamon hotkeys</source>
<translation>Este suplemento adiciona suporte as teclas de atalho GNOME/Cinnamon</translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="55"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="54"/>
<source>Written by: Ilya Kotov &lt;forkotov02@ya.ru&gt;</source>
<translation>Desenvolvido por: Ilya Kotov &lt;forkotov02@ya.ru&gt;</translation>
</message>
diff --git a/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_pt_BR.ts b/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_pt_BR.ts
index f59e8455f..80e8e94a1 100644
--- a/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_pt_BR.ts
+++ b/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_pt_BR.ts
@@ -4,27 +4,27 @@
<context>
<name>GnomeHotkeyFactory</name>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="31"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="30"/>
<source>Gnome Hotkey Plugin</source>
<translation>Plugin Gnome Hotkey</translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="52"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="51"/>
<source>About Gnome Hotkey Plugin</source>
<translation>Sobre o plugin Gnome Hotkey</translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="53"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="52"/>
<source>Qmmp Gnome Hotkey Plugin</source>
<translation>Plugin Qmmp Gnome Hotkey</translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="54"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="53"/>
<source>This plugin adds support of the GNOME/Cinnamon hotkeys</source>
<translation>Este plugin adiciona suporte as teclas de atalho GNOME/Cinnamon</translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="55"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="54"/>
<source>Written by: Ilya Kotov &lt;forkotov02@ya.ru&gt;</source>
<translation type="unfinished"></translation>
</message>
diff --git a/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_ru.ts b/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_ru.ts
index f5085913b..47eadf8c4 100644
--- a/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_ru.ts
+++ b/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_ru.ts
@@ -4,27 +4,27 @@
<context>
<name>GnomeHotkeyFactory</name>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="31"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="30"/>
<source>Gnome Hotkey Plugin</source>
<translation>Модуль клавиш GNOME</translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="52"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="51"/>
<source>About Gnome Hotkey Plugin</source>
<translation>О модуле горячих клавиш GNOME</translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="53"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="52"/>
<source>Qmmp Gnome Hotkey Plugin</source>
<translation>Модуль горчих клавиш GNOME для Qmmp</translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="54"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="53"/>
<source>This plugin adds support of the GNOME/Cinnamon hotkeys</source>
<translation>Этот модуль добавляет поддержку горячих клавиш GNOME/Cinnamon</translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="55"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="54"/>
<source>Written by: Ilya Kotov &lt;forkotov02@ya.ru&gt;</source>
<translation>Разработчик: Илья Котов &lt;forkotov02@ya.ru&gt;</translation>
</message>
diff --git a/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_sk.ts b/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_sk.ts
index 2cc7bdaa5..5395e9526 100644
--- a/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_sk.ts
+++ b/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_sk.ts
@@ -4,27 +4,27 @@
<context>
<name>GnomeHotkeyFactory</name>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="31"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="30"/>
<source>Gnome Hotkey Plugin</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="52"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="51"/>
<source>About Gnome Hotkey Plugin</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="53"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="52"/>
<source>Qmmp Gnome Hotkey Plugin</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="54"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="53"/>
<source>This plugin adds support of the GNOME/Cinnamon hotkeys</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="55"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="54"/>
<source>Written by: Ilya Kotov &lt;forkotov02@ya.ru&gt;</source>
<translation type="unfinished"></translation>
</message>
diff --git a/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_sr_BA.ts b/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_sr_BA.ts
index c6d7afb01..5a6ec8c01 100644
--- a/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_sr_BA.ts
+++ b/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_sr_BA.ts
@@ -4,27 +4,27 @@
<context>
<name>GnomeHotkeyFactory</name>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="31"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="30"/>
<source>Gnome Hotkey Plugin</source>
<translation>Пречице за Гном</translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="52"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="51"/>
<source>About Gnome Hotkey Plugin</source>
<translation>О пречицама за Гном</translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="53"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="52"/>
<source>Qmmp Gnome Hotkey Plugin</source>
<translation>Кумп прикључак за пречице за Гном</translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="54"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="53"/>
<source>This plugin adds support of the GNOME/Cinnamon hotkeys</source>
<translation>Функционалност пречица за Гном/Цинамон</translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="55"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="54"/>
<source>Written by: Ilya Kotov &lt;forkotov02@ya.ru&gt;</source>
<translation>Аутор: Ilya Kotov &lt;forkotov02@ya.ru&gt;</translation>
</message>
diff --git a/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_sr_RS.ts b/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_sr_RS.ts
index 4c3b5c34b..46486fa76 100644
--- a/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_sr_RS.ts
+++ b/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_sr_RS.ts
@@ -4,27 +4,27 @@
<context>
<name>GnomeHotkeyFactory</name>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="31"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="30"/>
<source>Gnome Hotkey Plugin</source>
<translation>Пречице за Гном</translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="52"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="51"/>
<source>About Gnome Hotkey Plugin</source>
<translation>О пречицама за Гном</translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="53"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="52"/>
<source>Qmmp Gnome Hotkey Plugin</source>
<translation>Кумп прикључак за пречице за Гном</translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="54"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="53"/>
<source>This plugin adds support of the GNOME/Cinnamon hotkeys</source>
<translation>Функционалност пречица за Гном/Цинамон</translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="55"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="54"/>
<source>Written by: Ilya Kotov &lt;forkotov02@ya.ru&gt;</source>
<translation>Аутор: Ilya Kotov &lt;forkotov02@ya.ru&gt;</translation>
</message>
diff --git a/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_tr.ts b/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_tr.ts
index acc8d166c..cad47fe52 100644
--- a/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_tr.ts
+++ b/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_tr.ts
@@ -4,27 +4,27 @@
<context>
<name>GnomeHotkeyFactory</name>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="31"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="30"/>
<source>Gnome Hotkey Plugin</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="52"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="51"/>
<source>About Gnome Hotkey Plugin</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="53"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="52"/>
<source>Qmmp Gnome Hotkey Plugin</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="54"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="53"/>
<source>This plugin adds support of the GNOME/Cinnamon hotkeys</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="55"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="54"/>
<source>Written by: Ilya Kotov &lt;forkotov02@ya.ru&gt;</source>
<translation type="unfinished"></translation>
</message>
diff --git a/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_uk_UA.ts b/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_uk_UA.ts
index 435b1243c..0372cb90a 100644
--- a/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_uk_UA.ts
+++ b/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_uk_UA.ts
@@ -4,27 +4,27 @@
<context>
<name>GnomeHotkeyFactory</name>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="31"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="30"/>
<source>Gnome Hotkey Plugin</source>
<translation>Модуль гарячих клавіш GNOME</translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="52"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="51"/>
<source>About Gnome Hotkey Plugin</source>
<translation>Про модуль гарячих клавіш GNOME</translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="53"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="52"/>
<source>Qmmp Gnome Hotkey Plugin</source>
<translation>Модуль гарячих клавіш GNOME для Qmmp</translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="54"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="53"/>
<source>This plugin adds support of the GNOME/Cinnamon hotkeys</source>
<translation>Цей модуль додає підтримку гарячих клавіш GNOME/Cinnamon</translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="55"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="54"/>
<source>Written by: Ilya Kotov &lt;forkotov02@ya.ru&gt;</source>
<translation>Розробник: Ілля Котов &lt;forkotov02@ya.ru&gt;</translation>
</message>
diff --git a/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_zh_CN.ts b/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_zh_CN.ts
index 7c4eda20b..d4fd7d18f 100644
--- a/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_zh_CN.ts
+++ b/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_zh_CN.ts
@@ -4,27 +4,27 @@
<context>
<name>GnomeHotkeyFactory</name>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="31"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="30"/>
<source>Gnome Hotkey Plugin</source>
<translation>Gnome热键插件</translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="52"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="51"/>
<source>About Gnome Hotkey Plugin</source>
<translation>关于Gnome热键插件</translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="53"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="52"/>
<source>Qmmp Gnome Hotkey Plugin</source>
<translation>Qmmp Gnome 热键插件</translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="54"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="53"/>
<source>This plugin adds support of the GNOME/Cinnamon hotkeys</source>
<translation>此插件增加了对GNOME/Cinnamon热键的支持</translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="55"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="54"/>
<source>Written by: Ilya Kotov &lt;forkotov02@ya.ru&gt;</source>
<translation type="unfinished"></translation>
</message>
diff --git a/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_zh_TW.ts b/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_zh_TW.ts
index c89ede0dc..9b79fcc5a 100644
--- a/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_zh_TW.ts
+++ b/src/plugins/General/gnomehotkey/translations/gnomehotkey_plugin_zh_TW.ts
@@ -4,27 +4,27 @@
<context>
<name>GnomeHotkeyFactory</name>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="31"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="30"/>
<source>Gnome Hotkey Plugin</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="52"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="51"/>
<source>About Gnome Hotkey Plugin</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="53"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="52"/>
<source>Qmmp Gnome Hotkey Plugin</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="54"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="53"/>
<source>This plugin adds support of the GNOME/Cinnamon hotkeys</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../gnomehotkeyfactory.cpp" line="55"/>
+ <location filename="../gnomehotkeyfactory.cpp" line="54"/>
<source>Written by: Ilya Kotov &lt;forkotov02@ya.ru&gt;</source>
<translation>作者:Ilya Kotov &lt;forkotov02@ya.ru&gt;</translation>
</message>