From 4df3d90fec8fc92881a47eebcbc71af5bfadcb21 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Wed, 21 Sep 2011 11:39:19 +0200 Subject: Incorporate better error message handling. --- po/nb.po | 237 +++++++++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 156 insertions(+), 81 deletions(-) (limited to 'po/nb.po') diff --git a/po/nb.po b/po/nb.po index 28469ae..08b909b 100644 --- a/po/nb.po +++ b/po/nb.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Linux-PAM\n" "Report-Msgid-Bugs-To: http://fedorahosted.org/libpwquality\n" -"POT-Creation-Date: 2011-09-16 14:36+0200\n" +"POT-Creation-Date: 2011-09-21 11:38+0200\n" "PO-Revision-Date: 2008-04-30 12:59+0200\n" "Last-Translator: Olav Pettershagen \n" "Language-Team: \n" @@ -31,157 +31,232 @@ msgstr "Bekreft nytt %s%s-passord: " msgid "Sorry, passwords do not match." msgstr "Beklager, ikke samsvar mellom passord." -#: src/pam_pwquality.c:104 -#, fuzzy -msgid "memory allocation error" -msgstr "Dialogfeil" - -#: src/pam_pwquality.c:106 -msgid "is the same as the old one" -msgstr "er det samme som det gamle" - -#: src/pam_pwquality.c:108 -msgid "is a palindrome" -msgstr "er et palindrom" - -#: src/pam_pwquality.c:110 -msgid "case changes only" -msgstr "kun endring av små/store bokstaver" - -#: src/pam_pwquality.c:112 -msgid "is too similar to the old one" -msgstr "er for likt det gamle" - -#: src/pam_pwquality.c:118 -msgid "is too simple" -msgstr "er for enkelt" - -#: src/pam_pwquality.c:120 -msgid "is rotated" -msgstr "er rotert" - -#: src/pam_pwquality.c:122 -msgid "not enough character classes" -msgstr "ikke nok tegnklasser" - -#: src/pam_pwquality.c:124 -msgid "contains too many same characters consecutively" -msgstr "" - -#: src/pam_pwquality.c:126 src/pwscore.c:57 -msgid "No password supplied" -msgstr "Passord ikke angitt" - -#: src/pam_pwquality.c:130 -msgid "Error in service module" -msgstr "Feil i tjenestemodul" - -#: src/pam_pwquality.c:198 +#: src/pam_pwquality.c:168 #, c-format msgid "BAD PASSWORD: %s" msgstr "SVAKT PASSORD: %s" -#: src/pwscore.c:20 +#: src/pwscore.c:21 #, c-format msgid "Usage: %s\n" msgstr "" -#: src/pwscore.c:21 +#: src/pwscore.c:22 #, c-format msgid "" " The command reads the password to be scored from the standard input.\n" msgstr "" -#: src/pwscore.c:31 src/pwmake.c:28 +#: src/pwscore.c:45 src/pwscore.c:53 src/pwscore.c:58 +#, c-format +msgid "Error: %s\n" +msgstr "" + +#: src/pwscore.c:45 +msgid "Could not obtain the password to be scored" +msgstr "" + +#: src/pwscore.c:65 +#, c-format +msgid "" +"Password quality check failed:\n" +" %s\n" +msgstr "" + +#: src/pwmake.c:21 +#, c-format +msgid "Usage: %s \n" +msgstr "" + +#: src/error.c:31 +#, fuzzy +msgid "Memory allocation error when setting" +msgstr "Dialogfeil" + +#: src/error.c:35 #, fuzzy msgid "Memory allocation error" msgstr "Dialogfeil" -#: src/pwscore.c:33 +#: src/error.c:37 #, fuzzy msgid "The password is the same as the old one" msgstr "er det samme som det gamle" -#: src/pwscore.c:35 +#: src/error.c:39 #, fuzzy msgid "The password is a palindrome" msgstr "er et palindrom" -#: src/pwscore.c:37 +#: src/error.c:41 msgid "The password differs with case changes only" msgstr "" -#: src/pwscore.c:39 +#: src/error.c:43 #, fuzzy msgid "The password is too similar to the old one" msgstr "er for likt det gamle" -#: src/pwscore.c:41 +#: src/error.c:46 +#, fuzzy, c-format +msgid "The password contains less than %ld digits" +msgstr "er det samme som det gamle" + +#: src/error.c:49 msgid "The password contains too few digits" msgstr "" -#: src/pwscore.c:43 +#: src/error.c:52 +#, c-format +msgid "The password contains less than %ld uppercase letters" +msgstr "" + +#: src/error.c:55 msgid "The password contains too few uppercase letters" msgstr "" -#: src/pwscore.c:45 +#: src/error.c:58 +#, fuzzy, c-format +msgid "The password contains less than %ld lowercase letters" +msgstr "er det samme som det gamle" + +#: src/error.c:61 msgid "The password contains too few lowercase letters" msgstr "" -#: src/pwscore.c:47 +#: src/error.c:64 +#, fuzzy, c-format +msgid "The password contains less than %ld non-alphanumeric characters" +msgstr "ikke nok tegnklasser" + +#: src/error.c:67 msgid "The password contains too few non-alphanumeric characters" msgstr "" -#: src/pwscore.c:49 +#: src/error.c:70 +#, fuzzy, c-format +msgid "The password is shorter than %ld characters" +msgstr "ikke nok tegnklasser" + +#: src/error.c:73 msgid "The password is too short" msgstr "" -#: src/pwscore.c:51 +#: src/error.c:75 msgid "The password is just rotated old one" msgstr "" -#: src/pwscore.c:53 +#: src/error.c:78 +#, fuzzy, c-format +msgid "The password contains less than %ld character classes" +msgstr "ikke nok tegnklasser" + +#: src/error.c:81 #, fuzzy msgid "The password does not contain enough character classes" msgstr "ikke nok tegnklasser" -#: src/pwscore.c:55 +#: src/error.c:84 +#, fuzzy, c-format +msgid "The password contains more than %ld same characters consecutively" +msgstr "ikke nok tegnklasser" + +#: src/error.c:87 msgid "The password contains too many same characters consecutively" msgstr "" -#: src/pwscore.c:59 -#, c-format -msgid "The password fails the dictionary check - %s" +#: src/error.c:89 +msgid "No password supplied" +msgstr "Passord ikke angitt" + +#: src/error.c:91 +msgid "Cannot obtain random numbers from the RNG device" msgstr "" -#: src/pwscore.c:62 src/pwmake.c:34 -msgid "Unknown error" +#: src/error.c:93 +msgid "Password generation failed - required entropy too low for settings" +msgstr "" + +#: src/error.c:96 src/error.c:99 +#, fuzzy +msgid "The password fails the dictionary check" +msgstr "er et palindrom" + +#: src/error.c:102 src/error.c:106 +#, fuzzy +msgid "Unknown setting" msgstr "Ukjent feil" -#: src/pwscore.c:91 -#, c-format -msgid "Error: %s\n" +#: src/error.c:109 +msgid "Bad integer value of setting" +msgstr "" + +#: src/error.c:113 +msgid "Bad integer value" msgstr "" -#: src/pwscore.c:100 +#: src/error.c:116 #, c-format -msgid "Password quality check failed: %s\n" +msgid "Setting %s is not of integer type" +msgstr "" + +#: src/error.c:120 +msgid "Setting is not of integer type" msgstr "" -#: src/pwmake.c:20 +#: src/error.c:123 #, c-format -msgid "Usage: %s \n" +msgid "Setting %s is not of string type" msgstr "" -#: src/pwmake.c:30 -msgid "Cannot obtain random numbers from the RNG device" +#: src/error.c:127 +msgid "Setting is not of string type" msgstr "" -#: src/pwmake.c:32 -msgid "Password generation failed - required entropy too low for settings" +#: src/error.c:129 +msgid "Opening the configuration file failed" msgstr "" -#: src/pwmake.c:56 +#: src/error.c:131 +msgid "The configuration file is malformed" +msgstr "" + +#: src/error.c:133 +msgid "Fatal failure" +msgstr "" + +#: src/error.c:135 +msgid "Unknown error" +msgstr "Ukjent feil" + #, fuzzy -msgid "Error: Memory allocation error" -msgstr "Dialogfeil" +#~ msgid "memory allocation error" +#~ msgstr "Dialogfeil" + +#~ msgid "is the same as the old one" +#~ msgstr "er det samme som det gamle" + +#~ msgid "is a palindrome" +#~ msgstr "er et palindrom" + +#~ msgid "case changes only" +#~ msgstr "kun endring av små/store bokstaver" + +#~ msgid "is too similar to the old one" +#~ msgstr "er for likt det gamle" + +#~ msgid "is too simple" +#~ msgstr "er for enkelt" + +#~ msgid "is rotated" +#~ msgstr "er rotert" + +#~ msgid "not enough character classes" +#~ msgstr "ikke nok tegnklasser" + +#~ msgid "Error in service module" +#~ msgstr "Feil i tjenestemodul" + +#, fuzzy +#~ msgid "Error: Memory allocation error" +#~ msgstr "Dialogfeil" -- cgit v1.2.1