From ebc29455f8c4e79f565717fe4a44b02e296e6c3f Mon Sep 17 00:00:00 2001 From: shankar_mbn <shankar_mbn@localhost> Date: Thu, 29 Jan 2009 11:34:14 +0000 Subject: [PATCH] Fix for Issue 3682, 3643 - Addition of Localized resource files with new translations --- opends/src/messages/messages/utility_de.properties | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opends/src/messages/messages/utility_de.properties b/opends/src/messages/messages/utility_de.properties index 56876b0..73d91b9 100644 --- a/opends/src/messages/messages/utility_de.properties +++ b/opends/src/messages/messages/utility_de.properties @@ -66,7 +66,7 @@ MILD_ERR_LDIF_SCHEMA_VIOLATION_17=Der LDIF-Eintrag %s, der in Zeile %d beginnt, ist ung\u00fcltig, da er die Serverschemakonfiguration verletzt: %s SEVERE_ERR_LDIF_FILE_EXISTS_18=The specified LDIF file %s already exists and the export configuration indicates that no attempt should be made to append to or replace the file MILD_ERR_LDIF_INVALID_URL_19=Der LDIF-Eintrag %s, der in Zeile %d beginnt, ist ung\u00fcltig, da der Wert des Attributs %s von einer URL gelesen werden sollte, die URL aber ung\u00fcltig ist: %s -MILD_ERR_LDIF_URL_IO_ERROR_20=Der LDIF-Eintrag %s, der in Zeile %d beginnt, ist ung\u00fcltig, da der Wert des Attributs %s von einer URL gelesen werden sollte. Beim Versuch, den Inhalt zu lesen, ist jedoch ein Fehler aufgetreten. +MILD_ERR_LDIF_URL_IO_ERROR_20=Der LDIF-Eintrag %s, der in Zeile %d beginnt, ist ung\u00fcltig, da der Wert des Attributs %s von einer URL %s gelesen werden sollte. Beim Versuch, den Inhalt zu lesen, ist jedoch ein Fehler aufgetreten: %s SEVERE_ERR_REJECT_FILE_EXISTS_21=The specified reject file %s already exists and the import configuration indicates that no attempt should be made to append to or replace the file SEVERE_ERR_LDIF_COULD_NOT_EVALUATE_FILTERS_FOR_IMPORT_22=An error occurred while attempting to determine whether LDIF entry "%s" starting at line %d should be imported as a result of the include and exclude filter configuration: %s SEVERE_ERR_LDIF_COULD_NOT_EVALUATE_FILTERS_FOR_EXPORT_23=An error occurred while attempting to determine whether LDIF entry "%s" should be exported as a result of the include and exclude filter configuration: %s -- Gitblit v1.10.0