A validation model
Signing and validating the estimate
This commit is contained in:
parent
b7c2c5a3ff
commit
044f145035
28 changed files with 492 additions and 190 deletions
45
BookAStar/BookAStar/Strings.Designer.cs
generated
45
BookAStar/BookAStar/Strings.Designer.cs
generated
|
|
@ -142,6 +142,42 @@ namespace BookAStar {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Valeur invalide.
|
||||
/// </summary>
|
||||
public static string InvalidValue {
|
||||
get {
|
||||
return ResourceManager.GetString("InvalidValue", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Veuillez saisir une valeur entre {0} et {1}..
|
||||
/// </summary>
|
||||
public static string MinMaxIntError {
|
||||
get {
|
||||
return ResourceManager.GetString("MinMaxIntError", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Veuillez saisir une description (entre {0} et {1} caractères)..
|
||||
/// </summary>
|
||||
public static string MinMaxStringValidationError {
|
||||
get {
|
||||
return ResourceManager.GetString("MinMaxStringValidationError", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Pas de description.
|
||||
/// </summary>
|
||||
public static string NoDescription {
|
||||
get {
|
||||
return ResourceManager.GetString("NoDescription", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Un artiste.
|
||||
/// </summary>
|
||||
|
|
@ -231,5 +267,14 @@ namespace BookAStar {
|
|||
return ResourceManager.GetString("ViewEstimate", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Votre texte a été taillé car il était trop long..
|
||||
/// </summary>
|
||||
public static string YourTextWasTooLong {
|
||||
get {
|
||||
return ResourceManager.GetString("YourTextWasTooLong", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue