WIP estimate
This commit is contained in:
parent
be289e45e1
commit
3b57246f80
22 changed files with 407 additions and 52 deletions
36
BookAStar/BookAStar/Strings.Designer.cs
generated
36
BookAStar/BookAStar/Strings.Designer.cs
generated
|
|
@ -61,6 +61,24 @@ namespace BookAStar {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Faire un devis.
|
||||
/// </summary>
|
||||
public static string DoEstimate {
|
||||
get {
|
||||
return ResourceManager.GetString("DoEstimate", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Editer le devis.
|
||||
/// </summary>
|
||||
public static string EditEstimate {
|
||||
get {
|
||||
return ResourceManager.GetString("EditEstimate", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Star.
|
||||
/// </summary>
|
||||
|
|
@ -97,15 +115,6 @@ namespace BookAStar {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à sc.
|
||||
/// </summary>
|
||||
public static string String1 {
|
||||
get {
|
||||
return ResourceManager.GetString("String1", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Incontournable.
|
||||
/// </summary>
|
||||
|
|
@ -123,5 +132,14 @@ namespace BookAStar {
|
|||
return ResourceManager.GetString("TwoStars", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Voir le devis.
|
||||
/// </summary>
|
||||
public static string ViewEstimate {
|
||||
get {
|
||||
return ResourceManager.GetString("ViewEstimate", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue