//------------------------------------------------------------------------------
//
// 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 LayoutResource {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal LayoutResource() {
}
///
/// 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.LayoutResource", typeof(LayoutResource).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.
///
public static string authenticate {
get {
return ResourceManager.GetString("authenticate", resourceCulture);
}
}
///
/// Recherche une chaîne localisée semblable à Back.
///
public static string back {
get {
return ResourceManager.GetString("back", resourceCulture);
}
}
///
/// Recherche une chaîne localisée semblable à Choose active session.
///
public static string choose_session {
get {
return ResourceManager.GetString("choose_session", resourceCulture);
}
}
///
/// Recherche une chaîne localisée semblable à Consents.
///
public static string consents {
get {
return ResourceManager.GetString("consents", resourceCulture);
}
}
///
/// Recherche une chaîne localisée semblable à Credential has been updated.
///
public static string credential_is_updated {
get {
return ResourceManager.GetString("credential_is_updated", resourceCulture);
}
}
///
/// Recherche une chaîne localisée semblable à Device Authentication.
///
public static string deviceauth {
get {
return ResourceManager.GetString("deviceauth", resourceCulture);
}
}
///
/// Recherche une chaîne localisée semblable à Disconnect.
///
public static string disconnect {
get {
return ResourceManager.GetString("disconnect", resourceCulture);
}
}
///
/// Recherche une chaîne localisée semblable à Disconnected.
///
public static string Disconnected {
get {
return ResourceManager.GetString("Disconnected", resourceCulture);
}
}
///
/// Recherche une chaîne localisée semblable à English.
///
public static string en {
get {
return ResourceManager.GetString("en", resourceCulture);
}
}
///
/// Recherche une chaîne localisée semblable à French.
///
public static string fr {
get {
return ResourceManager.GetString("fr", resourceCulture);
}
}
///
/// Recherche une chaîne localisée semblable à Languages.
///
public static string languages {
get {
return ResourceManager.GetString("languages", resourceCulture);
}
}
///
/// Recherche une chaîne localisée semblable à You are not allowed to execute the registration action.
///
public static string not_allowed_to_execute_registration {
get {
return ResourceManager.GetString("not_allowed_to_execute_registration", resourceCulture);
}
}
///
/// Recherche une chaîne localisée semblable à Language is {0}.
///
public static string selected_language {
get {
return ResourceManager.GetString("selected_language", resourceCulture);
}
}
///
/// Recherche une chaîne localisée semblable à Sessions.
///
public static string Sessions {
get {
return ResourceManager.GetString("Sessions", resourceCulture);
}
}
///
/// Recherche une chaîne localisée semblable à Unexpected error.
///
public static string UnexpectedError {
get {
return ResourceManager.GetString("UnexpectedError", resourceCulture);
}
}
///
/// Recherche une chaîne localisée semblable à User is created.
///
public static string user_is_created {
get {
return ResourceManager.GetString("user_is_created", resourceCulture);
}
}
///
/// Recherche une chaîne localisée semblable à You are disconnected.
///
public static string YouAreDisconnected {
get {
return ResourceManager.GetString("YouAreDisconnected", resourceCulture);
}
}
}
}