From 88153a926cb3e096a7e681119e585a5c55ca1d68 Mon Sep 17 00:00:00 2001 From: shankar_mbn <shankar_mbn@localhost> Date: Mon, 30 Mar 2009 06:21:19 +0000 Subject: [PATCH] OpenDS precommit Fixes: Addition of Localized resource files with new translations --- opends/src/admin/messages/UniqueAttributePluginCfgDefn_ja.properties | 124 ++++++++++++++++++++-------------------- 1 files changed, 62 insertions(+), 62 deletions(-) diff --git a/opends/src/admin/messages/UniqueAttributePluginCfgDefn_ja.properties b/opends/src/admin/messages/UniqueAttributePluginCfgDefn_ja.properties index 2175a98..6570308 100644 --- a/opends/src/admin/messages/UniqueAttributePluginCfgDefn_ja.properties +++ b/opends/src/admin/messages/UniqueAttributePluginCfgDefn_ja.properties @@ -1,62 +1,62 @@ -user-friendly-name=Unique Attribute Plugin -user-friendly-plural-name=Unique Attribute Plugins -synopsis=The Unique Attribute Plugin enforces constraints on the value of an attribute within a portion of the directory. -description=The values for each attribute must be unique within each base DN specified in the plugin's base-dn property or within all of the server's public naming contexts if no base DNs were specified. -property.base-dn.synopsis=Specifies a base DN within which the attribute must be unique. -property.base-dn.default-behavior.alias.synopsis=The plug-in uses the server's public naming contexts in the searches. -property.enabled.synopsis=Indicates whether the plug-in is enabled for use. -property.invoke-for-internal-operations.synopsis=Indicates whether the plug-in should be invoked for internal operations. -property.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. -property.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the plug-in implementation. -property.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. -property.plugin-type.syntax.enumeration.value.intermediateresponse.synopsis=Invoked before sending an intermediate repsonse message to the client. -property.plugin-type.syntax.enumeration.value.ldifexport.synopsis=Invoked for each operation to be written during an LDIF export. -property.plugin-type.syntax.enumeration.value.ldifimport.synopsis=Invoked for each entry read during an LDIF import. -property.plugin-type.syntax.enumeration.value.postconnect.synopsis=Invoked whenever a new connection is established to the server. -property.plugin-type.syntax.enumeration.value.postdisconnect.synopsis=Invoked whenever an existing connection is terminated (by either the client or the server). -property.plugin-type.syntax.enumeration.value.postoperationabandon.synopsis=Invoked after completing the abandon processing. -property.plugin-type.syntax.enumeration.value.postoperationadd.synopsis=Invoked after completing the core add processing but before sending the response to the client. -property.plugin-type.syntax.enumeration.value.postoperationbind.synopsis=Invoked after completing the core bind processing but before sending the response to the client. -property.plugin-type.syntax.enumeration.value.postoperationcompare.synopsis=Invoked after completing the core compare processing but before sending the response to the client. -property.plugin-type.syntax.enumeration.value.postoperationdelete.synopsis=Invoked after completing the core delete processing but before sending the response to the client. -property.plugin-type.syntax.enumeration.value.postoperationextended.synopsis=Invoked after completing the core extended processing but before sending the response to the client. -property.plugin-type.syntax.enumeration.value.postoperationmodify.synopsis=Invoked after completing the core modify processing but before sending the response to the client. -property.plugin-type.syntax.enumeration.value.postoperationmodifydn.synopsis=Invoked after completing the core modify DN processing but before sending the response to the client. -property.plugin-type.syntax.enumeration.value.postoperationsearch.synopsis=Invoked after completing the core search processing but before sending the response to the client. -property.plugin-type.syntax.enumeration.value.postoperationunbind.synopsis=Invoked after completing the unbind processing. -property.plugin-type.syntax.enumeration.value.postresponseadd.synopsis=Invoked after sending the add response to the client. -property.plugin-type.syntax.enumeration.value.postresponsebind.synopsis=Invoked after sending the bind response to the client. -property.plugin-type.syntax.enumeration.value.postresponsecompare.synopsis=Invoked after sending the compare response to the client. -property.plugin-type.syntax.enumeration.value.postresponsedelete.synopsis=Invoked after sending the delete response to the client. -property.plugin-type.syntax.enumeration.value.postresponseextended.synopsis=Invoked after sending the extended response to the client. -property.plugin-type.syntax.enumeration.value.postresponsemodify.synopsis=Invoked after sending the modify response to the client. -property.plugin-type.syntax.enumeration.value.postresponsemodifydn.synopsis=Invoked after sending the modify DN response to the client. -property.plugin-type.syntax.enumeration.value.postresponsesearch.synopsis=Invoked after sending the search result done message to the client. -property.plugin-type.syntax.enumeration.value.postsynchronizationadd.synopsis=Invoked after completing post-synchronization processing for an add operation. -property.plugin-type.syntax.enumeration.value.postsynchronizationdelete.synopsis=Invoked after completing post-synchronization processing for a delete operation. -property.plugin-type.syntax.enumeration.value.postsynchronizationmodify.synopsis=Invoked after completing post-synchronization processing for a modify operation. -property.plugin-type.syntax.enumeration.value.postsynchronizationmodifydn.synopsis=Invoked after completing post-synchronization processing for a modify DN operation. -property.plugin-type.syntax.enumeration.value.preoperationadd.synopsis=Invoked prior to performing the core add processing. -property.plugin-type.syntax.enumeration.value.preoperationbind.synopsis=Invoked prior to performing the core bind processing. -property.plugin-type.syntax.enumeration.value.preoperationcompare.synopsis=Invoked prior to performing the core compare processing. -property.plugin-type.syntax.enumeration.value.preoperationdelete.synopsis=Invoked prior to performing the core delete processing. -property.plugin-type.syntax.enumeration.value.preoperationextended.synopsis=Invoked prior to performing the core extended processing. -property.plugin-type.syntax.enumeration.value.preoperationmodify.synopsis=Invoked prior to performing the core modify processing. -property.plugin-type.syntax.enumeration.value.preoperationmodifydn.synopsis=Invoked prior to performing the core modify DN processing. -property.plugin-type.syntax.enumeration.value.preoperationsearch.synopsis=Invoked prior to performing the core search processing. -property.plugin-type.syntax.enumeration.value.preparseabandon.synopsis=Invoked prior to parsing an abandon request. -property.plugin-type.syntax.enumeration.value.preparseadd.synopsis=Invoked prior to parsing an add request. -property.plugin-type.syntax.enumeration.value.preparsebind.synopsis=Invoked prior to parsing a bind request. -property.plugin-type.syntax.enumeration.value.preparsecompare.synopsis=Invoked prior to parsing a compare request. -property.plugin-type.syntax.enumeration.value.preparsedelete.synopsis=Invoked prior to parsing a delete request. -property.plugin-type.syntax.enumeration.value.preparseextended.synopsis=Invoked prior to parsing an extended request. -property.plugin-type.syntax.enumeration.value.preparsemodify.synopsis=Invoked prior to parsing a modify request. -property.plugin-type.syntax.enumeration.value.preparsemodifydn.synopsis=Invoked prior to parsing a modify DN request. -property.plugin-type.syntax.enumeration.value.preparsesearch.synopsis=Invoked prior to parsing a search request. -property.plugin-type.syntax.enumeration.value.preparseunbind.synopsis=Invoked prior to parsing an unbind request. -property.plugin-type.syntax.enumeration.value.searchresultentry.synopsis=Invoked before sending a search result entry to the client. -property.plugin-type.syntax.enumeration.value.searchresultreference.synopsis=Invoked before sending a search result reference to the client. -property.plugin-type.syntax.enumeration.value.shutdown.synopsis=Invoked during a graceful Directory Server shutdown. -property.plugin-type.syntax.enumeration.value.startup.synopsis=Invoked during the Directory Server startup process. -property.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. -property.type.synopsis=Specifies the type of attributes to check for value uniqueness. +user-friendly-name=\u4e00\u610f\u306e\u5c5e\u6027\u30d7\u30e9\u30b0\u30a4\u30f3 +user-friendly-plural-name=\u4e00\u610f\u306e\u5c5e\u6027\u30d7\u30e9\u30b0\u30a4\u30f3 +synopsis=\u4e00\u610f\u306e\u5c5e\u6027\u30d7\u30e9\u30b0\u30a4\u30f3\u306f\u3001\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306e\u4e00\u90e8\u306b\u542b\u307e\u308c\u308b\u5c5e\u6027\u306e\u5024\u306b\u5236\u7d04\u3092\u8ab2\u3057\u307e\u3059\u3002 +description=\u5404\u5c5e\u6027\u306e\u5024\u306f\u3001\u3053\u306e\u30d7\u30e9\u30b0\u30a4\u30f3\u306e base-dn \u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u306b\u6307\u5b9a\u3055\u308c\u305f\u5404\u30d9\u30fc\u30b9 DN \u5185\u3067\u3001\u307e\u305f\u306f\u30d9\u30fc\u30b9 DN \u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u306a\u3044\u5834\u5408\u306b\u306f\u3001\u30b5\u30fc\u30d0\u30fc\u306e\u3059\u3079\u3066\u306e\u516c\u958b\u30cd\u30fc\u30df\u30f3\u30b0\u30b3\u30f3\u30c6\u30ad\u30b9\u30c8\u5185\u3067\u4e00\u610f\u306b\u306a\u308b\u3088\u3046\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002 +property.base-dn.synopsis=\u4e00\u610f\u3068\u3059\u308b\u5c5e\u6027\u5185\u306e\u30d9\u30fc\u30b9 DN \u3092\u6307\u5b9a\u3057\u307e\u3059\u3002 +property.base-dn.default-behavior.alias.synopsis=\u3053\u306e\u30d7\u30e9\u30b0\u30a4\u30f3\u306f\u3001\u691c\u7d22\u3067\u30b5\u30fc\u30d0\u30fc\u306e\u516c\u958b\u30cd\u30fc\u30df\u30f3\u30b0\u30b3\u30f3\u30c6\u30ad\u30b9\u30c8\u3092\u4f7f\u7528\u3057\u307e\u3059\u3002 +property.enabled.synopsis=\u3053\u306e\u30d7\u30e9\u30b0\u30a4\u30f3\u304c\u4f7f\u7528\u53ef\u80fd\u304b\u3069\u3046\u304b\u3092\u793a\u3057\u307e\u3059\u3002 +property.invoke-for-internal-operations.synopsis=\u3053\u306e\u30d7\u30e9\u30b0\u30a4\u30f3\u3092\u5185\u90e8\u64cd\u4f5c\u306e\u305f\u3081\u306b\u547c\u3073\u51fa\u3059\u3079\u304d\u304b\u3069\u3046\u304b\u3092\u793a\u3057\u307e\u3059\u3002 +property.invoke-for-internal-operations.description=\u30d7\u30e9\u30b0\u30a4\u30f3\u3092\u5185\u90e8\u64cd\u4f5c\u306e\u305f\u3081\u306b\u547c\u3073\u51fa\u305b\u308b\u5834\u5408\u306f\u3001\u540c\u3058\u30d7\u30e9\u30b0\u30a4\u30f3\u3092\u518d\u547c\u3073\u51fa\u3057\u3059\u308b\u65b0\u3057\u3044\u5185\u90e8\u51e6\u7406\u304c\u4f5c\u6210\u3055\u308c\u306a\u3044\u3088\u3046\u306b\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002 +property.java-class.synopsis=\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u5b9f\u88c5\u3092\u63d0\u4f9b\u3059\u308b Java \u30af\u30e9\u30b9\u306e\u5b8c\u5168\u6307\u5b9a\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002 +property.plugin-type.synopsis=\u30d7\u30e9\u30b0\u30a4\u30f3\u304c\u547c\u3073\u51fa\u3055\u308c\u308b\u56de\u6570\u3092\u6307\u5b9a\u3059\u308b\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u3001\u4e00\u9023\u306e\u30d7\u30e9\u30b0\u30a4\u30f3\u30bf\u30a4\u30d7\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002 +property.plugin-type.syntax.enumeration.value.intermediateresponse.synopsis=\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u306b\u4e2d\u9593\u5fdc\u7b54\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u9001\u4fe1\u3059\u308b\u524d\u306b\u547c\u3073\u51fa\u3055\u308c\u307e\u3057\u305f\u3002 +property.plugin-type.syntax.enumeration.value.ldifexport.synopsis=LDIF \u306e\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u4e2d\u306b\u3001\u64cd\u4f5c\u304c\u66f8\u304d\u8fbc\u307e\u308c\u308b\u305f\u3073\u306b\u547c\u3073\u51fa\u3055\u308c\u307e\u3057\u305f\u3002 +property.plugin-type.syntax.enumeration.value.ldifimport.synopsis=LDIF \u306e\u30a4\u30f3\u30dd\u30fc\u30c8\u4e2d\u306b\u3001\u30a8\u30f3\u30c8\u30ea\u304c\u8aad\u307f\u8fbc\u307e\u308c\u308b\u305f\u3073\u306b\u547c\u3073\u51fa\u3055\u308c\u307e\u3057\u305f\u3002 +property.plugin-type.syntax.enumeration.value.postconnect.synopsis=\u30b5\u30fc\u30d0\u30fc\u3068\u306e\u65b0\u3057\u3044\u63a5\u7d9a\u304c\u78ba\u7acb\u3055\u308c\u308b\u3068\u8d77\u52d5\u3055\u308c\u307e\u3057\u305f\u3002 +property.plugin-type.syntax.enumeration.value.postdisconnect.synopsis=\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u307e\u305f\u306f\u30b5\u30fc\u30d0\u30fc\u306e\u3069\u3061\u3089\u304b\u306b\u3088\u3063\u3066\u65e2\u5b58\u306e\u63a5\u7d9a\u304c\u7d42\u4e86\u3055\u308c\u308b\u3068\u8d77\u52d5\u3055\u308c\u307e\u3057\u305f\u3002 +property.plugin-type.syntax.enumeration.value.postoperationabandon.synopsis=\u5ec3\u68c4\u51e6\u7406\u304c\u5b8c\u4e86\u3057\u305f\u3042\u3068\u306b\u8d77\u52d5\u3055\u308c\u307e\u3057\u305f\u3002 +property.plugin-type.syntax.enumeration.value.postoperationadd.synopsis=\u30b3\u30a2\u3068\u306a\u308b\u8ffd\u52a0\u51e6\u7406\u304c\u5b8c\u4e86\u3057\u3066\u304b\u3089\u3001\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u306b\u5fdc\u7b54\u3092\u9001\u4fe1\u3059\u308b\u307e\u3067\u306e\u9593\u306b\u8d77\u52d5\u3055\u308c\u307e\u3057\u305f\u3002 +property.plugin-type.syntax.enumeration.value.postoperationbind.synopsis=\u30b3\u30a2\u3068\u306a\u308b\u30d0\u30a4\u30f3\u30c9\u51e6\u7406\u304c\u5b8c\u4e86\u3057\u3066\u304b\u3089\u3001\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u306b\u5fdc\u7b54\u3092\u9001\u4fe1\u3059\u308b\u307e\u3067\u306e\u9593\u306b\u8d77\u52d5\u3055\u308c\u307e\u3057\u305f\u3002 +property.plugin-type.syntax.enumeration.value.postoperationcompare.synopsis=\u30b3\u30a2\u3068\u306a\u308b\u6bd4\u8f03\u51e6\u7406\u304c\u5b8c\u4e86\u3057\u3066\u304b\u3089\u3001\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u306b\u5fdc\u7b54\u3092\u9001\u4fe1\u3059\u308b\u307e\u3067\u306e\u9593\u306b\u8d77\u52d5\u3055\u308c\u307e\u3057\u305f\u3002 +property.plugin-type.syntax.enumeration.value.postoperationdelete.synopsis=\u30b3\u30a2\u3068\u306a\u308b\u524a\u9664\u51e6\u7406\u304c\u5b8c\u4e86\u3057\u3066\u304b\u3089\u3001\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u306b\u5fdc\u7b54\u3092\u9001\u4fe1\u3059\u308b\u307e\u3067\u306e\u9593\u306b\u8d77\u52d5\u3055\u308c\u307e\u3057\u305f\u3002 +property.plugin-type.syntax.enumeration.value.postoperationextended.synopsis=\u30b3\u30a2\u3068\u306a\u308b\u62e1\u5f35\u51e6\u7406\u304c\u5b8c\u4e86\u3057\u3066\u304b\u3089\u3001\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u306b\u5fdc\u7b54\u3092\u9001\u4fe1\u3059\u308b\u307e\u3067\u306e\u9593\u306b\u8d77\u52d5\u3055\u308c\u307e\u3057\u305f\u3002 +property.plugin-type.syntax.enumeration.value.postoperationmodify.synopsis=\u30b3\u30a2\u3068\u306a\u308b\u5909\u66f4\u51e6\u7406\u304c\u5b8c\u4e86\u3057\u3066\u304b\u3089\u3001\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u306b\u5fdc\u7b54\u3092\u9001\u4fe1\u3059\u308b\u307e\u3067\u306e\u9593\u306b\u8d77\u52d5\u3055\u308c\u307e\u3057\u305f\u3002 +property.plugin-type.syntax.enumeration.value.postoperationmodifydn.synopsis=\u30b3\u30a2\u3068\u306a\u308b DN \u5909\u66f4\u51e6\u7406\u304c\u5b8c\u4e86\u3057\u3066\u304b\u3089\u3001\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u306b\u5fdc\u7b54\u3092\u9001\u4fe1\u3059\u308b\u307e\u3067\u306e\u9593\u306b\u8d77\u52d5\u3055\u308c\u307e\u3057\u305f\u3002 +property.plugin-type.syntax.enumeration.value.postoperationsearch.synopsis=\u30b3\u30a2\u3068\u306a\u308b\u691c\u7d22\u51e6\u7406\u304c\u5b8c\u4e86\u3057\u3066\u304b\u3089\u3001\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u306b\u5fdc\u7b54\u3092\u9001\u4fe1\u3059\u308b\u307e\u3067\u306e\u9593\u306b\u8d77\u52d5\u3055\u308c\u307e\u3057\u305f\u3002 +property.plugin-type.syntax.enumeration.value.postoperationunbind.synopsis=\u30a2\u30f3\u30d0\u30a4\u30f3\u30c9\u51e6\u7406\u304c\u5b8c\u4e86\u3057\u305f\u3042\u3068\u306b\u8d77\u52d5\u3055\u308c\u307e\u3057\u305f\u3002 +property.plugin-type.syntax.enumeration.value.postresponseadd.synopsis=\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u306b\u8ffd\u52a0\u5fdc\u7b54\u3092\u9001\u4fe1\u3057\u305f\u3042\u3068\u306b\u8d77\u52d5\u3055\u308c\u307e\u3057\u305f\u3002 +property.plugin-type.syntax.enumeration.value.postresponsebind.synopsis=\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u306b\u30d0\u30a4\u30f3\u30c9\u5fdc\u7b54\u3092\u9001\u4fe1\u3057\u305f\u3042\u3068\u306b\u8d77\u52d5\u3055\u308c\u307e\u3057\u305f\u3002 +property.plugin-type.syntax.enumeration.value.postresponsecompare.synopsis=\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u306b\u6bd4\u8f03\u5fdc\u7b54\u3092\u9001\u4fe1\u3057\u305f\u3042\u3068\u306b\u8d77\u52d5\u3055\u308c\u307e\u3057\u305f\u3002 +property.plugin-type.syntax.enumeration.value.postresponsedelete.synopsis=\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u306b\u524a\u9664\u5fdc\u7b54\u3092\u9001\u4fe1\u3057\u305f\u3042\u3068\u306b\u8d77\u52d5\u3055\u308c\u307e\u3057\u305f\u3002 +property.plugin-type.syntax.enumeration.value.postresponseextended.synopsis=\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u306b\u62e1\u5f35\u5fdc\u7b54\u3092\u9001\u4fe1\u3057\u305f\u3042\u3068\u306b\u8d77\u52d5\u3055\u308c\u307e\u3057\u305f\u3002 +property.plugin-type.syntax.enumeration.value.postresponsemodify.synopsis=\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u306b\u5909\u66f4\u5fdc\u7b54\u3092\u9001\u4fe1\u3057\u305f\u3042\u3068\u306b\u8d77\u52d5\u3055\u308c\u307e\u3057\u305f\u3002 +property.plugin-type.syntax.enumeration.value.postresponsemodifydn.synopsis=\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u306b DN \u5909\u66f4\u5fdc\u7b54\u3092\u9001\u4fe1\u3057\u305f\u3042\u3068\u306b\u8d77\u52d5\u3055\u308c\u307e\u3057\u305f\u3002 +property.plugin-type.syntax.enumeration.value.postresponsesearch.synopsis=\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u306b\u691c\u7d22\u7d50\u679c\u7d42\u4e86\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u9001\u4fe1\u3057\u305f\u3042\u3068\u306b\u8d77\u52d5\u3055\u308c\u307e\u3057\u305f\u3002 +property.plugin-type.syntax.enumeration.value.postsynchronizationadd.synopsis=\u8ffd\u52a0\u64cd\u4f5c\u306e\u305f\u3081\u306e\u540c\u671f\u5f8c\u51e6\u7406\u304c\u5b8c\u4e86\u3057\u305f\u3042\u3068\u306b\u8d77\u52d5\u3055\u308c\u307e\u3057\u305f\u3002 +property.plugin-type.syntax.enumeration.value.postsynchronizationdelete.synopsis=\u524a\u9664\u64cd\u4f5c\u306e\u305f\u3081\u306e\u540c\u671f\u5f8c\u51e6\u7406\u304c\u5b8c\u4e86\u3057\u305f\u3042\u3068\u306b\u8d77\u52d5\u3055\u308c\u307e\u3057\u305f\u3002 +property.plugin-type.syntax.enumeration.value.postsynchronizationmodify.synopsis=\u5909\u66f4\u64cd\u4f5c\u306e\u305f\u3081\u306e\u540c\u671f\u5f8c\u51e6\u7406\u304c\u5b8c\u4e86\u3057\u305f\u3042\u3068\u306b\u8d77\u52d5\u3055\u308c\u307e\u3057\u305f\u3002 +property.plugin-type.syntax.enumeration.value.postsynchronizationmodifydn.synopsis=DN \u5909\u66f4\u64cd\u4f5c\u306e\u305f\u3081\u306e\u540c\u671f\u5f8c\u51e6\u7406\u304c\u5b8c\u4e86\u3057\u305f\u3042\u3068\u306b\u8d77\u52d5\u3055\u308c\u307e\u3057\u305f\u3002 +property.plugin-type.syntax.enumeration.value.preoperationadd.synopsis=\u30b3\u30a2\u3068\u306a\u308b\u8ffd\u52a0\u51e6\u7406\u3092\u5b9f\u884c\u3059\u308b\u524d\u306b\u8d77\u52d5\u3055\u308c\u307e\u3057\u305f\u3002 +property.plugin-type.syntax.enumeration.value.preoperationbind.synopsis=\u30b3\u30a2\u3068\u306a\u308b\u30d0\u30a4\u30f3\u30c9\u51e6\u7406\u3092\u5b9f\u884c\u3059\u308b\u524d\u306b\u8d77\u52d5\u3055\u308c\u307e\u3057\u305f\u3002 +property.plugin-type.syntax.enumeration.value.preoperationcompare.synopsis=\u30b3\u30a2\u3068\u306a\u308b\u6bd4\u8f03\u51e6\u7406\u3092\u5b9f\u884c\u3059\u308b\u524d\u306b\u8d77\u52d5\u3055\u308c\u307e\u3057\u305f\u3002 +property.plugin-type.syntax.enumeration.value.preoperationdelete.synopsis=\u30b3\u30a2\u3068\u306a\u308b\u524a\u9664\u51e6\u7406\u3092\u5b9f\u884c\u3059\u308b\u524d\u306b\u8d77\u52d5\u3055\u308c\u307e\u3057\u305f\u3002 +property.plugin-type.syntax.enumeration.value.preoperationextended.synopsis=\u30b3\u30a2\u3068\u306a\u308b\u62e1\u5f35\u51e6\u7406\u3092\u5b9f\u884c\u3059\u308b\u524d\u306b\u8d77\u52d5\u3055\u308c\u307e\u3057\u305f\u3002 +property.plugin-type.syntax.enumeration.value.preoperationmodify.synopsis=\u30b3\u30a2\u3068\u306a\u308b\u5909\u66f4\u51e6\u7406\u3092\u5b9f\u884c\u3059\u308b\u524d\u306b\u8d77\u52d5\u3055\u308c\u307e\u3057\u305f\u3002 +property.plugin-type.syntax.enumeration.value.preoperationmodifydn.synopsis=\u30b3\u30a2\u3068\u306a\u308b DN \u5909\u66f4\u51e6\u7406\u3092\u5b9f\u884c\u3059\u308b\u524d\u306b\u8d77\u52d5\u3055\u308c\u307e\u3057\u305f\u3002 +property.plugin-type.syntax.enumeration.value.preoperationsearch.synopsis=\u30b3\u30a2\u3068\u306a\u308b\u691c\u7d22\u51e6\u7406\u3092\u5b9f\u884c\u3059\u308b\u524d\u306b\u8d77\u52d5\u3055\u308c\u307e\u3057\u305f\u3002 +property.plugin-type.syntax.enumeration.value.preparseabandon.synopsis=\u5ec3\u68c4\u8981\u6c42\u3092\u89e3\u6790\u3059\u308b\u524d\u306b\u8d77\u52d5\u3055\u308c\u307e\u3057\u305f\u3002 +property.plugin-type.syntax.enumeration.value.preparseadd.synopsis=\u8ffd\u52a0\u8981\u6c42\u3092\u89e3\u6790\u3059\u308b\u524d\u306b\u8d77\u52d5\u3055\u308c\u307e\u3057\u305f\u3002 +property.plugin-type.syntax.enumeration.value.preparsebind.synopsis=\u30d0\u30a4\u30f3\u30c9\u8981\u6c42\u3092\u89e3\u6790\u3059\u308b\u524d\u306b\u8d77\u52d5\u3055\u308c\u307e\u3057\u305f\u3002 +property.plugin-type.syntax.enumeration.value.preparsecompare.synopsis=\u6bd4\u8f03\u8981\u6c42\u3092\u89e3\u6790\u3059\u308b\u524d\u306b\u8d77\u52d5\u3055\u308c\u307e\u3057\u305f\u3002 +property.plugin-type.syntax.enumeration.value.preparsedelete.synopsis=\u524a\u9664\u8981\u6c42\u3092\u89e3\u6790\u3059\u308b\u524d\u306b\u8d77\u52d5\u3055\u308c\u307e\u3057\u305f\u3002 +property.plugin-type.syntax.enumeration.value.preparseextended.synopsis=\u62e1\u5f35\u8981\u6c42\u3092\u89e3\u6790\u3059\u308b\u524d\u306b\u8d77\u52d5\u3055\u308c\u307e\u3057\u305f\u3002 +property.plugin-type.syntax.enumeration.value.preparsemodify.synopsis=\u5909\u66f4\u8981\u6c42\u3092\u89e3\u6790\u3059\u308b\u524d\u306b\u8d77\u52d5\u3055\u308c\u307e\u3057\u305f\u3002 +property.plugin-type.syntax.enumeration.value.preparsemodifydn.synopsis=DN \u5909\u66f4\u8981\u6c42\u3092\u89e3\u6790\u3059\u308b\u524d\u306b\u8d77\u52d5\u3055\u308c\u307e\u3057\u305f\u3002 +property.plugin-type.syntax.enumeration.value.preparsesearch.synopsis=\u691c\u7d22\u8981\u6c42\u3092\u89e3\u6790\u3059\u308b\u524d\u306b\u8d77\u52d5\u3055\u308c\u307e\u3057\u305f\u3002 +property.plugin-type.syntax.enumeration.value.preparseunbind.synopsis=\u30a2\u30f3\u30d0\u30a4\u30f3\u30c9\u8981\u6c42\u3092\u89e3\u6790\u3059\u308b\u524d\u306b\u8d77\u52d5\u3055\u308c\u307e\u3057\u305f\u3002 +property.plugin-type.syntax.enumeration.value.searchresultentry.synopsis=\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u306b\u691c\u7d22\u7d50\u679c\u30a8\u30f3\u30c8\u30ea\u3092\u9001\u4fe1\u3059\u308b\u524d\u306b\u8d77\u52d5\u3055\u308c\u307e\u3057\u305f\u3002 +property.plugin-type.syntax.enumeration.value.searchresultreference.synopsis=\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u306b\u691c\u7d22\u7d50\u679c\u306e\u53c2\u7167\u3092\u9001\u4fe1\u3059\u308b\u524d\u306b\u8d77\u52d5\u3055\u308c\u307e\u3057\u305f\u3002 +property.plugin-type.syntax.enumeration.value.shutdown.synopsis=Directory Server \u306e\u6b63\u5e38\u306a\u30b7\u30e3\u30c3\u30c8\u30c0\u30a6\u30f3\u4e2d\u306b\u8d77\u52d5\u3055\u308c\u307e\u3057\u305f\u3002 +property.plugin-type.syntax.enumeration.value.startup.synopsis=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u8d77\u52d5\u51e6\u7406\u4e2d\u306b\u8d77\u52d5\u3055\u308c\u307e\u3057\u305f\u3002 +property.plugin-type.syntax.enumeration.value.subordinatemodifydn.synopsis=DN \u5909\u66f4\u64cd\u4f5c\u306e\u30bf\u30fc\u30b2\u30c3\u30c8\u3088\u308a\u4e0b\u4f4d\u306e\u30a8\u30f3\u30c8\u30ea\u3092\u79fb\u52d5\u307e\u305f\u306f\u540d\u524d\u306e\u5909\u66f4\u3092\u3059\u308b\u9593\u306b\u8d77\u52d5\u3055\u308c\u307e\u3057\u305f\u3002 +property.type.synopsis=\u5024\u306e\u4e00\u610f\u6027\u3092\u691c\u67fb\u3059\u308b\u5c5e\u6027\u306e\u30bf\u30a4\u30d7\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002 -- Gitblit v1.10.0