From da1fd65f81614606bf98f703333f1f518fd08b4f Mon Sep 17 00:00:00 2001
From: jpikus <jpikus@localhost>
Date: Mon, 14 Sep 2009 15:37:06 +0000
Subject: [PATCH] update l10n generated files 

---
 opendj-sdk/opends/src/admin/messages/LocalDBIndexCfgDefn.properties |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/opendj-sdk/opends/src/admin/messages/LocalDBIndexCfgDefn.properties b/opendj-sdk/opends/src/admin/messages/LocalDBIndexCfgDefn.properties
index 376b363..73a5c2f 100644
--- a/opendj-sdk/opends/src/admin/messages/LocalDBIndexCfgDefn.properties
+++ b/opendj-sdk/opends/src/admin/messages/LocalDBIndexCfgDefn.properties
@@ -6,11 +6,17 @@
 property.index-entry-limit.synopsis=Specifies the maximum number of entries that are allowed to match a given index key before that particular index key is no longer maintained.
 property.index-entry-limit.description=This is analogous to the ALL IDs threshold in the Sun Java System Directory Server. If this is specified, its value overrides the JE backend-wide configuration. For no limit, use 0 for the value.
 property.index-entry-limit.requires-admin-action.synopsis=If any index keys have already reached this limit, indexes must be rebuilt before they will be allowed to use the new limit.
+property.index-extensible-matching-rule.synopsis=The extensible matching rule in an extensible index.
+property.index-extensible-matching-rule.description=An extensible matching rule must be specified using either LOCALE or OID of the matching rule.
+property.index-extensible-matching-rule.default-behavior.alias.synopsis=No extensible matching rules will be indexed.
+property.index-extensible-matching-rule.requires-admin-action.synopsis=The index must be rebuilt before it will reflect the new value.
+property.index-extensible-matching-rule.syntax.string.pattern.synopsis=A Locale or an OID.
 property.index-type.synopsis=Specifies the type(s) of indexing that should be performed for the associated attribute.
 property.index-type.description=For equality, presence, and substring index types, the associated attribute type must have a corresponding matching rule.
 property.index-type.requires-admin-action.synopsis=If any new index types are added for an attribute, and values for that attribute already exist in the database, the index must be rebuilt before it will be accurate.
 property.index-type.syntax.enumeration.value.approximate.synopsis=This index type is used to improve the efficiency of searches using approximate matching search filters.
 property.index-type.syntax.enumeration.value.equality.synopsis=This index type is used to improve the efficiency of searches using equality search filters.
+property.index-type.syntax.enumeration.value.extensible.synopsis=This index type is used to improve the efficiency of searches using extensible matching search filters.
 property.index-type.syntax.enumeration.value.ordering.synopsis=This index type is used to improve the efficiency of searches using "greater than or equal to" or "less then or equal to" search filters.
 property.index-type.syntax.enumeration.value.presence.synopsis=This index type is used to improve the efficiency of searches using the presence search filters.
 property.index-type.syntax.enumeration.value.substring.synopsis=This index type is used to improve the efficiency of searches using substring search filters.

--
Gitblit v1.10.0