From 86c4cbb066147cad498b37d2e34e231518b907ef Mon Sep 17 00:00:00 2001 From: sin <sin@localhost> Date: Thu, 02 Jul 2009 17:40:53 +0000 Subject: [PATCH] Issue 4075 : Provide implementations for the relative and partial time matching rules --- opends/src/messages/messages/schema.properties | 36 ++++++++++++++++++++++++++++++++++++ 1 files changed, 36 insertions(+), 0 deletions(-) diff --git a/opends/src/messages/messages/schema.properties b/opends/src/messages/messages/schema.properties index 7f2e681..bf4c5a7 100644 --- a/opends/src/messages/messages/schema.properties +++ b/opends/src/messages/messages/schema.properties @@ -960,3 +960,39 @@ value could not be parsed as a valid superior object class definition because \ definition for the objectclass with OID %s has already declared a superior objectclass with an OID \ of %s. Multiple inheritance of objectclasses is not yet supported +MILD_WARN_ATTR_INVALID_RELATIVE_TIME_ASSERTION_FORMAT_294=The provided \ + value "%s" could not be parsed as a valid assertion value because the \ + character '%c' is not allowed. The acceptable values are s(second),m(minute), \ + ,h(hour),d(day) and w(week) +MILD_WARN_ATTR_INVALID_PARTIAL_TIME_ASSERTION_FORMAT_295=The provided \ + value "%s" could not be parsed as a valid assertion value because the \ + character '%c' is not allowed. The acceptable values are DD (date),MM(month) \ + and YYYY(year) +MILD_WARN_ATTR_MISSING_CHAR_PARTIAL_TIME_ASSERTION_FORMAT_296=The provided \ + value "%s" could not be parsed as a valid assertion value because an invalid \ + character '%c' is found instead of '%c' at position %d +MILD_WARN_ATTR_INVALID_DATE_ASSERTION_FORMAT_297=The provided \ + value "%s" could not be parsed as a valid assertion value because "%d" is not \ + a valid date specification +MILD_WARN_ATTR_INVALID_MONTH_ASSERTION_FORMAT_298=The provided \ + value "%s" could not be parsed as a valid assertion value because "%d" is not \ + a valid month specification +MILD_WARN_ATTR_INVALID_YEAR_ASSERTION_FORMAT_299=The provided \ + value "%s" could not be parsed as a valid assertion value because "%d" is not \ + a valid year specification +MILD_WARN_ATTR_DUPLICATE_DATE_ASSERTION_FORMAT_300=The provided \ + value "%s" could not be parsed as a valid assertion value because there is \ + conflicting value "%d" for DD(Date) specification +MILD_WARN_ATTR_DUPLICATE_MONTH_ASSERTION_FORMAT_301=The provided \ + value "%s" could not be parsed as a valid assertion value because there is \ + conflicting value "%d" for MM(Month) specification +MILD_WARN_ATTR_DUPLICATE_YEAR_ASSERTION_FORMAT_302=The provided \ + value "%s" could not be parsed as a valid assertion value because there is \ + conflicting value "%d" for YYYY(Year) specification +MILD_WARN_ATTR_MISSING_YEAR_PARTIAL_TIME_ASSERTION_FORMAT_303=The provided \ + value "%s" could not be parsed as a valid assertion value because it does \ + not contain year in YYYY format +MILD_WARN_ATTR_CONFLICTING_ASSERTION_FORMAT_304=The provided \ + value "%s" could not be parsed as a valid assertion value because more than \ + one time units are not allowed + -- Gitblit v1.10.0