[Fai-commit] r3061 - in people/michael/features/debconf/debian: . po

fai-repository at svn.debian.org fai-repository at svn.debian.org
Thu Nov 17 19:53:37 UTC 2005


Author: michael-guest
Date: 2005-11-17 19:53:36 +0000 (Thu, 17 Nov 2005)
New Revision: 3061

Added:
   people/michael/features/debconf/debian/config
   people/michael/features/debconf/debian/default.tpl
   people/michael/features/debconf/debian/po/
   people/michael/features/debconf/debian/po/POTFILES.in
   people/michael/features/debconf/debian/po/de.po
   people/michael/features/debconf/debian/po/fr.po
   people/michael/features/debconf/debian/po/templates.pot
   people/michael/features/debconf/debian/templates
Modified:
   people/michael/features/debconf/debian/changelog
Log:
readded po-files from our former debconf-try and added a proper changelog-entry


Modified: people/michael/features/debconf/debian/changelog
===================================================================
--- people/michael/features/debconf/debian/changelog	2005-11-17 19:16:32 UTC (rev 3060)
+++ people/michael/features/debconf/debian/changelog	2005-11-17 19:53:36 UTC (rev 3061)
@@ -1,3 +1,9 @@
+fai (2.8.4.michael.1) unstable; urgency=low
+
+  * reenabled debconf support
+
+ -- Michael Tautschnig <tautschn at model.in.tum.de>  Thu, 17 Nov 2005 20:24:04 +0100
+
 fai (2.8.4) unstable; urgency=high
 
   * fix important bug: remove non-US entry (closes: #310392)

Added: people/michael/features/debconf/debian/config
===================================================================
--- people/michael/features/debconf/debian/config	2005-11-17 19:16:32 UTC (rev 3060)
+++ people/michael/features/debconf/debian/config	2005-11-17 19:53:36 UTC (rev 3061)
@@ -0,0 +1,32 @@
+#! /bin/bash
+
+set -e
+. /usr/share/debconf/confmodule
+
+[ -r /etc/default/fai ] && . /etc/default/fai
+
+# check if installserver value is already set, otherwise set default 
+if [ -z $installserver ] ; then
+  db_get fai/installserver
+  if [ "$RET" = "" ]; then
+    db_set fai/installserver $(hostname)
+  fi
+else
+  db_set fai/installserver $installserver
+fi
+
+db_input medium fai/installserver || true
+db_go || true
+
+if [ -z $mirrorhost ] ; then
+  db_get fai/mirrorhost
+  if [ "$RET" = "" ]; then
+    db_set fai/mirrorhost ftp.debian.org
+  fi
+else
+  db_set fai/mirrorhost $mirrorhost
+fi
+
+db_input medium fai/mirrorhost || true
+
+db_go || true

Added: people/michael/features/debconf/debian/default.tpl
===================================================================
--- people/michael/features/debconf/debian/default.tpl	2005-11-17 19:16:32 UTC (rev 3060)
+++ people/michael/features/debconf/debian/default.tpl	2005-11-17 19:53:36 UTC (rev 3061)
@@ -0,0 +1,7 @@
+# installserver must be the name seen by the install clients
+# set this to the IP address or hostname of the server providing the
+# nfsroot
+installserver=
+# the name of the Debian mirror (e.g., ftp.debian.org)
+mirrorhost=
+

Added: people/michael/features/debconf/debian/po/POTFILES.in
===================================================================
--- people/michael/features/debconf/debian/po/POTFILES.in	2005-11-17 19:16:32 UTC (rev 3060)
+++ people/michael/features/debconf/debian/po/POTFILES.in	2005-11-17 19:53:36 UTC (rev 3061)
@@ -0,0 +1 @@
+[type: gettext/rfc822deb] templates

Added: people/michael/features/debconf/debian/po/de.po
===================================================================
--- people/michael/features/debconf/debian/po/de.po	2005-11-17 19:16:32 UTC (rev 3060)
+++ people/michael/features/debconf/debian/po/de.po	2005-11-17 19:53:36 UTC (rev 3061)
@@ -0,0 +1,126 @@
+#
+#    Translators, if you are not familiar with the PO format, gettext
+#    documentation is worth reading, especially sections dedicated to
+#    this format, e.g. by running:
+#         info -n '(gettext)PO Files'
+#         info -n '(gettext)Header Entry'
+#
+#    Some information specific to po-debconf are available at
+#            /usr/share/doc/po-debconf/README-trans
+#         or http://www.debian.org/intl/l10n/po-debconf/README-trans
+#
+#    Developers do not need to manually edit POT or PO files.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2005-04-08 16:29+0200\n"
+"PO-Revision-Date: 2005-04-02 10:36+0200\n"
+"Last-Translator: Michael Tautschnig <tautschn at model.in.tum.de>\n"
+"Language-Team: LANGUAGE <LL at li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-15\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: string
+#. Description
+#: ../templates:3
+msgid "Set install server hostname."
+msgstr "Setzen des hostnames des install servers."
+
+#. Type: string
+#. Description
+#: ../templates:3
+#, fuzzy
+msgid "FAI needs a name for the install server to be used."
+msgstr "FAI benötigt einen Namen des install servers."
+
+#. Type: string
+#. Description
+#: ../templates:3
+msgid ""
+"In most cases this will be the hostname of the machine where the FAI package "
+"is installed, so we use this as a default value."
+msgstr ""
+"Im Allgemeinen wird das der hostname der Machine sein, wo das FAI Paket "
+"installiert wird, also ist das der Standardwert"
+
+#. Type: string
+#. Description
+#: ../templates:3
+msgid ""
+"In case you want your install clients to use another install server, please "
+"provide it's hostname."
+msgstr ""
+"Falls Sie einen anderen install server benützen möchten, geben Sie bitte  "
+"dessen hostname an."
+
+#. Type: string
+#. Description
+#: ../templates:14
+#, fuzzy
+msgid "Set the hostname of the debian mirror to be used."
+msgstr "FAI benötigt einen Namen des install servers."
+
+#. Type: string
+#. Description
+#: ../templates:14
+#, fuzzy
+msgid ""
+"FAI needs the hostname of the debian mirror used for creating the nfsroot "
+"and to get packages for the actual installation."
+msgstr ""
+"FAI benötigt den hostname eines Debian-Paketspiegles für die Erzeugung des "
+"nfsroot und für die eigentliche Installation."
+
+#. Type: string
+#. Description
+#: ../templates:14
+msgid ""
+"In case you are running your own debian mirror, and want to use this  for "
+"FAI, please enter it's hostname here. In case you don't have an own debian "
+"mirror, you will most probably use ftp.debian.org for that, which we provide "
+"as a default."
+msgstr ""
+"Wenn Sie einen eigenen Debian-Paketspiegel betreiben, und diesen für FAI "
+"benützen möchten, geben Sie den hostname bitte hier ein. Ansonsten können "
+"Sie beispielsweise ftp.debian.org benützen."
+
+#. Type: boolean
+#. Description
+#: ../templates:26
+msgid "Run fai-setup script now?"
+msgstr "Soll fai-setup jetzt ausgeführt werden?"
+
+#. Type: boolean
+#. Description
+#: ../templates:26
+#, fuzzy
+msgid ""
+"To be able to do installations with FAI, the script fai-setup needs to be "
+"run. In case you don't need to tweak the default FAI config any further, "
+"this can be done for you now."
+msgstr ""
+"Um tatsächlich Installationen mit FAI durchzuführen, muss fai-setup "
+"ausgeführt werden. Wenn Sie die Standardeinstellungen nicht verändern "
+"möchten, kann das jetzt automatisch gestartet werden."
+
+#. Type: boolean
+#. Description
+#: ../templates:26
+#, fuzzy
+msgid ""
+"If you intend to have a look at and tweak the config files, it's perfectly "
+"okay to run the script fai-setup manually after you consider the "
+"configuration fitting for you."
+msgstr ""
+"Wenn Sie noch einen Blick auf die Konfigurationsdateien werfen möchten, "
+"können Sie fai-setup auch später manuell ausführen."
+
+#. Type: boolean
+#. Description
+#: ../templates:26
+msgid "Do you want the fai-setup script to be run now?"
+msgstr "Soll fai-setup jetzt ausgeführt werden?"

Added: people/michael/features/debconf/debian/po/fr.po
===================================================================
--- people/michael/features/debconf/debian/po/fr.po	2005-11-17 19:16:32 UTC (rev 3060)
+++ people/michael/features/debconf/debian/po/fr.po	2005-11-17 19:53:36 UTC (rev 3061)
@@ -0,0 +1,125 @@
+#
+#    Translators, if you are not familiar with the PO format, gettext
+#    documentation is worth reading, especially sections dedicated to
+#    this format, e.g. by running:
+#         info -n '(gettext)PO Files'
+#         info -n '(gettext)Header Entry'
+#
+#    Some information specific to po-debconf are available at
+#            /usr/share/doc/po-debconf/README-trans
+#         or http://www.debian.org/intl/l10n/po-debconf/README-trans
+#
+#    Developers do not need to manually edit POT or PO files.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: fai_2.8\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2005-04-08 16:29+0200\n"
+"PO-Revision-Date: 2005-04-16 11:16+0100\n"
+"Last-Translator: Steve Petruzzello <dlist at bluewin.ch>\n"
+"Language-Team: French <debian-l10n-french at lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=iso-8859-15\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Poedit-Language: French\n"
+"X-Poedit-Country: SWITZERLAND\n"
+"X-Poedit-SourceCharset: iso-8859-1\n"
+
+#. Type: string
+#. Description
+#: ../templates:3
+msgid "Set install server hostname."
+msgstr "Nom d'hôte du serveur d'installation :"
+
+#. Type: string
+#. Description
+#: ../templates:3
+msgid "FAI needs a name for the install server to be used."
+msgstr "Veuillez indiquer le nom d'hôte du serveur d'installation."
+
+#. Type: string
+#. Description
+#: ../templates:3
+msgid ""
+"In most cases this will be the hostname of the machine where the FAI package "
+"is installed, so we use this as a default value."
+msgstr ""
+"Par défaut, ce sera le nom d'hôte de la machine sur laquelle FAI est "
+"installé."
+
+#. Type: string
+#. Description
+#: ../templates:3
+msgid ""
+"In case you want your install clients to use another install server, please "
+"provide it's hostname."
+msgstr ""
+"Dans le cas où vous voulez utiliser un autre serveur d'installation pour vos "
+"clients, veuillez indiquer son nom d'hôte."
+
+#. Type: string
+#. Description
+#: ../templates:14
+msgid "Set the hostname of the debian mirror to be used."
+msgstr "Miroir Debian à utiliser :"
+
+#. Type: string
+#. Description
+#: ../templates:14
+msgid ""
+"FAI needs the hostname of the debian mirror used for creating the nfsroot "
+"and to get packages for the actual installation."
+msgstr ""
+"Veuillez indiquer le nom d'hôte du miroir Debian utilisé pour créer la "
+"racine du système de fichiers NFS et qui sera la source des paquets "
+"installés."
+
+#. Type: string
+#. Description
+#: ../templates:14
+msgid ""
+"In case you are running your own debian mirror, and want to use this  for "
+"FAI, please enter it's hostname here. In case you don't have an own debian "
+"mirror, you will most probably use ftp.debian.org for that, which we provide "
+"as a default."
+msgstr ""
+"Si vous souhaitez utiliser votre propre miroir Debian avec FAI, veuillez "
+"indiquer son nom d'hôte. Dans le cas contraire, vous devriez choisir le "
+"serveur par défaut « ftp.debian.org »."
+
+#. Type: boolean
+#. Description
+#: ../templates:26
+msgid "Run fai-setup script now?"
+msgstr "Faut-il exécuter le script de configuration de FAI maintenant ?"
+
+#. Type: boolean
+#. Description
+#: ../templates:26
+msgid ""
+"To be able to do installations with FAI, the script fai-setup needs to be "
+"run. In case you don't need to tweak the default FAI config any further, "
+"this can be done for you now."
+msgstr ""
+"Afin d'utiliser FAI, le script de configuration doit être exécuté. Si vous "
+"n'avez pas besoin de modifier la configuration par défaut de FAI, cela peut "
+"se faire immédiatement. "
+
+#. Type: boolean
+#. Description
+#: ../templates:26
+msgid ""
+"If you intend to have a look at and tweak the config files, it's perfectly "
+"okay to run the script fai-setup manually after you consider the "
+"configuration fitting for you."
+msgstr ""
+"Si vous voulez modifier les fichiers de configuration, vous pourrez exécuter "
+"vous-même le script de configuration ensuite."
+
+#. Type: boolean
+#. Description
+#: ../templates:26
+msgid "Do you want the fai-setup script to be run now?"
+msgstr ""
+"Veuillez choisir si le script de configuration doit être exécuté maintenant."

Added: people/michael/features/debconf/debian/po/templates.pot
===================================================================
--- people/michael/features/debconf/debian/po/templates.pot	2005-11-17 19:16:32 UTC (rev 3060)
+++ people/michael/features/debconf/debian/po/templates.pot	2005-11-17 19:53:36 UTC (rev 3061)
@@ -0,0 +1,107 @@
+#
+#    Translators, if you are not familiar with the PO format, gettext
+#    documentation is worth reading, especially sections dedicated to
+#    this format, e.g. by running:
+#         info -n '(gettext)PO Files'
+#         info -n '(gettext)Header Entry'
+#
+#    Some information specific to po-debconf are available at
+#            /usr/share/doc/po-debconf/README-trans
+#         or http://www.debian.org/intl/l10n/po-debconf/README-trans
+#
+#    Developers do not need to manually edit POT or PO files.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2005-04-08 16:29+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
+"Language-Team: LANGUAGE <LL at li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: string
+#. Description
+#: ../templates:3
+msgid "Set install server hostname."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../templates:3
+msgid "FAI needs a name for the install server to be used."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../templates:3
+msgid ""
+"In most cases this will be the hostname of the machine where the FAI package "
+"is installed, so we use this as a default value."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../templates:3
+msgid ""
+"In case you want your install clients to use another install server, please "
+"provide it's hostname."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../templates:14
+msgid "Set the hostname of the debian mirror to be used."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../templates:14
+msgid ""
+"FAI needs the hostname of the debian mirror used for creating the nfsroot "
+"and to get packages for the actual installation."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../templates:14
+msgid ""
+"In case you are running your own debian mirror, and want to use this  for "
+"FAI, please enter it's hostname here. In case you don't have an own debian "
+"mirror, you will most probably use ftp.debian.org for that, which we provide "
+"as a default."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../templates:26
+msgid "Run fai-setup script now?"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../templates:26
+msgid ""
+"To be able to do installations with FAI, the script fai-setup needs to be "
+"run. In case you don't need to tweak the default FAI config any further, "
+"this can be done for you now."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../templates:26
+msgid ""
+"If you intend to have a look at and tweak the config files, it's perfectly "
+"okay to run the script fai-setup manually after you consider the "
+"configuration fitting for you."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../templates:26
+msgid "Do you want the fai-setup script to be run now?"
+msgstr ""

Added: people/michael/features/debconf/debian/templates
===================================================================
--- people/michael/features/debconf/debian/templates	2005-11-17 19:16:32 UTC (rev 3060)
+++ people/michael/features/debconf/debian/templates	2005-11-17 19:53:36 UTC (rev 3061)
@@ -0,0 +1,35 @@
+Template: fai/installserver
+Type: string
+_Description: Set install server hostname.
+ FAI needs a name for the install server to be used.
+ .
+ In most cases this will be the hostname of the machine where the FAI
+ package is installed, so we use this as a default value.
+ .
+ In case you want your install clients to use another install server,
+ please provide it's hostname.
+
+Template: fai/mirrorhost
+Type: string
+_Description: Set the hostname of the debian mirror to be used.
+ FAI needs the hostname of the debian mirror used for creating
+ the nfsroot and to get packages for the actual installation.
+ .
+ In case you are running your own debian mirror, and want to use this 
+ for FAI, please enter it's hostname here. In case you don't have
+ an own debian mirror, you will most probably use ftp.debian.org
+ for that, which we provide as a default.
+
+Template: fai/run-faisetup-on-install
+Type: boolean
+Default: false
+_Description: Run fai-setup script now?
+ To be able to do installations with FAI, the script fai-setup
+ needs to be run. In case you don't need to tweak the default
+ FAI config any further, this can be done for you now.
+ .
+ If you intend to have a look at and tweak the config files, it's
+ perfectly okay to run the script fai-setup manually after
+ you consider the configuration fitting for you.
+ .
+ Do you want the fai-setup script to be run now?




More information about the Fai-commit mailing list