From 88153a926cb3e096a7e681119e585a5c55ca1d68 Mon Sep 17 00:00:00 2001 From: shankar_mbn <shankar_mbn@localhost> Date: Mon, 30 Mar 2009 06:21:19 +0000 Subject: [PATCH] OpenDS precommit Fixes: Addition of Localized resource files with new translations --- opends/src/messages/messages/access_control_es.properties | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/opends/src/messages/messages/access_control_es.properties b/opends/src/messages/messages/access_control_es.properties index 1e90fc8..90783af 100644 --- a/opends/src/messages/messages/access_control_es.properties +++ b/opends/src/messages/messages/access_control_es.properties @@ -143,3 +143,6 @@ SEVERE_WARN_ACI_SYNTAX_DECODE_EFFECTIVERIGHTS_FAIL_94=The access control check failed because a geteffectiverights control could not be decoded because of the following reason: "%s" SEVERE_WARN_ACI_SYNTAX_INVALID_TARGEXTOP_EXPRESSION_95=The provided Access Control Instruction (ACI) extop expression value "%s" is invalid. A valid extop keyword expression value requires one or more valid extended operation request OID strings in the following format: oid [|| oid1] ... [|| oidN] SEVERE_WARN_ACI_ATTRIBUTE_NOT_INDEXED_96=Backend %s does not have a presence index defined for attribute type %s. Access control initialization may take a very long time to complete in this backend + SEVERE_WARN_ACI_SYNTAX_INVALID_SSF_FORMAT_97=The provided Access Control Instruction (ACI) bind rule SSF expression "%s" failed to parse for the following reason: "%s" + SEVERE_WARN_ACI_SYNTAX_INVALID_SSF_RANGE_98=The provided Access Control Instruction (ACI) bind rule ssf expression value "%s" is not in the valid range. A valid ssf value is in the range of 1 to 1024 + SEVERE_WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_FORMAT_99=The provided Access Control Instruction (ACI) bind rule timeofday expression "%s" failed to parse for the following reason: "%s" -- Gitblit v1.10.0