From 429235331815195cfdc50ff1b0f31be270ed5eba Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Tue, 11 Sep 2007 23:37:29 +0000
Subject: [PATCH] Partial fix for issue 1449: improve server-side referential integrity support.

---
 opends/src/messages/messages/admin.properties |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

diff --git a/opends/src/messages/messages/admin.properties b/opends/src/messages/messages/admin.properties
index 5089f2e..3b03a62 100644
--- a/opends/src/messages/messages/admin.properties
+++ b/opends/src/messages/messages/admin.properties
@@ -260,4 +260,18 @@
 SEVERE_ERR_CONSTRAINT_VIOLATION_EXCEPTION_PLURAL_113=The following \
  constraint violations occurred: %s
 SEVERE_ERR_SERVER_REFINT_DANGLING_REFERENCE_114=The value "%s" in \
- property "%s" in the %s in entry "%s" refers to a non-existent %s at "%s"
\ No newline at end of file
+ property "%s" in the %s in entry "%s" refers to a non-existent %s \
+ in entry "%s"
+SEVERE_ERR_SERVER_REFINT_SOURCE_ENABLED_TARGET_DISABLED_115=The value \
+ "%s" in property "%s" in the enabled %s in entry "%s" refers to a \
+ disabled %s in entry "%s"
+SEVERE_ERR_SERVER_REFINT_TARGET_DISABLED_116=The value "%s" in \
+ property "%s" in the %s in entry "%s" refers to a disabled %s in \
+ entry "%s"
+SEVERE_ERR_SERVER_REFINT_CANNOT_DELETE_117=The %s in entry "%s" \
+ cannot be deleted because it is referenced by the "%s" property \
+ of the %s in entry "%s"
+SEVERE_ERR_SERVER_REFINT_CANNOT_DISABLE_118=The %s in entry "%s" \
+ cannot be disabled because it is referenced by the "%s" property \
+ of the %s in entry "%s"
+

--
Gitblit v1.10.0