refactoring
This commit is contained in:
parent
ef10ada11a
commit
e966f8face
6 changed files with 111 additions and 55 deletions
27
ZicMoove/ZicMoove/Strings.Designer.cs
generated
27
ZicMoove/ZicMoove/Strings.Designer.cs
generated
|
|
@ -232,6 +232,15 @@ namespace ZicMoove {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Hybride.
|
||||
/// </summary>
|
||||
public static string Hybrid {
|
||||
get {
|
||||
return ResourceManager.GetString("Hybrid", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Valeur invalide.
|
||||
/// </summary>
|
||||
|
|
@ -331,6 +340,15 @@ namespace ZicMoove {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Satellite.
|
||||
/// </summary>
|
||||
public static string Satellite {
|
||||
get {
|
||||
return ResourceManager.GetString("Satellite", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Rechercher un artiste.
|
||||
/// </summary>
|
||||
|
|
@ -358,6 +376,15 @@ namespace ZicMoove {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Rue.
|
||||
/// </summary>
|
||||
public static string Street {
|
||||
get {
|
||||
return ResourceManager.GetString("Street", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Incontournable.
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue