diff options
Diffstat (limited to 'po/da.po')
-rw-r--r-- | po/da.po | 166 |
1 files changed, 91 insertions, 75 deletions
@@ -1,20 +1,22 @@ -# This file is distributed under the same license as the package. -# Copyright (C) 2006, SUSE Linux GmbH, Nuremberg +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR libpwquality project +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: # Kris Thomsen <lakristho@gmail.com>, 2009. -# msgid "" msgstr "" -"Project-Id-Version: libpwquality 0.9\n" +"Project-Id-Version: PWQuality library\n" "Report-Msgid-Bugs-To: http://fedorahosted.org/libpwquality\n" -"POT-Creation-Date: 2011-11-11 10:48+0100\n" -"PO-Revision-Date: 2009-10-04 18:01+0200\n" -"Last-Translator: Kris Thomsen <lakristho@gmail.com>\n" -"Language-Team: Danish <dansk@dansk-gruppen.dk>\n" -"Language: da\n" +"POT-Creation-Date: 2011-12-08 11:23+0100\n" +"PO-Revision-Date: 2011-12-08 10:25+0000\n" +"Last-Translator: tmraz <tmraz@fedoraproject.org>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"Language: da\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" #: src/pam_pwquality.c:22 #, c-format @@ -43,7 +45,8 @@ msgstr "" #: src/pwscore.c:22 #, c-format msgid "" -" The command reads the password to be scored from the standard input.\n" +" The command reads the password to be scored from the standard " +"input.\n" msgstr "" #: src/pwscore.c:50 src/pwscore.c:58 src/pwscore.c:63 @@ -68,168 +71,181 @@ msgid "Usage: %s <entropy-bits>\n" msgstr "" #: src/error.c:31 -#, fuzzy msgid "Memory allocation error when setting" -msgstr "Konversationsfejl" +msgstr "" #: src/error.c:35 -#, fuzzy msgid "Memory allocation error" -msgstr "Konversationsfejl" +msgstr "" #: src/error.c:37 -#, fuzzy msgid "The password is the same as the old one" -msgstr "er den samme som den gamle" +msgstr "" #: src/error.c:39 -#, fuzzy msgid "The password is a palindrome" -msgstr "det staves ens forfra og bagfra" +msgstr "" #: src/error.c:41 msgid "The password differs with case changes only" msgstr "" #: src/error.c:43 -#, fuzzy msgid "The password is too similar to the old one" -msgstr "ligner for meget den gamle" +msgstr "" #: src/error.c:45 -#, fuzzy msgid "The password contains the user name in some form" -msgstr "er den samme som den gamle" +msgstr "" + +#: src/error.c:47 +msgid "" +"The password contains words from the real name of the user in some form" +msgstr "" + +#: src/error.c:49 +msgid "The password contains forbidden words in some form" +msgstr "" -#: src/error.c:48 -#, fuzzy, c-format +#: src/error.c:52 +#, c-format msgid "The password contains less than %ld digits" -msgstr "er den samme som den gamle" +msgstr "" -#: src/error.c:51 +#: src/error.c:55 msgid "The password contains too few digits" msgstr "" -#: src/error.c:54 -#, fuzzy, c-format +#: src/error.c:58 +#, c-format msgid "The password contains less than %ld uppercase letters" -msgstr "indeholder for mange af de samme tegn" +msgstr "" -#: src/error.c:57 +#: src/error.c:61 msgid "The password contains too few uppercase letters" msgstr "" -#: src/error.c:60 -#, fuzzy, c-format +#: src/error.c:64 +#, c-format msgid "The password contains less than %ld lowercase letters" -msgstr "er den samme som den gamle" +msgstr "" -#: src/error.c:63 +#: src/error.c:67 msgid "The password contains too few lowercase letters" msgstr "" -#: src/error.c:66 -#, fuzzy, c-format +#: src/error.c:70 +#, c-format msgid "The password contains less than %ld non-alphanumeric characters" -msgstr "indeholder for mange af de samme tegn" +msgstr "" -#: src/error.c:69 +#: src/error.c:73 msgid "The password contains too few non-alphanumeric characters" msgstr "" -#: src/error.c:72 -#, fuzzy, c-format +#: src/error.c:76 +#, c-format msgid "The password is shorter than %ld characters" -msgstr "ikke nok tegnklasser" +msgstr "" -#: src/error.c:75 +#: src/error.c:79 msgid "The password is too short" msgstr "" -#: src/error.c:77 +#: src/error.c:81 msgid "The password is just rotated old one" msgstr "" -#: src/error.c:80 -#, fuzzy, c-format +#: src/error.c:84 +#, c-format msgid "The password contains less than %ld character classes" -msgstr "ikke nok tegnklasser" +msgstr "" -#: src/error.c:83 -#, fuzzy +#: src/error.c:87 msgid "The password does not contain enough character classes" -msgstr "ikke nok tegnklasser" +msgstr "" -#: src/error.c:86 -#, fuzzy, c-format +#: src/error.c:90 +#, c-format msgid "The password contains more than %ld same characters consecutively" -msgstr "indeholder for mange af de samme tegn" +msgstr "" -#: src/error.c:89 -#, fuzzy +#: src/error.c:93 msgid "The password contains too many same characters consecutively" -msgstr "indeholder for mange af de samme tegn" +msgstr "" -#: src/error.c:91 +#: src/error.c:96 +#, c-format +msgid "" +"The password contains more than %ld characters of the same class " +"consecutively" +msgstr "" + +#: src/error.c:99 +msgid "" +"The password contains too many characters of the same class consecutively" +msgstr "" + +#: src/error.c:101 msgid "No password supplied" msgstr "Ingen adgangskode angivet" -#: src/error.c:93 +#: src/error.c:103 msgid "Cannot obtain random numbers from the RNG device" msgstr "" -#: src/error.c:95 +#: src/error.c:105 msgid "Password generation failed - required entropy too low for settings" msgstr "" -#: src/error.c:98 src/error.c:101 -#, fuzzy +#: src/error.c:108 src/error.c:111 msgid "The password fails the dictionary check" -msgstr "det staves ens forfra og bagfra" +msgstr "" -#: src/error.c:104 src/error.c:108 -#, fuzzy +#: src/error.c:114 src/error.c:118 msgid "Unknown setting" -msgstr "Ukendt fejl" +msgstr "" -#: src/error.c:111 +#: src/error.c:121 msgid "Bad integer value of setting" msgstr "" -#: src/error.c:115 +#: src/error.c:125 msgid "Bad integer value" msgstr "" -#: src/error.c:118 +#: src/error.c:128 #, c-format msgid "Setting %s is not of integer type" msgstr "" -#: src/error.c:122 +#: src/error.c:132 msgid "Setting is not of integer type" msgstr "" -#: src/error.c:125 +#: src/error.c:135 #, c-format msgid "Setting %s is not of string type" msgstr "" -#: src/error.c:129 +#: src/error.c:139 msgid "Setting is not of string type" msgstr "" -#: src/error.c:131 +#: src/error.c:141 msgid "Opening the configuration file failed" msgstr "" -#: src/error.c:133 +#: src/error.c:143 msgid "The configuration file is malformed" msgstr "" -#: src/error.c:135 +#: src/error.c:145 msgid "Fatal failure" msgstr "" -#: src/error.c:137 +#: src/error.c:147 msgid "Unknown error" msgstr "Ukendt fejl" + + |