aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Input/vorbis
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/Input/vorbis
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/Input/vorbis')
-rw-r--r--src/plugins/Input/vorbis/decodervorbisfactory.cpp4
-rw-r--r--src/plugins/Input/vorbis/decodervorbisfactory.h4
-rw-r--r--src/plugins/Input/vorbis/replaygainreader.cpp2
-rw-r--r--src/plugins/Input/vorbis/replaygainreader.h4
-rw-r--r--src/plugins/Input/vorbis/translations/vorbis_plugin_bg.ts2
-rw-r--r--src/plugins/Input/vorbis/translations/vorbis_plugin_cs.ts4
-rw-r--r--src/plugins/Input/vorbis/translations/vorbis_plugin_de.ts4
-rw-r--r--src/plugins/Input/vorbis/translations/vorbis_plugin_el.ts4
-rw-r--r--src/plugins/Input/vorbis/translations/vorbis_plugin_en.ts2
-rw-r--r--src/plugins/Input/vorbis/translations/vorbis_plugin_es.ts4
-rw-r--r--src/plugins/Input/vorbis/translations/vorbis_plugin_fr.ts4
-rw-r--r--src/plugins/Input/vorbis/translations/vorbis_plugin_gl_ES.ts4
-rw-r--r--src/plugins/Input/vorbis/translations/vorbis_plugin_he.ts4
-rw-r--r--src/plugins/Input/vorbis/translations/vorbis_plugin_hu.ts2
-rw-r--r--src/plugins/Input/vorbis/translations/vorbis_plugin_id.ts4
-rw-r--r--src/plugins/Input/vorbis/translations/vorbis_plugin_it.ts4
-rw-r--r--src/plugins/Input/vorbis/translations/vorbis_plugin_ja.ts4
-rw-r--r--src/plugins/Input/vorbis/translations/vorbis_plugin_kk.ts2
-rw-r--r--src/plugins/Input/vorbis/translations/vorbis_plugin_lt.ts4
-rw-r--r--src/plugins/Input/vorbis/translations/vorbis_plugin_nl.ts4
-rw-r--r--src/plugins/Input/vorbis/translations/vorbis_plugin_pl_PL.ts4
-rw-r--r--src/plugins/Input/vorbis/translations/vorbis_plugin_pt.ts4
-rw-r--r--src/plugins/Input/vorbis/translations/vorbis_plugin_pt_BR.ts4
-rw-r--r--src/plugins/Input/vorbis/translations/vorbis_plugin_ru.ts4
-rw-r--r--src/plugins/Input/vorbis/translations/vorbis_plugin_sk.ts2
-rw-r--r--src/plugins/Input/vorbis/translations/vorbis_plugin_sr_BA.ts4
-rw-r--r--src/plugins/Input/vorbis/translations/vorbis_plugin_sr_RS.ts4
-rw-r--r--src/plugins/Input/vorbis/translations/vorbis_plugin_tr.ts4
-rw-r--r--src/plugins/Input/vorbis/translations/vorbis_plugin_uk_UA.ts4
-rw-r--r--src/plugins/Input/vorbis/translations/vorbis_plugin_zh_CN.ts4
-rw-r--r--src/plugins/Input/vorbis/translations/vorbis_plugin_zh_TW.ts4
-rw-r--r--src/plugins/Input/vorbis/vorbismetadatamodel.cpp2
-rw-r--r--src/plugins/Input/vorbis/vorbismetadatamodel.h2
33 files changed, 58 insertions, 58 deletions
diff --git a/src/plugins/Input/vorbis/decodervorbisfactory.cpp b/src/plugins/Input/vorbis/decodervorbisfactory.cpp
index 246d408b6..f921c451e 100644
--- a/src/plugins/Input/vorbis/decodervorbisfactory.cpp
+++ b/src/plugins/Input/vorbis/decodervorbisfactory.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2008-2016 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
@@ -130,7 +130,7 @@ void DecoderVorbisFactory::showAbout(QWidget *parent)
{
QMessageBox::about (parent, tr("About Ogg Vorbis Audio Plugin"),
tr("Qmmp Ogg Vorbis Audio Plugin")+"\n"+
- tr("Written by: Ilya Kotov <forkotov02@hotmail.ru>")+"\n"+
+ tr("Written by: Ilya Kotov <forkotov02@ya.ru>")+"\n"+
tr("Source code based on mq3 project")
);
}
diff --git a/src/plugins/Input/vorbis/decodervorbisfactory.h b/src/plugins/Input/vorbis/decodervorbisfactory.h
index 515069862..f574e9a9d 100644
--- a/src/plugins/Input/vorbis/decodervorbisfactory.h
+++ b/src/plugins/Input/vorbis/decodervorbisfactory.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2006-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 *
@@ -32,7 +32,7 @@
#include <qmmp/metadatamodel.h>
/**
- @author Ilya Kotov <forkotov02@hotmail.ru>
+ @author Ilya Kotov <forkotov02@ya.ru>
*/
class DecoderVorbisFactory : public QObject,
DecoderFactory
diff --git a/src/plugins/Input/vorbis/replaygainreader.cpp b/src/plugins/Input/vorbis/replaygainreader.cpp
index b44f06b81..e0c509344 100644
--- a/src/plugins/Input/vorbis/replaygainreader.cpp
+++ b/src/plugins/Input/vorbis/replaygainreader.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 *
diff --git a/src/plugins/Input/vorbis/replaygainreader.h b/src/plugins/Input/vorbis/replaygainreader.h
index 85199bf79..75f2037ba 100644
--- a/src/plugins/Input/vorbis/replaygainreader.h
+++ b/src/plugins/Input/vorbis/replaygainreader.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 @@
#include <qmmp/qmmp.h>
/**
- @author Ilya Kotov <forkotov02@hotmail.ru>
+ @author Ilya Kotov <forkotov02@ya.ru>
*/
class ReplayGainReader
{
diff --git a/src/plugins/Input/vorbis/translations/vorbis_plugin_bg.ts b/src/plugins/Input/vorbis/translations/vorbis_plugin_bg.ts
index 87dab76d4..fe2ebbcc5 100644
--- a/src/plugins/Input/vorbis/translations/vorbis_plugin_bg.ts
+++ b/src/plugins/Input/vorbis/translations/vorbis_plugin_bg.ts
@@ -25,7 +25,7 @@
</message>
<message>
<location filename="../decodervorbisfactory.cpp" line="133"/>
- <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>
<message>
diff --git a/src/plugins/Input/vorbis/translations/vorbis_plugin_cs.ts b/src/plugins/Input/vorbis/translations/vorbis_plugin_cs.ts
index dba9f4ef1..b43f9f828 100644
--- a/src/plugins/Input/vorbis/translations/vorbis_plugin_cs.ts
+++ b/src/plugins/Input/vorbis/translations/vorbis_plugin_cs.ts
@@ -25,8 +25,8 @@
</message>
<message>
<location filename="../decodervorbisfactory.cpp" line="133"/>
- <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>
<message>
<location filename="../decodervorbisfactory.cpp" line="134"/>
diff --git a/src/plugins/Input/vorbis/translations/vorbis_plugin_de.ts b/src/plugins/Input/vorbis/translations/vorbis_plugin_de.ts
index b7ab0f997..0f8e28385 100644
--- a/src/plugins/Input/vorbis/translations/vorbis_plugin_de.ts
+++ b/src/plugins/Input/vorbis/translations/vorbis_plugin_de.ts
@@ -25,8 +25,8 @@
</message>
<message>
<location filename="../decodervorbisfactory.cpp" line="133"/>
- <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>
<message>
<location filename="../decodervorbisfactory.cpp" line="134"/>
diff --git a/src/plugins/Input/vorbis/translations/vorbis_plugin_el.ts b/src/plugins/Input/vorbis/translations/vorbis_plugin_el.ts
index ad4ce9b3f..97fade0f4 100644
--- a/src/plugins/Input/vorbis/translations/vorbis_plugin_el.ts
+++ b/src/plugins/Input/vorbis/translations/vorbis_plugin_el.ts
@@ -25,8 +25,8 @@
</message>
<message>
<location filename="../decodervorbisfactory.cpp" line="133"/>
- <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>
<message>
<location filename="../decodervorbisfactory.cpp" line="134"/>
diff --git a/src/plugins/Input/vorbis/translations/vorbis_plugin_en.ts b/src/plugins/Input/vorbis/translations/vorbis_plugin_en.ts
index 845ef8371..6d3e939ea 100644
--- a/src/plugins/Input/vorbis/translations/vorbis_plugin_en.ts
+++ b/src/plugins/Input/vorbis/translations/vorbis_plugin_en.ts
@@ -25,7 +25,7 @@
</message>
<message>
<location filename="../decodervorbisfactory.cpp" line="133"/>
- <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>
<message>
diff --git a/src/plugins/Input/vorbis/translations/vorbis_plugin_es.ts b/src/plugins/Input/vorbis/translations/vorbis_plugin_es.ts
index fe044735d..9745ec12f 100644
--- a/src/plugins/Input/vorbis/translations/vorbis_plugin_es.ts
+++ b/src/plugins/Input/vorbis/translations/vorbis_plugin_es.ts
@@ -25,8 +25,8 @@
</message>
<message>
<location filename="../decodervorbisfactory.cpp" line="133"/>
- <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>
<message>
<location filename="../decodervorbisfactory.cpp" line="134"/>
diff --git a/src/plugins/Input/vorbis/translations/vorbis_plugin_fr.ts b/src/plugins/Input/vorbis/translations/vorbis_plugin_fr.ts
index 4caa8fb27..d7838b409 100644
--- a/src/plugins/Input/vorbis/translations/vorbis_plugin_fr.ts
+++ b/src/plugins/Input/vorbis/translations/vorbis_plugin_fr.ts
@@ -25,8 +25,8 @@
</message>
<message>
<location filename="../decodervorbisfactory.cpp" line="133"/>
- <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>
<message>
<location filename="../decodervorbisfactory.cpp" line="134"/>
diff --git a/src/plugins/Input/vorbis/translations/vorbis_plugin_gl_ES.ts b/src/plugins/Input/vorbis/translations/vorbis_plugin_gl_ES.ts
index 4c3212079..1fa0d9b35 100644
--- a/src/plugins/Input/vorbis/translations/vorbis_plugin_gl_ES.ts
+++ b/src/plugins/Input/vorbis/translations/vorbis_plugin_gl_ES.ts
@@ -25,8 +25,8 @@
</message>
<message>
<location filename="../decodervorbisfactory.cpp" line="133"/>
- <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>
<message>
<location filename="../decodervorbisfactory.cpp" line="134"/>
diff --git a/src/plugins/Input/vorbis/translations/vorbis_plugin_he.ts b/src/plugins/Input/vorbis/translations/vorbis_plugin_he.ts
index 38a1c6cd0..ade34efca 100644
--- a/src/plugins/Input/vorbis/translations/vorbis_plugin_he.ts
+++ b/src/plugins/Input/vorbis/translations/vorbis_plugin_he.ts
@@ -25,8 +25,8 @@
</message>
<message>
<location filename="../decodervorbisfactory.cpp" line="133"/>
- <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>
<message>
<location filename="../decodervorbisfactory.cpp" line="134"/>
diff --git a/src/plugins/Input/vorbis/translations/vorbis_plugin_hu.ts b/src/plugins/Input/vorbis/translations/vorbis_plugin_hu.ts
index 2d513d8e4..51453db19 100644
--- a/src/plugins/Input/vorbis/translations/vorbis_plugin_hu.ts
+++ b/src/plugins/Input/vorbis/translations/vorbis_plugin_hu.ts
@@ -25,7 +25,7 @@
</message>
<message>
<location filename="../decodervorbisfactory.cpp" line="133"/>
- <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>
<message>
diff --git a/src/plugins/Input/vorbis/translations/vorbis_plugin_id.ts b/src/plugins/Input/vorbis/translations/vorbis_plugin_id.ts
index a7fe7490c..82681abb1 100644
--- a/src/plugins/Input/vorbis/translations/vorbis_plugin_id.ts
+++ b/src/plugins/Input/vorbis/translations/vorbis_plugin_id.ts
@@ -25,8 +25,8 @@
</message>
<message>
<location filename="../decodervorbisfactory.cpp" line="133"/>
- <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>
<message>
<location filename="../decodervorbisfactory.cpp" line="134"/>
diff --git a/src/plugins/Input/vorbis/translations/vorbis_plugin_it.ts b/src/plugins/Input/vorbis/translations/vorbis_plugin_it.ts
index 737034a22..89e003116 100644
--- a/src/plugins/Input/vorbis/translations/vorbis_plugin_it.ts
+++ b/src/plugins/Input/vorbis/translations/vorbis_plugin_it.ts
@@ -25,8 +25,8 @@
</message>
<message>
<location filename="../decodervorbisfactory.cpp" line="133"/>
- <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>
<message>
<location filename="../decodervorbisfactory.cpp" line="134"/>
diff --git a/src/plugins/Input/vorbis/translations/vorbis_plugin_ja.ts b/src/plugins/Input/vorbis/translations/vorbis_plugin_ja.ts
index fa8a8d5aa..e034561e1 100644
--- a/src/plugins/Input/vorbis/translations/vorbis_plugin_ja.ts
+++ b/src/plugins/Input/vorbis/translations/vorbis_plugin_ja.ts
@@ -25,8 +25,8 @@
</message>
<message>
<location filename="../decodervorbisfactory.cpp" line="133"/>
- <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>
<message>
<location filename="../decodervorbisfactory.cpp" line="134"/>
diff --git a/src/plugins/Input/vorbis/translations/vorbis_plugin_kk.ts b/src/plugins/Input/vorbis/translations/vorbis_plugin_kk.ts
index 8350a1acd..5ef43cc9d 100644
--- a/src/plugins/Input/vorbis/translations/vorbis_plugin_kk.ts
+++ b/src/plugins/Input/vorbis/translations/vorbis_plugin_kk.ts
@@ -25,7 +25,7 @@
</message>
<message>
<location filename="../decodervorbisfactory.cpp" line="133"/>
- <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>
<message>
diff --git a/src/plugins/Input/vorbis/translations/vorbis_plugin_lt.ts b/src/plugins/Input/vorbis/translations/vorbis_plugin_lt.ts
index cfd492ec5..a0ec697d4 100644
--- a/src/plugins/Input/vorbis/translations/vorbis_plugin_lt.ts
+++ b/src/plugins/Input/vorbis/translations/vorbis_plugin_lt.ts
@@ -25,8 +25,8 @@
</message>
<message>
<location filename="../decodervorbisfactory.cpp" line="133"/>
- <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>
<message>
<location filename="../decodervorbisfactory.cpp" line="134"/>
diff --git a/src/plugins/Input/vorbis/translations/vorbis_plugin_nl.ts b/src/plugins/Input/vorbis/translations/vorbis_plugin_nl.ts
index 975bd4a37..065c68831 100644
--- a/src/plugins/Input/vorbis/translations/vorbis_plugin_nl.ts
+++ b/src/plugins/Input/vorbis/translations/vorbis_plugin_nl.ts
@@ -25,8 +25,8 @@
</message>
<message>
<location filename="../decodervorbisfactory.cpp" line="133"/>
- <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>
<message>
<location filename="../decodervorbisfactory.cpp" line="134"/>
diff --git a/src/plugins/Input/vorbis/translations/vorbis_plugin_pl_PL.ts b/src/plugins/Input/vorbis/translations/vorbis_plugin_pl_PL.ts
index 0503ce822..3416f91b1 100644
--- a/src/plugins/Input/vorbis/translations/vorbis_plugin_pl_PL.ts
+++ b/src/plugins/Input/vorbis/translations/vorbis_plugin_pl_PL.ts
@@ -25,8 +25,8 @@
</message>
<message>
<location filename="../decodervorbisfactory.cpp" line="133"/>
- <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>
<message>
<location filename="../decodervorbisfactory.cpp" line="134"/>
diff --git a/src/plugins/Input/vorbis/translations/vorbis_plugin_pt.ts b/src/plugins/Input/vorbis/translations/vorbis_plugin_pt.ts
index f63e010a0..c1d1e5b49 100644
--- a/src/plugins/Input/vorbis/translations/vorbis_plugin_pt.ts
+++ b/src/plugins/Input/vorbis/translations/vorbis_plugin_pt.ts
@@ -25,8 +25,8 @@
</message>
<message>
<location filename="../decodervorbisfactory.cpp" line="133"/>
- <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>
<message>
<location filename="../decodervorbisfactory.cpp" line="134"/>
diff --git a/src/plugins/Input/vorbis/translations/vorbis_plugin_pt_BR.ts b/src/plugins/Input/vorbis/translations/vorbis_plugin_pt_BR.ts
index 4111f7666..dc2daf16e 100644
--- a/src/plugins/Input/vorbis/translations/vorbis_plugin_pt_BR.ts
+++ b/src/plugins/Input/vorbis/translations/vorbis_plugin_pt_BR.ts
@@ -25,8 +25,8 @@
</message>
<message>
<location filename="../decodervorbisfactory.cpp" line="133"/>
- <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>
<message>
<location filename="../decodervorbisfactory.cpp" line="134"/>
diff --git a/src/plugins/Input/vorbis/translations/vorbis_plugin_ru.ts b/src/plugins/Input/vorbis/translations/vorbis_plugin_ru.ts
index d6e3cd8da..81ceb118a 100644
--- a/src/plugins/Input/vorbis/translations/vorbis_plugin_ru.ts
+++ b/src/plugins/Input/vorbis/translations/vorbis_plugin_ru.ts
@@ -25,8 +25,8 @@
</message>
<message>
<location filename="../decodervorbisfactory.cpp" line="133"/>
- <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>
<message>
<location filename="../decodervorbisfactory.cpp" line="134"/>
diff --git a/src/plugins/Input/vorbis/translations/vorbis_plugin_sk.ts b/src/plugins/Input/vorbis/translations/vorbis_plugin_sk.ts
index 59aff2963..ca458e783 100644
--- a/src/plugins/Input/vorbis/translations/vorbis_plugin_sk.ts
+++ b/src/plugins/Input/vorbis/translations/vorbis_plugin_sk.ts
@@ -25,7 +25,7 @@
</message>
<message>
<location filename="../decodervorbisfactory.cpp" line="133"/>
- <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>
<message>
diff --git a/src/plugins/Input/vorbis/translations/vorbis_plugin_sr_BA.ts b/src/plugins/Input/vorbis/translations/vorbis_plugin_sr_BA.ts
index 5b33b7fbc..2ca985cef 100644
--- a/src/plugins/Input/vorbis/translations/vorbis_plugin_sr_BA.ts
+++ b/src/plugins/Input/vorbis/translations/vorbis_plugin_sr_BA.ts
@@ -25,8 +25,8 @@
</message>
<message>
<location filename="../decodervorbisfactory.cpp" line="133"/>
- <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>
<message>
<location filename="../decodervorbisfactory.cpp" line="134"/>
diff --git a/src/plugins/Input/vorbis/translations/vorbis_plugin_sr_RS.ts b/src/plugins/Input/vorbis/translations/vorbis_plugin_sr_RS.ts
index 47fb33d44..295c55447 100644
--- a/src/plugins/Input/vorbis/translations/vorbis_plugin_sr_RS.ts
+++ b/src/plugins/Input/vorbis/translations/vorbis_plugin_sr_RS.ts
@@ -25,8 +25,8 @@
</message>
<message>
<location filename="../decodervorbisfactory.cpp" line="133"/>
- <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>
<message>
<location filename="../decodervorbisfactory.cpp" line="134"/>
diff --git a/src/plugins/Input/vorbis/translations/vorbis_plugin_tr.ts b/src/plugins/Input/vorbis/translations/vorbis_plugin_tr.ts
index 10385696b..96a015aff 100644
--- a/src/plugins/Input/vorbis/translations/vorbis_plugin_tr.ts
+++ b/src/plugins/Input/vorbis/translations/vorbis_plugin_tr.ts
@@ -25,8 +25,8 @@
</message>
<message>
<location filename="../decodervorbisfactory.cpp" line="133"/>
- <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>
<message>
<location filename="../decodervorbisfactory.cpp" line="134"/>
diff --git a/src/plugins/Input/vorbis/translations/vorbis_plugin_uk_UA.ts b/src/plugins/Input/vorbis/translations/vorbis_plugin_uk_UA.ts
index 731f498df..58ae297e3 100644
--- a/src/plugins/Input/vorbis/translations/vorbis_plugin_uk_UA.ts
+++ b/src/plugins/Input/vorbis/translations/vorbis_plugin_uk_UA.ts
@@ -25,8 +25,8 @@
</message>
<message>
<location filename="../decodervorbisfactory.cpp" line="133"/>
- <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>
<message>
<location filename="../decodervorbisfactory.cpp" line="134"/>
diff --git a/src/plugins/Input/vorbis/translations/vorbis_plugin_zh_CN.ts b/src/plugins/Input/vorbis/translations/vorbis_plugin_zh_CN.ts
index b36870fd0..74a4d3702 100644
--- a/src/plugins/Input/vorbis/translations/vorbis_plugin_zh_CN.ts
+++ b/src/plugins/Input/vorbis/translations/vorbis_plugin_zh_CN.ts
@@ -25,8 +25,8 @@
</message>
<message>
<location filename="../decodervorbisfactory.cpp" line="133"/>
- <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>
<message>
<location filename="../decodervorbisfactory.cpp" line="134"/>
diff --git a/src/plugins/Input/vorbis/translations/vorbis_plugin_zh_TW.ts b/src/plugins/Input/vorbis/translations/vorbis_plugin_zh_TW.ts
index 150c736e5..1872f4ba5 100644
--- a/src/plugins/Input/vorbis/translations/vorbis_plugin_zh_TW.ts
+++ b/src/plugins/Input/vorbis/translations/vorbis_plugin_zh_TW.ts
@@ -25,8 +25,8 @@
</message>
<message>
<location filename="../decodervorbisfactory.cpp" line="133"/>
- <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>
<message>
<location filename="../decodervorbisfactory.cpp" line="134"/>
diff --git a/src/plugins/Input/vorbis/vorbismetadatamodel.cpp b/src/plugins/Input/vorbis/vorbismetadatamodel.cpp
index a12555810..8f95c8976 100644
--- a/src/plugins/Input/vorbis/vorbismetadatamodel.cpp
+++ b/src/plugins/Input/vorbis/vorbismetadatamodel.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 *
diff --git a/src/plugins/Input/vorbis/vorbismetadatamodel.h b/src/plugins/Input/vorbis/vorbismetadatamodel.h
index f660506fa..15f476908 100644
--- a/src/plugins/Input/vorbis/vorbismetadatamodel.h
+++ b/src/plugins/Input/vorbis/vorbismetadatamodel.h
@@ -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 *