163 lines
6.4 KiB
C#
163 lines
6.4 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 BCConsentsResource {
|
|
|
|
private static global::System.Resources.ResourceManager resourceMan;
|
|
|
|
private static global::System.Globalization.CultureInfo resourceCulture;
|
|
|
|
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
|
internal BCConsentsResource() {
|
|
}
|
|
|
|
/// <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.BCConsentsResource", typeof(BCConsentsResource).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 à Exception occured while trying to confirm or reject the consent.
|
|
/// </summary>
|
|
public static string cannot_confirm_or_reject {
|
|
get {
|
|
return ResourceManager.GetString("cannot_confirm_or_reject", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Recherche une chaîne localisée semblable à Confirm.
|
|
/// </summary>
|
|
public static string confirm {
|
|
get {
|
|
return ResourceManager.GetString("confirm", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Recherche une chaîne localisée semblable à The Client App '{0}' is requesting the following permissions.
|
|
/// </summary>
|
|
public static string consent_client_access {
|
|
get {
|
|
return ResourceManager.GetString("consent_client_access", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Recherche une chaîne localisée semblable à The consent is confirmed.
|
|
/// </summary>
|
|
public static string consent_confirmed {
|
|
get {
|
|
return ResourceManager.GetString("consent_confirmed", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Recherche une chaîne localisée semblable à The consent is rejected.
|
|
/// </summary>
|
|
public static string consent_rejected {
|
|
get {
|
|
return ResourceManager.GetString("consent_rejected", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Recherche une chaîne localisée semblable à Exception occured while trying to decrypt the redirection url.
|
|
/// </summary>
|
|
public static string cryptography_error {
|
|
get {
|
|
return ResourceManager.GetString("cryptography_error", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Recherche une chaîne localisée semblable à Message.
|
|
/// </summary>
|
|
public static string message {
|
|
get {
|
|
return ResourceManager.GetString("message", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Recherche une chaîne localisée semblable à Reject.
|
|
/// </summary>
|
|
public static string reject {
|
|
get {
|
|
return ResourceManager.GetString("reject", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Recherche une chaîne localisée semblable à Scopes.
|
|
/// </summary>
|
|
public static string scopes {
|
|
get {
|
|
return ResourceManager.GetString("scopes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Recherche une chaîne localisée semblable à You are not authorized to perform any action on this back channel authentication.
|
|
/// </summary>
|
|
public static string unauthorized_bc_auth {
|
|
get {
|
|
return ResourceManager.GetString("unauthorized_bc_auth", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Recherche une chaîne localisée semblable à Back channel authentication is unknown.
|
|
/// </summary>
|
|
public static string unknown_bc_authorize {
|
|
get {
|
|
return ResourceManager.GetString("unknown_bc_authorize", resourceCulture);
|
|
}
|
|
}
|
|
}
|
|
}
|