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/DictionaryPasswordValidatorCfgDefn_de.properties | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opends/src/admin/messages/DictionaryPasswordValidatorCfgDefn_de.properties b/opends/src/admin/messages/DictionaryPasswordValidatorCfgDefn_de.properties index 1a44b5c..c78df28 100644 --- a/opends/src/admin/messages/DictionaryPasswordValidatorCfgDefn_de.properties +++ b/opends/src/admin/messages/DictionaryPasswordValidatorCfgDefn_de.properties @@ -7,7 +7,7 @@ property.dictionary-file.synopsis=Specifies the path to the file containing a list of words that cannot be used as passwords. property.dictionary-file.description=It should be formatted with one word per line. The value can be an absolute path or a path that is relative to the OpenDS Directory Server instance root. property.dictionary-file.syntax.string.pattern.synopsis=The path to any text file contained on the system that is readable by the server. -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.test-reversed-password.synopsis=Indicates whether this password validator is to test the reversed value of the provided password as well as the order in which it was given. property.test-reversed-password.description=For example, if the user provides a new password of "password" and this configuration attribute is set to true, then the value "drowssap" is also tested against attribute values in the user's entry. -- Gitblit v1.10.0