From 3711cef73dac69815f93c82324ead507ee1cc230 Mon Sep 17 00:00:00 2001 From: Violette Roche-Montane <violette.roche-montane@forgerock.com> Date: Tue, 18 Feb 2014 14:05:45 +0000 Subject: [PATCH] Checkpoint OPENDJ-1343 Migrate dsconfig / OPENDJ-1303 "opendj-cli" - Added methods to ConsoleApplication which are going to be used by the server. - Added APPLICATION_ERROR to ReturnCode. - Added methods to Utils (used by opendj3) --- opendj-cli/src/main/resources/com/forgerock/opendj/cli/cli.properties | 32 ++++++++++++++++++++++++++++++++ 1 files changed, 32 insertions(+), 0 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 03373d4..c5706e8 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 @@ -729,6 +729,7 @@ INFO_MENU_PROMPT_MULTI=Enter one or more choices separated by commas: INFO_MENU_PROMPT_SINGLE_DEFAULT=Enter choice [%s]: INFO_MENU_PROMPT_SINGLE=Enter choice: +INFO_MENU_PROMPT_CONFIRM=%s (%s / %s) [%s]: INFO_MENU_OPTION_HELP=help INFO_MENU_OPTION_HELP_KEY=? INFO_MENU_OPTION_CANCEL=cancel @@ -739,4 +740,35 @@ INFO_MENU_CHAR_OPTION=%c) INFO_MENU_OPTION_BACK=back INFO_MENU_OPTION_BACK_KEY=b +INFO_GENERAL_NO=no +INFO_GENERAL_YES=yes +ERR_CONSOLE_APP_CONFIRM=Invalid response. Please enter \ + "%s" or "%s" ERR_TRIES_LIMIT_REACHED=Input tries limit reached (%d) +ERR_BAD_PORT_NUMBER=Invalid port number "%s". Please \ + enter a valid port number between 1 and 65535 +INFO_OPERATION_START_TIME_MESSAGE=Operation date: %s +INFO_ERROR_READING_CONFIG_LDAP_CERTIFICATE_SERVER=Error reading data from \ + server %s. There is an error with the certificate presented by the \ + server.\nDetails: %s +INFO_CANNOT_CONNECT_TO_REMOTE_AUTHENTICATION=The provided credentials are not \ + valid in server %s. Details: %s +INFO_CANNOT_CONNECT_TO_REMOTE_PERMISSIONS=You do not have enough access \ + rights to read the configuration in %s. %nProvide credentials with enough \ + rights. Details: %s +ERR_CANNOT_CONNECT_TO_REMOTE_COMMUNICATION=Could not connect to \ + %s. Check that the server is running and that it is accessible \ + from the local machine. Details: %s +INFO_CANNOT_CONNECT_TO_REMOTE_GENERIC=Could not connect to %s. Check that the \ + server is running and that the provided credentials are valid.%nError \ + details:%n%s +ERR_CONFIRMATION_TRIES_LIMIT_REACHED=Confirmation tries limit reached \ + (%d) +INFO_ADMINISTRATOR_UID_PROMPT=Global Administrator User ID +INFO_ADMINISTRATOR_PWD_PROMPT=Global Administrator Password: +INFO_ADMINISTRATOR_PWD_CONFIRM_PROMPT=Confirm Password: +ERR_ADMINISTRATOR_PWD_DO_NOT_MATCH=The provided passwords do not match. +ERR_BAD_INTEGER=Invalid integer number "%s". Please \ + enter a valid integer + + -- Gitblit v1.10.0