summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog4
-rw-r--r--debian/libpam0g.postinst23
-rw-r--r--debian/libpam0g.templates12
-rw-r--r--debian/po/bg.po27
-rw-r--r--debian/po/ca.po21
-rw-r--r--debian/po/cs.po27
-rw-r--r--debian/po/da.po21
-rw-r--r--debian/po/de.po27
-rw-r--r--debian/po/es.po35
-rw-r--r--debian/po/eu.po21
-rw-r--r--debian/po/fi.po21
-rw-r--r--debian/po/fr.po27
-rw-r--r--debian/po/gl.po33
-rw-r--r--debian/po/it.po21
-rw-r--r--debian/po/ja.po21
-rw-r--r--debian/po/nl.po33
-rw-r--r--debian/po/pt.po34
-rw-r--r--debian/po/pt_BR.po37
-rw-r--r--debian/po/ro.po27
-rw-r--r--debian/po/ru.po33
-rw-r--r--debian/po/sk.po35
-rw-r--r--debian/po/sv.po21
-rw-r--r--debian/po/templates.pot21
-rw-r--r--debian/po/tr.po21
-rw-r--r--debian/po/vi.po21
-rw-r--r--debian/po/zh_CN.po21
26 files changed, 551 insertions, 94 deletions
diff --git a/debian/changelog b/debian/changelog
index eb813b3d..acad35b2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,10 @@ pam (1.1.3-6) UNRELEASED; urgency=low
* debian/patches-applied/update-motd: new module option for pam_motd,
'noupdate', which suppresses the call to run-parts /etc/update-motd.d.
LP: #805423.
+ * debian/libpam0g.templates, debian/libpam0g.postinst: add a new question,
+ libraries/restart-without-asking, that allows admins to accept the
+ service restarts once for all so that they don't have to repeatedly
+ say "ok". LP: #745004.
-- Steve Langasek <vorlon@debian.org> Sun, 30 Oct 2011 06:53:29 -0700
diff --git a/debian/libpam0g.postinst b/debian/libpam0g.postinst
index eca8957e..bc8a52f2 100644
--- a/debian/libpam0g.postinst
+++ b/debian/libpam0g.postinst
@@ -112,17 +112,22 @@ then
echo "Checking init scripts..."
services=$(installed_services "$check")
if [ -n "$services" ]; then
- db_reset libpam0g/restart-services
- db_set libpam0g/restart-services "$services"
- db_input critical libpam0g/restart-services || true
+ db_input critical libraries/restart-without-asking || true
db_go || true
- db_get libpam0g/restart-services
+ db_get libraries/restart-without-asking
+ if [ "$RET" != true ]; then
+ db_reset libpam0g/restart-services
+ db_set libpam0g/restart-services "$services"
+ db_input critical libpam0g/restart-services || true
+ db_go || true
+ db_get libpam0g/restart-services
- if [ "x$RET" != "x" ]
- then
- services=$RET
- else
- services=""
+ if [ "x$RET" != "x" ]
+ then
+ services=$RET
+ else
+ services=""
+ fi
fi
echo
if [ "$services" != "" ]; then
diff --git a/debian/libpam0g.templates b/debian/libpam0g.templates
index f3291f45..64a616ac 100644
--- a/debian/libpam0g.templates
+++ b/debian/libpam0g.templates
@@ -24,3 +24,15 @@ _Description: Failure restarting some services for PAM upgrade
.
You will need to start these manually by running
'/etc/init.d/<service> start'.
+
+Template: libraries/restart-without-asking
+Type: boolean
+Default: false
+_Description: Restart services during package upgrades without asking?
+ There are services installed on your system which need to be restarted
+ when certain libraries, such as libpam, libc, and libssl, are upgraded.
+ Since these restarts may cause interruptions of service for the system,
+ you will normally be prompted on each upgrade for the list of services
+ you wish to restart. You can choose this option to avoid being prompted;
+ instead, all necessary restarts will be done for you automatically so you
+ can avoid being asked questions on each library upgrade.
diff --git a/debian/po/bg.po b/debian/po/bg.po
index 2b7cabb9..ed45e31d 100644
--- a/debian/po/bg.po
+++ b/debian/po/bg.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: bg\n"
"Report-Msgid-Bugs-To: pam@packages.debian.org\n"
-"POT-Creation-Date: 2011-03-29 13:01-0700\n"
+"POT-Creation-Date: 2011-10-30 14:31-0400\n"
"PO-Revision-Date: 2011-03-29 13:01-0700\n"
"Last-Translator: Damyan Ivanov <dmn@debian.org>\n"
"Language-Team: Bulgarian <dict@fsa-bg.org>\n"
@@ -47,9 +47,9 @@ msgstr "Мениджъра на дисплеи трябва да бъде 
#. Description
#: ../libpam0g.templates:2001
msgid ""
-"The wdm and xdm display managers require a restart for the new version "
-"of libpam, but there are X login sessions active on your system that would "
-"be terminated by this restart. You will therefore need to restart these "
+"The wdm and xdm display managers require a restart for the new version of "
+"libpam, but there are X login sessions active on your system that would be "
+"terminated by this restart. You will therefore need to restart these "
"services by hand before further X logins will be possible."
msgstr ""
"Мениджърите на дисплеи wdm и xdm трябва да бъдат рестартирани, но това би прекъснало активните влизания и затова тази операция няма да бъде извършена автоматично. Преди "
@@ -77,6 +77,25 @@ msgid ""
"start'."
msgstr "Ще трябва сами да ги стартирате чрез „/etc/init.d/<услуга> start“."
+#. Type: boolean
+#. Description
+#: ../libpam0g.templates:4001
+msgid "Restart services during package upgrades without asking?"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../libpam0g.templates:4001
+msgid ""
+"There are services installed on your system which need to be restarted when "
+"certain libraries, such as libpam, libc, and libssl, are upgraded. Since "
+"these restarts may cause interruptions of service for the system, you will "
+"normally be prompted on each upgrade for the list of services you wish to "
+"restart. You can choose this option to avoid being prompted; instead, all "
+"necessary restarts will be done for you automatically so you can avoid being "
+"asked questions on each library upgrade."
+msgstr ""
+
#. Type: multiselect
#. Description
#: ../libpam-runtime.templates:1001
diff --git a/debian/po/ca.po b/debian/po/ca.po
index c28ecb32..653e528a 100644
--- a/debian/po/ca.po
+++ b/debian/po/ca.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pam 1.1.2-3\n"
"Report-Msgid-Bugs-To: pam@packages.debian.org\n"
-"POT-Creation-Date: 2011-03-29 13:01-0700\n"
+"POT-Creation-Date: 2011-10-30 14:31-0400\n"
"PO-Revision-Date: 2011-04-11 20:17+0100\n"
"Last-Translator: Innocent De Marchi <tangram.peces@gmail.com>\n"
"Language-Team: Catalan <debian-l10n-catalan@lists.debian.org>\n"
@@ -87,6 +87,25 @@ msgstr ""
"Caldrà engegar manualment aquests serveis executant «/etc/init.d/<servei> "
"start»."
+#. Type: boolean
+#. Description
+#: ../libpam0g.templates:4001
+msgid "Restart services during package upgrades without asking?"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../libpam0g.templates:4001
+msgid ""
+"There are services installed on your system which need to be restarted when "
+"certain libraries, such as libpam, libc, and libssl, are upgraded. Since "
+"these restarts may cause interruptions of service for the system, you will "
+"normally be prompted on each upgrade for the list of services you wish to "
+"restart. You can choose this option to avoid being prompted; instead, all "
+"necessary restarts will be done for you automatically so you can avoid being "
+"asked questions on each library upgrade."
+msgstr ""
+
#. Type: multiselect
#. Description
#: ../libpam-runtime.templates:1001
diff --git a/debian/po/cs.po b/debian/po/cs.po
index 25f42e6d..72f44537 100644
--- a/debian/po/cs.po
+++ b/debian/po/cs.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pam\n"
"Report-Msgid-Bugs-To: pam@packages.debian.org\n"
-"POT-Creation-Date: 2011-03-29 13:01-0700\n"
+"POT-Creation-Date: 2011-10-30 14:31-0400\n"
"PO-Revision-Date: 2011-03-29 13:01-0700\n"
"Last-Translator: Miroslav Kure <kurem@debian.cz>\n"
"Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
@@ -46,9 +46,9 @@ msgstr "Správce displeje se musí restartovat ručně"
#. Description
#: ../libpam0g.templates:2001
msgid ""
-"The wdm and xdm display managers require a restart for the new version "
-"of libpam, but there are X login sessions active on your system that would "
-"be terminated by this restart. You will therefore need to restart these "
+"The wdm and xdm display managers require a restart for the new version of "
+"libpam, but there are X login sessions active on your system that would be "
+"terminated by this restart. You will therefore need to restart these "
"services by hand before further X logins will be possible."
msgstr ""
"Správcové displejů wdm a xdm musí být s novou verzí knihovny libpam "
@@ -80,6 +80,25 @@ msgid ""
msgstr ""
"Tyto služby budete muset spustit ručně příkazem '/etc/init.d/<služba> start'."
+#. Type: boolean
+#. Description
+#: ../libpam0g.templates:4001
+msgid "Restart services during package upgrades without asking?"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../libpam0g.templates:4001
+msgid ""
+"There are services installed on your system which need to be restarted when "
+"certain libraries, such as libpam, libc, and libssl, are upgraded. Since "
+"these restarts may cause interruptions of service for the system, you will "
+"normally be prompted on each upgrade for the list of services you wish to "
+"restart. You can choose this option to avoid being prompted; instead, all "
+"necessary restarts will be done for you automatically so you can avoid being "
+"asked questions on each library upgrade."
+msgstr ""
+
#. Type: multiselect
#. Description
#: ../libpam-runtime.templates:1001
diff --git a/debian/po/da.po b/debian/po/da.po
index 0220a237..8a4de1e7 100644
--- a/debian/po/da.po
+++ b/debian/po/da.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pam\n"
"Report-Msgid-Bugs-To: pam@packages.debian.org\n"
-"POT-Creation-Date: 2011-03-29 13:01-0700\n"
+"POT-Creation-Date: 2011-10-30 14:31-0400\n"
"PO-Revision-Date: 2010-10-19 19:21+0100\n"
"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
"Language-Team: Danish <debian-l10n-danish@lists.debian.org>\n"
@@ -81,6 +81,25 @@ msgid ""
msgstr ""
"Du skal starte disse manuelt ved at køre '/etc/init.d/<tjeneste> start'"
+#. Type: boolean
+#. Description
+#: ../libpam0g.templates:4001
+msgid "Restart services during package upgrades without asking?"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../libpam0g.templates:4001
+msgid ""
+"There are services installed on your system which need to be restarted when "
+"certain libraries, such as libpam, libc, and libssl, are upgraded. Since "
+"these restarts may cause interruptions of service for the system, you will "
+"normally be prompted on each upgrade for the list of services you wish to "
+"restart. You can choose this option to avoid being prompted; instead, all "
+"necessary restarts will be done for you automatically so you can avoid being "
+"asked questions on each library upgrade."
+msgstr ""
+
#. Type: multiselect
#. Description
#: ../libpam-runtime.templates:1001
diff --git a/debian/po/de.po b/debian/po/de.po
index 26abec49..7067639c 100644
--- a/debian/po/de.po
+++ b/debian/po/de.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pam 1.1.0-1\n"
"Report-Msgid-Bugs-To: pam@packages.debian.org\n"
-"POT-Creation-Date: 2011-03-29 13:01-0700\n"
+"POT-Creation-Date: 2011-10-30 14:31-0400\n"
"PO-Revision-Date: 2011-03-29 13:01-0700\n"
"Last-Translator: Sven Joachim <svenjoac@gmx.de>\n"
"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
@@ -47,9 +47,9 @@ msgstr "Display-Manager müssen manuell neu gestartet werden"
#. Description
#: ../libpam0g.templates:2001
msgid ""
-"The wdm and xdm display managers require a restart for the new version "
-"of libpam, but there are X login sessions active on your system that would "
-"be terminated by this restart. You will therefore need to restart these "
+"The wdm and xdm display managers require a restart for the new version of "
+"libpam, but there are X login sessions active on your system that would be "
+"terminated by this restart. You will therefore need to restart these "
"services by hand before further X logins will be possible."
msgstr ""
"Die Display-Manager wdm und xdm erfordern einen Neustart für die neue "
@@ -82,6 +82,25 @@ msgstr ""
"Sie müssen diese manuell neu starten, indem Sie »/etc/init.d/<Dienst> start« "
"ausführen."
+#. Type: boolean
+#. Description
+#: ../libpam0g.templates:4001
+msgid "Restart services during package upgrades without asking?"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../libpam0g.templates:4001
+msgid ""
+"There are services installed on your system which need to be restarted when "
+"certain libraries, such as libpam, libc, and libssl, are upgraded. Since "
+"these restarts may cause interruptions of service for the system, you will "
+"normally be prompted on each upgrade for the list of services you wish to "
+"restart. You can choose this option to avoid being prompted; instead, all "
+"necessary restarts will be done for you automatically so you can avoid being "
+"asked questions on each library upgrade."
+msgstr ""
+
#. Type: multiselect
#. Description
#: ../libpam-runtime.templates:1001
diff --git a/debian/po/es.po b/debian/po/es.po
index 071cf0f6..e822d9a7 100644
--- a/debian/po/es.po
+++ b/debian/po/es.po
@@ -35,7 +35,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pam 0.79-4\n"
"Report-Msgid-Bugs-To: pam@packages.debian.org\n"
-"POT-Creation-Date: 2010-09-05 23:50-0700\n"
+"POT-Creation-Date: 2011-10-30 14:31-0400\n"
"PO-Revision-Date: 2010-08-08 01:40+0200\n"
"Last-Translator: Javier Fernandez-Sanguino <jfs@debian.org>\n"
"Language-Team: Debian Spanish <debian-l10n-spanish@lists.debian.org>\n"
@@ -78,16 +78,16 @@ msgstr "Debe reiniciar manualmente los gestores de pantalla"
#. Description
#: ../libpam0g.templates:2001
msgid ""
-"The wdm and xdm display managers require a restart for the new version "
-"of libpam, but there are X login sessions active on your system that would "
-"be terminated by this restart. You will therefore need to restart these "
+"The wdm and xdm display managers require a restart for the new version of "
+"libpam, but there are X login sessions active on your system that would be "
+"terminated by this restart. You will therefore need to restart these "
"services by hand before further X logins will be possible."
msgstr ""
"Entre los servicios que deben reiniciarse debido a la nueva versión de "
-"libpam están los gestores de pantalla wdm y xdm. Sin embargo, hay "
-"sesiones de X ejecutándose en el sistema que se terminarían si se "
-"reiniciaran estos servicios. Debe reiniciarlos manualmente si desea que "
-"funcionen los accesos a través de una sesión X más adelante."
+"libpam están los gestores de pantalla wdm y xdm. Sin embargo, hay sesiones "
+"de X ejecutándose en el sistema que se terminarían si se reiniciaran estos "
+"servicios. Debe reiniciarlos manualmente si desea que funcionen los accesos "
+"a través de una sesión X más adelante."
#. Type: error
#. Description
@@ -114,6 +114,25 @@ msgstr ""
"Deberá arrancar manualmente estos servicios ejecutando «/etc/init.d/"
"<servicio> start»."
+#. Type: boolean
+#. Description
+#: ../libpam0g.templates:4001
+msgid "Restart services during package upgrades without asking?"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../libpam0g.templates:4001
+msgid ""
+"There are services installed on your system which need to be restarted when "
+"certain libraries, such as libpam, libc, and libssl, are upgraded. Since "
+"these restarts may cause interruptions of service for the system, you will "
+"normally be prompted on each upgrade for the list of services you wish to "
+"restart. You can choose this option to avoid being prompted; instead, all "
+"necessary restarts will be done for you automatically so you can avoid being "
+"asked questions on each library upgrade."
+msgstr ""
+
#. Type: multiselect
#. Description
#: ../libpam-runtime.templates:1001
diff --git a/debian/po/eu.po b/debian/po/eu.po
index f85e196f..3143789b 100644
--- a/debian/po/eu.po
+++ b/debian/po/eu.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pam_1.0.1-5_eu\n"
"Report-Msgid-Bugs-To: pam@packages.debian.org\n"
-"POT-Creation-Date: 2011-03-29 13:01-0700\n"
+"POT-Creation-Date: 2011-10-30 14:31-0400\n"
"PO-Revision-Date: 2009-01-02 12:30+0100\n"
"Last-Translator: Piarres Beobide <pi@beobide.net>\n"
"Language-Team: debian-eu <debian-l10n-eu@lists.debian.org>\n"
@@ -92,6 +92,25 @@ msgstr ""
"Hauek eskuz berrabiarazi beharko dituzu '/etc/init.d/<zerbitzua> start' "
"exekutatuz."
+#. Type: boolean
+#. Description
+#: ../libpam0g.templates:4001
+msgid "Restart services during package upgrades without asking?"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../libpam0g.templates:4001
+msgid ""
+"There are services installed on your system which need to be restarted when "
+"certain libraries, such as libpam, libc, and libssl, are upgraded. Since "
+"these restarts may cause interruptions of service for the system, you will "
+"normally be prompted on each upgrade for the list of services you wish to "
+"restart. You can choose this option to avoid being prompted; instead, all "
+"necessary restarts will be done for you automatically so you can avoid being "
+"asked questions on each library upgrade."
+msgstr ""
+
#. Type: multiselect
#. Description
#: ../libpam-runtime.templates:1001
diff --git a/debian/po/fi.po b/debian/po/fi.po
index 2472d9b6..70cf2be5 100644
--- a/debian/po/fi.po
+++ b/debian/po/fi.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pam 0.99.7.1-4\n"
"Report-Msgid-Bugs-To: pam@packages.debian.org\n"
-"POT-Creation-Date: 2011-03-29 13:01-0700\n"
+"POT-Creation-Date: 2011-10-30 14:31-0400\n"
"PO-Revision-Date: 2010-10-18 22:46+0300\n"
"Last-Translator: Esko Arajärvi <edu@iki.fi>\n"
"Language-Team: Finnish <debian-l10n-finnish@lists.debian.org>\n"
@@ -88,6 +88,25 @@ msgstr ""
"Nämä palvelut tulee käynnistää uudelleen ajamalla ”/etc/init.d/<palvelu> "
"start”."
+#. Type: boolean
+#. Description
+#: ../libpam0g.templates:4001
+msgid "Restart services during package upgrades without asking?"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../libpam0g.templates:4001
+msgid ""
+"There are services installed on your system which need to be restarted when "
+"certain libraries, such as libpam, libc, and libssl, are upgraded. Since "
+"these restarts may cause interruptions of service for the system, you will "
+"normally be prompted on each upgrade for the list of services you wish to "
+"restart. You can choose this option to avoid being prompted; instead, all "
+"necessary restarts will be done for you automatically so you can avoid being "
+"asked questions on each library upgrade."
+msgstr ""
+
#. Type: multiselect
#. Description
#: ../libpam-runtime.templates:1001
diff --git a/debian/po/fr.po b/debian/po/fr.po
index ddcd9504..ffe67793 100644
--- a/debian/po/fr.po
+++ b/debian/po/fr.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pam\n"
"Report-Msgid-Bugs-To: pam@packages.debian.org\n"
-"POT-Creation-Date: 2011-03-29 13:01-0700\n"
+"POT-Creation-Date: 2011-10-30 14:31-0400\n"
"PO-Revision-Date: 2011-03-29 13:01-0700\n"
"Last-Translator: Jean-Baka Domelevo-Entfellner <domelevo@gmail.com>\n"
"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
@@ -51,9 +51,9 @@ msgstr "Pas de redémarrage automatique du gestionnaire graphique de sessions"
#. Description
#: ../libpam0g.templates:2001
msgid ""
-"The wdm and xdm display managers require a restart for the new version "
-"of libpam, but there are X login sessions active on your system that would "
-"be terminated by this restart. You will therefore need to restart these "
+"The wdm and xdm display managers require a restart for the new version of "
+"libpam, but there are X login sessions active on your system that would be "
+"terminated by this restart. You will therefore need to restart these "
"services by hand before further X logins will be possible."
msgstr ""
"Les gestionnaires graphiques de session wdm et xdm nécessitent un "
@@ -88,6 +88,25 @@ msgstr ""
"Vous devez les démarrer vous-même avec la commande « /etc/init.d/<service> "
"start »."
+#. Type: boolean
+#. Description
+#: ../libpam0g.templates:4001
+msgid "Restart services during package upgrades without asking?"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../libpam0g.templates:4001
+msgid ""
+"There are services installed on your system which need to be restarted when "
+"certain libraries, such as libpam, libc, and libssl, are upgraded. Since "
+"these restarts may cause interruptions of service for the system, you will "
+"normally be prompted on each upgrade for the list of services you wish to "
+"restart. You can choose this option to avoid being prompted; instead, all "
+"necessary restarts will be done for you automatically so you can avoid being "
+"asked questions on each library upgrade."
+msgstr ""
+
#. Type: multiselect
#. Description
#: ../libpam-runtime.templates:1001
diff --git a/debian/po/gl.po b/debian/po/gl.po
index 5428d8f2..24c77d9f 100644
--- a/debian/po/gl.po
+++ b/debian/po/gl.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pam_1.1.1-3_gl\n"
"Report-Msgid-Bugs-To: pam@packages.debian.org\n"
-"POT-Creation-Date: 2011-03-29 13:01-0700\n"
+"POT-Creation-Date: 2011-10-30 14:31-0400\n"
"PO-Revision-Date: 2011-03-29 13:01-0700\n"
"Last-Translator: Jorge Barreiro <yortx.barry@gmail.com>\n"
"Language-Team: Galician <proxecto@trasno.net>\n"
@@ -49,14 +49,14 @@ msgstr "Débese reiniciar manualmente o xestor de pantallas"
#. Description
#: ../libpam0g.templates:2001
msgid ""
-"The wdm and xdm display managers require a restart for the new version "
-"of libpam, but there are X login sessions active on your system that would "
-"be terminated by this restart. You will therefore need to restart these "
+"The wdm and xdm display managers require a restart for the new version of "
+"libpam, but there are X login sessions active on your system that would be "
+"terminated by this restart. You will therefore need to restart these "
"services by hand before further X logins will be possible."
msgstr ""
-"É necesario reiniciar os xestores de pantallas wdm e xdm para a nova "
-"versión de libpam, pero hai sesións de X activas no sistema que se pecharían "
-"co reinicio. Polo tanto, ha ter que reiniciar eses servizos manualmente para "
+"É necesario reiniciar os xestores de pantallas wdm e xdm para a nova versión "
+"de libpam, pero hai sesións de X activas no sistema que se pecharían co "
+"reinicio. Polo tanto, ha ter que reiniciar eses servizos manualmente para "
"poder iniciar novas sesións mediante X."
#. Type: error
@@ -83,6 +83,25 @@ msgid ""
msgstr ""
"Ha ter que reinicialos manualmente executando «/etc/init.d/<servizo> start»."
+#. Type: boolean
+#. Description
+#: ../libpam0g.templates:4001
+msgid "Restart services during package upgrades without asking?"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../libpam0g.templates:4001
+msgid ""
+"There are services installed on your system which need to be restarted when "
+"certain libraries, such as libpam, libc, and libssl, are upgraded. Since "
+"these restarts may cause interruptions of service for the system, you will "
+"normally be prompted on each upgrade for the list of services you wish to "
+"restart. You can choose this option to avoid being prompted; instead, all "
+"necessary restarts will be done for you automatically so you can avoid being "
+"asked questions on each library upgrade."
+msgstr ""
+
#. Type: multiselect
#. Description
#: ../libpam-runtime.templates:1001
diff --git a/debian/po/it.po b/debian/po/it.po
index b0191ffd..5664bca1 100644
--- a/debian/po/it.po
+++ b/debian/po/it.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pam 0.99.7.1-5\n"
"Report-Msgid-Bugs-To: pam@packages.debian.org\n"
-"POT-Creation-Date: 2011-03-29 13:01-0700\n"
+"POT-Creation-Date: 2011-10-30 14:31-0400\n"
"PO-Revision-Date: 2010-10-23 21:21+0200\n"
"Last-Translator: Nicole B. <damn3dg1rl@gmail.com>\n"
"Language-Team: Italiano <tp@lists.linux.it>\n"
@@ -83,6 +83,25 @@ msgid ""
msgstr ""
"Bisognerà avviarli manualmente eseguendo '/etc/init.d/<servizio> start'."
+#. Type: boolean
+#. Description
+#: ../libpam0g.templates:4001
+msgid "Restart services during package upgrades without asking?"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../libpam0g.templates:4001
+msgid ""
+"There are services installed on your system which need to be restarted when "
+"certain libraries, such as libpam, libc, and libssl, are upgraded. Since "
+"these restarts may cause interruptions of service for the system, you will "
+"normally be prompted on each upgrade for the list of services you wish to "
+"restart. You can choose this option to avoid being prompted; instead, all "
+"necessary restarts will be done for you automatically so you can avoid being "
+"asked questions on each library upgrade."
+msgstr ""
+
#. Type: multiselect
#. Description
#: ../libpam-runtime.templates:1001
diff --git a/debian/po/ja.po b/debian/po/ja.po
index afc69cb7..49ab223e 100644
--- a/debian/po/ja.po
+++ b/debian/po/ja.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pam 1.1.1-6\n"
"Report-Msgid-Bugs-To: pam@packages.debian.org\n"
-"POT-Creation-Date: 2011-03-29 13:01-0700\n"
+"POT-Creation-Date: 2011-10-30 14:31-0400\n"
"PO-Revision-Date: 2010-10-15 09:22+0900\n"
"Last-Translator: Kenshi Muto <kmuto@debian.org>\n"
"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
@@ -85,6 +85,25 @@ msgstr ""
"/etc/init.d/<サービス> start' を実行することで、これらを手動で起動する必要が"
"あります。"
+#. Type: boolean
+#. Description
+#: ../libpam0g.templates:4001
+msgid "Restart services during package upgrades without asking?"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../libpam0g.templates:4001
+msgid ""
+"There are services installed on your system which need to be restarted when "
+"certain libraries, such as libpam, libc, and libssl, are upgraded. Since "
+"these restarts may cause interruptions of service for the system, you will "
+"normally be prompted on each upgrade for the list of services you wish to "
+"restart. You can choose this option to avoid being prompted; instead, all "
+"necessary restarts will be done for you automatically so you can avoid being "
+"asked questions on each library upgrade."
+msgstr ""
+
#. Type: multiselect
#. Description
#: ../libpam-runtime.templates:1001
diff --git a/debian/po/nl.po b/debian/po/nl.po
index 82d5b3a6..7e5e23e2 100644
--- a/debian/po/nl.po
+++ b/debian/po/nl.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pam\n"
"Report-Msgid-Bugs-To: pam@packages.debian.org\n"
-"POT-Creation-Date: 2011-03-29 13:01-0700\n"
+"POT-Creation-Date: 2011-10-30 14:31-0400\n"
"PO-Revision-Date: 2010-11-21 21:58+0100\n"
"Last-Translator: Eric Spreen <erispre@gmail.com>\n"
"Language-Team: debian-l10n-dutch <debian-l10n-dutch@lists.debian.org>\n"
@@ -49,14 +49,14 @@ msgstr "De beeldschermbeheerder dient handmatig herstart te worden"
#. Description
#: ../libpam0g.templates:2001
msgid ""
-"The wdm and xdm display managers require a restart for the new version "
-"of libpam, but there are X login sessions active on your system that would "
-"be terminated by this restart. You will therefore need to restart these "
+"The wdm and xdm display managers require a restart for the new version of "
+"libpam, but there are X login sessions active on your system that would be "
+"terminated by this restart. You will therefore need to restart these "
"services by hand before further X logins will be possible."
msgstr ""
-"De beelschermbeheerders wdm en xdm vereisen een herstart vanwege de "
-"nieuwe libpam-versie. Er zijn echter X-login-sessies actief op uw systeem "
-"die hierdoor afgesloten zouden worden. Nieuwe X-sessies starten via deze "
+"De beelschermbeheerders wdm en xdm vereisen een herstart vanwege de nieuwe "
+"libpam-versie. Er zijn echter X-login-sessies actief op uw systeem die "
+"hierdoor afgesloten zouden worden. Nieuwe X-sessies starten via deze "
"diensten is pas mogelijk eens u ze handmatig herstart heeft."
#. Type: error
@@ -84,6 +84,25 @@ msgstr ""
"U dient deze diensten handmatig op te starten via het commando '/etc/init.d/"
"<dienst> start'."
+#. Type: boolean
+#. Description
+#: ../libpam0g.templates:4001
+msgid "Restart services during package upgrades without asking?"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../libpam0g.templates:4001
+msgid ""
+"There are services installed on your system which need to be restarted when "
+"certain libraries, such as libpam, libc, and libssl, are upgraded. Since "
+"these restarts may cause interruptions of service for the system, you will "
+"normally be prompted on each upgrade for the list of services you wish to "
+"restart. You can choose this option to avoid being prompted; instead, all "
+"necessary restarts will be done for you automatically so you can avoid being "
+"asked questions on each library upgrade."
+msgstr ""
+
#. Type: multiselect
#. Description
#: ../libpam-runtime.templates:1001
diff --git a/debian/po/pt.po b/debian/po/pt.po
index f70c25c0..c43168fb 100644
--- a/debian/po/pt.po
+++ b/debian/po/pt.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pam 1.0.1-10\n"
"Report-Msgid-Bugs-To: pam@packages.debian.org\n"
-"POT-Creation-Date: 2011-03-29 13:01-0700\n"
+"POT-Creation-Date: 2011-10-30 14:31-0400\n"
"PO-Revision-Date: 2011-03-29 13:01-0700\n"
"Last-Translator: Américo Monteiro <a_monteiro@netcabo.pt>\n"
"Language-Team: Portuguese <traduz@debianpt.org>\n"
@@ -47,14 +47,14 @@ msgstr "O gestor de sessão gráfica deverá ser reiniciado manualmente"
#. Description
#: ../libpam0g.templates:2001
msgid ""
-"The wdm and xdm display managers require a restart for the new version "
-"of libpam, but there are X login sessions active on your system that would "
-"be terminated by this restart. You will therefore need to restart these "
+"The wdm and xdm display managers require a restart for the new version of "
+"libpam, but there are X login sessions active on your system that would be "
+"terminated by this restart. You will therefore need to restart these "
"services by hand before further X logins will be possible."
msgstr ""
-"Os gestores de sessão gráfica wdm e xdm necessitam de reiniciar para a "
-"nova versão de libpam, mas existem sessões de login X activas no seu sistema "
-"que seriam terminadas por esta operação. Deverá deste modo reiniciar estes "
+"Os gestores de sessão gráfica wdm e xdm necessitam de reiniciar para a nova "
+"versão de libpam, mas existem sessões de login X activas no seu sistema que "
+"seriam terminadas por esta operação. Deverá deste modo reiniciar estes "
"serviços manualmente antes que futuros logins X sejam possíveis."
#. Type: error
@@ -82,6 +82,25 @@ msgstr ""
"Você precisa iniciar manualmente estes serviços fazendo '/etc/init.d/"
"<serviço> start'."
+#. Type: boolean
+#. Description
+#: ../libpam0g.templates:4001
+msgid "Restart services during package upgrades without asking?"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../libpam0g.templates:4001
+msgid ""
+"There are services installed on your system which need to be restarted when "
+"certain libraries, such as libpam, libc, and libssl, are upgraded. Since "
+"these restarts may cause interruptions of service for the system, you will "
+"normally be prompted on each upgrade for the list of services you wish to "
+"restart. You can choose this option to avoid being prompted; instead, all "
+"necessary restarts will be done for you automatically so you can avoid being "
+"asked questions on each library upgrade."
+msgstr ""
+
#. Type: multiselect
#. Description
#: ../libpam-runtime.templates:1001
@@ -199,4 +218,3 @@ msgstr ""
"nestes programas. Você deve fazer com que estes programas sejam reiniciados "
"ou parados antes de continuar com esta actualização, para evitar trancar os "
"seus utilizadores fora das suas sessões correntes."
-
diff --git a/debian/po/pt_BR.po b/debian/po/pt_BR.po
index 85cddcf9..5ee3b597 100644
--- a/debian/po/pt_BR.po
+++ b/debian/po/pt_BR.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pam_0.99.7.1-5\n"
"Report-Msgid-Bugs-To: pam@packages.debian.org\n"
-"POT-Creation-Date: 2011-03-29 13:01-0700\n"
+"POT-Creation-Date: 2011-10-30 14:31-0400\n"
"PO-Revision-Date: 2011-03-29 13:01-0700\n"
"Last-Translator: Eder L. Marques <eder@edermarques.net>\n"
"Language-Team: Brazilian Portuguese <debian-l10n-portuguese@lists.debian."
@@ -48,16 +48,16 @@ msgstr "Gerenciadores de display devem ser reiniciados manualmente"
#. Description
#: ../libpam0g.templates:2001
msgid ""
-"The wdm and xdm display managers require a restart for the new version "
-"of libpam, but there are X login sessions active on your system that would "
-"be terminated by this restart. You will therefore need to restart these "
+"The wdm and xdm display managers require a restart for the new version of "
+"libpam, but there are X login sessions active on your system that would be "
+"terminated by this restart. You will therefore need to restart these "
"services by hand before further X logins will be possible."
msgstr ""
-"Os gerenciadores de display wdm e xdm precisam ser reiniciados para a "
-"nova versão da libpam, mas existem sessões de login X ativas em seu sistema "
-"que podem ser terminadas por este reinicio. Você consequentemente "
-"necessitará reiniciar estes serviços manualmente antes que logins X "
-"adicionais sejam possíveis."
+"Os gerenciadores de display wdm e xdm precisam ser reiniciados para a nova "
+"versão da libpam, mas existem sessões de login X ativas em seu sistema que "
+"podem ser terminadas por este reinicio. Você consequentemente necessitará "
+"reiniciar estes serviços manualmente antes que logins X adicionais sejam "
+"possíveis."
#. Type: error
#. Description
@@ -83,6 +83,25 @@ msgid ""
msgstr ""
"Você deverá iniciá-los manualmente executando '/etc/init.d/<serviço> start'."
+#. Type: boolean
+#. Description
+#: ../libpam0g.templates:4001
+msgid "Restart services during package upgrades without asking?"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../libpam0g.templates:4001
+msgid ""
+"There are services installed on your system which need to be restarted when "
+"certain libraries, such as libpam, libc, and libssl, are upgraded. Since "
+"these restarts may cause interruptions of service for the system, you will "
+"normally be prompted on each upgrade for the list of services you wish to "
+"restart. You can choose this option to avoid being prompted; instead, all "
+"necessary restarts will be done for you automatically so you can avoid being "
+"asked questions on each library upgrade."
+msgstr ""
+
#. Type: multiselect
#. Description
#: ../libpam-runtime.templates:1001
diff --git a/debian/po/ro.po b/debian/po/ro.po
index 25ac7422..f2433f8b 100644
--- a/debian/po/ro.po
+++ b/debian/po/ro.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pam 1.0.1-7\n"
"Report-Msgid-Bugs-To: pam@packages.debian.org\n"
-"POT-Creation-Date: 2011-03-29 13:01-0700\n"
+"POT-Creation-Date: 2011-10-30 14:31-0400\n"
"PO-Revision-Date: 2011-03-29 13:01-0700\n"
"Last-Translator: Eddy Petrișor <eddy.petrisor@gmail.com>\n"
"Language-Team: Romanian <debian-l10n-romanian@lists.debian.org>\n"
@@ -51,9 +51,9 @@ msgstr "Administratorul de ecran trebuie repornit manual"
#. Description
#: ../libpam0g.templates:2001
msgid ""
-"The wdm and xdm display managers require a restart for the new version "
-"of libpam, but there are X login sessions active on your system that would "
-"be terminated by this restart. You will therefore need to restart these "
+"The wdm and xdm display managers require a restart for the new version of "
+"libpam, but there are X login sessions active on your system that would be "
+"terminated by this restart. You will therefore need to restart these "
"services by hand before further X logins will be possible."
msgstr ""
"Administratorii de ecran wdm și xdm trebuie reporniți pentru ca să "
@@ -87,6 +87,25 @@ msgstr ""
"Trebuie să reporniți manual aceste servicii rulând „/etc/init.d/<serviciu> "
"start”"
+#. Type: boolean
+#. Description
+#: ../libpam0g.templates:4001
+msgid "Restart services during package upgrades without asking?"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../libpam0g.templates:4001
+msgid ""
+"There are services installed on your system which need to be restarted when "
+"certain libraries, such as libpam, libc, and libssl, are upgraded. Since "
+"these restarts may cause interruptions of service for the system, you will "
+"normally be prompted on each upgrade for the list of services you wish to "
+"restart. You can choose this option to avoid being prompted; instead, all "
+"necessary restarts will be done for you automatically so you can avoid being "
+"asked questions on each library upgrade."
+msgstr ""
+
#. Type: multiselect
#. Description
#: ../libpam-runtime.templates:1001
diff --git a/debian/po/ru.po b/debian/po/ru.po
index ace86dbc..07c2efce 100644
--- a/debian/po/ru.po
+++ b/debian/po/ru.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pam 1.0.1-10\n"
"Report-Msgid-Bugs-To: pam@packages.debian.org\n"
-"POT-Creation-Date: 2011-03-29 13:01-0700\n"
+"POT-Creation-Date: 2011-10-30 14:31-0400\n"
"PO-Revision-Date: 2011-03-29 13:01-0700\n"
"Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
@@ -51,14 +51,14 @@ msgstr "Программу входа в систему нужно переза
#. Description
#: ../libpam0g.templates:2001
msgid ""
-"The wdm and xdm display managers require a restart for the new version "
-"of libpam, but there are X login sessions active on your system that would "
-"be terminated by this restart. You will therefore need to restart these "
+"The wdm and xdm display managers require a restart for the new version of "
+"libpam, but there are X login sessions active on your system that would be "
+"terminated by this restart. You will therefore need to restart these "
"services by hand before further X logins will be possible."
msgstr ""
-"Для работы с новой версией libpam программам для входа в систему wdm и "
-"xdm требуется перезапуск, но это прервёт все запущенные X-сеансы. Поэтому "
-"вам нужно перезапустить эти службы вручную для того, чтобы можно было снова "
+"Для работы с новой версией libpam программам для входа в систему wdm и xdm "
+"требуется перезапуск, но это прервёт все запущенные X-сеансы. Поэтому вам "
+"нужно перезапустить эти службы вручную для того, чтобы можно было снова "
"входить в систему через X."
#. Type: error
@@ -83,6 +83,25 @@ msgid ""
"start'."
msgstr "Вам нужно запустить их вручную, выполнив '/etc/init.d/<служба> start'."
+#. Type: boolean
+#. Description
+#: ../libpam0g.templates:4001
+msgid "Restart services during package upgrades without asking?"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../libpam0g.templates:4001
+msgid ""
+"There are services installed on your system which need to be restarted when "
+"certain libraries, such as libpam, libc, and libssl, are upgraded. Since "
+"these restarts may cause interruptions of service for the system, you will "
+"normally be prompted on each upgrade for the list of services you wish to "
+"restart. You can choose this option to avoid being prompted; instead, all "
+"necessary restarts will be done for you automatically so you can avoid being "
+"asked questions on each library upgrade."
+msgstr ""
+
#. Type: multiselect
#. Description
#: ../libpam-runtime.templates:1001
diff --git a/debian/po/sk.po b/debian/po/sk.po
index 7aaf64d5..2594141d 100644
--- a/debian/po/sk.po
+++ b/debian/po/sk.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pam\n"
"Report-Msgid-Bugs-To: pam@packages.debian.org\n"
-"POT-Creation-Date: 2011-03-29 13:01-0700\n"
+"POT-Creation-Date: 2011-10-30 14:31-0400\n"
"PO-Revision-Date: 2011-03-29 13:01-0700\n"
"Last-Translator: Ivan Masár <helix84@centrum.sk>\n"
"Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"
@@ -45,15 +45,15 @@ msgstr "Správcu obrazovky je potrebné reštartovať ručne"
#. Description
#: ../libpam0g.templates:2001
msgid ""
-"The wdm and xdm display managers require a restart for the new version "
-"of libpam, but there are X login sessions active on your system that would "
-"be terminated by this restart. You will therefore need to restart these "
+"The wdm and xdm display managers require a restart for the new version of "
+"libpam, but there are X login sessions active on your system that would be "
+"terminated by this restart. You will therefore need to restart these "
"services by hand before further X logins will be possible."
msgstr ""
-"Správcovia obrazovky wdm a xdm vyžadujú reštart kvôli novej verzii "
-"libpam, ale na vašom systéme sú aktívne prihlasovacie relácie X, ktoré by "
-"tento reštart ukončil. Preto tieto služby budete musieť reštartovať ručne "
-"predtým, než bude možné uskutočniť ďalšie prihlásenie k X."
+"Správcovia obrazovky wdm a xdm vyžadujú reštart kvôli novej verzii libpam, "
+"ale na vašom systéme sú aktívne prihlasovacie relácie X, ktoré by tento "
+"reštart ukončil. Preto tieto služby budete musieť reštartovať ručne predtým, "
+"než bude možné uskutočniť ďalšie prihlásenie k X."
#. Type: error
#. Description
@@ -78,6 +78,25 @@ msgid ""
msgstr ""
"Budete ich musieť reštartovať ručne spustením „/etc/init.d/<service> start”."
+#. Type: boolean
+#. Description
+#: ../libpam0g.templates:4001
+msgid "Restart services during package upgrades without asking?"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../libpam0g.templates:4001
+msgid ""
+"There are services installed on your system which need to be restarted when "
+"certain libraries, such as libpam, libc, and libssl, are upgraded. Since "
+"these restarts may cause interruptions of service for the system, you will "
+"normally be prompted on each upgrade for the list of services you wish to "
+"restart. You can choose this option to avoid being prompted; instead, all "
+"necessary restarts will be done for you automatically so you can avoid being "
+"asked questions on each library upgrade."
+msgstr ""
+
#. Type: multiselect
#. Description
#: ../libpam-runtime.templates:1001
diff --git a/debian/po/sv.po b/debian/po/sv.po
index 0cb119f4..cf5ffbd1 100644
--- a/debian/po/sv.po
+++ b/debian/po/sv.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pam 0.99.7.1-5\n"
"Report-Msgid-Bugs-To: pam@packages.debian.org\n"
-"POT-Creation-Date: 2011-03-29 13:01-0700\n"
+"POT-Creation-Date: 2011-10-30 14:31-0400\n"
"PO-Revision-Date: 2011-03-29 13:01-0700\n"
"Last-Translator: Martin Bagge <brother@bsnet.se>\n"
"Language-Team: Swedish <debian-l10n-swedish@lists.debian.org>\n"
@@ -85,6 +85,25 @@ msgstr ""
"Du behöver starta om dessa manuellt genom att köra \"/etc/init.d/<tjänst> "
"start\"."
+#. Type: boolean
+#. Description
+#: ../libpam0g.templates:4001
+msgid "Restart services during package upgrades without asking?"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../libpam0g.templates:4001
+msgid ""
+"There are services installed on your system which need to be restarted when "
+"certain libraries, such as libpam, libc, and libssl, are upgraded. Since "
+"these restarts may cause interruptions of service for the system, you will "
+"normally be prompted on each upgrade for the list of services you wish to "
+"restart. You can choose this option to avoid being prompted; instead, all "
+"necessary restarts will be done for you automatically so you can avoid being "
+"asked questions on each library upgrade."
+msgstr ""
+
#. Type: multiselect
#. Description
#: ../libpam-runtime.templates:1001
diff --git a/debian/po/templates.pot b/debian/po/templates.pot
index 928aba29..a812aa18 100644
--- a/debian/po/templates.pot
+++ b/debian/po/templates.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: pam@packages.debian.org\n"
-"POT-Creation-Date: 2011-03-29 13:01-0700\n"
+"POT-Creation-Date: 2011-10-30 14:31-0400\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"
@@ -70,6 +70,25 @@ msgid ""
"start'."
msgstr ""
+#. Type: boolean
+#. Description
+#: ../libpam0g.templates:4001
+msgid "Restart services during package upgrades without asking?"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../libpam0g.templates:4001
+msgid ""
+"There are services installed on your system which need to be restarted when "
+"certain libraries, such as libpam, libc, and libssl, are upgraded. Since "
+"these restarts may cause interruptions of service for the system, you will "
+"normally be prompted on each upgrade for the list of services you wish to "
+"restart. You can choose this option to avoid being prompted; instead, all "
+"necessary restarts will be done for you automatically so you can avoid being "
+"asked questions on each library upgrade."
+msgstr ""
+
#. Type: multiselect
#. Description
#: ../libpam-runtime.templates:1001
diff --git a/debian/po/tr.po b/debian/po/tr.po
index 18d8314c..4640a89c 100644
--- a/debian/po/tr.po
+++ b/debian/po/tr.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pam 0.99.7.1-5\n"
"Report-Msgid-Bugs-To: pam@packages.debian.org\n"
-"POT-Creation-Date: 2011-03-29 13:01-0700\n"
+"POT-Creation-Date: 2011-10-30 14:31-0400\n"
"PO-Revision-Date: 2009-01-01 19:20+0200\n"
"Last-Translator: Mert Dirik <mertdirik@gmail.com>\n"
"Language-Team: Debian L10n Turkish <debian-l10n-turkish@lists.debian.org>\n"
@@ -90,6 +90,25 @@ msgstr ""
"Bu hizmetleri '/etc/init.d/<hizmet> start' komutunu kullanarak elinizle "
"başlatmanız gerekecek."
+#. Type: boolean
+#. Description
+#: ../libpam0g.templates:4001
+msgid "Restart services during package upgrades without asking?"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../libpam0g.templates:4001
+msgid ""
+"There are services installed on your system which need to be restarted when "
+"certain libraries, such as libpam, libc, and libssl, are upgraded. Since "
+"these restarts may cause interruptions of service for the system, you will "
+"normally be prompted on each upgrade for the list of services you wish to "
+"restart. You can choose this option to avoid being prompted; instead, all "
+"necessary restarts will be done for you automatically so you can avoid being "
+"asked questions on each library upgrade."
+msgstr ""
+
#. Type: multiselect
#. Description
#: ../libpam-runtime.templates:1001
diff --git a/debian/po/vi.po b/debian/po/vi.po
index f476dffd..ce41a1ee 100644
--- a/debian/po/vi.po
+++ b/debian/po/vi.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pam 1.1.1-6.1\n"
"Report-Msgid-Bugs-To: pam@packages.debian.org\n"
-"POT-Creation-Date: 2011-03-29 13:01-0700\n"
+"POT-Creation-Date: 2011-10-30 14:31-0400\n"
"PO-Revision-Date: 2010-10-24 20:46+1030\n"
"Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
"Language-Team: Vietnamese <vi-VN@googlegroups.com>\n"
@@ -88,6 +88,25 @@ msgstr ""
"Bạn cần phải tự khởi chạy lại chúng bằng cách chạy câu lệnh « /etc/init.d/"
"<tên_dịch_vụ> start »."
+#. Type: boolean
+#. Description
+#: ../libpam0g.templates:4001
+msgid "Restart services during package upgrades without asking?"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../libpam0g.templates:4001
+msgid ""
+"There are services installed on your system which need to be restarted when "
+"certain libraries, such as libpam, libc, and libssl, are upgraded. Since "
+"these restarts may cause interruptions of service for the system, you will "
+"normally be prompted on each upgrade for the list of services you wish to "
+"restart. You can choose this option to avoid being prompted; instead, all "
+"necessary restarts will be done for you automatically so you can avoid being "
+"asked questions on each library upgrade."
+msgstr ""
+
#. Type: multiselect
#. Description
#: ../libpam-runtime.templates:1001
diff --git a/debian/po/zh_CN.po b/debian/po/zh_CN.po
index 8035c1e9..ef29fc78 100644
--- a/debian/po/zh_CN.po
+++ b/debian/po/zh_CN.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pam\n"
"Report-Msgid-Bugs-To: pam@packages.debian.org\n"
-"POT-Creation-Date: 2011-03-29 13:01-0700\n"
+"POT-Creation-Date: 2011-10-30 14:31-0400\n"
"PO-Revision-Date: 2009-01-01 12:30+0800\n"
"Last-Translator: Deng Xiyue <manphiz-guest@users.alioth.debian.org>\n"
"Language-Team: Debian Chinese [GB] <debian-chinese-gb@lists.debian.org>\n"
@@ -87,6 +87,25 @@ msgid ""
"start'."
msgstr "您需要运行“/etc/init.d/<服务> start”来手动启动这些服务。"
+#. Type: boolean
+#. Description
+#: ../libpam0g.templates:4001
+msgid "Restart services during package upgrades without asking?"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../libpam0g.templates:4001
+msgid ""
+"There are services installed on your system which need to be restarted when "
+"certain libraries, such as libpam, libc, and libssl, are upgraded. Since "
+"these restarts may cause interruptions of service for the system, you will "
+"normally be prompted on each upgrade for the list of services you wish to "
+"restart. You can choose this option to avoid being prompted; instead, all "
+"necessary restarts will be done for you automatically so you can avoid being "
+"asked questions on each library upgrade."
+msgstr ""
+
#. Type: multiselect
#. Description
#: ../libpam-runtime.templates:1001