From 2461013f63bd150cfd2620709d29504648531b41 Mon Sep 17 00:00:00 2001
From: lutoff <lutoff@localhost>
Date: Mon, 03 Nov 2008 13:15:12 +0000
Subject: [PATCH] Fix for issues 3509, 3510, 3538, 3539 and 3542 (typos in messages catalog)

---
 opends/src/messages/messages/backend.properties   |    5 +++--
 opends/src/messages/messages/protocol.properties  |    9 +++++----
 opends/src/messages/messages/task.properties      |    2 +-
 opends/src/messages/messages/jeb.properties       |    2 +-
 opends/src/messages/messages/extension.properties |    2 +-
 5 files changed, 11 insertions(+), 9 deletions(-)

diff --git a/opends/src/messages/messages/backend.properties b/opends/src/messages/messages/backend.properties
index 81335de..2839dd2 100644
--- a/opends/src/messages/messages/backend.properties
+++ b/opends/src/messages/messages/backend.properties
@@ -467,8 +467,9 @@
  %s:  %s.  The previous task configuration (which does not reflect the latest \
  update) may be lost
 SEVERE_ERR_TASKSCHED_CANNOT_RENAME_NEW_BACKING_FILE_153=An error occurred \
- while attempting to rename the new tasks backing file from %s to %s:  %s.  If \
- the Directory Server is restarted, then the task scheduler may not be able to
+ while attempting to rename the new tasks backing file from %s to %s:  %s. If \
+ the Directory Server is restarted, then the task scheduler may not work as \
+ expected
 SEVERE_ERR_TASKSCHED_CANNOT_WRITE_BACKING_FILE_154=An error occurred while \
  attempting to write the new tasks data backing file %s:  %s.  Configuration \
  information reflecting the latest update may be lost
diff --git a/opends/src/messages/messages/extension.properties b/opends/src/messages/messages/extension.properties
index 4b5ec4b..ade0c5e 100644
--- a/opends/src/messages/messages/extension.properties
+++ b/opends/src/messages/messages/extension.properties
@@ -400,7 +400,7 @@
  security provider is required for clients that wish to use SASL EXTERNAL \
  authentication
 MILD_ERR_SASLEXTERNAL_NO_CLIENT_CERT_126=The SASL EXTERNAL bind request could \
- not be processed because the client did not present an certificate chain \
+ not be processed because the client did not present a certificate chain \
  during SSL/TLS negotiation
 MILD_ERR_SASLEXTERNAL_NO_MAPPING_127=The SASL EXTERNAL bind request failed \
  because the certificate chain presented by the client during SSL/TLS \
diff --git a/opends/src/messages/messages/jeb.properties b/opends/src/messages/messages/jeb.properties
index 89134e2..cc7923a 100644
--- a/opends/src/messages/messages/jeb.properties
+++ b/opends/src/messages/messages/jeb.properties
@@ -267,7 +267,7 @@
  be rebuilt before it can use the new limit
 NOTICE_JEB_INDEX_ADD_REQUIRES_REBUILD_150=Due to changes in the \
  configuration, index %s is currently operating in a degraded state and must \
- be rebuilt before it can used
+ be rebuilt before it can be used
 SEVERE_ERR_JEB_INDEX_CORRUPT_REQUIRES_REBUILD_151=An error occurred while \
  reading from index %s. The index seems to be corrupt and is now operating in \
  a degraded state. The index must be rebuilt before it can return to normal \
diff --git a/opends/src/messages/messages/protocol.properties b/opends/src/messages/messages/protocol.properties
index d40eefd..d299721 100644
--- a/opends/src/messages/messages/protocol.properties
+++ b/opends/src/messages/messages/protocol.properties
@@ -270,7 +270,7 @@
  provided ASN.1 element as an LDAP bind request protocol op because the \
  authentication info element had an invalid BER type (expected 80 or A3, got \
  %x)
-MILD_ERR_LDAP_BIND_REQUEST_DECODE_CREDENTIALS_82=Cannot decoded the provided \
+MILD_ERR_LDAP_BIND_REQUEST_DECODE_CREDENTIALS_82=Cannot decode the provided \
  ASN.1 element as an LDAP bind request protocol op because an unexpected error \
  occurred while trying to decode the authentication info element:  %s
 MILD_ERR_LDAP_COMPARE_REQUEST_DECODE_SEQUENCE_83=Cannot decode the provided \
@@ -904,8 +904,9 @@
  trying to decode the DN %s used for internal operations as a root user:  %s
 INFO_LDAP_CONNHANDLER_DESCRIPTION_SSL_ENABLED_PROTOCOLS_265=Names of the \
  SSL protocols that will be allowed for use in SSL or StartTLS \
- communication.  Changes to this configuration attribute will take immediately \
- but will only impact new SSL/TLS-based sessions created after the change
+ communication.  Changes to this configuration attribute will take effect \
+ immediately but will only impact new SSL/TLS-based sessions created after \
+ the change
 SEVERE_ERR_LDAP_CONNHANDLER_CANNOT_DETERMINE_SSL_PROTOCOLS_266=An unexpected \
  error occurred while processing the ds-cfg-ssl-protocol attribute in \
  configuration entry %s, which is used to specify the names of the SSL \
@@ -1047,7 +1048,7 @@
 MILD_ERR_LDAP_INTERMEDIATE_RESPONSE_DECODE_INVALID_ELEMENT_COUNT_315=Cannot \
  decode the provided ASN.1 element as an LDAP intermediate response protocol \
  op because the request sequence had an invalid number of elements (expected \
- 0, 1, or or 2, got %d)
+ 0, 1, or 2, got %d)
 MILD_ERR_LDAP_INTERMEDIATE_RESPONSE_CANNOT_DECODE_OID_316=An error occurred \
  while attempting to decode the intermediate response OID:  %s
 MILD_ERR_LDAP_INTERMEDIATE_RESPONSE_CANNOT_DECODE_VALUE_317=An error occurred \
diff --git a/opends/src/messages/messages/task.properties b/opends/src/messages/messages/task.properties
index 41e73e7..c8ce673 100644
--- a/opends/src/messages/messages/task.properties
+++ b/opends/src/messages/messages/task.properties
@@ -153,7 +153,7 @@
 INFO_EXPORT_ARG_LDIF_FILE_66=LDIF File
 INFO_EXPORT_ARG_BACKEND_ID_67=Backend ID
 INFO_EXPORT_ARG_APPEND_TO_LDIF_68=Append To LDIF
-INFO_EXPORT_ARG_COMPRESS_LDIF_69=Comress LDIF
+INFO_EXPORT_ARG_COMPRESS_LDIF_69=Compress LDIF
 INFO_EXPORT_ARG_ENCRYPT_LDIF_70=Encrypt LDIF
 INFO_EXPORT_ARG_SIGN_HASH_71=Sign Hash
 INFO_EXPORT_ARG_INCL_ATTR_72=Include Attribute

--
Gitblit v1.10.0