From 52b874742433110181260bcda987cea209063c2f Mon Sep 17 00:00:00 2001 From: neil_a_wilson <neil_a_wilson@localhost> Date: Wed, 15 Aug 2007 23:39:47 +0000 Subject: [PATCH] Correct a number of spelling errors identified in the message files. --- opends/src/messages/messages/core.properties | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/opends/src/messages/messages/core.properties b/opends/src/messages/messages/core.properties index e16bc24..b55eac9 100644 --- a/opends/src/messages/messages/core.properties +++ b/opends/src/messages/messages/core.properties @@ -119,11 +119,11 @@ INFO_RESULT_UNWILLING_TO_PERFORM_92=Unwilling to Perform INFO_RESULT_LOOP_DETECT_93=Loop Detected INFO_RESULT_NAMING_VIOLATION_94=Naming Violation -INFO_RESULT_OBJECTCLASS_VIOLATION_95=ObjectClass Violation +INFO_RESULT_OBJECTCLASS_VIOLATION_95=Object Class Violation INFO_RESULT_NOT_ALLOWED_ON_NONLEAF_96=Not Allowed on Non-Leaf INFO_RESULT_NOT_ALLOWED_ON_RDN_97=Not Allowed on RDN INFO_RESULT_ENTRY_ALREADY_EXISTS_98=Entry Already Exists -INFO_RESULT_OBJECTCLASS_MODS_PROHIBITED_99=ObjectClass Modifications \ +INFO_RESULT_OBJECTCLASS_MODS_PROHIBITED_99=Object Class Modifications \ Prohibited INFO_RESULT_AFFECTS_MULTIPLE_DSAS_100=Affects Multiple DSAs INFO_RESULT_CANCELED_101=Canceled @@ -575,11 +575,11 @@ this connection has been disabled INFO_CONNHANDLER_CLOSED_BY_DELETE_274=The connection handler that accepted \ this connection has been removed from the server -MILD_ERR_ENTRY_SET_UNKNOWN_OC_275=Objectclass %s cannot be used in entry %s \ +MILD_ERR_ENTRY_SET_UNKNOWN_OC_275=Object class %s cannot be used in entry %s \ because that class is not defined in the Directory Server schema -MILD_ERR_ENTRY_ADD_UNKNOWN_OC_276=Objectclass %s cannot be added to entry %s \ +MILD_ERR_ENTRY_ADD_UNKNOWN_OC_276=Object class %s cannot be added to entry %s \ because that class is not defined in the Directory Server schema -MILD_ERR_ENTRY_ADD_DUPLICATE_OC_277=Objectclass %s is already present in \ +MILD_ERR_ENTRY_ADD_DUPLICATE_OC_277=Object class %s is already present in \ entry %s and cannot be added a second time MILD_ERR_BIND_OPERATION_UNKNOWN_STORAGE_SCHEME_278=Password with unknown \ storage scheme %s included in user entry %s will be ignored @@ -1196,7 +1196,7 @@ of the attribute type that should be used to hold the last login time for \ users with the associated password policy. This attribute type must be \ defined in the Directory Server schema and must either be defined as an \ - operational attribute or must be allowed by the set of objectClasses for all \ + operational attribute or must be allowed by the set of object classes for all \ users with the associated password policy. Changes to this configuration \ attribute will take effect immediately SEVERE_ERR_PWPOLICY_UNDEFINED_LAST_LOGIN_TIME_ATTRIBUTE_479=The password \ @@ -1239,7 +1239,7 @@ ds-cfg-previous-last-login-time-format in configuration entry %s: %s INFO_PWPOLICY_DESCRIPTION_IDLE_LOCKOUT_INTERVAL_487=Specifies the maximum \ length of time that an account may remain idle (i.e., the associated user \ - does notauthenticate to the server) before that user is locked out. The \ + does not authenticate to the server) before that user is locked out. The \ value of this attribute should be an integer followed by a unit of seconds, \ minutes, hours, days, or weeks. A value of 0 seconds indicates that idle \ accounts should not automatically be locked out. This feature will only be \ @@ -1487,7 +1487,7 @@ MILD_ERR_MODIFY_ATTR_IS_OBSOLETE_583=Entry %s cannot be modified because the \ modification attempted to set one or more new values for attribute %s which \ is marked OBSOLETE in the server schema -MILD_ERR_ENTRY_ADD_OBSOLETE_OC_584=Objectclass %s added to entry %s is marked \ +MILD_ERR_ENTRY_ADD_OBSOLETE_OC_584=Object class %s added to entry %s is marked \ OBSOLETE in the server schema MILD_ERR_MODDN_NEWRDN_ATTR_IS_OBSOLETE_585=The modify DN operation for entry \ %s cannot be performed because the new RDN includes attribute type %s which \ @@ -1516,7 +1516,7 @@ MILD_ERR_PROXYAUTH_INSUFFICIENT_PRIVILEGES_595=You do not have sufficient \ privileges to use the proxied authorization control INFO_DSCORE_DESCRIPTION_CHECK_STARTABILITY_596=Used to determine whether a \ - server can be started or notand the mode to be used to start it + server can be started or not and the mode to be used to start it MILD_ERR_ENTRY_SCHEMA_ATTR_NO_VALUES_597=Entry %s violates the Directory \ Server schema configuration because it includes attribute %s without any \ values @@ -1603,7 +1603,7 @@ SEVERE_WARN_BIND_CANNOT_PROCESS_USER_IDLE_TIME_LIMIT_631=The user-specific \ idle time limit value %s contained in user entry %s could not be parsed as an \ integer. The default server idle time limit will be used -INFO_IDLETIME_LIMIT_EXCEEDED_632=This connection has been teriminated because \ +INFO_IDLETIME_LIMIT_EXCEEDED_632=This connection has been terminated because \ it has remained idle for too long SEVERE_ERR_PWPOLICY_WARNING_INTERVAL_LARGER_THAN_MAX_AGE_633=The password \ policy configuration entry "%s" is invalid because if a maximum password age \ -- Gitblit v1.10.0