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
301 lines (266 loc) · 8.71 KB
/
Strings.Designer.cs
File metadata and controls
301 lines (266 loc) · 8.71 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
//------------------------------------------------------------------------------
// <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 NETSTANDARD1_0 || NETSTANDARD1_1 || NETSTANDARD1_2 || NETSTANDARD1_3 || NETSTANDARD1_4 || NETSTANDARD1_5 || NETSTANDARD1_6 || NETCOREAPP1_0 || NET45 || NET451 || NET452 || NET46 || NET461 || NET462 || NET463
typeof(Strings).GetTypeInfo().Assembly
#elif NET40
typeof(Strings).Assembly
#else
#error No implementation for this target
#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 "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 "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 "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 "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 "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 "Error code"
/// </summary>
public static string ErrorDetails_ErrorCode
{
get { return GetString("ErrorDetails_ErrorCode"); }
}
/// <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 "Resource with name '{0}' is null."
/// </summary>
public static string Resources_ResourceIsNull
{
get { return GetString("Resources_ResourceIsNull"); }
}
/// <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 Runtime_EmbeddedHostObjectTypeNotSupported
{
get { return GetString("Runtime_EmbeddedHostObjectTypeNotSupported"); }
}
/// <summary>
/// Looks up a localized string similar to "The embedded host type `{0}` is not supported."
/// </summary>
public static string Runtime_EmbeddedHostTypeNotSupported
{
get { return GetString("Runtime_EmbeddedHostTypeNotSupported"); }
}
/// <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 "One of the function parameters '{0}' has a type `{1}`, which is not supported."
/// </summary>
public static string Runtime_FunctionParameterTypeNotSupported
{
get { return GetString("Runtime_FunctionParameterTypeNotSupported"); }
}
/// <summary>
/// Looks up a localized string similar to "The function name '{0}' has incorrect format."
/// </summary>
public static string Runtime_InvalidFunctionNameFormat
{
get { return GetString("Runtime_InvalidFunctionNameFormat"); }
}
/// <summary>
/// Looks up a localized string similar to "The script item name '{0}' has incorrect format."
/// </summary>
public static string Runtime_InvalidScriptItemNameFormat
{
get { return GetString("Runtime_InvalidScriptItemNameFormat"); }
}
/// <summary>
/// Looks up a localized string similar to "The variable name '{0}' has incorrect format."
/// </summary>
public static string Runtime_InvalidVariableNameFormat
{
get { return GetString("Runtime_InvalidVariableNameFormat"); }
}
/// <summary>
/// Looks up a localized string similar to "During loading of {0} error has occurred. See more details: {1}"
/// </summary>
public static string Runtime_JsEngineNotLoaded
{
get { return GetString("Runtime_JsEngineNotLoaded"); }
}
/// <summary>
/// Looks up a localized string similar to "The type of return value `{0}` is not supported."
/// </summary>
public static string Runtime_ReturnValueTypeNotSupported
{
get { return GetString("Runtime_ReturnValueTypeNotSupported"); }
}
/// <summary>
/// Looks up a localized string similar to "The variable '{0}' has a type `{1}`, which is not supported."
/// </summary>
public static string Runtime_VariableTypeNotSupported
{
get { return GetString("Runtime_VariableTypeNotSupported"); }
}
private static string GetString(string name)
{
string value = ResourceManager.GetString(name, _resourceCulture);
return value;
}
}
}