The branch, wheezy-tce has been updated via 3556daf2eeffa81046d247320d41673595571be3 (commit) from be15f7fafb8204df30ef4afc81e6556d094410ba (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 3556daf2eeffa81046d247320d41673595571be3 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Mar 29 17:03:40 2013 +0100 Use po-debconf for translating debconf templates. Add German debconf translation. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 3 ++ debian/control | 3 +- debian/po/POTFILES.in | 1 + debian/po/de.po | 75 +++++++++++++++++++++++++++++++++++++++ debian/po/templates.pot | 61 +++++++++++++++++++++++++++++++ debian/rules | 1 + debian/x2gothinclient.templates | 20 +++++------ 7 files changed, 153 insertions(+), 11 deletions(-) create mode 100644 debian/po/POTFILES.in create mode 100644 debian/po/de.po create mode 100644 debian/po/templates.pot The diff of changes is: diff --git a/debian/changelog b/debian/changelog index f5bb270..3e59550 100644 --- a/debian/changelog +++ b/debian/changelog @@ -71,6 +71,9 @@ x2gothinclient (1.0.99.1-0~x2go1) UNRELEASED; urgency=low installed into package. * /debian/x2gothinclient.init: + Update pointer to X2Go TCE documentation on http://wiki.x2go.org. + * /debian/po/*: + + Use po-debconf for translating debconf templates. Add German debconf + translation. * Launch X2Go TCE via /etc/X11/default-display-manager. Add debconf template to handle default display manager selection. Inspired by Debian's gdm package. diff --git a/debian/control b/debian/control index b0b1737..bdb0917 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,8 @@ Uploaders: Build-Depends: debhelper (>= 7.0.50~), qt4-qmake, - libqt4-dev + libqt4-dev, + po-debconf, Standards-Version: 3.9.3 Homepage: http://code.x2go.org/releases/source/x2gothinclient Vcs-Git: git://code.x2go.org/x2gothinclient.git diff --git a/debian/po/POTFILES.in b/debian/po/POTFILES.in new file mode 100644 index 0000000..eefda6d --- /dev/null +++ b/debian/po/POTFILES.in @@ -0,0 +1 @@ +[type: gettext/rfc822deb] x2gothinclient.templates diff --git a/debian/po/de.po b/debian/po/de.po new file mode 100644 index 0000000..0c9f8bc --- /dev/null +++ b/debian/po/de.po @@ -0,0 +1,75 @@ +# 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. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: x2gothinclient@packages.debian.org\n" +"POT-Creation-Date: 2013-03-29 16:53+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>\n" +"Language-Team: German <x2go-i18n@lists.berlios.de>\n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: select +#. Description +#: ../x2gothinclient.templates:1001 +msgid "Default display manager:" +msgstr "Standardmäßiger Display-Manager" + +#. Type: select +#. Description +#: ../x2gothinclient.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 "" +"Auf X2Go Thinclients fungiert X2Go Client als in eine Art Display-Manager. " +"Hierfür wird X2Go Client im TCE-Modus gestartet. Das Akronym TCE steht für " +"Thin Client Environment. Im TCE-Modus verwaltet X2Go Client das " +"standardmäßige Display des X-Window Systems." + +#. Type: select +#. Description +#: ../x2gothinclient.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 "" +"Allgemein ist ein Display-Manager ein Programm, dass die grafisch Anmeldung " +"am System koordiniert. Andere Display-Manager sind zum Beispiel GDM, KDM, etc. " +"Ein Anmeldung wird in den meisten Fällen am System lokal durchgeführt." + +#. Type: select +#. Description +#: ../x2gothinclient.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 "" +"Startet hingegen X2Go Client im TCE-Modus, dann erscheint X2Go Client als " +"Display-Manager. Allerdings findet die Anmeldung nicht lokal statt, sondern " +"an einem entfernten X2Go Server." + +#. Type: select +#. Description +#: ../x2gothinclient.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 "" +"Da Sie gerade dabei sind X2Go Client im TCE-Modus zu installieren und da " +"auch noch weitere Display-Manager auf dem System installiert sind, wählen " +"Sie bitte explizit aus, welcher Display-Manager standardmäßig verwendet " +"werden soll." diff --git a/debian/po/templates.pot b/debian/po/templates.pot new file mode 100644 index 0000000..15e68de --- /dev/null +++ b/debian/po/templates.pot @@ -0,0 +1,61 @@ +# 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. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: x2gothinclient@packages.debian.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: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: select +#. Description +#: ../x2gothinclient.templates:1001 +msgid "Default display manager:" +msgstr "" + +#. Type: select +#. Description +#: ../x2gothinclient.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 "" + +#. Type: select +#. Description +#: ../x2gothinclient.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 "" + +#. Type: select +#. Description +#: ../x2gothinclient.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 "" + +#. Type: select +#. Description +#: ../x2gothinclient.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 "" diff --git a/debian/rules b/debian/rules index 26ed4fe..afa898a 100755 --- a/debian/rules +++ b/debian/rules @@ -45,6 +45,7 @@ binary-arch: build-arch dh_install dh_installinit dh_installman + dh_installdebconf dh_link dh_strip dh_compress diff --git a/debian/x2gothinclient.templates b/debian/x2gothinclient.templates index 7a99ad9..1f10ecd 100644 --- a/debian/x2gothinclient.templates +++ b/debian/x2gothinclient.templates @@ -1,20 +1,20 @@ Template: shared/default-x-display-manager Type: select Choices: ${choices} -Description: Default display manager: +_Description: Default display manager: 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. + 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. . 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. . - 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. + 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. . - 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. + 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. hooks/post-receive -- x2gothinclient.git (X2Go Thin Client Environment) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2gothinclient.git" (X2Go Thin Client Environment).