From 6d0403ded49a58d3198a2162234161daa3cf6116 Mon Sep 17 00:00:00 2001 From: Matthew Swift <matthew.swift@forgerock.com> Date: Wed, 24 Feb 2016 22:31:36 +0000 Subject: [PATCH] OPENDJ-2333 - remove unused i18n messages --- opendj-server-legacy/src/messages/org/opends/messages/extension.properties | 61 ------------------------------ 1 files changed, 0 insertions(+), 61 deletions(-) diff --git a/opendj-server-legacy/src/messages/org/opends/messages/extension.properties b/opendj-server-legacy/src/messages/org/opends/messages/extension.properties index f458cb1..748d73b 100644 --- a/opendj-server-legacy/src/messages/org/opends/messages/extension.properties +++ b/opendj-server-legacy/src/messages/org/opends/messages/extension.properties @@ -63,19 +63,6 @@ to initialize fifo entry cache: %s ERR_SOFTREFCACHE_CANNOT_INITIALIZE_9=A fatal error occurred while \ trying to initialize soft reference entry cache: %s -NOTE_CACHE_PRELOAD_PROGRESS_START_10=Starting the entry cache preload for \ - %s backend -NOTE_CACHE_PRELOAD_PROGRESS_REPORT_11=The entry cache preload for %s backend \ - has processed %d entries, %d MB free heap memory available -NOTE_CACHE_PRELOAD_PROGRESS_DONE_12=The entry cache preload for %s backend \ - is complete with the total of %d entries processed -WARN_CACHE_PRELOAD_INTERRUPTED_13=The entry cache preload for %s \ - backend has been interrupted -WARN_CACHE_PRELOAD_BACKEND_FAILED_14=The entry cache preload is not \ - supported by %s backend, and as a result no entries from this backend will \ - be preloaded into the entry cache -ERR_CACHE_PRELOAD_ENTRY_FAILED_15=Failed to preload %s entry into \ - the entry cache: %s ERR_EXTOP_PASSMOD_CANNOT_DECODE_REQUEST_33=An unexpected error occurred \ while attempting to decode the password modify extended request sequence: %s ERR_EXTOP_PASSMOD_NO_AUTH_OR_USERID_34=The password modify extended \ @@ -122,9 +109,6 @@ ERR_FILE_KEYMANAGER_PIN_FILE_EMPTY_58=File %s specified in attribute \ ds-cfg-key-store-pin-file of configuration entry %s should contain the PIN \ needed to access the file-based key manager, but this file is empty -ERR_FILE_KEYMANAGER_CANNOT_DETERMINE_PIN_FROM_ATTR_60=An unexpected \ - error occurred while trying to determine the value of configuration attribute \ - ds-cfg-key-store-pin in configuration entry %s: %s ERR_FILE_KEYMANAGER_CANNOT_LOAD_62=An error occurred while trying to \ load the keystore contents from file %s: %s ERR_FILE_KEYMANAGER_INVALID_TYPE_63=The keystore type %s specified in \ @@ -258,10 +242,6 @@ ERR_SASLPLAIN_NO_MATCHING_ENTRIES_157=The server was not able to find \ any user entries for the provided authentication ID of %s ERR_SASLPLAIN_INVALID_PASSWORD_160=The provided password is invalid -INFO_SASLPLAIN_CANNOT_LOCK_ENTRY_163=The Directory Server was unable to \ - obtain a read lock on user entry %s in order to retrieve that entry -ERR_SEDCM_CANNOT_LOCK_ENTRY_164=The Directory Server was unable to \ - obtain a read lock on user entry %s in order to retrieve that entry ERR_SASLCRAMMD5_CANNOT_GET_MESSAGE_DIGEST_166=An unexpected error \ occurred while attempting to obtain an MD5 digest engine for use by the \ CRAM-MD5 SASL handler: %s @@ -287,8 +267,6 @@ contain a DN but DN decoding failed: %s ERR_SASLCRAMMD5_USERNAME_IS_NULL_DN_178=The username in the SASL \ CRAM-MD5 bind request appears to be an empty DN. This is not allowed -INFO_SASLCRAMMD5_CANNOT_LOCK_ENTRY_179=The Directory Server was unable to \ - obtain a read lock on user entry %s in order to retrieve that entry ERR_SASLCRAMMD5_CANNOT_GET_ENTRY_BY_DN_180=An error occurred while \ attempting to retrieve user entry %s as specified in the DN-based username of \ a SASL CRAM-MD5 bind request: %s @@ -314,8 +292,6 @@ appeared to contain a DN but DN decoding failed: %s ERR_SASL_USERNAME_IS_NULL_DN_197=The username in the SASL \ %s bind request appears to be an empty DN. This is not allowed -INFO_SASL_CANNOT_LOCK_ENTRY_198=The Directory Server was unable to \ - obtain a read lock on user entry %s in order to retrieve that entry ERR_SASL_CANNOT_GET_ENTRY_BY_DN_199=An error occurred while \ attempting to retrieve user entry %s as specified in the DN-based username of \ a SASL %s bind request: %s @@ -621,43 +597,6 @@ group %s references target group %s which is itself a virtual static group. \ One virtual static group is not allowed to reference another as its target \ group -NOTE_FSCACHE_RESTORE_484=Staring persistent entry cache state restoration, \ - this may take awhile -NOTE_FSCACHE_SAVE_485=Making the entry cache state persistent, this may \ - take awhile -ERR_FSCACHE_CANNOT_INITIALIZE_486=A fatal error occurred while trying \ - to initialize file system entry cache: %s -ERR_FSCACHE_CANNOT_LOAD_PERSISTENT_DATA_487=An error occurred while \ - trying to load persistent cache. Persistent cache will be flushed now -ERR_FSCACHE_CANNOT_STORE_PERSISTENT_DATA_488=An error occurred while \ - trying to store persistent cache. Persistent cache will be flushed now -ERR_FSCACHE_CANNOT_STORE_ENTRY_489=Unable to store new cache entry in \ - the file system entry cache -ERR_FSCACHE_CANNOT_RETRIEVE_ENTRY_490=Unable to retrieve an existing \ - cache entry from the file system entry cache -ERR_FSCACHE_CANNOT_SET_JE_MEMORY_PCT_491=Internal error occurred while \ - trying to set the entry cache backend internal cache size as percentage. The \ - previous or default value will be used instead -ERR_FSCACHE_CANNOT_SET_JE_MEMORY_SIZE_492=Internal error occurred \ - while trying to set the entry cache backend internal cache size in bytes. The \ - previous or default value will be used instead -ERR_FSCACHE_CANNOT_SET_JE_PROPERTIES_493=Internal error occurred \ - while trying to set the entry cache backend Berkeley DB JE properties: %s -ERR_FSCACHE_HOMELESS_494=A fatal error occurred while trying to setup \ - file system entry cache home. No suitable path can be found to host the cache \ - home -WARN_FSCACHE_SET_PERMISSIONS_FAILED_495=Unable to set file permissions \ - for the file system entry cache backend database directory %s -WARN_FSCACHE_OFFLINE_STATE_FAIL_496=%s backend current offline state \ - does not match persistent cache last recorded offline state. All cached data \ - for this backend is now discarded -NOTE_FSCACHE_RESTORE_REPORT_497=Restored %d persistent cache entries into \ - the entry cache -NOTE_FSCACHE_SAVE_REPORT_498=Made persistent %d cache entries -NOTE_FSCACHE_INDEX_NOT_FOUND_499=No previous persistent cache state can be \ - found. Starting with an empty cache -ERR_FSCACHE_INDEX_IMPAIRED_500=The persistent cache index is \ - inconsistent or damaged. Persistent cache will be flushed now ERR_ENTRYUUID_VATTR_NOT_SEARCHABLE_501=The %s attribute is not \ searchable and should not be included in otherwise unindexed search filters ERR_PWPSTATE_EXTOP_NO_PRIVILEGE_502=You do not have sufficient \ -- Gitblit v1.10.0