Initial commit
This commit is contained in:
360
Resources/ProfileResource.Designer.cs
generated
Normal file
360
Resources/ProfileResource.Designer.cs
generated
Normal file
@@ -0,0 +1,360 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <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 ProfileResource {
|
||||
|
||||
private static global::System.Resources.ResourceManager resourceMan;
|
||||
|
||||
private static global::System.Globalization.CultureInfo resourceCulture;
|
||||
|
||||
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
||||
internal ProfileResource() {
|
||||
}
|
||||
|
||||
/// <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.ProfileResource", typeof(ProfileResource).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 à Accept.
|
||||
/// </summary>
|
||||
public static string accept_access {
|
||||
get {
|
||||
return ResourceManager.GetString("accept_access", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Login.
|
||||
/// </summary>
|
||||
public static string account_login {
|
||||
get {
|
||||
return ResourceManager.GetString("account_login", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Name.
|
||||
/// </summary>
|
||||
public static string account_name {
|
||||
get {
|
||||
return ResourceManager.GetString("account_name", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à These apps have been granted access to interact with your SimpleIdServer account. To prevent them from accessing it in the future, click on 'Revoke Access'.
|
||||
/// </summary>
|
||||
public static string approved_apps_description {
|
||||
get {
|
||||
return ResourceManager.GetString("approved_apps_description", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Approved applications.
|
||||
/// </summary>
|
||||
public static string approved_apps_title {
|
||||
get {
|
||||
return ResourceManager.GetString("approved_apps_title", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Authorization Details.
|
||||
/// </summary>
|
||||
public static string auth_details {
|
||||
get {
|
||||
return ResourceManager.GetString("auth_details", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Claims.
|
||||
/// </summary>
|
||||
public static string claims {
|
||||
get {
|
||||
return ResourceManager.GetString("claims", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Client.
|
||||
/// </summary>
|
||||
public static string client {
|
||||
get {
|
||||
return ResourceManager.GetString("client", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Created at.
|
||||
/// </summary>
|
||||
public static string created_at {
|
||||
get {
|
||||
return ResourceManager.GetString("created_at", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Credentials.
|
||||
/// </summary>
|
||||
public static string credentials {
|
||||
get {
|
||||
return ResourceManager.GetString("credentials", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Manage your credentials.
|
||||
/// </summary>
|
||||
public static string credentials_description {
|
||||
get {
|
||||
return ResourceManager.GetString("credentials_description", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Description.
|
||||
/// </summary>
|
||||
public static string description {
|
||||
get {
|
||||
return ResourceManager.GetString("description", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Enroll credentials.
|
||||
/// </summary>
|
||||
public static string enroll_credentials {
|
||||
get {
|
||||
return ResourceManager.GetString("enroll_credentials", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Link one or more external accounts to your profile.
|
||||
/// </summary>
|
||||
public static string external_accounts_description {
|
||||
get {
|
||||
return ResourceManager.GetString("external_accounts_description", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à External accounts.
|
||||
/// </summary>
|
||||
public static string external_accounts_title {
|
||||
get {
|
||||
return ResourceManager.GetString("external_accounts_title", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Grant datetime.
|
||||
/// </summary>
|
||||
public static string grant_time {
|
||||
get {
|
||||
return ResourceManager.GetString("grant_time", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Name.
|
||||
/// </summary>
|
||||
public static string name {
|
||||
get {
|
||||
return ResourceManager.GetString("name", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à All the credentials have been enrolled.
|
||||
/// </summary>
|
||||
public static string no_credentials_to_create {
|
||||
get {
|
||||
return ResourceManager.GetString("no_credentials_to_create", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à There is no credential to update.
|
||||
/// </summary>
|
||||
public static string no_credentials_to_update {
|
||||
get {
|
||||
return ResourceManager.GetString("no_credentials_to_update", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à There is no external account configured.
|
||||
/// </summary>
|
||||
public static string no_external_accounts {
|
||||
get {
|
||||
return ResourceManager.GetString("no_external_accounts", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à One Time Password is not configured.
|
||||
/// </summary>
|
||||
public static string no_otp {
|
||||
get {
|
||||
return ResourceManager.GetString("no_otp", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à There is no pending request.
|
||||
/// </summary>
|
||||
public static string no_pending_request {
|
||||
get {
|
||||
return ResourceManager.GetString("no_pending_request", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Users have requested access to some of your resources. Click on 'Revoke Access' to deny pending requests..
|
||||
/// </summary>
|
||||
public static string pending_request_description {
|
||||
get {
|
||||
return ResourceManager.GetString("pending_request_description", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Pending requests.
|
||||
/// </summary>
|
||||
public static string pending_request_title {
|
||||
get {
|
||||
return ResourceManager.GetString("pending_request_title", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à One Time Password.
|
||||
/// </summary>
|
||||
public static string qrcode_otp {
|
||||
get {
|
||||
return ResourceManager.GetString("qrcode_otp", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Requester.
|
||||
/// </summary>
|
||||
public static string requester {
|
||||
get {
|
||||
return ResourceManager.GetString("requester", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Resource.
|
||||
/// </summary>
|
||||
public static string resource {
|
||||
get {
|
||||
return ResourceManager.GetString("resource", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Revoke access.
|
||||
/// </summary>
|
||||
public static string revoke_access {
|
||||
get {
|
||||
return ResourceManager.GetString("revoke_access", 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 à Subject.
|
||||
/// </summary>
|
||||
public static string subject {
|
||||
get {
|
||||
return ResourceManager.GetString("subject", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Profile.
|
||||
/// </summary>
|
||||
public static string title {
|
||||
get {
|
||||
return ResourceManager.GetString("title", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Unlink.
|
||||
/// </summary>
|
||||
public static string unlink {
|
||||
get {
|
||||
return ResourceManager.GetString("unlink", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Update your credentials.
|
||||
/// </summary>
|
||||
public static string update_your_credentials {
|
||||
get {
|
||||
return ResourceManager.GetString("update_your_credentials", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user