383 lines
15 KiB
C#
383 lines
15 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// 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.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace Microsoft.AspNet.Identity {
|
|
using System;
|
|
|
|
|
|
/// <summary>
|
|
/// A strongly-typed resource class, for looking up localized strings, etc.
|
|
/// </summary>
|
|
// 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() {
|
|
}
|
|
|
|
/// <summary>
|
|
/// Returns the cached ResourceManager instance used by this class.
|
|
/// </summary>
|
|
[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;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Overrides the current thread's CurrentUICulture property for all
|
|
/// resource lookups using this strongly typed resource class.
|
|
/// </summary>
|
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
internal static global::System.Globalization.CultureInfo Culture {
|
|
get {
|
|
return resourceCulture;
|
|
}
|
|
set {
|
|
resourceCulture = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to An unknown failure has occured..
|
|
/// </summary>
|
|
internal static string DefaultError {
|
|
get {
|
|
return ResourceManager.GetString("DefaultError", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Email '{0}' is already taken..
|
|
/// </summary>
|
|
internal static string DuplicateEmail {
|
|
get {
|
|
return ResourceManager.GetString("DuplicateEmail", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Name {0} is already taken..
|
|
/// </summary>
|
|
internal static string DuplicateName {
|
|
get {
|
|
return ResourceManager.GetString("DuplicateName", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to A user with that external login already exists..
|
|
/// </summary>
|
|
internal static string ExternalLoginExists {
|
|
get {
|
|
return ResourceManager.GetString("ExternalLoginExists", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Email '{0}' is invalid..
|
|
/// </summary>
|
|
internal static string InvalidEmail {
|
|
get {
|
|
return ResourceManager.GetString("InvalidEmail", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Invalid token..
|
|
/// </summary>
|
|
internal static string InvalidToken {
|
|
get {
|
|
return ResourceManager.GetString("InvalidToken", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to User name {0} is invalid, can only contain letters or digits..
|
|
/// </summary>
|
|
internal static string InvalidUserName {
|
|
get {
|
|
return ResourceManager.GetString("InvalidUserName", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Lockout is not enabled for this user..
|
|
/// </summary>
|
|
internal static string LockoutNotEnabled {
|
|
get {
|
|
return ResourceManager.GetString("LockoutNotEnabled", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to No IUserTokenProvider is registered..
|
|
/// </summary>
|
|
internal static string NoTokenProvider {
|
|
get {
|
|
return ResourceManager.GetString("NoTokenProvider", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to No IUserTwoFactorProvider for '{0}' is registered..
|
|
/// </summary>
|
|
internal static string NoTwoFactorProvider {
|
|
get {
|
|
return ResourceManager.GetString("NoTwoFactorProvider", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Incorrect password..
|
|
/// </summary>
|
|
internal static string PasswordMismatch {
|
|
get {
|
|
return ResourceManager.GetString("PasswordMismatch", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Passwords must have at least one digit ('0'-'9')..
|
|
/// </summary>
|
|
internal static string PasswordRequireDigit {
|
|
get {
|
|
return ResourceManager.GetString("PasswordRequireDigit", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Passwords must have at least one lowercase ('a'-'z')..
|
|
/// </summary>
|
|
internal static string PasswordRequireLower {
|
|
get {
|
|
return ResourceManager.GetString("PasswordRequireLower", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Passwords must have at least one non letter or digit character..
|
|
/// </summary>
|
|
internal static string PasswordRequireNonLetterOrDigit {
|
|
get {
|
|
return ResourceManager.GetString("PasswordRequireNonLetterOrDigit", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Passwords must have at least one uppercase ('A'-'Z')..
|
|
/// </summary>
|
|
internal static string PasswordRequireUpper {
|
|
get {
|
|
return ResourceManager.GetString("PasswordRequireUpper", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Passwords must be at least {0} characters..
|
|
/// </summary>
|
|
internal static string PasswordTooShort {
|
|
get {
|
|
return ResourceManager.GetString("PasswordTooShort", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to {0} cannot be null or empty..
|
|
/// </summary>
|
|
internal static string PropertyTooShort {
|
|
get {
|
|
return ResourceManager.GetString("PropertyTooShort", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Role {0} does not exist..
|
|
/// </summary>
|
|
internal static string RoleNotFound {
|
|
get {
|
|
return ResourceManager.GetString("RoleNotFound", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Store does not implement IQueryableRoleStore<TRole>..
|
|
/// </summary>
|
|
internal static string StoreNotIQueryableRoleStore {
|
|
get {
|
|
return ResourceManager.GetString("StoreNotIQueryableRoleStore", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Store does not implement IQueryableUserStore<TUser>..
|
|
/// </summary>
|
|
internal static string StoreNotIQueryableUserStore {
|
|
get {
|
|
return ResourceManager.GetString("StoreNotIQueryableUserStore", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Store does not implement IUserClaimStore<TUser>..
|
|
/// </summary>
|
|
internal static string StoreNotIUserClaimStore {
|
|
get {
|
|
return ResourceManager.GetString("StoreNotIUserClaimStore", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Store does not implement IUserConfirmationStore<TUser>..
|
|
/// </summary>
|
|
internal static string StoreNotIUserConfirmationStore {
|
|
get {
|
|
return ResourceManager.GetString("StoreNotIUserConfirmationStore", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Store does not implement IUserEmailStore<TUser>..
|
|
/// </summary>
|
|
internal static string StoreNotIUserEmailStore {
|
|
get {
|
|
return ResourceManager.GetString("StoreNotIUserEmailStore", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Store does not implement IUserLockoutStore<TUser>..
|
|
/// </summary>
|
|
internal static string StoreNotIUserLockoutStore {
|
|
get {
|
|
return ResourceManager.GetString("StoreNotIUserLockoutStore", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Store does not implement IUserLoginStore<TUser>..
|
|
/// </summary>
|
|
internal static string StoreNotIUserLoginStore {
|
|
get {
|
|
return ResourceManager.GetString("StoreNotIUserLoginStore", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Store does not implement IUserPasswordStore<TUser>..
|
|
/// </summary>
|
|
internal static string StoreNotIUserPasswordStore {
|
|
get {
|
|
return ResourceManager.GetString("StoreNotIUserPasswordStore", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Store does not implement IUserPhoneNumberStore<TUser>..
|
|
/// </summary>
|
|
internal static string StoreNotIUserPhoneNumberStore {
|
|
get {
|
|
return ResourceManager.GetString("StoreNotIUserPhoneNumberStore", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Store does not implement IUserRoleStore<TUser>..
|
|
/// </summary>
|
|
internal static string StoreNotIUserRoleStore {
|
|
get {
|
|
return ResourceManager.GetString("StoreNotIUserRoleStore", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Store does not implement IUserSecurityStampStore<TUser>..
|
|
/// </summary>
|
|
internal static string StoreNotIUserSecurityStampStore {
|
|
get {
|
|
return ResourceManager.GetString("StoreNotIUserSecurityStampStore", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Store does not implement IUserTwoFactorStore<TUser>..
|
|
/// </summary>
|
|
internal static string StoreNotIUserTwoFactorStore {
|
|
get {
|
|
return ResourceManager.GetString("StoreNotIUserTwoFactorStore", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to User already has a password set..
|
|
/// </summary>
|
|
internal static string UserAlreadyHasPassword {
|
|
get {
|
|
return ResourceManager.GetString("UserAlreadyHasPassword", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to User already in role..
|
|
/// </summary>
|
|
internal static string UserAlreadyInRole {
|
|
get {
|
|
return ResourceManager.GetString("UserAlreadyInRole", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to UserId not found..
|
|
/// </summary>
|
|
internal static string UserIdNotFound {
|
|
get {
|
|
return ResourceManager.GetString("UserIdNotFound", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to User {0} does not exist..
|
|
/// </summary>
|
|
internal static string UserNameNotFound {
|
|
get {
|
|
return ResourceManager.GetString("UserNameNotFound", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to User is not in role..
|
|
/// </summary>
|
|
internal static string UserNotInRole {
|
|
get {
|
|
return ResourceManager.GetString("UserNotInRole", resourceCulture);
|
|
}
|
|
}
|
|
}
|
|
}
|