aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/scrobbler
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2017-10-07 17:56:23 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2017-10-07 17:56:23 +0000
commit41c8a60a2ebe4696a17704b81ddf06f3c7b88023 (patch)
tree0206c8df4d4b61cd4c1c35249e6b9a161c6eb377 /src/plugins/General/scrobbler
parent90ec9fc38eafde134febd368403a4b621d99e1da (diff)
downloadqmmp-41c8a60a2ebe4696a17704b81ddf06f3c7b88023.tar.gz
qmmp-41c8a60a2ebe4696a17704b81ddf06f3c7b88023.tar.bz2
qmmp-41c8a60a2ebe4696a17704b81ddf06f3c7b88023.zip
changed contact information
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7514 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/scrobbler')
-rw-r--r--src/plugins/General/scrobbler/defines.h2
-rw-r--r--src/plugins/General/scrobbler/scrobbler.cpp2
-rw-r--r--src/plugins/General/scrobbler/scrobbler.h8
-rw-r--r--src/plugins/General/scrobbler/scrobblercache.cpp2
-rw-r--r--src/plugins/General/scrobbler/scrobblercache.h6
-rw-r--r--src/plugins/General/scrobbler/scrobblerfactory.cpp4
-rw-r--r--src/plugins/General/scrobbler/scrobblerfactory.h4
-rw-r--r--src/plugins/General/scrobbler/scrobblerhandler.cpp2
-rw-r--r--src/plugins/General/scrobbler/scrobblerhandler.h4
-rw-r--r--src/plugins/General/scrobbler/settingsdialog.cpp2
-rw-r--r--src/plugins/General/scrobbler/settingsdialog.h4
-rw-r--r--src/plugins/General/scrobbler/translations/scrobbler_plugin_bg.ts2
-rw-r--r--src/plugins/General/scrobbler/translations/scrobbler_plugin_cs.ts4
-rw-r--r--src/plugins/General/scrobbler/translations/scrobbler_plugin_de.ts4
-rw-r--r--src/plugins/General/scrobbler/translations/scrobbler_plugin_el.ts4
-rw-r--r--src/plugins/General/scrobbler/translations/scrobbler_plugin_en.ts2
-rw-r--r--src/plugins/General/scrobbler/translations/scrobbler_plugin_es.ts4
-rw-r--r--src/plugins/General/scrobbler/translations/scrobbler_plugin_fr.ts4
-rw-r--r--src/plugins/General/scrobbler/translations/scrobbler_plugin_gl_ES.ts4
-rw-r--r--src/plugins/General/scrobbler/translations/scrobbler_plugin_he.ts4
-rw-r--r--src/plugins/General/scrobbler/translations/scrobbler_plugin_hu.ts2
-rw-r--r--src/plugins/General/scrobbler/translations/scrobbler_plugin_id.ts4
-rw-r--r--src/plugins/General/scrobbler/translations/scrobbler_plugin_it.ts4
-rw-r--r--src/plugins/General/scrobbler/translations/scrobbler_plugin_ja.ts4
-rw-r--r--src/plugins/General/scrobbler/translations/scrobbler_plugin_kk.ts2
-rw-r--r--src/plugins/General/scrobbler/translations/scrobbler_plugin_lt.ts4
-rw-r--r--src/plugins/General/scrobbler/translations/scrobbler_plugin_nl.ts4
-rw-r--r--src/plugins/General/scrobbler/translations/scrobbler_plugin_pl_PL.ts4
-rw-r--r--src/plugins/General/scrobbler/translations/scrobbler_plugin_pt.ts4
-rw-r--r--src/plugins/General/scrobbler/translations/scrobbler_plugin_pt_BR.ts4
-rw-r--r--src/plugins/General/scrobbler/translations/scrobbler_plugin_ru.ts4
-rw-r--r--src/plugins/General/scrobbler/translations/scrobbler_plugin_sk.ts2
-rw-r--r--src/plugins/General/scrobbler/translations/scrobbler_plugin_sr_BA.ts4
-rw-r--r--src/plugins/General/scrobbler/translations/scrobbler_plugin_sr_RS.ts4
-rw-r--r--src/plugins/General/scrobbler/translations/scrobbler_plugin_tr.ts4
-rw-r--r--src/plugins/General/scrobbler/translations/scrobbler_plugin_uk_UA.ts4
-rw-r--r--src/plugins/General/scrobbler/translations/scrobbler_plugin_zh_CN.ts4
-rw-r--r--src/plugins/General/scrobbler/translations/scrobbler_plugin_zh_TW.ts4
38 files changed, 69 insertions, 69 deletions
diff --git a/src/plugins/General/scrobbler/defines.h b/src/plugins/General/scrobbler/defines.h
index 595c44541..3b7ae5f14 100644
--- a/src/plugins/General/scrobbler/defines.h
+++ b/src/plugins/General/scrobbler/defines.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2013-2015 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
diff --git a/src/plugins/General/scrobbler/scrobbler.cpp b/src/plugins/General/scrobbler/scrobbler.cpp
index 9f4401041..c84cba99d 100644
--- a/src/plugins/General/scrobbler/scrobbler.cpp
+++ b/src/plugins/General/scrobbler/scrobbler.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2010-2016 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
diff --git a/src/plugins/General/scrobbler/scrobbler.h b/src/plugins/General/scrobbler/scrobbler.h
index 172c6b188..d87a92778 100644
--- a/src/plugins/General/scrobbler/scrobbler.h
+++ b/src/plugins/General/scrobbler/scrobbler.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2010-2016 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
@@ -33,7 +33,7 @@ class SoundCore;
/**
- @author Ilya Kotov <forkotov02@hotmail.ru>
+ @author Ilya Kotov <forkotov02@ya.ru>
*/
class ScrobblerResponse
{
@@ -50,7 +50,7 @@ public:
};
/**
- @author Ilya Kotov <forkotov02@hotmail.ru>
+ @author Ilya Kotov <forkotov02@ya.ru>
*/
class Scrobbler : public QObject
{
@@ -86,7 +86,7 @@ private:
};
/**
- @author Ilya Kotov <forkotov02@hotmail.ru>
+ @author Ilya Kotov <forkotov02@ya.ru>
*/
class ScrobblerAuth : public QObject
{
diff --git a/src/plugins/General/scrobbler/scrobblercache.cpp b/src/plugins/General/scrobbler/scrobblercache.cpp
index 0144aefa2..70f2f8f7b 100644
--- a/src/plugins/General/scrobbler/scrobblercache.cpp
+++ b/src/plugins/General/scrobbler/scrobblercache.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2013-2016 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
diff --git a/src/plugins/General/scrobbler/scrobblercache.h b/src/plugins/General/scrobbler/scrobblercache.h
index ae0494e96..f46939e43 100644
--- a/src/plugins/General/scrobbler/scrobblercache.h
+++ b/src/plugins/General/scrobbler/scrobblercache.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2013-2016 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
@@ -27,7 +27,7 @@
/**
- @author Ilya Kotov <forkotov02@hotmail.ru>
+ @author Ilya Kotov <forkotov02@ya.ru>
*/
class SongInfo
{
@@ -60,7 +60,7 @@ private:
};
/**
- @author Ilya Kotov <forkotov02@hotmail.ru>
+ @author Ilya Kotov <forkotov02@ya.ru>
*/
class ScrobblerCache
{
diff --git a/src/plugins/General/scrobbler/scrobblerfactory.cpp b/src/plugins/General/scrobbler/scrobblerfactory.cpp
index 691d5d67c..331e258bb 100644
--- a/src/plugins/General/scrobbler/scrobblerfactory.cpp
+++ b/src/plugins/General/scrobbler/scrobblerfactory.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2008-2016 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
@@ -51,7 +51,7 @@ void ScrobblerFactory::showAbout(QWidget *parent)
{
QMessageBox::about (parent, tr("About Scrobbler Plugin"),
tr("Qmmp AudioScrobbler Plugin")+"\n"+
- tr("Written by: Ilya Kotov <forkotov02@hotmail.ru>"));
+ tr("Written by: Ilya Kotov <forkotov02@ya.ru>"));
}
QTranslator *ScrobblerFactory::createTranslator(QObject *parent)
diff --git a/src/plugins/General/scrobbler/scrobblerfactory.h b/src/plugins/General/scrobbler/scrobblerfactory.h
index 08f0c16e2..0d1ea8035 100644
--- a/src/plugins/General/scrobbler/scrobblerfactory.h
+++ b/src/plugins/General/scrobbler/scrobblerfactory.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2008-2012 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
@@ -21,7 +21,7 @@
#define SCROBBLERFACTORY_H
/**
- @author Ilya Kotov <forkotov02@hotmail.ru>
+ @author Ilya Kotov <forkotov02@ya.ru>
*/
#include <QObject>
#include <QTranslator>
diff --git a/src/plugins/General/scrobbler/scrobblerhandler.cpp b/src/plugins/General/scrobbler/scrobblerhandler.cpp
index 176f8f26e..469feced6 100644
--- a/src/plugins/General/scrobbler/scrobblerhandler.cpp
+++ b/src/plugins/General/scrobbler/scrobblerhandler.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2009-2013 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
diff --git a/src/plugins/General/scrobbler/scrobblerhandler.h b/src/plugins/General/scrobbler/scrobblerhandler.h
index 2560e78d1..b9eb37aa4 100644
--- a/src/plugins/General/scrobbler/scrobblerhandler.h
+++ b/src/plugins/General/scrobbler/scrobblerhandler.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2009 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
@@ -25,7 +25,7 @@
#include <qmmpui/general.h>
/**
- @author Ilya Kotov <forkotov02@hotmail.ru>
+ @author Ilya Kotov <forkotov02@ya.ru>
*/
class ScrobblerHandler : public QObject
diff --git a/src/plugins/General/scrobbler/settingsdialog.cpp b/src/plugins/General/scrobbler/settingsdialog.cpp
index 6e3db8e50..e78ff7073 100644
--- a/src/plugins/General/scrobbler/settingsdialog.cpp
+++ b/src/plugins/General/scrobbler/settingsdialog.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2008-2013 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
diff --git a/src/plugins/General/scrobbler/settingsdialog.h b/src/plugins/General/scrobbler/settingsdialog.h
index 999efaaf0..884b90e36 100644
--- a/src/plugins/General/scrobbler/settingsdialog.h
+++ b/src/plugins/General/scrobbler/settingsdialog.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2008-2013 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
@@ -26,7 +26,7 @@
class ScrobblerAuth;
/**
- @author Ilya Kotov <forkotov02@hotmail.ru>
+ @author Ilya Kotov <forkotov02@ya.ru>
*/
class SettingsDialog : public QDialog
{
diff --git a/src/plugins/General/scrobbler/translations/scrobbler_plugin_bg.ts b/src/plugins/General/scrobbler/translations/scrobbler_plugin_bg.ts
index 23afca3a0..643b43b04 100644
--- a/src/plugins/General/scrobbler/translations/scrobbler_plugin_bg.ts
+++ b/src/plugins/General/scrobbler/translations/scrobbler_plugin_bg.ts
@@ -20,7 +20,7 @@
</message>
<message>
<location filename="../scrobblerfactory.cpp" line="54"/>
- <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
+ <source>Written by: Ilya Kotov &lt;forkotov02@ya.ru&gt;</source>
<translation type="unfinished"></translation>
</message>
</context>
diff --git a/src/plugins/General/scrobbler/translations/scrobbler_plugin_cs.ts b/src/plugins/General/scrobbler/translations/scrobbler_plugin_cs.ts
index 24addd4bd..f41718207 100644
--- a/src/plugins/General/scrobbler/translations/scrobbler_plugin_cs.ts
+++ b/src/plugins/General/scrobbler/translations/scrobbler_plugin_cs.ts
@@ -20,8 +20,8 @@
</message>
<message>
<location filename="../scrobblerfactory.cpp" line="54"/>
- <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
- <translation>Autor: Ilja Kotov &lt;forkotov02@hotmail.ru&gt;</translation>
+ <source>Written by: Ilya Kotov &lt;forkotov02@ya.ru&gt;</source>
+ <translation>Autor: Ilja Kotov &lt;forkotov02@ya.ru&gt;</translation>
</message>
</context>
<context>
diff --git a/src/plugins/General/scrobbler/translations/scrobbler_plugin_de.ts b/src/plugins/General/scrobbler/translations/scrobbler_plugin_de.ts
index 2144457b8..18af65d2b 100644
--- a/src/plugins/General/scrobbler/translations/scrobbler_plugin_de.ts
+++ b/src/plugins/General/scrobbler/translations/scrobbler_plugin_de.ts
@@ -20,8 +20,8 @@
</message>
<message>
<location filename="../scrobblerfactory.cpp" line="54"/>
- <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
- <translation>Geschrieben von: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</translation>
+ <source>Written by: Ilya Kotov &lt;forkotov02@ya.ru&gt;</source>
+ <translation>Geschrieben von: Ilya Kotov &lt;forkotov02@ya.ru&gt;</translation>
</message>
</context>
<context>
diff --git a/src/plugins/General/scrobbler/translations/scrobbler_plugin_el.ts b/src/plugins/General/scrobbler/translations/scrobbler_plugin_el.ts
index f86521ea4..5adc2a4a9 100644
--- a/src/plugins/General/scrobbler/translations/scrobbler_plugin_el.ts
+++ b/src/plugins/General/scrobbler/translations/scrobbler_plugin_el.ts
@@ -20,8 +20,8 @@
</message>
<message>
<location filename="../scrobblerfactory.cpp" line="54"/>
- <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
- <translation>Γράφτηκε από τον: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</translation>
+ <source>Written by: Ilya Kotov &lt;forkotov02@ya.ru&gt;</source>
+ <translation>Γράφτηκε από τον: Ilya Kotov &lt;forkotov02@ya.ru&gt;</translation>
</message>
</context>
<context>
diff --git a/src/plugins/General/scrobbler/translations/scrobbler_plugin_en.ts b/src/plugins/General/scrobbler/translations/scrobbler_plugin_en.ts
index c4186a1f1..8e2abb88c 100644
--- a/src/plugins/General/scrobbler/translations/scrobbler_plugin_en.ts
+++ b/src/plugins/General/scrobbler/translations/scrobbler_plugin_en.ts
@@ -20,7 +20,7 @@
</message>
<message>
<location filename="../scrobblerfactory.cpp" line="54"/>
- <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
+ <source>Written by: Ilya Kotov &lt;forkotov02@ya.ru&gt;</source>
<translation type="unfinished"></translation>
</message>
</context>
diff --git a/src/plugins/General/scrobbler/translations/scrobbler_plugin_es.ts b/src/plugins/General/scrobbler/translations/scrobbler_plugin_es.ts
index ed155a411..78605c436 100644
--- a/src/plugins/General/scrobbler/translations/scrobbler_plugin_es.ts
+++ b/src/plugins/General/scrobbler/translations/scrobbler_plugin_es.ts
@@ -20,8 +20,8 @@
</message>
<message>
<location filename="../scrobblerfactory.cpp" line="54"/>
- <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
- <translation>Escrito por: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</translation>
+ <source>Written by: Ilya Kotov &lt;forkotov02@ya.ru&gt;</source>
+ <translation>Escrito por: Ilya Kotov &lt;forkotov02@ya.ru&gt;</translation>
</message>
</context>
<context>
diff --git a/src/plugins/General/scrobbler/translations/scrobbler_plugin_fr.ts b/src/plugins/General/scrobbler/translations/scrobbler_plugin_fr.ts
index 204ff1dca..a82a3444b 100644
--- a/src/plugins/General/scrobbler/translations/scrobbler_plugin_fr.ts
+++ b/src/plugins/General/scrobbler/translations/scrobbler_plugin_fr.ts
@@ -20,8 +20,8 @@
</message>
<message>
<location filename="../scrobblerfactory.cpp" line="54"/>
- <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
- <translation>Écrit par : Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</translation>
+ <source>Written by: Ilya Kotov &lt;forkotov02@ya.ru&gt;</source>
+ <translation>Écrit par : Ilya Kotov &lt;forkotov02@ya.ru&gt;</translation>
</message>
</context>
<context>
diff --git a/src/plugins/General/scrobbler/translations/scrobbler_plugin_gl_ES.ts b/src/plugins/General/scrobbler/translations/scrobbler_plugin_gl_ES.ts
index b16cd7593..0f6b5c586 100644
--- a/src/plugins/General/scrobbler/translations/scrobbler_plugin_gl_ES.ts
+++ b/src/plugins/General/scrobbler/translations/scrobbler_plugin_gl_ES.ts
@@ -20,8 +20,8 @@
</message>
<message>
<location filename="../scrobblerfactory.cpp" line="54"/>
- <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
- <translation>Escrito por: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</translation>
+ <source>Written by: Ilya Kotov &lt;forkotov02@ya.ru&gt;</source>
+ <translation>Escrito por: Ilya Kotov &lt;forkotov02@ya.ru&gt;</translation>
</message>
</context>
<context>
diff --git a/src/plugins/General/scrobbler/translations/scrobbler_plugin_he.ts b/src/plugins/General/scrobbler/translations/scrobbler_plugin_he.ts
index 32b873cb2..5541a0d01 100644
--- a/src/plugins/General/scrobbler/translations/scrobbler_plugin_he.ts
+++ b/src/plugins/General/scrobbler/translations/scrobbler_plugin_he.ts
@@ -20,8 +20,8 @@
</message>
<message>
<location filename="../scrobblerfactory.cpp" line="54"/>
- <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
- <translation>חובר על ידי: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;‎</translation>
+ <source>Written by: Ilya Kotov &lt;forkotov02@ya.ru&gt;</source>
+ <translation>חובר על ידי: Ilya Kotov &lt;forkotov02@ya.ru&gt;‎</translation>
</message>
</context>
<context>
diff --git a/src/plugins/General/scrobbler/translations/scrobbler_plugin_hu.ts b/src/plugins/General/scrobbler/translations/scrobbler_plugin_hu.ts
index d42683517..68a7080d9 100644
--- a/src/plugins/General/scrobbler/translations/scrobbler_plugin_hu.ts
+++ b/src/plugins/General/scrobbler/translations/scrobbler_plugin_hu.ts
@@ -20,7 +20,7 @@
</message>
<message>
<location filename="../scrobblerfactory.cpp" line="54"/>
- <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
+ <source>Written by: Ilya Kotov &lt;forkotov02@ya.ru&gt;</source>
<translation type="unfinished"></translation>
</message>
</context>
diff --git a/src/plugins/General/scrobbler/translations/scrobbler_plugin_id.ts b/src/plugins/General/scrobbler/translations/scrobbler_plugin_id.ts
index 82b2f9262..04d917c44 100644
--- a/src/plugins/General/scrobbler/translations/scrobbler_plugin_id.ts
+++ b/src/plugins/General/scrobbler/translations/scrobbler_plugin_id.ts
@@ -20,8 +20,8 @@
</message>
<message>
<location filename="../scrobblerfactory.cpp" line="54"/>
- <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
- <translation>Ditulis oleh: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</translation>
+ <source>Written by: Ilya Kotov &lt;forkotov02@ya.ru&gt;</source>
+ <translation>Ditulis oleh: Ilya Kotov &lt;forkotov02@ya.ru&gt;</translation>
</message>
</context>
<context>
diff --git a/src/plugins/General/scrobbler/translations/scrobbler_plugin_it.ts b/src/plugins/General/scrobbler/translations/scrobbler_plugin_it.ts
index 00844310b..43ae94dec 100644
--- a/src/plugins/General/scrobbler/translations/scrobbler_plugin_it.ts
+++ b/src/plugins/General/scrobbler/translations/scrobbler_plugin_it.ts
@@ -20,8 +20,8 @@
</message>
<message>
<location filename="../scrobblerfactory.cpp" line="54"/>
- <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
- <translation>Autore: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</translation>
+ <source>Written by: Ilya Kotov &lt;forkotov02@ya.ru&gt;</source>
+ <translation>Autore: Ilya Kotov &lt;forkotov02@ya.ru&gt;</translation>
</message>
</context>
<context>
diff --git a/src/plugins/General/scrobbler/translations/scrobbler_plugin_ja.ts b/src/plugins/General/scrobbler/translations/scrobbler_plugin_ja.ts
index 9fd3b65c6..86037b088 100644
--- a/src/plugins/General/scrobbler/translations/scrobbler_plugin_ja.ts
+++ b/src/plugins/General/scrobbler/translations/scrobbler_plugin_ja.ts
@@ -20,8 +20,8 @@
</message>
<message>
<location filename="../scrobblerfactory.cpp" line="54"/>
- <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
- <translation>制作: Илья Котов (Ilya Kotov) &lt;forkotov02@hotmail.ru&gt;</translation>
+ <source>Written by: Ilya Kotov &lt;forkotov02@ya.ru&gt;</source>
+ <translation>制作: Илья Котов (Ilya Kotov) &lt;forkotov02@ya.ru&gt;</translation>
</message>
</context>
<context>
diff --git a/src/plugins/General/scrobbler/translations/scrobbler_plugin_kk.ts b/src/plugins/General/scrobbler/translations/scrobbler_plugin_kk.ts
index 8a44f4e29..665e5907d 100644
--- a/src/plugins/General/scrobbler/translations/scrobbler_plugin_kk.ts
+++ b/src/plugins/General/scrobbler/translations/scrobbler_plugin_kk.ts
@@ -20,7 +20,7 @@
</message>
<message>
<location filename="../scrobblerfactory.cpp" line="54"/>
- <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
+ <source>Written by: Ilya Kotov &lt;forkotov02@ya.ru&gt;</source>
<translation type="unfinished"></translation>
</message>
</context>
diff --git a/src/plugins/General/scrobbler/translations/scrobbler_plugin_lt.ts b/src/plugins/General/scrobbler/translations/scrobbler_plugin_lt.ts
index c9a8a35c6..68765f521 100644
--- a/src/plugins/General/scrobbler/translations/scrobbler_plugin_lt.ts
+++ b/src/plugins/General/scrobbler/translations/scrobbler_plugin_lt.ts
@@ -20,8 +20,8 @@
</message>
<message>
<location filename="../scrobblerfactory.cpp" line="54"/>
- <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
- <translation>Sukūrė: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</translation>
+ <source>Written by: Ilya Kotov &lt;forkotov02@ya.ru&gt;</source>
+ <translation>Sukūrė: Ilya Kotov &lt;forkotov02@ya.ru&gt;</translation>
</message>
</context>
<context>
diff --git a/src/plugins/General/scrobbler/translations/scrobbler_plugin_nl.ts b/src/plugins/General/scrobbler/translations/scrobbler_plugin_nl.ts
index c3b5239ea..f220b9b11 100644
--- a/src/plugins/General/scrobbler/translations/scrobbler_plugin_nl.ts
+++ b/src/plugins/General/scrobbler/translations/scrobbler_plugin_nl.ts
@@ -20,8 +20,8 @@
</message>
<message>
<location filename="../scrobblerfactory.cpp" line="54"/>
- <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
- <translation>Auteur: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</translation>
+ <source>Written by: Ilya Kotov &lt;forkotov02@ya.ru&gt;</source>
+ <translation>Auteur: Ilya Kotov &lt;forkotov02@ya.ru&gt;</translation>
</message>
</context>
<context>
diff --git a/src/plugins/General/scrobbler/translations/scrobbler_plugin_pl_PL.ts b/src/plugins/General/scrobbler/translations/scrobbler_plugin_pl_PL.ts
index 424ec7c82..473044b70 100644
--- a/src/plugins/General/scrobbler/translations/scrobbler_plugin_pl_PL.ts
+++ b/src/plugins/General/scrobbler/translations/scrobbler_plugin_pl_PL.ts
@@ -20,8 +20,8 @@
</message>
<message>
<location filename="../scrobblerfactory.cpp" line="54"/>
- <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
- <translation>Autor: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</translation>
+ <source>Written by: Ilya Kotov &lt;forkotov02@ya.ru&gt;</source>
+ <translation>Autor: Ilya Kotov &lt;forkotov02@ya.ru&gt;</translation>
</message>
</context>
<context>
diff --git a/src/plugins/General/scrobbler/translations/scrobbler_plugin_pt.ts b/src/plugins/General/scrobbler/translations/scrobbler_plugin_pt.ts
index 071f23274..b144a330d 100644
--- a/src/plugins/General/scrobbler/translations/scrobbler_plugin_pt.ts
+++ b/src/plugins/General/scrobbler/translations/scrobbler_plugin_pt.ts
@@ -20,8 +20,8 @@
</message>
<message>
<location filename="../scrobblerfactory.cpp" line="54"/>
- <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
- <translation>Desenvolvido por: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</translation>
+ <source>Written by: Ilya Kotov &lt;forkotov02@ya.ru&gt;</source>
+ <translation>Desenvolvido por: Ilya Kotov &lt;forkotov02@ya.ru&gt;</translation>
</message>
</context>
<context>
diff --git a/src/plugins/General/scrobbler/translations/scrobbler_plugin_pt_BR.ts b/src/plugins/General/scrobbler/translations/scrobbler_plugin_pt_BR.ts
index b7dbd974b..2224d5400 100644
--- a/src/plugins/General/scrobbler/translations/scrobbler_plugin_pt_BR.ts
+++ b/src/plugins/General/scrobbler/translations/scrobbler_plugin_pt_BR.ts
@@ -20,8 +20,8 @@
</message>
<message>
<location filename="../scrobblerfactory.cpp" line="54"/>
- <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
- <translation>Desenvolvido por: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</translation>
+ <source>Written by: Ilya Kotov &lt;forkotov02@ya.ru&gt;</source>
+ <translation>Desenvolvido por: Ilya Kotov &lt;forkotov02@ya.ru&gt;</translation>
</message>
</context>
<context>
diff --git a/src/plugins/General/scrobbler/translations/scrobbler_plugin_ru.ts b/src/plugins/General/scrobbler/translations/scrobbler_plugin_ru.ts
index 9ce198954..fdb57ffcd 100644
--- a/src/plugins/General/scrobbler/translations/scrobbler_plugin_ru.ts
+++ b/src/plugins/General/scrobbler/translations/scrobbler_plugin_ru.ts
@@ -20,8 +20,8 @@
</message>
<message>
<location filename="../scrobblerfactory.cpp" line="54"/>
- <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
- <translation>Разработчик: Илья Котов &lt;forkotov02@hotmail.ru&gt;</translation>
+ <source>Written by: Ilya Kotov &lt;forkotov02@ya.ru&gt;</source>
+ <translation>Разработчик: Илья Котов &lt;forkotov02@ya.ru&gt;</translation>
</message>
</context>
<context>
diff --git a/src/plugins/General/scrobbler/translations/scrobbler_plugin_sk.ts b/src/plugins/General/scrobbler/translations/scrobbler_plugin_sk.ts
index c0b35cc37..e8303e43a 100644
--- a/src/plugins/General/scrobbler/translations/scrobbler_plugin_sk.ts
+++ b/src/plugins/General/scrobbler/translations/scrobbler_plugin_sk.ts
@@ -20,7 +20,7 @@
</message>
<message>
<location filename="../scrobblerfactory.cpp" line="54"/>
- <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
+ <source>Written by: Ilya Kotov &lt;forkotov02@ya.ru&gt;</source>
<translation type="unfinished"></translation>
</message>
</context>
diff --git a/src/plugins/General/scrobbler/translations/scrobbler_plugin_sr_BA.ts b/src/plugins/General/scrobbler/translations/scrobbler_plugin_sr_BA.ts
index 3d53041ff..2ea3892f0 100644
--- a/src/plugins/General/scrobbler/translations/scrobbler_plugin_sr_BA.ts
+++ b/src/plugins/General/scrobbler/translations/scrobbler_plugin_sr_BA.ts
@@ -20,8 +20,8 @@
</message>
<message>
<location filename="../scrobblerfactory.cpp" line="54"/>
- <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
- <translation>Аутор: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</translation>
+ <source>Written by: Ilya Kotov &lt;forkotov02@ya.ru&gt;</source>
+ <translation>Аутор: Ilya Kotov &lt;forkotov02@ya.ru&gt;</translation>
</message>
</context>
<context>
diff --git a/src/plugins/General/scrobbler/translations/scrobbler_plugin_sr_RS.ts b/src/plugins/General/scrobbler/translations/scrobbler_plugin_sr_RS.ts
index bd3dbb672..5cc6c7239 100644
--- a/src/plugins/General/scrobbler/translations/scrobbler_plugin_sr_RS.ts
+++ b/src/plugins/General/scrobbler/translations/scrobbler_plugin_sr_RS.ts
@@ -20,8 +20,8 @@
</message>
<message>
<location filename="../scrobblerfactory.cpp" line="54"/>
- <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
- <translation>Аутор: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</translation>
+ <source>Written by: Ilya Kotov &lt;forkotov02@ya.ru&gt;</source>
+ <translation>Аутор: Ilya Kotov &lt;forkotov02@ya.ru&gt;</translation>
</message>
</context>
<context>
diff --git a/src/plugins/General/scrobbler/translations/scrobbler_plugin_tr.ts b/src/plugins/General/scrobbler/translations/scrobbler_plugin_tr.ts
index b347f21d0..1c1328aa7 100644
--- a/src/plugins/General/scrobbler/translations/scrobbler_plugin_tr.ts
+++ b/src/plugins/General/scrobbler/translations/scrobbler_plugin_tr.ts
@@ -20,8 +20,8 @@
</message>
<message>
<location filename="../scrobblerfactory.cpp" line="54"/>
- <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
- <translation>Yazan: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</translation>
+ <source>Written by: Ilya Kotov &lt;forkotov02@ya.ru&gt;</source>
+ <translation>Yazan: Ilya Kotov &lt;forkotov02@ya.ru&gt;</translation>
</message>
</context>
<context>
diff --git a/src/plugins/General/scrobbler/translations/scrobbler_plugin_uk_UA.ts b/src/plugins/General/scrobbler/translations/scrobbler_plugin_uk_UA.ts
index a85bcc189..4e7cbad2b 100644
--- a/src/plugins/General/scrobbler/translations/scrobbler_plugin_uk_UA.ts
+++ b/src/plugins/General/scrobbler/translations/scrobbler_plugin_uk_UA.ts
@@ -20,8 +20,8 @@
</message>
<message>
<location filename="../scrobblerfactory.cpp" line="54"/>
- <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
- <translation>Розробник: Ілля Котов &lt;forkotov02@hotmail.ru&gt;</translation>
+ <source>Written by: Ilya Kotov &lt;forkotov02@ya.ru&gt;</source>
+ <translation>Розробник: Ілля Котов &lt;forkotov02@ya.ru&gt;</translation>
</message>
</context>
<context>
diff --git a/src/plugins/General/scrobbler/translations/scrobbler_plugin_zh_CN.ts b/src/plugins/General/scrobbler/translations/scrobbler_plugin_zh_CN.ts
index 53cd737ff..bd39d67b7 100644
--- a/src/plugins/General/scrobbler/translations/scrobbler_plugin_zh_CN.ts
+++ b/src/plugins/General/scrobbler/translations/scrobbler_plugin_zh_CN.ts
@@ -20,8 +20,8 @@
</message>
<message>
<location filename="../scrobblerfactory.cpp" line="54"/>
- <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
- <translation>作者:Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</translation>
+ <source>Written by: Ilya Kotov &lt;forkotov02@ya.ru&gt;</source>
+ <translation>作者:Ilya Kotov &lt;forkotov02@ya.ru&gt;</translation>
</message>
</context>
<context>
diff --git a/src/plugins/General/scrobbler/translations/scrobbler_plugin_zh_TW.ts b/src/plugins/General/scrobbler/translations/scrobbler_plugin_zh_TW.ts
index a6935adc1..9097809b6 100644
--- a/src/plugins/General/scrobbler/translations/scrobbler_plugin_zh_TW.ts
+++ b/src/plugins/General/scrobbler/translations/scrobbler_plugin_zh_TW.ts
@@ -20,8 +20,8 @@
</message>
<message>
<location filename="../scrobblerfactory.cpp" line="54"/>
- <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
- <translation>作者:Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</translation>
+ <source>Written by: Ilya Kotov &lt;forkotov02@ya.ru&gt;</source>
+ <translation>作者:Ilya Kotov &lt;forkotov02@ya.ru&gt;</translation>
</message>
</context>
<context>