forked from Taritsyn/JavaScriptEngineSwitcher
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStrings.Designer.cs
More file actions
491 lines (432 loc) · 14.7 KB
/
Strings.Designer.cs
File metadata and controls
491 lines (432 loc) · 14.7 KB
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
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace JavaScriptEngineSwitcher.Core.Resources
{
using System;
using System.Globalization;
using System.Reflection;
using System.Resources;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
public class Strings
{
private static Lazy<ResourceManager> _resourceManager =
new Lazy<ResourceManager>(() => new ResourceManager(
"JavaScriptEngineSwitcher.Core.Resources.Strings",
#if NET20 || NET30 || NET35 || NET40
typeof(Strings).Assembly
#else
typeof(Strings).GetTypeInfo().Assembly
#endif
));
private static CultureInfo _resourceCulture;
/// <summary>
/// Returns a cached ResourceManager instance used by this class
/// </summary>
public static ResourceManager ResourceManager
{
get
{
return _resourceManager.Value;
}
}
/// <summary>
/// Overrides a current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class
/// </summary>
public static CultureInfo Culture
{
get
{
return _resourceCulture;
}
set
{
_resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to "The parameter '{0}' must be a non-empty string."
/// </summary>
public static string Common_ArgumentIsEmpty
{
get { return GetString("Common_ArgumentIsEmpty"); }
}
/// <summary>
/// Looks up a localized string similar to "The parameter '{0}' must be a non-nullable."
/// </summary>
public static string Common_ArgumentIsNull
{
get { return GetString("Common_ArgumentIsNull"); }
}
/// <summary>
/// Looks up a localized string similar to "Cannot convert object of type `{0}` to type `{1}`."
/// </summary>
public static string Common_CannotConvertObjectToType
{
get { return GetString("Common_CannotConvertObjectToType"); }
}
/// <summary>
/// Looks up a localized string similar to "Can not convert value '{0}' of enumeration type `{1}` to value of enumeration type `{2}`."
/// </summary>
public static string Common_EnumValueConversionFailed
{
get { return GetString("Common_EnumValueConversionFailed"); }
}
/// <summary>
/// Looks up a localized string similar to "File '{0}' not exist."
/// </summary>
public static string Common_FileNotExist
{
get { return GetString("Common_FileNotExist"); }
}
/// <summary>
/// Looks up a localized string similar to "Resource with name '{0}' is null."
/// </summary>
public static string Common_ResourceIsNull
{
get { return GetString("Common_ResourceIsNull"); }
}
/// <summary>
/// Looks up a localized string similar to "See the original error message: “{0}”."
/// </summary>
public static string Common_SeeOriginalErrorMessage
{
get { return GetString("Common_SeeOriginalErrorMessage"); }
}
/// <summary>
/// Looks up a localized string similar to "Value cannot be empty."
/// </summary>
public static string Common_ValueIsEmpty
{
get { return GetString("Common_ValueIsEmpty"); }
}
/// <summary>
/// Looks up a localized string similar to "Value cannot be null."
/// </summary>
public static string Common_ValueIsNull
{
get { return GetString("Common_ValueIsNull"); }
}
/// <summary>
/// Looks up a localized string similar to "Cannot convert null to a value type."
/// </summary>
public static string Common_ValueTypeCannotBeNull
{
get { return GetString("Common_ValueTypeCannotBeNull"); }
}
/// <summary>
/// Looks up a localized string similar to "Assigning an instance of the JS engine switcher to the `Current` property of `JsEngineSwitcher`..."
/// </summary>
public static string Configuration_AssigningToJsEngineSwitcherCurrentPropertyForbidden
{
get { return GetString("Configuration_AssigningToJsEngineSwitcherCurrentPropertyForbidden"); }
}
/// <summary>
/// Looks up a localized string similar to "Name of default JavaScript engine not specified."
/// </summary>
public static string Configuration_DefaultJsEngineNameNotSpecified
{
get { return GetString("Configuration_DefaultJsEngineNameNotSpecified"); }
}
/// <summary>
/// Looks up a localized string similar to "Getting an instance of the JS engine switcher from the `Current` property of `JsEngineSwitcher`..."
/// </summary>
public static string Configuration_GettingFromJsEngineSwitcherCurrentPropertyForbidden
{
get { return GetString("Configuration_GettingFromJsEngineSwitcherCurrentPropertyForbidden"); }
}
/// <summary>
/// Looks up a localized string similar to "Could not find a factory, that creates an instance of the JavaScript engine with name `{0}`."
/// </summary>
public static string Configuration_JsEngineFactoryNotFound
{
get { return GetString("Configuration_JsEngineFactoryNotFound"); }
}
/// <summary>
/// Looks up a localized string similar to "Most likely it happened, because the '{0}' assembly or one of its dependencies was not found."
/// </summary>
public static string Engine_AssemblyNotFound
{
get { return GetString("Engine_AssemblyNotFound"); }
}
/// <summary>
/// Looks up a localized string similar to "Failed to create instance of the {0}."
/// </summary>
public static string Engine_JsEngineNotLoaded
{
get { return GetString("Engine_JsEngineNotLoaded"); }
}
/// <summary>
/// Looks up a localized string similar to "There is no {0} package for the {1} processor architecture."
/// </summary>
public static string Engine_NoNuGetPackageForProcessorArchitecture
{
get { return GetString("Engine_NoNuGetPackageForProcessorArchitecture"); }
}
/// <summary>
/// Looks up a localized string similar to "Try to install the {0} package via NuGet."
/// </summary>
public static string Engine_NuGetPackageInstallationRequired
{
get { return GetString("Engine_NuGetPackageInstallationRequired"); }
}
/// <summary>
/// Looks up a localized string similar to "Your operating system is not supported by the engine."
/// </summary>
public static string Engine_OperatingSystemNotSupported
{
get { return GetString("Engine_OperatingSystemNotSupported"); }
}
/// <summary>
/// Looks up a localized string similar to "{0} processor architecture is not supported by the engine."
/// </summary>
public static string Engine_ProcessorArchitectureNotSupported
{
get { return GetString("Engine_ProcessorArchitectureNotSupported"); }
}
/// <summary>
/// Looks up a localized string similar to "Call stack"
/// </summary>
public static string ErrorDetails_CallStack
{
get { return GetString("ErrorDetails_CallStack"); }
}
/// <summary>
/// Looks up a localized string similar to "Category"
/// </summary>
public static string ErrorDetails_Category
{
get { return GetString("ErrorDetails_Category"); }
}
/// <summary>
/// Looks up a localized string similar to "Column number"
/// </summary>
public static string ErrorDetails_ColumnNumber
{
get { return GetString("ErrorDetails_ColumnNumber"); }
}
/// <summary>
/// Looks up a localized string similar to "Description"
/// </summary>
public static string ErrorDetails_Description
{
get { return GetString("ErrorDetails_Description"); }
}
/// <summary>
/// Looks up a localized string similar to "Document name"
/// </summary>
public static string ErrorDetails_DocumentName
{
get { return GetString("ErrorDetails_DocumentName"); }
}
/// <summary>
/// Looks up a localized string similar to "Engine name"
/// </summary>
public static string ErrorDetails_EngineName
{
get { return GetString("ErrorDetails_EngineName"); }
}
/// <summary>
/// Looks up a localized string similar to "Engine version"
/// </summary>
public static string ErrorDetails_EngineVersion
{
get { return GetString("ErrorDetails_EngineVersion"); }
}
/// <summary>
/// Looks up a localized string similar to "Line number"
/// </summary>
public static string ErrorDetails_LineNumber
{
get { return GetString("ErrorDetails_LineNumber"); }
}
/// <summary>
/// Looks up a localized string similar to "Message"
/// </summary>
public static string ErrorDetails_Message
{
get { return GetString("ErrorDetails_Message"); }
}
/// <summary>
/// Looks up a localized string similar to "Source fragment"
/// </summary>
public static string ErrorDetails_SourceFragment
{
get { return GetString("ErrorDetails_SourceFragment"); }
}
/// <summary>
/// Looks up a localized string similar to "Type"
/// </summary>
public static string ErrorDetails_Type
{
get { return GetString("ErrorDetails_Type"); }
}
/// <summary>
/// Looks up a localized string similar to "The function with the name '{0}' does not exist."
/// </summary>
public static string Runtime_FunctionNotExist
{
get { return GetString("Runtime_FunctionNotExist"); }
}
/// <summary>
/// Looks up a localized string similar to "The '{0}' line of the script error location has an incorrect format."
/// </summary>
public static string Runtime_InvalidErrorLocationLineFormat
{
get { return GetString("Runtime_InvalidErrorLocationLineFormat"); }
}
/// <summary>
/// Looks up a localized string similar to "Script execution was interrupted."
/// </summary>
public static string Runtime_ScriptInterrupted
{
get { return GetString("Runtime_ScriptInterrupted"); }
}
/// <summary>
/// Looks up a localized string similar to "Script execution exceeded timeout."
/// </summary>
public static string Runtime_ScriptTimeoutExceeded
{
get { return GetString("Runtime_ScriptTimeoutExceeded"); }
}
/// <summary>
/// Looks up a localized string similar to "The variable with the name '{0}' does not exist."
/// </summary>
public static string Runtime_VariableNotExist
{
get { return GetString("Runtime_VariableNotExist"); }
}
/// <summary>
/// Looks up a localized string similar to "Cannot convert a pre-compiled script to internal type `{0}`."
/// </summary>
public static string Usage_CannotConvertPrecompiledScriptToInternalType
{
get { return GetString("Usage_CannotConvertPrecompiledScriptToInternalType"); }
}
/// <summary>
/// Looks up a localized string similar to "Cannot execute a '{0}' file, because it is empty."
/// </summary>
public static string Usage_CannotExecuteEmptyFile
{
get { return GetString("Usage_CannotExecuteEmptyFile"); }
}
/// <summary>
/// Looks up a localized string similar to "Cannot execute a '{0}' resource, because it is empty."
/// </summary>
public static string Usage_CannotExecuteEmptyResource
{
get { return GetString("Usage_CannotExecuteEmptyResource"); }
}
/// <summary>
/// Looks up a localized string similar to "Cannot execute a pre-compiled script, because it was created for another JS engine with name `{0}`."
/// </summary>
public static string Usage_CannotExecutePrecompiledScriptForAnotherJsEngine
{
get { return GetString("Usage_CannotExecutePrecompiledScriptForAnotherJsEngine"); }
}
/// <summary>
/// Looks up a localized string similar to "Cannot pre-compile a '{0}' file, because it is empty."
/// </summary>
public static string Usage_CannotPrecompileEmptyFile
{
get { return GetString("Usage_CannotPrecompileEmptyFile"); }
}
/// <summary>
/// Looks up a localized string similar to "Cannot pre-compile a '{0}' resource, because it is empty."
/// </summary>
public static string Usage_CannotPrecompileEmptyResource
{
get { return GetString("Usage_CannotPrecompileEmptyResource"); }
}
/// <summary>
/// Looks up a localized string similar to "The embedded host object '{0}' has a type `{1}`, which is not supported."
/// </summary>
public static string Usage_EmbeddedHostObjectTypeNotSupported
{
get { return GetString("Usage_EmbeddedHostObjectTypeNotSupported"); }
}
/// <summary>
/// Looks up a localized string similar to "The embedded host type `{0}` is not supported."
/// </summary>
public static string Usage_EmbeddedHostTypeNotSupported
{
get { return GetString("Usage_EmbeddedHostTypeNotSupported"); }
}
/// <summary>
/// Looks up a localized string similar to "One of the function parameters '{0}' has a type `{1}`, which is not supported."
/// </summary>
public static string Usage_FunctionParameterTypeNotSupported
{
get { return GetString("Usage_FunctionParameterTypeNotSupported"); }
}
/// <summary>
/// Looks up a localized string similar to "The document name '{0}' has incorrect format."
/// </summary>
public static string Usage_InvalidDocumentNameFormat
{
get { return GetString("Usage_InvalidDocumentNameFormat"); }
}
/// <summary>
/// Looks up a localized string similar to "The file name '{0}' has incorrect format."
/// </summary>
public static string Usage_InvalidFileNameFormat
{
get { return GetString("Usage_InvalidFileNameFormat"); }
}
/// <summary>
/// Looks up a localized string similar to "The function name '{0}' has incorrect format."
/// </summary>
public static string Usage_InvalidFunctionNameFormat
{
get { return GetString("Usage_InvalidFunctionNameFormat"); }
}
/// <summary>
/// Looks up a localized string similar to "The resource name '{0}' has incorrect format."
/// </summary>
public static string Usage_InvalidResourceNameFormat
{
get { return GetString("Usage_InvalidResourceNameFormat"); }
}
/// <summary>
/// Looks up a localized string similar to "The script item name '{0}' has incorrect format."
/// </summary>
public static string Usage_InvalidScriptItemNameFormat
{
get { return GetString("Usage_InvalidScriptItemNameFormat"); }
}
/// <summary>
/// Looks up a localized string similar to "The variable name '{0}' has incorrect format."
/// </summary>
public static string Usage_InvalidVariableNameFormat
{
get { return GetString("Usage_InvalidVariableNameFormat"); }
}
/// <summary>
/// Looks up a localized string similar to "The type of return value `{0}` is not supported."
/// </summary>
public static string Usage_ReturnValueTypeNotSupported
{
get { return GetString("Usage_ReturnValueTypeNotSupported"); }
}
/// <summary>
/// Looks up a localized string similar to "The variable '{0}' has a type `{1}`, which is not supported."
/// </summary>
public static string Usage_VariableTypeNotSupported
{
get { return GetString("Usage_VariableTypeNotSupported"); }
}
private static string GetString(string name)
{
string value = ResourceManager.GetString(name, _resourceCulture);
return value;
}
}
}