diff options
Diffstat (limited to 'src/WixToolset.Data/WixDataStrings.Designer.cs')
-rw-r--r-- | src/WixToolset.Data/WixDataStrings.Designer.cs | 307 |
1 files changed, 307 insertions, 0 deletions
diff --git a/src/WixToolset.Data/WixDataStrings.Designer.cs b/src/WixToolset.Data/WixDataStrings.Designer.cs new file mode 100644 index 00000000..27c2b22c --- /dev/null +++ b/src/WixToolset.Data/WixDataStrings.Designer.cs | |||
@@ -0,0 +1,307 @@ | |||
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.Data { | ||
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 WixDataStrings { | ||
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 WixDataStrings() { | ||
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.Data.WixDataStrings", typeof(WixDataStrings).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 A Merge table FileCompression column cannot be set to the invalid value '{0}'.. | ||
75 | /// </summary> | ||
76 | internal static string EXP_CannotSetMergeTableFileCompressionColumnToInvalidValue { | ||
77 | get { | ||
78 | return ResourceManager.GetString("EXP_CannotSetMergeTableFileCompressionColumnToInvalidValue", resourceCulture); | ||
79 | } | ||
80 | } | ||
81 | |||
82 | /// <summary> | ||
83 | /// Looks up a localized string similar to Collection has {0} elements. Must have at least one.. | ||
84 | /// </summary> | ||
85 | internal static string EXP_CollectionMustHaveAtLeastOneElement { | ||
86 | get { | ||
87 | return ResourceManager.GetString("EXP_CollectionMustHaveAtLeastOneElement", resourceCulture); | ||
88 | } | ||
89 | } | ||
90 | |||
91 | /// <summary> | ||
92 | /// Looks up a localized string similar to Didn't find duplicated symbol.. | ||
93 | /// </summary> | ||
94 | internal static string EXP_DidnotFindDuplicateSymbol { | ||
95 | get { | ||
96 | return ResourceManager.GetString("EXP_DidnotFindDuplicateSymbol", resourceCulture); | ||
97 | } | ||
98 | } | ||
99 | |||
100 | /// <summary> | ||
101 | /// Looks up a localized string similar to Element must be a subclass of {0}, but was of type {1}.. | ||
102 | /// </summary> | ||
103 | internal static string EXP_ElementIsSubclassOfDifferentType { | ||
104 | get { | ||
105 | return ResourceManager.GetString("EXP_ElementIsSubclassOfDifferentType", resourceCulture); | ||
106 | } | ||
107 | } | ||
108 | |||
109 | /// <summary> | ||
110 | /// Looks up a localized string similar to Element of type {0} found in enumerator. Must be ChoiceItem or SequenceItem.. | ||
111 | /// </summary> | ||
112 | internal static string EXP_ElementMustBeChoiceItemOrSequenceItem { | ||
113 | get { | ||
114 | return ResourceManager.GetString("EXP_ElementMustBeChoiceItemOrSequenceItem", resourceCulture); | ||
115 | } | ||
116 | } | ||
117 | |||
118 | /// <summary> | ||
119 | /// Looks up a localized string similar to Element of type {0} is not valid for this collection.. | ||
120 | /// </summary> | ||
121 | internal static string EXP_ElementOfTypeIsNotValidForThisCollection { | ||
122 | get { | ||
123 | return ResourceManager.GetString("EXP_ElementOfTypeIsNotValidForThisCollection", resourceCulture); | ||
124 | } | ||
125 | } | ||
126 | |||
127 | /// <summary> | ||
128 | /// Looks up a localized string similar to Expected ComplexReference type.. | ||
129 | /// </summary> | ||
130 | internal static string EXP_ExpectedComplexReferenceType { | ||
131 | get { | ||
132 | return ResourceManager.GetString("EXP_ExpectedComplexReferenceType", resourceCulture); | ||
133 | } | ||
134 | } | ||
135 | |||
136 | /// <summary> | ||
137 | /// Looks up a localized string similar to ISchemaElement with name {0} does not implement ICreateChildren.. | ||
138 | /// </summary> | ||
139 | internal static string EXP_ISchemaElementDoesnotImplementICreateChildren { | ||
140 | get { | ||
141 | return ResourceManager.GetString("EXP_ISchemaElementDoesnotImplementICreateChildren", resourceCulture); | ||
142 | } | ||
143 | } | ||
144 | |||
145 | /// <summary> | ||
146 | /// Looks up a localized string similar to ISchemaElement with name {0} does not implement ISetAttributes.. | ||
147 | /// </summary> | ||
148 | internal static string EXP_ISchemaElementDoesnotImplementISetAttribute { | ||
149 | get { | ||
150 | return ResourceManager.GetString("EXP_ISchemaElementDoesnotImplementISetAttribute", resourceCulture); | ||
151 | } | ||
152 | } | ||
153 | |||
154 | /// <summary> | ||
155 | /// Looks up a localized string similar to A Merge table FileCompression column contains an invalid value '{0}'.. | ||
156 | /// </summary> | ||
157 | internal static string EXP_MergeTableFileCompressionColumnContainsInvalidValue { | ||
158 | get { | ||
159 | return ResourceManager.GetString("EXP_MergeTableFileCompressionColumnContainsInvalidValue", resourceCulture); | ||
160 | } | ||
161 | } | ||
162 | |||
163 | /// <summary> | ||
164 | /// Looks up a localized string similar to Multiple root elements found in file.. | ||
165 | /// </summary> | ||
166 | internal static string EXP_MultipleRootElementsFoundInFile { | ||
167 | get { | ||
168 | return ResourceManager.GetString("EXP_MultipleRootElementsFoundInFile", resourceCulture); | ||
169 | } | ||
170 | } | ||
171 | |||
172 | /// <summary> | ||
173 | /// Looks up a localized string similar to The other object is not a FileRow.. | ||
174 | /// </summary> | ||
175 | internal static string EXP_OtherObjectIsNotFileRow { | ||
176 | get { | ||
177 | return ResourceManager.GetString("EXP_OtherObjectIsNotFileRow", resourceCulture); | ||
178 | } | ||
179 | } | ||
180 | |||
181 | /// <summary> | ||
182 | /// Looks up a localized string similar to Type {0} is not valid for this collection.. | ||
183 | /// </summary> | ||
184 | internal static string EXP_TypeIsNotValidForThisCollection { | ||
185 | get { | ||
186 | return ResourceManager.GetString("EXP_TypeIsNotValidForThisCollection", resourceCulture); | ||
187 | } | ||
188 | } | ||
189 | |||
190 | /// <summary> | ||
191 | /// Looks up a localized string similar to Unexpected entry section type: {0}. | ||
192 | /// </summary> | ||
193 | internal static string EXP_UnexpectedEntrySectionType { | ||
194 | get { | ||
195 | return ResourceManager.GetString("EXP_UnexpectedEntrySectionType", resourceCulture); | ||
196 | } | ||
197 | } | ||
198 | |||
199 | /// <summary> | ||
200 | /// Looks up a localized string similar to Unknown column type: {0}. | ||
201 | /// </summary> | ||
202 | internal static string EXP_UnknownColumnType { | ||
203 | get { | ||
204 | return ResourceManager.GetString("EXP_UnknownColumnType", resourceCulture); | ||
205 | } | ||
206 | } | ||
207 | |||
208 | /// <summary> | ||
209 | /// Looks up a localized string similar to Unknown compression level type: {0}. | ||
210 | /// </summary> | ||
211 | internal static string EXP_UnknownCompressionLevelType { | ||
212 | get { | ||
213 | return ResourceManager.GetString("EXP_UnknownCompressionLevelType", resourceCulture); | ||
214 | } | ||
215 | } | ||
216 | |||
217 | /// <summary> | ||
218 | /// Looks up a localized string similar to The table {0} is not supported.. | ||
219 | /// </summary> | ||
220 | internal static string EXP_UnsupportedTable { | ||
221 | get { | ||
222 | return ResourceManager.GetString("EXP_UnsupportedTable", resourceCulture); | ||
223 | } | ||
224 | } | ||
225 | |||
226 | /// <summary> | ||
227 | /// Looks up a localized string similar to XmlElement with name {0} does not have a corresponding ISchemaElement.. | ||
228 | /// </summary> | ||
229 | internal static string EXP_XmlElementDoesnotHaveISchemaElement { | ||
230 | get { | ||
231 | return ResourceManager.GetString("EXP_XmlElementDoesnotHaveISchemaElement", resourceCulture); | ||
232 | } | ||
233 | } | ||
234 | |||
235 | /// <summary> | ||
236 | /// Looks up a localized string similar to {0}({1}). | ||
237 | /// </summary> | ||
238 | internal static string Format_FirstLineNumber { | ||
239 | get { | ||
240 | return ResourceManager.GetString("Format_FirstLineNumber", resourceCulture); | ||
241 | } | ||
242 | } | ||
243 | |||
244 | /// <summary> | ||
245 | /// Looks up a localized string similar to {0}. | ||
246 | /// </summary> | ||
247 | internal static string Format_InfoMessage { | ||
248 | get { | ||
249 | return ResourceManager.GetString("Format_InfoMessage", resourceCulture); | ||
250 | } | ||
251 | } | ||
252 | |||
253 | /// <summary> | ||
254 | /// Looks up a localized string similar to {0}: line {1}. | ||
255 | /// </summary> | ||
256 | internal static string Format_LineNumber { | ||
257 | get { | ||
258 | return ResourceManager.GetString("Format_LineNumber", resourceCulture); | ||
259 | } | ||
260 | } | ||
261 | |||
262 | /// <summary> | ||
263 | /// Looks up a localized string similar to {0} : {1} {2}{3:0000} : {4}. | ||
264 | /// </summary> | ||
265 | internal static string Format_NonInfoMessage { | ||
266 | get { | ||
267 | return ResourceManager.GetString("Format_NonInfoMessage", resourceCulture); | ||
268 | } | ||
269 | } | ||
270 | |||
271 | /// <summary> | ||
272 | /// Looks up a localized string similar to Source trace:{0}. | ||
273 | /// </summary> | ||
274 | internal static string INF_SourceTrace { | ||
275 | get { | ||
276 | return ResourceManager.GetString("INF_SourceTrace", resourceCulture); | ||
277 | } | ||
278 | } | ||
279 | |||
280 | /// <summary> | ||
281 | /// Looks up a localized string similar to at {0}{1}. | ||
282 | /// </summary> | ||
283 | internal static string INF_SourceTraceLocation { | ||
284 | get { | ||
285 | return ResourceManager.GetString("INF_SourceTraceLocation", resourceCulture); | ||
286 | } | ||
287 | } | ||
288 | |||
289 | /// <summary> | ||
290 | /// Looks up a localized string similar to error. | ||
291 | /// </summary> | ||
292 | internal static string MessageType_Error { | ||
293 | get { | ||
294 | return ResourceManager.GetString("MessageType_Error", resourceCulture); | ||
295 | } | ||
296 | } | ||
297 | |||
298 | /// <summary> | ||
299 | /// Looks up a localized string similar to warning. | ||
300 | /// </summary> | ||
301 | internal static string MessageType_Warning { | ||
302 | get { | ||
303 | return ResourceManager.GetString("MessageType_Warning", resourceCulture); | ||
304 | } | ||
305 | } | ||
306 | } | ||
307 | } | ||