//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace PrivaPub.ClientModels.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", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] public class ErrorsResource { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal ErrorsResource() { } /// /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] public static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("PrivaPub.ClientModels.Resources.ErrorsResource", typeof(ErrorsResource).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)] public static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to At least one field should be filled.. /// public static string AtLeastOneProperty { get { return ResourceManager.GetString("AtLeastOneProperty", resourceCulture); } } /// /// Looks up a localized string similar to {0} doesn't match the new password.. /// public static string ComparePasswords { get { return ResourceManager.GetString("ComparePasswords", resourceCulture); } } /// /// Looks up a localized string similar to Invalid format.. /// public static string DataType { get { return ResourceManager.GetString("DataType", resourceCulture); } } /// /// Looks up a localized string similar to Empty spaces are not allowed.. /// public static string EmptySpacesNotAllowed { get { return ResourceManager.GetString("EmptySpacesNotAllowed", resourceCulture); } } /// /// Looks up a localized string similar to {0} is invalid.. /// public static string InvalidEmail { get { return ResourceManager.GetString("InvalidEmail", resourceCulture); } } /// /// Looks up a localized string similar to Invalid password, upper-case, lower-case and number characters required.. /// public static string InvalidPassword { get { return ResourceManager.GetString("InvalidPassword", resourceCulture); } } /// /// Looks up a localized string similar to Max amount of {0} items reached.. /// public static string MaxLengthArray { get { return ResourceManager.GetString("MaxLengthArray", resourceCulture); } } /// /// Looks up a localized string similar to Max file size is 1MB.. /// public static string MaxLengthFileConfrontation { get { return ResourceManager.GetString("MaxLengthFileConfrontation", resourceCulture); } } /// /// Looks up a localized string similar to Max length of {0} characters reached.. /// public static string MaxLengthString { get { return ResourceManager.GetString("MaxLengthString", resourceCulture); } } /// /// Looks up a localized string similar to {0} should be {1} characters long. /// public static string MinLength { get { return ResourceManager.GetString("MinLength", resourceCulture); } } /// /// Looks up a localized string similar to The accepted value must be between {1} and {2}. /// public static string Range { get { return ResourceManager.GetString("Range", resourceCulture); } } /// /// Looks up a localized string similar to {0} is required.. /// public static string Required { get { return ResourceManager.GetString("Required", resourceCulture); } } /// /// Looks up a localized string similar to Only one character is allowed.. /// public static string SingleCharacterValidator { get { return ResourceManager.GetString("SingleCharacterValidator", resourceCulture); } } /// /// Looks up a localized string similar to {0} is exceeding the length of {1} characters.. /// public static string StringLength { get { return ResourceManager.GetString("StringLength", resourceCulture); } } /// /// Looks up a localized string similar to {0} is exceeding the length between {2} and {1} characters.. /// public static string StringLengthMinMax { get { return ResourceManager.GetString("StringLengthMinMax", resourceCulture); } } } }