From 4dc4aa0c15b318b761b92e2394d0fde58a3e8232 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Tue, 18 Dec 2007 11:24:28 +0000
Subject: [PATCH] Fix for issue 1862 (verbosity options for quicksetup tools)

---
 opends/src/messages/messages/quicksetup.properties |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/opends/src/messages/messages/quicksetup.properties b/opends/src/messages/messages/quicksetup.properties
index e25d0ea..0010b71 100644
--- a/opends/src/messages/messages/quicksetup.properties
+++ b/opends/src/messages/messages/quicksetup.properties
@@ -662,7 +662,7 @@
  the key store contains certificates.
 INFO_PREVIOUS_BUTTON_LABEL=< Previous
 INFO_PREVIOUS_BUTTON_TOOLTIP=Go to Previous Step
-INFO_PROGRESS_CANCEL=Waiting to cancel operation.
+INFO_PROGRESS_CANCELING=Canceling
 INFO_PROGRESS_COLOR=000,000,000
 INFO_PROGRESS_CONFIGURING=Configuring Directory Server
 INFO_PROGRESS_CONFIGURING_REPLICATION=Configuring Replication
@@ -698,8 +698,12 @@
 INFO_PROGRESS_EXTRACTING=Extracting %s
 INFO_PROGRESS_IMPORT_AUTOMATICALLY_GENERATED=Importing \
  Automatically-Generated Data (%s Entries):
+INFO_PROGRESS_IMPORT_AUTOMATICALLY_GENERATED_NON_VERBOSE=Importing \
+ Automatically-Generated Data (%s Entries)
 INFO_PROGRESS_IMPORTING_LDIF=Importing LDIF file %s:
 INFO_PROGRESS_IMPORTING_LDIFS=Importing LDIF files %s:
+INFO_PROGRESS_IMPORTING_LDIF_NON_VERBOSE=Importing LDIF file %s
+INFO_PROGRESS_IMPORTING_LDIFS_NON_VERBOSE=Importing LDIF files %s
 INFO_PROGRESS_INITIALIZING_ADS=Initializing Registration information
 INFO_PROGRESS_INITIALIZING_SCHEMA=Initializing schema information
 INFO_PROGRESS_INITIALIZING_SUFFIX=Initializing base DN %s with the contents \
@@ -710,8 +714,10 @@
 INFO_PROGRESS_SERVER_STOPPED=Server stopped.
 INFO_PROGRESS_SERVER_WAITING_TO_STOP=Waiting for Server to stop...
 INFO_PROGRESS_STARTING=Starting Directory Server:
+INFO_PROGRESS_STARTING_NON_VERBOSE=Starting Directory Server
 INFO_PROGRESS_STEP=Progress
 INFO_PROGRESS_STOPPING=Stopping Directory Server:
+INFO_PROGRESS_STOPPING_NON_VERBOSE=Stopping Directory Server
 INFO_PROGRESS_TITLE=Progress
 INFO_PROGRESS_UNCONFIGURING_ADS_ON_REMOTE=Reverting Registration \
  Configuration on %s

--
Gitblit v1.10.0