| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776 |
- <?xml version="1.0" encoding="utf-8"?>
- <root>
- <!--
- Microsoft ResX Schema
-
- Version 2.0
-
- The primary goals of this format is to allow a simple XML format
- that is mostly human readable. The generation and parsing of the
- various data types are done through the TypeConverter classes
- associated with the data types.
-
- Example:
-
- ... ado.net/XML headers & schema ...
- <resheader name="resmimetype">text/microsoft-resx</resheader>
- <resheader name="version">2.0</resheader>
- <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
- <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
- <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
- <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
- <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
- <value>[base64 mime encoded serialized .NET Framework object]</value>
- </data>
- <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
- <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
- <comment>This is a comment</comment>
- </data>
-
- There are any number of "resheader" rows that contain simple
- name/value pairs.
-
- Each data row contains a name, and value. The row also contains a
- type or mimetype. Type corresponds to a .NET class that support
- text/value conversion through the TypeConverter architecture.
- Classes that don't support this are serialized and stored with the
- mimetype set.
-
- The mimetype is used for serialized objects, and tells the
- ResXResourceReader how to depersist the object. This is currently not
- extensible. For a given mimetype the value must be set accordingly:
-
- Note - application/x-microsoft.net.object.binary.base64 is the format
- that the ResXResourceWriter will generate, however the reader can
- read any of the formats listed below.
-
- mimetype: application/x-microsoft.net.object.binary.base64
- value : The object must be serialized with
- : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
- : and then encoded with base64 encoding.
-
- mimetype: application/x-microsoft.net.object.soap.base64
- value : The object must be serialized with
- : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
- : and then encoded with base64 encoding.
- mimetype: application/x-microsoft.net.object.bytearray.base64
- value : The object must be serialized into a byte array
- : using a System.ComponentModel.TypeConverter
- : and then encoded with base64 encoding.
- -->
- <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
- <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
- <xsd:element name="root" msdata:IsDataSet="true">
- <xsd:complexType>
- <xsd:choice maxOccurs="unbounded">
- <xsd:element name="metadata">
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element name="value" type="xsd:string" minOccurs="0" />
- </xsd:sequence>
- <xsd:attribute name="name" use="required" type="xsd:string" />
- <xsd:attribute name="type" type="xsd:string" />
- <xsd:attribute name="mimetype" type="xsd:string" />
- <xsd:attribute ref="xml:space" />
- </xsd:complexType>
- </xsd:element>
- <xsd:element name="assembly">
- <xsd:complexType>
- <xsd:attribute name="alias" type="xsd:string" />
- <xsd:attribute name="name" type="xsd:string" />
- </xsd:complexType>
- </xsd:element>
- <xsd:element name="data">
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
- <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
- </xsd:sequence>
- <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
- <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
- <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
- <xsd:attribute ref="xml:space" />
- </xsd:complexType>
- </xsd:element>
- <xsd:element name="resheader">
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
- </xsd:sequence>
- <xsd:attribute name="name" type="xsd:string" use="required" />
- </xsd:complexType>
- </xsd:element>
- </xsd:choice>
- </xsd:complexType>
- </xsd:element>
- </xsd:schema>
- <resheader name="resmimetype">
- <value>text/microsoft-resx</value>
- </resheader>
- <resheader name="version">
- <value>2.0</value>
- </resheader>
- <resheader name="reader">
- <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
- </resheader>
- <resheader name="writer">
- <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
- </resheader>
- <data name="account_lock" xml:space="preserve">
- <value>You number is locked. Please wait to 5:00 to try again.</value>
- </data>
- <data name="account_not_existed" xml:space="preserve">
- <value>Your account is not existed</value>
- </data>
- <data name="add_more_order" xml:space="preserve">
- <value>Add more</value>
- </data>
- <data name="agree_policy_1" xml:space="preserve">
- <value>Using Bee Lotto indicates that you have agreed to the terms presented in the </value>
- </data>
- <data name="agree_policy_2" xml:space="preserve">
- <value>Let us know your language preferences.</value>
- </data>
- <data name="already_have_an_account" xml:space="preserve">
- <value>Already have an account?</value>
- </data>
- <data name="amount_transfered" xml:space="preserve">
- <value>Amount to transfer</value>
- </data>
- <data name="auto_fill" xml:space="preserve">
- <value>Auto fill</value>
- </data>
- <data name="basic_account" xml:space="preserve">
- <value>Basic Account</value>
- </data>
- <data name="bee_account" xml:space="preserve">
- <value>Natcom Lotto’s Account</value>
- </data>
- <data name="bee_loto_des" xml:space="preserve">
- <value>Natcom Lotto is a Bolet, Maryaj and Lotto3 games, results of NewYork and Florida lottery games. Pick your numbers and wait for the winning combination to be announced. You can convert the winning amount to Natcom mobile balance or Natcash. Good luck!</value>
- </data>
- <data name="bee_loto_intro" xml:space="preserve">
- <value>Natcom Lotto is a new VAS lottery service of Natcom. You can play via USSD or WEB/APP. You can also receive SMS results with FREE once you send ON to 7777 and you can send OFF to 7777 to request for not receive MT sms results or MT information from Lottery and ON to recover MT sms.
- You can also try your luck with Natcom Lottery draw.
- We’ll help you create an account in a few easy steps.</value>
- </data>
- <data name="bet_amount" xml:space="preserve">
- <value>Bet Amount</value>
- </data>
- <data name="bill_order" xml:space="preserve">
- <value>Bill Order</value>
- </data>
- <data name="bolet" xml:space="preserve">
- <value>Bolet</value>
- </data>
- <data name="bolet_content" xml:space="preserve">
- <value><p><span style="white-space:pre-wrap;">1.Bolet l&agrave; 1 game trong Bee Lotto. Kh&aacute;ch h&agrave;ng chọn 2 số bất kỳ từ 00 - 99. Gi&aacute; trị v&eacute; nhỏ nhất l&agrave; 1 HTG, cao nhất l&agrave; 1.000 HTG. Kết quả của Bolet dựa tr&ecirc;n kết quả của giải NUMBER v&agrave; WIN4 của xổ số NewYork. <br><br>2. Bolet bao gồm 3 giải:<br>&nbsp; &nbsp; &nbsp;* Lot1: bao gồm chữ số ở vị tr&iacute; số 2 v&agrave; số 3 của xổ số NUMBER. Tỉ lệ tr&uacute;ng thưởng: mua 1 HTG tr&uacute;ng 50 HTG<br>&nbsp; &nbsp; &nbsp;* Lot 2: bao gồm chữ số ở vị tr&iacute; số 1 v&agrave; số 2 của xố số WIN4. Tỉ lệ tr&uacute;ng thưởng: mua 1 HTG tr&uacute;ng 20 HTG<br>&nbsp; &nbsp; &nbsp;* Lot 3: bao gồm chữ số ở vị tr&iacute; số 3 v&agrave; số 4 của xổ số WIN4. Tỉ lệ tr&uacute;ng thưởng: mua 1 HTG tr&uacute;ng 20 HTG<br><br>3. Thời gian tham gia mua v&eacute;<br>&nbsp; &nbsp; &nbsp;Khung giờ ng&agrave;y: Từ 0:00 - 14:00. Giờ trả kết quả: 14:30<br>&nbsp; &nbsp; &nbsp;Khung giờ tối: Từ 15:00 - 20:00. Giờ trả kết quả 20:30<br>&nbsp;&nbsp;</span> </p></value>
- </data>
- <data name="bolet_how_to_play" xml:space="preserve">
- <value><p><span style=white-space:pre-wrap;"><strong><span style="font-size: 20px;">How to play Bolet</span></strong></span></p></value>
- </data>
- <data name="brought_success" xml:space="preserve">
- <value>You have bought ticket Natcom Lotto successfully.</value>
- </data>
- <data name="buy" xml:space="preserve">
- <value>Buy</value>
- </data>
- <data name="buying" xml:space="preserve">
- <value>Buying</value>
- </data>
- <data name="buying_code_not_existed" xml:space="preserve">
- <value>Buying code is not existed</value>
- </data>
- <data name="buy_bolet" xml:space="preserve">
- <value>Buy Bolet</value>
- </data>
- <data name="buy_lotto3" xml:space="preserve">
- <value>Buy Lotto3</value>
- </data>
- <data name="buy_maryaj" xml:space="preserve">
- <value>Buy Maryaj</value>
- </data>
- <data name="buy_ticket" xml:space="preserve">
- <value>Buy Ticket</value>
- </data>
- <data name="buy_ticket1" xml:space="preserve">
- <value>Buy ticket</value>
- </data>
- <data name="buy_time" xml:space="preserve">
- <value>Buy Time</value>
- </data>
- <data name="call" xml:space="preserve">
- <value>Call</value>
- </data>
- <data name="cancel" xml:space="preserve">
- <value>Cancel</value>
- </data>
- <data name="cash_agent" xml:space="preserve">
- <value>Cash Agent</value>
- </data>
- <data name="change_language" xml:space="preserve">
- <value>Change Language</value>
- </data>
- <data name="change_password" xml:space="preserve">
- <value>Change your password</value>
- </data>
- <data name="channel_buy" xml:space="preserve">
- <value>Channel Buy</value>
- </data>
- <data name="check_phone_or_password" xml:space="preserve">
- <value>Please check the number or password</value>
- </data>
- <data name="choose_your_number" xml:space="preserve">
- <value>Choose your number</value>
- </data>
- <data name="clean_all" xml:space="preserve">
- <value>Clean all</value>
- </data>
- <data name="close" xml:space="preserve">
- <value>Close</value>
- </data>
- <data name="confirm" xml:space="preserve">
- <value>Confirm</value>
- </data>
- <data name="confirm_otp" xml:space="preserve">
- <value>Confirm OTP</value>
- </data>
- <data name="confirm_payment_1" xml:space="preserve">
- <value>Confirm payment</value>
- </data>
- <data name="confirm_payment_2" xml:space="preserve">
- <value>HTG to buy </value>
- </data>
- <data name="confirm_payment_3" xml:space="preserve">
- <value>ticket, fee</value>
- </data>
- <data name="confirm_payment_4" xml:space="preserve">
- <value>HTG, draw time</value>
- </data>
- <data name="confirm_payment_5" xml:space="preserve">
- <value>. Please fill OTP:</value>
- </data>
- <data name="confirm_transaction" xml:space="preserve">
- <value>Confirm transaction</value>
- </data>
- <data name="confirm_transfer_1" xml:space="preserve">
- <value>Confirm transfer</value>
- </data>
- <data name="confirm_transfer_2" xml:space="preserve">
- <value>HTG from Lottery account to</value>
- </data>
- <data name="confirm_transfer_3" xml:space="preserve">
- <value>, fee 0 HTG. Please fill OTP:</value>
- </data>
- <data name="confirm_your_new_password" xml:space="preserve">
- <value>Confirm your new password</value>
- </data>
- <data name="contact_us" xml:space="preserve">
- <value>Contact us</value>
- </data>
- <data name="content" xml:space="preserve">
- <value>Content</value>
- </data>
- <data name="continue" xml:space="preserve">
- <value>Continue</value>
- </data>
- <data name="create_new_account" xml:space="preserve">
- <value>Create new account</value>
- </data>
- <data name="creole" xml:space="preserve">
- <value>Creole</value>
- </data>
- <data name="dateOfBirth" xml:space="preserve">
- <value>Date of birth</value>
- </data>
- <data name="date_purchase" xml:space="preserve">
- <value>Date of purchase</value>
- </data>
- <data name="days" xml:space="preserve">
- <value>Days</value>
- </data>
- <data name="details" xml:space="preserve">
- <value>Details</value>
- </data>
- <data name="detail_of_payment" xml:space="preserve">
- <value>Details of Payment</value>
- </data>
- <data name="drawn" xml:space="preserve">
- <value>Drawn</value>
- </data>
- <data name="draw_date" xml:space="preserve">
- <value>Draw Date</value>
- </data>
- <data name="draw_time" xml:space="preserve">
- <value>Draw Time</value>
- </data>
- <data name="english" xml:space="preserve">
- <value>English</value>
- </data>
- <data name="enter_amount" xml:space="preserve">
- <value>Enter amount 1-10,000 HTG</value>
- </data>
- <data name="enter_amount1" xml:space="preserve">
- <value>Enter amount</value>
- </data>
- <data name="enter_amount_1_1000" xml:space="preserve">
- <value>Enter amount (maximum 5000HTG/transaction)</value>
- </data>
- <data name="enter_birthday" xml:space="preserve">
- <value>Enter your birthday</value>
- </data>
- <data name="enter_digit_2" xml:space="preserve">
- <value>Enter 2 digits (00 to 99)</value>
- </data>
- <data name="enter_digit_3" xml:space="preserve">
- <value>Enter 3 digits (000 to 999)</value>
- </data>
- <data name="enter_digit_4" xml:space="preserve">
- <value>Enter 4 digits (0000 to 9999)</value>
- </data>
- <data name="enter_money" xml:space="preserve">
- <value>Enter your money</value>
- </data>
- <data name="enter_name" xml:space="preserve">
- <value>Enter your full name</value>
- </data>
- <data name="enter_otp" xml:space="preserve">
- <value>Enter your OTP</value>
- </data>
- <data name="enter_otp_to_login" xml:space="preserve">
- <value>Please enter your OTP to log in</value>
- </data>
- <data name="enter_password" xml:space="preserve">
- <value>Enter your 6 digits password</value>
- </data>
- <data name="enter_phone_number" xml:space="preserve">
- <value>Enter your number</value>
- </data>
- <data name="enter_your_new_password" xml:space="preserve">
- <value>Enter your new password</value>
- </data>
- <data name="enter_your_old_password" xml:space="preserve">
- <value>Enter your old password</value>
- </data>
- <data name="error_happened" xml:space="preserve">
- <value>An error was happened. Please try again.</value>
- </data>
- <data name="error_happened1" xml:space="preserve">
- <value>An error was happened. Please try again</value>
- </data>
- <data name="fail" xml:space="preserve">
- <value>Fail</value>
- </data>
- <data name="faq" xml:space="preserve">
- <value>FAQ</value>
- </data>
- <data name="fee" xml:space="preserve">
- <value>Fee</value>
- </data>
- <data name="fee_tranfer" xml:space="preserve">
- <value>Fee transfer</value>
- </data>
- <data name="fill_password" xml:space="preserve">
- <value>Please fill your password</value>
- </data>
- <data name="fill_phone" xml:space="preserve">
- <value>Please fill your phone number</value>
- </data>
- <data name="fill_your_number" xml:space="preserve">
- <value>Please fill your number</value>
- </data>
- <data name="florida_lottery" xml:space="preserve">
- <value>Florida Lottery</value>
- </data>
- <data name="forgot_password" xml:space="preserve">
- <value>Forgot Password</value>
- </data>
- <data name="free" xml:space="preserve">
- <value>Free</value>
- </data>
- <data name="from" xml:space="preserve">
- <value>From</value>
- </data>
- <data name="from_your_number" xml:space="preserve">
- <value>Transfer to Your number</value>
- </data>
- <data name="fullname_not_valid" xml:space="preserve">
- <value>Your fullname is not valid</value>
- </data>
- <data name="get_otp1" xml:space="preserve">
- <value>Get OTP</value>
- </data>
- <data name="get_started" xml:space="preserve">
- <value>Get started</value>
- </data>
- <data name="have_chance_to_get" xml:space="preserve">
- <value>Have a chance to get</value>
- </data>
- <data name="history" xml:space="preserve">
- <value>History</value>
- </data>
- <data name="home" xml:space="preserve">
- <value>Home</value>
- </data>
- <data name="home_page" xml:space="preserve">
- <value>Homepage</value>
- </data>
- <data name="hours" xml:space="preserve">
- <value>Hours</value>
- </data>
- <data name="how_to_play" xml:space="preserve">
- <value>How to play Natcom Lotto</value>
- </data>
- <data name="internet_error" xml:space="preserve">
- <value>Your internet has a problem.</value>
- </data>
- <data name="in_blacklist" xml:space="preserve">
- <value>System is upgrading.</value>
- </data>
- <data name="in_draw_date" xml:space="preserve">
- <value>Your number in this draw date:</value>
- </data>
- <data name="language" xml:space="preserve">
- <value>Language</value>
- </data>
- <data name="login" xml:space="preserve">
- <value>Log in</value>
- </data>
- <data name="login_fail_wrong_pass" xml:space="preserve">
- <value>Login failed because incorrect password.</value>
- </data>
- <data name="logout" xml:space="preserve">
- <value>Log out</value>
- </data>
- <data name="loto_des_v2" xml:space="preserve">
- <value> is a Bolet, Maryaj and Lotto3 games, results of NewYork and Florida lottery games. Pick your numbers and wait for the winning combination to be announced. You can convert the winning amount to Natcom mobile balance or Natcash. Good luck!</value>
- </data>
- <data name="lotto3" xml:space="preserve">
- <value>Lotto3</value>
- </data>
- <data name="lotto3_content" xml:space="preserve">
- <value><p><span style="white-space:pre-wrap;">1.Bolet l&agrave; 1 game trong Bee Lotto. Kh&aacute;ch h&agrave;ng chọn 2 số bất kỳ từ 00 - 99. Gi&aacute; trị v&eacute; nhỏ nhất l&agrave; 1 HTG, cao nhất l&agrave; 1.000 HTG. Kết quả của Bolet dựa tr&ecirc;n kết quả của giải NUMBER v&agrave; WIN4 của xổ số NewYork. <br><br>2. Bolet bao gồm 3 giải:<br>&nbsp; &nbsp; &nbsp;* Lot1: bao gồm chữ số ở vị tr&iacute; số 2 v&agrave; số 3 của xổ số NUMBER. Tỉ lệ tr&uacute;ng thưởng: mua 1 HTG tr&uacute;ng 50 HTG<br>&nbsp; &nbsp; &nbsp;* Lot 2: bao gồm chữ số ở vị tr&iacute; số 1 v&agrave; số 2 của xố số WIN4. Tỉ lệ tr&uacute;ng thưởng: mua 1 HTG tr&uacute;ng 20 HTG<br>&nbsp; &nbsp; &nbsp;* Lot 3: bao gồm chữ số ở vị tr&iacute; số 3 v&agrave; số 4 của xổ số WIN4. Tỉ lệ tr&uacute;ng thưởng: mua 1 HTG tr&uacute;ng 20 HTG<br><br>3. Thời gian tham gia mua v&eacute;<br>&nbsp; &nbsp; &nbsp;Khung giờ ng&agrave;y: Từ 0:00 - 14:00. Giờ trả kết quả: 14:30<br>&nbsp; &nbsp; &nbsp;Khung giờ tối: Từ 15:00 - 20:00. Giờ trả kết quả 20:30<br>&nbsp;&nbsp;</span> </p></value>
- </data>
- <data name="maryaj" xml:space="preserve">
- <value>Maryaj</value>
- </data>
- <data name="marya_content" xml:space="preserve">
- <value><p><span style="white-space:pre-wrap;">1.Bolet l&agrave; 1 game trong Bee Lotto. Kh&aacute;ch h&agrave;ng chọn 2 số bất kỳ từ 00 - 99. Gi&aacute; trị v&eacute; nhỏ nhất l&agrave; 1 HTG, cao nhất l&agrave; 1.000 HTG. Kết quả của Bolet dựa tr&ecirc;n kết quả của giải NUMBER v&agrave; WIN4 của xổ số NewYork. <br><br>2. Bolet bao gồm 3 giải:<br>&nbsp; &nbsp; &nbsp;* Lot1: bao gồm chữ số ở vị tr&iacute; số 2 v&agrave; số 3 của xổ số NUMBER. Tỉ lệ tr&uacute;ng thưởng: mua 1 HTG tr&uacute;ng 50 HTG<br>&nbsp; &nbsp; &nbsp;* Lot 2: bao gồm chữ số ở vị tr&iacute; số 1 v&agrave; số 2 của xố số WIN4. Tỉ lệ tr&uacute;ng thưởng: mua 1 HTG tr&uacute;ng 20 HTG<br>&nbsp; &nbsp; &nbsp;* Lot 3: bao gồm chữ số ở vị tr&iacute; số 3 v&agrave; số 4 của xổ số WIN4. Tỉ lệ tr&uacute;ng thưởng: mua 1 HTG tr&uacute;ng 20 HTG<br><br>3. Thời gian tham gia mua v&eacute;<br>&nbsp; &nbsp; &nbsp;Khung giờ ng&agrave;y: Từ 0:00 - 14:00. Giờ trả kết quả: 14:30<br>&nbsp; &nbsp; &nbsp;Khung giờ tối: Từ 15:00 - 20:00. Giờ trả kết quả 20:30<br>&nbsp;&nbsp;</span> </p></value>
- </data>
- <data name="max_5_tickets" xml:space="preserve">
- <value>The max number of tickets is 5 tickets. Please check again.</value>
- </data>
- <data name="max_transfer_1000HTG" xml:space="preserve">
- <value>Max transering is 10,000HTG. Please check again.</value>
- </data>
- <data name="mins" xml:space="preserve">
- <value>Mins</value>
- </data>
- <data name="money" xml:space="preserve">
- <value>Money</value>
- </data>
- <data name="money_on" xml:space="preserve">
- <value>Transfer amount (HTG)</value>
- </data>
- <data name="more" xml:space="preserve">
- <value>More</value>
- </data>
- <data name="must_login" xml:space="preserve">
- <value>You have not logined yet. Please login to do this action.</value>
- </data>
- <data name="name" xml:space="preserve">
- <value>Name</value>
- </data>
- <data name="NatCash" xml:space="preserve">
- <value>NatCash</value>
- </data>
- <data name="new_pass_error" xml:space="preserve">
- <value>Please check your new password</value>
- </data>
- <data name="new_york_lottery" xml:space="preserve">
- <value>New York Lottery</value>
- </data>
- <data name="next_draw" xml:space="preserve">
- <value>Next Draw</value>
- </data>
- <data name="note_password" xml:space="preserve">
- <value>Note: Keep your password, and don't share with anyone.</value>
- </data>
- <data name="not_defined" xml:space="preserve">
- <value>not defined</value>
- </data>
- <data name="not_draw" xml:space="preserve">
- <value>Not draw</value>
- </data>
- <data name="not_enough_money" xml:space="preserve">
- <value>Your money on Lottery Account has not enough to process the transaction.</value>
- </data>
- <data name="not_enough_money_to_exchange" xml:space="preserve">
- <value>Not enough money to exchange.</value>
- </data>
- <data name="not_get_otp" xml:space="preserve">
- <value>Didn't get OTP?</value>
- </data>
- <data name="not_register_natcash" xml:space="preserve">
- <value>Receiver has not registered Natcash yet. Please check again the Natcash account.</value>
- </data>
- <data name="not_win" xml:space="preserve">
- <value>Not win</value>
- </data>
- <data name="no_permission" xml:space="preserve">
- <value>You have no permission to do this action</value>
- </data>
- <data name="number" xml:space="preserve">
- <value>Number</value>
- </data>
- <data name="or" xml:space="preserve">
- <value>OR</value>
- </data>
- <data name="order_code" xml:space="preserve">
- <value>Order code</value>
- </data>
- <data name="or_select" xml:space="preserve">
- <value>Or select amount (HTG)</value>
- </data>
- <data name="otp" xml:space="preserve">
- <value>OTP</value>
- </data>
- <data name="otp_invalid" xml:space="preserve">
- <value>OTP is invalid</value>
- </data>
- <data name="otp_timeout" xml:space="preserve">
- <value>OTP timeout</value>
- </data>
- <data name="over_1000HTG_transfer" xml:space="preserve">
- <value>Your order is over 5000 HTG. Please check again.</value>
- </data>
- <data name="over_each_exchange" xml:space="preserve">
- <value>Your money is over the limit for each exchange.</value>
- </data>
- <data name="over_exchange_per_day" xml:space="preserve">
- <value>Your money is over the limit for exchange in a day.</value>
- </data>
- <data name="params_invalid" xml:space="preserve">
- <value>Params are invalid</value>
- </data>
- <data name="password" xml:space="preserve">
- <value>Password</value>
- </data>
- <data name="password_tip" xml:space="preserve">
- <value>Password Tips</value>
- </data>
- <data name="pass_tip_1" xml:space="preserve">
- <value>1. Must be 6 digits</value>
- </data>
- <data name="pass_tip_2" xml:space="preserve">
- <value>2. Password strong: from 0 - 9, should be included character (not special characters)</value>
- </data>
- <data name="payment" xml:space="preserve">
- <value>Payment</value>
- </data>
- <data name="payment_account" xml:space="preserve">
- <value>Payment Account</value>
- </data>
- <data name="payment_mothod" xml:space="preserve">
- <value>Payment Method</value>
- </data>
- <data name="phone_invalid" xml:space="preserve">
- <value>Your phone number is not valid.</value>
- </data>
- <data name="phone_number" xml:space="preserve">
- <value>Phone number</value>
- </data>
- <data name="pin_wrong" xml:space="preserve">
- <value>Your pin is wrong</value>
- </data>
- <data name="play" xml:space="preserve">
- <value>Play</value>
- </data>
- <data name="price" xml:space="preserve">
- <value>Price</value>
- </data>
- <data name="profile" xml:space="preserve">
- <value>Profile</value>
- </data>
- <data name="promotion_code_inactive" xml:space="preserve">
- <value>Your promotion code is not active</value>
- </data>
- <data name="promotion_code_invalid" xml:space="preserve">
- <value>Your promotion code is invalid</value>
- </data>
- <data name="promotion_code_used" xml:space="preserve">
- <value>Your promotion code was used.</value>
- </data>
- <data name="question" xml:space="preserve">
- <value>Question</value>
- </data>
- <data name="receiver" xml:space="preserve">
- <value>Receiver</value>
- </data>
- <data name="receiver_phone" xml:space="preserve">
- <value>To other Natcom's number</value>
- </data>
- <data name="register" xml:space="preserve">
- <value>Register</value>
- </data>
- <data name="reorder" xml:space="preserve">
- <value>Re-order</value>
- </data>
- <data name="resend_otp" xml:space="preserve">
- <value>Resend OTP</value>
- </data>
- <data name="resent_otp" xml:space="preserve">
- <value>Resent OTP</value>
- </data>
- <data name="reset_after_1_minute" xml:space="preserve">
- <value>Please reset pass after 1 minute.</value>
- </data>
- <data name="results" xml:space="preserve">
- <value>Results</value>
- </data>
- <data name="return_home_page" xml:space="preserve">
- <value>Return to home page</value>
- </data>
- <data name="review_payment" xml:space="preserve">
- <value>Review Payment</value>
- </data>
- <data name="rules" xml:space="preserve">
- <value>Rules</value>
- </data>
- <data name="search" xml:space="preserve">
- <value>Search</value>
- </data>
- <data name="seconds" xml:space="preserve">
- <value>Secs</value>
- </data>
- <data name="see_more" xml:space="preserve">
- <value>See more</value>
- </data>
- <data name="select_an_account" xml:space="preserve">
- <value>Transfer to your account</value>
- </data>
- <data name="sender" xml:space="preserve">
- <value>Sender</value>
- </data>
- <data name="sender_phone" xml:space="preserve">
- <value>Your number</value>
- </data>
- <data name="skip_to_guest" xml:space="preserve">
- <value>Skip to login as a Guest</value>
- </data>
- <data name="start_using_bee_loto" xml:space="preserve">
- <value>Start Using Bee Lotto</value>
- </data>
- <data name="status" xml:space="preserve">
- <value>Status</value>
- </data>
- <data name="success" xml:space="preserve">
- <value>Success</value>
- </data>
- <data name="system_update" xml:space="preserve">
- <value>The system is updating. Please try again after 1 minutes.</value>
- </data>
- <data name="term" xml:space="preserve">
- <value>Buying Date</value>
- </data>
- <data name="terms_and_conditions" xml:space="preserve">
- <value>Terms & Conditions. </value>
- </data>
- <data name="term_timeout" xml:space="preserve">
- <value>This term's time is timeout. Please try again.</value>
- </data>
- <data name="thank_you" xml:space="preserve">
- <value>Thank you!</value>
- </data>
- <data name="ticket" xml:space="preserve">
- <value>Ticket</value>
- </data>
- <data name="ticket_code" xml:space="preserve">
- <value>Ticket code</value>
- </data>
- <data name="ticket_invalid" xml:space="preserve">
- <value>Your tickets are not valid</value>
- </data>
- <data name="time" xml:space="preserve">
- <value>Time</value>
- </data>
- <data name="to" xml:space="preserve">
- <value>To</value>
- </data>
- <data name="token_invalid" xml:space="preserve">
- <value>Your token is invalid</value>
- </data>
- <data name="total_money" xml:space="preserve">
- <value>Total money</value>
- </data>
- <data name="total_ticket" xml:space="preserve">
- <value>Total tickets</value>
- </data>
- <data name="to_other_natcom_number" xml:space="preserve">
- <value>To other Natcom number</value>
- </data>
- <data name="tranfer_win_money" xml:space="preserve">
- <value>Withdraw money</value>
- </data>
- <data name="transfer" xml:space="preserve">
- <value>Transfer</value>
- </data>
- <data name="transfer_method" xml:space="preserve">
- <value>Transfer Method</value>
- </data>
- <data name="transfer_success" xml:space="preserve">
- <value>Money has been transferred successfully!</value>
- </data>
- <data name="type" xml:space="preserve">
- <value>Type</value>
- </data>
- <data name="update" xml:space="preserve">
- <value>Update</value>
- </data>
- <data name="update_successful" xml:space="preserve">
- <value>Update successful</value>
- </data>
- <data name="user_avatar_error" xml:space="preserve">
- <value>User avatar error</value>
- </data>
- <data name="verify_otp" xml:space="preserve">
- <value>Verify your account to login</value>
- </data>
- <data name="waiting_for_result" xml:space="preserve">
- <value>Waiting the result</value>
- </data>
- <data name="wallet_not_active" xml:space="preserve">
- <value>Your wallet is not active.</value>
- </data>
- <data name="wallet_not_existed" xml:space="preserve">
- <value>Your transaction unsuccessful, you are not register a Natcash account. To register Natcash, dial *202# and follow the instruction. Thank you!</value>
- </data>
- <data name="welcome_to_bee_loto" xml:space="preserve">
- <value>Welcome to Bee Lotto</value>
- </data>
- <data name="win" xml:space="preserve">
- <value>Win</value>
- </data>
- <data name="winning_account" xml:space="preserve">
- <value>Winning Account</value>
- </data>
- <data name="wrong_otp" xml:space="preserve">
- <value>The password is incorrect. Please try again.</value>
- </data>
- <data name="younger_to_use" xml:space="preserve">
- <value>Your are too younger to use this service.</value>
- </data>
- <data name="your_number" xml:space="preserve">
- <value>Your number</value>
- </data>
- <data name="your_password_reset" xml:space="preserve">
- <value>Your order is over 5000 HTG. Please check again.</value>
- </data>
- <data name="you_have_registered_Bee_loto" xml:space="preserve">
- <value>You have registerd your Bee Lotto Account Successfully</value>
- </data>
- <data name="you_have_winning_number" xml:space="preserve">
- <value>You have winning number, winning prize is:</value>
- </data>
- </root>
|