aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/copypaste
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/copypaste
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/copypaste')
-rw-r--r--src/plugins/General/copypaste/copypaste.cpp2
-rw-r--r--src/plugins/General/copypaste/copypaste.h4
-rw-r--r--src/plugins/General/copypaste/copypastefactory.cpp4
-rw-r--r--src/plugins/General/copypaste/copypastefactory.h4
-rw-r--r--src/plugins/General/copypaste/translations/copypaste_plugin_bg.ts2
-rw-r--r--src/plugins/General/copypaste/translations/copypaste_plugin_cs.ts4
-rw-r--r--src/plugins/General/copypaste/translations/copypaste_plugin_de.ts4
-rw-r--r--src/plugins/General/copypaste/translations/copypaste_plugin_el.ts4
-rw-r--r--src/plugins/General/copypaste/translations/copypaste_plugin_en.ts2
-rw-r--r--src/plugins/General/copypaste/translations/copypaste_plugin_es.ts2
-rw-r--r--src/plugins/General/copypaste/translations/copypaste_plugin_fr.ts4
-rw-r--r--src/plugins/General/copypaste/translations/copypaste_plugin_gl_ES.ts4
-rw-r--r--src/plugins/General/copypaste/translations/copypaste_plugin_he.ts4
-rw-r--r--src/plugins/General/copypaste/translations/copypaste_plugin_hu.ts2
-rw-r--r--src/plugins/General/copypaste/translations/copypaste_plugin_id.ts4
-rw-r--r--src/plugins/General/copypaste/translations/copypaste_plugin_it.ts2
-rw-r--r--src/plugins/General/copypaste/translations/copypaste_plugin_ja.ts4
-rw-r--r--src/plugins/General/copypaste/translations/copypaste_plugin_kk.ts2
-rw-r--r--src/plugins/General/copypaste/translations/copypaste_plugin_lt.ts4
-rw-r--r--src/plugins/General/copypaste/translations/copypaste_plugin_nl.ts2
-rw-r--r--src/plugins/General/copypaste/translations/copypaste_plugin_pl_PL.ts4
-rw-r--r--src/plugins/General/copypaste/translations/copypaste_plugin_pt.ts4
-rw-r--r--src/plugins/General/copypaste/translations/copypaste_plugin_pt_BR.ts4
-rw-r--r--src/plugins/General/copypaste/translations/copypaste_plugin_ru.ts4
-rw-r--r--src/plugins/General/copypaste/translations/copypaste_plugin_sk.ts2
-rw-r--r--src/plugins/General/copypaste/translations/copypaste_plugin_sr_BA.ts4
-rw-r--r--src/plugins/General/copypaste/translations/copypaste_plugin_sr_RS.ts4
-rw-r--r--src/plugins/General/copypaste/translations/copypaste_plugin_tr.ts2
-rw-r--r--src/plugins/General/copypaste/translations/copypaste_plugin_uk_UA.ts4
-rw-r--r--src/plugins/General/copypaste/translations/copypaste_plugin_zh_CN.ts4
-rw-r--r--src/plugins/General/copypaste/translations/copypaste_plugin_zh_TW.ts4
31 files changed, 52 insertions, 52 deletions
diff --git a/src/plugins/General/copypaste/copypaste.cpp b/src/plugins/General/copypaste/copypaste.cpp
index 17d17ba71..47e097b83 100644
--- a/src/plugins/General/copypaste/copypaste.cpp
+++ b/src/plugins/General/copypaste/copypaste.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 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/copypaste/copypaste.h b/src/plugins/General/copypaste/copypaste.h
index 3b550122c..3ac153da4 100644
--- a/src/plugins/General/copypaste/copypaste.h
+++ b/src/plugins/General/copypaste/copypaste.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 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 *
@@ -30,7 +30,7 @@ class PlayListTrack;
class PlayListManager;
/**
- @author Ilya Kotov <forkotov02@hotmail.ru>
+ @author Ilya Kotov <forkotov02@ya.ru>
*/
class CopyPaste : public QObject
{
diff --git a/src/plugins/General/copypaste/copypastefactory.cpp b/src/plugins/General/copypaste/copypastefactory.cpp
index 03a8fe68e..b4fd61a6b 100644
--- a/src/plugins/General/copypaste/copypastefactory.cpp
+++ b/src/plugins/General/copypaste/copypastefactory.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 *
@@ -50,7 +50,7 @@ void CopyPasteFactory::showAbout(QWidget *parent)
QMessageBox::about (parent, tr("About Copy/Paste Plugin"),
tr("Qmmp Copy/Paste Plugin")+"\n"+
tr("This plugin allows one to copy selected tracks from one playlist to another")+"\n"+
- tr("Written by: Ilya Kotov <forkotov02@hotmail.ru>"));
+ tr("Written by: Ilya Kotov <forkotov02@ya.ru>"));
}
QTranslator *CopyPasteFactory::createTranslator(QObject *parent)
diff --git a/src/plugins/General/copypaste/copypastefactory.h b/src/plugins/General/copypaste/copypastefactory.h
index 613d7e9f5..2e157cb2e 100644
--- a/src/plugins/General/copypaste/copypastefactory.h
+++ b/src/plugins/General/copypaste/copypastefactory.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 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 *
@@ -21,7 +21,7 @@
#define COPYPASTEFACTORY_H
/**
- @author Ilya Kotov <forkotov02@hotmail.ru>
+ @author Ilya Kotov <forkotov02@ya.ru>
*/
#include <QObject>
#include <QTranslator>
diff --git a/src/plugins/General/copypaste/translations/copypaste_plugin_bg.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_bg.ts
index 1ad9270a4..98c0085ea 100644
--- a/src/plugins/General/copypaste/translations/copypaste_plugin_bg.ts
+++ b/src/plugins/General/copypaste/translations/copypaste_plugin_bg.ts
@@ -58,7 +58,7 @@
</message>
<message>
<location filename="../copypastefactory.cpp" line="53"/>
- <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/copypaste/translations/copypaste_plugin_cs.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_cs.ts
index 615979746..2bdc75c67 100644
--- a/src/plugins/General/copypaste/translations/copypaste_plugin_cs.ts
+++ b/src/plugins/General/copypaste/translations/copypaste_plugin_cs.ts
@@ -58,8 +58,8 @@
</message>
<message>
<location filename="../copypastefactory.cpp" line="53"/>
- <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>
</TS>
diff --git a/src/plugins/General/copypaste/translations/copypaste_plugin_de.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_de.ts
index 9c44a9e0b..d8d6286fb 100644
--- a/src/plugins/General/copypaste/translations/copypaste_plugin_de.ts
+++ b/src/plugins/General/copypaste/translations/copypaste_plugin_de.ts
@@ -58,8 +58,8 @@
</message>
<message>
<location filename="../copypastefactory.cpp" line="53"/>
- <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>
</TS>
diff --git a/src/plugins/General/copypaste/translations/copypaste_plugin_el.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_el.ts
index ac9b269a3..59393f4a8 100644
--- a/src/plugins/General/copypaste/translations/copypaste_plugin_el.ts
+++ b/src/plugins/General/copypaste/translations/copypaste_plugin_el.ts
@@ -58,8 +58,8 @@
</message>
<message>
<location filename="../copypastefactory.cpp" line="53"/>
- <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>
</TS>
diff --git a/src/plugins/General/copypaste/translations/copypaste_plugin_en.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_en.ts
index 50c1b8d30..fb3629321 100644
--- a/src/plugins/General/copypaste/translations/copypaste_plugin_en.ts
+++ b/src/plugins/General/copypaste/translations/copypaste_plugin_en.ts
@@ -58,7 +58,7 @@
</message>
<message>
<location filename="../copypastefactory.cpp" line="53"/>
- <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/copypaste/translations/copypaste_plugin_es.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_es.ts
index 12bd538b8..f767c3766 100644
--- a/src/plugins/General/copypaste/translations/copypaste_plugin_es.ts
+++ b/src/plugins/General/copypaste/translations/copypaste_plugin_es.ts
@@ -58,7 +58,7 @@
</message>
<message>
<location filename="../copypastefactory.cpp" line="53"/>
- <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/copypaste/translations/copypaste_plugin_fr.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_fr.ts
index 47c3c8532..93fdf5ce2 100644
--- a/src/plugins/General/copypaste/translations/copypaste_plugin_fr.ts
+++ b/src/plugins/General/copypaste/translations/copypaste_plugin_fr.ts
@@ -58,8 +58,8 @@
</message>
<message>
<location filename="../copypastefactory.cpp" line="53"/>
- <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>
</TS>
diff --git a/src/plugins/General/copypaste/translations/copypaste_plugin_gl_ES.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_gl_ES.ts
index e7e7498e4..3dde955ba 100644
--- a/src/plugins/General/copypaste/translations/copypaste_plugin_gl_ES.ts
+++ b/src/plugins/General/copypaste/translations/copypaste_plugin_gl_ES.ts
@@ -58,8 +58,8 @@
</message>
<message>
<location filename="../copypastefactory.cpp" line="53"/>
- <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>
</TS>
diff --git a/src/plugins/General/copypaste/translations/copypaste_plugin_he.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_he.ts
index 0b0d47487..b13623816 100644
--- a/src/plugins/General/copypaste/translations/copypaste_plugin_he.ts
+++ b/src/plugins/General/copypaste/translations/copypaste_plugin_he.ts
@@ -58,8 +58,8 @@
</message>
<message>
<location filename="../copypastefactory.cpp" line="53"/>
- <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>
</TS>
diff --git a/src/plugins/General/copypaste/translations/copypaste_plugin_hu.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_hu.ts
index 80dac83e5..27fdd105b 100644
--- a/src/plugins/General/copypaste/translations/copypaste_plugin_hu.ts
+++ b/src/plugins/General/copypaste/translations/copypaste_plugin_hu.ts
@@ -58,7 +58,7 @@
</message>
<message>
<location filename="../copypastefactory.cpp" line="53"/>
- <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/copypaste/translations/copypaste_plugin_id.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_id.ts
index a2506c68b..ca9c61f6a 100644
--- a/src/plugins/General/copypaste/translations/copypaste_plugin_id.ts
+++ b/src/plugins/General/copypaste/translations/copypaste_plugin_id.ts
@@ -58,8 +58,8 @@
</message>
<message>
<location filename="../copypastefactory.cpp" line="53"/>
- <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>
</TS>
diff --git a/src/plugins/General/copypaste/translations/copypaste_plugin_it.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_it.ts
index 3ec9d34df..dc692ff30 100644
--- a/src/plugins/General/copypaste/translations/copypaste_plugin_it.ts
+++ b/src/plugins/General/copypaste/translations/copypaste_plugin_it.ts
@@ -58,7 +58,7 @@
</message>
<message>
<location filename="../copypastefactory.cpp" line="53"/>
- <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/copypaste/translations/copypaste_plugin_ja.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_ja.ts
index 3cb69baa9..44b1f77b7 100644
--- a/src/plugins/General/copypaste/translations/copypaste_plugin_ja.ts
+++ b/src/plugins/General/copypaste/translations/copypaste_plugin_ja.ts
@@ -58,8 +58,8 @@
</message>
<message>
<location filename="../copypastefactory.cpp" line="53"/>
- <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>
</TS>
diff --git a/src/plugins/General/copypaste/translations/copypaste_plugin_kk.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_kk.ts
index 40069ece2..43be73333 100644
--- a/src/plugins/General/copypaste/translations/copypaste_plugin_kk.ts
+++ b/src/plugins/General/copypaste/translations/copypaste_plugin_kk.ts
@@ -58,7 +58,7 @@
</message>
<message>
<location filename="../copypastefactory.cpp" line="53"/>
- <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/copypaste/translations/copypaste_plugin_lt.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_lt.ts
index 7a83031f8..c7b356987 100644
--- a/src/plugins/General/copypaste/translations/copypaste_plugin_lt.ts
+++ b/src/plugins/General/copypaste/translations/copypaste_plugin_lt.ts
@@ -58,8 +58,8 @@
</message>
<message>
<location filename="../copypastefactory.cpp" line="53"/>
- <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>
</TS>
diff --git a/src/plugins/General/copypaste/translations/copypaste_plugin_nl.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_nl.ts
index a4ca95f65..bcab01a99 100644
--- a/src/plugins/General/copypaste/translations/copypaste_plugin_nl.ts
+++ b/src/plugins/General/copypaste/translations/copypaste_plugin_nl.ts
@@ -58,7 +58,7 @@
</message>
<message>
<location filename="../copypastefactory.cpp" line="53"/>
- <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/copypaste/translations/copypaste_plugin_pl_PL.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_pl_PL.ts
index e5e22a5af..7c5c5a5e8 100644
--- a/src/plugins/General/copypaste/translations/copypaste_plugin_pl_PL.ts
+++ b/src/plugins/General/copypaste/translations/copypaste_plugin_pl_PL.ts
@@ -58,8 +58,8 @@
</message>
<message>
<location filename="../copypastefactory.cpp" line="53"/>
- <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>
</TS>
diff --git a/src/plugins/General/copypaste/translations/copypaste_plugin_pt.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_pt.ts
index 1d5a45fac..745e7289f 100644
--- a/src/plugins/General/copypaste/translations/copypaste_plugin_pt.ts
+++ b/src/plugins/General/copypaste/translations/copypaste_plugin_pt.ts
@@ -58,8 +58,8 @@
</message>
<message>
<location filename="../copypastefactory.cpp" line="53"/>
- <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>
</TS>
diff --git a/src/plugins/General/copypaste/translations/copypaste_plugin_pt_BR.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_pt_BR.ts
index af9f39fb3..a82f547f2 100644
--- a/src/plugins/General/copypaste/translations/copypaste_plugin_pt_BR.ts
+++ b/src/plugins/General/copypaste/translations/copypaste_plugin_pt_BR.ts
@@ -58,8 +58,8 @@
</message>
<message>
<location filename="../copypastefactory.cpp" line="53"/>
- <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>
</TS>
diff --git a/src/plugins/General/copypaste/translations/copypaste_plugin_ru.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_ru.ts
index 57b8a6675..01105256d 100644
--- a/src/plugins/General/copypaste/translations/copypaste_plugin_ru.ts
+++ b/src/plugins/General/copypaste/translations/copypaste_plugin_ru.ts
@@ -58,8 +58,8 @@
</message>
<message>
<location filename="../copypastefactory.cpp" line="53"/>
- <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>
</TS>
diff --git a/src/plugins/General/copypaste/translations/copypaste_plugin_sk.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_sk.ts
index 4d2d7279b..c1d42d10a 100644
--- a/src/plugins/General/copypaste/translations/copypaste_plugin_sk.ts
+++ b/src/plugins/General/copypaste/translations/copypaste_plugin_sk.ts
@@ -58,7 +58,7 @@
</message>
<message>
<location filename="../copypastefactory.cpp" line="53"/>
- <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/copypaste/translations/copypaste_plugin_sr_BA.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_sr_BA.ts
index f80a8113a..8e7ac2b66 100644
--- a/src/plugins/General/copypaste/translations/copypaste_plugin_sr_BA.ts
+++ b/src/plugins/General/copypaste/translations/copypaste_plugin_sr_BA.ts
@@ -58,8 +58,8 @@
</message>
<message>
<location filename="../copypastefactory.cpp" line="53"/>
- <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>
</TS>
diff --git a/src/plugins/General/copypaste/translations/copypaste_plugin_sr_RS.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_sr_RS.ts
index 252ef24d9..52b7a0a6b 100644
--- a/src/plugins/General/copypaste/translations/copypaste_plugin_sr_RS.ts
+++ b/src/plugins/General/copypaste/translations/copypaste_plugin_sr_RS.ts
@@ -58,8 +58,8 @@
</message>
<message>
<location filename="../copypastefactory.cpp" line="53"/>
- <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>
</TS>
diff --git a/src/plugins/General/copypaste/translations/copypaste_plugin_tr.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_tr.ts
index 7578d831e..c09e0e0f6 100644
--- a/src/plugins/General/copypaste/translations/copypaste_plugin_tr.ts
+++ b/src/plugins/General/copypaste/translations/copypaste_plugin_tr.ts
@@ -58,7 +58,7 @@
</message>
<message>
<location filename="../copypastefactory.cpp" line="53"/>
- <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/copypaste/translations/copypaste_plugin_uk_UA.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_uk_UA.ts
index dd188504e..f41f666fc 100644
--- a/src/plugins/General/copypaste/translations/copypaste_plugin_uk_UA.ts
+++ b/src/plugins/General/copypaste/translations/copypaste_plugin_uk_UA.ts
@@ -58,8 +58,8 @@
</message>
<message>
<location filename="../copypastefactory.cpp" line="53"/>
- <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>
</TS>
diff --git a/src/plugins/General/copypaste/translations/copypaste_plugin_zh_CN.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_zh_CN.ts
index 552183f48..de8e5b7af 100644
--- a/src/plugins/General/copypaste/translations/copypaste_plugin_zh_CN.ts
+++ b/src/plugins/General/copypaste/translations/copypaste_plugin_zh_CN.ts
@@ -58,8 +58,8 @@
</message>
<message>
<location filename="../copypastefactory.cpp" line="53"/>
- <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>
</TS>
diff --git a/src/plugins/General/copypaste/translations/copypaste_plugin_zh_TW.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_zh_TW.ts
index 0a16ca9e1..6352cd0b6 100644
--- a/src/plugins/General/copypaste/translations/copypaste_plugin_zh_TW.ts
+++ b/src/plugins/General/copypaste/translations/copypaste_plugin_zh_TW.ts
@@ -58,8 +58,8 @@
</message>
<message>
<location filename="../copypastefactory.cpp" line="53"/>
- <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>
</TS>