//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:2.0.50727.3053 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace System.Web.Mvc.Resources { using System; /// /// A strongly-typed resource class, for looking up localized strings, etc. /// // This class was auto-generated by the StronglyTypedResourceBuilder // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class MvcResources { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal MvcResources() { } /// /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("System.Web.Mvc.Resources.MvcResources", typeof(MvcResources).Assembly); resourceMan = temp; } return resourceMan; } } /// /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to The current request for action '{0}' on controller type '{1}' is ambiguous between the following action methods:{2}. /// internal static string ActionMethodSelector_AmbiguousMatch { get { return ResourceManager.GetString("ActionMethodSelector_AmbiguousMatch", resourceCulture); } } /// /// Looks up a localized string similar to {0} on type {1}. /// internal static string ActionMethodSelector_AmbiguousMatchType { get { return ResourceManager.GetString("ActionMethodSelector_AmbiguousMatchType", resourceCulture); } } /// /// Looks up a localized string similar to No route in the route table matches the supplied values.. /// internal static string ActionRedirectResult_NoRouteMatched { get { return ResourceManager.GetString("ActionRedirectResult_NoRouteMatched", resourceCulture); } } /// /// Looks up a localized string similar to A required anti-forgery token was not supplied or was invalid.. /// internal static string AntiForgeryToken_ValidationFailed { get { return ResourceManager.GetString("AntiForgeryToken_ValidationFailed", resourceCulture); } } /// /// Looks up a localized string similar to The value '{0}' is outside the valid range of the enumeration type '{1}'.. /// internal static string Common_InvalidEnumValue { get { return ResourceManager.GetString("Common_InvalidEnumValue", resourceCulture); } } /// /// Looks up a localized string similar to Value cannot be null or empty.. /// internal static string Common_NullOrEmpty { get { return ResourceManager.GetString("Common_NullOrEmpty", resourceCulture); } } /// /// Looks up a localized string similar to The partial view '{0}' could not be found. The following locations were searched:{1}. /// internal static string Common_PartialViewNotFound { get { return ResourceManager.GetString("Common_PartialViewNotFound", resourceCulture); } } /// /// Looks up a localized string similar to The property '{0}' cannot be null or empty.. /// internal static string Common_PropertyCannotBeNullOrEmpty { get { return ResourceManager.GetString("Common_PropertyCannotBeNullOrEmpty", resourceCulture); } } /// /// Looks up a localized string similar to The value '{0}' is invalid.. /// internal static string Common_ValueNotValidForProperty { get { return ResourceManager.GetString("Common_ValueNotValidForProperty", resourceCulture); } } /// /// Looks up a localized string similar to The view '{0}' or its master could not be found. The following locations were searched:{1}. /// internal static string Common_ViewNotFound { get { return ResourceManager.GetString("Common_ViewNotFound", resourceCulture); } } /// /// Looks up a localized string similar to A public action method '{0}' could not be found on controller '{1}'.. /// internal static string Controller_UnknownAction { get { return ResourceManager.GetString("Controller_UnknownAction", resourceCulture); } } /// /// Looks up a localized string similar to The model of type '{0}' was not successfully updated.. /// internal static string Controller_UpdateModel_UpdateUnsuccessful { get { return ResourceManager.GetString("Controller_UpdateModel_UpdateUnsuccessful", resourceCulture); } } /// /// Looks up a localized string similar to There was an error creating the IControllerFactory '{0}'. Check that it has a public parameterless constructor.. /// internal static string ControllerBuilder_ErrorCreatingControllerFactory { get { return ResourceManager.GetString("ControllerBuilder_ErrorCreatingControllerFactory", resourceCulture); } } /// /// Looks up a localized string similar to The IControllerFactory '{0}' did not return a controller for a controller named '{1}'.. /// internal static string ControllerBuilder_FactoryReturnedNull { get { return ResourceManager.GetString("ControllerBuilder_FactoryReturnedNull", resourceCulture); } } /// /// Looks up a localized string similar to The controller factory type '{0}' must implement the IControllerFactory interface.. /// internal static string ControllerBuilder_MissingIControllerFactory { get { return ResourceManager.GetString("ControllerBuilder_MissingIControllerFactory", resourceCulture); } } /// /// Looks up a localized string similar to The controller name '{0}' is ambiguous between the following types:{1}. /// internal static string DefaultControllerFactory_ControllerNameAmbiguous { get { return ResourceManager.GetString("DefaultControllerFactory_ControllerNameAmbiguous", resourceCulture); } } /// /// Looks up a localized string similar to An error occurred while creating a controller of type '{0}'. If the controller doesn't have a controller factory, ensure that it has a parameterless public constructor.. /// internal static string DefaultControllerFactory_ErrorCreatingController { get { return ResourceManager.GetString("DefaultControllerFactory_ErrorCreatingController", resourceCulture); } } /// /// Looks up a localized string similar to The controller for path '{0}' could not be found or it does not implement IController.. /// internal static string DefaultControllerFactory_NoControllerFound { get { return ResourceManager.GetString("DefaultControllerFactory_NoControllerFound", resourceCulture); } } /// /// Looks up a localized string similar to The controller type '{0}' must implement IController.. /// internal static string DefaultControllerFactory_TypeDoesNotSubclassControllerBase { get { return ResourceManager.GetString("DefaultControllerFactory_TypeDoesNotSubclassControllerBase", resourceCulture); } } /// /// Looks up a localized string similar to A value is required.. /// internal static string DefaultModelBinder_ValueRequired { get { return ResourceManager.GetString("DefaultModelBinder_ValueRequired", resourceCulture); } } /// /// Looks up a localized string similar to The total number of ticks for the TimeSpan must be greater than 0.. /// internal static string DefaultViewLocationCache_NegativeTimeSpan { get { return ResourceManager.GetString("DefaultViewLocationCache_NegativeTimeSpan", resourceCulture); } } /// /// Looks up a localized string similar to The type '{0}' does not inherit from Exception.. /// internal static string ExceptionViewAttribute_NonExceptionType { get { return ResourceManager.GetString("ExceptionViewAttribute_NonExceptionType", resourceCulture); } } /// /// Looks up a localized string similar to Order must be greater than or equal to -1.. /// internal static string FilterAttribute_OrderOutOfRange { get { return ResourceManager.GetString("FilterAttribute_OrderOutOfRange", resourceCulture); } } /// /// Looks up a localized string similar to There is no ViewData item with the key '{0}' of type '{1}'.. /// internal static string HtmlHelper_MissingSelectData { get { return ResourceManager.GetString("HtmlHelper_MissingSelectData", resourceCulture); } } /// /// Looks up a localized string similar to The value must be greater than or equal to zero.. /// internal static string HtmlHelper_TextAreaParameterOutOfRange { get { return ResourceManager.GetString("HtmlHelper_TextAreaParameterOutOfRange", resourceCulture); } } /// /// Looks up a localized string similar to The ViewData item with the key '{0}' is of type '{1}' but needs to be of type '{2}'.. /// internal static string HtmlHelper_WrongSelectDataType { get { return ResourceManager.GetString("HtmlHelper_WrongSelectDataType", resourceCulture); } } /// /// Looks up a localized string similar to There was an error creating the IModelBinder '{0}'. Check that it has a public parameterless constructor.. /// internal static string ModelBinderAttribute_ErrorCreatingModelBinder { get { return ResourceManager.GetString("ModelBinderAttribute_ErrorCreatingModelBinder", resourceCulture); } } /// /// Looks up a localized string similar to The type '{0}' does not implement the IModelBinder interface.. /// internal static string ModelBinderAttribute_TypeNotIModelBinder { get { return ResourceManager.GetString("ModelBinderAttribute_TypeNotIModelBinder", resourceCulture); } } /// /// Looks up a localized string similar to The type '{0}' contains multiple attributes inheriting from CustomModelBinderAttribute.. /// internal static string ModelBinderDictionary_MultipleAttributes { get { return ResourceManager.GetString("ModelBinderDictionary_MultipleAttributes", resourceCulture); } } /// /// Looks up a localized string similar to Cannot create a descriptor for instance method '{0}' on type '{1}' since the type does not subclass ControllerBase.. /// internal static string ReflectedActionDescriptor_CannotCallInstanceMethodOnNonControllerType { get { return ResourceManager.GetString("ReflectedActionDescriptor_CannotCallInstanceMethodOnNonControllerType", resourceCulture); } } /// /// Looks up a localized string similar to Cannot call action method '{0}' on controller '{1}' since the parameter '{2}' is passed by reference.. /// internal static string ReflectedActionDescriptor_CannotCallMethodsWithOutOrRefParameters { get { return ResourceManager.GetString("ReflectedActionDescriptor_CannotCallMethodsWithOutOrRefParameters", resourceCulture); } } /// /// Looks up a localized string similar to Cannot call action method '{0}' on controller '{1}' since it is a generic method.. /// internal static string ReflectedActionDescriptor_CannotCallOpenGenericMethods { get { return ResourceManager.GetString("ReflectedActionDescriptor_CannotCallOpenGenericMethods", resourceCulture); } } /// /// Looks up a localized string similar to The parameters dictionary contains a null entry for parameter '{0}' of non-nullable type '{1}' for method '{2}' in '{3}'. To make a parameter optional its type should be either a reference type or a Nullable type.. /// internal static string ReflectedActionDescriptor_ParameterCannotBeNull { get { return ResourceManager.GetString("ReflectedActionDescriptor_ParameterCannotBeNull", resourceCulture); } } /// /// Looks up a localized string similar to The parameters dictionary does not contain an entry for parameter '{0}' of type '{1}' for method '{2}' in '{3}'. The dictionary must contain an entry for each parameter, even parameters with null values.. /// internal static string ReflectedActionDescriptor_ParameterNotInDictionary { get { return ResourceManager.GetString("ReflectedActionDescriptor_ParameterNotInDictionary", resourceCulture); } } /// /// Looks up a localized string similar to The parameters dictionary contains an invalid entry for parameter '{0}' for method '{1}' in '{2}'. The dictionary contains a value of type '{3}', but the parameter requires a value of type '{4}'.. /// internal static string ReflectedActionDescriptor_ParameterValueHasWrongType { get { return ResourceManager.GetString("ReflectedActionDescriptor_ParameterValueHasWrongType", resourceCulture); } } /// /// Looks up a localized string similar to The parameter '{0}' on method '{1}' contains multiple attributes inheriting from CustomModelBinderAttribute.. /// internal static string ReflectedParameterBindingInfo_MultipleConverterAttributes { get { return ResourceManager.GetString("ReflectedParameterBindingInfo_MultipleConverterAttributes", resourceCulture); } } /// /// Looks up a localized string similar to The SessionStateTempDataProvider requires SessionState to be enabled.. /// internal static string SessionStateTempDataProvider_SessionStateDisabled { get { return ResourceManager.GetString("SessionStateTempDataProvider_SessionStateDisabled", resourceCulture); } } /// /// Looks up a localized string similar to The parameter conversion from type '{0}' to type '{1}' failed. See the inner exception for more information.. /// internal static string ValueProviderResult_ConversionThrew { get { return ResourceManager.GetString("ValueProviderResult_ConversionThrew", resourceCulture); } } /// /// Looks up a localized string similar to The parameter conversion from type '{0}' to type '{1}' failed because no TypeConverter can convert between these types.. /// internal static string ValueProviderResult_NoConverterExists { get { return ResourceManager.GetString("ValueProviderResult_NoConverterExists", resourceCulture); } } /// /// Looks up a localized string similar to The model item passed into the dictionary is of type '{0}' but this dictionary requires a model item of type '{1}'.. /// internal static string ViewDataDictionary_WrongTModelType { get { return ResourceManager.GetString("ViewDataDictionary_WrongTModelType", resourceCulture); } } /// /// Looks up a localized string similar to A ViewMasterPage can only be used with content pages that derive from ViewPage or ViewPage<TViewItem>.. /// internal static string ViewMasterPage_RequiresViewPage { get { return ResourceManager.GetString("ViewMasterPage_RequiresViewPage", resourceCulture); } } /// /// Looks up a localized string similar to The ViewUserControl '{0}' cannot find an IViewDataContainer. The ViewUserControl must be inside a ViewPage, ViewMasterPage, or another ViewUserControl.. /// internal static string ViewUserControl_RequiresViewDataProvider { get { return ResourceManager.GetString("ViewUserControl_RequiresViewDataProvider", resourceCulture); } } /// /// Looks up a localized string similar to A ViewUserControl can only be used inside pages that derive from ViewPage or ViewPage<TViewItem>.. /// internal static string ViewUserControl_RequiresViewPage { get { return ResourceManager.GetString("ViewUserControl_RequiresViewPage", resourceCulture); } } /// /// Looks up a localized string similar to A master name cannot be specified when the view is a ViewUserControl.. /// internal static string WebFormViewEngine_UserControlCannotHaveMaster { get { return ResourceManager.GetString("WebFormViewEngine_UserControlCannotHaveMaster", resourceCulture); } } /// /// Looks up a localized string similar to The view found at '{0}' could not be created.. /// internal static string WebFormViewEngine_ViewCouldNotBeCreated { get { return ResourceManager.GetString("WebFormViewEngine_ViewCouldNotBeCreated", resourceCulture); } } /// /// Looks up a localized string similar to The view at '{0}' must derive from ViewPage, ViewPage<TViewData>, ViewUserControl, or ViewUserControl<TViewData>.. /// internal static string WebFormViewEngine_WrongViewBase { get { return ResourceManager.GetString("WebFormViewEngine_WrongViewBase", resourceCulture); } } } }