WIP estimate

This commit is contained in:
Paul Schneider 2016-11-25 14:48:11 +01:00
commit 3b57246f80
22 changed files with 407 additions and 52 deletions

View file

@ -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);
}
}
}
}