1# /* 2# * TRANSLATION_NOTE 3# * - Make sure the % and %% come over intact 4# * - The last %%s will be replaced by strings like 5# * "alphabetic character(s)" 6# * "numeric or special character(s)" 7# * "special character(s)" 8# * "digit(s)" 9# * "uppercase alpha character(s)" 10# * "lowercase alpha character(s)" 11# * So the final string written to the user might become 12# * "passwd: The first 8 characters of the password must contain 13# * at least 4 uppercase alpha characters(s)" 14# */ 15msgid "%s: The first %d characters of the password must " 16 "contain at least %%d %%s." 17msgstr 18# /* 19# * TRANSLATION_NOTE 20# * - Make sure the % and %% come over intact 21# * - The last %%s will be replaced by strings like 22# * "alphabetic character(s)" 23# * "numeric or special character(s)" 24# * "special character(s)" 25# * "digit(s)" 26# * "uppercase alpha character(s)" 27# * "lowercase alpha character(s)" 28# * So the final string written to the user might become 29# * "passwd: The password must contain at least 4 uppercase 30# * alpha characters(s)" 31# */ 32msgid "%s: The password must contain at least %%d %%s." 33msgstr 34msgid "%s: Whitespace characters are not allowed." 35msgstr 36msgid "alphabetic character(s)" 37msgstr 38msgid "numeric or special character(s)" 39msgstr 40msgid "special character(s)" 41msgstr 42msgid "digit(s)" 43msgstr 44msgid "uppercase alpha character(s)" 45msgstr 46msgid "lowercase alpha character(s)" 47msgstr 48msgid "%s: Too many consecutively repeating characters. " 49 "Maximum allowed is %d." 50msgstr 51msgid "%s: The first %d characters of the old and new passwords " 52 "must differ by at least %d positions." 53msgstr 54msgid "%s: password dictionary missing." 55msgstr 56msgid "%s: failed to open dictionary database." 57msgstr 58msgid "%s: password is based on a dictionary word." 59msgstr 60msgid "%s: password is based on a reversed dictionary word." 61msgstr 62msgid "%s: Password too short - must be at least %d " 63 "characters." 64msgstr 65msgid "%s: Password cannot be circular shift of " 66 "logonid." 67msgstr 68msgid "%s: Password in history list." 69msgstr 70