This commit is contained in:
Paul Schneider 2017-03-09 22:25:34 +01:00
commit 4feb907c20
2 changed files with 12 additions and 0 deletions

View file

@ -97,6 +97,15 @@ namespace ZicMoove {
}
}
/// <summary>
/// Recherche une chaîne localisée semblable à Carte.
/// </summary>
public static string Carte {
get {
return ResourceManager.GetString("Carte", resourceCulture);
}
}
/// <summary>
/// Recherche une chaîne localisée semblable à Annonces client.
/// </summary>