From 407c33f7cfd2c6afe3fb304fb0efbb983e0b317b Mon Sep 17 00:00:00 2001 From: Nicolas Capponi <nicolas.capponi@forgerock.com> Date: Mon, 10 Feb 2014 10:43:22 +0000 Subject: [PATCH] Checkpoint commit for OPENDJ-1288 : Migrate I18n and logging support to i18n framework and SLF4J --- opendj3-server-dev/src/messages/messages/quicksetup.properties | 40 ++++++++++++++++++++-------------------- 1 files changed, 20 insertions(+), 20 deletions(-) diff --git a/opendj3-server-dev/src/messages/messages/quicksetup.properties b/opendj3-server-dev/src/messages/messages/quicksetup.properties index 0e11139..a8e8150 100644 --- a/opendj3-server-dev/src/messages/messages/quicksetup.properties +++ b/opendj3-server-dev/src/messages/messages/quicksetup.properties @@ -20,7 +20,7 @@ # CDDL HEADER END # # Copyright 2006-2010 Sun Microsystems, Inc. -# Portions Copyright 2010-2013 ForgeRock AS +# Portions Copyright 2010-2014 ForgeRock AS @@ -76,20 +76,20 @@ 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 -SEVERE_ERR_CANNOT_CONNECT_TO_REMOTE_COMMUNICATION=Could not connect to \ +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_PERMISSIONS=You do not have enough access \ rights to read the configuration in %s. %nProvide credentials with enough \ rights. Details: %s -SEVERE_ERR_CANNOT_CONNECT_TO_LOCAL_AUTHENTICATION=The provided credentials are \ +ERR_CANNOT_CONNECT_TO_LOCAL_AUTHENTICATION=The provided credentials are \ not valid. Details: %s -SEVERE_ERR_CANNOT_CONNECT_TO_LOCAL_GENERIC=Could not connect to the server. \ +ERR_CANNOT_CONNECT_TO_LOCAL_GENERIC=Could not connect to the server. \ Check that the server is running and that the provided credentials are \ valid.%nError details:%n%s -SEVERE_ERR_CANNOT_CONNECT_TO_LOCAL_COMMUNICATION=Could not connect to the \ +ERR_CANNOT_CONNECT_TO_LOCAL_COMMUNICATION=Could not connect to the \ server. Check that the server is running. Details: %s -SEVERE_ERR_CANNOT_CONNECT_TO_LOCAL_PERMISSIONS=You do not have enough access \ +ERR_CANNOT_CONNECT_TO_LOCAL_PERMISSIONS=You do not have enough access \ rights to read the configuration in the server. %nProvide credentials \ with enough rights. Details: %s INFO_CANNOT_UPDATE_SECURITY_WARNING=Disabled. A valid keytool command could \ @@ -878,11 +878,11 @@ INFO_LICENSE_CLI_ACCEPT_INVALID_RESPONSE=Invalid response INFO_CONFIRM_UNINSTALL_STEP=Uninstall Options INFO_ZIP_FILES_DESCRIPTION=Server Installation Package (.zip) -SEVERE_ERR_COULD_NOT_FIND_REPLICATIONID=Could not find a remote peer to \ +ERR_COULD_NOT_FIND_REPLICATIONID=Could not find a remote peer to \ initialize the contents of local base DN: %s. -MILD_ERR_ERROR_CREATING_JAVA_HOME_SCRIPTS=Error updating scripts with java \ +ERR_ERROR_CREATING_JAVA_HOME_SCRIPTS=Error updating scripts with java \ properties. Error code: %d -SEVERE_ERR_INCOMPATIBLE_VERSION=The minimum Java version required is %s.%n%n\ +ERR_INCOMPATIBLE_VERSION=The minimum Java version required is %s.%n%n\ The detected version is %s.%nThe binary detected is %s%n%nPlease set \ OPENDJ_JAVA_HOME to the root of a compatible Java installation or edit the \ java.properties file and then run the dsjavaproperties script to specify the \ @@ -891,9 +891,9 @@ '%s'. INFO_ADS_CONTEXT_EXCEPTION_WITH_DETAILS_MSG=Registration information error. \ Error type: '%s'. Details: %s -FATAL_ERR_ADS_MERGE=The registration information of server %s \ +ERR_ADS_MERGE=The registration information of server %s \ and server %s could not be merged. Reasons:%n%s -FATAL_ERR_ADS_ADMINISTRATOR_MERGE=The following administrators are defined in \ +ERR_ADS_ADMINISTRATOR_MERGE=The following administrators are defined in \ server %s but not in server %s:%n%s%nThe merge can only be performed if these \ administrators are defined in server %s. INFO_INITIAL_MEMORY_LABEL=Initial Memory: @@ -912,29 +912,29 @@ the provide java arguments. INFO_JAVA_ARGUMENTS_LEAVE_EMPTY=Leave empty to use the default value of the \ Java virtual machine. -MILD_ERR_INITIAL_MEMORY_VALUE=The initial memory value must be a positive \ +ERR_INITIAL_MEMORY_VALUE=The initial memory value must be a positive \ integer. -MILD_ERR_MAX_MEMORY_VALUE=The maximum memory value must be a positive integer. -MILD_ERR_MEMORY_VALUE_EXTENDED=Could not use the provided memory values. \ +ERR_MAX_MEMORY_VALUE=The maximum memory value must be a positive integer. +ERR_MEMORY_VALUE_EXTENDED=Could not use the provided memory values. \ Check that the running Java virtual machine supports to specify the %s and \ %s arguments and that there is enough memory in the machine to use the \ provided values. -MILD_ERR_INITIAL_MEMORY_VALUE_EXTENDED=Could not use the provided initial \ +ERR_INITIAL_MEMORY_VALUE_EXTENDED=Could not use the provided initial \ memory value. Check that the running Java virtual machine supports to \ specify the %s argument and that there is enough memory in the machine to use \ the provided value. -MILD_ERR_MAX_MEMORY_VALUE_EXTENDED=Could not use the provided maximum memory \ +ERR_MAX_MEMORY_VALUE_EXTENDED=Could not use the provided maximum memory \ value. Check that the running Java virtual machine supports to specify the \ %s argument and that there is enough memory in the machine to use the \ provided value. -MILD_ERR_MEMORY_32_BIT_LIMIT=Note that 32-bit Java virtual machines do not \ +ERR_MEMORY_32_BIT_LIMIT=Note that 32-bit Java virtual machines do not \ support memory values higher than 2 gigabytes. -MILD_ERR_GENERIC_JAVA_ARGUMENT=Could not use the arguments '%s' using the \ +ERR_GENERIC_JAVA_ARGUMENT=Could not use the arguments '%s' using the \ running Java virtual machine. Check that the Java virtual machine supports \ this argument. -MILD_ERR_MAX_MEMORY_BIGGER_THAN_INITIAL_MEMORY=The maximum memory value must \ +ERR_MAX_MEMORY_BIGGER_THAN_INITIAL_MEMORY=The maximum memory value must \ be higher than the initial memory value. -MILD_ERR_MEMORY_AND_OTHER_ARGUMENTS_NOT_COMPATIBLE=The provided memory \ +ERR_MEMORY_AND_OTHER_ARGUMENTS_NOT_COMPATIBLE=The provided memory \ arguments and the 'Other Java Arguments' were checked successfully \ separately. However there was an error running them simultaneously. Check \ that the provided arguments are compatible with the memory values. -- Gitblit v1.10.0