This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from 4569dd9 res/resources.qrc: Add Czech translation file. new 2a82ba8 Update qt_<lang>.qm files from Qt5 v5.11.2. new 805606d update debian/changelog The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 6 ++++++ res/i18n/qt_da.qm | Bin 119218 -> 172 bytes res/i18n/qt_de.qm | Bin 328778 -> 172 bytes res/i18n/qt_es.qm | Bin 87895 -> 172 bytes res/i18n/qt_fr.qm | Bin 260053 -> 172 bytes res/i18n/qt_sv.qm | Bin 71500 -> 65851 bytes res/i18n/qt_zh_tw.qm | Bin 119489 -> 117256 bytes res/resources.qrc | 2 ++ 8 files changed, 8 insertions(+) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit 805606dba9bcf5ee4d1581f8ea0f6ff0c43f1e6e Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Jan 13 22:22:37 2019 +0000 update debian/changelog --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index 59aebf5..2d23d80 100644 --- a/debian/changelog +++ b/debian/changelog @@ -60,10 +60,16 @@ x2goclient (4.1.2.2-0x2go1) UNRELEASED; urgency=medium - src/sessionwidget.cpp: Rename shadowing sessiontype to 'X2Go/X11 Desktop Sharing'. - man/man1/x2goclient.1: Add explanation for the --broker-name option. + - res/resources.qrc: Add Czech translation file. + - Update qt_<lang>.qm files from Qt5 v5.11.2. * debian/control: - In x2goclient R, prefer freerdp2-x11 over rdesktop over freerdp-x11 (which is broken these days anyway). + [ Tom Ruzicka ] + * New upstream release (4.1.2.2): + - Add new translation: Czech. + -- X2Go Release Manager <git-admin@x2go.org> Tue, 26 Jun 2018 00:39:28 +0200 x2goclient (4.1.2.1-0x2go1) unstable; urgency=medium -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit 2a82ba87a07d723553a4709230b8180c0b3bec9f Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Jan 13 22:17:30 2019 +0000 Update qt_<lang>.qm files from Qt5 v5.11.2. --- res/i18n/qt_da.qm | Bin 119218 -> 172 bytes res/i18n/qt_de.qm | Bin 328778 -> 172 bytes res/i18n/qt_es.qm | Bin 87895 -> 172 bytes res/i18n/qt_fr.qm | Bin 260053 -> 172 bytes res/i18n/qt_sv.qm | Bin 71500 -> 65851 bytes res/i18n/qt_zh_tw.qm | Bin 119489 -> 117256 bytes res/resources.qrc | 2 ++ 7 files changed, 2 insertions(+) diff --git a/res/i18n/qt_da.qm b/res/i18n/qt_da.qm index 02d2bb8..c6c8753 100644 Binary files a/res/i18n/qt_da.qm and b/res/i18n/qt_da.qm differ diff --git a/res/i18n/qt_de.qm b/res/i18n/qt_de.qm index 5993677..3650eec 100644 Binary files a/res/i18n/qt_de.qm and b/res/i18n/qt_de.qm differ diff --git a/res/i18n/qt_es.qm b/res/i18n/qt_es.qm index a8b0724..78b4825 100644 Binary files a/res/i18n/qt_es.qm and b/res/i18n/qt_es.qm differ diff --git a/res/i18n/qt_fr.qm b/res/i18n/qt_fr.qm index 62e45cc..d40706b 100644 Binary files a/res/i18n/qt_fr.qm and b/res/i18n/qt_fr.qm differ diff --git a/res/i18n/qt_sv.qm b/res/i18n/qt_sv.qm index 8f3de33..294ae14 100644 Binary files a/res/i18n/qt_sv.qm and b/res/i18n/qt_sv.qm differ diff --git a/res/i18n/qt_zh_tw.qm b/res/i18n/qt_zh_tw.qm index c390941..b391a6b 100644 Binary files a/res/i18n/qt_zh_tw.qm and b/res/i18n/qt_zh_tw.qm differ diff --git a/res/resources.qrc b/res/resources.qrc index 59ae07c..cdacfe5 100644 --- a/res/resources.qrc +++ b/res/resources.qrc @@ -110,9 +110,11 @@ <file>i18n/x2goclient_sv.qm</file> <file>i18n/x2goclient_tr.qm</file> <file>i18n/x2goclient_zh_tw.qm</file> + <file>i18n/qt_cs.qm</file> <file>i18n/qt_da.qm</file> <file>i18n/qt_de.qm</file> <file>i18n/qt_es.qm</file> + <file>i18n/qt_fi.qm</file> <file>i18n/qt_fr.qm</file> <file>i18n/qt_pt.qm</file> <file>i18n/qt_ru.qm</file> -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git