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/CharacterSetPasswordValidatorCfgDefn_de.properties |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opends/src/admin/messages/CharacterSetPasswordValidatorCfgDefn_de.properties b/opends/src/admin/messages/CharacterSetPasswordValidatorCfgDefn_de.properties
index 5749635..7a93af5 100644
--- a/opends/src/admin/messages/CharacterSetPasswordValidatorCfgDefn_de.properties
+++ b/opends/src/admin/messages/CharacterSetPasswordValidatorCfgDefn_de.properties
@@ -6,5 +6,5 @@
 property.allow-unclassified-characters.description=If this is "false", then only those characters in the user-defined character sets may be used in passwords. Any password containing a character not included in any character set will be rejected.
 property.character-set.synopsis=Specifies a character set containing characters that a password may contain and a value indicating the minimum number of characters required from that set.
 property.character-set.description=Each value must be an integer (indicating the minimum required characters from the set) followed by a colon and the characters to include in that set (for example, "3:abcdefghijklmnopqrstuvwxyz" indicates that a user password must contain at least three characters from the set of lowercase ASCII letters). Multiple character sets can be defined in separate values, although no character can appear in more than one character set.
-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.

--
Gitblit v1.10.0