[Dbconfig-common-changes] [dbconfig-common] r264 - in branches/sqlite: debian debian/po dpkg

Matt Brown mattb-guest at costa.debian.org
Sat Jun 17 09:55:17 CEST 2006


Author: mattb-guest
Date: 2006-06-17 07:54:35 +0000 (Sat, 17 Jun 2006)
New Revision: 264

Modified:
   branches/sqlite/debian/changelog
   branches/sqlite/debian/dbconfig-common.config
   branches/sqlite/debian/dbconfig-common.postinst
   branches/sqlite/debian/dbconfig-common.templates
   branches/sqlite/debian/po/ca.po
   branches/sqlite/debian/po/cs.po
   branches/sqlite/debian/po/da.po
   branches/sqlite/debian/po/de.po
   branches/sqlite/debian/po/es.po
   branches/sqlite/debian/po/eu.po
   branches/sqlite/debian/po/fr.po
   branches/sqlite/debian/po/it.po
   branches/sqlite/debian/po/nl.po
   branches/sqlite/debian/po/pt.po
   branches/sqlite/debian/po/pt_BR.po
   branches/sqlite/debian/po/sv.po
   branches/sqlite/debian/po/templates.pot
   branches/sqlite/debian/po/vi.po
   branches/sqlite/dpkg/common
   branches/sqlite/dpkg/config
Log:
Merge changes from trunk (257:263) into the SQLite branch


Modified: branches/sqlite/debian/changelog
===================================================================
--- branches/sqlite/debian/changelog	2006-06-13 15:39:31 UTC (rev 263)
+++ branches/sqlite/debian/changelog	2006-06-17 07:54:35 UTC (rev 264)
@@ -1,9 +1,27 @@
-dbconfig-common (1.8.16.1) UNRELEASED; urgency=low
+dbconfig-common (1.8.18) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
 
- -- sean finney <seanius at debian.org>  Fri, 09 Jun 2006 02:35:46 +0200
+ -- sean finney <sean at localhost.localdomain>  Tue, 13 Jun 2006 19:39:03 +0200
 
+dbconfig-common (1.8.17) unstable; urgency=low
+
+  [ sean finney ]
+  * now provide a global configuration option which affects the priority of
+    questions related to remote database configuration.
+  * updated spanish debconf translations, thanks to 
+    Javier Fernández-Sanguino Peña (closes: #372650).
+  * provide a fix for over-zealous sanity-checking breakage with packages that
+    support multiple database types.  this should remove the need for any
+    ugly workarounds.  thanks to David Gil (closes: #372948).
+  * dbconfig-common was not respecting manual changes to its global config
+    file.  whoops, fixed.
+
+  [ Bart Cornelis (cobaco) ]
+  * Updated Dutch translation
+
+ -- sean finney <seanius at debian.org>  Tue, 13 Jun 2006 19:34:53 +0200
+
 dbconfig-common (1.8.16) unstable; urgency=low
 
   * when determining the local user as which to interact with postgres,

Modified: branches/sqlite/debian/dbconfig-common.config
===================================================================
--- branches/sqlite/debian/dbconfig-common.config	2006-06-13 15:39:31 UTC (rev 263)
+++ branches/sqlite/debian/dbconfig-common.config	2006-06-17 07:54:35 UTC (rev 264)
@@ -6,13 +6,19 @@
 
 if [ -f /etc/dbconfig-common/config ]; then
 	. /etc/dbconfig-common/config
-	if [ "$remember_admin_pass" = "true" ]; then
+	if [ "$dbc_remember_admin_pass" = "true" ]; then
 		db_set dbconfig-common/remember-admin-pass "true"
 	else
 		db_set dbconfig-common/remember-admin-pass "false"
 	fi
+	if [ "$dbc_remote_questions_default" = "true" ]; then
+		db_set dbconfig-common/remote-questions-default "true"
+	else
+		db_set dbconfig-common/remote-questions-default "false"
+	fi
 fi
 
 db_input low dbconfig-common/remember-admin-pass || true
+db_input low dbconfig-common/remote-questions-default || true
 
 db_go

Modified: branches/sqlite/debian/dbconfig-common.postinst
===================================================================
--- branches/sqlite/debian/dbconfig-common.postinst	2006-06-13 15:39:31 UTC (rev 263)
+++ branches/sqlite/debian/dbconfig-common.postinst	2006-06-17 07:54:35 UTC (rev 264)
@@ -10,6 +10,8 @@
 
 db_get dbconfig-common/remember-admin-pass
 dbc_remember_admin_pass="$RET"
+db_get dbconfig-common/remote-questions-default
+dbc_remote_questions_default="$RET"
 
 dbc_write_global_config
 

Modified: branches/sqlite/debian/dbconfig-common.templates
===================================================================
--- branches/sqlite/debian/dbconfig-common.templates	2006-06-13 15:39:31 UTC (rev 263)
+++ branches/sqlite/debian/dbconfig-common.templates	2006-06-17 07:54:35 UTC (rev 264)
@@ -1,3 +1,19 @@
+Template: dbconfig-common/remote-questions-default
+Type: boolean
+Default: false
+_Description: Will this server be used to access remote databases?
+ For the database types that support it, dbconfig-common includes support
+ for configuring databases on remote systems.  When installing a package's
+ database via dbconfig-common, the questions related to remote
+ configuration are asked with a priority such that they are
+ skipped for most systems.
+ .
+ If you select this option, the default behaviour will be to prompt you
+ with questions related to remote database configuration when you install
+ new packages.
+ .
+ If you are unsure, you should not select this option.
+
 Template: dbconfig-common/remember-admin-pass
 Type: boolean
 Default: false

Modified: branches/sqlite/debian/po/ca.po
===================================================================
--- branches/sqlite/debian/po/ca.po	2006-06-13 15:39:31 UTC (rev 263)
+++ branches/sqlite/debian/po/ca.po	2006-06-17 07:54:35 UTC (rev 264)
@@ -16,8 +16,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: dbconfigcommon1.8.6\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-06-11 14:38+1200\n"
+"Report-Msgid-Bugs-To: seanius at debian.org\n"
+"POT-Creation-Date: 2006-06-17 19:42+1200\n"
 "PO-Revision-Date: 2005-10-19 22:16+0200\n"
 "Last-Translator: Miguel Gea Milvaques\n"
 "Language-Team:  <ca at li.org>\n"
@@ -29,6 +29,38 @@
 #. Type: boolean
 #. Description
 #: ../dbconfig-common.templates:4
+msgid "Will this server be used to access remote databases?"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../dbconfig-common.templates:4
+msgid ""
+"For the database types that support it, dbconfig-common includes support for "
+"configuring databases on remote systems.  When installing a package's "
+"database via dbconfig-common, the questions related to remote configuration "
+"are asked with a priority such that they are skipped for most systems."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../dbconfig-common.templates:4
+msgid ""
+"If you select this option, the default behaviour will be to prompt you with "
+"questions related to remote database configuration when you install new "
+"packages."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../dbconfig-common.templates:4
+#, fuzzy
+msgid "If you are unsure, you should not select this option."
+msgstr "En altre cas, escolliu aquesta opció."
+
+#. Type: boolean
+#. Description
+#: ../dbconfig-common.templates:20
 msgid "Keep \"administrative\" database passwords in debconf?"
 msgstr ""
 "Voleu mantenir la base de dades de contrasenyes \"administratives\" a "
@@ -36,7 +68,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:4
+#: ../dbconfig-common.templates:20
 msgid ""
 "By default, you will be prompted for all administrator-level database "
 "passwords when you configure, upgrade, or remove applications with dbconfig-"
@@ -50,7 +82,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:4
+#: ../dbconfig-common.templates:20
 msgid ""
 "This behavior can be disabled, in which case the passwords will remain in "
 "the debconf password database.  The debconf password database is protected "
@@ -64,7 +96,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:4
+#: ../dbconfig-common.templates:20
 msgid ""
 "If you would rather not be bothered by for an administrative password every "
 "time you upgrade a database application with dbconfig-common, you should "
@@ -76,13 +108,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:22
+#: ../dbconfig-common.templates:38
 msgid "Configure database for ${pkg} with dbconfig-common?"
 msgstr "Voleu configurar la base de dades de ${pkg} amb dbconfig-common?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:22
+#: ../dbconfig-common.templates:38
 msgid ""
 "${pkg} must have a database installed and configured before it can be used.  "
 "If you like, this can be handled with dbconfig-common."
@@ -92,7 +124,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:22
+#: ../dbconfig-common.templates:38
 msgid ""
 "If you are an advanced database administrator and know that you want to "
 "perform this configuration manually, or if your database has already been "
@@ -106,13 +138,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:22
+#: ../dbconfig-common.templates:38
 msgid "Otherwise, you should probably choose this option."
 msgstr "En altre cas, probablement hauríeu d'escollir aquesta opció."
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:37
+#: ../dbconfig-common.templates:53
 #, fuzzy
 msgid "Re-install database for ${pkg}?"
 msgstr ""
@@ -121,7 +153,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:37
+#: ../dbconfig-common.templates:53
 #, fuzzy
 msgid ""
 "Since you are reconfiguring ${pkg}, you may also want to reinstall the "
@@ -132,7 +164,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:37
+#: ../dbconfig-common.templates:53
 #, fuzzy
 msgid ""
 "If you wish to re-install the database for ${pkg}, you should select this "
@@ -145,13 +177,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:48
+#: ../dbconfig-common.templates:64
 msgid "Perform upgrade on database for ${pkg} with dbconfig-common?"
 msgstr "Voleu actualitzar la base de dades del ${pkg} amb dbconfig-common?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:48
+#: ../dbconfig-common.templates:64
 msgid ""
 "According to the maintainer for this package, database upgrade operations "
 "need to be formed on ${pkg}.  Typically this is due to changes in how a new "
@@ -164,7 +196,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:48
+#: ../dbconfig-common.templates:64
 msgid ""
 "If you want to handle this process manually, you should refuse this option.  "
 "Otherwise, you should choose this option. During the upgrade a backup of "
@@ -178,13 +210,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid "Deconfigure database for ${pkg} with dbconfig-common?"
 msgstr "Voleu desconfigurar la base de dades de ${pkg} amb dbconfig-common?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid ""
 "Since you are removing ${pkg}, it's possible that you no longer want the "
 "underlying database that it has been configured to use."
@@ -194,7 +226,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid "If you like, database removal can be handled with dbconfig-common."
 msgstr ""
 "Si voleu, el dbconfig-common pot encarregar-se del procés d'esborrar la base "
@@ -202,7 +234,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid ""
 "If you know that you do want to keep this database, or if you want to handle "
 "the removal of this database manually, you should refuse this option."
@@ -213,19 +245,19 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid "Otherwise, you should choose this option."
 msgstr "En altre cas, escolliu aquesta opció."
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:78
+#: ../dbconfig-common.templates:94
 msgid "Database type to be used by ${pkg}:"
 msgstr "Tipus de base de dades que utilitzarà ${pkg}:"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:78
+#: ../dbconfig-common.templates:94
 msgid ""
 "${pkg} can be configured to use one of many database types. Below, you will "
 "be presented with the available choices."
@@ -235,13 +267,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:85
+#: ../dbconfig-common.templates:101
 msgid "Do you want to purge the database for ${pkg}?"
 msgstr "Voleu purgar  la base de dades de ${pkg}?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:85
+#: ../dbconfig-common.templates:101
 msgid ""
 "If you no longer need the database for ${pkg}, this is your chance to remove "
 "them."
@@ -251,7 +283,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:85
+#: ../dbconfig-common.templates:101
 msgid ""
 "If no longer have need of the data being stored by ${pkg}, you should choose "
 "this option.  If you want to hold this data for another time, or if you "
@@ -263,13 +295,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:97
+#: ../dbconfig-common.templates:113
 msgid "Do you want to backup the database for ${pkg} before upgrading?"
 msgstr "Voleu fer una còpia de la base de dades de ${pkg} abans d'actualitzar?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:97
+#: ../dbconfig-common.templates:113
 msgid ""
 "The underlying database for ${pkg} needs to be upgraded as part of the "
 "installation progress.  Just in case, the database can be backed up before "
@@ -283,25 +315,25 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:109
+#: ../dbconfig-common.templates:125
 msgid "Password confirmation:"
 msgstr "Confirmeu la contrasenya:"
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:113
+#: ../dbconfig-common.templates:129
 msgid "Passwords do not match."
 msgstr "Les contrasenyes no coincideixen."
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:113
+#: ../dbconfig-common.templates:129
 msgid "The passwords you supplied do not match.  Please try again."
 msgstr "Les contrasenyes que heu introduït no coincideixen. Torneu a provar."
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:120
+#: ../dbconfig-common.templates:136
 msgid "Error upgrading database for ${pkg}.  Retry?"
 msgstr ""
 "S'ha produït un error al actualitzar la base de dades d ${pkg}. Voleu "
@@ -309,7 +341,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:120
+#: ../dbconfig-common.templates:136
 msgid ""
 "An error seems to have occurred while upgrading the database. If it's of any "
 "help, this was the error encountered:"
@@ -319,7 +351,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:120
+#: ../dbconfig-common.templates:136
 msgid ""
 "Fortunately, there should be a backup of the database made just before the "
 "upgrade in ${dbfile}."
@@ -329,19 +361,19 @@
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:139
+#: ../dbconfig-common.templates:155
 msgid "retry (skip questions)"
 msgstr ""
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:139
+#: ../dbconfig-common.templates:155
 msgid "ignore"
 msgstr ""
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:141
+#: ../dbconfig-common.templates:157
 msgid "Error installing database for ${pkg}.  Retry?"
 msgstr ""
 "S'ha produït un error a l'instal·lar la base de dades per ${pkg}. Voleu "
@@ -349,7 +381,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:141
+#: ../dbconfig-common.templates:157
 msgid ""
 "An error seems to have occurred while installing the database. If it's of "
 "any help, this was the error encountered:"
@@ -359,7 +391,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:141
+#: ../dbconfig-common.templates:157
 #, fuzzy
 msgid ""
 "At this point, you have the option to retry or abort the operation. If you "
@@ -382,19 +414,19 @@
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:159
+#: ../dbconfig-common.templates:175
 msgid "abort"
 msgstr ""
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:159
+#: ../dbconfig-common.templates:175
 msgid "retry"
 msgstr ""
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 msgid "Error removing database for ${pkg}.  Retry?"
 msgstr ""
 "S'ha produït un error esborrant la base de dades de ${pkg}. Voleu reintentar-"
@@ -402,13 +434,13 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 msgid "An error seems to have occurred while removing the database."
 msgstr "S'ha produït un error metre s'esborrava la base de dades."
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 msgid ""
 "For some reason it was not possible to perform some of the actions necessary "
 "to remove the database for ${pkg}.  At this point you have two options: you "
@@ -426,13 +458,13 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 msgid "${error}"
 msgstr "${error}"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 msgid ""
 "At this point, you have the option to retry or abort the operation. If you "
 "choose \"retry\", you will be prompted with all the configuration questions "
@@ -452,7 +484,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:184
+#: ../dbconfig-common.templates:200
 msgid "Host name of the ${dbvendor} database server for ${pkg}:"
 msgstr ""
 "Introduïu el nom del ordinador que executa el servidor de base de dades "
@@ -460,7 +492,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:184
+#: ../dbconfig-common.templates:200
 msgid ""
 "Please select the remote hostname to use, or select \"new host\" to enter a "
 "new host."
@@ -470,13 +502,13 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:190
+#: ../dbconfig-common.templates:206
 msgid "Port number for the ${dbvendor} service:"
 msgstr "Introduïu el número de port del servei ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:190
+#: ../dbconfig-common.templates:206
 msgid ""
 "If the ${dbvendor} database on the remote host is running on a non-standard "
 "port, this is your opportunity to specify what it is.  To use the default "
@@ -488,7 +520,7 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:197
+#: ../dbconfig-common.templates:213
 msgid "Host running the ${dbvendor} server for ${pkg}:"
 msgstr ""
 "Introduïu el nom del ordinador que executa el servidor de ${dbvendor} pel "
@@ -496,13 +528,13 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:197
+#: ../dbconfig-common.templates:213
 msgid "Please provide the hostname of a remote ${dbvendor} server."
 msgstr "Introduïu el nom del servidor remot de ${dbvendor}."
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:197
+#: ../dbconfig-common.templates:213
 msgid ""
 "Note: you must have already arranged for the administrative account to be "
 "able to remotely create databases and grant privileges."
@@ -512,13 +544,13 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:206
+#: ../dbconfig-common.templates:222
 msgid "${dbvendor} database name for ${pkg}:"
 msgstr "Introduïu el nom de la base de dades ${dbvendor} per ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:206
+#: ../dbconfig-common.templates:222
 msgid ""
 "Please provide a name for the ${dbvendor} database to be used by ${pkg}."
 msgstr ""
@@ -526,13 +558,13 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:211
+#: ../dbconfig-common.templates:227
 msgid "${dbvendor} username for ${pkg}:"
 msgstr "Introduïu el nom d 'usuari ${dbvendor} per ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:211
+#: ../dbconfig-common.templates:227
 msgid ""
 "Please provide a ${dbvendor} username for ${pkg} to register with the "
 "database server.  A ${dbvendor} user is not necessarily the same as a system "
@@ -545,7 +577,7 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:211
+#: ../dbconfig-common.templates:227
 msgid ""
 "This is the user which will own the database, tables and other objects to be "
 "created by this installation.  This user will have complete freedom to "
@@ -557,14 +589,14 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:222
+#: ../dbconfig-common.templates:238
 #, fuzzy
 msgid "${dbvendor} storage directory for ${pkg}:"
 msgstr "Introduïu el nom d 'usuari ${dbvendor} per ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:222
+#: ../dbconfig-common.templates:238
 #, fuzzy
 msgid ""
 "Please provide a path where the ${dbvendor} database file for ${pkg}  should "
@@ -574,14 +606,14 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:228
+#: ../dbconfig-common.templates:244
 #, fuzzy
 msgid "${dbvendor} database ownership for ${pkg}:"
 msgstr "Introduïu el nom de la base de dades ${dbvendor} per ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:228
+#: ../dbconfig-common.templates:244
 msgid ""
 "Please specify the filesystem ownership that you would like to set on the "
 "${dbvendor} database for ${pkg}."
@@ -589,20 +621,20 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:228
+#: ../dbconfig-common.templates:244
 msgid "This should be specified in the format owner:group."
 msgstr ""
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:236
+#: ../dbconfig-common.templates:252
 #, fuzzy
 msgid "${dbvendor} database permissions for ${pkg}:"
 msgstr "Introduïu el nom de la base de dades ${dbvendor} per ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:236
+#: ../dbconfig-common.templates:252
 msgid ""
 "Please specify the filesystem permissions that you would like to set on the "
 "${dbvendor} database for ${pkg}."
@@ -610,7 +642,7 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:236
+#: ../dbconfig-common.templates:252
 msgid ""
 "This should be specified in octal format as would be passed to the chmod  "
 "unix command. eg. 0644."
@@ -618,13 +650,13 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:247
+#: ../dbconfig-common.templates:263
 msgid "Connection method for MySQL database of ${pkg}:"
 msgstr "Mètode de connexió per la base de dades MySQL del ${pkg}:"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:247
+#: ../dbconfig-common.templates:263
 msgid ""
 "By default, ${pkg} will be configured to use a MySQL server through a local "
 "unix socket (this provides the best performance). However, if you would like "
@@ -638,13 +670,13 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:255
+#: ../dbconfig-common.templates:271
 msgid "MySQL application password for ${pkg}:"
 msgstr "Introduïu la contrasenya de l'aplicació MySQL per ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:263
+#: ../dbconfig-common.templates:279
 msgid ""
 "For MySQL, this is almost always \"root\".  Note that this is NOT the same "
 "as the UNIX login 'root'."
@@ -654,7 +686,7 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:273
+#: ../dbconfig-common.templates:289
 msgid ""
 "What is the password for the administrative account with which this package "
 "should create its MySQL database and user?"
@@ -664,31 +696,31 @@
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:279
+#: ../dbconfig-common.templates:295
 msgid "unix socket"
 msgstr ""
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:279
+#: ../dbconfig-common.templates:295
 msgid "tcp/ip"
 msgstr ""
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:279
+#: ../dbconfig-common.templates:295
 msgid "tcp/ip + ssl"
 msgstr ""
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:281
+#: ../dbconfig-common.templates:297
 msgid "Connection method for PostgreSQL database of ${pkg}:"
 msgstr "Mètode de connexió per la base de dades PostgreSQL per ${pkg}:"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:281
+#: ../dbconfig-common.templates:297
 msgid ""
 "By default, ${pkg} will be configured to use a PostgreSQL server through a "
 "local unix socket (this provides the best performance). However, if you "
@@ -702,13 +734,13 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:289
+#: ../dbconfig-common.templates:305
 msgid "PostgreSQL application password for ${pkg}:"
 msgstr "Introduïu la contrasenya de l'aplicació PostgreSQL per ${pkg}:"
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:289
+#: ../dbconfig-common.templates:305
 msgid ""
 "Please provide a password for ${pkg} to register with the database server.  "
 "If left blank, a random password will be generated for you."
@@ -718,7 +750,7 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:289
+#: ../dbconfig-common.templates:305
 #, fuzzy
 msgid ""
 "If you are using \"ident\" based authentication, the supplied password will "
@@ -732,13 +764,13 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:300
+#: ../dbconfig-common.templates:316
 msgid "Name of your database's administrative user:"
 msgstr "Introduïu l'usuari administrador de la vostra base de dades:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:300
+#: ../dbconfig-common.templates:316
 msgid ""
 "What is the name of the account with which this package should perform "
 "administrative actions?  This user is the one which is able to create new "
@@ -750,13 +782,13 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:307
+#: ../dbconfig-common.templates:323
 msgid "Password of your database's administrative user:"
 msgstr "Introduïu la contrasenya del usuari administrador de la base de dades:"
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:307
+#: ../dbconfig-common.templates:323
 msgid ""
 "What is the password for the account with which this package should perform "
 "administrative actions?  (For a normal Debian PostgreSQL installation, a "
@@ -770,13 +802,13 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:317
+#: ../dbconfig-common.templates:333
 msgid "Method for authenticating PostgreSQL administrator:"
 msgstr "Introduïu el mètode d'autenticació per l'administrador PostgreSQL:"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:317
+#: ../dbconfig-common.templates:333
 msgid ""
 "PostgreSQL servers provide several different mechanisms for authenticating "
 "connections.  Please select what method the administrative user should use "
@@ -788,25 +820,25 @@
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:338
+#: ../dbconfig-common.templates:354
 msgid "ident"
 msgstr ""
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:338
+#: ../dbconfig-common.templates:354
 msgid "password"
 msgstr ""
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid "Method for authenticating PostgreSQL user:"
 msgstr "Introduïu el mètode d'autenticació per l'usuari PostgreSQL:"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "PostgreSQL servers provide several different mechanisms for authenticating "
 "connections.  Please select what method the database user should use when "
@@ -818,7 +850,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "With \"ident\" authentication on the local machine, the server will check "
 "that the owner of the unix socket is allowed to connect."
@@ -828,7 +860,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "With \"ident\" authentication to remote hosts, RFC 1413 based ident is used "
 "(note this can be considered a security risk)."
@@ -839,7 +871,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "With \"password\" authentication, a password will be passed to the server "
 "for use with some authentication backend (such as \"md5\" or \"pam\").  Note "
@@ -853,7 +885,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "For a default Debian PostgreSQL installation running on the same host, you "
 "probably want \"ident\"."
@@ -863,13 +895,13 @@
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:360
+#: ../dbconfig-common.templates:376
 msgid "Choose a different PostgreSQL connection method?"
 msgstr "Voleu escollir un mètode diferent de connexió a PostgreSQL?"
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:360
+#: ../dbconfig-common.templates:376
 msgid ""
 "Unfortunately, it seems that the database connection method you have "
 "selected for ${pkg} will not work, because it requires the existence of a "
@@ -881,7 +913,7 @@
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:360
+#: ../dbconfig-common.templates:376
 msgid ""
 "If you would like to reconfigure your application to use a different method, "
 "you should choose this option.  If you know for certain that this method "
@@ -895,13 +927,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:373
+#: ../dbconfig-common.templates:389
 msgid "Change PostgreSQL configuration automatically?"
 msgstr "Voleu canviar la configuració de PostgreSQL automàticament?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:373
+#: ../dbconfig-common.templates:389
 msgid ""
 "It has been determined that the database installation for ${pkg} can not be "
 "automatically accomplished without making changes to your PostgreSQL "
@@ -918,13 +950,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:386
+#: ../dbconfig-common.templates:402
 msgid "Revert PostgreSQL configuration automatically?"
 msgstr "Voleu desfer la configuració de PostgreSQL automàticament?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:386
+#: ../dbconfig-common.templates:402
 msgid ""
 "As ${pkg} is now being removed, it may no longer be necessary to have an "
 "access control entry in your PostgreSQL server's configuration. While "
@@ -944,19 +976,19 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:386
+#: ../dbconfig-common.templates:402
 msgid "${pghbaline}"
 msgstr "${pghbaline}"
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:399
+#: ../dbconfig-common.templates:415
 msgid "Please change /etc/postgresql/pg_hba.conf"
 msgstr "Canvieu el /etc/postgresql/pg_hba.conf"
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:399
+#: ../dbconfig-common.templates:415
 msgid ""
 "To get the database for package ${pkg} bootstrapped you have to edit the "
 "configuration of your PostgreSQL server. You may be able to find help in the "
@@ -968,19 +1000,19 @@
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:406
+#: ../dbconfig-common.templates:422
 msgid "PostgreSQL does not support empty passwords."
 msgstr "PostgreSQL no suporta contrassenyes buides."
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:410
+#: ../dbconfig-common.templates:426
 msgid "dbconfig-common will attempt to load existing settings"
 msgstr "dbconfig-common intentarà carregar els paràmetres existents"
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:410
+#: ../dbconfig-common.templates:426
 msgid ""
 "dbconfig-common will now attempt to load the pre-existing settings of "
 "${pkg}.  Later, these settings will be validated, and if there is any "

Modified: branches/sqlite/debian/po/cs.po
===================================================================
--- branches/sqlite/debian/po/cs.po	2006-06-13 15:39:31 UTC (rev 263)
+++ branches/sqlite/debian/po/cs.po	2006-06-17 07:54:35 UTC (rev 264)
@@ -14,8 +14,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: dbconfig-common\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-06-11 14:38+1200\n"
+"Report-Msgid-Bugs-To: seanius at debian.org\n"
+"POT-Creation-Date: 2006-06-17 19:42+1200\n"
 "PO-Revision-Date: 2006-05-06 18:25+0200\n"
 "Last-Translator: Miroslav Kure <kurem at debian.cz>\n"
 "Language-Team: Czech <debian-l10n-czech at lists.debian.org>\n"
@@ -26,12 +26,44 @@
 #. Type: boolean
 #. Description
 #: ../dbconfig-common.templates:4
+msgid "Will this server be used to access remote databases?"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../dbconfig-common.templates:4
+msgid ""
+"For the database types that support it, dbconfig-common includes support for "
+"configuring databases on remote systems.  When installing a package's "
+"database via dbconfig-common, the questions related to remote configuration "
+"are asked with a priority such that they are skipped for most systems."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../dbconfig-common.templates:4
+msgid ""
+"If you select this option, the default behaviour will be to prompt you with "
+"questions related to remote database configuration when you install new "
+"packages."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../dbconfig-common.templates:4
+#, fuzzy
+msgid "If you are unsure, you should not select this option."
+msgstr "V opačném případě byste měli tuto možnost vybrat."
+
+#. Type: boolean
+#. Description
+#: ../dbconfig-common.templates:20
 msgid "Keep \"administrative\" database passwords in debconf?"
 msgstr "Uchovávat databázová administrátorská hesla v debconfu?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:4
+#: ../dbconfig-common.templates:20
 msgid ""
 "By default, you will be prompted for all administrator-level database "
 "passwords when you configure, upgrade, or remove applications with dbconfig-"
@@ -44,7 +76,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:4
+#: ../dbconfig-common.templates:20
 msgid ""
 "This behavior can be disabled, in which case the passwords will remain in "
 "the debconf password database.  The debconf password database is protected "
@@ -57,7 +89,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:4
+#: ../dbconfig-common.templates:20
 msgid ""
 "If you would rather not be bothered by for an administrative password every "
 "time you upgrade a database application with dbconfig-common, you should "
@@ -69,13 +101,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:22
+#: ../dbconfig-common.templates:38
 msgid "Configure database for ${pkg} with dbconfig-common?"
 msgstr "Nastavit databázi pro ${pkg} pomocí dbconfig-common?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:22
+#: ../dbconfig-common.templates:38
 msgid ""
 "${pkg} must have a database installed and configured before it can be used.  "
 "If you like, this can be handled with dbconfig-common."
@@ -85,7 +117,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:22
+#: ../dbconfig-common.templates:38
 msgid ""
 "If you are an advanced database administrator and know that you want to "
 "perform this configuration manually, or if your database has already been "
@@ -99,20 +131,20 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:22
+#: ../dbconfig-common.templates:38
 msgid "Otherwise, you should probably choose this option."
 msgstr "Ve všech ostatních případech byste měli tuto možnost povolit."
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:37
+#: ../dbconfig-common.templates:53
 #, fuzzy
 msgid "Re-install database for ${pkg}?"
 msgstr "Chyba při instalaci databáze pro ${pkg}. Zkusit znovu?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:37
+#: ../dbconfig-common.templates:53
 #, fuzzy
 msgid ""
 "Since you are reconfiguring ${pkg}, you may also want to reinstall the "
@@ -123,7 +155,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:37
+#: ../dbconfig-common.templates:53
 #, fuzzy
 msgid ""
 "If you wish to re-install the database for ${pkg}, you should select this "
@@ -136,13 +168,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:48
+#: ../dbconfig-common.templates:64
 msgid "Perform upgrade on database for ${pkg} with dbconfig-common?"
 msgstr "Provést aktualizaci databáze pro ${pkg} pomocí dbconfig-common?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:48
+#: ../dbconfig-common.templates:64
 msgid ""
 "According to the maintainer for this package, database upgrade operations "
 "need to be formed on ${pkg}.  Typically this is due to changes in how a new "
@@ -153,7 +185,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:48
+#: ../dbconfig-common.templates:64
 msgid ""
 "If you want to handle this process manually, you should refuse this option.  "
 "Otherwise, you should choose this option. During the upgrade a backup of "
@@ -167,13 +199,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid "Deconfigure database for ${pkg} with dbconfig-common?"
 msgstr "Odstranit databázi pro ${pkg} pomocí dbconfig-common?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid ""
 "Since you are removing ${pkg}, it's possible that you no longer want the "
 "underlying database that it has been configured to use."
@@ -183,13 +215,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid "If you like, database removal can be handled with dbconfig-common."
 msgstr "Pokud chcete, můžete databázi odstranit pomocí dbconfig-common."
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid ""
 "If you know that you do want to keep this database, or if you want to handle "
 "the removal of this database manually, you should refuse this option."
@@ -199,19 +231,19 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid "Otherwise, you should choose this option."
 msgstr "V opačném případě byste měli tuto možnost vybrat."
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:78
+#: ../dbconfig-common.templates:94
 msgid "Database type to be used by ${pkg}:"
 msgstr "Typ databáze, který má ${pkg} použít:"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:78
+#: ../dbconfig-common.templates:94
 msgid ""
 "${pkg} can be configured to use one of many database types. Below, you will "
 "be presented with the available choices."
@@ -221,13 +253,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:85
+#: ../dbconfig-common.templates:101
 msgid "Do you want to purge the database for ${pkg}?"
 msgstr "Chcete smazat databázi balíku ${pkg}?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:85
+#: ../dbconfig-common.templates:101
 msgid ""
 "If you no longer need the database for ${pkg}, this is your chance to remove "
 "them."
@@ -236,7 +268,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:85
+#: ../dbconfig-common.templates:101
 msgid ""
 "If no longer have need of the data being stored by ${pkg}, you should choose "
 "this option.  If you want to hold this data for another time, or if you "
@@ -248,13 +280,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:97
+#: ../dbconfig-common.templates:113
 msgid "Do you want to backup the database for ${pkg} before upgrading?"
 msgstr "Chcete před aktualizací zazálohovat databázi balíku ${pkg}?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:97
+#: ../dbconfig-common.templates:113
 msgid ""
 "The underlying database for ${pkg} needs to be upgraded as part of the "
 "installation progress.  Just in case, the database can be backed up before "
@@ -268,31 +300,31 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:109
+#: ../dbconfig-common.templates:125
 msgid "Password confirmation:"
 msgstr "Potvrzení hesla:"
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:113
+#: ../dbconfig-common.templates:129
 msgid "Passwords do not match."
 msgstr "Hesla nesouhlasí."
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:113
+#: ../dbconfig-common.templates:129
 msgid "The passwords you supplied do not match.  Please try again."
 msgstr "Zadaná hesla nesouhlasí. Zkuste to znovu."
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:120
+#: ../dbconfig-common.templates:136
 msgid "Error upgrading database for ${pkg}.  Retry?"
 msgstr "Chyba při aktualizaci databáze pro ${pkg}. Zkusit znovu?"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:120
+#: ../dbconfig-common.templates:136
 msgid ""
 "An error seems to have occurred while upgrading the database. If it's of any "
 "help, this was the error encountered:"
@@ -302,7 +334,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:120
+#: ../dbconfig-common.templates:136
 msgid ""
 "Fortunately, there should be a backup of the database made just before the "
 "upgrade in ${dbfile}."
@@ -312,25 +344,25 @@
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:139
+#: ../dbconfig-common.templates:155
 msgid "retry (skip questions)"
 msgstr "opakovat (přeskočit otázky)"
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:139
+#: ../dbconfig-common.templates:155
 msgid "ignore"
 msgstr "ignorovat"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:141
+#: ../dbconfig-common.templates:157
 msgid "Error installing database for ${pkg}.  Retry?"
 msgstr "Chyba při instalaci databáze pro ${pkg}. Zkusit znovu?"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:141
+#: ../dbconfig-common.templates:157
 msgid ""
 "An error seems to have occurred while installing the database. If it's of "
 "any help, this was the error encountered:"
@@ -340,7 +372,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:141
+#: ../dbconfig-common.templates:157
 msgid ""
 "At this point, you have the option to retry or abort the operation. If you "
 "choose \"retry\", you will be prompted with all the configuration questions "
@@ -364,31 +396,31 @@
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:159
+#: ../dbconfig-common.templates:175
 msgid "abort"
 msgstr "přerušit"
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:159
+#: ../dbconfig-common.templates:175
 msgid "retry"
 msgstr "opakovat"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 msgid "Error removing database for ${pkg}.  Retry?"
 msgstr "Chyba při odstranění databáze ${pkg}. Zkusit znovu?"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 msgid "An error seems to have occurred while removing the database."
 msgstr "Zdá se, že se při odstraňování databáze objevila chyba."
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 msgid ""
 "For some reason it was not possible to perform some of the actions necessary "
 "to remove the database for ${pkg}.  At this point you have two options: you "
@@ -405,13 +437,13 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 msgid "${error}"
 msgstr "${error}"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 msgid ""
 "At this point, you have the option to retry or abort the operation. If you "
 "choose \"retry\", you will be prompted with all the configuration questions "
@@ -431,13 +463,13 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:184
+#: ../dbconfig-common.templates:200
 msgid "Host name of the ${dbvendor} database server for ${pkg}:"
 msgstr "Jméno počítače databázového serveru ${dbvendor} pro balík ${pkg}:"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:184
+#: ../dbconfig-common.templates:200
 msgid ""
 "Please select the remote hostname to use, or select \"new host\" to enter a "
 "new host."
@@ -447,13 +479,13 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:190
+#: ../dbconfig-common.templates:206
 msgid "Port number for the ${dbvendor} service:"
 msgstr "Číslo portu pro službu ${dbvendor}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:190
+#: ../dbconfig-common.templates:206
 msgid ""
 "If the ${dbvendor} database on the remote host is running on a non-standard "
 "port, this is your opportunity to specify what it is.  To use the default "
@@ -465,19 +497,19 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:197
+#: ../dbconfig-common.templates:213
 msgid "Host running the ${dbvendor} server for ${pkg}:"
 msgstr "Počítač, na kterém běží ${dbvendor} server pro ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:197
+#: ../dbconfig-common.templates:213
 msgid "Please provide the hostname of a remote ${dbvendor} server."
 msgstr "Zadejte prosím jméno vzdáleného ${dbvendor} serveru."
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:197
+#: ../dbconfig-common.templates:213
 msgid ""
 "Note: you must have already arranged for the administrative account to be "
 "able to remotely create databases and grant privileges."
@@ -487,26 +519,26 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:206
+#: ../dbconfig-common.templates:222
 msgid "${dbvendor} database name for ${pkg}:"
 msgstr "Jméno ${dbvendor} databáze pro ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:206
+#: ../dbconfig-common.templates:222
 msgid ""
 "Please provide a name for the ${dbvendor} database to be used by ${pkg}."
 msgstr "Zadejte jméno ${dbvendor} databáze, které bude ${pkg} používat."
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:211
+#: ../dbconfig-common.templates:227
 msgid "${dbvendor} username for ${pkg}:"
 msgstr "Uživatelské jméno v ${dbvendor} pro ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:211
+#: ../dbconfig-common.templates:227
 msgid ""
 "Please provide a ${dbvendor} username for ${pkg} to register with the "
 "database server.  A ${dbvendor} user is not necessarily the same as a system "
@@ -519,7 +551,7 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:211
+#: ../dbconfig-common.templates:227
 msgid ""
 "This is the user which will own the database, tables and other objects to be "
 "created by this installation.  This user will have complete freedom to "
@@ -531,14 +563,14 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:222
+#: ../dbconfig-common.templates:238
 #, fuzzy
 msgid "${dbvendor} storage directory for ${pkg}:"
 msgstr "Uživatelské jméno v ${dbvendor} pro ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:222
+#: ../dbconfig-common.templates:238
 #, fuzzy
 msgid ""
 "Please provide a path where the ${dbvendor} database file for ${pkg}  should "
@@ -547,14 +579,14 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:228
+#: ../dbconfig-common.templates:244
 #, fuzzy
 msgid "${dbvendor} database ownership for ${pkg}:"
 msgstr "Jméno ${dbvendor} databáze pro ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:228
+#: ../dbconfig-common.templates:244
 msgid ""
 "Please specify the filesystem ownership that you would like to set on the "
 "${dbvendor} database for ${pkg}."
@@ -562,20 +594,20 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:228
+#: ../dbconfig-common.templates:244
 msgid "This should be specified in the format owner:group."
 msgstr ""
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:236
+#: ../dbconfig-common.templates:252
 #, fuzzy
 msgid "${dbvendor} database permissions for ${pkg}:"
 msgstr "Jméno ${dbvendor} databáze pro ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:236
+#: ../dbconfig-common.templates:252
 msgid ""
 "Please specify the filesystem permissions that you would like to set on the "
 "${dbvendor} database for ${pkg}."
@@ -583,7 +615,7 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:236
+#: ../dbconfig-common.templates:252
 msgid ""
 "This should be specified in octal format as would be passed to the chmod  "
 "unix command. eg. 0644."
@@ -591,13 +623,13 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:247
+#: ../dbconfig-common.templates:263
 msgid "Connection method for MySQL database of ${pkg}:"
 msgstr "Způsob připojení k MySQL databázi pro balík ${pkg}:"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:247
+#: ../dbconfig-common.templates:263
 msgid ""
 "By default, ${pkg} will be configured to use a MySQL server through a local "
 "unix socket (this provides the best performance). However, if you would like "
@@ -611,13 +643,13 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:255
+#: ../dbconfig-common.templates:271
 msgid "MySQL application password for ${pkg}:"
 msgstr "Aplikační MySQL heslo pro balík ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:263
+#: ../dbconfig-common.templates:279
 msgid ""
 "For MySQL, this is almost always \"root\".  Note that this is NOT the same "
 "as the UNIX login 'root'."
@@ -627,7 +659,7 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:273
+#: ../dbconfig-common.templates:289
 msgid ""
 "What is the password for the administrative account with which this package "
 "should create its MySQL database and user?"
@@ -637,31 +669,31 @@
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:279
+#: ../dbconfig-common.templates:295
 msgid "unix socket"
 msgstr "unixový socket"
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:279
+#: ../dbconfig-common.templates:295
 msgid "tcp/ip"
 msgstr "tcp/ip"
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:279
+#: ../dbconfig-common.templates:295
 msgid "tcp/ip + ssl"
 msgstr "tcp/ip + ssl"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:281
+#: ../dbconfig-common.templates:297
 msgid "Connection method for PostgreSQL database of ${pkg}:"
 msgstr "Způsob připojení k PostgreSQL databázi pro balík ${pkg}:"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:281
+#: ../dbconfig-common.templates:297
 msgid ""
 "By default, ${pkg} will be configured to use a PostgreSQL server through a "
 "local unix socket (this provides the best performance). However, if you "
@@ -675,13 +707,13 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:289
+#: ../dbconfig-common.templates:305
 msgid "PostgreSQL application password for ${pkg}:"
 msgstr "Aplikační PostgreSQL heslo pro balík ${pkg}:"
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:289
+#: ../dbconfig-common.templates:305
 msgid ""
 "Please provide a password for ${pkg} to register with the database server.  "
 "If left blank, a random password will be generated for you."
@@ -691,7 +723,7 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:289
+#: ../dbconfig-common.templates:305
 #, fuzzy
 msgid ""
 "If you are using \"ident\" based authentication, the supplied password will "
@@ -704,13 +736,13 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:300
+#: ../dbconfig-common.templates:316
 msgid "Name of your database's administrative user:"
 msgstr "Jméno administrativního databázového uživatele:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:300
+#: ../dbconfig-common.templates:316
 msgid ""
 "What is the name of the account with which this package should perform "
 "administrative actions?  This user is the one which is able to create new "
@@ -721,13 +753,13 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:307
+#: ../dbconfig-common.templates:323
 msgid "Password of your database's administrative user:"
 msgstr "Heslo administrativního databázového uživatele:"
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:307
+#: ../dbconfig-common.templates:323
 msgid ""
 "What is the password for the account with which this package should perform "
 "administrative actions?  (For a normal Debian PostgreSQL installation, a "
@@ -740,13 +772,13 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:317
+#: ../dbconfig-common.templates:333
 msgid "Method for authenticating PostgreSQL administrator:"
 msgstr "Způsob autentizace administrátora PostgreSQL:"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:317
+#: ../dbconfig-common.templates:333
 msgid ""
 "PostgreSQL servers provide several different mechanisms for authenticating "
 "connections.  Please select what method the administrative user should use "
@@ -758,25 +790,25 @@
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:338
+#: ../dbconfig-common.templates:354
 msgid "ident"
 msgstr "ident"
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:338
+#: ../dbconfig-common.templates:354
 msgid "password"
 msgstr "password"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid "Method for authenticating PostgreSQL user:"
 msgstr "Způsob autentizace uživatele PostgreSQL:"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "PostgreSQL servers provide several different mechanisms for authenticating "
 "connections.  Please select what method the database user should use when "
@@ -788,7 +820,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "With \"ident\" authentication on the local machine, the server will check "
 "that the owner of the unix socket is allowed to connect."
@@ -798,7 +830,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "With \"ident\" authentication to remote hosts, RFC 1413 based ident is used "
 "(note this can be considered a security risk)."
@@ -808,7 +840,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "With \"password\" authentication, a password will be passed to the server "
 "for use with some authentication backend (such as \"md5\" or \"pam\").  Note "
@@ -821,7 +853,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "For a default Debian PostgreSQL installation running on the same host, you "
 "probably want \"ident\"."
@@ -831,13 +863,13 @@
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:360
+#: ../dbconfig-common.templates:376
 msgid "Choose a different PostgreSQL connection method?"
 msgstr "Zvolit jiný způsob připojení k PostgreSQL?"
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:360
+#: ../dbconfig-common.templates:376
 msgid ""
 "Unfortunately, it seems that the database connection method you have "
 "selected for ${pkg} will not work, because it requires the existence of a "
@@ -848,7 +880,7 @@
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:360
+#: ../dbconfig-common.templates:376
 msgid ""
 "If you would like to reconfigure your application to use a different method, "
 "you should choose this option.  If you know for certain that this method "
@@ -861,13 +893,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:373
+#: ../dbconfig-common.templates:389
 msgid "Change PostgreSQL configuration automatically?"
 msgstr "Změnit nastavení PostgreSQL automaticky?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:373
+#: ../dbconfig-common.templates:389
 msgid ""
 "It has been determined that the database installation for ${pkg} can not be "
 "automatically accomplished without making changes to your PostgreSQL "
@@ -884,13 +916,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:386
+#: ../dbconfig-common.templates:402
 msgid "Revert PostgreSQL configuration automatically?"
 msgstr "Vrátit nastavení PostgreSQL automaticky?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:386
+#: ../dbconfig-common.templates:402
 msgid ""
 "As ${pkg} is now being removed, it may no longer be necessary to have an "
 "access control entry in your PostgreSQL server's configuration. While "
@@ -910,19 +942,19 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:386
+#: ../dbconfig-common.templates:402
 msgid "${pghbaline}"
 msgstr "${pghbaline}"
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:399
+#: ../dbconfig-common.templates:415
 msgid "Please change /etc/postgresql/pg_hba.conf"
 msgstr "Upravte prosím /etc/postgresql/pg_hba.conf"
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:399
+#: ../dbconfig-common.templates:415
 msgid ""
 "To get the database for package ${pkg} bootstrapped you have to edit the "
 "configuration of your PostgreSQL server. You may be able to find help in the "
@@ -934,19 +966,19 @@
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:406
+#: ../dbconfig-common.templates:422
 msgid "PostgreSQL does not support empty passwords."
 msgstr "PostgreSQL nepodporuje prázdná hesla."
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:410
+#: ../dbconfig-common.templates:426
 msgid "dbconfig-common will attempt to load existing settings"
 msgstr "dbconfig-common se pokusí nahrát stávající nastavení"
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:410
+#: ../dbconfig-common.templates:426
 msgid ""
 "dbconfig-common will now attempt to load the pre-existing settings of "
 "${pkg}.  Later, these settings will be validated, and if there is any "

Modified: branches/sqlite/debian/po/da.po
===================================================================
--- branches/sqlite/debian/po/da.po	2006-06-13 15:39:31 UTC (rev 263)
+++ branches/sqlite/debian/po/da.po	2006-06-17 07:54:35 UTC (rev 264)
@@ -13,8 +13,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: dbconfig-common\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-06-11 14:38+1200\n"
+"Report-Msgid-Bugs-To: seanius at debian.org\n"
+"POT-Creation-Date: 2006-06-17 19:42+1200\n"
 "PO-Revision-Date: 2005-12-16 12:49+0100\n"
 "Last-Translator: Claus Hindsgaul <claus_h at image.dk>\n"
 "Language-Team: Danish <dansk at klid.dk>\n"
@@ -26,12 +26,44 @@
 #. Type: boolean
 #. Description
 #: ../dbconfig-common.templates:4
+msgid "Will this server be used to access remote databases?"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../dbconfig-common.templates:4
+msgid ""
+"For the database types that support it, dbconfig-common includes support for "
+"configuring databases on remote systems.  When installing a package's "
+"database via dbconfig-common, the questions related to remote configuration "
+"are asked with a priority such that they are skipped for most systems."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../dbconfig-common.templates:4
+msgid ""
+"If you select this option, the default behaviour will be to prompt you with "
+"questions related to remote database configuration when you install new "
+"packages."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../dbconfig-common.templates:4
+#, fuzzy
+msgid "If you are unsure, you should not select this option."
+msgstr "Ellers bør du vælge denne valgmulighed."
+
+#. Type: boolean
+#. Description
+#: ../dbconfig-common.templates:20
 msgid "Keep \"administrative\" database passwords in debconf?"
 msgstr "Opbevar databaseadministrations-adgangskoder i debconf?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:4
+#: ../dbconfig-common.templates:20
 msgid ""
 "By default, you will be prompted for all administrator-level database "
 "passwords when you configure, upgrade, or remove applications with dbconfig-"
@@ -45,7 +77,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:4
+#: ../dbconfig-common.templates:20
 msgid ""
 "This behavior can be disabled, in which case the passwords will remain in "
 "the debconf password database.  The debconf password database is protected "
@@ -59,7 +91,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:4
+#: ../dbconfig-common.templates:20
 msgid ""
 "If you would rather not be bothered by for an administrative password every "
 "time you upgrade a database application with dbconfig-common, you should "
@@ -71,13 +103,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:22
+#: ../dbconfig-common.templates:38
 msgid "Configure database for ${pkg} with dbconfig-common?"
 msgstr "Sæt databasen for ${pkg} op med dbconfig-common?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:22
+#: ../dbconfig-common.templates:38
 msgid ""
 "${pkg} must have a database installed and configured before it can be used.  "
 "If you like, this can be handled with dbconfig-common."
@@ -87,7 +119,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:22
+#: ../dbconfig-common.templates:38
 msgid ""
 "If you are an advanced database administrator and know that you want to "
 "perform this configuration manually, or if your database has already been "
@@ -101,20 +133,20 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:22
+#: ../dbconfig-common.templates:38
 msgid "Otherwise, you should probably choose this option."
 msgstr "Eller bør du nok vælge denne indstilling."
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:37
+#: ../dbconfig-common.templates:53
 #, fuzzy
 msgid "Re-install database for ${pkg}?"
 msgstr "Fejl under installationen af ${pkg}'s database. Forsøg igen?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:37
+#: ../dbconfig-common.templates:53
 #, fuzzy
 msgid ""
 "Since you are reconfiguring ${pkg}, you may also want to reinstall the "
@@ -125,7 +157,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:37
+#: ../dbconfig-common.templates:53
 #, fuzzy
 msgid ""
 "If you wish to re-install the database for ${pkg}, you should select this "
@@ -139,13 +171,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:48
+#: ../dbconfig-common.templates:64
 msgid "Perform upgrade on database for ${pkg} with dbconfig-common?"
 msgstr "Gennemfør opgradering af databasen for ${pkg} med dbconfig-common?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:48
+#: ../dbconfig-common.templates:64
 msgid ""
 "According to the maintainer for this package, database upgrade operations "
 "need to be formed on ${pkg}.  Typically this is due to changes in how a new "
@@ -157,7 +189,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:48
+#: ../dbconfig-common.templates:64
 msgid ""
 "If you want to handle this process manually, you should refuse this option.  "
 "Otherwise, you should choose this option. During the upgrade a backup of "
@@ -171,13 +203,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid "Deconfigure database for ${pkg} with dbconfig-common?"
 msgstr "Afkonfigurér ${pkg}s database med dbconfig-common?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid ""
 "Since you are removing ${pkg}, it's possible that you no longer want the "
 "underlying database that it has been configured to use."
@@ -187,13 +219,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid "If you like, database removal can be handled with dbconfig-common."
 msgstr "Hvis du vil have det, kan dbconfig-common fjerne databasen for dig."
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid ""
 "If you know that you do want to keep this database, or if you want to handle "
 "the removal of this database manually, you should refuse this option."
@@ -203,19 +235,19 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid "Otherwise, you should choose this option."
 msgstr "Ellers bør du vælge denne valgmulighed."
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:78
+#: ../dbconfig-common.templates:94
 msgid "Database type to be used by ${pkg}:"
 msgstr "Databasetype, der skal bruges af ${pkg}:"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:78
+#: ../dbconfig-common.templates:94
 msgid ""
 "${pkg} can be configured to use one of many database types. Below, you will "
 "be presented with the available choices."
@@ -225,13 +257,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:85
+#: ../dbconfig-common.templates:101
 msgid "Do you want to purge the database for ${pkg}?"
 msgstr "Ønsker du at slette databasen for ${pkg} helt?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:85
+#: ../dbconfig-common.templates:101
 msgid ""
 "If you no longer need the database for ${pkg}, this is your chance to remove "
 "them."
@@ -241,7 +273,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:85
+#: ../dbconfig-common.templates:101
 msgid ""
 "If no longer have need of the data being stored by ${pkg}, you should choose "
 "this option.  If you want to hold this data for another time, or if you "
@@ -254,13 +286,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:97
+#: ../dbconfig-common.templates:113
 msgid "Do you want to backup the database for ${pkg} before upgrading?"
 msgstr "Ønsker du at sikkerhedskopiere ${pkg}'s database før du opgraderer?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:97
+#: ../dbconfig-common.templates:113
 msgid ""
 "The underlying database for ${pkg} needs to be upgraded as part of the "
 "installation progress.  Just in case, the database can be backed up before "
@@ -274,31 +306,31 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:109
+#: ../dbconfig-common.templates:125
 msgid "Password confirmation:"
 msgstr "Bekræft adgangskode:"
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:113
+#: ../dbconfig-common.templates:129
 msgid "Passwords do not match."
 msgstr "Adgangskoder var ikke ens."
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:113
+#: ../dbconfig-common.templates:129
 msgid "The passwords you supplied do not match.  Please try again."
 msgstr "Du adgangskoder, du angav, var ikke ens. Prøv igen."
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:120
+#: ../dbconfig-common.templates:136
 msgid "Error upgrading database for ${pkg}.  Retry?"
 msgstr "Fejl under opgradering af ${pkg}'s database. Forøg igen?"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:120
+#: ../dbconfig-common.templates:136
 msgid ""
 "An error seems to have occurred while upgrading the database. If it's of any "
 "help, this was the error encountered:"
@@ -308,7 +340,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:120
+#: ../dbconfig-common.templates:136
 msgid ""
 "Fortunately, there should be a backup of the database made just before the "
 "upgrade in ${dbfile}."
@@ -318,25 +350,25 @@
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:139
+#: ../dbconfig-common.templates:155
 msgid "retry (skip questions)"
 msgstr "prøv igen (spring over spørgsmål)"
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:139
+#: ../dbconfig-common.templates:155
 msgid "ignore"
 msgstr "ignorér"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:141
+#: ../dbconfig-common.templates:157
 msgid "Error installing database for ${pkg}.  Retry?"
 msgstr "Fejl under installationen af ${pkg}'s database. Forsøg igen?"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:141
+#: ../dbconfig-common.templates:157
 msgid ""
 "An error seems to have occurred while installing the database. If it's of "
 "any help, this was the error encountered:"
@@ -346,7 +378,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:141
+#: ../dbconfig-common.templates:157
 msgid ""
 "At this point, you have the option to retry or abort the operation. If you "
 "choose \"retry\", you will be prompted with all the configuration questions "
@@ -370,31 +402,31 @@
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:159
+#: ../dbconfig-common.templates:175
 msgid "abort"
 msgstr "afbryd"
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:159
+#: ../dbconfig-common.templates:175
 msgid "retry"
 msgstr "prøv igen"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 msgid "Error removing database for ${pkg}.  Retry?"
 msgstr "Fejl under afinstallation af ${pkg}'s database. Forsøg igen?"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 msgid "An error seems to have occurred while removing the database."
 msgstr "Der lader til at være opstået en fejl under fjernelse af databasen."
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 msgid ""
 "For some reason it was not possible to perform some of the actions necessary "
 "to remove the database for ${pkg}.  At this point you have two options: you "
@@ -411,13 +443,13 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 msgid "${error}"
 msgstr "${error}"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 msgid ""
 "At this point, you have the option to retry or abort the operation. If you "
 "choose \"retry\", you will be prompted with all the configuration questions "
@@ -437,13 +469,13 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:184
+#: ../dbconfig-common.templates:200
 msgid "Host name of the ${dbvendor} database server for ${pkg}:"
 msgstr "Værtsnavn for ${pkg}s ${dbvendor}-databaseserver:"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:184
+#: ../dbconfig-common.templates:200
 msgid ""
 "Please select the remote hostname to use, or select \"new host\" to enter a "
 "new host."
@@ -453,13 +485,13 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:190
+#: ../dbconfig-common.templates:206
 msgid "Port number for the ${dbvendor} service:"
 msgstr "${dbvendor}-servicens portnummer:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:190
+#: ../dbconfig-common.templates:206
 msgid ""
 "If the ${dbvendor} database on the remote host is running on a non-standard "
 "port, this is your opportunity to specify what it is.  To use the default "
@@ -471,19 +503,19 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:197
+#: ../dbconfig-common.templates:213
 msgid "Host running the ${dbvendor} server for ${pkg}:"
 msgstr "Værten, der kører ${dbvendor}-serveren for ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:197
+#: ../dbconfig-common.templates:213
 msgid "Please provide the hostname of a remote ${dbvendor} server."
 msgstr "Angiv værtsnavnet på den fjern ${dbvendor}-server."
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:197
+#: ../dbconfig-common.templates:213
 msgid ""
 "Note: you must have already arranged for the administrative account to be "
 "able to remotely create databases and grant privileges."
@@ -493,26 +525,26 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:206
+#: ../dbconfig-common.templates:222
 msgid "${dbvendor} database name for ${pkg}:"
 msgstr "${dbvendor}-databasenavn for ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:206
+#: ../dbconfig-common.templates:222
 msgid ""
 "Please provide a name for the ${dbvendor} database to be used by ${pkg}."
 msgstr "Angiv navnet på den ${dbvendor}-database, der skal bruges af ${pkg}."
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:211
+#: ../dbconfig-common.templates:227
 msgid "${dbvendor} username for ${pkg}:"
 msgstr "${dbvendor}-brugernavn for ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:211
+#: ../dbconfig-common.templates:227
 msgid ""
 "Please provide a ${dbvendor} username for ${pkg} to register with the "
 "database server.  A ${dbvendor} user is not necessarily the same as a system "
@@ -524,7 +556,7 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:211
+#: ../dbconfig-common.templates:227
 msgid ""
 "This is the user which will own the database, tables and other objects to be "
 "created by this installation.  This user will have complete freedom to "
@@ -536,14 +568,14 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:222
+#: ../dbconfig-common.templates:238
 #, fuzzy
 msgid "${dbvendor} storage directory for ${pkg}:"
 msgstr "${dbvendor}-brugernavn for ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:222
+#: ../dbconfig-common.templates:238
 #, fuzzy
 msgid ""
 "Please provide a path where the ${dbvendor} database file for ${pkg}  should "
@@ -552,14 +584,14 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:228
+#: ../dbconfig-common.templates:244
 #, fuzzy
 msgid "${dbvendor} database ownership for ${pkg}:"
 msgstr "${dbvendor}-databasenavn for ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:228
+#: ../dbconfig-common.templates:244
 msgid ""
 "Please specify the filesystem ownership that you would like to set on the "
 "${dbvendor} database for ${pkg}."
@@ -567,20 +599,20 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:228
+#: ../dbconfig-common.templates:244
 msgid "This should be specified in the format owner:group."
 msgstr ""
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:236
+#: ../dbconfig-common.templates:252
 #, fuzzy
 msgid "${dbvendor} database permissions for ${pkg}:"
 msgstr "${dbvendor}-databasenavn for ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:236
+#: ../dbconfig-common.templates:252
 msgid ""
 "Please specify the filesystem permissions that you would like to set on the "
 "${dbvendor} database for ${pkg}."
@@ -588,7 +620,7 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:236
+#: ../dbconfig-common.templates:252
 msgid ""
 "This should be specified in octal format as would be passed to the chmod  "
 "unix command. eg. 0644."
@@ -596,13 +628,13 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:247
+#: ../dbconfig-common.templates:263
 msgid "Connection method for MySQL database of ${pkg}:"
 msgstr "Forbindelsesmetode for ${pkg}s MySQL-database:"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:247
+#: ../dbconfig-common.templates:263
 msgid ""
 "By default, ${pkg} will be configured to use a MySQL server through a local "
 "unix socket (this provides the best performance). However, if you would like "
@@ -616,13 +648,13 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:255
+#: ../dbconfig-common.templates:271
 msgid "MySQL application password for ${pkg}:"
 msgstr "MySQL-programadgangskode for ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:263
+#: ../dbconfig-common.templates:279
 msgid ""
 "For MySQL, this is almost always \"root\".  Note that this is NOT the same "
 "as the UNIX login 'root'."
@@ -632,7 +664,7 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:273
+#: ../dbconfig-common.templates:289
 msgid ""
 "What is the password for the administrative account with which this package "
 "should create its MySQL database and user?"
@@ -642,31 +674,31 @@
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:279
+#: ../dbconfig-common.templates:295
 msgid "unix socket"
 msgstr "unix-sokkel"
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:279
+#: ../dbconfig-common.templates:295
 msgid "tcp/ip"
 msgstr "tcp/ip"
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:279
+#: ../dbconfig-common.templates:295
 msgid "tcp/ip + ssl"
 msgstr "tcp/ip + ssl"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:281
+#: ../dbconfig-common.templates:297
 msgid "Connection method for PostgreSQL database of ${pkg}:"
 msgstr "Forbindelsesmetode for ${pkg}s PostgreSQL-database:"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:281
+#: ../dbconfig-common.templates:297
 msgid ""
 "By default, ${pkg} will be configured to use a PostgreSQL server through a "
 "local unix socket (this provides the best performance). However, if you "
@@ -680,13 +712,13 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:289
+#: ../dbconfig-common.templates:305
 msgid "PostgreSQL application password for ${pkg}:"
 msgstr "PostgreSQL-programadgangskode for ${pkg}:"
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:289
+#: ../dbconfig-common.templates:305
 msgid ""
 "Please provide a password for ${pkg} to register with the database server.  "
 "If left blank, a random password will be generated for you."
@@ -697,7 +729,7 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:289
+#: ../dbconfig-common.templates:305
 #, fuzzy
 msgid ""
 "If you are using \"ident\" based authentication, the supplied password will "
@@ -711,13 +743,13 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:300
+#: ../dbconfig-common.templates:316
 msgid "Name of your database's administrative user:"
 msgstr "Navnet på din databases administrationsbruger:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:300
+#: ../dbconfig-common.templates:316
 msgid ""
 "What is the name of the account with which this package should perform "
 "administrative actions?  This user is the one which is able to create new "
@@ -728,13 +760,13 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:307
+#: ../dbconfig-common.templates:323
 msgid "Password of your database's administrative user:"
 msgstr "Din databases administrationsbrugers adgangskode:"
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:307
+#: ../dbconfig-common.templates:323
 msgid ""
 "What is the password for the account with which this package should perform "
 "administrative actions?  (For a normal Debian PostgreSQL installation, a "
@@ -748,13 +780,13 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:317
+#: ../dbconfig-common.templates:333
 msgid "Method for authenticating PostgreSQL administrator:"
 msgstr "Måde at autentificere PostgreSQL-administratoren på:"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:317
+#: ../dbconfig-common.templates:333
 msgid ""
 "PostgreSQL servers provide several different mechanisms for authenticating "
 "connections.  Please select what method the administrative user should use "
@@ -766,25 +798,25 @@
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:338
+#: ../dbconfig-common.templates:354
 msgid "ident"
 msgstr "ident"
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:338
+#: ../dbconfig-common.templates:354
 msgid "password"
 msgstr "adgangskode"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid "Method for authenticating PostgreSQL user:"
 msgstr "Måde at autentificere PostgreSQL-bruger på:"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "PostgreSQL servers provide several different mechanisms for authenticating "
 "connections.  Please select what method the database user should use when "
@@ -796,7 +828,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "With \"ident\" authentication on the local machine, the server will check "
 "that the owner of the unix socket is allowed to connect."
@@ -806,7 +838,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "With \"ident\" authentication to remote hosts, RFC 1413 based ident is used "
 "(note this can be considered a security risk)."
@@ -816,7 +848,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "With \"password\" authentication, a password will be passed to the server "
 "for use with some authentication backend (such as \"md5\" or \"pam\").  Note "
@@ -831,7 +863,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "For a default Debian PostgreSQL installation running on the same host, you "
 "probably want \"ident\"."
@@ -841,13 +873,13 @@
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:360
+#: ../dbconfig-common.templates:376
 msgid "Choose a different PostgreSQL connection method?"
 msgstr "Vil du vælge en anden PostgreSQL-forbindelsesmetode?"
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:360
+#: ../dbconfig-common.templates:376
 msgid ""
 "Unfortunately, it seems that the database connection method you have "
 "selected for ${pkg} will not work, because it requires the existence of a "
@@ -859,7 +891,7 @@
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:360
+#: ../dbconfig-common.templates:376
 msgid ""
 "If you would like to reconfigure your application to use a different method, "
 "you should choose this option.  If you know for certain that this method "
@@ -873,13 +905,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:373
+#: ../dbconfig-common.templates:389
 msgid "Change PostgreSQL configuration automatically?"
 msgstr "Ret PostgreSQL-opsætningen automatisk?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:373
+#: ../dbconfig-common.templates:389
 msgid ""
 "It has been determined that the database installation for ${pkg} can not be "
 "automatically accomplished without making changes to your PostgreSQL "
@@ -896,13 +928,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:386
+#: ../dbconfig-common.templates:402
 msgid "Revert PostgreSQL configuration automatically?"
 msgstr "Genskab den gamle PostgreSQL-opsætning automatisk?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:386
+#: ../dbconfig-common.templates:402
 msgid ""
 "As ${pkg} is now being removed, it may no longer be necessary to have an "
 "access control entry in your PostgreSQL server's configuration. While "
@@ -921,19 +953,19 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:386
+#: ../dbconfig-common.templates:402
 msgid "${pghbaline}"
 msgstr "${pghbaline}"
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:399
+#: ../dbconfig-common.templates:415
 msgid "Please change /etc/postgresql/pg_hba.conf"
 msgstr "Ret venligst /etc/postgresql/pg_hba.conf"
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:399
+#: ../dbconfig-common.templates:415
 msgid ""
 "To get the database for package ${pkg} bootstrapped you have to edit the "
 "configuration of your PostgreSQL server. You may be able to find help in the "
@@ -945,19 +977,19 @@
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:406
+#: ../dbconfig-common.templates:422
 msgid "PostgreSQL does not support empty passwords."
 msgstr "PostgreSQL understøtter ikke tomme adgangskoder."
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:410
+#: ../dbconfig-common.templates:426
 msgid "dbconfig-common will attempt to load existing settings"
 msgstr "dbconfig-common vil forsøge at indlæse de eksisterende indstillinger"
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:410
+#: ../dbconfig-common.templates:426
 msgid ""
 "dbconfig-common will now attempt to load the pre-existing settings of "
 "${pkg}.  Later, these settings will be validated, and if there is any "

Modified: branches/sqlite/debian/po/de.po
===================================================================
--- branches/sqlite/debian/po/de.po	2006-06-13 15:39:31 UTC (rev 263)
+++ branches/sqlite/debian/po/de.po	2006-06-17 07:54:35 UTC (rev 264)
@@ -14,8 +14,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: dbconfig-common 0.9\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-06-11 14:38+1200\n"
+"Report-Msgid-Bugs-To: seanius at debian.org\n"
+"POT-Creation-Date: 2006-06-17 19:42+1200\n"
 "PO-Revision-Date: 2005-04-10 20:30+0100\n"
 "Last-Translator: Andreas Tille <tille at debian.org>\n"
 "Language-Team: German <debian-l10n-german at lists.debian.org>\n"
@@ -26,12 +26,44 @@
 #. Type: boolean
 #. Description
 #: ../dbconfig-common.templates:4
+msgid "Will this server be used to access remote databases?"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../dbconfig-common.templates:4
+msgid ""
+"For the database types that support it, dbconfig-common includes support for "
+"configuring databases on remote systems.  When installing a package's "
+"database via dbconfig-common, the questions related to remote configuration "
+"are asked with a priority such that they are skipped for most systems."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../dbconfig-common.templates:4
+msgid ""
+"If you select this option, the default behaviour will be to prompt you with "
+"questions related to remote database configuration when you install new "
+"packages."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../dbconfig-common.templates:4
+#, fuzzy
+msgid "If you are unsure, you should not select this option."
+msgstr "Andernfalls sollte diese Option gewählt werden."
+
+#. Type: boolean
+#. Description
+#: ../dbconfig-common.templates:20
 msgid "Keep \"administrative\" database passwords in debconf?"
 msgstr "\"Administrative\" Datenbank-Passwörter in debconf speichern?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:4
+#: ../dbconfig-common.templates:20
 msgid ""
 "By default, you will be prompted for all administrator-level database "
 "passwords when you configure, upgrade, or remove applications with dbconfig-"
@@ -45,7 +77,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:4
+#: ../dbconfig-common.templates:20
 msgid ""
 "This behavior can be disabled, in which case the passwords will remain in "
 "the debconf password database.  The debconf password database is protected "
@@ -59,7 +91,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:4
+#: ../dbconfig-common.templates:20
 msgid ""
 "If you would rather not be bothered by for an administrative password every "
 "time you upgrade a database application with dbconfig-common, you should "
@@ -71,13 +103,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:22
+#: ../dbconfig-common.templates:38
 msgid "Configure database for ${pkg} with dbconfig-common?"
 msgstr "Konfigurieren der Datenbank für ${pkg} mit dbconfig-common?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:22
+#: ../dbconfig-common.templates:38
 msgid ""
 "${pkg} must have a database installed and configured before it can be used.  "
 "If you like, this can be handled with dbconfig-common."
@@ -88,7 +120,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:22
+#: ../dbconfig-common.templates:38
 msgid ""
 "If you are an advanced database administrator and know that you want to "
 "perform this configuration manually, or if your database has already been "
@@ -103,20 +135,20 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:22
+#: ../dbconfig-common.templates:38
 msgid "Otherwise, you should probably choose this option."
 msgstr "Andernfalls sollte diese Option gewählt werden."
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:37
+#: ../dbconfig-common.templates:53
 #, fuzzy
 msgid "Re-install database for ${pkg}?"
 msgstr "Fehler bei der Installation der Datenbank für ${pkg}.  Wiederholen?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:37
+#: ../dbconfig-common.templates:53
 #, fuzzy
 msgid ""
 "Since you are reconfiguring ${pkg}, you may also want to reinstall the "
@@ -127,7 +159,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:37
+#: ../dbconfig-common.templates:53
 #, fuzzy
 msgid ""
 "If you wish to re-install the database for ${pkg}, you should select this "
@@ -141,13 +173,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:48
+#: ../dbconfig-common.templates:64
 msgid "Perform upgrade on database for ${pkg} with dbconfig-common?"
 msgstr "Aktualisieren der Datenbank für ${pkg} mit dbconfig-common?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:48
+#: ../dbconfig-common.templates:64
 msgid ""
 "According to the maintainer for this package, database upgrade operations "
 "need to be formed on ${pkg}.  Typically this is due to changes in how a new "
@@ -160,7 +192,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:48
+#: ../dbconfig-common.templates:64
 msgid ""
 "If you want to handle this process manually, you should refuse this option.  "
 "Otherwise, you should choose this option. During the upgrade a backup of "
@@ -175,13 +207,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid "Deconfigure database for ${pkg} with dbconfig-common?"
 msgstr "Dekonfigurieren der Datenbank für ${pkg} mit dbconfig-common?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid ""
 "Since you are removing ${pkg}, it's possible that you no longer want the "
 "underlying database that it has been configured to use."
@@ -191,7 +223,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid "If you like, database removal can be handled with dbconfig-common."
 msgstr ""
 "Falls gewünscht, kann das Löschen der Datenbank mit Hilfe von dbconfig-"
@@ -199,7 +231,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid ""
 "If you know that you do want to keep this database, or if you want to handle "
 "the removal of this database manually, you should refuse this option."
@@ -209,19 +241,19 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid "Otherwise, you should choose this option."
 msgstr "Andernfalls sollte diese Option gewählt werden."
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:78
+#: ../dbconfig-common.templates:94
 msgid "Database type to be used by ${pkg}:"
 msgstr "Datenbanktyp, der durch das Paket ${pkg} benutzt werden soll:"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:78
+#: ../dbconfig-common.templates:94
 msgid ""
 "${pkg} can be configured to use one of many database types. Below, you will "
 "be presented with the available choices."
@@ -232,13 +264,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:85
+#: ../dbconfig-common.templates:101
 msgid "Do you want to purge the database for ${pkg}?"
 msgstr "Soll die Datenbank für ${pkg} vollkommen entfernt werden?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:85
+#: ../dbconfig-common.templates:101
 msgid ""
 "If you no longer need the database for ${pkg}, this is your chance to remove "
 "them."
@@ -248,7 +280,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:85
+#: ../dbconfig-common.templates:101
 msgid ""
 "If no longer have need of the data being stored by ${pkg}, you should choose "
 "this option.  If you want to hold this data for another time, or if you "
@@ -261,7 +293,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:97
+#: ../dbconfig-common.templates:113
 msgid "Do you want to backup the database for ${pkg} before upgrading?"
 msgstr ""
 "Soll ein Backup der Datenbank für ${pkg} vor der Aktualisierung durchgeführt "
@@ -269,7 +301,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:97
+#: ../dbconfig-common.templates:113
 msgid ""
 "The underlying database for ${pkg} needs to be upgraded as part of the "
 "installation progress.  Just in case, the database can be backed up before "
@@ -284,19 +316,19 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:109
+#: ../dbconfig-common.templates:125
 msgid "Password confirmation:"
 msgstr "Passwort Bestätigung:"
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:113
+#: ../dbconfig-common.templates:129
 msgid "Passwords do not match."
 msgstr "Die Passwörter stimmen nicht überein."
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:113
+#: ../dbconfig-common.templates:129
 msgid "The passwords you supplied do not match.  Please try again."
 msgstr ""
 "Die eingegebenen Passwörter stimmen nicht überein. Bitte versuchen Sie es "
@@ -304,13 +336,13 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:120
+#: ../dbconfig-common.templates:136
 msgid "Error upgrading database for ${pkg}.  Retry?"
 msgstr "Fehler beim Aktualisieren der Datenbank von ${pkg}.  Wiederholen?"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:120
+#: ../dbconfig-common.templates:136
 msgid ""
 "An error seems to have occurred while upgrading the database. If it's of any "
 "help, this was the error encountered:"
@@ -320,7 +352,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:120
+#: ../dbconfig-common.templates:136
 msgid ""
 "Fortunately, there should be a backup of the database made just before the "
 "upgrade in ${dbfile}."
@@ -330,25 +362,25 @@
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:139
+#: ../dbconfig-common.templates:155
 msgid "retry (skip questions)"
 msgstr ""
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:139
+#: ../dbconfig-common.templates:155
 msgid "ignore"
 msgstr ""
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:141
+#: ../dbconfig-common.templates:157
 msgid "Error installing database for ${pkg}.  Retry?"
 msgstr "Fehler bei der Installation der Datenbank für ${pkg}.  Wiederholen?"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:141
+#: ../dbconfig-common.templates:157
 msgid ""
 "An error seems to have occurred while installing the database. If it's of "
 "any help, this was the error encountered:"
@@ -358,7 +390,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:141
+#: ../dbconfig-common.templates:157
 #, fuzzy
 msgid ""
 "At this point, you have the option to retry or abort the operation. If you "
@@ -382,31 +414,31 @@
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:159
+#: ../dbconfig-common.templates:175
 msgid "abort"
 msgstr ""
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:159
+#: ../dbconfig-common.templates:175
 msgid "retry"
 msgstr ""
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 msgid "Error removing database for ${pkg}.  Retry?"
 msgstr "Fehler beim Löschen der Datenbank von ${pkg}.  Wiederholen?"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 msgid "An error seems to have occurred while removing the database."
 msgstr "Es scheint ein Fehler beim Löschen der Datenbank aufgetreten zu sein."
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 msgid ""
 "For some reason it was not possible to perform some of the actions necessary "
 "to remove the database for ${pkg}.  At this point you have two options: you "
@@ -424,13 +456,13 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 msgid "${error}"
 msgstr "${error}"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 msgid ""
 "At this point, you have the option to retry or abort the operation. If you "
 "choose \"retry\", you will be prompted with all the configuration questions "
@@ -451,13 +483,13 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:184
+#: ../dbconfig-common.templates:200
 msgid "Host name of the ${dbvendor} database server for ${pkg}:"
 msgstr "Rechnername des ${dbvendor} Datenbankservers für ${pkg}:"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:184
+#: ../dbconfig-common.templates:200
 msgid ""
 "Please select the remote hostname to use, or select \"new host\" to enter a "
 "new host."
@@ -467,13 +499,13 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:190
+#: ../dbconfig-common.templates:206
 msgid "Port number for the ${dbvendor} service:"
 msgstr "Portnummer für den ${dbvendor} Service:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:190
+#: ../dbconfig-common.templates:206
 msgid ""
 "If the ${dbvendor} database on the remote host is running on a non-standard "
 "port, this is your opportunity to specify what it is.  To use the default "
@@ -486,20 +518,20 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:197
+#: ../dbconfig-common.templates:213
 msgid "Host running the ${dbvendor} server for ${pkg}:"
 msgstr "Computer auf dem der ${dbvendor} server für ${pkg} läuft:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:197
+#: ../dbconfig-common.templates:213
 msgid "Please provide the hostname of a remote ${dbvendor} server."
 msgstr ""
 "Bitte geben Sie den Rechnernamen des entferneten ${dbvendor} Servers ein."
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:197
+#: ../dbconfig-common.templates:213
 msgid ""
 "Note: you must have already arranged for the administrative account to be "
 "able to remotely create databases and grant privileges."
@@ -510,13 +542,13 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:206
+#: ../dbconfig-common.templates:222
 msgid "${dbvendor} database name for ${pkg}:"
 msgstr "${dbvendor} Datenbankname für ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:206
+#: ../dbconfig-common.templates:222
 msgid ""
 "Please provide a name for the ${dbvendor} database to be used by ${pkg}."
 msgstr ""
@@ -525,13 +557,13 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:211
+#: ../dbconfig-common.templates:227
 msgid "${dbvendor} username for ${pkg}:"
 msgstr "${dbvendor} Nutzernamen für ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:211
+#: ../dbconfig-common.templates:227
 msgid ""
 "Please provide a ${dbvendor} username for ${pkg} to register with the "
 "database server.  A ${dbvendor} user is not necessarily the same as a system "
@@ -544,7 +576,7 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:211
+#: ../dbconfig-common.templates:227
 msgid ""
 "This is the user which will own the database, tables and other objects to be "
 "created by this installation.  This user will have complete freedom to "
@@ -557,14 +589,14 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:222
+#: ../dbconfig-common.templates:238
 #, fuzzy
 msgid "${dbvendor} storage directory for ${pkg}:"
 msgstr "${dbvendor} Nutzernamen für ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:222
+#: ../dbconfig-common.templates:238
 #, fuzzy
 msgid ""
 "Please provide a path where the ${dbvendor} database file for ${pkg}  should "
@@ -575,14 +607,14 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:228
+#: ../dbconfig-common.templates:244
 #, fuzzy
 msgid "${dbvendor} database ownership for ${pkg}:"
 msgstr "${dbvendor} Datenbankname für ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:228
+#: ../dbconfig-common.templates:244
 msgid ""
 "Please specify the filesystem ownership that you would like to set on the "
 "${dbvendor} database for ${pkg}."
@@ -590,20 +622,20 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:228
+#: ../dbconfig-common.templates:244
 msgid "This should be specified in the format owner:group."
 msgstr ""
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:236
+#: ../dbconfig-common.templates:252
 #, fuzzy
 msgid "${dbvendor} database permissions for ${pkg}:"
 msgstr "${dbvendor} Datenbankname für ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:236
+#: ../dbconfig-common.templates:252
 msgid ""
 "Please specify the filesystem permissions that you would like to set on the "
 "${dbvendor} database for ${pkg}."
@@ -611,7 +643,7 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:236
+#: ../dbconfig-common.templates:252
 msgid ""
 "This should be specified in octal format as would be passed to the chmod  "
 "unix command. eg. 0644."
@@ -619,13 +651,13 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:247
+#: ../dbconfig-common.templates:263
 msgid "Connection method for MySQL database of ${pkg}:"
 msgstr "Verbindungsmethode an die MySQL Datenbank von ${pkg}:"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:247
+#: ../dbconfig-common.templates:263
 msgid ""
 "By default, ${pkg} will be configured to use a MySQL server through a local "
 "unix socket (this provides the best performance). However, if you would like "
@@ -640,13 +672,13 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:255
+#: ../dbconfig-common.templates:271
 msgid "MySQL application password for ${pkg}:"
 msgstr "MySQL Anwendungspasswort für ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:263
+#: ../dbconfig-common.templates:279
 msgid ""
 "For MySQL, this is almost always \"root\".  Note that this is NOT the same "
 "as the UNIX login 'root'."
@@ -656,7 +688,7 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:273
+#: ../dbconfig-common.templates:289
 msgid ""
 "What is the password for the administrative account with which this package "
 "should create its MySQL database and user?"
@@ -666,31 +698,31 @@
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:279
+#: ../dbconfig-common.templates:295
 msgid "unix socket"
 msgstr ""
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:279
+#: ../dbconfig-common.templates:295
 msgid "tcp/ip"
 msgstr ""
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:279
+#: ../dbconfig-common.templates:295
 msgid "tcp/ip + ssl"
 msgstr ""
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:281
+#: ../dbconfig-common.templates:297
 msgid "Connection method for PostgreSQL database of ${pkg}:"
 msgstr "Verbindungsmethode für die PostgreSQL Datenbank von ${pkg}:"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:281
+#: ../dbconfig-common.templates:297
 msgid ""
 "By default, ${pkg} will be configured to use a PostgreSQL server through a "
 "local unix socket (this provides the best performance). However, if you "
@@ -705,13 +737,13 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:289
+#: ../dbconfig-common.templates:305
 msgid "PostgreSQL application password for ${pkg}:"
 msgstr "PostgreSQL Anwendungspasswort für ${pkg}:"
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:289
+#: ../dbconfig-common.templates:305
 msgid ""
 "Please provide a password for ${pkg} to register with the database server.  "
 "If left blank, a random password will be generated for you."
@@ -722,7 +754,7 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:289
+#: ../dbconfig-common.templates:305
 #, fuzzy
 msgid ""
 "If you are using \"ident\" based authentication, the supplied password will "
@@ -736,13 +768,13 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:300
+#: ../dbconfig-common.templates:316
 msgid "Name of your database's administrative user:"
 msgstr "Login-Name des Datenbank-Administrators:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:300
+#: ../dbconfig-common.templates:316
 msgid ""
 "What is the name of the account with which this package should perform "
 "administrative actions?  This user is the one which is able to create new "
@@ -754,13 +786,13 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:307
+#: ../dbconfig-common.templates:323
 msgid "Password of your database's administrative user:"
 msgstr "Passwort des Datenbank-Administrators:"
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:307
+#: ../dbconfig-common.templates:323
 msgid ""
 "What is the password for the account with which this package should perform "
 "administrative actions?  (For a normal Debian PostgreSQL installation, a "
@@ -774,13 +806,13 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:317
+#: ../dbconfig-common.templates:333
 msgid "Method for authenticating PostgreSQL administrator:"
 msgstr "Authentifizierungsmethode des PostgreSQL Administrators:"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:317
+#: ../dbconfig-common.templates:333
 msgid ""
 "PostgreSQL servers provide several different mechanisms for authenticating "
 "connections.  Please select what method the administrative user should use "
@@ -792,25 +824,25 @@
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:338
+#: ../dbconfig-common.templates:354
 msgid "ident"
 msgstr ""
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:338
+#: ../dbconfig-common.templates:354
 msgid "password"
 msgstr ""
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid "Method for authenticating PostgreSQL user:"
 msgstr "Authentifizierungsmethode des PostgreSQL Nutzers:"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "PostgreSQL servers provide several different mechanisms for authenticating "
 "connections.  Please select what method the database user should use when "
@@ -822,7 +854,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "With \"ident\" authentication on the local machine, the server will check "
 "that the owner of the unix socket is allowed to connect."
@@ -832,7 +864,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "With \"ident\" authentication to remote hosts, RFC 1413 based ident is used "
 "(note this can be considered a security risk)."
@@ -843,7 +875,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "With \"password\" authentication, a password will be passed to the server "
 "for use with some authentication backend (such as \"md5\" or \"pam\").  Note "
@@ -857,7 +889,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "For a default Debian PostgreSQL installation running on the same host, you "
 "probably want \"ident\"."
@@ -867,13 +899,13 @@
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:360
+#: ../dbconfig-common.templates:376
 msgid "Choose a different PostgreSQL connection method?"
 msgstr "Eine andere Verbindungsmethode für PostgreSQL wählen?"
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:360
+#: ../dbconfig-common.templates:376
 msgid ""
 "Unfortunately, it seems that the database connection method you have "
 "selected for ${pkg} will not work, because it requires the existence of a "
@@ -885,7 +917,7 @@
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:360
+#: ../dbconfig-common.templates:376
 msgid ""
 "If you would like to reconfigure your application to use a different method, "
 "you should choose this option.  If you know for certain that this method "
@@ -899,13 +931,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:373
+#: ../dbconfig-common.templates:389
 msgid "Change PostgreSQL configuration automatically?"
 msgstr "Soll die PostgreSQL Konfiguration automatisch geändert werden?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:373
+#: ../dbconfig-common.templates:389
 msgid ""
 "It has been determined that the database installation for ${pkg} can not be "
 "automatically accomplished without making changes to your PostgreSQL "
@@ -923,13 +955,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:386
+#: ../dbconfig-common.templates:402
 msgid "Revert PostgreSQL configuration automatically?"
 msgstr "Soll die PostgreSQL Konfiguration automatisch geändert werden?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:386
+#: ../dbconfig-common.templates:402
 msgid ""
 "As ${pkg} is now being removed, it may no longer be necessary to have an "
 "access control entry in your PostgreSQL server's configuration. While "
@@ -951,19 +983,19 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:386
+#: ../dbconfig-common.templates:402
 msgid "${pghbaline}"
 msgstr "${pghbaline}"
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:399
+#: ../dbconfig-common.templates:415
 msgid "Please change /etc/postgresql/pg_hba.conf"
 msgstr "Bitte passen Sie die Datei /etc/postgresql/pg_hba.conf selbst an."
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:399
+#: ../dbconfig-common.templates:415
 msgid ""
 "To get the database for package ${pkg} bootstrapped you have to edit the "
 "configuration of your PostgreSQL server. You may be able to find help in the "
@@ -975,19 +1007,19 @@
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:406
+#: ../dbconfig-common.templates:422
 msgid "PostgreSQL does not support empty passwords."
 msgstr "PostgreSQL unterstützt keine leeren Passwörter."
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:410
+#: ../dbconfig-common.templates:426
 msgid "dbconfig-common will attempt to load existing settings"
 msgstr "dbconfig-common wird versuchen, existierende Einstellungen zu setzen."
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:410
+#: ../dbconfig-common.templates:426
 msgid ""
 "dbconfig-common will now attempt to load the pre-existing settings of "
 "${pkg}.  Later, these settings will be validated, and if there is any "

Modified: branches/sqlite/debian/po/es.po
===================================================================
--- branches/sqlite/debian/po/es.po	2006-06-13 15:39:31 UTC (rev 263)
+++ branches/sqlite/debian/po/es.po	2006-06-17 07:54:35 UTC (rev 264)
@@ -34,8 +34,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: dbconfig-common\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-06-11 14:38+1200\n"
+"Report-Msgid-Bugs-To: seanius at debian.org\n"
+"POT-Creation-Date: 2006-06-17 19:42+1200\n"
 "PO-Revision-Date: 2005-04-01 13:03+0200\n"
 "Last-Translator: Javier Fernandez-Sanguino <jfs at debian.org>\n"
 "Language-Team: Debian Spanish <debian-l10n-spanish at lists.debian.org>\n"
@@ -46,6 +46,38 @@
 #. Type: boolean
 #. Description
 #: ../dbconfig-common.templates:4
+msgid "Will this server be used to access remote databases?"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../dbconfig-common.templates:4
+msgid ""
+"For the database types that support it, dbconfig-common includes support for "
+"configuring databases on remote systems.  When installing a package's "
+"database via dbconfig-common, the questions related to remote configuration "
+"are asked with a priority such that they are skipped for most systems."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../dbconfig-common.templates:4
+msgid ""
+"If you select this option, the default behaviour will be to prompt you with "
+"questions related to remote database configuration when you install new "
+"packages."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../dbconfig-common.templates:4
+#, fuzzy
+msgid "If you are unsure, you should not select this option."
+msgstr "En cualquier otro caso debería seleccionar esta opción."
+
+#. Type: boolean
+#. Description
+#: ../dbconfig-common.templates:20
 msgid "Keep \"administrative\" database passwords in debconf?"
 msgstr ""
 "¿Desea guardar las contraseñas de «administración» de la base de datos en "
@@ -53,7 +85,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:4
+#: ../dbconfig-common.templates:20
 msgid ""
 "By default, you will be prompted for all administrator-level database "
 "passwords when you configure, upgrade, or remove applications with dbconfig-"
@@ -67,7 +99,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:4
+#: ../dbconfig-common.templates:20
 msgid ""
 "This behavior can be disabled, in which case the passwords will remain in "
 "the debconf password database.  The debconf password database is protected "
@@ -81,7 +113,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:4
+#: ../dbconfig-common.templates:20
 msgid ""
 "If you would rather not be bothered by for an administrative password every "
 "time you upgrade a database application with dbconfig-common, you should "
@@ -93,13 +125,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:22
+#: ../dbconfig-common.templates:38
 msgid "Configure database for ${pkg} with dbconfig-common?"
 msgstr "¿Desea configurar la base de datos para ${pkg} con «dbconfig-common»?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:22
+#: ../dbconfig-common.templates:38
 msgid ""
 "${pkg} must have a database installed and configured before it can be used.  "
 "If you like, this can be handled with dbconfig-common."
@@ -110,7 +142,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:22
+#: ../dbconfig-common.templates:38
 msgid ""
 "If you are an advanced database administrator and know that you want to "
 "perform this configuration manually, or if your database has already been "
@@ -124,20 +156,20 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:22
+#: ../dbconfig-common.templates:38
 msgid "Otherwise, you should probably choose this option."
 msgstr "Debería escoger esta opción en cualquier otro caso."
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:37
+#: ../dbconfig-common.templates:53
 #, fuzzy
 msgid "Re-install database for ${pkg}?"
 msgstr "Se produjo un error al instalar la base de datos para ${pkg}."
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:37
+#: ../dbconfig-common.templates:53
 #, fuzzy
 msgid ""
 "Since you are reconfiguring ${pkg}, you may also want to reinstall the "
@@ -148,7 +180,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:37
+#: ../dbconfig-common.templates:53
 #, fuzzy
 msgid ""
 "If you wish to re-install the database for ${pkg}, you should select this "
@@ -161,7 +193,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:48
+#: ../dbconfig-common.templates:64
 msgid "Perform upgrade on database for ${pkg} with dbconfig-common?"
 msgstr ""
 "¿Desea realizar las actualizaciones de la base de datos de ${pkg} con "
@@ -169,7 +201,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:48
+#: ../dbconfig-common.templates:64
 msgid ""
 "According to the maintainer for this package, database upgrade operations "
 "need to be formed on ${pkg}.  Typically this is due to changes in how a new "
@@ -182,7 +214,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:48
+#: ../dbconfig-common.templates:64
 msgid ""
 "If you want to handle this process manually, you should refuse this option.  "
 "Otherwise, you should choose this option. During the upgrade a backup of "
@@ -197,14 +229,14 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid "Deconfigure database for ${pkg} with dbconfig-common?"
 msgstr ""
 "¿Desea desconfigurar la base de datos para ${pkg} con «dbconfig-common»?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid ""
 "Since you are removing ${pkg}, it's possible that you no longer want the "
 "underlying database that it has been configured to use."
@@ -214,7 +246,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid "If you like, database removal can be handled with dbconfig-common."
 msgstr ""
 "Si lo desea, «dbconfig-common» puede gestionar la eliminación de la base de "
@@ -222,7 +254,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid ""
 "If you know that you do want to keep this database, or if you want to handle "
 "the removal of this database manually, you should refuse this option."
@@ -232,19 +264,19 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid "Otherwise, you should choose this option."
 msgstr "En cualquier otro caso debería seleccionar esta opción."
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:78
+#: ../dbconfig-common.templates:94
 msgid "Database type to be used by ${pkg}:"
 msgstr "El tipo de base de datos que se va a utilizar para ${pkg}:"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:78
+#: ../dbconfig-common.templates:94
 msgid ""
 "${pkg} can be configured to use one of many database types. Below, you will "
 "be presented with the available choices."
@@ -254,13 +286,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:85
+#: ../dbconfig-common.templates:101
 msgid "Do you want to purge the database for ${pkg}?"
 msgstr "¿Desea purgar la base de datos para ${pkg}?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:85
+#: ../dbconfig-common.templates:101
 msgid ""
 "If you no longer need the database for ${pkg}, this is your chance to remove "
 "them."
@@ -269,7 +301,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:85
+#: ../dbconfig-common.templates:101
 msgid ""
 "If no longer have need of the data being stored by ${pkg}, you should choose "
 "this option.  If you want to hold this data for another time, or if you "
@@ -281,7 +313,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:97
+#: ../dbconfig-common.templates:113
 msgid "Do you want to backup the database for ${pkg} before upgrading?"
 msgstr ""
 "¿Desea realizar una copia de seguridad de la base de datos de ${pkg} antes "
@@ -289,7 +321,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:97
+#: ../dbconfig-common.templates:113
 msgid ""
 "The underlying database for ${pkg} needs to be upgraded as part of the "
 "installation progress.  Just in case, the database can be backed up before "
@@ -304,19 +336,19 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:109
+#: ../dbconfig-common.templates:125
 msgid "Password confirmation:"
 msgstr "Confirmación de contraseña:"
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:113
+#: ../dbconfig-common.templates:129
 msgid "Passwords do not match."
 msgstr "Las contraseñas no coinciden."
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:113
+#: ../dbconfig-common.templates:129
 msgid "The passwords you supplied do not match.  Please try again."
 msgstr ""
 "Las contraseñas que ha proporcionado no coinciden. Por favor, inténtelo de "
@@ -324,14 +356,14 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:120
+#: ../dbconfig-common.templates:136
 #, fuzzy
 msgid "Error upgrading database for ${pkg}.  Retry?"
 msgstr "Se produjo un error al actualizar la base de datos para ${pkg}."
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:120
+#: ../dbconfig-common.templates:136
 #, fuzzy
 msgid ""
 "An error seems to have occurred while upgrading the database. If it's of any "
@@ -341,7 +373,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:120
+#: ../dbconfig-common.templates:136
 msgid ""
 "Fortunately, there should be a backup of the database made just before the "
 "upgrade in ${dbfile}."
@@ -351,26 +383,26 @@
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:139
+#: ../dbconfig-common.templates:155
 msgid "retry (skip questions)"
 msgstr ""
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:139
+#: ../dbconfig-common.templates:155
 msgid "ignore"
 msgstr ""
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:141
+#: ../dbconfig-common.templates:157
 #, fuzzy
 msgid "Error installing database for ${pkg}.  Retry?"
 msgstr "Se produjo un error al instalar la base de datos para ${pkg}."
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:141
+#: ../dbconfig-common.templates:157
 #, fuzzy
 msgid ""
 "An error seems to have occurred while installing the database. If it's of "
@@ -380,7 +412,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:141
+#: ../dbconfig-common.templates:157
 msgid ""
 "At this point, you have the option to retry or abort the operation. If you "
 "choose \"retry\", you will be prompted with all the configuration questions "
@@ -395,32 +427,32 @@
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:159
+#: ../dbconfig-common.templates:175
 msgid "abort"
 msgstr ""
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:159
+#: ../dbconfig-common.templates:175
 msgid "retry"
 msgstr ""
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 #, fuzzy
 msgid "Error removing database for ${pkg}.  Retry?"
 msgstr "Se produjo un error al eliminar la base de datos par ${pkg}."
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 msgid "An error seems to have occurred while removing the database."
 msgstr "Parece que se ha producido un error al eliminar la base de datos."
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 #, fuzzy
 msgid ""
 "For some reason it was not possible to perform some of the actions necessary "
@@ -438,13 +470,13 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 msgid "${error}"
 msgstr "${error}"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 msgid ""
 "At this point, you have the option to retry or abort the operation. If you "
 "choose \"retry\", you will be prompted with all the configuration questions "
@@ -457,13 +489,13 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:184
+#: ../dbconfig-common.templates:200
 msgid "Host name of the ${dbvendor} database server for ${pkg}:"
 msgstr "Nombre del servidor de base de datos ${dbvendor} para ${pkg}:"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:184
+#: ../dbconfig-common.templates:200
 msgid ""
 "Please select the remote hostname to use, or select \"new host\" to enter a "
 "new host."
@@ -473,13 +505,13 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:190
+#: ../dbconfig-common.templates:206
 msgid "Port number for the ${dbvendor} service:"
 msgstr "Número de puerto del servicio ${dbvendor}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:190
+#: ../dbconfig-common.templates:206
 msgid ""
 "If the ${dbvendor} database on the remote host is running on a non-standard "
 "port, this is your opportunity to specify what it is.  To use the default "
@@ -491,13 +523,13 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:197
+#: ../dbconfig-common.templates:213
 msgid "Host running the ${dbvendor} server for ${pkg}:"
 msgstr "Servidor dónde se ejecuta el servidor ${dbvendor} para ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:197
+#: ../dbconfig-common.templates:213
 msgid "Please provide the hostname of a remote ${dbvendor} server."
 msgstr ""
 "Por favor, indique el nombre del servidor que tiene el servidor remoto "
@@ -505,7 +537,7 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:197
+#: ../dbconfig-common.templates:213
 msgid ""
 "Note: you must have already arranged for the administrative account to be "
 "able to remotely create databases and grant privileges."
@@ -515,13 +547,13 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:206
+#: ../dbconfig-common.templates:222
 msgid "${dbvendor} database name for ${pkg}:"
 msgstr "Nombre de la base de datos ${dbvendor} para ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:206
+#: ../dbconfig-common.templates:222
 msgid ""
 "Please provide a name for the ${dbvendor} database to be used by ${pkg}."
 msgstr ""
@@ -530,13 +562,13 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:211
+#: ../dbconfig-common.templates:227
 msgid "${dbvendor} username for ${pkg}:"
 msgstr "Nombre de usuario ${dbvendor} para ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:211
+#: ../dbconfig-common.templates:227
 msgid ""
 "Please provide a ${dbvendor} username for ${pkg} to register with the "
 "database server.  A ${dbvendor} user is not necessarily the same as a system "
@@ -549,7 +581,7 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:211
+#: ../dbconfig-common.templates:227
 msgid ""
 "This is the user which will own the database, tables and other objects to be "
 "created by this installation.  This user will have complete freedom to "
@@ -561,14 +593,14 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:222
+#: ../dbconfig-common.templates:238
 #, fuzzy
 msgid "${dbvendor} storage directory for ${pkg}:"
 msgstr "Nombre de usuario ${dbvendor} para ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:222
+#: ../dbconfig-common.templates:238
 #, fuzzy
 msgid ""
 "Please provide a path where the ${dbvendor} database file for ${pkg}  should "
@@ -579,14 +611,14 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:228
+#: ../dbconfig-common.templates:244
 #, fuzzy
 msgid "${dbvendor} database ownership for ${pkg}:"
 msgstr "Nombre de la base de datos ${dbvendor} para ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:228
+#: ../dbconfig-common.templates:244
 msgid ""
 "Please specify the filesystem ownership that you would like to set on the "
 "${dbvendor} database for ${pkg}."
@@ -594,20 +626,20 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:228
+#: ../dbconfig-common.templates:244
 msgid "This should be specified in the format owner:group."
 msgstr ""
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:236
+#: ../dbconfig-common.templates:252
 #, fuzzy
 msgid "${dbvendor} database permissions for ${pkg}:"
 msgstr "Nombre de la base de datos ${dbvendor} para ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:236
+#: ../dbconfig-common.templates:252
 msgid ""
 "Please specify the filesystem permissions that you would like to set on the "
 "${dbvendor} database for ${pkg}."
@@ -615,7 +647,7 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:236
+#: ../dbconfig-common.templates:252
 msgid ""
 "This should be specified in octal format as would be passed to the chmod  "
 "unix command. eg. 0644."
@@ -623,13 +655,13 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:247
+#: ../dbconfig-common.templates:263
 msgid "Connection method for MySQL database of ${pkg}:"
 msgstr "Método de conexión para la base de datos MySQL de ${pkg}:"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:247
+#: ../dbconfig-common.templates:263
 msgid ""
 "By default, ${pkg} will be configured to use a MySQL server through a local "
 "unix socket (this provides the best performance). However, if you would like "
@@ -643,13 +675,13 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:255
+#: ../dbconfig-common.templates:271
 msgid "MySQL application password for ${pkg}:"
 msgstr "Contraseña de aplicación MySQL para ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:263
+#: ../dbconfig-common.templates:279
 msgid ""
 "For MySQL, this is almost always \"root\".  Note that this is NOT the same "
 "as the UNIX login 'root'."
@@ -659,7 +691,7 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:273
+#: ../dbconfig-common.templates:289
 msgid ""
 "What is the password for the administrative account with which this package "
 "should create its MySQL database and user?"
@@ -669,31 +701,31 @@
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:279
+#: ../dbconfig-common.templates:295
 msgid "unix socket"
 msgstr ""
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:279
+#: ../dbconfig-common.templates:295
 msgid "tcp/ip"
 msgstr ""
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:279
+#: ../dbconfig-common.templates:295
 msgid "tcp/ip + ssl"
 msgstr ""
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:281
+#: ../dbconfig-common.templates:297
 msgid "Connection method for PostgreSQL database of ${pkg}:"
 msgstr "Método de conexión para la base de datos PostgreSQL de ${pkg}:"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:281
+#: ../dbconfig-common.templates:297
 msgid ""
 "By default, ${pkg} will be configured to use a PostgreSQL server through a "
 "local unix socket (this provides the best performance). However, if you "
@@ -707,13 +739,13 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:289
+#: ../dbconfig-common.templates:305
 msgid "PostgreSQL application password for ${pkg}:"
 msgstr "Contraseña de aplicación PostgreSQL para ${pkg}:"
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:289
+#: ../dbconfig-common.templates:305
 #, fuzzy
 msgid ""
 "Please provide a password for ${pkg} to register with the database server.  "
@@ -725,7 +757,7 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:289
+#: ../dbconfig-common.templates:305
 #, fuzzy
 msgid ""
 "If you are using \"ident\" based authentication, the supplied password will "
@@ -738,13 +770,13 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:300
+#: ../dbconfig-common.templates:316
 msgid "Name of your database's administrative user:"
 msgstr "Nombre del usuario de administración de base de datos:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:300
+#: ../dbconfig-common.templates:316
 msgid ""
 "What is the name of the account with which this package should perform "
 "administrative actions?  This user is the one which is able to create new "
@@ -756,13 +788,13 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:307
+#: ../dbconfig-common.templates:323
 msgid "Password of your database's administrative user:"
 msgstr "Contraseña de su usuario de administración de la base de datos:"
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:307
+#: ../dbconfig-common.templates:323
 msgid ""
 "What is the password for the account with which this package should perform "
 "administrative actions?  (For a normal Debian PostgreSQL installation, a "
@@ -776,13 +808,13 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:317
+#: ../dbconfig-common.templates:333
 msgid "Method for authenticating PostgreSQL administrator:"
 msgstr "Método de autenticación para el administrador de PostgreSQL:"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:317
+#: ../dbconfig-common.templates:333
 msgid ""
 "PostgreSQL servers provide several different mechanisms for authenticating "
 "connections.  Please select what method the administrative user should use "
@@ -794,25 +826,25 @@
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:338
+#: ../dbconfig-common.templates:354
 msgid "ident"
 msgstr ""
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:338
+#: ../dbconfig-common.templates:354
 msgid "password"
 msgstr ""
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid "Method for authenticating PostgreSQL user:"
 msgstr "Método de autenticación del usuario de PostgreSQL:"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "PostgreSQL servers provide several different mechanisms for authenticating "
 "connections.  Please select what method the database user should use when "
@@ -824,7 +856,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "With \"ident\" authentication on the local machine, the server will check "
 "that the owner of the unix socket is allowed to connect."
@@ -834,7 +866,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "With \"ident\" authentication to remote hosts, RFC 1413 based ident is used "
 "(note this can be considered a security risk)."
@@ -844,7 +876,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "With \"password\" authentication, a password will be passed to the server "
 "for use with some authentication backend (such as \"md5\" or \"pam\").  Note "
@@ -859,7 +891,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "For a default Debian PostgreSQL installation running on the same host, you "
 "probably want \"ident\"."
@@ -869,13 +901,13 @@
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:360
+#: ../dbconfig-common.templates:376
 msgid "Choose a different PostgreSQL connection method?"
 msgstr ""
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:360
+#: ../dbconfig-common.templates:376
 msgid ""
 "Unfortunately, it seems that the database connection method you have "
 "selected for ${pkg} will not work, because it requires the existence of a "
@@ -884,7 +916,7 @@
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:360
+#: ../dbconfig-common.templates:376
 #, fuzzy
 msgid ""
 "If you would like to reconfigure your application to use a different method, "
@@ -898,13 +930,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:373
+#: ../dbconfig-common.templates:389
 msgid "Change PostgreSQL configuration automatically?"
 msgstr "¿Desea modificar automáticamente la configuración de PostgreSQL?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:373
+#: ../dbconfig-common.templates:389
 msgid ""
 "It has been determined that the database installation for ${pkg} can not be "
 "automatically accomplished without making changes to your PostgreSQL "
@@ -916,14 +948,14 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:386
+#: ../dbconfig-common.templates:402
 #, fuzzy
 msgid "Revert PostgreSQL configuration automatically?"
 msgstr "¿Desea modificar automáticamente la configuración de PostgreSQL?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:386
+#: ../dbconfig-common.templates:402
 msgid ""
 "As ${pkg} is now being removed, it may no longer be necessary to have an "
 "access control entry in your PostgreSQL server's configuration. While "
@@ -936,19 +968,19 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:386
+#: ../dbconfig-common.templates:402
 msgid "${pghbaline}"
 msgstr ""
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:399
+#: ../dbconfig-common.templates:415
 msgid "Please change /etc/postgresql/pg_hba.conf"
 msgstr "Por favor, modifique «/etc/postgresql/pg_hba.conf»"
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:399
+#: ../dbconfig-common.templates:415
 msgid ""
 "To get the database for package ${pkg} bootstrapped you have to edit the "
 "configuration of your PostgreSQL server. You may be able to find help in the "
@@ -960,19 +992,19 @@
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:406
+#: ../dbconfig-common.templates:422
 msgid "PostgreSQL does not support empty passwords."
 msgstr ""
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:410
+#: ../dbconfig-common.templates:426
 msgid "dbconfig-common will attempt to load existing settings"
 msgstr ""
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:410
+#: ../dbconfig-common.templates:426
 msgid ""
 "dbconfig-common will now attempt to load the pre-existing settings of "
 "${pkg}.  Later, these settings will be validated, and if there is any "

Modified: branches/sqlite/debian/po/eu.po
===================================================================
--- branches/sqlite/debian/po/eu.po	2006-06-13 15:39:31 UTC (rev 263)
+++ branches/sqlite/debian/po/eu.po	2006-06-17 07:54:35 UTC (rev 264)
@@ -15,8 +15,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: dbconfig-common-templates-eu\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-06-11 14:38+1200\n"
+"Report-Msgid-Bugs-To: seanius at debian.org\n"
+"POT-Creation-Date: 2006-06-17 19:42+1200\n"
 "PO-Revision-Date: 2005-04-01 00:08+0200\n"
 "Last-Translator: \n"
 "Language-Team:  <eu at li.org>\n"
@@ -28,12 +28,44 @@
 #. Type: boolean
 #. Description
 #: ../dbconfig-common.templates:4
+msgid "Will this server be used to access remote databases?"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../dbconfig-common.templates:4
+msgid ""
+"For the database types that support it, dbconfig-common includes support for "
+"configuring databases on remote systems.  When installing a package's "
+"database via dbconfig-common, the questions related to remote configuration "
+"are asked with a priority such that they are skipped for most systems."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../dbconfig-common.templates:4
+msgid ""
+"If you select this option, the default behaviour will be to prompt you with "
+"questions related to remote database configuration when you install new "
+"packages."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../dbconfig-common.templates:4
+#, fuzzy
+msgid "If you are unsure, you should not select this option."
+msgstr "Bestela aukera hau erabili ezazu."
+
+#. Type: boolean
+#. Description
+#: ../dbconfig-common.templates:20
 msgid "Keep \"administrative\" database passwords in debconf?"
 msgstr "Mantendu database \"kudeatzaile\" pasahitzak debconf eremuan?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:4
+#: ../dbconfig-common.templates:20
 msgid ""
 "By default, you will be prompted for all administrator-level database "
 "passwords when you configure, upgrade, or remove applications with dbconfig-"
@@ -47,7 +79,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:4
+#: ../dbconfig-common.templates:20
 msgid ""
 "This behavior can be disabled, in which case the passwords will remain in "
 "the debconf password database.  The debconf password database is protected "
@@ -61,7 +93,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:4
+#: ../dbconfig-common.templates:20
 msgid ""
 "If you would rather not be bothered by for an administrative password every "
 "time you upgrade a database application with dbconfig-common, you should "
@@ -73,14 +105,14 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:22
+#: ../dbconfig-common.templates:38
 msgid "Configure database for ${pkg} with dbconfig-common?"
 msgstr ""
 "${pkg}-rentzat databasea dbconfig-common erabiliaz konfiguratu nahi al duzu?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:22
+#: ../dbconfig-common.templates:38
 msgid ""
 "${pkg} must have a database installed and configured before it can be used.  "
 "If you like, this can be handled with dbconfig-common."
@@ -90,7 +122,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:22
+#: ../dbconfig-common.templates:38
 msgid ""
 "If you are an advanced database administrator and know that you want to "
 "perform this configuration manually, or if your database has already been "
@@ -104,20 +136,20 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:22
+#: ../dbconfig-common.templates:38
 msgid "Otherwise, you should probably choose this option."
 msgstr "Bestela ziurrenik aukera hau erabili beharko zenuke."
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:37
+#: ../dbconfig-common.templates:53
 #, fuzzy
 msgid "Re-install database for ${pkg}?"
 msgstr "Errorea ${pkg}-rentzat databasea instalatzerakoan."
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:37
+#: ../dbconfig-common.templates:53
 #, fuzzy
 msgid ""
 "Since you are reconfiguring ${pkg}, you may also want to reinstall the "
@@ -128,7 +160,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:37
+#: ../dbconfig-common.templates:53
 #, fuzzy
 msgid ""
 "If you wish to re-install the database for ${pkg}, you should select this "
@@ -141,13 +173,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:48
+#: ../dbconfig-common.templates:64
 msgid "Perform upgrade on database for ${pkg} with dbconfig-common?"
 msgstr "${pkg}-ren database eguneraketa dbconfig-common bidez egin?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:48
+#: ../dbconfig-common.templates:64
 msgid ""
 "According to the maintainer for this package, database upgrade operations "
 "need to be formed on ${pkg}.  Typically this is due to changes in how a new "
@@ -159,7 +191,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:48
+#: ../dbconfig-common.templates:64
 msgid ""
 "If you want to handle this process manually, you should refuse this option.  "
 "Otherwise, you should choose this option. During the upgrade a backup of "
@@ -173,13 +205,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid "Deconfigure database for ${pkg} with dbconfig-common?"
 msgstr "${pkg}-ren database ezabatzea dbconfig-common bidez egin?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid ""
 "Since you are removing ${pkg}, it's possible that you no longer want the "
 "underlying database that it has been configured to use."
@@ -189,14 +221,14 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid "If you like, database removal can be handled with dbconfig-common."
 msgstr ""
 "Nahi izan ezkero database ezabatzea dbconfig-common bidez kudea daiteke."
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid ""
 "If you know that you do want to keep this database, or if you want to handle "
 "the removal of this database manually, you should refuse this option."
@@ -206,19 +238,19 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid "Otherwise, you should choose this option."
 msgstr "Bestela aukera hau erabili ezazu."
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:78
+#: ../dbconfig-common.templates:94
 msgid "Database type to be used by ${pkg}:"
 msgstr "${pkg}-ek erabiliko duen database mota:"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:78
+#: ../dbconfig-common.templates:94
 msgid ""
 "${pkg} can be configured to use one of many database types. Below, you will "
 "be presented with the available choices."
@@ -228,13 +260,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:85
+#: ../dbconfig-common.templates:101
 msgid "Do you want to purge the database for ${pkg}?"
 msgstr "${pkg}-ren databasea guztiz ezabatu nahi al duzu?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:85
+#: ../dbconfig-common.templates:101
 msgid ""
 "If you no longer need the database for ${pkg}, this is your chance to remove "
 "them."
@@ -243,7 +275,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:85
+#: ../dbconfig-common.templates:101
 msgid ""
 "If no longer have need of the data being stored by ${pkg}, you should choose "
 "this option.  If you want to hold this data for another time, or if you "
@@ -255,14 +287,14 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:97
+#: ../dbconfig-common.templates:113
 msgid "Do you want to backup the database for ${pkg} before upgrading?"
 msgstr ""
 "Eguneratu aurretik ${pkg}-ren databasearen basbeskopia egin nahi al duzu?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:97
+#: ../dbconfig-common.templates:113
 msgid ""
 "The underlying database for ${pkg} needs to be upgraded as part of the "
 "installation progress.  Just in case, the database can be backed up before "
@@ -276,32 +308,32 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:109
+#: ../dbconfig-common.templates:125
 msgid "Password confirmation:"
 msgstr "Pasahitz berrespena:"
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:113
+#: ../dbconfig-common.templates:129
 msgid "Passwords do not match."
 msgstr "Pasahitzak ez dira berdinak."
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:113
+#: ../dbconfig-common.templates:129
 msgid "The passwords you supplied do not match.  Please try again."
 msgstr "Emandako pasahitzak ez dira berdinak. Saiatu berriro mesedez."
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:120
+#: ../dbconfig-common.templates:136
 #, fuzzy
 msgid "Error upgrading database for ${pkg}.  Retry?"
 msgstr "Errorea ${pkg}-ren databasea eguneratzerakoan."
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:120
+#: ../dbconfig-common.templates:136
 #, fuzzy
 msgid ""
 "An error seems to have occurred while upgrading the database. If it's of any "
@@ -310,7 +342,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:120
+#: ../dbconfig-common.templates:136
 msgid ""
 "Fortunately, there should be a backup of the database made just before the "
 "upgrade in ${dbfile}."
@@ -319,26 +351,26 @@
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:139
+#: ../dbconfig-common.templates:155
 msgid "retry (skip questions)"
 msgstr ""
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:139
+#: ../dbconfig-common.templates:155
 msgid "ignore"
 msgstr ""
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:141
+#: ../dbconfig-common.templates:157
 #, fuzzy
 msgid "Error installing database for ${pkg}.  Retry?"
 msgstr "Errorea ${pkg}-rentzat databasea instalatzerakoan."
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:141
+#: ../dbconfig-common.templates:157
 #, fuzzy
 msgid ""
 "An error seems to have occurred while installing the database. If it's of "
@@ -347,7 +379,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:141
+#: ../dbconfig-common.templates:157
 msgid ""
 "At this point, you have the option to retry or abort the operation. If you "
 "choose \"retry\", you will be prompted with all the configuration questions "
@@ -362,32 +394,32 @@
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:159
+#: ../dbconfig-common.templates:175
 msgid "abort"
 msgstr ""
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:159
+#: ../dbconfig-common.templates:175
 msgid "retry"
 msgstr ""
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 #, fuzzy
 msgid "Error removing database for ${pkg}.  Retry?"
 msgstr "Errorea ${pkg}-ren databasea ezabatzerakoan."
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 msgid "An error seems to have occurred while removing the database."
 msgstr "Databasea ezabatzerakoan errore bat gertatu dela dirudi."
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 #, fuzzy
 msgid ""
 "For some reason it was not possible to perform some of the actions necessary "
@@ -404,13 +436,13 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 msgid "${error}"
 msgstr "${error}"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 msgid ""
 "At this point, you have the option to retry or abort the operation. If you "
 "choose \"retry\", you will be prompted with all the configuration questions "
@@ -423,13 +455,13 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:184
+#: ../dbconfig-common.templates:200
 msgid "Host name of the ${dbvendor} database server for ${pkg}:"
 msgstr "${pkg}-ren ${dbvendor} zerbitzariaren ostalari izena:"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:184
+#: ../dbconfig-common.templates:200
 msgid ""
 "Please select the remote hostname to use, or select \"new host\" to enter a "
 "new host."
@@ -439,13 +471,13 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:190
+#: ../dbconfig-common.templates:206
 msgid "Port number for the ${dbvendor} service:"
 msgstr "${dbvendor} zerbitzuaren ataka zenbakia:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:190
+#: ../dbconfig-common.templates:206
 msgid ""
 "If the ${dbvendor} database on the remote host is running on a non-standard "
 "port, this is your opportunity to specify what it is.  To use the default "
@@ -457,19 +489,19 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:197
+#: ../dbconfig-common.templates:213
 msgid "Host running the ${dbvendor} server for ${pkg}:"
 msgstr "${pkg}-ren ${dbvendor} zerbitzaria duen  ostalari izena:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:197
+#: ../dbconfig-common.templates:213
 msgid "Please provide the hostname of a remote ${dbvendor} server."
 msgstr "Ezarri urruneko ${dbvendor} zerbitzariaren ostalari izena."
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:197
+#: ../dbconfig-common.templates:213
 msgid ""
 "Note: you must have already arranged for the administrative account to be "
 "able to remotely create databases and grant privileges."
@@ -479,13 +511,13 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:206
+#: ../dbconfig-common.templates:222
 msgid "${dbvendor} database name for ${pkg}:"
 msgstr "${pkg}-ren ${dbvendor} database izena:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:206
+#: ../dbconfig-common.templates:222
 msgid ""
 "Please provide a name for the ${dbvendor} database to be used by ${pkg}."
 msgstr ""
@@ -493,13 +525,13 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:211
+#: ../dbconfig-common.templates:227
 msgid "${dbvendor} username for ${pkg}:"
 msgstr "${pkg}-ren ${dbvendor} erabiltzaile izena:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:211
+#: ../dbconfig-common.templates:227
 msgid ""
 "Please provide a ${dbvendor} username for ${pkg} to register with the "
 "database server.  A ${dbvendor} user is not necessarily the same as a system "
@@ -512,7 +544,7 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:211
+#: ../dbconfig-common.templates:227
 msgid ""
 "This is the user which will own the database, tables and other objects to be "
 "created by this installation.  This user will have complete freedom to "
@@ -524,14 +556,14 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:222
+#: ../dbconfig-common.templates:238
 #, fuzzy
 msgid "${dbvendor} storage directory for ${pkg}:"
 msgstr "${pkg}-ren ${dbvendor} erabiltzaile izena:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:222
+#: ../dbconfig-common.templates:238
 #, fuzzy
 msgid ""
 "Please provide a path where the ${dbvendor} database file for ${pkg}  should "
@@ -541,14 +573,14 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:228
+#: ../dbconfig-common.templates:244
 #, fuzzy
 msgid "${dbvendor} database ownership for ${pkg}:"
 msgstr "${pkg}-ren ${dbvendor} database izena:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:228
+#: ../dbconfig-common.templates:244
 msgid ""
 "Please specify the filesystem ownership that you would like to set on the "
 "${dbvendor} database for ${pkg}."
@@ -556,20 +588,20 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:228
+#: ../dbconfig-common.templates:244
 msgid "This should be specified in the format owner:group."
 msgstr ""
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:236
+#: ../dbconfig-common.templates:252
 #, fuzzy
 msgid "${dbvendor} database permissions for ${pkg}:"
 msgstr "${pkg}-ren ${dbvendor} database izena:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:236
+#: ../dbconfig-common.templates:252
 msgid ""
 "Please specify the filesystem permissions that you would like to set on the "
 "${dbvendor} database for ${pkg}."
@@ -577,7 +609,7 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:236
+#: ../dbconfig-common.templates:252
 msgid ""
 "This should be specified in octal format as would be passed to the chmod  "
 "unix command. eg. 0644."
@@ -585,13 +617,13 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:247
+#: ../dbconfig-common.templates:263
 msgid "Connection method for MySQL database of ${pkg}:"
 msgstr "${pkg}-ren MySQL-rekiko konexio metodoa:"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:247
+#: ../dbconfig-common.templates:263
 msgid ""
 "By default, ${pkg} will be configured to use a MySQL server through a local "
 "unix socket (this provides the best performance). However, if you would like "
@@ -605,13 +637,13 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:255
+#: ../dbconfig-common.templates:271
 msgid "MySQL application password for ${pkg}:"
 msgstr "${pkg}-ren MySQL aplikazio pasahitza:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:263
+#: ../dbconfig-common.templates:279
 msgid ""
 "For MySQL, this is almost always \"root\".  Note that this is NOT the same "
 "as the UNIX login 'root'."
@@ -621,7 +653,7 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:273
+#: ../dbconfig-common.templates:289
 msgid ""
 "What is the password for the administrative account with which this package "
 "should create its MySQL database and user?"
@@ -631,31 +663,31 @@
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:279
+#: ../dbconfig-common.templates:295
 msgid "unix socket"
 msgstr ""
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:279
+#: ../dbconfig-common.templates:295
 msgid "tcp/ip"
 msgstr ""
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:279
+#: ../dbconfig-common.templates:295
 msgid "tcp/ip + ssl"
 msgstr ""
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:281
+#: ../dbconfig-common.templates:297
 msgid "Connection method for PostgreSQL database of ${pkg}:"
 msgstr "${pkg}-ren PostgreSQL-rekiko konexio metodoa:"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:281
+#: ../dbconfig-common.templates:297
 msgid ""
 "By default, ${pkg} will be configured to use a PostgreSQL server through a "
 "local unix socket (this provides the best performance). However, if you "
@@ -669,13 +701,13 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:289
+#: ../dbconfig-common.templates:305
 msgid "PostgreSQL application password for ${pkg}:"
 msgstr "${pkg}-ren PostgreSQL aplikazio pasahitza:"
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:289
+#: ../dbconfig-common.templates:305
 #, fuzzy
 msgid ""
 "Please provide a password for ${pkg} to register with the database server.  "
@@ -686,7 +718,7 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:289
+#: ../dbconfig-common.templates:305
 #, fuzzy
 msgid ""
 "If you are using \"ident\" based authentication, the supplied password will "
@@ -699,13 +731,13 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:300
+#: ../dbconfig-common.templates:316
 msgid "Name of your database's administrative user:"
 msgstr "Database kudeatzaile erabiltzaile izena:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:300
+#: ../dbconfig-common.templates:316
 msgid ""
 "What is the name of the account with which this package should perform "
 "administrative actions?  This user is the one which is able to create new "
@@ -717,13 +749,13 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:307
+#: ../dbconfig-common.templates:323
 msgid "Password of your database's administrative user:"
 msgstr "Databasearen kudeatzaile erabiltzaileran pasahitza:"
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:307
+#: ../dbconfig-common.templates:323
 msgid ""
 "What is the password for the account with which this package should perform "
 "administrative actions?  (For a normal Debian PostgreSQL installation, a "
@@ -737,13 +769,13 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:317
+#: ../dbconfig-common.templates:333
 msgid "Method for authenticating PostgreSQL administrator:"
 msgstr "PostgreSQL kudeatzaile egiaztapen metodoa:"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:317
+#: ../dbconfig-common.templates:333
 msgid ""
 "PostgreSQL servers provide several different mechanisms for authenticating "
 "connections.  Please select what method the administrative user should use "
@@ -754,25 +786,25 @@
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:338
+#: ../dbconfig-common.templates:354
 msgid "ident"
 msgstr ""
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:338
+#: ../dbconfig-common.templates:354
 msgid "password"
 msgstr ""
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid "Method for authenticating PostgreSQL user:"
 msgstr "PostgreSQL erabiltzaile egiaztapen metodoa:"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "PostgreSQL servers provide several different mechanisms for authenticating "
 "connections.  Please select what method the database user should use when "
@@ -784,7 +816,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "With \"ident\" authentication on the local machine, the server will check "
 "that the owner of the unix socket is allowed to connect."
@@ -794,7 +826,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "With \"ident\" authentication to remote hosts, RFC 1413 based ident is used "
 "(note this can be considered a security risk)."
@@ -805,7 +837,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "With \"password\" authentication, a password will be passed to the server "
 "for use with some authentication backend (such as \"md5\" or \"pam\").  Note "
@@ -819,7 +851,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "For a default Debian PostgreSQL installation running on the same host, you "
 "probably want \"ident\"."
@@ -829,13 +861,13 @@
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:360
+#: ../dbconfig-common.templates:376
 msgid "Choose a different PostgreSQL connection method?"
 msgstr ""
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:360
+#: ../dbconfig-common.templates:376
 msgid ""
 "Unfortunately, it seems that the database connection method you have "
 "selected for ${pkg} will not work, because it requires the existence of a "
@@ -844,7 +876,7 @@
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:360
+#: ../dbconfig-common.templates:376
 #, fuzzy
 msgid ""
 "If you would like to reconfigure your application to use a different method, "
@@ -858,13 +890,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:373
+#: ../dbconfig-common.templates:389
 msgid "Change PostgreSQL configuration automatically?"
 msgstr "PostgreSQL konfigurazioa automatikoki aldatu?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:373
+#: ../dbconfig-common.templates:389
 msgid ""
 "It has been determined that the database installation for ${pkg} can not be "
 "automatically accomplished without making changes to your PostgreSQL "
@@ -876,14 +908,14 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:386
+#: ../dbconfig-common.templates:402
 #, fuzzy
 msgid "Revert PostgreSQL configuration automatically?"
 msgstr "PostgreSQL konfigurazioa automatikoki aldatu?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:386
+#: ../dbconfig-common.templates:402
 msgid ""
 "As ${pkg} is now being removed, it may no longer be necessary to have an "
 "access control entry in your PostgreSQL server's configuration. While "
@@ -896,19 +928,19 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:386
+#: ../dbconfig-common.templates:402
 msgid "${pghbaline}"
 msgstr ""
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:399
+#: ../dbconfig-common.templates:415
 msgid "Please change /etc/postgresql/pg_hba.conf"
 msgstr "Mesedez /etc/postgresql/pg_hba.conf aldatu"
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:399
+#: ../dbconfig-common.templates:415
 msgid ""
 "To get the database for package ${pkg} bootstrapped you have to edit the "
 "configuration of your PostgreSQL server. You may be able to find help in the "
@@ -920,19 +952,19 @@
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:406
+#: ../dbconfig-common.templates:422
 msgid "PostgreSQL does not support empty passwords."
 msgstr ""
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:410
+#: ../dbconfig-common.templates:426
 msgid "dbconfig-common will attempt to load existing settings"
 msgstr ""
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:410
+#: ../dbconfig-common.templates:426
 msgid ""
 "dbconfig-common will now attempt to load the pre-existing settings of "
 "${pkg}.  Later, these settings will be validated, and if there is any "

Modified: branches/sqlite/debian/po/fr.po
===================================================================
--- branches/sqlite/debian/po/fr.po	2006-06-13 15:39:31 UTC (rev 263)
+++ branches/sqlite/debian/po/fr.po	2006-06-17 07:54:35 UTC (rev 264)
@@ -16,8 +16,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: fr\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-06-11 14:38+1200\n"
+"Report-Msgid-Bugs-To: seanius at debian.org\n"
+"POT-Creation-Date: 2006-06-17 19:42+1200\n"
 "PO-Revision-Date: 2005-11-09 23:35+0100\n"
 "Last-Translator: Christian Perrier <bubulle at debian.org>\n"
 "Language-Team: French <debian-l10n-french at lists.debian.org>\n"
@@ -30,13 +30,45 @@
 #. Type: boolean
 #. Description
 #: ../dbconfig-common.templates:4
+msgid "Will this server be used to access remote databases?"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../dbconfig-common.templates:4
+msgid ""
+"For the database types that support it, dbconfig-common includes support for "
+"configuring databases on remote systems.  When installing a package's "
+"database via dbconfig-common, the questions related to remote configuration "
+"are asked with a priority such that they are skipped for most systems."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../dbconfig-common.templates:4
+msgid ""
+"If you select this option, the default behaviour will be to prompt you with "
+"questions related to remote database configuration when you install new "
+"packages."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../dbconfig-common.templates:4
+#, fuzzy
+msgid "If you are unsure, you should not select this option."
+msgstr "Autrement, vous devriez choisir cette option."
+
+#. Type: boolean
+#. Description
+#: ../dbconfig-common.templates:20
 msgid "Keep \"administrative\" database passwords in debconf?"
 msgstr ""
 "Faut-il garder les mots de passe des administrateurs des bases de données ?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:4
+#: ../dbconfig-common.templates:20
 msgid ""
 "By default, you will be prompted for all administrator-level database "
 "passwords when you configure, upgrade, or remove applications with dbconfig-"
@@ -50,7 +82,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:4
+#: ../dbconfig-common.templates:20
 msgid ""
 "This behavior can be disabled, in which case the passwords will remain in "
 "the debconf password database.  The debconf password database is protected "
@@ -65,7 +97,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:4
+#: ../dbconfig-common.templates:20
 msgid ""
 "If you would rather not be bothered by for an administrative password every "
 "time you upgrade a database application with dbconfig-common, you should "
@@ -78,13 +110,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:22
+#: ../dbconfig-common.templates:38
 msgid "Configure database for ${pkg} with dbconfig-common?"
 msgstr "Faut-il configurer la base de données de ${pkg} avec dbconfig-common ?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:22
+#: ../dbconfig-common.templates:38
 msgid ""
 "${pkg} must have a database installed and configured before it can be used.  "
 "If you like, this can be handled with dbconfig-common."
@@ -95,7 +127,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:22
+#: ../dbconfig-common.templates:38
 msgid ""
 "If you are an advanced database administrator and know that you want to "
 "perform this configuration manually, or if your database has already been "
@@ -110,13 +142,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:22
+#: ../dbconfig-common.templates:38
 msgid "Otherwise, you should probably choose this option."
 msgstr "Autrement, vous devriez choisir cette option."
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:37
+#: ../dbconfig-common.templates:53
 #, fuzzy
 msgid "Re-install database for ${pkg}?"
 msgstr ""
@@ -125,7 +157,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:37
+#: ../dbconfig-common.templates:53
 #, fuzzy
 msgid ""
 "Since you are reconfiguring ${pkg}, you may also want to reinstall the "
@@ -136,7 +168,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:37
+#: ../dbconfig-common.templates:53
 #, fuzzy
 msgid ""
 "If you wish to re-install the database for ${pkg}, you should select this "
@@ -149,14 +181,14 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:48
+#: ../dbconfig-common.templates:64
 msgid "Perform upgrade on database for ${pkg} with dbconfig-common?"
 msgstr ""
 "Faut-il mettre à jour la base de données de ${pkg} avec dbconfig-common ?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:48
+#: ../dbconfig-common.templates:64
 msgid ""
 "According to the maintainer for this package, database upgrade operations "
 "need to be formed on ${pkg}.  Typically this is due to changes in how a new "
@@ -168,7 +200,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:48
+#: ../dbconfig-common.templates:64
 msgid ""
 "If you want to handle this process manually, you should refuse this option.  "
 "Otherwise, you should choose this option. During the upgrade a backup of "
@@ -182,14 +214,14 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid "Deconfigure database for ${pkg} with dbconfig-common?"
 msgstr ""
 "Faut-il récupérer la configuration initiale de ${pkg} avec dbconfig-common ?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid ""
 "Since you are removing ${pkg}, it's possible that you no longer want the "
 "underlying database that it has been configured to use."
@@ -199,14 +231,14 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid "If you like, database removal can be handled with dbconfig-common."
 msgstr ""
 "Si vous le souhaitez, dbconfig-common peut supprimer la base de données."
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid ""
 "If you know that you do want to keep this database, or if you want to handle "
 "the removal of this database manually, you should refuse this option."
@@ -216,19 +248,19 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid "Otherwise, you should choose this option."
 msgstr "Autrement, vous devriez choisir cette option."
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:78
+#: ../dbconfig-common.templates:94
 msgid "Database type to be used by ${pkg}:"
 msgstr "Type de serveur de bases de données à utiliser avec ${pkg} :"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:78
+#: ../dbconfig-common.templates:94
 msgid ""
 "${pkg} can be configured to use one of many database types. Below, you will "
 "be presented with the available choices."
@@ -239,13 +271,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:85
+#: ../dbconfig-common.templates:101
 msgid "Do you want to purge the database for ${pkg}?"
 msgstr "Faut-il purger la base de données de ${pkg} ?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:85
+#: ../dbconfig-common.templates:101
 msgid ""
 "If you no longer need the database for ${pkg}, this is your chance to remove "
 "them."
@@ -255,7 +287,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:85
+#: ../dbconfig-common.templates:101
 msgid ""
 "If no longer have need of the data being stored by ${pkg}, you should choose "
 "this option.  If you want to hold this data for another time, or if you "
@@ -267,14 +299,14 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:97
+#: ../dbconfig-common.templates:113
 msgid "Do you want to backup the database for ${pkg} before upgrading?"
 msgstr ""
 "Faut-il sauvegarder la base de données de ${pkg} avant la mise à jour ?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:97
+#: ../dbconfig-common.templates:113
 msgid ""
 "The underlying database for ${pkg} needs to be upgraded as part of the "
 "installation progress.  Just in case, the database can be backed up before "
@@ -288,19 +320,19 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:109
+#: ../dbconfig-common.templates:125
 msgid "Password confirmation:"
 msgstr "Confirmation du mot de passe :"
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:113
+#: ../dbconfig-common.templates:129
 msgid "Passwords do not match."
 msgstr "Les mots de passe ne correspondent pas"
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:113
+#: ../dbconfig-common.templates:129
 msgid "The passwords you supplied do not match.  Please try again."
 msgstr ""
 "Les mots de passe que vous avez indiqués ne correspondent pas. Veuillez "
@@ -308,7 +340,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:120
+#: ../dbconfig-common.templates:136
 msgid "Error upgrading database for ${pkg}.  Retry?"
 msgstr ""
 "Erreur lors de la mise à jour de la base de données pour ${pkg}. Action "
@@ -316,7 +348,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:120
+#: ../dbconfig-common.templates:136
 msgid ""
 "An error seems to have occurred while upgrading the database. If it's of any "
 "help, this was the error encountered:"
@@ -326,7 +358,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:120
+#: ../dbconfig-common.templates:136
 msgid ""
 "Fortunately, there should be a backup of the database made just before the "
 "upgrade in ${dbfile}."
@@ -336,19 +368,19 @@
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:139
+#: ../dbconfig-common.templates:155
 msgid "retry (skip questions)"
 msgstr "Recommencer avec les mêmes réglages"
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:139
+#: ../dbconfig-common.templates:155
 msgid "ignore"
 msgstr "Ignorer"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:141
+#: ../dbconfig-common.templates:157
 msgid "Error installing database for ${pkg}.  Retry?"
 msgstr ""
 "Erreur lors de l'installation de la base de données pour ${pkg}. Action "
@@ -356,7 +388,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:141
+#: ../dbconfig-common.templates:157
 msgid ""
 "An error seems to have occurred while installing the database. If it's of "
 "any help, this was the error encountered:"
@@ -366,7 +398,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:141
+#: ../dbconfig-common.templates:157
 msgid ""
 "At this point, you have the option to retry or abort the operation. If you "
 "choose \"retry\", you will be prompted with all the configuration questions "
@@ -388,19 +420,19 @@
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:159
+#: ../dbconfig-common.templates:175
 msgid "abort"
 msgstr "Abandonner"
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:159
+#: ../dbconfig-common.templates:175
 msgid "retry"
 msgstr "Recommencer"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 msgid "Error removing database for ${pkg}.  Retry?"
 msgstr ""
 "Erreur lors de la suppression de la base de données de ${pkg}. Action "
@@ -408,7 +440,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 msgid "An error seems to have occurred while removing the database."
 msgstr ""
 "Une erreur semble s'être produite lors de la suppression de la base de "
@@ -416,7 +448,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 msgid ""
 "For some reason it was not possible to perform some of the actions necessary "
 "to remove the database for ${pkg}.  At this point you have two options: you "
@@ -434,13 +466,13 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 msgid "${error}"
 msgstr "${error}"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 msgid ""
 "At this point, you have the option to retry or abort the operation. If you "
 "choose \"retry\", you will be prompted with all the configuration questions "
@@ -460,13 +492,13 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:184
+#: ../dbconfig-common.templates:200
 msgid "Host name of the ${dbvendor} database server for ${pkg}:"
 msgstr "Nom d'hôte du serveur de bases de données ${dbvendor} pour ${pkg} :"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:184
+#: ../dbconfig-common.templates:200
 msgid ""
 "Please select the remote hostname to use, or select \"new host\" to enter a "
 "new host."
@@ -476,13 +508,13 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:190
+#: ../dbconfig-common.templates:206
 msgid "Port number for the ${dbvendor} service:"
 msgstr "Numéro de port pour le service ${dbvendor} :"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:190
+#: ../dbconfig-common.templates:206
 msgid ""
 "If the ${dbvendor} database on the remote host is running on a non-standard "
 "port, this is your opportunity to specify what it is.  To use the default "
@@ -494,19 +526,19 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:197
+#: ../dbconfig-common.templates:213
 msgid "Host running the ${dbvendor} server for ${pkg}:"
 msgstr "Nom d'hôte du serveur ${dbvendor} pour ${pkg} :"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:197
+#: ../dbconfig-common.templates:213
 msgid "Please provide the hostname of a remote ${dbvendor} server."
 msgstr "Veuillez indiquer le nom d'hôte du serveur ${dbvendor} distant."
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:197
+#: ../dbconfig-common.templates:213
 msgid ""
 "Note: you must have already arranged for the administrative account to be "
 "able to remotely create databases and grant privileges."
@@ -516,13 +548,13 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:206
+#: ../dbconfig-common.templates:222
 msgid "${dbvendor} database name for ${pkg}:"
 msgstr "Nom de la base de données ${dbvendor} pour ${pkg} :"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:206
+#: ../dbconfig-common.templates:222
 msgid ""
 "Please provide a name for the ${dbvendor} database to be used by ${pkg}."
 msgstr ""
@@ -531,13 +563,13 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:211
+#: ../dbconfig-common.templates:227
 msgid "${dbvendor} username for ${pkg}:"
 msgstr "Identifiant ${dbvendor} pour ${pkg} :"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:211
+#: ../dbconfig-common.templates:227
 msgid ""
 "Please provide a ${dbvendor} username for ${pkg} to register with the "
 "database server.  A ${dbvendor} user is not necessarily the same as a system "
@@ -550,7 +582,7 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:211
+#: ../dbconfig-common.templates:227
 msgid ""
 "This is the user which will own the database, tables and other objects to be "
 "created by this installation.  This user will have complete freedom to "
@@ -563,14 +595,14 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:222
+#: ../dbconfig-common.templates:238
 #, fuzzy
 msgid "${dbvendor} storage directory for ${pkg}:"
 msgstr "Identifiant ${dbvendor} pour ${pkg} :"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:222
+#: ../dbconfig-common.templates:238
 #, fuzzy
 msgid ""
 "Please provide a path where the ${dbvendor} database file for ${pkg}  should "
@@ -581,14 +613,14 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:228
+#: ../dbconfig-common.templates:244
 #, fuzzy
 msgid "${dbvendor} database ownership for ${pkg}:"
 msgstr "Nom de la base de données ${dbvendor} pour ${pkg} :"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:228
+#: ../dbconfig-common.templates:244
 msgid ""
 "Please specify the filesystem ownership that you would like to set on the "
 "${dbvendor} database for ${pkg}."
@@ -596,20 +628,20 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:228
+#: ../dbconfig-common.templates:244
 msgid "This should be specified in the format owner:group."
 msgstr ""
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:236
+#: ../dbconfig-common.templates:252
 #, fuzzy
 msgid "${dbvendor} database permissions for ${pkg}:"
 msgstr "Nom de la base de données ${dbvendor} pour ${pkg} :"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:236
+#: ../dbconfig-common.templates:252
 msgid ""
 "Please specify the filesystem permissions that you would like to set on the "
 "${dbvendor} database for ${pkg}."
@@ -617,7 +649,7 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:236
+#: ../dbconfig-common.templates:252
 msgid ""
 "This should be specified in octal format as would be passed to the chmod  "
 "unix command. eg. 0644."
@@ -625,13 +657,13 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:247
+#: ../dbconfig-common.templates:263
 msgid "Connection method for MySQL database of ${pkg}:"
 msgstr "Méthode de connexion pour la base de données MySQL de ${pkg}:"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:247
+#: ../dbconfig-common.templates:263
 msgid ""
 "By default, ${pkg} will be configured to use a MySQL server through a local "
 "unix socket (this provides the best performance). However, if you would like "
@@ -645,13 +677,13 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:255
+#: ../dbconfig-common.templates:271
 msgid "MySQL application password for ${pkg}:"
 msgstr "Mot de passe de connexion MySQL pour ${pkg} :"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:263
+#: ../dbconfig-common.templates:279
 msgid ""
 "For MySQL, this is almost always \"root\".  Note that this is NOT the same "
 "as the UNIX login 'root'."
@@ -661,7 +693,7 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:273
+#: ../dbconfig-common.templates:289
 msgid ""
 "What is the password for the administrative account with which this package "
 "should create its MySQL database and user?"
@@ -671,31 +703,31 @@
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:279
+#: ../dbconfig-common.templates:295
 msgid "unix socket"
 msgstr "Socket UNIX"
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:279
+#: ../dbconfig-common.templates:295
 msgid "tcp/ip"
 msgstr "TCP/IP"
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:279
+#: ../dbconfig-common.templates:295
 msgid "tcp/ip + ssl"
 msgstr "TCP/IP + SSL"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:281
+#: ../dbconfig-common.templates:297
 msgid "Connection method for PostgreSQL database of ${pkg}:"
 msgstr "Méthode de connexion pour la base de données PostgreSQL de ${pkg} :"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:281
+#: ../dbconfig-common.templates:297
 msgid ""
 "By default, ${pkg} will be configured to use a PostgreSQL server through a "
 "local unix socket (this provides the best performance). However, if you "
@@ -709,13 +741,13 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:289
+#: ../dbconfig-common.templates:305
 msgid "PostgreSQL application password for ${pkg}:"
 msgstr "Mot de passe de connexion PostgreSQL pour ${pkg} :"
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:289
+#: ../dbconfig-common.templates:305
 msgid ""
 "Please provide a password for ${pkg} to register with the database server.  "
 "If left blank, a random password will be generated for you."
@@ -726,7 +758,7 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:289
+#: ../dbconfig-common.templates:305
 #, fuzzy
 msgid ""
 "If you are using \"ident\" based authentication, the supplied password will "
@@ -740,13 +772,13 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:300
+#: ../dbconfig-common.templates:316
 msgid "Name of your database's administrative user:"
 msgstr "Nom de l'administrateur de la base de données :"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:300
+#: ../dbconfig-common.templates:316
 msgid ""
 "What is the name of the account with which this package should perform "
 "administrative actions?  This user is the one which is able to create new "
@@ -758,13 +790,13 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:307
+#: ../dbconfig-common.templates:323
 msgid "Password of your database's administrative user:"
 msgstr "Mot de passe de l'administrateur de la base de données :"
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:307
+#: ../dbconfig-common.templates:323
 msgid ""
 "What is the password for the account with which this package should perform "
 "administrative actions?  (For a normal Debian PostgreSQL installation, a "
@@ -778,13 +810,13 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:317
+#: ../dbconfig-common.templates:333
 msgid "Method for authenticating PostgreSQL administrator:"
 msgstr "Méthode d'authentification de l'administrateur PostgreSQL :"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:317
+#: ../dbconfig-common.templates:333
 msgid ""
 "PostgreSQL servers provide several different mechanisms for authenticating "
 "connections.  Please select what method the administrative user should use "
@@ -796,25 +828,25 @@
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:338
+#: ../dbconfig-common.templates:354
 msgid "ident"
 msgstr "Ident"
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:338
+#: ../dbconfig-common.templates:354
 msgid "password"
 msgstr "Mot de passe"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid "Method for authenticating PostgreSQL user:"
 msgstr "Méthode d'authentification pour l'utilisateur de PostgreSQL :"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "PostgreSQL servers provide several different mechanisms for authenticating "
 "connections.  Please select what method the database user should use when "
@@ -826,7 +858,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "With \"ident\" authentication on the local machine, the server will check "
 "that the owner of the unix socket is allowed to connect."
@@ -836,7 +868,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "With \"ident\" authentication to remote hosts, RFC 1413 based ident is used "
 "(note this can be considered a security risk)."
@@ -847,7 +879,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "With \"password\" authentication, a password will be passed to the server "
 "for use with some authentication backend (such as \"md5\" or \"pam\").  Note "
@@ -860,7 +892,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "For a default Debian PostgreSQL installation running on the same host, you "
 "probably want \"ident\"."
@@ -870,14 +902,14 @@
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:360
+#: ../dbconfig-common.templates:376
 msgid "Choose a different PostgreSQL connection method?"
 msgstr ""
 "Faut-il choisir une méthode différente pour la connexion à PostgreSQL ?"
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:360
+#: ../dbconfig-common.templates:376
 msgid ""
 "Unfortunately, it seems that the database connection method you have "
 "selected for ${pkg} will not work, because it requires the existence of a "
@@ -889,7 +921,7 @@
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:360
+#: ../dbconfig-common.templates:376
 msgid ""
 "If you would like to reconfigure your application to use a different method, "
 "you should choose this option.  If you know for certain that this method "
@@ -903,13 +935,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:373
+#: ../dbconfig-common.templates:389
 msgid "Change PostgreSQL configuration automatically?"
 msgstr "Faut-il modifier la configuration de PostgreSQL automatiquement ?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:373
+#: ../dbconfig-common.templates:389
 msgid ""
 "It has been determined that the database installation for ${pkg} can not be "
 "automatically accomplished without making changes to your PostgreSQL "
@@ -926,13 +958,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:386
+#: ../dbconfig-common.templates:402
 msgid "Revert PostgreSQL configuration automatically?"
 msgstr "Faut-il restaurer la configuration de PostgreSQL automatiquement ?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:386
+#: ../dbconfig-common.templates:402
 msgid ""
 "As ${pkg} is now being removed, it may no longer be necessary to have an "
 "access control entry in your PostgreSQL server's configuration. While "
@@ -952,19 +984,19 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:386
+#: ../dbconfig-common.templates:402
 msgid "${pghbaline}"
 msgstr "${pghbaline}"
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:399
+#: ../dbconfig-common.templates:415
 msgid "Please change /etc/postgresql/pg_hba.conf"
 msgstr "Modification de /etc/postgresql/pg_hba.conf"
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:399
+#: ../dbconfig-common.templates:415
 msgid ""
 "To get the database for package ${pkg} bootstrapped you have to edit the "
 "configuration of your PostgreSQL server. You may be able to find help in the "
@@ -976,19 +1008,19 @@
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:406
+#: ../dbconfig-common.templates:422
 msgid "PostgreSQL does not support empty passwords."
 msgstr "PostgreSQL n'accepte pas les mots de passe vides."
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:410
+#: ../dbconfig-common.templates:426
 msgid "dbconfig-common will attempt to load existing settings"
 msgstr "Tentative de récupération des réglages actuels"
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:410
+#: ../dbconfig-common.templates:426
 msgid ""
 "dbconfig-common will now attempt to load the pre-existing settings of "
 "${pkg}.  Later, these settings will be validated, and if there is any "

Modified: branches/sqlite/debian/po/it.po
===================================================================
--- branches/sqlite/debian/po/it.po	2006-06-13 15:39:31 UTC (rev 263)
+++ branches/sqlite/debian/po/it.po	2006-06-17 07:54:35 UTC (rev 264)
@@ -5,8 +5,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: dbconfig-common 1.6\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-06-11 14:38+1200\n"
+"Report-Msgid-Bugs-To: seanius at debian.org\n"
+"POT-Creation-Date: 2006-06-17 19:42+1200\n"
 "PO-Revision-Date: 2005-07-22 11:23+0200\n"
 "Last-Translator: Giuseppe Sacco <eppesuig at debian.org>\n"
 "Language-Team: italian <tp at lists.linux.it>\n"
@@ -17,12 +17,44 @@
 #. Type: boolean
 #. Description
 #: ../dbconfig-common.templates:4
+msgid "Will this server be used to access remote databases?"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../dbconfig-common.templates:4
+msgid ""
+"For the database types that support it, dbconfig-common includes support for "
+"configuring databases on remote systems.  When installing a package's "
+"database via dbconfig-common, the questions related to remote configuration "
+"are asked with a priority such that they are skipped for most systems."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../dbconfig-common.templates:4
+msgid ""
+"If you select this option, the default behaviour will be to prompt you with "
+"questions related to remote database configuration when you install new "
+"packages."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../dbconfig-common.templates:4
+#, fuzzy
+msgid "If you are unsure, you should not select this option."
+msgstr "Altrimenti la si accetti."
+
+#. Type: boolean
+#. Description
+#: ../dbconfig-common.templates:20
 msgid "Keep \"administrative\" database passwords in debconf?"
 msgstr "Mantenere le password di \"amministrazione\" in debconf?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:4
+#: ../dbconfig-common.templates:20
 msgid ""
 "By default, you will be prompted for all administrator-level database "
 "passwords when you configure, upgrade, or remove applications with dbconfig-"
@@ -35,7 +67,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:4
+#: ../dbconfig-common.templates:20
 msgid ""
 "This behavior can be disabled, in which case the passwords will remain in "
 "the debconf password database.  The debconf password database is protected "
@@ -49,7 +81,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:4
+#: ../dbconfig-common.templates:20
 msgid ""
 "If you would rather not be bothered by for an administrative password every "
 "time you upgrade a database application with dbconfig-common, you should "
@@ -61,13 +93,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:22
+#: ../dbconfig-common.templates:38
 msgid "Configure database for ${pkg} with dbconfig-common?"
 msgstr "Configurare il database di ${pkg} con dbconfig-common?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:22
+#: ../dbconfig-common.templates:38
 msgid ""
 "${pkg} must have a database installed and configured before it can be used.  "
 "If you like, this can be handled with dbconfig-common."
@@ -77,7 +109,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:22
+#: ../dbconfig-common.templates:38
 msgid ""
 "If you are an advanced database administrator and know that you want to "
 "perform this configuration manually, or if your database has already been "
@@ -91,20 +123,20 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:22
+#: ../dbconfig-common.templates:38
 msgid "Otherwise, you should probably choose this option."
 msgstr "Negli altri casi è meglio scegliere questa opzione."
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:37
+#: ../dbconfig-common.templates:53
 #, fuzzy
 msgid "Re-install database for ${pkg}?"
 msgstr "Errore nell'installazione del database di ${pkg}. Riprovare?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:37
+#: ../dbconfig-common.templates:53
 #, fuzzy
 msgid ""
 "Since you are reconfiguring ${pkg}, you may also want to reinstall the "
@@ -115,7 +147,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:37
+#: ../dbconfig-common.templates:53
 #, fuzzy
 msgid ""
 "If you wish to re-install the database for ${pkg}, you should select this "
@@ -128,13 +160,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:48
+#: ../dbconfig-common.templates:64
 msgid "Perform upgrade on database for ${pkg} with dbconfig-common?"
 msgstr "Effettuare l'aggiornamento di ${pkg} con dbconfig-common?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:48
+#: ../dbconfig-common.templates:64
 msgid ""
 "According to the maintainer for this package, database upgrade operations "
 "need to be formed on ${pkg}.  Typically this is due to changes in how a new "
@@ -146,7 +178,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:48
+#: ../dbconfig-common.templates:64
 msgid ""
 "If you want to handle this process manually, you should refuse this option.  "
 "Otherwise, you should choose this option. During the upgrade a backup of "
@@ -160,13 +192,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid "Deconfigure database for ${pkg} with dbconfig-common?"
 msgstr "Eliminare la configurazione di dbconfig-common per ${pkg}?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid ""
 "Since you are removing ${pkg}, it's possible that you no longer want the "
 "underlying database that it has been configured to use."
@@ -176,14 +208,14 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid "If you like, database removal can be handled with dbconfig-common."
 msgstr ""
 "Volendo, la rimozione del database può essere gestita con dbconfig-common."
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid ""
 "If you know that you do want to keep this database, or if you want to handle "
 "the removal of this database manually, you should refuse this option."
@@ -193,19 +225,19 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid "Otherwise, you should choose this option."
 msgstr "Altrimenti la si accetti."
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:78
+#: ../dbconfig-common.templates:94
 msgid "Database type to be used by ${pkg}:"
 msgstr "Tipo di database da usare con ${pkg}:"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:78
+#: ../dbconfig-common.templates:94
 msgid ""
 "${pkg} can be configured to use one of many database types. Below, you will "
 "be presented with the available choices."
@@ -215,13 +247,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:85
+#: ../dbconfig-common.templates:101
 msgid "Do you want to purge the database for ${pkg}?"
 msgstr "Si vuole eliminare il database di ${pkg}?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:85
+#: ../dbconfig-common.templates:101
 msgid ""
 "If you no longer need the database for ${pkg}, this is your chance to remove "
 "them."
@@ -231,7 +263,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:85
+#: ../dbconfig-common.templates:101
 msgid ""
 "If no longer have need of the data being stored by ${pkg}, you should choose "
 "this option.  If you want to hold this data for another time, or if you "
@@ -243,14 +275,14 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:97
+#: ../dbconfig-common.templates:113
 msgid "Do you want to backup the database for ${pkg} before upgrading?"
 msgstr ""
 "Si vuol fare una copia del database di ${pkg} prima dell'aggiornamento?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:97
+#: ../dbconfig-common.templates:113
 msgid ""
 "The underlying database for ${pkg} needs to be upgraded as part of the "
 "installation progress.  Just in case, the database can be backed up before "
@@ -264,31 +296,31 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:109
+#: ../dbconfig-common.templates:125
 msgid "Password confirmation:"
 msgstr "Conferma della password:"
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:113
+#: ../dbconfig-common.templates:129
 msgid "Passwords do not match."
 msgstr "Le password non coincidono."
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:113
+#: ../dbconfig-common.templates:129
 msgid "The passwords you supplied do not match.  Please try again."
 msgstr "Le password fornite non coincidono. Riprovare."
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:120
+#: ../dbconfig-common.templates:136
 msgid "Error upgrading database for ${pkg}.  Retry?"
 msgstr "Errore aggiornando il database di ${pkg}. Riprovare?"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:120
+#: ../dbconfig-common.templates:136
 msgid ""
 "An error seems to have occurred while upgrading the database. If it's of any "
 "help, this was the error encountered:"
@@ -298,7 +330,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:120
+#: ../dbconfig-common.templates:136
 msgid ""
 "Fortunately, there should be a backup of the database made just before the "
 "upgrade in ${dbfile}."
@@ -308,25 +340,25 @@
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:139
+#: ../dbconfig-common.templates:155
 msgid "retry (skip questions)"
 msgstr ""
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:139
+#: ../dbconfig-common.templates:155
 msgid "ignore"
 msgstr ""
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:141
+#: ../dbconfig-common.templates:157
 msgid "Error installing database for ${pkg}.  Retry?"
 msgstr "Errore nell'installazione del database di ${pkg}. Riprovare?"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:141
+#: ../dbconfig-common.templates:157
 msgid ""
 "An error seems to have occurred while installing the database. If it's of "
 "any help, this was the error encountered:"
@@ -335,7 +367,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:141
+#: ../dbconfig-common.templates:157
 #, fuzzy
 msgid ""
 "At this point, you have the option to retry or abort the operation. If you "
@@ -358,31 +390,31 @@
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:159
+#: ../dbconfig-common.templates:175
 msgid "abort"
 msgstr ""
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:159
+#: ../dbconfig-common.templates:175
 msgid "retry"
 msgstr ""
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 msgid "Error removing database for ${pkg}.  Retry?"
 msgstr "Errore eliminando il database di ${pkg}. Riprovare?"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 msgid "An error seems to have occurred while removing the database."
 msgstr "C'è stato un errore durante l'eliminazione del database."
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 msgid ""
 "For some reason it was not possible to perform some of the actions necessary "
 "to remove the database for ${pkg}.  At this point you have two options: you "
@@ -400,13 +432,13 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 msgid "${error}"
 msgstr "${error}"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 msgid ""
 "At this point, you have the option to retry or abort the operation. If you "
 "choose \"retry\", you will be prompted with all the configuration questions "
@@ -426,13 +458,13 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:184
+#: ../dbconfig-common.templates:200
 msgid "Host name of the ${dbvendor} database server for ${pkg}:"
 msgstr "Nome dell'host del server ${dbvendor} per il database di ${pkg}:"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:184
+#: ../dbconfig-common.templates:200
 msgid ""
 "Please select the remote hostname to use, or select \"new host\" to enter a "
 "new host."
@@ -442,13 +474,13 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:190
+#: ../dbconfig-common.templates:206
 msgid "Port number for the ${dbvendor} service:"
 msgstr "Numero della porta del servizio ${dbvendor}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:190
+#: ../dbconfig-common.templates:206
 msgid ""
 "If the ${dbvendor} database on the remote host is running on a non-standard "
 "port, this is your opportunity to specify what it is.  To use the default "
@@ -460,19 +492,19 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:197
+#: ../dbconfig-common.templates:213
 msgid "Host running the ${dbvendor} server for ${pkg}:"
 msgstr "Host sul quale è in esecuzione il server ${dbvendor} per ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:197
+#: ../dbconfig-common.templates:213
 msgid "Please provide the hostname of a remote ${dbvendor} server."
 msgstr "Inserire il nome dell'host remoto che ospita il server ${dbvendor}."
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:197
+#: ../dbconfig-common.templates:213
 msgid ""
 "Note: you must have already arranged for the administrative account to be "
 "able to remotely create databases and grant privileges."
@@ -482,26 +514,26 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:206
+#: ../dbconfig-common.templates:222
 msgid "${dbvendor} database name for ${pkg}:"
 msgstr "Nome del database ${dbvendor} per ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:206
+#: ../dbconfig-common.templates:222
 msgid ""
 "Please provide a name for the ${dbvendor} database to be used by ${pkg}."
 msgstr "Inserire il nome del database ${dbvendor} da fare usare a ${pkg}."
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:211
+#: ../dbconfig-common.templates:227
 msgid "${dbvendor} username for ${pkg}:"
 msgstr "Utente ${dbvendor} di ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:211
+#: ../dbconfig-common.templates:227
 msgid ""
 "Please provide a ${dbvendor} username for ${pkg} to register with the "
 "database server.  A ${dbvendor} user is not necessarily the same as a system "
@@ -513,7 +545,7 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:211
+#: ../dbconfig-common.templates:227
 msgid ""
 "This is the user which will own the database, tables and other objects to be "
 "created by this installation.  This user will have complete freedom to "
@@ -525,14 +557,14 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:222
+#: ../dbconfig-common.templates:238
 #, fuzzy
 msgid "${dbvendor} storage directory for ${pkg}:"
 msgstr "Utente ${dbvendor} di ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:222
+#: ../dbconfig-common.templates:238
 #, fuzzy
 msgid ""
 "Please provide a path where the ${dbvendor} database file for ${pkg}  should "
@@ -541,14 +573,14 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:228
+#: ../dbconfig-common.templates:244
 #, fuzzy
 msgid "${dbvendor} database ownership for ${pkg}:"
 msgstr "Nome del database ${dbvendor} per ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:228
+#: ../dbconfig-common.templates:244
 msgid ""
 "Please specify the filesystem ownership that you would like to set on the "
 "${dbvendor} database for ${pkg}."
@@ -556,20 +588,20 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:228
+#: ../dbconfig-common.templates:244
 msgid "This should be specified in the format owner:group."
 msgstr ""
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:236
+#: ../dbconfig-common.templates:252
 #, fuzzy
 msgid "${dbvendor} database permissions for ${pkg}:"
 msgstr "Nome del database ${dbvendor} per ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:236
+#: ../dbconfig-common.templates:252
 msgid ""
 "Please specify the filesystem permissions that you would like to set on the "
 "${dbvendor} database for ${pkg}."
@@ -577,7 +609,7 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:236
+#: ../dbconfig-common.templates:252
 msgid ""
 "This should be specified in octal format as would be passed to the chmod  "
 "unix command. eg. 0644."
@@ -585,13 +617,13 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:247
+#: ../dbconfig-common.templates:263
 msgid "Connection method for MySQL database of ${pkg}:"
 msgstr "Metodo di connessione al database MySQL per ${pkg}:"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:247
+#: ../dbconfig-common.templates:263
 msgid ""
 "By default, ${pkg} will be configured to use a MySQL server through a local "
 "unix socket (this provides the best performance). However, if you would like "
@@ -605,13 +637,13 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:255
+#: ../dbconfig-common.templates:271
 msgid "MySQL application password for ${pkg}:"
 msgstr "Password applicativa per MySQL per ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:263
+#: ../dbconfig-common.templates:279
 msgid ""
 "For MySQL, this is almost always \"root\".  Note that this is NOT the same "
 "as the UNIX login 'root'."
@@ -621,7 +653,7 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:273
+#: ../dbconfig-common.templates:289
 msgid ""
 "What is the password for the administrative account with which this package "
 "should create its MySQL database and user?"
@@ -631,31 +663,31 @@
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:279
+#: ../dbconfig-common.templates:295
 msgid "unix socket"
 msgstr ""
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:279
+#: ../dbconfig-common.templates:295
 msgid "tcp/ip"
 msgstr ""
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:279
+#: ../dbconfig-common.templates:295
 msgid "tcp/ip + ssl"
 msgstr ""
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:281
+#: ../dbconfig-common.templates:297
 msgid "Connection method for PostgreSQL database of ${pkg}:"
 msgstr "Metodo di connessione al database PostgreSQL per ${pkg}:"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:281
+#: ../dbconfig-common.templates:297
 msgid ""
 "By default, ${pkg} will be configured to use a PostgreSQL server through a "
 "local unix socket (this provides the best performance). However, if you "
@@ -669,13 +701,13 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:289
+#: ../dbconfig-common.templates:305
 msgid "PostgreSQL application password for ${pkg}:"
 msgstr "Password applicativa di ${pkg} per PostgreSQL:"
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:289
+#: ../dbconfig-common.templates:305
 msgid ""
 "Please provide a password for ${pkg} to register with the database server.  "
 "If left blank, a random password will be generated for you."
@@ -685,7 +717,7 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:289
+#: ../dbconfig-common.templates:305
 #, fuzzy
 msgid ""
 "If you are using \"ident\" based authentication, the supplied password will "
@@ -699,13 +731,13 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:300
+#: ../dbconfig-common.templates:316
 msgid "Name of your database's administrative user:"
 msgstr "Node dell'utente amministratore del database:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:300
+#: ../dbconfig-common.templates:316
 msgid ""
 "What is the name of the account with which this package should perform "
 "administrative actions?  This user is the one which is able to create new "
@@ -717,13 +749,13 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:307
+#: ../dbconfig-common.templates:323
 msgid "Password of your database's administrative user:"
 msgstr "Password per l'utente amministratore del database:"
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:307
+#: ../dbconfig-common.templates:323
 msgid ""
 "What is the password for the account with which this package should perform "
 "administrative actions?  (For a normal Debian PostgreSQL installation, a "
@@ -737,13 +769,13 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:317
+#: ../dbconfig-common.templates:333
 msgid "Method for authenticating PostgreSQL administrator:"
 msgstr "Modalità di autenticazione dell'amministratore PostgreSQL:"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:317
+#: ../dbconfig-common.templates:333
 msgid ""
 "PostgreSQL servers provide several different mechanisms for authenticating "
 "connections.  Please select what method the administrative user should use "
@@ -755,25 +787,25 @@
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:338
+#: ../dbconfig-common.templates:354
 msgid "ident"
 msgstr ""
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:338
+#: ../dbconfig-common.templates:354
 msgid "password"
 msgstr ""
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid "Method for authenticating PostgreSQL user:"
 msgstr "Modalità di autenticazione dell'utente PostgreSQL:"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "PostgreSQL servers provide several different mechanisms for authenticating "
 "connections.  Please select what method the database user should use when "
@@ -785,7 +817,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "With \"ident\" authentication on the local machine, the server will check "
 "that the owner of the unix socket is allowed to connect."
@@ -795,7 +827,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "With \"ident\" authentication to remote hosts, RFC 1413 based ident is used "
 "(note this can be considered a security risk)."
@@ -806,7 +838,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "With \"password\" authentication, a password will be passed to the server "
 "for use with some authentication backend (such as \"md5\" or \"pam\").  Note "
@@ -820,7 +852,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "For a default Debian PostgreSQL installation running on the same host, you "
 "probably want \"ident\"."
@@ -830,13 +862,13 @@
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:360
+#: ../dbconfig-common.templates:376
 msgid "Choose a different PostgreSQL connection method?"
 msgstr "Scegliere un diverso metodo di connessione a PostgreSQL?"
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:360
+#: ../dbconfig-common.templates:376
 msgid ""
 "Unfortunately, it seems that the database connection method you have "
 "selected for ${pkg} will not work, because it requires the existence of a "
@@ -848,7 +880,7 @@
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:360
+#: ../dbconfig-common.templates:376
 msgid ""
 "If you would like to reconfigure your application to use a different method, "
 "you should choose this option.  If you know for certain that this method "
@@ -862,13 +894,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:373
+#: ../dbconfig-common.templates:389
 msgid "Change PostgreSQL configuration automatically?"
 msgstr "Modificare la configurazione di PostgreSQL automaticamente?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:373
+#: ../dbconfig-common.templates:389
 msgid ""
 "It has been determined that the database installation for ${pkg} can not be "
 "automatically accomplished without making changes to your PostgreSQL "
@@ -880,14 +912,14 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:386
+#: ../dbconfig-common.templates:402
 #, fuzzy
 msgid "Revert PostgreSQL configuration automatically?"
 msgstr "Modificare la configurazione di PostgreSQL automaticamente?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:386
+#: ../dbconfig-common.templates:402
 msgid ""
 "As ${pkg} is now being removed, it may no longer be necessary to have an "
 "access control entry in your PostgreSQL server's configuration. While "
@@ -900,19 +932,19 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:386
+#: ../dbconfig-common.templates:402
 msgid "${pghbaline}"
 msgstr ""
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:399
+#: ../dbconfig-common.templates:415
 msgid "Please change /etc/postgresql/pg_hba.conf"
 msgstr "Modificare /etc/postgresql/pg_hba.conf"
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:399
+#: ../dbconfig-common.templates:415
 msgid ""
 "To get the database for package ${pkg} bootstrapped you have to edit the "
 "configuration of your PostgreSQL server. You may be able to find help in the "
@@ -924,19 +956,19 @@
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:406
+#: ../dbconfig-common.templates:422
 msgid "PostgreSQL does not support empty passwords."
 msgstr "PostgreSQL non permette le password vuote."
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:410
+#: ../dbconfig-common.templates:426
 msgid "dbconfig-common will attempt to load existing settings"
 msgstr "dbconfig-common cercherà di carica le impostazioni esistenti"
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:410
+#: ../dbconfig-common.templates:426
 msgid ""
 "dbconfig-common will now attempt to load the pre-existing settings of "
 "${pkg}.  Later, these settings will be validated, and if there is any "

Modified: branches/sqlite/debian/po/nl.po
===================================================================
--- branches/sqlite/debian/po/nl.po	2006-06-13 15:39:31 UTC (rev 263)
+++ branches/sqlite/debian/po/nl.po	2006-06-17 07:54:35 UTC (rev 264)
@@ -14,8 +14,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: dbconfig-common\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-06-11 14:38+1200\n"
+"Report-Msgid-Bugs-To: seanius at debian.org\n"
+"POT-Creation-Date: 2006-06-17 19:42+1200\n"
 "PO-Revision-Date: 2006-02-19 19:12+0100\n"
 "Last-Translator: Bart Cornelis <cobaco at linux.be>\n"
 "Language-Team: debian-l10n-dutch <debian-l10n-dutch at lists.debian.org>\n"
@@ -27,13 +27,45 @@
 #. Type: boolean
 #. Description
 #: ../dbconfig-common.templates:4
+msgid "Will this server be used to access remote databases?"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../dbconfig-common.templates:4
+msgid ""
+"For the database types that support it, dbconfig-common includes support for "
+"configuring databases on remote systems.  When installing a package's "
+"database via dbconfig-common, the questions related to remote configuration "
+"are asked with a priority such that they are skipped for most systems."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../dbconfig-common.templates:4
+msgid ""
+"If you select this option, the default behaviour will be to prompt you with "
+"questions related to remote database configuration when you install new "
+"packages."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../dbconfig-common.templates:4
+#, fuzzy
+msgid "If you are unsure, you should not select this option."
+msgstr "Als u dit automatisch wilt laten doen dient u hier te aanvaarden."
+
+#. Type: boolean
+#. Description
+#: ../dbconfig-common.templates:20
 msgid "Keep \"administrative\" database passwords in debconf?"
 msgstr ""
 "Door de beheerder te gebruiken database-wachtwoorden bijhouden in debconf?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:4
+#: ../dbconfig-common.templates:20
 msgid ""
 "By default, you will be prompted for all administrator-level database "
 "passwords when you configure, upgrade, or remove applications with dbconfig-"
@@ -47,7 +79,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:4
+#: ../dbconfig-common.templates:20
 msgid ""
 "This behavior can be disabled, in which case the passwords will remain in "
 "the debconf password database.  The debconf password database is protected "
@@ -61,7 +93,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:4
+#: ../dbconfig-common.templates:20
 msgid ""
 "If you would rather not be bothered by for an administrative password every "
 "time you upgrade a database application with dbconfig-common, you should "
@@ -73,13 +105,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:22
+#: ../dbconfig-common.templates:38
 msgid "Configure database for ${pkg} with dbconfig-common?"
 msgstr "Database voor ${pkg} via dbconfig-common instellen?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:22
+#: ../dbconfig-common.templates:38
 msgid ""
 "${pkg} must have a database installed and configured before it can be used.  "
 "If you like, this can be handled with dbconfig-common."
@@ -89,7 +121,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:22
+#: ../dbconfig-common.templates:38
 msgid ""
 "If you are an advanced database administrator and know that you want to "
 "perform this configuration manually, or if your database has already been "
@@ -103,13 +135,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:22
+#: ../dbconfig-common.templates:38
 msgid "Otherwise, you should probably choose this option."
 msgstr "Zoniet kunt u deze optie best aanvaarden."
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:37
+#: ../dbconfig-common.templates:53
 #, fuzzy
 msgid "Re-install database for ${pkg}?"
 msgstr ""
@@ -118,7 +150,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:37
+#: ../dbconfig-common.templates:53
 #, fuzzy
 msgid ""
 "Since you are reconfiguring ${pkg}, you may also want to reinstall the "
@@ -129,7 +161,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:37
+#: ../dbconfig-common.templates:53
 #, fuzzy
 msgid ""
 "If you wish to re-install the database for ${pkg}, you should select this "
@@ -142,13 +174,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:48
+#: ../dbconfig-common.templates:64
 msgid "Perform upgrade on database for ${pkg} with dbconfig-common?"
 msgstr "${pkg}-database opwaarderen met dbconfig-common?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:48
+#: ../dbconfig-common.templates:64
 msgid ""
 "According to the maintainer for this package, database upgrade operations "
 "need to be formed on ${pkg}.  Typically this is due to changes in how a new "
@@ -160,7 +192,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:48
+#: ../dbconfig-common.templates:64
 msgid ""
 "If you want to handle this process manually, you should refuse this option.  "
 "Otherwise, you should choose this option. During the upgrade a backup of "
@@ -175,13 +207,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid "Deconfigure database for ${pkg} with dbconfig-common?"
 msgstr "${pkg}-database de-configureren via dbconfig-common?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid ""
 "Since you are removing ${pkg}, it's possible that you no longer want the "
 "underlying database that it has been configured to use."
@@ -191,14 +223,14 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid "If you like, database removal can be handled with dbconfig-common."
 msgstr ""
 "Wilt u dat dbconfig-common het verwijderen van de database voor u afhandelt?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid ""
 "If you know that you do want to keep this database, or if you want to handle "
 "the removal of this database manually, you should refuse this option."
@@ -208,19 +240,19 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid "Otherwise, you should choose this option."
 msgstr "Als u dit automatisch wilt laten doen dient u hier te aanvaarden."
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:78
+#: ../dbconfig-common.templates:94
 msgid "Database type to be used by ${pkg}:"
 msgstr "Welk type database dient ${pkg} te gebruiken?"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:78
+#: ../dbconfig-common.templates:94
 msgid ""
 "${pkg} can be configured to use one of many database types. Below, you will "
 "be presented with the available choices."
@@ -230,13 +262,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:85
+#: ../dbconfig-common.templates:101
 msgid "Do you want to purge the database for ${pkg}?"
 msgstr "Wilt u de ${pkg}-database wissen?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:85
+#: ../dbconfig-common.templates:101
 msgid ""
 "If you no longer need the database for ${pkg}, this is your chance to remove "
 "them."
@@ -246,7 +278,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:85
+#: ../dbconfig-common.templates:101
 msgid ""
 "If no longer have need of the data being stored by ${pkg}, you should choose "
 "this option.  If you want to hold this data for another time, or if you "
@@ -258,7 +290,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:97
+#: ../dbconfig-common.templates:113
 msgid "Do you want to backup the database for ${pkg} before upgrading?"
 msgstr ""
 "Wilt u dat er een reservekopie gemaakt wordt van de ${pkg}-database alvorens "
@@ -266,7 +298,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:97
+#: ../dbconfig-common.templates:113
 msgid ""
 "The underlying database for ${pkg} needs to be upgraded as part of the "
 "installation progress.  Just in case, the database can be backed up before "
@@ -280,19 +312,19 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:109
+#: ../dbconfig-common.templates:125
 msgid "Password confirmation:"
 msgstr "Bevestiging wachtwoord (nogmaals intikken):"
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:113
+#: ../dbconfig-common.templates:129
 msgid "Passwords do not match."
 msgstr "Wachtwoorden komen niet overeen."
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:113
+#: ../dbconfig-common.templates:129
 msgid "The passwords you supplied do not match.  Please try again."
 msgstr ""
 "De door u ingevoerde wachtwoorden komen niet overeen. Gelieve opnieuw te "
@@ -300,7 +332,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:120
+#: ../dbconfig-common.templates:136
 msgid "Error upgrading database for ${pkg}.  Retry?"
 msgstr ""
 "Fout bij het opwaarderen van de ${pkg}-database. Wilt u dit nogmaals "
@@ -308,7 +340,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:120
+#: ../dbconfig-common.templates:136
 msgid ""
 "An error seems to have occurred while upgrading the database. If it's of any "
 "help, this was the error encountered:"
@@ -318,7 +350,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:120
+#: ../dbconfig-common.templates:136
 msgid ""
 "Fortunately, there should be a backup of the database made just before the "
 "upgrade in ${dbfile}."
@@ -328,19 +360,19 @@
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:139
+#: ../dbconfig-common.templates:155
 msgid "retry (skip questions)"
 msgstr "opnieuw proberen (vragen overslaan)"
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:139
+#: ../dbconfig-common.templates:155
 msgid "ignore"
 msgstr "negeren"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:141
+#: ../dbconfig-common.templates:157
 msgid "Error installing database for ${pkg}.  Retry?"
 msgstr ""
 "Fout bij het installeren van de ${pkg}-database. Wilt u dit nogmaals "
@@ -348,7 +380,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:141
+#: ../dbconfig-common.templates:157
 msgid ""
 "An error seems to have occurred while installing the database. If it's of "
 "any help, this was the error encountered:"
@@ -358,7 +390,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:141
+#: ../dbconfig-common.templates:157
 msgid ""
 "At this point, you have the option to retry or abort the operation. If you "
 "choose \"retry\", you will be prompted with all the configuration questions "
@@ -383,32 +415,32 @@
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:159
+#: ../dbconfig-common.templates:175
 msgid "abort"
 msgstr "afbreken"
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:159
+#: ../dbconfig-common.templates:175
 msgid "retry"
 msgstr "opnieuw proberen"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 msgid "Error removing database for ${pkg}.  Retry?"
 msgstr ""
 "Fout bij het verwijderen van de ${pkg}database. Wilt u dit nogmaals proberen?"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 msgid "An error seems to have occurred while removing the database."
 msgstr "Er is een fout opgetreden tijdens het verwijderen van de database."
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 msgid ""
 "For some reason it was not possible to perform some of the actions necessary "
 "to remove the database for ${pkg}.  At this point you have two options: you "
@@ -426,13 +458,13 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 msgid "${error}"
 msgstr "${error}"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 msgid ""
 "At this point, you have the option to retry or abort the operation. If you "
 "choose \"retry\", you will be prompted with all the configuration questions "
@@ -454,7 +486,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:184
+#: ../dbconfig-common.templates:200
 msgid "Host name of the ${dbvendor} database server for ${pkg}:"
 msgstr ""
 "Wat is de computernaam van de door ${pkg} te gebruiken ${dbvendor}-database-"
@@ -462,7 +494,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:184
+#: ../dbconfig-common.templates:200
 msgid ""
 "Please select the remote hostname to use, or select \"new host\" to enter a "
 "new host."
@@ -472,13 +504,13 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:190
+#: ../dbconfig-common.templates:206
 msgid "Port number for the ${dbvendor} service:"
 msgstr "Via welke poort is de te gebruiken ${dbvendor}-server te benaderen?"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:190
+#: ../dbconfig-common.templates:206
 msgid ""
 "If the ${dbvendor} database on the remote host is running on a non-standard "
 "port, this is your opportunity to specify what it is.  To use the default "
@@ -490,7 +522,7 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:197
+#: ../dbconfig-common.templates:213
 msgid "Host running the ${dbvendor} server for ${pkg}:"
 msgstr ""
 "Wat is de computernaam van de door ${pkg} te gebruiken ${dbvendor}-database-"
@@ -498,7 +530,7 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:197
+#: ../dbconfig-common.templates:213
 msgid "Please provide the hostname of a remote ${dbvendor} server."
 msgstr ""
 "Gelieve hier de computernaam van de (niet-lokale) ${dbvendor}-server in te "
@@ -506,7 +538,7 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:197
+#: ../dbconfig-common.templates:213
 msgid ""
 "Note: you must have already arranged for the administrative account to be "
 "able to remotely create databases and grant privileges."
@@ -516,14 +548,14 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:206
+#: ../dbconfig-common.templates:222
 msgid "${dbvendor} database name for ${pkg}:"
 msgstr ""
 "Wat is/wordt de naam van de door ${pkg} te gebruiken ${dbvendor}-database?"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:206
+#: ../dbconfig-common.templates:222
 msgid ""
 "Please provide a name for the ${dbvendor} database to be used by ${pkg}."
 msgstr ""
@@ -532,14 +564,14 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:211
+#: ../dbconfig-common.templates:227
 msgid "${dbvendor} username for ${pkg}:"
 msgstr ""
 "Met welke gebruikersnaam dient ${pkg} zich bij ${dbvendor} aan te melden?"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:211
+#: ../dbconfig-common.templates:227
 msgid ""
 "Please provide a ${dbvendor} username for ${pkg} to register with the "
 "database server.  A ${dbvendor} user is not necessarily the same as a system "
@@ -552,7 +584,7 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:211
+#: ../dbconfig-common.templates:227
 msgid ""
 "This is the user which will own the database, tables and other objects to be "
 "created by this installation.  This user will have complete freedom to "
@@ -565,7 +597,7 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:222
+#: ../dbconfig-common.templates:238
 #, fuzzy
 msgid "${dbvendor} storage directory for ${pkg}:"
 msgstr ""
@@ -573,7 +605,7 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:222
+#: ../dbconfig-common.templates:238
 #, fuzzy
 msgid ""
 "Please provide a path where the ${dbvendor} database file for ${pkg}  should "
@@ -584,7 +616,7 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:228
+#: ../dbconfig-common.templates:244
 #, fuzzy
 msgid "${dbvendor} database ownership for ${pkg}:"
 msgstr ""
@@ -592,7 +624,7 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:228
+#: ../dbconfig-common.templates:244
 msgid ""
 "Please specify the filesystem ownership that you would like to set on the "
 "${dbvendor} database for ${pkg}."
@@ -600,13 +632,13 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:228
+#: ../dbconfig-common.templates:244
 msgid "This should be specified in the format owner:group."
 msgstr ""
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:236
+#: ../dbconfig-common.templates:252
 #, fuzzy
 msgid "${dbvendor} database permissions for ${pkg}:"
 msgstr ""
@@ -614,7 +646,7 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:236
+#: ../dbconfig-common.templates:252
 msgid ""
 "Please specify the filesystem permissions that you would like to set on the "
 "${dbvendor} database for ${pkg}."
@@ -622,7 +654,7 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:236
+#: ../dbconfig-common.templates:252
 msgid ""
 "This should be specified in octal format as would be passed to the chmod  "
 "unix command. eg. 0644."
@@ -630,14 +662,14 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:247
+#: ../dbconfig-common.templates:263
 msgid "Connection method for MySQL database of ${pkg}:"
 msgstr ""
 "Met welke methode wilt u verbinding leggen met de ${pkg}-MySQL-database?"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:247
+#: ../dbconfig-common.templates:263
 msgid ""
 "By default, ${pkg} will be configured to use a MySQL server through a local "
 "unix socket (this provides the best performance). However, if you would like "
@@ -651,14 +683,14 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:255
+#: ../dbconfig-common.templates:271
 msgid "MySQL application password for ${pkg}:"
 msgstr ""
 "Wat is het wachtwoord waarmee ${pkg} zich bij MySQL dient aan te melden?"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:263
+#: ../dbconfig-common.templates:279
 msgid ""
 "For MySQL, this is almost always \"root\".  Note that this is NOT the same "
 "as the UNIX login 'root'."
@@ -668,7 +700,7 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:273
+#: ../dbconfig-common.templates:289
 msgid ""
 "What is the password for the administrative account with which this package "
 "should create its MySQL database and user?"
@@ -678,32 +710,32 @@
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:279
+#: ../dbconfig-common.templates:295
 msgid "unix socket"
 msgstr "unix socket"
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:279
+#: ../dbconfig-common.templates:295
 msgid "tcp/ip"
 msgstr "tcp/ip"
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:279
+#: ../dbconfig-common.templates:295
 msgid "tcp/ip + ssl"
 msgstr "tcp/ip + ssl"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:281
+#: ../dbconfig-common.templates:297
 msgid "Connection method for PostgreSQL database of ${pkg}:"
 msgstr ""
 "Met welke methode wilt u verbinding leggen met de ${pkg}-PostgreSQL-database?"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:281
+#: ../dbconfig-common.templates:297
 msgid ""
 "By default, ${pkg} will be configured to use a PostgreSQL server through a "
 "local unix socket (this provides the best performance). However, if you "
@@ -717,14 +749,14 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:289
+#: ../dbconfig-common.templates:305
 msgid "PostgreSQL application password for ${pkg}:"
 msgstr ""
 "Wat is het wachtwoord waarmee ${pkg} zich bij PostgreSQL dient aan te melden?"
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:289
+#: ../dbconfig-common.templates:305
 msgid ""
 "Please provide a password for ${pkg} to register with the database server.  "
 "If left blank, a random password will be generated for you."
@@ -735,7 +767,7 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:289
+#: ../dbconfig-common.templates:305
 #, fuzzy
 msgid ""
 "If you are using \"ident\" based authentication, the supplied password will "
@@ -749,13 +781,13 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:300
+#: ../dbconfig-common.templates:316
 msgid "Name of your database's administrative user:"
 msgstr "Wat is de naam van de beheers-account voor uw database?"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:300
+#: ../dbconfig-common.templates:316
 msgid ""
 "What is the name of the account with which this package should perform "
 "administrative actions?  This user is the one which is able to create new "
@@ -766,13 +798,13 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:307
+#: ../dbconfig-common.templates:323
 msgid "Password of your database's administrative user:"
 msgstr "Wat is het wachtwoord van de beheers-account voor uw database?"
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:307
+#: ../dbconfig-common.templates:323
 msgid ""
 "What is the password for the account with which this package should perform "
 "administrative actions?  (For a normal Debian PostgreSQL installation, a "
@@ -786,14 +818,14 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:317
+#: ../dbconfig-common.templates:333
 msgid "Method for authenticating PostgreSQL administrator:"
 msgstr ""
 "Welke authenticatiemethode wordt gebruikt door de PostgreSQL-beheerder?"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:317
+#: ../dbconfig-common.templates:333
 msgid ""
 "PostgreSQL servers provide several different mechanisms for authenticating "
 "connections.  Please select what method the administrative user should use "
@@ -805,26 +837,26 @@
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:338
+#: ../dbconfig-common.templates:354
 msgid "ident"
 msgstr "ident"
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:338
+#: ../dbconfig-common.templates:354
 msgid "password"
 msgstr "wachtwoord"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid "Method for authenticating PostgreSQL user:"
 msgstr ""
 "Welke authenticatiemethode wordt gebruikt door de PostgreSQL-gebruiker?"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "PostgreSQL servers provide several different mechanisms for authenticating "
 "connections.  Please select what method the database user should use when "
@@ -837,7 +869,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "With \"ident\" authentication on the local machine, the server will check "
 "that the owner of the unix socket is allowed to connect."
@@ -847,7 +879,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "With \"ident\" authentication to remote hosts, RFC 1413 based ident is used "
 "(note this can be considered a security risk)."
@@ -858,7 +890,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "With \"password\" authentication, a password will be passed to the server "
 "for use with some authentication backend (such as \"md5\" or \"pam\").  Note "
@@ -872,7 +904,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "For a default Debian PostgreSQL installation running on the same host, you "
 "probably want \"ident\"."
@@ -882,13 +914,13 @@
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:360
+#: ../dbconfig-common.templates:376
 msgid "Choose a different PostgreSQL connection method?"
 msgstr "Een andere PostgreSQL verbindingsmethode kiezen?"
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:360
+#: ../dbconfig-common.templates:376
 msgid ""
 "Unfortunately, it seems that the database connection method you have "
 "selected for ${pkg} will not work, because it requires the existence of a "
@@ -900,7 +932,7 @@
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:360
+#: ../dbconfig-common.templates:376
 msgid ""
 "If you would like to reconfigure your application to use a different method, "
 "you should choose this option.  If you know for certain that this method "
@@ -914,13 +946,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:373
+#: ../dbconfig-common.templates:389
 msgid "Change PostgreSQL configuration automatically?"
 msgstr "Wilt u dat de PostgreSQL-configuratie automatisch aangepast wordt?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:373
+#: ../dbconfig-common.templates:389
 msgid ""
 "It has been determined that the database installation for ${pkg} can not be "
 "automatically accomplished without making changes to your PostgreSQL "
@@ -938,13 +970,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:386
+#: ../dbconfig-common.templates:402
 msgid "Revert PostgreSQL configuration automatically?"
 msgstr "Wilt u dat de PostgreSQL-configuratie automatisch teruggezet wordt?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:386
+#: ../dbconfig-common.templates:402
 msgid ""
 "As ${pkg} is now being removed, it may no longer be necessary to have an "
 "access control entry in your PostgreSQL server's configuration. While "
@@ -964,19 +996,19 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:386
+#: ../dbconfig-common.templates:402
 msgid "${pghbaline}"
 msgstr "${pghbaline}"
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:399
+#: ../dbconfig-common.templates:415
 msgid "Please change /etc/postgresql/pg_hba.conf"
 msgstr "Gelieve /etc/postgresql/pg_hba.conf aan te passen."
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:399
+#: ../dbconfig-common.templates:415
 msgid ""
 "To get the database for package ${pkg} bootstrapped you have to edit the "
 "configuration of your PostgreSQL server. You may be able to find help in the "
@@ -988,19 +1020,19 @@
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:406
+#: ../dbconfig-common.templates:422
 msgid "PostgreSQL does not support empty passwords."
 msgstr "PostgreSQL ondersteunt geen lege wachtwoorden."
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:410
+#: ../dbconfig-common.templates:426
 msgid "dbconfig-common will attempt to load existing settings"
 msgstr "dbconfig-common zal proberen bestaande instellingen te laden"
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:410
+#: ../dbconfig-common.templates:426
 msgid ""
 "dbconfig-common will now attempt to load the pre-existing settings of "
 "${pkg}.  Later, these settings will be validated, and if there is any "

Modified: branches/sqlite/debian/po/pt.po
===================================================================
--- branches/sqlite/debian/po/pt.po	2006-06-13 15:39:31 UTC (rev 263)
+++ branches/sqlite/debian/po/pt.po	2006-06-17 07:54:35 UTC (rev 264)
@@ -4,8 +4,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: dbconfig-common 1.6\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-06-11 14:38+1200\n"
+"Report-Msgid-Bugs-To: seanius at debian.org\n"
+"POT-Creation-Date: 2006-06-17 19:42+1200\n"
 "PO-Revision-Date: 2006-02-21 23:13+0000\n"
 "Last-Translator: Miguel Figueiredo <elmig at debianpt.org>\n"
 "Language-Team: Portuguese <traduz at debianpt.org>\n"
@@ -16,12 +16,44 @@
 #. Type: boolean
 #. Description
 #: ../dbconfig-common.templates:4
+msgid "Will this server be used to access remote databases?"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../dbconfig-common.templates:4
+msgid ""
+"For the database types that support it, dbconfig-common includes support for "
+"configuring databases on remote systems.  When installing a package's "
+"database via dbconfig-common, the questions related to remote configuration "
+"are asked with a priority such that they are skipped for most systems."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../dbconfig-common.templates:4
+msgid ""
+"If you select this option, the default behaviour will be to prompt you with "
+"questions related to remote database configuration when you install new "
+"packages."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../dbconfig-common.templates:4
+#, fuzzy
+msgid "If you are unsure, you should not select this option."
+msgstr "Caso contrário, deve escolher esta opção."
+
+#. Type: boolean
+#. Description
+#: ../dbconfig-common.templates:20
 msgid "Keep \"administrative\" database passwords in debconf?"
 msgstr "Manter passwords \"administrativas\" das base de dados no debconf?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:4
+#: ../dbconfig-common.templates:20
 msgid ""
 "By default, you will be prompted for all administrator-level database "
 "passwords when you configure, upgrade, or remove applications with dbconfig-"
@@ -35,7 +67,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:4
+#: ../dbconfig-common.templates:20
 msgid ""
 "This behavior can be disabled, in which case the passwords will remain in "
 "the debconf password database.  The debconf password database is protected "
@@ -49,7 +81,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:4
+#: ../dbconfig-common.templates:20
 msgid ""
 "If you would rather not be bothered by for an administrative password every "
 "time you upgrade a database application with dbconfig-common, you should "
@@ -61,13 +93,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:22
+#: ../dbconfig-common.templates:38
 msgid "Configure database for ${pkg} with dbconfig-common?"
 msgstr "Configurar a base de dados para ${pkg} com dbconfig-common?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:22
+#: ../dbconfig-common.templates:38
 msgid ""
 "${pkg} must have a database installed and configured before it can be used.  "
 "If you like, this can be handled with dbconfig-common."
@@ -77,7 +109,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:22
+#: ../dbconfig-common.templates:38
 msgid ""
 "If you are an advanced database administrator and know that you want to "
 "perform this configuration manually, or if your database has already been "
@@ -92,20 +124,20 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:22
+#: ../dbconfig-common.templates:38
 msgid "Otherwise, you should probably choose this option."
 msgstr "Caso contrário, você deve provavelmente escolher esta opção."
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:37
+#: ../dbconfig-common.templates:53
 #, fuzzy
 msgid "Re-install database for ${pkg}?"
 msgstr "Erro ao instalar a base de dados para ${pkg}.  Tentar novamente?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:37
+#: ../dbconfig-common.templates:53
 #, fuzzy
 msgid ""
 "Since you are reconfiguring ${pkg}, you may also want to reinstall the "
@@ -116,7 +148,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:37
+#: ../dbconfig-common.templates:53
 #, fuzzy
 msgid ""
 "If you wish to re-install the database for ${pkg}, you should select this "
@@ -130,14 +162,14 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:48
+#: ../dbconfig-common.templates:64
 msgid "Perform upgrade on database for ${pkg} with dbconfig-common?"
 msgstr ""
 "Fazer uma actualização à base de dados para ${pkg} com dbconfig-common?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:48
+#: ../dbconfig-common.templates:64
 msgid ""
 "According to the maintainer for this package, database upgrade operations "
 "need to be formed on ${pkg}.  Typically this is due to changes in how a new "
@@ -150,7 +182,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:48
+#: ../dbconfig-common.templates:64
 msgid ""
 "If you want to handle this process manually, you should refuse this option.  "
 "Otherwise, you should choose this option. During the upgrade a backup of "
@@ -165,13 +197,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid "Deconfigure database for ${pkg} with dbconfig-common?"
 msgstr "Desconfigrar a base de dados para ${pkg} com o dbconfig-common?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid ""
 "Since you are removing ${pkg}, it's possible that you no longer want the "
 "underlying database that it has been configured to use."
@@ -181,7 +213,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid "If you like, database removal can be handled with dbconfig-common."
 msgstr ""
 "Se você desejar, a remoção da base de dados pode ser lidada pelo dbconfig-"
@@ -189,7 +221,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid ""
 "If you know that you do want to keep this database, or if you want to handle "
 "the removal of this database manually, you should refuse this option."
@@ -199,19 +231,19 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid "Otherwise, you should choose this option."
 msgstr "Caso contrário, deve escolher esta opção."
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:78
+#: ../dbconfig-common.templates:94
 msgid "Database type to be used by ${pkg}:"
 msgstr "Tipo de base de dados a ser utilizada por ${pkg}:"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:78
+#: ../dbconfig-common.templates:94
 msgid ""
 "${pkg} can be configured to use one of many database types. Below, you will "
 "be presented with the available choices."
@@ -221,13 +253,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:85
+#: ../dbconfig-common.templates:101
 msgid "Do you want to purge the database for ${pkg}?"
 msgstr "Você quer purgar a base de dados para ${pkg}?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:85
+#: ../dbconfig-common.templates:101
 msgid ""
 "If you no longer need the database for ${pkg}, this is your chance to remove "
 "them."
@@ -237,7 +269,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:85
+#: ../dbconfig-common.templates:101
 msgid ""
 "If no longer have need of the data being stored by ${pkg}, you should choose "
 "this option.  If you want to hold this data for another time, or if you "
@@ -250,13 +282,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:97
+#: ../dbconfig-common.templates:113
 msgid "Do you want to backup the database for ${pkg} before upgrading?"
 msgstr "Deseja salvaguardar a base de dados para ${pkg} antes de actualizar?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:97
+#: ../dbconfig-common.templates:113
 msgid ""
 "The underlying database for ${pkg} needs to be upgraded as part of the "
 "installation progress.  Just in case, the database can be backed up before "
@@ -271,32 +303,32 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:109
+#: ../dbconfig-common.templates:125
 msgid "Password confirmation:"
 msgstr "Confirmação da password:"
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:113
+#: ../dbconfig-common.templates:129
 msgid "Passwords do not match."
 msgstr "As passwords não coincidem."
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:113
+#: ../dbconfig-common.templates:129
 msgid "The passwords you supplied do not match.  Please try again."
 msgstr ""
 "As passwords que você disponibizou não coincidem.  Por favor tente novamente."
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:120
+#: ../dbconfig-common.templates:136
 msgid "Error upgrading database for ${pkg}.  Retry?"
 msgstr "Erro ao actualizar a base de dados para ${pkg}.  Tentar novamente?"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:120
+#: ../dbconfig-common.templates:136
 msgid ""
 "An error seems to have occurred while upgrading the database. If it's of any "
 "help, this was the error encountered:"
@@ -306,7 +338,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:120
+#: ../dbconfig-common.templates:136
 msgid ""
 "Fortunately, there should be a backup of the database made just before the "
 "upgrade in ${dbfile}."
@@ -316,25 +348,25 @@
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:139
+#: ../dbconfig-common.templates:155
 msgid "retry (skip questions)"
 msgstr "tentar novamente (saltar perguntas)"
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:139
+#: ../dbconfig-common.templates:155
 msgid "ignore"
 msgstr "ignorar"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:141
+#: ../dbconfig-common.templates:157
 msgid "Error installing database for ${pkg}.  Retry?"
 msgstr "Erro ao instalar a base de dados para ${pkg}.  Tentar novamente?"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:141
+#: ../dbconfig-common.templates:157
 msgid ""
 "An error seems to have occurred while installing the database. If it's of "
 "any help, this was the error encountered:"
@@ -344,7 +376,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:141
+#: ../dbconfig-common.templates:157
 msgid ""
 "At this point, you have the option to retry or abort the operation. If you "
 "choose \"retry\", you will be prompted with all the configuration questions "
@@ -368,31 +400,31 @@
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:159
+#: ../dbconfig-common.templates:175
 msgid "abort"
 msgstr "abortar"
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:159
+#: ../dbconfig-common.templates:175
 msgid "retry"
 msgstr "tentar novamente"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 msgid "Error removing database for ${pkg}.  Retry?"
 msgstr "Erro ao remover a base de dados para ${pkg}.  Tentar novamente?"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 msgid "An error seems to have occurred while removing the database."
 msgstr "Parece ter ocorrido um erro enquanto removia a base de dados."
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 msgid ""
 "For some reason it was not possible to perform some of the actions necessary "
 "to remove the database for ${pkg}.  At this point you have two options: you "
@@ -410,13 +442,13 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 msgid "${error}"
 msgstr "${error}"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 msgid ""
 "At this point, you have the option to retry or abort the operation. If you "
 "choose \"retry\", you will be prompted with all the configuration questions "
@@ -437,13 +469,13 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:184
+#: ../dbconfig-common.templates:200
 msgid "Host name of the ${dbvendor} database server for ${pkg}:"
 msgstr "Nome do host do servidor de bases de dados ${dbvendor} para ${pkg}:"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:184
+#: ../dbconfig-common.templates:200
 msgid ""
 "Please select the remote hostname to use, or select \"new host\" to enter a "
 "new host."
@@ -453,13 +485,13 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:190
+#: ../dbconfig-common.templates:206
 msgid "Port number for the ${dbvendor} service:"
 msgstr "Número do port que corre o serviço ${dbvendor}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:190
+#: ../dbconfig-common.templates:206
 msgid ""
 "If the ${dbvendor} database on the remote host is running on a non-standard "
 "port, this is your opportunity to specify what it is.  To use the default "
@@ -471,13 +503,13 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:197
+#: ../dbconfig-common.templates:213
 msgid "Host running the ${dbvendor} server for ${pkg}:"
 msgstr "Host que corre o servidor ${dbvendor} para ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:197
+#: ../dbconfig-common.templates:213
 msgid "Please provide the hostname of a remote ${dbvendor} server."
 msgstr ""
 "Por favor disponibilize o nome de uma máquina remota com o servidor "
@@ -485,7 +517,7 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:197
+#: ../dbconfig-common.templates:213
 msgid ""
 "Note: you must have already arranged for the administrative account to be "
 "able to remotely create databases and grant privileges."
@@ -495,13 +527,13 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:206
+#: ../dbconfig-common.templates:222
 msgid "${dbvendor} database name for ${pkg}:"
 msgstr "Nome de base de dados ${dbvendor} para ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:206
+#: ../dbconfig-common.templates:222
 msgid ""
 "Please provide a name for the ${dbvendor} database to be used by ${pkg}."
 msgstr ""
@@ -510,13 +542,13 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:211
+#: ../dbconfig-common.templates:227
 msgid "${dbvendor} username for ${pkg}:"
 msgstr "Nome de utilizador de ${dbvendor} para ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:211
+#: ../dbconfig-common.templates:227
 msgid ""
 "Please provide a ${dbvendor} username for ${pkg} to register with the "
 "database server.  A ${dbvendor} user is not necessarily the same as a system "
@@ -529,7 +561,7 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:211
+#: ../dbconfig-common.templates:227
 msgid ""
 "This is the user which will own the database, tables and other objects to be "
 "created by this installation.  This user will have complete freedom to "
@@ -541,14 +573,14 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:222
+#: ../dbconfig-common.templates:238
 #, fuzzy
 msgid "${dbvendor} storage directory for ${pkg}:"
 msgstr "Nome de utilizador de ${dbvendor} para ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:222
+#: ../dbconfig-common.templates:238
 #, fuzzy
 msgid ""
 "Please provide a path where the ${dbvendor} database file for ${pkg}  should "
@@ -559,14 +591,14 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:228
+#: ../dbconfig-common.templates:244
 #, fuzzy
 msgid "${dbvendor} database ownership for ${pkg}:"
 msgstr "Nome de base de dados ${dbvendor} para ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:228
+#: ../dbconfig-common.templates:244
 msgid ""
 "Please specify the filesystem ownership that you would like to set on the "
 "${dbvendor} database for ${pkg}."
@@ -574,20 +606,20 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:228
+#: ../dbconfig-common.templates:244
 msgid "This should be specified in the format owner:group."
 msgstr ""
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:236
+#: ../dbconfig-common.templates:252
 #, fuzzy
 msgid "${dbvendor} database permissions for ${pkg}:"
 msgstr "Nome de base de dados ${dbvendor} para ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:236
+#: ../dbconfig-common.templates:252
 msgid ""
 "Please specify the filesystem permissions that you would like to set on the "
 "${dbvendor} database for ${pkg}."
@@ -595,7 +627,7 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:236
+#: ../dbconfig-common.templates:252
 msgid ""
 "This should be specified in octal format as would be passed to the chmod  "
 "unix command. eg. 0644."
@@ -603,13 +635,13 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:247
+#: ../dbconfig-common.templates:263
 msgid "Connection method for MySQL database of ${pkg}:"
 msgstr "Método de ligação para a base de dados MySQL de ${pkg}:"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:247
+#: ../dbconfig-common.templates:263
 msgid ""
 "By default, ${pkg} will be configured to use a MySQL server through a local "
 "unix socket (this provides the best performance). However, if you would like "
@@ -623,13 +655,13 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:255
+#: ../dbconfig-common.templates:271
 msgid "MySQL application password for ${pkg}:"
 msgstr "Password da aplicação MySQL para ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:263
+#: ../dbconfig-common.templates:279
 msgid ""
 "For MySQL, this is almost always \"root\".  Note that this is NOT the same "
 "as the UNIX login 'root'."
@@ -639,7 +671,7 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:273
+#: ../dbconfig-common.templates:289
 msgid ""
 "What is the password for the administrative account with which this package "
 "should create its MySQL database and user?"
@@ -649,31 +681,31 @@
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:279
+#: ../dbconfig-common.templates:295
 msgid "unix socket"
 msgstr "socket unix"
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:279
+#: ../dbconfig-common.templates:295
 msgid "tcp/ip"
 msgstr "tcp/ip"
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:279
+#: ../dbconfig-common.templates:295
 msgid "tcp/ip + ssl"
 msgstr "tcp/ip + ssl"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:281
+#: ../dbconfig-common.templates:297
 msgid "Connection method for PostgreSQL database of ${pkg}:"
 msgstr "Método de ligação para a base de dados PostgreSQL para ${pkg}:"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:281
+#: ../dbconfig-common.templates:297
 msgid ""
 "By default, ${pkg} will be configured to use a PostgreSQL server through a "
 "local unix socket (this provides the best performance). However, if you "
@@ -687,13 +719,13 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:289
+#: ../dbconfig-common.templates:305
 msgid "PostgreSQL application password for ${pkg}:"
 msgstr "Password da aplicação PostgreSQL para ${pkg}:"
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:289
+#: ../dbconfig-common.templates:305
 msgid ""
 "Please provide a password for ${pkg} to register with the database server.  "
 "If left blank, a random password will be generated for you."
@@ -704,7 +736,7 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:289
+#: ../dbconfig-common.templates:305
 #, fuzzy
 msgid ""
 "If you are using \"ident\" based authentication, the supplied password will "
@@ -718,13 +750,13 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:300
+#: ../dbconfig-common.templates:316
 msgid "Name of your database's administrative user:"
 msgstr "Nome do utilizador administrativo da sua base de dados:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:300
+#: ../dbconfig-common.templates:316
 msgid ""
 "What is the name of the account with which this package should perform "
 "administrative actions?  This user is the one which is able to create new "
@@ -736,13 +768,13 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:307
+#: ../dbconfig-common.templates:323
 msgid "Password of your database's administrative user:"
 msgstr "Password do utilizador administrativo da sua base de dados:"
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:307
+#: ../dbconfig-common.templates:323
 msgid ""
 "What is the password for the account with which this package should perform "
 "administrative actions?  (For a normal Debian PostgreSQL installation, a "
@@ -756,13 +788,13 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:317
+#: ../dbconfig-common.templates:333
 msgid "Method for authenticating PostgreSQL administrator:"
 msgstr "Método para autenticar o administrador de PostgreSQL:"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:317
+#: ../dbconfig-common.templates:333
 msgid ""
 "PostgreSQL servers provide several different mechanisms for authenticating "
 "connections.  Please select what method the administrative user should use "
@@ -774,25 +806,25 @@
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:338
+#: ../dbconfig-common.templates:354
 msgid "ident"
 msgstr "ident"
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:338
+#: ../dbconfig-common.templates:354
 msgid "password"
 msgstr "password"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid "Method for authenticating PostgreSQL user:"
 msgstr "Método para autenticar o utilizador de PostgreSQL:"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "PostgreSQL servers provide several different mechanisms for authenticating "
 "connections.  Please select what method the database user should use when "
@@ -804,7 +836,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "With \"ident\" authentication on the local machine, the server will check "
 "that the owner of the unix socket is allowed to connect."
@@ -814,7 +846,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "With \"ident\" authentication to remote hosts, RFC 1413 based ident is used "
 "(note this can be considered a security risk)."
@@ -824,7 +856,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "With \"password\" authentication, a password will be passed to the server "
 "for use with some authentication backend (such as \"md5\" or \"pam\").  Note "
@@ -838,7 +870,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "For a default Debian PostgreSQL installation running on the same host, you "
 "probably want \"ident\"."
@@ -848,13 +880,13 @@
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:360
+#: ../dbconfig-common.templates:376
 msgid "Choose a different PostgreSQL connection method?"
 msgstr "Escolher um método de ligação de PostgreSQL diferente?"
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:360
+#: ../dbconfig-common.templates:376
 msgid ""
 "Unfortunately, it seems that the database connection method you have "
 "selected for ${pkg} will not work, because it requires the existence of a "
@@ -866,7 +898,7 @@
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:360
+#: ../dbconfig-common.templates:376
 msgid ""
 "If you would like to reconfigure your application to use a different method, "
 "you should choose this option.  If you know for certain that this method "
@@ -879,13 +911,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:373
+#: ../dbconfig-common.templates:389
 msgid "Change PostgreSQL configuration automatically?"
 msgstr "Alterar a configuração de PostgreSQL automaticamente?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:373
+#: ../dbconfig-common.templates:389
 msgid ""
 "It has been determined that the database installation for ${pkg} can not be "
 "automatically accomplished without making changes to your PostgreSQL "
@@ -903,13 +935,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:386
+#: ../dbconfig-common.templates:402
 msgid "Revert PostgreSQL configuration automatically?"
 msgstr "Reverter automaticamente a configuração de PostgreSQL?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:386
+#: ../dbconfig-common.templates:402
 msgid ""
 "As ${pkg} is now being removed, it may no longer be necessary to have an "
 "access control entry in your PostgreSQL server's configuration. While "
@@ -929,19 +961,19 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:386
+#: ../dbconfig-common.templates:402
 msgid "${pghbaline}"
 msgstr "${pghbaline}"
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:399
+#: ../dbconfig-common.templates:415
 msgid "Please change /etc/postgresql/pg_hba.conf"
 msgstr "Por favor altere /etc/postgresql/pg_hba.conf"
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:399
+#: ../dbconfig-common.templates:415
 msgid ""
 "To get the database for package ${pkg} bootstrapped you have to edit the "
 "configuration of your PostgreSQL server. You may be able to find help in the "
@@ -953,19 +985,19 @@
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:406
+#: ../dbconfig-common.templates:422
 msgid "PostgreSQL does not support empty passwords."
 msgstr "O PostgreSQL não suporta passwords vazias."
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:410
+#: ../dbconfig-common.templates:426
 msgid "dbconfig-common will attempt to load existing settings"
 msgstr "o dbconfig-common irá tentar carregar as definições existentes"
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:410
+#: ../dbconfig-common.templates:426
 msgid ""
 "dbconfig-common will now attempt to load the pre-existing settings of "
 "${pkg}.  Later, these settings will be validated, and if there is any "

Modified: branches/sqlite/debian/po/pt_BR.po
===================================================================
--- branches/sqlite/debian/po/pt_BR.po	2006-06-13 15:39:31 UTC (rev 263)
+++ branches/sqlite/debian/po/pt_BR.po	2006-06-17 07:54:35 UTC (rev 264)
@@ -14,8 +14,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: dbconfig-common 1.5.1\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-06-11 14:38+1200\n"
+"Report-Msgid-Bugs-To: seanius at debian.org\n"
+"POT-Creation-Date: 2006-06-17 19:42+1200\n"
 "PO-Revision-Date: 2005-04-13 18:51-0300\n"
 "Last-Translator: Gustavo Noronha Silva <kov at debian.org>\n"
 "Language-Team: Brazilian Portuguese <debian-l10n-portuguese at lists.debian."
@@ -27,12 +27,44 @@
 #. Type: boolean
 #. Description
 #: ../dbconfig-common.templates:4
+msgid "Will this server be used to access remote databases?"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../dbconfig-common.templates:4
+msgid ""
+"For the database types that support it, dbconfig-common includes support for "
+"configuring databases on remote systems.  When installing a package's "
+"database via dbconfig-common, the questions related to remote configuration "
+"are asked with a priority such that they are skipped for most systems."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../dbconfig-common.templates:4
+msgid ""
+"If you select this option, the default behaviour will be to prompt you with "
+"questions related to remote database configuration when you install new "
+"packages."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../dbconfig-common.templates:4
+#, fuzzy
+msgid "If you are unsure, you should not select this option."
+msgstr "Se não, escolha essa opção."
+
+#. Type: boolean
+#. Description
+#: ../dbconfig-common.templates:20
 msgid "Keep \"administrative\" database passwords in debconf?"
 msgstr "Manter senhas de administração dos bancos de dados no debconf?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:4
+#: ../dbconfig-common.templates:20
 msgid ""
 "By default, you will be prompted for all administrator-level database "
 "passwords when you configure, upgrade, or remove applications with dbconfig-"
@@ -46,7 +78,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:4
+#: ../dbconfig-common.templates:20
 msgid ""
 "This behavior can be disabled, in which case the passwords will remain in "
 "the debconf password database.  The debconf password database is protected "
@@ -61,7 +93,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:4
+#: ../dbconfig-common.templates:20
 msgid ""
 "If you would rather not be bothered by for an administrative password every "
 "time you upgrade a database application with dbconfig-common, you should "
@@ -73,13 +105,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:22
+#: ../dbconfig-common.templates:38
 msgid "Configure database for ${pkg} with dbconfig-common?"
 msgstr "Configurar banco de dados para ${pkg} com dbconfig-common?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:22
+#: ../dbconfig-common.templates:38
 msgid ""
 "${pkg} must have a database installed and configured before it can be used.  "
 "If you like, this can be handled with dbconfig-common."
@@ -89,7 +121,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:22
+#: ../dbconfig-common.templates:38
 msgid ""
 "If you are an advanced database administrator and know that you want to "
 "perform this configuration manually, or if your database has already been "
@@ -103,20 +135,20 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:22
+#: ../dbconfig-common.templates:38
 msgid "Otherwise, you should probably choose this option."
 msgstr "Se não, você deve provavelmente escolher essa opção."
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:37
+#: ../dbconfig-common.templates:53
 #, fuzzy
 msgid "Re-install database for ${pkg}?"
 msgstr "Erro instalando base de dados para o pacote ${pkg}."
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:37
+#: ../dbconfig-common.templates:53
 #, fuzzy
 msgid ""
 "Since you are reconfiguring ${pkg}, you may also want to reinstall the "
@@ -127,7 +159,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:37
+#: ../dbconfig-common.templates:53
 #, fuzzy
 msgid ""
 "If you wish to re-install the database for ${pkg}, you should select this "
@@ -141,13 +173,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:48
+#: ../dbconfig-common.templates:64
 msgid "Perform upgrade on database for ${pkg} with dbconfig-common?"
 msgstr "Atualizar a base de dados do ${pkg} com o dbconfig-common?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:48
+#: ../dbconfig-common.templates:64
 msgid ""
 "According to the maintainer for this package, database upgrade operations "
 "need to be formed on ${pkg}.  Typically this is due to changes in how a new "
@@ -159,7 +191,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:48
+#: ../dbconfig-common.templates:64
 msgid ""
 "If you want to handle this process manually, you should refuse this option.  "
 "Otherwise, you should choose this option. During the upgrade a backup of "
@@ -173,13 +205,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid "Deconfigure database for ${pkg} with dbconfig-common?"
 msgstr "Desconfigurar a base de dados para ${pkg} com dbconfig-common?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid ""
 "Since you are removing ${pkg}, it's possible that you no longer want the "
 "underlying database that it has been configured to use."
@@ -189,7 +221,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid "If you like, database removal can be handled with dbconfig-common."
 msgstr ""
 "Se você quiser, a remoção da base de dados pode ser feita pelo dbconfig-"
@@ -197,7 +229,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid ""
 "If you know that you do want to keep this database, or if you want to handle "
 "the removal of this database manually, you should refuse this option."
@@ -207,19 +239,19 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid "Otherwise, you should choose this option."
 msgstr "Se não, escolha essa opção."
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:78
+#: ../dbconfig-common.templates:94
 msgid "Database type to be used by ${pkg}:"
 msgstr "Banco de dados usado pelo pacote ${pkg}:"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:78
+#: ../dbconfig-common.templates:94
 msgid ""
 "${pkg} can be configured to use one of many database types. Below, you will "
 "be presented with the available choices."
@@ -230,13 +262,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:85
+#: ../dbconfig-common.templates:101
 msgid "Do you want to purge the database for ${pkg}?"
 msgstr "Você quer apagar a base de dados para ${pkg}?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:85
+#: ../dbconfig-common.templates:101
 msgid ""
 "If you no longer need the database for ${pkg}, this is your chance to remove "
 "them."
@@ -246,7 +278,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:85
+#: ../dbconfig-common.templates:101
 msgid ""
 "If no longer have need of the data being stored by ${pkg}, you should choose "
 "this option.  If you want to hold this data for another time, or if you "
@@ -259,7 +291,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:97
+#: ../dbconfig-common.templates:113
 msgid "Do you want to backup the database for ${pkg} before upgrading?"
 msgstr ""
 "Você quer fazer uma cópia de segurança da base de dados do pacote ${pkg} "
@@ -267,7 +299,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:97
+#: ../dbconfig-common.templates:113
 msgid ""
 "The underlying database for ${pkg} needs to be upgraded as part of the "
 "installation progress.  Just in case, the database can be backed up before "
@@ -282,32 +314,32 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:109
+#: ../dbconfig-common.templates:125
 msgid "Password confirmation:"
 msgstr "Confirmação de senha:"
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:113
+#: ../dbconfig-common.templates:129
 msgid "Passwords do not match."
 msgstr "As senhas não batem."
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:113
+#: ../dbconfig-common.templates:129
 msgid "The passwords you supplied do not match.  Please try again."
 msgstr "As senhas que você forneceu não batem. Por favor, tente de novo."
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:120
+#: ../dbconfig-common.templates:136
 #, fuzzy
 msgid "Error upgrading database for ${pkg}.  Retry?"
 msgstr "Erro atualizando base de dados para o pacote ${pkg}."
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:120
+#: ../dbconfig-common.templates:136
 #, fuzzy
 msgid ""
 "An error seems to have occurred while upgrading the database. If it's of any "
@@ -316,7 +348,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:120
+#: ../dbconfig-common.templates:136
 msgid ""
 "Fortunately, there should be a backup of the database made just before the "
 "upgrade in ${dbfile}."
@@ -326,26 +358,26 @@
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:139
+#: ../dbconfig-common.templates:155
 msgid "retry (skip questions)"
 msgstr ""
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:139
+#: ../dbconfig-common.templates:155
 msgid "ignore"
 msgstr ""
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:141
+#: ../dbconfig-common.templates:157
 #, fuzzy
 msgid "Error installing database for ${pkg}.  Retry?"
 msgstr "Erro instalando base de dados para o pacote ${pkg}."
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:141
+#: ../dbconfig-common.templates:157
 #, fuzzy
 msgid ""
 "An error seems to have occurred while installing the database. If it's of "
@@ -354,7 +386,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:141
+#: ../dbconfig-common.templates:157
 msgid ""
 "At this point, you have the option to retry or abort the operation. If you "
 "choose \"retry\", you will be prompted with all the configuration questions "
@@ -369,32 +401,32 @@
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:159
+#: ../dbconfig-common.templates:175
 msgid "abort"
 msgstr ""
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:159
+#: ../dbconfig-common.templates:175
 msgid "retry"
 msgstr ""
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 #, fuzzy
 msgid "Error removing database for ${pkg}.  Retry?"
 msgstr "Erro removendo base de dados para o pacote ${pkg}."
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 msgid "An error seems to have occurred while removing the database."
 msgstr "Um erro parece ter acontecido ao remover a base de dados."
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 #, fuzzy
 msgid ""
 "For some reason it was not possible to perform some of the actions necessary "
@@ -412,13 +444,13 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 msgid "${error}"
 msgstr "${error}"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 msgid ""
 "At this point, you have the option to retry or abort the operation. If you "
 "choose \"retry\", you will be prompted with all the configuration questions "
@@ -431,13 +463,13 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:184
+#: ../dbconfig-common.templates:200
 msgid "Host name of the ${dbvendor} database server for ${pkg}:"
 msgstr "Nome do host do servidor de banco ${dbvendor} para o pacote ${pkg}:"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:184
+#: ../dbconfig-common.templates:200
 msgid ""
 "Please select the remote hostname to use, or select \"new host\" to enter a "
 "new host."
@@ -447,13 +479,13 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:190
+#: ../dbconfig-common.templates:206
 msgid "Port number for the ${dbvendor} service:"
 msgstr "Número de porta para o serviço ${dbvendor}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:190
+#: ../dbconfig-common.templates:206
 msgid ""
 "If the ${dbvendor} database on the remote host is running on a non-standard "
 "port, this is your opportunity to specify what it is.  To use the default "
@@ -465,19 +497,19 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:197
+#: ../dbconfig-common.templates:213
 msgid "Host running the ${dbvendor} server for ${pkg}:"
 msgstr "Host que roda o servidor ${dbvendor} para o pacote ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:197
+#: ../dbconfig-common.templates:213
 msgid "Please provide the hostname of a remote ${dbvendor} server."
 msgstr "Por favor forneça o nome do host de um servidor ${dbvendor} remoto."
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:197
+#: ../dbconfig-common.templates:213
 msgid ""
 "Note: you must have already arranged for the administrative account to be "
 "able to remotely create databases and grant privileges."
@@ -487,13 +519,13 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:206
+#: ../dbconfig-common.templates:222
 msgid "${dbvendor} database name for ${pkg}:"
 msgstr "Nome da base de dados ${dbvendor} para o pacote ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:206
+#: ../dbconfig-common.templates:222
 msgid ""
 "Please provide a name for the ${dbvendor} database to be used by ${pkg}."
 msgstr ""
@@ -502,13 +534,13 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:211
+#: ../dbconfig-common.templates:227
 msgid "${dbvendor} username for ${pkg}:"
 msgstr "Nome de usuário ${dbvendor} para o pacote ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:211
+#: ../dbconfig-common.templates:227
 msgid ""
 "Please provide a ${dbvendor} username for ${pkg} to register with the "
 "database server.  A ${dbvendor} user is not necessarily the same as a system "
@@ -521,7 +553,7 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:211
+#: ../dbconfig-common.templates:227
 msgid ""
 "This is the user which will own the database, tables and other objects to be "
 "created by this installation.  This user will have complete freedom to "
@@ -533,14 +565,14 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:222
+#: ../dbconfig-common.templates:238
 #, fuzzy
 msgid "${dbvendor} storage directory for ${pkg}:"
 msgstr "Nome de usuário ${dbvendor} para o pacote ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:222
+#: ../dbconfig-common.templates:238
 #, fuzzy
 msgid ""
 "Please provide a path where the ${dbvendor} database file for ${pkg}  should "
@@ -551,14 +583,14 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:228
+#: ../dbconfig-common.templates:244
 #, fuzzy
 msgid "${dbvendor} database ownership for ${pkg}:"
 msgstr "Nome da base de dados ${dbvendor} para o pacote ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:228
+#: ../dbconfig-common.templates:244
 msgid ""
 "Please specify the filesystem ownership that you would like to set on the "
 "${dbvendor} database for ${pkg}."
@@ -566,20 +598,20 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:228
+#: ../dbconfig-common.templates:244
 msgid "This should be specified in the format owner:group."
 msgstr ""
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:236
+#: ../dbconfig-common.templates:252
 #, fuzzy
 msgid "${dbvendor} database permissions for ${pkg}:"
 msgstr "Nome da base de dados ${dbvendor} para o pacote ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:236
+#: ../dbconfig-common.templates:252
 msgid ""
 "Please specify the filesystem permissions that you would like to set on the "
 "${dbvendor} database for ${pkg}."
@@ -587,7 +619,7 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:236
+#: ../dbconfig-common.templates:252
 msgid ""
 "This should be specified in octal format as would be passed to the chmod  "
 "unix command. eg. 0644."
@@ -595,13 +627,13 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:247
+#: ../dbconfig-common.templates:263
 msgid "Connection method for MySQL database of ${pkg}:"
 msgstr "Método de conexão para a base de dados MySQL do pacote ${pkg}:"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:247
+#: ../dbconfig-common.templates:263
 msgid ""
 "By default, ${pkg} will be configured to use a MySQL server through a local "
 "unix socket (this provides the best performance). However, if you would like "
@@ -615,13 +647,13 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:255
+#: ../dbconfig-common.templates:271
 msgid "MySQL application password for ${pkg}:"
 msgstr "Senha MySQL da aplicação para o pacote ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:263
+#: ../dbconfig-common.templates:279
 msgid ""
 "For MySQL, this is almost always \"root\".  Note that this is NOT the same "
 "as the UNIX login 'root'."
@@ -631,7 +663,7 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:273
+#: ../dbconfig-common.templates:289
 msgid ""
 "What is the password for the administrative account with which this package "
 "should create its MySQL database and user?"
@@ -641,31 +673,31 @@
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:279
+#: ../dbconfig-common.templates:295
 msgid "unix socket"
 msgstr ""
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:279
+#: ../dbconfig-common.templates:295
 msgid "tcp/ip"
 msgstr ""
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:279
+#: ../dbconfig-common.templates:295
 msgid "tcp/ip + ssl"
 msgstr ""
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:281
+#: ../dbconfig-common.templates:297
 msgid "Connection method for PostgreSQL database of ${pkg}:"
 msgstr "Método de conexão para a base de dados PostgreSQL do pacote ${pkg}:"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:281
+#: ../dbconfig-common.templates:297
 msgid ""
 "By default, ${pkg} will be configured to use a PostgreSQL server through a "
 "local unix socket (this provides the best performance). However, if you "
@@ -679,13 +711,13 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:289
+#: ../dbconfig-common.templates:305
 msgid "PostgreSQL application password for ${pkg}:"
 msgstr "Senha da aplicação PostgreSQL para o pacote ${pkg}:"
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:289
+#: ../dbconfig-common.templates:305
 #, fuzzy
 msgid ""
 "Please provide a password for ${pkg} to register with the database server.  "
@@ -696,7 +728,7 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:289
+#: ../dbconfig-common.templates:305
 #, fuzzy
 msgid ""
 "If you are using \"ident\" based authentication, the supplied password will "
@@ -709,13 +741,13 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:300
+#: ../dbconfig-common.templates:316
 msgid "Name of your database's administrative user:"
 msgstr "Nome do usuário administrativo do banco de dados:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:300
+#: ../dbconfig-common.templates:316
 msgid ""
 "What is the name of the account with which this package should perform "
 "administrative actions?  This user is the one which is able to create new "
@@ -726,13 +758,13 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:307
+#: ../dbconfig-common.templates:323
 msgid "Password of your database's administrative user:"
 msgstr "Senha do usuário administrativo do banco de dados:"
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:307
+#: ../dbconfig-common.templates:323
 msgid ""
 "What is the password for the account with which this package should perform "
 "administrative actions?  (For a normal Debian PostgreSQL installation, a "
@@ -745,13 +777,13 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:317
+#: ../dbconfig-common.templates:333
 msgid "Method for authenticating PostgreSQL administrator:"
 msgstr "Método para autenticar o administrador do PostgreSQL:"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:317
+#: ../dbconfig-common.templates:333
 msgid ""
 "PostgreSQL servers provide several different mechanisms for authenticating "
 "connections.  Please select what method the administrative user should use "
@@ -763,25 +795,25 @@
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:338
+#: ../dbconfig-common.templates:354
 msgid "ident"
 msgstr ""
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:338
+#: ../dbconfig-common.templates:354
 msgid "password"
 msgstr ""
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid "Method for authenticating PostgreSQL user:"
 msgstr "Método para autenticar o usuário PostgreSQL:"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "PostgreSQL servers provide several different mechanisms for authenticating "
 "connections.  Please select what method the database user should use when "
@@ -793,7 +825,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "With \"ident\" authentication on the local machine, the server will check "
 "that the owner of the unix socket is allowed to connect."
@@ -803,7 +835,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "With \"ident\" authentication to remote hosts, RFC 1413 based ident is used "
 "(note this can be considered a security risk)."
@@ -813,7 +845,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "With \"password\" authentication, a password will be passed to the server "
 "for use with some authentication backend (such as \"md5\" or \"pam\").  Note "
@@ -827,7 +859,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "For a default Debian PostgreSQL installation running on the same host, you "
 "probably want \"ident\"."
@@ -837,13 +869,13 @@
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:360
+#: ../dbconfig-common.templates:376
 msgid "Choose a different PostgreSQL connection method?"
 msgstr ""
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:360
+#: ../dbconfig-common.templates:376
 msgid ""
 "Unfortunately, it seems that the database connection method you have "
 "selected for ${pkg} will not work, because it requires the existence of a "
@@ -852,7 +884,7 @@
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:360
+#: ../dbconfig-common.templates:376
 #, fuzzy
 msgid ""
 "If you would like to reconfigure your application to use a different method, "
@@ -867,13 +899,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:373
+#: ../dbconfig-common.templates:389
 msgid "Change PostgreSQL configuration automatically?"
 msgstr "Mudar a configuração do PostgreSQL automaticamente?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:373
+#: ../dbconfig-common.templates:389
 msgid ""
 "It has been determined that the database installation for ${pkg} can not be "
 "automatically accomplished without making changes to your PostgreSQL "
@@ -885,14 +917,14 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:386
+#: ../dbconfig-common.templates:402
 #, fuzzy
 msgid "Revert PostgreSQL configuration automatically?"
 msgstr "Mudar a configuração do PostgreSQL automaticamente?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:386
+#: ../dbconfig-common.templates:402
 msgid ""
 "As ${pkg} is now being removed, it may no longer be necessary to have an "
 "access control entry in your PostgreSQL server's configuration. While "
@@ -905,19 +937,19 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:386
+#: ../dbconfig-common.templates:402
 msgid "${pghbaline}"
 msgstr ""
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:399
+#: ../dbconfig-common.templates:415
 msgid "Please change /etc/postgresql/pg_hba.conf"
 msgstr "Por favor modifique o /etc/postgresql/pg_hba.conf"
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:399
+#: ../dbconfig-common.templates:415
 msgid ""
 "To get the database for package ${pkg} bootstrapped you have to edit the "
 "configuration of your PostgreSQL server. You may be able to find help in the "
@@ -929,19 +961,19 @@
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:406
+#: ../dbconfig-common.templates:422
 msgid "PostgreSQL does not support empty passwords."
 msgstr ""
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:410
+#: ../dbconfig-common.templates:426
 msgid "dbconfig-common will attempt to load existing settings"
 msgstr ""
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:410
+#: ../dbconfig-common.templates:426
 msgid ""
 "dbconfig-common will now attempt to load the pre-existing settings of "
 "${pkg}.  Later, these settings will be validated, and if there is any "

Modified: branches/sqlite/debian/po/sv.po
===================================================================
--- branches/sqlite/debian/po/sv.po	2006-06-13 15:39:31 UTC (rev 263)
+++ branches/sqlite/debian/po/sv.po	2006-06-17 07:54:35 UTC (rev 264)
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: dbconfig-common 1.8.5\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-06-11 14:38+1200\n"
+"Report-Msgid-Bugs-To: seanius at debian.org\n"
+"POT-Creation-Date: 2006-06-17 19:42+1200\n"
 "PO-Revision-Date: 2005-12-01 22:10+0100\n"
 "Last-Translator: Daniel Nylander <po at danielnylander.se>\n"
 "Language-Team: Swedish <tp-sv at listor.tp-sv.se>\n"
@@ -20,12 +20,44 @@
 #. Type: boolean
 #. Description
 #: ../dbconfig-common.templates:4
+msgid "Will this server be used to access remote databases?"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../dbconfig-common.templates:4
+msgid ""
+"For the database types that support it, dbconfig-common includes support for "
+"configuring databases on remote systems.  When installing a package's "
+"database via dbconfig-common, the questions related to remote configuration "
+"are asked with a priority such that they are skipped for most systems."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../dbconfig-common.templates:4
+msgid ""
+"If you select this option, the default behaviour will be to prompt you with "
+"questions related to remote database configuration when you install new "
+"packages."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../dbconfig-common.templates:4
+#, fuzzy
+msgid "If you are unsure, you should not select this option."
+msgstr "Om inte, bör du välja denna åtgärd."
+
+#. Type: boolean
+#. Description
+#: ../dbconfig-common.templates:20
 msgid "Keep \"administrative\" database passwords in debconf?"
 msgstr "Behålla administrativa databaslösenord i debconf?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:4
+#: ../dbconfig-common.templates:20
 msgid ""
 "By default, you will be prompted for all administrator-level database "
 "passwords when you configure, upgrade, or remove applications with dbconfig-"
@@ -39,7 +71,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:4
+#: ../dbconfig-common.templates:20
 msgid ""
 "This behavior can be disabled, in which case the passwords will remain in "
 "the debconf password database.  The debconf password database is protected "
@@ -52,7 +84,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:4
+#: ../dbconfig-common.templates:20
 msgid ""
 "If you would rather not be bothered by for an administrative password every "
 "time you upgrade a database application with dbconfig-common, you should "
@@ -64,13 +96,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:22
+#: ../dbconfig-common.templates:38
 msgid "Configure database for ${pkg} with dbconfig-common?"
 msgstr "Konfigurera databas för ${pkg} med dbconfig-common?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:22
+#: ../dbconfig-common.templates:38
 msgid ""
 "${pkg} must have a database installed and configured before it can be used.  "
 "If you like, this can be handled with dbconfig-common."
@@ -80,7 +112,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:22
+#: ../dbconfig-common.templates:38
 msgid ""
 "If you are an advanced database administrator and know that you want to "
 "perform this configuration manually, or if your database has already been "
@@ -94,20 +126,20 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:22
+#: ../dbconfig-common.templates:38
 msgid "Otherwise, you should probably choose this option."
 msgstr "Annars bör du antagligen välja denna inställning."
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:37
+#: ../dbconfig-common.templates:53
 #, fuzzy
 msgid "Re-install database for ${pkg}?"
 msgstr "Fel vid installation av databas för ${pkg}. Försöka igen?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:37
+#: ../dbconfig-common.templates:53
 #, fuzzy
 msgid ""
 "Since you are reconfiguring ${pkg}, you may also want to reinstall the "
@@ -118,7 +150,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:37
+#: ../dbconfig-common.templates:53
 #, fuzzy
 msgid ""
 "If you wish to re-install the database for ${pkg}, you should select this "
@@ -131,13 +163,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:48
+#: ../dbconfig-common.templates:64
 msgid "Perform upgrade on database for ${pkg} with dbconfig-common?"
 msgstr "Genomföra uppgradering av databasen för ${pkg} med dbconfig-common?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:48
+#: ../dbconfig-common.templates:64
 msgid ""
 "According to the maintainer for this package, database upgrade operations "
 "need to be formed on ${pkg}.  Typically this is due to changes in how a new "
@@ -149,7 +181,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:48
+#: ../dbconfig-common.templates:64
 msgid ""
 "If you want to handle this process manually, you should refuse this option.  "
 "Otherwise, you should choose this option. During the upgrade a backup of "
@@ -163,13 +195,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid "Deconfigure database for ${pkg} with dbconfig-common?"
 msgstr "Avkonfigurera databasen för ${pkg} med dbconfig-common?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid ""
 "Since you are removing ${pkg}, it's possible that you no longer want the "
 "underlying database that it has been configured to use."
@@ -179,14 +211,14 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid "If you like, database removal can be handled with dbconfig-common."
 msgstr ""
 "Om du vill kan borttagningen av databasen hanteras med dbconfig-common."
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid ""
 "If you know that you do want to keep this database, or if you want to handle "
 "the removal of this database manually, you should refuse this option."
@@ -196,19 +228,19 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid "Otherwise, you should choose this option."
 msgstr "Om inte, bör du välja denna åtgärd."
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:78
+#: ../dbconfig-common.templates:94
 msgid "Database type to be used by ${pkg}:"
 msgstr "Databastyp att använda för ${pkg}:"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:78
+#: ../dbconfig-common.templates:94
 msgid ""
 "${pkg} can be configured to use one of many database types. Below, you will "
 "be presented with the available choices."
@@ -218,13 +250,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:85
+#: ../dbconfig-common.templates:101
 msgid "Do you want to purge the database for ${pkg}?"
 msgstr "Vill du rensa databasen för ${pkg}?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:85
+#: ../dbconfig-common.templates:101
 msgid ""
 "If you no longer need the database for ${pkg}, this is your chance to remove "
 "them."
@@ -234,7 +266,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:85
+#: ../dbconfig-common.templates:101
 msgid ""
 "If no longer have need of the data being stored by ${pkg}, you should choose "
 "this option.  If you want to hold this data for another time, or if you "
@@ -246,13 +278,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:97
+#: ../dbconfig-common.templates:113
 msgid "Do you want to backup the database for ${pkg} before upgrading?"
 msgstr "Vill du säkerhetskopiera databasen för ${pkg} före uppgradering?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:97
+#: ../dbconfig-common.templates:113
 msgid ""
 "The underlying database for ${pkg} needs to be upgraded as part of the "
 "installation progress.  Just in case, the database can be backed up before "
@@ -266,31 +298,31 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:109
+#: ../dbconfig-common.templates:125
 msgid "Password confirmation:"
 msgstr "Bekräftelse av lösenord:"
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:113
+#: ../dbconfig-common.templates:129
 msgid "Passwords do not match."
 msgstr "Lösenorden stämmer inte överens."
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:113
+#: ../dbconfig-common.templates:129
 msgid "The passwords you supplied do not match.  Please try again."
 msgstr "Lösenorden du angav stämde inte överens. Vänligen försök igen."
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:120
+#: ../dbconfig-common.templates:136
 msgid "Error upgrading database for ${pkg}.  Retry?"
 msgstr "Fel vid uppgradering av databas för ${pkg}. Försöka igen?"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:120
+#: ../dbconfig-common.templates:136
 msgid ""
 "An error seems to have occurred while upgrading the database. If it's of any "
 "help, this was the error encountered:"
@@ -300,7 +332,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:120
+#: ../dbconfig-common.templates:136
 msgid ""
 "Fortunately, there should be a backup of the database made just before the "
 "upgrade in ${dbfile}."
@@ -310,25 +342,25 @@
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:139
+#: ../dbconfig-common.templates:155
 msgid "retry (skip questions)"
 msgstr "försök igen (hoppa över frågor)"
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:139
+#: ../dbconfig-common.templates:155
 msgid "ignore"
 msgstr "ignorera"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:141
+#: ../dbconfig-common.templates:157
 msgid "Error installing database for ${pkg}.  Retry?"
 msgstr "Fel vid installation av databas för ${pkg}. Försöka igen?"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:141
+#: ../dbconfig-common.templates:157
 msgid ""
 "An error seems to have occurred while installing the database. If it's of "
 "any help, this was the error encountered:"
@@ -338,7 +370,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:141
+#: ../dbconfig-common.templates:157
 msgid ""
 "At this point, you have the option to retry or abort the operation. If you "
 "choose \"retry\", you will be prompted with all the configuration questions "
@@ -362,31 +394,31 @@
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:159
+#: ../dbconfig-common.templates:175
 msgid "abort"
 msgstr "avbryt"
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:159
+#: ../dbconfig-common.templates:175
 msgid "retry"
 msgstr "försök igen"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 msgid "Error removing database for ${pkg}.  Retry?"
 msgstr "Fel vid borttagning av databasen för ${pkg}. Försöka igen?"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 msgid "An error seems to have occurred while removing the database."
 msgstr "Ett fel verkar ha inträffat under borttagning av databasen."
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 msgid ""
 "For some reason it was not possible to perform some of the actions necessary "
 "to remove the database for ${pkg}.  At this point you have two options: you "
@@ -404,13 +436,13 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 msgid "${error}"
 msgstr "${error}"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 msgid ""
 "At this point, you have the option to retry or abort the operation. If you "
 "choose \"retry\", you will be prompted with all the configuration questions "
@@ -430,13 +462,13 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:184
+#: ../dbconfig-common.templates:200
 msgid "Host name of the ${dbvendor} database server for ${pkg}:"
 msgstr "Värdnamn för ${dbvendor}-databasservern för ${pkg}:"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:184
+#: ../dbconfig-common.templates:200
 msgid ""
 "Please select the remote hostname to use, or select \"new host\" to enter a "
 "new host."
@@ -446,13 +478,13 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:190
+#: ../dbconfig-common.templates:206
 msgid "Port number for the ${dbvendor} service:"
 msgstr "Portnummer för ${dbvendor}-tjänsten:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:190
+#: ../dbconfig-common.templates:206
 msgid ""
 "If the ${dbvendor} database on the remote host is running on a non-standard "
 "port, this is your opportunity to specify what it is.  To use the default "
@@ -464,19 +496,19 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:197
+#: ../dbconfig-common.templates:213
 msgid "Host running the ${dbvendor} server for ${pkg}:"
 msgstr "Värd som kör servern ${dbvendor} för ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:197
+#: ../dbconfig-common.templates:213
 msgid "Please provide the hostname of a remote ${dbvendor} server."
 msgstr "Ange värdnamnet för en fjärrserver med ${dbvendor}."
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:197
+#: ../dbconfig-common.templates:213
 msgid ""
 "Note: you must have already arranged for the administrative account to be "
 "able to remotely create databases and grant privileges."
@@ -487,26 +519,26 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:206
+#: ../dbconfig-common.templates:222
 msgid "${dbvendor} database name for ${pkg}:"
 msgstr "${dbvendor}-databasnamn för ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:206
+#: ../dbconfig-common.templates:222
 msgid ""
 "Please provide a name for the ${dbvendor} database to be used by ${pkg}."
 msgstr "Ange ett namn för ${dbvendor}-databasen som ska användas av ${pkg}."
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:211
+#: ../dbconfig-common.templates:227
 msgid "${dbvendor} username for ${pkg}:"
 msgstr "${dbvendor}-användarnamn för ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:211
+#: ../dbconfig-common.templates:227
 msgid ""
 "Please provide a ${dbvendor} username for ${pkg} to register with the "
 "database server.  A ${dbvendor} user is not necessarily the same as a system "
@@ -518,7 +550,7 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:211
+#: ../dbconfig-common.templates:227
 msgid ""
 "This is the user which will own the database, tables and other objects to be "
 "created by this installation.  This user will have complete freedom to "
@@ -530,14 +562,14 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:222
+#: ../dbconfig-common.templates:238
 #, fuzzy
 msgid "${dbvendor} storage directory for ${pkg}:"
 msgstr "${dbvendor}-användarnamn för ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:222
+#: ../dbconfig-common.templates:238
 #, fuzzy
 msgid ""
 "Please provide a path where the ${dbvendor} database file for ${pkg}  should "
@@ -546,14 +578,14 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:228
+#: ../dbconfig-common.templates:244
 #, fuzzy
 msgid "${dbvendor} database ownership for ${pkg}:"
 msgstr "${dbvendor}-databasnamn för ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:228
+#: ../dbconfig-common.templates:244
 msgid ""
 "Please specify the filesystem ownership that you would like to set on the "
 "${dbvendor} database for ${pkg}."
@@ -561,20 +593,20 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:228
+#: ../dbconfig-common.templates:244
 msgid "This should be specified in the format owner:group."
 msgstr ""
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:236
+#: ../dbconfig-common.templates:252
 #, fuzzy
 msgid "${dbvendor} database permissions for ${pkg}:"
 msgstr "${dbvendor}-databasnamn för ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:236
+#: ../dbconfig-common.templates:252
 msgid ""
 "Please specify the filesystem permissions that you would like to set on the "
 "${dbvendor} database for ${pkg}."
@@ -582,7 +614,7 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:236
+#: ../dbconfig-common.templates:252
 msgid ""
 "This should be specified in octal format as would be passed to the chmod  "
 "unix command. eg. 0644."
@@ -590,13 +622,13 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:247
+#: ../dbconfig-common.templates:263
 msgid "Connection method for MySQL database of ${pkg}:"
 msgstr "Anslutningsmetod för MySQL-databasen för ${pkg}:"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:247
+#: ../dbconfig-common.templates:263
 msgid ""
 "By default, ${pkg} will be configured to use a MySQL server through a local "
 "unix socket (this provides the best performance). However, if you would like "
@@ -610,13 +642,13 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:255
+#: ../dbconfig-common.templates:271
 msgid "MySQL application password for ${pkg}:"
 msgstr "MySQL-lösenord för ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:263
+#: ../dbconfig-common.templates:279
 msgid ""
 "For MySQL, this is almost always \"root\".  Note that this is NOT the same "
 "as the UNIX login 'root'."
@@ -626,7 +658,7 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:273
+#: ../dbconfig-common.templates:289
 msgid ""
 "What is the password for the administrative account with which this package "
 "should create its MySQL database and user?"
@@ -636,31 +668,31 @@
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:279
+#: ../dbconfig-common.templates:295
 msgid "unix socket"
 msgstr "unix socket"
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:279
+#: ../dbconfig-common.templates:295
 msgid "tcp/ip"
 msgstr "tcp/ip"
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:279
+#: ../dbconfig-common.templates:295
 msgid "tcp/ip + ssl"
 msgstr "tcp/ip + ssl"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:281
+#: ../dbconfig-common.templates:297
 msgid "Connection method for PostgreSQL database of ${pkg}:"
 msgstr "Anslutningsmetod för PostgreSQL-databasen för ${pkg}:"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:281
+#: ../dbconfig-common.templates:297
 msgid ""
 "By default, ${pkg} will be configured to use a PostgreSQL server through a "
 "local unix socket (this provides the best performance). However, if you "
@@ -674,13 +706,13 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:289
+#: ../dbconfig-common.templates:305
 msgid "PostgreSQL application password for ${pkg}:"
 msgstr "PostgreSQL-lösenord för ${pkg}:"
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:289
+#: ../dbconfig-common.templates:305
 msgid ""
 "Please provide a password for ${pkg} to register with the database server.  "
 "If left blank, a random password will be generated for you."
@@ -690,7 +722,7 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:289
+#: ../dbconfig-common.templates:305
 #, fuzzy
 msgid ""
 "If you are using \"ident\" based authentication, the supplied password will "
@@ -704,13 +736,13 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:300
+#: ../dbconfig-common.templates:316
 msgid "Name of your database's administrative user:"
 msgstr "Namnet på din databasadministratörs användare:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:300
+#: ../dbconfig-common.templates:316
 msgid ""
 "What is the name of the account with which this package should perform "
 "administrative actions?  This user is the one which is able to create new "
@@ -722,13 +754,13 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:307
+#: ../dbconfig-common.templates:323
 msgid "Password of your database's administrative user:"
 msgstr "Lösenord för din databasadministratörs användare:"
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:307
+#: ../dbconfig-common.templates:323
 msgid ""
 "What is the password for the account with which this package should perform "
 "administrative actions?  (For a normal Debian PostgreSQL installation, a "
@@ -741,13 +773,13 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:317
+#: ../dbconfig-common.templates:333
 msgid "Method for authenticating PostgreSQL administrator:"
 msgstr "Metod för att autentisera PostgreSQL-administratören:"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:317
+#: ../dbconfig-common.templates:333
 msgid ""
 "PostgreSQL servers provide several different mechanisms for authenticating "
 "connections.  Please select what method the administrative user should use "
@@ -759,25 +791,25 @@
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:338
+#: ../dbconfig-common.templates:354
 msgid "ident"
 msgstr "ident"
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:338
+#: ../dbconfig-common.templates:354
 msgid "password"
 msgstr "lösenord"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid "Method for authenticating PostgreSQL user:"
 msgstr "Metod för att autentisera PostgreSQL-användare:"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "PostgreSQL servers provide several different mechanisms for authenticating "
 "connections.  Please select what method the database user should use when "
@@ -789,7 +821,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "With \"ident\" authentication on the local machine, the server will check "
 "that the owner of the unix socket is allowed to connect."
@@ -799,7 +831,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "With \"ident\" authentication to remote hosts, RFC 1413 based ident is used "
 "(note this can be considered a security risk)."
@@ -809,7 +841,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "With \"password\" authentication, a password will be passed to the server "
 "for use with some authentication backend (such as \"md5\" or \"pam\").  Note "
@@ -823,7 +855,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "For a default Debian PostgreSQL installation running on the same host, you "
 "probably want \"ident\"."
@@ -833,13 +865,13 @@
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:360
+#: ../dbconfig-common.templates:376
 msgid "Choose a different PostgreSQL connection method?"
 msgstr "Välja en annan anslutningsmetod för PostgreSQL?"
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:360
+#: ../dbconfig-common.templates:376
 msgid ""
 "Unfortunately, it seems that the database connection method you have "
 "selected for ${pkg} will not work, because it requires the existence of a "
@@ -851,7 +883,7 @@
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:360
+#: ../dbconfig-common.templates:376
 msgid ""
 "If you would like to reconfigure your application to use a different method, "
 "you should choose this option.  If you know for certain that this method "
@@ -864,13 +896,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:373
+#: ../dbconfig-common.templates:389
 msgid "Change PostgreSQL configuration automatically?"
 msgstr "Ändra konfiguration för PostgreSQL automatiskt?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:373
+#: ../dbconfig-common.templates:389
 msgid ""
 "It has been determined that the database installation for ${pkg} can not be "
 "automatically accomplished without making changes to your PostgreSQL "
@@ -887,13 +919,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:386
+#: ../dbconfig-common.templates:402
 msgid "Revert PostgreSQL configuration automatically?"
 msgstr "Återställ PostgreSQL-konfigurationen automatiskt?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:386
+#: ../dbconfig-common.templates:402
 msgid ""
 "As ${pkg} is now being removed, it may no longer be necessary to have an "
 "access control entry in your PostgreSQL server's configuration. While "
@@ -913,19 +945,19 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:386
+#: ../dbconfig-common.templates:402
 msgid "${pghbaline}"
 msgstr "${pghbaline}"
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:399
+#: ../dbconfig-common.templates:415
 msgid "Please change /etc/postgresql/pg_hba.conf"
 msgstr "Vänligen ändra /etc/postgresql/pg_hba.conf"
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:399
+#: ../dbconfig-common.templates:415
 msgid ""
 "To get the database for package ${pkg} bootstrapped you have to edit the "
 "configuration of your PostgreSQL server. You may be able to find help in the "
@@ -937,20 +969,20 @@
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:406
+#: ../dbconfig-common.templates:422
 msgid "PostgreSQL does not support empty passwords."
 msgstr "PostgreSQL har inte stöd för blanka lösenord."
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:410
+#: ../dbconfig-common.templates:426
 msgid "dbconfig-common will attempt to load existing settings"
 msgstr ""
 "dbconfig-common kommer att försöka att läsa in existerande inställningar"
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:410
+#: ../dbconfig-common.templates:426
 msgid ""
 "dbconfig-common will now attempt to load the pre-existing settings of "
 "${pkg}.  Later, these settings will be validated, and if there is any "

Modified: branches/sqlite/debian/po/templates.pot
===================================================================
--- branches/sqlite/debian/po/templates.pot	2006-06-13 15:39:31 UTC (rev 263)
+++ branches/sqlite/debian/po/templates.pot	2006-06-17 07:54:35 UTC (rev 264)
@@ -16,7 +16,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-06-11 14:38+1200\n"
+"POT-Creation-Date: 2006-06-17 19:42+1200\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"
@@ -27,13 +27,44 @@
 #. Type: boolean
 #. Description
 #: ../dbconfig-common.templates:4
-msgid "Keep \"administrative\" database passwords in debconf?"
+msgid "Will this server be used to access remote databases?"
 msgstr ""
 
 #. Type: boolean
 #. Description
 #: ../dbconfig-common.templates:4
 msgid ""
+"For the database types that support it, dbconfig-common includes support for "
+"configuring databases on remote systems.  When installing a package's "
+"database via dbconfig-common, the questions related to remote configuration "
+"are asked with a priority such that they are skipped for most systems."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../dbconfig-common.templates:4
+msgid ""
+"If you select this option, the default behaviour will be to prompt you with "
+"questions related to remote database configuration when you install new "
+"packages."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../dbconfig-common.templates:4
+msgid "If you are unsure, you should not select this option."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../dbconfig-common.templates:20
+msgid "Keep \"administrative\" database passwords in debconf?"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../dbconfig-common.templates:20
+msgid ""
 "By default, you will be prompted for all administrator-level database "
 "passwords when you configure, upgrade, or remove applications with dbconfig-"
 "common.  These passwords will not be stored in debconf for any longer than "
@@ -42,7 +73,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:4
+#: ../dbconfig-common.templates:20
 msgid ""
 "This behavior can be disabled, in which case the passwords will remain in "
 "the debconf password database.  The debconf password database is protected "
@@ -52,7 +83,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:4
+#: ../dbconfig-common.templates:20
 msgid ""
 "If you would rather not be bothered by for an administrative password every "
 "time you upgrade a database application with dbconfig-common, you should "
@@ -61,13 +92,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:22
+#: ../dbconfig-common.templates:38
 msgid "Configure database for ${pkg} with dbconfig-common?"
 msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:22
+#: ../dbconfig-common.templates:38
 msgid ""
 "${pkg} must have a database installed and configured before it can be used.  "
 "If you like, this can be handled with dbconfig-common."
@@ -75,7 +106,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:22
+#: ../dbconfig-common.templates:38
 msgid ""
 "If you are an advanced database administrator and know that you want to "
 "perform this configuration manually, or if your database has already been "
@@ -85,19 +116,19 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:22
+#: ../dbconfig-common.templates:38
 msgid "Otherwise, you should probably choose this option."
 msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:37
+#: ../dbconfig-common.templates:53
 msgid "Re-install database for ${pkg}?"
 msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:37
+#: ../dbconfig-common.templates:53
 msgid ""
 "Since you are reconfiguring ${pkg}, you may also want to reinstall the "
 "database which it uses."
@@ -105,7 +136,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:37
+#: ../dbconfig-common.templates:53
 msgid ""
 "If you wish to re-install the database for ${pkg}, you should select this "
 "option.  If you do not wish to do so (if you are reconfiguring the package "
@@ -114,13 +145,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:48
+#: ../dbconfig-common.templates:64
 msgid "Perform upgrade on database for ${pkg} with dbconfig-common?"
 msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:48
+#: ../dbconfig-common.templates:64
 msgid ""
 "According to the maintainer for this package, database upgrade operations "
 "need to be formed on ${pkg}.  Typically this is due to changes in how a new "
@@ -129,7 +160,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:48
+#: ../dbconfig-common.templates:64
 msgid ""
 "If you want to handle this process manually, you should refuse this option.  "
 "Otherwise, you should choose this option. During the upgrade a backup of "
@@ -139,13 +170,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid "Deconfigure database for ${pkg} with dbconfig-common?"
 msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid ""
 "Since you are removing ${pkg}, it's possible that you no longer want the "
 "underlying database that it has been configured to use."
@@ -153,13 +184,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid "If you like, database removal can be handled with dbconfig-common."
 msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid ""
 "If you know that you do want to keep this database, or if you want to handle "
 "the removal of this database manually, you should refuse this option."
@@ -167,19 +198,19 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid "Otherwise, you should choose this option."
 msgstr ""
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:78
+#: ../dbconfig-common.templates:94
 msgid "Database type to be used by ${pkg}:"
 msgstr ""
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:78
+#: ../dbconfig-common.templates:94
 msgid ""
 "${pkg} can be configured to use one of many database types. Below, you will "
 "be presented with the available choices."
@@ -187,13 +218,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:85
+#: ../dbconfig-common.templates:101
 msgid "Do you want to purge the database for ${pkg}?"
 msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:85
+#: ../dbconfig-common.templates:101
 msgid ""
 "If you no longer need the database for ${pkg}, this is your chance to remove "
 "them."
@@ -201,7 +232,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:85
+#: ../dbconfig-common.templates:101
 msgid ""
 "If no longer have need of the data being stored by ${pkg}, you should choose "
 "this option.  If you want to hold this data for another time, or if you "
@@ -210,13 +241,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:97
+#: ../dbconfig-common.templates:113
 msgid "Do you want to backup the database for ${pkg} before upgrading?"
 msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:97
+#: ../dbconfig-common.templates:113
 msgid ""
 "The underlying database for ${pkg} needs to be upgraded as part of the "
 "installation progress.  Just in case, the database can be backed up before "
@@ -226,31 +257,31 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:109
+#: ../dbconfig-common.templates:125
 msgid "Password confirmation:"
 msgstr ""
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:113
+#: ../dbconfig-common.templates:129
 msgid "Passwords do not match."
 msgstr ""
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:113
+#: ../dbconfig-common.templates:129
 msgid "The passwords you supplied do not match.  Please try again."
 msgstr ""
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:120
+#: ../dbconfig-common.templates:136
 msgid "Error upgrading database for ${pkg}.  Retry?"
 msgstr ""
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:120
+#: ../dbconfig-common.templates:136
 msgid ""
 "An error seems to have occurred while upgrading the database. If it's of any "
 "help, this was the error encountered:"
@@ -258,7 +289,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:120
+#: ../dbconfig-common.templates:136
 msgid ""
 "Fortunately, there should be a backup of the database made just before the "
 "upgrade in ${dbfile}."
@@ -266,25 +297,25 @@
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:139
+#: ../dbconfig-common.templates:155
 msgid "retry (skip questions)"
 msgstr ""
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:139
+#: ../dbconfig-common.templates:155
 msgid "ignore"
 msgstr ""
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:141
+#: ../dbconfig-common.templates:157
 msgid "Error installing database for ${pkg}.  Retry?"
 msgstr ""
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:141
+#: ../dbconfig-common.templates:157
 msgid ""
 "An error seems to have occurred while installing the database. If it's of "
 "any help, this was the error encountered:"
@@ -292,7 +323,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:141
+#: ../dbconfig-common.templates:157
 msgid ""
 "At this point, you have the option to retry or abort the operation. If you "
 "choose \"retry\", you will be prompted with all the configuration questions "
@@ -307,31 +338,31 @@
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:159
+#: ../dbconfig-common.templates:175
 msgid "abort"
 msgstr ""
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:159
+#: ../dbconfig-common.templates:175
 msgid "retry"
 msgstr ""
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 msgid "Error removing database for ${pkg}.  Retry?"
 msgstr ""
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 msgid "An error seems to have occurred while removing the database."
 msgstr ""
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 msgid ""
 "For some reason it was not possible to perform some of the actions necessary "
 "to remove the database for ${pkg}.  At this point you have two options: you "
@@ -343,13 +374,13 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 msgid "${error}"
 msgstr ""
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 msgid ""
 "At this point, you have the option to retry or abort the operation. If you "
 "choose \"retry\", you will be prompted with all the configuration questions "
@@ -362,13 +393,13 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:184
+#: ../dbconfig-common.templates:200
 msgid "Host name of the ${dbvendor} database server for ${pkg}:"
 msgstr ""
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:184
+#: ../dbconfig-common.templates:200
 msgid ""
 "Please select the remote hostname to use, or select \"new host\" to enter a "
 "new host."
@@ -376,13 +407,13 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:190
+#: ../dbconfig-common.templates:206
 msgid "Port number for the ${dbvendor} service:"
 msgstr ""
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:190
+#: ../dbconfig-common.templates:206
 msgid ""
 "If the ${dbvendor} database on the remote host is running on a non-standard "
 "port, this is your opportunity to specify what it is.  To use the default "
@@ -391,19 +422,19 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:197
+#: ../dbconfig-common.templates:213
 msgid "Host running the ${dbvendor} server for ${pkg}:"
 msgstr ""
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:197
+#: ../dbconfig-common.templates:213
 msgid "Please provide the hostname of a remote ${dbvendor} server."
 msgstr ""
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:197
+#: ../dbconfig-common.templates:213
 msgid ""
 "Note: you must have already arranged for the administrative account to be "
 "able to remotely create databases and grant privileges."
@@ -411,26 +442,26 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:206
+#: ../dbconfig-common.templates:222
 msgid "${dbvendor} database name for ${pkg}:"
 msgstr ""
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:206
+#: ../dbconfig-common.templates:222
 msgid ""
 "Please provide a name for the ${dbvendor} database to be used by ${pkg}."
 msgstr ""
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:211
+#: ../dbconfig-common.templates:227
 msgid "${dbvendor} username for ${pkg}:"
 msgstr ""
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:211
+#: ../dbconfig-common.templates:227
 msgid ""
 "Please provide a ${dbvendor} username for ${pkg} to register with the "
 "database server.  A ${dbvendor} user is not necessarily the same as a system "
@@ -439,7 +470,7 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:211
+#: ../dbconfig-common.templates:227
 msgid ""
 "This is the user which will own the database, tables and other objects to be "
 "created by this installation.  This user will have complete freedom to "
@@ -448,13 +479,13 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:222
+#: ../dbconfig-common.templates:238
 msgid "${dbvendor} storage directory for ${pkg}:"
 msgstr ""
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:222
+#: ../dbconfig-common.templates:238
 msgid ""
 "Please provide a path where the ${dbvendor} database file for ${pkg}  should "
 "be installed into."
@@ -462,13 +493,13 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:228
+#: ../dbconfig-common.templates:244
 msgid "${dbvendor} database ownership for ${pkg}:"
 msgstr ""
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:228
+#: ../dbconfig-common.templates:244
 msgid ""
 "Please specify the filesystem ownership that you would like to set on the "
 "${dbvendor} database for ${pkg}."
@@ -476,19 +507,19 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:228
+#: ../dbconfig-common.templates:244
 msgid "This should be specified in the format owner:group."
 msgstr ""
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:236
+#: ../dbconfig-common.templates:252
 msgid "${dbvendor} database permissions for ${pkg}:"
 msgstr ""
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:236
+#: ../dbconfig-common.templates:252
 msgid ""
 "Please specify the filesystem permissions that you would like to set on the "
 "${dbvendor} database for ${pkg}."
@@ -496,7 +527,7 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:236
+#: ../dbconfig-common.templates:252
 msgid ""
 "This should be specified in octal format as would be passed to the chmod  "
 "unix command. eg. 0644."
@@ -504,13 +535,13 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:247
+#: ../dbconfig-common.templates:263
 msgid "Connection method for MySQL database of ${pkg}:"
 msgstr ""
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:247
+#: ../dbconfig-common.templates:263
 msgid ""
 "By default, ${pkg} will be configured to use a MySQL server through a local "
 "unix socket (this provides the best performance). However, if you would like "
@@ -520,13 +551,13 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:255
+#: ../dbconfig-common.templates:271
 msgid "MySQL application password for ${pkg}:"
 msgstr ""
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:263
+#: ../dbconfig-common.templates:279
 msgid ""
 "For MySQL, this is almost always \"root\".  Note that this is NOT the same "
 "as the UNIX login 'root'."
@@ -534,7 +565,7 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:273
+#: ../dbconfig-common.templates:289
 msgid ""
 "What is the password for the administrative account with which this package "
 "should create its MySQL database and user?"
@@ -542,31 +573,31 @@
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:279
+#: ../dbconfig-common.templates:295
 msgid "unix socket"
 msgstr ""
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:279
+#: ../dbconfig-common.templates:295
 msgid "tcp/ip"
 msgstr ""
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:279
+#: ../dbconfig-common.templates:295
 msgid "tcp/ip + ssl"
 msgstr ""
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:281
+#: ../dbconfig-common.templates:297
 msgid "Connection method for PostgreSQL database of ${pkg}:"
 msgstr ""
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:281
+#: ../dbconfig-common.templates:297
 msgid ""
 "By default, ${pkg} will be configured to use a PostgreSQL server through a "
 "local unix socket (this provides the best performance). However, if you "
@@ -576,13 +607,13 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:289
+#: ../dbconfig-common.templates:305
 msgid "PostgreSQL application password for ${pkg}:"
 msgstr ""
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:289
+#: ../dbconfig-common.templates:305
 msgid ""
 "Please provide a password for ${pkg} to register with the database server.  "
 "If left blank, a random password will be generated for you."
@@ -590,7 +621,7 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:289
+#: ../dbconfig-common.templates:305
 msgid ""
 "If you are using \"ident\" based authentication, the supplied password will "
 "not be used and can be left blank.  Otherwise, PostgreSQL access may need to "
@@ -599,13 +630,13 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:300
+#: ../dbconfig-common.templates:316
 msgid "Name of your database's administrative user:"
 msgstr ""
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:300
+#: ../dbconfig-common.templates:316
 msgid ""
 "What is the name of the account with which this package should perform "
 "administrative actions?  This user is the one which is able to create new "
@@ -614,13 +645,13 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:307
+#: ../dbconfig-common.templates:323
 msgid "Password of your database's administrative user:"
 msgstr ""
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:307
+#: ../dbconfig-common.templates:323
 msgid ""
 "What is the password for the account with which this package should perform "
 "administrative actions?  (For a normal Debian PostgreSQL installation, a "
@@ -630,13 +661,13 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:317
+#: ../dbconfig-common.templates:333
 msgid "Method for authenticating PostgreSQL administrator:"
 msgstr ""
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:317
+#: ../dbconfig-common.templates:333
 msgid ""
 "PostgreSQL servers provide several different mechanisms for authenticating "
 "connections.  Please select what method the administrative user should use "
@@ -645,25 +676,25 @@
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:338
+#: ../dbconfig-common.templates:354
 msgid "ident"
 msgstr ""
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:338
+#: ../dbconfig-common.templates:354
 msgid "password"
 msgstr ""
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid "Method for authenticating PostgreSQL user:"
 msgstr ""
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "PostgreSQL servers provide several different mechanisms for authenticating "
 "connections.  Please select what method the database user should use when "
@@ -672,7 +703,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "With \"ident\" authentication on the local machine, the server will check "
 "that the owner of the unix socket is allowed to connect."
@@ -680,7 +711,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "With \"ident\" authentication to remote hosts, RFC 1413 based ident is used "
 "(note this can be considered a security risk)."
@@ -688,7 +719,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "With \"password\" authentication, a password will be passed to the server "
 "for use with some authentication backend (such as \"md5\" or \"pam\").  Note "
@@ -698,7 +729,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "For a default Debian PostgreSQL installation running on the same host, you "
 "probably want \"ident\"."
@@ -706,13 +737,13 @@
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:360
+#: ../dbconfig-common.templates:376
 msgid "Choose a different PostgreSQL connection method?"
 msgstr ""
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:360
+#: ../dbconfig-common.templates:376
 msgid ""
 "Unfortunately, it seems that the database connection method you have "
 "selected for ${pkg} will not work, because it requires the existence of a "
@@ -721,7 +752,7 @@
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:360
+#: ../dbconfig-common.templates:376
 msgid ""
 "If you would like to reconfigure your application to use a different method, "
 "you should choose this option.  If you know for certain that this method "
@@ -731,13 +762,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:373
+#: ../dbconfig-common.templates:389
 msgid "Change PostgreSQL configuration automatically?"
 msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:373
+#: ../dbconfig-common.templates:389
 msgid ""
 "It has been determined that the database installation for ${pkg} can not be "
 "automatically accomplished without making changes to your PostgreSQL "
@@ -749,13 +780,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:386
+#: ../dbconfig-common.templates:402
 msgid "Revert PostgreSQL configuration automatically?"
 msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:386
+#: ../dbconfig-common.templates:402
 msgid ""
 "As ${pkg} is now being removed, it may no longer be necessary to have an "
 "access control entry in your PostgreSQL server's configuration. While "
@@ -768,19 +799,19 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:386
+#: ../dbconfig-common.templates:402
 msgid "${pghbaline}"
 msgstr ""
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:399
+#: ../dbconfig-common.templates:415
 msgid "Please change /etc/postgresql/pg_hba.conf"
 msgstr ""
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:399
+#: ../dbconfig-common.templates:415
 msgid ""
 "To get the database for package ${pkg} bootstrapped you have to edit the "
 "configuration of your PostgreSQL server. You may be able to find help in the "
@@ -789,19 +820,19 @@
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:406
+#: ../dbconfig-common.templates:422
 msgid "PostgreSQL does not support empty passwords."
 msgstr ""
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:410
+#: ../dbconfig-common.templates:426
 msgid "dbconfig-common will attempt to load existing settings"
 msgstr ""
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:410
+#: ../dbconfig-common.templates:426
 msgid ""
 "dbconfig-common will now attempt to load the pre-existing settings of "
 "${pkg}.  Later, these settings will be validated, and if there is any "

Modified: branches/sqlite/debian/po/vi.po
===================================================================
--- branches/sqlite/debian/po/vi.po	2006-06-13 15:39:31 UTC (rev 263)
+++ branches/sqlite/debian/po/vi.po	2006-06-17 07:54:35 UTC (rev 264)
@@ -5,8 +5,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: dbconfig-common 1.8.5\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-06-11 14:38+1200\n"
+"Report-Msgid-Bugs-To: seanius at debian.org\n"
+"POT-Creation-Date: 2006-06-17 19:42+1200\n"
 "PO-Revision-Date: 2005-12-05 15:20+1030\n"
 "Last-Translator: Clytie Siddall <clytie at riverland.net.au>\n"
 "Language-Team: Vietnamese <gnomevi-list at lists.sourceforge.net>\n"
@@ -19,13 +19,45 @@
 #. Type: boolean
 #. Description
 #: ../dbconfig-common.templates:4
+msgid "Will this server be used to access remote databases?"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../dbconfig-common.templates:4
+msgid ""
+"For the database types that support it, dbconfig-common includes support for "
+"configuring databases on remote systems.  When installing a package's "
+"database via dbconfig-common, the questions related to remote configuration "
+"are asked with a priority such that they are skipped for most systems."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../dbconfig-common.templates:4
+msgid ""
+"If you select this option, the default behaviour will be to prompt you with "
+"questions related to remote database configuration when you install new "
+"packages."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../dbconfig-common.templates:4
+#, fuzzy
+msgid "If you are unsure, you should not select this option."
+msgstr "Không thì hãy hiệu lực tùy chọn này."
+
+#. Type: boolean
+#. Description
+#: ../dbconfig-common.templates:20
 msgid "Keep \"administrative\" database passwords in debconf?"
 msgstr ""
 "Có giữ các mật khẩu cơ sở dữ liệu kiểu « quản trị » trong debconf không?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:4
+#: ../dbconfig-common.templates:20
 msgid ""
 "By default, you will be prompted for all administrator-level database "
 "passwords when you configure, upgrade, or remove applications with dbconfig-"
@@ -39,7 +71,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:4
+#: ../dbconfig-common.templates:20
 msgid ""
 "This behavior can be disabled, in which case the passwords will remain in "
 "the debconf password database.  The debconf password database is protected "
@@ -53,7 +85,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:4
+#: ../dbconfig-common.templates:20
 msgid ""
 "If you would rather not be bothered by for an administrative password every "
 "time you upgrade a database application with dbconfig-common, you should "
@@ -65,13 +97,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:22
+#: ../dbconfig-common.templates:38
 msgid "Configure database for ${pkg} with dbconfig-common?"
 msgstr "Cấu hình cơ sở dữ liệu cho ${pkg} bằng dbconfig-common không?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:22
+#: ../dbconfig-common.templates:38
 msgid ""
 "${pkg} must have a database installed and configured before it can be used.  "
 "If you like, this can be handled with dbconfig-common."
@@ -81,7 +113,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:22
+#: ../dbconfig-common.templates:38
 msgid ""
 "If you are an advanced database administrator and know that you want to "
 "perform this configuration manually, or if your database has already been "
@@ -95,20 +127,20 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:22
+#: ../dbconfig-common.templates:38
 msgid "Otherwise, you should probably choose this option."
 msgstr "Không thì bạn hãy hiệu lực tùy chọn này."
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:37
+#: ../dbconfig-common.templates:53
 #, fuzzy
 msgid "Re-install database for ${pkg}?"
 msgstr "Gặp lỗi khi cài đặt cơ sở dữ liệu cho ${pkg}. Thử lại không?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:37
+#: ../dbconfig-common.templates:53
 #, fuzzy
 msgid ""
 "Since you are reconfiguring ${pkg}, you may also want to reinstall the "
@@ -119,7 +151,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:37
+#: ../dbconfig-common.templates:53
 #, fuzzy
 msgid ""
 "If you wish to re-install the database for ${pkg}, you should select this "
@@ -132,13 +164,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:48
+#: ../dbconfig-common.templates:64
 msgid "Perform upgrade on database for ${pkg} with dbconfig-common?"
 msgstr "Nâng cấp cơ sở dữ liệu cho ${pkg} bằng dbconfig-common không?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:48
+#: ../dbconfig-common.templates:64
 msgid ""
 "According to the maintainer for this package, database upgrade operations "
 "need to be formed on ${pkg}.  Typically this is due to changes in how a new "
@@ -149,7 +181,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:48
+#: ../dbconfig-common.templates:64
 msgid ""
 "If you want to handle this process manually, you should refuse this option.  "
 "Otherwise, you should choose this option. During the upgrade a backup of "
@@ -163,13 +195,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid "Deconfigure database for ${pkg} with dbconfig-common?"
 msgstr "Bỏ cấu hình cơ sở dữ liệu cho ${pkg} bằng dbconfig-common không?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid ""
 "Since you are removing ${pkg}, it's possible that you no longer want the "
 "underlying database that it has been configured to use."
@@ -179,13 +211,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid "If you like, database removal can be handled with dbconfig-common."
 msgstr "Nếu bạn muốn, có thể gỡ bỏ cơ sở dữ liệu bằng dbconfig-common."
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid ""
 "If you know that you do want to keep this database, or if you want to handle "
 "the removal of this database manually, you should refuse this option."
@@ -195,19 +227,19 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:63
+#: ../dbconfig-common.templates:79
 msgid "Otherwise, you should choose this option."
 msgstr "Không thì hãy hiệu lực tùy chọn này."
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:78
+#: ../dbconfig-common.templates:94
 msgid "Database type to be used by ${pkg}:"
 msgstr "Kiểu cơ sở dữ liệu mà ${pkg} cần dùng:"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:78
+#: ../dbconfig-common.templates:94
 msgid ""
 "${pkg} can be configured to use one of many database types. Below, you will "
 "be presented with the available choices."
@@ -217,13 +249,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:85
+#: ../dbconfig-common.templates:101
 msgid "Do you want to purge the database for ${pkg}?"
 msgstr "Bạn có muốn tẩy cơ sở dữ liệu cho ${pkg} không?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:85
+#: ../dbconfig-common.templates:101
 msgid ""
 "If you no longer need the database for ${pkg}, this is your chance to remove "
 "them."
@@ -232,7 +264,7 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:85
+#: ../dbconfig-common.templates:101
 msgid ""
 "If no longer have need of the data being stored by ${pkg}, you should choose "
 "this option.  If you want to hold this data for another time, or if you "
@@ -244,13 +276,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:97
+#: ../dbconfig-common.templates:113
 msgid "Do you want to backup the database for ${pkg} before upgrading?"
 msgstr "Bạn có muốn lưu trữ cơ sở dữ liệu cho ${pkg} trước khi nâng cấp không?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:97
+#: ../dbconfig-common.templates:113
 msgid ""
 "The underlying database for ${pkg} needs to be upgraded as part of the "
 "installation progress.  Just in case, the database can be backed up before "
@@ -264,31 +296,31 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:109
+#: ../dbconfig-common.templates:125
 msgid "Password confirmation:"
 msgstr "Xác nhận mật khẩu :"
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:113
+#: ../dbconfig-common.templates:129
 msgid "Passwords do not match."
 msgstr "Hai mật khẩu không trùng nhau."
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:113
+#: ../dbconfig-common.templates:129
 msgid "The passwords you supplied do not match.  Please try again."
 msgstr "Bạn đã gõ hai mật khẩu không trùng nhau: hãy thử lại."
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:120
+#: ../dbconfig-common.templates:136
 msgid "Error upgrading database for ${pkg}.  Retry?"
 msgstr "Gặp lỗi khi nâng cấp cơ sở dữ liệu cho ${pkg}. Thử lại không?"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:120
+#: ../dbconfig-common.templates:136
 msgid ""
 "An error seems to have occurred while upgrading the database. If it's of any "
 "help, this was the error encountered:"
@@ -298,7 +330,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:120
+#: ../dbconfig-common.templates:136
 msgid ""
 "Fortunately, there should be a backup of the database made just before the "
 "upgrade in ${dbfile}."
@@ -308,25 +340,25 @@
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:139
+#: ../dbconfig-common.templates:155
 msgid "retry (skip questions)"
 msgstr "thử lại (bỏ qua các câu hỏi)"
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:139
+#: ../dbconfig-common.templates:155
 msgid "ignore"
 msgstr "bỏ qua"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:141
+#: ../dbconfig-common.templates:157
 msgid "Error installing database for ${pkg}.  Retry?"
 msgstr "Gặp lỗi khi cài đặt cơ sở dữ liệu cho ${pkg}. Thử lại không?"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:141
+#: ../dbconfig-common.templates:157
 msgid ""
 "An error seems to have occurred while installing the database. If it's of "
 "any help, this was the error encountered:"
@@ -336,7 +368,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:141
+#: ../dbconfig-common.templates:157
 msgid ""
 "At this point, you have the option to retry or abort the operation. If you "
 "choose \"retry\", you will be prompted with all the configuration questions "
@@ -361,31 +393,31 @@
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:159
+#: ../dbconfig-common.templates:175
 msgid "abort"
 msgstr "hủy bỏ"
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:159
+#: ../dbconfig-common.templates:175
 msgid "retry"
 msgstr "thử lại"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 msgid "Error removing database for ${pkg}.  Retry?"
 msgstr "Gặp lỗi khi gỡ bỏ cơ sở dữ liệu cho ${pkg}. Thử lại không?"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 msgid "An error seems to have occurred while removing the database."
 msgstr "Hình như lỗi đã xảy ra khi gỡ bỏ cơ sở dữ liệu."
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 msgid ""
 "For some reason it was not possible to perform some of the actions necessary "
 "to remove the database for ${pkg}.  At this point you have two options: you "
@@ -402,13 +434,13 @@
 # Variable: do not translate/ biến: đừng dịch
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 msgid "${error}"
 msgstr "${error}"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:161
+#: ../dbconfig-common.templates:177
 msgid ""
 "At this point, you have the option to retry or abort the operation. If you "
 "choose \"retry\", you will be prompted with all the configuration questions "
@@ -430,13 +462,13 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:184
+#: ../dbconfig-common.templates:200
 msgid "Host name of the ${dbvendor} database server for ${pkg}:"
 msgstr "Tên máy của máy phục vụ cơ sở dữ liệu ${dbvendor} cho ${pkg}:"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:184
+#: ../dbconfig-common.templates:200
 msgid ""
 "Please select the remote hostname to use, or select \"new host\" to enter a "
 "new host."
@@ -445,13 +477,13 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:190
+#: ../dbconfig-common.templates:206
 msgid "Port number for the ${dbvendor} service:"
 msgstr "Số hiệu cổng cho dịch vụ ${dbvendor}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:190
+#: ../dbconfig-common.templates:206
 msgid ""
 "If the ${dbvendor} database on the remote host is running on a non-standard "
 "port, this is your opportunity to specify what it is.  To use the default "
@@ -462,19 +494,19 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:197
+#: ../dbconfig-common.templates:213
 msgid "Host running the ${dbvendor} server for ${pkg}:"
 msgstr "Máy có chạy máy phục vụ ${dbvendor} cho ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:197
+#: ../dbconfig-common.templates:213
 msgid "Please provide the hostname of a remote ${dbvendor} server."
 msgstr "Hãy nhập tên máy của máy phục vụ ${dbvendor} ở xa."
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:197
+#: ../dbconfig-common.templates:213
 msgid ""
 "Note: you must have already arranged for the administrative account to be "
 "able to remotely create databases and grant privileges."
@@ -484,26 +516,26 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:206
+#: ../dbconfig-common.templates:222
 msgid "${dbvendor} database name for ${pkg}:"
 msgstr "Tên cơ sở dữ liệu ${dbvendor} cho ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:206
+#: ../dbconfig-common.templates:222
 msgid ""
 "Please provide a name for the ${dbvendor} database to be used by ${pkg}."
 msgstr "Hãy nhập tên cho cơ sở dữ liệu ${dbvendor} mà ${pkg} sẽ dùng."
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:211
+#: ../dbconfig-common.templates:227
 msgid "${dbvendor} username for ${pkg}:"
 msgstr "Tên dùng ${dbvendor} cho ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:211
+#: ../dbconfig-common.templates:227
 msgid ""
 "Please provide a ${dbvendor} username for ${pkg} to register with the "
 "database server.  A ${dbvendor} user is not necessarily the same as a system "
@@ -515,7 +547,7 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:211
+#: ../dbconfig-common.templates:227
 msgid ""
 "This is the user which will own the database, tables and other objects to be "
 "created by this installation.  This user will have complete freedom to "
@@ -527,14 +559,14 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:222
+#: ../dbconfig-common.templates:238
 #, fuzzy
 msgid "${dbvendor} storage directory for ${pkg}:"
 msgstr "Tên dùng ${dbvendor} cho ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:222
+#: ../dbconfig-common.templates:238
 #, fuzzy
 msgid ""
 "Please provide a path where the ${dbvendor} database file for ${pkg}  should "
@@ -543,14 +575,14 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:228
+#: ../dbconfig-common.templates:244
 #, fuzzy
 msgid "${dbvendor} database ownership for ${pkg}:"
 msgstr "Tên cơ sở dữ liệu ${dbvendor} cho ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:228
+#: ../dbconfig-common.templates:244
 msgid ""
 "Please specify the filesystem ownership that you would like to set on the "
 "${dbvendor} database for ${pkg}."
@@ -558,20 +590,20 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:228
+#: ../dbconfig-common.templates:244
 msgid "This should be specified in the format owner:group."
 msgstr ""
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:236
+#: ../dbconfig-common.templates:252
 #, fuzzy
 msgid "${dbvendor} database permissions for ${pkg}:"
 msgstr "Tên cơ sở dữ liệu ${dbvendor} cho ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:236
+#: ../dbconfig-common.templates:252
 msgid ""
 "Please specify the filesystem permissions that you would like to set on the "
 "${dbvendor} database for ${pkg}."
@@ -579,7 +611,7 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:236
+#: ../dbconfig-common.templates:252
 msgid ""
 "This should be specified in octal format as would be passed to the chmod  "
 "unix command. eg. 0644."
@@ -587,13 +619,13 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:247
+#: ../dbconfig-common.templates:263
 msgid "Connection method for MySQL database of ${pkg}:"
 msgstr "Phương pháp kết nối cho cơ sở dữ liêu MySQL của ${pkg}:"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:247
+#: ../dbconfig-common.templates:263
 msgid ""
 "By default, ${pkg} will be configured to use a MySQL server through a local "
 "unix socket (this provides the best performance). However, if you would like "
@@ -607,13 +639,13 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:255
+#: ../dbconfig-common.templates:271
 msgid "MySQL application password for ${pkg}:"
 msgstr "Mật khẩu ứng dụng MySQL cho ${pkg}:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:263
+#: ../dbconfig-common.templates:279
 msgid ""
 "For MySQL, this is almost always \"root\".  Note that this is NOT the same "
 "as the UNIX login 'root'."
@@ -623,7 +655,7 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:273
+#: ../dbconfig-common.templates:289
 msgid ""
 "What is the password for the administrative account with which this package "
 "should create its MySQL database and user?"
@@ -633,31 +665,31 @@
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:279
+#: ../dbconfig-common.templates:295
 msgid "unix socket"
 msgstr "ổ cắm UNIX"
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:279
+#: ../dbconfig-common.templates:295
 msgid "tcp/ip"
 msgstr "TCP/IP"
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:279
+#: ../dbconfig-common.templates:295
 msgid "tcp/ip + ssl"
 msgstr "TCP/IP + SSL"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:281
+#: ../dbconfig-common.templates:297
 msgid "Connection method for PostgreSQL database of ${pkg}:"
 msgstr "Phương pháp kết nối cho cơ sở dữ liệu PostgreSQL của ${pkg}:"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:281
+#: ../dbconfig-common.templates:297
 msgid ""
 "By default, ${pkg} will be configured to use a PostgreSQL server through a "
 "local unix socket (this provides the best performance). However, if you "
@@ -671,13 +703,13 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:289
+#: ../dbconfig-common.templates:305
 msgid "PostgreSQL application password for ${pkg}:"
 msgstr "Mật khẩu ứng dụng PostgreSQL cho ${pkg}:"
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:289
+#: ../dbconfig-common.templates:305
 msgid ""
 "Please provide a password for ${pkg} to register with the database server.  "
 "If left blank, a random password will be generated for you."
@@ -687,7 +719,7 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:289
+#: ../dbconfig-common.templates:305
 #, fuzzy
 msgid ""
 "If you are using \"ident\" based authentication, the supplied password will "
@@ -701,13 +733,13 @@
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:300
+#: ../dbconfig-common.templates:316
 msgid "Name of your database's administrative user:"
 msgstr "Tên người dùng quản trị cho cơ sở dữ liệu:"
 
 #. Type: string
 #. Description
-#: ../dbconfig-common.templates:300
+#: ../dbconfig-common.templates:316
 msgid ""
 "What is the name of the account with which this package should perform "
 "administrative actions?  This user is the one which is able to create new "
@@ -718,13 +750,13 @@
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:307
+#: ../dbconfig-common.templates:323
 msgid "Password of your database's administrative user:"
 msgstr "Mật khẩu của người dùng quản trị cho cơ sở dữ liệu:"
 
 #. Type: password
 #. Description
-#: ../dbconfig-common.templates:307
+#: ../dbconfig-common.templates:323
 msgid ""
 "What is the password for the account with which this package should perform "
 "administrative actions?  (For a normal Debian PostgreSQL installation, a "
@@ -737,13 +769,13 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:317
+#: ../dbconfig-common.templates:333
 msgid "Method for authenticating PostgreSQL administrator:"
 msgstr "Phương pháp xác thức quản trị PostgreSQL:"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:317
+#: ../dbconfig-common.templates:333
 msgid ""
 "PostgreSQL servers provide several different mechanisms for authenticating "
 "connections.  Please select what method the administrative user should use "
@@ -755,25 +787,25 @@
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:338
+#: ../dbconfig-common.templates:354
 msgid "ident"
 msgstr "ident"
 
 #. Type: select
 #. Choices
-#: ../dbconfig-common.templates:338
+#: ../dbconfig-common.templates:354
 msgid "password"
 msgstr "mật khẩu"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid "Method for authenticating PostgreSQL user:"
 msgstr "Phương pháp xác thức người dùng PostgreSQL:"
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "PostgreSQL servers provide several different mechanisms for authenticating "
 "connections.  Please select what method the database user should use when "
@@ -785,7 +817,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "With \"ident\" authentication on the local machine, the server will check "
 "that the owner of the unix socket is allowed to connect."
@@ -795,7 +827,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "With \"ident\" authentication to remote hosts, RFC 1413 based ident is used "
 "(note this can be considered a security risk)."
@@ -805,7 +837,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "With \"password\" authentication, a password will be passed to the server "
 "for use with some authentication backend (such as \"md5\" or \"pam\").  Note "
@@ -819,7 +851,7 @@
 
 #. Type: select
 #. Description
-#: ../dbconfig-common.templates:339
+#: ../dbconfig-common.templates:355
 msgid ""
 "For a default Debian PostgreSQL installation running on the same host, you "
 "probably want \"ident\"."
@@ -829,13 +861,13 @@
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:360
+#: ../dbconfig-common.templates:376
 msgid "Choose a different PostgreSQL connection method?"
 msgstr "Chọn một phương pháp kết nối PostgreSQL khác không?"
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:360
+#: ../dbconfig-common.templates:376
 msgid ""
 "Unfortunately, it seems that the database connection method you have "
 "selected for ${pkg} will not work, because it requires the existence of a "
@@ -847,7 +879,7 @@
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:360
+#: ../dbconfig-common.templates:376
 msgid ""
 "If you would like to reconfigure your application to use a different method, "
 "you should choose this option.  If you know for certain that this method "
@@ -861,13 +893,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:373
+#: ../dbconfig-common.templates:389
 msgid "Change PostgreSQL configuration automatically?"
 msgstr "Tự động thay đổi cấu hình PostgreSQL không?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:373
+#: ../dbconfig-common.templates:389
 msgid ""
 "It has been determined that the database installation for ${pkg} can not be "
 "automatically accomplished without making changes to your PostgreSQL "
@@ -884,13 +916,13 @@
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:386
+#: ../dbconfig-common.templates:402
 msgid "Revert PostgreSQL configuration automatically?"
 msgstr "Tự động hoàn nguyên cấu hình PostgreSQL không?"
 
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:386
+#: ../dbconfig-common.templates:402
 msgid ""
 "As ${pkg} is now being removed, it may no longer be necessary to have an "
 "access control entry in your PostgreSQL server's configuration. While "
@@ -910,19 +942,19 @@
 # Variable: don't translate / Biến: đừng dịch
 #. Type: boolean
 #. Description
-#: ../dbconfig-common.templates:386
+#: ../dbconfig-common.templates:402
 msgid "${pghbaline}"
 msgstr "${pghbaline}"
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:399
+#: ../dbconfig-common.templates:415
 msgid "Please change /etc/postgresql/pg_hba.conf"
 msgstr "Hãy sửa đổi </etc/postgresql/pg_hba.conf>"
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:399
+#: ../dbconfig-common.templates:415
 msgid ""
 "To get the database for package ${pkg} bootstrapped you have to edit the "
 "configuration of your PostgreSQL server. You may be able to find help in the "
@@ -934,19 +966,19 @@
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:406
+#: ../dbconfig-common.templates:422
 msgid "PostgreSQL does not support empty passwords."
 msgstr "PostgreSQL không hỗ trợ mật khẩu rỗng."
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:410
+#: ../dbconfig-common.templates:426
 msgid "dbconfig-common will attempt to load existing settings"
 msgstr "Trình dbconfig-common sẽ cố tải thiết lập đã có."
 
 #. Type: note
 #. Description
-#: ../dbconfig-common.templates:410
+#: ../dbconfig-common.templates:426
 msgid ""
 "dbconfig-common will now attempt to load the pre-existing settings of "
 "${pkg}.  Later, these settings will be validated, and if there is any "

Modified: branches/sqlite/dpkg/common
===================================================================
--- branches/sqlite/dpkg/common	2006-06-13 15:39:31 UTC (rev 263)
+++ branches/sqlite/dpkg/common	2006-06-17 07:54:35 UTC (rev 264)
@@ -60,6 +60,13 @@
 	if [ -f $dbc_globalconfig ]; then
 		. $dbc_globalconfig
 	fi
+	# set the priority of "remote database" related questions for
+	# the database types that support it
+	if [ "$dbc_remote_questions_default" = "true" ]; then
+		dbc_remote_questions_priority="high"
+	else
+		dbc_remote_questions_priority="low"
+	fi
 
 	dbc_set_dbtype_defaults $dbc_dbtype
 }
@@ -147,6 +154,7 @@
 ### dump global configuration to a config file
 ###
 dbc_write_global_config(){
+	# XXX ucf here... 
 	dbc_debug "dbc_write_global_config() $@"
 	cat << EOF > $dbc_globalconfig
 # automatically generated by the maintainer scripts of dbconfig-common
@@ -157,6 +165,11 @@
 #	set to "true" to keep admin passwords cached in debconf
 dbc_remember_admin_pass="$dbc_remember_admin_pass"
 
+# dbc_remote_questions_default: will we be likely to install on remote servers?
+#	set to "true" to raise the priority of debconf questions related to
+#   database installation on remote servers (for database types that support this)
+dbc_remote_questions_default="$dbc_remote_questions_default"
+
 EOF
 }
 
@@ -265,7 +278,7 @@
 	_dbc_sanity_check package || dbc_install_error
 
 	# gracefully fetch this to support multi-dbtype packages
-	if [ "$dbc_dbtypes" ]; then
+	if [ ! "$dbc_hardcoded_dbtype" ]; then
 		db_get $dbc_package/database-type && dbc_dbtype="$RET"
 	fi
 	# dbconfig needs to be reloaded at this point for multi-dbtype apps

Modified: branches/sqlite/dpkg/config
===================================================================
--- branches/sqlite/dpkg/config	2006-06-13 15:39:31 UTC (rev 263)
+++ branches/sqlite/dpkg/config	2006-06-17 07:54:35 UTC (rev 264)
@@ -204,7 +204,7 @@
 			if [ "$dbc_ssl" = "true" -a "$dbc_dbtype" = "pgsql" ]; then
 				db_set $dbc_package/pgsql/method "tcp/ip + ssl"
 			fi
-			db_input low $dbc_package/$dbc_dbtype/method || true
+			db_input $dbc_remote_questions_priority $dbc_package/$dbc_dbtype/method || true
 		fi
 		if echo "$dbc_fs_dbtypes" | grep -q "$dbc_dbtype"; then
 			# if these haven't been specified, use defaults
@@ -292,7 +292,7 @@
 				fi
 
 				# on what port?
-				db_input low $dbc_package/remote/port || true
+				db_input $dbc_remote_questions_priority $dbc_package/remote/port || true
 			fi
 		fi
 	;;




More information about the Dbconfig-common-changes mailing list