summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog9
-rw-r--r--debian/config.in4
-rw-r--r--debian/control1
-rw-r--r--debian/po/ca.po26
-rw-r--r--debian/po/cs.po26
-rw-r--r--debian/po/da.po26
-rw-r--r--debian/po/de.po26
-rw-r--r--debian/po/es.po26
-rw-r--r--debian/po/eu.po26
-rw-r--r--debian/po/fi.po26
-rw-r--r--debian/po/fr.po26
-rw-r--r--debian/po/gl.po26
-rw-r--r--debian/po/it.po26
-rw-r--r--debian/po/ja.po26
-rw-r--r--debian/po/nl.po26
-rw-r--r--debian/po/pt.po26
-rw-r--r--debian/po/pt_BR.po26
-rw-r--r--debian/po/ru.po26
-rw-r--r--debian/po/sv.po26
-rw-r--r--debian/po/templates.pot27
-rw-r--r--debian/po/vi.po26
-rw-r--r--debian/templates4
22 files changed, 304 insertions, 183 deletions
diff --git a/debian/changelog b/debian/changelog
index a6c16b2..afe9432 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+ca-certificates (20110502) unstable; urgency=low
+
+ * QA upload.
+ * Mark the package as multi-arch:foreign. (Closes: #622323)
+ * Use db_settitle in config script to allow translations of the
+ dialog title; thanks to Frans Pop. (Closes: #560314)
+
+ -- Philipp Kern <pkern@debian.org> Mon, 02 May 2011 19:27:50 +0200
+
ca-certificates (20110421) unstable; urgency=low
* QA upload.
diff --git a/debian/config.in b/debian/config.in
index 209bf3d..456dd36 100644
--- a/debian/config.in
+++ b/debian/config.in
@@ -47,7 +47,7 @@ members()
db_version 2.0
db_capb multiselect
-db_title "ca-certificates configuration"
+db_settitle ca-certificates/title
db_input medium ca-certificates/trust_new_crts || true
db_go
@@ -142,7 +142,6 @@ fi
if test "$trust_new" = "ask" && test "$CERTS_NEW" != "" && test "$new_seen" = "false"; then
# New certificates added
db_fset ca-certificates/new_crts seen false
- db_title "ca-certificates configuration"
db_input critical ca-certificates/new_crts || true
db_go
@@ -213,7 +212,6 @@ if [ "$set_values" = "true" ]; then
if test "$seen" != true; then
db_fset ca-certificates/enable_crts seen false
fi
- db_title "ca-certificates configuration"
db_input $PRIO ca-certificates/enable_crts || true
db_go
diff --git a/debian/control b/debian/control
index 36f32d3..dc5757e 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ Package: ca-certificates
Architecture: all
Depends: openssl (>= 1.0.0), ${misc:Depends}
Enhances: openssl
+Multi-Arch: foreign
Description: Common CA certificates
This package includes PEM files of CA certificates to allow SSL-based
applications to check for the authenticity of SSL connections.
diff --git a/debian/po/ca.po b/debian/po/ca.po
index 8aa63e4..908e29e 100644
--- a/debian/po/ca.po
+++ b/debian/po/ca.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ca-certificates 20090814+nmu2\n"
"Report-Msgid-Bugs-To: ca-certificates@packages.debian.org\n"
-"POT-Creation-Date: 2008-06-16 17:02+0200\n"
+"POT-Creation-Date: 2011-05-02 19:31+0200\n"
"PO-Revision-Date: 2010-10-23 12:12+0200\n"
"Last-Translator: Jordi Mallach <jordi@debian.org>\n"
"Language-Team: Catalan <debian-l10n-catalan@lists.debian.org>\n"
@@ -16,22 +16,28 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+#. Type: title
+#. Description
+#: ../templates:2001
+msgid "ca-certificates configuration"
+msgstr ""
+
#. Type: select
#. Choices
-#: ../templates:2001
+#: ../templates:3001
msgid "yes, no, ask"
msgstr "sí, no, demana"
#. Type: select
#. Description
-#: ../templates:2002
+#: ../templates:3002
msgid "Trust new certificates from certificate authorities?"
msgstr ""
"Voleu confiar en els nous certificats de les autoritats certificadores?"
#. Type: select
#. Description
-#: ../templates:2002
+#: ../templates:3002
msgid ""
"This package may install new CA (Certificate Authority) certificates when "
"upgrading. You may want to check such new CA certificates and select only "
@@ -44,7 +50,7 @@ msgstr ""
#. Type: select
#. Description
-#: ../templates:2002
+#: ../templates:3002
msgid ""
" - yes: new CA certificates will be trusted and installed;\n"
" - no : new CA certificates will not be installed by default;\n"
@@ -56,13 +62,13 @@ msgstr ""
#. Type: multiselect
#. Description
-#: ../templates:3001
+#: ../templates:4001
msgid "New certificates to activate:"
msgstr "Certificats nous a activar:"
#. Type: multiselect
#. Description
-#: ../templates:3001
+#: ../templates:4001
msgid ""
"During upgrades, new certificates will be added. Please choose those you "
"trust."
@@ -72,13 +78,13 @@ msgstr ""
#. Type: multiselect
#. Description
-#: ../templates:4001
+#: ../templates:5001
msgid "Certificates to activate:"
msgstr "Certificats a activar:"
#. Type: multiselect
#. Description
-#: ../templates:4001
+#: ../templates:5001
msgid ""
"This package installs common CA (Certificate Authority) certificates in /usr/"
"share/ca-certificates."
@@ -88,7 +94,7 @@ msgstr ""
#. Type: multiselect
#. Description
-#: ../templates:4001
+#: ../templates:5001
msgid ""
"Please select the certificate authorities you trust so that their "
"certificates are installed into /etc/ssl/certs. They will be compiled into a "
diff --git a/debian/po/cs.po b/debian/po/cs.po
index 9d52b52..07aaa67 100644
--- a/debian/po/cs.po
+++ b/debian/po/cs.po
@@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ca-certificates\n"
"Report-Msgid-Bugs-To: ca-certificates@packages.debian.org\n"
-"POT-Creation-Date: 2008-06-16 17:02+0200\n"
+"POT-Creation-Date: 2011-05-02 19:31+0200\n"
"PO-Revision-Date: 2007-07-29 11:13+0200\n"
"Last-Translator: Miroslav Kure <kurem@debian.cz>\n"
"Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
@@ -24,21 +24,27 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+#. Type: title
+#. Description
+#: ../templates:2001
+msgid "ca-certificates configuration"
+msgstr ""
+
#. Type: select
#. Choices
-#: ../templates:2001
+#: ../templates:3001
msgid "yes, no, ask"
msgstr "ano, ne, zeptat se"
#. Type: select
#. Description
-#: ../templates:2002
+#: ../templates:3002
msgid "Trust new certificates from certificate authorities?"
msgstr "Důvěřovat novým certifikátům certifikačních autorit?"
#. Type: select
#. Description
-#: ../templates:2002
+#: ../templates:3002
msgid ""
"This package may install new CA (Certificate Authority) certificates when "
"upgrading. You may want to check such new CA certificates and select only "
@@ -50,7 +56,7 @@ msgstr ""
#. Type: select
#. Description
-#: ../templates:2002
+#: ../templates:3002
msgid ""
" - yes: new CA certificates will be trusted and installed;\n"
" - no : new CA certificates will not be installed by default;\n"
@@ -62,13 +68,13 @@ msgstr ""
#. Type: multiselect
#. Description
-#: ../templates:3001
+#: ../templates:4001
msgid "New certificates to activate:"
msgstr "Nové certifikáty, které se mají aktivovat:"
#. Type: multiselect
#. Description
-#: ../templates:3001
+#: ../templates:4001
msgid ""
"During upgrades, new certificates will be added. Please choose those you "
"trust."
@@ -78,13 +84,13 @@ msgstr ""
#. Type: multiselect
#. Description
-#: ../templates:4001
+#: ../templates:5001
msgid "Certificates to activate:"
msgstr "Certifikáty, které se mají aktivovat:"
#. Type: multiselect
#. Description
-#: ../templates:4001
+#: ../templates:5001
msgid ""
"This package installs common CA (Certificate Authority) certificates in /usr/"
"share/ca-certificates."
@@ -94,7 +100,7 @@ msgstr ""
#. Type: multiselect
#. Description
-#: ../templates:4001
+#: ../templates:5001
msgid ""
"Please select the certificate authorities you trust so that their "
"certificates are installed into /etc/ssl/certs. They will be compiled into a "
diff --git a/debian/po/da.po b/debian/po/da.po
index 553b455..03f05a1 100644
--- a/debian/po/da.po
+++ b/debian/po/da.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ca-certificates_20031007_templates\n"
"Report-Msgid-Bugs-To: ca-certificates@packages.debian.org\n"
-"POT-Creation-Date: 2008-06-16 17:02+0200\n"
+"POT-Creation-Date: 2011-05-02 19:31+0200\n"
"PO-Revision-Date: 2010-10-23 19:21+0100\n"
"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
"Language-Team: Danish <debian-l10n-danish@lists.debian.org>\n"
@@ -17,21 +17,27 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+#. Type: title
+#. Description
+#: ../templates:2001
+msgid "ca-certificates configuration"
+msgstr ""
+
#. Type: select
#. Choices
-#: ../templates:2001
+#: ../templates:3001
msgid "yes, no, ask"
msgstr "ja, nej, spørg"
#. Type: select
#. Description
-#: ../templates:2002
+#: ../templates:3002
msgid "Trust new certificates from certificate authorities?"
msgstr "Stol på nye certifikater fra certifikatautoriteter?"
#. Type: select
#. Description
-#: ../templates:2002
+#: ../templates:3002
msgid ""
"This package may install new CA (Certificate Authority) certificates when "
"upgrading. You may want to check such new CA certificates and select only "
@@ -43,7 +49,7 @@ msgstr ""
#. Type: select
#. Description
-#: ../templates:2002
+#: ../templates:3002
msgid ""
" - yes: new CA certificates will be trusted and installed;\n"
" - no : new CA certificates will not be installed by default;\n"
@@ -55,13 +61,13 @@ msgstr ""
#. Type: multiselect
#. Description
-#: ../templates:3001
+#: ../templates:4001
msgid "New certificates to activate:"
msgstr "Nye certifikater at aktivere:"
#. Type: multiselect
#. Description
-#: ../templates:3001
+#: ../templates:4001
msgid ""
"During upgrades, new certificates will be added. Please choose those you "
"trust."
@@ -71,13 +77,13 @@ msgstr ""
#. Type: multiselect
#. Description
-#: ../templates:4001
+#: ../templates:5001
msgid "Certificates to activate:"
msgstr "Certifikater at aktivere:"
#. Type: multiselect
#. Description
-#: ../templates:4001
+#: ../templates:5001
msgid ""
"This package installs common CA (Certificate Authority) certificates in /usr/"
"share/ca-certificates."
@@ -87,7 +93,7 @@ msgstr ""
#. Type: multiselect
#. Description
-#: ../templates:4001
+#: ../templates:5001
msgid ""
"Please select the certificate authorities you trust so that their "
"certificates are installed into /etc/ssl/certs. They will be compiled into a "
diff --git a/debian/po/de.po b/debian/po/de.po
index 135f46b..9578b71 100644
--- a/debian/po/de.po
+++ b/debian/po/de.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ca-certificates 20070304\n"
"Report-Msgid-Bugs-To: ca-certificates@packages.debian.org\n"
-"POT-Creation-Date: 2008-06-16 17:02+0200\n"
+"POT-Creation-Date: 2011-05-02 19:31+0200\n"
"PO-Revision-Date: 2007-07-27 20:21+0200\n"
"Last-Translator: Helge Kreutzmann <debian@helgefjell.de>\n"
"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
@@ -18,21 +18,27 @@ msgstr ""
"X-Generator: KBabel 1.11.4\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+#. Type: title
+#. Description
+#: ../templates:2001
+msgid "ca-certificates configuration"
+msgstr ""
+
#. Type: select
#. Choices
-#: ../templates:2001
+#: ../templates:3001
msgid "yes, no, ask"
msgstr "Ja, Nein, Fragen"
#. Type: select
#. Description
-#: ../templates:2002
+#: ../templates:3002
msgid "Trust new certificates from certificate authorities?"
msgstr "Neuen Zertifikaten von Zertifizierungsstellen vertrauen?"
#. Type: select
#. Description
-#: ../templates:2002
+#: ../templates:3002
msgid ""
"This package may install new CA (Certificate Authority) certificates when "
"upgrading. You may want to check such new CA certificates and select only "
@@ -45,7 +51,7 @@ msgstr ""
#. Type: select
#. Description
-#: ../templates:2002
+#: ../templates:3002
msgid ""
" - yes: new CA certificates will be trusted and installed;\n"
" - no : new CA certificates will not be installed by default;\n"
@@ -57,13 +63,13 @@ msgstr ""
#. Type: multiselect
#. Description
-#: ../templates:3001
+#: ../templates:4001
msgid "New certificates to activate:"
msgstr "Zu aktivierende neue Zertifikate:"
#. Type: multiselect
#. Description
-#: ../templates:3001
+#: ../templates:4001
msgid ""
"During upgrades, new certificates will be added. Please choose those you "
"trust."
@@ -73,13 +79,13 @@ msgstr ""
#. Type: multiselect
#. Description
-#: ../templates:4001
+#: ../templates:5001
msgid "Certificates to activate:"
msgstr "Zu aktivierende Zertifikate:"
#. Type: multiselect
#. Description
-#: ../templates:4001
+#: ../templates:5001
msgid ""
"This package installs common CA (Certificate Authority) certificates in /usr/"
"share/ca-certificates."
@@ -89,7 +95,7 @@ msgstr ""
#. Type: multiselect
#. Description
-#: ../templates:4001
+#: ../templates:5001
msgid ""
"Please select the certificate authorities you trust so that their "
"certificates are installed into /etc/ssl/certs. They will be compiled into a "
diff --git a/debian/po/es.po b/debian/po/es.po
index 4f5da42..0e802b4 100644
--- a/debian/po/es.po
+++ b/debian/po/es.po
@@ -29,7 +29,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ca-certificates\n"
"Report-Msgid-Bugs-To: ca-certificates@packages.debian.org\n"
-"POT-Creation-Date: 2008-06-16 17:02+0200\n"
+"POT-Creation-Date: 2011-05-02 19:31+0200\n"
"PO-Revision-Date: 2007-07-27 19:01+0200\n"
"Last-Translator: Javier Fernández-Sanguino <jfs@debian.org>\n"
"Language-Team: Debian l10n spanish <debian-l10n-spanish@lists.debian.org>\n"
@@ -41,15 +41,21 @@ msgstr ""
"X-Poedit-Country: SPAIN\n"
"X-Poedit-SourceCharset: utf-8\n"
+#. Type: title
+#. Description
+#: ../templates:2001
+msgid "ca-certificates configuration"
+msgstr ""
+
#. Type: select
#. Choices
-#: ../templates:2001
+#: ../templates:3001
msgid "yes, no, ask"
msgstr "sí, no, preguntar"
#. Type: select
#. Description
-#: ../templates:2002
+#: ../templates:3002
msgid "Trust new certificates from certificate authorities?"
msgstr ""
"¿Desea confiar en los nuevos certificados de las autoridades de "
@@ -57,7 +63,7 @@ msgstr ""
#. Type: select
#. Description
-#: ../templates:2002
+#: ../templates:3002
msgid ""
"This package may install new CA (Certificate Authority) certificates when "
"upgrading. You may want to check such new CA certificates and select only "
@@ -69,7 +75,7 @@ msgstr ""
#. Type: select
#. Description
-#: ../templates:2002
+#: ../templates:3002
msgid ""
" - yes: new CA certificates will be trusted and installed;\n"
" - no : new CA certificates will not be installed by default;\n"
@@ -81,13 +87,13 @@ msgstr ""
#. Type: multiselect
#. Description
-#: ../templates:3001
+#: ../templates:4001
msgid "New certificates to activate:"
msgstr "Nuevos certificados a activar:"
#. Type: multiselect
#. Description
-#: ../templates:3001
+#: ../templates:4001
msgid ""
"During upgrades, new certificates will be added. Please choose those you "
"trust."
@@ -97,13 +103,13 @@ msgstr ""
#. Type: multiselect
#. Description
-#: ../templates:4001
+#: ../templates:5001
msgid "Certificates to activate:"
msgstr "Certificados a activar:"
#. Type: multiselect
#. Description
-#: ../templates:4001
+#: ../templates:5001
msgid ""
"This package installs common CA (Certificate Authority) certificates in /usr/"
"share/ca-certificates."
@@ -113,7 +119,7 @@ msgstr ""
#. Type: multiselect
#. Description
-#: ../templates:4001
+#: ../templates:5001
msgid ""
"Please select the certificate authorities you trust so that their "
"certificates are installed into /etc/ssl/certs. They will be compiled into a "
diff --git a/debian/po/eu.po b/debian/po/eu.po
index d9fde48..721f2a4 100644
--- a/debian/po/eu.po
+++ b/debian/po/eu.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: eu\n"
"Report-Msgid-Bugs-To: ca-certificates@packages.debian.org\n"
-"POT-Creation-Date: 2008-06-16 17:02+0200\n"
+"POT-Creation-Date: 2011-05-02 19:31+0200\n"
"PO-Revision-Date: 2007-07-27 11:55+0200\n"
"Last-Translator: Piarres Beobide <pi@beobide.net>\n"
"Language-Team: Euskara <Librezale@librezale.org>\n"
@@ -17,21 +17,27 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.11.4\n"
+#. Type: title
+#. Description
+#: ../templates:2001
+msgid "ca-certificates configuration"
+msgstr ""
+
#. Type: select
#. Choices
-#: ../templates:2001
+#: ../templates:3001
msgid "yes, no, ask"
msgstr "bai, ez, galdetu"
#. Type: select
#. Description
-#: ../templates:2002
+#: ../templates:3002
msgid "Trust new certificates from certificate authorities?"
msgstr "Ziurtagiri autoritateen ziurtagiri berrietaz fidatu?"
#. Type: select
#. Description
-#: ../templates:2002
+#: ../templates:3002
msgid ""
"This package may install new CA (Certificate Authority) certificates when "
"upgrading. You may want to check such new CA certificates and select only "
@@ -43,7 +49,7 @@ msgstr ""
#. Type: select
#. Description
-#: ../templates:2002
+#: ../templates:3002
msgid ""
" - yes: new CA certificates will be trusted and installed;\n"
" - no : new CA certificates will not be installed by default;\n"
@@ -55,13 +61,13 @@ msgstr ""
#. Type: multiselect
#. Description
-#: ../templates:3001
+#: ../templates:4001
msgid "New certificates to activate:"
msgstr "Gaitzeko ziurtagiri berriak:"
#. Type: multiselect
#. Description
-#: ../templates:3001
+#: ../templates:4001
msgid ""
"During upgrades, new certificates will be added. Please choose those you "
"trust."
@@ -71,13 +77,13 @@ msgstr ""
#. Type: multiselect
#. Description
-#: ../templates:4001
+#: ../templates:5001
msgid "Certificates to activate:"
msgstr "Gaitzeko Ziurtagiriak:"
#. Type: multiselect
#. Description
-#: ../templates:4001
+#: ../templates:5001
msgid ""
"This package installs common CA (Certificate Authority) certificates in /usr/"
"share/ca-certificates."
@@ -87,7 +93,7 @@ msgstr ""
#. Type: multiselect
#. Description
-#: ../templates:4001
+#: ../templates:5001
msgid ""
"Please select the certificate authorities you trust so that their "
"certificates are installed into /etc/ssl/certs. They will be compiled into a "
diff --git a/debian/po/fi.po b/debian/po/fi.po
index 0ef573b..4c3c660 100644
--- a/debian/po/fi.po
+++ b/debian/po/fi.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ca-certificates\n"
"Report-Msgid-Bugs-To: ca-certificates@packages.debian.org\n"
-"POT-Creation-Date: 2008-06-16 17:02+0200\n"
+"POT-Creation-Date: 2011-05-02 19:31+0200\n"
"PO-Revision-Date: 2007-11-01 11:21+0200\n"
"Last-Translator: Esko Arajärvi <edu@iki.fi>\n"
"Language-Team: Finnish <debian-l10n-finnish@lists.debian.org>\n"
@@ -13,21 +13,27 @@ msgstr ""
"X-Poedit-Language: Finnish\n"
"X-Poedit-Country: FINLAND\n"
+#. Type: title
+#. Description
+#: ../templates:2001
+msgid "ca-certificates configuration"
+msgstr ""
+
#. Type: select
#. Choices
-#: ../templates:2001
+#: ../templates:3001
msgid "yes, no, ask"
msgstr "kyllä, ei, kysy"
#. Type: select
#. Description
-#: ../templates:2002
+#: ../templates:3002
msgid "Trust new certificates from certificate authorities?"
msgstr "Luotetaanko varmentajien uusiin varmenteisiin?"
#. Type: select
#. Description
-#: ../templates:2002
+#: ../templates:3002
msgid ""
"This package may install new CA (Certificate Authority) certificates when "
"upgrading. You may want to check such new CA certificates and select only "
@@ -39,7 +45,7 @@ msgstr ""
#. Type: select
#. Description
-#: ../templates:2002
+#: ../templates:3002
msgid ""
" - yes: new CA certificates will be trusted and installed;\n"
" - no : new CA certificates will not be installed by default;\n"
@@ -51,13 +57,13 @@ msgstr ""
#. Type: multiselect
#. Description
-#: ../templates:3001
+#: ../templates:4001
msgid "New certificates to activate:"
msgstr "Uudet aktivoitavat varmenteet:"
#. Type: multiselect
#. Description
-#: ../templates:3001
+#: ../templates:4001
msgid ""
"During upgrades, new certificates will be added. Please choose those you "
"trust."
@@ -66,13 +72,13 @@ msgstr ""
#. Type: multiselect
#. Description
-#: ../templates:4001
+#: ../templates:5001
msgid "Certificates to activate:"
msgstr "Aktivoitavat varmenteet:"
#. Type: multiselect
#. Description
-#: ../templates:4001
+#: ../templates:5001
msgid ""
"This package installs common CA (Certificate Authority) certificates in /usr/"
"share/ca-certificates."
@@ -82,7 +88,7 @@ msgstr ""
#. Type: multiselect
#. Description
-#: ../templates:4001
+#: ../templates:5001
msgid ""
"Please select the certificate authorities you trust so that their "
"certificates are installed into /etc/ssl/certs. They will be compiled into a "
diff --git a/debian/po/fr.po b/debian/po/fr.po
index 980973a..102575c 100644
--- a/debian/po/fr.po
+++ b/debian/po/fr.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: ca-certificates@packages.debian.org\n"
-"POT-Creation-Date: 2008-06-16 17:02+0200\n"
+"POT-Creation-Date: 2011-05-02 19:31+0200\n"
"PO-Revision-Date: 2007-07-27 08:40+0200\n"
"Last-Translator: Christian Perrier <bubulle@debian.org>\n"
"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
@@ -18,21 +18,27 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.11.4\n"
+#. Type: title
+#. Description
+#: ../templates:2001
+msgid "ca-certificates configuration"
+msgstr ""
+
#. Type: select
#. Choices
-#: ../templates:2001
+#: ../templates:3001
msgid "yes, no, ask"
msgstr "Oui, Non, Demander"
#. Type: select
#. Description
-#: ../templates:2002
+#: ../templates:3002
msgid "Trust new certificates from certificate authorities?"
msgstr "Faut-il accepter les nouveaux certificats de tiers de confiance ?"
#. Type: select
#. Description
-#: ../templates:2002
+#: ../templates:3002
msgid ""
"This package may install new CA (Certificate Authority) certificates when "
"upgrading. You may want to check such new CA certificates and select only "
@@ -44,7 +50,7 @@ msgstr ""
#. Type: select
#. Description
-#: ../templates:2002
+#: ../templates:3002
msgid ""
" - yes: new CA certificates will be trusted and installed;\n"
" - no : new CA certificates will not be installed by default;\n"
@@ -57,13 +63,13 @@ msgstr ""
#. Type: multiselect
#. Description
-#: ../templates:3001
+#: ../templates:4001
msgid "New certificates to activate:"
msgstr "Nouveaux certificats à accepter :"
#. Type: multiselect
#. Description
-#: ../templates:3001
+#: ../templates:4001
msgid ""
"During upgrades, new certificates will be added. Please choose those you "
"trust."
@@ -73,13 +79,13 @@ msgstr ""
#. Type: multiselect
#. Description
-#: ../templates:4001
+#: ../templates:5001
msgid "Certificates to activate:"
msgstr "Certificats à accepter :"
#. Type: multiselect
#. Description
-#: ../templates:4001
+#: ../templates:5001
msgid ""
"This package installs common CA (Certificate Authority) certificates in /usr/"
"share/ca-certificates."
@@ -89,7 +95,7 @@ msgstr ""
#. Type: multiselect
#. Description
-#: ../templates:4001
+#: ../templates:5001
msgid ""
"Please select the certificate authorities you trust so that their "
"certificates are installed into /etc/ssl/certs. They will be compiled into a "
diff --git a/debian/po/gl.po b/debian/po/gl.po
index da6eb52..a51bb1b 100644
--- a/debian/po/gl.po
+++ b/debian/po/gl.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ca-certificates\n"
"Report-Msgid-Bugs-To: ca-certificates@packages.debian.org\n"
-"POT-Creation-Date: 2008-06-16 17:02+0200\n"
+"POT-Creation-Date: 2011-05-02 19:31+0200\n"
"PO-Revision-Date: 2007-07-31 09:52+0100\n"
"Last-Translator: Jacobo Tarrio <jtarrio@debian.org>\n"
"Language-Team: Galician <proxecto@trasno.net>\n"
@@ -15,21 +15,27 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+#. Type: title
+#. Description
+#: ../templates:2001
+msgid "ca-certificates configuration"
+msgstr ""
+
#. Type: select
#. Choices
-#: ../templates:2001
+#: ../templates:3001
msgid "yes, no, ask"
msgstr "si, non, preguntar"
#. Type: select
#. Description
-#: ../templates:2002
+#: ../templates:3002
msgid "Trust new certificates from certificate authorities?"
msgstr "¿Confiar nos novos certificados das autoridades certificadoras?"
#. Type: select
#. Description
-#: ../templates:2002
+#: ../templates:3002
msgid ""
"This package may install new CA (Certificate Authority) certificates when "
"upgrading. You may want to check such new CA certificates and select only "
@@ -41,7 +47,7 @@ msgstr ""
#. Type: select
#. Description
-#: ../templates:2002
+#: ../templates:3002
msgid ""
" - yes: new CA certificates will be trusted and installed;\n"
" - no : new CA certificates will not be installed by default;\n"
@@ -53,13 +59,13 @@ msgstr ""
#. Type: multiselect
#. Description
-#: ../templates:3001
+#: ../templates:4001
msgid "New certificates to activate:"
msgstr "Novos certificados a activar:"
#. Type: multiselect
#. Description
-#: ../templates:3001
+#: ../templates:4001
msgid ""
"During upgrades, new certificates will be added. Please choose those you "
"trust."
@@ -69,13 +75,13 @@ msgstr ""
#. Type: multiselect
#. Description
-#: ../templates:4001
+#: ../templates:5001
msgid "Certificates to activate:"
msgstr "Certificados a activar:"
#. Type: multiselect
#. Description
-#: ../templates:4001
+#: ../templates:5001
msgid ""
"This package installs common CA (Certificate Authority) certificates in /usr/"
"share/ca-certificates."
@@ -85,7 +91,7 @@ msgstr ""
#. Type: multiselect
#. Description
-#: ../templates:4001
+#: ../templates:5001
msgid ""
"Please select the certificate authorities you trust so that their "
"certificates are installed into /etc/ssl/certs. They will be compiled into a "
diff --git a/debian/po/it.po b/debian/po/it.po
index 3effc09..ab2b4a2 100644
--- a/debian/po/it.po
+++ b/debian/po/it.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ca-certificates italian debconf templates\n"
"Report-Msgid-Bugs-To: ca-certificates@packages.debian.org\n"
-"POT-Creation-Date: 2008-06-16 17:02+0200\n"
+"POT-Creation-Date: 2011-05-02 19:31+0200\n"
"PO-Revision-Date: 2007-07-28 20:50+0200\n"
"Last-Translator: Luca Monducci <luca.mo@tiscali.it>\n"
"Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n"
@@ -16,21 +16,27 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+#. Type: title
+#. Description
+#: ../templates:2001
+msgid "ca-certificates configuration"
+msgstr ""
+
#. Type: select
#. Choices
-#: ../templates:2001
+#: ../templates:3001
msgid "yes, no, ask"
msgstr "sì, no, chiedi"
#. Type: select
#. Description
-#: ../templates:2002
+#: ../templates:3002
msgid "Trust new certificates from certificate authorities?"
msgstr "Fiducia ai certificati delle nuove autorità di certificazione?"
#. Type: select
#. Description
-#: ../templates:2002
+#: ../templates:3002
msgid ""
"This package may install new CA (Certificate Authority) certificates when "
"upgrading. You may want to check such new CA certificates and select only "
@@ -42,7 +48,7 @@ msgstr ""
#. Type: select
#. Description
-#: ../templates:2002
+#: ../templates:3002
msgid ""
" - yes: new CA certificates will be trusted and installed;\n"
" - no : new CA certificates will not be installed by default;\n"
@@ -54,13 +60,13 @@ msgstr ""
#. Type: multiselect
#. Description
-#: ../templates:3001
+#: ../templates:4001
msgid "New certificates to activate:"
msgstr "Nuovi certificati da attivare:"
#. Type: multiselect
#. Description
-#: ../templates:3001
+#: ../templates:4001
msgid ""
"During upgrades, new certificates will be added. Please choose those you "
"trust."
@@ -70,13 +76,13 @@ msgstr ""
#. Type: multiselect
#. Description
-#: ../templates:4001
+#: ../templates:5001
msgid "Certificates to activate:"
msgstr "Certificati da attivare:"
#. Type: multiselect
#. Description
-#: ../templates:4001
+#: ../templates:5001
msgid ""
"This package installs common CA (Certificate Authority) certificates in /usr/"
"share/ca-certificates."
@@ -86,7 +92,7 @@ msgstr ""
#. Type: multiselect
#. Description
-#: ../templates:4001
+#: ../templates:5001
msgid ""
"Please select the certificate authorities you trust so that their "
"certificates are installed into /etc/ssl/certs. They will be compiled into a "
diff --git a/debian/po/ja.po b/debian/po/ja.po
index dbede14..41a4e3a 100644
--- a/debian/po/ja.po
+++ b/debian/po/ja.po
@@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ca-certificates\n"
"Report-Msgid-Bugs-To: ca-certificates@packages.debian.org\n"
-"POT-Creation-Date: 2008-06-16 17:02+0200\n"
+"POT-Creation-Date: 2011-05-02 19:31+0200\n"
"PO-Revision-Date: 2007-07-30 14:08+0900\n"
"Last-Translator: Kenshi Muto <kmuto@debian.org>\n"
"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
@@ -24,21 +24,27 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+#. Type: title
+#. Description
+#: ../templates:2001
+msgid "ca-certificates configuration"
+msgstr ""
+
#. Type: select
#. Choices
-#: ../templates:2001
+#: ../templates:3001
msgid "yes, no, ask"
msgstr "はい, いいえ, 質問する"
#. Type: select
#. Description
-#: ../templates:2002
+#: ../templates:3002
msgid "Trust new certificates from certificate authorities?"
msgstr "証明機関からの新しい証明書を信用しますか?"
#. Type: select
#. Description
-#: ../templates:2002
+#: ../templates:3002
msgid ""
"This package may install new CA (Certificate Authority) certificates when "
"upgrading. You may want to check such new CA certificates and select only "
@@ -49,7 +55,7 @@ msgstr ""
#. Type: select
#. Description
-#: ../templates:2002
+#: ../templates:3002
msgid ""
" - yes: new CA certificates will be trusted and installed;\n"
" - no : new CA certificates will not be installed by default;\n"
@@ -61,13 +67,13 @@ msgstr ""
#. Type: multiselect
#. Description
-#: ../templates:3001
+#: ../templates:4001
msgid "New certificates to activate:"
msgstr "活性化する新しい証明書:"
#. Type: multiselect
#. Description
-#: ../templates:3001
+#: ../templates:4001
msgid ""
"During upgrades, new certificates will be added. Please choose those you "
"trust."
@@ -77,13 +83,13 @@ msgstr ""
#. Type: multiselect
#. Description
-#: ../templates:4001
+#: ../templates:5001
msgid "Certificates to activate:"
msgstr "活性化する証明書:"
#. Type: multiselect
#. Description
-#: ../templates:4001
+#: ../templates:5001
msgid ""
"This package installs common CA (Certificate Authority) certificates in /usr/"
"share/ca-certificates."
@@ -93,7 +99,7 @@ msgstr ""
#. Type: multiselect
#. Description
-#: ../templates:4001
+#: ../templates:5001
msgid ""
"Please select the certificate authorities you trust so that their "
"certificates are installed into /etc/ssl/certs. They will be compiled into a "
diff --git a/debian/po/nl.po b/debian/po/nl.po
index 9745cd5..32a60ed 100644
--- a/debian/po/nl.po
+++ b/debian/po/nl.po
@@ -16,7 +16,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ca-certificates_20060816_nl\n"
"Report-Msgid-Bugs-To: ca-certificates@packages.debian.org\n"
-"POT-Creation-Date: 2008-06-16 17:02+0200\n"
+"POT-Creation-Date: 2011-05-02 19:31+0200\n"
"PO-Revision-Date: 2007-07-27 09:44+0200\n"
"Last-Translator: Frans Pop <elendil@planet.nl>\n"
"Language-Team: Dutch <debian-l10n-dutch@lists.debian.org>\n"
@@ -26,21 +26,27 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.11.4\n"
+#. Type: title
+#. Description
+#: ../templates:2001
+msgid "ca-certificates configuration"
+msgstr ""
+
#. Type: select
#. Choices
-#: ../templates:2001
+#: ../templates:3001
msgid "yes, no, ask"
msgstr "ja, nee, selectie"
#. Type: select
#. Description
-#: ../templates:2002
+#: ../templates:3002
msgid "Trust new certificates from certificate authorities?"
msgstr "Nieuwe certificaten van certificaatautoriteiten vertrouwen?"
#. Type: select
#. Description
-#: ../templates:2002
+#: ../templates:3002
msgid ""
"This package may install new CA (Certificate Authority) certificates when "
"upgrading. You may want to check such new CA certificates and select only "
@@ -53,7 +59,7 @@ msgstr ""
#. Type: select
#. Description
-#: ../templates:2002
+#: ../templates:3002
msgid ""
" - yes: new CA certificates will be trusted and installed;\n"
" - no : new CA certificates will not be installed by default;\n"
@@ -65,13 +71,13 @@ msgstr ""
#. Type: multiselect
#. Description
-#: ../templates:3001
+#: ../templates:4001
msgid "New certificates to activate:"
msgstr "Te activeren nieuwe certificaten:"
#. Type: multiselect
#. Description
-#: ../templates:3001
+#: ../templates:4001
msgid ""
"During upgrades, new certificates will be added. Please choose those you "
"trust."
@@ -81,13 +87,13 @@ msgstr ""
#. Type: multiselect
#. Description
-#: ../templates:4001
+#: ../templates:5001
msgid "Certificates to activate:"
msgstr "Te activeren certificaten:"
#. Type: multiselect
#. Description
-#: ../templates:4001
+#: ../templates:5001
msgid ""
"This package installs common CA (Certificate Authority) certificates in /usr/"
"share/ca-certificates."
@@ -97,7 +103,7 @@ msgstr ""
#. Type: multiselect
#. Description
-#: ../templates:4001
+#: ../templates:5001
msgid ""
"Please select the certificate authorities you trust so that their "
"certificates are installed into /etc/ssl/certs. They will be compiled into a "
diff --git a/debian/po/pt.po b/debian/po/pt.po
index 6e62437..7b88248 100644
--- a/debian/po/pt.po
+++ b/debian/po/pt.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ca-certificates\n"
"Report-Msgid-Bugs-To: ca-certificates@packages.debian.org\n"
-"POT-Creation-Date: 2008-06-16 17:02+0200\n"
+"POT-Creation-Date: 2011-05-02 19:31+0200\n"
"PO-Revision-Date: 2007-08-01 08:34+0100\n"
"Last-Translator: Miguel Figueiredo <elmig@debianpt.org>\n"
"Language-Team: Portuguese <traduz@debianpt.org>\n"
@@ -17,21 +17,27 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+#. Type: title
+#. Description
+#: ../templates:2001
+msgid "ca-certificates configuration"
+msgstr ""
+
#. Type: select
#. Choices
-#: ../templates:2001
+#: ../templates:3001
msgid "yes, no, ask"
msgstr "sim, não, perguntar"
#. Type: select
#. Description
-#: ../templates:2002
+#: ../templates:3002
msgid "Trust new certificates from certificate authorities?"
msgstr "Confiar nos novos certificados das autoridades de certificados?"
#. Type: select
#. Description
-#: ../templates:2002
+#: ../templates:3002
msgid ""
"This package may install new CA (Certificate Authority) certificates when "
"upgrading. You may want to check such new CA certificates and select only "
@@ -43,7 +49,7 @@ msgstr ""
#. Type: select
#. Description
-#: ../templates:2002
+#: ../templates:3002
msgid ""
" - yes: new CA certificates will be trusted and installed;\n"
" - no : new CA certificates will not be installed by default;\n"
@@ -55,13 +61,13 @@ msgstr ""
#. Type: multiselect
#. Description
-#: ../templates:3001
+#: ../templates:4001
msgid "New certificates to activate:"
msgstr "Novos certificados para activar:"
#. Type: multiselect
#. Description
-#: ../templates:3001
+#: ../templates:4001
msgid ""
"During upgrades, new certificates will be added. Please choose those you "
"trust."
@@ -71,13 +77,13 @@ msgstr ""
#. Type: multiselect
#. Description
-#: ../templates:4001
+#: ../templates:5001
msgid "Certificates to activate:"
msgstr "Xertificados para activar:"
#. Type: multiselect
#. Description
-#: ../templates:4001
+#: ../templates:5001
msgid ""
"This package installs common CA (Certificate Authority) certificates in /usr/"
"share/ca-certificates."
@@ -87,7 +93,7 @@ msgstr ""
#. Type: multiselect
#. Description
-#: ../templates:4001
+#: ../templates:5001
msgid ""
"Please select the certificate authorities you trust so that their "
"certificates are installed into /etc/ssl/certs. They will be compiled into a "
diff --git a/debian/po/pt_BR.po b/debian/po/pt_BR.po
index db68169..b524376 100644
--- a/debian/po/pt_BR.po
+++ b/debian/po/pt_BR.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ca-certificates 20090814+nmu2\n"
"Report-Msgid-Bugs-To: ca-certificates@packages.debian.org\n"
-"POT-Creation-Date: 2008-06-16 17:02+0200\n"
+"POT-Creation-Date: 2011-05-02 19:31+0200\n"
"PO-Revision-Date: 2011-03-15 16:20-0300\n"
"Last-Translator: Adriano Rafael Gomes <adrianorg@gmail.com>\n"
"Language-Team: Brazilian Portuguese <debian-l10n-portuguese@lists.debian."
@@ -18,21 +18,27 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+#. Type: title
+#. Description
+#: ../templates:2001
+msgid "ca-certificates configuration"
+msgstr ""
+
#. Type: select
#. Choices
-#: ../templates:2001
+#: ../templates:3001
msgid "yes, no, ask"
msgstr "sim, não, perguntar"
#. Type: select
#. Description
-#: ../templates:2002
+#: ../templates:3002
msgid "Trust new certificates from certificate authorities?"
msgstr "Confiar em novos certificados de autoridades certificadoras?"
#. Type: select
#. Description
-#: ../templates:2002
+#: ../templates:3002
msgid ""
"This package may install new CA (Certificate Authority) certificates when "
"upgrading. You may want to check such new CA certificates and select only "
@@ -45,7 +51,7 @@ msgstr ""
#. Type: select
#. Description
-#: ../templates:2002
+#: ../templates:3002
msgid ""
" - yes: new CA certificates will be trusted and installed;\n"
" - no : new CA certificates will not be installed by default;\n"
@@ -57,13 +63,13 @@ msgstr ""
#. Type: multiselect
#. Description
-#: ../templates:3001
+#: ../templates:4001
msgid "New certificates to activate:"
msgstr "Novos certificados a serem ativados:"
#. Type: multiselect
#. Description
-#: ../templates:3001
+#: ../templates:4001
msgid ""
"During upgrades, new certificates will be added. Please choose those you "
"trust."
@@ -73,13 +79,13 @@ msgstr ""
#. Type: multiselect
#. Description
-#: ../templates:4001
+#: ../templates:5001
msgid "Certificates to activate:"
msgstr "Certificados a serem ativados:"
#. Type: multiselect
#. Description
-#: ../templates:4001
+#: ../templates:5001
msgid ""
"This package installs common CA (Certificate Authority) certificates in /usr/"
"share/ca-certificates."
@@ -89,7 +95,7 @@ msgstr ""
#. Type: multiselect
#. Description
-#: ../templates:4001
+#: ../templates:5001
msgid ""
"Please select the certificate authorities you trust so that their "
"certificates are installed into /etc/ssl/certs. They will be compiled into a "
diff --git a/debian/po/ru.po b/debian/po/ru.po
index e4d1371..d2a6807 100644
--- a/debian/po/ru.po
+++ b/debian/po/ru.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ca-certificates_20061027\n"
"Report-Msgid-Bugs-To: ca-certificates@packages.debian.org\n"
-"POT-Creation-Date: 2008-06-16 17:02+0200\n"
+"POT-Creation-Date: 2011-05-02 19:31+0200\n"
"PO-Revision-Date: 2007-07-27 17:45+0700\n"
"Last-Translator: Mikhail Gusarov <dottedmag@dottedmag.net>\n"
"Language-Team: Russian l10n Team <debian-l10n-russian@lists.debian.org>\n"
@@ -18,21 +18,27 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+#. Type: title
+#. Description
+#: ../templates:2001
+msgid "ca-certificates configuration"
+msgstr ""
+
#. Type: select
#. Choices
-#: ../templates:2001
+#: ../templates:3001
msgid "yes, no, ask"
msgstr "да, нет, спрашивать"
#. Type: select
#. Description
-#: ../templates:2002
+#: ../templates:3002
msgid "Trust new certificates from certificate authorities?"
msgstr "Доверять новым корневым сертификатам?"
#. Type: select
#. Description
-#: ../templates:2002
+#: ../templates:3002
msgid ""
"This package may install new CA (Certificate Authority) certificates when "
"upgrading. You may want to check such new CA certificates and select only "
@@ -43,7 +49,7 @@ msgstr ""
#. Type: select
#. Description
-#: ../templates:2002
+#: ../templates:3002
msgid ""
" - yes: new CA certificates will be trusted and installed;\n"
" - no : new CA certificates will not be installed by default;\n"
@@ -55,13 +61,13 @@ msgstr ""
#. Type: multiselect
#. Description
-#: ../templates:3001
+#: ../templates:4001
msgid "New certificates to activate:"
msgstr "Сертификаты для активации:"
#. Type: multiselect
#. Description
-#: ../templates:3001
+#: ../templates:4001
msgid ""
"During upgrades, new certificates will be added. Please choose those you "
"trust."
@@ -71,13 +77,13 @@ msgstr ""
#. Type: multiselect
#. Description
-#: ../templates:4001
+#: ../templates:5001
msgid "Certificates to activate:"
msgstr "Сертификаты для активации:"
#. Type: multiselect
#. Description
-#: ../templates:4001
+#: ../templates:5001
msgid ""
"This package installs common CA (Certificate Authority) certificates in /usr/"
"share/ca-certificates."
@@ -87,7 +93,7 @@ msgstr ""
#. Type: multiselect
#. Description
-#: ../templates:4001
+#: ../templates:5001
msgid ""
"Please select the certificate authorities you trust so that their "
"certificates are installed into /etc/ssl/certs. They will be compiled into a "
diff --git a/debian/po/sv.po b/debian/po/sv.po
index 21a94fa..bfe28b1 100644
--- a/debian/po/sv.po
+++ b/debian/po/sv.po
@@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ca-certificates 20050804\n"
"Report-Msgid-Bugs-To: ca-certificates@packages.debian.org\n"
-"POT-Creation-Date: 2008-06-16 17:02+0200\n"
+"POT-Creation-Date: 2011-05-02 19:31+0200\n"
"PO-Revision-Date: 2007-07-27 11:47+0100\n"
"Last-Translator: Daniel Nylander <po@danielnylander.se>\n"
"Language-Team: Swedish <sv@li.org>\n"
@@ -23,21 +23,27 @@ msgstr ""
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
+#. Type: title
+#. Description
+#: ../templates:2001
+msgid "ca-certificates configuration"
+msgstr ""
+
#. Type: select
#. Choices
-#: ../templates:2001
+#: ../templates:3001
msgid "yes, no, ask"
msgstr "ja, nej, frga"
#. Type: select
#. Description
-#: ../templates:2002
+#: ../templates:3002
msgid "Trust new certificates from certificate authorities?"
msgstr "Lita p nya certifikat frn certifikatutfrdare?"
#. Type: select
#. Description
-#: ../templates:2002
+#: ../templates:3002
msgid ""
"This package may install new CA (Certificate Authority) certificates when "
"upgrading. You may want to check such new CA certificates and select only "
@@ -49,7 +55,7 @@ msgstr ""
#. Type: select
#. Description
-#: ../templates:2002
+#: ../templates:3002
msgid ""
" - yes: new CA certificates will be trusted and installed;\n"
" - no : new CA certificates will not be installed by default;\n"
@@ -61,13 +67,13 @@ msgstr ""
#. Type: multiselect
#. Description
-#: ../templates:3001
+#: ../templates:4001
msgid "New certificates to activate:"
msgstr "Nya certfikat att aktivera:"
#. Type: multiselect
#. Description
-#: ../templates:3001
+#: ../templates:4001
msgid ""
"During upgrades, new certificates will be added. Please choose those you "
"trust."
@@ -77,13 +83,13 @@ msgstr ""
#. Type: multiselect
#. Description
-#: ../templates:4001
+#: ../templates:5001
msgid "Certificates to activate:"
msgstr "Certfikat att aktivera:"
#. Type: multiselect
#. Description
-#: ../templates:4001
+#: ../templates:5001
msgid ""
"This package installs common CA (Certificate Authority) certificates in /usr/"
"share/ca-certificates."
@@ -93,7 +99,7 @@ msgstr ""
#. Type: multiselect
#. Description
-#: ../templates:4001
+#: ../templates:5001
msgid ""
"Please select the certificate authorities you trust so that their "
"certificates are installed into /etc/ssl/certs. They will be compiled into a "
diff --git a/debian/po/templates.pot b/debian/po/templates.pot
index 20a84c0..705b4a5 100644
--- a/debian/po/templates.pot
+++ b/debian/po/templates.pot
@@ -8,29 +8,36 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: ca-certificates@packages.debian.org\n"
-"POT-Creation-Date: 2008-06-16 17:02+0200\n"
+"POT-Creation-Date: 2011-05-02 19:31+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
+#. Type: title
+#. Description
+#: ../templates:2001
+msgid "ca-certificates configuration"
+msgstr ""
+
#. Type: select
#. Choices
-#: ../templates:2001
+#: ../templates:3001
msgid "yes, no, ask"
msgstr ""
#. Type: select
#. Description
-#: ../templates:2002
+#: ../templates:3002
msgid "Trust new certificates from certificate authorities?"
msgstr ""
#. Type: select
#. Description
-#: ../templates:2002
+#: ../templates:3002
msgid ""
"This package may install new CA (Certificate Authority) certificates when "
"upgrading. You may want to check such new CA certificates and select only "
@@ -39,7 +46,7 @@ msgstr ""
#. Type: select
#. Description
-#: ../templates:2002
+#: ../templates:3002
msgid ""
" - yes: new CA certificates will be trusted and installed;\n"
" - no : new CA certificates will not be installed by default;\n"
@@ -48,13 +55,13 @@ msgstr ""
#. Type: multiselect
#. Description
-#: ../templates:3001
+#: ../templates:4001
msgid "New certificates to activate:"
msgstr ""
#. Type: multiselect
#. Description
-#: ../templates:3001
+#: ../templates:4001
msgid ""
"During upgrades, new certificates will be added. Please choose those you "
"trust."
@@ -62,13 +69,13 @@ msgstr ""
#. Type: multiselect
#. Description
-#: ../templates:4001
+#: ../templates:5001
msgid "Certificates to activate:"
msgstr ""
#. Type: multiselect
#. Description
-#: ../templates:4001
+#: ../templates:5001
msgid ""
"This package installs common CA (Certificate Authority) certificates in /usr/"
"share/ca-certificates."
@@ -76,7 +83,7 @@ msgstr ""
#. Type: multiselect
#. Description
-#: ../templates:4001
+#: ../templates:5001
msgid ""
"Please select the certificate authorities you trust so that their "
"certificates are installed into /etc/ssl/certs. They will be compiled into a "
diff --git a/debian/po/vi.po b/debian/po/vi.po
index 4f1329f..04505ea 100644
--- a/debian/po/vi.po
+++ b/debian/po/vi.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ca-certificates 20070304\n"
"Report-Msgid-Bugs-To: ca-certificates@packages.debian.org\n"
-"POT-Creation-Date: 2008-06-16 17:02+0200\n"
+"POT-Creation-Date: 2011-05-02 19:31+0200\n"
"PO-Revision-Date: 2007-07-30 18:25+0930\n"
"Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
"Language-Team: Vietnamese <vi-bugs@googlegroups.com>\n"
@@ -17,21 +17,27 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: LocFactoryEditor 1.7b1\n"
+#. Type: title
+#. Description
+#: ../templates:2001
+msgid "ca-certificates configuration"
+msgstr ""
+
#. Type: select
#. Choices
-#: ../templates:2001
+#: ../templates:3001
msgid "yes, no, ask"
msgstr "có, không, hỏi"
#. Type: select
#. Description
-#: ../templates:2002
+#: ../templates:3002
msgid "Trust new certificates from certificate authorities?"
msgstr "Tin chứng nhận mới của nhà cầm quyền chứng nhận mới không?"
#. Type: select
#. Description
-#: ../templates:2002
+#: ../templates:3002
msgid ""
"This package may install new CA (Certificate Authority) certificates when "
"upgrading. You may want to check such new CA certificates and select only "
@@ -43,7 +49,7 @@ msgstr ""
#. Type: select
#. Description
-#: ../templates:2002
+#: ../templates:3002
msgid ""
" - yes: new CA certificates will be trusted and installed;\n"
" - no : new CA certificates will not be installed by default;\n"
@@ -55,13 +61,13 @@ msgstr ""
#. Type: multiselect
#. Description
-#: ../templates:3001
+#: ../templates:4001
msgid "New certificates to activate:"
msgstr "Các chứng nhận mới cần kích hoạt:"
#. Type: multiselect
#. Description
-#: ../templates:3001
+#: ../templates:4001
msgid ""
"During upgrades, new certificates will be added. Please choose those you "
"trust."
@@ -71,13 +77,13 @@ msgstr ""
#. Type: multiselect
#. Description
-#: ../templates:4001
+#: ../templates:5001
msgid "Certificates to activate:"
msgstr "Các chứng nhận cần kích hoạt:"
#. Type: multiselect
#. Description
-#: ../templates:4001
+#: ../templates:5001
msgid ""
"This package installs common CA (Certificate Authority) certificates in /usr/"
"share/ca-certificates."
@@ -87,7 +93,7 @@ msgstr ""
#. Type: multiselect
#. Description
-#: ../templates:4001
+#: ../templates:5001
msgid ""
"Please select the certificate authorities you trust so that their "
"certificates are installed into /etc/ssl/certs. They will be compiled into a "
diff --git a/debian/templates b/debian/templates
index eb19690..91a55a2 100644
--- a/debian/templates
+++ b/debian/templates
@@ -7,6 +7,10 @@
# Even minor modifications require translation updates and such
# changes should be coordinated with translators and reviewers.
+Template: ca-certificates/title
+Type: title
+_Description: ca-certificates configuration
+
Template: ca-certificates/trust_new_crts
Type: select
_Choices: yes, no, ask