This commit is contained in:
2017-03-09 22:25:34 +01:00
parent d72a25d5f6
commit 102d2114ae
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>

View File

@ -248,4 +248,7 @@
<data name="Street" xml:space="preserve">
<value>Rue</value>
</data>
<data name="Carte" xml:space="preserve">
<value>Carte</value>
</data>
</root>