une signature coté serveur
This commit is contained in:
parent
e22356f7ab
commit
7e7619db99
33 changed files with 698 additions and 211 deletions
92
BookAStar/BookAStar/Strings.Designer.cs
generated
92
BookAStar/BookAStar/Strings.Designer.cs
generated
|
|
@ -61,6 +61,33 @@ namespace BookAStar {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Une execution est déjà en cours.
|
||||
/// </summary>
|
||||
public static string AlreadyExecuting {
|
||||
get {
|
||||
return ResourceManager.GetString("AlreadyExecuting", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Annuler la validation.
|
||||
/// </summary>
|
||||
public static string CancelValidation {
|
||||
get {
|
||||
return ResourceManager.GetString("CancelValidation", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à La création a échoué, contenu envoyé: {stringContent} @ Uri: {ControllerUri.AbsoluteUri}: Erreur : {errcontent}.
|
||||
/// </summary>
|
||||
public static string CreationFailed {
|
||||
get {
|
||||
return ResourceManager.GetString("CreationFailed", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Faire un devis.
|
||||
/// </summary>
|
||||
|
|
@ -70,6 +97,15 @@ namespace BookAStar {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Valider le devis sans signer.
|
||||
/// </summary>
|
||||
public static string DonotsignEstimate {
|
||||
get {
|
||||
return ResourceManager.GetString("DonotsignEstimate", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Editer le devis.
|
||||
/// </summary>
|
||||
|
|
@ -79,6 +115,15 @@ namespace BookAStar {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Erreur d'accès aux données distantes.
|
||||
/// </summary>
|
||||
public static string ENoRemoteEntity {
|
||||
get {
|
||||
return ResourceManager.GetString("ENoRemoteEntity", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Star.
|
||||
/// </summary>
|
||||
|
|
@ -115,6 +160,42 @@ namespace BookAStar {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Opération en cours.
|
||||
/// </summary>
|
||||
public static string OperationPending {
|
||||
get {
|
||||
return ResourceManager.GetString("OperationPending", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à oups..
|
||||
/// </summary>
|
||||
public static string oups {
|
||||
get {
|
||||
return ResourceManager.GetString("oups", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Signer.
|
||||
/// </summary>
|
||||
public static string Sign {
|
||||
get {
|
||||
return ResourceManager.GetString("Sign", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Signer le devis?.
|
||||
/// </summary>
|
||||
public static string SignOrNot {
|
||||
get {
|
||||
return ResourceManager.GetString("SignOrNot", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Incontournable.
|
||||
/// </summary>
|
||||
|
|
@ -134,7 +215,16 @@ namespace BookAStar {
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Voir le devis.
|
||||
/// Recherche une chaîne localisée semblable à La mise à jour a échoué..
|
||||
/// </summary>
|
||||
public static string UpdateFailed {
|
||||
get {
|
||||
return ResourceManager.GetString("UpdateFailed", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Voir les devis validés.
|
||||
/// </summary>
|
||||
public static string ViewEstimate {
|
||||
get {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue