diff options
Diffstat (limited to 'src/plugins/General/scrobbler')
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 <forkotov02@hotmail.ru></source> + <source>Written by: Ilya Kotov <forkotov02@ya.ru></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 <forkotov02@hotmail.ru></source> - <translation>Autor: Ilja Kotov <forkotov02@hotmail.ru></translation> + <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> + <translation>Autor: Ilja Kotov <forkotov02@ya.ru></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 <forkotov02@hotmail.ru></source> - <translation>Geschrieben von: Ilya Kotov <forkotov02@hotmail.ru></translation> + <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> + <translation>Geschrieben von: Ilya Kotov <forkotov02@ya.ru></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 <forkotov02@hotmail.ru></source> - <translation>Γράφτηκε από τον: Ilya Kotov <forkotov02@hotmail.ru></translation> + <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> + <translation>Γράφτηκε από τον: Ilya Kotov <forkotov02@ya.ru></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 <forkotov02@hotmail.ru></source> + <source>Written by: Ilya Kotov <forkotov02@ya.ru></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 <forkotov02@hotmail.ru></source> - <translation>Escrito por: Ilya Kotov <forkotov02@hotmail.ru></translation> + <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> + <translation>Escrito por: Ilya Kotov <forkotov02@ya.ru></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 <forkotov02@hotmail.ru></source> - <translation>Écrit par : Ilya Kotov <forkotov02@hotmail.ru></translation> + <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> + <translation>Écrit par : Ilya Kotov <forkotov02@ya.ru></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 <forkotov02@hotmail.ru></source> - <translation>Escrito por: Ilya Kotov <forkotov02@hotmail.ru></translation> + <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> + <translation>Escrito por: Ilya Kotov <forkotov02@ya.ru></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 <forkotov02@hotmail.ru></source> - <translation>חובר על ידי: Ilya Kotov <forkotov02@hotmail.ru></translation> + <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> + <translation>חובר על ידי: Ilya Kotov <forkotov02@ya.ru></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 <forkotov02@hotmail.ru></source> + <source>Written by: Ilya Kotov <forkotov02@ya.ru></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 <forkotov02@hotmail.ru></source> - <translation>Ditulis oleh: Ilya Kotov <forkotov02@hotmail.ru></translation> + <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> + <translation>Ditulis oleh: Ilya Kotov <forkotov02@ya.ru></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 <forkotov02@hotmail.ru></source> - <translation>Autore: Ilya Kotov <forkotov02@hotmail.ru></translation> + <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> + <translation>Autore: Ilya Kotov <forkotov02@ya.ru></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 <forkotov02@hotmail.ru></source> - <translation>制作: Илья Котов (Ilya Kotov) <forkotov02@hotmail.ru></translation> + <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> + <translation>制作: Илья Котов (Ilya Kotov) <forkotov02@ya.ru></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 <forkotov02@hotmail.ru></source> + <source>Written by: Ilya Kotov <forkotov02@ya.ru></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 <forkotov02@hotmail.ru></source> - <translation>Sukūrė: Ilya Kotov <forkotov02@hotmail.ru></translation> + <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> + <translation>Sukūrė: Ilya Kotov <forkotov02@ya.ru></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 <forkotov02@hotmail.ru></source> - <translation>Auteur: Ilya Kotov <forkotov02@hotmail.ru></translation> + <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> + <translation>Auteur: Ilya Kotov <forkotov02@ya.ru></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 <forkotov02@hotmail.ru></source> - <translation>Autor: Ilya Kotov <forkotov02@hotmail.ru></translation> + <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> + <translation>Autor: Ilya Kotov <forkotov02@ya.ru></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 <forkotov02@hotmail.ru></source> - <translation>Desenvolvido por: Ilya Kotov <forkotov02@hotmail.ru></translation> + <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> + <translation>Desenvolvido por: Ilya Kotov <forkotov02@ya.ru></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 <forkotov02@hotmail.ru></source> - <translation>Desenvolvido por: Ilya Kotov <forkotov02@hotmail.ru></translation> + <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> + <translation>Desenvolvido por: Ilya Kotov <forkotov02@ya.ru></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 <forkotov02@hotmail.ru></source> - <translation>Разработчик: Илья Котов <forkotov02@hotmail.ru></translation> + <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> + <translation>Разработчик: Илья Котов <forkotov02@ya.ru></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 <forkotov02@hotmail.ru></source> + <source>Written by: Ilya Kotov <forkotov02@ya.ru></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 <forkotov02@hotmail.ru></source> - <translation>Аутор: Ilya Kotov <forkotov02@hotmail.ru></translation> + <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> + <translation>Аутор: Ilya Kotov <forkotov02@ya.ru></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 <forkotov02@hotmail.ru></source> - <translation>Аутор: Ilya Kotov <forkotov02@hotmail.ru></translation> + <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> + <translation>Аутор: Ilya Kotov <forkotov02@ya.ru></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 <forkotov02@hotmail.ru></source> - <translation>Yazan: Ilya Kotov <forkotov02@hotmail.ru></translation> + <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> + <translation>Yazan: Ilya Kotov <forkotov02@ya.ru></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 <forkotov02@hotmail.ru></source> - <translation>Розробник: Ілля Котов <forkotov02@hotmail.ru></translation> + <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> + <translation>Розробник: Ілля Котов <forkotov02@ya.ru></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 <forkotov02@hotmail.ru></source> - <translation>作者:Ilya Kotov <forkotov02@hotmail.ru></translation> + <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> + <translation>作者:Ilya Kotov <forkotov02@ya.ru></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 <forkotov02@hotmail.ru></source> - <translation>作者:Ilya Kotov <forkotov02@hotmail.ru></translation> + <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> + <translation>作者:Ilya Kotov <forkotov02@ya.ru></translation> </message> </context> <context> |
