From c4c9af7627eef037e4e7bbabfb46c7a3053309c3 Mon Sep 17 00:00:00 2001 From: matthew_swift <matthew_swift@localhost> Date: Mon, 24 Sep 2007 20:38:02 +0000 Subject: [PATCH] Fix issue 1449: aggregation support. --- opendj-sdk/opends/src/messages/messages/admin.properties | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/opendj-sdk/opends/src/messages/messages/admin.properties b/opendj-sdk/opends/src/messages/messages/admin.properties index c58a1f8..427c3de 100644 --- a/opendj-sdk/opends/src/messages/messages/admin.properties +++ b/opendj-sdk/opends/src/messages/messages/admin.properties @@ -294,3 +294,18 @@ FATAL_ERR_CLASS_LOADER_CANNOT_LOAD_CORE_126=The core administration \ classes could not be loaded from manifest file %s because an unexpected \ error occurred: %s +SEVERE_ERR_CLIENT_REFINT_TARGET_DANGLING_REFERENCE_127=The %s "%s" referenced in \ + property "%s" does not exist +SEVERE_ERR_CLIENT_REFINT_TARGET_INVALID_128=The %s "%s" referenced in \ + property "%s" exists but has an invalid configuration: %s +SEVERE_ERR_CLIENT_REFINT_TARGET_DISABLED_129=The %s "%s" referenced in \ + property "%s" is disabled +SEVERE_ERR_CLIENT_REFINT_CANNOT_DELETE_WITH_NAME_130=The "%s" property \ + in the %s called "%s" references this %s +SEVERE_ERR_CLIENT_REFINT_CANNOT_DELETE_WITHOUT_NAME_131=The "%s" property \ + in the %s references this %s +SEVERE_ERR_CLIENT_REFINT_CANNOT_DISABLE_WITH_NAME_132=This %s cannot be \ + disabled because it is referenced by the "%s" property in the %s called "%s" +SEVERE_ERR_CLIENT_REFINT_CANNOT_DISABLE_WITHOUT_NAME_133=This %s cannot be \ + disabled because it is referenced by the "%s" property in the %s + -- Gitblit v1.10.0