From 7399fdb018d2248ec36edb30f5339cdcafbe2e98 Mon Sep 17 00:00:00 2001 From: jvergara <jvergara@localhost> Date: Wed, 13 Jan 2010 17:19:12 +0000 Subject: [PATCH] Fix for issues https://opends.dev.java.net/issues/show_bug.cgi?id=4484 and https://opends.dev.java.net/issues/show_bug.cgi?id=4485. --- opends/src/messages/messages/admin_tool.properties | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/opends/src/messages/messages/admin_tool.properties b/opends/src/messages/messages/admin_tool.properties index 2dbccb2..0e59332 100644 --- a/opends/src/messages/messages/admin_tool.properties +++ b/opends/src/messages/messages/admin_tool.properties @@ -1748,6 +1748,22 @@ INFO_CTRL_PANEL_CONFIRMATION_DELETE_BASE_DNS_DETAILS=The following base DN's \ will be deleted. All the entries defined on the base DN's will be deleted. INFO_CTRL_PANEL_ERROR_SEARCHING_ENTRY_TITLE=Error searching entry +INFO_CTRL_PANEL_ERROR_RESOLVING_REFERRAL_TITLE=Error resolving referral +INFO_CTRL_PANEL_ERROR_RESOLVING_REFERRAL_MSG=Could not resolve the referrals \ + defined in entry '%s'.<br><br>The referrals of the entry are:<br>%s +MILD_ERR_CTRL_PANEL_RESOLVING_REFERRAL_DETAILS=The error occurred solving \ + referral '%s'.<br>Details: %s +MILD_ERR_CTRL_PANEL_COULD_NOT_FIND_PROVIDED_ENTRY_IN_REFERRAL=Could not find \ + entry specified in '%s'. Check that the entry exists in server %s. +MILD_ERR_CTRL_PANEL_COULD_NOT_FIND_PROVIDED_ENTRY_IN_REFERRAL_NO_HOST=Could \ + not find entry specified in '%s'. Check that the entry exists in server. +INFO_CTRL_PANEL_HOW_TO_EDIT_REFERRALS=To edit the referral in the entry, \ + deselect the 'Follow Referrals' option in the 'View' menu. +MILD_ERR_CTRL_PANEL_REFERRAL_LOOP=The selected referral is defined in server \ + %s and is referencing to an entry in the same server that is an ascentor of \ + the entry. This configuration generates a loop in the DIT structure that \ + should be avoided. + # # Note that the following property contains line breaks in HTML format (<br>) # -- Gitblit v1.10.0