diff options
Diffstat (limited to 'src/plugins/Effect/ladspa')
39 files changed, 67 insertions, 67 deletions
diff --git a/src/plugins/Effect/ladspa/effectladspafactory.cpp b/src/plugins/Effect/ladspa/effectladspafactory.cpp index b8a3d6a95..24a72771a 100644 --- a/src/plugins/Effect/ladspa/effectladspafactory.cpp +++ b/src/plugins/Effect/ladspa/effectladspafactory.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 * @@ -51,7 +51,7 @@ void EffectLADSPAFactory::showAbout(QWidget *parent) { QMessageBox::about (parent, tr("About LADSPA Host for Qmmp"), tr("LADSPA Host for Qmmp")+"\n"+ - tr("Written by: Ilya Kotov <forkotov02@hotmail.ru>")+"\n"+ + tr("Written by: Ilya Kotov <forkotov02@ya.ru>")+"\n"+ tr("Based on the LADSPA Host for BMP")+"\n"+ tr("BMP-ladspa developers:")+"\n"+ tr("Nick Lamb <njl195@zepler.org.uk>")+"\n"+ diff --git a/src/plugins/Effect/ladspa/effectladspafactory.h b/src/plugins/Effect/ladspa/effectladspafactory.h index 5bf8d0188..9c694a7b0 100644 --- a/src/plugins/Effect/ladspa/effectladspafactory.h +++ b/src/plugins/Effect/ladspa/effectladspafactory.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 * @@ -25,7 +25,7 @@ #include <qmmp/effect.h> /** - @author Ilya Kotov <forkotov02@hotmail.ru> + @author Ilya Kotov <forkotov02@ya.ru> */ class EffectLADSPAFactory : public QObject, public EffectFactory { diff --git a/src/plugins/Effect/ladspa/ladspabutton.cpp b/src/plugins/Effect/ladspa/ladspabutton.cpp index 9bd161d40..8203a229f 100644 --- a/src/plugins/Effect/ladspa/ladspabutton.cpp +++ b/src/plugins/Effect/ladspa/ladspabutton.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2010 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/Effect/ladspa/ladspabutton.h b/src/plugins/Effect/ladspa/ladspabutton.h index 1935c2770..e4a96d6dc 100644 --- a/src/plugins/Effect/ladspa/ladspabutton.h +++ b/src/plugins/Effect/ladspa/ladspabutton.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2010 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 LADSPAHost; /** - @author Ilya Kotov <forkotov02@hotmail.ru> + @author Ilya Kotov <forkotov02@ya.ru> */ class LADSPAButton : public QCheckBox { diff --git a/src/plugins/Effect/ladspa/ladspahelper.cpp b/src/plugins/Effect/ladspa/ladspahelper.cpp index b844040d6..d6f3b8039 100644 --- a/src/plugins/Effect/ladspa/ladspahelper.cpp +++ b/src/plugins/Effect/ladspa/ladspahelper.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/Effect/ladspa/ladspahelper.h b/src/plugins/Effect/ladspa/ladspahelper.h index 5f85b59ad..df50907ec 100644 --- a/src/plugins/Effect/ladspa/ladspahelper.h +++ b/src/plugins/Effect/ladspa/ladspahelper.h @@ -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 * @@ -24,7 +24,7 @@ #include <qmmp/effect.h> /** - @author Ilya Kotov <forkotov02@hotmail.ru> + @author Ilya Kotov <forkotov02@ya.ru> */ class LADSPAHelper : public Effect { diff --git a/src/plugins/Effect/ladspa/ladspahost.cpp b/src/plugins/Effect/ladspa/ladspahost.cpp index 3070270c4..171346a12 100644 --- a/src/plugins/Effect/ladspa/ladspahost.cpp +++ b/src/plugins/Effect/ladspa/ladspahost.cpp @@ -1,7 +1,7 @@ /*************************************************************************** * Copyright (C) 2002-2003 Nick Lamb <njl195@zepler.org.uk> * * Copyright (C) 2005 Giacomo Lozito <city_hunter@users.sf.net> * - * Copyright (C) 2009-2015 by Ilya Kotov <forkotov02@hotmail.ru> * + * Copyright (C) 2009-2015 by Ilya Kotov <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/Effect/ladspa/ladspahost.h b/src/plugins/Effect/ladspa/ladspahost.h index 06ff6173b..6b436dfb3 100644 --- a/src/plugins/Effect/ladspa/ladspahost.h +++ b/src/plugins/Effect/ladspa/ladspahost.h @@ -1,7 +1,7 @@ /*************************************************************************** * Copyright (C) 2002,2003 Nick Lamb <njl195@zepler.org.uk> * * Copyright (C) 2005 Giacomo Lozito <city_hunter@users.sf.net> * - * Copyright (C) 2009-2015 by Ilya Kotov <forkotov02@hotmail.ru> * + * Copyright (C) 2009-2015 by Ilya Kotov <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 * @@ -34,7 +34,7 @@ class QWidget; #define MAX_KNOBS 64 /** - @author Ilya Kotov <forkotov02@hotmail.ru> + @author Ilya Kotov <forkotov02@ya.ru> */ class LADSPAPlugin { diff --git a/src/plugins/Effect/ladspa/ladspaslider.cpp b/src/plugins/Effect/ladspa/ladspaslider.cpp index a26175098..0245e9ed2 100644 --- a/src/plugins/Effect/ladspa/ladspaslider.cpp +++ b/src/plugins/Effect/ladspa/ladspaslider.cpp @@ -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 * diff --git a/src/plugins/Effect/ladspa/ladspaslider.h b/src/plugins/Effect/ladspa/ladspaslider.h index 7ab082d26..0c7775349 100644 --- a/src/plugins/Effect/ladspa/ladspaslider.h +++ b/src/plugins/Effect/ladspa/ladspaslider.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 QDoubleSpinBox; class QSlider; /** - @author Ilya Kotov <forkotov02@hotmail.ru> + @author Ilya Kotov <forkotov02@ya.ru> */ class LADSPASlider : public QWidget { diff --git a/src/plugins/Effect/ladspa/settingsdialog.cpp b/src/plugins/Effect/ladspa/settingsdialog.cpp index a156efd11..52f97a1da 100644 --- a/src/plugins/Effect/ladspa/settingsdialog.cpp +++ b/src/plugins/Effect/ladspa/settingsdialog.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/Effect/ladspa/settingsdialog.h b/src/plugins/Effect/ladspa/settingsdialog.h index 158ac1ee9..fffe0e81b 100644 --- a/src/plugins/Effect/ladspa/settingsdialog.h +++ b/src/plugins/Effect/ladspa/settingsdialog.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2008-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 * @@ -29,7 +29,7 @@ class SettingsDialog; } /** - @author Ilya Kotov <forkotov02@hotmail.ru> + @author Ilya Kotov <forkotov02@ya.ru> */ class SettingsDialog : public QDialog { diff --git a/src/plugins/Effect/ladspa/translations/ladspa_plugin_bg.ts b/src/plugins/Effect/ladspa/translations/ladspa_plugin_bg.ts index 92a6b4696..9ba380a79 100644 --- a/src/plugins/Effect/ladspa/translations/ladspa_plugin_bg.ts +++ b/src/plugins/Effect/ladspa/translations/ladspa_plugin_bg.ts @@ -20,7 +20,7 @@ </message> <message> <location filename="../effectladspafactory.cpp" line="54"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation type="unfinished"></translation> </message> <message> diff --git a/src/plugins/Effect/ladspa/translations/ladspa_plugin_cs.ts b/src/plugins/Effect/ladspa/translations/ladspa_plugin_cs.ts index b43ca4da5..6070628f7 100644 --- a/src/plugins/Effect/ladspa/translations/ladspa_plugin_cs.ts +++ b/src/plugins/Effect/ladspa/translations/ladspa_plugin_cs.ts @@ -20,8 +20,8 @@ </message> <message> <location filename="../effectladspafactory.cpp" line="54"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>Autor: Ilja Kotov <forkotov02@hotmail.ru></translation> + <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> + <translation>Autor: Ilja Kotov <forkotov02@ya.ru></translation> </message> <message> <location filename="../effectladspafactory.cpp" line="55"/> diff --git a/src/plugins/Effect/ladspa/translations/ladspa_plugin_de.ts b/src/plugins/Effect/ladspa/translations/ladspa_plugin_de.ts index 0bd8b7e1e..2cbac6277 100644 --- a/src/plugins/Effect/ladspa/translations/ladspa_plugin_de.ts +++ b/src/plugins/Effect/ladspa/translations/ladspa_plugin_de.ts @@ -20,8 +20,8 @@ </message> <message> <location filename="../effectladspafactory.cpp" line="54"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>Geschrieben von: Ilya Kotov <forkotov02@hotmail.ru></translation> + <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> + <translation>Geschrieben von: Ilya Kotov <forkotov02@ya.ru></translation> </message> <message> <location filename="../effectladspafactory.cpp" line="55"/> diff --git a/src/plugins/Effect/ladspa/translations/ladspa_plugin_el.ts b/src/plugins/Effect/ladspa/translations/ladspa_plugin_el.ts index 4fa3b57cd..a067a720e 100644 --- a/src/plugins/Effect/ladspa/translations/ladspa_plugin_el.ts +++ b/src/plugins/Effect/ladspa/translations/ladspa_plugin_el.ts @@ -20,8 +20,8 @@ </message> <message> <location filename="../effectladspafactory.cpp" line="54"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>Γράφτηκε από τον: Ilya Kotov <forkotov02@hotmail.ru></translation> + <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> + <translation>Γράφτηκε από τον: Ilya Kotov <forkotov02@ya.ru></translation> </message> <message> <location filename="../effectladspafactory.cpp" line="55"/> diff --git a/src/plugins/Effect/ladspa/translations/ladspa_plugin_en.ts b/src/plugins/Effect/ladspa/translations/ladspa_plugin_en.ts index 7920daa34..4b4951f63 100644 --- a/src/plugins/Effect/ladspa/translations/ladspa_plugin_en.ts +++ b/src/plugins/Effect/ladspa/translations/ladspa_plugin_en.ts @@ -20,7 +20,7 @@ </message> <message> <location filename="../effectladspafactory.cpp" line="54"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation type="unfinished"></translation> </message> <message> diff --git a/src/plugins/Effect/ladspa/translations/ladspa_plugin_es.ts b/src/plugins/Effect/ladspa/translations/ladspa_plugin_es.ts index cefd7b24c..019a9b461 100644 --- a/src/plugins/Effect/ladspa/translations/ladspa_plugin_es.ts +++ b/src/plugins/Effect/ladspa/translations/ladspa_plugin_es.ts @@ -20,8 +20,8 @@ </message> <message> <location filename="../effectladspafactory.cpp" line="54"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>Escrito por: Ilya Kotov <forkotov02@hotmail.ru></translation> + <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> + <translation>Escrito por: Ilya Kotov <forkotov02@ya.ru></translation> </message> <message> <location filename="../effectladspafactory.cpp" line="55"/> diff --git a/src/plugins/Effect/ladspa/translations/ladspa_plugin_fr.ts b/src/plugins/Effect/ladspa/translations/ladspa_plugin_fr.ts index 56fda27b8..d7db18f54 100644 --- a/src/plugins/Effect/ladspa/translations/ladspa_plugin_fr.ts +++ b/src/plugins/Effect/ladspa/translations/ladspa_plugin_fr.ts @@ -20,8 +20,8 @@ </message> <message> <location filename="../effectladspafactory.cpp" line="54"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>Écrit par : Ilya Kotov <forkotov02@hotmail.ru></translation> + <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> + <translation>Écrit par : Ilya Kotov <forkotov02@ya.ru></translation> </message> <message> <location filename="../effectladspafactory.cpp" line="55"/> diff --git a/src/plugins/Effect/ladspa/translations/ladspa_plugin_gl_ES.ts b/src/plugins/Effect/ladspa/translations/ladspa_plugin_gl_ES.ts index de104b7f8..57085cc51 100644 --- a/src/plugins/Effect/ladspa/translations/ladspa_plugin_gl_ES.ts +++ b/src/plugins/Effect/ladspa/translations/ladspa_plugin_gl_ES.ts @@ -20,8 +20,8 @@ </message> <message> <location filename="../effectladspafactory.cpp" line="54"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>Escrito por: Ilya Kotov <forkotov02@hotmail.ru></translation> + <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> + <translation>Escrito por: Ilya Kotov <forkotov02@ya.ru></translation> </message> <message> <location filename="../effectladspafactory.cpp" line="55"/> diff --git a/src/plugins/Effect/ladspa/translations/ladspa_plugin_he.ts b/src/plugins/Effect/ladspa/translations/ladspa_plugin_he.ts index 1868d4a4c..829b73dfd 100644 --- a/src/plugins/Effect/ladspa/translations/ladspa_plugin_he.ts +++ b/src/plugins/Effect/ladspa/translations/ladspa_plugin_he.ts @@ -20,8 +20,8 @@ </message> <message> <location filename="../effectladspafactory.cpp" line="54"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>חובר על ידי: Ilya Kotov <forkotov02@hotmail.ru></translation> + <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> + <translation>חובר על ידי: Ilya Kotov <forkotov02@ya.ru></translation> </message> <message> <location filename="../effectladspafactory.cpp" line="55"/> diff --git a/src/plugins/Effect/ladspa/translations/ladspa_plugin_hu.ts b/src/plugins/Effect/ladspa/translations/ladspa_plugin_hu.ts index 3b878be58..58fef69af 100644 --- a/src/plugins/Effect/ladspa/translations/ladspa_plugin_hu.ts +++ b/src/plugins/Effect/ladspa/translations/ladspa_plugin_hu.ts @@ -20,7 +20,7 @@ </message> <message> <location filename="../effectladspafactory.cpp" line="54"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation type="unfinished"></translation> </message> <message> diff --git a/src/plugins/Effect/ladspa/translations/ladspa_plugin_id.ts b/src/plugins/Effect/ladspa/translations/ladspa_plugin_id.ts index a5c856b62..211e7f004 100644 --- a/src/plugins/Effect/ladspa/translations/ladspa_plugin_id.ts +++ b/src/plugins/Effect/ladspa/translations/ladspa_plugin_id.ts @@ -20,8 +20,8 @@ </message> <message> <location filename="../effectladspafactory.cpp" line="54"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>Ditulis oleh: Ilya Kotov <forkotov02@hotmail.ru></translation> + <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> + <translation>Ditulis oleh: Ilya Kotov <forkotov02@ya.ru></translation> </message> <message> <location filename="../effectladspafactory.cpp" line="55"/> diff --git a/src/plugins/Effect/ladspa/translations/ladspa_plugin_it.ts b/src/plugins/Effect/ladspa/translations/ladspa_plugin_it.ts index 0ffa3f9f3..94940592c 100644 --- a/src/plugins/Effect/ladspa/translations/ladspa_plugin_it.ts +++ b/src/plugins/Effect/ladspa/translations/ladspa_plugin_it.ts @@ -20,8 +20,8 @@ </message> <message> <location filename="../effectladspafactory.cpp" line="54"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>Autori: Ilya Kotov <forkotov02@hotmail.ru></translation> + <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> + <translation>Autori: Ilya Kotov <forkotov02@ya.ru></translation> </message> <message> <location filename="../effectladspafactory.cpp" line="55"/> diff --git a/src/plugins/Effect/ladspa/translations/ladspa_plugin_ja.ts b/src/plugins/Effect/ladspa/translations/ladspa_plugin_ja.ts index da7681d2c..1845f045b 100644 --- a/src/plugins/Effect/ladspa/translations/ladspa_plugin_ja.ts +++ b/src/plugins/Effect/ladspa/translations/ladspa_plugin_ja.ts @@ -20,8 +20,8 @@ </message> <message> <location filename="../effectladspafactory.cpp" line="54"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>制作: Илья Котов (Ilya Kotov) <forkotov02@hotmail.ru></translation> + <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> + <translation>制作: Илья Котов (Ilya Kotov) <forkotov02@ya.ru></translation> </message> <message> <location filename="../effectladspafactory.cpp" line="55"/> diff --git a/src/plugins/Effect/ladspa/translations/ladspa_plugin_kk.ts b/src/plugins/Effect/ladspa/translations/ladspa_plugin_kk.ts index 54ab346d4..479a2cb00 100644 --- a/src/plugins/Effect/ladspa/translations/ladspa_plugin_kk.ts +++ b/src/plugins/Effect/ladspa/translations/ladspa_plugin_kk.ts @@ -20,7 +20,7 @@ </message> <message> <location filename="../effectladspafactory.cpp" line="54"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation type="unfinished"></translation> </message> <message> diff --git a/src/plugins/Effect/ladspa/translations/ladspa_plugin_lt.ts b/src/plugins/Effect/ladspa/translations/ladspa_plugin_lt.ts index f9d7e266c..e16377646 100644 --- a/src/plugins/Effect/ladspa/translations/ladspa_plugin_lt.ts +++ b/src/plugins/Effect/ladspa/translations/ladspa_plugin_lt.ts @@ -20,8 +20,8 @@ </message> <message> <location filename="../effectladspafactory.cpp" line="54"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>Sukūrė: Ilya Kotov <forkotov02@hotmail.ru></translation> + <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> + <translation>Sukūrė: Ilya Kotov <forkotov02@ya.ru></translation> </message> <message> <location filename="../effectladspafactory.cpp" line="55"/> diff --git a/src/plugins/Effect/ladspa/translations/ladspa_plugin_nl.ts b/src/plugins/Effect/ladspa/translations/ladspa_plugin_nl.ts index e132fbac1..2c230f68d 100644 --- a/src/plugins/Effect/ladspa/translations/ladspa_plugin_nl.ts +++ b/src/plugins/Effect/ladspa/translations/ladspa_plugin_nl.ts @@ -20,8 +20,8 @@ </message> <message> <location filename="../effectladspafactory.cpp" line="54"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>Auteur: Ilya Kotov <forkotov02@hotmail.ru></translation> + <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> + <translation>Auteur: Ilya Kotov <forkotov02@ya.ru></translation> </message> <message> <location filename="../effectladspafactory.cpp" line="55"/> diff --git a/src/plugins/Effect/ladspa/translations/ladspa_plugin_pl_PL.ts b/src/plugins/Effect/ladspa/translations/ladspa_plugin_pl_PL.ts index 282e2bd76..3a79b4cf1 100644 --- a/src/plugins/Effect/ladspa/translations/ladspa_plugin_pl_PL.ts +++ b/src/plugins/Effect/ladspa/translations/ladspa_plugin_pl_PL.ts @@ -20,8 +20,8 @@ </message> <message> <location filename="../effectladspafactory.cpp" line="54"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>Napisana przez: Ilya Kotov <forkotov02@hotmail.ru></translation> + <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> + <translation>Napisana przez: Ilya Kotov <forkotov02@ya.ru></translation> </message> <message> <location filename="../effectladspafactory.cpp" line="55"/> diff --git a/src/plugins/Effect/ladspa/translations/ladspa_plugin_pt.ts b/src/plugins/Effect/ladspa/translations/ladspa_plugin_pt.ts index 9068f639c..c58e9c4eb 100644 --- a/src/plugins/Effect/ladspa/translations/ladspa_plugin_pt.ts +++ b/src/plugins/Effect/ladspa/translations/ladspa_plugin_pt.ts @@ -20,8 +20,8 @@ </message> <message> <location filename="../effectladspafactory.cpp" line="54"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>Desenvolvido por: Ilya Kotov <forkotov02@hotmail.ru></translation> + <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> + <translation>Desenvolvido por: Ilya Kotov <forkotov02@ya.ru></translation> </message> <message> <location filename="../effectladspafactory.cpp" line="55"/> diff --git a/src/plugins/Effect/ladspa/translations/ladspa_plugin_pt_BR.ts b/src/plugins/Effect/ladspa/translations/ladspa_plugin_pt_BR.ts index 15f941f65..be817c40b 100644 --- a/src/plugins/Effect/ladspa/translations/ladspa_plugin_pt_BR.ts +++ b/src/plugins/Effect/ladspa/translations/ladspa_plugin_pt_BR.ts @@ -20,8 +20,8 @@ </message> <message> <location filename="../effectladspafactory.cpp" line="54"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>Desenvolvido por: Ilya Kotov <forkotov02@hotmail.ru></translation> + <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> + <translation>Desenvolvido por: Ilya Kotov <forkotov02@ya.ru></translation> </message> <message> <location filename="../effectladspafactory.cpp" line="55"/> diff --git a/src/plugins/Effect/ladspa/translations/ladspa_plugin_ru.ts b/src/plugins/Effect/ladspa/translations/ladspa_plugin_ru.ts index 4b49463cb..8bb34696d 100644 --- a/src/plugins/Effect/ladspa/translations/ladspa_plugin_ru.ts +++ b/src/plugins/Effect/ladspa/translations/ladspa_plugin_ru.ts @@ -20,8 +20,8 @@ </message> <message> <location filename="../effectladspafactory.cpp" line="54"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>Разработчик: Илья Котов <forkotov02@hotmail.ru></translation> + <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> + <translation>Разработчик: Илья Котов <forkotov02@ya.ru></translation> </message> <message> <location filename="../effectladspafactory.cpp" line="55"/> diff --git a/src/plugins/Effect/ladspa/translations/ladspa_plugin_sk.ts b/src/plugins/Effect/ladspa/translations/ladspa_plugin_sk.ts index 74e77f4e0..2f2aecb22 100644 --- a/src/plugins/Effect/ladspa/translations/ladspa_plugin_sk.ts +++ b/src/plugins/Effect/ladspa/translations/ladspa_plugin_sk.ts @@ -20,7 +20,7 @@ </message> <message> <location filename="../effectladspafactory.cpp" line="54"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation type="unfinished"></translation> </message> <message> diff --git a/src/plugins/Effect/ladspa/translations/ladspa_plugin_sr_BA.ts b/src/plugins/Effect/ladspa/translations/ladspa_plugin_sr_BA.ts index 9f44ecdcb..d4ec315ab 100644 --- a/src/plugins/Effect/ladspa/translations/ladspa_plugin_sr_BA.ts +++ b/src/plugins/Effect/ladspa/translations/ladspa_plugin_sr_BA.ts @@ -20,8 +20,8 @@ </message> <message> <location filename="../effectladspafactory.cpp" line="54"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>Аутор: Ilya Kotov <forkotov02@hotmail.ru></translation> + <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> + <translation>Аутор: Ilya Kotov <forkotov02@ya.ru></translation> </message> <message> <location filename="../effectladspafactory.cpp" line="55"/> diff --git a/src/plugins/Effect/ladspa/translations/ladspa_plugin_sr_RS.ts b/src/plugins/Effect/ladspa/translations/ladspa_plugin_sr_RS.ts index 480d4d3ec..369801eb8 100644 --- a/src/plugins/Effect/ladspa/translations/ladspa_plugin_sr_RS.ts +++ b/src/plugins/Effect/ladspa/translations/ladspa_plugin_sr_RS.ts @@ -20,8 +20,8 @@ </message> <message> <location filename="../effectladspafactory.cpp" line="54"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>Аутор: Ilya Kotov <forkotov02@hotmail.ru></translation> + <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> + <translation>Аутор: Ilya Kotov <forkotov02@ya.ru></translation> </message> <message> <location filename="../effectladspafactory.cpp" line="55"/> diff --git a/src/plugins/Effect/ladspa/translations/ladspa_plugin_tr.ts b/src/plugins/Effect/ladspa/translations/ladspa_plugin_tr.ts index e3dc826ef..8ab7ca7c1 100644 --- a/src/plugins/Effect/ladspa/translations/ladspa_plugin_tr.ts +++ b/src/plugins/Effect/ladspa/translations/ladspa_plugin_tr.ts @@ -20,7 +20,7 @@ </message> <message> <location filename="../effectladspafactory.cpp" line="54"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> + <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> <translation type="unfinished"></translation> </message> <message> diff --git a/src/plugins/Effect/ladspa/translations/ladspa_plugin_uk_UA.ts b/src/plugins/Effect/ladspa/translations/ladspa_plugin_uk_UA.ts index c5039eeaa..3da605958 100644 --- a/src/plugins/Effect/ladspa/translations/ladspa_plugin_uk_UA.ts +++ b/src/plugins/Effect/ladspa/translations/ladspa_plugin_uk_UA.ts @@ -20,8 +20,8 @@ </message> <message> <location filename="../effectladspafactory.cpp" line="54"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>Розробник: Ілля Котов <forkotov02@hotmail.ru></translation> + <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> + <translation>Розробник: Ілля Котов <forkotov02@ya.ru></translation> </message> <message> <location filename="../effectladspafactory.cpp" line="55"/> diff --git a/src/plugins/Effect/ladspa/translations/ladspa_plugin_zh_CN.ts b/src/plugins/Effect/ladspa/translations/ladspa_plugin_zh_CN.ts index e637dde1c..0300e4940 100644 --- a/src/plugins/Effect/ladspa/translations/ladspa_plugin_zh_CN.ts +++ b/src/plugins/Effect/ladspa/translations/ladspa_plugin_zh_CN.ts @@ -20,8 +20,8 @@ </message> <message> <location filename="../effectladspafactory.cpp" line="54"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>作者:Ilya Kotov <forkotov02@hotmail.ru></translation> + <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> + <translation>作者:Ilya Kotov <forkotov02@ya.ru></translation> </message> <message> <location filename="../effectladspafactory.cpp" line="55"/> diff --git a/src/plugins/Effect/ladspa/translations/ladspa_plugin_zh_TW.ts b/src/plugins/Effect/ladspa/translations/ladspa_plugin_zh_TW.ts index ac74c8d36..d2cc542a8 100644 --- a/src/plugins/Effect/ladspa/translations/ladspa_plugin_zh_TW.ts +++ b/src/plugins/Effect/ladspa/translations/ladspa_plugin_zh_TW.ts @@ -20,8 +20,8 @@ </message> <message> <location filename="../effectladspafactory.cpp" line="54"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>作者:Ilya Kotov <forkotov02@hotmail.ru></translation> + <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> + <translation>作者:Ilya Kotov <forkotov02@ya.ru></translation> </message> <message> <location filename="../effectladspafactory.cpp" line="55"/> |
