307 lines
11 KiB
C#
307 lines
11 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// 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.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace Resources.Messages {
|
|
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", "17.0.0.0")]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
public class Validations {
|
|
|
|
private static global::System.Resources.ResourceManager resourceMan;
|
|
|
|
private static global::System.Globalization.CultureInfo resourceCulture;
|
|
|
|
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
|
internal Validations() {
|
|
}
|
|
|
|
/// <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("Resources.Messages.Validations", typeof(Validations).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 {0} is not valid!.
|
|
/// </summary>
|
|
public static string CellPhoneNumber {
|
|
get {
|
|
return ResourceManager.GetString("CellPhoneNumber", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to {0} should be equql to {1}!.
|
|
/// </summary>
|
|
public static string Compare {
|
|
get {
|
|
return ResourceManager.GetString("Compare", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Email address is not valid!.
|
|
/// </summary>
|
|
public static string EmailAddress {
|
|
get {
|
|
return ResourceManager.GetString("EmailAddress", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to The {0} should be equal!.
|
|
/// </summary>
|
|
public static string Equal {
|
|
get {
|
|
return ResourceManager.GetString("Equal", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Length of {0} must be {1}.
|
|
/// </summary>
|
|
public static string FixLengthNumeric {
|
|
get {
|
|
return ResourceManager.GetString("FixLengthNumeric", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to {0} should be greater than {1}!.
|
|
/// </summary>
|
|
public static string GreaterThan {
|
|
get {
|
|
return ResourceManager.GetString("GreaterThan", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Length of {0} greater than {1}.
|
|
/// </summary>
|
|
public static string GreaterThan_FieldValue {
|
|
get {
|
|
return ResourceManager.GetString("GreaterThan_FieldValue", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Length of {0} greater than length of {1}.
|
|
/// </summary>
|
|
public static string GreaterThan_TwoFields {
|
|
get {
|
|
return ResourceManager.GetString("GreaterThan_TwoFields", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to {0} should be greater than or equal to {1}!.
|
|
/// </summary>
|
|
public static string GreaterThanOrEqualTo {
|
|
get {
|
|
return ResourceManager.GetString("GreaterThanOrEqualTo", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Length of {0} greater or equal than {1}.
|
|
/// </summary>
|
|
public static string GreaterThanOrEqualTo_FieldValue {
|
|
get {
|
|
return ResourceManager.GetString("GreaterThanOrEqualTo_FieldValue", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Length of {0} greater or equal than length of {1}.
|
|
/// </summary>
|
|
public static string GreaterThanOrEqualTo_TwoFields {
|
|
get {
|
|
return ResourceManager.GetString("GreaterThanOrEqualTo_TwoFields", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Invalid Code : {0}.
|
|
/// </summary>
|
|
public static string InvalidCode {
|
|
get {
|
|
return ResourceManager.GetString("InvalidCode", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Input data is not valid.
|
|
/// </summary>
|
|
public static string InvalidModelState {
|
|
get {
|
|
return ResourceManager.GetString("InvalidModelState", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Maximum Count of {0} is {1} !.
|
|
/// </summary>
|
|
public static string MaxCount {
|
|
get {
|
|
return ResourceManager.GetString("MaxCount", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Max length of {0} is {1}!.
|
|
/// </summary>
|
|
public static string MaxLength {
|
|
get {
|
|
return ResourceManager.GetString("MaxLength", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to The '{0}' value must be a string with a minimum length of '{1}'!.
|
|
/// </summary>
|
|
public static string MinLength {
|
|
get {
|
|
return ResourceManager.GetString("MinLength", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to {0} is not valid!.
|
|
/// </summary>
|
|
public static string NationalCode {
|
|
get {
|
|
return ResourceManager.GetString("NationalCode", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to {0} Not found.
|
|
/// </summary>
|
|
public static string NotFound {
|
|
get {
|
|
return ResourceManager.GetString("NotFound", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to '{0}' is not valid!.
|
|
/// </summary>
|
|
public static string NotValid {
|
|
get {
|
|
return ResourceManager.GetString("NotValid", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Password is not valid!.
|
|
/// </summary>
|
|
public static string Password {
|
|
get {
|
|
return ResourceManager.GetString("Password", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to postalcode.
|
|
/// </summary>
|
|
public static string PostalCode {
|
|
get {
|
|
return ResourceManager.GetString("PostalCode", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to {0} should be greater than or equal to {1} and less than or equal to {2}!.
|
|
/// </summary>
|
|
public static string Range {
|
|
get {
|
|
return ResourceManager.GetString("Range", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Value of {0} is not valid..
|
|
/// </summary>
|
|
public static string RegularExpression {
|
|
get {
|
|
return ResourceManager.GetString("RegularExpression", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to {0} is repetitive. please use an other {0}.
|
|
/// </summary>
|
|
public static string Repetitive {
|
|
get {
|
|
return ResourceManager.GetString("Repetitive", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to {0} is required!.
|
|
/// </summary>
|
|
public static string Required {
|
|
get {
|
|
return ResourceManager.GetString("Required", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to {0} is not valid!.
|
|
/// </summary>
|
|
public static string Url {
|
|
get {
|
|
return ResourceManager.GetString("Url", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Username is not valid!.
|
|
/// </summary>
|
|
public static string Username {
|
|
get {
|
|
return ResourceManager.GetString("Username", resourceCulture);
|
|
}
|
|
}
|
|
}
|
|
}
|