From c8ca49df3c967f956333ec92ddbaaafa30136167 Mon Sep 17 00:00:00 2001 From: hajma <hajma@localhost> Date: Thu, 21 May 2009 15:09:09 +0000 Subject: [PATCH] german translations update --- opends/src/admin/messages/SimilarityBasedPasswordValidatorCfgDefn_de.properties | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opends/src/admin/messages/SimilarityBasedPasswordValidatorCfgDefn_de.properties b/opends/src/admin/messages/SimilarityBasedPasswordValidatorCfgDefn_de.properties index 847e5bd..c8950d4 100644 --- a/opends/src/admin/messages/SimilarityBasedPasswordValidatorCfgDefn_de.properties +++ b/opends/src/admin/messages/SimilarityBasedPasswordValidatorCfgDefn_de.properties @@ -2,7 +2,7 @@ user-friendly-plural-name=Similarity Based Password Validators synopsis=The Similarity Based Password Validator determines whether a proposed password is acceptable by measuring how similar it is to the user's current password. description=In particular, it uses the Levenshtein Distance algorithm to determine the minimum number of changes (where a change may be inserting, deleting, or replacing a character) to transform one string into the other. It can be used to prevent users from making only minor changes to their current password when setting a new password. Note that for this password validator to be effective, it is necessary to have access to the user's current password. Therefore, if this password validator is to be enabled, the password-change-requires-current-password attribute in the password policy configuration must also be set to true. -property.enabled.synopsis=Indicates whether the password validator is enabled for use. -property.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the password validator implementation. +property.enabled.synopsis=Gibt an ob der Passwortvalidierer zur Benutzng aktiviert ist. +property.java-class.synopsis=Gibt den vollqualifizierten Java Klassennamen an welche den Passwortvalidierer implementiert. property.min-password-difference.synopsis=Specifies the minimum difference of new and old password. property.min-password-difference.description=A value of zero indicates that no difference between passwords is acceptable. -- Gitblit v1.10.0