//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace NEducation.Content.Texts { using System; /// /// A strongly-typed resource class, for looking up localized strings, etc. /// // This class was auto-generated by the StronglyTypedResourceBuilder // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] public class ErrCode { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal ErrCode() { } /// /// Returns the cached ResourceManager instance used by this class. /// [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("NEducation.Content.Texts.ErrCode", typeof(ErrCode).Assembly); resourceMan = temp; } return resourceMan; } } /// /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] public static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to Type of coin invalid: 0=lost coin, 1= add more coin into balance. /// public static string CoinInvalid { get { return ResourceManager.GetString("CoinInvalid", resourceCulture); } } /// /// Looks up a localized string similar to Err type Package. Package only is 1,7,30. /// public static string ErrTypePackage { get { return ResourceManager.GetString("ErrTypePackage", resourceCulture); } } /// /// Looks up a localized string similar to Err unknow. /// public static string ErrUnknown { get { return ResourceManager.GetString("ErrUnknown", resourceCulture); } } /// /// Looks up a localized string similar to Incorrect OTP code/ OTP code expired. /// public static string InvalidIOTP { get { return ResourceManager.GetString("InvalidIOTP", resourceCulture); } } /// /// Looks up a localized string similar to Login false because err user or pass or user have locked. /// public static string LoginFailure { get { return ResourceManager.GetString("LoginFailure", resourceCulture); } } /// /// Looks up a localized string similar to Not enough money. /// public static string NotEnoughMoney { get { return ResourceManager.GetString("NotEnoughMoney", resourceCulture); } } /// /// Looks up a localized string similar to The new password is invalid. Password must is not null. /// public static string PasswordInvalid { get { return ResourceManager.GetString("PasswordInvalid", resourceCulture); } } /// /// Looks up a localized string similar to Err type of regist. Type only is REGIST or CANCEL. /// public static string RegisterFailure { get { return ResourceManager.GetString("RegisterFailure", resourceCulture); } } /// /// Looks up a localized string similar to Success. /// public static string Success { get { return ResourceManager.GetString("Success", resourceCulture); } } /// /// Looks up a localized string similar to Sys err. /// public static string SystemErr { get { return ResourceManager.GetString("SystemErr", resourceCulture); } } /// /// Looks up a localized string similar to Confirm OTP via USSD time out. /// public static string TimeoutOTP { get { return ResourceManager.GetString("TimeoutOTP", resourceCulture); } } /// /// Looks up a localized string similar to Tran code invalid: ADD_COIN, CHANGE_TOPUP_COIN, GAME_BUY_COIN, GAME_WIN_COIN. /// public static string TranCodeInvalid { get { return ResourceManager.GetString("TranCodeInvalid", resourceCulture); } } /// /// Looks up a localized string similar to Err type channel. Channel only is IVR, SMS,USSD,WEB. /// public static string TypeErr { get { return ResourceManager.GetString("TypeErr", resourceCulture); } } /// /// Looks up a localized string similar to Unknown. /// public static string Unknown { get { return ResourceManager.GetString("Unknown", resourceCulture); } } /// /// Looks up a localized string similar to Regist false becuase user have registed before. /// public static string UserExisted { get { return ResourceManager.GetString("UserExisted", resourceCulture); } } /// /// Looks up a localized string similar to The old pass is invalid. /// public static string WrongOldPass { get { return ResourceManager.GetString("WrongOldPass", resourceCulture); } } /// /// Looks up a localized string similar to Invalid OTP code. /// public static string WrongOTP { get { return ResourceManager.GetString("WrongOTP", resourceCulture); } } /// /// Looks up a localized string similar to Wrong service id. Service id is not definition. /// public static string WrongServiceID { get { return ResourceManager.GetString("WrongServiceID", resourceCulture); } } } }