Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Utilclass/ResultCodeMessages.resx')
-rw-r--r--mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Utilclass/ResultCodeMessages.resx283
1 files changed, 283 insertions, 0 deletions
diff --git a/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Utilclass/ResultCodeMessages.resx b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Utilclass/ResultCodeMessages.resx
new file mode 100644
index 00000000000..f84f96c5311
--- /dev/null
+++ b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Utilclass/ResultCodeMessages.resx
@@ -0,0 +1,283 @@
+<?xml version="1.0" encoding="utf-8"?>
+<root>
+ <!--
+ Microsoft ResX Schema
+
+ Version 1.3
+
+ The primary goals of this format is to allow a simple XML format
+ that is mostly human readable. The generation and parsing of the
+ various data types are done through the TypeConverter classes
+ associated with the data types.
+
+ Example:
+
+ ... ado.net/XML headers & schema ...
+ <resheader name="resmimetype">text/microsoft-resx</resheader>
+ <resheader name="version">1.3</resheader>
+ <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
+ <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
+ <data name="Name1">this is my long string</data>
+ <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
+ <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
+ [base64 mime encoded serialized .NET Framework object]
+ </data>
+ <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+ [base64 mime encoded string representing a byte array form of the .NET Framework object]
+ </data>
+
+ There are any number of "resheader" rows that contain simple
+ name/value pairs.
+
+ Each data row contains a name, and value. The row also contains a
+ type or mimetype. Type corresponds to a .NET class that support
+ text/value conversion through the TypeConverter architecture.
+ Classes that don't support this are serialized and stored with the
+ mimetype set.
+
+ The mimetype is used forserialized objects, and tells the
+ ResXResourceReader how to depersist the object. This is currently not
+ extensible. For a given mimetype the value must be set accordingly:
+
+ Note - application/x-microsoft.net.object.binary.base64 is the format
+ that the ResXResourceWriter will generate, however the reader can
+ read any of the formats listed below.
+
+ mimetype: application/x-microsoft.net.object.binary.base64
+ value : The object must be serialized with
+ : System.Serialization.Formatters.Binary.BinaryFormatter
+ : and then encoded with base64 encoding.
+
+ mimetype: application/x-microsoft.net.object.soap.base64
+ value : The object must be serialized with
+ : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
+ : and then encoded with base64 encoding.
+
+ mimetype: application/x-microsoft.net.object.bytearray.base64
+ value : The object must be serialized into a byte array
+ : using a System.ComponentModel.TypeConverter
+ : and then encoded with base64 encoding.
+ -->
+ <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
+ <xsd:element name="root" msdata:IsDataSet="true">
+ <xsd:complexType>
+ <xsd:choice maxOccurs="unbounded">
+ <xsd:element name="data">
+ <xsd:complexType>
+ <xsd:sequence>
+ <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
+ <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
+ </xsd:sequence>
+ <xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
+ <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
+ <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
+ </xsd:complexType>
+ </xsd:element>
+ <xsd:element name="resheader">
+ <xsd:complexType>
+ <xsd:sequence>
+ <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
+ </xsd:sequence>
+ <xsd:attribute name="name" type="xsd:string" use="required" />
+ </xsd:complexType>
+ </xsd:element>
+ </xsd:choice>
+ </xsd:complexType>
+ </xsd:element>
+ </xsd:schema>
+ <resheader name="resmimetype">
+ <value>text/microsoft-resx</value>
+ </resheader>
+ <resheader name="version">
+ <value>1.3</value>
+ </resheader>
+ <resheader name="reader">
+ <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+ </resheader>
+ <resheader name="writer">
+ <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+ </resheader>
+ <data name="0">
+ <value>Success</value>
+ </data>
+ <data name="1">
+ <value>Operations Error</value>
+ </data>
+ <data name="2">
+ <value>Protocol Error</value>
+ </data>
+ <data name="3">
+ <value>Timelimit Exceeded</value>
+ </data>
+ <data name="4">
+ <value>Sizelimit Exceeded</value>
+ </data>
+ <data name="5">
+ <value>Compare False</value>
+ </data>
+ <data name="6">
+ <value>Compare True</value>
+ </data>
+ <data name="7">
+ <value>Authentication Method Not Supported</value>
+ </data>
+ <data name="8">
+ <value>Strong Authentication Required</value>
+ </data>
+ <data name="9">
+ <value>Partial Results</value>
+ </data>
+ <data name="10">
+ <value>Referral</value>
+ </data>
+ <data name="11">
+ <value>Administrative Limit Exceeded</value>
+ </data>
+ <data name="12">
+ <value>Unavailable Critical Extension</value>
+ </data>
+ <data name="13">
+ <value>Confidentiality Required</value>
+ </data>
+ <data name="14">
+ <value>SASL Bind In Progress</value>
+ </data>
+ <data name="16">
+ <value>No Such Attribute</value>
+ </data>
+ <data name="17">
+ <value>Undefined Attribute Type</value>
+ </data>
+ <data name="18">
+ <value>Inappropriate Matching</value>
+ </data>
+ <data name="19">
+ <value>Constraint Violation</value>
+ </data>
+ <data name="20">
+ <value>Attribute Or Value Exists</value>
+ </data>
+ <data name="21">
+ <value>Invalid Attribute Syntax</value>
+ </data>
+ <data name="32">
+ <value>No Such Object</value>
+ </data>
+ <data name="33">
+ <value>Alias Problem</value>
+ </data>
+ <data name="34">
+ <value>Invalid DN Syntax</value>
+ </data>
+ <data name="35">
+ <value>Is Leaf</value>
+ </data>
+ <data name="36">
+ <value>Alias Dereferencing Problem</value>
+ </data>
+ <data name="48">
+ <value>Inappropriate Authentication</value>
+ </data>
+ <data name="49">
+ <value>Invalid Credentials</value>
+ </data>
+ <data name="50">
+ <value>Insufficient Access Rights</value>
+ </data>
+ <data name="51">
+ <value>Busy</value>
+ </data>
+ <data name="52">
+ <value>Unavailable</value>
+ </data>
+ <data name="53">
+ <value>Unwilling To Perform</value>
+ </data>
+ <data name="54">
+ <value>Loop Detect</value>
+ </data>
+ <data name="64">
+ <value>Naming Violation</value>
+ </data>
+ <data name="65">
+ <value>Object Class Violation</value>
+ </data>
+ <data name="66">
+ <value>Not Allowed On Non-leaf</value>
+ </data>
+ <data name="67">
+ <value>Not Allowed On RDN</value>
+ </data>
+ <data name="68">
+ <value>Entry Already Exists</value>
+ </data>
+ <data name="69">
+ <value>Object Class Modifications Prohibited</value>
+ </data>
+ <data name="71">
+ <value>Affects Multiple DSAs</value>
+ </data>
+ <data name="80">
+ <value>Other</value>
+ </data>
+ <data name="81">
+ <value>Server Down</value>
+ </data>
+ <data name="82">
+ <value>Local Error</value>
+ </data>
+ <data name="83">
+ <value>Encoding Error</value>
+ </data>
+ <data name="84">
+ <value>Decoding Error</value>
+ </data>
+ <data name="85">
+ <value>Ldap Timeout</value>
+ </data>
+ <data name="86">
+ <value>Authentication Unknown</value>
+ </data>
+ <data name="87">
+ <value>Filter Error</value>
+ </data>
+ <data name="88">
+ <value>User Cancelled</value>
+ </data>
+ <data name="89">
+ <value>Parameter Error</value>
+ </data>
+ <data name="90">
+ <value>No Memory</value>
+ </data>
+ <data name="91">
+ <value>Connect Error</value>
+ </data>
+ <data name="92">
+ <value>Ldap Not Supported</value>
+ </data>
+ <data name="93">
+ <value>Control Not Found</value>
+ </data>
+ <data name="94">
+ <value>No Results Returned</value>
+ </data>
+ <data name="95">
+ <value>More Results To Return</value>
+ </data>
+ <data name="96">
+ <value>Client Loop</value>
+ </data>
+ <data name="97">
+ <value>Referral Limit Exceeded</value>
+ </data>
+ <data name="112">
+ <value>TLS not supported</value>
+ </data>
+ <data name="113">
+ <value>SSL handshake failed</value>
+ </data>
+ <data name="114">
+ <value>SSL Provider not found</value>
+ </data>
+</root> \ No newline at end of file