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/dsconfig.properties |  172 ++++++++++++++++++++++++++++----------------------------
 1 files changed, 86 insertions(+), 86 deletions(-)

diff --git a/opendj3-server-dev/src/messages/messages/dsconfig.properties b/opendj3-server-dev/src/messages/messages/dsconfig.properties
index fdcd851..55d188d 100644
--- a/opendj3-server-dev/src/messages/messages/dsconfig.properties
+++ b/opendj3-server-dev/src/messages/messages/dsconfig.properties
@@ -20,7 +20,7 @@
 # CDDL HEADER END
 #
 #      Copyright 2006-2010 Sun Microsystems, Inc.
-#      Portions Copyright 2011 ForgeRock AS
+#      Portions Copyright 2011-2014 ForgeRock AS
 
 
 
@@ -47,34 +47,34 @@
 #
 # ORDINAL is an integer unique among other ordinals in this file
 #
-SEVERE_ERR_DSCFG_ERROR_CANNOT_READ_CONNECTION_PARAMETERS_1000=The connection \
+ERR_DSCFG_ERROR_CANNOT_READ_CONNECTION_PARAMETERS_1000=The connection \
  parameters could not be read due to the following error: %s
-SEVERE_ERR_DSCFG_ERROR_LDAP_SIMPLE_BIND_FAILED_1001=Unable to authenticate to \
+ERR_DSCFG_ERROR_LDAP_SIMPLE_BIND_FAILED_1001=Unable to authenticate to \
  the server as "%s"
-SEVERE_ERR_DSCFG_ERROR_LDAP_FAILED_TO_CONNECT_1002=Unable to connect to the \
+ERR_DSCFG_ERROR_LDAP_FAILED_TO_CONNECT_1002=Unable to connect to the \
  server at "%s" on port %s
-SEVERE_ERR_DSCFG_ERROR_LDAP_SIMPLE_BIND_NOT_SUPPORTED_1003=Unable to \
+ERR_DSCFG_ERROR_LDAP_SIMPLE_BIND_NOT_SUPPORTED_1003=Unable to \
  authenticate using simple authentication
 INFO_DSCFG_DESCRIPTION_SUBCMD_CREATE_1004=Creates %s
 INFO_DSCFG_DESCRIPTION_SUBCMD_DELETE_1005=Deletes %s
 INFO_DSCFG_DESCRIPTION_SUBCMD_LIST_1006=Lists existing %s
 INFO_DSCFG_DESCRIPTION_SUBCMD_GETPROP_1007=Shows %s properties
 INFO_DSCFG_DESCRIPTION_SUBCMD_SETPROP_1008=Modifies %s properties
-SEVERE_ERR_DSCFG_ERROR_MISSING_SUBCOMMAND_1009=A sub-command must be \
+ERR_DSCFG_ERROR_MISSING_SUBCOMMAND_1009=A sub-command must be \
  specified
 INFO_DSCFG_DESCRIPTION_TYPE_1010=The type of %s which should be created. The \
  value for TYPE can be one of: %s
-SEVERE_ERR_DSCFG_ERROR_NO_PASSWORD_1011=No password was specified for \
+ERR_DSCFG_ERROR_NO_PASSWORD_1011=No password was specified for \
  administrator "%s"
-SEVERE_ERR_DSCFG_ERROR_PROPERTY_UNRECOGNIZED_1012=The property "%s" is not a \
+ERR_DSCFG_ERROR_PROPERTY_UNRECOGNIZED_1012=The property "%s" is not a \
  recognized property of %s
-SEVERE_ERR_DSCFG_ERROR_PROPERTY_INVALID_VALUE_1013=The value "%s" is not a \
+ERR_DSCFG_ERROR_PROPERTY_INVALID_VALUE_1013=The value "%s" is not a \
  valid value for the %s property "%s" which has the following syntax: %s
-SEVERE_ERR_DSCFG_ERROR_PROPERTY_READ_ONLY_1014=The %s property "%s" is \
+ERR_DSCFG_ERROR_PROPERTY_READ_ONLY_1014=The %s property "%s" is \
  read-only and cannot be modified
-SEVERE_ERR_DSCFG_ERROR_PROPERTY_MANDATORY_1015=The %s property "%s" is \
+ERR_DSCFG_ERROR_PROPERTY_MANDATORY_1015=The %s property "%s" is \
  mandatory and must be specified
-SEVERE_ERR_DSCFG_ERROR_PROPERTY_SINGLE_VALUED_1016=It is not possible to \
+ERR_DSCFG_ERROR_PROPERTY_SINGLE_VALUED_1016=It is not possible to \
  specify multiple values for the %s property "%s" as it is single-valued
 INFO_DSCFG_DESCRIPTION_SUBCMD_HELPPROP_1017=Describes managed objects and \
  their properties
@@ -84,81 +84,81 @@
 INFO_DSCFG_HEADING_PROPERTY_SYNTAX_1021=Syntax
 INFO_DSCFG_HEADING_PROPERTY_OPTIONS_1022=Options
 INFO_DSCFG_DESCRIPTION_PROPERTY_SYNTAX_HELP_1025=See detailed help
-SEVERE_ERR_DSCFG_ERROR_GET_PARENT_DDE_1026=The parent %s could not be \
+ERR_DSCFG_ERROR_GET_PARENT_DDE_1026=The parent %s could not be \
  retrieved because its type could not be determined. This is probably due to \
  the %s having an invalid LDAP entry. Check that the %s has the correct object \
  classes
-SEVERE_ERR_DSCFG_ERROR_GET_PARENT_MODE_1027=The parent %s could not be \
+ERR_DSCFG_ERROR_GET_PARENT_MODE_1027=The parent %s could not be \
  retrieved because of the reasons listed below:
-SEVERE_ERR_DSCFG_ERROR_GET_PARENT_MONFE_1028=The parent %s does not exist
-SEVERE_ERR_DSCFG_ERROR_CREATE_MOAEE_1033=The %s could not be created because \
+ERR_DSCFG_ERROR_GET_PARENT_MONFE_1028=The parent %s does not exist
+ERR_DSCFG_ERROR_CREATE_MOAEE_1033=The %s could not be created because \
  there is already an existing one with the same name
-SEVERE_ERR_DSCFG_ERROR_CREATE_AUTHZ_1034=The %s could not be created because \
+ERR_DSCFG_ERROR_CREATE_AUTHZ_1034=The %s could not be created because \
  you do not have the correct authorization
-SEVERE_ERR_DSCFG_ERROR_CREATE_CE_1035=The %s could not be created due to a \
+ERR_DSCFG_ERROR_CREATE_CE_1035=The %s could not be created due to a \
  communications problem: %s
-SEVERE_ERR_DSCFG_ERROR_CREATE_CME_1036=The %s could not be created because \
+ERR_DSCFG_ERROR_CREATE_CME_1036=The %s could not be created because \
  another client is currently making conflicting configuration changes
-SEVERE_ERR_DSCFG_ERROR_DELETE_MONFE_1038=The %s could not be deleted because \
+ERR_DSCFG_ERROR_DELETE_MONFE_1038=The %s could not be deleted because \
  it does not exist
-SEVERE_ERR_DSCFG_ERROR_DELETE_AUTHZ_1039=The %s could not be deleted because \
+ERR_DSCFG_ERROR_DELETE_AUTHZ_1039=The %s could not be deleted because \
  you do not have the correct authorization
-SEVERE_ERR_DSCFG_ERROR_DELETE_CE_1041=The %s could not be deleted due to a \
+ERR_DSCFG_ERROR_DELETE_CE_1041=The %s could not be deleted due to a \
  communications problem: %s
-SEVERE_ERR_DSCFG_ERROR_DELETE_CME_1042=The %s could not be deleted because \
+ERR_DSCFG_ERROR_DELETE_CME_1042=The %s could not be deleted because \
  another client is currently making conflicting configuration changes
-SEVERE_ERR_DSCFG_ERROR_GET_CHILD_DDE_1043=The %s could not be retrieved \
+ERR_DSCFG_ERROR_GET_CHILD_DDE_1043=The %s could not be retrieved \
  because its type could not be determined. This is probably due to the %s \
  having an invalid LDAP entry. Check that the %s object classes are correct
-SEVERE_ERR_DSCFG_ERROR_GET_CHILD_MODE_1044=The %s could not be retrieved \
+ERR_DSCFG_ERROR_GET_CHILD_MODE_1044=The %s could not be retrieved \
  because of the reasons listed below:
-SEVERE_ERR_DSCFG_ERROR_GET_CHILD_MONFE_1045=The %s does not exist
-SEVERE_ERR_DSCFG_ERROR_GET_CHILD_AUTHZ_1046=The %s could not be accessed \
+ERR_DSCFG_ERROR_GET_CHILD_MONFE_1045=The %s does not exist
+ERR_DSCFG_ERROR_GET_CHILD_AUTHZ_1046=The %s could not be accessed \
  because you do not have the correct authorization
-SEVERE_ERR_DSCFG_ERROR_GET_CHILD_CE_1047=The %s could not be accessed due to \
+ERR_DSCFG_ERROR_GET_CHILD_CE_1047=The %s could not be accessed due to \
  a communications problem: %s
-SEVERE_ERR_DSCFG_ERROR_GET_CHILD_CME_1048=The %s could not be accessed \
+ERR_DSCFG_ERROR_GET_CHILD_CME_1048=The %s could not be accessed \
  because another client is currently making conflicting configuration changes
-SEVERE_ERR_DSCFG_ERROR_MODIFY_AUTHZ_1050=The %s could not be modified because \
+ERR_DSCFG_ERROR_MODIFY_AUTHZ_1050=The %s could not be modified because \
  you do not have the correct authorization
-SEVERE_ERR_DSCFG_ERROR_MODIFY_CE_1051=The %s could not be modified due to a \
+ERR_DSCFG_ERROR_MODIFY_CE_1051=The %s could not be modified due to a \
  communications problem: %s
-SEVERE_ERR_DSCFG_ERROR_MODIFY_CME_1052=The %s could not be modified because \
+ERR_DSCFG_ERROR_MODIFY_CME_1052=The %s could not be modified because \
  another client is currently making conflicting configuration changes
-SEVERE_ERR_DSCFG_ERROR_LIST_DDE_1054=The %s could not be retrieved because \
+ERR_DSCFG_ERROR_LIST_DDE_1054=The %s could not be retrieved because \
  its type could not be determined. This is probably due to the %s having an \
  invalid LDAP entry. Check that the %s object classes are correct
-SEVERE_ERR_DSCFG_ERROR_LIST_MODE_1055=The %s could not be retrieved because \
+ERR_DSCFG_ERROR_LIST_MODE_1055=The %s could not be retrieved because \
  of the reasons listed below:
-SEVERE_ERR_DSCFG_ERROR_LIST_MONFE_1056=The %s does not exist
-SEVERE_ERR_DSCFG_ERROR_LIST_AUTHZ_1057=The %s could not be listed because you \
+ERR_DSCFG_ERROR_LIST_MONFE_1056=The %s does not exist
+ERR_DSCFG_ERROR_LIST_AUTHZ_1057=The %s could not be listed because you \
  do not have the correct authorization
-SEVERE_ERR_DSCFG_ERROR_LIST_CE_1058=The %s could not be listed due to a \
+ERR_DSCFG_ERROR_LIST_CE_1058=The %s could not be listed due to a \
  communications problem: %s
-SEVERE_ERR_DSCFG_ERROR_LIST_CME_1059=The %s could not be listed because \
+ERR_DSCFG_ERROR_LIST_CME_1059=The %s could not be listed because \
  another client is currently making conflicting configuration changes
-SEVERE_ERR_DSCFG_ERROR_PROPERTY_UNKNOWN_ERROR_1060=The value(s) of the %s \
+ERR_DSCFG_ERROR_PROPERTY_UNKNOWN_ERROR_1060=The value(s) of the %s \
  property "%s" could not be determined due to an unknown error: %s
-SEVERE_ERR_DSCFG_ERROR_PROPERTY_DEFAULT_BEHAVIOR_1061=The default value(s) of \
+ERR_DSCFG_ERROR_PROPERTY_DEFAULT_BEHAVIOR_1061=The default value(s) of \
  the %s property "%s" could not be determined due to the following reason: %s
-SEVERE_ERR_DSCFG_ERROR_NO_SEPARATOR_IN_PROPERTY_VALUE_1063=The property \
+ERR_DSCFG_ERROR_NO_SEPARATOR_IN_PROPERTY_VALUE_1063=The property \
  argument "%s" does not contain a name/value separator. The argument should \
  have the following syntax: property:value
-SEVERE_ERR_DSCFG_ERROR_NO_NAME_IN_PROPERTY_VALUE_1064=The property argument \
+ERR_DSCFG_ERROR_NO_NAME_IN_PROPERTY_VALUE_1064=The property argument \
  "%s" does not contain a property name. The argument should have the following \
  syntax: property:value
-SEVERE_ERR_DSCFG_ERROR_NO_VALUE_IN_PROPERTY_VALUE_1065=The property argument \
+ERR_DSCFG_ERROR_NO_VALUE_IN_PROPERTY_VALUE_1065=The property argument \
  "%s" does not contain a property value. The argument should have the \
  following syntax: property:value
-SEVERE_ERR_DSCFG_ERROR_SUB_TYPE_UNRECOGNIZED_1066=The sub-type "%s" is not a \
+ERR_DSCFG_ERROR_SUB_TYPE_UNRECOGNIZED_1066=The sub-type "%s" is not a \
  recognized type of %s. It should be one of: %s
-SEVERE_ERR_DSCFG_ERROR_NO_SEPARATOR_IN_PROPERTY_MOD_1068=The property \
+ERR_DSCFG_ERROR_NO_SEPARATOR_IN_PROPERTY_MOD_1068=The property \
  modification "%s" does not contain a name/value separator. The argument \
  should have the following syntax: property[+|-]:value
-SEVERE_ERR_DSCFG_ERROR_NO_NAME_IN_PROPERTY_MOD_1069=The property modification \
+ERR_DSCFG_ERROR_NO_NAME_IN_PROPERTY_MOD_1069=The property modification \
  "%s" does not contain a property name. The argument should have the following \
  syntax: property[+|-]:value
-SEVERE_ERR_DSCFG_ERROR_INCOMPATIBLE_PROPERTY_MOD_1071=The property \
+ERR_DSCFG_ERROR_INCOMPATIBLE_PROPERTY_MOD_1071=The property \
  modification "%s" is incompatible with another modification to the same \
  property
 INFO_DSCFG_DESCRIPTION_TYPE_DEFAULT_1073=The type of %s which should be \
@@ -200,47 +200,47 @@
 INFO_DSCFG_DESCRIPTION_HELP_TYPE_1092=The type of components whose properties \
  should be described. The value for TYPE must be one of the component types \
  associated with the CATEGORY specified using the "--category" option
-SEVERE_ERR_DSCFG_ERROR_BIND_PASSWORD_NONINTERACTIVE_1093=The LDAP bind \
+ERR_DSCFG_ERROR_BIND_PASSWORD_NONINTERACTIVE_1093=The LDAP bind \
  password was not specified and cannot be read interactively
 INFO_DSCFG_DESCRIPTION_FORCE_1196=Ignore non-existent %s
-SEVERE_ERR_DSCFG_ERROR_UNABLE_TO_RESET_MANDATORY_PROPERTY_1200=The %s \
+ERR_DSCFG_ERROR_UNABLE_TO_RESET_MANDATORY_PROPERTY_1200=The %s \
  property "%s" is mandatory cannot be reset. Use the "%s" option to specify a \
  new value
-SEVERE_ERR_DSCFG_ERROR_UNABLE_TO_RESET_PROPERTY_WITH_VALUE_1201="--%s %s" : \
+ERR_DSCFG_ERROR_UNABLE_TO_RESET_PROPERTY_WITH_VALUE_1201="--%s %s" : \
  the argument "--%s" \
  reset the property to the default value. It cannot be used to set a property \
  to a given value
-SEVERE_ERR_DSCFG_ERROR_ILLEGAL_NAME_SYNTAX_1204=The name "%s" is not a valid \
+ERR_DSCFG_ERROR_ILLEGAL_NAME_SYNTAX_1204=The name "%s" is not a valid \
  name for the %s which has the following syntax: %s
-SEVERE_ERR_DSCFG_ERROR_ILLEGAL_NAME_EMPTY_1205=Empty names are not permitted \
+ERR_DSCFG_ERROR_ILLEGAL_NAME_EMPTY_1205=Empty names are not permitted \
  for %s
-SEVERE_ERR_DSCFG_ERROR_ILLEGAL_NAME_BLANK_1206=Blank names are not permitted \
+ERR_DSCFG_ERROR_ILLEGAL_NAME_BLANK_1206=Blank names are not permitted \
  for %s
-SEVERE_ERR_DSCFG_ERROR_ILLEGAL_NAME_UNKNOWN_1207=The name "%s" is not a valid \
+ERR_DSCFG_ERROR_ILLEGAL_NAME_UNKNOWN_1207=The name "%s" is not a valid \
  name for the %s
 INFO_DSCFG_DESCRIPTION_NAME_CREATE_1208=The name of the new %s
 INFO_DSCFG_DESCRIPTION_NAME_CREATE_EXT_1209=The name of the new %s which will \
  also be used as the value of the "%s" property: %s
-SEVERE_ERR_DSCFG_ERROR_UNABLE_TO_SET_NAMING_PROPERTY_1210=The property "%s" \
+ERR_DSCFG_ERROR_UNABLE_TO_SET_NAMING_PROPERTY_1210=The property "%s" \
  cannot be set as it is defined implicitly by the name of the %s
 INFO_DSCFG_DESCRIPTION_ADVANCED_1216=Allows the configuration of advanced \
  components and properties
-SEVERE_ERR_DSCFG_ERROR_MISSING_NON_INTERACTIVE_ARG_1223=The argument "--%s" \
+ERR_DSCFG_ERROR_MISSING_NON_INTERACTIVE_ARG_1223=The argument "--%s" \
  must be specified when this application is used non-interactively
 INFO_DSCFG_CREATE_TYPE_PROMPT_1225=>>>> Select the type of %s that you want to \
  create:
 INFO_DSCFG_CREATE_NAME_PROMPT_1226=>>>> Enter a name for the %s that you want to \
  create:
-SEVERE_ERR_DSCFG_ERROR_CREATE_NAME_ALREADY_EXISTS_1227=There is already \
+ERR_DSCFG_ERROR_CREATE_NAME_ALREADY_EXISTS_1227=There is already \
  another %s with the name "%s"
 INFO_DSCFG_DESCRIPTION_CREATE_HELP_HEADING_TYPE_1228=Type
 INFO_DSCFG_DESCRIPTION_CREATE_HELP_HEADING_DESCR_1229=Description
-SEVERE_ERR_DSCFG_ERROR_FINDER_NO_CHILDREN_1230=Unable to continue since there \
+ERR_DSCFG_ERROR_FINDER_NO_CHILDREN_1230=Unable to continue since there \
  are no %s currently configured on the server
 INFO_DSCFG_FINDER_PROMPT_SINGLE_1232=>>>> There is only one %s: "%s". Are you sure \
  that this is the correct one?
 INFO_DSCFG_FINDER_PROMPT_MANY_1233=>>>> Select the %s from the following list:
-SEVERE_ERR_DSCFG_ERROR_FINDER_NO_CHILDREN_NULL_1234=Unable to continue since there \
+ERR_DSCFG_ERROR_FINDER_NO_CHILDREN_NULL_1234=Unable to continue since there \
  is no such an object currently configured on the server
 INFO_DSCFG_HELP_FIELD_ENUM_1254=one of the following values:
 INFO_DSCFG_HELP_FIELD_UNDEFINED_1255=undefined
@@ -284,11 +284,11 @@
 INFO_DSCFG_CONFIRM_MODIFY_FAIL_1285=The %s was not modified
 INFO_DSCFG_DESCRIPTION_HELP_CATEGORY_1286=The category of components whose \
  properties should be described
-SEVERE_ERR_DSCFG_ERROR_CATEGORY_UNRECOGNIZED_1287="%s" is not a recognized \
+ERR_DSCFG_ERROR_CATEGORY_UNRECOGNIZED_1287="%s" is not a recognized \
  component category
-SEVERE_ERR_DSCFG_ERROR_CATEGORY_TYPE_UNRECOGNIZED_1288="%s" is not a \
+ERR_DSCFG_ERROR_CATEGORY_TYPE_UNRECOGNIZED_1288="%s" is not a \
  recognized component type in category "%s"
-SEVERE_ERR_DSCFG_ERROR_PROPERTY_UNRECOGNIZED_NO_DEFN_1289=The property "%s" \
+ERR_DSCFG_ERROR_PROPERTY_UNRECOGNIZED_NO_DEFN_1289=The property "%s" \
  is not a recognized property
 INFO_DSCFG_DESCRIPTION_HELP_INHERITED_1290=Modifies the display output to \
  show the inherited properties of components
@@ -345,8 +345,8 @@
 INFO_EDITOR_PROMPT_READ_FIRST_VALUE_1345=Enter a value for the "%s" property:
 INFO_EDITOR_PROMPT_READ_FIRST_VALUE_OPTIONAL_1346=Enter a value for the "%s" property [continue]:
 INFO_EDITOR_PROMPT_READ_NEXT_VALUE_1347=Enter another value for the "%s" property [continue]:
-SEVERE_ERR_EDITOR_READ_FIRST_DUPLICATE_1348=This property already contains the value "%s". Please enter a different value
-SEVERE_ERR_EDITOR_READ_NEXT_DUPLICATE_1349=This property already contains the value "%s". Please enter a different value, or press RETURN to continue
+ERR_EDITOR_READ_FIRST_DUPLICATE_1348=This property already contains the value "%s". Please enter a different value
+ERR_EDITOR_READ_NEXT_DUPLICATE_1349=This property already contains the value "%s". Please enter a different value, or press RETURN to continue
 INFO_EDITOR_HEADING_CONFIGURE_COMPONENT_1350=>>>> Configure the properties of the %s
 INFO_EDITOR_OPTION_FINISH_CREATE_COMPONENT_1351=finish - create the new %s
 INFO_EDITOR_OPTION_FINISH_MODIFY_COMPONENT_1352=finish - apply any changes to the %s
@@ -365,14 +365,14 @@
 INFO_DSCFG_OPTION_COMPONENT_MENU_LIST_PLURAL_1365=List existing %s
 INFO_DSCFG_OPTION_COMPONENT_MENU_LIST_SINGULAR_1366=Show the %s
 INFO_DSCFG_GENERIC_TYPE_OPTION_1372=Generic %s
-SEVERE_ERR_DSCFG_ERROR_CREATE_ORE_SINGLE_1384=The %s could not be created because of the following reason:
-SEVERE_ERR_DSCFG_ERROR_CREATE_ORE_PLURAL_1385=The %s could not be created because of the following reasons:
-SEVERE_ERR_DSCFG_ERROR_DELETE_ORE_SINGLE_1386=The %s could not be deleted because of the following reason:
-SEVERE_ERR_DSCFG_ERROR_DELETE_ORE_PLURAL_1387=The %s could not be deleted because of the following reasons:
-SEVERE_ERR_DSCFG_ERROR_MODIFY_ORE_SINGLE_1388=The %s could not be modified because of the following reason:
-SEVERE_ERR_DSCFG_ERROR_MODIFY_ORE_PLURAL_1389=The %s could not be modified because of the following reasons:
+ERR_DSCFG_ERROR_CREATE_ORE_SINGLE_1384=The %s could not be created because of the following reason:
+ERR_DSCFG_ERROR_CREATE_ORE_PLURAL_1385=The %s could not be created because of the following reasons:
+ERR_DSCFG_ERROR_DELETE_ORE_SINGLE_1386=The %s could not be deleted because of the following reason:
+ERR_DSCFG_ERROR_DELETE_ORE_PLURAL_1387=The %s could not be deleted because of the following reasons:
+ERR_DSCFG_ERROR_MODIFY_ORE_SINGLE_1388=The %s could not be modified because of the following reason:
+ERR_DSCFG_ERROR_MODIFY_ORE_PLURAL_1389=The %s could not be modified because of the following reasons:
 INFO_DSCFG_PROMPT_EDIT_AGAIN_1393=Would you like to edit the properties of the %s again in order to resolve this problem?
-SEVERE_ERR_DSCFG_ERROR_TYPE_UNRECOGNIZED_FOR_SUBCOMMAND_1394="%s" component \
+ERR_DSCFG_ERROR_TYPE_UNRECOGNIZED_FOR_SUBCOMMAND_1394="%s" component \
  type cannot be used with subcommand {%s}
 INFO_EDITOR_PROMPT_SELECT_COMPONENT_MULTI_127=Select one or more %s for the "%s" property:
 INFO_EDITOR_PROMPT_SELECT_COMPONENT_SINGLE_128=Select a %s for the "%s" property:
@@ -385,16 +385,16 @@
 INFO_EDITOR_PROMPT_ENABLED_REFERENCED_COMPONENT_135=The referenced %s \
  called "%s" must be enabled so that it can be used with this %s. Do \
  you want to enable it?
-SEVERE_ERR_SET_REFERENCED_COMPONENT_DISABLED_136=The modifications to \
+ERR_SET_REFERENCED_COMPONENT_DISABLED_136=The modifications to \
  the %s cannot be made because it contains a reference to a \
  disabled %s
-SEVERE_ERR_CREATE_HEADING_MMPE_SINGLE_138=The %s could not be created because the following mandatory property was not defined:
-SEVERE_ERR_CREATE_HEADING_MMPE_PLURAL_139=The %s could not be created because the following mandatory properties were not defined:
-SEVERE_ERR_MODIFY_HEADING_MMPE_SINGLE_140=The %s could not be modified because the following mandatory property was not defined:
-SEVERE_ERR_MODIFY_HEADING_MMPE_PLURAL_141=The %s could not be modified because the following mandatory properties were not defined:
+ERR_CREATE_HEADING_MMPE_SINGLE_138=The %s could not be created because the following mandatory property was not defined:
+ERR_CREATE_HEADING_MMPE_PLURAL_139=The %s could not be created because the following mandatory properties were not defined:
+ERR_MODIFY_HEADING_MMPE_SINGLE_140=The %s could not be modified because the following mandatory property was not defined:
+ERR_MODIFY_HEADING_MMPE_PLURAL_141=The %s could not be modified because the following mandatory properties were not defined:
 INFO_DSCFG_PROMPT_EDIT_142=Would you like to edit the properties of the %s in order to resolve this problem?
-SEVERE_ERR_GET_HEADING_MODE_SINGLE_143=The %s could not be decoded due to the following reason:
-SEVERE_ERR_GET_HEADING_MODE_PLURAL_144=The %s could not be decoded due to the following reasons:
+ERR_GET_HEADING_MODE_SINGLE_143=The %s could not be decoded due to the following reason:
+ERR_GET_HEADING_MODE_PLURAL_144=The %s could not be decoded due to the following reasons:
 INFO_EDITOR_OPTION_CREATE_A_NEW_COMPONENT_145=Create a new %s
 INFO_DSCFG_PROMPT_EDIT_TO_ENABLE_146=The referenced %s \
  called "%s" must be enabled so that it can be used with this %s. Do \
@@ -412,26 +412,26 @@
 INFO_DSCFG_DESCRIPTION_EQUIVALENT_COMMAND_FILE_PATH_153=The full path to the \
  file where the equivalent non-interactive commands will be written when this \
  command is run in interactive mode
-MILD_ERR_DSCFG_ERROR_WRITING_EQUIVALENT_COMMAND_LINE_154=An error occurred \
+ERR_DSCFG_ERROR_WRITING_EQUIVALENT_COMMAND_LINE_154=An error occurred \
  while attempting to write equivalent non-interactive command line to file \
  %s.  Error details:  %s
-SEVERE_ERR_DSCFG_CANNOT_WRITE_EQUIVALENT_COMMAND_LINE_FILE_155=Cannot write \
+ERR_DSCFG_CANNOT_WRITE_EQUIVALENT_COMMAND_LINE_FILE_155=Cannot write \
  to file %s.  Verify that you have access rights to that file and that you \
  provided the full path of the file
-SEVERE_ERR_DSCFG_EQUIVALENT_COMMAND_LINE_FILE_DIRECTORY_156=The specified \
+ERR_DSCFG_EQUIVALENT_COMMAND_LINE_FILE_DIRECTORY_156=The specified \
  path %s to write the equivalent command is a directory.  You must specify a \
  path to a file
-SEVERE_ERR_DSCFG_ERROR_LDAP_FAILED_TO_CONNECT_WRONG_PORT_157=Unable to connect to the \
+ERR_DSCFG_ERROR_LDAP_FAILED_TO_CONNECT_WRONG_PORT_157=Unable to connect to the \
  server at %s on port %s. Check this port is an administration port
-SEVERE_ERR_DSCFG_ERROR_LDAP_FAILED_TO_CONNECT_NOT_TRUSTED_158=Unable to connect to the \
+ERR_DSCFG_ERROR_LDAP_FAILED_TO_CONNECT_NOT_TRUSTED_158=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
-SEVERE_ERR_DSCFG_ERROR_VALUE_DOES_NOT_EXIST_159=The value %s for the %s property does not exist
-SEVERE_ERR_DSCFG_ERROR_NO_AVAILABLE_TYPES_160=Unable to continue since there are \
+ERR_DSCFG_ERROR_VALUE_DOES_NOT_EXIST_159=The value %s for the %s property does not exist
+ERR_DSCFG_ERROR_NO_AVAILABLE_TYPES_160=Unable to continue since there are \
  no available types of %s to choose from
 INFO_DSCFG_TYPE_PROMPT_SINGLE_161=>>>> There is only one type of %s available: "%s". \
  Are you sure that this is the correct one?
-MILD_ERR_DSCFG_ERROR_READING_BATCH_FILE_162=An error occurred \
+ERR_DSCFG_ERROR_READING_BATCH_FILE_162=An error occurred \
  while attempting to read the batch file : %s
 INFO_DSCFG_SESSION_START_TIME_MESSAGE_163=%s session start date: %s
 INFO_DSCFG_EQUIVALENT_COMMAND_LINE_SESSION_OPERATION_NUMBER_164=Session \

--
Gitblit v1.10.0