DIB
This commit is contained in:
parent
c1e09b0ca7
commit
61701e21e9
26 changed files with 382 additions and 210 deletions
18
BookAStar/BookAStar/Strings.Designer.cs
generated
18
BookAStar/BookAStar/Strings.Designer.cs
generated
|
|
@ -214,6 +214,15 @@ namespace BookAStar {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Profile professionnel.
|
||||
/// </summary>
|
||||
public static string Profprof {
|
||||
get {
|
||||
return ResourceManager.GetString("Profprof", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Signer.
|
||||
/// </summary>
|
||||
|
|
@ -268,6 +277,15 @@ namespace BookAStar {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Vos fichiers .
|
||||
/// </summary>
|
||||
public static string YourFiles {
|
||||
get {
|
||||
return ResourceManager.GetString("YourFiles", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Votre texte a été taillé car il était trop long..
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue