From 25767e41837b50d8a577be06e4272c4ae947e837 Mon Sep 17 00:00:00 2001 From: matthew_swift <matthew_swift@localhost> Date: Tue, 04 Sep 2007 18:26:12 +0000 Subject: [PATCH] Improve display of OperationRejectedExceptions in dsconfig. --- opends/src/messages/messages/dsconfig.properties | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/opends/src/messages/messages/dsconfig.properties b/opends/src/messages/messages/dsconfig.properties index 3078b41..b14a1c0 100644 --- a/opends/src/messages/messages/dsconfig.properties +++ b/opends/src/messages/messages/dsconfig.properties @@ -110,14 +110,10 @@ communications problem: %s SEVERE_ERR_DSCFG_ERROR_CREATE_CME_1036=The %s could not be created because \ another client is currently making conflicting configuration changes -SEVERE_ERR_DSCFG_ERROR_CREATE_ORE_1037=The server prevented the %s from being \ - created because of the following reason: %s SEVERE_ERR_DSCFG_ERROR_DELETE_MONFE_1038=The %s could not be deleted because \ it does not exist SEVERE_ERR_DSCFG_ERROR_DELETE_AUTHZ_1039=The %s could not be deleted because \ you do not have the correct authorization -SEVERE_ERR_DSCFG_ERROR_DELETE_ORE_1040=The server prevented the %s from being \ - deleted because of the following reason: %s SEVERE_ERR_DSCFG_ERROR_DELETE_CE_1041=The %s could not be deleted due to a \ communications problem: %s SEVERE_ERR_DSCFG_ERROR_DELETE_CME_1042=The %s could not be deleted because \ @@ -142,8 +138,6 @@ communications problem: %s SEVERE_ERR_DSCFG_ERROR_MODIFY_CME_1052=The %s could not be modified because \ another client is currently making conflicting configuration changes -SEVERE_ERR_DSCFG_ERROR_MODIFY_ORE_1053=The server prevented the %s from being \ - modified because of the following reason: %s SEVERE_ERR_DSCFG_ERROR_LIST_DDE_1054=The %s could not be retrieved because \ its type could not be determined. This is probably due to the %s having an \ invalid LDAP entry. Check that the %s object classes are correct @@ -412,3 +406,9 @@ INFO_DSCFG_PROMPT_SECURITY_KEYSTORE_PATH_1381=Keystore path: INFO_DSCFG_PROMPT_SECURITY_KEYSTORE_PASSWORD_1382=Password for keystore '%s': INFO_DSCFG_PROMPT_SECURITY_CERTIFICATE_NAME_1383=Certificate nickname: +SEVERE_ERR_DSCFG_ERROR_CREATE_ORE_SINGLE_1384=The %s could not be created because of the following reason: %s +SEVERE_ERR_DSCFG_ERROR_CREATE_ORE_PLURAL_1385=The %s could not be created because of the following reasons: %s +SEVERE_ERR_DSCFG_ERROR_DELETE_ORE_SINGLE_1386=The %s could not be deleted because of the following reason: %s +SEVERE_ERR_DSCFG_ERROR_DELETE_ORE_PLURAL_1387=The %s could not be deleted because of the following reasons: %s +SEVERE_ERR_DSCFG_ERROR_MODIFY_ORE_SINGLE_1388=The %s could not be modified because of the following reason: %s +SEVERE_ERR_DSCFG_ERROR_MODIFY_ORE_PLURAL_1389=The %s could not be modified because of the following reasons: %s -- Gitblit v1.10.0