aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2013-01-13 16:00:40 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2013-01-13 16:00:40 +0000
commitd2028612bdb51b9dbe82a4550c456b30f404d1d1 (patch)
tree43e05d279a85205a0aa7f462e934683c6d26ca70 /src/plugins/General
parent23795041aab71320e97522f9d672b1f22d613a92 (diff)
downloadqmmp-d2028612bdb51b9dbe82a4550c456b30f404d1d1.tar.gz
qmmp-d2028612bdb51b9dbe82a4550c456b30f404d1d1.tar.bz2
qmmp-d2028612bdb51b9dbe82a4550c456b30f404d1d1.zip
refactoring
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3157 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General')
-rw-r--r--src/plugins/General/General.pro2
-rw-r--r--src/plugins/General/trackchange/trackchange.cpp (renamed from src/plugins/General/trackchange/songchange.cpp)0
-rw-r--r--src/plugins/General/trackchange/trackchange.h (renamed from src/plugins/General/trackchange/songchange.h)0
-rw-r--r--src/plugins/General/trackchange/trackchange.pro (renamed from src/plugins/General/trackchange/songchange.pro)12
-rw-r--r--src/plugins/General/trackchange/trackchangefactory.cpp (renamed from src/plugins/General/trackchange/songchangefactory.cpp)0
-rw-r--r--src/plugins/General/trackchange/trackchangefactory.h (renamed from src/plugins/General/trackchange/songchangefactory.h)0
-rw-r--r--src/plugins/General/trackchange/translations/songchange_plugin_cs.ts133
-rw-r--r--src/plugins/General/trackchange/translations/songchange_plugin_de.ts133
-rw-r--r--src/plugins/General/trackchange/translations/songchange_plugin_es.ts133
-rw-r--r--src/plugins/General/trackchange/translations/songchange_plugin_fr.ts133
-rw-r--r--src/plugins/General/trackchange/translations/songchange_plugin_he.ts133
-rw-r--r--src/plugins/General/trackchange/translations/songchange_plugin_hu.ts133
-rw-r--r--src/plugins/General/trackchange/translations/songchange_plugin_it.ts133
-rw-r--r--src/plugins/General/trackchange/translations/songchange_plugin_ja.ts133
-rw-r--r--src/plugins/General/trackchange/translations/songchange_plugin_kk.ts133
-rw-r--r--src/plugins/General/trackchange/translations/songchange_plugin_lt.ts133
-rw-r--r--src/plugins/General/trackchange/translations/songchange_plugin_nl.ts133
-rw-r--r--src/plugins/General/trackchange/translations/songchange_plugin_pl_PL.ts133
-rw-r--r--src/plugins/General/trackchange/translations/songchange_plugin_pt_BR.ts133
-rw-r--r--src/plugins/General/trackchange/translations/songchange_plugin_ru.ts133
-rw-r--r--src/plugins/General/trackchange/translations/songchange_plugin_sk.ts133
-rw-r--r--src/plugins/General/trackchange/translations/songchange_plugin_tr.ts133
-rw-r--r--src/plugins/General/trackchange/translations/songchange_plugin_uk_UA.ts133
-rw-r--r--src/plugins/General/trackchange/translations/songchange_plugin_zh_CN.ts133
-rw-r--r--src/plugins/General/trackchange/translations/songchange_plugin_zh_TW.ts133
25 files changed, 7 insertions, 2534 deletions
diff --git a/src/plugins/General/General.pro b/src/plugins/General/General.pro
index b68c72da1..a44e6c947 100644
--- a/src/plugins/General/General.pro
+++ b/src/plugins/General/General.pro
@@ -5,7 +5,7 @@ SUBDIRS += statusicon \
fileops \
covermanager \
streambrowser \
- songchange
+ trackchange
unix:SUBDIRS += mpris \
hal \
udisks \
diff --git a/src/plugins/General/trackchange/songchange.cpp b/src/plugins/General/trackchange/trackchange.cpp
index 0e79766de..0e79766de 100644
--- a/src/plugins/General/trackchange/songchange.cpp
+++ b/src/plugins/General/trackchange/trackchange.cpp
diff --git a/src/plugins/General/trackchange/songchange.h b/src/plugins/General/trackchange/trackchange.h
index ae026b3eb..ae026b3eb 100644
--- a/src/plugins/General/trackchange/songchange.h
+++ b/src/plugins/General/trackchange/trackchange.h
diff --git a/src/plugins/General/trackchange/songchange.pro b/src/plugins/General/trackchange/trackchange.pro
index 7bf1c046b..d5295da23 100644
--- a/src/plugins/General/trackchange/songchange.pro
+++ b/src/plugins/General/trackchange/trackchange.pro
@@ -5,8 +5,8 @@ CONFIG += release \
warn_on \
plugin
-TARGET =$$PLUGINS_PREFIX/General/songchange
-unix : QMAKE_CLEAN = $$PLUGINS_PREFIX/General/libsongchange.so
+TARGET =$$PLUGINS_PREFIX/General/trackchange
+unix : QMAKE_CLEAN = $$PLUGINS_PREFIX/General/libtrackchange.so
TEMPLATE = lib
@@ -24,13 +24,13 @@ unix {
target.path = $$LIB_DIR/qmmp/General
INSTALLS += target
}
-HEADERS += songchangefactory.h \
- songchange.h \
+HEADERS += trackchangefactory.h \
+ trackchange.h \
settingsdialog.h
win32 : HEADERS += ../../../../src/qmmpui/general.h
-SOURCES += songchangefactory.cpp \
- songchange.cpp \
+SOURCES += trackchangefactory.cpp \
+ trackchange.cpp \
settingsdialog.cpp
FORMS += settingsdialog.ui
diff --git a/src/plugins/General/trackchange/songchangefactory.cpp b/src/plugins/General/trackchange/trackchangefactory.cpp
index e85e665d2..e85e665d2 100644
--- a/src/plugins/General/trackchange/songchangefactory.cpp
+++ b/src/plugins/General/trackchange/trackchangefactory.cpp
diff --git a/src/plugins/General/trackchange/songchangefactory.h b/src/plugins/General/trackchange/trackchangefactory.h
index 7e00519ac..7e00519ac 100644
--- a/src/plugins/General/trackchange/songchangefactory.h
+++ b/src/plugins/General/trackchange/trackchangefactory.h
diff --git a/src/plugins/General/trackchange/translations/songchange_plugin_cs.ts b/src/plugins/General/trackchange/translations/songchange_plugin_cs.ts
deleted file mode 100644
index cfea184e4..000000000
--- a/src/plugins/General/trackchange/translations/songchange_plugin_cs.ts
+++ /dev/null
@@ -1,133 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE TS>
-<TS version="2.0" language="cs_CZ">
-<context>
- <name>SettingsDialog</name>
- <message>
- <location filename="../settingsdialog.ui" line="14"/>
- <source>File Operations Settings</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="32"/>
- <location filename="../settingsdialog.ui" line="42"/>
- <location filename="../settingsdialog.ui" line="52"/>
- <location filename="../settingsdialog.ui" line="62"/>
- <source>...</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="76"/>
- <source>Command to run when Qmmp starts new track</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="83"/>
- <source>Command to run toward to end of a track</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="90"/>
- <source>Command to run when Qmmp reaches the end of the playlist</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="97"/>
- <source>Command to run when title changes (i.e. network streams title)</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="58"/>
- <source>Artist</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="59"/>
- <source>Album</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="60"/>
- <source>Title</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="61"/>
- <source>Track number</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="62"/>
- <source>Two-digit track number</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="63"/>
- <source>Genre</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="64"/>
- <source>Comment</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="65"/>
- <source>Composer</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="66"/>
- <source>Duration</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="67"/>
- <source>Disc number</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="68"/>
- <source>File name</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="69"/>
- <source>File path</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="70"/>
- <source>Year</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="71"/>
- <source>Condition</source>
- <translation type="unfinished"></translation>
- </message>
-</context>
-<context>
- <name>SongChangeFactory</name>
- <message>
- <location filename="../songchangefactory.cpp" line="30"/>
- <source>Song Change Plugin</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../songchangefactory.cpp" line="50"/>
- <source>About Song Change Plugin</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../songchangefactory.cpp" line="51"/>
- <source>Qmmp Song Change Plugin</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../songchangefactory.cpp" line="52"/>
- <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
- <translation type="unfinished"></translation>
- </message>
-</context>
-</TS>
diff --git a/src/plugins/General/trackchange/translations/songchange_plugin_de.ts b/src/plugins/General/trackchange/translations/songchange_plugin_de.ts
deleted file mode 100644
index 0af286050..000000000
--- a/src/plugins/General/trackchange/translations/songchange_plugin_de.ts
+++ /dev/null
@@ -1,133 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE TS>
-<TS version="2.0" language="de_DE">
-<context>
- <name>SettingsDialog</name>
- <message>
- <location filename="../settingsdialog.ui" line="14"/>
- <source>File Operations Settings</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="32"/>
- <location filename="../settingsdialog.ui" line="42"/>
- <location filename="../settingsdialog.ui" line="52"/>
- <location filename="../settingsdialog.ui" line="62"/>
- <source>...</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="76"/>
- <source>Command to run when Qmmp starts new track</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="83"/>
- <source>Command to run toward to end of a track</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="90"/>
- <source>Command to run when Qmmp reaches the end of the playlist</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="97"/>
- <source>Command to run when title changes (i.e. network streams title)</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="58"/>
- <source>Artist</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="59"/>
- <source>Album</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="60"/>
- <source>Title</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="61"/>
- <source>Track number</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="62"/>
- <source>Two-digit track number</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="63"/>
- <source>Genre</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="64"/>
- <source>Comment</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="65"/>
- <source>Composer</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="66"/>
- <source>Duration</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="67"/>
- <source>Disc number</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="68"/>
- <source>File name</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="69"/>
- <source>File path</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="70"/>
- <source>Year</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="71"/>
- <source>Condition</source>
- <translation type="unfinished"></translation>
- </message>
-</context>
-<context>
- <name>SongChangeFactory</name>
- <message>
- <location filename="../songchangefactory.cpp" line="30"/>
- <source>Song Change Plugin</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../songchangefactory.cpp" line="50"/>
- <source>About Song Change Plugin</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../songchangefactory.cpp" line="51"/>
- <source>Qmmp Song Change Plugin</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../songchangefactory.cpp" line="52"/>
- <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
- <translation type="unfinished"></translation>
- </message>
-</context>
-</TS>
diff --git a/src/plugins/General/trackchange/translations/songchange_plugin_es.ts b/src/plugins/General/trackchange/translations/songchange_plugin_es.ts
deleted file mode 100644
index 731def568..000000000
--- a/src/plugins/General/trackchange/translations/songchange_plugin_es.ts
+++ /dev/null
@@ -1,133 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE TS>
-<TS version="2.0" language="es_ES">
-<context>
- <name>SettingsDialog</name>
- <message>
- <location filename="../settingsdialog.ui" line="14"/>
- <source>File Operations Settings</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="32"/>
- <location filename="../settingsdialog.ui" line="42"/>
- <location filename="../settingsdialog.ui" line="52"/>
- <location filename="../settingsdialog.ui" line="62"/>
- <source>...</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="76"/>
- <source>Command to run when Qmmp starts new track</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="83"/>
- <source>Command to run toward to end of a track</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="90"/>
- <source>Command to run when Qmmp reaches the end of the playlist</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="97"/>
- <source>Command to run when title changes (i.e. network streams title)</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="58"/>
- <source>Artist</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="59"/>
- <source>Album</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="60"/>
- <source>Title</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="61"/>
- <source>Track number</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="62"/>
- <source>Two-digit track number</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="63"/>
- <source>Genre</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="64"/>
- <source>Comment</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="65"/>
- <source>Composer</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="66"/>
- <source>Duration</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="67"/>
- <source>Disc number</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="68"/>
- <source>File name</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="69"/>
- <source>File path</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="70"/>
- <source>Year</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="71"/>
- <source>Condition</source>
- <translation type="unfinished"></translation>
- </message>
-</context>
-<context>
- <name>SongChangeFactory</name>
- <message>
- <location filename="../songchangefactory.cpp" line="30"/>
- <source>Song Change Plugin</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../songchangefactory.cpp" line="50"/>
- <source>About Song Change Plugin</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../songchangefactory.cpp" line="51"/>
- <source>Qmmp Song Change Plugin</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../songchangefactory.cpp" line="52"/>
- <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
- <translation type="unfinished"></translation>
- </message>
-</context>
-</TS>
diff --git a/src/plugins/General/trackchange/translations/songchange_plugin_fr.ts b/src/plugins/General/trackchange/translations/songchange_plugin_fr.ts
deleted file mode 100644
index 4958161d4..000000000
--- a/src/plugins/General/trackchange/translations/songchange_plugin_fr.ts
+++ /dev/null
@@ -1,133 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE TS>
-<TS version="2.0" language="fr_FR">
-<context>
- <name>SettingsDialog</name>
- <message>
- <location filename="../settingsdialog.ui" line="14"/>
- <source>File Operations Settings</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="32"/>
- <location filename="../settingsdialog.ui" line="42"/>
- <location filename="../settingsdialog.ui" line="52"/>
- <location filename="../settingsdialog.ui" line="62"/>
- <source>...</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="76"/>
- <source>Command to run when Qmmp starts new track</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="83"/>
- <source>Command to run toward to end of a track</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="90"/>
- <source>Command to run when Qmmp reaches the end of the playlist</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="97"/>
- <source>Command to run when title changes (i.e. network streams title)</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="58"/>
- <source>Artist</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="59"/>
- <source>Album</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="60"/>
- <source>Title</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="61"/>
- <source>Track number</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="62"/>
- <source>Two-digit track number</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="63"/>
- <source>Genre</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="64"/>
- <source>Comment</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="65"/>
- <source>Composer</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="66"/>
- <source>Duration</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="67"/>
- <source>Disc number</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="68"/>
- <source>File name</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="69"/>
- <source>File path</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="70"/>
- <source>Year</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="71"/>
- <source>Condition</source>
- <translation type="unfinished"></translation>
- </message>
-</context>
-<context>
- <name>SongChangeFactory</name>
- <message>
- <location filename="../songchangefactory.cpp" line="30"/>
- <source>Song Change Plugin</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../songchangefactory.cpp" line="50"/>
- <source>About Song Change Plugin</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../songchangefactory.cpp" line="51"/>
- <source>Qmmp Song Change Plugin</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../songchangefactory.cpp" line="52"/>
- <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
- <translation type="unfinished"></translation>
- </message>
-</context>
-</TS>
diff --git a/src/plugins/General/trackchange/translations/songchange_plugin_he.ts b/src/plugins/General/trackchange/translations/songchange_plugin_he.ts
deleted file mode 100644
index b5c768c0c..000000000
--- a/src/plugins/General/trackchange/translations/songchange_plugin_he.ts
+++ /dev/null
@@ -1,133 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE TS>
-<TS version="2.0" language="he_IL">
-<context>
- <name>SettingsDialog</name>
- <message>
- <location filename="../settingsdialog.ui" line="14"/>
- <source>File Operations Settings</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="32"/>
- <location filename="../settingsdialog.ui" line="42"/>
- <location filename="../settingsdialog.ui" line="52"/>
- <location filename="../settingsdialog.ui" line="62"/>
- <source>...</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="76"/>
- <source>Command to run when Qmmp starts new track</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="83"/>
- <source>Command to run toward to end of a track</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="90"/>
- <source>Command to run when Qmmp reaches the end of the playlist</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="97"/>
- <source>Command to run when title changes (i.e. network streams title)</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="58"/>
- <source>Artist</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="59"/>
- <source>Album</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="60"/>
- <source>Title</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="61"/>
- <source>Track number</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="62"/>
- <source>Two-digit track number</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="63"/>
- <source>Genre</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="64"/>
- <source>Comment</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="65"/>
- <source>Composer</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="66"/>
- <source>Duration</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="67"/>
- <source>Disc number</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="68"/>
- <source>File name</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="69"/>
- <source>File path</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="70"/>
- <source>Year</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="71"/>
- <source>Condition</source>
- <translation type="unfinished"></translation>
- </message>
-</context>
-<context>
- <name>SongChangeFactory</name>
- <message>
- <location filename="../songchangefactory.cpp" line="30"/>
- <source>Song Change Plugin</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../songchangefactory.cpp" line="50"/>
- <source>About Song Change Plugin</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../songchangefactory.cpp" line="51"/>
- <source>Qmmp Song Change Plugin</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../songchangefactory.cpp" line="52"/>
- <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
- <translation type="unfinished"></translation>
- </message>
-</context>
-</TS>
diff --git a/src/plugins/General/trackchange/translations/songchange_plugin_hu.ts b/src/plugins/General/trackchange/translations/songchange_plugin_hu.ts
deleted file mode 100644
index 890b3c6e3..000000000
--- a/src/plugins/General/trackchange/translations/songchange_plugin_hu.ts
+++ /dev/null
@@ -1,133 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE TS>
-<TS version="2.0" language="hu_HU">
-<context>
- <name>SettingsDialog</name>
- <message>
- <location filename="../settingsdialog.ui" line="14"/>
- <source>File Operations Settings</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="32"/>
- <location filename="../settingsdialog.ui" line="42"/>
- <location filename="../settingsdialog.ui" line="52"/>
- <location filename="../settingsdialog.ui" line="62"/>
- <source>...</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="76"/>
- <source>Command to run when Qmmp starts new track</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="83"/>
- <source>Command to run toward to end of a track</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="90"/>
- <source>Command to run when Qmmp reaches the end of the playlist</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="97"/>
- <source>Command to run when title changes (i.e. network streams title)</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="58"/>
- <source>Artist</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="59"/>
- <source>Album</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="60"/>
- <source>Title</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="61"/>
- <source>Track number</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="62"/>
- <source>Two-digit track number</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="63"/>
- <source>Genre</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="64"/>
- <source>Comment</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="65"/>
- <source>Composer</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="66"/>
- <source>Duration</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="67"/>
- <source>Disc number</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="68"/>
- <source>File name</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="69"/>
- <source>File path</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="70"/>
- <source>Year</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="71"/>
- <source>Condition</source>
- <translation type="unfinished"></translation>
- </message>
-</context>
-<context>
- <name>SongChangeFactory</name>
- <message>
- <location filename="../songchangefactory.cpp" line="30"/>
- <source>Song Change Plugin</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../songchangefactory.cpp" line="50"/>
- <source>About Song Change Plugin</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../songchangefactory.cpp" line="51"/>
- <source>Qmmp Song Change Plugin</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../songchangefactory.cpp" line="52"/>
- <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
- <translation type="unfinished"></translation>
- </message>
-</context>
-</TS>
diff --git a/src/plugins/General/trackchange/translations/songchange_plugin_it.ts b/src/plugins/General/trackchange/translations/songchange_plugin_it.ts
deleted file mode 100644
index 65bc2540e..000000000
--- a/src/plugins/General/trackchange/translations/songchange_plugin_it.ts
+++ /dev/null
@@ -1,133 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE TS>
-<TS version="2.0" language="it_IT">
-<context>
- <name>SettingsDialog</name>
- <message>
- <location filename="../settingsdialog.ui" line="14"/>
- <source>File Operations Settings</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="32"/>
- <location filename="../settingsdialog.ui" line="42"/>
- <location filename="../settingsdialog.ui" line="52"/>
- <location filename="../settingsdialog.ui" line="62"/>
- <source>...</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="76"/>
- <source>Command to run when Qmmp starts new track</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="83"/>
- <source>Command to run toward to end of a track</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="90"/>
- <source>Command to run when Qmmp reaches the end of the playlist</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="97"/>
- <source>Command to run when title changes (i.e. network streams title)</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="58"/>
- <source>Artist</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="59"/>
- <source>Album</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="60"/>
- <source>Title</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="61"/>
- <source>Track number</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="62"/>
- <source>Two-digit track number</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="63"/>
- <source>Genre</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="64"/>
- <source>Comment</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="65"/>
- <source>Composer</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="66"/>
- <source>Duration</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="67"/>
- <source>Disc number</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="68"/>
- <source>File name</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="69"/>
- <source>File path</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="70"/>
- <source>Year</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="71"/>
- <source>Condition</source>
- <translation type="unfinished"></translation>
- </message>
-</context>
-<context>
- <name>SongChangeFactory</name>
- <message>
- <location filename="../songchangefactory.cpp" line="30"/>
- <source>Song Change Plugin</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../songchangefactory.cpp" line="50"/>
- <source>About Song Change Plugin</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../songchangefactory.cpp" line="51"/>
- <source>Qmmp Song Change Plugin</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../songchangefactory.cpp" line="52"/>
- <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
- <translation type="unfinished"></translation>
- </message>
-</context>
-</TS>
diff --git a/src/plugins/General/trackchange/translations/songchange_plugin_ja.ts b/src/plugins/General/trackchange/translations/songchange_plugin_ja.ts
deleted file mode 100644
index 96510a0ee..000000000
--- a/src/plugins/General/trackchange/translations/songchange_plugin_ja.ts
+++ /dev/null
@@ -1,133 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE TS>
-<TS version="2.0" language="ja_JP">
-<context>
- <name>SettingsDialog</name>
- <message>
- <location filename="../settingsdialog.ui" line="14"/>
- <source>File Operations Settings</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="32"/>
- <location filename="../settingsdialog.ui" line="42"/>
- <location filename="../settingsdialog.ui" line="52"/>
- <location filename="../settingsdialog.ui" line="62"/>
- <source>...</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="76"/>
- <source>Command to run when Qmmp starts new track</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="83"/>
- <source>Command to run toward to end of a track</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="90"/>
- <source>Command to run when Qmmp reaches the end of the playlist</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="97"/>
- <source>Command to run when title changes (i.e. network streams title)</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="58"/>
- <source>Artist</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="59"/>
- <source>Album</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="60"/>
- <source>Title</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="61"/>
- <source>Track number</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="62"/>
- <source>Two-digit track number</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="63"/>
- <source>Genre</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="64"/>
- <source>Comment</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="65"/>
- <source>Composer</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="66"/>
- <source>Duration</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="67"/>
- <source>Disc number</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="68"/>
- <source>File name</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="69"/>
- <source>File path</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="70"/>
- <source>Year</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="71"/>
- <source>Condition</source>
- <translation type="unfinished"></translation>
- </message>
-</context>
-<context>
- <name>SongChangeFactory</name>
- <message>
- <location filename="../songchangefactory.cpp" line="30"/>
- <source>Song Change Plugin</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../songchangefactory.cpp" line="50"/>
- <source>About Song Change Plugin</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../songchangefactory.cpp" line="51"/>
- <source>Qmmp Song Change Plugin</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../songchangefactory.cpp" line="52"/>
- <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
- <translation type="unfinished"></translation>
- </message>
-</context>
-</TS>
diff --git a/src/plugins/General/trackchange/translations/songchange_plugin_kk.ts b/src/plugins/General/trackchange/translations/songchange_plugin_kk.ts
deleted file mode 100644
index 35a4c4493..000000000
--- a/src/plugins/General/trackchange/translations/songchange_plugin_kk.ts
+++ /dev/null
@@ -1,133 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE TS>
-<TS version="2.0" language="kk_KZ">
-<context>
- <name>SettingsDialog</name>
- <message>
- <location filename="../settingsdialog.ui" line="14"/>
- <source>File Operations Settings</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="32"/>
- <location filename="../settingsdialog.ui" line="42"/>
- <location filename="../settingsdialog.ui" line="52"/>
- <location filename="../settingsdialog.ui" line="62"/>
- <source>...</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="76"/>
- <source>Command to run when Qmmp starts new track</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="83"/>
- <source>Command to run toward to end of a track</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="90"/>
- <source>Command to run when Qmmp reaches the end of the playlist</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="97"/>
- <source>Command to run when title changes (i.e. network streams title)</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="58"/>
- <source>Artist</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="59"/>
- <source>Album</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="60"/>
- <source>Title</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="61"/>
- <source>Track number</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="62"/>
- <source>Two-digit track number</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="63"/>
- <source>Genre</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="64"/>
- <source>Comment</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="65"/>
- <source>Composer</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="66"/>
- <source>Duration</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="67"/>
- <source>Disc number</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="68"/>
- <source>File name</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="69"/>
- <source>File path</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="70"/>
- <source>Year</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="71"/>
- <source>Condition</source>
- <translation type="unfinished"></translation>
- </message>
-</context>
-<context>
- <name>SongChangeFactory</name>
- <message>
- <location filename="../songchangefactory.cpp" line="30"/>
- <source>Song Change Plugin</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../songchangefactory.cpp" line="50"/>
- <source>About Song Change Plugin</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../songchangefactory.cpp" line="51"/>
- <source>Qmmp Song Change Plugin</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../songchangefactory.cpp" line="52"/>
- <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
- <translation type="unfinished"></translation>
- </message>
-</context>
-</TS>
diff --git a/src/plugins/General/trackchange/translations/songchange_plugin_lt.ts b/src/plugins/General/trackchange/translations/songchange_plugin_lt.ts
deleted file mode 100644
index e9d285a62..000000000
--- a/src/plugins/General/trackchange/translations/songchange_plugin_lt.ts
+++ /dev/null
@@ -1,133 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE TS>
-<TS version="2.0" language="lt_LT">
-<context>
- <name>SettingsDialog</name>
- <message>
- <location filename="../settingsdialog.ui" line="14"/>
- <source>File Operations Settings</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="32"/>
- <location filename="../settingsdialog.ui" line="42"/>
- <location filename="../settingsdialog.ui" line="52"/>
- <location filename="../settingsdialog.ui" line="62"/>
- <source>...</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="76"/>
- <source>Command to run when Qmmp starts new track</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="83"/>
- <source>Command to run toward to end of a track</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="90"/>
- <source>Command to run when Qmmp reaches the end of the playlist</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="97"/>
- <source>Command to run when title changes (i.e. network streams title)</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="58"/>
- <source>Artist</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="59"/>
- <source>Album</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="60"/>
- <source>Title</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="61"/>
- <source>Track number</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="62"/>
- <source>Two-digit track number</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="63"/>
- <source>Genre</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="64"/>
- <source>Comment</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="65"/>
- <source>Composer</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="66"/>
- <source>Duration</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="67"/>
- <source>Disc number</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="68"/>
- <source>File name</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="69"/>
- <source>File path</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="70"/>
- <source>Year</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="71"/>
- <source>Condition</source>
- <translation type="unfinished"></translation>
- </message>
-</context>
-<context>
- <name>SongChangeFactory</name>
- <message>
- <location filename="../songchangefactory.cpp" line="30"/>
- <source>Song Change Plugin</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../songchangefactory.cpp" line="50"/>
- <source>About Song Change Plugin</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../songchangefactory.cpp" line="51"/>
- <source>Qmmp Song Change Plugin</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../songchangefactory.cpp" line="52"/>
- <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
- <translation type="unfinished"></translation>
- </message>
-</context>
-</TS>
diff --git a/src/plugins/General/trackchange/translations/songchange_plugin_nl.ts b/src/plugins/General/trackchange/translations/songchange_plugin_nl.ts
deleted file mode 100644
index cbe6da2ca..000000000
--- a/src/plugins/General/trackchange/translations/songchange_plugin_nl.ts
+++ /dev/null
@@ -1,133 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE TS>
-<TS version="2.0" language="nl_NL">
-<context>
- <name>SettingsDialog</name>
- <message>
- <location filename="../settingsdialog.ui" line="14"/>
- <source>File Operations Settings</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="32"/>
- <location filename="../settingsdialog.ui" line="42"/>
- <location filename="../settingsdialog.ui" line="52"/>
- <location filename="../settingsdialog.ui" line="62"/>
- <source>...</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="76"/>
- <source>Command to run when Qmmp starts new track</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="83"/>
- <source>Command to run toward to end of a track</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="90"/>
- <source>Command to run when Qmmp reaches the end of the playlist</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="97"/>
- <source>Command to run when title changes (i.e. network streams title)</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="58"/>
- <source>Artist</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="59"/>
- <source>Album</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="60"/>
- <source>Title</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="61"/>
- <source>Track number</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="62"/>
- <source>Two-digit track number</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="63"/>
- <source>Genre</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="64"/>
- <source>Comment</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="65"/>
- <source>Composer</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="66"/>
- <source>Duration</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="67"/>
- <source>Disc number</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="68"/>
- <source>File name</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="69"/>
- <source>File path</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="70"/>
- <source>Year</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="71"/>
- <source>Condition</source>
- <translation type="unfinished"></translation>
- </message>
-</context>
-<context>
- <name>SongChangeFactory</name>
- <message>
- <location filename="../songchangefactory.cpp" line="30"/>
- <source>Song Change Plugin</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../songchangefactory.cpp" line="50"/>
- <source>About Song Change Plugin</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../songchangefactory.cpp" line="51"/>
- <source>Qmmp Song Change Plugin</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../songchangefactory.cpp" line="52"/>
- <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
- <translation type="unfinished"></translation>
- </message>
-</context>
-</TS>
diff --git a/src/plugins/General/trackchange/translations/songchange_plugin_pl_PL.ts b/src/plugins/General/trackchange/translations/songchange_plugin_pl_PL.ts
deleted file mode 100644
index 99b36c5d0..000000000
--- a/src/plugins/General/trackchange/translations/songchange_plugin_pl_PL.ts
+++ /dev/null
@@ -1,133 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE TS>
-<TS version="2.0" language="pl_PL">
-<context>
- <name>SettingsDialog</name>
- <message>
- <location filename="../settingsdialog.ui" line="14"/>
- <source>File Operations Settings</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="32"/>
- <location filename="../settingsdialog.ui" line="42"/>
- <location filename="../settingsdialog.ui" line="52"/>
- <location filename="../settingsdialog.ui" line="62"/>
- <source>...</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="76"/>
- <source>Command to run when Qmmp starts new track</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="83"/>
- <source>Command to run toward to end of a track</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="90"/>
- <source>Command to run when Qmmp reaches the end of the playlist</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="97"/>
- <source>Command to run when title changes (i.e. network streams title)</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="58"/>
- <source>Artist</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="59"/>
- <source>Album</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="60"/>
- <source>Title</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="61"/>
- <source>Track number</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="62"/>
- <source>Two-digit track number</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="63"/>
- <source>Genre</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="64"/>
- <source>Comment</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="65"/>
- <source>Composer</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="66"/>
- <source>Duration</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="67"/>
- <source>Disc number</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="68"/>
- <source>File name</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="69"/>
- <source>File path</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="70"/>
- <source>Year</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="71"/>
- <source>Condition</source>
- <translation type="unfinished"></translation>
- </message>
-</context>
-<context>
- <name>SongChangeFactory</name>
- <message>
- <location filename="../songchangefactory.cpp" line="30"/>
- <source>Song Change Plugin</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../songchangefactory.cpp" line="50"/>
- <source>About Song Change Plugin</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../songchangefactory.cpp" line="51"/>
- <source>Qmmp Song Change Plugin</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../songchangefactory.cpp" line="52"/>
- <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
- <translation type="unfinished"></translation>
- </message>
-</context>
-</TS>
diff --git a/src/plugins/General/trackchange/translations/songchange_plugin_pt_BR.ts b/src/plugins/General/trackchange/translations/songchange_plugin_pt_BR.ts
deleted file mode 100644
index a2d53283d..000000000
--- a/src/plugins/General/trackchange/translations/songchange_plugin_pt_BR.ts
+++ /dev/null
@@ -1,133 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE TS>
-<TS version="2.0" language="pt_BR">
-<context>
- <name>SettingsDialog</name>
- <message>
- <location filename="../settingsdialog.ui" line="14"/>
- <source>File Operations Settings</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="32"/>
- <location filename="../settingsdialog.ui" line="42"/>
- <location filename="../settingsdialog.ui" line="52"/>
- <location filename="../settingsdialog.ui" line="62"/>
- <source>...</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="76"/>
- <source>Command to run when Qmmp starts new track</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="83"/>
- <source>Command to run toward to end of a track</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="90"/>
- <source>Command to run when Qmmp reaches the end of the playlist</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="97"/>
- <source>Command to run when title changes (i.e. network streams title)</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="58"/>
- <source>Artist</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="59"/>
- <source>Album</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="60"/>
- <source>Title</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="61"/>
- <source>Track number</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="62"/>
- <source>Two-digit track number</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="63"/>
- <source>Genre</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="64"/>
- <source>Comment</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="65"/>
- <source>Composer</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="66"/>
- <source>Duration</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="67"/>
- <source>Disc number</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="68"/>
- <source>File name</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="69"/>
- <source>File path</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="70"/>
- <source>Year</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="71"/>
- <source>Condition</source>
- <translation type="unfinished"></translation>
- </message>
-</context>
-<context>
- <name>SongChangeFactory</name>
- <message>
- <location filename="../songchangefactory.cpp" line="30"/>
- <source>Song Change Plugin</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../songchangefactory.cpp" line="50"/>
- <source>About Song Change Plugin</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../songchangefactory.cpp" line="51"/>
- <source>Qmmp Song Change Plugin</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../songchangefactory.cpp" line="52"/>
- <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
- <translation type="unfinished"></translation>
- </message>
-</context>
-</TS>
diff --git a/src/plugins/General/trackchange/translations/songchange_plugin_ru.ts b/src/plugins/General/trackchange/translations/songchange_plugin_ru.ts
deleted file mode 100644
index 54b8d6001..000000000
--- a/src/plugins/General/trackchange/translations/songchange_plugin_ru.ts
+++ /dev/null
@@ -1,133 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE TS>
-<TS version="2.0" language="ru_RU">
-<context>
- <name>SettingsDialog</name>
- <message>
- <location filename="../settingsdialog.ui" line="14"/>
- <source>File Operations Settings</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="32"/>
- <location filename="../settingsdialog.ui" line="42"/>
- <location filename="../settingsdialog.ui" line="52"/>
- <location filename="../settingsdialog.ui" line="62"/>
- <source>...</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="76"/>
- <source>Command to run when Qmmp starts new track</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="83"/>
- <source>Command to run toward to end of a track</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="90"/>
- <source>Command to run when Qmmp reaches the end of the playlist</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="97"/>
- <source>Command to run when title changes (i.e. network streams title)</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="58"/>
- <source>Artist</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="59"/>
- <source>Album</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="60"/>
- <source>Title</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="61"/>
- <source>Track number</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="62"/>
- <source>Two-digit track number</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="63"/>
- <source>Genre</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="64"/>
- <source>Comment</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="65"/>
- <source>Composer</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="66"/>
- <source>Duration</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="67"/>
- <source>Disc number</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="68"/>
- <source>File name</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="69"/>
- <source>File path</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="70"/>
- <source>Year</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="71"/>
- <source>Condition</source>
- <translation type="unfinished"></translation>
- </message>
-</context>
-<context>
- <name>SongChangeFactory</name>
- <message>
- <location filename="../songchangefactory.cpp" line="30"/>
- <source>Song Change Plugin</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../songchangefactory.cpp" line="50"/>
- <source>About Song Change Plugin</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../songchangefactory.cpp" line="51"/>
- <source>Qmmp Song Change Plugin</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../songchangefactory.cpp" line="52"/>
- <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
- <translation type="unfinished"></translation>
- </message>
-</context>
-</TS>
diff --git a/src/plugins/General/trackchange/translations/songchange_plugin_sk.ts b/src/plugins/General/trackchange/translations/songchange_plugin_sk.ts
deleted file mode 100644
index 8f3f48c88..000000000
--- a/src/plugins/General/trackchange/translations/songchange_plugin_sk.ts
+++ /dev/null
@@ -1,133 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE TS>
-<TS version="2.0" language="sk_SK">
-<context>
- <name>SettingsDialog</name>
- <message>
- <location filename="../settingsdialog.ui" line="14"/>
- <source>File Operations Settings</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="32"/>
- <location filename="../settingsdialog.ui" line="42"/>
- <location filename="../settingsdialog.ui" line="52"/>
- <location filename="../settingsdialog.ui" line="62"/>
- <source>...</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="76"/>
- <source>Command to run when Qmmp starts new track</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="83"/>
- <source>Command to run toward to end of a track</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="90"/>
- <source>Command to run when Qmmp reaches the end of the playlist</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="97"/>
- <source>Command to run when title changes (i.e. network streams title)</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="58"/>
- <source>Artist</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="59"/>
- <source>Album</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="60"/>
- <source>Title</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="61"/>
- <source>Track number</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="62"/>
- <source>Two-digit track number</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="63"/>
- <source>Genre</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="64"/>
- <source>Comment</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="65"/>
- <source>Composer</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="66"/>
- <source>Duration</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="67"/>
- <source>Disc number</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="68"/>
- <source>File name</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="69"/>
- <source>File path</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="70"/>
- <source>Year</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="71"/>
- <source>Condition</source>
- <translation type="unfinished"></translation>
- </message>
-</context>
-<context>
- <name>SongChangeFactory</name>
- <message>
- <location filename="../songchangefactory.cpp" line="30"/>
- <source>Song Change Plugin</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../songchangefactory.cpp" line="50"/>
- <source>About Song Change Plugin</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../songchangefactory.cpp" line="51"/>
- <source>Qmmp Song Change Plugin</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../songchangefactory.cpp" line="52"/>
- <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
- <translation type="unfinished"></translation>
- </message>
-</context>
-</TS>
diff --git a/src/plugins/General/trackchange/translations/songchange_plugin_tr.ts b/src/plugins/General/trackchange/translations/songchange_plugin_tr.ts
deleted file mode 100644
index efccc402a..000000000
--- a/src/plugins/General/trackchange/translations/songchange_plugin_tr.ts
+++ /dev/null
@@ -1,133 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE TS>
-<TS version="2.0" language="tr_TR">
-<context>
- <name>SettingsDialog</name>
- <message>
- <location filename="../settingsdialog.ui" line="14"/>
- <source>File Operations Settings</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="32"/>
- <location filename="../settingsdialog.ui" line="42"/>
- <location filename="../settingsdialog.ui" line="52"/>
- <location filename="../settingsdialog.ui" line="62"/>
- <source>...</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="76"/>
- <source>Command to run when Qmmp starts new track</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="83"/>
- <source>Command to run toward to end of a track</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="90"/>
- <source>Command to run when Qmmp reaches the end of the playlist</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="97"/>
- <source>Command to run when title changes (i.e. network streams title)</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="58"/>
- <source>Artist</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="59"/>
- <source>Album</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="60"/>
- <source>Title</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="61"/>
- <source>Track number</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="62"/>
- <source>Two-digit track number</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="63"/>
- <source>Genre</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="64"/>
- <source>Comment</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="65"/>
- <source>Composer</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="66"/>
- <source>Duration</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="67"/>
- <source>Disc number</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="68"/>
- <source>File name</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="69"/>
- <source>File path</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="70"/>
- <source>Year</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="71"/>
- <source>Condition</source>
- <translation type="unfinished"></translation>
- </message>
-</context>
-<context>
- <name>SongChangeFactory</name>
- <message>
- <location filename="../songchangefactory.cpp" line="30"/>
- <source>Song Change Plugin</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../songchangefactory.cpp" line="50"/>
- <source>About Song Change Plugin</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../songchangefactory.cpp" line="51"/>
- <source>Qmmp Song Change Plugin</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../songchangefactory.cpp" line="52"/>
- <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
- <translation type="unfinished"></translation>
- </message>
-</context>
-</TS>
diff --git a/src/plugins/General/trackchange/translations/songchange_plugin_uk_UA.ts b/src/plugins/General/trackchange/translations/songchange_plugin_uk_UA.ts
deleted file mode 100644
index 34728e398..000000000
--- a/src/plugins/General/trackchange/translations/songchange_plugin_uk_UA.ts
+++ /dev/null
@@ -1,133 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE TS>
-<TS version="2.0" language="uk_UA">
-<context>
- <name>SettingsDialog</name>
- <message>
- <location filename="../settingsdialog.ui" line="14"/>
- <source>File Operations Settings</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="32"/>
- <location filename="../settingsdialog.ui" line="42"/>
- <location filename="../settingsdialog.ui" line="52"/>
- <location filename="../settingsdialog.ui" line="62"/>
- <source>...</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="76"/>
- <source>Command to run when Qmmp starts new track</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="83"/>
- <source>Command to run toward to end of a track</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="90"/>
- <source>Command to run when Qmmp reaches the end of the playlist</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="97"/>
- <source>Command to run when title changes (i.e. network streams title)</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="58"/>
- <source>Artist</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="59"/>
- <source>Album</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="60"/>
- <source>Title</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="61"/>
- <source>Track number</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="62"/>
- <source>Two-digit track number</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="63"/>
- <source>Genre</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="64"/>
- <source>Comment</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="65"/>
- <source>Composer</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="66"/>
- <source>Duration</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="67"/>
- <source>Disc number</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="68"/>
- <source>File name</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="69"/>
- <source>File path</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="70"/>
- <source>Year</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="71"/>
- <source>Condition</source>
- <translation type="unfinished"></translation>
- </message>
-</context>
-<context>
- <name>SongChangeFactory</name>
- <message>
- <location filename="../songchangefactory.cpp" line="30"/>
- <source>Song Change Plugin</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../songchangefactory.cpp" line="50"/>
- <source>About Song Change Plugin</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../songchangefactory.cpp" line="51"/>
- <source>Qmmp Song Change Plugin</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../songchangefactory.cpp" line="52"/>
- <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
- <translation type="unfinished"></translation>
- </message>
-</context>
-</TS>
diff --git a/src/plugins/General/trackchange/translations/songchange_plugin_zh_CN.ts b/src/plugins/General/trackchange/translations/songchange_plugin_zh_CN.ts
deleted file mode 100644
index 7d1465121..000000000
--- a/src/plugins/General/trackchange/translations/songchange_plugin_zh_CN.ts
+++ /dev/null
@@ -1,133 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE TS>
-<TS version="2.0" language="zh_CN">
-<context>
- <name>SettingsDialog</name>
- <message>
- <location filename="../settingsdialog.ui" line="14"/>
- <source>File Operations Settings</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="32"/>
- <location filename="../settingsdialog.ui" line="42"/>
- <location filename="../settingsdialog.ui" line="52"/>
- <location filename="../settingsdialog.ui" line="62"/>
- <source>...</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="76"/>
- <source>Command to run when Qmmp starts new track</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="83"/>
- <source>Command to run toward to end of a track</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="90"/>
- <source>Command to run when Qmmp reaches the end of the playlist</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="97"/>
- <source>Command to run when title changes (i.e. network streams title)</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="58"/>
- <source>Artist</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="59"/>
- <source>Album</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="60"/>
- <source>Title</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="61"/>
- <source>Track number</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="62"/>
- <source>Two-digit track number</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="63"/>
- <source>Genre</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="64"/>
- <source>Comment</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="65"/>
- <source>Composer</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="66"/>
- <source>Duration</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="67"/>
- <source>Disc number</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="68"/>
- <source>File name</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="69"/>
- <source>File path</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="70"/>
- <source>Year</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="71"/>
- <source>Condition</source>
- <translation type="unfinished"></translation>
- </message>
-</context>
-<context>
- <name>SongChangeFactory</name>
- <message>
- <location filename="../songchangefactory.cpp" line="30"/>
- <source>Song Change Plugin</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../songchangefactory.cpp" line="50"/>
- <source>About Song Change Plugin</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../songchangefactory.cpp" line="51"/>
- <source>Qmmp Song Change Plugin</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../songchangefactory.cpp" line="52"/>
- <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
- <translation type="unfinished"></translation>
- </message>
-</context>
-</TS>
diff --git a/src/plugins/General/trackchange/translations/songchange_plugin_zh_TW.ts b/src/plugins/General/trackchange/translations/songchange_plugin_zh_TW.ts
deleted file mode 100644
index 602085554..000000000
--- a/src/plugins/General/trackchange/translations/songchange_plugin_zh_TW.ts
+++ /dev/null
@@ -1,133 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE TS>
-<TS version="2.0" language="zh_TW">
-<context>
- <name>SettingsDialog</name>
- <message>
- <location filename="../settingsdialog.ui" line="14"/>
- <source>File Operations Settings</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="32"/>
- <location filename="../settingsdialog.ui" line="42"/>
- <location filename="../settingsdialog.ui" line="52"/>
- <location filename="../settingsdialog.ui" line="62"/>
- <source>...</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="76"/>
- <source>Command to run when Qmmp starts new track</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="83"/>
- <source>Command to run toward to end of a track</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="90"/>
- <source>Command to run when Qmmp reaches the end of the playlist</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.ui" line="97"/>
- <source>Command to run when title changes (i.e. network streams title)</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="58"/>
- <source>Artist</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="59"/>
- <source>Album</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="60"/>
- <source>Title</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="61"/>
- <source>Track number</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="62"/>
- <source>Two-digit track number</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="63"/>
- <source>Genre</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="64"/>
- <source>Comment</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="65"/>
- <source>Composer</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="66"/>
- <source>Duration</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="67"/>
- <source>Disc number</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="68"/>
- <source>File name</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="69"/>
- <source>File path</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="70"/>
- <source>Year</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../settingsdialog.cpp" line="71"/>
- <source>Condition</source>
- <translation type="unfinished"></translation>
- </message>
-</context>
-<context>
- <name>SongChangeFactory</name>
- <message>
- <location filename="../songchangefactory.cpp" line="30"/>
- <source>Song Change Plugin</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../songchangefactory.cpp" line="50"/>
- <source>About Song Change Plugin</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../songchangefactory.cpp" line="51"/>
- <source>Qmmp Song Change Plugin</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="../songchangefactory.cpp" line="52"/>
- <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
- <translation type="unfinished"></translation>
- </message>
-</context>
-</TS>