aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Data/WixDataStrings.Designer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Data/WixDataStrings.Designer.cs')
-rw-r--r--src/WixToolset.Data/WixDataStrings.Designer.cs126
1 files changed, 0 insertions, 126 deletions
diff --git a/src/WixToolset.Data/WixDataStrings.Designer.cs b/src/WixToolset.Data/WixDataStrings.Designer.cs
index 37cced32..23555d3c 100644
--- a/src/WixToolset.Data/WixDataStrings.Designer.cs
+++ b/src/WixToolset.Data/WixDataStrings.Designer.cs
@@ -53,15 +53,6 @@ namespace WixToolset.Data {
53 } 53 }
54 54
55 /// <summary> 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 &apos;{0}&apos; is not a legal identifier and therefore cannot be modularized.. 56 /// Looks up a localized string similar to The value &apos;{0}&apos; is not a legal identifier and therefore cannot be modularized..
66 /// </summary> 57 /// </summary>
67 public static string EXP_CannotModularizeIllegalID { 58 public static string EXP_CannotModularizeIllegalID {
@@ -89,15 +80,6 @@ namespace WixToolset.Data {
89 } 80 }
90 81
91 /// <summary> 82 /// <summary>
92 /// Looks up a localized string similar to Didn&apos;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}.. 83 /// Looks up a localized string similar to Element must be a subclass of {0}, but was of type {1}..
102 /// </summary> 84 /// </summary>
103 internal static string EXP_ElementIsSubclassOfDifferentType { 85 internal static string EXP_ElementIsSubclassOfDifferentType {
@@ -125,15 +107,6 @@ namespace WixToolset.Data {
125 } 107 }
126 108
127 /// <summary> 109 /// <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.. 110 /// Looks up a localized string similar to ISchemaElement with name {0} does not implement ICreateChildren..
138 /// </summary> 111 /// </summary>
139 internal static string EXP_ISchemaElementDoesnotImplementICreateChildren { 112 internal static string EXP_ISchemaElementDoesnotImplementICreateChildren {
@@ -170,15 +143,6 @@ namespace WixToolset.Data {
170 } 143 }
171 144
172 /// <summary> 145 /// <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.. 146 /// Looks up a localized string similar to Type {0} is not valid for this collection..
183 /// </summary> 147 /// </summary>
184 internal static string EXP_TypeIsNotValidForThisCollection { 148 internal static string EXP_TypeIsNotValidForThisCollection {
@@ -188,15 +152,6 @@ namespace WixToolset.Data {
188 } 152 }
189 153
190 /// <summary> 154 /// <summary>
191 /// Looks up a localized string similar to Unexpected entry section type: {0}.
192 /// </summary>
193 public 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}. 155 /// Looks up a localized string similar to Unknown column type: {0}.
201 /// </summary> 156 /// </summary>
202 public static string EXP_UnknownColumnType { 157 public static string EXP_UnknownColumnType {
@@ -206,15 +161,6 @@ namespace WixToolset.Data {
206 } 161 }
207 162
208 /// <summary> 163 /// <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.. 164 /// Looks up a localized string similar to The table {0} is not supported..
219 /// </summary> 165 /// </summary>
220 public static string EXP_UnsupportedTable { 166 public static string EXP_UnsupportedTable {
@@ -231,77 +177,5 @@ namespace WixToolset.Data {
231 return ResourceManager.GetString("EXP_XmlElementDoesnotHaveISchemaElement", resourceCulture); 177 return ResourceManager.GetString("EXP_XmlElementDoesnotHaveISchemaElement", resourceCulture);
232 } 178 }
233 } 179 }
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 } 180 }
307} 181}