CollationMatchingRuleCfgDefn_ko.properties revision b1dce270ec218b8ad86ce6d745d295da038a5c88
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinuser-friendly-name=Collation Matching Rule
1fdd2470b625a58b57d0b155e6caf8c4fc0afe8aAutomatic Updateruser-friendly-plural-name=Collation Matching Rules
75c0816e8295e180f4bc7f10db3d0d880383bc1cMark Andrewssynopsis=Collation Matching Rules provide support for locale-specific filtering and indexing.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinproperty.collation.synopsis=the set of supported locales
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinproperty.collation.description=Collation must be specified using the syntax: LOCALE:OID
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinproperty.collation.syntax.string.pattern.synopsis=A Locale followed by a ":" and an OID.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinproperty.enabled.synopsis=Indicates whether the Collation Matching Rule is enabled for use.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinproperty.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the Collation Matching Rule implementation.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinproperty.matching-rule-type.synopsis=the types of matching rules that should be supported for each locale
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinproperty.matching-rule-type.syntax.enumeration.value.equality.synopsis=Specifies if equality type collation matching rule needs to be created for each locale.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinproperty.matching-rule-type.syntax.enumeration.value.greater-than.synopsis=Specifies if greater-than type collation matching rule needs to be created for each locale.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinproperty.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.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinproperty.matching-rule-type.syntax.enumeration.value.less-than.synopsis=Specifies if less-than type collation matching rule needs to be created for each locale.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinproperty.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.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinproperty.matching-rule-type.syntax.enumeration.value.substring.synopsis=Specifies if substring type collation matching rule needs to be created for each locale.