//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.34011 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace Microsoft.AspNet.Identity { 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", "4.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal Resources() { } /// /// 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)) { #if NET45 global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.AspNet.Identity.Resources", typeof(Resources).Assembly); #else global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.AspNet.Routing.Resources", System.Reflection.IntrospectionExtensions.GetTypeInfo(typeof(Resources)).Assembly); #endif 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 An unknown failure has occured.. /// internal static string DefaultError { get { return ResourceManager.GetString("DefaultError", resourceCulture); } } /// /// Looks up a localized string similar to Email '{0}' is already taken.. /// internal static string DuplicateEmail { get { return ResourceManager.GetString("DuplicateEmail", resourceCulture); } } /// /// Looks up a localized string similar to Name {0} is already taken.. /// internal static string DuplicateName { get { return ResourceManager.GetString("DuplicateName", resourceCulture); } } /// /// Looks up a localized string similar to A user with that external login already exists.. /// internal static string ExternalLoginExists { get { return ResourceManager.GetString("ExternalLoginExists", resourceCulture); } } /// /// Looks up a localized string similar to Email '{0}' is invalid.. /// internal static string InvalidEmail { get { return ResourceManager.GetString("InvalidEmail", resourceCulture); } } /// /// Looks up a localized string similar to Invalid token.. /// internal static string InvalidToken { get { return ResourceManager.GetString("InvalidToken", resourceCulture); } } /// /// Looks up a localized string similar to User name {0} is invalid, can only contain letters or digits.. /// internal static string InvalidUserName { get { return ResourceManager.GetString("InvalidUserName", resourceCulture); } } /// /// Looks up a localized string similar to Lockout is not enabled for this user.. /// internal static string LockoutNotEnabled { get { return ResourceManager.GetString("LockoutNotEnabled", resourceCulture); } } /// /// Looks up a localized string similar to No IUserTokenProvider is registered.. /// internal static string NoTokenProvider { get { return ResourceManager.GetString("NoTokenProvider", resourceCulture); } } /// /// Looks up a localized string similar to No IUserTwoFactorProvider for '{0}' is registered.. /// internal static string NoTwoFactorProvider { get { return ResourceManager.GetString("NoTwoFactorProvider", resourceCulture); } } /// /// Looks up a localized string similar to Incorrect password.. /// internal static string PasswordMismatch { get { return ResourceManager.GetString("PasswordMismatch", resourceCulture); } } /// /// Looks up a localized string similar to Passwords must have at least one digit ('0'-'9').. /// internal static string PasswordRequireDigit { get { return ResourceManager.GetString("PasswordRequireDigit", resourceCulture); } } /// /// Looks up a localized string similar to Passwords must have at least one lowercase ('a'-'z').. /// internal static string PasswordRequireLower { get { return ResourceManager.GetString("PasswordRequireLower", resourceCulture); } } /// /// Looks up a localized string similar to Passwords must have at least one non letter or digit character.. /// internal static string PasswordRequireNonLetterOrDigit { get { return ResourceManager.GetString("PasswordRequireNonLetterOrDigit", resourceCulture); } } /// /// Looks up a localized string similar to Passwords must have at least one uppercase ('A'-'Z').. /// internal static string PasswordRequireUpper { get { return ResourceManager.GetString("PasswordRequireUpper", resourceCulture); } } /// /// Looks up a localized string similar to Passwords must be at least {0} characters.. /// internal static string PasswordTooShort { get { return ResourceManager.GetString("PasswordTooShort", resourceCulture); } } /// /// Looks up a localized string similar to {0} cannot be null or empty.. /// internal static string PropertyTooShort { get { return ResourceManager.GetString("PropertyTooShort", resourceCulture); } } /// /// Looks up a localized string similar to Role {0} does not exist.. /// internal static string RoleNotFound { get { return ResourceManager.GetString("RoleNotFound", resourceCulture); } } /// /// Looks up a localized string similar to Store does not implement IQueryableRoleStore<TRole>.. /// internal static string StoreNotIQueryableRoleStore { get { return ResourceManager.GetString("StoreNotIQueryableRoleStore", resourceCulture); } } /// /// Looks up a localized string similar to Store does not implement IQueryableUserStore<TUser>.. /// internal static string StoreNotIQueryableUserStore { get { return ResourceManager.GetString("StoreNotIQueryableUserStore", resourceCulture); } } /// /// Looks up a localized string similar to Store does not implement IUserClaimStore<TUser>.. /// internal static string StoreNotIUserClaimStore { get { return ResourceManager.GetString("StoreNotIUserClaimStore", resourceCulture); } } /// /// Looks up a localized string similar to Store does not implement IUserConfirmationStore<TUser>.. /// internal static string StoreNotIUserConfirmationStore { get { return ResourceManager.GetString("StoreNotIUserConfirmationStore", resourceCulture); } } /// /// Looks up a localized string similar to Store does not implement IUserEmailStore<TUser>.. /// internal static string StoreNotIUserEmailStore { get { return ResourceManager.GetString("StoreNotIUserEmailStore", resourceCulture); } } /// /// Looks up a localized string similar to Store does not implement IUserLockoutStore<TUser>.. /// internal static string StoreNotIUserLockoutStore { get { return ResourceManager.GetString("StoreNotIUserLockoutStore", resourceCulture); } } /// /// Looks up a localized string similar to Store does not implement IUserLoginStore<TUser>.. /// internal static string StoreNotIUserLoginStore { get { return ResourceManager.GetString("StoreNotIUserLoginStore", resourceCulture); } } /// /// Looks up a localized string similar to Store does not implement IUserPasswordStore<TUser>.. /// internal static string StoreNotIUserPasswordStore { get { return ResourceManager.GetString("StoreNotIUserPasswordStore", resourceCulture); } } /// /// Looks up a localized string similar to Store does not implement IUserPhoneNumberStore<TUser>.. /// internal static string StoreNotIUserPhoneNumberStore { get { return ResourceManager.GetString("StoreNotIUserPhoneNumberStore", resourceCulture); } } /// /// Looks up a localized string similar to Store does not implement IUserRoleStore<TUser>.. /// internal static string StoreNotIUserRoleStore { get { return ResourceManager.GetString("StoreNotIUserRoleStore", resourceCulture); } } /// /// Looks up a localized string similar to Store does not implement IUserSecurityStampStore<TUser>.. /// internal static string StoreNotIUserSecurityStampStore { get { return ResourceManager.GetString("StoreNotIUserSecurityStampStore", resourceCulture); } } /// /// Looks up a localized string similar to Store does not implement IUserTwoFactorStore<TUser>.. /// internal static string StoreNotIUserTwoFactorStore { get { return ResourceManager.GetString("StoreNotIUserTwoFactorStore", resourceCulture); } } /// /// Looks up a localized string similar to User already has a password set.. /// internal static string UserAlreadyHasPassword { get { return ResourceManager.GetString("UserAlreadyHasPassword", resourceCulture); } } /// /// Looks up a localized string similar to User already in role.. /// internal static string UserAlreadyInRole { get { return ResourceManager.GetString("UserAlreadyInRole", resourceCulture); } } /// /// Looks up a localized string similar to UserId not found.. /// internal static string UserIdNotFound { get { return ResourceManager.GetString("UserIdNotFound", resourceCulture); } } /// /// Looks up a localized string similar to User {0} does not exist.. /// internal static string UserNameNotFound { get { return ResourceManager.GetString("UserNameNotFound", resourceCulture); } } /// /// Looks up a localized string similar to User is not in role.. /// internal static string UserNotInRole { get { return ResourceManager.GetString("UserNotInRole", resourceCulture); } } } }