From 41c8a60a2ebe4696a17704b81ddf06f3c7b88023 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 7 Oct 2017 17:56:23 +0000 Subject: changed contact information git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7514 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/mpris/mpris.cpp | 2 +- src/plugins/General/mpris/mpris.h | 4 ++-- src/plugins/General/mpris/mpris1/playerobject.cpp | 2 +- src/plugins/General/mpris/mpris1/playerobject.h | 4 ++-- src/plugins/General/mpris/mpris1/rootobject.cpp | 2 +- src/plugins/General/mpris/mpris1/rootobject.h | 4 ++-- src/plugins/General/mpris/mpris1/tracklistobject.cpp | 2 +- src/plugins/General/mpris/mpris1/tracklistobject.h | 4 ++-- src/plugins/General/mpris/mpris2/player2object.cpp | 2 +- src/plugins/General/mpris/mpris2/player2object.h | 4 ++-- src/plugins/General/mpris/mpris2/root2object.cpp | 2 +- src/plugins/General/mpris/mpris2/root2object.h | 4 ++-- src/plugins/General/mpris/mprisfactory.cpp | 4 ++-- src/plugins/General/mpris/mprisfactory.h | 4 ++-- src/plugins/General/mpris/translations/mpris_plugin_bg.ts | 2 +- src/plugins/General/mpris/translations/mpris_plugin_cs.ts | 4 ++-- src/plugins/General/mpris/translations/mpris_plugin_de.ts | 4 ++-- src/plugins/General/mpris/translations/mpris_plugin_el.ts | 4 ++-- src/plugins/General/mpris/translations/mpris_plugin_en.ts | 2 +- src/plugins/General/mpris/translations/mpris_plugin_es.ts | 4 ++-- src/plugins/General/mpris/translations/mpris_plugin_fr.ts | 4 ++-- src/plugins/General/mpris/translations/mpris_plugin_gl_ES.ts | 4 ++-- src/plugins/General/mpris/translations/mpris_plugin_he.ts | 4 ++-- src/plugins/General/mpris/translations/mpris_plugin_hu.ts | 2 +- src/plugins/General/mpris/translations/mpris_plugin_id.ts | 4 ++-- src/plugins/General/mpris/translations/mpris_plugin_it.ts | 4 ++-- src/plugins/General/mpris/translations/mpris_plugin_ja.ts | 4 ++-- src/plugins/General/mpris/translations/mpris_plugin_kk.ts | 2 +- src/plugins/General/mpris/translations/mpris_plugin_lt.ts | 4 ++-- src/plugins/General/mpris/translations/mpris_plugin_nl.ts | 4 ++-- src/plugins/General/mpris/translations/mpris_plugin_pl_PL.ts | 4 ++-- src/plugins/General/mpris/translations/mpris_plugin_pt.ts | 4 ++-- src/plugins/General/mpris/translations/mpris_plugin_pt_BR.ts | 4 ++-- src/plugins/General/mpris/translations/mpris_plugin_ru.ts | 4 ++-- src/plugins/General/mpris/translations/mpris_plugin_sk.ts | 2 +- src/plugins/General/mpris/translations/mpris_plugin_sr_BA.ts | 4 ++-- src/plugins/General/mpris/translations/mpris_plugin_sr_RS.ts | 4 ++-- src/plugins/General/mpris/translations/mpris_plugin_tr.ts | 4 ++-- src/plugins/General/mpris/translations/mpris_plugin_uk_UA.ts | 4 ++-- src/plugins/General/mpris/translations/mpris_plugin_zh_CN.ts | 4 ++-- src/plugins/General/mpris/translations/mpris_plugin_zh_TW.ts | 4 ++-- 41 files changed, 71 insertions(+), 71 deletions(-) (limited to 'src/plugins/General/mpris') diff --git a/src/plugins/General/mpris/mpris.cpp b/src/plugins/General/mpris/mpris.cpp index 4af3804a0..c668c6856 100644 --- a/src/plugins/General/mpris/mpris.cpp +++ b/src/plugins/General/mpris/mpris.cpp @@ -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 * diff --git a/src/plugins/General/mpris/mpris.h b/src/plugins/General/mpris/mpris.h index 60a4560b1..c6bffef50 100644 --- a/src/plugins/General/mpris/mpris.h +++ b/src/plugins/General/mpris/mpris.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 * @@ -26,7 +26,7 @@ class DBUSAdaptor; /** - @author Ilya Kotov + @author Ilya Kotov */ class MPRIS : public QObject diff --git a/src/plugins/General/mpris/mpris1/playerobject.cpp b/src/plugins/General/mpris/mpris1/playerobject.cpp index ed1b499c3..3605c51a0 100644 --- a/src/plugins/General/mpris/mpris1/playerobject.cpp +++ b/src/plugins/General/mpris/mpris1/playerobject.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/mpris/mpris1/playerobject.h b/src/plugins/General/mpris/mpris1/playerobject.h index c4f07587e..96a824ce1 100644 --- a/src/plugins/General/mpris/mpris1/playerobject.h +++ b/src/plugins/General/mpris/mpris1/playerobject.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 * @@ -29,7 +29,7 @@ class PlayListManager; class QmmpUiSettings; /** - @author Ilya Kotov + @author Ilya Kotov */ struct PlayerStatus diff --git a/src/plugins/General/mpris/mpris1/rootobject.cpp b/src/plugins/General/mpris/mpris1/rootobject.cpp index e7dd1e724..6cfaad909 100644 --- a/src/plugins/General/mpris/mpris1/rootobject.cpp +++ b/src/plugins/General/mpris/mpris1/rootobject.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2008 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/mpris/mpris1/rootobject.h b/src/plugins/General/mpris/mpris1/rootobject.h index 5bea44b20..e106c96f0 100644 --- a/src/plugins/General/mpris/mpris1/rootobject.h +++ b/src/plugins/General/mpris/mpris1/rootobject.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2008 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 * @@ -24,7 +24,7 @@ #include /** - @author Ilya Kotov + @author Ilya Kotov */ diff --git a/src/plugins/General/mpris/mpris1/tracklistobject.cpp b/src/plugins/General/mpris/mpris1/tracklistobject.cpp index 580e0d16e..740339c11 100644 --- a/src/plugins/General/mpris/mpris1/tracklistobject.cpp +++ b/src/plugins/General/mpris/mpris1/tracklistobject.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2008-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/mpris/mpris1/tracklistobject.h b/src/plugins/General/mpris/mpris1/tracklistobject.h index 47c7148fb..1da743c37 100644 --- a/src/plugins/General/mpris/mpris1/tracklistobject.h +++ b/src/plugins/General/mpris/mpris1/tracklistobject.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2008-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 * @@ -31,7 +31,7 @@ class QmmpUiSettings; class PlayListTrack; /** - @author Ilya Kotov + @author Ilya Kotov */ class TrackListObject : public QObject { diff --git a/src/plugins/General/mpris/mpris2/player2object.cpp b/src/plugins/General/mpris/mpris2/player2object.cpp index 2793b5978..ccdb8c70a 100644 --- a/src/plugins/General/mpris/mpris2/player2object.cpp +++ b/src/plugins/General/mpris/mpris2/player2object.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2010-2017 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/mpris/mpris2/player2object.h b/src/plugins/General/mpris/mpris2/player2object.h index e51489e16..901364181 100644 --- a/src/plugins/General/mpris/mpris2/player2object.h +++ b/src/plugins/General/mpris/mpris2/player2object.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2010-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 * @@ -35,7 +35,7 @@ class PlayListModel; class QmmpUiSettings; /** - @author Ilya Kotov + @author Ilya Kotov */ class Player2Object : public QDBusAbstractAdaptor { diff --git a/src/plugins/General/mpris/mpris2/root2object.cpp b/src/plugins/General/mpris/mpris2/root2object.cpp index 57f0a92b9..5e80d172b 100644 --- a/src/plugins/General/mpris/mpris2/root2object.cpp +++ b/src/plugins/General/mpris/mpris2/root2object.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2010-2017 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/mpris/mpris2/root2object.h b/src/plugins/General/mpris/mpris2/root2object.h index 8d9ec4b93..c7b39892b 100644 --- a/src/plugins/General/mpris/mpris2/root2object.h +++ b/src/plugins/General/mpris/mpris2/root2object.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2010-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 * @@ -24,7 +24,7 @@ #include /** - @author Ilya Kotov + @author Ilya Kotov */ class Root2Object : public QDBusAbstractAdaptor { diff --git a/src/plugins/General/mpris/mprisfactory.cpp b/src/plugins/General/mpris/mprisfactory.cpp index 1cfffe3e6..5f48a3540 100644 --- a/src/plugins/General/mpris/mprisfactory.cpp +++ b/src/plugins/General/mpris/mprisfactory.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 * @@ -50,7 +50,7 @@ void MPRISFactory::showAbout(QWidget *parent) { QMessageBox::about (parent, tr("About MPRIS Plugin"), tr("Qmmp MPRIS Plugin")+"\n"+ - tr("Written by: Ilya Kotov ")); + tr("Written by: Ilya Kotov ")); } QTranslator *MPRISFactory::createTranslator(QObject *parent) diff --git a/src/plugins/General/mpris/mprisfactory.h b/src/plugins/General/mpris/mprisfactory.h index 2130c527c..7f5b9a1c3 100644 --- a/src/plugins/General/mpris/mprisfactory.h +++ b/src/plugins/General/mpris/mprisfactory.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 MPRISFACTORY_H /** - @author Ilya Kotov + @author Ilya Kotov */ #include #include diff --git a/src/plugins/General/mpris/translations/mpris_plugin_bg.ts b/src/plugins/General/mpris/translations/mpris_plugin_bg.ts index 485ed7c84..fb85f0df4 100644 --- a/src/plugins/General/mpris/translations/mpris_plugin_bg.ts +++ b/src/plugins/General/mpris/translations/mpris_plugin_bg.ts @@ -20,7 +20,7 @@ - Written by: Ilya Kotov <forkotov02@hotmail.ru> + Written by: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/General/mpris/translations/mpris_plugin_cs.ts b/src/plugins/General/mpris/translations/mpris_plugin_cs.ts index b94eda967..244d01f1e 100644 --- a/src/plugins/General/mpris/translations/mpris_plugin_cs.ts +++ b/src/plugins/General/mpris/translations/mpris_plugin_cs.ts @@ -20,8 +20,8 @@ - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Autor: Ilja Kotov <forkotov02@hotmail.ru> + Written by: Ilya Kotov <forkotov02@ya.ru> + Autor: Ilja Kotov <forkotov02@ya.ru> diff --git a/src/plugins/General/mpris/translations/mpris_plugin_de.ts b/src/plugins/General/mpris/translations/mpris_plugin_de.ts index 5b886f764..125223494 100644 --- a/src/plugins/General/mpris/translations/mpris_plugin_de.ts +++ b/src/plugins/General/mpris/translations/mpris_plugin_de.ts @@ -20,8 +20,8 @@ - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Geschrieben von: Ilya Kotov <forkotov02@hotmail.ru> + Written by: Ilya Kotov <forkotov02@ya.ru> + Geschrieben von: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/General/mpris/translations/mpris_plugin_el.ts b/src/plugins/General/mpris/translations/mpris_plugin_el.ts index 63ca2e242..485595626 100644 --- a/src/plugins/General/mpris/translations/mpris_plugin_el.ts +++ b/src/plugins/General/mpris/translations/mpris_plugin_el.ts @@ -20,8 +20,8 @@ - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Γράφτηκε από τον: Ilya Kotov <forkotov02@hotmail.ru> + Written by: Ilya Kotov <forkotov02@ya.ru> + Γράφτηκε από τον: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/General/mpris/translations/mpris_plugin_en.ts b/src/plugins/General/mpris/translations/mpris_plugin_en.ts index 7362053d0..bc0fdea35 100644 --- a/src/plugins/General/mpris/translations/mpris_plugin_en.ts +++ b/src/plugins/General/mpris/translations/mpris_plugin_en.ts @@ -20,7 +20,7 @@ - Written by: Ilya Kotov <forkotov02@hotmail.ru> + Written by: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/General/mpris/translations/mpris_plugin_es.ts b/src/plugins/General/mpris/translations/mpris_plugin_es.ts index 1bbc8061d..451c377f2 100644 --- a/src/plugins/General/mpris/translations/mpris_plugin_es.ts +++ b/src/plugins/General/mpris/translations/mpris_plugin_es.ts @@ -15,8 +15,8 @@ - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Escrito por: Ilya Kotov <forkotov02@hotmail.ru> + Written by: Ilya Kotov <forkotov02@ya.ru> + Escrito por: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/General/mpris/translations/mpris_plugin_fr.ts b/src/plugins/General/mpris/translations/mpris_plugin_fr.ts index faeff15fe..f09a35e75 100644 --- a/src/plugins/General/mpris/translations/mpris_plugin_fr.ts +++ b/src/plugins/General/mpris/translations/mpris_plugin_fr.ts @@ -20,8 +20,8 @@ - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Écrit par : Ilya Kotov <forkotov02@hotmail.ru> + Written by: Ilya Kotov <forkotov02@ya.ru> + Écrit par : Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/General/mpris/translations/mpris_plugin_gl_ES.ts b/src/plugins/General/mpris/translations/mpris_plugin_gl_ES.ts index baa32a067..362360b52 100644 --- a/src/plugins/General/mpris/translations/mpris_plugin_gl_ES.ts +++ b/src/plugins/General/mpris/translations/mpris_plugin_gl_ES.ts @@ -20,8 +20,8 @@ - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Escrito por: Ilya Kotov <forkotov02@hotmail.ru> + Written by: Ilya Kotov <forkotov02@ya.ru> + Escrito por: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/General/mpris/translations/mpris_plugin_he.ts b/src/plugins/General/mpris/translations/mpris_plugin_he.ts index 491a3e5a6..7db59f08a 100644 --- a/src/plugins/General/mpris/translations/mpris_plugin_he.ts +++ b/src/plugins/General/mpris/translations/mpris_plugin_he.ts @@ -20,8 +20,8 @@ - Written by: Ilya Kotov <forkotov02@hotmail.ru> - חובר על ידי: Ilya Kotov <forkotov02@hotmail.ru>‎ + Written by: Ilya Kotov <forkotov02@ya.ru> + חובר על ידי: Ilya Kotov <forkotov02@ya.ru>‎ diff --git a/src/plugins/General/mpris/translations/mpris_plugin_hu.ts b/src/plugins/General/mpris/translations/mpris_plugin_hu.ts index 8c28a8011..ea8227776 100644 --- a/src/plugins/General/mpris/translations/mpris_plugin_hu.ts +++ b/src/plugins/General/mpris/translations/mpris_plugin_hu.ts @@ -20,7 +20,7 @@ - Written by: Ilya Kotov <forkotov02@hotmail.ru> + Written by: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/General/mpris/translations/mpris_plugin_id.ts b/src/plugins/General/mpris/translations/mpris_plugin_id.ts index da49a97c7..03d64eff2 100644 --- a/src/plugins/General/mpris/translations/mpris_plugin_id.ts +++ b/src/plugins/General/mpris/translations/mpris_plugin_id.ts @@ -20,8 +20,8 @@ - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Ditulis oleh: Ilya Kotov <forkotov02@hotmail.ru> + Written by: Ilya Kotov <forkotov02@ya.ru> + Ditulis oleh: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/General/mpris/translations/mpris_plugin_it.ts b/src/plugins/General/mpris/translations/mpris_plugin_it.ts index 9791be1a9..ee644aa25 100644 --- a/src/plugins/General/mpris/translations/mpris_plugin_it.ts +++ b/src/plugins/General/mpris/translations/mpris_plugin_it.ts @@ -15,8 +15,8 @@ - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Autore: Ilya Kotov <forkotov02@hotmail.ru> + Written by: Ilya Kotov <forkotov02@ya.ru> + Autore: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/General/mpris/translations/mpris_plugin_ja.ts b/src/plugins/General/mpris/translations/mpris_plugin_ja.ts index 73f554335..daef2d672 100644 --- a/src/plugins/General/mpris/translations/mpris_plugin_ja.ts +++ b/src/plugins/General/mpris/translations/mpris_plugin_ja.ts @@ -20,8 +20,8 @@ - Written by: Ilya Kotov <forkotov02@hotmail.ru> - 制作: Илья Котов (Ilya Kotov) <forkotov02@hotmail.ru> + Written by: Ilya Kotov <forkotov02@ya.ru> + 制作: Илья Котов (Ilya Kotov) <forkotov02@ya.ru> diff --git a/src/plugins/General/mpris/translations/mpris_plugin_kk.ts b/src/plugins/General/mpris/translations/mpris_plugin_kk.ts index f4695e4bc..123ad2f5e 100644 --- a/src/plugins/General/mpris/translations/mpris_plugin_kk.ts +++ b/src/plugins/General/mpris/translations/mpris_plugin_kk.ts @@ -20,7 +20,7 @@ - Written by: Ilya Kotov <forkotov02@hotmail.ru> + Written by: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/General/mpris/translations/mpris_plugin_lt.ts b/src/plugins/General/mpris/translations/mpris_plugin_lt.ts index e5cefadf4..a8e268bd6 100644 --- a/src/plugins/General/mpris/translations/mpris_plugin_lt.ts +++ b/src/plugins/General/mpris/translations/mpris_plugin_lt.ts @@ -15,8 +15,8 @@ - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Sukūrė: Ilya Kotov <forkotov02@hotmail.ru> + Written by: Ilya Kotov <forkotov02@ya.ru> + Sukūrė: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/General/mpris/translations/mpris_plugin_nl.ts b/src/plugins/General/mpris/translations/mpris_plugin_nl.ts index acef0ac4a..88d59078a 100644 --- a/src/plugins/General/mpris/translations/mpris_plugin_nl.ts +++ b/src/plugins/General/mpris/translations/mpris_plugin_nl.ts @@ -15,8 +15,8 @@ - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Auteur: Ilya Kotov <forkotov02@hotmail.ru> + Written by: Ilya Kotov <forkotov02@ya.ru> + Auteur: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/General/mpris/translations/mpris_plugin_pl_PL.ts b/src/plugins/General/mpris/translations/mpris_plugin_pl_PL.ts index 2e6cf323c..8cd1abd45 100644 --- a/src/plugins/General/mpris/translations/mpris_plugin_pl_PL.ts +++ b/src/plugins/General/mpris/translations/mpris_plugin_pl_PL.ts @@ -20,8 +20,8 @@ - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Autor: Ilya Kotov <forkotov02@hotmail.ru> + Written by: Ilya Kotov <forkotov02@ya.ru> + Autor: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/General/mpris/translations/mpris_plugin_pt.ts b/src/plugins/General/mpris/translations/mpris_plugin_pt.ts index e0de8eaa1..606bb3892 100644 --- a/src/plugins/General/mpris/translations/mpris_plugin_pt.ts +++ b/src/plugins/General/mpris/translations/mpris_plugin_pt.ts @@ -20,8 +20,8 @@ - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Desenvolvido por: Ilya Kotov <forkotov02@hotmail.ru> + Written by: Ilya Kotov <forkotov02@ya.ru> + Desenvolvido por: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/General/mpris/translations/mpris_plugin_pt_BR.ts b/src/plugins/General/mpris/translations/mpris_plugin_pt_BR.ts index 2905190b7..92e6ecca5 100644 --- a/src/plugins/General/mpris/translations/mpris_plugin_pt_BR.ts +++ b/src/plugins/General/mpris/translations/mpris_plugin_pt_BR.ts @@ -20,8 +20,8 @@ - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Desenvolvido por: Ilya Kotov <forkotov02@hotmail.ru> + Written by: Ilya Kotov <forkotov02@ya.ru> + Desenvolvido por: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/General/mpris/translations/mpris_plugin_ru.ts b/src/plugins/General/mpris/translations/mpris_plugin_ru.ts index 4695e238c..baf95b78d 100644 --- a/src/plugins/General/mpris/translations/mpris_plugin_ru.ts +++ b/src/plugins/General/mpris/translations/mpris_plugin_ru.ts @@ -15,8 +15,8 @@ - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Разработчик: Илья Котов <forkotov02@hotmail.ru> + Written by: Ilya Kotov <forkotov02@ya.ru> + Разработчик: Илья Котов <forkotov02@ya.ru> diff --git a/src/plugins/General/mpris/translations/mpris_plugin_sk.ts b/src/plugins/General/mpris/translations/mpris_plugin_sk.ts index 0bd3ad910..95e729fd1 100644 --- a/src/plugins/General/mpris/translations/mpris_plugin_sk.ts +++ b/src/plugins/General/mpris/translations/mpris_plugin_sk.ts @@ -20,7 +20,7 @@ - Written by: Ilya Kotov <forkotov02@hotmail.ru> + Written by: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/General/mpris/translations/mpris_plugin_sr_BA.ts b/src/plugins/General/mpris/translations/mpris_plugin_sr_BA.ts index bd30180a3..0299c1036 100644 --- a/src/plugins/General/mpris/translations/mpris_plugin_sr_BA.ts +++ b/src/plugins/General/mpris/translations/mpris_plugin_sr_BA.ts @@ -20,8 +20,8 @@ - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Аутор: Ilya Kotov <forkotov02@hotmail.ru> + Written by: Ilya Kotov <forkotov02@ya.ru> + Аутор: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/General/mpris/translations/mpris_plugin_sr_RS.ts b/src/plugins/General/mpris/translations/mpris_plugin_sr_RS.ts index 30864b061..d3d9badb2 100644 --- a/src/plugins/General/mpris/translations/mpris_plugin_sr_RS.ts +++ b/src/plugins/General/mpris/translations/mpris_plugin_sr_RS.ts @@ -20,8 +20,8 @@ - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Written by: Ilya Kotov <forkotov02@hotmail.ru> + Written by: Ilya Kotov <forkotov02@ya.ru> + Written by: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/General/mpris/translations/mpris_plugin_tr.ts b/src/plugins/General/mpris/translations/mpris_plugin_tr.ts index 3207c160f..455210030 100644 --- a/src/plugins/General/mpris/translations/mpris_plugin_tr.ts +++ b/src/plugins/General/mpris/translations/mpris_plugin_tr.ts @@ -20,8 +20,8 @@ - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Yazan: Ilya Kotov <forkotov02@hotmail.ru> + Written by: Ilya Kotov <forkotov02@ya.ru> + Yazan: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/General/mpris/translations/mpris_plugin_uk_UA.ts b/src/plugins/General/mpris/translations/mpris_plugin_uk_UA.ts index f94e7c7f8..b1e28aa53 100644 --- a/src/plugins/General/mpris/translations/mpris_plugin_uk_UA.ts +++ b/src/plugins/General/mpris/translations/mpris_plugin_uk_UA.ts @@ -15,8 +15,8 @@ - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Розробник: Ілля Котов <forkotov02@hotmail.ru> + Written by: Ilya Kotov <forkotov02@ya.ru> + Розробник: Ілля Котов <forkotov02@ya.ru> diff --git a/src/plugins/General/mpris/translations/mpris_plugin_zh_CN.ts b/src/plugins/General/mpris/translations/mpris_plugin_zh_CN.ts index 75380cfcf..afd90f146 100644 --- a/src/plugins/General/mpris/translations/mpris_plugin_zh_CN.ts +++ b/src/plugins/General/mpris/translations/mpris_plugin_zh_CN.ts @@ -20,8 +20,8 @@ - Written by: Ilya Kotov <forkotov02@hotmail.ru> - 作者:Ilya Kotov <forkotov02@hotmail.ru> + Written by: Ilya Kotov <forkotov02@ya.ru> + 作者:Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/General/mpris/translations/mpris_plugin_zh_TW.ts b/src/plugins/General/mpris/translations/mpris_plugin_zh_TW.ts index f9e10d426..b40a05bfb 100644 --- a/src/plugins/General/mpris/translations/mpris_plugin_zh_TW.ts +++ b/src/plugins/General/mpris/translations/mpris_plugin_zh_TW.ts @@ -20,8 +20,8 @@ - Written by: Ilya Kotov <forkotov02@hotmail.ru> - 作者:Ilya Kotov <forkotov02@hotmail.ru> + Written by: Ilya Kotov <forkotov02@ya.ru> + 作者:Ilya Kotov <forkotov02@ya.ru> -- cgit v1.2.3-13-gbd6f