From 41c8a60a2ebe4696a17704b81ddf06f3c7b88023 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 7 Oct 2017 17:56:23 +0000 Subject: changed contact information git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7514 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/fileops/fileops.cpp | 2 +- src/plugins/General/fileops/fileops.h | 4 ++-- src/plugins/General/fileops/fileopsfactory.cpp | 4 ++-- src/plugins/General/fileops/fileopsfactory.h | 4 ++-- src/plugins/General/fileops/hotkeydialog.cpp | 2 +- src/plugins/General/fileops/hotkeydialog.h | 4 ++-- src/plugins/General/fileops/settingsdialog.cpp | 2 +- src/plugins/General/fileops/settingsdialog.h | 4 ++-- src/plugins/General/fileops/translations/fileops_plugin_bg.ts | 2 +- src/plugins/General/fileops/translations/fileops_plugin_cs.ts | 4 ++-- src/plugins/General/fileops/translations/fileops_plugin_de.ts | 4 ++-- src/plugins/General/fileops/translations/fileops_plugin_el.ts | 4 ++-- src/plugins/General/fileops/translations/fileops_plugin_en.ts | 2 +- src/plugins/General/fileops/translations/fileops_plugin_es.ts | 4 ++-- src/plugins/General/fileops/translations/fileops_plugin_fr.ts | 4 ++-- src/plugins/General/fileops/translations/fileops_plugin_gl_ES.ts | 4 ++-- src/plugins/General/fileops/translations/fileops_plugin_he.ts | 4 ++-- src/plugins/General/fileops/translations/fileops_plugin_hu.ts | 2 +- src/plugins/General/fileops/translations/fileops_plugin_id.ts | 4 ++-- src/plugins/General/fileops/translations/fileops_plugin_it.ts | 4 ++-- src/plugins/General/fileops/translations/fileops_plugin_ja.ts | 4 ++-- src/plugins/General/fileops/translations/fileops_plugin_kk.ts | 2 +- src/plugins/General/fileops/translations/fileops_plugin_lt.ts | 4 ++-- src/plugins/General/fileops/translations/fileops_plugin_nl.ts | 4 ++-- src/plugins/General/fileops/translations/fileops_plugin_pl_PL.ts | 4 ++-- src/plugins/General/fileops/translations/fileops_plugin_pt.ts | 4 ++-- src/plugins/General/fileops/translations/fileops_plugin_pt_BR.ts | 4 ++-- src/plugins/General/fileops/translations/fileops_plugin_ru.ts | 4 ++-- src/plugins/General/fileops/translations/fileops_plugin_sk.ts | 2 +- src/plugins/General/fileops/translations/fileops_plugin_sr_BA.ts | 4 ++-- src/plugins/General/fileops/translations/fileops_plugin_sr_RS.ts | 4 ++-- src/plugins/General/fileops/translations/fileops_plugin_tr.ts | 4 ++-- src/plugins/General/fileops/translations/fileops_plugin_uk_UA.ts | 4 ++-- src/plugins/General/fileops/translations/fileops_plugin_zh_CN.ts | 4 ++-- src/plugins/General/fileops/translations/fileops_plugin_zh_TW.ts | 4 ++-- 35 files changed, 62 insertions(+), 62 deletions(-) (limited to 'src/plugins/General/fileops') 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 + @author Ilya Kotov */ 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 ")); + tr("Written by: Ilya Kotov ")); } 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 + @author Ilya Kotov */ #include #include 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 + @author Ilya Kotov */ 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 + @author Ilya Kotov */ 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 @@ - Written by: Ilya Kotov <forkotov02@hotmail.ru> + Written by: Ilya Kotov <forkotov02@ya.ru> 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 @@ - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Autor: Ilja Kotov <forkotov02@hotmail.ru> + Written by: Ilya Kotov <forkotov02@ya.ru> + Autor: Ilja Kotov <forkotov02@ya.ru> diff --git a/src/plugins/General/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 @@ - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Geschrieben von: Ilya Kotov <forkotov02@hotmail.ru> + Written by: Ilya Kotov <forkotov02@ya.ru> + Geschrieben von: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/General/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 @@ - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Γράφτηκε από τον: Ilya Kotov <forkotov02@hotmail.ru> + Written by: Ilya Kotov <forkotov02@ya.ru> + Γράφτηκε από τον: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/General/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 @@ - Written by: Ilya Kotov <forkotov02@hotmail.ru> + Written by: Ilya Kotov <forkotov02@ya.ru> 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 @@ - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Escrito por: Ilya Kotov <forkotov02@hotmail.ru> + Written by: Ilya Kotov <forkotov02@ya.ru> + Escrito por: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/General/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 @@ - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Écrit par : Ilya Kotov <forkotov02@hotmail.ru> + Written by: Ilya Kotov <forkotov02@ya.ru> + Écrit par : Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/General/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 @@ - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Escrito por: Ilya Kotov <forkotov02@hotmail.ru> + Written by: Ilya Kotov <forkotov02@ya.ru> + Escrito por: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/General/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 @@ - Written by: Ilya Kotov <forkotov02@hotmail.ru> - חובר על ידי: Ilya Kotov <forkotov02@hotmail.ru>‎ + Written by: Ilya Kotov <forkotov02@ya.ru> + חובר על ידי: Ilya Kotov <forkotov02@ya.ru>‎ diff --git a/src/plugins/General/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 @@ - Written by: Ilya Kotov <forkotov02@hotmail.ru> + Written by: Ilya Kotov <forkotov02@ya.ru> 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 @@ - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Ditulis oleh: Ilya Kotov <forkotov02@hotmail.ru> + Written by: Ilya Kotov <forkotov02@ya.ru> + Ditulis oleh: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/General/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 @@ - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Autore: Ilya Kotov <forkotov02@hotmail.ru> + Written by: Ilya Kotov <forkotov02@ya.ru> + Autore: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/General/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 @@ - Written by: Ilya Kotov <forkotov02@hotmail.ru> - 制作: Илья Котов (Ilya Kotov) <forkotov02@hotmail.ru> + Written by: Ilya Kotov <forkotov02@ya.ru> + 制作: Илья Котов (Ilya Kotov) <forkotov02@ya.ru> diff --git a/src/plugins/General/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 @@ - Written by: Ilya Kotov <forkotov02@hotmail.ru> + Written by: Ilya Kotov <forkotov02@ya.ru> 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 @@ - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Sukūrė: Ilya Kotov <forkotov02@hotmail.ru> + Written by: Ilya Kotov <forkotov02@ya.ru> + Sukūrė: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/General/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 @@ - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Auteur: Ilya Kotov <forkotov02@hotmail.ru> + Written by: Ilya Kotov <forkotov02@ya.ru> + Auteur: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/General/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 @@ - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Autor: Ilya Kotov <forkotov02@hotmail.ru> + Written by: Ilya Kotov <forkotov02@ya.ru> + Autor: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/General/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 @@ - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Desenvolvido por: Ilya Kotov <forkotov02@hotmail.ru> + Written by: Ilya Kotov <forkotov02@ya.ru> + Desenvolvido por: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/General/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 @@ - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Desenvolvido por: Ilya Kotov <forkotov02@hotmail.ru> + Written by: Ilya Kotov <forkotov02@ya.ru> + Desenvolvido por: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/General/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 @@ - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Разработчик: Илья Котов <forkotov02@hotmail.ru> + Written by: Ilya Kotov <forkotov02@ya.ru> + Разработчик: Илья Котов <forkotov02@ya.ru> diff --git a/src/plugins/General/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 @@ - Written by: Ilya Kotov <forkotov02@hotmail.ru> + Written by: Ilya Kotov <forkotov02@ya.ru> 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 @@ - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Аутор: Ilya Kotov <forkotov02@hotmail.ru> + Written by: Ilya Kotov <forkotov02@ya.ru> + Аутор: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/General/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 @@ - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Аутор: Ilya Kotov <forkotov02@hotmail.ru> + Written by: Ilya Kotov <forkotov02@ya.ru> + Аутор: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/General/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 @@ - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Yazan: Ilya Kotov <forkotov02@hotmail.ru> + Written by: Ilya Kotov <forkotov02@ya.ru> + Yazan: Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/General/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 @@ - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Розробник: Ілля Котов <forkotov02@hotmail.ru> + Written by: Ilya Kotov <forkotov02@ya.ru> + Розробник: Ілля Котов <forkotov02@ya.ru> diff --git a/src/plugins/General/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 @@ - Written by: Ilya Kotov <forkotov02@hotmail.ru> - 作者:Ilya Kotov <forkotov02@hotmail.ru> + Written by: Ilya Kotov <forkotov02@ya.ru> + 作者:Ilya Kotov <forkotov02@ya.ru> diff --git a/src/plugins/General/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 @@ - Written by: Ilya Kotov <forkotov02@hotmail.ru> - 作者:Ilya Kotov <forkotov02@hotmail.ru> + Written by: Ilya Kotov <forkotov02@ya.ru> + 作者:Ilya Kotov <forkotov02@ya.ru> -- cgit v1.2.3-13-gbd6f