235 lines
8.8 KiB
C#
235 lines
8.8 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 AuthenticateWebauthnResource {
|
|
|
|
private static global::System.Resources.ResourceManager resourceMan;
|
|
|
|
private static global::System.Globalization.CultureInfo resourceCulture;
|
|
|
|
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
|
internal AuthenticateWebauthnResource() {
|
|
}
|
|
|
|
/// <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.AuthenticateWebauthnResource", typeof(AuthenticateWebauthnResource).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 à Authenticate.
|
|
/// </summary>
|
|
public static string authenticate {
|
|
get {
|
|
return ResourceManager.GetString("authenticate", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Recherche une chaîne localisée semblable à Credential is added.
|
|
/// </summary>
|
|
public static string credential_added {
|
|
get {
|
|
return ResourceManager.GetString("credential_added", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Recherche une chaîne localisée semblable à Display name.
|
|
/// </summary>
|
|
public static string display_name {
|
|
get {
|
|
return ResourceManager.GetString("display_name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Recherche une chaîne localisée semblable à Enroll a new web authentication method.
|
|
/// </summary>
|
|
public static string enroll_mobile {
|
|
get {
|
|
return ResourceManager.GetString("enroll_mobile", 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 à Attestation is missing.
|
|
/// </summary>
|
|
public static string missing_attestation {
|
|
get {
|
|
return ResourceManager.GetString("missing_attestation", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Recherche une chaîne localisée semblable à FIDO2 credential is missing.
|
|
/// </summary>
|
|
public static string missing_credential {
|
|
get {
|
|
return ResourceManager.GetString("missing_credential", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Recherche une chaîne localisée semblable à Login is missing.
|
|
/// </summary>
|
|
public static string missing_login {
|
|
get {
|
|
return ResourceManager.GetString("missing_login", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Recherche une chaîne localisée semblable à The session_id is missing.
|
|
/// </summary>
|
|
public static string missing_session_id {
|
|
get {
|
|
return ResourceManager.GetString("missing_session_id", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Recherche une chaîne localisée semblable à Register.
|
|
/// </summary>
|
|
public static string register {
|
|
get {
|
|
return ResourceManager.GetString("register", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Recherche une chaîne localisée semblable à Register web authentication.
|
|
/// </summary>
|
|
public static string register_title {
|
|
get {
|
|
return ResourceManager.GetString("register_title", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Recherche une chaîne localisée semblable à Register a user.
|
|
/// </summary>
|
|
public static string register_webauthn {
|
|
get {
|
|
return ResourceManager.GetString("register_webauthn", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Recherche une chaîne localisée semblable à Remember my login.
|
|
/// </summary>
|
|
public static string remember_login {
|
|
get {
|
|
return ResourceManager.GetString("remember_login", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Recherche une chaîne localisée semblable à Registration has not been validated.
|
|
/// </summary>
|
|
public static string session_not_validate {
|
|
get {
|
|
return ResourceManager.GetString("session_not_validate", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Recherche une chaîne localisée semblable à The session must be validate.
|
|
/// </summary>
|
|
public static string session_not_validated {
|
|
get {
|
|
return ResourceManager.GetString("session_not_validated", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Recherche une chaîne localisée semblable à Either the session is expired or doesn't exist.
|
|
/// </summary>
|
|
public static string unknown_session {
|
|
get {
|
|
return ResourceManager.GetString("unknown_session", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Recherche une chaîne localisée semblable à Enroll a new web authentication method.
|
|
/// </summary>
|
|
public static string update_webauthn {
|
|
get {
|
|
return ResourceManager.GetString("update_webauthn", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Recherche une chaîne localisée semblable à User with same login already exists.
|
|
/// </summary>
|
|
public static string user_already_exists {
|
|
get {
|
|
return ResourceManager.GetString("user_already_exists", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Recherche une chaîne localisée semblable à User account is blocked.
|
|
/// </summary>
|
|
public static string user_blocked {
|
|
get {
|
|
return ResourceManager.GetString("user_blocked", resourceCulture);
|
|
}
|
|
}
|
|
}
|
|
}
|