aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/fileops
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/fileops')
-rw-r--r--src/plugins/General/fileops/fileops.cpp2
-rw-r--r--src/plugins/General/fileops/fileops.h4
-rw-r--r--src/plugins/General/fileops/fileopsfactory.cpp4
-rw-r--r--src/plugins/General/fileops/fileopsfactory.h4
-rw-r--r--src/plugins/General/fileops/hotkeydialog.cpp2
-rw-r--r--src/plugins/General/fileops/hotkeydialog.h4
-rw-r--r--src/plugins/General/fileops/settingsdialog.cpp2
-rw-r--r--src/plugins/General/fileops/settingsdialog.h4
-rw-r--r--src/plugins/General/fileops/translations/fileops_plugin_bg.ts2
-rw-r--r--src/plugins/General/fileops/translations/fileops_plugin_cs.ts4
-rw-r--r--src/plugins/General/fileops/translations/fileops_plugin_de.ts4
-rw-r--r--src/plugins/General/fileops/translations/fileops_plugin_el.ts4
-rw-r--r--src/plugins/General/fileops/translations/fileops_plugin_en.ts2
-rw-r--r--src/plugins/General/fileops/translations/fileops_plugin_es.ts4
-rw-r--r--src/plugins/General/fileops/translations/fileops_plugin_fr.ts4
-rw-r--r--src/plugins/General/fileops/translations/fileops_plugin_gl_ES.ts4
-rw-r--r--src/plugins/General/fileops/translations/fileops_plugin_he.ts4
-rw-r--r--src/plugins/General/fileops/translations/fileops_plugin_hu.ts2
-rw-r--r--src/plugins/General/fileops/translations/fileops_plugin_id.ts4
-rw-r--r--src/plugins/General/fileops/translations/fileops_plugin_it.ts4
-rw-r--r--src/plugins/General/fileops/translations/fileops_plugin_ja.ts4
-rw-r--r--src/plugins/General/fileops/translations/fileops_plugin_kk.ts2
-rw-r--r--src/plugins/General/fileops/translations/fileops_plugin_lt.ts4
-rw-r--r--src/plugins/General/fileops/translations/fileops_plugin_nl.ts4
-rw-r--r--src/plugins/General/fileops/translations/fileops_plugin_pl_PL.ts4
-rw-r--r--src/plugins/General/fileops/translations/fileops_plugin_pt.ts4
-rw-r--r--src/plugins/General/fileops/translations/fileops_plugin_pt_BR.ts4
-rw-r--r--src/plugins/General/fileops/translations/fileops_plugin_ru.ts4
-rw-r--r--src/plugins/General/fileops/translations/fileops_plugin_sk.ts2
-rw-r--r--src/plugins/General/fileops/translations/fileops_plugin_sr_BA.ts4
-rw-r--r--src/plugins/General/fileops/translations/fileops_plugin_sr_RS.ts4
-rw-r--r--src/plugins/General/fileops/translations/fileops_plugin_tr.ts4
-rw-r--r--src/plugins/General/fileops/translations/fileops_plugin_uk_UA.ts4
-rw-r--r--src/plugins/General/fileops/translations/fileops_plugin_zh_CN.ts4
-rw-r--r--src/plugins/General/fileops/translations/fileops_plugin_zh_TW.ts4
35 files changed, 62 insertions, 62 deletions
diff --git a/src/plugins/General/fileops/fileops.cpp b/src/plugins/General/fileops/fileops.cpp
index c968a86f9..fd353208d 100644
--- a/src/plugins/General/fileops/fileops.cpp
+++ b/src/plugins/General/fileops/fileops.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2009-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/fileops/fileops.h b/src/plugins/General/fileops/fileops.h
index a336b31a1..f5a542f3a 100644
--- a/src/plugins/General/fileops/fileops.h
+++ b/src/plugins/General/fileops/fileops.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2009-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 *
@@ -30,7 +30,7 @@ class MetaDataFormatter;
class PlayListModel;
/**
- @author Ilya Kotov <forkotov02@hotmail.ru>
+ @author Ilya Kotov <forkotov02@ya.ru>
*/
class FileOps : public QObject
diff --git a/src/plugins/General/fileops/fileopsfactory.cpp b/src/plugins/General/fileops/fileopsfactory.cpp
index 0b87b17a8..854afb31c 100644
--- a/src/plugins/General/fileops/fileopsfactory.cpp
+++ b/src/plugins/General/fileops/fileopsfactory.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2009-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 FileOpsFactory::showAbout(QWidget *parent)
{
QMessageBox::about (parent, tr("About File Operations Plugin"),
tr("Qmmp File Operations Plugin")+"\n"+
- tr("Written by: Ilya Kotov <forkotov02@hotmail.ru>"));
+ tr("Written by: Ilya Kotov <forkotov02@ya.ru>"));
}
QTranslator *FileOpsFactory::createTranslator(QObject *parent)
diff --git a/src/plugins/General/fileops/fileopsfactory.h b/src/plugins/General/fileops/fileopsfactory.h
index 991aade20..e95fa581b 100644
--- a/src/plugins/General/fileops/fileopsfactory.h
+++ b/src/plugins/General/fileops/fileopsfactory.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2009-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 FILEOPSFACTORY_H
/**
- @author Ilya Kotov <forkotov02@hotmail.ru>
+ @author Ilya Kotov <forkotov02@ya.ru>
*/
#include <QObject>
#include <QTranslator>
diff --git a/src/plugins/General/fileops/hotkeydialog.cpp b/src/plugins/General/fileops/hotkeydialog.cpp
index 832d18efc..758a76a07 100644
--- a/src/plugins/General/fileops/hotkeydialog.cpp
+++ b/src/plugins/General/fileops/hotkeydialog.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2009 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
diff --git a/src/plugins/General/fileops/hotkeydialog.h b/src/plugins/General/fileops/hotkeydialog.h
index 470ddf37a..ba63c7ce5 100644
--- a/src/plugins/General/fileops/hotkeydialog.h
+++ b/src/plugins/General/fileops/hotkeydialog.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2009 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
@@ -27,7 +27,7 @@
class QKeyEvent;
/**
- @author Ilya Kotov <forkotov02@hotmail.ru>
+ @author Ilya Kotov <forkotov02@ya.ru>
*/
class HotkeyDialog : public QDialog
{
diff --git a/src/plugins/General/fileops/settingsdialog.cpp b/src/plugins/General/fileops/settingsdialog.cpp
index 1f0f7db8b..702602082 100644
--- a/src/plugins/General/fileops/settingsdialog.cpp
+++ b/src/plugins/General/fileops/settingsdialog.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2009-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/fileops/settingsdialog.h b/src/plugins/General/fileops/settingsdialog.h
index 4b538db32..15d657802 100644
--- a/src/plugins/General/fileops/settingsdialog.h
+++ b/src/plugins/General/fileops/settingsdialog.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2009-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 *
@@ -24,7 +24,7 @@
#include "ui_settingsdialog.h"
/**
- @author Ilya Kotov <forkotov02@hotmail.ru>
+ @author Ilya Kotov <forkotov02@ya.ru>
*/
class ActionItem;
diff --git a/src/plugins/General/fileops/translations/fileops_plugin_bg.ts b/src/plugins/General/fileops/translations/fileops_plugin_bg.ts
index a7be6fe30..f9877102a 100644
--- a/src/plugins/General/fileops/translations/fileops_plugin_bg.ts
+++ b/src/plugins/General/fileops/translations/fileops_plugin_bg.ts
@@ -87,7 +87,7 @@
</message>
<message>
<location filename="../fileopsfactory.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/fileops/translations/fileops_plugin_cs.ts b/src/plugins/General/fileops/translations/fileops_plugin_cs.ts
index 81e0b0bc2..39f42c1da 100644
--- a/src/plugins/General/fileops/translations/fileops_plugin_cs.ts
+++ b/src/plugins/General/fileops/translations/fileops_plugin_cs.ts
@@ -89,8 +89,8 @@
</message>
<message>
<location filename="../fileopsfactory.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>
<context>
diff --git a/src/plugins/General/fileops/translations/fileops_plugin_de.ts b/src/plugins/General/fileops/translations/fileops_plugin_de.ts
index 6513f9072..532dc3a0b 100644
--- a/src/plugins/General/fileops/translations/fileops_plugin_de.ts
+++ b/src/plugins/General/fileops/translations/fileops_plugin_de.ts
@@ -87,8 +87,8 @@
</message>
<message>
<location filename="../fileopsfactory.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>
<context>
diff --git a/src/plugins/General/fileops/translations/fileops_plugin_el.ts b/src/plugins/General/fileops/translations/fileops_plugin_el.ts
index 639c2c403..82fa7e6bb 100644
--- a/src/plugins/General/fileops/translations/fileops_plugin_el.ts
+++ b/src/plugins/General/fileops/translations/fileops_plugin_el.ts
@@ -87,8 +87,8 @@
</message>
<message>
<location filename="../fileopsfactory.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>
<context>
diff --git a/src/plugins/General/fileops/translations/fileops_plugin_en.ts b/src/plugins/General/fileops/translations/fileops_plugin_en.ts
index efeea9e6d..ef6da3239 100644
--- a/src/plugins/General/fileops/translations/fileops_plugin_en.ts
+++ b/src/plugins/General/fileops/translations/fileops_plugin_en.ts
@@ -87,7 +87,7 @@
</message>
<message>
<location filename="../fileopsfactory.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/fileops/translations/fileops_plugin_es.ts b/src/plugins/General/fileops/translations/fileops_plugin_es.ts
index 68aeef76d..13d5080bc 100644
--- a/src/plugins/General/fileops/translations/fileops_plugin_es.ts
+++ b/src/plugins/General/fileops/translations/fileops_plugin_es.ts
@@ -87,8 +87,8 @@
</message>
<message>
<location filename="../fileopsfactory.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>
<context>
diff --git a/src/plugins/General/fileops/translations/fileops_plugin_fr.ts b/src/plugins/General/fileops/translations/fileops_plugin_fr.ts
index ca1df2213..9ac01c381 100644
--- a/src/plugins/General/fileops/translations/fileops_plugin_fr.ts
+++ b/src/plugins/General/fileops/translations/fileops_plugin_fr.ts
@@ -87,8 +87,8 @@
</message>
<message>
<location filename="../fileopsfactory.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>
<context>
diff --git a/src/plugins/General/fileops/translations/fileops_plugin_gl_ES.ts b/src/plugins/General/fileops/translations/fileops_plugin_gl_ES.ts
index 82fcfe77b..c1d82def2 100644
--- a/src/plugins/General/fileops/translations/fileops_plugin_gl_ES.ts
+++ b/src/plugins/General/fileops/translations/fileops_plugin_gl_ES.ts
@@ -87,8 +87,8 @@
</message>
<message>
<location filename="../fileopsfactory.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>
<context>
diff --git a/src/plugins/General/fileops/translations/fileops_plugin_he.ts b/src/plugins/General/fileops/translations/fileops_plugin_he.ts
index cacad5fa2..38095273f 100644
--- a/src/plugins/General/fileops/translations/fileops_plugin_he.ts
+++ b/src/plugins/General/fileops/translations/fileops_plugin_he.ts
@@ -87,8 +87,8 @@
</message>
<message>
<location filename="../fileopsfactory.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>
<context>
diff --git a/src/plugins/General/fileops/translations/fileops_plugin_hu.ts b/src/plugins/General/fileops/translations/fileops_plugin_hu.ts
index 5af72bc9d..4823e46f9 100644
--- a/src/plugins/General/fileops/translations/fileops_plugin_hu.ts
+++ b/src/plugins/General/fileops/translations/fileops_plugin_hu.ts
@@ -85,7 +85,7 @@
</message>
<message>
<location filename="../fileopsfactory.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/fileops/translations/fileops_plugin_id.ts b/src/plugins/General/fileops/translations/fileops_plugin_id.ts
index df1ac074d..58e4c7915 100644
--- a/src/plugins/General/fileops/translations/fileops_plugin_id.ts
+++ b/src/plugins/General/fileops/translations/fileops_plugin_id.ts
@@ -85,8 +85,8 @@
</message>
<message>
<location filename="../fileopsfactory.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>
<context>
diff --git a/src/plugins/General/fileops/translations/fileops_plugin_it.ts b/src/plugins/General/fileops/translations/fileops_plugin_it.ts
index b7f087c21..ed0790d0e 100644
--- a/src/plugins/General/fileops/translations/fileops_plugin_it.ts
+++ b/src/plugins/General/fileops/translations/fileops_plugin_it.ts
@@ -85,8 +85,8 @@
</message>
<message>
<location filename="../fileopsfactory.cpp" line="53"/>
- <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
- <translation>Autore: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</translation>
+ <source>Written by: Ilya Kotov &lt;forkotov02@ya.ru&gt;</source>
+ <translation>Autore: Ilya Kotov &lt;forkotov02@ya.ru&gt;</translation>
</message>
</context>
<context>
diff --git a/src/plugins/General/fileops/translations/fileops_plugin_ja.ts b/src/plugins/General/fileops/translations/fileops_plugin_ja.ts
index e394053c6..7efc2da0e 100644
--- a/src/plugins/General/fileops/translations/fileops_plugin_ja.ts
+++ b/src/plugins/General/fileops/translations/fileops_plugin_ja.ts
@@ -85,8 +85,8 @@
</message>
<message>
<location filename="../fileopsfactory.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>
<context>
diff --git a/src/plugins/General/fileops/translations/fileops_plugin_kk.ts b/src/plugins/General/fileops/translations/fileops_plugin_kk.ts
index b58177c3e..f4ce01c4a 100644
--- a/src/plugins/General/fileops/translations/fileops_plugin_kk.ts
+++ b/src/plugins/General/fileops/translations/fileops_plugin_kk.ts
@@ -87,7 +87,7 @@
</message>
<message>
<location filename="../fileopsfactory.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/fileops/translations/fileops_plugin_lt.ts b/src/plugins/General/fileops/translations/fileops_plugin_lt.ts
index 66140f263..a682ef81c 100644
--- a/src/plugins/General/fileops/translations/fileops_plugin_lt.ts
+++ b/src/plugins/General/fileops/translations/fileops_plugin_lt.ts
@@ -89,8 +89,8 @@
</message>
<message>
<location filename="../fileopsfactory.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>
<context>
diff --git a/src/plugins/General/fileops/translations/fileops_plugin_nl.ts b/src/plugins/General/fileops/translations/fileops_plugin_nl.ts
index 2d067abf3..f965bd95f 100644
--- a/src/plugins/General/fileops/translations/fileops_plugin_nl.ts
+++ b/src/plugins/General/fileops/translations/fileops_plugin_nl.ts
@@ -87,8 +87,8 @@
</message>
<message>
<location filename="../fileopsfactory.cpp" line="53"/>
- <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/fileops/translations/fileops_plugin_pl_PL.ts b/src/plugins/General/fileops/translations/fileops_plugin_pl_PL.ts
index aa9b5c1e1..cb501e699 100644
--- a/src/plugins/General/fileops/translations/fileops_plugin_pl_PL.ts
+++ b/src/plugins/General/fileops/translations/fileops_plugin_pl_PL.ts
@@ -89,8 +89,8 @@
</message>
<message>
<location filename="../fileopsfactory.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>
<context>
diff --git a/src/plugins/General/fileops/translations/fileops_plugin_pt.ts b/src/plugins/General/fileops/translations/fileops_plugin_pt.ts
index cc08a392e..f3e0096d3 100644
--- a/src/plugins/General/fileops/translations/fileops_plugin_pt.ts
+++ b/src/plugins/General/fileops/translations/fileops_plugin_pt.ts
@@ -87,8 +87,8 @@
</message>
<message>
<location filename="../fileopsfactory.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>
<context>
diff --git a/src/plugins/General/fileops/translations/fileops_plugin_pt_BR.ts b/src/plugins/General/fileops/translations/fileops_plugin_pt_BR.ts
index 44ee487b9..13d746a7f 100644
--- a/src/plugins/General/fileops/translations/fileops_plugin_pt_BR.ts
+++ b/src/plugins/General/fileops/translations/fileops_plugin_pt_BR.ts
@@ -87,8 +87,8 @@
</message>
<message>
<location filename="../fileopsfactory.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>
<context>
diff --git a/src/plugins/General/fileops/translations/fileops_plugin_ru.ts b/src/plugins/General/fileops/translations/fileops_plugin_ru.ts
index ae4abd2f5..fff64abb2 100644
--- a/src/plugins/General/fileops/translations/fileops_plugin_ru.ts
+++ b/src/plugins/General/fileops/translations/fileops_plugin_ru.ts
@@ -89,8 +89,8 @@
</message>
<message>
<location filename="../fileopsfactory.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>
<context>
diff --git a/src/plugins/General/fileops/translations/fileops_plugin_sk.ts b/src/plugins/General/fileops/translations/fileops_plugin_sk.ts
index 66e629d4f..ca25c3d9c 100644
--- a/src/plugins/General/fileops/translations/fileops_plugin_sk.ts
+++ b/src/plugins/General/fileops/translations/fileops_plugin_sk.ts
@@ -89,7 +89,7 @@
</message>
<message>
<location filename="../fileopsfactory.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/fileops/translations/fileops_plugin_sr_BA.ts b/src/plugins/General/fileops/translations/fileops_plugin_sr_BA.ts
index 513ccbcb6..ce71614a1 100644
--- a/src/plugins/General/fileops/translations/fileops_plugin_sr_BA.ts
+++ b/src/plugins/General/fileops/translations/fileops_plugin_sr_BA.ts
@@ -89,8 +89,8 @@
</message>
<message>
<location filename="../fileopsfactory.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>
<context>
diff --git a/src/plugins/General/fileops/translations/fileops_plugin_sr_RS.ts b/src/plugins/General/fileops/translations/fileops_plugin_sr_RS.ts
index 2a9a15caa..00eba52b3 100644
--- a/src/plugins/General/fileops/translations/fileops_plugin_sr_RS.ts
+++ b/src/plugins/General/fileops/translations/fileops_plugin_sr_RS.ts
@@ -89,8 +89,8 @@
</message>
<message>
<location filename="../fileopsfactory.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>
<context>
diff --git a/src/plugins/General/fileops/translations/fileops_plugin_tr.ts b/src/plugins/General/fileops/translations/fileops_plugin_tr.ts
index 1a4fa150b..1eff3830b 100644
--- a/src/plugins/General/fileops/translations/fileops_plugin_tr.ts
+++ b/src/plugins/General/fileops/translations/fileops_plugin_tr.ts
@@ -85,8 +85,8 @@
</message>
<message>
<location filename="../fileopsfactory.cpp" line="53"/>
- <source>Written by: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</source>
- <translation>Yazan: Ilya Kotov &lt;forkotov02@hotmail.ru&gt;</translation>
+ <source>Written by: Ilya Kotov &lt;forkotov02@ya.ru&gt;</source>
+ <translation>Yazan: Ilya Kotov &lt;forkotov02@ya.ru&gt;</translation>
</message>
</context>
<context>
diff --git a/src/plugins/General/fileops/translations/fileops_plugin_uk_UA.ts b/src/plugins/General/fileops/translations/fileops_plugin_uk_UA.ts
index 8409c52b6..ac1ccdc9b 100644
--- a/src/plugins/General/fileops/translations/fileops_plugin_uk_UA.ts
+++ b/src/plugins/General/fileops/translations/fileops_plugin_uk_UA.ts
@@ -89,8 +89,8 @@
</message>
<message>
<location filename="../fileopsfactory.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>
<context>
diff --git a/src/plugins/General/fileops/translations/fileops_plugin_zh_CN.ts b/src/plugins/General/fileops/translations/fileops_plugin_zh_CN.ts
index 608ed7e84..93ed0d735 100644
--- a/src/plugins/General/fileops/translations/fileops_plugin_zh_CN.ts
+++ b/src/plugins/General/fileops/translations/fileops_plugin_zh_CN.ts
@@ -85,8 +85,8 @@
</message>
<message>
<location filename="../fileopsfactory.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>
<context>
diff --git a/src/plugins/General/fileops/translations/fileops_plugin_zh_TW.ts b/src/plugins/General/fileops/translations/fileops_plugin_zh_TW.ts
index 3d6bdb2c1..090b033bd 100644
--- a/src/plugins/General/fileops/translations/fileops_plugin_zh_TW.ts
+++ b/src/plugins/General/fileops/translations/fileops_plugin_zh_TW.ts
@@ -85,8 +85,8 @@
</message>
<message>
<location filename="../fileopsfactory.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>
<context>