summaryrefslogtreecommitdiff
path: root/po/libpwquality.pot
diff options
context:
space:
mode:
Diffstat (limited to 'po/libpwquality.pot')
-rw-r--r--po/libpwquality.pot190
1 files changed, 116 insertions, 74 deletions
diff --git a/po/libpwquality.pot b/po/libpwquality.pot
index 7c11150..2958ba1 100644
--- a/po/libpwquality.pot
+++ b/po/libpwquality.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libpwquality 0.9\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: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -31,150 +31,192 @@ msgstr ""
msgid "Sorry, passwords do not match."
msgstr ""
-#: src/pam_pwquality.c:104
-msgid "memory allocation error"
-msgstr ""
-
-#: src/pam_pwquality.c:106
-msgid "is the same as the old one"
-msgstr ""
-
-#: src/pam_pwquality.c:108
-msgid "is a palindrome"
-msgstr ""
-
-#: src/pam_pwquality.c:110
-msgid "case changes only"
-msgstr ""
-
-#: src/pam_pwquality.c:112
-msgid "is too similar to the old one"
-msgstr ""
-
-#: src/pam_pwquality.c:118
-msgid "is too simple"
-msgstr ""
-
-#: src/pam_pwquality.c:120
-msgid "is rotated"
+#: src/pam_pwquality.c:168
+#, c-format
+msgid "BAD PASSWORD: %s"
msgstr ""
-#: src/pam_pwquality.c:122
-msgid "not enough character classes"
+#: src/pwscore.c:21
+#, c-format
+msgid "Usage: %s\n"
msgstr ""
-#: src/pam_pwquality.c:124
-msgid "contains too many same characters consecutively"
+#: src/pwscore.c:22
+#, c-format
+msgid ""
+" The command reads the password to be scored from the standard input.\n"
msgstr ""
-#: src/pam_pwquality.c:126 src/pwscore.c:57
-msgid "No password supplied"
+#: src/pwscore.c:45 src/pwscore.c:53 src/pwscore.c:58
+#, c-format
+msgid "Error: %s\n"
msgstr ""
-#: src/pam_pwquality.c:130
-msgid "Error in service module"
+#: src/pwscore.c:45
+msgid "Could not obtain the password to be scored"
msgstr ""
-#: src/pam_pwquality.c:198
+#: src/pwscore.c:65
#, c-format
-msgid "BAD PASSWORD: %s"
+msgid ""
+"Password quality check failed:\n"
+" %s\n"
msgstr ""
-#: src/pwscore.c:20
+#: src/pwmake.c:21
#, c-format
-msgid "Usage: %s\n"
+msgid "Usage: %s <entropy-bits>\n"
msgstr ""
-#: src/pwscore.c:21
-#, c-format
-msgid ""
-" The command reads the password to be scored from the standard input.\n"
+#: src/error.c:31
+msgid "Memory allocation error when setting"
msgstr ""
-#: src/pwscore.c:31 src/pwmake.c:28
+#: src/error.c:35
msgid "Memory allocation error"
msgstr ""
-#: src/pwscore.c:33
+#: src/error.c:37
msgid "The password is the same as the old one"
msgstr ""
-#: src/pwscore.c:35
+#: src/error.c:39
msgid "The password is a palindrome"
msgstr ""
-#: 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
msgid "The password is too similar to the old one"
msgstr ""
-#: src/pwscore.c:41
+#: src/error.c:46
+#, c-format
+msgid "The password contains less than %ld digits"
+msgstr ""
+
+#: 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
+#, c-format
+msgid "The password contains less than %ld lowercase letters"
+msgstr ""
+
+#: src/error.c:61
msgid "The password contains too few lowercase letters"
msgstr ""
-#: src/pwscore.c:47
+#: src/error.c:64
+#, c-format
+msgid "The password contains less than %ld non-alphanumeric characters"
+msgstr ""
+
+#: src/error.c:67
msgid "The password contains too few non-alphanumeric characters"
msgstr ""
-#: src/pwscore.c:49
+#: src/error.c:70
+#, c-format
+msgid "The password is shorter than %ld characters"
+msgstr ""
+
+#: 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
+#, c-format
+msgid "The password contains less than %ld character classes"
+msgstr ""
+
+#: src/error.c:81
msgid "The password does not contain enough character classes"
msgstr ""
-#: src/pwscore.c:55
+#: src/error.c:84
+#, c-format
+msgid "The password contains more than %ld same characters consecutively"
+msgstr ""
+
+#: 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 ""
-#: src/pwscore.c:62 src/pwmake.c:34
-msgid "Unknown error"
+#: src/error.c:91
+msgid "Cannot obtain random numbers from the RNG device"
msgstr ""
-#: src/pwscore.c:91
-#, c-format
-msgid "Error: %s\n"
+#: src/error.c:93
+msgid "Password generation failed - required entropy too low for settings"
+msgstr ""
+
+#: src/error.c:96 src/error.c:99
+msgid "The password fails the dictionary check"
+msgstr ""
+
+#: src/error.c:102 src/error.c:106
+msgid "Unknown setting"
msgstr ""
-#: src/pwscore.c:100
+#: src/error.c:109
+msgid "Bad integer value of setting"
+msgstr ""
+
+#: src/error.c:113
+msgid "Bad integer value"
+msgstr ""
+
+#: src/error.c:116
#, c-format
-msgid "Password quality check failed: %s\n"
+msgid "Setting %s is not of integer type"
msgstr ""
-#: src/pwmake.c:20
+#: src/error.c:120
+msgid "Setting is not of integer type"
+msgstr ""
+
+#: src/error.c:123
#, c-format
-msgid "Usage: %s <entropy-bits>\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
-msgid "Error: Memory allocation error"
+#: 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 ""