diff options
-rw-r--r-- | changelog | 4 | ||||
-rw-r--r-- | po/sv.po | 92 |
2 files changed, 95 insertions, 1 deletions
@@ -16,11 +16,13 @@ pam (0.99.7.1-6) UNRELEASED; urgency=low - Dutch, thanks to Bart Cornelis <cobaco@skolelinux.no> (closes: #448930) - Basque, thanks to Piarres Beobide <pi@beobide.net> (closes: #457042) - Updated Finnish, thanks to Esko Arajärvi <edu@iki.fi> (closes: #458264) + - Swedish, thanks to Christer Andersson <klamm@comhem.se> + (closes: #457674) * Make sure the "audit" option is specified in octal instead of in decimal, so that it doesn't randomly set other options. Thanks to Corey Wright <undefined@pobox.com> for the catch. Closes: #446327. - -- Steve Langasek <vorlon@debian.org> Sat, 29 Dec 2007 18:49:28 -0800 + -- Steve Langasek <vorlon@debian.org> Sun, 30 Dec 2007 19:34:44 -0800 pam (0.99.7.1-5) unstable; urgency=low diff --git a/po/sv.po b/po/sv.po new file mode 100644 index 00000000..1b8b0863 --- /dev/null +++ b/po/sv.po @@ -0,0 +1,92 @@ +# Debconf questions for the Linux-PAM package. +# Copyright (C) 2007 Steve Langasek <vorlon@debian.org> +# This file is distributed under the same license as the pam package. +# Christer Andersson <klamm@comhem.se>, 2007. +# +msgid "" +msgstr "" +"Project-Id-Version: pam 0.99.7.1-5\n" +"Report-Msgid-Bugs-To: vorlon@debian.org\n" +"POT-Creation-Date: 2007-09-24 17:06-0700\n" +"PO-Revision-Date: 2007-12-24 12:29+0100\n" +"Last-Translator: Christer Andersson <klamm@comhem.se>\n" +"Language-Team: Swedish <debian-l10n-swedish@lists.debian.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=iso-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: string +#. Description +#: ../libpam0g.templates:1001 +msgid "Services to restart for PAM library upgrade:" +msgstr "Tjänster att starta om för PAM-biblioteksuppgradering:" + +#. Type: string +#. Description +#: ../libpam0g.templates:1001 +msgid "" +"Most services that use PAM need to be restarted to use modules built for " +"this new version of libpam. Please review the following space-separated " +"list of init.d scripts for services to be restarted now, and correct it if " +"needed." +msgstr "" +"De flesta tjänster som använder PAM behöver startas om för att använda\n" +"moduler som byggts för denna nya libpam-version. Gå igenom följande lista\n" +"av init.d-skript (separerade med mellanslag) för tjänster som nu kommer \n" +"att startas om och korrigera den om nödvändigt." + +#. Type: string +#. Description +#: ../libpam0g.templates:1001 +msgid "" +"Some other services such as xscreensaver, gnome-screensaver, and xlockmore " +"cannot be restarted for you. You will not be able to authenticate to these " +"services until you restart them manually." +msgstr "" +"Vissa andra tjänster som xscreensaver, gnome-screensaver och xlockmore\n" +"kan inte startas om åt dig. Du kommer inte att kunna autentisera dig för \n" +"dessa tjänster förrän du startat om dem manuellt." + +#. Type: error +#. Description +#: ../libpam0g.templates:2001 +msgid "Display manager must be restarted manually" +msgstr "Skärmhanterare måste startas om manuellt" + +#. Type: error +#. Description +#: ../libpam0g.templates:2001 +msgid "" +"The kdm, 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 "" +"Skärmhanterarna kdm, wdm och xdm måste startas om för den nya versionen\n" +"av libpam men det finns X-inloggningssessioner som skulle avslutas av en\n" +"sådan omstart. Du behöver därför starta om dessa tjänster manuellt innan\n" +"ytterligare X-inloggningar är möjliga." + +#. Type: error +#. Description +#: ../libpam0g.templates:3001 +msgid "Failure restarting some services for PAM upgrade" +msgstr "Misslyckades med att starta om vissa tjänster för PAM-uppgradering" + +#. Type: error +#. Description +#: ../libpam0g.templates:3001 +msgid "" +"The following services could not be restarted for the PAM library upgrade:" +msgstr "" +"Följande tjänster kunde inte startas om efter PAM-biblioteksuppgradering:" + +#. Type: error +#. Description +#: ../libpam0g.templates:3001 +msgid "" +"You will need to start these manually by running '/etc/init.d/<service> " +"start'." +msgstr "" +"Du behöver starta om dessa manuellt genom att köra \"/etc/init.d/<tjänst> " +"start\"." |