208 lines
7.7 KiB
C#
208 lines
7.7 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// Ce code a été généré par un outil.
|
|
// Version du runtime :4.0.30319.42000
|
|
//
|
|
// Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
|
|
// le code est régénéré.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace SimpleIdp.Resources {
|
|
using System;
|
|
|
|
|
|
/// <summary>
|
|
/// Une classe de ressource fortement typée destinée, entre autres, à la consultation des chaînes localisées.
|
|
/// </summary>
|
|
// Cette classe a été générée automatiquement par la classe StronglyTypedResourceBuilder
|
|
// à l'aide d'un outil, tel que ResGen ou Visual Studio.
|
|
// Pour ajouter ou supprimer un membre, modifiez votre fichier .ResX, puis réexécutez ResGen
|
|
// avec l'option /str ou régénérez votre projet VS.
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
public class RegisterPwdResource {
|
|
|
|
private static global::System.Resources.ResourceManager resourceMan;
|
|
|
|
private static global::System.Globalization.CultureInfo resourceCulture;
|
|
|
|
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
|
internal RegisterPwdResource() {
|
|
}
|
|
|
|
/// <summary>
|
|
/// Retourne l'instance ResourceManager mise en cache utilisée par cette classe.
|
|
/// </summary>
|
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
public static global::System.Resources.ResourceManager ResourceManager {
|
|
get {
|
|
if (object.ReferenceEquals(resourceMan, null)) {
|
|
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("SimpleIdp.Resources.RegisterPwdResource", typeof(RegisterPwdResource).Assembly);
|
|
resourceMan = temp;
|
|
}
|
|
return resourceMan;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Remplace la propriété CurrentUICulture du thread actuel pour toutes
|
|
/// les recherches de ressources à l'aide de cette classe de ressource fortement typée.
|
|
/// </summary>
|
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
public static global::System.Globalization.CultureInfo Culture {
|
|
get {
|
|
return resourceCulture;
|
|
}
|
|
set {
|
|
resourceCulture = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Recherche une chaîne localisée semblable à Confirmation password.
|
|
/// </summary>
|
|
public static string confirmed_password {
|
|
get {
|
|
return ResourceManager.GetString("confirmed_password", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Recherche une chaîne localisée semblable à Confirmed password is missing.
|
|
/// </summary>
|
|
public static string confirmed_password_missing {
|
|
get {
|
|
return ResourceManager.GetString("confirmed_password_missing", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Recherche une chaîne localisée semblable à Create.
|
|
/// </summary>
|
|
public static string create {
|
|
get {
|
|
return ResourceManager.GetString("create", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Recherche une chaîne localisée semblable à The reset link is invalid.
|
|
/// </summary>
|
|
public static string InvalidResetLink {
|
|
get {
|
|
return ResourceManager.GetString("InvalidResetLink", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Recherche une chaîne localisée semblable à Login.
|
|
/// </summary>
|
|
public static string login {
|
|
get {
|
|
return ResourceManager.GetString("login", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Recherche une chaîne localisée semblable à Login is missing.
|
|
/// </summary>
|
|
public static string login_missing {
|
|
get {
|
|
return ResourceManager.GetString("login_missing", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Recherche une chaîne localisée semblable à Password.
|
|
/// </summary>
|
|
public static string password {
|
|
get {
|
|
return ResourceManager.GetString("password", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Recherche une chaîne localisée semblable à Password is missing.
|
|
/// </summary>
|
|
public static string password_missing {
|
|
get {
|
|
return ResourceManager.GetString("password_missing", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Recherche une chaîne localisée semblable à Mismatch between the password and the confirmed password.
|
|
/// </summary>
|
|
public static string password_no_match {
|
|
get {
|
|
return ResourceManager.GetString("password_no_match", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Recherche une chaîne localisée semblable à Password is updated.
|
|
/// </summary>
|
|
public static string pwd_updated {
|
|
get {
|
|
return ResourceManager.GetString("pwd_updated", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Recherche une chaîne localisée semblable à Register the user.
|
|
/// </summary>
|
|
public static string register_pwd {
|
|
get {
|
|
return ResourceManager.GetString("register_pwd", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Recherche une chaîne localisée semblable à Register.
|
|
/// </summary>
|
|
public static string register_title {
|
|
get {
|
|
return ResourceManager.GetString("register_title", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Recherche une chaîne localisée semblable à Update.
|
|
/// </summary>
|
|
public static string update {
|
|
get {
|
|
return ResourceManager.GetString("update", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Recherche une chaîne localisée semblable à Update your password.
|
|
/// </summary>
|
|
public static string update_pwd {
|
|
get {
|
|
return ResourceManager.GetString("update_pwd", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Recherche une chaîne localisée semblable à User is created.
|
|
/// </summary>
|
|
public static string user_created {
|
|
get {
|
|
return ResourceManager.GetString("user_created", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Recherche une chaîne localisée semblable à User with the same name already exists.
|
|
/// </summary>
|
|
public static string user_exists {
|
|
get {
|
|
return ResourceManager.GetString("user_exists", resourceCulture);
|
|
}
|
|
}
|
|
}
|
|
}
|