[Checkins] SVN: z3c.password/trunk/src/z3c/password/locales/z3c.password.pot Update z3c.password.pot with new strings.

Marius Gedminas cvs-admin at zope.org
Thu Aug 9 13:06:54 UTC 2012


Log message for revision 127458:
  Update z3c.password.pot with new strings.
  
  (By running bin/i18nextract.)

Changed:
  U   z3c.password/trunk/src/z3c/password/locales/z3c.password.pot

-=-
Modified: z3c.password/trunk/src/z3c/password/locales/z3c.password.pot
===================================================================
--- z3c.password/trunk/src/z3c/password/locales/z3c.password.pot	2012-08-09 13:04:58 UTC (rev 127457)
+++ z3c.password/trunk/src/z3c/password/locales/z3c.password.pot	2012-08-09 13:06:50 UTC (rev 127458)
@@ -13,215 +13,259 @@
 ##############################################################################
 msgid ""
 msgstr ""
-"Project-Id-Version: Development/Unknown\n"
-"POT-Creation-Date: Fri Jan 29 17:24:33 2010\n"
+"Project-Id-Version: Meaningless\n"
+"POT-Creation-Date: Thu Aug  9 15:49:42 2012\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
-"Language-Team: Zope 3 Developers <zope3-dev at zope.org>\n"
+"Language-Team: Zope 3 Developers <zope-dev at zope.org>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Generated-By: zope/app/locales/extract.py\n"
 
-#: z3c/password/interfaces.py:114
-msgid "Description"
+#: z3c/password/interfaces.py:42
+msgid "No new password specified."
 msgstr ""
 
-#: z3c/password/interfaces.py:115
-msgid "A description of the password utility."
+#: z3c/password/interfaces.py:45
+msgid "Password is too short."
 msgstr ""
 
-#: z3c/password/interfaces.py:145
-msgid "Minimum Length"
+#: z3c/password/interfaces.py:51
+msgid "Password is too short (minimum length: ${minLength})."
 msgstr ""
 
-#: z3c/password/interfaces.py:146
-msgid "The minimum length of the password."
+#: z3c/password/interfaces.py:56
+msgid "Password is too long."
 msgstr ""
 
-#: z3c/password/interfaces.py:151
-msgid "Maximum Length"
+#: z3c/password/interfaces.py:62
+msgid "Password is too long (maximum length: ${maxLength})."
 msgstr ""
 
-#: z3c/password/interfaces.py:152
-msgid "The maximum length of the password."
+#: z3c/password/interfaces.py:67
+msgid "Password is too similar to old one."
 msgstr ""
 
-#: z3c/password/interfaces.py:164
-msgid "Maximum Characters of Group"
+#: z3c/password/interfaces.py:74
+msgid "Password is too similar to old one (similarity ${similarity}%, should be at most ${maxSimilarity}%)."
 msgstr ""
 
-#: z3c/password/interfaces.py:165
-msgid "The maximum amount of characters that a password can have from one group. The groups are: digits, letters, punctuation."
+#: z3c/password/interfaces.py:81
+msgid "Password contains too many characters of one group."
 msgstr ""
 
-#: z3c/password/interfaces.py:172
-msgid "Old/New Similarity"
+#: z3c/password/interfaces.py:87
+msgid "Password contains too many characters of one group (should have at most ${groupMax})."
 msgstr ""
 
-#: z3c/password/interfaces.py:178
-msgid "Minimum Number of Lowercase letters"
+#: z3c/password/interfaces.py:93
+msgid "Password does not contain enough characters of one group."
 msgstr ""
 
-#: z3c/password/interfaces.py:179
-msgid "The minimum amount of lowercase letters that a password must have."
+#: z3c/password/interfaces.py:96
+msgid "Password does not contain enough characters of lowercase letters."
 msgstr ""
 
-#: z3c/password/interfaces.py:185
-msgid "Minimum Number of Uppercase letters"
+#: z3c/password/interfaces.py:103
+msgid "Password does not contain enough characters of lowercase letters (should have at least ${minLowerLetter})."
 msgstr ""
 
-#: z3c/password/interfaces.py:186
-msgid "The minimum amount of uppercase letters that a password must have."
+#: z3c/password/interfaces.py:109
+msgid "Password does not contain enough characters of uppercase letters."
 msgstr ""
 
-#: z3c/password/interfaces.py:192
-msgid "Minimum Number of Numeric digits"
+#: z3c/password/interfaces.py:116
+msgid "Password does not contain enough characters of uppercase letters (should have at least ${minUpperLetter})."
 msgstr ""
 
-#: z3c/password/interfaces.py:193
-msgid "The minimum amount of numeric digits that a password must have."
+#: z3c/password/interfaces.py:122
+msgid "Password does not contain enough characters of digits."
 msgstr ""
 
-#: z3c/password/interfaces.py:199
-msgid "Minimum Number of Special characters"
+#: z3c/password/interfaces.py:128
+msgid "Password does not contain enough characters of digits (should have at least ${minDigits})."
 msgstr ""
 
-#: z3c/password/interfaces.py:200
-msgid "The minimum amount of special characters that a password must have."
+#: z3c/password/interfaces.py:134
+msgid "Password does not contain enough characters of special characters."
 msgstr ""
 
-#: z3c/password/interfaces.py:207
-msgid "Minimum Number of Other characters"
+#: z3c/password/interfaces.py:141
+msgid "Password does not contain enough characters of special characters (should have at least ${minSpecials})."
 msgstr ""
 
-#: z3c/password/interfaces.py:208
-msgid "The minimum amount of other characters that a password must have."
+#: z3c/password/interfaces.py:147
+msgid "Password does not contain enough characters of other characters."
 msgstr ""
 
-#: z3c/password/interfaces.py:259
-msgid "Minimum Number of Unique letters"
+#: z3c/password/interfaces.py:154
+msgid "Password does not contain enough characters of other characters (should have at least ${minOthers})."
 msgstr ""
 
-#: z3c/password/interfaces.py:260
-msgid "The minimum amount of unique letters that a password must have. This is against passwords like `aAaA0000`. All characters taken lowercase."
+#: z3c/password/interfaces.py:160
+msgid "Password does not contain enough unique characters."
 msgstr ""
 
-#: z3c/password/interfaces.py:276
-msgid "Minimum Number of Unique characters"
+#: z3c/password/interfaces.py:166
+msgid "Password does not contain enough unique characters (should have at least ${minUniqueCharacters})."
 msgstr ""
 
-#: z3c/password/interfaces.py:277
-msgid "The minimum amount of unique characters that a password must have. This is against passwords like `aAaA0000`. All characters taken lowercase."
+#: z3c/password/interfaces.py:172
+msgid "Password does not contain enough unique letters."
 msgstr ""
 
-#: z3c/password/interfaces.py:29
-msgid "No new password specified."
+#: z3c/password/interfaces.py:178
+msgid "Password does not contain enough unique letters (should have at least ${minUniqueLetters})."
 msgstr ""
 
-#: z3c/password/interfaces.py:302
-#: z3c/password/interfaces.py:303
-msgid "Password must be changed on next login"
+#: z3c/password/interfaces.py:184
+msgid "The password has expired."
 msgstr ""
 
-#: z3c/password/interfaces.py:308
-#: z3c/password/interfaces.py:309
-msgid "Password expires after (days)"
+#: z3c/password/interfaces.py:191
+msgid "The password set was already used before."
 msgstr ""
 
-#: z3c/password/interfaces.py:314
-msgid "Lockout period (minutes)"
+#: z3c/password/interfaces.py:198
+msgid "The password was entered incorrectly too often."
 msgstr ""
 
-#: z3c/password/interfaces.py:315
-msgid "Lockout the user after too many failed password entriesfor this many minutes. The user can try again after."
+#: z3c/password/interfaces.py:209
+msgid "The account is locked, because the password was entered incorrectly too often."
 msgstr ""
 
-#: z3c/password/interfaces.py:32
-msgid "Password is too short."
+#: z3c/password/interfaces.py:226
+msgid "Description"
 msgstr ""
 
-#: z3c/password/interfaces.py:321
-msgid "Max. number of failed password entries before account is locked"
+#: z3c/password/interfaces.py:227
+msgid "A description of the password utility."
 msgstr ""
 
-#: z3c/password/interfaces.py:322
-msgid "Specifies the amount of failed attempts allowed to check the password before the password is locked and no new password can be provided."
+#: z3c/password/interfaces.py:257
+msgid "Minimum Length"
 msgstr ""
 
-#: z3c/password/interfaces.py:329
-msgid "Failed password check method"
+#: z3c/password/interfaces.py:258
+msgid "The minimum length of the password."
 msgstr ""
 
-#: z3c/password/interfaces.py:330
-msgid "Failed password check method. All requests, non-reqource requests, POST requests."
+#: z3c/password/interfaces.py:263
+msgid "Maximum Length"
 msgstr ""
 
-#: z3c/password/interfaces.py:337
-msgid "Disallow Password Reuse"
+#: z3c/password/interfaces.py:264
+msgid "The maximum length of the password."
 msgstr ""
 
-#: z3c/password/interfaces.py:338
-msgid "Do not allow to set a previously set password again."
+#: z3c/password/interfaces.py:276
+msgid "Maximum Characters of Group"
 msgstr ""
 
-#: z3c/password/interfaces.py:35
-msgid "Password is too long."
+#: z3c/password/interfaces.py:277
+msgid "The maximum amount of characters that a password can have from one group. The groups are: digits, letters, punctuation."
 msgstr ""
 
-#: z3c/password/interfaces.py:38
-msgid "Password is too similar to old one."
+#: z3c/password/interfaces.py:284
+msgid "Old/New Similarity"
 msgstr ""
 
-#: z3c/password/interfaces.py:41
-msgid "Password contains too many characters of one group."
+#: z3c/password/interfaces.py:290
+msgid "Minimum Number of Lowercase letters"
 msgstr ""
 
-#: z3c/password/interfaces.py:44
-msgid "Password does not contain enough characters of one group."
+#: z3c/password/interfaces.py:291
+msgid "The minimum amount of lowercase letters that a password must have."
 msgstr ""
 
-#: z3c/password/interfaces.py:47
-msgid "Password does not contain enough characters of lowercase letters."
+#: z3c/password/interfaces.py:297
+msgid "Minimum Number of Uppercase letters"
 msgstr ""
 
-#: z3c/password/interfaces.py:51
-msgid "Password does not contain enough characters of uppercase letters."
+#: z3c/password/interfaces.py:298
+msgid "The minimum amount of uppercase letters that a password must have."
 msgstr ""
 
-#: z3c/password/interfaces.py:55
-msgid "Password does not contain enough characters of digits."
+#: z3c/password/interfaces.py:304
+msgid "Minimum Number of Numeric digits"
 msgstr ""
 
-#: z3c/password/interfaces.py:58
-msgid "Password does not contain enough characters of special characters."
+#: z3c/password/interfaces.py:305
+msgid "The minimum amount of numeric digits that a password must have."
 msgstr ""
 
-#: z3c/password/interfaces.py:62
-msgid "Password does not contain enough characters of other characters."
+#: z3c/password/interfaces.py:311
+msgid "Minimum Number of Special characters"
 msgstr ""
 
-#: z3c/password/interfaces.py:66
-msgid "Password does not contain enough unique characters."
+#: z3c/password/interfaces.py:312
+msgid "The minimum amount of special characters that a password must have."
 msgstr ""
 
-#: z3c/password/interfaces.py:69
-msgid "Password does not contain enough unique letters."
+#: z3c/password/interfaces.py:319
+msgid "Minimum Number of Other characters"
 msgstr ""
 
-#: z3c/password/interfaces.py:72
-msgid "The password has expired."
+#: z3c/password/interfaces.py:320
+msgid "The minimum amount of other characters that a password must have."
 msgstr ""
 
-#: z3c/password/interfaces.py:79
-msgid "The password set was already used before."
+#: z3c/password/interfaces.py:371
+msgid "Minimum Number of Unique letters"
 msgstr ""
 
-#: z3c/password/interfaces.py:86
-msgid "The password was entered incorrectly too often."
+#: z3c/password/interfaces.py:372
+msgid "The minimum amount of unique letters that a password must have. This is against passwords like `aAaA0000`. All characters taken lowercase."
 msgstr ""
 
-#: z3c/password/interfaces.py:97
-msgid "The account is locked, because the password was entered incorrectly too often."
+#: z3c/password/interfaces.py:388
+msgid "Minimum Number of Unique characters"
 msgstr ""
 
+#: z3c/password/interfaces.py:389
+msgid "The minimum amount of unique characters that a password must have. This is against passwords like `aAaA0000`. All characters taken lowercase."
+msgstr ""
+
+#: z3c/password/interfaces.py:414
+#: z3c/password/interfaces.py:415
+msgid "Password must be changed on next login"
+msgstr ""
+
+#: z3c/password/interfaces.py:420
+#: z3c/password/interfaces.py:421
+msgid "Password expires after (days)"
+msgstr ""
+
+#: z3c/password/interfaces.py:426
+msgid "Lockout period (minutes)"
+msgstr ""
+
+#: z3c/password/interfaces.py:427
+msgid "Lockout the user after too many failed password entriesfor this many minutes. The user can try again after."
+msgstr ""
+
+#: z3c/password/interfaces.py:433
+msgid "Max. number of failed password entries before account is locked"
+msgstr ""
+
+#: z3c/password/interfaces.py:434
+msgid "Specifies the amount of failed attempts allowed to check the password before the password is locked and no new password can be provided."
+msgstr ""
+
+#: z3c/password/interfaces.py:441
+msgid "Failed password check method"
+msgstr ""
+
+#: z3c/password/interfaces.py:442
+msgid "Failed password check method. All requests, non-reqource requests, POST requests."
+msgstr ""
+
+#: z3c/password/interfaces.py:449
+msgid "Disallow Password Reuse"
+msgstr ""
+
+#: z3c/password/interfaces.py:450
+msgid "Do not allow to set a previously set password again."
+msgstr ""
+



More information about the checkins mailing list