From 4db3cf26aec0aab9d177901c87a2daaacea70fd8 Mon Sep 17 00:00:00 2001
From: Violette Roche-Montane <violette.roche-montane@forgerock.com>
Date: Tue, 25 Mar 2014 16:35:51 +0000
Subject: [PATCH] Checkpoint for OPENDJ-1303 "opendj-cli" - Added new messages.

---
 opendj-cli/src/main/resources/com/forgerock/opendj/cli/cli.properties |   22 +++++++++++++++++++++-
 1 files changed, 21 insertions(+), 1 deletions(-)

diff --git a/opendj-cli/src/main/resources/com/forgerock/opendj/cli/cli.properties b/opendj-cli/src/main/resources/com/forgerock/opendj/cli/cli.properties
index 6f86025..e1760b8 100755
--- a/opendj-cli/src/main/resources/com/forgerock/opendj/cli/cli.properties
+++ b/opendj-cli/src/main/resources/com/forgerock/opendj/cli/cli.properties
@@ -851,6 +851,25 @@
 INFO_DESCRIPTION_ADMIN_UID=User ID of the Global Administrator \
  to use to bind to the server
 #
+# Uninstall messages
+#
+INFO_UNINSTALLDS_DESCRIPTION_REMOVE_ALL=Remove all components of \
+ the server (this option is not compatible with the rest of remove options)
+INFO_UNINSTALLDS_DESCRIPTION_REMOVE_SERVER_LIBRARIES=Remove Server Libraries \
+ and Administrative Tools
+INFO_UNINSTALLDS_DESCRIPTION_REMOVE_DATABASES=Remove database contents
+INFO_UNINSTALLDS_DESCRIPTION_REMOVE_LOG_FILES=Remove log files
+INFO_UNINSTALLDS_DESCRIPTION_REMOVE_CONFIGURATION_FILES=Remove configuration \
+ files
+INFO_UNINSTALLDS_DESCRIPTION_REMOVE_BACKUP_FILES=Remove backup files
+INFO_UNINSTALLDS_DESCRIPTION_REMOVE_LDIF_FILES=Remove LDIF files
+INFO_DESCRIPTION_REFERENCED_HOST=The name of this host (or IP address) as \
+ it is referenced in remote servers for replication
+INFO_UNINSTALLDS_DESCRIPTION_FORCE=Specifies whether the uninstall should \
+ continue if there is an error updating references to this server in remote \
+ server instances or not.  This option can only be used with the %s no \
+ prompt option.
+#
 # Connection messages
 #
 ERR_FAILED_TO_CONNECT=Unable to connect to the server at "%s" on port %s
@@ -867,4 +886,5 @@
  to it
 ERR_FAILED_TO_CONNECT_NOT_TRUSTED=Unable to connect to the \
  server at %s on port %s. In non-interactive mode, if the trustStore related parameters are not used, \
- you must use the '--trustAll' option for remote connections
\ No newline at end of file
+ you must use the '--trustAll' option for remote connections
+ 
\ No newline at end of file

--
Gitblit v1.10.0