253 lines
9.2 KiB
C#
253 lines
9.2 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 RegisterEmailResource {
|
|
|
|
private static global::System.Resources.ResourceManager resourceMan;
|
|
|
|
private static global::System.Globalization.CultureInfo resourceCulture;
|
|
|
|
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
|
internal RegisterEmailResource() {
|
|
}
|
|
|
|
/// <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.RegisterEmailResource", typeof(RegisterEmailResource).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 à Action is missing.
|
|
/// </summary>
|
|
public static string action_missing {
|
|
get {
|
|
return ResourceManager.GetString("action_missing", 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 à Create.
|
|
/// </summary>
|
|
public static string create {
|
|
get {
|
|
return ResourceManager.GetString("create", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Recherche une chaîne localisée semblable à Email.
|
|
/// </summary>
|
|
public static string email {
|
|
get {
|
|
return ResourceManager.GetString("email", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Recherche une chaîne localisée semblable à Email is enrolled.
|
|
/// </summary>
|
|
public static string email_is_enrolled {
|
|
get {
|
|
return ResourceManager.GetString("email_is_enrolled", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Recherche une chaîne localisée semblable à Action is invalid.
|
|
/// </summary>
|
|
public static string invalid_action {
|
|
get {
|
|
return ResourceManager.GetString("invalid_action", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Recherche une chaîne localisée semblable à Confirmation code is not correct.
|
|
/// </summary>
|
|
public static string invalid_confirmation_code {
|
|
get {
|
|
return ResourceManager.GetString("invalid_confirmation_code", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Recherche une chaîne localisée semblable à The email is invalid.
|
|
/// </summary>
|
|
public static string invalid_email {
|
|
get {
|
|
return ResourceManager.GetString("invalid_email", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Recherche une chaîne localisée semblable à Confirmation code is missing.
|
|
/// </summary>
|
|
public static string otpcode_missing {
|
|
get {
|
|
return ResourceManager.GetString("otpcode_missing", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Recherche une chaîne localisée semblable à Confirmation code is not a number.
|
|
/// </summary>
|
|
public static string otpcode_not_number {
|
|
get {
|
|
return ResourceManager.GetString("otpcode_not_number", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Recherche une chaîne localisée semblable à Confirmation code is sent.
|
|
/// </summary>
|
|
public static string otpcode_sent {
|
|
get {
|
|
return ResourceManager.GetString("otpcode_sent", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Recherche une chaîne localisée semblable à Register.
|
|
/// </summary>
|
|
public static string register {
|
|
get {
|
|
return ResourceManager.GetString("register", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Recherche une chaîne localisée semblable à Register a user.
|
|
/// </summary>
|
|
public static string register_email {
|
|
get {
|
|
return ResourceManager.GetString("register_email", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Recherche une chaîne localisée semblable à Send confirmation code.
|
|
/// </summary>
|
|
public static string sendconfirmationcode {
|
|
get {
|
|
return ResourceManager.GetString("sendconfirmationcode", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Recherche une chaîne localisée semblable à Register.
|
|
/// </summary>
|
|
public static string title {
|
|
get {
|
|
return ResourceManager.GetString("title", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Recherche une chaîne localisée semblable à Update.
|
|
/// </summary>
|
|
public static string update {
|
|
get {
|
|
return ResourceManager.GetString("update", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Recherche une chaîne localisée semblable à Update your email.
|
|
/// </summary>
|
|
public static string update_email {
|
|
get {
|
|
return ResourceManager.GetString("update_email", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Recherche une chaîne localisée semblable à User with the same name already exists.
|
|
/// </summary>
|
|
public static string user_exists {
|
|
get {
|
|
return ResourceManager.GetString("user_exists", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Recherche une chaîne localisée semblable à User is created.
|
|
/// </summary>
|
|
public static string user_is_created {
|
|
get {
|
|
return ResourceManager.GetString("user_is_created", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Recherche une chaîne localisée semblable à User with the same email already exists.
|
|
/// </summary>
|
|
public static string value_exists {
|
|
get {
|
|
return ResourceManager.GetString("value_exists", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Recherche une chaîne localisée semblable à Email is missing.
|
|
/// </summary>
|
|
public static string value_missing {
|
|
get {
|
|
return ResourceManager.GetString("value_missing", resourceCulture);
|
|
}
|
|
}
|
|
}
|
|
}
|