Service.resx 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606
  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="BtnTextContinue" xml:space="preserve">
  110. <value>Save and Continue</value>
  111. </data>
  112. <data name="BtnTextConvert" xml:space="preserve">
  113. <value>Convert the First 10 Pages</value>
  114. </data>
  115. <data name="BtnTextSavewithWatermark" xml:space="preserve">
  116. <value>Save with Watermark</value>
  117. </data>
  118. <data name="BtnTextSubscrib" xml:space="preserve">
  119. <value>Subscribe</value>
  120. </data>
  121. <data name="BtnTextSubscribe" xml:space="preserve">
  122. <value>Upgrade Now</value>
  123. </data>
  124. <data name="code300" xml:space="preserve">
  125. <value>Network error</value>
  126. </data>
  127. <data name="code301" xml:space="preserve">
  128. <value>Graphic verification code error</value>
  129. </data>
  130. <data name="code302" xml:space="preserve">
  131. <value>Email address is not registered</value>
  132. </data>
  133. <data name="code304" xml:space="preserve">
  134. <value>Invalid token or token has expired</value>
  135. </data>
  136. <data name="code305" xml:space="preserve">
  137. <value>You have reached the maximum number of devices, please log out of other devices and log in again</value>
  138. </data>
  139. <data name="code306" xml:space="preserve">
  140. <value>User is not logged in. Please log in and try again.</value>
  141. </data>
  142. <data name="code307" xml:space="preserve">
  143. <value>Failed to obtain authorization code</value>
  144. </data>
  145. <data name="code308" xml:space="preserve">
  146. <value>Failed to obtain token</value>
  147. </data>
  148. <data name="code309" xml:space="preserve">
  149. <value>Email code error!</value>
  150. </data>
  151. <data name="code310" xml:space="preserve">
  152. <value>Register error!</value>
  153. </data>
  154. <data name="code311" xml:space="preserve">
  155. <value>Wrong password. You can check whether the letter is uppercase or lowercase.</value>
  156. </data>
  157. <data name="code312" xml:space="preserve">
  158. <value>Incorrect code</value>
  159. </data>
  160. <data name="code313" xml:space="preserve">
  161. <value>Code send error</value>
  162. </data>
  163. <data name="code314" xml:space="preserve">
  164. <value>Mail send error</value>
  165. </data>
  166. <data name="code315" xml:space="preserve">
  167. <value>Too many codes sent, please try again later</value>
  168. </data>
  169. <data name="code316" xml:space="preserve">
  170. <value>This email is already registered, please login</value>
  171. </data>
  172. <data name="code317" xml:space="preserve">
  173. <value>This account is not registered, click Sign Up to create a new account</value>
  174. </data>
  175. <data name="code318" xml:space="preserve">
  176. <value>Your account is currently being cancelled and cannot be logged in. If you have any questions, please contact customer service</value>
  177. </data>
  178. <data name="code319" xml:space="preserve">
  179. <value>Please enter a valid email address</value>
  180. </data>
  181. <data name="code320" xml:space="preserve">
  182. <value>Password does not match, please enter again</value>
  183. </data>
  184. <data name="code321" xml:space="preserve">
  185. <value>Password must be 6-24 characters</value>
  186. </data>
  187. <data name="code322" xml:space="preserve">
  188. <value>Password must be 6-24 characters</value>
  189. </data>
  190. <data name="code323" xml:space="preserve">
  191. <value>Please add auth config</value>
  192. </data>
  193. <data name="code324" xml:space="preserve">
  194. <value>You are still in the subscription and cannot cancel account. Please click Cancel Account after the subscription period ends</value>
  195. </data>
  196. <data name="code325" xml:space="preserve">
  197. <value>You are still in the subscription and cannot cancel account. Please click Cancel Account after the trial expired</value>
  198. </data>
  199. <data name="code326" xml:space="preserve">
  200. <value>Time transfer error</value>
  201. </data>
  202. <data name="code327" xml:space="preserve">
  203. <value>Spaces are not allowed in password</value>
  204. </data>
  205. <data name="code328" xml:space="preserve">
  206. <value>Payment method error</value>
  207. </data>
  208. <data name="code329" xml:space="preserve">
  209. <value>Current events are not supported</value>
  210. </data>
  211. <data name="code330" xml:space="preserve">
  212. <value>Account is logged in on another device</value>
  213. </data>
  214. <data name="code331" xml:space="preserve">
  215. <value>This email account is no longer available or cancelled</value>
  216. </data>
  217. <data name="code332" xml:space="preserve">
  218. <value>AppStore receipt verification failed</value>
  219. </data>
  220. <data name="code333" xml:space="preserve">
  221. <value>Please re-verify the receipt</value>
  222. </data>
  223. <data name="code334" xml:space="preserve">
  224. <value>Users have already subscribed to PDF Master</value>
  225. </data>
  226. <data name="codehad" xml:space="preserve">
  227. <value>Enter an existing verification code</value>
  228. </data>
  229. <data name="Codemax" xml:space="preserve">
  230. <value>Up to 24 characters</value>
  231. </data>
  232. <data name="Codemin" xml:space="preserve">
  233. <value>At least 6 characters</value>
  234. </data>
  235. <data name="LoginPasswordMsg" xml:space="preserve">
  236. <value>Enter new password again</value>
  237. </data>
  238. <data name="LoginPasswordMsg0" xml:space="preserve">
  239. <value>Enter password</value>
  240. </data>
  241. <data name="LoginPasswordMsg2" xml:space="preserve">
  242. <value>Enter new password</value>
  243. </data>
  244. <data name="Mailerr" xml:space="preserve">
  245. <value>Please enter a valid email</value>
  246. </data>
  247. <data name="Msgtologin" xml:space="preserve">
  248. <value>Enjoy Advanced Features</value>
  249. </data>
  250. <data name="RegisterEmailMsg" xml:space="preserve">
  251. <value>Enter email address</value>
  252. </data>
  253. <data name="RegisterNextStep" xml:space="preserve">
  254. <value>Next Step</value>
  255. </data>
  256. <data name="RegisterPasswordMsg" xml:space="preserve">
  257. <value>Enter your password</value>
  258. </data>
  259. <data name="Registertext1" xml:space="preserve">
  260. <value>Already have an account?</value>
  261. </data>
  262. <data name="TextAIassitant" xml:space="preserve">
  263. <value>AI assitant</value>
  264. </data>
  265. <data name="TextAIrobot" xml:space="preserve">
  266. <value>Unlimited Convert</value>
  267. </data>
  268. <data name="TextAutorenewal" xml:space="preserve">
  269. <value>Auto-renewal</value>
  270. </data>
  271. <data name="TextBatch" xml:space="preserve">
  272. <value>Merge PDFs without Limitation</value>
  273. </data>
  274. <data name="TextBatchProcessing" xml:space="preserve">
  275. <value>Free trial users can only combine 2 files at once.</value>
  276. </data>
  277. <data name="TextCancellation" xml:space="preserve">
  278. <value>Cancellation failed, please apply for cancellation when the subscription ends</value>
  279. </data>
  280. <data name="TextCancellationtop" xml:space="preserve">
  281. <value>Cancellation failed</value>
  282. </data>
  283. <data name="TextChange" xml:space="preserve">
  284. <value>Change Password</value>
  285. </data>
  286. <data name="TextConvert" xml:space="preserve">
  287. <value>Convert</value>
  288. </data>
  289. <data name="TextConvertPDF" xml:space="preserve">
  290. <value>Convert the first 10 pages of a PDF, unlimited times</value>
  291. </data>
  292. <data name="TextConvertPDFto" xml:space="preserve">
  293. <value>Free trial users can only convert the first 10 pages of a document.</value>
  294. </data>
  295. <data name="TextConvertPDFwithout" xml:space="preserve">
  296. <value>Convert PDF without limitation</value>
  297. </data>
  298. <data name="Textediting" xml:space="preserve">
  299. <value>Edit PDF text and images</value>
  300. </data>
  301. <data name="TextEditPDF" xml:space="preserve">
  302. <value>Edit</value>
  303. </data>
  304. <data name="TextEnjoy" xml:space="preserve">
  305. <value>Enjoy advanced features now!</value>
  306. </data>
  307. <data name="TextEnjoyall" xml:space="preserve">
  308. <value>Enjoy all advanced features now</value>
  309. </data>
  310. <data name="TextInsert" xml:space="preserve">
  311. <value>AI translation, AI rewriting, AI correction</value>
  312. </data>
  313. <data name="TextLimit10" xml:space="preserve">
  314. <value>(Limit first 10 pages)</value>
  315. </data>
  316. <data name="TextMore" xml:space="preserve">
  317. <value>Merge</value>
  318. </data>
  319. <data name="Textoff" xml:space="preserve">
  320. <value>50% OFF</value>
  321. </data>
  322. <data name="TextOnTrial" xml:space="preserve">
  323. <value>On Trial</value>
  324. </data>
  325. <data name="TextOrderInformation" xml:space="preserve">
  326. <value>Order Information</value>
  327. </data>
  328. <data name="TextOrganize" xml:space="preserve">
  329. <value>AI Assistant</value>
  330. </data>
  331. <data name="TextOrsubscribe" xml:space="preserve">
  332. <value>Or subscribe to us to unlock more powerful features</value>
  333. </data>
  334. <data name="TextPDF" xml:space="preserve">
  335. <value>PDF Master!</value>
  336. </data>
  337. <data name="TextPleaseLog" xml:space="preserve">
  338. <value>Please Log in again</value>
  339. </data>
  340. <data name="TextRegisteras" xml:space="preserve">
  341. <value>Register as a PDF Master member to enjoy premium features</value>
  342. </data>
  343. <data name="TextSaveNoWatermark" xml:space="preserve">
  344. <value>No Watermark</value>
  345. </data>
  346. <data name="TextSavewithout" xml:space="preserve">
  347. <value>Save without watermark</value>
  348. </data>
  349. <data name="TextStatus" xml:space="preserve">
  350. <value>Status</value>
  351. </data>
  352. <data name="TextSubscribeNow" xml:space="preserve">
  353. <value>Subscribe Now</value>
  354. </data>
  355. <data name="TextSubscribeStateExpired" xml:space="preserve">
  356. <value>Expired</value>
  357. </data>
  358. <data name="TextSubscribeStateOnTrial" xml:space="preserve">
  359. <value>On Subscription</value>
  360. </data>
  361. <data name="TextSubscribeSuccessfully" xml:space="preserve">
  362. <value>Subscribe Successfully!</value>
  363. </data>
  364. <data name="TextSubscribetimeExpired" xml:space="preserve">
  365. <value>Subscription Expired</value>
  366. </data>
  367. <data name="TextSubscribetimetextOnTrial" xml:space="preserve">
  368. <value>Next subscription</value>
  369. </data>
  370. <data name="TextSubscription" xml:space="preserve">
  371. <value>Subscription renewal date</value>
  372. </data>
  373. <data name="TextSubscriptionBenefit" xml:space="preserve">
  374. <value>Subscription Benefit</value>
  375. </data>
  376. <data name="TextSubscriptionExpired" xml:space="preserve">
  377. <value>Subscription Expired</value>
  378. </data>
  379. <data name="TextSuch" xml:space="preserve">
  380. <value>Merge two files at once, unlimited times</value>
  381. </data>
  382. <data name="TextSupportAI" xml:space="preserve">
  383. <value>Support AI translation, AI rewriting, AI correction</value>
  384. </data>
  385. <data name="TextTrialExpired" xml:space="preserve">
  386. <value>Trial Expired</value>
  387. </data>
  388. <data name="TextUnlimited" xml:space="preserve">
  389. <value>Unlimited Merge</value>
  390. </data>
  391. <data name="TextUnlock" xml:space="preserve">
  392. <value>Login Benefits</value>
  393. </data>
  394. <data name="TextUpgrade" xml:space="preserve">
  395. <value>Upgrade</value>
  396. </data>
  397. <data name="TextWelcome" xml:space="preserve">
  398. <value>Welcome to Join</value>
  399. </data>
  400. <data name="TextWhenyou" xml:space="preserve">
  401. <value>Free trial version will add a PDF Master official watermark to the document when saving.</value>
  402. </data>
  403. <data name="TextYouraccount" xml:space="preserve">
  404. <value>Your account has been logged into another device. If it was not done by you, please change your password as soon as possible.</value>
  405. </data>
  406. <data name="Text_Add" xml:space="preserve">
  407. <value>Add password and permission</value>
  408. </data>
  409. <data name="Text_admail" xml:space="preserve">
  410. <value>Email Address</value>
  411. </data>
  412. <data name="Text_Advanced" xml:space="preserve">
  413. <value>Advanced Edit Tools</value>
  414. </data>
  415. <data name="Text_and" xml:space="preserve">
  416. <value>and</value>
  417. </data>
  418. <data name="Text_Annotate" xml:space="preserve">
  419. <value>Annotate PDF</value>
  420. </data>
  421. <data name="Text_back" xml:space="preserve">
  422. <value>Back to previous step</value>
  423. </data>
  424. <data name="Text_Basic" xml:space="preserve">
  425. <value>Basic markup tools</value>
  426. </data>
  427. <data name="Text_cancel" xml:space="preserve">
  428. <value>Cancel</value>
  429. </data>
  430. <data name="Text_Cancellatio" xml:space="preserve">
  431. <value>Cancellation</value>
  432. </data>
  433. <data name="Text_chmail" xml:space="preserve">
  434. <value>Change Email</value>
  435. </data>
  436. <data name="Text_Compress" xml:space="preserve">
  437. <value>Compress PDF</value>
  438. </data>
  439. <data name="Text_ConvertPDF" xml:space="preserve">
  440. <value>Convert PDF</value>
  441. </data>
  442. <data name="Text_ConvertPDFtoMicrosoft" xml:space="preserve">
  443. <value>Convert PDF to Microsoft Word, Excel, PPT, Text, and image</value>
  444. </data>
  445. <data name="Text_CreatePDF" xml:space="preserve">
  446. <value>Create PDF</value>
  447. </data>
  448. <data name="Text_CreatePDFfrom" xml:space="preserve">
  449. <value>Create PDF from Microsoft Word, PowerPoint, Excel, Text, and image</value>
  450. </data>
  451. <data name="Text_CreatePDFfromscanner" xml:space="preserve">
  452. <value>Create PDF from scanner</value>
  453. </data>
  454. <data name="Text_Crop" xml:space="preserve">
  455. <value>Crop pages</value>
  456. </data>
  457. <data name="Text_Edit" xml:space="preserve">
  458. <value>Edit PDF text and images</value>
  459. </data>
  460. <data name="Text_emailac" xml:space="preserve">
  461. <value>Enter email account</value>
  462. </data>
  463. <data name="Text_Extract" xml:space="preserve">
  464. <value>Extract texts from image-based or scanned PDF with OCR</value>
  465. </data>
  466. <data name="Text_Fill" xml:space="preserve">
  467. <value>Fill &amp; sign forms</value>
  468. </data>
  469. <data name="Text_forgetpass" xml:space="preserve">
  470. <value>Forgot your password?</value>
  471. </data>
  472. <data name="Text_Free" xml:space="preserve">
  473. <value>Free Use</value>
  474. </data>
  475. <data name="Text_getstart" xml:space="preserve">
  476. <value>Getting Started</value>
  477. </data>
  478. <data name="Text_Hyperlink" xml:space="preserve">
  479. <value>Hyperlink</value>
  480. </data>
  481. <data name="Text_licens" xml:space="preserve">
  482. <value>Terms of Service</value>
  483. </data>
  484. <data name="Text_Log" xml:space="preserve">
  485. <value>Log in to </value>
  486. </data>
  487. <data name="Text_Login" xml:space="preserve">
  488. <value>Log In</value>
  489. </data>
  490. <data name="Text_logout" xml:space="preserve">
  491. <value>Log Out</value>
  492. </data>
  493. <data name="Text_Merge" xml:space="preserve">
  494. <value>Merge multiple PDFs</value>
  495. </data>
  496. <data name="Text_no" xml:space="preserve">
  497. <value>No</value>
  498. </data>
  499. <data name="Text_noacc" xml:space="preserve">
  500. <value>Dont’t have an account yet?</value>
  501. </data>
  502. <data name="Text_nonet" xml:space="preserve">
  503. <value>No Network Detected</value>
  504. </data>
  505. <data name="Text_novcode" xml:space="preserve">
  506. <value>Didn't receive the verification code?</value>
  507. </data>
  508. <data name="Text_ok" xml:space="preserve">
  509. <value>OK</value>
  510. </data>
  511. <data name="Text_privary" xml:space="preserve">
  512. <value>Privacy Policy</value>
  513. </data>
  514. <data name="Text_recode" xml:space="preserve">
  515. <value>Resend Code</value>
  516. </data>
  517. <data name="Text_Registered" xml:space="preserve">
  518. <value>Registered</value>
  519. </data>
  520. <data name="Text_regisuccess" xml:space="preserve">
  521. <value>Register successfully</value>
  522. </data>
  523. <data name="Text_Remove" xml:space="preserve">
  524. <value>Remove password</value>
  525. </data>
  526. <data name="Text_remsg" xml:space="preserve">
  527. <value>By registering, you agree to the</value>
  528. </data>
  529. <data name="Text_retry" xml:space="preserve">
  530. <value>Retry</value>
  531. </data>
  532. <data name="Text_Rotate" xml:space="preserve">
  533. <value>Rotate, delete, paste, copy, cut pages</value>
  534. </data>
  535. <data name="Text_Save" xml:space="preserve">
  536. <value>Save as flatten PDF</value>
  537. </data>
  538. <data name="Text_Security" xml:space="preserve">
  539. <value>Security</value>
  540. </data>
  541. <data name="Text_Signature" xml:space="preserve">
  542. <value>Signature</value>
  543. </data>
  544. <data name="Text_Signup" xml:space="preserve">
  545. <value>Sign Up</value>
  546. </data>
  547. <data name="Text_Stamp" xml:space="preserve">
  548. <value>Stamp</value>
  549. </data>
  550. <data name="Text_toconnect" xml:space="preserve">
  551. <value>To access your files, please connect to the internet and try again.</value>
  552. </data>
  553. <data name="Text_toocode" xml:space="preserve">
  554. <value>Reset Password</value>
  555. </data>
  556. <data name="Text_TurnPDF" xml:space="preserve">
  557. <value>Turn PDF to RTF, HTML, CSV</value>
  558. </data>
  559. <data name="Text_Unregistered" xml:space="preserve">
  560. <value>Unregistered</value>
  561. </data>
  562. <data name="Text_useracc" xml:space="preserve">
  563. <value>Account Information</value>
  564. </data>
  565. <data name="Text_userout" xml:space="preserve">
  566. <value>Cancel account</value>
  567. </data>
  568. <data name="Text_useroutinglogin" xml:space="preserve">
  569. <value>Unable to Log In</value>
  570. </data>
  571. <data name="Text_useroutingloginmsg1" xml:space="preserve">
  572. <value>Your account is currently being canceled and cannot be logged in. If you have any questions, please contact at</value>
  573. </data>
  574. <data name="Text_useroutingloginmsg2" xml:space="preserve">
  575. <value>support@pdfreaderpro.com</value>
  576. </data>
  577. <data name="Text_useroutmsg" xml:space="preserve">
  578. <value>Cancellation cannot be withdrawn, it will be completed within 3 working days, until then your account will be frozen and cannot be logged in, are you sure you want to delete your account?</value>
  579. </data>
  580. <data name="Text_useroutok" xml:space="preserve">
  581. <value>Cancellation Submitted</value>
  582. </data>
  583. <data name="Text_useroutoktext" xml:space="preserve">
  584. <value>Your account will be canceled within 3 working days and there is no need to submit the application for cancellation again</value>
  585. </data>
  586. <data name="Text_userouttol" xml:space="preserve">
  587. <value>Are you sure you want to cancel your account?</value>
  588. </data>
  589. <data name="Text_vcode" xml:space="preserve">
  590. <value>Enter the verification code</value>
  591. </data>
  592. <data name="Text_yes" xml:space="preserve">
  593. <value>Yes</value>
  594. </data>
  595. </root>