This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gothinclient. from 2adfc55 x2gothinclient-<TC-FLAVOUR>_start: Drop requirement of having symlink /etc/x2go/x2gothinclient_start. Now all code passages that use the _start wrapper, use the x2gothinclient-<TC-FLAVOUR>_start file directly. new ea9e24a debian/po: add French translation file. new 7878c51 debian/po: update template with metadata. new b8c17dd fr.po: update metadata. The 3 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 ++++ debian/po/fr.po | 76 +++++++++++++++++++++++++++++++++++++++++++++++++ debian/po/templates.pot | 12 ++++---- 3 files changed, 88 insertions(+), 6 deletions(-) create mode 100644 debian/po/fr.po -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gothinclient. commit ea9e24a53909420660a0d4ce02c32573b7e2d5db Author: Thierry Kauffmann <thierry@pielo.net> Date: Wed Nov 28 01:04:08 2018 +0100 debian/po: add French translation file. --- debian/changelog | 4 +++ debian/po/fr.po | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 80 insertions(+) diff --git a/debian/changelog b/debian/changelog index 06e68d1..31cfad4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -206,6 +206,10 @@ x2gothinclient (1.5.0.0-0x2go1) UNRELEASED; urgency=low * debian/po: + Add DebConf translation to Finnish. + [ Thierry Kauffmann ] + * New upstream release (1.5.0.0): + - debian/po: add French translation file. + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 27 Feb 2014 12:03:00 +0100 x2gothinclient (1.1.0.2-0x2go1) unstable; urgency=low diff --git a/debian/po/fr.po b/debian/po/fr.po new file mode 100644 index 0000000..1a914b4 --- /dev/null +++ b/debian/po/fr.po @@ -0,0 +1,76 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: x2gothinclient@packages.debian.org\n" +"POT-Creation-Date: 2013-03-29 16:53+0100\n" +"PO-Revision-Date: 2018-11-26 23:04+0100\n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Last-Translator: Thierry Kauffmann <thierry@pielo.net>\n" +"Language-Team: \n" +"X-Generator: Poedit 2.0.6\n" + +#. Type: select +#. Description +#: ../x2gothinclient-displaymanager.templates:1001 +msgid "Default display manager:" +msgstr "Gestionnaire d'affichage par défaut :" + +#. Type: select +#. Description +#: ../x2gothinclient-displaymanager.templates:1001 +msgid "" +"On X2Go thin clients X2Go Client is sort of used as a display manager. For " +"this, X2Go Client gets started in TCE mode. The TCE acronym stands for thin " +"client environment. In TCE mode, X2Go Client manages the default display of " +"the X Window System." +msgstr "" +"Sur les clients légers X2Go, le client X2Go est en quelque sorte utilisé " +"comme gestionnaire d'affichage. Pour cela, X2Go Client démarre en mode TCE. " +"L'acronyme TCE signifie environnement client léger. En mode TCE, X2Go Client " +"gère l'affichage par défaut du système X Window." + +#. Type: select +#. Description +#: ../x2gothinclient-displaymanager.templates:1001 +msgid "" +"Generally, a display manager is a program that provides graphical login " +"capabilities for the X Window System. Other display managers for example are " +"GDM, KDM, etc. Login is--in most cases--granted to the local system." +msgstr "" +"En général, un gestionnaire d'affichage est un programme qui fournit des " +"capacités de connexion graphique pour le système X Window. D'autres " +"gestionnaires d'affichage par exemple sont GDM, KDM, etc. La connexion est - " +"dans la plupart des cas - accordée au système local." + +#. Type: select +#. Description +#: ../x2gothinclient-displaymanager.templates:1001 +msgid "" +"However, X2Go Client in TCE mode does appear like a display manager, but it " +"will log you onto pre-defined X2Go sessions on remote servers." +msgstr "" +"Cependant, X2Go Client en mode TCE apparaît comme un gestionnaire " +"d'affichage, mais il vous connectera à des sessions X2Go prédéfinies sur des " +"serveurs distants." + +#. Type: select +#. Description +#: ../x2gothinclient-displaymanager.templates:1001 +msgid "" +"As you are about to install X2Go Client in TCE mode on this machine and as " +"you already have other display managers installed on this machine, please " +"explicitly select which display manager is supposed to be the default for " +"your system." +msgstr "" +"Comme vous êtes sur le point d'installer X2Go Client en mode TCE sur cette " +"machine et que vous avez déjà d'autres gestionnaires d'affichage installés " +"sur cette machine, veuillez sélectionner explicitement quel gestionnaire " +"d'affichage est censé être le gestionnaire par défaut pour votre système." -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gothinclient. commit 7878c510937d0d4765afbee5ab65d0ad668d7a65 Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Nov 28 01:25:27 2018 +0100 debian/po: update template with metadata. --- debian/changelog | 1 + debian/po/templates.pot | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 31cfad4..2e884f2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -169,6 +169,7 @@ x2gothinclient (1.5.0.0-0x2go1) UNRELEASED; urgency=low * debian/po: - Minor fixup on author name. - Regenerate templates and files. + - Update template with metadata. * debian/copyright: - Remove obsolete and wrong obviouslynice.de address. * debian/rules: diff --git a/debian/po/templates.pot b/debian/po/templates.pot index 0febb28..074ac74 100644 --- a/debian/po/templates.pot +++ b/debian/po/templates.pot @@ -1,17 +1,17 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. +# Tools for using X2Go in a thin client environment. +# Copyright (C) 2005-2018 The X2Go Project +# This file is distributed under the same license as the x2gothinclient package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # #, fuzzy msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: x2gothinclient@packages.debian.org\n" +"Project-Id-Version: x2gothinclient 1.5.0.0\n" +"Report-Msgid-Bugs-To: x2go-dev@lists.x2go.org\n" "POT-Creation-Date: 2013-03-29 16:53+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"Language-Team: x2go-i18n mailing list <x2go-i18n@lists.x2go.org>\n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gothinclient. commit b8c17dd3b0622eeb3abcf86a4c64723ccb51f4b1 Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Nov 28 01:31:21 2018 +0100 fr.po: update metadata. --- debian/changelog | 1 + debian/po/fr.po | 14 +++++++------- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2e884f2..6541913 100644 --- a/debian/changelog +++ b/debian/changelog @@ -170,6 +170,7 @@ x2gothinclient (1.5.0.0-0x2go1) UNRELEASED; urgency=low - Minor fixup on author name. - Regenerate templates and files. - Update template with metadata. + - fr.po: update metadata. * debian/copyright: - Remove obsolete and wrong obviouslynice.de address. * debian/rules: diff --git a/debian/po/fr.po b/debian/po/fr.po index 1a914b4..d4ae377 100644 --- a/debian/po/fr.po +++ b/debian/po/fr.po @@ -1,12 +1,12 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# Tools for using X2Go in a thin client environment. +# Copyright (C) 2005-2018 The X2Go Project +# This file is distributed under the same license as the x2gothinclient package. +# Thierry Kauffmann <thierry@pielo.net>, 2018. # msgid "" msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: x2gothinclient@packages.debian.org\n" +"Project-Id-Version: x2gothinclient 1.5.0.0\n" +"Report-Msgid-Bugs-To: x2go-dev@lists.x2go.org\n" "POT-Creation-Date: 2013-03-29 16:53+0100\n" "PO-Revision-Date: 2018-11-26 23:04+0100\n" "Language: fr\n" @@ -14,7 +14,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Last-Translator: Thierry Kauffmann <thierry@pielo.net>\n" -"Language-Team: \n" +"Language-Team: x2go-i18n mailing list <x2go-i18n@lists.x2go.org>\n" "X-Generator: Poedit 2.0.6\n" #. Type: select -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git