b451d64391f61fc8c35d1e5ef73e7b81943b4f2a
[mono.git] / mcs / class / System.ComponentModel.Composition / src / Composition.Initialization / Strings.resx
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <root>\r
3         <!-- \r
4                 Microsoft ResX Schema\r
5 \r
6                 Version 1.3\r
7 \r
8                 The primary goals of this format is to allow a simple XML format \r
9                 that is mostly human readable. The generation and parsing of the \r
10                 various data types are done through the TypeConverter classes \r
11                 associated with the data types.\r
12 \r
13                 Example:\r
14 \r
15                 ... ado.net/XML headers & schema ...\r
16                 <resheader name="resmimetype">text/microsoft-resx</resheader>\r
17                 <resheader name="version">1.3</resheader>\r
18                 <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\r
19                 <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\r
20                 <data name="Name1">this is my long string</data>\r
21                 <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>\r
22                 <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">\r
23                         [base64 mime encoded serialized .NET Framework object]\r
24                 </data>\r
25                 <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">\r
26                         [base64 mime encoded string representing a byte array form of the .NET Framework object]\r
27                 </data>\r
28 \r
29                 There are any number of "resheader" rows that contain simple \r
30                 name/value pairs.\r
31 \r
32                 Each data row contains a name, and value. The row also contains a\r
33                 type or mimetype. Type corresponds to a .NET class that support \r
34                 text/value conversion through the TypeConverter architecture. \r
35                 Classes that don't support this are serialized and stored with the \r
36                 mimetype set.\r
37 \r
38                 The mimetype is used for serialized objects, and tells the \r
39                 ResXResourceReader how to depersist the object. This is currently not \r
40                 extensible. For a given mimetype the value must be set accordingly:\r
41 \r
42                 Note - application/x-microsoft.net.object.binary.base64 is the format \r
43                 that the ResXResourceWriter will generate, however the reader can   \r
44                 read any of the formats listed below.\r
45 \r
46                 mimetype: application/x-microsoft.net.object.binary.base64\r
47                 value   : The object must be serialized with \r
48                         : System.Serialization.Formatters.Binary.BinaryFormatter\r
49                         : and then encoded with base64 encoding.\r
50 \r
51                 mimetype: application/x-microsoft.net.object.soap.base64\r
52                 value   : The object must be serialized with \r
53                         : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\r
54                         : and then encoded with base64 encoding.\r
55 \r
56                 mimetype: application/x-microsoft.net.object.bytearray.base64\r
57                 value   : The object must be serialized into a byte array \r
58                         : using a System.ComponentModel.TypeConverter\r
59                         : and then encoded with base64 encoding.\r
60         -->\r
61         \r
62         <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">\r
63                 <xsd:element name="root" msdata:IsDataSet="true">\r
64                         <xsd:complexType>\r
65                                 <xsd:choice maxOccurs="unbounded">\r
66                                         <xsd:element name="data">\r
67                                                 <xsd:complexType>\r
68                                                         <xsd:sequence>\r
69                                                                 <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />\r
70                                                                 <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />\r
71                                                         </xsd:sequence>\r
72                                                         <xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />\r
73                                                         <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />\r
74                                                         <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />\r
75                                                 </xsd:complexType>\r
76                                         </xsd:element>\r
77                                         <xsd:element name="resheader">\r
78                                                 <xsd:complexType>\r
79                                                         <xsd:sequence>\r
80                                                                 <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />\r
81                                                         </xsd:sequence>\r
82                                                         <xsd:attribute name="name" type="xsd:string" use="required" />\r
83                                                 </xsd:complexType>\r
84                                         </xsd:element>\r
85                                 </xsd:choice>\r
86                         </xsd:complexType>\r
87                 </xsd:element>\r
88         </xsd:schema>\r
89         <resheader name="resmimetype">\r
90                 <value>text/microsoft-resx</value>\r
91         </resheader>\r
92         <resheader name="version">\r
93                 <value>1.3</value>\r
94         </resheader>\r
95         <resheader name="reader">\r
96                 <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\r
97         </resheader>\r
98         <resheader name="writer">\r
99                 <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\r
100         </resheader>\r
101   <data name="ArgumentException_TypeHasExports" xml:space="preserve">\r
102     <value>Cannot call SatisfyImports on a object of type '{0}' because it is marked with one or more ExportAttributes.</value>\r
103   </data>\r
104   <data name="InvalidOperationException_GlobalContainerAlreadyInitialized" xml:space="preserve">\r
105     <value>The container has already been initialized either by another call to InitializeContainer or by someone causing the default container to be constructed. Ensure that InitializeContainer is one of the first things that happens in the application host to ensure that it is ready for the first composition.</value>\r
106   </data>\r
107   <data name="ArgumentException_EmptyString" xml:space="preserve">\r
108     <value>'{0}' cannot be an empty string ("").</value>\r
109   </data>\r
110   <data name="InvalidOperationException_DeploymentCatalogInvalidStateChange" xml:space="preserve">\r
111     <value>Catalog is trying to transition to an invalid state. Occurs when you call DownloadAsync more than once or CancelAsync is called at an incorrect time.</value>\r
112   </data>\r
113   <data name="InvalidOperationException_ErrorReadingXap" xml:space="preserve">\r
114     <value>The package downloaded successfully but an error occurred while reading the contents of the package. See the inner exception for more details.</value>\r
115   </data>\r
116 </root>