SevenBitCleanPluginCfgDefn_zh_TW.properties revision e75c2484bff064fbbf51e92aed4f37b08e6427b7
0fdda69ce3627d501e4bb3103765f676bb1ab061Laszlo Hordosuser-friendly-name=Seven Bit Clean Plugin
0fdda69ce3627d501e4bb3103765f676bb1ab061Laszlo Hordosuser-friendly-plural-name=Seven Bit Clean Plugins
0fdda69ce3627d501e4bb3103765f676bb1ab061Laszlo Hordossynopsis=The Seven Bit Clean Plugin ensures that values for a specified set of attributes are 7-bit clean.
088fa5d9eaa83bf4b3d59a64c0519f42a143aaa9Alin Bricidescription=That is, for those attributes, the values are not allowed to contain any bytes having the high-order bit set, which is used to indicate the presence of non-ASCII characters. Some applications do not properly handle attribute values that contain non-ASCII characters, and this plug-in can help ensure that attributes used by those applications do not contain characters that can cause problems in those applications.
0fdda69ce3627d501e4bb3103765f676bb1ab061Laszlo Hordosproperty.attribute-type.synopsis=Specifies the name or OID of an attribute type for which values should be checked to ensure that they are 7-bit clean.
0fdda69ce3627d501e4bb3103765f676bb1ab061Laszlo Hordosproperty.base-dn.synopsis=Specifies the base DN below which the checking is performed.
0fdda69ce3627d501e4bb3103765f676bb1ab061Laszlo Hordosproperty.base-dn.description=Any attempt to update a value for one of the configured attributes below this base DN must be 7-bit clean for the operation to be allowed.
0fdda69ce3627d501e4bb3103765f676bb1ab061Laszlo Hordosproperty.base-dn.default-behavior.alias.synopsis=All entries below all public naming contexts will be checked.
0fdda69ce3627d501e4bb3103765f676bb1ab061Laszlo Hordosproperty.enabled.synopsis=Indicates whether the plug-in is enabled for use.
0fdda69ce3627d501e4bb3103765f676bb1ab061Laszlo Hordosproperty.invoke-for-internal-operations.synopsis=Indicates whether the plug-in should be invoked for internal operations.
0fdda69ce3627d501e4bb3103765f676bb1ab061Laszlo Hordosproperty.invoke-for-internal-operations.description=Any plug-in that can be invoked for internal operations must ensure that it does not create any new internal operatons that can cause the same plug-in to be re-invoked.
0fdda69ce3627d501e4bb3103765f676bb1ab061Laszlo Hordosproperty.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the plug-in implementation.
0fdda69ce3627d501e4bb3103765f676bb1ab061Laszlo Hordosproperty.plugin-type.synopsis=Specifies the set of plug-in types for the plug-in, which specifies the times at which the plug-in is invoked.
0fdda69ce3627d501e4bb3103765f676bb1ab061Laszlo Hordosproperty.plugin-type.syntax.enumeration.value.intermediateresponse.synopsis=Invoked before sending an intermediate repsonse message to the client.
0fdda69ce3627d501e4bb3103765f676bb1ab061Laszlo Hordosproperty.plugin-type.syntax.enumeration.value.ldifexport.synopsis=Invoked for each operation to be written during an LDIF export.
0fdda69ce3627d501e4bb3103765f676bb1ab061Laszlo Hordosproperty.plugin-type.syntax.enumeration.value.ldifimport.synopsis=Invoked for each entry read during an LDIF import.
0fdda69ce3627d501e4bb3103765f676bb1ab061Laszlo Hordosproperty.plugin-type.syntax.enumeration.value.postconnect.synopsis=Invoked whenever a new connection is established to the server.
0fdda69ce3627d501e4bb3103765f676bb1ab061Laszlo Hordosproperty.plugin-type.syntax.enumeration.value.postdisconnect.synopsis=Invoked whenever an existing connection is terminated (by either the client or the server).
0fdda69ce3627d501e4bb3103765f676bb1ab061Laszlo Hordosproperty.plugin-type.syntax.enumeration.value.postoperationabandon.synopsis=Invoked after completing the abandon processing.
0fdda69ce3627d501e4bb3103765f676bb1ab061Laszlo Hordosproperty.plugin-type.syntax.enumeration.value.postoperationadd.synopsis=Invoked after completing the core add processing but before sending the response to the client.
0fdda69ce3627d501e4bb3103765f676bb1ab061Laszlo Hordosproperty.plugin-type.syntax.enumeration.value.postoperationbind.synopsis=Invoked after completing the core bind processing but before sending the response to the client.
0fdda69ce3627d501e4bb3103765f676bb1ab061Laszlo Hordosproperty.plugin-type.syntax.enumeration.value.postoperationcompare.synopsis=Invoked after completing the core compare processing but before sending the response to the client.
0fdda69ce3627d501e4bb3103765f676bb1ab061Laszlo Hordosproperty.plugin-type.syntax.enumeration.value.postoperationdelete.synopsis=Invoked after completing the core delete processing but before sending the response to the client.
0fdda69ce3627d501e4bb3103765f676bb1ab061Laszlo Hordosproperty.plugin-type.syntax.enumeration.value.postoperationextended.synopsis=Invoked after completing the core extended processing but before sending the response to the client.
0fdda69ce3627d501e4bb3103765f676bb1ab061Laszlo Hordosproperty.plugin-type.syntax.enumeration.value.postoperationmodify.synopsis=Invoked after completing the core modify processing but before sending the response to the client.
0fdda69ce3627d501e4bb3103765f676bb1ab061Laszlo Hordosproperty.plugin-type.syntax.enumeration.value.postoperationmodifydn.synopsis=Invoked after completing the core modify DN processing but before sending the response to the client.
0fdda69ce3627d501e4bb3103765f676bb1ab061Laszlo Hordosproperty.plugin-type.syntax.enumeration.value.postoperationsearch.synopsis=Invoked after completing the core search processing but before sending the response to the client.
0fdda69ce3627d501e4bb3103765f676bb1ab061Laszlo Hordosproperty.plugin-type.syntax.enumeration.value.postoperationunbind.synopsis=Invoked after completing the unbind processing.
088fa5d9eaa83bf4b3d59a64c0519f42a143aaa9Alin Briciproperty.plugin-type.syntax.enumeration.value.postresponseadd.synopsis=Invoked after sending the add response to the client.
a1f638677d6b70887a0eeeab4e30fd2d7dbb5e5eBrendan Mmillerproperty.plugin-type.syntax.enumeration.value.postresponsebind.synopsis=Invoked after sending the bind response to the client.
f277d0ee6abc01fba581c836571dc390ac349de8Brendan Millerproperty.plugin-type.syntax.enumeration.value.postresponsecompare.synopsis=Invoked after sending the compare response to the client.
a1f638677d6b70887a0eeeab4e30fd2d7dbb5e5eBrendan Mmillerproperty.plugin-type.syntax.enumeration.value.postresponsedelete.synopsis=Invoked after sending the delete response to the client.
e95ef6b1ae95c5684fc1b20063975a2cb29055b9Laszlo Hordosproperty.plugin-type.syntax.enumeration.value.postresponseextended.synopsis=Invoked after sending the extended response to the client.
aa26d20912b59f80d1b06b9c0a34c2d4de507a4fLaszlo Hordosproperty.plugin-type.syntax.enumeration.value.postresponsemodify.synopsis=Invoked after sending the modify response to the client.
0fdda69ce3627d501e4bb3103765f676bb1ab061Laszlo Hordosproperty.plugin-type.syntax.enumeration.value.postresponsemodifydn.synopsis=Invoked after sending the modify DN response to the client.
0fdda69ce3627d501e4bb3103765f676bb1ab061Laszlo Hordosproperty.plugin-type.syntax.enumeration.value.postresponsesearch.synopsis=Invoked after sending the search result done message to the client.
0fdda69ce3627d501e4bb3103765f676bb1ab061Laszlo Hordosproperty.plugin-type.syntax.enumeration.value.postsynchronizationadd.synopsis=Invoked after completing post-synchronization processing for an add operation.
c32fc412b63ff49e61e7748fda8a3d2dab890813Laszlo Hordosproperty.plugin-type.syntax.enumeration.value.postsynchronizationdelete.synopsis=Invoked after completing post-synchronization processing for a delete operation.
0fdda69ce3627d501e4bb3103765f676bb1ab061Laszlo Hordosproperty.plugin-type.syntax.enumeration.value.postsynchronizationmodify.synopsis=Invoked after completing post-synchronization processing for a modify operation.
0fdda69ce3627d501e4bb3103765f676bb1ab061Laszlo Hordosproperty.plugin-type.syntax.enumeration.value.postsynchronizationmodifydn.synopsis=Invoked after completing post-synchronization processing for a modify DN operation.
0fdda69ce3627d501e4bb3103765f676bb1ab061Laszlo Hordosproperty.plugin-type.syntax.enumeration.value.preoperationadd.synopsis=Invoked prior to performing the core add processing.
22021f13de98c2ef69055bec833d200f16922bc2Laszlo Hordosproperty.plugin-type.syntax.enumeration.value.preoperationbind.synopsis=Invoked prior to performing the core bind processing.
d90caa300251d7fd09e3f286018ce04356a71e62Laszlo Hordosproperty.plugin-type.syntax.enumeration.value.preoperationcompare.synopsis=Invoked prior to performing the core compare processing.
0fdda69ce3627d501e4bb3103765f676bb1ab061Laszlo Hordosproperty.plugin-type.syntax.enumeration.value.preoperationdelete.synopsis=Invoked prior to performing the core delete processing.
0fdda69ce3627d501e4bb3103765f676bb1ab061Laszlo Hordosproperty.plugin-type.syntax.enumeration.value.preoperationextended.synopsis=Invoked prior to performing the core extended processing.
0fdda69ce3627d501e4bb3103765f676bb1ab061Laszlo Hordosproperty.plugin-type.syntax.enumeration.value.preoperationmodify.synopsis=Invoked prior to performing the core modify processing.
0fdda69ce3627d501e4bb3103765f676bb1ab061Laszlo Hordosproperty.plugin-type.syntax.enumeration.value.preoperationmodifydn.synopsis=Invoked prior to performing the core modify DN processing.
df96152750f1114a1168f7e6e9ea78d579ef35ccLaszlo Hordosproperty.plugin-type.syntax.enumeration.value.preoperationsearch.synopsis=Invoked prior to performing the core search processing.
0fdda69ce3627d501e4bb3103765f676bb1ab061Laszlo Hordosproperty.plugin-type.syntax.enumeration.value.preparseabandon.synopsis=Invoked prior to parsing an abandon request.
0fdda69ce3627d501e4bb3103765f676bb1ab061Laszlo Hordosproperty.plugin-type.syntax.enumeration.value.preparseadd.synopsis=Invoked prior to parsing an add request.
0fdda69ce3627d501e4bb3103765f676bb1ab061Laszlo Hordosproperty.plugin-type.syntax.enumeration.value.preparsebind.synopsis=Invoked prior to parsing a bind request.
0fdda69ce3627d501e4bb3103765f676bb1ab061Laszlo Hordosproperty.plugin-type.syntax.enumeration.value.preparsecompare.synopsis=Invoked prior to parsing a compare request.
0fdda69ce3627d501e4bb3103765f676bb1ab061Laszlo Hordosproperty.plugin-type.syntax.enumeration.value.preparsedelete.synopsis=Invoked prior to parsing a delete request.
fe644a7302b3235c08aec5fd7992a329f2ee1364Laszlo Hordosproperty.plugin-type.syntax.enumeration.value.preparseextended.synopsis=Invoked prior to parsing an extended request.
fe644a7302b3235c08aec5fd7992a329f2ee1364Laszlo Hordosproperty.plugin-type.syntax.enumeration.value.preparsemodify.synopsis=Invoked prior to parsing a modify request.
fe644a7302b3235c08aec5fd7992a329f2ee1364Laszlo Hordosproperty.plugin-type.syntax.enumeration.value.preparsemodifydn.synopsis=Invoked prior to parsing a modify DN request.
fe644a7302b3235c08aec5fd7992a329f2ee1364Laszlo Hordosproperty.plugin-type.syntax.enumeration.value.preparsesearch.synopsis=Invoked prior to parsing a search request.
fe644a7302b3235c08aec5fd7992a329f2ee1364Laszlo Hordosproperty.plugin-type.syntax.enumeration.value.preparseunbind.synopsis=Invoked prior to parsing an unbind request.
0fdda69ce3627d501e4bb3103765f676bb1ab061Laszlo Hordosproperty.plugin-type.syntax.enumeration.value.searchresultentry.synopsis=Invoked before sending a search result entry to the client.
c32fc412b63ff49e61e7748fda8a3d2dab890813Laszlo Hordosproperty.plugin-type.syntax.enumeration.value.searchresultreference.synopsis=Invoked before sending a search result reference to the client.
c32fc412b63ff49e61e7748fda8a3d2dab890813Laszlo Hordosproperty.plugin-type.syntax.enumeration.value.shutdown.synopsis=Invoked during a graceful Directory Server shutdown.
c32fc412b63ff49e61e7748fda8a3d2dab890813Laszlo Hordosproperty.plugin-type.syntax.enumeration.value.startup.synopsis=Invoked during the Directory Server startup process.
c32fc412b63ff49e61e7748fda8a3d2dab890813Laszlo Hordosproperty.plugin-type.syntax.enumeration.value.subordinatemodifydn.synopsis=Invoked in the course of moving or renaming an entry subordinate to the target of a modify DN operation.
fe644a7302b3235c08aec5fd7992a329f2ee1364Laszlo Hordos