--- a/debian/changelog Fri Sep 02 12:58:10 2011 +0200
+++ b/debian/changelog Fri Sep 02 15:29:58 2011 +0200
@@ -1,3 +1,9 @@
+littlebird (2011072500-48) stable; urgency=low
+
+ * Added DE-Translation for debconf
+
+ -- Heiko Schlittermann <hs@schlittermann.de> Fri, 02 Sep 2011 15:23:46 +0200
+
littlebird (2011072500-46) stable; urgency=low
* ssl port is debconf managed now, application ini is
--- a/debian/control Fri Sep 02 12:58:10 2011 +0200
+++ b/debian/control Fri Sep 02 15:29:58 2011 +0200
@@ -2,7 +2,7 @@
Section: unknown
Priority: extra
Maintainer: Heiko Schlittermann <hs@schlittermann.de>
-Build-Depends: debhelper (>= 7.0.50~)
+Build-Depends: debhelper (>= 7.0.50~), po-debconf
Standards-Version: 3.8.4
Homepage: <insert the upstream URL, if relevant>
#Vcs-Git: git://git.debian.org/collab-maint/littlebird.git
--- a/debian/littlebird-tc-common.config Fri Sep 02 12:58:10 2011 +0200
+++ b/debian/littlebird-tc-common.config Fri Sep 02 15:29:58 2011 +0200
@@ -19,7 +19,7 @@
db_beginblock
db_input medium $prefix/db/name || true
- db_input medium $prefix/db/host || true
+ db_input high $prefix/db/host || true
db_input high $prefix/db/user || true
db_input high $prefix/db/pass || true
db_endblock
--- a/debian/littlebird-tc-common.templates Fri Sep 02 12:58:10 2011 +0200
+++ b/debian/littlebird-tc-common.templates Fri Sep 02 15:29:58 2011 +0200
@@ -1,11 +1,11 @@
Template: littlebird-tc-common/TITLE
Type: title
-Description: This is the littlebird trust center package.
+_Description: This is the littlebird trust center package.
Template: littlebird-tc/db/host
Type: string
Default: localhost
-Description: The name or address of the MySQL server (hostname[:port]).
+_Description: The name or address of the MySQL server (hostname[:port]).
We need to know how to connect to your database server. Please note,
that some mysql clients use a local UNIX socket connection if you enter
"localhost", but use a local TCP connection, if you enter "127.0.0.1".
@@ -16,16 +16,16 @@
Template: littlebird-tc/db/name
Type: string
Default: littlebird
-Description: The name of the database we should use.
+_Description: The name of the database we should use.
Template: littlebird-tc/db/user
Type: string
Default: littlebird
-Description: The database user to be used for the database connection.
+_Description: The database user to be used for the database connection.
This is the user to be used for all normal operations. If this is a
fresh installation, we will create the account.
Template: littlebird-tc/db/pass
Type: password
Default:
-Description: The password to be used for the database connection.
+_Description: The password to be used for the database connection.
--- a/debian/littlebird-tc-core.templates Fri Sep 02 12:58:10 2011 +0200
+++ b/debian/littlebird-tc-core.templates Fri Sep 02 15:29:58 2011 +0200
@@ -1,10 +1,10 @@
Template: littlebird-tc-core/TITLE
Type: title
-Description: The littlebird trust center core package.
+_Description: The littlebird trust center core package.
Template: littlebird-tc/web/servername
Type: string
-Description: The hostname the clients use to connect to the web server.
+_Description: The hostname the clients use to connect to the web server.
To connect to the web service we need a hostname. Please enter
the name of the host, the clients will try to connect to.
The name should match the CN of your SSL certificate, if you have any.
@@ -12,17 +12,17 @@
Template: littlebird-tc/web/serverport
Type: string
Default: 443
-Description: The port your SSL (HTTPS) server listens on.
+_Description: The port your SSL (HTTPS) server listens on.
If you choose any other than the default, please beware that your
clients may not be able to connect to your HTTPS server.
Template: littlebird-tc/web/serveradmin
Type: string
-Description: Mail address of the (web) server admin.
+_Description: Mail address of the (web) server admin.
Template: littlebird-tc/removal
Type: note
-Description: The database needs to be cleaned!?
+_Description: The database needs to be cleaned!?
You are ${action} the littlebird trustcenter,
however we do not purge/empty/clean the database.
.
@@ -32,19 +32,19 @@
Template: littlebird-tc/web/crt
Type: string
-Description: pathname of the SSL certificate file
+_Description: pathname of the SSL certificate file
The HTTPS server uses an SSL certificate. Where is or where
will be the certificate file located?
Template: littlebird-tc/web/key
Type: string
-Description: pathname of the SSL certificate key file
+_Description: pathname of the SSL certificate key file
The HTTPS server uses an SSL certificate. Where is or where
will be the certificate *KEY* file located?
Template: littlebird-tc/web/create-cert
Type: note
-Description: The SSL certificate does not seem to exist.
+_Description: The SSL certificate does not seem to exist.
Because I am missing the certificate I'm generating
a DEMO certificate (CN=${cn}) for you. Please do not
forget to replace it as soon as possible. The DEMO
@@ -52,5 +52,5 @@
Template: littlebird-tc/web/cert-failed
Type: error
-Description: Sorry, the creation of the DEMO certificate failed.
+_Description: Sorry, the creation of the DEMO certificate failed.
Good look.
--- a/debian/littlebird-tc-sql.templates Fri Sep 02 12:58:10 2011 +0200
+++ b/debian/littlebird-tc-sql.templates Fri Sep 02 15:29:58 2011 +0200
@@ -1,11 +1,11 @@
Template: littlebird-tc-sql/TITLE
Type: title
-Description: This is the littlebird trust center SQL package.
+_Description: This is the littlebird trust center SQL package.
Template: littlebird-tc/db/have-admin
Type: boolean
Default: no
-Description: Do you know how to access your database server as *admin*?
+_Description: Do you know how to access your database server as *admin*?
During the package configuration (postinst) we need to connect
to your database server and setup the littlebird schema, install
a littlebird user etcpp. If you can provide us the data to access
@@ -17,21 +17,21 @@
Template: littlebird-tc/db/adminuser
Type: string
Default: root
-Description: The user to be used for the *administrative* database connection.
+_Description: The user to be used for the *administrative* database connection.
Some operations during install need administrative privileges, we need
the name of the user who is empowered enough.
Template: littlebird-tc/db/adminpass
Type: password
Default:
-Description: The password to be used for the *administrative* database connection.
+_Description: The password to be used for the *administrative* database connection.
Some operations during install need *administrative* privileges, we need
the password for the user who is empowered enough. (The password will be securly kept
in the debconf database.)
Template: littlebird-tc/db/exists
Type: error
-Description: The database "${name}" exists already.
+_Description: The database "${name}" exists already.
Since the database "${name}" seems to exist already, we will not
start any attempt to do anything.
.
@@ -39,7 +39,7 @@
Template: littlebird-tc/db/failure
Type: error
-Description: Admin access to database failed.
+_Description: Admin access to database failed.
We cannot access the database "${name}" on host "${host}".
The excuse we got:
.
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/debian/patches/debian-changes-2011072500-47 Fri Sep 02 15:29:58 2011 +0200
@@ -0,0 +1,29 @@
+Description: Upstream changes introduced in version 2011072500-47
+ This patch has been created by dpkg-source during the package build.
+ Here's the last changelog entry, hopefully it gives details on why
+ those changes were made:
+ .
+ littlebird (2011072500-47) stable; urgency=low
+ .
+ * x
+ .
+ The person named in the Author field signed this changelog entry.
+Author: Heiko Schlittermann <hs@schlittermann.de>
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- /dev/null
++++ littlebird-2011072500/.hgsigs
+@@ -0,0 +1 @@
++483c6fbd03401760a5f7e9dc7182f791a59563df 0 iEYEABECAAYFAk5gtsAACgkQ7k6smEjQNZvP7ACdHT+f/IfrGsuc1Tia6AZw4UfK9fYAn0dZpKU2Gx7pSZKTwe3HzkUgL+Tr
--- a/debian/patches/series Fri Sep 02 12:58:10 2011 +0200
+++ b/debian/patches/series Fri Sep 02 15:29:58 2011 +0200
@@ -2,3 +2,4 @@
debian-changes-2011072500-14
debian-changes-2011072500-17
debian-changes-2011072500-18
+debian-changes-2011072500-47
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/debian/po/POTFILES.in Fri Sep 02 15:29:58 2011 +0200
@@ -0,0 +1,3 @@
+[type: gettext/rfc822deb] littlebird-tc-common.templates
+[type: gettext/rfc822deb] littlebird-tc-core.templates
+[type: gettext/rfc822deb] littlebird-tc-sql.templates
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/debian/po/de.po Fri Sep 02 15:29:58 2011 +0200
@@ -0,0 +1,329 @@
+# German translations for littlebird package.
+# Copyright (C) 2011 THE littlebird'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the littlebird package.
+# Heiko Schlittermann <hs@schlittermann.de>, 2011.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: littlebird 2011072500\n"
+"Report-Msgid-Bugs-To: littlebird@packages.debian.org\n"
+"POT-Creation-Date: 2011-09-02 13:27+0200\n"
+"PO-Revision-Date: 2011-09-02 13:48+0200\n"
+"Last-Translator: Heiko Schlittermann <hs@schlittermann.de>\n"
+"Language-Team: German\n"
+"Language: de\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"
+
+#. Type: title
+#. Description
+#: ../littlebird-tc-common.templates:1001
+msgid "This is the littlebird trust center package."
+msgstr "Little Bird Trustcenter"
+
+#. Type: string
+#. Description
+#: ../littlebird-tc-common.templates:2001
+msgid "The name or address of the MySQL server (hostname[:port])."
+msgstr "Name und Adresse des MySQL-Servers (hostname[:port])."
+
+#. Type: string
+#. Description
+#: ../littlebird-tc-common.templates:2001
+msgid ""
+"We need to know how to connect to your database server. Please note, that "
+"some mysql clients use a local UNIX socket connection if you enter "
+"\"localhost\", but use a local TCP connection, if you enter \"127.0.0.1\"."
+msgstr ""
+"Das Trustcenter benutzt eine MySQL-Datenbank. Dafür benötigen wir die "
+"Zugangsdaten. Unter welcher Adresse ist dieser Datenbankserver erreichbar? "
+"Bitte beachten Sie, daß es für einige Clients eine lokale UNIX-Verbindung "
+"verwenden, wenn Sie \"localhost\" angeben, aber eine TCP-Verbindung, "
+"wenn Sie \"127.0.0.1\" angeben."
+
+#. Type: string
+#. Description
+#: ../littlebird-tc-common.templates:2001
+msgid ""
+"You may append (separeted by a colon (\":\")) a port number, if your server "
+"does not listen on the default (currently 3306) port."
+msgstr "Sie können, getrennt durch einen Doppelpunkt, auch eine Portnummer "
+"anhängen, falls der Datenbankserver nicht den Standaardport 3306 benutzt."
+
+#. Type: string
+#. Description
+#: ../littlebird-tc-common.templates:3001
+msgid "The name of the database we should use."
+msgstr "Name der Datenbank für das Trustcenter."
+
+#. Type: string
+#. Description
+#: ../littlebird-tc-common.templates:4001
+msgid "The database user to be used for the database connection."
+msgstr "Nutername für Zugriff auf die Trustcenter-Datenbank"
+
+#. Type: string
+#. Description
+#: ../littlebird-tc-common.templates:4001
+msgid ""
+"This is the user to be used for all normal operations. If this is a fresh "
+"installation, we will create the account."
+msgstr "Mit welchem Nutzernamen sollen wir auf die Datenbank des Trustcenters"
+"zugreifen?"
+
+#. Type: password
+#. Description
+#: ../littlebird-tc-common.templates:5001
+msgid "The password to be used for the database connection."
+msgstr "Passwort für den Zugriff auf die Trustcenter-Datenbank"
+
+#. Type: title
+#. Description
+#: ../littlebird-tc-core.templates:1001
+msgid "The littlebird trust center core package."
+msgstr "Little Bird Trustcenter"
+
+#. Type: string
+#. Description
+#: ../littlebird-tc-core.templates:2001
+msgid "The hostname the clients use to connect to the web server."
+msgstr "Unter welchem Hostnamen möchten die Clients den Webserver erreichen?"
+
+#. Type: string
+#. Description
+#: ../littlebird-tc-core.templates:2001
+msgid ""
+"To connect to the web service we need a hostname. Please enter the name of "
+"the host, the clients will try to connect to. The name should match the CN "
+"of your SSL certificate, if you have any."
+msgstr ""
+"Um auf den Webserver zugreifen zu können, benötigen wir dessen Hostnamen, "
+"so wie ihn die Clients aufrufen müssen. Dieser Name sollte zum CN des "
+"ausgestellten (oder auszustellenden) SSL-Zertifkates passen."
+
+#. Type: string
+#. Description
+#: ../littlebird-tc-core.templates:3001
+msgid "The port your SSL (HTTPS) server listens on."
+msgstr "Auf welchem Port soll der SSL (HTTPS)-Server die Verbindungen erwarten?"
+
+#. Type: string
+#. Description
+#: ../littlebird-tc-core.templates:3001
+msgid ""
+"If you choose any other than the default, please beware that your clients "
+"may not be able to connect to your HTTPS server."
+msgstr ""
+"Falls Sie einen anderen als den Standard-Port (443) verwenden, kann es "
+"passieren, daß Ihre Clients den Server nicht erreichen! "
+"Wir haben Sie gewarnt."
+
+#. Type: string
+#. Description
+#: ../littlebird-tc-core.templates:4001
+msgid "Mail address of the (web) server admin."
+msgstr "Mailadresse des Webserver-Verwalters"
+
+#. Type: note
+#. Description
+#: ../littlebird-tc-core.templates:5001
+msgid "The database needs to be cleaned!?"
+msgstr "Soll die Datenbank entfernt werden!?"
+
+#. Type: note
+#. Description
+#: ../littlebird-tc-core.templates:5001
+msgid ""
+"You are ${action} the littlebird trustcenter, however we do not purge/empty/"
+"clean the database."
+msgstr ""
+"Sie sind dabei, das Trustcenter zu entfernen. Wir werden jedoch *NICHT* "
+"die Datenbank leeren."
+
+#. Type: note
+#. Description
+#: ../littlebird-tc-core.templates:5001
+msgid ""
+"Please think about it, if you need to remove ANY traces, you should consider "
+"dropping the database. Contact your friendly database admin for doing it :-)"
+msgstr ""
+"Bitte denken Sie daran, wenn Sie alle Spuren des Trustcenters verwischen "
+"möchten, müssten Sie auch die Datenbank enfernen. Fragen Sie Ihren "
+"freundlichen Datenbankadministrator, was dafür zu tun ist."
+
+#. Type: string
+#. Description
+#: ../littlebird-tc-core.templates:6001
+msgid "pathname of the SSL certificate file"
+msgstr "Pfadname des SSL-Zertifikat-Files"
+
+#. Type: string
+#. Description
+#: ../littlebird-tc-core.templates:6001
+msgid ""
+"The HTTPS server uses an SSL certificate. Where is or where will be the "
+"certificate file located?"
+msgstr ""
+"Der HTTPS-Server verwendet ein SSL-Zertifikat. Wo wird diese Datei liegen?"
+
+#. Type: string
+#. Description
+#: ../littlebird-tc-core.templates:7001
+msgid "pathname of the SSL certificate key file"
+msgstr "Pfadname für den zum Zertifikat gehörigen Schlüssel"
+
+#. Type: string
+#. Description
+#: ../littlebird-tc-core.templates:7001
+msgid ""
+"The HTTPS server uses an SSL certificate. Where is or where will be the "
+"certificate *KEY* file located?"
+msgstr ""
+"Wo liegt die Schlüsseldatei, die für die Nutzung des SSL-Zertifikats "
+"benötigt wird?"
+
+#. Type: note
+#. Description
+#: ../littlebird-tc-core.templates:8001
+msgid "The SSL certificate does not seem to exist."
+msgstr "Das SSL-Zeritifkat konnte nicht gefunden werden."
+
+#. Type: note
+#. Description
+#: ../littlebird-tc-core.templates:8001
+msgid ""
+"Because I am missing the certificate I'm generating a DEMO certificate (CN="
+"${cn}) for you. Please do not forget to replace it as soon as possible. The "
+"DEMO certificate will expire in ${days} days."
+msgstr ""
+"Da wir kein SSL-Zertifikat finden konnten, generieren wir eins. Es wird auf "
+"CN=${cn} ausgestellt und ist für ${days} gültig. Bitte ersetzen Sie es so "
+"bald wie möglich durch ein echtes Zertifikat."
+
+#. Type: error
+#. Description
+#: ../littlebird-tc-core.templates:9001
+msgid "Sorry, the creation of the DEMO certificate failed."
+msgstr "Ooops. Beim Erstellen des DEMO-Zertifikates ist ein Fehler aufgetreten."
+
+#. Type: error
+#. Description
+#: ../littlebird-tc-core.templates:9001
+msgid "Good look."
+msgstr "Viel Glück."
+
+#. Type: title
+#. Description
+#: ../littlebird-tc-sql.templates:1001
+msgid "This is the littlebird trust center SQL package."
+msgstr "Little Bird Trustcenter"
+
+#. Type: boolean
+#. Description
+#: ../littlebird-tc-sql.templates:2001
+msgid "Do you know how to access your database server as *admin*?"
+msgstr "Haben Sie die ADMIN-Zugangsdaten zum Datenbank-Server"
+
+#. Type: boolean
+#. Description
+#: ../littlebird-tc-sql.templates:2001
+msgid ""
+"During the package configuration (postinst) we need to connect to your "
+"database server and setup the littlebird schema, install a littlebird user "
+"etcpp. If you can provide us the data to access this server, please answer "
+"\"yes\", if not, please answer \"no\" and return later and run"
+msgstr ""
+"Während der Konfiguration des Trustcenters müssen wir uns mit Ihrem "
+"Datenbankserver verbinden und dort einige Dinge als ADMIN ausführen "
+"(Schema-Installation, Nutzer Anlegen, …). Wenn Sie wissen, mit welchen "
+"Daten wir uns mit dem Server verbinden können, antworten Sie jetzt mit "
+"\"ja\", andernfalls müssten Sie später nochmal wieder kommen und folgendes "
+"Kommando ausführen: "
+
+#. Type: boolean
+#. Description
+#: ../littlebird-tc-sql.templates:2001
+msgid " dpkg-reconfigure littlebird-tc-sql"
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../littlebird-tc-sql.templates:3001
+msgid "The user to be used for the *administrative* database connection."
+msgstr "ADMIN-User für den Datenbank-Server"
+
+#. Type: string
+#. Description
+#: ../littlebird-tc-sql.templates:3001
+msgid ""
+"Some operations during install need administrative privileges, we need the "
+"name of the user who is empowered enough."
+msgstr ""
+"Wie erwähnt benötigen wir für einige Dinge ADMIN-Rechte auf der Datenbank. "
+"Mit welchem Nutzernamen dürfen wir uns mit der Datenbank verbinden? "
+
+#. Type: password
+#. Description
+#: ../littlebird-tc-sql.templates:4001
+msgid "The password to be used for the *administrative* database connection."
+msgstr "ADMIN-Passwort für den Datenbank-Server"
+
+#. Type: password
+#. Description
+#: ../littlebird-tc-sql.templates:4001
+msgid ""
+"Some operations during install need *administrative* privileges, we need the "
+"password for the user who is empowered enough. (The password will be securly "
+"kept in the debconf database.)"
+msgstr ""
+"Passend zum ADMIN-User benötigen wir auch dessen ADMIN-Passwort, um auf den "
+"Datenbank-Server zugreifen zu können. (Das Passwort wird sicher in der "
+"debconf-Datenbank verwahrt.)"
+
+#. Type: error
+#. Description
+#: ../littlebird-tc-sql.templates:5001
+msgid "The database \"${name}\" exists already."
+msgstr "Die Datenbank \${name}\" existiert schon."
+
+#. Type: error
+#. Description
+#: ../littlebird-tc-sql.templates:5001
+msgid ""
+"Since the database \"${name}\" seems to exist already, we will not start any "
+"attempt to do anything."
+msgstr ""
+"Da die Datenbank \"${name}\" schon existiert, machen wir überhaupt "
+"ganz und gar nichts mit dieser Datenbank."
+
+#. Type: error
+#. Description
+#. Type: error
+#. Description
+#: ../littlebird-tc-sql.templates:5001 ../littlebird-tc-sql.templates:6001
+msgid "Sorry, if this is not what you expected."
+msgstr "Es tut uns leid, wenn Sie etwas anderes erwartet haben."
+
+#. Type: error
+#. Description
+#: ../littlebird-tc-sql.templates:6001
+msgid "Admin access to database failed."
+msgstr "Kein ADMIN-Zugang zum Datenbank-Server"
+
+#. Type: error
+#. Description
+#: ../littlebird-tc-sql.templates:6001
+msgid ""
+"We cannot access the database \"${name}\" on host \"${host}\". The excuse we "
+"got:"
+msgstr ""
+"Leider können wir die Datenbank \"${name}\" auf dem Host \"${host}\""
+"nicht erreichen. Die Ausrede ist: "
+
+#. Type: error
+#. Description
+#: ../littlebird-tc-sql.templates:6001
+msgid "${message}"
+msgstr ""
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/debian/po/templates.pot Fri Sep 02 15:29:58 2011 +0200
@@ -0,0 +1,290 @@
+# 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: littlebird@packages.debian.org\n"
+"POT-Creation-Date: 2011-09-02 14:31+0200\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: title
+#. Description
+#: ../littlebird-tc-common.templates:1001
+msgid "This is the littlebird trust center package."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../littlebird-tc-common.templates:2001
+msgid "The name or address of the MySQL server (hostname[:port])."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../littlebird-tc-common.templates:2001
+msgid ""
+"We need to know how to connect to your database server. Please note, that "
+"some mysql clients use a local UNIX socket connection if you enter "
+"\"localhost\", but use a local TCP connection, if you enter \"127.0.0.1\"."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../littlebird-tc-common.templates:2001
+msgid ""
+"You may append (separeted by a colon (\":\")) a port number, if your server "
+"does not listen on the default (currently 3306) port."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../littlebird-tc-common.templates:3001
+msgid "The name of the database we should use."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../littlebird-tc-common.templates:4001
+msgid "The database user to be used for the database connection."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../littlebird-tc-common.templates:4001
+msgid ""
+"This is the user to be used for all normal operations. If this is a fresh "
+"installation, we will create the account."
+msgstr ""
+
+#. Type: password
+#. Description
+#: ../littlebird-tc-common.templates:5001
+msgid "The password to be used for the database connection."
+msgstr ""
+
+#. Type: title
+#. Description
+#: ../littlebird-tc-core.templates:1001
+msgid "The littlebird trust center core package."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../littlebird-tc-core.templates:2001
+msgid "The hostname the clients use to connect to the web server."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../littlebird-tc-core.templates:2001
+msgid ""
+"To connect to the web service we need a hostname. Please enter the name of "
+"the host, the clients will try to connect to. The name should match the CN "
+"of your SSL certificate, if you have any."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../littlebird-tc-core.templates:3001
+msgid "The port your SSL (HTTPS) server listens on."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../littlebird-tc-core.templates:3001
+msgid ""
+"If you choose any other than the default, please beware that your clients "
+"may not be able to connect to your HTTPS server."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../littlebird-tc-core.templates:4001
+msgid "Mail address of the (web) server admin."
+msgstr ""
+
+#. Type: note
+#. Description
+#: ../littlebird-tc-core.templates:5001
+msgid "The database needs to be cleaned!?"
+msgstr ""
+
+#. Type: note
+#. Description
+#: ../littlebird-tc-core.templates:5001
+msgid ""
+"You are ${action} the littlebird trustcenter, however we do not purge/empty/"
+"clean the database."
+msgstr ""
+
+#. Type: note
+#. Description
+#: ../littlebird-tc-core.templates:5001
+msgid ""
+"Please think about it, if you need to remove ANY traces, you should consider "
+"dropping the database. Contact your friendly database admin for doing it :-)"
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../littlebird-tc-core.templates:6001
+msgid "pathname of the SSL certificate file"
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../littlebird-tc-core.templates:6001
+msgid ""
+"The HTTPS server uses an SSL certificate. Where is or where will be the "
+"certificate file located?"
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../littlebird-tc-core.templates:7001
+msgid "pathname of the SSL certificate key file"
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../littlebird-tc-core.templates:7001
+msgid ""
+"The HTTPS server uses an SSL certificate. Where is or where will be the "
+"certificate *KEY* file located?"
+msgstr ""
+
+#. Type: note
+#. Description
+#: ../littlebird-tc-core.templates:8001
+msgid "The SSL certificate does not seem to exist."
+msgstr ""
+
+#. Type: note
+#. Description
+#: ../littlebird-tc-core.templates:8001
+msgid ""
+"Because I am missing the certificate I'm generating a DEMO certificate (CN="
+"${cn}) for you. Please do not forget to replace it as soon as possible. The "
+"DEMO certificate will expire in ${days} days."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../littlebird-tc-core.templates:9001
+msgid "Sorry, the creation of the DEMO certificate failed."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../littlebird-tc-core.templates:9001
+msgid "Good look."
+msgstr ""
+
+#. Type: title
+#. Description
+#: ../littlebird-tc-sql.templates:1001
+msgid "This is the littlebird trust center SQL package."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../littlebird-tc-sql.templates:2001
+msgid "Do you know how to access your database server as *admin*?"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../littlebird-tc-sql.templates:2001
+msgid ""
+"During the package configuration (postinst) we need to connect to your "
+"database server and setup the littlebird schema, install a littlebird user "
+"etcpp. If you can provide us the data to access this server, please answer "
+"\"yes\", if not, please answer \"no\" and return later and run"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../littlebird-tc-sql.templates:2001
+msgid " dpkg-reconfigure littlebird-tc-sql"
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../littlebird-tc-sql.templates:3001
+msgid "The user to be used for the *administrative* database connection."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../littlebird-tc-sql.templates:3001
+msgid ""
+"Some operations during install need administrative privileges, we need the "
+"name of the user who is empowered enough."
+msgstr ""
+
+#. Type: password
+#. Description
+#: ../littlebird-tc-sql.templates:4001
+msgid "The password to be used for the *administrative* database connection."
+msgstr ""
+
+#. Type: password
+#. Description
+#: ../littlebird-tc-sql.templates:4001
+msgid ""
+"Some operations during install need *administrative* privileges, we need the "
+"password for the user who is empowered enough. (The password will be securly "
+"kept in the debconf database.)"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../littlebird-tc-sql.templates:5001
+msgid "The database \"${name}\" exists already."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../littlebird-tc-sql.templates:5001
+msgid ""
+"Since the database \"${name}\" seems to exist already, we will not start any "
+"attempt to do anything."
+msgstr ""
+
+#. Type: error
+#. Description
+#. Type: error
+#. Description
+#: ../littlebird-tc-sql.templates:5001 ../littlebird-tc-sql.templates:6001
+msgid "Sorry, if this is not what you expected."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../littlebird-tc-sql.templates:6001
+msgid "Admin access to database failed."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../littlebird-tc-sql.templates:6001
+msgid ""
+"We cannot access the database \"${name}\" on host \"${host}\". The excuse we "
+"got:"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../littlebird-tc-sql.templates:6001
+msgid "${message}"
+msgstr ""