From d3f1937f200122373ce8fcb7c9ac8a52d55d7bdc Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 23 Jan 2009 18:04:45 +0000 Subject: some general api changes git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@755 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/hal/halfactory.cpp | 1 + src/plugins/General/lyrics/lyricsfactory.cpp | 1 + .../General/lyrics/translations/lyrics_plugin_cs.ts | 8 ++++---- .../General/lyrics/translations/lyrics_plugin_de.ts | 9 ++++----- .../General/lyrics/translations/lyrics_plugin_ru.ts | 9 ++++----- .../General/lyrics/translations/lyrics_plugin_uk_UA.ts | 9 ++++----- .../General/lyrics/translations/lyrics_plugin_zh_CN.ts | 8 ++++---- .../General/lyrics/translations/lyrics_plugin_zh_TW.ts | 8 ++++---- src/plugins/General/mpris/mprisfactory.cpp | 1 + src/plugins/General/mpris/translations/mpris_plugin_cs.ts | 6 +++--- src/plugins/General/mpris/translations/mpris_plugin_de.ts | 7 +++---- src/plugins/General/mpris/translations/mpris_plugin_ru.ts | 6 +++--- .../General/mpris/translations/mpris_plugin_uk_UA.ts | 6 +++--- .../General/mpris/translations/mpris_plugin_zh_CN.ts | 6 +++--- .../General/mpris/translations/mpris_plugin_zh_TW.ts | 6 +++--- src/plugins/General/notifier/notifierfactory.cpp | 1 + .../General/notifier/translations/notifier_plugin_cs.ts | 6 +++--- .../General/notifier/translations/notifier_plugin_de.ts | 7 +++---- .../General/notifier/translations/notifier_plugin_ru.ts | 7 +++---- .../notifier/translations/notifier_plugin_uk_UA.ts | 7 +++---- .../notifier/translations/notifier_plugin_zh_CN.ts | 6 +++--- .../notifier/translations/notifier_plugin_zh_TW.ts | 6 +++--- src/plugins/General/scrobbler/scrobblerfactory.cpp | 1 + .../General/scrobbler/translations/scrobbler_plugin_cs.ts | 6 +++--- .../General/scrobbler/translations/scrobbler_plugin_de.ts | 6 +++--- .../General/scrobbler/translations/scrobbler_plugin_ru.ts | 6 +++--- .../scrobbler/translations/scrobbler_plugin_uk_UA.ts | 6 +++--- .../scrobbler/translations/scrobbler_plugin_zh_CN.ts | 6 +++--- .../scrobbler/translations/scrobbler_plugin_zh_TW.ts | 6 +++--- src/plugins/General/statusicon/statusiconfactory.cpp | 1 + .../statusicon/translations/statusicon_plugin_cs.ts | 12 ++++++------ .../statusicon/translations/statusicon_plugin_de.ts | 13 ++++++------- .../statusicon/translations/statusicon_plugin_ru.ts | 15 +++++---------- .../statusicon/translations/statusicon_plugin_uk_UA.ts | 12 ++++++------ .../statusicon/translations/statusicon_plugin_zh_CN.ts | 12 ++++++------ .../statusicon/translations/statusicon_plugin_zh_TW.ts | 12 ++++++------ 36 files changed, 119 insertions(+), 126 deletions(-) (limited to 'src/plugins/General') 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 @@ - + About Lyrics Plugin - + Qmmp Lyrics Plugin - + Writen by: Ilya Kotov <forkotov02@hotmail.ru> - + This plugin retrieves lyrics from LyricWiki.org 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 @@ - Lyrics @@ -17,22 +16,22 @@ - + About Lyrics Plugin - + Qmmp Lyrics Plugin - + Writen by: Ilya Kotov <forkotov02@hotmail.ru> - + This plugin retrieves lyrics from LyricWiki.org 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 @@ - Lyrics @@ -17,22 +16,22 @@ Модуль показа текстов - + About Lyrics Plugin О модуле показа текстов песен - + Qmmp Lyrics Plugin Модуль показа текстов песен для Qmmp - + Writen by: Ilya Kotov <forkotov02@hotmail.ru> Разработчик: Илья Котов <forkotov02@hotmail.ru> - + This plugin retrieves lyrics from LyricWiki.org Этот модуль предназначен для получания текстов песен из LyricWiki.org 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 @@ - Lyrics @@ -17,22 +16,22 @@ Модуль текстів - + About Lyrics Plugin Про модуль текстів - + Qmmp Lyrics Plugin Модуль текстів для Qmmp - + Writen by: Ilya Kotov <forkotov02@hotmail.ru> Розробник: Ілля Котов <forkotov02@hotmail.ru> - + This plugin retrieves lyrics from LyricWiki.org Цей модуль отримує тексти з LyricWiki.org 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 @@ - + About Lyrics Plugin - + Qmmp Lyrics Plugin - + Writen by: Ilya Kotov <forkotov02@hotmail.ru> - + This plugin retrieves lyrics from LyricWiki.org 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 @@ - + About Lyrics Plugin - + Qmmp Lyrics Plugin - + Writen by: Ilya Kotov <forkotov02@hotmail.ru> - + This plugin retrieves lyrics from LyricWiki.org 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 @@ Modul MPRIS - + About MPRIS Plugin O modulu MPRIS - + Writen by: Ilya Kotov <forkotov02@hotmail.ru> Autor: Ilja Kotov <forkotov02@hotmail.ru> - + Qmmp MPRIS Plugin Modul Qmmp MPRIS 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 @@ - MPRISFactory @@ -9,17 +8,17 @@ MPRIS-Plugin - + About MPRIS Plugin Über MPRIS-Plugin - + Writen by: Ilya Kotov <forkotov02@hotmail.ru> Autor: Ilya Kotov <forkotov02@hotmail.ru> - + Qmmp MPRIS Plugin Qmmp MPRIS-Plugin 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 @@ Модуль MPRIS - + About MPRIS Plugin О модуле MPRIS - + Writen by: Ilya Kotov <forkotov02@hotmail.ru> Разработчик: Илья Котов <forkotov02@hotmail.ru> - + Qmmp MPRIS Plugin Модуль MPRIS для Qmmp 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 @@ Модуль MPRIS - + About MPRIS Plugin Про модуль MPRIS - + Writen by: Ilya Kotov <forkotov02@hotmail.ru> Розробник: Ілля Котов <forkotov02@hotmail.ru> - + Qmmp MPRIS Plugin Модуль MPRIS для Qmmp 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 @@ - + About MPRIS Plugin - + Writen by: Ilya Kotov <forkotov02@hotmail.ru> 作者:Ilya Kotov <forkotov02@hotmail.ru> - + Qmmp MPRIS Plugin 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 @@ - + About MPRIS Plugin - + Writen by: Ilya Kotov <forkotov02@hotmail.ru> 作者:Ilya Kotov <forkotov02@hotmail.ru> - + Qmmp MPRIS Plugin 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 @@ Notifikační modul - + About Notifier Plugin O notifikačním modulu - + Qmmp Notifier Plugin Notifikační modul Qmmp - + Writen by: Ilya Kotov <forkotov02@hotmail.ru> Autor: Ilja Kotov <forkotov02@hotmail.ru> 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 @@ - NotifierFactory @@ -9,17 +8,17 @@ Benachrichtigungs-Plugin - + About Notifier Plugin Über Benachrichtigungs-Plugin - + Qmmp Notifier Plugin Qmmp Benachrichtigungs-Plugin - + Writen by: Ilya Kotov <forkotov02@hotmail.ru> Autor: Ilya Kotov <forkotov02@hotmail.ru> 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 @@ - NotifierFactory @@ -9,17 +8,17 @@ Модуль уведомлений - + About Notifier Plugin О модуле уведомлений - + Qmmp Notifier Plugin Модуль уведомлений для Qmmp - + Writen by: Ilya Kotov <forkotov02@hotmail.ru> Разработчик: Илья Котов <forkotov02@hotmail.ru> 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 @@ - NotifierFactory @@ -9,17 +8,17 @@ Модуль повідомлень - + About Notifier Plugin Про модуль повідомлень - + Qmmp Notifier Plugin Модуль повідомлень для Qmmp - + Writen by: Ilya Kotov <forkotov02@hotmail.ru> Розробник: Ілля Котов <forkotov02@hotmail.ru> 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 @@ 通知插件 - + About Notifier Plugin 关于通知插件 - + Qmmp Notifier Plugin Qmmp 通知插件 - + Writen by: Ilya Kotov <forkotov02@hotmail.ru> 作者:Ilya Kotov <forkotov02@hotmail.ru> 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 @@ 通知插件 - + About Notifier Plugin 關於通知插件 - + Qmmp Notifier Plugin Qmmp 通知插件 - + Writen by: Ilya Kotov <forkotov02@hotmail.ru> 作者:Ilya Kotov <forkotov02@hotmail.ru> 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 @@ Modul Scrobbler - + About Scrobbler Plugin O modulu Scrobbler - + Qmmp AudioScrobbler Plugin Modul Qmmp Scrobbler - + Writen by: Ilya Kotov <forkotov02@hotmail.ru> Autor: Ilja Kotov <forkotov02@hotmail.ru> 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 @@ Scrobbler-Plugin - + About Scrobbler Plugin Über Scrobbler-Plugin - + Qmmp AudioScrobbler Plugin Qmmp AudioScrobbler-Plugin - + Writen by: Ilya Kotov <forkotov02@hotmail.ru> Autor: Ilya Kotov <forkotov02@hotmail.ru> 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 @@ Модуль scrobbler - + About Scrobbler Plugin О модуле Scrobbler - + Qmmp AudioScrobbler Plugin Модуль AudioScrobbler для Qmmp - + Writen by: Ilya Kotov <forkotov02@hotmail.ru> Разработчик: Илья Котов <forkotov02@hotmail.ru> 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 @@ Модуль scrobbler - + About Scrobbler Plugin Про модуль Scrobbler - + Qmmp AudioScrobbler Plugin Модуль AudioScrobbler для Qmmp - + Writen by: Ilya Kotov <forkotov02@hotmail.ru> Розробник: Ілля Котов <forkotov02@hotmail.ru> 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 @@ Scrobbler 插件 - + About Scrobbler Plugin 关于 Scrobbler 插件 - + Qmmp AudioScrobbler Plugin Qmmp Scrobbler 插件 - + Writen by: Ilya Kotov <forkotov02@hotmail.ru> 作者:Ilya Kotov <forkotov02@hotmail.ru> 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 @@ Scrobbler 插件 - + About Scrobbler Plugin 關於 Scrobbler 插件 - + Qmmp AudioScrobbler Plugin Qmmp Scrobbler 插件 - + Writen by: Ilya Kotov <forkotov02@hotmail.ru> 作者:Ilya Kotov <forkotov02@hotmail.ru> 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 @@ OK - OK + OK Cancel - Zrušit + Zrušit @@ -66,7 +66,7 @@ Ukončit - + Now Playing Nyní hraje @@ -79,17 +79,17 @@ Modul stavové ikony - + Qmmp Status Icon Plugin Modul stavové ikony Qmmp - + Writen by: Ilya Kotov <forkotov02@hotmail.ru> Autor: Ilja Kotov <forkotov02@hotmail.ru> - + About Status Icon Plugin O modulu stavové ikony 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 @@ - SettingsDialog @@ -26,12 +25,12 @@ OK - OK + OK Cancel - Abbrechen + Abbrechen @@ -67,7 +66,7 @@ Beenden - + Now Playing Aktueller Titel @@ -80,17 +79,17 @@ Statussymbol-Plugin - + Qmmp Status Icon Plugin Qmmp Statussymbol-Plugin - + Writen by: Ilya Kotov <forkotov02@hotmail.ru> Autor: Ilya Kotov <forkotov02@hotmail.ru> - + About Status Icon Plugin Über Statussymbol-Plugin 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 @@ -22,15 +22,10 @@ Message delay, ms: Задержка сообщения, мс: - - - OK - - Cancel - Отмена + Отмена @@ -66,7 +61,7 @@ Выход - + Now Playing Сейчас играет @@ -79,17 +74,17 @@ Модуль Status Icon - + About Status Icon Plugin О модуле Status Icon - + Qmmp Status Icon Plugin Модуль Status Icon для Qmmp - + Writen by: Ilya Kotov <forkotov02@hotmail.ru> Разработчик: Илья Котов <forkotov02@hotmail.ru> 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 @@ OK - Застосувати + Застосувати Cancel - Відмінити + Відмінити @@ -66,7 +66,7 @@ Вихід - + Now Playing Зараз грає @@ -79,17 +79,17 @@ Модуль Status Icon - + About Status Icon Plugin Про модуль Status Icon - + Qmmp Status Icon Plugin Модуль Status Icon для Qmmp - + Writen by: Ilya Kotov <forkotov02@hotmail.ru> Розробник: Ілля Котов <forkotov02@hotmail.ru> 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 @@ OK - 确定 + 确定 Cancel - 取消 + 取消 @@ -66,7 +66,7 @@ 退出 - + Now Playing 正在播放 @@ -79,17 +79,17 @@ 状态图标插件 - + Qmmp Status Icon Plugin Qmmp 状态图标插件 - + Writen by: Ilya Kotov <forkotov02@hotmail.ru> 作者:Ilya Kotov <forkotov02@hotmail.ru> - + About Status Icon Plugin 关于状态图标插件 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 @@ OK - 確定 + 確定 Cancel - 取消 + 取消 @@ -66,7 +66,7 @@ 結束 - + Now Playing 正在播放 @@ -79,17 +79,17 @@ 狀態圖像插件 - + Qmmp Status Icon Plugin Qmmp 狀態圖像插件 - + Writen by: Ilya Kotov <forkotov02@hotmail.ru> 作者:Ilya Kotov <forkotov02@hotmail.ru> - + About Status Icon Plugin 關於狀態圖像插件 -- cgit v1.2.3-13-gbd6f