This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2godesktopsharing. commit 3b7d78e19bba50a5509bfcad95d23d12e5b7f6c5 Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Nov 28 03:11:15 2018 +0100 misc: fix Oleksandrs mail address and last name. --- accessaction.cpp | 2 +- accessaction.h | 4 ++-- debian/changelog | 1 + debian/control | 2 +- debian/copyright | 10 +++++----- dlg.ui | 2 +- listdialog.cpp | 2 +- main.cpp | 2 +- sharetray.cpp | 2 +- sharetray.h | 2 +- simplelocalsocket.cpp | 2 +- simplelocalsocket.h | 4 ++-- x2godesktopsharing_cs.ts | 4 ++-- x2godesktopsharing_da.ts | 2 +- x2godesktopsharing_de.ts | 4 ++-- x2godesktopsharing_es.ts | 4 ++-- x2godesktopsharing_et.ts | 4 ++-- x2godesktopsharing_fi.ts | 2 +- x2godesktopsharing_nb_no.ts | 2 +- x2godesktopsharing_nl.ts | 2 +- x2godesktopsharing_pt.ts | 2 +- x2godesktopsharing_ru.ts | 2 +- x2godesktopsharing_sv.ts | 2 +- x2godesktopsharing_tr.ts | 2 +- x2godesktopsharing_zh_tw.ts | 2 +- 25 files changed, 35 insertions(+), 34 deletions(-) diff --git a/accessaction.cpp b/accessaction.cpp index 675e420..cfc73fd 100644 --- a/accessaction.cpp +++ b/accessaction.cpp @@ -4,7 +4,7 @@ // Description: // // -// Author: Oleksandr Shneyder <o.schneydr@phoca-gmbh.de>, (C) 2006-2018 +// Author: Oleksandr Shneyder <o.shneyder@phoca-gmbh.de>, (C) 2006-2018 // // Copyright: See COPYING file that comes with this distribution // diff --git a/accessaction.h b/accessaction.h index e457aaf..ca1c22f 100644 --- a/accessaction.h +++ b/accessaction.h @@ -4,7 +4,7 @@ // Description: // // -// Author: Oleksandr Shneyder <o.schneydr@phoca-gmbh.de>, (C) 2006-2018 +// Author: Oleksandr Shneyder <o.shneyder@phoca-gmbh.de>, (C) 2006-2018 // // Copyright: See COPYING file that comes with this distribution // @@ -15,7 +15,7 @@ #include <QAction> /** - @author Oleksandr Shneyder <o.schneydr@phoca-gmbh.de> + @author Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> */ class AccessAction : public QAction { diff --git a/debian/changelog b/debian/changelog index a1f894e..9906b82 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ x2godesktopsharing (3.2.0.0-0x2go1) UNRELEASED; urgency=medium - sharetray.cpp: fix another misleading if indentation warning. - accessdialog.cpp: re-enable Qt4 compatibility. - misc: pre-release copyright updates. + - misc: fix Oleksandrs mail address and last name. * x2godesktopsharing.spec: + Pull in redhat-rpm-config manually. This should probably be done by something else, like... gcc or qmake or qt(4)-dev, but it isn't. diff --git a/debian/control b/debian/control index 582df4a..d9383c6 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: x11 Priority: optional Maintainer: X2Go Developers <x2go-dev@lists.x2go.org> Uploaders: - Oleksandr Shneyder <o.schneydr@phoca-gmbh.de>, + Oleksandr Shneyder <o.shneyder@phoca-gmbh.de>, Mike Gabriel <mike.gabriel@das-netzwerkteam.de>, Mihai Moldovan <ionic@ionic.de>, Build-Depends: diff --git a/debian/copyright b/debian/copyright index 68afac4..f53b620 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,6 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: X2Go Desktop Sharing -Upstream-Contact: Oleksandr Shneyder <o.schneydr@phoca-gmbh.de> +Upstream-Contact: Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> Source: https://code.x2go.org/releases/source/x2godesktopsharing/ Files: Doxyfile @@ -74,12 +74,12 @@ Files: main.cpp listdialog.cpp simplelocalsocket.cpp simplelocalsocket.h -Copyright: 2006-2018, Oleksandr Shneyder <o.schneydr@phoca-gmbh.de> +Copyright: 2006-2018, Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> License: GPL-2+ Files: sharetray.cpp sharetray.h -Copyright: 2006-2018, Oleksandr Shneyder <o.schneydr@phoca-gmbh.de> +Copyright: 2006-2018, Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> 2018, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> License: GPL-2+ @@ -88,13 +88,13 @@ Files: bin/x2goresume-desktopsharing bin/x2goterminate-desktopsharing share/x2gofeature.d/x2godesktopsharing.features Copyright: 2007-2018, X2Go Project - http:wiki.x2go.org - 2006-2018, Oleksandr Shneyder <o.schneydr@phoca-gmbh.de> + 2006-2018, Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> 2006-2018, Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> 2006-2015, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> License: GPL-2+ Files: debian/* -Copyright: 2007-2018, Oleksandr Shneyder <o.schneydr@phoca-gmbh.de> +Copyright: 2007-2018, Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> 2011-2018, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> License: GPL-2+ diff --git a/dlg.ui b/dlg.ui index beef801..6a826ab 100644 --- a/dlg.ui +++ b/dlg.ui @@ -76,7 +76,7 @@ <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'OpenSymbol'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br />(C) 2006-2018, <span style=" font-weight:600;">Oleksandr Schneyder</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br />(C) 2006-2018, <span style=" font-weight:600;">Oleksandr Shneyder</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(C) 2006-2018, <span style=" font-weight:600;">Heinz-Markus Graesing</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(C) 2011-2018, <span style=" font-weight:600;">Mike Gabriel</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br />This application enables you to share your running X11 session with other users over a local network or internet.</p> diff --git a/listdialog.cpp b/listdialog.cpp index 5768a54..b26fbc7 100644 --- a/listdialog.cpp +++ b/listdialog.cpp @@ -4,7 +4,7 @@ // Description: // // -// Author: Oleksandr Shneyder <o.schneydr@phoca-gmbh.de>, (C) 2006-2018 +// Author: Oleksandr Shneyder <o.shneyder@phoca-gmbh.de>, (C) 2006-2018 // // Copyright: See COPYING file that comes with this distribution // diff --git a/main.cpp b/main.cpp index 0d8c5ec..f01efbc 100644 --- a/main.cpp +++ b/main.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2006-2018 by Oleksandr Shneyder * - * o.schneydr@phoca-gmbh.de * + * o.shneyder@phoca-gmbh.de * * * * 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/sharetray.cpp b/sharetray.cpp index d1e2c06..2fcce62 100644 --- a/sharetray.cpp +++ b/sharetray.cpp @@ -4,7 +4,7 @@ // Description: // // -// Author: Oleksandr Shneyder <o.schneydr@phoca-gmbh.de>, (C) 2006-2018 +// Author: Oleksandr Shneyder <o.shneyder@phoca-gmbh.de>, (C) 2006-2018 // Mike Gabriel <mike.gabriel@das-netzwerkteam.de>, (C) 2011-2018 // // Copyright: See COPYING file that comes with this distribution diff --git a/sharetray.h b/sharetray.h index b9196c5..9549d66 100644 --- a/sharetray.h +++ b/sharetray.h @@ -4,7 +4,7 @@ // Description: // // -// Author: Oleksandr Shneyder <o.schneydr@phoca-gmbh.de>, (C) 2006-2018 +// Author: Oleksandr Shneyder <o.shneyder@phoca-gmbh.de>, (C) 2006-2018 // Mike Gabriel <mike.gabriel@das-netzwerkteam.de>, (C) 2011-2018 // // Copyright: See COPYING file that comes with this distribution diff --git a/simplelocalsocket.cpp b/simplelocalsocket.cpp index d0b542f..9f8999f 100644 --- a/simplelocalsocket.cpp +++ b/simplelocalsocket.cpp @@ -4,7 +4,7 @@ // Description: // // -// Author: Oleksandr Shneyder <o.schneydr@phoca-gmbh.de>, (C) 2006-2018 +// Author: Oleksandr Shneyder <o.shneyder@phoca-gmbh.de>, (C) 2006-2018 // // Copyright: See COPYING file that comes with this distribution // diff --git a/simplelocalsocket.h b/simplelocalsocket.h index 6596530..4e571ea 100644 --- a/simplelocalsocket.h +++ b/simplelocalsocket.h @@ -4,7 +4,7 @@ // Description: // // -// Author: Oleksandr Shneyder <o.schneydr@phoca-gmbh.de>, (C) 2006-2018 +// Author: Oleksandr Shneyder <o.shneyder@phoca-gmbh.de>, (C) 2006-2018 // // Copyright: See COPYING file that comes with this distribution // @@ -15,7 +15,7 @@ #include <QObject> /** - @author Oleksandr Shneyder <o.schneydr@phoca-gmbh.de> + @author Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> */ class QLocalSocket; class ShareTray; diff --git a/x2godesktopsharing_cs.ts b/x2godesktopsharing_cs.ts index 542a986..aca7d75 100644 --- a/x2godesktopsharing_cs.ts +++ b/x2godesktopsharing_cs.ts @@ -217,7 +217,7 @@ a zkuste to znovu</translation> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'OpenSymbol'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br />(C) 2006-2018, <span style=" font-weight:600;">Oleksandr Schneyder</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br />(C) 2006-2018, <span style=" font-weight:600;">Oleksandr Shneyder</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(C) 2006-2018, <span style=" font-weight:600;">Heinz-Markus Graesing</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(C) 2011-2018, <span style=" font-weight:600;">Mike Gabriel</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br />This application enables you to share your running X11 session with other users over a local network or internet.</p> @@ -229,7 +229,7 @@ p, li { white-space: pre-wrap; } <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'OpenSymbol'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br />(C) 2006-2018, <span style=" font-weight:600;">Oleksandr Schneyder</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br />(C) 2006-2018, <span style=" font-weight:600;">Oleksandr Shneyder</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(C) 2006-2018, <span style=" font-weight:600;">Heinz-Markus Graesing</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(C) 2011-2018, <span style=" font-weight:600;">Mike Gabriel</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br />Tato aplikace umožní sdílení X11 session s jinými uživateli přes lokální síť, nebo internet.</p> diff --git a/x2godesktopsharing_da.ts b/x2godesktopsharing_da.ts index 76c3dfe..8b39e25 100644 --- a/x2godesktopsharing_da.ts +++ b/x2godesktopsharing_da.ts @@ -206,7 +206,7 @@ og start igen</translation> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'OpenSymbol'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br />(C) 2006-2018, <span style=" font-weight:600;">Oleksandr Schneyder</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br />(C) 2006-2018, <span style=" font-weight:600;">Oleksandr Shneyder</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(C) 2006-2018, <span style=" font-weight:600;">Heinz-Markus Graesing</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(C) 2011-2018, <span style=" font-weight:600;">Mike Gabriel</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br />This application enables you to share your running X11 session with other users over a local network or internet.</p> diff --git a/x2godesktopsharing_de.ts b/x2godesktopsharing_de.ts index 684da58..36c1060 100644 --- a/x2godesktopsharing_de.ts +++ b/x2godesktopsharing_de.ts @@ -217,7 +217,7 @@ entfernen und Dienst neu starten</translation> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'OpenSymbol'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br />(C) 2006-2018, <span style=" font-weight:600;">Oleksandr Schneyder</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br />(C) 2006-2018, <span style=" font-weight:600;">Oleksandr Shneyder</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(C) 2006-2018, <span style=" font-weight:600;">Heinz-Markus Graesing</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(C) 2011-2018, <span style=" font-weight:600;">Mike Gabriel</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br />This application enables you to share your running X11 session with other users over a local network or internet.</p> @@ -229,7 +229,7 @@ p, li { white-space: pre-wrap; } <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'OpenSymbol'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br />(C) 2006-2018, <span style=" font-weight:600;">Oleksandr Schneyder</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br />(C) 2006-2018, <span style=" font-weight:600;">Oleksandr Shneyder</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(C) 2006-2018, <span style=" font-weight:600;">Heinz-Markus Graesing</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(C) 2011-2018, <span style=" font-weight:600;">Mike Gabriel</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br />Dieses Applet ermöglicht die Freigabe der laufenden X11 Sitzung, um anderen Benutzern darauf über das lokale Netzwerk oder über das Internet Zugriff zu gewähren.</p> diff --git a/x2godesktopsharing_es.ts b/x2godesktopsharing_es.ts index 2aba44f..0ff75c4 100644 --- a/x2godesktopsharing_es.ts +++ b/x2godesktopsharing_es.ts @@ -205,7 +205,7 @@ si no está funcionando borra %1 e iníciala de nuevo</translation> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'OpenSymbol'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br />(C) 2006-2018, <span style=" font-weight:600;">Oleksandr Schneyder</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br />(C) 2006-2018, <span style=" font-weight:600;">Oleksandr Shneyder</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(C) 2006-2018, <span style=" font-weight:600;">Heinz-Markus Graesing</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(C) 2011-2018, <span style=" font-weight:600;">Mike Gabriel</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br />This application enables you to share your running X11 session with other users over a local network or internet.</p> @@ -217,7 +217,7 @@ p, li { white-space: pre-wrap; } <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'OpenSymbol'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br />(C) 2006-2018, <span style=" font-weight:600;">Oleksandr Schneyder</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br />(C) 2006-2018, <span style=" font-weight:600;">Oleksandr Shneyder</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(C) 2006-2018, <span style=" font-weight:600;">Heinz-Markus Graesing</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(C) 2011-2018, <span style=" font-weight:600;">Mike Gabriel</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br />Esta aplicación permite compartir tu sesion X11 en ejecución con otros usuarios de la red local o de internet.</p> diff --git a/x2godesktopsharing_et.ts b/x2godesktopsharing_et.ts index 880f344..68c98cc 100644 --- a/x2godesktopsharing_et.ts +++ b/x2godesktopsharing_et.ts @@ -206,7 +206,7 @@ ja alusta uuesti</translation> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'OpenSymbol'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br />(C) 2006-2018, <span style=" font-weight:600;">Oleksandr Schneyder</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br />(C) 2006-2018, <span style=" font-weight:600;">Oleksandr Shneyder</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(C) 2006-2018, <span style=" font-weight:600;">Heinz-Markus Graesing</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(C) 2011-2018, <span style=" font-weight:600;">Mike Gabriel</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br />This application enables you to share your running X11 session with other users over a local network or internet.</p> @@ -218,7 +218,7 @@ p, li { white-space: pre-wrap; } <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'OpenSymbol'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br />(C) 2006-2018, <span style=" font-weight:600;">Oleksandr Schneyder</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br />(C) 2006-2018, <span style=" font-weight:600;">Oleksandr Shneyder</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(C) 2006-2018, <span style=" font-weight:600;">Heinz-Markus Graesing</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(C) 2011-2018, <span style=" font-weight:600;">Mike Gabriel</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br />Dee programm võimaldab sul jagasa sinu käesolevat X11 sessiooni teiste kasutajatega kohtvõrgus või üle interneti.</p> diff --git a/x2godesktopsharing_fi.ts b/x2godesktopsharing_fi.ts index 954eb3a..ed1f882 100644 --- a/x2godesktopsharing_fi.ts +++ b/x2godesktopsharing_fi.ts @@ -206,7 +206,7 @@ ja käynnistä uudelleen</translation> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'OpenSymbol'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br />(C) 2006-2018, <span style=" font-weight:600;">Oleksandr Schneyder</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br />(C) 2006-2018, <span style=" font-weight:600;">Oleksandr Shneyder</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(C) 2006-2018, <span style=" font-weight:600;">Heinz-Markus Graesing</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(C) 2011-2018, <span style=" font-weight:600;">Mike Gabriel</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br />This application enables you to share your running X11 session with other users over a local network or internet.</p> diff --git a/x2godesktopsharing_nb_no.ts b/x2godesktopsharing_nb_no.ts index 43d3850..b4f0c64 100644 --- a/x2godesktopsharing_nb_no.ts +++ b/x2godesktopsharing_nb_no.ts @@ -209,7 +209,7 @@ and start again</source> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'OpenSymbol'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br />(C) 2006-2018, <span style=" font-weight:600;">Oleksandr Schneyder</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br />(C) 2006-2018, <span style=" font-weight:600;">Oleksandr Shneyder</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(C) 2006-2018, <span style=" font-weight:600;">Heinz-Markus Graesing</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(C) 2011-2018, <span style=" font-weight:600;">Mike Gabriel</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br />This application enables you to share your running X11 session with other users over a local network or internet.</p> diff --git a/x2godesktopsharing_nl.ts b/x2godesktopsharing_nl.ts index 77d9c07..1572df9 100644 --- a/x2godesktopsharing_nl.ts +++ b/x2godesktopsharing_nl.ts @@ -217,7 +217,7 @@ en start opnieuw</translation> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'OpenSymbol'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br />(C) 2006-2018, <span style=" font-weight:600;">Oleksandr Schneyder</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br />(C) 2006-2018, <span style=" font-weight:600;">Oleksandr Shneyder</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(C) 2006-2018, <span style=" font-weight:600;">Heinz-Markus Graesing</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(C) 2011-2018, <span style=" font-weight:600;">Mike Gabriel</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br />This application enables you to share your running X11 session with other users over a local network or internet.</p> diff --git a/x2godesktopsharing_pt.ts b/x2godesktopsharing_pt.ts index 5a99af9..5afc72e 100644 --- a/x2godesktopsharing_pt.ts +++ b/x2godesktopsharing_pt.ts @@ -173,7 +173,7 @@ and start again</source> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'OpenSymbol'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br />(C) 2006-2018, <span style=" font-weight:600;">Oleksandr Schneyder</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br />(C) 2006-2018, <span style=" font-weight:600;">Oleksandr Shneyder</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(C) 2006-2018, <span style=" font-weight:600;">Heinz-Markus Graesing</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(C) 2011-2018, <span style=" font-weight:600;">Mike Gabriel</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br />This application enables you to share your running X11 session with other users over a local network or internet.</p> diff --git a/x2godesktopsharing_ru.ts b/x2godesktopsharing_ru.ts index b293498..dbd078e 100644 --- a/x2godesktopsharing_ru.ts +++ b/x2godesktopsharing_ru.ts @@ -217,7 +217,7 @@ and start again</source> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'OpenSymbol'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br />(C) 2006-2018, <span style=" font-weight:600;">Oleksandr Schneyder</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br />(C) 2006-2018, <span style=" font-weight:600;">Oleksandr Shneyder</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(C) 2006-2018, <span style=" font-weight:600;">Heinz-Markus Graesing</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(C) 2011-2018, <span style=" font-weight:600;">Mike Gabriel</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br />This application enables you to share your running X11 session with other users over a local network or internet.</p> diff --git a/x2godesktopsharing_sv.ts b/x2godesktopsharing_sv.ts index f59bc35..f88202b 100644 --- a/x2godesktopsharing_sv.ts +++ b/x2godesktopsharing_sv.ts @@ -206,7 +206,7 @@ och starta igen</translation> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'OpenSymbol'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br />(C) 2006-2018, <span style=" font-weight:600;">Oleksandr Schneyder</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br />(C) 2006-2018, <span style=" font-weight:600;">Oleksandr Shneyder</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(C) 2006-2018, <span style=" font-weight:600;">Heinz-Markus Graesing</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(C) 2011-2018, <span style=" font-weight:600;">Mike Gabriel</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br />This application enables you to share your running X11 session with other users over a local network or internet.</p> diff --git a/x2godesktopsharing_tr.ts b/x2godesktopsharing_tr.ts index 95cb386..28b0517 100644 --- a/x2godesktopsharing_tr.ts +++ b/x2godesktopsharing_tr.ts @@ -205,7 +205,7 @@ eğer bu uygulama artık çalışmıyorsa, %1 silinip\tekrar başlatılmalıdır <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'OpenSymbol'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br />(C) 2006-2018, <span style=" font-weight:600;">Oleksandr Schneyder</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br />(C) 2006-2018, <span style=" font-weight:600;">Oleksandr Shneyder</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(C) 2006-2018, <span style=" font-weight:600;">Heinz-Markus Graesing</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(C) 2011-2018, <span style=" font-weight:600;">Mike Gabriel</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br />This application enables you to share your running X11 session with other users over a local network or internet.</p> diff --git a/x2godesktopsharing_zh_tw.ts b/x2godesktopsharing_zh_tw.ts index eff87b9..9d70e1b 100644 --- a/x2godesktopsharing_zh_tw.ts +++ b/x2godesktopsharing_zh_tw.ts @@ -173,7 +173,7 @@ and start again</source> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'OpenSymbol'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br />(C) 2006-2018, <span style=" font-weight:600;">Oleksandr Schneyder</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br />(C) 2006-2018, <span style=" font-weight:600;">Oleksandr Shneyder</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(C) 2006-2018, <span style=" font-weight:600;">Heinz-Markus Graesing</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(C) 2011-2018, <span style=" font-weight:600;">Mike Gabriel</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br />This application enables you to share your running X11 session with other users over a local network or internet.</p> -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2godesktopsharing.git