diff options
Diffstat (limited to 'src/WixToolset.Core/WixStrings.Designer.cs')
-rw-r--r-- | src/WixToolset.Core/WixStrings.Designer.cs | 442 |
1 files changed, 442 insertions, 0 deletions
diff --git a/src/WixToolset.Core/WixStrings.Designer.cs b/src/WixToolset.Core/WixStrings.Designer.cs new file mode 100644 index 00000000..4ba9381a --- /dev/null +++ b/src/WixToolset.Core/WixStrings.Designer.cs | |||
@@ -0,0 +1,442 @@ | |||
1 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. | ||
2 | |||
3 | namespace WixToolset { | ||
4 | using System; | ||
5 | |||
6 | |||
7 | /// <summary> | ||
8 | /// A strongly-typed resource class, for looking up localized strings, etc. | ||
9 | /// </summary> | ||
10 | // This class was auto-generated by the StronglyTypedResourceBuilder | ||
11 | // class via a tool like ResGen or Visual Studio. | ||
12 | // To add or remove a member, edit your .ResX file then rerun ResGen | ||
13 | // with the /str option, or rebuild your VS project. | ||
14 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] | ||
15 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | ||
16 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] | ||
17 | internal class WixStrings { | ||
18 | |||
19 | private static global::System.Resources.ResourceManager resourceMan; | ||
20 | |||
21 | private static global::System.Globalization.CultureInfo resourceCulture; | ||
22 | |||
23 | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] | ||
24 | internal WixStrings() { | ||
25 | } | ||
26 | |||
27 | /// <summary> | ||
28 | /// Returns the cached ResourceManager instance used by this class. | ||
29 | /// </summary> | ||
30 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] | ||
31 | internal static global::System.Resources.ResourceManager ResourceManager { | ||
32 | get { | ||
33 | if (object.ReferenceEquals(resourceMan, null)) { | ||
34 | global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("WixToolset.WixStrings", typeof(WixStrings).Assembly); | ||
35 | resourceMan = temp; | ||
36 | } | ||
37 | return resourceMan; | ||
38 | } | ||
39 | } | ||
40 | |||
41 | /// <summary> | ||
42 | /// Overrides the current thread's CurrentUICulture property for all | ||
43 | /// resource lookups using this strongly typed resource class. | ||
44 | /// </summary> | ||
45 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] | ||
46 | internal static global::System.Globalization.CultureInfo Culture { | ||
47 | get { | ||
48 | return resourceCulture; | ||
49 | } | ||
50 | set { | ||
51 | resourceCulture = value; | ||
52 | } | ||
53 | } | ||
54 | |||
55 | /// <summary> | ||
56 | /// Looks up a localized string similar to Cannot index into a FileRowCollection that allows duplicate FileIds. | ||
57 | /// </summary> | ||
58 | internal static string EXP_CannotIndexIntoFileRowCollection { | ||
59 | get { | ||
60 | return ResourceManager.GetString("EXP_CannotIndexIntoFileRowCollection", resourceCulture); | ||
61 | } | ||
62 | } | ||
63 | |||
64 | /// <summary> | ||
65 | /// Looks up a localized string similar to The value '{0}' is not a legal identifier and therefore cannot be modularized.. | ||
66 | /// </summary> | ||
67 | internal static string EXP_CannotModularizeIllegalID { | ||
68 | get { | ||
69 | return ResourceManager.GetString("EXP_CannotModularizeIllegalID", resourceCulture); | ||
70 | } | ||
71 | } | ||
72 | |||
73 | /// <summary> | ||
74 | /// Looks up a localized string similar to Cannot set column '{0}' with value {1} because it is greater than the maximum allowed value for this column, {2}.. | ||
75 | /// </summary> | ||
76 | internal static string EXP_CannotSetColumnWithValueGreaterThanMaxValue { | ||
77 | get { | ||
78 | return ResourceManager.GetString("EXP_CannotSetColumnWithValueGreaterThanMaxValue", resourceCulture); | ||
79 | } | ||
80 | } | ||
81 | |||
82 | /// <summary> | ||
83 | /// Looks up a localized string similar to Cannot set column '{0}' with value {1} because it is less than the minimum allowed value for this column, {2}.. | ||
84 | /// </summary> | ||
85 | internal static string EXP_CannotSetColumnWithValueLessThanMinValue { | ||
86 | get { | ||
87 | return ResourceManager.GetString("EXP_CannotSetColumnWithValueLessThanMinValue", resourceCulture); | ||
88 | } | ||
89 | } | ||
90 | |||
91 | /// <summary> | ||
92 | /// Looks up a localized string similar to A Merge table FileCompression column cannot be set to the invalid value '{0}'.. | ||
93 | /// </summary> | ||
94 | internal static string EXP_CannotSetMergeTableFileCompressionColumnToInvalidValue { | ||
95 | get { | ||
96 | return ResourceManager.GetString("EXP_CannotSetMergeTableFileCompressionColumnToInvalidValue", resourceCulture); | ||
97 | } | ||
98 | } | ||
99 | |||
100 | /// <summary> | ||
101 | /// Looks up a localized string similar to Cannot set column '{0}' with a null value because this is a required field.. | ||
102 | /// </summary> | ||
103 | internal static string EXP_CannotSetNullOnRequiredField { | ||
104 | get { | ||
105 | return ResourceManager.GetString("EXP_CannotSetNullOnRequiredField", resourceCulture); | ||
106 | } | ||
107 | } | ||
108 | |||
109 | /// <summary> | ||
110 | /// Looks up a localized string similar to Cannot set number column '{0}' with a value of type '{1}'.. | ||
111 | /// </summary> | ||
112 | internal static string EXP_CannotSetNumberColumnWithValueOfType { | ||
113 | get { | ||
114 | return ResourceManager.GetString("EXP_CannotSetNumberColumnWithValueOfType", resourceCulture); | ||
115 | } | ||
116 | } | ||
117 | |||
118 | /// <summary> | ||
119 | /// Looks up a localized string similar to Cannot set string column '{0}' with a value of type '{1}'.. | ||
120 | /// </summary> | ||
121 | internal static string EXP_CannotSetStringColumnWithValueOfType { | ||
122 | get { | ||
123 | return ResourceManager.GetString("EXP_CannotSetStringColumnWithValueOfType", resourceCulture); | ||
124 | } | ||
125 | } | ||
126 | |||
127 | /// <summary> | ||
128 | /// Looks up a localized string similar to Could not determine ProductCode from transform summary information. | ||
129 | /// </summary> | ||
130 | internal static string EXP_CouldnotDetermineProductCodeFromTransformSummaryInfo { | ||
131 | get { | ||
132 | return ResourceManager.GetString("EXP_CouldnotDetermineProductCodeFromTransformSummaryInfo", resourceCulture); | ||
133 | } | ||
134 | } | ||
135 | |||
136 | /// <summary> | ||
137 | /// Looks up a localized string similar to Could not find a unique identifier for the given resource name.. | ||
138 | /// </summary> | ||
139 | internal static string EXP_CouldnotFileUniqueIDForResourceName { | ||
140 | get { | ||
141 | return ResourceManager.GetString("EXP_CouldnotFileUniqueIDForResourceName", resourceCulture); | ||
142 | } | ||
143 | } | ||
144 | |||
145 | /// <summary> | ||
146 | /// Looks up a localized string similar to Didn't find duplicated symbol.. | ||
147 | /// </summary> | ||
148 | internal static string EXP_DidnotFindDuplicateSymbol { | ||
149 | get { | ||
150 | return ResourceManager.GetString("EXP_DidnotFindDuplicateSymbol", resourceCulture); | ||
151 | } | ||
152 | } | ||
153 | |||
154 | /// <summary> | ||
155 | /// Looks up a localized string similar to Expected ComplexReference type.. | ||
156 | /// </summary> | ||
157 | internal static string EXP_ExpectedComplexReferenceType { | ||
158 | get { | ||
159 | return ResourceManager.GetString("EXP_ExpectedComplexReferenceType", resourceCulture); | ||
160 | } | ||
161 | } | ||
162 | |||
163 | /// <summary> | ||
164 | /// Looks up a localized string similar to Found an ActionRow with a non-existent {0} action: {1}.. | ||
165 | /// </summary> | ||
166 | internal static string EXP_FoundActionRowWinNonExistentAction { | ||
167 | get { | ||
168 | return ResourceManager.GetString("EXP_FoundActionRowWinNonExistentAction", resourceCulture); | ||
169 | } | ||
170 | } | ||
171 | |||
172 | /// <summary> | ||
173 | /// Looks up a localized string similar to Found an ActionRow with no Sequence, Before, or After column set.. | ||
174 | /// </summary> | ||
175 | internal static string EXP_FoundActionRowWithNoSequenceBeforeOrAfterColumnSet { | ||
176 | get { | ||
177 | return ResourceManager.GetString("EXP_FoundActionRowWithNoSequenceBeforeOrAfterColumnSet", resourceCulture); | ||
178 | } | ||
179 | } | ||
180 | |||
181 | /// <summary> | ||
182 | /// Looks up a localized string similar to Illegal arguments passed.. | ||
183 | /// </summary> | ||
184 | internal static string EXP_IllegalArgumentsPassed { | ||
185 | get { | ||
186 | return ResourceManager.GetString("EXP_IllegalArgumentsPassed", resourceCulture); | ||
187 | } | ||
188 | } | ||
189 | |||
190 | /// <summary> | ||
191 | /// Looks up a localized string similar to Invalid table name passed into GenerateIdentifier.. | ||
192 | /// </summary> | ||
193 | internal static string EXP_InvalidTableNamePassed { | ||
194 | get { | ||
195 | return ResourceManager.GetString("EXP_InvalidTableNamePassed", resourceCulture); | ||
196 | } | ||
197 | } | ||
198 | |||
199 | /// <summary> | ||
200 | /// Looks up a localized string similar to A Merge table FileCompression column contains an invalid value '{0}'.. | ||
201 | /// </summary> | ||
202 | internal static string EXP_MergeTableFileCompressionColumnContainsInvalidValue { | ||
203 | get { | ||
204 | return ResourceManager.GetString("EXP_MergeTableFileCompressionColumnContainsInvalidValue", resourceCulture); | ||
205 | } | ||
206 | } | ||
207 | |||
208 | /// <summary> | ||
209 | /// Looks up a localized string similar to Multiple harvester extensions specified.. | ||
210 | /// </summary> | ||
211 | internal static string EXP_MultipleHarvesterExtensionsSpecified { | ||
212 | get { | ||
213 | return ResourceManager.GetString("EXP_MultipleHarvesterExtensionsSpecified", resourceCulture); | ||
214 | } | ||
215 | } | ||
216 | |||
217 | /// <summary> | ||
218 | /// Looks up a localized string similar to The other object is not a FileRow.. | ||
219 | /// </summary> | ||
220 | internal static string EXP_OtherObjectIsNotFileRow { | ||
221 | get { | ||
222 | return ResourceManager.GetString("EXP_OtherObjectIsNotFileRow", resourceCulture); | ||
223 | } | ||
224 | } | ||
225 | |||
226 | /// <summary> | ||
227 | /// Looks up a localized string similar to Transform authored into multiple Media '{0}' and '{1}'.. | ||
228 | /// </summary> | ||
229 | internal static string EXP_TransformAuthoredIntoMultipleMedia { | ||
230 | get { | ||
231 | return ResourceManager.GetString("EXP_TransformAuthoredIntoMultipleMedia", resourceCulture); | ||
232 | } | ||
233 | } | ||
234 | |||
235 | /// <summary> | ||
236 | /// Looks up a localized string similar to Unexpected complex reference child type: {0}. | ||
237 | /// </summary> | ||
238 | internal static string EXP_UnexpectedComplexReferenceChildType { | ||
239 | get { | ||
240 | return ResourceManager.GetString("EXP_UnexpectedComplexReferenceChildType", resourceCulture); | ||
241 | } | ||
242 | } | ||
243 | |||
244 | /// <summary> | ||
245 | /// Looks up a localized string similar to Unexpected entry section type: {0}. | ||
246 | /// </summary> | ||
247 | internal static string EXP_UnexpectedEntrySectionType { | ||
248 | get { | ||
249 | return ResourceManager.GetString("EXP_UnexpectedEntrySectionType", resourceCulture); | ||
250 | } | ||
251 | } | ||
252 | |||
253 | /// <summary> | ||
254 | /// Looks up a localized string similar to Encountered an unexpected error while merging '{0}'. More information about the merge and the failure can be found in the merge log: '{1}'. | ||
255 | /// </summary> | ||
256 | internal static string EXP_UnexpectedMergerErrorInSourceFile { | ||
257 | get { | ||
258 | return ResourceManager.GetString("EXP_UnexpectedMergerErrorInSourceFile", resourceCulture); | ||
259 | } | ||
260 | } | ||
261 | |||
262 | /// <summary> | ||
263 | /// Looks up a localized string similar to Encountered an unexpected merge error of type '{0}' for which there is currently no error message to display. More information about the merge and the failure can be found in the merge log: '{1}'. | ||
264 | /// </summary> | ||
265 | internal static string EXP_UnexpectedMergerErrorWithType { | ||
266 | get { | ||
267 | return ResourceManager.GetString("EXP_UnexpectedMergerErrorWithType", resourceCulture); | ||
268 | } | ||
269 | } | ||
270 | |||
271 | /// <summary> | ||
272 | /// Looks up a localized string similar to Unknown control attribute: '{0}'.. | ||
273 | /// </summary> | ||
274 | internal static string EXP_UnknowControlAttribute { | ||
275 | get { | ||
276 | return ResourceManager.GetString("EXP_UnknowControlAttribute", resourceCulture); | ||
277 | } | ||
278 | } | ||
279 | |||
280 | /// <summary> | ||
281 | /// Looks up a localized string similar to Unknown column type: {0}. | ||
282 | /// </summary> | ||
283 | internal static string EXP_UnknownColumnType { | ||
284 | get { | ||
285 | return ResourceManager.GetString("EXP_UnknownColumnType", resourceCulture); | ||
286 | } | ||
287 | } | ||
288 | |||
289 | /// <summary> | ||
290 | /// Looks up a localized string similar to Unknown compression level type: {0}. | ||
291 | /// </summary> | ||
292 | internal static string EXP_UnknownCompressionLevelType { | ||
293 | get { | ||
294 | return ResourceManager.GetString("EXP_UnknownCompressionLevelType", resourceCulture); | ||
295 | } | ||
296 | } | ||
297 | |||
298 | /// <summary> | ||
299 | /// Looks up a localized string similar to Unknown custom column category '{0}'.. | ||
300 | /// </summary> | ||
301 | internal static string EXP_UnknownCustomColumnCategory { | ||
302 | get { | ||
303 | return ResourceManager.GetString("EXP_UnknownCustomColumnCategory", resourceCulture); | ||
304 | } | ||
305 | } | ||
306 | |||
307 | /// <summary> | ||
308 | /// Looks up a localized string similar to Unknown custom column modularization type '{0}'.. | ||
309 | /// </summary> | ||
310 | internal static string EXP_UnknownCustomColumnModularizationType { | ||
311 | get { | ||
312 | return ResourceManager.GetString("EXP_UnknownCustomColumnModularizationType", resourceCulture); | ||
313 | } | ||
314 | } | ||
315 | |||
316 | /// <summary> | ||
317 | /// Looks up a localized string similar to Unknown custom column type '{0}'.. | ||
318 | /// </summary> | ||
319 | internal static string EXP_UnknownCustomColumnType { | ||
320 | get { | ||
321 | return ResourceManager.GetString("EXP_UnknownCustomColumnType", resourceCulture); | ||
322 | } | ||
323 | } | ||
324 | |||
325 | /// <summary> | ||
326 | /// Looks up a localized string similar to Unknown output type.. | ||
327 | /// </summary> | ||
328 | internal static string EXP_UnknownOutputType { | ||
329 | get { | ||
330 | return ResourceManager.GetString("EXP_UnknownOutputType", resourceCulture); | ||
331 | } | ||
332 | } | ||
333 | |||
334 | /// <summary> | ||
335 | /// Looks up a localized string similar to Unknown permission attribute '{0}'.. | ||
336 | /// </summary> | ||
337 | internal static string EXP_UnknownPermissionAttribute { | ||
338 | get { | ||
339 | return ResourceManager.GetString("EXP_UnknownPermissionAttribute", resourceCulture); | ||
340 | } | ||
341 | } | ||
342 | |||
343 | /// <summary> | ||
344 | /// Looks up a localized string similar to Unknown platform enumeration '{0}' encountered.. | ||
345 | /// </summary> | ||
346 | internal static string EXP_UnknownPlatformEnum { | ||
347 | get { | ||
348 | return ResourceManager.GetString("EXP_UnknownPlatformEnum", resourceCulture); | ||
349 | } | ||
350 | } | ||
351 | |||
352 | /// <summary> | ||
353 | /// Looks up a localized string similar to Unknown sequence table.. | ||
354 | /// </summary> | ||
355 | internal static string EXP_UnknowSequenceTable { | ||
356 | get { | ||
357 | return ResourceManager.GetString("EXP_UnknowSequenceTable", resourceCulture); | ||
358 | } | ||
359 | } | ||
360 | |||
361 | /// <summary> | ||
362 | /// Looks up a localized string similar to The table {0} is not supported.. | ||
363 | /// </summary> | ||
364 | internal static string EXP_UnsupportedTable { | ||
365 | get { | ||
366 | return ResourceManager.GetString("EXP_UnsupportedTable", resourceCulture); | ||
367 | } | ||
368 | } | ||
369 | |||
370 | /// <summary> | ||
371 | /// Looks up a localized string similar to {0}({1}). | ||
372 | /// </summary> | ||
373 | internal static string Format_FirstLineNumber { | ||
374 | get { | ||
375 | return ResourceManager.GetString("Format_FirstLineNumber", resourceCulture); | ||
376 | } | ||
377 | } | ||
378 | |||
379 | /// <summary> | ||
380 | /// Looks up a localized string similar to {0}. | ||
381 | /// </summary> | ||
382 | internal static string Format_InfoMessage { | ||
383 | get { | ||
384 | return ResourceManager.GetString("Format_InfoMessage", resourceCulture); | ||
385 | } | ||
386 | } | ||
387 | |||
388 | /// <summary> | ||
389 | /// Looks up a localized string similar to {0}: line {1}. | ||
390 | /// </summary> | ||
391 | internal static string Format_LineNumber { | ||
392 | get { | ||
393 | return ResourceManager.GetString("Format_LineNumber", resourceCulture); | ||
394 | } | ||
395 | } | ||
396 | |||
397 | /// <summary> | ||
398 | /// Looks up a localized string similar to {0} : {1} {2}{3:0000} : {4}. | ||
399 | /// </summary> | ||
400 | internal static string Format_NonInfoMessage { | ||
401 | get { | ||
402 | return ResourceManager.GetString("Format_NonInfoMessage", resourceCulture); | ||
403 | } | ||
404 | } | ||
405 | |||
406 | /// <summary> | ||
407 | /// Looks up a localized string similar to Source trace:{0}. | ||
408 | /// </summary> | ||
409 | internal static string INF_SourceTrace { | ||
410 | get { | ||
411 | return ResourceManager.GetString("INF_SourceTrace", resourceCulture); | ||
412 | } | ||
413 | } | ||
414 | |||
415 | /// <summary> | ||
416 | /// Looks up a localized string similar to at {0}{1}. | ||
417 | /// </summary> | ||
418 | internal static string INF_SourceTraceLocation { | ||
419 | get { | ||
420 | return ResourceManager.GetString("INF_SourceTraceLocation", resourceCulture); | ||
421 | } | ||
422 | } | ||
423 | |||
424 | /// <summary> | ||
425 | /// Looks up a localized string similar to error. | ||
426 | /// </summary> | ||
427 | internal static string MessageType_Error { | ||
428 | get { | ||
429 | return ResourceManager.GetString("MessageType_Error", resourceCulture); | ||
430 | } | ||
431 | } | ||
432 | |||
433 | /// <summary> | ||
434 | /// Looks up a localized string similar to warning. | ||
435 | /// </summary> | ||
436 | internal static string MessageType_Warning { | ||
437 | get { | ||
438 | return ResourceManager.GetString("MessageType_Warning", resourceCulture); | ||
439 | } | ||
440 | } | ||
441 | } | ||
442 | } | ||