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
237 lines (210 loc) · 8.32 KB
/
Strings.Designer.cs
File metadata and controls
237 lines (210 loc) · 8.32 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
//------------------------------------------------------------------------------
// <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.ChakraCore.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.ChakraCore.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 buffer is not associated with this pool and may not be returned to it."
/// </summary>
public static string Common_BufferNotFromPool
{
get { return GetString("Common_BufferNotFromPool"); }
}
/// <summary>
/// Looks up a localized string similar to "Failed to add the '{0}' directory to the search path used to locate DLLs for the application."
/// </summary>
public static string Engines_AddingDirectoryToDllSearchPathFailed
{
get { return GetString("Engines_AddingDirectoryToDllSearchPathFailed"); }
}
/// <summary>
/// Looks up a localized string similar to "The '{0}' directory, that should contain `ChakraCore.dll` assembly, does not exist."
/// </summary>
public static string Engines_ChakraCoreAssemblyDirectoryNotFound
{
get { return GetString("Engines_ChakraCoreAssemblyDirectoryNotFound"); }
}
/// <summary>
/// Looks up a localized string similar to "During invocation of the host delegate an error has occurred - “{0}”."
/// </summary>
public static string Runtime_HostDelegateInvocationFailed
{
get { return GetString("Runtime_HostDelegateInvocationFailed"); }
}
/// <summary>
/// Looks up a localized string similar to "During getting value of '{0}' field of the host object an error has occurred - “{1}”."
/// </summary>
public static string Runtime_HostObjectFieldGettingFailed
{
get { return GetString("Runtime_HostObjectFieldGettingFailed"); }
}
/// <summary>
/// Looks up a localized string similar to "During setting value of '{0}' field of the host object an error has occurred - “{1}”."
/// </summary>
public static string Runtime_HostObjectFieldSettingFailed
{
get { return GetString("Runtime_HostObjectFieldSettingFailed"); }
}
/// <summary>
/// Looks up a localized string similar to "During invocation of '{0}' method of the host object an error has occurred - “{1}”."
/// </summary>
public static string Runtime_HostObjectMethodInvocationFailed
{
get { return GetString("Runtime_HostObjectMethodInvocationFailed"); }
}
/// <summary>
/// Looks up a localized string similar to "During getting value of '{0}' property of the host object an error has occurred - “{1}”."
/// </summary>
public static string Runtime_HostObjectPropertyGettingFailed
{
get { return GetString("Runtime_HostObjectPropertyGettingFailed"); }
}
/// <summary>
/// Looks up a localized string similar to "During setting value of '{0}' property of the host object an error has occurred - “{1}”."
/// </summary>
public static string Runtime_HostObjectPropertySettingFailed
{
get { return GetString("Runtime_HostObjectPropertySettingFailed"); }
}
/// <summary>
/// Looks up a localized string similar to "During invocation of constructor of the `{0}` host type an error has occurred - “{1}”."
/// </summary>
public static string Runtime_HostTypeConstructorInvocationFailed
{
get { return GetString("Runtime_HostTypeConstructorInvocationFailed"); }
}
/// <summary>
/// Looks up a localized string similar to "Could not create instance of the `{0}` host type, because it does not have any public constructor."
/// </summary>
public static string Runtime_HostTypeConstructorNotFound
{
get { return GetString("Runtime_HostTypeConstructorNotFound"); }
}
/// <summary>
/// Looks up a localized string similar to "During getting value of '{0}' field of the `{1}` host type an error has occurred - “{2}”."
/// </summary>
public static string Runtime_HostTypeFieldGettingFailed
{
get { return GetString("Runtime_HostTypeFieldGettingFailed"); }
}
/// <summary>
/// Looks up a localized string similar to "During setting value of '{0}' field of the `{1}` host type an error has occurred - “{2}”."
/// </summary>
public static string Runtime_HostTypeFieldSettingFailed
{
get { return GetString("Runtime_HostTypeFieldSettingFailed"); }
}
/// <summary>
/// Looks up a localized string similar to "During invocation of '{0}' method of the `{1}` host type an error has occurred - “{2}”."
/// </summary>
public static string Runtime_HostTypeMethodInvocationFailed
{
get { return GetString("Runtime_HostTypeMethodInvocationFailed"); }
}
/// <summary>
/// Looks up a localized string similar to "During getting value of '{0}' property of the `{1}` host type an error has occurred - “{2}”."
/// </summary>
public static string Runtime_HostTypePropertyGettingFailed
{
get { return GetString("Runtime_HostTypePropertyGettingFailed"); }
}
/// <summary>
/// Looks up a localized string similar to "During setting value of '{0}' property of the host type `{1}` an error has occurred - “{2}”."
/// </summary>
public static string Runtime_HostTypePropertySettingFailed
{
get { return GetString("Runtime_HostTypePropertySettingFailed"); }
}
/// <summary>
/// Looks up a localized string similar to "Could not retrieve field '{0}' of the host object, because there was an invalid `this` context."
/// </summary>
public static string Runtime_InvalidThisContextForHostObjectField
{
get { return GetString("Runtime_InvalidThisContextForHostObjectField"); }
}
/// <summary>
/// Looks up a localized string similar to "Could not call method '{0}' of the host object, because there was an invalid `this` context."
/// </summary>
public static string Runtime_InvalidThisContextForHostObjectMethod
{
get { return GetString("Runtime_InvalidThisContextForHostObjectMethod"); }
}
/// <summary>
/// Looks up a localized string similar to "Could not retrieve property '{0}' of the host object, because there was an invalid `this` context."
/// </summary>
public static string Runtime_InvalidThisContextForHostObjectProperty
{
get { return GetString("Runtime_InvalidThisContextForHostObjectProperty"); }
}
/// <summary>
/// Looks up a localized string similar to "Could not find suitable constructor or not enough arguments to invoke of constructor of the `{0}`..."
/// </summary>
public static string Runtime_SuitableConstructorOfHostTypeNotFound
{
get { return GetString("Runtime_SuitableConstructorOfHostTypeNotFound"); }
}
/// <summary>
/// Looks up a localized string similar to "Could not find suitable method or not enough arguments to invoke of '{0}' method of the host object."
/// </summary>
public static string Runtime_SuitableMethodOfHostObjectNotFound
{
get { return GetString("Runtime_SuitableMethodOfHostObjectNotFound"); }
}
private static string GetString(string name)
{
string value = ResourceManager.GetString(name, _resourceCulture);
return value;
}
}
}