This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goserver. from 83b6f6d debian/x2goserver.postinst: Avoid recursive chmod/chown. Recursive chown/chmod is susceptible to hardlink attacks on mainline, non-Debian kernels (follow-up for previous commit). new 4b12f76 debian/po: Add French translation. Thanks to Jean-Pierre Giraud from the Debian project. (Closes DBTS:#905931). The 1 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/po/fr.po | 75 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 debian/po/fr.po -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit 4b12f766231fe401a8754728eb34f881271215b7 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Aug 14 16:41:30 2018 +0200 debian/po: Add French translation. Thanks to Jean-Pierre Giraud from the Debian project. (Closes DBTS:#905931). --- debian/po/fr.po | 75 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) diff --git a/debian/po/fr.po b/debian/po/fr.po new file mode 100644 index 0000000..b4feaec --- /dev/null +++ b/debian/po/fr.po @@ -0,0 +1,75 @@ +# Translation of x2goserver debconf templates to French +# Copyright (C) 2012 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# This file is distributed under the same license as the x2goserver package. +# +# Jean-Pierre Giraud <jean-pierregiraud@neuf.fr>, 2018. +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: x2goserver@packages.debian.org\n" +"POT-Creation-Date: 2012-09-20 23:46+0200\n" +"PO-Revision-Date: 2018-07-30 12:28+0200\n" +"Last-Translator: Jean-Pierre Giraud <jean-pierregiraud@neuf.fr>\n" +"Language-Team: French <debian-l10n-french@lists.debian.org>\n" +"Language: fr_FR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Lokalize 2.0\n" + +#. Type: text +#. Description +#: ../templates:1001 +msgid "X2Go Server / PostgreSQL Upgrade" +msgstr "Mise à niveau du serveur X2Go et de PostgreSQL" + +#. Type: text +#. Description +#: ../templates:1001 +msgid "" +"You have configured X2Go Server with PostgreSQL as session DB backend and " +"you are upgrading x2goserver from a version minor to 3.1.0.0." +msgstr "" +"Vous avez configuré le serveur X2Go avec PostgreSQL comme moteur de session " +"de base de données et vous mettez à niveau x2goserver d'une version mineure " +"vers 3.1.0.0." + +#. Type: text +#. Description +#: ../templates:1001 +msgid "" +"Please follow these PostgreSQL DB upgrade instructions before you continue " +"using your X2Go Server: /usr/share/doc/x2goserver/README.upgrade-pgsql-" +"database.gz" +msgstr "" +"Veuillez suivre les instructions suivantes de mise à niveau de la base de " +"données PostgreSQL avant de poursuivre l'utilisation de votre serveur " +"X2Go : /usr/share/doc/x2goserver/README.upgrade-pgsql-database.gz." + +#. Type: text +#. Description +#: ../templates:2001 +msgid "X2Go Server Upgrade" +msgstr "Mise à niveau du serveur X2Go" + +#. Type: text +#. Description +#: ../templates:2001 +msgid "" +"You are upgrading from an X2Go Server version (< 4.1.0.0). Between 4.1.0.0 " +"and 4.0.0.x the package structure has undergone a major change." +msgstr "" +"Vous effectuez une mise à niveau à partir d'une version du serveur X2Go " +"(<4.1.0.0). Entre les versions 4.0.0.x et 4.1.0.0, la structure du paquet " +"a subi un changement majeur." + +#. Type: text +#. Description +#: ../templates:2001 +msgid "" +"Note that most of the Perl code in X2Go Server has been moved into its own " +"Perl API X2Go::Server." +msgstr "" +"Veuillez noter que l'essentiel du code de Perl dans le serveur X2Go a migré " +"vers sa propre API Perl X2Go::Server." -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git