From 03889ce7e5a3006559920ea368b7378b6fb730de Mon Sep 17 00:00:00 2001
From: lfrost <lfrost@localhost>
Date: Mon, 26 Nov 2007 08:50:01 +0000
Subject: [PATCH]      Fix for Issue #1961 (reviewed by Josu)  * Remove instances of "Specifies the..."  * Remove instances of "Indicates that..."  * Reword instances of "Specifies to..." (which doesn't really make    sense anyway)  * Change instances of "This utility may be used..." to "This utility    can be used..." as discussed in a previous issue  * Change some erroneous instances of "may" to "might" or "can". This    might sound like a pointless change but it has implications for    localization - "may" is generally ambiguous. 

---
 opends/src/messages/messages/plugin.properties |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/opends/src/messages/messages/plugin.properties b/opends/src/messages/messages/plugin.properties
index 424726e..3c43fd7 100644
--- a/opends/src/messages/messages/plugin.properties
+++ b/opends/src/messages/messages/plugin.properties
@@ -61,14 +61,14 @@
  search plugin
 SEVERE_ERR_PLUGIN_ADLIST_INVALID_PLUGIN_TYPE_4=The LDAP attribute description \
  list plugin instance defined in configuration entry %s lists an invalid \
- plugin type %s.  This plugin may only be used as a pre-parse search plugin
+ plugin type %s.  This plugin can only be used as a pre-parse search plugin
 SEVERE_ERR_PLUGIN_PROFILER_NO_PLUGIN_TYPES_5=The Directory Server profiler \
  plugin instance defined in configuration entry %s does not list any plugin \
  types.  This plugin must be configured to operate as a startup plugin
 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 may only be used as a startup plugin
-INFO_PLUGIN_PROFILER_DESCRIPTION_PROFILE_DIR_7=Specifies the path to the \
+ 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
@@ -88,7 +88,7 @@
  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=Specifies the sample interval \
+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
@@ -96,11 +96,11 @@
  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=Specifies the current state for the \
+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=Specifies the action that should \
+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 \
@@ -156,7 +156,7 @@
 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 may impact the operation of the server
+ 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 \
@@ -228,8 +228,8 @@
 SEVERE_ERR_PLUGIN_LASTMOD_INVALID_PLUGIN_TYPE_51=An attempt was made to \
  register the LastMod plugin to be invoked as a %s plugin.  This plugin type \
  is not allowed for this plugin
-INFO_PROFILEVIEWER_DESCRIPTION_FILENAMES_52=Specifies the path to a profile \
- data file.  This  argument may be provided more than once to analyze data \
+INFO_PROFILEVIEWER_DESCRIPTION_FILENAMES_52=Path to a profile \
+ data file.  This  argument can be provided more than once to analyze data \
  from multiple data files
 INFO_PROFILEVIEWER_DESCRIPTION_USE_GUI_53=Indicates whether to view the \
  profile information in GUI mode or to write the resulting data to standard \
@@ -272,7 +272,7 @@
  entry %s:  %s.  Password values for this user will not be encoded
 SEVERE_ERR_PLUGIN_TYPE_NOT_SUPPORTED_67=The plugin defined in configuration \
  entry %s does not support the %s plugin type
-INFO_PROFILEVIEWER_TOOL_DESCRIPTION_68=This utility may be used to view \
+INFO_PROFILEVIEWER_TOOL_DESCRIPTION_68=This utility can be used to view \
  information in data files captured by the Directory Server profiler
 SEVERE_ERR_PLUGIN_PWIMPORT_NO_DEFAULT_AUTH_SCHEMES_69=The password policy \
  import plugin is not configured any default auth password schemes, and the \
@@ -289,11 +289,11 @@
 SEVERE_WARN_PLUGIN_PWIMPORT_NO_SUCH_POLICY_73=Entry '%s' indicates that it \
  uses custom password policy '%s', but no such policy is defined in the \
  server.  Any passwords contained in the entry will be encoded using the \
- default storage schemes, but authentication as this user may not be possible
+ default storage schemes, but authentication as this user might not be possible
 SEVERE_WARN_PLUGIN_PWIMPORT_CANNOT_DECODE_POLICY_DN_74=An error occurred \
  while attempting to decode the value of the custom password policy attribute \
  in entry '%s':  %s.  Any passwords contained in the entry will be encoded \
- using the default storage schemes, but authentication as this user may not be \
+ using the default storage schemes, but authentication as this user might not be \
  possible
 SEVERE_ERR_PLUGIN_SUBORDINATE_MODIFY_DN_PLUGIN_EXCEPTION_75=The subordinate \
  modify DN plugin defined in configuration entry %s threw an exception when it \

--
Gitblit v1.10.0