websitepanel/WebsitePanel/Sources/WebsitePanel.WebDavPortal/Resources/Messages.Designer.cs
2015-04-10 02:07:19 -07:00

162 lines
6.4 KiB
C#

//------------------------------------------------------------------------------
// <auto-generated>
// 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.
// </auto-generated>
//------------------------------------------------------------------------------
namespace WebsitePanel.WebDavPortal.Resources {
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()]
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() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[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;
}
}
/// <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)]
public static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to Email is invalid.
/// </summary>
public static string EmailInvalid {
get {
return ResourceManager.GetString("EmailInvalid", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Old password is not correct.
/// </summary>
public static string OldPasswordIsNotCorrect {
get {
return ResourceManager.GetString("OldPasswordIsNotCorrect", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The password and confirmation password do not match..
/// </summary>
public static string PasswordDoesntMatch {
get {
return ResourceManager.GetString("PasswordDoesntMatch", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Password should be maximum {0} characters.
/// </summary>
public static string PasswordMaxLengthFormat {
get {
return ResourceManager.GetString("PasswordMaxLengthFormat", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Password should be at least {0} characters.
/// </summary>
public static string PasswordMinLengthFormat {
get {
return ResourceManager.GetString("PasswordMinLengthFormat", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Password should contain at least {0} numbers.
/// </summary>
public static string PasswordNumbersCountFormat {
get {
return ResourceManager.GetString("PasswordNumbersCountFormat", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Password should contain at least {0} non-alphanumeric symbols.
/// </summary>
public static string PasswordSymbolsCountFormat {
get {
return ResourceManager.GetString("PasswordSymbolsCountFormat", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Password should contain at least {0} UPPERCASE characters.
/// </summary>
public static string PasswordUppercaseCountFormat {
get {
return ResourceManager.GetString("PasswordUppercaseCountFormat", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Phone number is invalid.
/// </summary>
public static string PhoneNumberInvalid {
get {
return ResourceManager.GetString("PhoneNumberInvalid", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0} field is required.
/// </summary>
public static string Required {
get {
return ResourceManager.GetString("Required", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Url is invalid.
/// </summary>
public static string UrlInvalid {
get {
return ResourceManager.GetString("UrlInvalid", resourceCulture);
}
}
}
}