Security.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated by a tool.
  4. //
  5. // Changes to this file may cause incorrect behavior and will be lost if
  6. // the code is regenerated.
  7. // </auto-generated>
  8. //------------------------------------------------------------------------------
  9. namespace Compdfkit_Tools.Strings {
  10. using System;
  11. /// <summary>
  12. /// A strongly-typed resource class, for looking up localized strings, etc.
  13. /// </summary>
  14. // This class was auto-generated by the StronglyTypedResourceBuilder
  15. // class via a tool like ResGen or Visual Studio.
  16. // To add or remove a member, edit your .ResX file then rerun ResGen
  17. // with the /str option, or rebuild your VS project.
  18. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
  19. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  20. [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  21. internal class Security {
  22. private static global::System.Resources.ResourceManager resourceMan;
  23. private static global::System.Globalization.CultureInfo resourceCulture;
  24. [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
  25. internal Security() {
  26. }
  27. /// <summary>
  28. /// Returns the cached ResourceManager instance used by this class.
  29. /// </summary>
  30. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  31. internal static global::System.Resources.ResourceManager ResourceManager {
  32. get {
  33. if (object.ReferenceEquals(resourceMan, null)) {
  34. global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Compdfkit_Tools.Strings.Security", typeof(Security).Assembly);
  35. resourceMan = temp;
  36. }
  37. return resourceMan;
  38. }
  39. }
  40. /// <summary>
  41. /// Overrides the current thread's CurrentUICulture property for all
  42. /// resource lookups using this strongly typed resource class.
  43. /// </summary>
  44. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  45. internal static global::System.Globalization.CultureInfo Culture {
  46. get {
  47. return resourceCulture;
  48. }
  49. set {
  50. resourceCulture = value;
  51. }
  52. }
  53. /// <summary>
  54. /// Looks up a localized string similar to Add Files.
  55. /// </summary>
  56. internal static string Button_AddFiles {
  57. get {
  58. return ResourceManager.GetString("Button_AddFiles", resourceCulture);
  59. }
  60. }
  61. /// <summary>
  62. /// Looks up a localized string similar to Apply.
  63. /// </summary>
  64. internal static string Button_Apply {
  65. get {
  66. return ResourceManager.GetString("Button_Apply", resourceCulture);
  67. }
  68. }
  69. /// <summary>
  70. /// Looks up a localized string similar to Cancel.
  71. /// </summary>
  72. internal static string Button_Cancel {
  73. get {
  74. return ResourceManager.GetString("Button_Cancel", resourceCulture);
  75. }
  76. }
  77. /// <summary>
  78. /// Looks up a localized string similar to Decrypt.
  79. /// </summary>
  80. internal static string Button_Decrypt {
  81. get {
  82. return ResourceManager.GetString("Button_Decrypt", resourceCulture);
  83. }
  84. }
  85. /// <summary>
  86. /// Looks up a localized string similar to Encrypt.
  87. /// </summary>
  88. internal static string Button_Encrypt {
  89. get {
  90. return ResourceManager.GetString("Button_Encrypt", resourceCulture);
  91. }
  92. }
  93. /// <summary>
  94. /// Looks up a localized string similar to Click and Select your watermark image..
  95. /// </summary>
  96. internal static string Button_ImageWatermark {
  97. get {
  98. return ResourceManager.GetString("Button_ImageWatermark", resourceCulture);
  99. }
  100. }
  101. /// <summary>
  102. /// Looks up a localized string similar to OK.
  103. /// </summary>
  104. internal static string Button_OK {
  105. get {
  106. return ResourceManager.GetString("Button_OK", resourceCulture);
  107. }
  108. }
  109. /// <summary>
  110. /// Looks up a localized string similar to Remove All Files.
  111. /// </summary>
  112. internal static string Button_RemoveAll {
  113. get {
  114. return ResourceManager.GetString("Button_RemoveAll", resourceCulture);
  115. }
  116. }
  117. /// <summary>
  118. /// Looks up a localized string similar to Remove Selected Files.
  119. /// </summary>
  120. internal static string Button_RemoveSelected {
  121. get {
  122. return ResourceManager.GetString("Button_RemoveSelected", resourceCulture);
  123. }
  124. }
  125. /// <summary>
  126. /// Looks up a localized string similar to Restrict content copying.
  127. /// </summary>
  128. internal static string Chk_NoCopy {
  129. get {
  130. return ResourceManager.GetString("Chk_NoCopy", resourceCulture);
  131. }
  132. }
  133. /// <summary>
  134. /// Looks up a localized string similar to Restrict document printing.
  135. /// </summary>
  136. internal static string Chk_NoPrint {
  137. get {
  138. return ResourceManager.GetString("Chk_NoPrint", resourceCulture);
  139. }
  140. }
  141. /// <summary>
  142. /// Looks up a localized string similar to Set the password to open the document.
  143. /// </summary>
  144. internal static string Chk_OpenPassword {
  145. get {
  146. return ResourceManager.GetString("Chk_OpenPassword", resourceCulture);
  147. }
  148. }
  149. /// <summary>
  150. /// Looks up a localized string similar to Set the owner password for this document.
  151. /// </summary>
  152. internal static string Chk_OwnerPassword {
  153. get {
  154. return ResourceManager.GetString("Chk_OwnerPassword", resourceCulture);
  155. }
  156. }
  157. /// <summary>
  158. /// Looks up a localized string similar to Tile.
  159. /// </summary>
  160. internal static string Chk_Tile {
  161. get {
  162. return ResourceManager.GetString("Chk_Tile", resourceCulture);
  163. }
  164. }
  165. /// <summary>
  166. /// Looks up a localized string similar to Watermark_Removed.
  167. /// </summary>
  168. internal static string FileName_RemoveWatermark {
  169. get {
  170. return ResourceManager.GetString("FileName_RemoveWatermark", resourceCulture);
  171. }
  172. }
  173. /// <summary>
  174. /// Looks up a localized string similar to Watermark.
  175. /// </summary>
  176. internal static string FileName_Watermark {
  177. get {
  178. return ResourceManager.GetString("FileName_Watermark", resourceCulture);
  179. }
  180. }
  181. /// <summary>
  182. /// Looks up a localized string similar to Please enter your password.
  183. /// </summary>
  184. internal static string Holder_EnterPassword {
  185. get {
  186. return ResourceManager.GetString("Holder_EnterPassword", resourceCulture);
  187. }
  188. }
  189. /// <summary>
  190. /// Looks up a localized string similar to Please enter the owner`s password.
  191. /// </summary>
  192. internal static string Holder_OwnerPassword {
  193. get {
  194. return ResourceManager.GetString("Holder_OwnerPassword", resourceCulture);
  195. }
  196. }
  197. /// <summary>
  198. /// Looks up a localized string similar to Type your watermark text here..
  199. /// </summary>
  200. internal static string Holder_TextWatermark {
  201. get {
  202. return ResourceManager.GetString("Holder_TextWatermark", resourceCulture);
  203. }
  204. }
  205. /// <summary>
  206. /// Looks up a localized string similar to 128-bit AES.
  207. /// </summary>
  208. internal static string Option_128AES {
  209. get {
  210. return ResourceManager.GetString("Option_128AES", resourceCulture);
  211. }
  212. }
  213. /// <summary>
  214. /// Looks up a localized string similar to 128-bit RC4.
  215. /// </summary>
  216. internal static string Option_128RC4 {
  217. get {
  218. return ResourceManager.GetString("Option_128RC4", resourceCulture);
  219. }
  220. }
  221. /// <summary>
  222. /// Looks up a localized string similar to 256-bit AES.
  223. /// </summary>
  224. internal static string Option_256AES {
  225. get {
  226. return ResourceManager.GetString("Option_256AES", resourceCulture);
  227. }
  228. }
  229. /// <summary>
  230. /// Looks up a localized string similar to All Pages.
  231. /// </summary>
  232. internal static string Option_AllPages {
  233. get {
  234. return ResourceManager.GetString("Option_AllPages", resourceCulture);
  235. }
  236. }
  237. /// <summary>
  238. /// Looks up a localized string similar to Add Passwords.
  239. /// </summary>
  240. internal static string Rdo_AddPassword {
  241. get {
  242. return ResourceManager.GetString("Rdo_AddPassword", resourceCulture);
  243. }
  244. }
  245. /// <summary>
  246. /// Looks up a localized string similar to Add Watermarks.
  247. /// </summary>
  248. internal static string Rdo_AddWatermarks {
  249. get {
  250. return ResourceManager.GetString("Rdo_AddWatermarks", resourceCulture);
  251. }
  252. }
  253. /// <summary>
  254. /// Looks up a localized string similar to All pages in range.
  255. /// </summary>
  256. internal static string Rdo_AllPages {
  257. get {
  258. return ResourceManager.GetString("Rdo_AllPages", resourceCulture);
  259. }
  260. }
  261. /// <summary>
  262. /// Looks up a localized string similar to Behind the text.
  263. /// </summary>
  264. internal static string Rdo_Behind {
  265. get {
  266. return ResourceManager.GetString("Rdo_Behind", resourceCulture);
  267. }
  268. }
  269. /// <summary>
  270. /// Looks up a localized string similar to Custom pages .
  271. /// </summary>
  272. internal static string Rdo_CustomPages {
  273. get {
  274. return ResourceManager.GetString("Rdo_CustomPages", resourceCulture);
  275. }
  276. }
  277. /// <summary>
  278. /// Looks up a localized string similar to Even pages only.
  279. /// </summary>
  280. internal static string Rdo_EvenPages {
  281. get {
  282. return ResourceManager.GetString("Rdo_EvenPages", resourceCulture);
  283. }
  284. }
  285. /// <summary>
  286. /// Looks up a localized string similar to In front of the text.
  287. /// </summary>
  288. internal static string Rdo_Front {
  289. get {
  290. return ResourceManager.GetString("Rdo_Front", resourceCulture);
  291. }
  292. }
  293. /// <summary>
  294. /// Looks up a localized string similar to Image Watermark.
  295. /// </summary>
  296. internal static string Rdo_ImageWatermark {
  297. get {
  298. return ResourceManager.GetString("Rdo_ImageWatermark", resourceCulture);
  299. }
  300. }
  301. /// <summary>
  302. /// Looks up a localized string similar to Odd pages only .
  303. /// </summary>
  304. internal static string Rdo_OddPages {
  305. get {
  306. return ResourceManager.GetString("Rdo_OddPages", resourceCulture);
  307. }
  308. }
  309. /// <summary>
  310. /// Looks up a localized string similar to Remove Passwords.
  311. /// </summary>
  312. internal static string Rdo_RemovePassword {
  313. get {
  314. return ResourceManager.GetString("Rdo_RemovePassword", resourceCulture);
  315. }
  316. }
  317. /// <summary>
  318. /// Looks up a localized string similar to Remove Watermarks.
  319. /// </summary>
  320. internal static string Rdo_RemoveWatermark {
  321. get {
  322. return ResourceManager.GetString("Rdo_RemoveWatermark", resourceCulture);
  323. }
  324. }
  325. /// <summary>
  326. /// Looks up a localized string similar to Text Watermark.
  327. /// </summary>
  328. internal static string Rdo_TextWatermark {
  329. get {
  330. return ResourceManager.GetString("Rdo_TextWatermark", resourceCulture);
  331. }
  332. }
  333. /// <summary>
  334. /// Looks up a localized string similar to File Name.
  335. /// </summary>
  336. internal static string Table_FileName {
  337. get {
  338. return ResourceManager.GetString("Table_FileName", resourceCulture);
  339. }
  340. }
  341. /// <summary>
  342. /// Looks up a localized string similar to Size.
  343. /// </summary>
  344. internal static string Table_FileSize {
  345. get {
  346. return ResourceManager.GetString("Table_FileSize", resourceCulture);
  347. }
  348. }
  349. /// <summary>
  350. /// Looks up a localized string similar to Page Range.
  351. /// </summary>
  352. internal static string Table_PageRange {
  353. get {
  354. return ResourceManager.GetString("Table_PageRange", resourceCulture);
  355. }
  356. }
  357. /// <summary>
  358. /// Looks up a localized string similar to Path.
  359. /// </summary>
  360. internal static string Table_Path {
  361. get {
  362. return ResourceManager.GetString("Table_Path", resourceCulture);
  363. }
  364. }
  365. /// <summary>
  366. /// Looks up a localized string similar to Algorithm.
  367. /// </summary>
  368. internal static string Text_Algorithm {
  369. get {
  370. return ResourceManager.GetString("Text_Algorithm", resourceCulture);
  371. }
  372. }
  373. /// <summary>
  374. /// Looks up a localized string similar to Current Page.
  375. /// </summary>
  376. internal static string Text_CurrentPage {
  377. get {
  378. return ResourceManager.GetString("Text_CurrentPage", resourceCulture);
  379. }
  380. }
  381. /// <summary>
  382. /// Looks up a localized string similar to Permission Settings.
  383. /// </summary>
  384. internal static string Text_EmptyPassword {
  385. get {
  386. return ResourceManager.GetString("Text_EmptyPassword", resourceCulture);
  387. }
  388. }
  389. /// <summary>
  390. /// Looks up a localized string similar to No File Selected.
  391. /// </summary>
  392. internal static string Text_EmptyPath {
  393. get {
  394. return ResourceManager.GetString("Text_EmptyPath", resourceCulture);
  395. }
  396. }
  397. /// <summary>
  398. /// Looks up a localized string similar to Encryption Level.
  399. /// </summary>
  400. internal static string Text_EncryptionLevel {
  401. get {
  402. return ResourceManager.GetString("Text_EncryptionLevel", resourceCulture);
  403. }
  404. }
  405. /// <summary>
  406. /// Looks up a localized string similar to File(s) in Total: .
  407. /// </summary>
  408. internal static string Text_FileCount {
  409. get {
  410. return ResourceManager.GetString("Text_FileCount", resourceCulture);
  411. }
  412. }
  413. /// <summary>
  414. /// Looks up a localized string similar to Font Color.
  415. /// </summary>
  416. internal static string Text_FontColor {
  417. get {
  418. return ResourceManager.GetString("Text_FontColor", resourceCulture);
  419. }
  420. }
  421. /// <summary>
  422. /// Looks up a localized string similar to Layout Options.
  423. /// </summary>
  424. internal static string Text_Layout {
  425. get {
  426. return ResourceManager.GetString("Text_Layout", resourceCulture);
  427. }
  428. }
  429. /// <summary>
  430. /// Looks up a localized string similar to Opacity.
  431. /// </summary>
  432. internal static string Text_Opacity {
  433. get {
  434. return ResourceManager.GetString("Text_Opacity", resourceCulture);
  435. }
  436. }
  437. /// <summary>
  438. /// Looks up a localized string similar to Operation Types.
  439. /// </summary>
  440. internal static string Text_OperationType {
  441. get {
  442. return ResourceManager.GetString("Text_OperationType", resourceCulture);
  443. }
  444. }
  445. /// <summary>
  446. /// Looks up a localized string similar to Page Range.
  447. /// </summary>
  448. internal static string Text_PageRange {
  449. get {
  450. return ResourceManager.GetString("Text_PageRange", resourceCulture);
  451. }
  452. }
  453. /// <summary>
  454. /// Looks up a localized string similar to Password.
  455. /// </summary>
  456. internal static string Text_Password {
  457. get {
  458. return ResourceManager.GetString("Text_Password", resourceCulture);
  459. }
  460. }
  461. /// <summary>
  462. /// Looks up a localized string similar to Permissions.
  463. /// </summary>
  464. internal static string Text_Permisions {
  465. get {
  466. return ResourceManager.GetString("Text_Permisions", resourceCulture);
  467. }
  468. }
  469. /// <summary>
  470. /// Looks up a localized string similar to Preview.
  471. /// </summary>
  472. internal static string Text_Preview {
  473. get {
  474. return ResourceManager.GetString("Text_Preview", resourceCulture);
  475. }
  476. }
  477. /// <summary>
  478. /// Looks up a localized string similar to Ratio.
  479. /// </summary>
  480. internal static string Text_Ratio {
  481. get {
  482. return ResourceManager.GetString("Text_Ratio", resourceCulture);
  483. }
  484. }
  485. /// <summary>
  486. /// Looks up a localized string similar to Rotation.
  487. /// </summary>
  488. internal static string Text_Rotation {
  489. get {
  490. return ResourceManager.GetString("Text_Rotation", resourceCulture);
  491. }
  492. }
  493. /// <summary>
  494. /// Looks up a localized string similar to Security Settings.
  495. /// </summary>
  496. internal static string Text_SecuritySettings {
  497. get {
  498. return ResourceManager.GetString("Text_SecuritySettings", resourceCulture);
  499. }
  500. }
  501. /// <summary>
  502. /// Looks up a localized string similar to Support: Numbers, letters, @, $, !, %, ?, &amp;.
  503. /// </summary>
  504. internal static string Text_Support {
  505. get {
  506. return ResourceManager.GetString("Text_Support", resourceCulture);
  507. }
  508. }
  509. /// <summary>
  510. /// Looks up a localized string similar to PDF Password Remover is an easy-to-use PDF security remover,which helps users decrypt PDF protections and remove restrictions on printing,editing and copying..
  511. /// </summary>
  512. internal static string Tip_EasyUse {
  513. get {
  514. return ResourceManager.GetString("Tip_EasyUse", resourceCulture);
  515. }
  516. }
  517. /// <summary>
  518. /// Looks up a localized string similar to If open password is required,you need to enter the right password first and then remove protections from PDF files..
  519. /// </summary>
  520. internal static string Tip_Require {
  521. get {
  522. return ResourceManager.GetString("Tip_Require", resourceCulture);
  523. }
  524. }
  525. /// <summary>
  526. /// Looks up a localized string similar to Add Watermarks.
  527. /// </summary>
  528. internal static string Title_AddWatermark {
  529. get {
  530. return ResourceManager.GetString("Title_AddWatermark", resourceCulture);
  531. }
  532. }
  533. /// <summary>
  534. /// Looks up a localized string similar to Open the Document.
  535. /// </summary>
  536. internal static string Title_OpenPassword {
  537. get {
  538. return ResourceManager.GetString("Title_OpenPassword", resourceCulture);
  539. }
  540. }
  541. /// <summary>
  542. /// Looks up a localized string similar to Operation Type.
  543. /// </summary>
  544. internal static string Title_OperationType {
  545. get {
  546. return ResourceManager.GetString("Title_OperationType", resourceCulture);
  547. }
  548. }
  549. /// <summary>
  550. /// Looks up a localized string similar to Permissions Settings.
  551. /// </summary>
  552. internal static string Title_OwnerPassword {
  553. get {
  554. return ResourceManager.GetString("Title_OwnerPassword", resourceCulture);
  555. }
  556. }
  557. /// <summary>
  558. /// Looks up a localized string similar to Password.
  559. /// </summary>
  560. internal static string Title_Password {
  561. get {
  562. return ResourceManager.GetString("Title_Password", resourceCulture);
  563. }
  564. }
  565. /// <summary>
  566. /// Looks up a localized string similar to Remove Security.
  567. /// </summary>
  568. internal static string Title_RemoveSecurity {
  569. get {
  570. return ResourceManager.GetString("Title_RemoveSecurity", resourceCulture);
  571. }
  572. }
  573. /// <summary>
  574. /// Looks up a localized string similar to Remove Watermarks.
  575. /// </summary>
  576. internal static string Title_RemoveWatermark {
  577. get {
  578. return ResourceManager.GetString("Title_RemoveWatermark", resourceCulture);
  579. }
  580. }
  581. /// <summary>
  582. /// Looks up a localized string similar to Security Settings.
  583. /// </summary>
  584. internal static string Title_Security {
  585. get {
  586. return ResourceManager.GetString("Title_Security", resourceCulture);
  587. }
  588. }
  589. /// <summary>
  590. /// Looks up a localized string similar to Watermark.
  591. /// </summary>
  592. internal static string Title_Watermark {
  593. get {
  594. return ResourceManager.GetString("Title_Watermark", resourceCulture);
  595. }
  596. }
  597. /// <summary>
  598. /// Looks up a localized string similar to Watermark Settings.
  599. /// </summary>
  600. internal static string Title_WatermarkSettings {
  601. get {
  602. return ResourceManager.GetString("Title_WatermarkSettings", resourceCulture);
  603. }
  604. }
  605. /// <summary>
  606. /// Looks up a localized string similar to Next.
  607. /// </summary>
  608. internal static string ToolTip_Next {
  609. get {
  610. return ResourceManager.GetString("ToolTip_Next", resourceCulture);
  611. }
  612. }
  613. /// <summary>
  614. /// Looks up a localized string similar to Previous.
  615. /// </summary>
  616. internal static string ToolTip_Previous {
  617. get {
  618. return ResourceManager.GetString("ToolTip_Previous", resourceCulture);
  619. }
  620. }
  621. /// <summary>
  622. /// Looks up a localized string similar to The password can`t be empty..
  623. /// </summary>
  624. internal static string Warn_Empty {
  625. get {
  626. return ResourceManager.GetString("Warn_Empty", resourceCulture);
  627. }
  628. }
  629. /// <summary>
  630. /// Looks up a localized string similar to The password can`t be empty..
  631. /// </summary>
  632. internal static string Warn_EmptyPassword {
  633. get {
  634. return ResourceManager.GetString("Warn_EmptyPassword", resourceCulture);
  635. }
  636. }
  637. /// <summary>
  638. /// Looks up a localized string similar to No File Selected..
  639. /// </summary>
  640. internal static string Warn_EmptyWatermarkImage {
  641. get {
  642. return ResourceManager.GetString("Warn_EmptyWatermarkImage", resourceCulture);
  643. }
  644. }
  645. /// <summary>
  646. /// Looks up a localized string similar to No Text input..
  647. /// </summary>
  648. internal static string Warn_EmptyWatermarkText {
  649. get {
  650. return ResourceManager.GetString("Warn_EmptyWatermarkText", resourceCulture);
  651. }
  652. }
  653. /// <summary>
  654. /// Looks up a localized string similar to Invalid Password.
  655. /// </summary>
  656. internal static string Warn_InvaildPassword {
  657. get {
  658. return ResourceManager.GetString("Warn_InvaildPassword", resourceCulture);
  659. }
  660. }
  661. /// <summary>
  662. /// Looks up a localized string similar to The password to open the document should be different from the owner`s password..
  663. /// </summary>
  664. internal static string Warn_SamePassword {
  665. get {
  666. return ResourceManager.GetString("Warn_SamePassword", resourceCulture);
  667. }
  668. }
  669. }
  670. }