aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General')
-rw-r--r--src/plugins/General/hal/halfactory.cpp1
-rw-r--r--src/plugins/General/lyrics/lyricsfactory.cpp1
-rw-r--r--src/plugins/General/lyrics/translations/lyrics_plugin_cs.ts8
-rw-r--r--src/plugins/General/lyrics/translations/lyrics_plugin_de.ts9
-rw-r--r--src/plugins/General/lyrics/translations/lyrics_plugin_ru.ts9
-rw-r--r--src/plugins/General/lyrics/translations/lyrics_plugin_uk_UA.ts9
-rw-r--r--src/plugins/General/lyrics/translations/lyrics_plugin_zh_CN.ts8
-rw-r--r--src/plugins/General/lyrics/translations/lyrics_plugin_zh_TW.ts8
-rw-r--r--src/plugins/General/mpris/mprisfactory.cpp1
-rw-r--r--src/plugins/General/mpris/translations/mpris_plugin_cs.ts6
-rw-r--r--src/plugins/General/mpris/translations/mpris_plugin_de.ts7
-rw-r--r--src/plugins/General/mpris/translations/mpris_plugin_ru.ts6
-rw-r--r--src/plugins/General/mpris/translations/mpris_plugin_uk_UA.ts6
-rw-r--r--src/plugins/General/mpris/translations/mpris_plugin_zh_CN.ts6
-rw-r--r--src/plugins/General/mpris/translations/mpris_plugin_zh_TW.ts6
-rw-r--r--src/plugins/General/notifier/notifierfactory.cpp1
-rw-r--r--src/plugins/General/notifier/translations/notifier_plugin_cs.ts6
-rw-r--r--src/plugins/General/notifier/translations/notifier_plugin_de.ts7
-rw-r--r--src/plugins/General/notifier/translations/notifier_plugin_ru.ts7
-rw-r--r--src/plugins/General/notifier/translations/notifier_plugin_uk_UA.ts7
-rw-r--r--src/plugins/General/notifier/translations/notifier_plugin_zh_CN.ts6
-rw-r--r--src/plugins/General/notifier/translations/notifier_plugin_zh_TW.ts6
-rw-r--r--src/plugins/General/scrobbler/scrobblerfactory.cpp1
-rw-r--r--src/plugins/General/scrobbler/translations/scrobbler_plugin_cs.ts6
-rw-r--r--src/plugins/General/scrobbler/translations/scrobbler_plugin_de.ts6
-rw-r--r--src/plugins/General/scrobbler/translations/scrobbler_plugin_ru.ts6
-rw-r--r--src/plugins/General/scrobbler/translations/scrobbler_plugin_uk_UA.ts6
-rw-r--r--src/plugins/General/scrobbler/translations/scrobbler_plugin_zh_CN.ts6
-rw-r--r--src/plugins/General/scrobbler/translations/scrobbler_plugin_zh_TW.ts6
-rw-r--r--src/plugins/General/statusicon/statusiconfactory.cpp1
-rw-r--r--src/plugins/General/statusicon/translations/statusicon_plugin_cs.ts12
-rw-r--r--src/plugins/General/statusicon/translations/statusicon_plugin_de.ts13
-rw-r--r--src/plugins/General/statusicon/translations/statusicon_plugin_ru.ts15
-rw-r--r--src/plugins/General/statusicon/translations/statusicon_plugin_uk_UA.ts12
-rw-r--r--src/plugins/General/statusicon/translations/statusicon_plugin_zh_CN.ts12
-rw-r--r--src/plugins/General/statusicon/translations/statusicon_plugin_zh_TW.ts12
36 files changed, 119 insertions, 126 deletions
diff --git a/src/plugins/General/hal/halfactory.cpp b/src/plugins/General/hal/halfactory.cpp
index 48b7aa7e6..e0b777d43 100644
--- a/src/plugins/General/hal/halfactory.cpp
+++ b/src/plugins/General/hal/halfactory.cpp
@@ -27,6 +27,7 @@ const GeneralProperties HalFactory::properties() const
{
GeneralProperties properties;
properties.name = tr("HAL Plugin");
+ properties.shortName = "hal";
properties.hasAbout = FALSE;
properties.hasSettings = FALSE;
properties.visibilityControl = FALSE;
diff --git a/src/plugins/General/lyrics/lyricsfactory.cpp b/src/plugins/General/lyrics/lyricsfactory.cpp
index 1e265c6af..5f9c29bf2 100644
--- a/src/plugins/General/lyrics/lyricsfactory.cpp
+++ b/src/plugins/General/lyrics/lyricsfactory.cpp
@@ -27,6 +27,7 @@ const GeneralProperties LyricsFactory::properties() const
{
GeneralProperties properties;
properties.name = tr("Lyrics Plugin");
+ properties.shortName = "lyrics";
properties.hasAbout = TRUE;
properties.hasSettings = FALSE;
properties.visibilityControl = FALSE;
diff --git a/src/plugins/General/lyrics/translations/lyrics_plugin_cs.ts b/src/plugins/General/lyrics/translations/lyrics_plugin_cs.ts
index 33bfb549f..8ee2c207f 100644
--- a/src/plugins/General/lyrics/translations/lyrics_plugin_cs.ts
+++ b/src/plugins/General/lyrics/translations/lyrics_plugin_cs.ts
@@ -16,22 +16,22 @@
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../lyricsfactory.cpp" line="48"/>
+ <location filename="../lyricsfactory.cpp" line="50"/>
<source>About Lyrics Plugin</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../lyricsfactory.cpp" line="49"/>
+ <location filename="../lyricsfactory.cpp" line="51"/>
<source>Qmmp Lyrics Plugin</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../lyricsfactory.cpp" line="51"/>
+ <location filename="../lyricsfactory.cpp" line="53"/>
<source>Writen by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../lyricsfactory.cpp" line="50"/>
+ <location filename="../lyricsfactory.cpp" line="52"/>
<source>This plugin retrieves lyrics from LyricWiki.org</source>
<translation type="unfinished"></translation>
</message>
diff --git a/src/plugins/General/lyrics/translations/lyrics_plugin_de.ts b/src/plugins/General/lyrics/translations/lyrics_plugin_de.ts
index 50e5bd5e5..911072ea3 100644
--- a/src/plugins/General/lyrics/translations/lyrics_plugin_de.ts
+++ b/src/plugins/General/lyrics/translations/lyrics_plugin_de.ts
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS><TS version="1.1" language="de">
-<defaultcodec></defaultcodec>
<context>
<name>Lyrics</name>
<message>
@@ -17,22 +16,22 @@
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../lyricsfactory.cpp" line="48"/>
+ <location filename="../lyricsfactory.cpp" line="50"/>
<source>About Lyrics Plugin</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../lyricsfactory.cpp" line="49"/>
+ <location filename="../lyricsfactory.cpp" line="51"/>
<source>Qmmp Lyrics Plugin</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../lyricsfactory.cpp" line="51"/>
+ <location filename="../lyricsfactory.cpp" line="53"/>
<source>Writen by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../lyricsfactory.cpp" line="50"/>
+ <location filename="../lyricsfactory.cpp" line="52"/>
<source>This plugin retrieves lyrics from LyricWiki.org</source>
<translation type="unfinished"></translation>
</message>
diff --git a/src/plugins/General/lyrics/translations/lyrics_plugin_ru.ts b/src/plugins/General/lyrics/translations/lyrics_plugin_ru.ts
index a70c44a7b..1a09bccf9 100644
--- a/src/plugins/General/lyrics/translations/lyrics_plugin_ru.ts
+++ b/src/plugins/General/lyrics/translations/lyrics_plugin_ru.ts
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS><TS version="1.1" language="pl">
-<defaultcodec></defaultcodec>
<context>
<name>Lyrics</name>
<message>
@@ -17,22 +16,22 @@
<translation>Модуль показа текстов</translation>
</message>
<message>
- <location filename="../lyricsfactory.cpp" line="48"/>
+ <location filename="../lyricsfactory.cpp" line="50"/>
<source>About Lyrics Plugin</source>
<translation>О модуле показа текстов песен</translation>
</message>
<message>
- <location filename="../lyricsfactory.cpp" line="49"/>
+ <location filename="../lyricsfactory.cpp" line="51"/>
<source>Qmmp Lyrics Plugin</source>
<translation>Модуль показа текстов песен для Qmmp</translation>
</message>
<message>
- <location filename="../lyricsfactory.cpp" line="51"/>
+ <location filename="../lyricsfactory.cpp" line="53"/>
<source>Writen by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
<translation>Разработчик: Илья Котов &lt;forkotov02@hotmail.ru&gt;</translation>
</message>
<message>
- <location filename="../lyricsfactory.cpp" line="50"/>
+ <location filename="../lyricsfactory.cpp" line="52"/>
<source>This plugin retrieves lyrics from LyricWiki.org</source>
<translation>Этот модуль предназначен для получания текстов песен из LyricWiki.org</translation>
</message>
diff --git a/src/plugins/General/lyrics/translations/lyrics_plugin_uk_UA.ts b/src/plugins/General/lyrics/translations/lyrics_plugin_uk_UA.ts
index 2d1625eeb..e8f590ad9 100644
--- a/src/plugins/General/lyrics/translations/lyrics_plugin_uk_UA.ts
+++ b/src/plugins/General/lyrics/translations/lyrics_plugin_uk_UA.ts
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS><TS version="1.1" language="uk">
-<defaultcodec></defaultcodec>
<context>
<name>Lyrics</name>
<message>
@@ -17,22 +16,22 @@
<translation>Модуль текстів</translation>
</message>
<message>
- <location filename="../lyricsfactory.cpp" line="48"/>
+ <location filename="../lyricsfactory.cpp" line="50"/>
<source>About Lyrics Plugin</source>
<translation>Про модуль текстів</translation>
</message>
<message>
- <location filename="../lyricsfactory.cpp" line="49"/>
+ <location filename="../lyricsfactory.cpp" line="51"/>
<source>Qmmp Lyrics Plugin</source>
<translation>Модуль текстів для Qmmp</translation>
</message>
<message>
- <location filename="../lyricsfactory.cpp" line="51"/>
+ <location filename="../lyricsfactory.cpp" line="53"/>
<source>Writen by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
<translation>Розробник: Ілля Котов &lt;forkotov02@hotmail.ru&gt;</translation>
</message>
<message>
- <location filename="../lyricsfactory.cpp" line="50"/>
+ <location filename="../lyricsfactory.cpp" line="52"/>
<source>This plugin retrieves lyrics from LyricWiki.org</source>
<translation>Цей модуль отримує тексти з LyricWiki.org</translation>
</message>
diff --git a/src/plugins/General/lyrics/translations/lyrics_plugin_zh_CN.ts b/src/plugins/General/lyrics/translations/lyrics_plugin_zh_CN.ts
index 33bfb549f..8ee2c207f 100644
--- a/src/plugins/General/lyrics/translations/lyrics_plugin_zh_CN.ts
+++ b/src/plugins/General/lyrics/translations/lyrics_plugin_zh_CN.ts
@@ -16,22 +16,22 @@
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../lyricsfactory.cpp" line="48"/>
+ <location filename="../lyricsfactory.cpp" line="50"/>
<source>About Lyrics Plugin</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../lyricsfactory.cpp" line="49"/>
+ <location filename="../lyricsfactory.cpp" line="51"/>
<source>Qmmp Lyrics Plugin</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../lyricsfactory.cpp" line="51"/>
+ <location filename="../lyricsfactory.cpp" line="53"/>
<source>Writen by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../lyricsfactory.cpp" line="50"/>
+ <location filename="../lyricsfactory.cpp" line="52"/>
<source>This plugin retrieves lyrics from LyricWiki.org</source>
<translation type="unfinished"></translation>
</message>
diff --git a/src/plugins/General/lyrics/translations/lyrics_plugin_zh_TW.ts b/src/plugins/General/lyrics/translations/lyrics_plugin_zh_TW.ts
index 33bfb549f..8ee2c207f 100644
--- a/src/plugins/General/lyrics/translations/lyrics_plugin_zh_TW.ts
+++ b/src/plugins/General/lyrics/translations/lyrics_plugin_zh_TW.ts
@@ -16,22 +16,22 @@
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../lyricsfactory.cpp" line="48"/>
+ <location filename="../lyricsfactory.cpp" line="50"/>
<source>About Lyrics Plugin</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../lyricsfactory.cpp" line="49"/>
+ <location filename="../lyricsfactory.cpp" line="51"/>
<source>Qmmp Lyrics Plugin</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../lyricsfactory.cpp" line="51"/>
+ <location filename="../lyricsfactory.cpp" line="53"/>
<source>Writen by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../lyricsfactory.cpp" line="50"/>
+ <location filename="../lyricsfactory.cpp" line="52"/>
<source>This plugin retrieves lyrics from LyricWiki.org</source>
<translation type="unfinished"></translation>
</message>
diff --git a/src/plugins/General/mpris/mprisfactory.cpp b/src/plugins/General/mpris/mprisfactory.cpp
index c7011486d..6b27fb33d 100644
--- a/src/plugins/General/mpris/mprisfactory.cpp
+++ b/src/plugins/General/mpris/mprisfactory.cpp
@@ -27,6 +27,7 @@ const GeneralProperties MPRISFactory::properties() const
{
GeneralProperties properties;
properties.name = tr("MPRIS Plugin");
+ properties.shortName = "mpris";
properties.hasAbout = TRUE;
properties.hasSettings = FALSE;
properties.visibilityControl = FALSE;
diff --git a/src/plugins/General/mpris/translations/mpris_plugin_cs.ts b/src/plugins/General/mpris/translations/mpris_plugin_cs.ts
index c1cff1dcb..2ee42b183 100644
--- a/src/plugins/General/mpris/translations/mpris_plugin_cs.ts
+++ b/src/plugins/General/mpris/translations/mpris_plugin_cs.ts
@@ -8,17 +8,17 @@
<translation>Modul MPRIS</translation>
</message>
<message>
- <location filename="../mprisfactory.cpp" line="48"/>
+ <location filename="../mprisfactory.cpp" line="49"/>
<source>About MPRIS Plugin</source>
<translation>O modulu MPRIS</translation>
</message>
<message>
- <location filename="../mprisfactory.cpp" line="50"/>
+ <location filename="../mprisfactory.cpp" line="51"/>
<source>Writen by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
<translation>Autor: Ilja Kotov &lt;forkotov02@hotmail.ru&gt;</translation>
</message>
<message>
- <location filename="../mprisfactory.cpp" line="49"/>
+ <location filename="../mprisfactory.cpp" line="50"/>
<source>Qmmp MPRIS Plugin</source>
<translation>Modul Qmmp MPRIS</translation>
</message>
diff --git a/src/plugins/General/mpris/translations/mpris_plugin_de.ts b/src/plugins/General/mpris/translations/mpris_plugin_de.ts
index 26aaf0d4f..8111fd946 100644
--- a/src/plugins/General/mpris/translations/mpris_plugin_de.ts
+++ b/src/plugins/General/mpris/translations/mpris_plugin_de.ts
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS><TS version="1.1" language="de">
-<defaultcodec></defaultcodec>
<context>
<name>MPRISFactory</name>
<message>
@@ -9,17 +8,17 @@
<translation>MPRIS-Plugin</translation>
</message>
<message>
- <location filename="../mprisfactory.cpp" line="48"/>
+ <location filename="../mprisfactory.cpp" line="49"/>
<source>About MPRIS Plugin</source>
<translation>Über MPRIS-Plugin</translation>
</message>
<message>
- <location filename="../mprisfactory.cpp" line="50"/>
+ <location filename="../mprisfactory.cpp" line="51"/>
<source>Writen by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
<translation>Autor: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</translation>
</message>
<message>
- <location filename="../mprisfactory.cpp" line="49"/>
+ <location filename="../mprisfactory.cpp" line="50"/>
<source>Qmmp MPRIS Plugin</source>
<translation>Qmmp MPRIS-Plugin</translation>
</message>
diff --git a/src/plugins/General/mpris/translations/mpris_plugin_ru.ts b/src/plugins/General/mpris/translations/mpris_plugin_ru.ts
index bf7d08405..5eadf0132 100644
--- a/src/plugins/General/mpris/translations/mpris_plugin_ru.ts
+++ b/src/plugins/General/mpris/translations/mpris_plugin_ru.ts
@@ -8,17 +8,17 @@
<translation>Модуль MPRIS</translation>
</message>
<message>
- <location filename="../mprisfactory.cpp" line="48"/>
+ <location filename="../mprisfactory.cpp" line="49"/>
<source>About MPRIS Plugin</source>
<translation>О модуле MPRIS</translation>
</message>
<message>
- <location filename="../mprisfactory.cpp" line="50"/>
+ <location filename="../mprisfactory.cpp" line="51"/>
<source>Writen by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
<translation>Разработчик: Илья Котов &lt;forkotov02@hotmail.ru&gt;</translation>
</message>
<message>
- <location filename="../mprisfactory.cpp" line="49"/>
+ <location filename="../mprisfactory.cpp" line="50"/>
<source>Qmmp MPRIS Plugin</source>
<translation>Модуль MPRIS для Qmmp</translation>
</message>
diff --git a/src/plugins/General/mpris/translations/mpris_plugin_uk_UA.ts b/src/plugins/General/mpris/translations/mpris_plugin_uk_UA.ts
index 87c625b14..33c3315e6 100644
--- a/src/plugins/General/mpris/translations/mpris_plugin_uk_UA.ts
+++ b/src/plugins/General/mpris/translations/mpris_plugin_uk_UA.ts
@@ -8,17 +8,17 @@
<translation>Модуль MPRIS</translation>
</message>
<message>
- <location filename="../mprisfactory.cpp" line="48"/>
+ <location filename="../mprisfactory.cpp" line="49"/>
<source>About MPRIS Plugin</source>
<translation>Про модуль MPRIS</translation>
</message>
<message>
- <location filename="../mprisfactory.cpp" line="50"/>
+ <location filename="../mprisfactory.cpp" line="51"/>
<source>Writen by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
<translation>Розробник: Ілля Котов &lt;forkotov02@hotmail.ru&gt;</translation>
</message>
<message>
- <location filename="../mprisfactory.cpp" line="49"/>
+ <location filename="../mprisfactory.cpp" line="50"/>
<source>Qmmp MPRIS Plugin</source>
<translation>Модуль MPRIS для Qmmp</translation>
</message>
diff --git a/src/plugins/General/mpris/translations/mpris_plugin_zh_CN.ts b/src/plugins/General/mpris/translations/mpris_plugin_zh_CN.ts
index c762fde4a..521a81663 100644
--- a/src/plugins/General/mpris/translations/mpris_plugin_zh_CN.ts
+++ b/src/plugins/General/mpris/translations/mpris_plugin_zh_CN.ts
@@ -8,17 +8,17 @@
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../mprisfactory.cpp" line="48"/>
+ <location filename="../mprisfactory.cpp" line="49"/>
<source>About MPRIS Plugin</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../mprisfactory.cpp" line="50"/>
+ <location filename="../mprisfactory.cpp" line="51"/>
<source>Writen by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
<translation type="unfinished">作者:Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</translation>
</message>
<message>
- <location filename="../mprisfactory.cpp" line="49"/>
+ <location filename="../mprisfactory.cpp" line="50"/>
<source>Qmmp MPRIS Plugin</source>
<translation type="unfinished"></translation>
</message>
diff --git a/src/plugins/General/mpris/translations/mpris_plugin_zh_TW.ts b/src/plugins/General/mpris/translations/mpris_plugin_zh_TW.ts
index 1975b9c3b..191f5fd7d 100644
--- a/src/plugins/General/mpris/translations/mpris_plugin_zh_TW.ts
+++ b/src/plugins/General/mpris/translations/mpris_plugin_zh_TW.ts
@@ -8,17 +8,17 @@
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../mprisfactory.cpp" line="48"/>
+ <location filename="../mprisfactory.cpp" line="49"/>
<source>About MPRIS Plugin</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../mprisfactory.cpp" line="50"/>
+ <location filename="../mprisfactory.cpp" line="51"/>
<source>Writen by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
<translation type="unfinished">作者:Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</translation>
</message>
<message>
- <location filename="../mprisfactory.cpp" line="49"/>
+ <location filename="../mprisfactory.cpp" line="50"/>
<source>Qmmp MPRIS Plugin</source>
<translation type="unfinished"></translation>
</message>
diff --git a/src/plugins/General/notifier/notifierfactory.cpp b/src/plugins/General/notifier/notifierfactory.cpp
index fdb9b4463..f0da9352a 100644
--- a/src/plugins/General/notifier/notifierfactory.cpp
+++ b/src/plugins/General/notifier/notifierfactory.cpp
@@ -28,6 +28,7 @@ const GeneralProperties NotifierFactory::properties() const
{
GeneralProperties properties;
properties.name = tr("Notifier Plugin");
+ properties.shortName = "notifier";
properties.hasAbout = TRUE;
properties.hasSettings = TRUE;
properties.visibilityControl = FALSE;
diff --git a/src/plugins/General/notifier/translations/notifier_plugin_cs.ts b/src/plugins/General/notifier/translations/notifier_plugin_cs.ts
index 56b78381a..7a0e9c840 100644
--- a/src/plugins/General/notifier/translations/notifier_plugin_cs.ts
+++ b/src/plugins/General/notifier/translations/notifier_plugin_cs.ts
@@ -8,17 +8,17 @@
<translation>Notifikační modul</translation>
</message>
<message>
- <location filename="../notifierfactory.cpp" line="49"/>
+ <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="50"/>
+ <location filename="../notifierfactory.cpp" line="51"/>
<source>Qmmp Notifier Plugin</source>
<translation>Notifikační modul Qmmp</translation>
</message>
<message>
- <location filename="../notifierfactory.cpp" line="51"/>
+ <location filename="../notifierfactory.cpp" line="52"/>
<source>Writen by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
<translation>Autor: Ilja Kotov &lt;forkotov02@hotmail.ru&gt;</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 7acccb024..9950b7ff6 100644
--- a/src/plugins/General/notifier/translations/notifier_plugin_de.ts
+++ b/src/plugins/General/notifier/translations/notifier_plugin_de.ts
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS><TS version="1.1" language="de">
-<defaultcodec></defaultcodec>
<context>
<name>NotifierFactory</name>
<message>
@@ -9,17 +8,17 @@
<translation type="unfinished">Benachrichtigungs-Plugin</translation>
</message>
<message>
- <location filename="../notifierfactory.cpp" line="49"/>
+ <location filename="../notifierfactory.cpp" line="50"/>
<source>About Notifier Plugin</source>
<translation type="unfinished">Über Benachrichtigungs-Plugin</translation>
</message>
<message>
- <location filename="../notifierfactory.cpp" line="50"/>
+ <location filename="../notifierfactory.cpp" line="51"/>
<source>Qmmp Notifier Plugin</source>
<translation type="unfinished">Qmmp Benachrichtigungs-Plugin</translation>
</message>
<message>
- <location filename="../notifierfactory.cpp" line="51"/>
+ <location filename="../notifierfactory.cpp" line="52"/>
<source>Writen by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
<translation>Autor: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</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 7eae4f4c3..11bff5242 100644
--- a/src/plugins/General/notifier/translations/notifier_plugin_ru.ts
+++ b/src/plugins/General/notifier/translations/notifier_plugin_ru.ts
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS><TS version="1.1" language="ru_RU">
-<defaultcodec></defaultcodec>
<context>
<name>NotifierFactory</name>
<message>
@@ -9,17 +8,17 @@
<translation>Модуль уведомлений</translation>
</message>
<message>
- <location filename="../notifierfactory.cpp" line="49"/>
+ <location filename="../notifierfactory.cpp" line="50"/>
<source>About Notifier Plugin</source>
<translation>О модуле уведомлений</translation>
</message>
<message>
- <location filename="../notifierfactory.cpp" line="50"/>
+ <location filename="../notifierfactory.cpp" line="51"/>
<source>Qmmp Notifier Plugin</source>
<translation>Модуль уведомлений для Qmmp</translation>
</message>
<message>
- <location filename="../notifierfactory.cpp" line="51"/>
+ <location filename="../notifierfactory.cpp" line="52"/>
<source>Writen by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
<translation>Разработчик: Илья Котов &lt;forkotov02@hotmail.ru&gt;</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 793a30ff4..3e641be00 100644
--- a/src/plugins/General/notifier/translations/notifier_plugin_uk_UA.ts
+++ b/src/plugins/General/notifier/translations/notifier_plugin_uk_UA.ts
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS><TS version="1.1" language="uk">
-<defaultcodec></defaultcodec>
<context>
<name>NotifierFactory</name>
<message>
@@ -9,17 +8,17 @@
<translation>Модуль повідомлень</translation>
</message>
<message>
- <location filename="../notifierfactory.cpp" line="49"/>
+ <location filename="../notifierfactory.cpp" line="50"/>
<source>About Notifier Plugin</source>
<translation>Про модуль повідомлень</translation>
</message>
<message>
- <location filename="../notifierfactory.cpp" line="50"/>
+ <location filename="../notifierfactory.cpp" line="51"/>
<source>Qmmp Notifier Plugin</source>
<translation>Модуль повідомлень для Qmmp</translation>
</message>
<message>
- <location filename="../notifierfactory.cpp" line="51"/>
+ <location filename="../notifierfactory.cpp" line="52"/>
<source>Writen by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
<translation>Розробник: Ілля Котов &lt;forkotov02@hotmail.ru&gt;</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 c75aecaf3..7f3a84f17 100644
--- a/src/plugins/General/notifier/translations/notifier_plugin_zh_CN.ts
+++ b/src/plugins/General/notifier/translations/notifier_plugin_zh_CN.ts
@@ -8,17 +8,17 @@
<translation>通知插件</translation>
</message>
<message>
- <location filename="../notifierfactory.cpp" line="49"/>
+ <location filename="../notifierfactory.cpp" line="50"/>
<source>About Notifier Plugin</source>
<translation>关于通知插件</translation>
</message>
<message>
- <location filename="../notifierfactory.cpp" line="50"/>
+ <location filename="../notifierfactory.cpp" line="51"/>
<source>Qmmp Notifier Plugin</source>
<translation>Qmmp 通知插件</translation>
</message>
<message>
- <location filename="../notifierfactory.cpp" line="51"/>
+ <location filename="../notifierfactory.cpp" line="52"/>
<source>Writen by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
<translation>作者:Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</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 ac72b47b7..0e3ca47de 100644
--- a/src/plugins/General/notifier/translations/notifier_plugin_zh_TW.ts
+++ b/src/plugins/General/notifier/translations/notifier_plugin_zh_TW.ts
@@ -8,17 +8,17 @@
<translation>通知插件</translation>
</message>
<message>
- <location filename="../notifierfactory.cpp" line="49"/>
+ <location filename="../notifierfactory.cpp" line="50"/>
<source>About Notifier Plugin</source>
<translation>關於通知插件</translation>
</message>
<message>
- <location filename="../notifierfactory.cpp" line="50"/>
+ <location filename="../notifierfactory.cpp" line="51"/>
<source>Qmmp Notifier Plugin</source>
<translation>Qmmp 通知插件</translation>
</message>
<message>
- <location filename="../notifierfactory.cpp" line="51"/>
+ <location filename="../notifierfactory.cpp" line="52"/>
<source>Writen by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
<translation>作者:Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</translation>
</message>
diff --git a/src/plugins/General/scrobbler/scrobblerfactory.cpp b/src/plugins/General/scrobbler/scrobblerfactory.cpp
index 2f36f971a..69b3d9b82 100644
--- a/src/plugins/General/scrobbler/scrobblerfactory.cpp
+++ b/src/plugins/General/scrobbler/scrobblerfactory.cpp
@@ -28,6 +28,7 @@ const GeneralProperties ScrobblerFactory::properties() const
{
GeneralProperties properties;
properties.name = tr("Scrobbler Plugin");
+ properties.shortName = "scrobbler";
properties.hasAbout = TRUE;
properties.hasSettings = TRUE;
properties.visibilityControl = FALSE;
diff --git a/src/plugins/General/scrobbler/translations/scrobbler_plugin_cs.ts b/src/plugins/General/scrobbler/translations/scrobbler_plugin_cs.ts
index 225c2503e..1793f7613 100644
--- a/src/plugins/General/scrobbler/translations/scrobbler_plugin_cs.ts
+++ b/src/plugins/General/scrobbler/translations/scrobbler_plugin_cs.ts
@@ -8,17 +8,17 @@
<translation>Modul Scrobbler</translation>
</message>
<message>
- <location filename="../scrobblerfactory.cpp" line="49"/>
+ <location filename="../scrobblerfactory.cpp" line="50"/>
<source>About Scrobbler Plugin</source>
<translation>O modulu Scrobbler</translation>
</message>
<message>
- <location filename="../scrobblerfactory.cpp" line="50"/>
+ <location filename="../scrobblerfactory.cpp" line="51"/>
<source>Qmmp AudioScrobbler Plugin</source>
<translation>Modul Qmmp Scrobbler</translation>
</message>
<message>
- <location filename="../scrobblerfactory.cpp" line="51"/>
+ <location filename="../scrobblerfactory.cpp" line="52"/>
<source>Writen by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
<translation>Autor: Ilja Kotov &lt;forkotov02@hotmail.ru&gt;</translation>
</message>
diff --git a/src/plugins/General/scrobbler/translations/scrobbler_plugin_de.ts b/src/plugins/General/scrobbler/translations/scrobbler_plugin_de.ts
index dd979238f..59694ab26 100644
--- a/src/plugins/General/scrobbler/translations/scrobbler_plugin_de.ts
+++ b/src/plugins/General/scrobbler/translations/scrobbler_plugin_de.ts
@@ -8,17 +8,17 @@
<translation>Scrobbler-Plugin</translation>
</message>
<message>
- <location filename="../scrobblerfactory.cpp" line="49"/>
+ <location filename="../scrobblerfactory.cpp" line="50"/>
<source>About Scrobbler Plugin</source>
<translation>Über Scrobbler-Plugin</translation>
</message>
<message>
- <location filename="../scrobblerfactory.cpp" line="50"/>
+ <location filename="../scrobblerfactory.cpp" line="51"/>
<source>Qmmp AudioScrobbler Plugin</source>
<translation>Qmmp AudioScrobbler-Plugin</translation>
</message>
<message>
- <location filename="../scrobblerfactory.cpp" line="51"/>
+ <location filename="../scrobblerfactory.cpp" line="52"/>
<source>Writen by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
<translation>Autor: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</translation>
</message>
diff --git a/src/plugins/General/scrobbler/translations/scrobbler_plugin_ru.ts b/src/plugins/General/scrobbler/translations/scrobbler_plugin_ru.ts
index fdd6c84b6..2451035bc 100644
--- a/src/plugins/General/scrobbler/translations/scrobbler_plugin_ru.ts
+++ b/src/plugins/General/scrobbler/translations/scrobbler_plugin_ru.ts
@@ -8,17 +8,17 @@
<translation>Модуль scrobbler</translation>
</message>
<message>
- <location filename="../scrobblerfactory.cpp" line="49"/>
+ <location filename="../scrobblerfactory.cpp" line="50"/>
<source>About Scrobbler Plugin</source>
<translation>О модуле Scrobbler </translation>
</message>
<message>
- <location filename="../scrobblerfactory.cpp" line="50"/>
+ <location filename="../scrobblerfactory.cpp" line="51"/>
<source>Qmmp AudioScrobbler Plugin</source>
<translation>Модуль AudioScrobbler для Qmmp</translation>
</message>
<message>
- <location filename="../scrobblerfactory.cpp" line="51"/>
+ <location filename="../scrobblerfactory.cpp" line="52"/>
<source>Writen by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
<translation>Разработчик: Илья Котов &lt;forkotov02@hotmail.ru&gt;</translation>
</message>
diff --git a/src/plugins/General/scrobbler/translations/scrobbler_plugin_uk_UA.ts b/src/plugins/General/scrobbler/translations/scrobbler_plugin_uk_UA.ts
index 0b3d70ff4..4b1d97fb8 100644
--- a/src/plugins/General/scrobbler/translations/scrobbler_plugin_uk_UA.ts
+++ b/src/plugins/General/scrobbler/translations/scrobbler_plugin_uk_UA.ts
@@ -8,17 +8,17 @@
<translation>Модуль scrobbler</translation>
</message>
<message>
- <location filename="../scrobblerfactory.cpp" line="49"/>
+ <location filename="../scrobblerfactory.cpp" line="50"/>
<source>About Scrobbler Plugin</source>
<translation>Про модуль Scrobbler </translation>
</message>
<message>
- <location filename="../scrobblerfactory.cpp" line="50"/>
+ <location filename="../scrobblerfactory.cpp" line="51"/>
<source>Qmmp AudioScrobbler Plugin</source>
<translation>Модуль AudioScrobbler для Qmmp</translation>
</message>
<message>
- <location filename="../scrobblerfactory.cpp" line="51"/>
+ <location filename="../scrobblerfactory.cpp" line="52"/>
<source>Writen by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
<translation>Розробник: Ілля Котов &lt;forkotov02@hotmail.ru&gt;</translation>
</message>
diff --git a/src/plugins/General/scrobbler/translations/scrobbler_plugin_zh_CN.ts b/src/plugins/General/scrobbler/translations/scrobbler_plugin_zh_CN.ts
index cac4dd97c..eda1a26a5 100644
--- a/src/plugins/General/scrobbler/translations/scrobbler_plugin_zh_CN.ts
+++ b/src/plugins/General/scrobbler/translations/scrobbler_plugin_zh_CN.ts
@@ -8,17 +8,17 @@
<translation>Scrobbler 插件</translation>
</message>
<message>
- <location filename="../scrobblerfactory.cpp" line="49"/>
+ <location filename="../scrobblerfactory.cpp" line="50"/>
<source>About Scrobbler Plugin</source>
<translation>关于 Scrobbler 插件</translation>
</message>
<message>
- <location filename="../scrobblerfactory.cpp" line="50"/>
+ <location filename="../scrobblerfactory.cpp" line="51"/>
<source>Qmmp AudioScrobbler Plugin</source>
<translation>Qmmp Scrobbler 插件</translation>
</message>
<message>
- <location filename="../scrobblerfactory.cpp" line="51"/>
+ <location filename="../scrobblerfactory.cpp" line="52"/>
<source>Writen by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
<translation>作者:Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</translation>
</message>
diff --git a/src/plugins/General/scrobbler/translations/scrobbler_plugin_zh_TW.ts b/src/plugins/General/scrobbler/translations/scrobbler_plugin_zh_TW.ts
index 43fb8ccc3..8cd34e54f 100644
--- a/src/plugins/General/scrobbler/translations/scrobbler_plugin_zh_TW.ts
+++ b/src/plugins/General/scrobbler/translations/scrobbler_plugin_zh_TW.ts
@@ -8,17 +8,17 @@
<translation>Scrobbler 插件</translation>
</message>
<message>
- <location filename="../scrobblerfactory.cpp" line="49"/>
+ <location filename="../scrobblerfactory.cpp" line="50"/>
<source>About Scrobbler Plugin</source>
<translation>關於 Scrobbler 插件</translation>
</message>
<message>
- <location filename="../scrobblerfactory.cpp" line="50"/>
+ <location filename="../scrobblerfactory.cpp" line="51"/>
<source>Qmmp AudioScrobbler Plugin</source>
<translation>Qmmp Scrobbler 插件</translation>
</message>
<message>
- <location filename="../scrobblerfactory.cpp" line="51"/>
+ <location filename="../scrobblerfactory.cpp" line="52"/>
<source>Writen by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
<translation>作者:Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</translation>
</message>
diff --git a/src/plugins/General/statusicon/statusiconfactory.cpp b/src/plugins/General/statusicon/statusiconfactory.cpp
index 2b56d7c82..dae733dc7 100644
--- a/src/plugins/General/statusicon/statusiconfactory.cpp
+++ b/src/plugins/General/statusicon/statusiconfactory.cpp
@@ -28,6 +28,7 @@ const GeneralProperties StatusIconFactory::properties() const
{
GeneralProperties properties;
properties.name = tr("Status Icon Plugin");
+ properties.shortName = "status_icon";
properties.hasAbout = TRUE;
properties.hasSettings = TRUE;
properties.visibilityControl = TRUE;
diff --git a/src/plugins/General/statusicon/translations/statusicon_plugin_cs.ts b/src/plugins/General/statusicon/translations/statusicon_plugin_cs.ts
index 11082ac76..81b3309ad 100644
--- a/src/plugins/General/statusicon/translations/statusicon_plugin_cs.ts
+++ b/src/plugins/General/statusicon/translations/statusicon_plugin_cs.ts
@@ -25,12 +25,12 @@
<message>
<location filename="../settingsdialog.ui" line="89"/>
<source>OK</source>
- <translation>OK</translation>
+ <translation type="obsolete">OK</translation>
</message>
<message>
<location filename="../settingsdialog.ui" line="96"/>
<source>Cancel</source>
- <translation>Zrušit</translation>
+ <translation type="obsolete">Zrušit</translation>
</message>
</context>
<context>
@@ -66,7 +66,7 @@
<translation>Ukončit</translation>
</message>
<message>
- <location filename="../statusicon.cpp" line="104"/>
+ <location filename="../statusicon.cpp" line="103"/>
<source>Now Playing</source>
<translation>Nyní hraje</translation>
</message>
@@ -79,17 +79,17 @@
<translation>Modul stavové ikony</translation>
</message>
<message>
- <location filename="../statusiconfactory.cpp" line="50"/>
+ <location filename="../statusiconfactory.cpp" line="51"/>
<source>Qmmp Status Icon Plugin</source>
<translation>Modul stavové ikony Qmmp</translation>
</message>
<message>
- <location filename="../statusiconfactory.cpp" line="51"/>
+ <location filename="../statusiconfactory.cpp" line="52"/>
<source>Writen by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
<translation>Autor: Ilja Kotov &lt;forkotov02@hotmail.ru&gt;</translation>
</message>
<message>
- <location filename="../statusiconfactory.cpp" line="49"/>
+ <location filename="../statusiconfactory.cpp" line="50"/>
<source>About Status Icon Plugin</source>
<translation>O modulu stavové ikony</translation>
</message>
diff --git a/src/plugins/General/statusicon/translations/statusicon_plugin_de.ts b/src/plugins/General/statusicon/translations/statusicon_plugin_de.ts
index 5c06f144d..8d7f5ba24 100644
--- a/src/plugins/General/statusicon/translations/statusicon_plugin_de.ts
+++ b/src/plugins/General/statusicon/translations/statusicon_plugin_de.ts
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS><TS version="1.1" language="de">
-<defaultcodec></defaultcodec>
<context>
<name>SettingsDialog</name>
<message>
@@ -26,12 +25,12 @@
<message>
<location filename="../settingsdialog.ui" line="89"/>
<source>OK</source>
- <translation>OK</translation>
+ <translation type="obsolete">OK</translation>
</message>
<message>
<location filename="../settingsdialog.ui" line="96"/>
<source>Cancel</source>
- <translation>Abbrechen</translation>
+ <translation type="obsolete">Abbrechen</translation>
</message>
</context>
<context>
@@ -67,7 +66,7 @@
<translation>Beenden</translation>
</message>
<message>
- <location filename="../statusicon.cpp" line="104"/>
+ <location filename="../statusicon.cpp" line="103"/>
<source>Now Playing</source>
<translation>Aktueller Titel</translation>
</message>
@@ -80,17 +79,17 @@
<translation>Statussymbol-Plugin</translation>
</message>
<message>
- <location filename="../statusiconfactory.cpp" line="50"/>
+ <location filename="../statusiconfactory.cpp" line="51"/>
<source>Qmmp Status Icon Plugin</source>
<translation>Qmmp Statussymbol-Plugin</translation>
</message>
<message>
- <location filename="../statusiconfactory.cpp" line="51"/>
+ <location filename="../statusiconfactory.cpp" line="52"/>
<source>Writen by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
<translation>Autor: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</translation>
</message>
<message>
- <location filename="../statusiconfactory.cpp" line="49"/>
+ <location filename="../statusiconfactory.cpp" line="50"/>
<source>About Status Icon Plugin</source>
<translation>Über Statussymbol-Plugin</translation>
</message>
diff --git a/src/plugins/General/statusicon/translations/statusicon_plugin_ru.ts b/src/plugins/General/statusicon/translations/statusicon_plugin_ru.ts
index 6e292344c..b5b296669 100644
--- a/src/plugins/General/statusicon/translations/statusicon_plugin_ru.ts
+++ b/src/plugins/General/statusicon/translations/statusicon_plugin_ru.ts
@@ -23,14 +23,9 @@
<translation>Задержка сообщения, мс:</translation>
</message>
<message>
- <location filename="../settingsdialog.ui" line="89"/>
- <source>OK</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
<location filename="../settingsdialog.ui" line="96"/>
<source>Cancel</source>
- <translation>Отмена</translation>
+ <translation type="obsolete">Отмена</translation>
</message>
</context>
<context>
@@ -66,7 +61,7 @@
<translation>Выход</translation>
</message>
<message>
- <location filename="../statusicon.cpp" line="104"/>
+ <location filename="../statusicon.cpp" line="103"/>
<source>Now Playing</source>
<translation>Сейчас играет</translation>
</message>
@@ -79,17 +74,17 @@
<translation>Модуль Status Icon</translation>
</message>
<message>
- <location filename="../statusiconfactory.cpp" line="49"/>
+ <location filename="../statusiconfactory.cpp" line="50"/>
<source>About Status Icon Plugin</source>
<translation>О модуле Status Icon</translation>
</message>
<message>
- <location filename="../statusiconfactory.cpp" line="50"/>
+ <location filename="../statusiconfactory.cpp" line="51"/>
<source>Qmmp Status Icon Plugin</source>
<translation>Модуль Status Icon для Qmmp</translation>
</message>
<message>
- <location filename="../statusiconfactory.cpp" line="51"/>
+ <location filename="../statusiconfactory.cpp" line="52"/>
<source>Writen by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
<translation>Разработчик: Илья Котов &lt;forkotov02@hotmail.ru&gt;</translation>
</message>
diff --git a/src/plugins/General/statusicon/translations/statusicon_plugin_uk_UA.ts b/src/plugins/General/statusicon/translations/statusicon_plugin_uk_UA.ts
index 99fe033e8..6f5b433fe 100644
--- a/src/plugins/General/statusicon/translations/statusicon_plugin_uk_UA.ts
+++ b/src/plugins/General/statusicon/translations/statusicon_plugin_uk_UA.ts
@@ -25,12 +25,12 @@
<message>
<location filename="../settingsdialog.ui" line="89"/>
<source>OK</source>
- <translation>Застосувати</translation>
+ <translation type="obsolete">Застосувати</translation>
</message>
<message>
<location filename="../settingsdialog.ui" line="96"/>
<source>Cancel</source>
- <translation>Відмінити</translation>
+ <translation type="obsolete">Відмінити</translation>
</message>
</context>
<context>
@@ -66,7 +66,7 @@
<translation>Вихід</translation>
</message>
<message>
- <location filename="../statusicon.cpp" line="104"/>
+ <location filename="../statusicon.cpp" line="103"/>
<source>Now Playing</source>
<translation>Зараз грає</translation>
</message>
@@ -79,17 +79,17 @@
<translation>Модуль Status Icon</translation>
</message>
<message>
- <location filename="../statusiconfactory.cpp" line="49"/>
+ <location filename="../statusiconfactory.cpp" line="50"/>
<source>About Status Icon Plugin</source>
<translation>Про модуль Status Icon</translation>
</message>
<message>
- <location filename="../statusiconfactory.cpp" line="50"/>
+ <location filename="../statusiconfactory.cpp" line="51"/>
<source>Qmmp Status Icon Plugin</source>
<translation>Модуль Status Icon для Qmmp</translation>
</message>
<message>
- <location filename="../statusiconfactory.cpp" line="51"/>
+ <location filename="../statusiconfactory.cpp" line="52"/>
<source>Writen by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
<translation>Розробник: Ілля Котов &lt;forkotov02@hotmail.ru&gt;</translation>
</message>
diff --git a/src/plugins/General/statusicon/translations/statusicon_plugin_zh_CN.ts b/src/plugins/General/statusicon/translations/statusicon_plugin_zh_CN.ts
index f583cfa25..307ab36ef 100644
--- a/src/plugins/General/statusicon/translations/statusicon_plugin_zh_CN.ts
+++ b/src/plugins/General/statusicon/translations/statusicon_plugin_zh_CN.ts
@@ -25,12 +25,12 @@
<message>
<location filename="../settingsdialog.ui" line="89"/>
<source>OK</source>
- <translation>确定</translation>
+ <translation type="obsolete">确定</translation>
</message>
<message>
<location filename="../settingsdialog.ui" line="96"/>
<source>Cancel</source>
- <translation>取消</translation>
+ <translation type="obsolete">取消</translation>
</message>
</context>
<context>
@@ -66,7 +66,7 @@
<translation>退出</translation>
</message>
<message>
- <location filename="../statusicon.cpp" line="104"/>
+ <location filename="../statusicon.cpp" line="103"/>
<source>Now Playing</source>
<translation>正在播放</translation>
</message>
@@ -79,17 +79,17 @@
<translation>状态图标插件</translation>
</message>
<message>
- <location filename="../statusiconfactory.cpp" line="50"/>
+ <location filename="../statusiconfactory.cpp" line="51"/>
<source>Qmmp Status Icon Plugin</source>
<translation>Qmmp 状态图标插件</translation>
</message>
<message>
- <location filename="../statusiconfactory.cpp" line="51"/>
+ <location filename="../statusiconfactory.cpp" line="52"/>
<source>Writen by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
<translation>作者:Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</translation>
</message>
<message>
- <location filename="../statusiconfactory.cpp" line="49"/>
+ <location filename="../statusiconfactory.cpp" line="50"/>
<source>About Status Icon Plugin</source>
<translation>关于状态图标插件</translation>
</message>
diff --git a/src/plugins/General/statusicon/translations/statusicon_plugin_zh_TW.ts b/src/plugins/General/statusicon/translations/statusicon_plugin_zh_TW.ts
index b0075fbea..43b379830 100644
--- a/src/plugins/General/statusicon/translations/statusicon_plugin_zh_TW.ts
+++ b/src/plugins/General/statusicon/translations/statusicon_plugin_zh_TW.ts
@@ -25,12 +25,12 @@
<message>
<location filename="../settingsdialog.ui" line="89"/>
<source>OK</source>
- <translation>確定</translation>
+ <translation type="obsolete">確定</translation>
</message>
<message>
<location filename="../settingsdialog.ui" line="96"/>
<source>Cancel</source>
- <translation>取消</translation>
+ <translation type="obsolete">取消</translation>
</message>
</context>
<context>
@@ -66,7 +66,7 @@
<translation>結束</translation>
</message>
<message>
- <location filename="../statusicon.cpp" line="104"/>
+ <location filename="../statusicon.cpp" line="103"/>
<source>Now Playing</source>
<translation>正在播放</translation>
</message>
@@ -79,17 +79,17 @@
<translation>狀態圖像插件</translation>
</message>
<message>
- <location filename="../statusiconfactory.cpp" line="50"/>
+ <location filename="../statusiconfactory.cpp" line="51"/>
<source>Qmmp Status Icon Plugin</source>
<translation>Qmmp 狀態圖像插件</translation>
</message>
<message>
- <location filename="../statusiconfactory.cpp" line="51"/>
+ <location filename="../statusiconfactory.cpp" line="52"/>
<source>Writen by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
<translation>作者:Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</translation>
</message>
<message>
- <location filename="../statusiconfactory.cpp" line="49"/>
+ <location filename="../statusiconfactory.cpp" line="50"/>
<source>About Status Icon Plugin</source>
<translation>關於狀態圖像插件</translation>
</message>