aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/streambrowser
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/streambrowser
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/streambrowser')
-rw-r--r--src/plugins/General/streambrowser/streambrowser.cpp2
-rw-r--r--src/plugins/General/streambrowser/streambrowser.h4
-rw-r--r--src/plugins/General/streambrowser/streambrowserfactory.cpp4
-rw-r--r--src/plugins/General/streambrowser/streambrowserfactory.h4
-rw-r--r--src/plugins/General/streambrowser/streamwindow.cpp2
-rw-r--r--src/plugins/General/streambrowser/streamwindow.h6
-rw-r--r--src/plugins/General/streambrowser/translations/streambrowser_plugin_bg.ts2
-rw-r--r--src/plugins/General/streambrowser/translations/streambrowser_plugin_cs.ts4
-rw-r--r--src/plugins/General/streambrowser/translations/streambrowser_plugin_de.ts4
-rw-r--r--src/plugins/General/streambrowser/translations/streambrowser_plugin_el.ts4
-rw-r--r--src/plugins/General/streambrowser/translations/streambrowser_plugin_en.ts2
-rw-r--r--src/plugins/General/streambrowser/translations/streambrowser_plugin_es.ts4
-rw-r--r--src/plugins/General/streambrowser/translations/streambrowser_plugin_fr.ts4
-rw-r--r--src/plugins/General/streambrowser/translations/streambrowser_plugin_gl_ES.ts4
-rw-r--r--src/plugins/General/streambrowser/translations/streambrowser_plugin_he.ts4
-rw-r--r--src/plugins/General/streambrowser/translations/streambrowser_plugin_hu.ts2
-rw-r--r--src/plugins/General/streambrowser/translations/streambrowser_plugin_id.ts4
-rw-r--r--src/plugins/General/streambrowser/translations/streambrowser_plugin_it.ts4
-rw-r--r--src/plugins/General/streambrowser/translations/streambrowser_plugin_ja.ts4
-rw-r--r--src/plugins/General/streambrowser/translations/streambrowser_plugin_kk.ts2
-rw-r--r--src/plugins/General/streambrowser/translations/streambrowser_plugin_lt.ts4
-rw-r--r--src/plugins/General/streambrowser/translations/streambrowser_plugin_nl.ts4
-rw-r--r--src/plugins/General/streambrowser/translations/streambrowser_plugin_pl_PL.ts4
-rw-r--r--src/plugins/General/streambrowser/translations/streambrowser_plugin_pt.ts4
-rw-r--r--src/plugins/General/streambrowser/translations/streambrowser_plugin_pt_BR.ts4
-rw-r--r--src/plugins/General/streambrowser/translations/streambrowser_plugin_ru.ts4
-rw-r--r--src/plugins/General/streambrowser/translations/streambrowser_plugin_sk.ts2
-rw-r--r--src/plugins/General/streambrowser/translations/streambrowser_plugin_sr_BA.ts4
-rw-r--r--src/plugins/General/streambrowser/translations/streambrowser_plugin_sr_RS.ts4
-rw-r--r--src/plugins/General/streambrowser/translations/streambrowser_plugin_tr.ts4
-rw-r--r--src/plugins/General/streambrowser/translations/streambrowser_plugin_uk_UA.ts4
-rw-r--r--src/plugins/General/streambrowser/translations/streambrowser_plugin_zh_CN.ts4
-rw-r--r--src/plugins/General/streambrowser/translations/streambrowser_plugin_zh_TW.ts4
33 files changed, 60 insertions, 60 deletions
diff --git a/src/plugins/General/streambrowser/streambrowser.cpp b/src/plugins/General/streambrowser/streambrowser.cpp
index b2e8469fe..69fbcd836 100644
--- a/src/plugins/General/streambrowser/streambrowser.cpp
+++ b/src/plugins/General/streambrowser/streambrowser.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 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/streambrowser/streambrowser.h b/src/plugins/General/streambrowser/streambrowser.h
index fca6f6248..0f23644d8 100644
--- a/src/plugins/General/streambrowser/streambrowser.h
+++ b/src/plugins/General/streambrowser/streambrowser.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 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 *
@@ -28,7 +28,7 @@ class QAction;
class StreamWindow;
/**
- @author Ilya Kotov <forkotov02@hotmail.ru>
+ @author Ilya Kotov <forkotov02@ya.ru>
*/
class StreamBrowser : public QObject
diff --git a/src/plugins/General/streambrowser/streambrowserfactory.cpp b/src/plugins/General/streambrowser/streambrowserfactory.cpp
index fed34ca0a..182e3d414 100644
--- a/src/plugins/General/streambrowser/streambrowserfactory.cpp
+++ b/src/plugins/General/streambrowser/streambrowserfactory.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2012-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 StreamBrowserFactory::showAbout(QWidget *parent)
QMessageBox::about (parent, tr("About Stream Browser Plugin"),
tr("Qmmp Stream Browser Plugin")+"\n"+
tr("This plugin allows one to add stream from IceCast stream directory")+"\n"+
- tr("Written by: Ilya Kotov <forkotov02@hotmail.ru>"));
+ tr("Written by: Ilya Kotov <forkotov02@ya.ru>"));
}
QTranslator *StreamBrowserFactory::createTranslator(QObject *parent)
diff --git a/src/plugins/General/streambrowser/streambrowserfactory.h b/src/plugins/General/streambrowser/streambrowserfactory.h
index 9e931fbe0..aac26dd09 100644
--- a/src/plugins/General/streambrowser/streambrowserfactory.h
+++ b/src/plugins/General/streambrowser/streambrowserfactory.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 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 STREAMBROWSERFACTORY_H
/**
- @author Ilya Kotov <forkotov02@hotmail.ru>
+ @author Ilya Kotov <forkotov02@ya.ru>
*/
#include <QObject>
#include <QTranslator>
diff --git a/src/plugins/General/streambrowser/streamwindow.cpp b/src/plugins/General/streambrowser/streamwindow.cpp
index 1d8cc24d8..7153abe48 100644
--- a/src/plugins/General/streambrowser/streamwindow.cpp
+++ b/src/plugins/General/streambrowser/streamwindow.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2012-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/streambrowser/streamwindow.h b/src/plugins/General/streambrowser/streamwindow.h
index 8fe50b917..013490fd3 100644
--- a/src/plugins/General/streambrowser/streamwindow.h
+++ b/src/plugins/General/streambrowser/streamwindow.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 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 *
@@ -32,7 +32,7 @@ class QMenu;
class StreamsProxyModel;
/**
- @author Ilya Kotov <forkotov02@hotmail.ru>
+ @author Ilya Kotov <forkotov02@ya.ru>
*/
class StreamWindow : public QWidget
{
@@ -67,7 +67,7 @@ private:
};
/**
- @author Ilya Kotov <forkotov02@hotmail.ru>
+ @author Ilya Kotov <forkotov02@ya.ru>
*/
class StreamsProxyModel: public QSortFilterProxyModel
{
diff --git a/src/plugins/General/streambrowser/translations/streambrowser_plugin_bg.ts b/src/plugins/General/streambrowser/translations/streambrowser_plugin_bg.ts
index 23690a9b6..e5c53d93b 100644
--- a/src/plugins/General/streambrowser/translations/streambrowser_plugin_bg.ts
+++ b/src/plugins/General/streambrowser/translations/streambrowser_plugin_bg.ts
@@ -38,7 +38,7 @@
</message>
<message>
<location filename="../streambrowserfactory.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/streambrowser/translations/streambrowser_plugin_cs.ts b/src/plugins/General/streambrowser/translations/streambrowser_plugin_cs.ts
index f9866cc16..bee60d7a2 100644
--- a/src/plugins/General/streambrowser/translations/streambrowser_plugin_cs.ts
+++ b/src/plugins/General/streambrowser/translations/streambrowser_plugin_cs.ts
@@ -38,8 +38,8 @@
</message>
<message>
<location filename="../streambrowserfactory.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/streambrowser/translations/streambrowser_plugin_de.ts b/src/plugins/General/streambrowser/translations/streambrowser_plugin_de.ts
index 99134c70f..846526a62 100644
--- a/src/plugins/General/streambrowser/translations/streambrowser_plugin_de.ts
+++ b/src/plugins/General/streambrowser/translations/streambrowser_plugin_de.ts
@@ -38,8 +38,8 @@
</message>
<message>
<location filename="../streambrowserfactory.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/streambrowser/translations/streambrowser_plugin_el.ts b/src/plugins/General/streambrowser/translations/streambrowser_plugin_el.ts
index 30a6d4f01..f5ab90ef1 100644
--- a/src/plugins/General/streambrowser/translations/streambrowser_plugin_el.ts
+++ b/src/plugins/General/streambrowser/translations/streambrowser_plugin_el.ts
@@ -38,8 +38,8 @@
</message>
<message>
<location filename="../streambrowserfactory.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/streambrowser/translations/streambrowser_plugin_en.ts b/src/plugins/General/streambrowser/translations/streambrowser_plugin_en.ts
index 8f40dc568..63aaea510 100644
--- a/src/plugins/General/streambrowser/translations/streambrowser_plugin_en.ts
+++ b/src/plugins/General/streambrowser/translations/streambrowser_plugin_en.ts
@@ -38,7 +38,7 @@
</message>
<message>
<location filename="../streambrowserfactory.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/streambrowser/translations/streambrowser_plugin_es.ts b/src/plugins/General/streambrowser/translations/streambrowser_plugin_es.ts
index 077789b9c..6be00385e 100644
--- a/src/plugins/General/streambrowser/translations/streambrowser_plugin_es.ts
+++ b/src/plugins/General/streambrowser/translations/streambrowser_plugin_es.ts
@@ -38,8 +38,8 @@
</message>
<message>
<location filename="../streambrowserfactory.cpp" line="54"/>
- <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
- <translation type="unfinished">Escrito por: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</translation>
+ <source>Written by: Ilya Kotov &lt;forkotov02@ya.ru&gt;</source>
+ <translation type="unfinished">Escrito por: Ilya Kotov &lt;forkotov02@ya.ru&gt;</translation>
</message>
</context>
<context>
diff --git a/src/plugins/General/streambrowser/translations/streambrowser_plugin_fr.ts b/src/plugins/General/streambrowser/translations/streambrowser_plugin_fr.ts
index 1cb55dcef..ae6ec52ca 100644
--- a/src/plugins/General/streambrowser/translations/streambrowser_plugin_fr.ts
+++ b/src/plugins/General/streambrowser/translations/streambrowser_plugin_fr.ts
@@ -38,8 +38,8 @@
</message>
<message>
<location filename="../streambrowserfactory.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/streambrowser/translations/streambrowser_plugin_gl_ES.ts b/src/plugins/General/streambrowser/translations/streambrowser_plugin_gl_ES.ts
index 29859a76b..83e24ada7 100644
--- a/src/plugins/General/streambrowser/translations/streambrowser_plugin_gl_ES.ts
+++ b/src/plugins/General/streambrowser/translations/streambrowser_plugin_gl_ES.ts
@@ -38,8 +38,8 @@
</message>
<message>
<location filename="../streambrowserfactory.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/streambrowser/translations/streambrowser_plugin_he.ts b/src/plugins/General/streambrowser/translations/streambrowser_plugin_he.ts
index ea5885433..619bb3a0c 100644
--- a/src/plugins/General/streambrowser/translations/streambrowser_plugin_he.ts
+++ b/src/plugins/General/streambrowser/translations/streambrowser_plugin_he.ts
@@ -38,8 +38,8 @@
</message>
<message>
<location filename="../streambrowserfactory.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/streambrowser/translations/streambrowser_plugin_hu.ts b/src/plugins/General/streambrowser/translations/streambrowser_plugin_hu.ts
index 484e9df6f..8ab7dcc29 100644
--- a/src/plugins/General/streambrowser/translations/streambrowser_plugin_hu.ts
+++ b/src/plugins/General/streambrowser/translations/streambrowser_plugin_hu.ts
@@ -38,7 +38,7 @@
</message>
<message>
<location filename="../streambrowserfactory.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/streambrowser/translations/streambrowser_plugin_id.ts b/src/plugins/General/streambrowser/translations/streambrowser_plugin_id.ts
index 5fc2274e0..0b3602990 100644
--- a/src/plugins/General/streambrowser/translations/streambrowser_plugin_id.ts
+++ b/src/plugins/General/streambrowser/translations/streambrowser_plugin_id.ts
@@ -38,8 +38,8 @@
</message>
<message>
<location filename="../streambrowserfactory.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/streambrowser/translations/streambrowser_plugin_it.ts b/src/plugins/General/streambrowser/translations/streambrowser_plugin_it.ts
index f651ad44f..f0fa53004 100644
--- a/src/plugins/General/streambrowser/translations/streambrowser_plugin_it.ts
+++ b/src/plugins/General/streambrowser/translations/streambrowser_plugin_it.ts
@@ -38,8 +38,8 @@
</message>
<message>
<location filename="../streambrowserfactory.cpp" line="54"/>
- <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
- <translation type="unfinished">Autore: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</translation>
+ <source>Written by: Ilya Kotov &lt;forkotov02@ya.ru&gt;</source>
+ <translation type="unfinished">Autore: Ilya Kotov &lt;forkotov02@ya.ru&gt;</translation>
</message>
</context>
<context>
diff --git a/src/plugins/General/streambrowser/translations/streambrowser_plugin_ja.ts b/src/plugins/General/streambrowser/translations/streambrowser_plugin_ja.ts
index be975770a..a543bcab9 100644
--- a/src/plugins/General/streambrowser/translations/streambrowser_plugin_ja.ts
+++ b/src/plugins/General/streambrowser/translations/streambrowser_plugin_ja.ts
@@ -38,8 +38,8 @@
</message>
<message>
<location filename="../streambrowserfactory.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/streambrowser/translations/streambrowser_plugin_kk.ts b/src/plugins/General/streambrowser/translations/streambrowser_plugin_kk.ts
index d94ef9369..7fd931b9f 100644
--- a/src/plugins/General/streambrowser/translations/streambrowser_plugin_kk.ts
+++ b/src/plugins/General/streambrowser/translations/streambrowser_plugin_kk.ts
@@ -38,7 +38,7 @@
</message>
<message>
<location filename="../streambrowserfactory.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/streambrowser/translations/streambrowser_plugin_lt.ts b/src/plugins/General/streambrowser/translations/streambrowser_plugin_lt.ts
index f97934c22..200a88d5d 100644
--- a/src/plugins/General/streambrowser/translations/streambrowser_plugin_lt.ts
+++ b/src/plugins/General/streambrowser/translations/streambrowser_plugin_lt.ts
@@ -38,8 +38,8 @@
</message>
<message>
<location filename="../streambrowserfactory.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/streambrowser/translations/streambrowser_plugin_nl.ts b/src/plugins/General/streambrowser/translations/streambrowser_plugin_nl.ts
index adada355e..4310ffd34 100644
--- a/src/plugins/General/streambrowser/translations/streambrowser_plugin_nl.ts
+++ b/src/plugins/General/streambrowser/translations/streambrowser_plugin_nl.ts
@@ -38,8 +38,8 @@
</message>
<message>
<location filename="../streambrowserfactory.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/streambrowser/translations/streambrowser_plugin_pl_PL.ts b/src/plugins/General/streambrowser/translations/streambrowser_plugin_pl_PL.ts
index ac4319116..d19ddd540 100644
--- a/src/plugins/General/streambrowser/translations/streambrowser_plugin_pl_PL.ts
+++ b/src/plugins/General/streambrowser/translations/streambrowser_plugin_pl_PL.ts
@@ -38,8 +38,8 @@
</message>
<message>
<location filename="../streambrowserfactory.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/streambrowser/translations/streambrowser_plugin_pt.ts b/src/plugins/General/streambrowser/translations/streambrowser_plugin_pt.ts
index 9d550b13f..29a2fe263 100644
--- a/src/plugins/General/streambrowser/translations/streambrowser_plugin_pt.ts
+++ b/src/plugins/General/streambrowser/translations/streambrowser_plugin_pt.ts
@@ -38,8 +38,8 @@
</message>
<message>
<location filename="../streambrowserfactory.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/streambrowser/translations/streambrowser_plugin_pt_BR.ts b/src/plugins/General/streambrowser/translations/streambrowser_plugin_pt_BR.ts
index 8b8149795..01d50bd7c 100644
--- a/src/plugins/General/streambrowser/translations/streambrowser_plugin_pt_BR.ts
+++ b/src/plugins/General/streambrowser/translations/streambrowser_plugin_pt_BR.ts
@@ -38,8 +38,8 @@
</message>
<message>
<location filename="../streambrowserfactory.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/streambrowser/translations/streambrowser_plugin_ru.ts b/src/plugins/General/streambrowser/translations/streambrowser_plugin_ru.ts
index d5dd80f7f..fd6a82749 100644
--- a/src/plugins/General/streambrowser/translations/streambrowser_plugin_ru.ts
+++ b/src/plugins/General/streambrowser/translations/streambrowser_plugin_ru.ts
@@ -38,8 +38,8 @@
</message>
<message>
<location filename="../streambrowserfactory.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/streambrowser/translations/streambrowser_plugin_sk.ts b/src/plugins/General/streambrowser/translations/streambrowser_plugin_sk.ts
index 01f92af11..154eaa945 100644
--- a/src/plugins/General/streambrowser/translations/streambrowser_plugin_sk.ts
+++ b/src/plugins/General/streambrowser/translations/streambrowser_plugin_sk.ts
@@ -38,7 +38,7 @@
</message>
<message>
<location filename="../streambrowserfactory.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/streambrowser/translations/streambrowser_plugin_sr_BA.ts b/src/plugins/General/streambrowser/translations/streambrowser_plugin_sr_BA.ts
index 7223d0164..a92e27eac 100644
--- a/src/plugins/General/streambrowser/translations/streambrowser_plugin_sr_BA.ts
+++ b/src/plugins/General/streambrowser/translations/streambrowser_plugin_sr_BA.ts
@@ -38,8 +38,8 @@
</message>
<message>
<location filename="../streambrowserfactory.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/streambrowser/translations/streambrowser_plugin_sr_RS.ts b/src/plugins/General/streambrowser/translations/streambrowser_plugin_sr_RS.ts
index 8dadd15e5..2ca3fee7f 100644
--- a/src/plugins/General/streambrowser/translations/streambrowser_plugin_sr_RS.ts
+++ b/src/plugins/General/streambrowser/translations/streambrowser_plugin_sr_RS.ts
@@ -38,8 +38,8 @@
</message>
<message>
<location filename="../streambrowserfactory.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/streambrowser/translations/streambrowser_plugin_tr.ts b/src/plugins/General/streambrowser/translations/streambrowser_plugin_tr.ts
index 905b249a7..4a403e653 100644
--- a/src/plugins/General/streambrowser/translations/streambrowser_plugin_tr.ts
+++ b/src/plugins/General/streambrowser/translations/streambrowser_plugin_tr.ts
@@ -38,8 +38,8 @@
</message>
<message>
<location filename="../streambrowserfactory.cpp" line="54"/>
- <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
- <translation type="unfinished">Yazan: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</translation>
+ <source>Written by: Ilya Kotov &lt;forkotov02@ya.ru&gt;</source>
+ <translation type="unfinished">Yazan: Ilya Kotov &lt;forkotov02@ya.ru&gt;</translation>
</message>
</context>
<context>
diff --git a/src/plugins/General/streambrowser/translations/streambrowser_plugin_uk_UA.ts b/src/plugins/General/streambrowser/translations/streambrowser_plugin_uk_UA.ts
index da3fc0e8f..c768227dc 100644
--- a/src/plugins/General/streambrowser/translations/streambrowser_plugin_uk_UA.ts
+++ b/src/plugins/General/streambrowser/translations/streambrowser_plugin_uk_UA.ts
@@ -38,8 +38,8 @@
</message>
<message>
<location filename="../streambrowserfactory.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/streambrowser/translations/streambrowser_plugin_zh_CN.ts b/src/plugins/General/streambrowser/translations/streambrowser_plugin_zh_CN.ts
index d65ff11bb..e1c347fbe 100644
--- a/src/plugins/General/streambrowser/translations/streambrowser_plugin_zh_CN.ts
+++ b/src/plugins/General/streambrowser/translations/streambrowser_plugin_zh_CN.ts
@@ -38,8 +38,8 @@
</message>
<message>
<location filename="../streambrowserfactory.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/streambrowser/translations/streambrowser_plugin_zh_TW.ts b/src/plugins/General/streambrowser/translations/streambrowser_plugin_zh_TW.ts
index 450849a9f..fa942d7c8 100644
--- a/src/plugins/General/streambrowser/translations/streambrowser_plugin_zh_TW.ts
+++ b/src/plugins/General/streambrowser/translations/streambrowser_plugin_zh_TW.ts
@@ -38,8 +38,8 @@
</message>
<message>
<location filename="../streambrowserfactory.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>