//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.33440 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace WebsitePanel.WebDavPortal.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", "4.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] public class Messages { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal Messages() { } /// /// 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("WebsitePanel.WebDavPortal.Resources.Messages", typeof(Messages).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 Email is invalid. /// public static string EmailInvalid { get { return ResourceManager.GetString("EmailInvalid", resourceCulture); } } /// /// Looks up a localized string similar to Old password is not correct. /// public static string OldPasswordIsNotCorrect { get { return ResourceManager.GetString("OldPasswordIsNotCorrect", resourceCulture); } } /// /// Looks up a localized string similar to The password and confirmation password do not match.. /// public static string PasswordDoesntMatch { get { return ResourceManager.GetString("PasswordDoesntMatch", resourceCulture); } } /// /// Looks up a localized string similar to Password should be maximum {0} characters. /// public static string PasswordMaxLengthFormat { get { return ResourceManager.GetString("PasswordMaxLengthFormat", resourceCulture); } } /// /// Looks up a localized string similar to Password should be at least {0} characters. /// public static string PasswordMinLengthFormat { get { return ResourceManager.GetString("PasswordMinLengthFormat", resourceCulture); } } /// /// Looks up a localized string similar to Password should contain at least {0} numbers. /// public static string PasswordNumbersCountFormat { get { return ResourceManager.GetString("PasswordNumbersCountFormat", resourceCulture); } } /// /// Looks up a localized string similar to Password should contain at least {0} non-alphanumeric symbols. /// public static string PasswordSymbolsCountFormat { get { return ResourceManager.GetString("PasswordSymbolsCountFormat", resourceCulture); } } /// /// Looks up a localized string similar to Password should contain at least {0} UPPERCASE characters. /// public static string PasswordUppercaseCountFormat { get { return ResourceManager.GetString("PasswordUppercaseCountFormat", resourceCulture); } } /// /// Looks up a localized string similar to Phone number is invalid. /// public static string PhoneNumberInvalid { get { return ResourceManager.GetString("PhoneNumberInvalid", resourceCulture); } } /// /// Looks up a localized string similar to {0} field is required. /// public static string Required { get { return ResourceManager.GetString("Required", resourceCulture); } } /// /// Looks up a localized string similar to Url is invalid. /// public static string UrlInvalid { get { return ResourceManager.GetString("UrlInvalid", resourceCulture); } } } }