mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Maxim Thomas
2 days ago b63492e4299d23bcb6ef9236e616cb4f6c7a1887
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
user-friendly-name=Collation Matching Rule
user-friendly-plural-name=Collation Matching Rules
synopsis=Collation Matching Rules provide support for locale-specific filtering and indexing.
property.collation.synopsis=the set of supported locales
property.collation.description=Collation must be specified using the syntax: LOCALE:OID
property.collation.syntax.string.pattern.synopsis=A Locale followed by a ":" and an OID.
property.enabled.synopsis=Indicates whether the Collation Matching Rule is enabled for use.
property.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the Collation Matching Rule implementation.
property.matching-rule-type.synopsis=the types of matching rules that should be supported for each locale
property.matching-rule-type.syntax.enumeration.value.equality.synopsis=Specifies if equality type collation matching rule needs to be created for each locale.
property.matching-rule-type.syntax.enumeration.value.greater-than.synopsis=Specifies if greater-than type collation matching rule needs to be created for each locale.
property.matching-rule-type.syntax.enumeration.value.greater-than-or-equal-to.synopsis=Specifies if greater-than-or-equal-to type collation matching rule needs to be created for each locale.
property.matching-rule-type.syntax.enumeration.value.less-than.synopsis=Specifies if less-than type collation matching rule needs to be created for each locale.
property.matching-rule-type.syntax.enumeration.value.less-than-or-equal-to.synopsis=Specifies if less-than-or-equal-to type collation matching rule needs to be created for each locale.
property.matching-rule-type.syntax.enumeration.value.substring.synopsis=Specifies if substring type collation matching rule needs to be created for each locale.