From 6d0403ded49a58d3198a2162234161daa3cf6116 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Wed, 24 Feb 2016 22:31:36 +0000
Subject: [PATCH] OPENDJ-2333 - remove unused i18n messages

---
 opendj-config/src/main/resources/com/forgerock/opendj/dsconfig/dsconfig.properties |   47 ++++++++++++++---------------------------------
 1 files changed, 14 insertions(+), 33 deletions(-)

diff --git a/opendj-config/src/main/resources/com/forgerock/opendj/dsconfig/dsconfig.properties b/opendj-config/src/main/resources/com/forgerock/opendj/dsconfig/dsconfig.properties
index fd263d4..2ba5892 100644
--- a/opendj-config/src/main/resources/com/forgerock/opendj/dsconfig/dsconfig.properties
+++ b/opendj-config/src/main/resources/com/forgerock/opendj/dsconfig/dsconfig.properties
@@ -11,7 +11,7 @@
 # information: "Portions Copyright [year] [name of copyright owner]".
 #
 # Copyright 2006-2010 Sun Microsystems, Inc.
-# Portions Copyright 2011-2015 ForgeRock AS.
+# Portions Copyright 2011-2016 ForgeRock AS.
 
 #
 # Format string definitions
@@ -33,12 +33,8 @@
 #
 ERR_DSCFG_ERROR_CANNOT_READ_CONNECTION_PARAMETERS_1=The connection \
  parameters could not be read due to the following error: %s
-ERR_DSCFG_ERROR_LDAP_SIMPLE_BIND_FAILED_2=Unable to authenticate to \
- the server as "%s"
 ERR_DSCFG_ERROR_LDAP_FAILED_TO_CONNECT_3=Unable to connect to the \
  server at "%s" on port %s
-ERR_DSCFG_ERROR_LDAP_SIMPLE_BIND_NOT_SUPPORTED_4=Unable to \
- authenticate using simple authentication
 INFO_DSCFG_DESCRIPTION_SUBCMD_CREATE_5=Creates %s
 INFO_DSCFG_DESCRIPTION_SUBCMD_DELETE_6=Deletes %s
 INFO_DSCFG_DESCRIPTION_SUBCMD_LIST_7=Lists existing %s
@@ -52,14 +48,6 @@
  administrator "%s"
 ERR_DSCFG_ERROR_PROPERTY_UNRECOGNIZED_13=The property "%s" is not a \
  recognized property of %s
-ERR_DSCFG_ERROR_PROPERTY_INVALID_VALUE_14=The value "%s" is not a \
- valid value for the %s property "%s" which has the following syntax: %s
-ERR_DSCFG_ERROR_PROPERTY_READ_ONLY_15=The %s property "%s" is \
- read-only and cannot be modified
-ERR_DSCFG_ERROR_PROPERTY_MANDATORY_16=The %s property "%s" is \
- mandatory and must be specified
-ERR_DSCFG_ERROR_PROPERTY_SINGLE_VALUED_17=It is not possible to \
- specify multiple values for the %s property "%s" as it is single-valued
 INFO_DSCFG_DESCRIPTION_SUBCMD_HELPPROP_18=Describes managed objects and \
  their properties
 INFO_DSCFG_HEADING_COMPONENT_NAME_19=Component
@@ -67,7 +55,6 @@
 INFO_DSCFG_HEADING_PROPERTY_VALUE_21=Value(s)
 INFO_DSCFG_HEADING_PROPERTY_SYNTAX_22=Syntax
 INFO_DSCFG_HEADING_PROPERTY_OPTIONS_23=Options
-INFO_DSCFG_DESCRIPTION_PROPERTY_SYNTAX_HELP_24=See detailed help
 ERR_DSCFG_ERROR_GET_PARENT_DDE_25=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 \
@@ -99,8 +86,6 @@
 ERR_DSCFG_ERROR_GET_CHILD_MONFE_38=The %s does not exist
 ERR_DSCFG_ERROR_GET_CHILD_AUTHZ_39=The %s could not be accessed \
  because you do not have the correct authorization
-ERR_DSCFG_ERROR_GET_CHILD_CE_40=The %s could not be accessed due to \
- a communications problem: %s
 ERR_DSCFG_ERROR_GET_CHILD_CME_41=The %s could not be accessed \
  because another client is currently making conflicting configuration changes
 ERR_DSCFG_ERROR_MODIFY_AUTHZ_42=The %s could not be modified because \
@@ -121,10 +106,6 @@
  communications problem: %s
 ERR_DSCFG_ERROR_LIST_CME_50=The %s could not be listed because \
  another client is currently making conflicting configuration changes
-ERR_DSCFG_ERROR_PROPERTY_UNKNOWN_ERROR_51=The value(s) of the %s \
- property "%s" could not be determined due to an unknown error: %s
-ERR_DSCFG_ERROR_PROPERTY_DEFAULT_BEHAVIOR_52=The default value(s) of \
- the %s property "%s" could not be determined due to the following reason: %s
 ERR_DSCFG_ERROR_NO_SEPARATOR_IN_PROPERTY_VALUE_53=The property \
  argument "%s" does not contain a name/value separator. The argument should \
  have the following syntax: property:value
@@ -165,8 +146,6 @@
 INFO_DSCFG_DESCRIPTION_SHOW_GROUP_USAGE_67=Display subcommands relating to \
  %s
 INFO_DSCFG_DESCRIPTION_SHOW_GROUP_USAGE_ALL_68=Display all subcommands
-INFO_DSCFG_DESCRIPTION_SHOW_GROUP_USAGE_SUMMARY_69=Display summary usage \
- information
 INFO_DSCFG_DESCRIPTION_NAME_70=The name of the %s
 INFO_DSCFG_DESCRIPTION_PROP_71=The name of a property to be displayed
 INFO_DSCFG_DESCRIPTION_PROP_VAL_72=Assigns a value to a property where PROP \
@@ -207,8 +186,6 @@
  also be used as the value of the "%s" property: %s
 ERR_DSCFG_ERROR_UNABLE_TO_SET_NAMING_PROPERTY_86=The property "%s" \
  cannot be set as it is defined implicitly by the name of the %s
-INFO_DSCFG_DESCRIPTION_ADVANCED_87=Allows the configuration of advanced \
- components and properties
 ERR_DSCFG_ERROR_MISSING_NON_INTERACTIVE_ARG_88=The argument "--%s" \
  must be specified when this application is used non-interactively
 INFO_DSCFG_CREATE_TYPE_PROMPT_89=>>>> Select the type of %s that you want to \
@@ -257,9 +234,7 @@
 INFO_DSCFG_HELP_DESCRIPTION_SINGLE_VALUED_119=The property is single-valued
 INFO_DSCFG_HELP_DESCRIPTION_ADMIN_ACTION_120=Administrative action is \
  required for changes to take effect
-INFO_DSCFG_CONFIRM_CREATE_121=Are you sure that you want to create the %s?
 INFO_DSCFG_CONFIRM_DELETE_122=Are you sure that you want to delete the %s?
-INFO_DSCFG_CONFIRM_MODIFY_123=Are you sure that you want to modify the %s?
 INFO_DSCFG_CONFIRM_CREATE_SUCCESS_124=The %s was created successfully
 INFO_DSCFG_CONFIRM_DELETE_SUCCESS_125=The %s was deleted successfully
 INFO_DSCFG_CONFIRM_MODIFY_SUCCESS_126=The %s was modified successfully
@@ -405,11 +380,6 @@
 ERR_DSCFG_EQUIVALENT_COMMAND_LINE_FILE_DIRECTORY_244=The specified \
  path %s to write the equivalent command is a directory.  You must specify a \
  path to a file
-ERR_DSCFG_ERROR_LDAP_FAILED_TO_CONNECT_WRONG_PORT_245=Unable to connect to the \
- server at %s on port %s. Check this port is an administration port
-ERR_DSCFG_ERROR_LDAP_FAILED_TO_CONNECT_NOT_TRUSTED_246=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
 ERR_DSCFG_ERROR_VALUE_DOES_NOT_EXIST_247=The value %s for the %s property does not exist
 ERR_DSCFG_ERROR_NO_AVAILABLE_TYPES_248=Unable to continue since there are \
  no available types of %s to choose from
@@ -425,8 +395,6 @@
  the {%s} argument you must also specify {%s}
 INFO_DSCFG_TOOL_DESCRIPTION_255=This utility can be used to define a base \
  configuration for the Directory Server
-INFO_DSCFG_BATCH_FILE_PATH_256=Path to a batch file containing \
-a set of dsconfig commands to be executed
 
 # Strings for generated reference documentation.
 REF_DSCFG_ALLOW_UNLIMITED_1000=A value of "-1" or "unlimited" for no limit.
@@ -477,3 +445,16 @@
 REF_DSCFG_DOC_TOOL_DESCRIPTION_1041=<xinclude:include href="description-dsconfig.xml" />
 REF_DSCFG_DOC_SUBCOMMANDS_DESCRIPTION_1042=<xinclude:include href="description-dsconfig-subcommands.xml" />
 
+INFO_DESCRIPTION_BATCH=Reads from standard input a set of commands to be executed
+INFO_DESCRIPTION_BATCH_FILE_PATH=Path to a batch file containing a set of commands to be executed
+INFO_BATCH_FILE_PATH_PLACEHOLDER={batchFilePath}
+ERR_CANNOT_INITIALIZE_ARGS=An unexpected error occurred while attempting to initialize the command-line arguments:  %s
+ERR_ERROR_PARSING_ARGS=An error occurred while parsing the command-line arguments: %s
+INFO_NAME_PLACEHOLDER={name}
+INFO_PROPERTY_PLACEHOLDER={property}
+INFO_UNIT_PLACEHOLDER={unit}
+INFO_VALUE_SET_PLACEHOLDER={PROP:VALUE}
+INFO_TYPE_PLACEHOLDER={type}
+INFO_CATEGORY_PLACEHOLDER={category}
+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

--
Gitblit v1.10.0