Service.Designer.cs 51 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // 此代码由工具生成。
  4. // 运行时版本:4.0.30319.42000
  5. //
  6. // 对此文件的更改可能会导致不正确的行为,并且如果
  7. // 重新生成代码,这些更改将会丢失。
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace PDF_Master.Strings.Service {
  11. using System;
  12. /// <summary>
  13. /// 一个强类型的资源类,用于查找本地化的字符串等。
  14. /// </summary>
  15. // 此类是由 StronglyTypedResourceBuilder
  16. // 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。
  17. // 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen
  18. // (以 /str 作为命令选项),或重新生成 VS 项目。
  19. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
  20. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  21. [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  22. public class Service {
  23. private static global::System.Resources.ResourceManager resourceMan;
  24. private static global::System.Globalization.CultureInfo resourceCulture;
  25. [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
  26. internal Service() {
  27. }
  28. /// <summary>
  29. /// 返回此类使用的缓存的 ResourceManager 实例。
  30. /// </summary>
  31. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  32. public static global::System.Resources.ResourceManager ResourceManager {
  33. get {
  34. if (object.ReferenceEquals(resourceMan, null)) {
  35. global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("PDF_Master.Strings.Service.Service", typeof(Service).Assembly);
  36. resourceMan = temp;
  37. }
  38. return resourceMan;
  39. }
  40. }
  41. /// <summary>
  42. /// 重写当前线程的 CurrentUICulture 属性,对
  43. /// 使用此强类型资源类的所有资源查找执行重写。
  44. /// </summary>
  45. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  46. public static global::System.Globalization.CultureInfo Culture {
  47. get {
  48. return resourceCulture;
  49. }
  50. set {
  51. resourceCulture = value;
  52. }
  53. }
  54. /// <summary>
  55. /// 查找类似 Save and Continue 的本地化字符串。
  56. /// </summary>
  57. public static string BtnTextContinue {
  58. get {
  59. return ResourceManager.GetString("BtnTextContinue", resourceCulture);
  60. }
  61. }
  62. /// <summary>
  63. /// 查找类似 Convert the First 10 Pages 的本地化字符串。
  64. /// </summary>
  65. public static string BtnTextConvert {
  66. get {
  67. return ResourceManager.GetString("BtnTextConvert", resourceCulture);
  68. }
  69. }
  70. /// <summary>
  71. /// 查找类似 Save with Watermark 的本地化字符串。
  72. /// </summary>
  73. public static string BtnTextSavewithWatermark {
  74. get {
  75. return ResourceManager.GetString("BtnTextSavewithWatermark", resourceCulture);
  76. }
  77. }
  78. /// <summary>
  79. /// 查找类似 Subscribe 的本地化字符串。
  80. /// </summary>
  81. public static string BtnTextSubscrib {
  82. get {
  83. return ResourceManager.GetString("BtnTextSubscrib", resourceCulture);
  84. }
  85. }
  86. /// <summary>
  87. /// 查找类似 Upgrade Now 的本地化字符串。
  88. /// </summary>
  89. public static string BtnTextSubscribe {
  90. get {
  91. return ResourceManager.GetString("BtnTextSubscribe", resourceCulture);
  92. }
  93. }
  94. /// <summary>
  95. /// 查找类似 Network error 的本地化字符串。
  96. /// </summary>
  97. public static string code300 {
  98. get {
  99. return ResourceManager.GetString("code300", resourceCulture);
  100. }
  101. }
  102. /// <summary>
  103. /// 查找类似 Graphic verification code error 的本地化字符串。
  104. /// </summary>
  105. public static string code301 {
  106. get {
  107. return ResourceManager.GetString("code301", resourceCulture);
  108. }
  109. }
  110. /// <summary>
  111. /// 查找类似 Email address is not registered 的本地化字符串。
  112. /// </summary>
  113. public static string code302 {
  114. get {
  115. return ResourceManager.GetString("code302", resourceCulture);
  116. }
  117. }
  118. /// <summary>
  119. /// 查找类似 Invalid token or token has expired 的本地化字符串。
  120. /// </summary>
  121. public static string code304 {
  122. get {
  123. return ResourceManager.GetString("code304", resourceCulture);
  124. }
  125. }
  126. /// <summary>
  127. /// 查找类似 You have reached the maximum number of devices, please log out of other devices and log in again 的本地化字符串。
  128. /// </summary>
  129. public static string code305 {
  130. get {
  131. return ResourceManager.GetString("code305", resourceCulture);
  132. }
  133. }
  134. /// <summary>
  135. /// 查找类似 User is not logged in. Please log in and try again. 的本地化字符串。
  136. /// </summary>
  137. public static string code306 {
  138. get {
  139. return ResourceManager.GetString("code306", resourceCulture);
  140. }
  141. }
  142. /// <summary>
  143. /// 查找类似 Failed to obtain authorization code 的本地化字符串。
  144. /// </summary>
  145. public static string code307 {
  146. get {
  147. return ResourceManager.GetString("code307", resourceCulture);
  148. }
  149. }
  150. /// <summary>
  151. /// 查找类似 Failed to obtain token 的本地化字符串。
  152. /// </summary>
  153. public static string code308 {
  154. get {
  155. return ResourceManager.GetString("code308", resourceCulture);
  156. }
  157. }
  158. /// <summary>
  159. /// 查找类似 Email code error! 的本地化字符串。
  160. /// </summary>
  161. public static string code309 {
  162. get {
  163. return ResourceManager.GetString("code309", resourceCulture);
  164. }
  165. }
  166. /// <summary>
  167. /// 查找类似 Register error! 的本地化字符串。
  168. /// </summary>
  169. public static string code310 {
  170. get {
  171. return ResourceManager.GetString("code310", resourceCulture);
  172. }
  173. }
  174. /// <summary>
  175. /// 查找类似 Wrong password. You can check whether the letter is uppercase or lowercase. 的本地化字符串。
  176. /// </summary>
  177. public static string code311 {
  178. get {
  179. return ResourceManager.GetString("code311", resourceCulture);
  180. }
  181. }
  182. /// <summary>
  183. /// 查找类似 Incorrect code 的本地化字符串。
  184. /// </summary>
  185. public static string code312 {
  186. get {
  187. return ResourceManager.GetString("code312", resourceCulture);
  188. }
  189. }
  190. /// <summary>
  191. /// 查找类似 Code send error 的本地化字符串。
  192. /// </summary>
  193. public static string code313 {
  194. get {
  195. return ResourceManager.GetString("code313", resourceCulture);
  196. }
  197. }
  198. /// <summary>
  199. /// 查找类似 Mail send error 的本地化字符串。
  200. /// </summary>
  201. public static string code314 {
  202. get {
  203. return ResourceManager.GetString("code314", resourceCulture);
  204. }
  205. }
  206. /// <summary>
  207. /// 查找类似 Too many codes sent, please try again later 的本地化字符串。
  208. /// </summary>
  209. public static string code315 {
  210. get {
  211. return ResourceManager.GetString("code315", resourceCulture);
  212. }
  213. }
  214. /// <summary>
  215. /// 查找类似 This email is already registered, please login 的本地化字符串。
  216. /// </summary>
  217. public static string code316 {
  218. get {
  219. return ResourceManager.GetString("code316", resourceCulture);
  220. }
  221. }
  222. /// <summary>
  223. /// 查找类似 This account is not registered, click Sign Up to create a new account 的本地化字符串。
  224. /// </summary>
  225. public static string code317 {
  226. get {
  227. return ResourceManager.GetString("code317", resourceCulture);
  228. }
  229. }
  230. /// <summary>
  231. /// 查找类似 Your account is currently being cancelled and cannot be logged in. If you have any questions, please contact customer service 的本地化字符串。
  232. /// </summary>
  233. public static string code318 {
  234. get {
  235. return ResourceManager.GetString("code318", resourceCulture);
  236. }
  237. }
  238. /// <summary>
  239. /// 查找类似 Please enter a valid email address 的本地化字符串。
  240. /// </summary>
  241. public static string code319 {
  242. get {
  243. return ResourceManager.GetString("code319", resourceCulture);
  244. }
  245. }
  246. /// <summary>
  247. /// 查找类似 Password does not match, please enter again 的本地化字符串。
  248. /// </summary>
  249. public static string code320 {
  250. get {
  251. return ResourceManager.GetString("code320", resourceCulture);
  252. }
  253. }
  254. /// <summary>
  255. /// 查找类似 Password must be 6-24 characters 的本地化字符串。
  256. /// </summary>
  257. public static string code321 {
  258. get {
  259. return ResourceManager.GetString("code321", resourceCulture);
  260. }
  261. }
  262. /// <summary>
  263. /// 查找类似 Password must be 6-24 characters 的本地化字符串。
  264. /// </summary>
  265. public static string code322 {
  266. get {
  267. return ResourceManager.GetString("code322", resourceCulture);
  268. }
  269. }
  270. /// <summary>
  271. /// 查找类似 Please add auth config 的本地化字符串。
  272. /// </summary>
  273. public static string code323 {
  274. get {
  275. return ResourceManager.GetString("code323", resourceCulture);
  276. }
  277. }
  278. /// <summary>
  279. /// 查找类似 You are still in the subscription and cannot cancel account. Please click Cancel Account after the subscription period ends 的本地化字符串。
  280. /// </summary>
  281. public static string code324 {
  282. get {
  283. return ResourceManager.GetString("code324", resourceCulture);
  284. }
  285. }
  286. /// <summary>
  287. /// 查找类似 You are still in the subscription and cannot cancel account. Please click Cancel Account after the trial expired 的本地化字符串。
  288. /// </summary>
  289. public static string code325 {
  290. get {
  291. return ResourceManager.GetString("code325", resourceCulture);
  292. }
  293. }
  294. /// <summary>
  295. /// 查找类似 Time transfer error 的本地化字符串。
  296. /// </summary>
  297. public static string code326 {
  298. get {
  299. return ResourceManager.GetString("code326", resourceCulture);
  300. }
  301. }
  302. /// <summary>
  303. /// 查找类似 Spaces are not allowed in password 的本地化字符串。
  304. /// </summary>
  305. public static string code327 {
  306. get {
  307. return ResourceManager.GetString("code327", resourceCulture);
  308. }
  309. }
  310. /// <summary>
  311. /// 查找类似 Payment method error 的本地化字符串。
  312. /// </summary>
  313. public static string code328 {
  314. get {
  315. return ResourceManager.GetString("code328", resourceCulture);
  316. }
  317. }
  318. /// <summary>
  319. /// 查找类似 Current events are not supported 的本地化字符串。
  320. /// </summary>
  321. public static string code329 {
  322. get {
  323. return ResourceManager.GetString("code329", resourceCulture);
  324. }
  325. }
  326. /// <summary>
  327. /// 查找类似 Account is logged in on another device 的本地化字符串。
  328. /// </summary>
  329. public static string code330 {
  330. get {
  331. return ResourceManager.GetString("code330", resourceCulture);
  332. }
  333. }
  334. /// <summary>
  335. /// 查找类似 This email account is no longer available or cancelled 的本地化字符串。
  336. /// </summary>
  337. public static string code331 {
  338. get {
  339. return ResourceManager.GetString("code331", resourceCulture);
  340. }
  341. }
  342. /// <summary>
  343. /// 查找类似 AppStore receipt verification failed 的本地化字符串。
  344. /// </summary>
  345. public static string code332 {
  346. get {
  347. return ResourceManager.GetString("code332", resourceCulture);
  348. }
  349. }
  350. /// <summary>
  351. /// 查找类似 Please re-verify the receipt 的本地化字符串。
  352. /// </summary>
  353. public static string code333 {
  354. get {
  355. return ResourceManager.GetString("code333", resourceCulture);
  356. }
  357. }
  358. /// <summary>
  359. /// 查找类似 Users have already subscribed to PDF Master 的本地化字符串。
  360. /// </summary>
  361. public static string code334 {
  362. get {
  363. return ResourceManager.GetString("code334", resourceCulture);
  364. }
  365. }
  366. /// <summary>
  367. /// 查找类似 Enter an existing verification code 的本地化字符串。
  368. /// </summary>
  369. public static string codehad {
  370. get {
  371. return ResourceManager.GetString("codehad", resourceCulture);
  372. }
  373. }
  374. /// <summary>
  375. /// 查找类似 Up to 24 characters 的本地化字符串。
  376. /// </summary>
  377. public static string Codemax {
  378. get {
  379. return ResourceManager.GetString("Codemax", resourceCulture);
  380. }
  381. }
  382. /// <summary>
  383. /// 查找类似 At least 6 characters 的本地化字符串。
  384. /// </summary>
  385. public static string Codemin {
  386. get {
  387. return ResourceManager.GetString("Codemin", resourceCulture);
  388. }
  389. }
  390. /// <summary>
  391. /// 查找类似 Enter new password again 的本地化字符串。
  392. /// </summary>
  393. public static string LoginPasswordMsg {
  394. get {
  395. return ResourceManager.GetString("LoginPasswordMsg", resourceCulture);
  396. }
  397. }
  398. /// <summary>
  399. /// 查找类似 Enter password 的本地化字符串。
  400. /// </summary>
  401. public static string LoginPasswordMsg0 {
  402. get {
  403. return ResourceManager.GetString("LoginPasswordMsg0", resourceCulture);
  404. }
  405. }
  406. /// <summary>
  407. /// 查找类似 Enter new password 的本地化字符串。
  408. /// </summary>
  409. public static string LoginPasswordMsg2 {
  410. get {
  411. return ResourceManager.GetString("LoginPasswordMsg2", resourceCulture);
  412. }
  413. }
  414. /// <summary>
  415. /// 查找类似 Please enter a valid email 的本地化字符串。
  416. /// </summary>
  417. public static string Mailerr {
  418. get {
  419. return ResourceManager.GetString("Mailerr", resourceCulture);
  420. }
  421. }
  422. /// <summary>
  423. /// 查找类似 Enjoy Advanced Features 的本地化字符串。
  424. /// </summary>
  425. public static string Msgtologin {
  426. get {
  427. return ResourceManager.GetString("Msgtologin", resourceCulture);
  428. }
  429. }
  430. /// <summary>
  431. /// 查找类似 Enter email address 的本地化字符串。
  432. /// </summary>
  433. public static string RegisterEmailMsg {
  434. get {
  435. return ResourceManager.GetString("RegisterEmailMsg", resourceCulture);
  436. }
  437. }
  438. /// <summary>
  439. /// 查找类似 Next Step 的本地化字符串。
  440. /// </summary>
  441. public static string RegisterNextStep {
  442. get {
  443. return ResourceManager.GetString("RegisterNextStep", resourceCulture);
  444. }
  445. }
  446. /// <summary>
  447. /// 查找类似 Enter your password 的本地化字符串。
  448. /// </summary>
  449. public static string RegisterPasswordMsg {
  450. get {
  451. return ResourceManager.GetString("RegisterPasswordMsg", resourceCulture);
  452. }
  453. }
  454. /// <summary>
  455. /// 查找类似 Already have an account? 的本地化字符串。
  456. /// </summary>
  457. public static string Registertext1 {
  458. get {
  459. return ResourceManager.GetString("Registertext1", resourceCulture);
  460. }
  461. }
  462. /// <summary>
  463. /// 查找类似 Add password and permission 的本地化字符串。
  464. /// </summary>
  465. public static string Text_Add {
  466. get {
  467. return ResourceManager.GetString("Text_Add", resourceCulture);
  468. }
  469. }
  470. /// <summary>
  471. /// 查找类似 Email Address 的本地化字符串。
  472. /// </summary>
  473. public static string Text_admail {
  474. get {
  475. return ResourceManager.GetString("Text_admail", resourceCulture);
  476. }
  477. }
  478. /// <summary>
  479. /// 查找类似 Advanced Edit Tools 的本地化字符串。
  480. /// </summary>
  481. public static string Text_Advanced {
  482. get {
  483. return ResourceManager.GetString("Text_Advanced", resourceCulture);
  484. }
  485. }
  486. /// <summary>
  487. /// 查找类似 and 的本地化字符串。
  488. /// </summary>
  489. public static string Text_and {
  490. get {
  491. return ResourceManager.GetString("Text_and", resourceCulture);
  492. }
  493. }
  494. /// <summary>
  495. /// 查找类似 Annotate PDF 的本地化字符串。
  496. /// </summary>
  497. public static string Text_Annotate {
  498. get {
  499. return ResourceManager.GetString("Text_Annotate", resourceCulture);
  500. }
  501. }
  502. /// <summary>
  503. /// 查找类似 Back to previous step 的本地化字符串。
  504. /// </summary>
  505. public static string Text_back {
  506. get {
  507. return ResourceManager.GetString("Text_back", resourceCulture);
  508. }
  509. }
  510. /// <summary>
  511. /// 查找类似 Basic markup tools 的本地化字符串。
  512. /// </summary>
  513. public static string Text_Basic {
  514. get {
  515. return ResourceManager.GetString("Text_Basic", resourceCulture);
  516. }
  517. }
  518. /// <summary>
  519. /// 查找类似 Cancel 的本地化字符串。
  520. /// </summary>
  521. public static string Text_cancel {
  522. get {
  523. return ResourceManager.GetString("Text_cancel", resourceCulture);
  524. }
  525. }
  526. /// <summary>
  527. /// 查找类似 Cancellation 的本地化字符串。
  528. /// </summary>
  529. public static string Text_Cancellatio {
  530. get {
  531. return ResourceManager.GetString("Text_Cancellatio", resourceCulture);
  532. }
  533. }
  534. /// <summary>
  535. /// 查找类似 Change Email 的本地化字符串。
  536. /// </summary>
  537. public static string Text_chmail {
  538. get {
  539. return ResourceManager.GetString("Text_chmail", resourceCulture);
  540. }
  541. }
  542. /// <summary>
  543. /// 查找类似 Compress PDF 的本地化字符串。
  544. /// </summary>
  545. public static string Text_Compress {
  546. get {
  547. return ResourceManager.GetString("Text_Compress", resourceCulture);
  548. }
  549. }
  550. /// <summary>
  551. /// 查找类似 Convert PDF 的本地化字符串。
  552. /// </summary>
  553. public static string Text_ConvertPDF {
  554. get {
  555. return ResourceManager.GetString("Text_ConvertPDF", resourceCulture);
  556. }
  557. }
  558. /// <summary>
  559. /// 查找类似 Convert PDF to Microsoft Word, Excel, PPT, Text, and image 的本地化字符串。
  560. /// </summary>
  561. public static string Text_ConvertPDFtoMicrosoft {
  562. get {
  563. return ResourceManager.GetString("Text_ConvertPDFtoMicrosoft", resourceCulture);
  564. }
  565. }
  566. /// <summary>
  567. /// 查找类似 Create PDF 的本地化字符串。
  568. /// </summary>
  569. public static string Text_CreatePDF {
  570. get {
  571. return ResourceManager.GetString("Text_CreatePDF", resourceCulture);
  572. }
  573. }
  574. /// <summary>
  575. /// 查找类似 Create PDF from Microsoft Word, PowerPoint, Excel, Text, and image 的本地化字符串。
  576. /// </summary>
  577. public static string Text_CreatePDFfrom {
  578. get {
  579. return ResourceManager.GetString("Text_CreatePDFfrom", resourceCulture);
  580. }
  581. }
  582. /// <summary>
  583. /// 查找类似 Create PDF from scanner 的本地化字符串。
  584. /// </summary>
  585. public static string Text_CreatePDFfromscanner {
  586. get {
  587. return ResourceManager.GetString("Text_CreatePDFfromscanner", resourceCulture);
  588. }
  589. }
  590. /// <summary>
  591. /// 查找类似 Crop pages 的本地化字符串。
  592. /// </summary>
  593. public static string Text_Crop {
  594. get {
  595. return ResourceManager.GetString("Text_Crop", resourceCulture);
  596. }
  597. }
  598. /// <summary>
  599. /// 查找类似 Edit PDF text and images 的本地化字符串。
  600. /// </summary>
  601. public static string Text_Edit {
  602. get {
  603. return ResourceManager.GetString("Text_Edit", resourceCulture);
  604. }
  605. }
  606. /// <summary>
  607. /// 查找类似 Enter email account 的本地化字符串。
  608. /// </summary>
  609. public static string Text_emailac {
  610. get {
  611. return ResourceManager.GetString("Text_emailac", resourceCulture);
  612. }
  613. }
  614. /// <summary>
  615. /// 查找类似 Extract texts from image-based or scanned PDF with OCR 的本地化字符串。
  616. /// </summary>
  617. public static string Text_Extract {
  618. get {
  619. return ResourceManager.GetString("Text_Extract", resourceCulture);
  620. }
  621. }
  622. /// <summary>
  623. /// 查找类似 Fill &amp; sign forms 的本地化字符串。
  624. /// </summary>
  625. public static string Text_Fill {
  626. get {
  627. return ResourceManager.GetString("Text_Fill", resourceCulture);
  628. }
  629. }
  630. /// <summary>
  631. /// 查找类似 Forgot your password? 的本地化字符串。
  632. /// </summary>
  633. public static string Text_forgetpass {
  634. get {
  635. return ResourceManager.GetString("Text_forgetpass", resourceCulture);
  636. }
  637. }
  638. /// <summary>
  639. /// 查找类似 Free Use 的本地化字符串。
  640. /// </summary>
  641. public static string Text_Free {
  642. get {
  643. return ResourceManager.GetString("Text_Free", resourceCulture);
  644. }
  645. }
  646. /// <summary>
  647. /// 查找类似 Getting Started 的本地化字符串。
  648. /// </summary>
  649. public static string Text_getstart {
  650. get {
  651. return ResourceManager.GetString("Text_getstart", resourceCulture);
  652. }
  653. }
  654. /// <summary>
  655. /// 查找类似 Hyperlink 的本地化字符串。
  656. /// </summary>
  657. public static string Text_Hyperlink {
  658. get {
  659. return ResourceManager.GetString("Text_Hyperlink", resourceCulture);
  660. }
  661. }
  662. /// <summary>
  663. /// 查找类似 Terms of Service 的本地化字符串。
  664. /// </summary>
  665. public static string Text_licens {
  666. get {
  667. return ResourceManager.GetString("Text_licens", resourceCulture);
  668. }
  669. }
  670. /// <summary>
  671. /// 查找类似 Log in to 的本地化字符串。
  672. /// </summary>
  673. public static string Text_Log {
  674. get {
  675. return ResourceManager.GetString("Text_Log", resourceCulture);
  676. }
  677. }
  678. /// <summary>
  679. /// 查找类似 Log In 的本地化字符串。
  680. /// </summary>
  681. public static string Text_Login {
  682. get {
  683. return ResourceManager.GetString("Text_Login", resourceCulture);
  684. }
  685. }
  686. /// <summary>
  687. /// 查找类似 Log Out 的本地化字符串。
  688. /// </summary>
  689. public static string Text_logout {
  690. get {
  691. return ResourceManager.GetString("Text_logout", resourceCulture);
  692. }
  693. }
  694. /// <summary>
  695. /// 查找类似 Merge multiple PDFs 的本地化字符串。
  696. /// </summary>
  697. public static string Text_Merge {
  698. get {
  699. return ResourceManager.GetString("Text_Merge", resourceCulture);
  700. }
  701. }
  702. /// <summary>
  703. /// 查找类似 No 的本地化字符串。
  704. /// </summary>
  705. public static string Text_no {
  706. get {
  707. return ResourceManager.GetString("Text_no", resourceCulture);
  708. }
  709. }
  710. /// <summary>
  711. /// 查找类似 Dont’t have an account yet? 的本地化字符串。
  712. /// </summary>
  713. public static string Text_noacc {
  714. get {
  715. return ResourceManager.GetString("Text_noacc", resourceCulture);
  716. }
  717. }
  718. /// <summary>
  719. /// 查找类似 No Network Detected 的本地化字符串。
  720. /// </summary>
  721. public static string Text_nonet {
  722. get {
  723. return ResourceManager.GetString("Text_nonet", resourceCulture);
  724. }
  725. }
  726. /// <summary>
  727. /// 查找类似 Didn&apos;t receive the verification code? 的本地化字符串。
  728. /// </summary>
  729. public static string Text_novcode {
  730. get {
  731. return ResourceManager.GetString("Text_novcode", resourceCulture);
  732. }
  733. }
  734. /// <summary>
  735. /// 查找类似 OK 的本地化字符串。
  736. /// </summary>
  737. public static string Text_ok {
  738. get {
  739. return ResourceManager.GetString("Text_ok", resourceCulture);
  740. }
  741. }
  742. /// <summary>
  743. /// 查找类似 Privacy Policy 的本地化字符串。
  744. /// </summary>
  745. public static string Text_privary {
  746. get {
  747. return ResourceManager.GetString("Text_privary", resourceCulture);
  748. }
  749. }
  750. /// <summary>
  751. /// 查找类似 Resend Code 的本地化字符串。
  752. /// </summary>
  753. public static string Text_recode {
  754. get {
  755. return ResourceManager.GetString("Text_recode", resourceCulture);
  756. }
  757. }
  758. /// <summary>
  759. /// 查找类似 Registered 的本地化字符串。
  760. /// </summary>
  761. public static string Text_Registered {
  762. get {
  763. return ResourceManager.GetString("Text_Registered", resourceCulture);
  764. }
  765. }
  766. /// <summary>
  767. /// 查找类似 Register successfully 的本地化字符串。
  768. /// </summary>
  769. public static string Text_regisuccess {
  770. get {
  771. return ResourceManager.GetString("Text_regisuccess", resourceCulture);
  772. }
  773. }
  774. /// <summary>
  775. /// 查找类似 Remove password 的本地化字符串。
  776. /// </summary>
  777. public static string Text_Remove {
  778. get {
  779. return ResourceManager.GetString("Text_Remove", resourceCulture);
  780. }
  781. }
  782. /// <summary>
  783. /// 查找类似 By registering, you agree to the 的本地化字符串。
  784. /// </summary>
  785. public static string Text_remsg {
  786. get {
  787. return ResourceManager.GetString("Text_remsg", resourceCulture);
  788. }
  789. }
  790. /// <summary>
  791. /// 查找类似 Retry 的本地化字符串。
  792. /// </summary>
  793. public static string Text_retry {
  794. get {
  795. return ResourceManager.GetString("Text_retry", resourceCulture);
  796. }
  797. }
  798. /// <summary>
  799. /// 查找类似 Rotate, delete, paste, copy, cut pages 的本地化字符串。
  800. /// </summary>
  801. public static string Text_Rotate {
  802. get {
  803. return ResourceManager.GetString("Text_Rotate", resourceCulture);
  804. }
  805. }
  806. /// <summary>
  807. /// 查找类似 Save as flatten PDF 的本地化字符串。
  808. /// </summary>
  809. public static string Text_Save {
  810. get {
  811. return ResourceManager.GetString("Text_Save", resourceCulture);
  812. }
  813. }
  814. /// <summary>
  815. /// 查找类似 Security 的本地化字符串。
  816. /// </summary>
  817. public static string Text_Security {
  818. get {
  819. return ResourceManager.GetString("Text_Security", resourceCulture);
  820. }
  821. }
  822. /// <summary>
  823. /// 查找类似 Signature 的本地化字符串。
  824. /// </summary>
  825. public static string Text_Signature {
  826. get {
  827. return ResourceManager.GetString("Text_Signature", resourceCulture);
  828. }
  829. }
  830. /// <summary>
  831. /// 查找类似 Sign Up 的本地化字符串。
  832. /// </summary>
  833. public static string Text_Signup {
  834. get {
  835. return ResourceManager.GetString("Text_Signup", resourceCulture);
  836. }
  837. }
  838. /// <summary>
  839. /// 查找类似 Stamp 的本地化字符串。
  840. /// </summary>
  841. public static string Text_Stamp {
  842. get {
  843. return ResourceManager.GetString("Text_Stamp", resourceCulture);
  844. }
  845. }
  846. /// <summary>
  847. /// 查找类似 To access your files, please connect to the internet and try again. 的本地化字符串。
  848. /// </summary>
  849. public static string Text_toconnect {
  850. get {
  851. return ResourceManager.GetString("Text_toconnect", resourceCulture);
  852. }
  853. }
  854. /// <summary>
  855. /// 查找类似 Reset Password 的本地化字符串。
  856. /// </summary>
  857. public static string Text_toocode {
  858. get {
  859. return ResourceManager.GetString("Text_toocode", resourceCulture);
  860. }
  861. }
  862. /// <summary>
  863. /// 查找类似 Turn PDF to RTF, HTML, CSV 的本地化字符串。
  864. /// </summary>
  865. public static string Text_TurnPDF {
  866. get {
  867. return ResourceManager.GetString("Text_TurnPDF", resourceCulture);
  868. }
  869. }
  870. /// <summary>
  871. /// 查找类似 Unregistered 的本地化字符串。
  872. /// </summary>
  873. public static string Text_Unregistered {
  874. get {
  875. return ResourceManager.GetString("Text_Unregistered", resourceCulture);
  876. }
  877. }
  878. /// <summary>
  879. /// 查找类似 Account Information 的本地化字符串。
  880. /// </summary>
  881. public static string Text_useracc {
  882. get {
  883. return ResourceManager.GetString("Text_useracc", resourceCulture);
  884. }
  885. }
  886. /// <summary>
  887. /// 查找类似 Cancel account 的本地化字符串。
  888. /// </summary>
  889. public static string Text_userout {
  890. get {
  891. return ResourceManager.GetString("Text_userout", resourceCulture);
  892. }
  893. }
  894. /// <summary>
  895. /// 查找类似 Unable to Log In 的本地化字符串。
  896. /// </summary>
  897. public static string Text_useroutinglogin {
  898. get {
  899. return ResourceManager.GetString("Text_useroutinglogin", resourceCulture);
  900. }
  901. }
  902. /// <summary>
  903. /// 查找类似 Your account is currently being canceled and cannot be logged in. If you have any questions, please contact at 的本地化字符串。
  904. /// </summary>
  905. public static string Text_useroutingloginmsg1 {
  906. get {
  907. return ResourceManager.GetString("Text_useroutingloginmsg1", resourceCulture);
  908. }
  909. }
  910. /// <summary>
  911. /// 查找类似 support@pdfreaderpro.com 的本地化字符串。
  912. /// </summary>
  913. public static string Text_useroutingloginmsg2 {
  914. get {
  915. return ResourceManager.GetString("Text_useroutingloginmsg2", resourceCulture);
  916. }
  917. }
  918. /// <summary>
  919. /// 查找类似 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? 的本地化字符串。
  920. /// </summary>
  921. public static string Text_useroutmsg {
  922. get {
  923. return ResourceManager.GetString("Text_useroutmsg", resourceCulture);
  924. }
  925. }
  926. /// <summary>
  927. /// 查找类似 Cancellation Submitted 的本地化字符串。
  928. /// </summary>
  929. public static string Text_useroutok {
  930. get {
  931. return ResourceManager.GetString("Text_useroutok", resourceCulture);
  932. }
  933. }
  934. /// <summary>
  935. /// 查找类似 Your account will be canceled within 3 working days and there is no need to submit the application for cancellation again 的本地化字符串。
  936. /// </summary>
  937. public static string Text_useroutoktext {
  938. get {
  939. return ResourceManager.GetString("Text_useroutoktext", resourceCulture);
  940. }
  941. }
  942. /// <summary>
  943. /// 查找类似 Are you sure you want to cancel your account? 的本地化字符串。
  944. /// </summary>
  945. public static string Text_userouttol {
  946. get {
  947. return ResourceManager.GetString("Text_userouttol", resourceCulture);
  948. }
  949. }
  950. /// <summary>
  951. /// 查找类似 Enter the verification code 的本地化字符串。
  952. /// </summary>
  953. public static string Text_vcode {
  954. get {
  955. return ResourceManager.GetString("Text_vcode", resourceCulture);
  956. }
  957. }
  958. /// <summary>
  959. /// 查找类似 Yes 的本地化字符串。
  960. /// </summary>
  961. public static string Text_yes {
  962. get {
  963. return ResourceManager.GetString("Text_yes", resourceCulture);
  964. }
  965. }
  966. /// <summary>
  967. /// 查找类似 AI assitant 的本地化字符串。
  968. /// </summary>
  969. public static string TextAIassitant {
  970. get {
  971. return ResourceManager.GetString("TextAIassitant", resourceCulture);
  972. }
  973. }
  974. /// <summary>
  975. /// 查找类似 Unlimited Convert 的本地化字符串。
  976. /// </summary>
  977. public static string TextAIrobot {
  978. get {
  979. return ResourceManager.GetString("TextAIrobot", resourceCulture);
  980. }
  981. }
  982. /// <summary>
  983. /// 查找类似 Auto-renewal 的本地化字符串。
  984. /// </summary>
  985. public static string TextAutorenewal {
  986. get {
  987. return ResourceManager.GetString("TextAutorenewal", resourceCulture);
  988. }
  989. }
  990. /// <summary>
  991. /// 查找类似 Merge PDFs without Limitation 的本地化字符串。
  992. /// </summary>
  993. public static string TextBatch {
  994. get {
  995. return ResourceManager.GetString("TextBatch", resourceCulture);
  996. }
  997. }
  998. /// <summary>
  999. /// 查找类似 Free trial users can only combine 2 files at once. 的本地化字符串。
  1000. /// </summary>
  1001. public static string TextBatchProcessing {
  1002. get {
  1003. return ResourceManager.GetString("TextBatchProcessing", resourceCulture);
  1004. }
  1005. }
  1006. /// <summary>
  1007. /// 查找类似 Cancellation failed, please apply for cancellation when the subscription ends 的本地化字符串。
  1008. /// </summary>
  1009. public static string TextCancellation {
  1010. get {
  1011. return ResourceManager.GetString("TextCancellation", resourceCulture);
  1012. }
  1013. }
  1014. /// <summary>
  1015. /// 查找类似 Cancellation failed 的本地化字符串。
  1016. /// </summary>
  1017. public static string TextCancellationtop {
  1018. get {
  1019. return ResourceManager.GetString("TextCancellationtop", resourceCulture);
  1020. }
  1021. }
  1022. /// <summary>
  1023. /// 查找类似 Change Password 的本地化字符串。
  1024. /// </summary>
  1025. public static string TextChange {
  1026. get {
  1027. return ResourceManager.GetString("TextChange", resourceCulture);
  1028. }
  1029. }
  1030. /// <summary>
  1031. /// 查找类似 Convert 的本地化字符串。
  1032. /// </summary>
  1033. public static string TextConvert {
  1034. get {
  1035. return ResourceManager.GetString("TextConvert", resourceCulture);
  1036. }
  1037. }
  1038. /// <summary>
  1039. /// 查找类似 Convert the first 10 pages of a PDF, unlimited times 的本地化字符串。
  1040. /// </summary>
  1041. public static string TextConvertPDF {
  1042. get {
  1043. return ResourceManager.GetString("TextConvertPDF", resourceCulture);
  1044. }
  1045. }
  1046. /// <summary>
  1047. /// 查找类似 Free trial users can only convert the first 10 pages of a document. 的本地化字符串。
  1048. /// </summary>
  1049. public static string TextConvertPDFto {
  1050. get {
  1051. return ResourceManager.GetString("TextConvertPDFto", resourceCulture);
  1052. }
  1053. }
  1054. /// <summary>
  1055. /// 查找类似 Convert PDF without limitation 的本地化字符串。
  1056. /// </summary>
  1057. public static string TextConvertPDFwithout {
  1058. get {
  1059. return ResourceManager.GetString("TextConvertPDFwithout", resourceCulture);
  1060. }
  1061. }
  1062. /// <summary>
  1063. /// 查找类似 Edit PDF text and images 的本地化字符串。
  1064. /// </summary>
  1065. public static string Textediting {
  1066. get {
  1067. return ResourceManager.GetString("Textediting", resourceCulture);
  1068. }
  1069. }
  1070. /// <summary>
  1071. /// 查找类似 Edit 的本地化字符串。
  1072. /// </summary>
  1073. public static string TextEditPDF {
  1074. get {
  1075. return ResourceManager.GetString("TextEditPDF", resourceCulture);
  1076. }
  1077. }
  1078. /// <summary>
  1079. /// 查找类似 Enjoy advanced features now! 的本地化字符串。
  1080. /// </summary>
  1081. public static string TextEnjoy {
  1082. get {
  1083. return ResourceManager.GetString("TextEnjoy", resourceCulture);
  1084. }
  1085. }
  1086. /// <summary>
  1087. /// 查找类似 Enjoy all advanced features now 的本地化字符串。
  1088. /// </summary>
  1089. public static string TextEnjoyall {
  1090. get {
  1091. return ResourceManager.GetString("TextEnjoyall", resourceCulture);
  1092. }
  1093. }
  1094. /// <summary>
  1095. /// 查找类似 AI translation, AI rewriting, AI correction 的本地化字符串。
  1096. /// </summary>
  1097. public static string TextInsert {
  1098. get {
  1099. return ResourceManager.GetString("TextInsert", resourceCulture);
  1100. }
  1101. }
  1102. /// <summary>
  1103. /// 查找类似 (Limit first 10 pages) 的本地化字符串。
  1104. /// </summary>
  1105. public static string TextLimit10 {
  1106. get {
  1107. return ResourceManager.GetString("TextLimit10", resourceCulture);
  1108. }
  1109. }
  1110. /// <summary>
  1111. /// 查找类似 Merge 的本地化字符串。
  1112. /// </summary>
  1113. public static string TextMore {
  1114. get {
  1115. return ResourceManager.GetString("TextMore", resourceCulture);
  1116. }
  1117. }
  1118. /// <summary>
  1119. /// 查找类似 50% OFF 的本地化字符串。
  1120. /// </summary>
  1121. public static string Textoff {
  1122. get {
  1123. return ResourceManager.GetString("Textoff", resourceCulture);
  1124. }
  1125. }
  1126. /// <summary>
  1127. /// 查找类似 On Trial 的本地化字符串。
  1128. /// </summary>
  1129. public static string TextOnTrial {
  1130. get {
  1131. return ResourceManager.GetString("TextOnTrial", resourceCulture);
  1132. }
  1133. }
  1134. /// <summary>
  1135. /// 查找类似 Order Information 的本地化字符串。
  1136. /// </summary>
  1137. public static string TextOrderInformation {
  1138. get {
  1139. return ResourceManager.GetString("TextOrderInformation", resourceCulture);
  1140. }
  1141. }
  1142. /// <summary>
  1143. /// 查找类似 AI Assistant 的本地化字符串。
  1144. /// </summary>
  1145. public static string TextOrganize {
  1146. get {
  1147. return ResourceManager.GetString("TextOrganize", resourceCulture);
  1148. }
  1149. }
  1150. /// <summary>
  1151. /// 查找类似 Or subscribe to us to unlock more powerful features 的本地化字符串。
  1152. /// </summary>
  1153. public static string TextOrsubscribe {
  1154. get {
  1155. return ResourceManager.GetString("TextOrsubscribe", resourceCulture);
  1156. }
  1157. }
  1158. /// <summary>
  1159. /// 查找类似 PDF Master! 的本地化字符串。
  1160. /// </summary>
  1161. public static string TextPDF {
  1162. get {
  1163. return ResourceManager.GetString("TextPDF", resourceCulture);
  1164. }
  1165. }
  1166. /// <summary>
  1167. /// 查找类似 Please Log in again 的本地化字符串。
  1168. /// </summary>
  1169. public static string TextPleaseLog {
  1170. get {
  1171. return ResourceManager.GetString("TextPleaseLog", resourceCulture);
  1172. }
  1173. }
  1174. /// <summary>
  1175. /// 查找类似 Register as a PDF Master member to enjoy premium features 的本地化字符串。
  1176. /// </summary>
  1177. public static string TextRegisteras {
  1178. get {
  1179. return ResourceManager.GetString("TextRegisteras", resourceCulture);
  1180. }
  1181. }
  1182. /// <summary>
  1183. /// 查找类似 No Watermark 的本地化字符串。
  1184. /// </summary>
  1185. public static string TextSaveNoWatermark {
  1186. get {
  1187. return ResourceManager.GetString("TextSaveNoWatermark", resourceCulture);
  1188. }
  1189. }
  1190. /// <summary>
  1191. /// 查找类似 Save without watermark 的本地化字符串。
  1192. /// </summary>
  1193. public static string TextSavewithout {
  1194. get {
  1195. return ResourceManager.GetString("TextSavewithout", resourceCulture);
  1196. }
  1197. }
  1198. /// <summary>
  1199. /// 查找类似 Status 的本地化字符串。
  1200. /// </summary>
  1201. public static string TextStatus {
  1202. get {
  1203. return ResourceManager.GetString("TextStatus", resourceCulture);
  1204. }
  1205. }
  1206. /// <summary>
  1207. /// 查找类似 Subscribe Now 的本地化字符串。
  1208. /// </summary>
  1209. public static string TextSubscribeNow {
  1210. get {
  1211. return ResourceManager.GetString("TextSubscribeNow", resourceCulture);
  1212. }
  1213. }
  1214. /// <summary>
  1215. /// 查找类似 Expired 的本地化字符串。
  1216. /// </summary>
  1217. public static string TextSubscribeStateExpired {
  1218. get {
  1219. return ResourceManager.GetString("TextSubscribeStateExpired", resourceCulture);
  1220. }
  1221. }
  1222. /// <summary>
  1223. /// 查找类似 On Subscription 的本地化字符串。
  1224. /// </summary>
  1225. public static string TextSubscribeStateOnTrial {
  1226. get {
  1227. return ResourceManager.GetString("TextSubscribeStateOnTrial", resourceCulture);
  1228. }
  1229. }
  1230. /// <summary>
  1231. /// 查找类似 Subscribe Successfully! 的本地化字符串。
  1232. /// </summary>
  1233. public static string TextSubscribeSuccessfully {
  1234. get {
  1235. return ResourceManager.GetString("TextSubscribeSuccessfully", resourceCulture);
  1236. }
  1237. }
  1238. /// <summary>
  1239. /// 查找类似 Subscription Expired 的本地化字符串。
  1240. /// </summary>
  1241. public static string TextSubscribetimeExpired {
  1242. get {
  1243. return ResourceManager.GetString("TextSubscribetimeExpired", resourceCulture);
  1244. }
  1245. }
  1246. /// <summary>
  1247. /// 查找类似 Next subscription 的本地化字符串。
  1248. /// </summary>
  1249. public static string TextSubscribetimetextOnTrial {
  1250. get {
  1251. return ResourceManager.GetString("TextSubscribetimetextOnTrial", resourceCulture);
  1252. }
  1253. }
  1254. /// <summary>
  1255. /// 查找类似 Subscription renewal date 的本地化字符串。
  1256. /// </summary>
  1257. public static string TextSubscription {
  1258. get {
  1259. return ResourceManager.GetString("TextSubscription", resourceCulture);
  1260. }
  1261. }
  1262. /// <summary>
  1263. /// 查找类似 Subscription Benefit 的本地化字符串。
  1264. /// </summary>
  1265. public static string TextSubscriptionBenefit {
  1266. get {
  1267. return ResourceManager.GetString("TextSubscriptionBenefit", resourceCulture);
  1268. }
  1269. }
  1270. /// <summary>
  1271. /// 查找类似 Subscription Expired 的本地化字符串。
  1272. /// </summary>
  1273. public static string TextSubscriptionExpired {
  1274. get {
  1275. return ResourceManager.GetString("TextSubscriptionExpired", resourceCulture);
  1276. }
  1277. }
  1278. /// <summary>
  1279. /// 查找类似 Merge two files at once, unlimited times 的本地化字符串。
  1280. /// </summary>
  1281. public static string TextSuch {
  1282. get {
  1283. return ResourceManager.GetString("TextSuch", resourceCulture);
  1284. }
  1285. }
  1286. /// <summary>
  1287. /// 查找类似 Support AI translation, AI rewriting, AI correction 的本地化字符串。
  1288. /// </summary>
  1289. public static string TextSupportAI {
  1290. get {
  1291. return ResourceManager.GetString("TextSupportAI", resourceCulture);
  1292. }
  1293. }
  1294. /// <summary>
  1295. /// 查找类似 Trial Expired 的本地化字符串。
  1296. /// </summary>
  1297. public static string TextTrialExpired {
  1298. get {
  1299. return ResourceManager.GetString("TextTrialExpired", resourceCulture);
  1300. }
  1301. }
  1302. /// <summary>
  1303. /// 查找类似 Unlimited Merge 的本地化字符串。
  1304. /// </summary>
  1305. public static string TextUnlimited {
  1306. get {
  1307. return ResourceManager.GetString("TextUnlimited", resourceCulture);
  1308. }
  1309. }
  1310. /// <summary>
  1311. /// 查找类似 Login Benefits 的本地化字符串。
  1312. /// </summary>
  1313. public static string TextUnlock {
  1314. get {
  1315. return ResourceManager.GetString("TextUnlock", resourceCulture);
  1316. }
  1317. }
  1318. /// <summary>
  1319. /// 查找类似 Upgrade 的本地化字符串。
  1320. /// </summary>
  1321. public static string TextUpgrade {
  1322. get {
  1323. return ResourceManager.GetString("TextUpgrade", resourceCulture);
  1324. }
  1325. }
  1326. /// <summary>
  1327. /// 查找类似 Welcome to Join 的本地化字符串。
  1328. /// </summary>
  1329. public static string TextWelcome {
  1330. get {
  1331. return ResourceManager.GetString("TextWelcome", resourceCulture);
  1332. }
  1333. }
  1334. /// <summary>
  1335. /// 查找类似 Free trial version will add a PDF Master official watermark to the document when saving. 的本地化字符串。
  1336. /// </summary>
  1337. public static string TextWhenyou {
  1338. get {
  1339. return ResourceManager.GetString("TextWhenyou", resourceCulture);
  1340. }
  1341. }
  1342. /// <summary>
  1343. /// 查找类似 Your account has been logged into another device. If it was not done by you, please change your password as soon as possible. 的本地化字符串。
  1344. /// </summary>
  1345. public static string TextYouraccount {
  1346. get {
  1347. return ResourceManager.GetString("TextYouraccount", resourceCulture);
  1348. }
  1349. }
  1350. }
  1351. }