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

diff --git a/opends/src/messages/messages/access_control_de.properties b/opends/src/messages/messages/access_control_de.properties
index 93e25a6..143f219 100644
--- a/opends/src/messages/messages/access_control_de.properties
+++ b/opends/src/messages/messages/access_control_de.properties
@@ -85,7 +85,7 @@
 SEVERE_WARN_ACI_SYNTAX_TARGET_KEYWORD_NOT_SUPPORTED_36=The provided Access Control Instruction (ACI) target keyword value "%s" is not supported at this time
 SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_DUPLICATE_KEYWORDS_37=The provided Access Control Instruction (ACI) target keyword value "%s" was seen multiple times in the ACI "%s"
 SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETS_OPERATOR_38=The provided Access Control Instruction (ACI) target keyword operator value  "%s" is invalid. A valid target keyword operator value is either '=' or "!="
-SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETSCOPE_EXPRESSION_39=The provided Access Control Instruction (ACI) targetscope expression operator value  "%s" is invalid. A valid targetscope expression value is one of the following: one, onelevel or subtree
+SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETSCOPE_EXPRESSION_39=The provided Access Control Instruction (ACI) targetscope expression operator value  "%s" is invalid. A valid targetscope expression value is one of the following: one, onelevel, subtree or subordinate
 SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETKEYWORD_EXPRESSION_40=The provided Access Control Instruction (ACI) target expression value "%s" is invalid. A valid target keyword expression  value requires a LDAP URL in the following format: ldap:///distinguished_name_pattern
 SEVERE_WARN_ACI_SYNTAX_TARGET_DN_NOT_DESCENDENTOF_41=The provided Access Control Instruction (ACI) target expression DN value "%s" is invalid. The target expression DN value must be a descendant of the ACI entry DN "%s", if no wild-card is specified in the target expression DN
 SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETATTRKEYWORD_EXPRESSION_42=The provided Access Control Instruction (ACI) targetattr expression value "%s" is invalid. A valid targetattr keyword expression value requires one or more valid attribute type names in the following format: attribute1 [|| attribute1] ... [|| attributeN]

--
Gitblit v1.10.0