diff options
author | Rob Mensching <rob@firegiant.com> | 2017-12-19 12:25:40 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2017-12-19 12:25:40 -0800 |
commit | 155a6e96346e0cb3d9ab6f5372fa29b46ebaee89 (patch) | |
tree | 59d1f151bfde8068b6014b05b5c8cfea3402c974 /src/WixToolset.Core/WixStrings.Designer.cs | |
parent | 6f1665ed759b31bd095f186f9239232c653597cd (diff) | |
download | wix-155a6e96346e0cb3d9ab6f5372fa29b46ebaee89.tar.gz wix-155a6e96346e0cb3d9ab6f5372fa29b46ebaee89.tar.bz2 wix-155a6e96346e0cb3d9ab6f5372fa29b46ebaee89.zip |
Integrate simplified message handling
Diffstat (limited to 'src/WixToolset.Core/WixStrings.Designer.cs')
-rw-r--r-- | src/WixToolset.Core/WixStrings.Designer.cs | 250 |
1 files changed, 1 insertions, 249 deletions
diff --git a/src/WixToolset.Core/WixStrings.Designer.cs b/src/WixToolset.Core/WixStrings.Designer.cs index 36e64267..ab98ed6a 100644 --- a/src/WixToolset.Core/WixStrings.Designer.cs +++ b/src/WixToolset.Core/WixStrings.Designer.cs | |||
@@ -37,102 +37,7 @@ namespace WixToolset { | |||
37 | return resourceMan; | 37 | return resourceMan; |
38 | } | 38 | } |
39 | } | 39 | } |
40 | 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 | public static string EXP_CouldnotDetermineProductCodeFromTransformSummaryInfo { | ||
131 | get { | ||
132 | return ResourceManager.GetString("EXP_CouldnotDetermineProductCodeFromTransformSummaryInfo", resourceCulture); | ||
133 | } | ||
134 | } | ||
135 | |||
136 | /// <summary> | 41 | /// <summary> |
137 | /// Looks up a localized string similar to Could not find a unique identifier for the given resource name.. | 42 | /// Looks up a localized string similar to Could not find a unique identifier for the given resource name.. |
138 | /// </summary> | 43 | /// </summary> |
@@ -143,24 +48,6 @@ namespace WixToolset { | |||
143 | } | 48 | } |
144 | 49 | ||
145 | /// <summary> | 50 | /// <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}.. | 51 | /// Looks up a localized string similar to Found an ActionRow with a non-existent {0} action: {1}.. |
165 | /// </summary> | 52 | /// </summary> |
166 | public static string EXP_FoundActionRowWinNonExistentAction { | 53 | public static string EXP_FoundActionRowWinNonExistentAction { |
@@ -179,33 +66,6 @@ namespace WixToolset { | |||
179 | } | 66 | } |
180 | 67 | ||
181 | /// <summary> | 68 | /// <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.. | 69 | /// Looks up a localized string similar to Multiple harvester extensions specified.. |
210 | /// </summary> | 70 | /// </summary> |
211 | internal static string EXP_MultipleHarvesterExtensionsSpecified { | 71 | internal static string EXP_MultipleHarvesterExtensionsSpecified { |
@@ -215,24 +75,6 @@ namespace WixToolset { | |||
215 | } | 75 | } |
216 | 76 | ||
217 | /// <summary> | 77 | /// <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 | public 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}. | 78 | /// Looks up a localized string similar to Unexpected complex reference child type: {0}. |
237 | /// </summary> | 79 | /// </summary> |
238 | internal static string EXP_UnexpectedComplexReferenceChildType { | 80 | internal static string EXP_UnexpectedComplexReferenceChildType { |
@@ -269,78 +111,6 @@ namespace WixToolset { | |||
269 | } | 111 | } |
270 | 112 | ||
271 | /// <summary> | 113 | /// <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.. | 114 | /// Looks up a localized string similar to Unknown platform enumeration '{0}' encountered.. |
345 | /// </summary> | 115 | /// </summary> |
346 | internal static string EXP_UnknownPlatformEnum { | 116 | internal static string EXP_UnknownPlatformEnum { |
@@ -350,24 +120,6 @@ namespace WixToolset { | |||
350 | } | 120 | } |
351 | 121 | ||
352 | /// <summary> | 122 | /// <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}). | 123 | /// Looks up a localized string similar to {0}({1}). |
372 | /// </summary> | 124 | /// </summary> |
373 | internal static string Format_FirstLineNumber { | 125 | internal static string Format_FirstLineNumber { |