From 32c6de9ab11bbfbea1c05401abf73454961418c9 Mon Sep 17 00:00:00 2001 From: jvergara <jvergara@localhost> Date: Fri, 30 Oct 2009 22:51:47 +0000 Subject: [PATCH] Fix for issue 4326 (Allow setup of a Server without Data suffix) --- opendj-sdk/opends/src/messages/messages/quicksetup.properties | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/opendj-sdk/opends/src/messages/messages/quicksetup.properties b/opendj-sdk/opends/src/messages/messages/quicksetup.properties index c85a662..0c6f122 100644 --- a/opendj-sdk/opends/src/messages/messages/quicksetup.properties +++ b/opendj-sdk/opends/src/messages/messages/quicksetup.properties @@ -58,6 +58,7 @@ INFO_BASE_DN_IS_CONFIGURATION_DN=The provided Directory Base DN is used for \ storing the server configuration data. You must specify a different DN. INFO_BASE_DN_LABEL=Directory Base DN: +INFO_NO_BASE_DN_INLINE_HELP=Leave empty if you do not want to create a base DN. INFO_BASE_DN_TOOLTIP=Enter the DN of the top entry where your data will be \ stored INFO_BROWSE_BUTTON_LABEL=Browse... @@ -596,6 +597,8 @@ INFO_INSTALLSTATUS_SERVERRUNNING=Is currently running on port %s # Only translate if the color is specific to the local INFO_INSTRUCTIONS_COLOR=000,000,000 +# Only translate if the color is specific to the local +INFO_INLINE_HELP_COLOR=000,000,000 INFO_INVALID_CHAR_IN_PATH=The path contains the character "%s" which is not \ allowed to install the server. INFO_INVALID_NUMBER_ENTRIES_RANGE=The number of user entries to generate \ @@ -866,6 +869,7 @@ INFO_REVIEW_CREATE_BASE_ENTRY_LABEL=Only Create Base Entry (%s) INFO_REVIEW_CREATE_SUFFIX=Create New Base DN %s.%nBase DN Data: %s INFO_REVIEW_CREATE_SUFFIXES=Create New Base DNs:%n%s.%nBase DN Data: %s +INFO_REVIEW_CREATE_NO_SUFFIX=Do not Create a Base DN INFO_REVIEW_IMPORT_AUTOMATICALLY_GENERATED=Import Automatically-Generated \ Data (%s Entries) INFO_REVIEW_IMPORT_LDIF=Import Data from LDIF File (%s) -- Gitblit v1.10.0