From 8228fb82f3ad657adf7832eb05c624bf48c4a30e Mon Sep 17 00:00:00 2001 From: matthew_swift <matthew_swift@localhost> Date: Wed, 19 Sep 2007 00:31:06 +0000 Subject: [PATCH] More changes relating to issue 1449: aggregation support. --- opends/src/messages/messages/dsconfig.properties | 17 ++++++++++++++++- 1 files changed, 16 insertions(+), 1 deletions(-) diff --git a/opends/src/messages/messages/dsconfig.properties b/opends/src/messages/messages/dsconfig.properties index af4f613..b6055d3 100644 --- a/opends/src/messages/messages/dsconfig.properties +++ b/opends/src/messages/messages/dsconfig.properties @@ -101,7 +101,7 @@ retrieved because another client is currently making conflicting \ configuration changes SEVERE_ERR_DSCFG_ERROR_CREATE_MMPE_1032=The %s could not be created because \ - the following mandatory properties must be defined: %s + the following mandatory properties must be defined: SEVERE_ERR_DSCFG_ERROR_CREATE_MOAEE_1033=The %s could not be created because \ there is already an existing one with the same name SEVERE_ERR_DSCFG_ERROR_CREATE_AUTHZ_1034=The %s could not be created because \ @@ -424,3 +424,18 @@ INFO_EDITOR_PROMPT_SELECT_COMPONENTS_REMOVE_132=Select the %s you wish to remove: INFO_EDITOR_OPTION_CHANGE_TO_DEFAULT_COMPONENT_133=Change it to the default %s: %s INFO_EDITOR_OPTION_CHANGE_TO_COMPONENT_134=Change it to the %s: %s +INFO_EDITOR_PROMPT_ENABLED_REFERENCED_COMPONENT_135=The referenced %s \ + called "%s" must be enabled so that it can be used with this %s. Do \ + you want to enabled it? +SEVERE_ERR_SET_REFERENCED_COMPONENT_DISABLED_136=The modifications to \ + the %s cannot be made because it contains a reference to a \ + disabled %s +SEVERE_ERR_CREATE_REFERENCED_COMPONENT_DISABLED_137=The %s cannot be created \ + because it contains a reference to a disabled %s +SEVERE_ERR_CREATE_HEADING_MMPE_SINGLE_138=The %s could not be created because the following mandatory property was not defined: +SEVERE_ERR_CREATE_HEADING_MMPE_PLURAL_139=The %s could not be created because the following mandatory properties were not defined: +SEVERE_ERR_MODIFY_HEADING_MMPE_SINGLE_140=The %s could not be modified because the following mandatory property was not defined: +SEVERE_ERR_MODIFY_HEADING_MMPE_PLURAL_141=The %s could not be modified because the following mandatory properties were not defined: +INFO_DSCFG_PROMPT_EDIT_142=Would you like to edit the properties of the %s in order to resolve this problem? +SEVERE_ERR_GET_HEADING_MODE_SINGLE_143=The %s could not be decoded due to the following reason: +SEVERE_ERR_GET_HEADING_MODE_PLURAL_144=The %s could not be decoded due to the following reasons: -- Gitblit v1.10.0