[Pkg-openssl-changes] r268 - in openssl/trunk/debian: . po

kroeckx at alioth.debian.org kroeckx at alioth.debian.org
Sat Nov 3 11:52:07 UTC 2007


Author: kroeckx
Date: 2007-11-03 11:52:06 +0000 (Sat, 03 Nov 2007)
New Revision: 268

Modified:
   openssl/trunk/debian/changelog
   openssl/trunk/debian/libssl0.9.8.postinst
   openssl/trunk/debian/libssl0.9.8.templates
   openssl/trunk/debian/po/ar.po
   openssl/trunk/debian/po/ca.po
   openssl/trunk/debian/po/cs.po
   openssl/trunk/debian/po/da.po
   openssl/trunk/debian/po/de.po
   openssl/trunk/debian/po/es.po
   openssl/trunk/debian/po/eu.po
   openssl/trunk/debian/po/fi.po
   openssl/trunk/debian/po/fr.po
   openssl/trunk/debian/po/gl.po
   openssl/trunk/debian/po/it.po
   openssl/trunk/debian/po/ja.po
   openssl/trunk/debian/po/ko.po
   openssl/trunk/debian/po/lt.po
   openssl/trunk/debian/po/ml.po
   openssl/trunk/debian/po/nb.po
   openssl/trunk/debian/po/nl.po
   openssl/trunk/debian/po/pt.po
   openssl/trunk/debian/po/pt_BR.po
   openssl/trunk/debian/po/ro.po
   openssl/trunk/debian/po/ru.po
   openssl/trunk/debian/po/sk.po
   openssl/trunk/debian/po/sv.po
   openssl/trunk/debian/po/templates.pot
   openssl/trunk/debian/po/vi.po
   openssl/trunk/debian/po/zh_TW.po
Log:
Convert the failure message when services fail restart to a debconf message.


Modified: openssl/trunk/debian/changelog
===================================================================
--- openssl/trunk/debian/changelog	2007-11-03 11:17:03 UTC (rev 267)
+++ openssl/trunk/debian/changelog	2007-11-03 11:52:06 UTC (rev 268)
@@ -14,8 +14,10 @@
   * CA.sh should use the v3_ca extention when called with -newca
     (Closes: #428051)
   * Use -Wa,--noexecstack for all arches in Debian.  (Closes: #430583)
+  * Convert the failure message when services fail restart to a debconf
+    message.
 
- -- Kurt Roeckx <kurt at roeckx.be>  Sat, 03 Nov 2007 12:15:17 +0100
+ -- Kurt Roeckx <kurt at roeckx.be>  Sat, 03 Nov 2007 12:49:50 +0100
 
 openssl (0.9.8g-1) unstable; urgency=low
 

Modified: openssl/trunk/debian/libssl0.9.8.postinst
===================================================================
--- openssl/trunk/debian/libssl0.9.8.postinst	2007-11-03 11:17:03 UTC (rev 267)
+++ openssl/trunk/debian/libssl0.9.8.postinst	2007-11-03 11:52:06 UTC (rev 268)
@@ -58,6 +58,8 @@
 then
     if [ ! -z "$2" ]; then
 	if dpkg --compare-versions "$2" lt 0.9.8e-9; then
+	    db_version 2.0
+
 	    echo -n "Checking for services that may need to be restarted..."
 
 	    check="sendmail openssh-server"
@@ -112,15 +114,11 @@
 		fi
 	    done
 	    if [ -n "$services" ]; then
-		db_version 2.0
-
 		db_reset libssl0.9.8/restart-services
 		db_set libssl0.9.8/restart-services "$services"
 		db_input critical libssl0.9.8/restart-services || true
 		db_go || true
 		db_get libssl0.9.8/restart-services
-		# Arghhh, close all the stupid debconf pipes
-		db_stop
 		
 		if [ "x$RET" != "x" ]
 		then
@@ -156,12 +154,9 @@
 		    done
 		    echo
 		    if [ -n "$failed" ]; then
-			# Ruh roh, George
-			echo "The following services failed to start: $failed"
-			echo
-			echo "You will need to start these manually by running \`/etc/init.d/<service> start'"
-			echo "If the service still fails to start, you may need to file a bug on"
-			echo "$(package_name) or the service involved."
+			db_subst libssl0.9.8/restart-failed services "$failed"
+			db_input critical libssl0.9.8/restart-failed || true
+			db_go || true
 		    else
 			echo "Services restarted successfully."
 		    fi
@@ -170,6 +165,9 @@
 	    else
 		echo "Nothing to restart."
 	    fi
+	    # Shut down the frontend, to make sure none of the
+	    # restarted services keep a connection open to it
+	    db_stop
 	fi # end upgrading and $2 lt 0.9.8c-2
     fi # Upgrading
 fi

Modified: openssl/trunk/debian/libssl0.9.8.templates
===================================================================
--- openssl/trunk/debian/libssl0.9.8.templates	2007-11-03 11:17:03 UTC (rev 267)
+++ openssl/trunk/debian/libssl0.9.8.templates	2007-11-03 11:52:06 UTC (rev 268)
@@ -13,3 +13,14 @@
  Any service that later fails unexpectedly after this upgrade should
  be restarted. It is recommended to reboot this host to avoid any
  SSL-related trouble.
+
+Template: libssl0.9.8/restart-failed
+Type: error
+_Description: Failure restarting some services for OpenSSL upgrade
+ The following services could not be restarted for the OpenSSL library upgrade:
+ .
+ ${services}
+ .
+ You will need to start these manually by running
+ '/etc/init.d/<service> start'.
+

Modified: openssl/trunk/debian/po/ar.po
===================================================================
--- openssl/trunk/debian/po/ar.po	2007-11-03 11:17:03 UTC (rev 267)
+++ openssl/trunk/debian/po/ar.po	2007-11-03 11:52:06 UTC (rev 268)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: openssl-ar\n"
 "Report-Msgid-Bugs-To: pkg-openssl-devel at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2007-04-11 08:25+0200\n"
+"POT-Creation-Date: 2007-11-03 12:37+0100\n"
 "PO-Revision-Date: 2007-04-11 09:47+0300\n"
 "Last-Translator: Ossama M. Khayat <okhayat at yahoo.com>\n"
 "Language-Team: Arabic <support at arabeyes.org>\n"
@@ -60,3 +60,31 @@
 msgstr ""
 "يجب إعادة تشغيل أية خدمة تفشل بشكل غير متوقع عقب عملية الترقية هذه. كما أنه "
 "من المستحسن إعادة تشغيل هذا الجهاز لتجنب أية مشاكل متعلقة بخدمة SSL."
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid "Failure restarting some services for OpenSSL upgrade"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid ""
+"The following services could not be restarted for the OpenSSL library "
+"upgrade:"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid "${services}"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid ""
+"You will need to start these manually by running '/etc/init.d/<service> "
+"start'."
+msgstr ""

Modified: openssl/trunk/debian/po/ca.po
===================================================================
--- openssl/trunk/debian/po/ca.po	2007-11-03 11:17:03 UTC (rev 267)
+++ openssl/trunk/debian/po/ca.po	2007-11-03 11:52:06 UTC (rev 268)
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: openssl_0.9.8e-4\n"
 "Report-Msgid-Bugs-To: pkg-openssl-devel at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2007-04-11 08:25+0200\n"
+"POT-Creation-Date: 2007-11-03 12:37+0100\n"
 "PO-Revision-Date: 2007-04-24 23:14+0200\n"
 "Last-Translator: Jordà Polo <jorda at ettin.org>\n"
 "Language-Team: Català <debian-l10n-catalan at lists.debian.org>\n"
@@ -62,3 +62,31 @@
 "Si després de l'actualització fallen altres serveis de forma inesperada, és "
 "possible que també calgui tornar a iniciar-los. Si els problemes relacionats "
 "amb SSL persisteixen, podeu reiniciar l'ordinador."
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid "Failure restarting some services for OpenSSL upgrade"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid ""
+"The following services could not be restarted for the OpenSSL library "
+"upgrade:"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid "${services}"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid ""
+"You will need to start these manually by running '/etc/init.d/<service> "
+"start'."
+msgstr ""

Modified: openssl/trunk/debian/po/cs.po
===================================================================
--- openssl/trunk/debian/po/cs.po	2007-11-03 11:17:03 UTC (rev 267)
+++ openssl/trunk/debian/po/cs.po	2007-11-03 11:52:06 UTC (rev 268)
@@ -15,7 +15,7 @@
 msgstr ""
 "Project-Id-Version: openssl\n"
 "Report-Msgid-Bugs-To: pkg-openssl-devel at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2007-04-11 08:25+0200\n"
+"POT-Creation-Date: 2007-11-03 12:37+0100\n"
 "PO-Revision-Date: 2007-04-11 18:40+0200\n"
 "Last-Translator: Miroslav Kure <kurem at debian.cz>\n"
 "Language-Team: Czech <debian-l10n-czech at lists.debian.org>\n"
@@ -66,3 +66,31 @@
 "Jestliže po této aktualizaci začnou neočekávaně selhávat některé služby, "
 "měli byste je taktéž restartovat. Abyste se vyhnuli problémům spojeným se "
 "SSL, doporučujeme restartovat celý počítač."
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid "Failure restarting some services for OpenSSL upgrade"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid ""
+"The following services could not be restarted for the OpenSSL library "
+"upgrade:"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid "${services}"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid ""
+"You will need to start these manually by running '/etc/init.d/<service> "
+"start'."
+msgstr ""

Modified: openssl/trunk/debian/po/da.po
===================================================================
--- openssl/trunk/debian/po/da.po	2007-11-03 11:17:03 UTC (rev 267)
+++ openssl/trunk/debian/po/da.po	2007-11-03 11:52:06 UTC (rev 268)
@@ -16,7 +16,7 @@
 msgstr ""
 "Project-Id-Version: openssl_0.9.7d-1_templates\n"
 "Report-Msgid-Bugs-To: pkg-openssl-devel at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2007-04-11 08:25+0200\n"
+"POT-Creation-Date: 2007-11-03 12:37+0100\n"
 "PO-Revision-Date: 2007-05-30 22:26+0200\n"
 "Last-Translator: Claus Hindsgaul <claus.hindsgaul at gmail.com>\n"
 "Language-Team: Danish\n"
@@ -30,7 +30,9 @@
 #. Description
 #: ../libssl0.9.8.templates:1001
 msgid "Services to restart to make them use the new libraries:"
-msgstr "Services, der skal genstartes, for at få dem til at benytte de nye biblioteker:"
+msgstr ""
+"Services, der skal genstartes, for at få dem til at benytte de nye "
+"biblioteker:"
 
 #. Type: string
 #. Description
@@ -53,9 +55,10 @@
 "initialization script names in /etc/init.d and separated by spaces. No "
 "services will be restarted if the list is empty."
 msgstr ""
-"Tjek listen over fundne services, som skal genstartes, og ret den om nødvendigt. "
-"Servicenavnene skal være identiske med initialiseringsscriptenes navne i /etc/init.d, "
-"og være adskilt med mellemrum. Hvis listen er tom, vil ingen services blive genstartet."
+"Tjek listen over fundne services, som skal genstartes, og ret den om "
+"nødvendigt. Servicenavnene skal være identiske med initialiseringsscriptenes "
+"navne i /etc/init.d, og være adskilt med mellemrum. Hvis listen er tom, vil "
+"ingen services blive genstartet."
 
 #. Type: string
 #. Description
@@ -65,6 +68,34 @@
 "restarted. It is recommended to reboot this host to avoid any SSL-related "
 "trouble."
 msgstr ""
-"Enhver service, der fejler uden grund efter denne opgradering, bør genstartes. Det "
-"anbefales at genstarte denne maskine for at undgå SSL-relaterede problemer."
+"Enhver service, der fejler uden grund efter denne opgradering, bør "
+"genstartes. Det anbefales at genstarte denne maskine for at undgå SSL-"
+"relaterede problemer."
 
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid "Failure restarting some services for OpenSSL upgrade"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid ""
+"The following services could not be restarted for the OpenSSL library "
+"upgrade:"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid "${services}"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid ""
+"You will need to start these manually by running '/etc/init.d/<service> "
+"start'."
+msgstr ""

Modified: openssl/trunk/debian/po/de.po
===================================================================
--- openssl/trunk/debian/po/de.po	2007-11-03 11:17:03 UTC (rev 267)
+++ openssl/trunk/debian/po/de.po	2007-11-03 11:52:06 UTC (rev 268)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: openssl 0.9.8e-4\n"
 "Report-Msgid-Bugs-To: pkg-openssl-devel at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2007-04-11 08:25+0200\n"
+"POT-Creation-Date: 2007-11-03 12:37+0100\n"
 "PO-Revision-Date: 2007-04-11 20:42+0200\n"
 "Last-Translator: Johannes Starosta <feedback-an-johannes at arcor.de>\n"
 "Language-Team: German <debian-l10n-german at lists.debian.org>\n"
@@ -62,3 +62,31 @@
 "zeigen, könnte es nötig werden, sie ebenfalls neu zu starten. Es wird "
 "dringend empfohlen, den Rechner neu zu starten, um Probleme mit SSL zu "
 "vermeiden."
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid "Failure restarting some services for OpenSSL upgrade"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid ""
+"The following services could not be restarted for the OpenSSL library "
+"upgrade:"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid "${services}"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid ""
+"You will need to start these manually by running '/etc/init.d/<service> "
+"start'."
+msgstr ""

Modified: openssl/trunk/debian/po/es.po
===================================================================
--- openssl/trunk/debian/po/es.po	2007-11-03 11:17:03 UTC (rev 267)
+++ openssl/trunk/debian/po/es.po	2007-11-03 11:52:06 UTC (rev 268)
@@ -7,7 +7,7 @@
 #       Lucas Wall <kthulhu at kadath.com.ar>, 2004
 #
 # - Last revision
-#		Manuel Porras Peralta «Venturi», 2007
+# 		Manuel Porras Peralta «Venturi», 2007
 #
 #  Traductores, si no conoce el formato PO, merece la pena leer la 
 #  documentación de gettext, especialmente las secciones dedicadas a este
@@ -31,7 +31,7 @@
 msgstr ""
 "Project-Id-Version: openssl 0.9.7d-3\n"
 "Report-Msgid-Bugs-To: pkg-openssl-devel at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2007-04-11 08:25+0200\n"
+"POT-Creation-Date: 2007-11-03 12:37+0100\n"
 "PO-Revision-Date: 2007-05-01 17:20+0200\n"
 "Last-Translator: Manuel Porras Peralta «Venturi» <venturi.debian at gmail.com>\n"
 "Language-Team: Debian Spanish <debian-l10n-spanish at lists.debian.org>\n"
@@ -55,8 +55,8 @@
 "server (sshd) should not affect any existing connections."
 msgstr ""
 "Esta versión de OpenSSL arregla algunos problemas de seguridad. Los "
-"servicios no usarán los arreglos hasta que se reinicien. Tenga en cuenta "
-"que reiniciar el servicio SSH (sshd) no debería afectar a ninguna de las "
+"servicios no usarán los arreglos hasta que se reinicien. Tenga en cuenta que "
+"reiniciar el servicio SSH (sshd) no debería afectar a ninguna de las "
 "conexiones existentes."
 
 #. Type: string
@@ -70,9 +70,9 @@
 msgstr ""
 "Por favor, compruebe la lista de los servicios detectados que necesitan "
 "reiniciarse y corríjala si fuera necesario. Los nombres de los servicios "
-"deben ser idénticos a los nombres de los programas de inicio en "
-"«/etc/init.d» y deben estar separados por espacios. No se reiniciará "
-"ningún servicio si deja la lista en blanco."
+"deben ser idénticos a los nombres de los programas de inicio en «/etc/init."
+"d» y deben estar separados por espacios. No se reiniciará ningún servicio si "
+"deja la lista en blanco."
 
 #. Type: string
 #. Description
@@ -85,3 +85,31 @@
 "Tras esta actualización, debería reiniciar cualquier servicio que falle "
 "inesperadamente más tarde. Se recomienda reiniciar el sistema para evitar "
 "cualquier problema relacionado con SSL."
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid "Failure restarting some services for OpenSSL upgrade"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid ""
+"The following services could not be restarted for the OpenSSL library "
+"upgrade:"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid "${services}"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid ""
+"You will need to start these manually by running '/etc/init.d/<service> "
+"start'."
+msgstr ""

Modified: openssl/trunk/debian/po/eu.po
===================================================================
--- openssl/trunk/debian/po/eu.po	2007-11-03 11:17:03 UTC (rev 267)
+++ openssl/trunk/debian/po/eu.po	2007-11-03 11:52:06 UTC (rev 268)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: openssl-eu\n"
 "Report-Msgid-Bugs-To: pkg-openssl-devel at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2007-04-11 08:25+0200\n"
+"POT-Creation-Date: 2007-11-03 12:37+0100\n"
 "PO-Revision-Date: 2007-04-11 22:56+0200\n"
 "Last-Translator: Piarres Beobide <pi at beobide.net>\n"
 "Language-Team: librezale <librezale at librezale.org>\n"
@@ -62,3 +62,31 @@
 "Bertsio berritze honen ondoren esperogabe huts egiten duen edozein zerbitzu "
 "berrabiarazi egin beharko zenuke. Ostalari osoa berrabiaraztea gomendatzen "
 "da SSL inguruko arazoak saihesteko."
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid "Failure restarting some services for OpenSSL upgrade"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid ""
+"The following services could not be restarted for the OpenSSL library "
+"upgrade:"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid "${services}"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid ""
+"You will need to start these manually by running '/etc/init.d/<service> "
+"start'."
+msgstr ""

Modified: openssl/trunk/debian/po/fi.po
===================================================================
--- openssl/trunk/debian/po/fi.po	2007-11-03 11:17:03 UTC (rev 267)
+++ openssl/trunk/debian/po/fi.po	2007-11-03 11:52:06 UTC (rev 268)
@@ -1,7 +1,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: openssl_0.9.8e-8\n"
-"POT-Creation-Date: \n"
+"Report-Msgid-Bugs-To: pkg-openssl-devel at lists.alioth.debian.org\n"
+"POT-Creation-Date: 2007-11-03 12:37+0100\n"
 "PO-Revision-Date: 2007-09-27 11:59+0200\n"
 "Last-Translator: Esko Arajärvi <edu at iki.fi>\n"
 "Language-Team: Finnish <debian-l10n-finnish at lists.debian.org>\n"
@@ -15,23 +16,73 @@
 #. Description
 #: ../libssl0.9.8.templates:1001
 msgid "Services to restart to make them use the new libraries:"
-msgstr "Palvelut, jotka käynnistetään uudelleen uusien kirjastojen käyttämiseksi:"
+msgstr ""
+"Palvelut, jotka käynnistetään uudelleen uusien kirjastojen käyttämiseksi:"
 
 #. Type: string
 #. Description
 #: ../libssl0.9.8.templates:1001
-msgid "This release of OpenSSL fixes some security issues. Services will not use these fixes until they are restarted. Please note that restarting the SSH server (sshd) should not affect any existing connections."
-msgstr "Tämä OpenSSL:n julkaisu sisältää joitain turvapäivityksiä. Palvelut eivät käytä näitä päivityksiä ennen kuin ne on käynnistetty uudelleen. Huomaa, että SSH-palvelimen (sshd) uudelleenkäynnistyksen ei pitäisi vaikuttaa olemassa oleviin yhteyksiin."
+msgid ""
+"This release of OpenSSL fixes some security issues. Services will not use "
+"these fixes until they are restarted. Please note that restarting the SSH "
+"server (sshd) should not affect any existing connections."
+msgstr ""
+"Tämä OpenSSL:n julkaisu sisältää joitain turvapäivityksiä. Palvelut eivät "
+"käytä näitä päivityksiä ennen kuin ne on käynnistetty uudelleen. Huomaa, "
+"että SSH-palvelimen (sshd) uudelleenkäynnistyksen ei pitäisi vaikuttaa "
+"olemassa oleviin yhteyksiin."
 
 #. Type: string
 #. Description
 #: ../libssl0.9.8.templates:1001
-msgid "Please check the list of detected services that need to be restarted and correct it, if needed. The services names must be identical to the initialization script names in /etc/init.d and separated by spaces. No services will be restarted if the list is empty."
-msgstr "Tarkista alla oleva lista löydetyistä palveluista, jotka pitää käynnistää uudelleen ja korjaa sitä tarvittaessa. Palveluiden nimien pitää täsmätä hakemistossa /etc/init.d olevien alustustiedostojen nimiin ja olla välilyönnein eroteltuja. Jos lista on tyhjä, mitään palveluita ei käynnistetä uudelleen."
+msgid ""
+"Please check the list of detected services that need to be restarted and "
+"correct it, if needed. The services names must be identical to the "
+"initialization script names in /etc/init.d and separated by spaces. No "
+"services will be restarted if the list is empty."
+msgstr ""
+"Tarkista alla oleva lista löydetyistä palveluista, jotka pitää käynnistää "
+"uudelleen ja korjaa sitä tarvittaessa. Palveluiden nimien pitää täsmätä "
+"hakemistossa /etc/init.d olevien alustustiedostojen nimiin ja olla "
+"välilyönnein eroteltuja. Jos lista on tyhjä, mitään palveluita ei "
+"käynnistetä uudelleen."
 
 #. Type: string
 #. Description
 #: ../libssl0.9.8.templates:1001
-msgid "Any service that later fails unexpectedly after this upgrade should be restarted. It is recommended to reboot this host to avoid any SSL-related trouble."
-msgstr "Palvelut, joissa esiintyy odottamattomia häiriöitä päivityksen jälkeen tulisi käynnistää uudelleen. On suositeltavaa käynnistää kone uudelleen SSL:n liittyvien ongelmien välttämiseksi."
+msgid ""
+"Any service that later fails unexpectedly after this upgrade should be "
+"restarted. It is recommended to reboot this host to avoid any SSL-related "
+"trouble."
+msgstr ""
+"Palvelut, joissa esiintyy odottamattomia häiriöitä päivityksen jälkeen "
+"tulisi käynnistää uudelleen. On suositeltavaa käynnistää kone uudelleen SSL:"
+"n liittyvien ongelmien välttämiseksi."
 
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid "Failure restarting some services for OpenSSL upgrade"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid ""
+"The following services could not be restarted for the OpenSSL library "
+"upgrade:"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid "${services}"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid ""
+"You will need to start these manually by running '/etc/init.d/<service> "
+"start'."
+msgstr ""

Modified: openssl/trunk/debian/po/fr.po
===================================================================
--- openssl/trunk/debian/po/fr.po	2007-11-03 11:17:03 UTC (rev 267)
+++ openssl/trunk/debian/po/fr.po	2007-11-03 11:52:06 UTC (rev 268)
@@ -13,7 +13,7 @@
 msgstr ""
 "Project-Id-Version: openssl_0.9.8e-4\n"
 "Report-Msgid-Bugs-To: pkg-openssl-devel at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2007-04-11 08:25+0200\n"
+"POT-Creation-Date: 2007-11-03 12:37+0100\n"
 "PO-Revision-Date: 2007-04-22 11:25+0200\n"
 "Last-Translator: Michel Grentzinger <mic.grentz at online.fr>\n"
 "Language-Team: French <debian-l10n-french at lists.debian.org>\n"
@@ -65,3 +65,31 @@
 "Si d'autres services ne fonctionnent plus correctement après cette mise à "
 "jour, ils devront être redémarrés. Il est fortement recommandé de redémarrer "
 "le système pour éviter les problèmes liés à SSL."
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid "Failure restarting some services for OpenSSL upgrade"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid ""
+"The following services could not be restarted for the OpenSSL library "
+"upgrade:"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid "${services}"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid ""
+"You will need to start these manually by running '/etc/init.d/<service> "
+"start'."
+msgstr ""

Modified: openssl/trunk/debian/po/gl.po
===================================================================
--- openssl/trunk/debian/po/gl.po	2007-11-03 11:17:03 UTC (rev 267)
+++ openssl/trunk/debian/po/gl.po	2007-11-03 11:52:06 UTC (rev 268)
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: openssl\n"
 "Report-Msgid-Bugs-To: pkg-openssl-devel at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2007-04-11 08:25+0200\n"
+"POT-Creation-Date: 2007-11-03 12:37+0100\n"
 "PO-Revision-Date: 2007-04-11 09:08+0200\n"
 "Last-Translator: Jacobo Tarrio <jtarrio at debian.org>\n"
 "Language-Team: Galician <proxecto at trasno.net>\n"
@@ -58,3 +58,31 @@
 "Tamén se debería reiniciar calquera servizo que falle de xeito inesperado "
 "trala actualización. Recoméndase reiniciar esta máquina para evitar "
 "experimentar problemas relacionados con SSL."
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid "Failure restarting some services for OpenSSL upgrade"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid ""
+"The following services could not be restarted for the OpenSSL library "
+"upgrade:"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid "${services}"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid ""
+"You will need to start these manually by running '/etc/init.d/<service> "
+"start'."
+msgstr ""

Modified: openssl/trunk/debian/po/it.po
===================================================================
--- openssl/trunk/debian/po/it.po	2007-11-03 11:17:03 UTC (rev 267)
+++ openssl/trunk/debian/po/it.po	2007-11-03 11:52:06 UTC (rev 268)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: openssl 0.9.8e italian debconf templates\n"
 "Report-Msgid-Bugs-To: pkg-openssl-devel at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2007-04-11 08:25+0200\n"
+"POT-Creation-Date: 2007-11-03 12:37+0100\n"
 "PO-Revision-Date: 2007-04-22 11:47+0200\n"
 "Last-Translator: Luca Monducci <luca.mo at tiscali.it>\n"
 "Language-Team: Italian <debian-l10n-italian at lists.debian.org>\n"
@@ -60,3 +60,31 @@
 "Qualsiasi servizio che si bloccasse in maniera imprevista dopo questo "
 "aggiornamento dovrà essere riavviato. Si consiglia di riavviare la macchina "
 "per evitare qualsiasi problema legato a SSL."
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid "Failure restarting some services for OpenSSL upgrade"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid ""
+"The following services could not be restarted for the OpenSSL library "
+"upgrade:"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid "${services}"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid ""
+"You will need to start these manually by running '/etc/init.d/<service> "
+"start'."
+msgstr ""

Modified: openssl/trunk/debian/po/ja.po
===================================================================
--- openssl/trunk/debian/po/ja.po	2007-11-03 11:17:03 UTC (rev 267)
+++ openssl/trunk/debian/po/ja.po	2007-11-03 11:52:06 UTC (rev 268)
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: openssl 0.9.8e-4\n"
 "Report-Msgid-Bugs-To: pkg-openssl-devel at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2007-04-11 08:25+0200\n"
+"POT-Creation-Date: 2007-11-03 12:37+0100\n"
 "PO-Revision-Date: 2007-05-04 23:37+0900\n"
 "Last-Translator: Hideki Yamane (Debian-JP) <henrich at debian.or.jp>\n"
 "Language-Team: Japanese <debian-japanese at lists.debian.org>\n"
@@ -37,9 +37,9 @@
 "initialization script names in /etc/init.d and separated by spaces. No "
 "services will be restarted if the list is empty."
 msgstr ""
-"再起動が必要だと判断されたサービスのリストを確認してください。必要であれば修正"
-"してください。サービス名は /etc/init.d にあるスクリプトの名前を指し、空白"
-"で区切る必要があります。リストが空の場合は、どのサービスも再起動されません。"
+"再起動が必要だと判断されたサービスのリストを確認してください。必要であれば修"
+"正してください。サービス名は /etc/init.d にあるスクリプトの名前を指し、空白で"
+"区切る必要があります。リストが空の場合は、どのサービスも再起動されません。"
 
 #. Type: string
 #. Description
@@ -53,3 +53,30 @@
 "れらも再起動する必要があります。SSL 関連のトラブルを避けるためには、マシンを"
 "再起動するのをお勧めします。"
 
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid "Failure restarting some services for OpenSSL upgrade"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid ""
+"The following services could not be restarted for the OpenSSL library "
+"upgrade:"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid "${services}"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid ""
+"You will need to start these manually by running '/etc/init.d/<service> "
+"start'."
+msgstr ""

Modified: openssl/trunk/debian/po/ko.po
===================================================================
--- openssl/trunk/debian/po/ko.po	2007-11-03 11:17:03 UTC (rev 267)
+++ openssl/trunk/debian/po/ko.po	2007-11-03 11:52:06 UTC (rev 268)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: openssl\n"
 "Report-Msgid-Bugs-To: pkg-openssl-devel at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2007-04-11 08:25+0200\n"
+"POT-Creation-Date: 2007-11-03 12:37+0100\n"
 "PO-Revision-Date: 2007-04-11 13:43-0400\n"
 "Last-Translator: Sunjae Park <darehanl at gmail.com>\n"
 "Language-Team: Korean <debian-l10n-korean at lists.debian.org>\n"
@@ -58,3 +58,31 @@
 msgstr ""
 "이 업그레이드를 적용한 후 갑자기 오동작을 하는 서비스는 재시작시키십시오. "
 "SSL 관련된 문제가 없도록 이 호스트를 재부팅하시길 권장합니다."
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid "Failure restarting some services for OpenSSL upgrade"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid ""
+"The following services could not be restarted for the OpenSSL library "
+"upgrade:"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid "${services}"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid ""
+"You will need to start these manually by running '/etc/init.d/<service> "
+"start'."
+msgstr ""

Modified: openssl/trunk/debian/po/lt.po
===================================================================
--- openssl/trunk/debian/po/lt.po	2007-11-03 11:17:03 UTC (rev 267)
+++ openssl/trunk/debian/po/lt.po	2007-11-03 11:52:06 UTC (rev 268)
@@ -17,7 +17,7 @@
 msgstr ""
 "Project-Id-Version: openssl_0.9.8b-2_templates\n"
 "Report-Msgid-Bugs-To: pkg-openssl-devel at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2007-04-11 08:25+0200\n"
+"POT-Creation-Date: 2007-11-03 12:37+0100\n"
 "PO-Revision-Date: 2006-06-19 01:32+0300\n"
 "Last-Translator: Gintautas Miliauskas <gintas at akl.lt>\n"
 "Language-Team: Lithuanian <komp_lt at konferencijos.lt>\n"
@@ -78,3 +78,31 @@
 "Jei kiti servisai po Å¡io atnaujinimo sutriks, gali reikÄ—ti ir juos paleisti "
 "iš naujo. Rekomenduojame perkrauti sistemą, jei norite išvengti problemų, "
 "susijusių su SSL."
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid "Failure restarting some services for OpenSSL upgrade"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid ""
+"The following services could not be restarted for the OpenSSL library "
+"upgrade:"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid "${services}"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid ""
+"You will need to start these manually by running '/etc/init.d/<service> "
+"start'."
+msgstr ""

Modified: openssl/trunk/debian/po/ml.po
===================================================================
--- openssl/trunk/debian/po/ml.po	2007-11-03 11:17:03 UTC (rev 267)
+++ openssl/trunk/debian/po/ml.po	2007-11-03 11:52:06 UTC (rev 268)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: openssl 20070415\n"
 "Report-Msgid-Bugs-To: pkg-openssl-devel at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2007-04-11 08:25+0200\n"
+"POT-Creation-Date: 2007-11-03 12:37+0100\n"
 "PO-Revision-Date: 2007-04-14 07:15+0530\n"
 "Last-Translator: Praveen|പ്രവീണ്‍ A|എ <pravi.a at gmail.com>\n"
 "Language-Team: Swathanthra|സ്വതന്ത്ര Malayalam|മലയാളം Computing|കമ്പ്യൂട്ടിങ്ങ്  <smc-"
@@ -60,3 +60,31 @@
 "ഈ പുതുക്കലിന് ശേഷം പിന്നീട് അപ്രതീക്ഷിതമായി മുടങ്ങുന്ന ഏതൊരു സേവനങ്ങളേയും "
 "പുനരാരംഭിയ്ക്കേണ്ടതുണ്ട്. SSL ലുമായി ബന്ധപ്പെട്ട പ്രശ്നം ഒഴിവാക്കാന്‍ ഈ ഹോസ്റ്റിനെ "
 "പുനരാരംഭിയ്ക്കാന്‍ ശുപാര്‍ശ ചെയ്തിരിയ്ക്കുന്നു."
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid "Failure restarting some services for OpenSSL upgrade"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid ""
+"The following services could not be restarted for the OpenSSL library "
+"upgrade:"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid "${services}"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid ""
+"You will need to start these manually by running '/etc/init.d/<service> "
+"start'."
+msgstr ""

Modified: openssl/trunk/debian/po/nb.po
===================================================================
--- openssl/trunk/debian/po/nb.po	2007-11-03 11:17:03 UTC (rev 267)
+++ openssl/trunk/debian/po/nb.po	2007-11-03 11:52:06 UTC (rev 268)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: openssl_0.9.8c-4_templates\n"
 "Report-Msgid-Bugs-To: pkg-openssl-devel at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2007-04-11 08:25+0200\n"
+"POT-Creation-Date: 2007-11-03 12:37+0100\n"
 "PO-Revision-Date: 2007-02-25 12:31+0100\n"
 "Last-Translator: Bjørn Steensrud <bjornst at powertech.no>\n"
 "Language-Team: Norwegian Bokmål <i18n-nb at lister.ping.uio.no>\n"
@@ -65,3 +65,31 @@
 "oppgraderingen, så kan det være nødvendig å starte dem på nytt også. Vi "
 "anbefaler sterkt at maskinen stoppes og startes for å unngå vansker i "
 "forbindelse med SSL."
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid "Failure restarting some services for OpenSSL upgrade"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid ""
+"The following services could not be restarted for the OpenSSL library "
+"upgrade:"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid "${services}"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid ""
+"You will need to start these manually by running '/etc/init.d/<service> "
+"start'."
+msgstr ""

Modified: openssl/trunk/debian/po/nl.po
===================================================================
--- openssl/trunk/debian/po/nl.po	2007-11-03 11:17:03 UTC (rev 267)
+++ openssl/trunk/debian/po/nl.po	2007-11-03 11:52:06 UTC (rev 268)
@@ -14,7 +14,7 @@
 msgstr ""
 "Project-Id-Version: openssl \n"
 "Report-Msgid-Bugs-To: pkg-openssl-devel at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2007-04-11 08:25+0200\n"
+"POT-Creation-Date: 2007-11-03 12:37+0100\n"
 "PO-Revision-Date: 2007-04-12 17:23+0100\n"
 "Last-Translator: Bart Cornelis <cobaco at skolelinux.no>\n"
 "Language-Team: debian-l10n-dutch <debian-l10n-dutch at lists.debian.org>\n"
@@ -69,3 +69,31 @@
 "Als er andere diensten mysterieus beginnen te falen na deze opwaardering, "
 "dient u deze te herstarten. Er wordt u ten zeerste aanbevolen uw machine te "
 "herstarten om SSL-gerelateerde problemen te vermijden."
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid "Failure restarting some services for OpenSSL upgrade"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid ""
+"The following services could not be restarted for the OpenSSL library "
+"upgrade:"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid "${services}"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid ""
+"You will need to start these manually by running '/etc/init.d/<service> "
+"start'."
+msgstr ""

Modified: openssl/trunk/debian/po/pt.po
===================================================================
--- openssl/trunk/debian/po/pt.po	2007-11-03 11:17:03 UTC (rev 267)
+++ openssl/trunk/debian/po/pt.po	2007-11-03 11:52:06 UTC (rev 268)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: openssl\n"
 "Report-Msgid-Bugs-To: pkg-openssl-devel at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2007-04-11 08:25+0200\n"
+"POT-Creation-Date: 2007-11-03 12:37+0100\n"
 "PO-Revision-Date: 2007-04-25 23:55+0100\n"
 "Last-Translator: Carlos Lisboa <carloslisboa at gmail.com>\n"
 "Language-Team: Portuguese <traduz at debianpt.org>\n"
@@ -59,3 +59,31 @@
 "Qualquer serviço que mais tarde falha de forma inesperada após esta "
 "actualização deverá ser reiniciado. É recomendado que reinicie este "
 "computador para evitar qualquer problema relacionado como SSL."
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid "Failure restarting some services for OpenSSL upgrade"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid ""
+"The following services could not be restarted for the OpenSSL library "
+"upgrade:"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid "${services}"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid ""
+"You will need to start these manually by running '/etc/init.d/<service> "
+"start'."
+msgstr ""

Modified: openssl/trunk/debian/po/pt_BR.po
===================================================================
--- openssl/trunk/debian/po/pt_BR.po	2007-11-03 11:17:03 UTC (rev 267)
+++ openssl/trunk/debian/po/pt_BR.po	2007-11-03 11:52:06 UTC (rev 268)
@@ -15,7 +15,7 @@
 msgstr ""
 "Project-Id-Version: openssl\n"
 "Report-Msgid-Bugs-To: pkg-openssl-devel at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2007-04-11 08:25+0200\n"
+"POT-Creation-Date: 2007-11-03 12:37+0100\n"
 "PO-Revision-Date: 2007-04-18 22:26-0300\n"
 "Last-Translator: André Luís Lopes <andrelop at debian.org>\n"
 "Language-Team: Debian-BR Project <debian-l10n-portuguese at lists.debian.org>\n"
@@ -69,3 +69,31 @@
 "Qualquer serviço que falhar inesperadamente após esta atualização deverá ser "
 "reiniciado. É recomendado reiniciar este host para evitar qualquer problema "
 "relacionado a SSL."
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid "Failure restarting some services for OpenSSL upgrade"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid ""
+"The following services could not be restarted for the OpenSSL library "
+"upgrade:"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid "${services}"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid ""
+"You will need to start these manually by running '/etc/init.d/<service> "
+"start'."
+msgstr ""

Modified: openssl/trunk/debian/po/ro.po
===================================================================
--- openssl/trunk/debian/po/ro.po	2007-11-03 11:17:03 UTC (rev 267)
+++ openssl/trunk/debian/po/ro.po	2007-11-03 11:52:06 UTC (rev 268)
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: ro\n"
 "Report-Msgid-Bugs-To: pkg-openssl-devel at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2007-04-11 08:25+0200\n"
+"POT-Creation-Date: 2007-11-03 12:37+0100\n"
 "PO-Revision-Date: 2007-04-17 12:52+0300\n"
 "Last-Translator: Eddy Petrișor <eddy.petrisor at gmail.com>\n"
 "Language-Team: Romanian <debian-l10n-romanian at lists.debian.org>\n"
@@ -65,3 +65,31 @@
 "Orice alt serviciu care prezintă probleme neașteptate după această "
 "actualizare, ar trebui repornit. Recomandăm să reporniți calculatorul pentru "
 "a evita probleme legate de SSL."
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid "Failure restarting some services for OpenSSL upgrade"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid ""
+"The following services could not be restarted for the OpenSSL library "
+"upgrade:"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid "${services}"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid ""
+"You will need to start these manually by running '/etc/init.d/<service> "
+"start'."
+msgstr ""

Modified: openssl/trunk/debian/po/ru.po
===================================================================
--- openssl/trunk/debian/po/ru.po	2007-11-03 11:17:03 UTC (rev 267)
+++ openssl/trunk/debian/po/ru.po	2007-11-03 11:52:06 UTC (rev 268)
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: openssl_ru\n"
 "Report-Msgid-Bugs-To: pkg-openssl-devel at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2007-04-11 08:25+0200\n"
+"POT-Creation-Date: 2007-11-03 12:37+0100\n"
 "PO-Revision-Date: 2007-04-11 16:53+1000\n"
 "Last-Translator: Yuriy Talakan' <yt at drsk.ru>\n"
 "Language-Team: Russian <debian-l10n-russian at lists.debian.org>\n"
@@ -65,3 +65,31 @@
 "Надо перезапустить любой сервис, который после этого обновления неожиданно "
 "начнет вызывать ошибки. Рекомендуется перегрузить машину во избежание "
 "проблем, связанных с SSL."
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid "Failure restarting some services for OpenSSL upgrade"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid ""
+"The following services could not be restarted for the OpenSSL library "
+"upgrade:"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid "${services}"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid ""
+"You will need to start these manually by running '/etc/init.d/<service> "
+"start'."
+msgstr ""

Modified: openssl/trunk/debian/po/sk.po
===================================================================
--- openssl/trunk/debian/po/sk.po	2007-11-03 11:17:03 UTC (rev 267)
+++ openssl/trunk/debian/po/sk.po	2007-11-03 11:52:06 UTC (rev 268)
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: openssl 0.9.8e-5\n"
 "Report-Msgid-Bugs-To: pkg-openssl-devel at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2007-04-11 08:25+0200\n"
+"POT-Creation-Date: 2007-11-03 12:37+0100\n"
 "PO-Revision-Date: 2007-09-03 23:29+0100\n"
 "Last-Translator: Ivan Masár <helix84 at centrum.sk>\n"
 "Language-Team: Slovak <sk-i18n at lists.linux.sk>\n"
@@ -19,18 +19,66 @@
 #. Type: string
 #. Description
 #: ../libssl0.9.8.templates:1001
-msgid "This release of OpenSSL fixes some security issues. Services will not use these fixes until they are restarted. Please note that restarting the SSH server (sshd) should not affect any existing connections."
-msgstr "Táto verzia OpenSSL opravuje niektoré bezpečnostné problémy. Služby nezačnú používať tieto opravy až pokým nebudú reštartované. Prosím, pamätajte, že reštartovanie SSH servera (sshd) by nemalo mať vplyv na žiadne už nadviazané spojenia."
+msgid ""
+"This release of OpenSSL fixes some security issues. Services will not use "
+"these fixes until they are restarted. Please note that restarting the SSH "
+"server (sshd) should not affect any existing connections."
+msgstr ""
+"Táto verzia OpenSSL opravuje niektoré bezpečnostné problémy. Služby nezačnú "
+"používať tieto opravy až pokým nebudú reštartované. Prosím, pamätajte, že "
+"reštartovanie SSH servera (sshd) by nemalo mať vplyv na žiadne už nadviazané "
+"spojenia."
 
 #. Type: string
 #. Description
 #: ../libssl0.9.8.templates:1001
-msgid "Please check the list of detected services that need to be restarted and correct it, if needed. The services names must be identical to the initialization script names in /etc/init.d and separated by spaces. No services will be restarted if the list is empty."
-msgstr "Prosím, skontrolujte zoznam zistených služieb, ktoré sa majú reštartovať a ak je to potrebné, opravte ho. Názvy služieb musia byť rovnaké ako názvy inicializačných skriptov v /etc/init.d a oddelené medzerami. Ak tento zoznam bude prázdny, žiadne služby sa nebudú reštartovať."
+msgid ""
+"Please check the list of detected services that need to be restarted and "
+"correct it, if needed. The services names must be identical to the "
+"initialization script names in /etc/init.d and separated by spaces. No "
+"services will be restarted if the list is empty."
+msgstr ""
+"Prosím, skontrolujte zoznam zistených služieb, ktoré sa majú reštartovať a "
+"ak je to potrebné, opravte ho. Názvy služieb musia byť rovnaké ako názvy "
+"inicializačných skriptov v /etc/init.d a oddelené medzerami. Ak tento zoznam "
+"bude prázdny, žiadne služby sa nebudú reštartovať."
 
 #. Type: string
 #. Description
 #: ../libssl0.9.8.templates:1001
-msgid "Any service that later fails unexpectedly after this upgrade should be restarted. It is recommended to reboot this host to avoid any SSL-related trouble."
-msgstr "Každá služba, ktorá po vykonaní tejto aktualizácie zlyhá, by mala byť reštartovaná. Odporúča sa reštartovať tento počítač, aby ste sa vyhli akýmkoľvek problémom týkajúcim sa SSL."
+msgid ""
+"Any service that later fails unexpectedly after this upgrade should be "
+"restarted. It is recommended to reboot this host to avoid any SSL-related "
+"trouble."
+msgstr ""
+"Každá služba, ktorá po vykonaní tejto aktualizácie zlyhá, by mala byť "
+"reštartovaná. Odporúča sa reštartovať tento počítač, aby ste sa vyhli "
+"akýmkoľvek problémom týkajúcim sa SSL."
 
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid "Failure restarting some services for OpenSSL upgrade"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid ""
+"The following services could not be restarted for the OpenSSL library "
+"upgrade:"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid "${services}"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid ""
+"You will need to start these manually by running '/etc/init.d/<service> "
+"start'."
+msgstr ""

Modified: openssl/trunk/debian/po/sv.po
===================================================================
--- openssl/trunk/debian/po/sv.po	2007-11-03 11:17:03 UTC (rev 267)
+++ openssl/trunk/debian/po/sv.po	2007-11-03 11:52:06 UTC (rev 268)
@@ -14,7 +14,7 @@
 msgstr ""
 "Project-Id-Version: openssl 0.9.7g-2\n"
 "Report-Msgid-Bugs-To: pkg-openssl-devel at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2007-04-11 08:25+0200\n"
+"POT-Creation-Date: 2007-11-03 12:37+0100\n"
 "PO-Revision-Date: 2007-04-11 10:05+0100\n"
 "Last-Translator: Daniel Nylander <po at danielnylander.se>\n"
 "Language-Team: Swedish <sv at li.org>\n"
@@ -67,3 +67,31 @@
 "Om andra tjänster senare börjar att få underliga problem efter denna "
 "uppgradering bör de startas om.  Vi rekommenderar att du startar om din "
 "dator för att undvika SSL-relaterade problem."
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid "Failure restarting some services for OpenSSL upgrade"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid ""
+"The following services could not be restarted for the OpenSSL library "
+"upgrade:"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid "${services}"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid ""
+"You will need to start these manually by running '/etc/init.d/<service> "
+"start'."
+msgstr ""

Modified: openssl/trunk/debian/po/templates.pot
===================================================================
--- openssl/trunk/debian/po/templates.pot	2007-11-03 11:17:03 UTC (rev 267)
+++ openssl/trunk/debian/po/templates.pot	2007-11-03 11:52:06 UTC (rev 268)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: pkg-openssl-devel at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2007-04-11 08:25+0200\n"
+"POT-Creation-Date: 2007-11-03 12:37+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -49,3 +49,31 @@
 "restarted. It is recommended to reboot this host to avoid any SSL-related "
 "trouble."
 msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid "Failure restarting some services for OpenSSL upgrade"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid ""
+"The following services could not be restarted for the OpenSSL library "
+"upgrade:"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid "${services}"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid ""
+"You will need to start these manually by running '/etc/init.d/<service> "
+"start'."
+msgstr ""

Modified: openssl/trunk/debian/po/vi.po
===================================================================
--- openssl/trunk/debian/po/vi.po	2007-11-03 11:17:03 UTC (rev 267)
+++ openssl/trunk/debian/po/vi.po	2007-11-03 11:52:06 UTC (rev 268)
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: openssl_0.9.8e-5\n"
 "Report-Msgid-Bugs-To: pkg-openssl-devel at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2007-04-11 08:25+0200\n"
+"POT-Creation-Date: 2007-11-03 12:37+0100\n"
 "PO-Revision-Date: 2007-06-01 16:14+0930\n"
 "Last-Translator: Clytie Siddall <clytie at riverland.net.au>\n"
 "Language-Team: Vietnamese <vi-VN at googlegroups.com>\n"
@@ -58,3 +58,31 @@
 msgstr ""
 "Dịch vụ nào bị lỗi bất thường sau khi nâng cấp nên được khởi chạy lại. "
 "Khuyên bạn khởi động máy này để tránh vấn đề liên quan đến SSL."
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid "Failure restarting some services for OpenSSL upgrade"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid ""
+"The following services could not be restarted for the OpenSSL library "
+"upgrade:"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid "${services}"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid ""
+"You will need to start these manually by running '/etc/init.d/<service> "
+"start'."
+msgstr ""

Modified: openssl/trunk/debian/po/zh_TW.po
===================================================================
--- openssl/trunk/debian/po/zh_TW.po	2007-11-03 11:17:03 UTC (rev 267)
+++ openssl/trunk/debian/po/zh_TW.po	2007-11-03 11:52:06 UTC (rev 268)
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: openssl\n"
 "Report-Msgid-Bugs-To: pkg-openssl-devel at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2007-04-11 08:25+0200\n"
+"POT-Creation-Date: 2007-11-03 12:37+0100\n"
 "PO-Revision-Date: 2007-04-18 01:10+0800\n"
 "Last-Translator: Tetralet <tetralet at gmail.com>\n"
 "Language-Team: Debian-user in Chinese [Big5] <debian-chinese-big5 at lists."
@@ -52,3 +52,31 @@
 msgstr ""
 "在此更新之後,必須將任何預料之外無法成功運行的服務程式重新啟動。建議重新啟動"
 "這台主機以避免發生任何 SSL 相關的問題。"
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid "Failure restarting some services for OpenSSL upgrade"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid ""
+"The following services could not be restarted for the OpenSSL library "
+"upgrade:"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid "${services}"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../libssl0.9.8.templates:2001
+msgid ""
+"You will need to start these manually by running '/etc/init.d/<service> "
+"start'."
+msgstr ""




More information about the Pkg-openssl-changes mailing list