From e523c3b1f2ab90f2b424bdefe674a0fd3d8da7f4 Mon Sep 17 00:00:00 2001 From: Ludovic Poitou <ludovic.poitou@forgerock.com> Date: Thu, 23 Jun 2011 17:07:56 +0000 Subject: [PATCH] Fix for issue OPENDJ-214. Rebranded as OpenDJ and now uses product-name variable. --- opends/src/admin/messages/ProfilerPluginCfgDefn.properties | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/opends/src/admin/messages/ProfilerPluginCfgDefn.properties b/opends/src/admin/messages/ProfilerPluginCfgDefn.properties index b091793..d32c572 100644 --- a/opends/src/admin/messages/ProfilerPluginCfgDefn.properties +++ b/opends/src/admin/messages/ProfilerPluginCfgDefn.properties @@ -1,8 +1,8 @@ user-friendly-name=Profiler Plugin user-friendly-plural-name=Profiler Plugins -synopsis=The Profiler plug-in captures profiling information about operations performed inside the JVM while the Directory Server is running. +synopsis=The Profiler plug-in captures profiling information about operations performed inside the JVM while the OpenDJ directory server is running. property.enabled.synopsis=Indicates whether the plug-in is enabled for use. -property.enable-profiling-on-startup.synopsis=Indicates whether the profiler plug-in is to start collecting data automatically when the Directory Server is started. +property.enable-profiling-on-startup.synopsis=Indicates whether the profiler plug-in is to start collecting data automatically when the directory server is started. property.enable-profiling-on-startup.description=This property is read only when the server is started, and any changes take effect on the next restart. This property is typically set to "false" unless startup profiling is required, because otherwise the volume of data that can be collected can cause the server to run out of memory if it is not turned off in a timely manner. property.invoke-for-internal-operations.synopsis=Indicates whether the plug-in should be invoked for internal operations. property.invoke-for-internal-operations.description=Any plug-in that can be invoked for internal operations must ensure that it does not create any new internal operatons that can cause the same plug-in to be re-invoked. @@ -57,8 +57,8 @@ property.plugin-type.syntax.enumeration.value.preparseunbind.synopsis=Invoked prior to parsing an unbind request. property.plugin-type.syntax.enumeration.value.searchresultentry.synopsis=Invoked before sending a search result entry to the client. property.plugin-type.syntax.enumeration.value.searchresultreference.synopsis=Invoked before sending a search result reference to the client. -property.plugin-type.syntax.enumeration.value.shutdown.synopsis=Invoked during a graceful Directory Server shutdown. -property.plugin-type.syntax.enumeration.value.startup.synopsis=Invoked during the Directory Server startup process. +property.plugin-type.syntax.enumeration.value.shutdown.synopsis=Invoked during a graceful directory server shutdown. +property.plugin-type.syntax.enumeration.value.startup.synopsis=Invoked during the directory server startup process. property.plugin-type.syntax.enumeration.value.subordinatedelete.synopsis=Invoked in the course of deleting a subordinate entry of a delete operation. property.plugin-type.syntax.enumeration.value.subordinatemodifydn.synopsis=Invoked in the course of moving or renaming an entry subordinate to the target of a modify DN operation. property.profile-action.synopsis=Specifies the action that should be taken by the profiler. @@ -67,8 +67,8 @@ property.profile-action.syntax.enumeration.value.none.synopsis=Do not take any action. property.profile-action.syntax.enumeration.value.start.synopsis=Start collecting profile data. property.profile-action.syntax.enumeration.value.stop.synopsis=Stop collecting profile data and write what has been captured to a file in the profile directory. -property.profile-directory.synopsis=Specifies the path to the directory where profile information is to be written. This path may be either an absolute path or a path that is relative to the root of the OpenDS Directory Server instance. -property.profile-directory.description=The directory must exist and the Directory Server must have permission to create new files in it. +property.profile-directory.synopsis=Specifies the path to the directory where profile information is to be written. This path may be either an absolute path or a path that is relative to the root of the OpenDJ directory server instance. +property.profile-directory.description=The directory must exist and the directory server must have permission to create new files in it. property.profile-directory.syntax.string.pattern.synopsis=The path to any directory that exists on the filesystem and that can be read and written by the server user. property.profile-sample-interval.synopsis=Specifies the sample interval in milliseconds to be used when capturing profiling information in the server. property.profile-sample-interval.description=When capturing data, the profiler thread sleeps for this length of time between calls to obtain traces for all threads running in the JVM. -- Gitblit v1.10.0