Initial commit
This commit is contained in:
234
Resources/AuthenticateOtpResource.Designer.cs
generated
Normal file
234
Resources/AuthenticateOtpResource.Designer.cs
generated
Normal file
@@ -0,0 +1,234 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <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 AuthenticateOtpResource {
|
||||
|
||||
private static global::System.Resources.ResourceManager resourceMan;
|
||||
|
||||
private static global::System.Globalization.CultureInfo resourceCulture;
|
||||
|
||||
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
||||
internal AuthenticateOtpResource() {
|
||||
}
|
||||
|
||||
/// <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.AuthenticateOtpResource", typeof(AuthenticateOtpResource).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 à Code has a validity of {0} seconds.
|
||||
/// </summary>
|
||||
public static string code_validity {
|
||||
get {
|
||||
return ResourceManager.GetString("code_validity", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Confirmation code.
|
||||
/// </summary>
|
||||
public static string confirmationcode {
|
||||
get {
|
||||
return ResourceManager.GetString("confirmationcode", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Confirmation code has been sent.
|
||||
/// </summary>
|
||||
public static string confirmationcode_sent {
|
||||
get {
|
||||
return ResourceManager.GetString("confirmationcode_sent", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à An error occured while trying to decrypt the return url.
|
||||
/// </summary>
|
||||
public static string cryptographic_error {
|
||||
get {
|
||||
return ResourceManager.GetString("cryptographic_error", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Confirmation code is invalid.
|
||||
/// </summary>
|
||||
public static string invalid_confirmationcode {
|
||||
get {
|
||||
return ResourceManager.GetString("invalid_confirmationcode", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à The OTP is not valid.
|
||||
/// </summary>
|
||||
public static string invalid_credential {
|
||||
get {
|
||||
return ResourceManager.GetString("invalid_credential", 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 à Confirmation code is missing.
|
||||
/// </summary>
|
||||
public static string missing_confirmationcode {
|
||||
get {
|
||||
return ResourceManager.GetString("missing_confirmationcode", 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 à Return url is missing.
|
||||
/// </summary>
|
||||
public static string missing_return_url {
|
||||
get {
|
||||
return ResourceManager.GetString("missing_return_url", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à There is no OTP configured.
|
||||
/// </summary>
|
||||
public static string no_active_otp {
|
||||
get {
|
||||
return ResourceManager.GetString("no_active_otp", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Policy.
|
||||
/// </summary>
|
||||
public static string policy {
|
||||
get {
|
||||
return ResourceManager.GetString("policy", 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 à Authenticate.
|
||||
/// </summary>
|
||||
public static string title {
|
||||
get {
|
||||
return ResourceManager.GetString("title", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Terms of service.
|
||||
/// </summary>
|
||||
public static string tos {
|
||||
get {
|
||||
return ResourceManager.GetString("tos", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à Login is unknown.
|
||||
/// </summary>
|
||||
public static string unknown_login {
|
||||
get {
|
||||
return ResourceManager.GetString("unknown_login", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Recherche une chaîne localisée semblable à The given login does not correspond to any user.
|
||||
/// </summary>
|
||||
public static string unknown_user {
|
||||
get {
|
||||
return ResourceManager.GetString("unknown_user", 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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user