diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-10-07 17:56:23 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-10-07 17:56:23 +0000 |
| commit | 41c8a60a2ebe4696a17704b81ddf06f3c7b88023 (patch) | |
| tree | 0206c8df4d4b61cd4c1c35249e6b9a161c6eb377 /src/plugins/General/notifier | |
| parent | 90ec9fc38eafde134febd368403a4b621d99e1da (diff) | |
| download | qmmp-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/notifier')
35 files changed, 62 insertions, 62 deletions
diff --git a/src/plugins/General/notifier/notifier.cpp b/src/plugins/General/notifier/notifier.cpp index 3846223ae..f519100ad 100644 --- a/src/plugins/General/notifier/notifier.cpp +++ b/src/plugins/General/notifier/notifier.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2008-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/notifier/notifier.h b/src/plugins/General/notifier/notifier.h index 48cbc0243..6b0317b30 100644 --- a/src/plugins/General/notifier/notifier.h +++ b/src/plugins/General/notifier/notifier.h @@ -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 * @@ -29,7 +29,7 @@ class PopupWidget; class SoundCore; /** - @author Ilya Kotov <forkotov02@hotmail.ru> + @author Ilya Kotov <forkotov02@ya.ru> */ class Notifier : public QObject diff --git a/src/plugins/General/notifier/notifierfactory.cpp b/src/plugins/General/notifier/notifierfactory.cpp index 771024cf2..d7bc37b07 100644 --- a/src/plugins/General/notifier/notifierfactory.cpp +++ b/src/plugins/General/notifier/notifierfactory.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 NotifierFactory::showAbout(QWidget *parent) { QMessageBox::about (parent, tr("About Notifier Plugin"), tr("Qmmp Notifier Plugin")+"\n"+ - tr("Written by: Ilya Kotov <forkotov02@hotmail.ru>")); + tr("Written by: Ilya Kotov <forkotov02@ya.ru>")); } QTranslator *NotifierFactory::createTranslator(QObject *parent) diff --git a/src/plugins/General/notifier/notifierfactory.h b/src/plugins/General/notifier/notifierfactory.h index d0f7988f2..e11a8662e 100644 --- a/src/plugins/General/notifier/notifierfactory.h +++ b/src/plugins/General/notifier/notifierfactory.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 NOTIFIERFACTORY_H /** - @author Ilya Kotov <forkotov02@hotmail.ru> + @author Ilya Kotov <forkotov02@ya.ru> */ #include <QObject> #include <QTranslator> diff --git a/src/plugins/General/notifier/popupwidget.cpp b/src/plugins/General/notifier/popupwidget.cpp index b14ba6396..b3a4c136a 100644 --- a/src/plugins/General/notifier/popupwidget.cpp +++ b/src/plugins/General/notifier/popupwidget.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/notifier/popupwidget.h b/src/plugins/General/notifier/popupwidget.h index 0eb625c50..f06b4c4d3 100644 --- a/src/plugins/General/notifier/popupwidget.h +++ b/src/plugins/General/notifier/popupwidget.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 * @@ -30,7 +30,7 @@ class QTimer; class QLabel; /** - @author Ilya Kotov <forkotov02@hotmail.ru> + @author Ilya Kotov <forkotov02@ya.ru> */ class PopupWidget : public QFrame { diff --git a/src/plugins/General/notifier/settingsdialog.cpp b/src/plugins/General/notifier/settingsdialog.cpp index 6adeaf03e..af5fcaad3 100644 --- a/src/plugins/General/notifier/settingsdialog.cpp +++ b/src/plugins/General/notifier/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/notifier/settingsdialog.h b/src/plugins/General/notifier/settingsdialog.h index 6245d2581..fda8434c4 100644 --- a/src/plugins/General/notifier/settingsdialog.h +++ b/src/plugins/General/notifier/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 Action; /** - @author Ilya Kotov <forkotov02@hotmail.ru> + @author Ilya Kotov <forkotov02@ya.ru> */ class SettingsDialog : public QDialog { diff --git a/src/plugins/General/notifier/translations/notifier_plugin_bg.ts b/src/plugins/General/notifier/translations/notifier_plugin_bg.ts index 398f60df7..b2461d263 100644 --- a/src/plugins/General/notifier/translations/notifier_plugin_bg.ts +++ b/src/plugins/General/notifier/translations/notifier_plugin_bg.ts @@ -20,7 +20,7 @@ </message> <message> <location filename="../notifierfactory.cpp" line="53"/> - <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/notifier/translations/notifier_plugin_cs.ts b/src/plugins/General/notifier/translations/notifier_plugin_cs.ts index b99291ec3..b55cfabc7 100644 --- a/src/plugins/General/notifier/translations/notifier_plugin_cs.ts +++ b/src/plugins/General/notifier/translations/notifier_plugin_cs.ts @@ -20,8 +20,8 @@ </message> <message> <location filename="../notifierfactory.cpp" line="53"/> - <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/notifier/translations/notifier_plugin_de.ts b/src/plugins/General/notifier/translations/notifier_plugin_de.ts index 71298c9b0..2ca9295ed 100644 --- a/src/plugins/General/notifier/translations/notifier_plugin_de.ts +++ b/src/plugins/General/notifier/translations/notifier_plugin_de.ts @@ -20,8 +20,8 @@ </message> <message> <location filename="../notifierfactory.cpp" line="53"/> - <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/notifier/translations/notifier_plugin_el.ts b/src/plugins/General/notifier/translations/notifier_plugin_el.ts index ea9492f5c..ddab9e0ac 100644 --- a/src/plugins/General/notifier/translations/notifier_plugin_el.ts +++ b/src/plugins/General/notifier/translations/notifier_plugin_el.ts @@ -23,8 +23,8 @@ </message> <message> <location filename="../notifierfactory.cpp" line="53"/> - <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/notifier/translations/notifier_plugin_en.ts b/src/plugins/General/notifier/translations/notifier_plugin_en.ts index 987bfd624..fd09d7bc9 100644 --- a/src/plugins/General/notifier/translations/notifier_plugin_en.ts +++ b/src/plugins/General/notifier/translations/notifier_plugin_en.ts @@ -20,7 +20,7 @@ </message> <message> <location filename="../notifierfactory.cpp" line="53"/> - <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/notifier/translations/notifier_plugin_es.ts b/src/plugins/General/notifier/translations/notifier_plugin_es.ts index b4d7fc23f..37677982d 100644 --- a/src/plugins/General/notifier/translations/notifier_plugin_es.ts +++ b/src/plugins/General/notifier/translations/notifier_plugin_es.ts @@ -20,8 +20,8 @@ </message> <message> <location filename="../notifierfactory.cpp" line="53"/> - <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/notifier/translations/notifier_plugin_fr.ts b/src/plugins/General/notifier/translations/notifier_plugin_fr.ts index 8517ca6e8..b676cccfa 100644 --- a/src/plugins/General/notifier/translations/notifier_plugin_fr.ts +++ b/src/plugins/General/notifier/translations/notifier_plugin_fr.ts @@ -20,8 +20,8 @@ </message> <message> <location filename="../notifierfactory.cpp" line="53"/> - <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/notifier/translations/notifier_plugin_gl_ES.ts b/src/plugins/General/notifier/translations/notifier_plugin_gl_ES.ts index f85e55485..c02ab576e 100644 --- a/src/plugins/General/notifier/translations/notifier_plugin_gl_ES.ts +++ b/src/plugins/General/notifier/translations/notifier_plugin_gl_ES.ts @@ -20,8 +20,8 @@ </message> <message> <location filename="../notifierfactory.cpp" line="53"/> - <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/notifier/translations/notifier_plugin_he.ts b/src/plugins/General/notifier/translations/notifier_plugin_he.ts index 90d736f75..8295c9b6e 100644 --- a/src/plugins/General/notifier/translations/notifier_plugin_he.ts +++ b/src/plugins/General/notifier/translations/notifier_plugin_he.ts @@ -20,8 +20,8 @@ </message> <message> <location filename="../notifierfactory.cpp" line="53"/> - <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/notifier/translations/notifier_plugin_hu.ts b/src/plugins/General/notifier/translations/notifier_plugin_hu.ts index c96af8067..33b0ddc5f 100644 --- a/src/plugins/General/notifier/translations/notifier_plugin_hu.ts +++ b/src/plugins/General/notifier/translations/notifier_plugin_hu.ts @@ -20,7 +20,7 @@ </message> <message> <location filename="../notifierfactory.cpp" line="53"/> - <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/notifier/translations/notifier_plugin_id.ts b/src/plugins/General/notifier/translations/notifier_plugin_id.ts index 93f0c035c..48a074708 100644 --- a/src/plugins/General/notifier/translations/notifier_plugin_id.ts +++ b/src/plugins/General/notifier/translations/notifier_plugin_id.ts @@ -20,8 +20,8 @@ </message> <message> <location filename="../notifierfactory.cpp" line="53"/> - <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/notifier/translations/notifier_plugin_it.ts b/src/plugins/General/notifier/translations/notifier_plugin_it.ts index 9cad6b8fa..bd0bf3a10 100644 --- a/src/plugins/General/notifier/translations/notifier_plugin_it.ts +++ b/src/plugins/General/notifier/translations/notifier_plugin_it.ts @@ -20,8 +20,8 @@ </message> <message> <location filename="../notifierfactory.cpp" line="53"/> - <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/notifier/translations/notifier_plugin_ja.ts b/src/plugins/General/notifier/translations/notifier_plugin_ja.ts index 9d405e759..5f63e4f6e 100644 --- a/src/plugins/General/notifier/translations/notifier_plugin_ja.ts +++ b/src/plugins/General/notifier/translations/notifier_plugin_ja.ts @@ -20,8 +20,8 @@ </message> <message> <location filename="../notifierfactory.cpp" line="53"/> - <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/notifier/translations/notifier_plugin_kk.ts b/src/plugins/General/notifier/translations/notifier_plugin_kk.ts index 7f3feaffc..9995ce780 100644 --- a/src/plugins/General/notifier/translations/notifier_plugin_kk.ts +++ b/src/plugins/General/notifier/translations/notifier_plugin_kk.ts @@ -20,7 +20,7 @@ </message> <message> <location filename="../notifierfactory.cpp" line="53"/> - <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/notifier/translations/notifier_plugin_lt.ts b/src/plugins/General/notifier/translations/notifier_plugin_lt.ts index f90d868f5..758e6ac00 100644 --- a/src/plugins/General/notifier/translations/notifier_plugin_lt.ts +++ b/src/plugins/General/notifier/translations/notifier_plugin_lt.ts @@ -20,8 +20,8 @@ </message> <message> <location filename="../notifierfactory.cpp" line="53"/> - <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/notifier/translations/notifier_plugin_nl.ts b/src/plugins/General/notifier/translations/notifier_plugin_nl.ts index 32c33404f..cac6be165 100644 --- a/src/plugins/General/notifier/translations/notifier_plugin_nl.ts +++ b/src/plugins/General/notifier/translations/notifier_plugin_nl.ts @@ -20,8 +20,8 @@ </message> <message> <location filename="../notifierfactory.cpp" line="53"/> - <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/notifier/translations/notifier_plugin_pl_PL.ts b/src/plugins/General/notifier/translations/notifier_plugin_pl_PL.ts index df7544ab7..4f1104dbd 100644 --- a/src/plugins/General/notifier/translations/notifier_plugin_pl_PL.ts +++ b/src/plugins/General/notifier/translations/notifier_plugin_pl_PL.ts @@ -20,8 +20,8 @@ </message> <message> <location filename="../notifierfactory.cpp" line="53"/> - <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/notifier/translations/notifier_plugin_pt.ts b/src/plugins/General/notifier/translations/notifier_plugin_pt.ts index c4512ee4c..327008c53 100644 --- a/src/plugins/General/notifier/translations/notifier_plugin_pt.ts +++ b/src/plugins/General/notifier/translations/notifier_plugin_pt.ts @@ -20,8 +20,8 @@ </message> <message> <location filename="../notifierfactory.cpp" line="53"/> - <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/notifier/translations/notifier_plugin_pt_BR.ts b/src/plugins/General/notifier/translations/notifier_plugin_pt_BR.ts index b0ef1e25b..ca4747047 100644 --- a/src/plugins/General/notifier/translations/notifier_plugin_pt_BR.ts +++ b/src/plugins/General/notifier/translations/notifier_plugin_pt_BR.ts @@ -20,8 +20,8 @@ </message> <message> <location filename="../notifierfactory.cpp" line="53"/> - <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/notifier/translations/notifier_plugin_ru.ts b/src/plugins/General/notifier/translations/notifier_plugin_ru.ts index f3b6a8b73..452ed83d1 100644 --- a/src/plugins/General/notifier/translations/notifier_plugin_ru.ts +++ b/src/plugins/General/notifier/translations/notifier_plugin_ru.ts @@ -20,8 +20,8 @@ </message> <message> <location filename="../notifierfactory.cpp" line="53"/> - <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/notifier/translations/notifier_plugin_sk.ts b/src/plugins/General/notifier/translations/notifier_plugin_sk.ts index 7d6fd281a..12c7fb01c 100644 --- a/src/plugins/General/notifier/translations/notifier_plugin_sk.ts +++ b/src/plugins/General/notifier/translations/notifier_plugin_sk.ts @@ -20,7 +20,7 @@ </message> <message> <location filename="../notifierfactory.cpp" line="53"/> - <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/notifier/translations/notifier_plugin_sr_BA.ts b/src/plugins/General/notifier/translations/notifier_plugin_sr_BA.ts index e585e4e78..e525b6b39 100644 --- a/src/plugins/General/notifier/translations/notifier_plugin_sr_BA.ts +++ b/src/plugins/General/notifier/translations/notifier_plugin_sr_BA.ts @@ -20,8 +20,8 @@ </message> <message> <location filename="../notifierfactory.cpp" line="53"/> - <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/notifier/translations/notifier_plugin_sr_RS.ts b/src/plugins/General/notifier/translations/notifier_plugin_sr_RS.ts index 6cd7da930..8ad6dd98d 100644 --- a/src/plugins/General/notifier/translations/notifier_plugin_sr_RS.ts +++ b/src/plugins/General/notifier/translations/notifier_plugin_sr_RS.ts @@ -20,8 +20,8 @@ </message> <message> <location filename="../notifierfactory.cpp" line="53"/> - <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/notifier/translations/notifier_plugin_tr.ts b/src/plugins/General/notifier/translations/notifier_plugin_tr.ts index 7ff7207b2..5ea682c19 100644 --- a/src/plugins/General/notifier/translations/notifier_plugin_tr.ts +++ b/src/plugins/General/notifier/translations/notifier_plugin_tr.ts @@ -20,8 +20,8 @@ </message> <message> <location filename="../notifierfactory.cpp" line="53"/> - <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/notifier/translations/notifier_plugin_uk_UA.ts b/src/plugins/General/notifier/translations/notifier_plugin_uk_UA.ts index 719d3cd8b..8eb5fdba4 100644 --- a/src/plugins/General/notifier/translations/notifier_plugin_uk_UA.ts +++ b/src/plugins/General/notifier/translations/notifier_plugin_uk_UA.ts @@ -20,8 +20,8 @@ </message> <message> <location filename="../notifierfactory.cpp" line="53"/> - <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/notifier/translations/notifier_plugin_zh_CN.ts b/src/plugins/General/notifier/translations/notifier_plugin_zh_CN.ts index a3883ccb9..08b548405 100644 --- a/src/plugins/General/notifier/translations/notifier_plugin_zh_CN.ts +++ b/src/plugins/General/notifier/translations/notifier_plugin_zh_CN.ts @@ -20,8 +20,8 @@ </message> <message> <location filename="../notifierfactory.cpp" line="53"/> - <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/notifier/translations/notifier_plugin_zh_TW.ts b/src/plugins/General/notifier/translations/notifier_plugin_zh_TW.ts index 549aef99b..30f5c2c8a 100644 --- a/src/plugins/General/notifier/translations/notifier_plugin_zh_TW.ts +++ b/src/plugins/General/notifier/translations/notifier_plugin_zh_TW.ts @@ -20,8 +20,8 @@ </message> <message> <location filename="../notifierfactory.cpp" line="53"/> - <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> |
