From 7a31a6a26d87d1061580a7466869b28ac728ddd4 Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Thu, 4 May 2006 06:56:04 +0000 Subject: Relevant BUGIDs: Purpose of commit: new feature, cleanup Commit summary: --------------- To unify look of error messages remove trailing dot from 4 pam_strerror() messages and adjust translations. Convert all xml files to UTF-8. Add pam.3 and pam_sm_acct_mgmt.3. 2006-05-04 Thorsten Kukuk * libpam/pam_strerror.c: Unify error messages. * po/zh_TW.po: Adjust for last pam_strerror changes. * po/zh_CN.po: Likewise. * po/uk.po: Likewise. * po/tr.po: Likewise. * po/pt.po: Likewise. * po/pt_BR.po: Likewise. * po/pl.po: Likewise. * po/ja.po: Likewise. * po/nl.po: Likewise. * po/nb.po: Likewise. * po/it.po: Likewise. * po/hu.po: Likewise. * po/fr.po: Likewise. * po/fi.po: Likewise. * po/es.po: Likewise. * po/de.po: Likewise. * po/cs.po: Likewise. * doc/man/pam.3.xml: New. * doc/man/pam.3. New, generated from XML file. * doc/man/pam_sm_acct_mgmt.3.xml: New. * doc/man/pam_sm_acct_mgmt.3: New, generated from XML file. * doc/man/*.xml: Fix encoding and use always UTF-8, regenerate all manual pages. * doc/pam_modules.sgml (PAM_NEW_AUTHTOKEN_REQD): Fix typo. --- po/nl.po | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) (limited to 'po/nl.po') diff --git a/po/nl.po b/po/nl.po index bc0634bb..33bccdb4 100644 --- a/po/nl.po +++ b/po/nl.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM.nl\n" "Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n" -"POT-Creation-Date: 2006-05-02 13:05+0200\n" -"PO-Revision-Date: 2006-01-29 15:56+0100\n" +"POT-Creation-Date: 2006-05-03 18:51+0200\n" +"PO-Revision-Date: 2006-05-03 22:02+0200\n" "Last-Translator: Rinse de Vries \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" @@ -208,9 +208,9 @@ msgstr "" "U dient onmiddellijk uw wachtwoord te wijzigen (wachtwoord is verouderd)" #: modules/pam_unix/pam_unix_acct.c:322 -#, fuzzy, c-format +#, c-format msgid "Warning: your password will expire in one day" -msgstr "Waarschuwing: uw wachtwoord zal over %d day%.2s verlopen" +msgstr "" #: modules/pam_unix/pam_unix_acct.c:325 #, fuzzy, c-format @@ -336,8 +336,8 @@ msgid "Critical error - immediate abort" msgstr "Kritieke fout - onmiddellijk gestopt" #: libpam/pam_strerror.c:44 -msgid "dlopen() failure" -msgstr "dlopen() failure" +msgid "Failed to load module" +msgstr "" #: libpam/pam_strerror.c:46 msgid "Symbol not found" @@ -368,20 +368,20 @@ msgid "Insufficient credentials to access authentication data" msgstr "Onvoldoende credenties om verificatiegegevens te benaderen" #: libpam/pam_strerror.c:60 -msgid "Authentication service cannot retrieve authentication info." -msgstr "Verificatieservice kan geen verificatie-informatie ophalen." +msgid "Authentication service cannot retrieve authentication info" +msgstr "Verificatieservice kan geen verificatie-informatie ophalen" #: libpam/pam_strerror.c:62 msgid "User not known to the underlying authentication module" msgstr "Gebruiker onbekend bij de onderliggende verificatiemodule" #: libpam/pam_strerror.c:64 -msgid "Have exhausted maximum number of retries for service." +msgid "Have exhausted maximum number of retries for service" msgstr "Maximum aantal herhalingen overschreden voor de dienst" #: libpam/pam_strerror.c:66 -msgid "Authentication token is no longer valid; new one required." -msgstr "Authentication token is niet langer geldig. Nieuwe is vereist." +msgid "Authentication token is no longer valid; new one required" +msgstr "Authentication token is niet langer geldig. Nieuwe is vereist" #: libpam/pam_strerror.c:68 msgid "User account has expired" @@ -471,3 +471,6 @@ msgstr "...Helaas, uw tijd is verlopen!\n" #, c-format msgid "erroneous conversation (%d)\n" msgstr "foute conversatie (%d)\n" + +#~ msgid "dlopen() failure" +#~ msgstr "dlopen() failure" -- cgit v1.2.3