From 2bc883ea6a3e0f948d0c5f0b6632696cb98ebfa8 Mon Sep 17 00:00:00 2001 From: Mark Craig <mark.craig@forgerock.com> Date: Tue, 03 May 2016 06:59:43 +0000 Subject: [PATCH] OPENDJ-2826 import-ldif should state that it cannot append --- opendj-server-legacy/src/messages/org/opends/messages/tool_de.properties | 2 +- opendj-server-legacy/src/messages/org/opends/messages/tool_fr.properties | 2 +- opendj-server-legacy/src/messages/org/opends/messages/tool.properties | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/opendj-server-legacy/src/messages/org/opends/messages/tool.properties b/opendj-server-legacy/src/messages/org/opends/messages/tool.properties index e5af19e..dc712e8 100644 --- a/opendj-server-legacy/src/messages/org/opends/messages/tool.properties +++ b/opendj-server-legacy/src/messages/org/opends/messages/tool.properties @@ -1161,7 +1161,8 @@ INFO_LDIFEXPORT_TOOL_DESCRIPTION_686=This utility can be used to export data \ from a Directory Server backend in LDIF form INFO_LDIFIMPORT_TOOL_DESCRIPTION_687=This utility can be used to import LDIF \ - data into a Directory Server backend + data into a Directory Server backend, overwriting existing data. \ + It cannot be used to append data to the backend database INFO_INSTALLDS_TOOL_DESCRIPTION_688=This utility can be used to setup the \ Directory Server INFO_LDAPCOMPARE_TOOL_DESCRIPTION_689=This utility can be used to perform \ diff --git a/opendj-server-legacy/src/messages/org/opends/messages/tool_de.properties b/opendj-server-legacy/src/messages/org/opends/messages/tool_de.properties index ff499d2..2c93733 100644 --- a/opendj-server-legacy/src/messages/org/opends/messages/tool_de.properties +++ b/opendj-server-legacy/src/messages/org/opends/messages/tool_de.properties @@ -559,7 +559,7 @@ INFO_CONFIGDS_TOOL_DESCRIPTION_684=Dieses Dienstprogramm dient zur Definition einer Basiskonfiguration f\u00fcr den Directory-Server INFO_ENCPW_TOOL_DESCRIPTION_685=Dieses Dienstprogramm dient zum Verschl\u00fcsseln des Benutzerpassworts mit einem festgelegten Speicherschema oder zum Ermitteln, ob der Wert eines gegebenen Klartextpassworts mit dem verschl\u00fcsselten Passwort \u00fcbereinstimmt INFO_LDIFEXPORT_TOOL_DESCRIPTION_686=Dieses Dienstprogramm dient zum Datenexport von einem Directory-Server-Backend im LDIF-Format -INFO_LDIFIMPORT_TOOL_DESCRIPTION_687=Dieses Dienstprogramm dient zum Datenimport von LDIF-Daten in ein Directory-Server-Backend +INFO_LDIFIMPORT_TOOL_DESCRIPTION_687=Dieses Dienstprogramm dient zum Datenimport von LDIF-Daten in ein Directory-Server-Backend. Existierende Daten werden \u00fcberschrieben. INFO_INSTALLDS_TOOL_DESCRIPTION_688=Dieses Dienstprogramm dient zum Einrichten des Directory-Servers INFO_LDAPCOMPARE_TOOL_DESCRIPTION_689=Dieses Dienstprogramm dient zur Durchf\u00fchrung von LDAP-Vergleichsvorg\u00e4ngen im Directory-Server INFO_LDAPDELETE_TOOL_DESCRIPTION_690=Dieses Dienstprogramm dient zur Durchf\u00fchrung von LDAP-L\u00f6schvorg\u00e4ngen im Directory-Server diff --git a/opendj-server-legacy/src/messages/org/opends/messages/tool_fr.properties b/opendj-server-legacy/src/messages/org/opends/messages/tool_fr.properties index ccc304a..652daa0 100644 --- a/opendj-server-legacy/src/messages/org/opends/messages/tool_fr.properties +++ b/opendj-server-legacy/src/messages/org/opends/messages/tool_fr.properties @@ -559,7 +559,7 @@ INFO_CONFIGDS_TOOL_DESCRIPTION_684=Cet utilitaire permet de d\u00e9finir une configuration de base pour Directory Server INFO_ENCPW_TOOL_DESCRIPTION_685=Cet utilitaire permet de coder des mots de passe dans un plan de stockage sp\u00e9cifi\u00e9 ou de d\u00e9terminer si une valeur en clair donn\u00e9e correspond \u00e0 un mot de passe cod\u00e9 fourni INFO_LDIFEXPORT_TOOL_DESCRIPTION_686=Cet utilitaire permet d'exporter des donn\u00e9es d'un backend de Directory Server dans un fichier de type LDIF -INFO_LDIFIMPORT_TOOL_DESCRIPTION_687=Cet utilitaire permet d'importer des donn\u00e9es LDIF dans un backend de Directory Server +INFO_LDIFIMPORT_TOOL_DESCRIPTION_687=Cet utilitaire permet d'importer des donn\u00e9es LDIF dans un backend de Directory Server, rempla\u00e7ant les donn\u00e9es existantes. Il ne permet pas d'en ajouter sans remplacer l'existant INFO_INSTALLDS_TOOL_DESCRIPTION_688=Cet utilitaire permet d'installer Directory Server INFO_LDAPCOMPARE_TOOL_DESCRIPTION_689=Cet utilitaire permet d'effectuer des op\u00e9rations de comparaison de LDAP dans Directory Server INFO_LDAPDELETE_TOOL_DESCRIPTION_690=Cet utilitaire permet d'effectuer des op\u00e9rations de suppression de LDAP dans Directory Server -- Gitblit v1.10.0