| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234 |
- //------------------------------------------------------------------------------
- // <auto-generated>
- // 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.
- // </auto-generated>
- //------------------------------------------------------------------------------
- namespace NEducation.Content.Texts {
- using System;
-
-
- /// <summary>
- /// A strongly-typed resource class, for looking up localized strings, etc.
- /// </summary>
- // 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", "17.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() {
- }
-
- /// <summary>
- /// Returns the cached ResourceManager instance used by this class.
- /// </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("NEducation.Content.Texts.ErrCode", typeof(ErrCode).Assembly);
- resourceMan = temp;
- }
- return resourceMan;
- }
- }
-
- /// <summary>
- /// Overrides the current thread's CurrentUICulture property for all
- /// resource lookups using this strongly typed resource class.
- /// </summary>
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- public static global::System.Globalization.CultureInfo Culture {
- get {
- return resourceCulture;
- }
- set {
- resourceCulture = value;
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Type of coin invalid: 0=lost coin, 1= add more coin into balance.
- /// </summary>
- public static string CoinInvalid {
- get {
- return ResourceManager.GetString("CoinInvalid", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Err type Package. Package only is 1,7,30.
- /// </summary>
- public static string ErrTypePackage {
- get {
- return ResourceManager.GetString("ErrTypePackage", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Invalid Error.
- /// </summary>
- public static string ErrUnknown {
- get {
- return ResourceManager.GetString("ErrUnknown", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Invalid OTP.
- /// </summary>
- public static string InvalidIOTP {
- get {
- return ResourceManager.GetString("InvalidIOTP", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to សូមពិនិត្យមើលគណនី ឬពាក្យសម្ងាត់របស់អ្នកម្តងទៀត។.
- /// </summary>
- public static string LoginFailure {
- get {
- return ResourceManager.GetString("LoginFailure", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to អ្នកមិនមានសមតុល្យគ្រប់គ្រាន់ដើម្បីចុះឈ្មោះសម្រាប់សេវា MEdu ទេ។ សូមបញ្ចូលទឹកប្រាក់ និងចុះឈ្មោះដោយផ្ញើ ON EDU (ថ្លៃសេវា: 10c/day/រៀនវគ្គសិក្សាទាំងអស់) ទៅ 1540.
- /// </summary>
- public static string NotEnoughMoney {
- get {
- return ResourceManager.GetString("NotEnoughMoney", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to សូមបំពេញពាក្យសម្ងាត់.
- /// </summary>
- public static string PasswordInvalid {
- get {
- return ResourceManager.GetString("PasswordInvalid", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to មិនអាចចុះឈ្មោះបានទេ។ បញ្ជាតែចុះឈ្មោះឬបោះបង់.
- /// </summary>
- public static string RegisterFailure {
- get {
- return ResourceManager.GetString("RegisterFailure", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to អ្នកបានចុះឈ្មោះសេវាកម្ម MEdu ជាមួយនឹងការចុះឈ្មោះដំបូងដោយឥតគិតថ្លៃ នៅថ្ងៃបន្ទាប់ អ្នកនឹងត្រូវគិតថ្លៃ 10សេន/ថ្ងៃ/រៀនគ្រប់វគ្គសិក្សា។.
- /// </summary>
- public static string Success {
- get {
- return ResourceManager.GetString("Success", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to ប្រព័ន្ធមានបញ្ហា.
- /// </summary>
- public static string SystemErr {
- get {
- return ResourceManager.GetString("SystemErr", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to អស់ពេល OTP.
- /// </summary>
- public static string TimeoutOTP {
- get {
- return ResourceManager.GetString("TimeoutOTP", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Tran code invalid: ADD_COIN, CHANGE_TOPUP_COIN, GAME_BUY_COIN, GAME_WIN_COIN.
- /// </summary>
- public static string TranCodeInvalid {
- get {
- return ResourceManager.GetString("TranCodeInvalid", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Err type channel. Channel only is IVR, SMS,USSD,WEB.
- /// </summary>
- public static string TypeErr {
- get {
- return ResourceManager.GetString("TypeErr", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Unknown.
- /// </summary>
- public static string Unknown {
- get {
- return ResourceManager.GetString("Unknown", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to គណនីរបស់អ្នកមានរួចហើយ.
- /// </summary>
- public static string UserExisted {
- get {
- return ResourceManager.GetString("UserExisted", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to អ្នកប្រើប្រាស់ត្រូវបានចាក់សោ.
- /// </summary>
- public static string UserLocked {
- get {
- return ResourceManager.GetString("UserLocked", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to OTP ខុស.
- /// </summary>
- public static string WrongOldPass {
- get {
- return ResourceManager.GetString("WrongOldPass", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to OTP ខុស.
- /// </summary>
- public static string WrongOTP {
- get {
- return ResourceManager.GetString("WrongOTP", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to លេខសម្គាល់សេវាកម្មខុស។ លេខសម្គាល់សេវាកម្មមិនត្រូវបានកំណត់ទេ។.
- /// </summary>
- public static string WrongServiceID {
- get {
- return ResourceManager.GetString("WrongServiceID", resourceCulture);
- }
- }
- }
- }
|