1 //------------------------------------------------------------------------------
2 // <auto-generated>
3 //     This code was generated by a tool.
4 //     Runtime Version:4.0.30319.261
5 //
6 //     Changes to this file may cause incorrect behavior and will be lost if
7 //     the code is regenerated.
8 // </auto-generated>
9 //------------------------------------------------------------------------------
10 
11 namespace System.Web.WebPages.Resources {
12     using System;
13 
14 
15     /// <summary>
16     ///   A strongly-typed resource class, for looking up localized strings, etc.
17     /// </summary>
18     // This class was auto-generated by the StronglyTypedResourceBuilder
19     // class via a tool like ResGen or Visual Studio.
20     // To add or remove a member, edit your .ResX file then rerun ResGen
21     // with the /str option, or rebuild your VS project.
22     [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
23     [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
24     [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
25     internal class WebPageResources {
26 
27         private static global::System.Resources.ResourceManager resourceMan;
28 
29         private static global::System.Globalization.CultureInfo resourceCulture;
30 
31         [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
WebPageResources()32         internal WebPageResources() {
33         }
34 
35         /// <summary>
36         ///   Returns the cached ResourceManager instance used by this class.
37         /// </summary>
38         [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
39         internal static global::System.Resources.ResourceManager ResourceManager {
40             get {
41                 if (object.ReferenceEquals(resourceMan, null)) {
42                     global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("System.Web.WebPages.Resources.WebPageResources", typeof(WebPageResources).Assembly);
43                     resourceMan = temp;
44                 }
45                 return resourceMan;
46             }
47         }
48 
49         /// <summary>
50         ///   Overrides the current thread's CurrentUICulture property for all
51         ///   resource lookups using this strongly typed resource class.
52         /// </summary>
53         [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
54         internal static global::System.Globalization.CultureInfo Culture {
55             get {
56                 return resourceCulture;
57             }
58             set {
59                 resourceCulture = value;
60             }
61         }
62 
63         /// <summary>
64         ///   Looks up a localized string similar to The provided anti-forgery token failed a custom data check..
65         /// </summary>
66         internal static string AntiForgeryToken_AdditionalDataCheckFailed {
67             get {
68                 return ResourceManager.GetString("AntiForgeryToken_AdditionalDataCheckFailed", resourceCulture);
69             }
70         }
71 
72         /// <summary>
73         ///   Looks up a localized string similar to The provided anti-forgery token was meant for a different claims-based user than the current user..
74         /// </summary>
75         internal static string AntiForgeryToken_ClaimUidMismatch {
76             get {
77                 return ResourceManager.GetString("AntiForgeryToken_ClaimUidMismatch", resourceCulture);
78             }
79         }
80 
81         /// <summary>
82         ///   Looks up a localized string similar to The required anti-forgery cookie &quot;{0}&quot; is not present..
83         /// </summary>
84         internal static string AntiForgeryToken_CookieMissing {
85             get {
86                 return ResourceManager.GetString("AntiForgeryToken_CookieMissing", resourceCulture);
87             }
88         }
89 
90         /// <summary>
91         ///   Looks up a localized string similar to The anti-forgery token could not be decrypted. If this application is hosted by a Web Farm or cluster, ensure that all machines are running the same version of ASP.NET Web Pages and that the &lt;machineKey&gt; configuration specifies explicit encryption and validation keys. AutoGenerate cannot be used in a cluster..
92         /// </summary>
93         internal static string AntiForgeryToken_DeserializationFailed {
94             get {
95                 return ResourceManager.GetString("AntiForgeryToken_DeserializationFailed", resourceCulture);
96             }
97         }
98 
99         /// <summary>
100         ///   Looks up a localized string similar to The required anti-forgery form field &quot;{0}&quot; is not present..
101         /// </summary>
102         internal static string AntiForgeryToken_FormFieldMissing {
103             get {
104                 return ResourceManager.GetString("AntiForgeryToken_FormFieldMissing", resourceCulture);
105             }
106         }
107 
108         /// <summary>
109         ///   Looks up a localized string similar to The anti-forgery cookie token and form field token do not match..
110         /// </summary>
111         internal static string AntiForgeryToken_SecurityTokenMismatch {
112             get {
113                 return ResourceManager.GetString("AntiForgeryToken_SecurityTokenMismatch", resourceCulture);
114             }
115         }
116 
117         /// <summary>
118         ///   Looks up a localized string similar to Validation of the provided anti-forgery token failed. The cookie &quot;{0}&quot; and the form field &quot;{1}&quot; were swapped..
119         /// </summary>
120         internal static string AntiForgeryToken_TokensSwapped {
121             get {
122                 return ResourceManager.GetString("AntiForgeryToken_TokensSwapped", resourceCulture);
123             }
124         }
125 
126         /// <summary>
127         ///   Looks up a localized string similar to The provided anti-forgery token was meant for user &quot;{0}&quot;, but the current user is &quot;{1}&quot;..
128         /// </summary>
129         internal static string AntiForgeryToken_UsernameMismatch {
130             get {
131                 return ResourceManager.GetString("AntiForgeryToken_UsernameMismatch", resourceCulture);
132             }
133         }
134 
135         /// <summary>
136         ///   Looks up a localized string similar to The anti-forgery system has the configuration value AntiForgeryConfig.RequireSsl = true, but the current request is not an SSL request..
137         /// </summary>
138         internal static string AntiForgeryWorker_RequireSSL {
139             get {
140                 return ResourceManager.GetString("AntiForgeryWorker_RequireSSL", resourceCulture);
141             }
142         }
143 
144         /// <summary>
145         ///   Looks up a localized string similar to The assembly &quot;{0}&quot; is already registered..
146         /// </summary>
147         internal static string ApplicationPart_ModuleAlreadyRegistered {
148             get {
149                 return ResourceManager.GetString("ApplicationPart_ModuleAlreadyRegistered", resourceCulture);
150             }
151         }
152 
153         /// <summary>
154         ///   Looks up a localized string similar to An application module is already registered for virtual path &quot;{0}&quot;..
155         /// </summary>
156         internal static string ApplicationPart_ModuleAlreadyRegisteredForVirtualPath {
157             get {
158                 return ResourceManager.GetString("ApplicationPart_ModuleAlreadyRegisteredForVirtualPath", resourceCulture);
159             }
160         }
161 
162         /// <summary>
163         ///   Looks up a localized string similar to Unable to find an application module with the name &quot;{0}&quot;..
164         /// </summary>
165         internal static string ApplicationPart_ModuleCannotBeFound {
166             get {
167                 return ResourceManager.GetString("ApplicationPart_ModuleCannotBeFound", resourceCulture);
168             }
169         }
170 
171         /// <summary>
172         ///   Looks up a localized string similar to The assembly &quot;{0}&quot; is not a registered application module..
173         /// </summary>
174         internal static string ApplicationPart_ModuleNotRegistered {
175             get {
176                 return ResourceManager.GetString("ApplicationPart_ModuleNotRegistered", resourceCulture);
177             }
178         }
179 
180         /// <summary>
181         ///   Looks up a localized string similar to The resource file &quot;{0}&quot; could not be found..
182         /// </summary>
183         internal static string ApplicationPart_ResourceNotFound {
184             get {
185                 return ResourceManager.GetString("ApplicationPart_ResourceNotFound", resourceCulture);
186             }
187         }
188 
189         /// <summary>
190         ///   Looks up a localized string similar to A claim of type &apos;{0}&apos; was not present on the provided ClaimsIdentity..
191         /// </summary>
192         internal static string ClaimUidExtractor_ClaimNotPresent {
193             get {
194                 return ResourceManager.GetString("ClaimUidExtractor_ClaimNotPresent", resourceCulture);
195             }
196         }
197 
198         /// <summary>
199         ///   Looks up a localized string similar to A claim of type &apos;http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier&apos; or &apos;http://schemas.microsoft.com/accesscontrolservice/2010/07/claims/identityprovider&apos; was not present on the provided ClaimsIdentity. To enable anti-forgery token support with claims-based authentication, please verify that the configured claims provider is providing both of these claims on the ClaimsIdentity instances it generates. If the configured claims provider instead uses a different claim type as a unique identif [rest of string was truncated]&quot;;.
200         /// </summary>
201         internal static string ClaimUidExtractor_DefaultClaimsNotPresent {
202             get {
203                 return ResourceManager.GetString("ClaimUidExtractor_DefaultClaimsNotPresent", resourceCulture);
204             }
205         }
206 
207         /// <summary>
208         ///   Looks up a localized string similar to Index length must be exactly one..
209         /// </summary>
210         internal static string DynamicDictionary_InvalidNumberOfIndexes {
211             get {
212                 return ResourceManager.GetString("DynamicDictionary_InvalidNumberOfIndexes", resourceCulture);
213             }
214         }
215 
216         /// <summary>
217         ///   Looks up a localized string similar to Index must be of type string or int when getting a value..
218         /// </summary>
219         internal static string DynamicHttpApplicationState_UseOnlyStringOrIntToGet {
220             get {
221                 return ResourceManager.GetString("DynamicHttpApplicationState_UseOnlyStringOrIntToGet", resourceCulture);
222             }
223         }
224 
225         /// <summary>
226         ///   Looks up a localized string similar to Index must be of type string when setting a value..
227         /// </summary>
228         internal static string DynamicHttpApplicationState_UseOnlyStringToSet {
229             get {
230                 return ResourceManager.GetString("DynamicHttpApplicationState_UseOnlyStringToSet", resourceCulture);
231             }
232         }
233 
234         /// <summary>
235         ///   Looks up a localized string similar to The parameter conversion from type &quot;{0}&quot; to type &quot;{1}&quot; failed. See the inner exception for more information..
236         /// </summary>
237         internal static string HtmlHelper_ConversionThrew {
238             get {
239                 return ResourceManager.GetString("HtmlHelper_ConversionThrew", resourceCulture);
240             }
241         }
242 
243         /// <summary>
244         ///   Looks up a localized string similar to The parameter conversion from type &quot;{0}&quot; to type &quot;{1}&quot; failed because no type converter can convert between these types..
245         /// </summary>
246         internal static string HtmlHelper_NoConverterExists {
247             get {
248                 return ResourceManager.GetString("HtmlHelper_NoConverterExists", resourceCulture);
249             }
250         }
251 
252         /// <summary>
253         ///   Looks up a localized string similar to An HttpContext is required to perform this operation. Check that this operation is being performed during a web request..
254         /// </summary>
255         internal static string HttpContextUnavailable {
256             get {
257                 return ResourceManager.GetString("HttpContextUnavailable", resourceCulture);
258             }
259         }
260 
261         /// <summary>
262         ///   Looks up a localized string similar to Value &quot;{0}&quot; specified in &quot;{1}&quot; is an invalid value for the SessionState directive. Possible values are: &quot;{2}&quot;..
263         /// </summary>
264         internal static string SessionState_InvalidValue {
265             get {
266                 return ResourceManager.GetString("SessionState_InvalidValue", resourceCulture);
267             }
268         }
269 
270         /// <summary>
271         ///   Looks up a localized string similar to At most one SessionState value can be declared per page..
272         /// </summary>
273         internal static string SessionState_TooManyValues {
274             get {
275                 return ResourceManager.GetString("SessionState_TooManyValues", resourceCulture);
276             }
277         }
278 
279         /// <summary>
280         ///   Looks up a localized string similar to RequestScope cannot be created when _AppStart is executing..
281         /// </summary>
282         internal static string StateStorage_RequestScopeNotAvailable {
283             get {
284                 return ResourceManager.GetString("StateStorage_RequestScopeNotAvailable", resourceCulture);
285             }
286         }
287 
288         /// <summary>
289         ///   Looks up a localized string similar to Storage scope is read only..
290         /// </summary>
291         internal static string StateStorage_ScopeIsReadOnly {
292             get {
293                 return ResourceManager.GetString("StateStorage_ScopeIsReadOnly", resourceCulture);
294             }
295         }
296 
297         /// <summary>
298         ///   Looks up a localized string similar to Storage scopes cannot be created when _AppStart is executing..
299         /// </summary>
300         internal static string StateStorage_StorageScopesCannotBeCreated {
301             get {
302                 return ResourceManager.GetString("StateStorage_StorageScopesCannotBeCreated", resourceCulture);
303             }
304         }
305 
306         /// <summary>
307         ///   Looks up a localized string similar to The provided identity of type &apos;{0}&apos; is marked IsAuthenticated = true but does not have a value for Name. By default, the anti-forgery system requires that all authenticated identities have a unique Name. If it is not possible to provide a unique Name for this identity, consider setting the static property AntiForgeryConfig.AdditionalDataProvider to an instance of a type that can provide some form of unique identifier for the current user..
308         /// </summary>
309         internal static string TokenValidator_AuthenticatedUserWithoutUsername {
310             get {
311                 return ResourceManager.GetString("TokenValidator_AuthenticatedUserWithoutUsername", resourceCulture);
312             }
313         }
314 
315         /// <summary>
316         ///   Looks up a localized string similar to Validation parameter names in unobtrusive client validation rules cannot be empty. Client rule type: {0}.
317         /// </summary>
318         internal static string UnobtrusiveJavascript_ValidationParameterCannotBeEmpty {
319             get {
320                 return ResourceManager.GetString("UnobtrusiveJavascript_ValidationParameterCannotBeEmpty", resourceCulture);
321             }
322         }
323 
324         /// <summary>
325         ///   Looks up a localized string similar to Validation parameter names in unobtrusive client validation rules must start with a lowercase letter and consist of only lowercase letters or digits. Validation parameter name: {0}, client rule type: {1}.
326         /// </summary>
327         internal static string UnobtrusiveJavascript_ValidationParameterMustBeLegal {
328             get {
329                 return ResourceManager.GetString("UnobtrusiveJavascript_ValidationParameterMustBeLegal", resourceCulture);
330             }
331         }
332 
333         /// <summary>
334         ///   Looks up a localized string similar to Validation type names in unobtrusive client validation rules cannot be empty. Client rule type: {0}.
335         /// </summary>
336         internal static string UnobtrusiveJavascript_ValidationTypeCannotBeEmpty {
337             get {
338                 return ResourceManager.GetString("UnobtrusiveJavascript_ValidationTypeCannotBeEmpty", resourceCulture);
339             }
340         }
341 
342         /// <summary>
343         ///   Looks up a localized string similar to Validation type names in unobtrusive client validation rules must consist of only lowercase letters. Invalid name: &quot;{0}&quot;, client rule type: {1}.
344         /// </summary>
345         internal static string UnobtrusiveJavascript_ValidationTypeMustBeLegal {
346             get {
347                 return ResourceManager.GetString("UnobtrusiveJavascript_ValidationTypeMustBeLegal", resourceCulture);
348             }
349         }
350 
351         /// <summary>
352         ///   Looks up a localized string similar to Validation type names in unobtrusive client validation rules must be unique. The following validation type was seen more than once: {0}.
353         /// </summary>
354         internal static string UnobtrusiveJavascript_ValidationTypeMustBeUnique {
355             get {
356                 return ResourceManager.GetString("UnobtrusiveJavascript_ValidationTypeMustBeUnique", resourceCulture);
357             }
358         }
359 
360         /// <summary>
361         ///   Looks up a localized string similar to The UrlData collection is read-only..
362         /// </summary>
363         internal static string UrlData_ReadOnly {
364             get {
365                 return ResourceManager.GetString("UrlData_ReadOnly", resourceCulture);
366             }
367         }
368 
369         /// <summary>
370         ///   Looks up a localized string similar to Input format is invalid..
371         /// </summary>
372         internal static string ValidationDefault_DataType {
373             get {
374                 return ResourceManager.GetString("ValidationDefault_DataType", resourceCulture);
375             }
376         }
377 
378         /// <summary>
379         ///   Looks up a localized string similar to Values do not match..
380         /// </summary>
381         internal static string ValidationDefault_EqualsTo {
382             get {
383                 return ResourceManager.GetString("ValidationDefault_EqualsTo", resourceCulture);
384             }
385         }
386 
387         /// <summary>
388         ///   Looks up a localized string similar to Value must be a decimal between {0} and {1}..
389         /// </summary>
390         internal static string ValidationDefault_FloatRange {
391             get {
392                 return ResourceManager.GetString("ValidationDefault_FloatRange", resourceCulture);
393             }
394         }
395 
396         /// <summary>
397         ///   Looks up a localized string similar to Value must be an integer between {0} and {1}..
398         /// </summary>
399         internal static string ValidationDefault_IntegerRange {
400             get {
401                 return ResourceManager.GetString("ValidationDefault_IntegerRange", resourceCulture);
402             }
403         }
404 
405         /// <summary>
406         ///   Looks up a localized string similar to Value is invalid..
407         /// </summary>
408         internal static string ValidationDefault_Regex {
409             get {
410                 return ResourceManager.GetString("ValidationDefault_Regex", resourceCulture);
411             }
412         }
413 
414         /// <summary>
415         ///   Looks up a localized string similar to This field is required..
416         /// </summary>
417         internal static string ValidationDefault_Required {
418             get {
419                 return ResourceManager.GetString("ValidationDefault_Required", resourceCulture);
420             }
421         }
422 
423         /// <summary>
424         ///   Looks up a localized string similar to Max length: {0}..
425         /// </summary>
426         internal static string ValidationDefault_StringLength {
427             get {
428                 return ResourceManager.GetString("ValidationDefault_StringLength", resourceCulture);
429             }
430         }
431 
432         /// <summary>
433         ///   Looks up a localized string similar to String must be between {0} and {1} characters..
434         /// </summary>
435         internal static string ValidationDefault_StringLengthRange {
436             get {
437                 return ResourceManager.GetString("ValidationDefault_StringLengthRange", resourceCulture);
438             }
439         }
440 
441         /// <summary>
442         ///   Looks up a localized string similar to The file &quot;{0}&quot; cannot be requested directly because it calls the &quot;{1}&quot; method..
443         /// </summary>
444         internal static string WebPage_CannotRequestDirectly {
445             get {
446                 return ResourceManager.GetString("WebPage_CannotRequestDirectly", resourceCulture);
447             }
448         }
449 
450         /// <summary>
451         ///   Looks up a localized string similar to The following file could not be rendered because its extension &quot;{0}&quot; might not be supported: &quot;{1}&quot;..
452         /// </summary>
453         internal static string WebPage_FileNotSupported {
454             get {
455                 return ResourceManager.GetString("WebPage_FileNotSupported", resourceCulture);
456             }
457         }
458 
459         /// <summary>
460         ///   Looks up a localized string similar to The file &quot;{0}&quot; could not be rendered, because it does not exist or is not a valid page..
461         /// </summary>
462         internal static string WebPage_InvalidPageType {
463             get {
464                 return ResourceManager.GetString("WebPage_InvalidPageType", resourceCulture);
465             }
466         }
467 
468         /// <summary>
469         ///   Looks up a localized string similar to The layout page &quot;{0}&quot; could not be found at the following path: &quot;{1}&quot;..
470         /// </summary>
471         internal static string WebPage_LayoutPageNotFound {
472             get {
473                 return ResourceManager.GetString("WebPage_LayoutPageNotFound", resourceCulture);
474             }
475         }
476 
477         /// <summary>
478         ///   Looks up a localized string similar to The &quot;RenderBody&quot; method has already been called..
479         /// </summary>
480         internal static string WebPage_RenderBodyAlreadyCalled {
481             get {
482                 return ResourceManager.GetString("WebPage_RenderBodyAlreadyCalled", resourceCulture);
483             }
484         }
485 
486         /// <summary>
487         ///   Looks up a localized string similar to The &quot;RenderBody&quot; method has not been called for layout page &quot;{0}&quot;..
488         /// </summary>
489         internal static string WebPage_RenderBodyNotCalled {
490             get {
491                 return ResourceManager.GetString("WebPage_RenderBodyNotCalled", resourceCulture);
492             }
493         }
494 
495         /// <summary>
496         ///   Looks up a localized string similar to Section already defined: &quot;{0}&quot;..
497         /// </summary>
498         internal static string WebPage_SectionAleadyDefined {
499             get {
500                 return ResourceManager.GetString("WebPage_SectionAleadyDefined", resourceCulture);
501             }
502         }
503 
504         /// <summary>
505         ///   Looks up a localized string similar to The &quot;RenderSection&quot; method has already been called for the section named &quot;{0}&quot;..
506         /// </summary>
507         internal static string WebPage_SectionAleadyRendered {
508             get {
509                 return ResourceManager.GetString("WebPage_SectionAleadyRendered", resourceCulture);
510             }
511         }
512 
513         /// <summary>
514         ///   Looks up a localized string similar to Section not defined: &quot;{0}&quot;..
515         /// </summary>
516         internal static string WebPage_SectionNotDefined {
517             get {
518                 return ResourceManager.GetString("WebPage_SectionNotDefined", resourceCulture);
519             }
520         }
521 
522         /// <summary>
523         ///   Looks up a localized string similar to The following sections have been defined but have not been rendered for the layout page &quot;{0}&quot;: &quot;{1}&quot;..
524         /// </summary>
525         internal static string WebPage_SectionsNotRendered {
526             get {
527                 return ResourceManager.GetString("WebPage_SectionsNotRendered", resourceCulture);
528             }
529         }
530 
531         /// <summary>
532         ///   Looks up a localized string similar to Files with leading underscores (&quot;_&quot;) cannot be served..
533         /// </summary>
534         internal static string WebPageRoute_UnderscoreBlocked {
535             get {
536                 return ResourceManager.GetString("WebPageRoute_UnderscoreBlocked", resourceCulture);
537             }
538         }
539     }
540 }
541