Lang.te.resx 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <root>
  3. <!--
  4. Microsoft ResX Schema
  5. Version 2.0
  6. The primary goals of this format is to allow a simple XML format
  7. that is mostly human readable. The generation and parsing of the
  8. various data types are done through the TypeConverter classes
  9. associated with the data types.
  10. Example:
  11. ... ado.net/XML headers & schema ...
  12. <resheader name="resmimetype">text/microsoft-resx</resheader>
  13. <resheader name="version">2.0</resheader>
  14. <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
  15. <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
  16. <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
  17. <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
  18. <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
  19. <value>[base64 mime encoded serialized .NET Framework object]</value>
  20. </data>
  21. <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
  22. <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
  23. <comment>This is a comment</comment>
  24. </data>
  25. There are any number of "resheader" rows that contain simple
  26. name/value pairs.
  27. Each data row contains a name, and value. The row also contains a
  28. type or mimetype. Type corresponds to a .NET class that support
  29. text/value conversion through the TypeConverter architecture.
  30. Classes that don't support this are serialized and stored with the
  31. mimetype set.
  32. The mimetype is used for serialized objects, and tells the
  33. ResXResourceReader how to depersist the object. This is currently not
  34. extensible. For a given mimetype the value must be set accordingly:
  35. Note - application/x-microsoft.net.object.binary.base64 is the format
  36. that the ResXResourceWriter will generate, however the reader can
  37. read any of the formats listed below.
  38. mimetype: application/x-microsoft.net.object.binary.base64
  39. value : The object must be serialized with
  40. : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
  41. : and then encoded with base64 encoding.
  42. mimetype: application/x-microsoft.net.object.soap.base64
  43. value : The object must be serialized with
  44. : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
  45. : and then encoded with base64 encoding.
  46. mimetype: application/x-microsoft.net.object.bytearray.base64
  47. value : The object must be serialized into a byte array
  48. : using a System.ComponentModel.TypeConverter
  49. : and then encoded with base64 encoding.
  50. -->
  51. <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
  52. <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
  53. <xsd:element name="root" msdata:IsDataSet="true">
  54. <xsd:complexType>
  55. <xsd:choice maxOccurs="unbounded">
  56. <xsd:element name="metadata">
  57. <xsd:complexType>
  58. <xsd:sequence>
  59. <xsd:element name="value" type="xsd:string" minOccurs="0" />
  60. </xsd:sequence>
  61. <xsd:attribute name="name" use="required" type="xsd:string" />
  62. <xsd:attribute name="type" type="xsd:string" />
  63. <xsd:attribute name="mimetype" type="xsd:string" />
  64. <xsd:attribute ref="xml:space" />
  65. </xsd:complexType>
  66. </xsd:element>
  67. <xsd:element name="assembly">
  68. <xsd:complexType>
  69. <xsd:attribute name="alias" type="xsd:string" />
  70. <xsd:attribute name="name" type="xsd:string" />
  71. </xsd:complexType>
  72. </xsd:element>
  73. <xsd:element name="data">
  74. <xsd:complexType>
  75. <xsd:sequence>
  76. <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
  77. <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
  78. </xsd:sequence>
  79. <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
  80. <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
  81. <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
  82. <xsd:attribute ref="xml:space" />
  83. </xsd:complexType>
  84. </xsd:element>
  85. <xsd:element name="resheader">
  86. <xsd:complexType>
  87. <xsd:sequence>
  88. <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
  89. </xsd:sequence>
  90. <xsd:attribute name="name" type="xsd:string" use="required" />
  91. </xsd:complexType>
  92. </xsd:element>
  93. </xsd:choice>
  94. </xsd:complexType>
  95. </xsd:element>
  96. </xsd:schema>
  97. <resheader name="resmimetype">
  98. <value>text/microsoft-resx</value>
  99. </resheader>
  100. <resheader name="version">
  101. <value>2.0</value>
  102. </resheader>
  103. <resheader name="reader">
  104. <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
  105. </resheader>
  106. <resheader name="writer">
  107. <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
  108. </resheader>
  109. <data name="AgreeTerm" xml:space="preserve">
  110. <value>Ita aceita atu halo transaksaun kona ba</value>
  111. </data>
  112. <data name="Airtime" xml:space="preserve">
  113. <value>Kreditu Pulsa</value>
  114. </data>
  115. <data name="AirtimeDetail" xml:space="preserve">
  116. <value>&lt;b&gt;Benvindu mai Servicu Airtime Kreditu.&lt;/b&gt;&lt;br /&gt;
  117. &lt;b&gt;1. Politika:&lt;/b&gt;&lt;br /&gt;
  118. - Empresta 20 cent kustu mak 3 cent&lt;br /&gt;
  119. - Empresta 50 cent kustu mak 7.5 cent.&lt;br /&gt;
  120. - Empresta 80 cent kustu mak 12 cent&lt;br /&gt;
  121. &lt;b&gt;2. Oinsa atu empresta: &lt;/b&gt;&lt;br /&gt;
  122. #1. Ba iha SMS hakerek ON manda ba 1111.&lt;br /&gt;
  123. #2. Bolu *1111# no halo tuir instrusaun.&lt;br /&gt;</value>
  124. </data>
  125. <data name="Ask" xml:space="preserve">
  126. <value>husu</value>
  127. </data>
  128. <data name="Broadband" xml:space="preserve">
  129. <value>Broadband</value>
  130. </data>
  131. <data name="ByClicking" xml:space="preserve">
  132. <value>hodi Hanehan</value>
  133. </data>
  134. <data name="ChooseYourColor" xml:space="preserve">
  135. <value>hili ita nia kor</value>
  136. </data>
  137. <data name="ContactToBuy" xml:space="preserve">
  138. <value>contaktu hodi sosa</value>
  139. </data>
  140. <data name="DataCredit" xml:space="preserve">
  141. <value>Kreditu DATA</value>
  142. </data>
  143. <data name="Detail" xml:space="preserve">
  144. <value>detailu</value>
  145. </data>
  146. <data name="Device" xml:space="preserve">
  147. <value>Sasan</value>
  148. </data>
  149. <data name="Empresta" xml:space="preserve">
  150. <value>Empresta</value>
  151. </data>
  152. <data name="ForgotPassword" xml:space="preserve">
  153. <value>haluha save segredu</value>
  154. </data>
  155. <data name="GetOtpCode" xml:space="preserve">
  156. <value>simu kodiku OTP </value>
  157. </data>
  158. <data name="GetPassword" xml:space="preserve">
  159. <value>simu save segredu</value>
  160. </data>
  161. <data name="Home" xml:space="preserve">
  162. <value>uma</value>
  163. </data>
  164. <data name="HotPromotion" xml:space="preserve">
  165. <value>promosaun no oferta Manas </value>
  166. </data>
  167. <data name="HowCanWeHelp" xml:space="preserve">
  168. <value>Oinsa ami bele ajuda?</value>
  169. </data>
  170. <data name="HowCanWeHelpGuide" xml:space="preserve">
  171. <value>oinsa hau bele hare hau nia dadus ujadu?</value>
  172. </data>
  173. <data name="ICT" xml:space="preserve">
  174. <value>ICT</value>
  175. </data>
  176. <data name="IctDescription" xml:space="preserve">
  177. <value>Nu'udar fornesidor internet ne'ebé mak boot liu iha Timor-Leste, Telemor fornese suíte kompleta internet nian husi servisu banda larga emprezariál ba internet komersiál dedikada no servisu valór akresentadu inovativu ba SMS no emprezáriu boot sira.</value>
  178. </data>
  179. <data name="IctHeader" xml:space="preserve">
  180. <value>Nu'udar Lider do Mercado iha Timor-Leste, ne'ebe mak hetan fiar husi business sira.</value>
  181. </data>
  182. <data name="LearnMore" xml:space="preserve">
  183. <value>studa tan</value>
  184. </data>
  185. <data name="Login" xml:space="preserve">
  186. <value>tama</value>
  187. </data>
  188. <data name="Mobile" xml:space="preserve">
  189. <value>mobile</value>
  190. </data>
  191. <data name="More" xml:space="preserve">
  192. <value>aumenta</value>
  193. </data>
  194. <data name="MoreDevice" xml:space="preserve">
  195. <value>sasan seluk</value>
  196. </data>
  197. <data name="MoreNews" xml:space="preserve">
  198. <value>notisia seluk</value>
  199. </data>
  200. <data name="MoreService" xml:space="preserve">
  201. <value>servisu seluk</value>
  202. </data>
  203. <data name="Mosan" xml:space="preserve">
  204. <value>mosan</value>
  205. </data>
  206. <data name="NewsDescription" xml:space="preserve">
  207. <value>notisia foun, storia oras nee no seluktan</value>
  208. </data>
  209. <data name="Next" xml:space="preserve">
  210. <value>tuir mai</value>
  211. </data>
  212. <data name="NoMoreData" xml:space="preserve">
  213. <value>laiha tan dadus</value>
  214. </data>
  215. <data name="OurNews" xml:space="preserve">
  216. <value>ita nia notisia</value>
  217. </data>
  218. <data name="PasswordEmpty" xml:space="preserve">
  219. <value>hatama senha</value>
  220. </data>
  221. <data name="PasswordInvalid" xml:space="preserve">
  222. <value>Senha tenke iha letra 8 ba leten!</value>
  223. </data>
  224. <data name="PasswordMore8" xml:space="preserve">
  225. <value>Senha liu tiha ona letra 8</value>
  226. </data>
  227. <data name="PasswordNotMatched" xml:space="preserve">
  228. <value>konfirma senha lahanesan</value>
  229. </data>
  230. <data name="PhoneNumberEmpty" xml:space="preserve">
  231. <value>hatama numero telefone</value>
  232. </data>
  233. <data name="PhoneNumberInvalid" xml:space="preserve">
  234. <value>numero telefone invalidu</value>
  235. </data>
  236. <data name="Previous" xml:space="preserve">
  237. <value>pasadu</value>
  238. </data>
  239. <data name="ReadMore" xml:space="preserve">
  240. <value>le'e tan</value>
  241. </data>
  242. <data name="Register" xml:space="preserve">
  243. <value>resisto</value>
  244. </data>
  245. <data name="RegisterAccount" xml:space="preserve">
  246. <value>resisto konta</value>
  247. </data>
  248. <data name="RelatedBroadband" xml:space="preserve">
  249. <value>relasiona Broadband</value>
  250. </data>
  251. <data name="RelatedServices" xml:space="preserve">
  252. <value>relasiona Servisu</value>
  253. </data>
  254. <data name="ShowMore" xml:space="preserve">
  255. <value>Hatudu seluk tan</value>
  256. </data>
  257. <data name="Speed" xml:space="preserve">
  258. <value>lalais</value>
  259. </data>
  260. <data name="TechSpecs" xml:space="preserve">
  261. <value>spesifikasaun tekniku</value>
  262. </data>
  263. <data name="TermAndPolicies" xml:space="preserve">
  264. <value>rekeremetu ho termus hodi uja no politika iha Telemor </value>
  265. </data>
  266. <data name="TopNo" xml:space="preserve">
  267. <value>ASISTI BOLA</value>
  268. </data>
  269. <data name="Vas" xml:space="preserve">
  270. <value>VAS</value>
  271. </data>
  272. <data name="ViewAll" xml:space="preserve">
  273. <value>hare hotu</value>
  274. </data>
  275. <data name="WouldYouLike" xml:space="preserve">
  276. <value>sekarik ita hakarak</value>
  277. </data>
  278. </root>