mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Chris Ridd
15.09.2013 108b4fec592fe260cb54b020eeba896a0aa9afbb
opendj-sdk/opends/src/messages/messages/plugin.properties
@@ -47,14 +47,6 @@
#
# ORDINAL is an integer unique among other ordinals in this file
#
SEVERE_ERR_PLUGIN_NULL_CONFIG_ENTRY_1=Unable to initialize an instance of the \
 plugin defined in class %s because the provided configuration entry was null
INFO_PLUGIN_DESCRIPTION_SHUTDOWN_PASSWORD_2=Specifies an optional encoded \
 password that will be required in order to be able to stop the Directory \
 Server.  If this is not provided, then no password will be required (although \
 it will still be necessary to authenticate to the server in order to be able \
 to add necessary task entry).  Changes to this password will take effect \
 immediately
SEVERE_ERR_PLUGIN_ADLIST_NO_PLUGIN_TYPES_3=The LDAP attribute description \
 list plugin instance defined in configuration entry %s does not list any \
 plugin types.  This plugin must be configured to operate as a pre-parse \
@@ -68,61 +60,12 @@
SEVERE_ERR_PLUGIN_PROFILER_INVALID_PLUGIN_TYPE_6=The Directory Server \
 profiler plugin instance defined in configuration entry %s lists an invalid \
 plugin type %s.  This plugin can only be used as a startup plugin
INFO_PLUGIN_PROFILER_DESCRIPTION_PROFILE_DIR_7=Path to the \
 directory into which profile information will be written.  The directory must \
 exist and the Directory Server must have permission to create new files in \
 it.  Changes to this configuration attribute will take effect immediately
SEVERE_WARN_PLUGIN_PROFILER_CANNOT_DETERMINE_PROFILE_DIR_8=An unexpected \
 error occurred while attempting to determine the value of the \
 ds-cfg-profile-directory attribute in the %s entry:  %s.  The default profile \
 directory of %s will be used
SEVERE_ERR_PLUGIN_PROFILER_CANNOT_WRITE_PROFILE_DATA_9=An unexpected error \
 occurred when the profiler plugin defined in configuration entry %s attempted \
 to write the information captured to output file %s:  %s
INFO_PLUGIN_PROFILER_DESCRIPTION_AUTOSTART_10=Indicates whether the profiler \
 plugin should start collecting data automatically when the Directory Server \
 is started.  This will only be read when the server is started, and any \
 changes will take effect on the next restart
SEVERE_WARN_PLUGIN_PROFILER_CANNOT_DETERMINE_AUTOSTART_11=An unexpected error \
 occurred while attempting to determine the value of the \
 ds-cfg-enable-profiling-on-startup attribute in the %s entry:  %s.  Profiling \
 information will not automatically be captured on startup and must be \
 manually enabled
INFO_PLUGIN_PROFILER_DESCRIPTION_INTERVAL_12=Sample interval \
 that should be used when capturing profiling information in the server. \
 Changes to this configuration attribute will take effect the next time the \
 profiler is started
SEVERE_WARN_PLUGIN_PROFILER_CANNOT_DETERMINE_INTERVAL_13=An unexpected error \
 occurred while attempting to determine the value of the \
 ds-cfg-profile-sample-interval attribute in the %s entry:  %s.  The default \
 sample interval of %d milliseconds will be used
INFO_PLUGIN_PROFILER_DESCRIPTION_STATE_14=Current state of the \
 profiler.  It will be either "enabled" (which indicates that the profiler \
 thread is actively collecting data) or "disabled".  This is a read-only \
 attribute
INFO_PLUGIN_PROFILER_DESCRIPTION_ACTION_15=Action that should \
 be taken by the profiler.  A value of "start" will cause the profiler thread \
 to start collecting data if it is not already active.  A value of "stop" will \
 cause the profiler thread to stop collecting data and write it do disk, and a \
 value of "cancel" will cause the profiler thread to stop collecting data and \
 discard anything that has been captured.  These operations will occur \
 immediately
SEVERE_WARN_PLUGIN_PROFILER_INVALID_PROFILE_DIR_16=The profile directory %s \
 specified in attribute ds-cfg-profile-directory of configuration entry %s is \
 invalid because the specified path does not exist or is not a directory
SEVERE_WARN_PLUGIN_PROFILER_CANNOT_DETERMINE_ACTION_17=An unexpected error \
 occurred while attempting to determine the value of the ds-cfg-profile-action \
 attribute in the %s entry:  %s.  No action will be taken
INFO_PLUGIN_PROFILER_UPDATED_INTERVAL_18=The sample interval for the profiler \
 plugin defined in configuration entry %s has been updated to %d milliseconds
SEVERE_ERR_PLUGIN_PROFILER_CANNOT_UPDATE_INTERVAL_19=An unexpected error \
 occurred while attempting to update the sample interval for the profiler \
 plugin defined in configuration entry %s:  %s
INFO_PLUGIN_PROFILER_UPDATED_DIRECTORY_20=The profile directory for the \
 profiler plugin defined in configuration entry %s has been changed to %s
SEVERE_ERR_PLUGIN_PROFILER_CANNOT_UPDATE_DIRECTORY_21=An unexpected error \
 occurred while attempting to update the profile directory for the profiler \
 plugin defined in configuration entry %s:  %s
INFO_PLUGIN_PROFILER_STARTED_PROFILING_22=The profiler plugin defined in \
 configuration entry %s has been activated and has started capturing data
INFO_PLUGIN_PROFILER_ALREADY_PROFILING_23=The profiler plugin defined in \
@@ -135,16 +78,6 @@
 configuration entry %s has been stopped and is no longer capturing data
INFO_PLUGIN_PROFILER_WROTE_PROFILE_DATA_26=The data collected by the profiler \
 plugin defined in configuration entry %s has been written to %s
MILD_ERR_PLUGIN_PROFILER_UNKNOWN_ACTION_27=The profiler plugin defined in \
 configuration entry %s has been requested to perform an action %s that is not \
 recognized by the server.  No action will be taken
INFO_PLUGIN_PROFILER_SKIPPING_ACTION_28=A profiler action %s was requested \
 for the profiler plugin defined in configuration entry %s, but one or more \
 problems were encountered with the plugin configuration and therefore the \
 requested action will be skipped
SEVERE_ERR_PLUGIN_PROFILER_CANNOT_PERFORM_ACTION_29=An unexpected error \
 occurred while attempting to process the requested action for the profiler \
 plugin defined in configuration entry %s:  %s
FATAL_ERR_PLUGIN_STARTUP_PLUGIN_EXCEPTION_30=The startup plugin defined in \
 configuration entry %s threw an exception when it was invoked during the \
 Directory Server startup process:  %s.  The server startup process has been \
@@ -153,10 +86,6 @@
 in configuration entry %s returned a null value when it was invoked during \
 the Directory Server startup process.  This is an illegal return value, and \
 the server startup process has been aborted
SEVERE_ERR_PLUGIN_STARTUP_PLUGIN_FAIL_CONTINUE_32=The startup plugin defined \
 in configuration entry %s encountered an error when it was invoked during the \
 Directory Server startup process:  %s (error ID %d).  The startup process \
 will continue, but this failure might impact the operation of the server
FATAL_ERR_PLUGIN_STARTUP_PLUGIN_FAIL_ABORT_33=The startup plugin defined in \
 configuration entry %s encountered an error when it was invoked during the \
 Directory Server startup process:  %s (error ID %d).  The server startup \
@@ -306,15 +235,6 @@
SEVERE_ERR_PLUGIN_UNIQUEATTR_INVALID_PLUGIN_TYPE_77=An attempt was made to \
 register the Unique Attribute plugin to be invoked as a %s plugin.  This \
 plugin type is not allowed for this plugin
SEVERE_ERR_PLUGIN_UNIQUEATTR_MOD_NOT_UNIQUE_78=An error occurred while \
 attempting to modify an attribute value of entry %s because the proposed \
 changes failed the attribute value uniqueness check
SEVERE_ERR_PLUGIN_UNIQUEATTR_ADD_NOT_UNIQUE_79=An error occurred while \
 attempting to add the entry %s because one of the entry's attribute values \
 failed the attribute value uniqueness check
SEVERE_ERR_PLUGIN_UNIQUEATTR_MODDN_NOT_UNIQUE_80=An error occurred while \
 attempting to perform a modify DN operation on entry %s because the proposed \
 changes failed the attribute value uniqueness check
SEVERE_ERR_PLUGIN_REFERENT_INVALID_PLUGIN_TYPE_81=An attempt was made to \
 register the Referential Integrity plugin to be invoked as a %s plugin.  This \
 plugin type is not allowed for this plugin
@@ -352,12 +272,6 @@
 attribute type must have a syntax OID of either \
 1.3.6.1.4.1.1466.115.121.1.12 (for the distinguished name syntax) or \
 1.3.6.1.4.1.1466.115.121.1.34 (for the name and optional uid syntax)
SEVERE_ERR_PLUGIN_REFERENT_SKIP_DELETE_PROCESSING_94=The Referential Integrity \
 plugin will not process a post delete operation on entry %s because the core \
 operation failed
SEVERE_ERR_PLUGIN_REFERENT_SKIP_MODIFY_DN_PROCESSING_95=The Referential \
 Integrity plugin will not process a post modify DN operation on entry %s \
 because the core operation failed
MILD_ERR_PLUGIN_7BIT_INVALID_PLUGIN_TYPE_96=The 7-bit clean plugin is \
 configured with invalid plugin type %s.  Only the ldifImport, \
 preOperationAdd, preOperationModify, and preOperationModifyDN plugin types \
@@ -368,10 +282,6 @@
 decode attribute %s in the target entry:  %s
MILD_ERR_PLUGIN_7BIT_CANNOT_DECODE_NEW_RDN_99=An error occurred while trying \
 to decode the new RDN:  %s
MILD_ERR_PLUGIN_7BIT_ADD_ATTR_NOT_CLEAN_100=The entry to be added included a \
 value for attribute %s that was not 7-bit clean
MILD_ERR_PLUGIN_7BIT_MODIFY_ATTR_NOT_CLEAN_101=The modify operation would \
 have resulted in a value for attribute %s that was not 7-bit clean
MILD_ERR_PLUGIN_7BIT_MODIFYDN_ATTR_NOT_CLEAN_102=The modify DN operation \
 would have resulted in a value for attribute %s that was not 7-bit clean
MILD_ERR_PLUGIN_7BIT_IMPORT_ATTR_NOT_CLEAN_103=The entry included a value for \