From b0d58fa8841edd3120c89fabf6a2e3671b4ffdaf Mon Sep 17 00:00:00 2001 From: shankar_mbn <shankar_mbn@localhost> Date: Mon, 30 Mar 2009 06:21:19 +0000 Subject: [PATCH] OpenDS precommit Fixes: Addition of Localized resource files with new translations --- opendj-sdk/opends/src/messages/messages/config_de.properties | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/opendj-sdk/opends/src/messages/messages/config_de.properties b/opendj-sdk/opends/src/messages/messages/config_de.properties index 05b0c15..5435555 100644 --- a/opendj-sdk/opends/src/messages/messages/config_de.properties +++ b/opendj-sdk/opends/src/messages/messages/config_de.properties @@ -20,7 +20,7 @@ # # CDDL HEADER END # -# Copyright 2006-2008 Sun Microsystems, Inc. +# Copyright 2006-2009 Sun Microsystems, Inc. @@ -235,7 +235,7 @@ SEVERE_WARN_CONFIG_SCHEMA_SYNTAX_CONFLICTING_SYNTAX_187=The attribute syntax defined in configuration entry %s conflicts with another syntax defined in the server configuration: %s. This attribute syntax will not be used SEVERE_ERR_CONFIG_SCHEMA_NO_SCHEMA_DIR_188=Unable to read the Directory Server schema definitions because the schema directory %s does not exist SEVERE_ERR_CONFIG_SCHEMA_DIR_NOT_DIRECTORY_189=Unable to read the Directory Server schema definitions because the schema directory %s exists but is not a directory -SEVERE_ERR_CONFIG_SCHEMA_CANNOT_LIST_FILES_190=Unable to read the Directory Server schema definitions from directory %s because an unexpected error occurred while trying to list the files in that directory: %s +SEVERE_ERR_CONFIG_SCHEMA_CANNOT_LIST_FILES_190=Unable to read the Directory Server schema definitions from directory %s or %s because an unexpected error occurred while trying to list the files in that directory: %s SEVERE_WARN_CONFIG_SCHEMA_CANNOT_OPEN_FILE_191=Schema configuration file %s in directory %s cannot be parsed because an unexpected error occurred while trying to open the file for reading: %s SEVERE_WARN_CONFIG_SCHEMA_CANNOT_READ_LDIF_ENTRY_192=Schema configuration file %s in directory %s cannot be parsed because an unexpected error occurred while trying to read its contents as an LDIF entry: %s SEVERE_WARN_CONFIG_SCHEMA_CANNOT_PARSE_ATTR_TYPE_193=Unable to parse an attribute type definition from schema configuration file %s: %s @@ -697,4 +697,7 @@ SEVERE_ERR_CONFIG_LOGGING_MODE_INVALID_716=Invalid UNIX file permissions %s: %s MILD_ERR_CONFIG_EXTENSION_CONFIG_NOT_ACCEPTABLE_717=Die Konfiguration der in Konfigurationseintrag %s definierten Erweiterung ist ung\u00fcltig: %s MILD_ERR_CONFIG_EXTENSION_INITIALIZATION_FAILED_718=Fehler beim Versuch, eine Instanz der Klasse %s als eine Erweiterung zu initialisieren, wie im Konfigurationseintrag %s definiert ist: %s - +SEVERE_ERR_CONFIG_NETWORKGROUPREQUESTFILTERINGPOLICY_INVALID_ATTRIBUTE_719=The allowed attribute %s specified in configuration entry %s is also defined as a prohibited attribute +SEVERE_ERR_CONFIG_NETWORKGROUPREQUESTFILTERINGPOLICY_INVALID_SUBTREE_720=The allowed subtree %s specified in configuration entry %s is also defined as a prohibited subtree +SEVERE_ERR_CONFIG_NETWORK_GROUP_CONFIG_NOT_ACCEPTABLE_721=The configuration for the network group defined in configuration entry %s was not acceptable: %s +SEVERE_ERR_CONFIG_NETWORK_GROUP_POLICY_CANNOT_INITIALIZE_722=An error occurred while trying to initialize a network group policy loaded from class %s with the information in configuration entry %s: %s -- Gitblit v1.10.0