New test.
[mono.git] / mcs / class / System.Web.Mvc2 / System.Web.Mvc / Resources / MvcResources.Designer.cs
1 //------------------------------------------------------------------------------\r
2 // <auto-generated>\r
3 //     This code was generated by a tool.\r
4 //     Runtime Version:2.0.50727.4200\r
5 //\r
6 //     Changes to this file may cause incorrect behavior and will be lost if\r
7 //     the code is regenerated.\r
8 // </auto-generated>\r
9 //------------------------------------------------------------------------------\r
10 \r
11 namespace System.Web.Mvc.Resources {\r
12     using System;\r
13     \r
14     \r
15     /// <summary>\r
16     ///   A strongly-typed resource class, for looking up localized strings, etc.\r
17     /// </summary>\r
18     // This class was auto-generated by the StronglyTypedResourceBuilder\r
19     // class via a tool like ResGen or Visual Studio.\r
20     // To add or remove a member, edit your .ResX file then rerun ResGen\r
21     // with the /str option, or rebuild your VS project.\r
22     [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]\r
23     [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
24     [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]\r
25     internal class MvcResources {\r
26         \r
27         private static global::System.Resources.ResourceManager resourceMan;\r
28         \r
29         private static global::System.Globalization.CultureInfo resourceCulture;\r
30         \r
31         [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]\r
32         internal MvcResources() {\r
33         }\r
34         \r
35         /// <summary>\r
36         ///   Returns the cached ResourceManager instance used by this class.\r
37         /// </summary>\r
38         [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]\r
39         internal static global::System.Resources.ResourceManager ResourceManager {\r
40             get {\r
41                 if (object.ReferenceEquals(resourceMan, null)) {\r
42                     global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("System.Web.Mvc.Resources.MvcResources", typeof(MvcResources).Assembly);\r
43                     resourceMan = temp;\r
44                 }\r
45                 return resourceMan;\r
46             }\r
47         }\r
48         \r
49         /// <summary>\r
50         ///   Overrides the current thread's CurrentUICulture property for all\r
51         ///   resource lookups using this strongly typed resource class.\r
52         /// </summary>\r
53         [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]\r
54         internal static global::System.Globalization.CultureInfo Culture {\r
55             get {\r
56                 return resourceCulture;\r
57             }\r
58             set {\r
59                 resourceCulture = value;\r
60             }\r
61         }\r
62         \r
63         /// <summary>\r
64         ///   Looks up a localized string similar to The current request for action &apos;{0}&apos; on controller type &apos;{1}&apos; is ambiguous between the following action methods:{2}.\r
65         /// </summary>\r
66         internal static string ActionMethodSelector_AmbiguousMatch {\r
67             get {\r
68                 return ResourceManager.GetString("ActionMethodSelector_AmbiguousMatch", resourceCulture);\r
69             }\r
70         }\r
71         \r
72         /// <summary>\r
73         ///   Looks up a localized string similar to {0} on type {1}.\r
74         /// </summary>\r
75         internal static string ActionMethodSelector_AmbiguousMatchType {\r
76             get {\r
77                 return ResourceManager.GetString("ActionMethodSelector_AmbiguousMatchType", resourceCulture);\r
78             }\r
79         }\r
80         \r
81         /// <summary>\r
82         ///   Looks up a localized string similar to A required anti-forgery token was not supplied or was invalid..\r
83         /// </summary>\r
84         internal static string AntiForgeryToken_ValidationFailed {\r
85             get {\r
86                 return ResourceManager.GetString("AntiForgeryToken_ValidationFailed", resourceCulture);\r
87             }\r
88         }\r
89         \r
90         /// <summary>\r
91         ///   Looks up a localized string similar to Lookup for method &apos;{0}&apos; on controller type &apos;{1}&apos; failed because of an ambiguity between the following methods:{2}.\r
92         /// </summary>\r
93         internal static string AsyncActionMethodSelector_AmbiguousMethodMatch {\r
94             get {\r
95                 return ResourceManager.GetString("AsyncActionMethodSelector_AmbiguousMethodMatch", resourceCulture);\r
96             }\r
97         }\r
98         \r
99         /// <summary>\r
100         ///   Looks up a localized string similar to Could not locate a method named &apos;{0}&apos; on controller type {1}..\r
101         /// </summary>\r
102         internal static string AsyncActionMethodSelector_CouldNotFindMethod {\r
103             get {\r
104                 return ResourceManager.GetString("AsyncActionMethodSelector_CouldNotFindMethod", resourceCulture);\r
105             }\r
106         }\r
107         \r
108         /// <summary>\r
109         ///   Looks up a localized string similar to The provided IAsyncResult has already been consumed..\r
110         /// </summary>\r
111         internal static string AsyncCommon_AsyncResultAlreadyConsumed {\r
112             get {\r
113                 return ResourceManager.GetString("AsyncCommon_AsyncResultAlreadyConsumed", resourceCulture);\r
114             }\r
115         }\r
116         \r
117         /// <summary>\r
118         ///   Looks up a localized string similar to The controller of type &apos;{0}&apos; must subclass AsyncController or implement the IAsyncManagerContainer interface..\r
119         /// </summary>\r
120         internal static string AsyncCommon_ControllerMustImplementIAsyncManagerContainer {\r
121             get {\r
122                 return ResourceManager.GetString("AsyncCommon_ControllerMustImplementIAsyncManagerContainer", resourceCulture);\r
123             }\r
124         }\r
125         \r
126         /// <summary>\r
127         ///   Looks up a localized string similar to The provided IAsyncResult is not valid for this method..\r
128         /// </summary>\r
129         internal static string AsyncCommon_InvalidAsyncResult {\r
130             get {\r
131                 return ResourceManager.GetString("AsyncCommon_InvalidAsyncResult", resourceCulture);\r
132             }\r
133         }\r
134         \r
135         /// <summary>\r
136         ///   Looks up a localized string similar to The timeout value must be non-negative or Timeout.Infinite..\r
137         /// </summary>\r
138         internal static string AsyncCommon_InvalidTimeout {\r
139             get {\r
140                 return ResourceManager.GetString("AsyncCommon_InvalidTimeout", resourceCulture);\r
141             }\r
142         }\r
143         \r
144         /// <summary>\r
145         ///   Looks up a localized string similar to The action &apos;{0}&apos; is accessible only by a child request..\r
146         /// </summary>\r
147         internal static string ChildActionOnlyAttribute_MustBeInChildRequest {\r
148             get {\r
149                 return ResourceManager.GetString("ChildActionOnlyAttribute_MustBeInChildRequest", resourceCulture);\r
150             }\r
151         }\r
152         \r
153         /// <summary>\r
154         ///   Looks up a localized string similar to The field {0} must be a number..\r
155         /// </summary>\r
156         internal static string ClientDataTypeModelValidatorProvider_FieldMustBeNumeric {\r
157             get {\r
158                 return ResourceManager.GetString("ClientDataTypeModelValidatorProvider_FieldMustBeNumeric", resourceCulture);\r
159             }\r
160         }\r
161         \r
162         /// <summary>\r
163         ///   Looks up a localized string similar to No route in the route table matches the supplied values..\r
164         /// </summary>\r
165         internal static string Common_NoRouteMatched {\r
166             get {\r
167                 return ResourceManager.GetString("Common_NoRouteMatched", resourceCulture);\r
168             }\r
169         }\r
170         \r
171         /// <summary>\r
172         ///   Looks up a localized string similar to Value cannot be null or empty..\r
173         /// </summary>\r
174         internal static string Common_NullOrEmpty {\r
175             get {\r
176                 return ResourceManager.GetString("Common_NullOrEmpty", resourceCulture);\r
177             }\r
178         }\r
179         \r
180         /// <summary>\r
181         ///   Looks up a localized string similar to The partial view &apos;{0}&apos; was not found. The following locations were searched:{1}.\r
182         /// </summary>\r
183         internal static string Common_PartialViewNotFound {\r
184             get {\r
185                 return ResourceManager.GetString("Common_PartialViewNotFound", resourceCulture);\r
186             }\r
187         }\r
188         \r
189         /// <summary>\r
190         ///   Looks up a localized string similar to The property &apos;{0}&apos; cannot be null or empty..\r
191         /// </summary>\r
192         internal static string Common_PropertyCannotBeNullOrEmpty {\r
193             get {\r
194                 return ResourceManager.GetString("Common_PropertyCannotBeNullOrEmpty", resourceCulture);\r
195             }\r
196         }\r
197         \r
198         /// <summary>\r
199         ///   Looks up a localized string similar to The property {0}.{1} could not be found..\r
200         /// </summary>\r
201         internal static string Common_PropertyNotFound {\r
202             get {\r
203                 return ResourceManager.GetString("Common_PropertyNotFound", resourceCulture);\r
204             }\r
205         }\r
206         \r
207         /// <summary>\r
208         ///   Looks up a localized string similar to False.\r
209         /// </summary>\r
210         internal static string Common_TriState_False {\r
211             get {\r
212                 return ResourceManager.GetString("Common_TriState_False", resourceCulture);\r
213             }\r
214         }\r
215         \r
216         /// <summary>\r
217         ///   Looks up a localized string similar to Not Set.\r
218         /// </summary>\r
219         internal static string Common_TriState_NotSet {\r
220             get {\r
221                 return ResourceManager.GetString("Common_TriState_NotSet", resourceCulture);\r
222             }\r
223         }\r
224         \r
225         /// <summary>\r
226         ///   Looks up a localized string similar to True.\r
227         /// </summary>\r
228         internal static string Common_TriState_True {\r
229             get {\r
230                 return ResourceManager.GetString("Common_TriState_True", resourceCulture);\r
231             }\r
232         }\r
233         \r
234         /// <summary>\r
235         ///   Looks up a localized string similar to The type {0} must derive from {1}.\r
236         /// </summary>\r
237         internal static string Common_TypeMustDriveFromType {\r
238             get {\r
239                 return ResourceManager.GetString("Common_TypeMustDriveFromType", resourceCulture);\r
240             }\r
241         }\r
242         \r
243         /// <summary>\r
244         ///   Looks up a localized string similar to The value &apos;{0}&apos; is invalid..\r
245         /// </summary>\r
246         internal static string Common_ValueNotValidForProperty {\r
247             get {\r
248                 return ResourceManager.GetString("Common_ValueNotValidForProperty", resourceCulture);\r
249             }\r
250         }\r
251         \r
252         /// <summary>\r
253         ///   Looks up a localized string similar to The view &apos;{0}&apos; or its master was not found. The following locations were searched:{1}.\r
254         /// </summary>\r
255         internal static string Common_ViewNotFound {\r
256             get {\r
257                 return ResourceManager.GetString("Common_ViewNotFound", resourceCulture);\r
258             }\r
259         }\r
260         \r
261         /// <summary>\r
262         ///   Looks up a localized string similar to A public action method &apos;{0}&apos; was not found on controller &apos;{1}&apos;..\r
263         /// </summary>\r
264         internal static string Controller_UnknownAction {\r
265             get {\r
266                 return ResourceManager.GetString("Controller_UnknownAction", resourceCulture);\r
267             }\r
268         }\r
269         \r
270         /// <summary>\r
271         ///   Looks up a localized string similar to The model of type &apos;{0}&apos; could not be updated..\r
272         /// </summary>\r
273         internal static string Controller_UpdateModel_UpdateUnsuccessful {\r
274             get {\r
275                 return ResourceManager.GetString("Controller_UpdateModel_UpdateUnsuccessful", resourceCulture);\r
276             }\r
277         }\r
278         \r
279         /// <summary>\r
280         ///   Looks up a localized string similar to The model of type &apos;{0}&apos; is not valid..\r
281         /// </summary>\r
282         internal static string Controller_Validate_ValidationFailed {\r
283             get {\r
284                 return ResourceManager.GetString("Controller_Validate_ValidationFailed", resourceCulture);\r
285             }\r
286         }\r
287         \r
288         /// <summary>\r
289         ///   Looks up a localized string similar to A single instance of controller &apos;{0}&apos; cannot be used to handle multiple requests. If a custom controller factory is in use, make sure that it creates a new instance of the controller for each request..\r
290         /// </summary>\r
291         internal static string ControllerBase_CannotHandleMultipleRequests {\r
292             get {\r
293                 return ResourceManager.GetString("ControllerBase_CannotHandleMultipleRequests", resourceCulture);\r
294             }\r
295         }\r
296         \r
297         /// <summary>\r
298         ///   Looks up a localized string similar to An error occurred when trying to create the IControllerFactory &apos;{0}&apos;. Make sure that the controller factory has a public parameterless constructor..\r
299         /// </summary>\r
300         internal static string ControllerBuilder_ErrorCreatingControllerFactory {\r
301             get {\r
302                 return ResourceManager.GetString("ControllerBuilder_ErrorCreatingControllerFactory", resourceCulture);\r
303             }\r
304         }\r
305         \r
306         /// <summary>\r
307         ///   Looks up a localized string similar to The IControllerFactory &apos;{0}&apos; did not return a controller for the name &apos;{1}&apos;..\r
308         /// </summary>\r
309         internal static string ControllerBuilder_FactoryReturnedNull {\r
310             get {\r
311                 return ResourceManager.GetString("ControllerBuilder_FactoryReturnedNull", resourceCulture);\r
312             }\r
313         }\r
314         \r
315         /// <summary>\r
316         ///   Looks up a localized string similar to The controller factory type &apos;{0}&apos; must implement the IControllerFactory interface..\r
317         /// </summary>\r
318         internal static string ControllerBuilder_MissingIControllerFactory {\r
319             get {\r
320                 return ResourceManager.GetString("ControllerBuilder_MissingIControllerFactory", resourceCulture);\r
321             }\r
322         }\r
323         \r
324         /// <summary>\r
325         ///   Looks up a localized string similar to {0} has a DisplayColumn attribute for {1}, but property {1} does not exist..\r
326         /// </summary>\r
327         internal static string DataAnnotationsModelMetadataProvider_UnknownProperty {\r
328             get {\r
329                 return ResourceManager.GetString("DataAnnotationsModelMetadataProvider_UnknownProperty", resourceCulture);\r
330             }\r
331         }\r
332         \r
333         /// <summary>\r
334         ///   Looks up a localized string similar to {0} has a DisplayColumn attribute for {1}, but property {1} does not have a public getter..\r
335         /// </summary>\r
336         internal static string DataAnnotationsModelMetadataProvider_UnreadableProperty {\r
337             get {\r
338                 return ResourceManager.GetString("DataAnnotationsModelMetadataProvider_UnreadableProperty", resourceCulture);\r
339             }\r
340         }\r
341         \r
342         /// <summary>\r
343         ///   Looks up a localized string similar to The type {0} must have a public constructor which accepts three parameters of types {1}, {2}, and {3}.\r
344         /// </summary>\r
345         internal static string DataAnnotationsModelValidatorProvider_ConstructorRequirements {\r
346             get {\r
347                 return ResourceManager.GetString("DataAnnotationsModelValidatorProvider_ConstructorRequirements", resourceCulture);\r
348             }\r
349         }\r
350         \r
351         /// <summary>\r
352         ///   Looks up a localized string similar to Multiple types were found that match the controller named &apos;{0}&apos;. This can happen if the route that services this request does not specify namespaces to search for a controller that matches the request. If this is the case, register this route by calling an overload of the &apos;MapRoute&apos; method that takes a &apos;namespaces&apos; parameter.\r
353         ///\r
354         ///The request for &apos;{0}&apos; has found the following matching controllers:{1}.\r
355         /// </summary>\r
356         internal static string DefaultControllerFactory_ControllerNameAmbiguous_WithoutRouteUrl {\r
357             get {\r
358                 return ResourceManager.GetString("DefaultControllerFactory_ControllerNameAmbiguous_WithoutRouteUrl", resourceCulture);\r
359             }\r
360         }\r
361         \r
362         /// <summary>\r
363         ///   Looks up a localized string similar to Multiple types were found that match the controller named &apos;{0}&apos;. This can happen if the route that services this request (&apos;{1}&apos;) does not specify namespaces to search for a controller that matches the request. If this is the case, register this route by calling an overload of the &apos;MapRoute&apos; method that takes a &apos;namespaces&apos; parameter.\r
364         ///\r
365         ///The request for &apos;{0}&apos; has found the following matching controllers:{2}.\r
366         /// </summary>\r
367         internal static string DefaultControllerFactory_ControllerNameAmbiguous_WithRouteUrl {\r
368             get {\r
369                 return ResourceManager.GetString("DefaultControllerFactory_ControllerNameAmbiguous_WithRouteUrl", resourceCulture);\r
370             }\r
371         }\r
372         \r
373         /// <summary>\r
374         ///   Looks up a localized string similar to An error occurred when trying to create a controller of type &apos;{0}&apos;. Make sure that the controller has a parameterless public constructor..\r
375         /// </summary>\r
376         internal static string DefaultControllerFactory_ErrorCreatingController {\r
377             get {\r
378                 return ResourceManager.GetString("DefaultControllerFactory_ErrorCreatingController", resourceCulture);\r
379             }\r
380         }\r
381         \r
382         /// <summary>\r
383         ///   Looks up a localized string similar to The controller for path &apos;{0}&apos; was not found or does not implement IController..\r
384         /// </summary>\r
385         internal static string DefaultControllerFactory_NoControllerFound {\r
386             get {\r
387                 return ResourceManager.GetString("DefaultControllerFactory_NoControllerFound", resourceCulture);\r
388             }\r
389         }\r
390         \r
391         /// <summary>\r
392         ///   Looks up a localized string similar to The controller type &apos;{0}&apos; must implement IController..\r
393         /// </summary>\r
394         internal static string DefaultControllerFactory_TypeDoesNotSubclassControllerBase {\r
395             get {\r
396                 return ResourceManager.GetString("DefaultControllerFactory_TypeDoesNotSubclassControllerBase", resourceCulture);\r
397             }\r
398         }\r
399         \r
400         /// <summary>\r
401         ///   Looks up a localized string similar to The value &apos;{0}&apos; is not valid for {1}..\r
402         /// </summary>\r
403         internal static string DefaultModelBinder_ValueInvalid {\r
404             get {\r
405                 return ResourceManager.GetString("DefaultModelBinder_ValueInvalid", resourceCulture);\r
406             }\r
407         }\r
408         \r
409         /// <summary>\r
410         ///   Looks up a localized string similar to A value is required..\r
411         /// </summary>\r
412         internal static string DefaultModelBinder_ValueRequired {\r
413             get {\r
414                 return ResourceManager.GetString("DefaultModelBinder_ValueRequired", resourceCulture);\r
415             }\r
416         }\r
417         \r
418         /// <summary>\r
419         ///   Looks up a localized string similar to The number of ticks for the TimeSpan value must be greater than or equal to 0..\r
420         /// </summary>\r
421         internal static string DefaultViewLocationCache_NegativeTimeSpan {\r
422             get {\r
423                 return ResourceManager.GetString("DefaultViewLocationCache_NegativeTimeSpan", resourceCulture);\r
424             }\r
425         }\r
426         \r
427         /// <summary>\r
428         ///   Looks up a localized string similar to The type &apos;{0}&apos; does not inherit from Exception..\r
429         /// </summary>\r
430         internal static string ExceptionViewAttribute_NonExceptionType {\r
431             get {\r
432                 return ResourceManager.GetString("ExceptionViewAttribute_NonExceptionType", resourceCulture);\r
433             }\r
434         }\r
435         \r
436         /// <summary>\r
437         ///   Looks up a localized string similar to The expression compiler was unable to evaluate the indexer expression &apos;{0}&apos; because it references the model parameter &apos;{1}&apos; which is unavailable..\r
438         /// </summary>\r
439         internal static string ExpressionHelper_InvalidIndexerExpression {\r
440             get {\r
441                 return ResourceManager.GetString("ExpressionHelper_InvalidIndexerExpression", resourceCulture);\r
442             }\r
443         }\r
444         \r
445         /// <summary>\r
446         ///   Looks up a localized string similar to Order must be greater than or equal to -1..\r
447         /// </summary>\r
448         internal static string FilterAttribute_OrderOutOfRange {\r
449             get {\r
450                 return ResourceManager.GetString("FilterAttribute_OrderOutOfRange", resourceCulture);\r
451             }\r
452         }\r
453         \r
454         /// <summary>\r
455         ///   Looks up a localized string similar to The GET and POST HTTP methods are not supported..\r
456         /// </summary>\r
457         internal static string HtmlHelper_InvalidHttpMethod {\r
458             get {\r
459                 return ResourceManager.GetString("HtmlHelper_InvalidHttpMethod", resourceCulture);\r
460             }\r
461         }\r
462         \r
463         /// <summary>\r
464         ///   Looks up a localized string similar to The specified HttpVerbs value is not supported. The supported values are Delete, Head, and Put..\r
465         /// </summary>\r
466         internal static string HtmlHelper_InvalidHttpVerb {\r
467             get {\r
468                 return ResourceManager.GetString("HtmlHelper_InvalidHttpVerb", resourceCulture);\r
469             }\r
470         }\r
471         \r
472         /// <summary>\r
473         ///   Looks up a localized string similar to There is no ViewData item of type &apos;{1}&apos; that has the key &apos;{0}&apos;..\r
474         /// </summary>\r
475         internal static string HtmlHelper_MissingSelectData {\r
476             get {\r
477                 return ResourceManager.GetString("HtmlHelper_MissingSelectData", resourceCulture);\r
478             }\r
479         }\r
480         \r
481         /// <summary>\r
482         ///   Looks up a localized string similar to The value must be greater than or equal to zero..\r
483         /// </summary>\r
484         internal static string HtmlHelper_TextAreaParameterOutOfRange {\r
485             get {\r
486                 return ResourceManager.GetString("HtmlHelper_TextAreaParameterOutOfRange", resourceCulture);\r
487             }\r
488         }\r
489         \r
490         /// <summary>\r
491         ///   Looks up a localized string similar to The ViewData item that has the key &apos;{0}&apos; is of type &apos;{1}&apos; but must be of type &apos;{2}&apos;..\r
492         /// </summary>\r
493         internal static string HtmlHelper_WrongSelectDataType {\r
494             get {\r
495                 return ResourceManager.GetString("HtmlHelper_WrongSelectDataType", resourceCulture);\r
496             }\r
497         }\r
498         \r
499         /// <summary>\r
500         ///   Looks up a localized string similar to This request has been blocked because sensitive information could be disclosed to third party web sites when this is used in a GET request. To allow GET requests, set JsonRequestBehavior to AllowGet..\r
501         /// </summary>\r
502         internal static string JsonRequest_GetNotAllowed {\r
503             get {\r
504                 return ResourceManager.GetString("JsonRequest_GetNotAllowed", resourceCulture);\r
505             }\r
506         }\r
507         \r
508         /// <summary>\r
509         ///   Looks up a localized string similar to An error occurred when trying to create the IModelBinder &apos;{0}&apos;. Make sure that the binder has a public parameterless constructor..\r
510         /// </summary>\r
511         internal static string ModelBinderAttribute_ErrorCreatingModelBinder {\r
512             get {\r
513                 return ResourceManager.GetString("ModelBinderAttribute_ErrorCreatingModelBinder", resourceCulture);\r
514             }\r
515         }\r
516         \r
517         /// <summary>\r
518         ///   Looks up a localized string similar to The type &apos;{0}&apos; does not implement the IModelBinder interface..\r
519         /// </summary>\r
520         internal static string ModelBinderAttribute_TypeNotIModelBinder {\r
521             get {\r
522                 return ResourceManager.GetString("ModelBinderAttribute_TypeNotIModelBinder", resourceCulture);\r
523             }\r
524         }\r
525         \r
526         /// <summary>\r
527         ///   Looks up a localized string similar to The type &apos;{0}&apos; contains multiple attributes that inherit from CustomModelBinderAttribute..\r
528         /// </summary>\r
529         internal static string ModelBinderDictionary_MultipleAttributes {\r
530             get {\r
531                 return ResourceManager.GetString("ModelBinderDictionary_MultipleAttributes", resourceCulture);\r
532             }\r
533         }\r
534         \r
535         /// <summary>\r
536         ///   Looks up a localized string similar to This property setter is obsolete, because its value is derived from ModelMetadata.Model now..\r
537         /// </summary>\r
538         internal static string ModelMetadata_PropertyNotSettable {\r
539             get {\r
540                 return ResourceManager.GetString("ModelMetadata_PropertyNotSettable", resourceCulture);\r
541             }\r
542         }\r
543         \r
544         /// <summary>\r
545         ///   Looks up a localized string similar to The associated metadata type for type &apos;{0}&apos; contains the following unknown properties or fields: {1}. Please make sure that the names of these members match the names of the properties on the main type..\r
546         /// </summary>\r
547         internal static string PrivateAssociatedMetadataTypeTypeDescriptor_MetadataTypeContainsUnknownProperties {\r
548             get {\r
549                 return ResourceManager.GetString("PrivateAssociatedMetadataTypeTypeDescriptor_MetadataTypeContainsUnknownProperties" +\r
550                         "", resourceCulture);\r
551             }\r
552         }\r
553         \r
554         /// <summary>\r
555         ///   Looks up a localized string similar to Child actions are not allowed to perform redirect actions..\r
556         /// </summary>\r
557         internal static string RedirectAction_CannotRedirectInChildAction {\r
558             get {\r
559                 return ResourceManager.GetString("RedirectAction_CannotRedirectInChildAction", resourceCulture);\r
560             }\r
561         }\r
562         \r
563         /// <summary>\r
564         ///   Looks up a localized string similar to Cannot create a descriptor for instance method &apos;{0}&apos; on type &apos;{1}&apos; because the type does not derive from ControllerBase..\r
565         /// </summary>\r
566         internal static string ReflectedActionDescriptor_CannotCallInstanceMethodOnNonControllerType {\r
567             get {\r
568                 return ResourceManager.GetString("ReflectedActionDescriptor_CannotCallInstanceMethodOnNonControllerType", resourceCulture);\r
569             }\r
570         }\r
571         \r
572         /// <summary>\r
573         ///   Looks up a localized string similar to Cannot call action method &apos;{0}&apos; on controller &apos;{1}&apos; because the parameter &apos;{2}&apos; is passed by reference..\r
574         /// </summary>\r
575         internal static string ReflectedActionDescriptor_CannotCallMethodsWithOutOrRefParameters {\r
576             get {\r
577                 return ResourceManager.GetString("ReflectedActionDescriptor_CannotCallMethodsWithOutOrRefParameters", resourceCulture);\r
578             }\r
579         }\r
580         \r
581         /// <summary>\r
582         ///   Looks up a localized string similar to Cannot call action method &apos;{0}&apos; on controller &apos;{1}&apos; because the action method is a generic method..\r
583         /// </summary>\r
584         internal static string ReflectedActionDescriptor_CannotCallOpenGenericMethods {\r
585             get {\r
586                 return ResourceManager.GetString("ReflectedActionDescriptor_CannotCallOpenGenericMethods", resourceCulture);\r
587             }\r
588         }\r
589         \r
590         /// <summary>\r
591         ///   Looks up a localized string similar to The parameters dictionary contains a null entry for parameter &apos;{0}&apos; of non-nullable type &apos;{1}&apos; for method &apos;{2}&apos; in &apos;{3}&apos;. An optional parameter must be a reference type, a nullable type, or be declared as an optional parameter..\r
592         /// </summary>\r
593         internal static string ReflectedActionDescriptor_ParameterCannotBeNull {\r
594             get {\r
595                 return ResourceManager.GetString("ReflectedActionDescriptor_ParameterCannotBeNull", resourceCulture);\r
596             }\r
597         }\r
598         \r
599         /// <summary>\r
600         ///   Looks up a localized string similar to The parameters dictionary does not contain an entry for parameter &apos;{0}&apos; of type &apos;{1}&apos; for method &apos;{2}&apos; in &apos;{3}&apos;. The dictionary must contain an entry for each parameter, including parameters that have null values..\r
601         /// </summary>\r
602         internal static string ReflectedActionDescriptor_ParameterNotInDictionary {\r
603             get {\r
604                 return ResourceManager.GetString("ReflectedActionDescriptor_ParameterNotInDictionary", resourceCulture);\r
605             }\r
606         }\r
607         \r
608         /// <summary>\r
609         ///   Looks up a localized string similar to The parameters dictionary contains an invalid entry for parameter &apos;{0}&apos; for method &apos;{1}&apos; in &apos;{2}&apos;. The dictionary contains a value of type &apos;{3}&apos;, but the parameter requires a value of type &apos;{4}&apos;..\r
610         /// </summary>\r
611         internal static string ReflectedActionDescriptor_ParameterValueHasWrongType {\r
612             get {\r
613                 return ResourceManager.GetString("ReflectedActionDescriptor_ParameterValueHasWrongType", resourceCulture);\r
614             }\r
615         }\r
616         \r
617         /// <summary>\r
618         ///   Looks up a localized string similar to The asynchronous action method &apos;{0}&apos; cannot be executed synchronously..\r
619         /// </summary>\r
620         internal static string ReflectedAsyncActionDescriptor_CannotExecuteSynchronously {\r
621             get {\r
622                 return ResourceManager.GetString("ReflectedAsyncActionDescriptor_CannotExecuteSynchronously", resourceCulture);\r
623             }\r
624         }\r
625         \r
626         /// <summary>\r
627         ///   Looks up a localized string similar to The parameter &apos;{0}&apos; on method &apos;{1}&apos; contains multiple attributes that inherit from CustomModelBinderAttribute..\r
628         /// </summary>\r
629         internal static string ReflectedParameterBindingInfo_MultipleConverterAttributes {\r
630             get {\r
631                 return ResourceManager.GetString("ReflectedParameterBindingInfo_MultipleConverterAttributes", resourceCulture);\r
632             }\r
633         }\r
634         \r
635         /// <summary>\r
636         ///   Looks up a localized string similar to The requested resource can only be accessed via SSL..\r
637         /// </summary>\r
638         internal static string RequireHttpsAttribute_MustUseSsl {\r
639             get {\r
640                 return ResourceManager.GetString("RequireHttpsAttribute_MustUseSsl", resourceCulture);\r
641             }\r
642         }\r
643         \r
644         /// <summary>\r
645         ///   Looks up a localized string similar to The SessionStateTempDataProvider class requires session state to be enabled..\r
646         /// </summary>\r
647         internal static string SessionStateTempDataProvider_SessionStateDisabled {\r
648             get {\r
649                 return ResourceManager.GetString("SessionStateTempDataProvider_SessionStateDisabled", resourceCulture);\r
650             }\r
651         }\r
652         \r
653         /// <summary>\r
654         ///   Looks up a localized string similar to An operation that crossed a synchronization context failed. See the inner exception for more information..\r
655         /// </summary>\r
656         internal static string SynchronizationContextUtil_ExceptionThrown {\r
657             get {\r
658                 return ResourceManager.GetString("SynchronizationContextUtil_ExceptionThrown", resourceCulture);\r
659             }\r
660         }\r
661         \r
662         /// <summary>\r
663         ///   Looks up a localized string similar to Unable to locate an appropriate template for type {0}..\r
664         /// </summary>\r
665         internal static string TemplateHelpers_NoTemplate {\r
666             get {\r
667                 return ResourceManager.GetString("TemplateHelpers_NoTemplate", resourceCulture);\r
668             }\r
669         }\r
670         \r
671         /// <summary>\r
672         ///   Looks up a localized string similar to Templates can be used only with field access, property access, single-dimension array index, or single-parameter custom indexer expressions..\r
673         /// </summary>\r
674         internal static string TemplateHelpers_TemplateLimitations {\r
675             get {\r
676                 return ResourceManager.GetString("TemplateHelpers_TemplateLimitations", resourceCulture);\r
677             }\r
678         }\r
679         \r
680         /// <summary>\r
681         ///   Looks up a localized string similar to The Collection template was used with an object of type &apos;{0}&apos;, which does not implement System.IEnumerable..\r
682         /// </summary>\r
683         internal static string Templates_TypeMustImplementIEnumerable {\r
684             get {\r
685                 return ResourceManager.GetString("Templates_TypeMustImplementIEnumerable", resourceCulture);\r
686             }\r
687         }\r
688         \r
689         /// <summary>\r
690         ///   Looks up a localized string similar to This file is automatically generated. Please do not modify the contents of this file..\r
691         /// </summary>\r
692         internal static string TypeCache_DoNotModify {\r
693             get {\r
694                 return ResourceManager.GetString("TypeCache_DoNotModify", resourceCulture);\r
695             }\r
696         }\r
697         \r
698         /// <summary>\r
699         ///   Looks up a localized string similar to The parameter conversion from type &apos;{0}&apos; to type &apos;{1}&apos; failed. See the inner exception for more information..\r
700         /// </summary>\r
701         internal static string ValueProviderResult_ConversionThrew {\r
702             get {\r
703                 return ResourceManager.GetString("ValueProviderResult_ConversionThrew", resourceCulture);\r
704             }\r
705         }\r
706         \r
707         /// <summary>\r
708         ///   Looks up a localized string similar to The parameter conversion from type &apos;{0}&apos; to type &apos;{1}&apos; failed because no type converter can convert between these types..\r
709         /// </summary>\r
710         internal static string ValueProviderResult_NoConverterExists {\r
711             get {\r
712                 return ResourceManager.GetString("ValueProviderResult_NoConverterExists", resourceCulture);\r
713             }\r
714         }\r
715         \r
716         /// <summary>\r
717         ///   Looks up a localized string similar to The model item passed into the dictionary is null, but this dictionary requires a non-null model item of type &apos;{0}&apos;..\r
718         /// </summary>\r
719         internal static string ViewDataDictionary_ModelCannotBeNull {\r
720             get {\r
721                 return ResourceManager.GetString("ViewDataDictionary_ModelCannotBeNull", resourceCulture);\r
722             }\r
723         }\r
724         \r
725         /// <summary>\r
726         ///   Looks up a localized string similar to The model item passed into the dictionary is of type &apos;{0}&apos;, but this dictionary requires a model item of type &apos;{1}&apos;..\r
727         /// </summary>\r
728         internal static string ViewDataDictionary_WrongTModelType {\r
729             get {\r
730                 return ResourceManager.GetString("ViewDataDictionary_WrongTModelType", resourceCulture);\r
731             }\r
732         }\r
733         \r
734         /// <summary>\r
735         ///   Looks up a localized string similar to A ViewMasterPage can be used only with content pages that derive from ViewPage or ViewPage&lt;TViewItem&gt;..\r
736         /// </summary>\r
737         internal static string ViewMasterPage_RequiresViewPage {\r
738             get {\r
739                 return ResourceManager.GetString("ViewMasterPage_RequiresViewPage", resourceCulture);\r
740             }\r
741         }\r
742         \r
743         /// <summary>\r
744         ///   Looks up a localized string similar to Execution of the child request failed. Please examine the InnerException for more information..\r
745         /// </summary>\r
746         internal static string ViewPageHttpHandlerWrapper_ExceptionOccurred {\r
747             get {\r
748                 return ResourceManager.GetString("ViewPageHttpHandlerWrapper_ExceptionOccurred", resourceCulture);\r
749             }\r
750         }\r
751         \r
752         /// <summary>\r
753         ///   Looks up a localized string similar to The ViewUserControl &apos;{0}&apos; cannot find an IViewDataContainer object. The ViewUserControl must be inside a ViewPage, a ViewMasterPage, or another ViewUserControl..\r
754         /// </summary>\r
755         internal static string ViewUserControl_RequiresViewDataProvider {\r
756             get {\r
757                 return ResourceManager.GetString("ViewUserControl_RequiresViewDataProvider", resourceCulture);\r
758             }\r
759         }\r
760         \r
761         /// <summary>\r
762         ///   Looks up a localized string similar to A ViewUserControl can be used only in pages that derive from ViewPage or ViewPage&lt;TViewItem&gt;..\r
763         /// </summary>\r
764         internal static string ViewUserControl_RequiresViewPage {\r
765             get {\r
766                 return ResourceManager.GetString("ViewUserControl_RequiresViewPage", resourceCulture);\r
767             }\r
768         }\r
769         \r
770         /// <summary>\r
771         ///   Looks up a localized string similar to A master name cannot be specified when the view is a ViewUserControl..\r
772         /// </summary>\r
773         internal static string WebFormViewEngine_UserControlCannotHaveMaster {\r
774             get {\r
775                 return ResourceManager.GetString("WebFormViewEngine_UserControlCannotHaveMaster", resourceCulture);\r
776             }\r
777         }\r
778         \r
779         /// <summary>\r
780         ///   Looks up a localized string similar to The view found at &apos;{0}&apos; was not created..\r
781         /// </summary>\r
782         internal static string WebFormViewEngine_ViewCouldNotBeCreated {\r
783             get {\r
784                 return ResourceManager.GetString("WebFormViewEngine_ViewCouldNotBeCreated", resourceCulture);\r
785             }\r
786         }\r
787         \r
788         /// <summary>\r
789         ///   Looks up a localized string similar to The view at &apos;{0}&apos; must derive from ViewPage, ViewPage&lt;TViewData&gt;, ViewUserControl, or ViewUserControl&lt;TViewData&gt;..\r
790         /// </summary>\r
791         internal static string WebFormViewEngine_WrongViewBase {\r
792             get {\r
793                 return ResourceManager.GetString("WebFormViewEngine_WrongViewBase", resourceCulture);\r
794             }\r
795         }\r
796     }\r
797 }\r