From 4ffd9fe47a44245d8a9f579e6e22bea655f97bbd Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Wed, 29 Aug 2007 14:40:34 +0000
Subject: [PATCH] Fix issue 1831: dsconfig interactive mode.

---
 opendj-sdk/opends/src/messages/messages/utility.properties |   28 +++++++++++++++++++++++++++-
 1 files changed, 27 insertions(+), 1 deletions(-)

diff --git a/opendj-sdk/opends/src/messages/messages/utility.properties b/opendj-sdk/opends/src/messages/messages/utility.properties
index 780cd34..10f1636 100644
--- a/opendj-sdk/opends/src/messages/messages/utility.properties
+++ b/opendj-sdk/opends/src/messages/messages/utility.properties
@@ -472,4 +472,30 @@
 SEVERE_ERR_BASE64_CANNOT_WRITE_RAW_DATA_199=An error occurred while \
  attempting to write the decoded data:  %s
 SEVERE_ERR_BASE64_UNKNOWN_SUBCOMMAND_200=Unknown subcommand %s
-
+INFO_GENERAL_NO_201=no
+INFO_GENERAL_YES_202=yes
+SEVERE_ERR_CONSOLE_APP_CONFIRM_203=Invalid response. Please enter \
+ "%s" or "%s"
+INFO_MENU_OPTION_HELP_204=help
+INFO_MENU_OPTION_HELP_KEY_205=?
+INFO_MENU_OPTION_CANCEL_206=cancel
+INFO_MENU_OPTION_CANCEL_KEY_207=c
+INFO_MENU_OPTION_QUIT_208=quit
+INFO_MENU_OPTION_QUIT_KEY_209=q
+INFO_MENU_NUMERIC_OPTION_210=%d)
+INFO_MENU_CHAR_OPTION_211=%c)
+SEVERE_ERR_MENU_BAD_CHOICE_MULTI_212=Invalid response. Please enter one or \
+more valid menu options
+SEVERE_ERR_MENU_BAD_CHOICE_SINGLE_213=Invalid response. Please enter a valid \
+menu option
+SEVERE_ERR_MENU_BAD_CHOICE_MULTI_DUPE_214=The option "%s" was specified \
+more than once. Please enter one or more valid menu options
+INFO_MENU_PROMPT_SINGLE_215=Enter choice:
+INFO_MENU_PROMPT_SINGLE_DEFAULT_216=Enter choice [%s]:
+INFO_MENU_PROMPT_MULTI_217=Enter one or more choices separated by commas:
+INFO_MENU_PROMPT_MULTI_DEFAULT_218=Enter one or more choices separated by commas [%s]:
+INFO_MENU_PROMPT_RETURN_TO_CONTINUE_219=Press RETURN to continue
+INFO_MENU_PROMPT_CONFIRM_220=%s (%s / %s) [%s]:
+SEVERE_ERR_CONSOLE_INPUT_ERROR_221=The response could not be read from the console due to the following error: %s
+INFO_MENU_OPTION_BACK_222=back
+INFO_MENU_OPTION_BACK_KEY_223=b

--
Gitblit v1.10.0