webdav portal password change page added
This commit is contained in:
parent
dd15673752
commit
4bae47e17f
35 changed files with 2010 additions and 93 deletions
162
WebsitePanel/Sources/WebsitePanel.WebDavPortal/Resources/Messages.Designer.cs
generated
Normal file
162
WebsitePanel/Sources/WebsitePanel.WebDavPortal/Resources/Messages.Designer.cs
generated
Normal file
|
@ -0,0 +1,162 @@
|
|||
//------------------------------------------------------------------------------
|
||||
// <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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue