//------------------------------------------------------------------------------ // // 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é. // //------------------------------------------------------------------------------ namespace SimpleIdp.Resources { using System; /// /// Une classe de ressource fortement typée destinée, entre autres, à la consultation des chaînes localisées. /// // 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 AuthenticateMobileResource { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal AuthenticateMobileResource() { } /// /// Retourne l'instance ResourceManager mise en cache utilisée par cette classe. /// [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.AuthenticateMobileResource", typeof(AuthenticateMobileResource).Assembly); resourceMan = temp; } return resourceMan; } } /// /// Remplace la propriété CurrentUICulture du thread actuel pour toutes /// les recherches de ressources à l'aide de cette classe de ressource fortement typée. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] public static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Recherche une chaîne localisée semblable à Authenticate with your mobile device. /// public static string auth_title { get { return ResourceManager.GetString("auth_title", resourceCulture); } } /// /// Recherche une chaîne localisée semblable à Authenticate. /// public static string authenticate { get { return ResourceManager.GetString("authenticate", resourceCulture); } } /// /// Recherche une chaîne localisée semblable à Credential is added. /// public static string credential_added { get { return ResourceManager.GetString("credential_added", resourceCulture); } } /// /// Recherche une chaîne localisée semblable à Display name. /// public static string display_name { get { return ResourceManager.GetString("display_name", resourceCulture); } } /// /// Recherche une chaîne localisée semblable à Enroll a new mobile application. /// public static string enroll_mobile { get { return ResourceManager.GetString("enroll_mobile", resourceCulture); } } /// /// Recherche une chaîne localisée semblable à Generate QR Code. /// public static string generate_qrcode { get { return ResourceManager.GetString("generate_qrcode", resourceCulture); } } /// /// Recherche une chaîne localisée semblable à Session Identitfier is invalid. /// public static string invalid_session_id { get { return ResourceManager.GetString("invalid_session_id", resourceCulture); } } /// /// Recherche une chaîne localisée semblable à Login. /// public static string login { get { return ResourceManager.GetString("login", resourceCulture); } } /// /// Recherche une chaîne localisée semblable à Attestation is missing. /// public static string missing_attestation { get { return ResourceManager.GetString("missing_attestation", resourceCulture); } } /// /// Recherche une chaîne localisée semblable à FIDO2 credential is missing. /// public static string missing_credential { get { return ResourceManager.GetString("missing_credential", resourceCulture); } } /// /// Recherche une chaîne localisée semblable à Login is missing. /// public static string missing_login { get { return ResourceManager.GetString("missing_login", resourceCulture); } } /// /// Recherche une chaîne localisée semblable à Session Identifier is missing. /// public static string missing_session_id { get { return ResourceManager.GetString("missing_session_id", resourceCulture); } } /// /// Recherche une chaîne localisée semblable à QR Code. /// public static string qrcode { get { return ResourceManager.GetString("qrcode", resourceCulture); } } /// /// Recherche une chaîne localisée semblable à Register. /// public static string register { get { return ResourceManager.GetString("register", resourceCulture); } } /// /// Recherche une chaîne localisée semblable à Register a user. /// public static string register_mobile { get { return ResourceManager.GetString("register_mobile", resourceCulture); } } /// /// Recherche une chaîne localisée semblable à Register SID Mobile application. /// public static string register_title { get { return ResourceManager.GetString("register_title", resourceCulture); } } /// /// Recherche une chaîne localisée semblable à Remember my login. /// public static string remember_login { get { return ResourceManager.GetString("remember_login", resourceCulture); } } /// /// Recherche une chaîne localisée semblable à Scan the QR code with your mobile application. /// public static string scan_mobileapp { get { return ResourceManager.GetString("scan_mobileapp", resourceCulture); } } /// /// Recherche une chaîne localisée semblable à Registration has not been validated. /// public static string session_not_validate { get { return ResourceManager.GetString("session_not_validate", resourceCulture); } } /// /// Recherche une chaîne localisée semblable à User with same login already exists. /// public static string user_already_exists { get { return ResourceManager.GetString("user_already_exists", resourceCulture); } } /// /// Recherche une chaîne localisée semblable à User account is blocked. /// public static string user_blocked { get { return ResourceManager.GetString("user_blocked", resourceCulture); } } } }