a new plan
This commit is contained in:
parent
a5711f7f95
commit
579e1d25c2
3 changed files with 90 additions and 14 deletions
54
ZicMoove/ZicMoove/Strings.Designer.cs
generated
54
ZicMoove/ZicMoove/Strings.Designer.cs
generated
|
|
@ -79,6 +79,15 @@ namespace ZicMoove {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Blog spot.
|
||||
/// </summary>
|
||||
public static string Blogspot {
|
||||
get {
|
||||
return ResourceManager.GetString("Blogspot", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Annuler la validation.
|
||||
/// </summary>
|
||||
|
|
@ -88,6 +97,24 @@ namespace ZicMoove {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Annonces client.
|
||||
/// </summary>
|
||||
public static string ClientAnounces {
|
||||
get {
|
||||
return ResourceManager.GetString("ClientAnounces", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Contrats client.
|
||||
/// </summary>
|
||||
public static string CLientContracts {
|
||||
get {
|
||||
return ResourceManager.GetString("CLientContracts", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Restreindre la demande aux clients professionnels.
|
||||
/// </summary>
|
||||
|
|
@ -151,6 +178,15 @@ namespace ZicMoove {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Demandes de devis.
|
||||
/// </summary>
|
||||
public static string EstimateQueries {
|
||||
get {
|
||||
return ResourceManager.GetString("EstimateQueries", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Star.
|
||||
/// </summary>
|
||||
|
|
@ -250,6 +286,15 @@ namespace ZicMoove {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Annonces pro.
|
||||
/// </summary>
|
||||
public static string ProAnounces {
|
||||
get {
|
||||
return ResourceManager.GetString("ProAnounces", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Profile professionnel.
|
||||
/// </summary>
|
||||
|
|
@ -259,6 +304,15 @@ namespace ZicMoove {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Contrats fournisseur.
|
||||
/// </summary>
|
||||
public static string ProviderContracts {
|
||||
get {
|
||||
return ResourceManager.GetString("ProviderContracts", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Rechercher un artiste.
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue