alielie
2026-09-10 f3889f2d36c50cf99468594854def9b7ed069fb5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
<?xml version="1.0" encoding="utf-8"?>
<root>
  <!--
    Microsoft ResX Schema
 
    Version 2.0
 
    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">2.0</resheader>
    <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
    <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
    <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
    <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
    <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
        <value>[base64 mime encoded serialized .NET Framework object]</value>
    </data>
    <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
        <comment>This is a comment</comment>
    </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 for serialized 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.Runtime.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:import namespace="http://www.w3.org/XML/1998/namespace" />
    <xsd:element name="root" msdata:IsDataSet="true">
      <xsd:complexType>
        <xsd:choice maxOccurs="unbounded">
          <xsd:element name="metadata">
            <xsd:complexType>
              <xsd:sequence>
                <xsd:element name="value" type="xsd:string" minOccurs="0" />
              </xsd:sequence>
              <xsd:attribute name="name" use="required" type="xsd:string" />
              <xsd:attribute name="type" type="xsd:string" />
              <xsd:attribute name="mimetype" type="xsd:string" />
              <xsd:attribute ref="xml:space" />
            </xsd:complexType>
          </xsd:element>
          <xsd:element name="assembly">
            <xsd:complexType>
              <xsd:attribute name="alias" type="xsd:string" />
              <xsd:attribute name="name" type="xsd:string" />
            </xsd:complexType>
          </xsd:element>
          <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" use="required" msdata:Ordinal="1" />
              <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
              <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
              <xsd:attribute ref="xml:space" />
            </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>2.0</value>
  </resheader>
  <resheader name="reader">
    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
  </resheader>
  <resheader name="writer">
    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
  </resheader>
  <data name="AmbiguousIndexerInvocation" xml:space="preserve">
    <value>Ambiguous invocation of indexer in type '{0}'</value>
  </data>
  <data name="AmbiguousMethodInvocation" xml:space="preserve">
    <value>Ambiguous invocation of method '{0}' in type '{1}'</value>
  </data>
  <data name="ArgsIncompatibleWithDelegate" xml:space="preserve">
    <value>Argument list incompatible with delegate expression</value>
  </data>
  <data name="ArgsIncompatibleWithLambda" xml:space="preserve">
    <value>Argument list incompatible with lambda expression</value>
  </data>
  <data name="BothTypesConvertToOther" xml:space="preserve">
    <value>Both of the types '{0}' and '{1}' convert to the other</value>
  </data>
  <data name="CannotConvertValue" xml:space="preserve">
    <value>A value of type '{0}' cannot be converted to type '{1}'</value>
  </data>
  <data name="CloseBracketOrCommaExpected" xml:space="preserve">
    <value>']' or ',' expected</value>
  </data>
  <data name="CloseParenOrCommaExpected" xml:space="preserve">
    <value>')' or ',' expected</value>
  </data>
  <data name="CloseParenOrOperatorExpected" xml:space="preserve">
    <value>')' or operator expected</value>
  </data>
  <data name="ColonExpected" xml:space="preserve">
    <value>':' expected</value>
  </data>
  <data name="DigitExpected" xml:space="preserve">
    <value>Digit expected</value>
  </data>
  <data name="DotOrOpenParenExpected" xml:space="preserve">
    <value>'.' or '(' expected</value>
  </data>
  <data name="ExpressionExpected" xml:space="preserve">
    <value>Expression expected</value>
  </data>
  <data name="ExpressionMustBeWritable" xml:space="preserve">
    <value>Expression must be writable</value>
  </data>
  <data name="FirstExprMustBeBool" xml:space="preserve">
    <value>The first expression must be of type 'Boolean'</value>
  </data>
  <data name="Format" xml:space="preserve">
    <value>{0} (at index {1}).</value>
  </data>
  <data name="IdentifierExpected" xml:space="preserve">
    <value>Identifier expected</value>
  </data>
  <data name="IncompatibleOperand" xml:space="preserve">
    <value>Operator '{0}' incompatible with operand type '{1}'</value>
  </data>
  <data name="IncompatibleOperands" xml:space="preserve">
    <value>Operator '{0}' incompatible with operand types '{1}' and '{2}'</value>
  </data>
  <data name="IncorrectNumberOfIndexes" xml:space="preserve">
    <value>Incorrect number of indexes</value>
  </data>
  <data name="InvalidCharacter" xml:space="preserve">
    <value>Syntax error '{0}'</value>
  </data>
  <data name="InvalidCharacterLiteral" xml:space="preserve">
    <value>Character literal must contain exactly one character</value>
  </data>
  <data name="InvalidEscapeSequence" xml:space="preserve">
    <value>Invalid character escape sequence</value>
  </data>
  <data name="InvalidIndex" xml:space="preserve">
    <value>Array index must be an integer expression</value>
  </data>
  <data name="InvalidIntegerLiteral" xml:space="preserve">
    <value>Invalid integer literal '{0}'</value>
  </data>
  <data name="InvalidMethodCall" xml:space="preserve">
    <value>No applicable method exists in type '{0}'</value>
  </data>
  <data name="InvalidRealLiteral" xml:space="preserve">
    <value>Invalid real literal '{0}'</value>
  </data>
  <data name="NeitherTypeConvertsToOther" xml:space="preserve">
    <value>Neither of the types '{0}' and '{1}' converts to the other</value>
  </data>
  <data name="NoApplicableConstructor" xml:space="preserve">
    <value>No applicable constructor exists in type '{0}'</value>
  </data>
  <data name="NoApplicableIndexer" xml:space="preserve">
    <value>No applicable indexer exists in type '{0}'</value>
  </data>
  <data name="OpenParenExpected" xml:space="preserve">
    <value>'(' expected</value>
  </data>
  <data name="SyntaxError" xml:space="preserve">
    <value>Syntax error</value>
  </data>
  <data name="TypeHasNoNullableForm" xml:space="preserve">
    <value>Type '{0}' has no nullable form</value>
  </data>
  <data name="TypeIdentifierExpected" xml:space="preserve">
    <value>Type identifier expected</value>
  </data>
  <data name="TypeofRequiresAType" xml:space="preserve">
    <value>The 'typeof' keyword requires a type as an argument</value>
  </data>
  <data name="TypeofRequiresOneArg" xml:space="preserve">
    <value>The 'typeof' keyword requires 1 argument</value>
  </data>
  <data name="UnknownPropertyOrField" xml:space="preserve">
    <value>No property or field '{0}' exists in type '{1}'</value>
  </data>
  <data name="UnterminatedStringLiteral" xml:space="preserve">
    <value>Unterminated string literal</value>
  </data>
  <data name="InvalidOperation" xml:space="preserve">
    <value>Invalid Operation</value>
  </data>
  <data name="AmbiguousBinaryOperatorInvocation" xml:space="preserve">
    <value>Ambiguous invocation of user defined operator '{0}' in types '{1}' and '{2}'</value>
  </data>
  <data name="AmbiguousUnaryOperatorInvocation" xml:space="preserve">
    <value>Ambiguous invocation of user defined operator '{0}' in type '{1}'</value>
  </data>
  <data name="AmbiguousDelegateInvocation" xml:space="preserve">
    <value>Ambiguous invocation of delegate (multiple overloads found)</value>
  </data>
  <data name="CloseCurlyBracketExpected" xml:space="preserve">
    <value>'}}' expected</value>
  </data>
  <data name="OpenCurlyBracketExpected" xml:space="preserve">
    <value>'{{' expected</value>
  </data>
  <data name="EqualExpected" xml:space="preserve">
    <value>'=' expected</value>
  </data>
  <data name="CloseTypeArgumentListExpected" xml:space="preserve">
    <value>'&gt;' expected</value>
  </data>
  <data name="MethodTypeParametersCantBeInferred" xml:space="preserve">
    <value>The type arguments for method '{0}' cannot be inferred from the usage.</value>
  </data>
  <data name="ParamsArrayTypeNotAnArray" xml:space="preserve">
    <value>Params array type is not an array, element not found</value>
  </data>
  <data name="AmbiguousConstructorInvocation" xml:space="preserve">
    <value>Ambiguous invocation of constructor in type '{0}'</value>
  </data>
  <data name="UnsupportedMultidimensionalArrays" xml:space="preserve">
    <value>Multidimensional arrays are not supported</value>
  </data>
  <data name="InvalidInitializerMemberDeclarator" xml:space="preserve">
    <value>Invalid initializer member declarator</value>
  </data>
  <data name="CollectionInitializationNotSupported" xml:space="preserve">
    <value>Cannot initialize type '{0}' with a collection initializer because it does not implement '{1}'</value>
  </data>
  <data name="UnableToFindAppropriateAddMethod" xml:space="preserve">
    <value>The best overloaded Add method '{0}.Add' for the collection initializer has some invalid arguments</value>
  </data>
  <data name="ReservedWord" xml:space="preserve">
    <value>{0} is a reserved word</value>
  </data>
  <data name="ArgumentCountMismatch" xml:space="preserve">
    <value>Arguments count mismatch</value>
  </data>
  <data name="GenericTypeReference" xml:space="preserve">
    <value>Generic type must be referenced via its generic definition: {0}</value>
  </data>
  <data name="AssignmentOperatorNotAllowed" xml:space="preserve">
    <value>Assignment operator '{0}' not allowed</value>
  </data>
  <data name="DuplicateParameter" xml:space="preserve">
    <value>The parameter '{0}' was defined more than once</value>
  </data>
  <data name="InvalidMethodCall2" xml:space="preserve">
    <value>No applicable method '{0}' exists in type '{1}'</value>
  </data>
  <data name="ReflectionNotAllowed" xml:space="preserve">
    <value>Reflection expression not allowed. To enable reflection use Interpreter.EnableReflection().</value>
  </data>
  <data name="UnknownIdentifier" xml:space="preserve">
    <value>Unknown identifier '{0}'</value>
  </data>
  <data name="DuplicateLocalParameterDeclaration" xml:space="preserve">
    <value>A local or parameter named '{0}' cannot be declared in this scope because that name is used in an enclosing local scope to define a local or parameter</value>
  </data>
  <data name="MultipleLambdaParametersWithoutBrace" xml:space="preserve">
    <value>Multiple lambda parameters detected, but with no surrounding parenthesis</value>
  </data>
  <data name="GenericArgumentCountMismatch" xml:space="preserve">
    <value>The number of generic arguments provided doesn't equal the arity of the generic type definition</value>
  </data>
  <data name="NextTokenAtEnd" xml:space="preserve">
    <value>NextToken called when already at the end of the expression</value>
  </data>
</root>