[Checkins] SVN: z3c.password/trunk/ german translations

Adam Groszer agroszer at gmail.com
Fri Aug 7 03:04:28 EDT 2009


Log message for revision 102550:
  german translations
  

Changed:
  U   z3c.password/trunk/buildout.cfg
  U   z3c.password/trunk/src/z3c/password/locales/de/LC_MESSAGES/z3c.password.mo
  U   z3c.password/trunk/src/z3c/password/locales/de/LC_MESSAGES/z3c.password.po
  U   z3c.password/trunk/src/z3c/password/locales/z3c.password.pot

-=-
Modified: z3c.password/trunk/buildout.cfg
===================================================================
--- z3c.password/trunk/buildout.cfg	2009-08-06 19:33:23 UTC (rev 102549)
+++ z3c.password/trunk/buildout.cfg	2009-08-07 07:04:27 UTC (rev 102550)
@@ -22,14 +22,18 @@
 arguments = ('coverage', 'coverage/report')
 
 [i18n]
-recipe = lovely.recipe:i18n
+recipe = z3c.recipe.i18n:i18n
 eggs =
   zope.i18n
   z3c.password
-package = z3c.password
+  zope.configuration
+  zope.app.applicationcontrol
+  zope.app.appsetup
+  zope.tal
+packages = z3c.password
 domain = z3c.password
 location = src/z3c/password
-output = locales
+output = src/z3c/password/locales
 zcml =
   <include package="zope.i18n" file="meta.zcml" />
   <include package="z3c.password" />

Modified: z3c.password/trunk/src/z3c/password/locales/de/LC_MESSAGES/z3c.password.mo
===================================================================
(Binary files differ)

Modified: z3c.password/trunk/src/z3c/password/locales/de/LC_MESSAGES/z3c.password.po
===================================================================
--- z3c.password/trunk/src/z3c/password/locales/de/LC_MESSAGES/z3c.password.po	2009-08-06 19:33:23 UTC (rev 102549)
+++ z3c.password/trunk/src/z3c/password/locales/de/LC_MESSAGES/z3c.password.po	2009-08-07 07:04:27 UTC (rev 102550)
@@ -1,5 +1,5 @@
 # translation of z3c.password.po to German
-##############################################################################
+# #############################################################################
 #
 # Copyright (c) 2003-2004 Zope Corporation and Contributors.
 # All Rights Reserved.
@@ -12,45 +12,143 @@
 # FOR A PARTICULAR PURPOSE.
 #
 # Stephan Richter <stephan.richter at tufts.edu>, 2006.
-##############################################################################
+# #############################################################################
 msgid ""
 msgstr ""
 "Project-Id-Version: z3c.password\n"
-"POT-Creation-Date: Tue Oct 17 23:25:44 2006\n"
-"PO-Revision-Date: 2006-10-17 23:36-0400\n"
-"Last-Translator: Stephan Richter <stephan.richter at tufts.edu>\n"
+"POT-Creation-Date: Thu Aug  6 16:10:14 2009\n"
+"PO-Revision-Date: 2009-08-06 18:59+0100\n"
+"Last-Translator: Michael Laubacher <michael.laubacher at refline.ch>\n"
 "Language-Team: German <zope3-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"
 "X-Generator: KBabel 1.11.4\n"
-"Plural-Forms:  nplurals=2; plural=(n != 1);\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: src/z3c/password/interfaces.py:104
+#: src/z3c/password/interfaces.py:122
+msgid "Minimum Length"
+msgstr "Minimale Länge"
+
+#: src/z3c/password/interfaces.py:123
+msgid "The minimum length of the password."
+msgstr "Die minimale Länge des Passwortes."
+
+#: src/z3c/password/interfaces.py:128
 msgid "Maximum Length"
 msgstr "Maximale Länge"
 
-#: src/z3c/password/interfaces.py:105
+#: src/z3c/password/interfaces.py:129
 msgid "The maximum length of the password."
 msgstr "Die maximale Länge des Passwortes."
 
-#: src/z3c/password/interfaces.py:117
+#: src/z3c/password/interfaces.py:141
 msgid "Maximum Characters of Group"
-msgstr "Maximale Yeichen einer Gruppe"
+msgstr "Maximale Zeichen einer Gruppe"
 
-#: src/z3c/password/interfaces.py:118
+#: src/z3c/password/interfaces.py:142
 msgid "The maximum amount of characters that a password can have from one group. The groups are: digits, letters, punctuation."
 msgstr "Die maximale Anzahl von Zeichen welche das Passwort von einer Gruppe enthalten darf. Die Gruppen sind: Zahlen, Buchstaben, Zeichen."
 
-#: src/z3c/password/interfaces.py:125
+#: src/z3c/password/interfaces.py:149
 msgid "Old/New Similarity"
 msgstr "Alt/Neu Ähnlichkeit"
 
+#: src/z3c/password/interfaces.py:155
+msgid "Minimum Number of Lowercase letters"
+msgstr "Die minimale Anzahl Kleinbuchstaben"
+
+#: src/z3c/password/interfaces.py:156
+msgid "The minimum amount of lowercase letters that a password must have."
+msgstr "Die minimale Anzahl Kleinbuchstaben"
+
+#: src/z3c/password/interfaces.py:162
+msgid "Minimum Number of Uppercase letters"
+msgstr "Die minimale Anzahl Grossbuchstaben"
+
+#: src/z3c/password/interfaces.py:163
+msgid "The minimum amount of uppercase letters that a password must have."
+msgstr "Die minimale Anzahl Grossbuchstaben"
+
+#: src/z3c/password/interfaces.py:169
+msgid "Minimum Number of Numeric digits"
+msgstr "Die minimale Anzahl unterschiedlicher Zahlen"
+
+#: src/z3c/password/interfaces.py:170
+msgid "The minimum amount of numeric digits that a password must have."
+msgstr "Die minimale Menge Nummern, die ein Passwort haben muss."
+
+#: src/z3c/password/interfaces.py:176
+msgid "Minimum Number of Special characters"
+msgstr "Die minimale Anzahl unterschiedlicher Sonderzeichen"
+
+#: src/z3c/password/interfaces.py:177
+msgid "The minimum amount of special characters that a password must have."
+msgstr "Die minimale Anzahl unterschiedlicher Sonderzeichen"
+
+#: src/z3c/password/interfaces.py:184
+msgid "Minimum Number of Other characters"
+msgstr "Die minimale Anzahl unterschiedlicher Zeichen"
+
+#: src/z3c/password/interfaces.py:185
+msgid "The minimum amount of other characters that a password must have."
+msgstr "Die minimale Menge unterschiedlicher Zeichen, die ein Passwort enthalten muss."
+
+#: src/z3c/password/interfaces.py:236
+msgid "Minimum Number of Unique letters"
+msgstr "Die minimale Anzahl unterschiedlicher Buchstaben"
+
+#: src/z3c/password/interfaces.py:237
+msgid "The minimum amount of unique letters that a password must have. This is against passwords like `aAaA0000`. All characters taken lowercase."
+msgstr "Die minimale Anzahl unterschiedlicher Buchstaben"
+
+#: src/z3c/password/interfaces.py:253
+msgid "Minimum Number of Unique characters"
+msgstr "Die minimale Anzahl unterschiedlicher Zeichen"
+
+#: src/z3c/password/interfaces.py:254
+msgid "The minimum amount of unique characters that a password must have. This is against passwords like `aAaA0000`. All characters taken lowercase."
+msgstr "Die minimale Anzahl unterschiedlicher Zeichen"
+
+#: src/z3c/password/interfaces.py:279
+#: src/z3c/password/interfaces.py:280
+msgid "Password must be changed on next login"
+msgstr "Das Passwort muss beim nächsten Login geändert werden."
+
+#: src/z3c/password/interfaces.py:285
+#: src/z3c/password/interfaces.py:286
+msgid "Password expires after (days)"
+msgstr "Das Passwort läuft aus nach (Tage)"
+
 #: src/z3c/password/interfaces.py:29
 msgid "No new password specified."
-msgstr "Kein Passwort wurde andgegeben."
+msgstr "Es wurde kein neues Passwort eingegeben."
 
+#: src/z3c/password/interfaces.py:291
+msgid "Lockout period (minutes)"
+msgstr "Dauer Passwortsperrung (Minuten)"
+
+#: src/z3c/password/interfaces.py:292
+msgid "Lockout the user after too many failed password entriesfor this many minutes. The user can try again after."
+msgstr "Der Benutzer wird nach zu vielen Fehlversuchen gesperrt und kann nach dieser Anzahl Minuten nochmals versuchen."
+
+#: src/z3c/password/interfaces.py:298
+msgid "Max. number of failed password entries before account is locked"
+msgstr "Gibt die Anzahl Fehlversuche an, bevor das Passwort gesperrt wird."
+
+#: src/z3c/password/interfaces.py:299
+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 "Gibt die Anzahl Fehlversuche an, bevor das Passwort gesperrt wird."
+
+#: src/z3c/password/interfaces.py:306
+msgid "Disallow Password Reuse"
+msgstr "Erlaubt nicht ein bisheriges Passwort wiederzuverwenden."
+
+#: src/z3c/password/interfaces.py:307
+msgid "Do not allow to set a previously set password again."
+msgstr "Erlaubt nicht ein bisheriges Passwort wiederzuverwenden."
+
 #: src/z3c/password/interfaces.py:32
 msgid "Password is too short."
 msgstr "Passwort ist zu kurz."
@@ -61,33 +159,45 @@
 
 #: src/z3c/password/interfaces.py:38
 msgid "Password is too similar to old one."
-msgstr "Passwort ist zu aehnlich zum Alten."
+msgstr "Das Passwort ist gleich oder zu ähnlich wie das bisherige."
 
 #: src/z3c/password/interfaces.py:41
 msgid "Password contains too many characters of one group."
-msgstr "Passwort enthaelt zu viele Zeichen einer Gruppe."
+msgstr "Passwort enthält zu viele Zeichen einer Gruppe."
 
 #: src/z3c/password/interfaces.py:44
+msgid "Password does not contain enough characters of one group."
+msgstr "Das Passwort besteht nicht aus genügend Zeichen einer Zeichen-Gruppe."
+
+#: src/z3c/password/interfaces.py:47
+msgid "Password does not contain enough unique characters."
+msgstr "Das Passwort besteht nicht aus genügend unterschiedlichen Zeichen."
+
+#: src/z3c/password/interfaces.py:50
+msgid "Password does not contain enough unique letters."
+msgstr "Das Passwort besteht nicht aus genügend unterschiedlichen Zeichen."
+
+#: src/z3c/password/interfaces.py:53
 msgid "The password has expired."
 msgstr "Das Passwort ist abgelaufen."
 
-#: src/z3c/password/interfaces.py:51
+#: src/z3c/password/interfaces.py:60
+msgid "The password set was already used before."
+msgstr "Dieses Passwort wurde bereits verwendet."
+
+#: src/z3c/password/interfaces.py:67
 msgid "The password was entered incorrectly too often."
 msgstr "Das Passwort wurde zu oft falsch eingegeben."
 
-#: src/z3c/password/interfaces.py:67
+#: src/z3c/password/interfaces.py:74
+msgid "The account is locked, because the password was entered incorrectly too often."
+msgstr "Das Passwort wurde zu häufig falsch eingegeben. Der Benutzer wurde gesperrt und kann vom Administrator wieder freigegeben werden."
+
+#: src/z3c/password/interfaces.py:91
 msgid "Description"
 msgstr "Beschreibung"
 
-#: src/z3c/password/interfaces.py:68
+#: src/z3c/password/interfaces.py:92
 msgid "A description of the password utility."
-msgstr "Eine BEschreibung des Passwortdienstes."
+msgstr "Eine Beschreibung des Passwortdienstes."
 
-#: src/z3c/password/interfaces.py:98
-msgid "Minimum Length"
-msgstr "Minimale Länge"
-
-#: src/z3c/password/interfaces.py:99
-msgid "The minimum length of the password."
-msgstr "Die minimale Länge des Passwortes."
-

Modified: z3c.password/trunk/src/z3c/password/locales/z3c.password.pot
===================================================================
--- z3c.password/trunk/src/z3c/password/locales/z3c.password.pot	2009-08-06 19:33:23 UTC (rev 102549)
+++ z3c.password/trunk/src/z3c/password/locales/z3c.password.pot	2009-08-07 07:04:27 UTC (rev 102550)
@@ -14,7 +14,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: Development/Unknown\n"
-"POT-Creation-Date: Thu Oct 23 11:45:51 2008\n"
+"POT-Creation-Date: Thu Aug  6 16:10:14 2009\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"
@@ -23,30 +23,128 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Generated-By: zope/app/locales/extract.py\n"
 
-#: src/z3c/password/interfaces.py:104
+#: src/z3c/password/interfaces.py:122
+msgid "Minimum Length"
+msgstr ""
+
+#: src/z3c/password/interfaces.py:123
+msgid "The minimum length of the password."
+msgstr ""
+
+#: src/z3c/password/interfaces.py:128
 msgid "Maximum Length"
 msgstr ""
 
-#: src/z3c/password/interfaces.py:105
+#: src/z3c/password/interfaces.py:129
 msgid "The maximum length of the password."
 msgstr ""
 
-#: src/z3c/password/interfaces.py:117
+#: src/z3c/password/interfaces.py:141
 msgid "Maximum Characters of Group"
 msgstr ""
 
-#: src/z3c/password/interfaces.py:118
+#: src/z3c/password/interfaces.py:142
 msgid "The maximum amount of characters that a password can have from one group. The groups are: digits, letters, punctuation."
 msgstr ""
 
-#: src/z3c/password/interfaces.py:125
+#: src/z3c/password/interfaces.py:149
 msgid "Old/New Similarity"
 msgstr ""
 
+#: src/z3c/password/interfaces.py:155
+msgid "Minimum Number of Lowercase letters"
+msgstr ""
+
+#: src/z3c/password/interfaces.py:156
+msgid "The minimum amount of lowercase letters that a password must have."
+msgstr ""
+
+#: src/z3c/password/interfaces.py:162
+msgid "Minimum Number of Uppercase letters"
+msgstr ""
+
+#: src/z3c/password/interfaces.py:163
+msgid "The minimum amount of uppercase letters that a password must have."
+msgstr ""
+
+#: src/z3c/password/interfaces.py:169
+msgid "Minimum Number of Numeric digits"
+msgstr ""
+
+#: src/z3c/password/interfaces.py:170
+msgid "The minimum amount of numeric digits that a password must have."
+msgstr ""
+
+#: src/z3c/password/interfaces.py:176
+msgid "Minimum Number of Special characters"
+msgstr ""
+
+#: src/z3c/password/interfaces.py:177
+msgid "The minimum amount of special characters that a password must have."
+msgstr ""
+
+#: src/z3c/password/interfaces.py:184
+msgid "Minimum Number of Other characters"
+msgstr ""
+
+#: src/z3c/password/interfaces.py:185
+msgid "The minimum amount of other characters that a password must have."
+msgstr ""
+
+#: src/z3c/password/interfaces.py:236
+msgid "Minimum Number of Unique letters"
+msgstr ""
+
+#: src/z3c/password/interfaces.py:237
+msgid "The minimum amount of unique letters that a password must have. This is against passwords like `aAaA0000`. All characters taken lowercase."
+msgstr ""
+
+#: src/z3c/password/interfaces.py:253
+msgid "Minimum Number of Unique characters"
+msgstr ""
+
+#: src/z3c/password/interfaces.py:254
+msgid "The minimum amount of unique characters that a password must have. This is against passwords like `aAaA0000`. All characters taken lowercase."
+msgstr ""
+
+#: src/z3c/password/interfaces.py:279
+#: src/z3c/password/interfaces.py:280
+msgid "Password must be changed on next login"
+msgstr ""
+
+#: src/z3c/password/interfaces.py:285
+#: src/z3c/password/interfaces.py:286
+msgid "Password expires after (days)"
+msgstr ""
+
 #: src/z3c/password/interfaces.py:29
 msgid "No new password specified."
 msgstr ""
 
+#: src/z3c/password/interfaces.py:291
+msgid "Lockout period (minutes)"
+msgstr ""
+
+#: src/z3c/password/interfaces.py:292
+msgid "Lockout the user after too many failed password entriesfor this many minutes. The user can try again after."
+msgstr ""
+
+#: src/z3c/password/interfaces.py:298
+msgid "Max. number of failed password entries before account is locked"
+msgstr ""
+
+#: src/z3c/password/interfaces.py:299
+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 ""
+
+#: src/z3c/password/interfaces.py:306
+msgid "Disallow Password Reuse"
+msgstr ""
+
+#: src/z3c/password/interfaces.py:307
+msgid "Do not allow to set a previously set password again."
+msgstr ""
+
 #: src/z3c/password/interfaces.py:32
 msgid "Password is too short."
 msgstr ""
@@ -64,26 +162,38 @@
 msgstr ""
 
 #: src/z3c/password/interfaces.py:44
+msgid "Password does not contain enough characters of one group."
+msgstr ""
+
+#: src/z3c/password/interfaces.py:47
+msgid "Password does not contain enough unique characters."
+msgstr ""
+
+#: src/z3c/password/interfaces.py:50
+msgid "Password does not contain enough unique letters."
+msgstr ""
+
+#: src/z3c/password/interfaces.py:53
 msgid "The password has expired."
 msgstr ""
 
-#: src/z3c/password/interfaces.py:51
-msgid "The password was entered incorrectly too often."
+#: src/z3c/password/interfaces.py:60
+msgid "The password set was already used before."
 msgstr ""
 
 #: src/z3c/password/interfaces.py:67
-msgid "Description"
+msgid "The password was entered incorrectly too often."
 msgstr ""
 
-#: src/z3c/password/interfaces.py:68
-msgid "A description of the password utility."
+#: src/z3c/password/interfaces.py:74
+msgid "The account is locked, because the password was entered incorrectly too often."
 msgstr ""
 
-#: src/z3c/password/interfaces.py:98
-msgid "Minimum Length"
+#: src/z3c/password/interfaces.py:91
+msgid "Description"
 msgstr ""
 
-#: src/z3c/password/interfaces.py:99
-msgid "The minimum length of the password."
+#: src/z3c/password/interfaces.py:92
+msgid "A description of the password utility."
 msgstr ""
 



More information about the Checkins mailing list