Resources.Designer.cs 61 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated by a tool.
  4. // Runtime Version:4.0.30319.42000
  5. //
  6. // Changes to this file may cause incorrect behavior and will be lost if
  7. // the code is regenerated.
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace Optimizer.Properties {
  11. using System;
  12. /// <summary>
  13. /// A strongly-typed resource class, for looking up localized strings, etc.
  14. /// </summary>
  15. // This class was auto-generated by the StronglyTypedResourceBuilder
  16. // class via a tool like ResGen or Visual Studio.
  17. // To add or remove a member, edit your .ResX file then rerun ResGen
  18. // with the /str option, or rebuild your VS project.
  19. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
  20. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  21. [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  22. internal class Resources {
  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 Resources() {
  27. }
  28. /// <summary>
  29. /// Returns the cached ResourceManager instance used by this class.
  30. /// </summary>
  31. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  32. internal 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("Optimizer.Properties.Resources", typeof(Resources).Assembly);
  36. resourceMan = temp;
  37. }
  38. return resourceMan;
  39. }
  40. }
  41. /// <summary>
  42. /// Overrides the current thread's CurrentUICulture property for all
  43. /// resource lookups using this strongly typed resource class.
  44. /// </summary>
  45. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  46. internal static global::System.Globalization.CultureInfo Culture {
  47. get {
  48. return resourceCulture;
  49. }
  50. set {
  51. resourceCulture = value;
  52. }
  53. }
  54. /// <summary>
  55. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  56. ///
  57. ///[HKEY_CLASSES_ROOT\Directory\shell\OpenWithCMD]
  58. ///@=&quot;Open Command Prompt here&quot;
  59. ///&quot;Icon&quot;=&quot;cmd.exe&quot;
  60. ///&quot;NoWorkingDirectory&quot;=&quot;&quot;
  61. ///
  62. ///[HKEY_CLASSES_ROOT\Directory\shell\OpenWithCMD\command]
  63. ///@=&quot;cmd.exe /s /k pushd \&quot;%V\&quot;&quot;
  64. ///
  65. ///[HKEY_CLASSES_ROOT\Directory\Background\shell\OpenWithCMD]
  66. ///@=&quot;Open Command Prompt here&quot;
  67. ///&quot;Icon&quot;=&quot;cmd.exe&quot;
  68. ///&quot;NoWorkingDirectory&quot;=&quot;&quot;
  69. ///
  70. ///[HKEY_CLASSES_ROOT\Directory\Background\shell\OpenWithCMD\command]
  71. ///@=&quot;cmd.exe /s /k pushd \&quot;%V\&quot;&quot;
  72. ///
  73. ///[HKEY_CLASSES_ROOT\Drive\shell\OpenWit [rest of string was truncated]&quot;;.
  74. /// </summary>
  75. internal static string AddOpenWithCMD {
  76. get {
  77. return ResourceManager.GetString("AddOpenWithCMD", resourceCulture);
  78. }
  79. }
  80. /// <summary>
  81. /// Looks up a localized resource of type System.Drawing.Bitmap.
  82. /// </summary>
  83. internal static System.Drawing.Bitmap amber {
  84. get {
  85. object obj = ResourceManager.GetObject("amber", resourceCulture);
  86. return ((System.Drawing.Bitmap)(obj));
  87. }
  88. }
  89. /// <summary>
  90. /// Looks up a localized resource of type System.Drawing.Bitmap.
  91. /// </summary>
  92. internal static System.Drawing.Bitmap amethyst {
  93. get {
  94. object obj = ResourceManager.GetObject("amethyst", resourceCulture);
  95. return ((System.Drawing.Bitmap)(obj));
  96. }
  97. }
  98. /// <summary>
  99. /// Looks up a localized string similar to {
  100. /// &quot;btnAbout&quot;: &quot;حسنا&quot;,
  101. /// &quot;restartButton&quot;: &quot;إعادة التشغيل الآن&quot;,
  102. /// &quot;restartButton8&quot;: &quot;إعادة التشغيل الآن&quot;,
  103. /// &quot;restartButton10&quot;: &quot;إعادة التشغيل الآن&quot;,
  104. /// &quot;restartAndApply&quot;: &quot;إعادة التشغيل لتطبيق التغييرات&quot;,
  105. /// &quot;btnFind&quot;: &quot;يجد&quot;,
  106. /// &quot;btnKill&quot;: &quot;قتل&quot;,
  107. /// &quot;trayUnlocker&quot;: &quot;مقابض الملفات&quot;,
  108. /// &quot;onedriveM&quot;: &quot;هل أنت متأكد من أنك تريد إزالة تثبيت OneDrive؟ يؤدي هذا إلى حذف ملفات سطح المكتب والمستندات الخاصة بك! استخدم هذا الخيار فقط في حساب محلي!&quot;,
  109. /// &quot;systemRestoreM&quot;: &quot;هل أنت متأكد أنك تريد تعطيل استعادة النظام؟ سيؤدي هذا [rest of string was truncated]&quot;;.
  110. /// </summary>
  111. internal static string AR {
  112. get {
  113. return ResourceManager.GetString("AR", resourceCulture);
  114. }
  115. }
  116. /// <summary>
  117. /// Looks up a localized resource of type System.Drawing.Bitmap.
  118. /// </summary>
  119. internal static System.Drawing.Bitmap azurite {
  120. get {
  121. object obj = ResourceManager.GetObject("azurite", resourceCulture);
  122. return ((System.Drawing.Bitmap)(obj));
  123. }
  124. }
  125. /// <summary>
  126. /// Looks up a localized resource of type System.Drawing.Bitmap.
  127. /// </summary>
  128. internal static System.Drawing.Bitmap bannerAmber {
  129. get {
  130. object obj = ResourceManager.GetObject("bannerAmber", resourceCulture);
  131. return ((System.Drawing.Bitmap)(obj));
  132. }
  133. }
  134. /// <summary>
  135. /// Looks up a localized resource of type System.Drawing.Bitmap.
  136. /// </summary>
  137. internal static System.Drawing.Bitmap bannerAmethyst {
  138. get {
  139. object obj = ResourceManager.GetObject("bannerAmethyst", resourceCulture);
  140. return ((System.Drawing.Bitmap)(obj));
  141. }
  142. }
  143. /// <summary>
  144. /// Looks up a localized resource of type System.Drawing.Bitmap.
  145. /// </summary>
  146. internal static System.Drawing.Bitmap bannerAzurite {
  147. get {
  148. object obj = ResourceManager.GetObject("bannerAzurite", resourceCulture);
  149. return ((System.Drawing.Bitmap)(obj));
  150. }
  151. }
  152. /// <summary>
  153. /// Looks up a localized resource of type System.Drawing.Bitmap.
  154. /// </summary>
  155. internal static System.Drawing.Bitmap bannerJade {
  156. get {
  157. object obj = ResourceManager.GetObject("bannerJade", resourceCulture);
  158. return ((System.Drawing.Bitmap)(obj));
  159. }
  160. }
  161. /// <summary>
  162. /// Looks up a localized resource of type System.Drawing.Bitmap.
  163. /// </summary>
  164. internal static System.Drawing.Bitmap bannerRuby {
  165. get {
  166. object obj = ResourceManager.GetObject("bannerRuby", resourceCulture);
  167. return ((System.Drawing.Bitmap)(obj));
  168. }
  169. }
  170. /// <summary>
  171. /// Looks up a localized resource of type System.Drawing.Bitmap.
  172. /// </summary>
  173. internal static System.Drawing.Bitmap bannerSilver {
  174. get {
  175. object obj = ResourceManager.GetObject("bannerSilver", resourceCulture);
  176. return ((System.Drawing.Bitmap)(obj));
  177. }
  178. }
  179. /// <summary>
  180. /// Looks up a localized resource of type System.Drawing.Bitmap.
  181. /// </summary>
  182. internal static System.Drawing.Bitmap brazil {
  183. get {
  184. object obj = ResourceManager.GetObject("brazil", resourceCulture);
  185. return ((System.Drawing.Bitmap)(obj));
  186. }
  187. }
  188. /// <summary>
  189. /// Looks up a localized resource of type System.Drawing.Bitmap.
  190. /// </summary>
  191. internal static System.Drawing.Bitmap china {
  192. get {
  193. object obj = ResourceManager.GetObject("china", resourceCulture);
  194. return ((System.Drawing.Bitmap)(obj));
  195. }
  196. }
  197. /// <summary>
  198. /// Looks up a localized string similar to {
  199. /// &quot;btnAbout&quot;: &quot;确定&quot;,
  200. /// &quot;restartButton&quot;: &quot;现在重启&quot;,
  201. /// &quot;restartButton8&quot;: &quot;现在重启&quot;,
  202. /// &quot;restartButton10&quot;: &quot;现在重启&quot;,
  203. /// &quot;restartAndApply&quot;: &quot;重新启动以应用更改&quot;,
  204. /// &quot;btnFind&quot;: &quot;查找进程&quot;,
  205. /// &quot;btnKill&quot;: &quot;结束进程&quot;,
  206. /// &quot;trayUnlocker&quot;: &quot;查找文件句柄&quot;,
  207. /// &quot;txtVersion&quot;: &quot;版本: {VN}&quot;,
  208. /// &quot;txtBitness&quot;: &quot;您使用的是{BITS}&quot;,
  209. /// &quot;onedriveM&quot;: &quot;确定要卸载 OneDrive 吗? 这将删除您的桌面和文档文件! 仅在本地帐户上使用此选项!&quot;,
  210. /// &quot;systemRestoreM&quot;: &quot;您确定要禁用系统还原吗? 这将删除您当前的备份图像!&quot;,
  211. /// &quot;linkUpdate&quot;: &quot;更新可用&quot;,
  212. /// &quot;lblLab&quot;: &quot;实验构建\n(删除后测试)&quot;,
  213. /// &quot;performanceSw&quot;: &quot;启用性能调整&quot;,
  214. /// &quot;networkSw&quot;: &quot;禁用网络节流&quot;,
  215. /// &quot;defenderSw&quot;: &quot;禁用 W [rest of string was truncated]&quot;;.
  216. /// </summary>
  217. internal static string CN {
  218. get {
  219. return ResourceManager.GetString("CN", resourceCulture);
  220. }
  221. }
  222. /// <summary>
  223. /// Looks up a localized string similar to {
  224. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  225. /// &quot;restartButton&quot;: &quot;Restartovat nyní&quot;,
  226. /// &quot;restartButton8&quot;: &quot;Restartovat nyní&quot;,
  227. /// &quot;restartButton10&quot;: &quot;Restartovat nyní&quot;,
  228. /// &quot;restartAndApply&quot;: &quot;Restartovat a použít změny&quot;,
  229. /// &quot;btnFind&quot;: &quot;Nalézt&quot;,
  230. /// &quot;btnKill&quot;: &quot;Zabít&quot;,
  231. /// &quot;trayUnlocker&quot;: &quot;Držadla souborů&quot;,
  232. /// &quot;txtVersion&quot;: &quot;Verze: {VN}&quot;,
  233. /// &quot;onedriveM&quot;: &quot;Opravdu chcete odinstalovat OneDrive? Tím smažete soubory plochy a dokumentů! Tuto možnost používejte pouze na místním účtu!&quot;,
  234. /// &quot;systemRestoreM&quot;: &quot;Opravdu chcete zakázat Obnovení systému? T [rest of string was truncated]&quot;;.
  235. /// </summary>
  236. internal static string CZ {
  237. get {
  238. return ResourceManager.GetString("CZ", resourceCulture);
  239. }
  240. }
  241. /// <summary>
  242. /// Looks up a localized resource of type System.Drawing.Bitmap.
  243. /// </summary>
  244. internal static System.Drawing.Bitmap czech {
  245. get {
  246. object obj = ResourceManager.GetObject("czech", resourceCulture);
  247. return ((System.Drawing.Bitmap)(obj));
  248. }
  249. }
  250. /// <summary>
  251. /// Looks up a localized string similar to {
  252. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  253. /// &quot;restartButton&quot;: &quot;Jetzt neu starten&quot;,
  254. /// &quot;restartButton8&quot;: &quot;Jetzt neu starten&quot;,
  255. /// &quot;restartButton10&quot;: &quot;Jetzt neu starten&quot;,
  256. /// &quot;restartAndApply&quot;: &quot;Neu starten, um Änderungen anzuwenden&quot;,
  257. /// &quot;txtVersion&quot;: &quot;Version: {VN}&quot;,
  258. /// &quot;btnFind&quot;: &quot;Finden&quot;,
  259. /// &quot;btnKill&quot;: &quot;Töten&quot;,
  260. /// &quot;trayUnlocker&quot;: &quot;Dateihandles&quot;,
  261. /// &quot;txtBitness&quot;: &quot;Betriebssystem: {BITS}&quot;,
  262. /// &quot;onedriveM&quot;: &quot;Möchten Sie OneDrive wirklich deinstallieren? Dadurch werden Ihre Desktop- und Dokumentdateien gelöscht! Verwenden Sie diese Option nur [rest of string was truncated]&quot;;.
  263. /// </summary>
  264. internal static string DE {
  265. get {
  266. return ResourceManager.GetString("DE", resourceCulture);
  267. }
  268. }
  269. /// <summary>
  270. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  271. ///
  272. ///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\DesktopShortcuts]
  273. ///&quot;MUIVerb&quot;=&quot;Desktop Shortcuts&quot;
  274. ///&quot;SubCommands&quot;=&quot;theme;wallpaper;scrnsavr;desktopicons;sound;cursor;DPI;color&quot;
  275. ///&quot;icon&quot;=&quot;desk.cpl&quot;
  276. ///&quot;Position&quot;=-
  277. ///
  278. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\theme]
  279. ///@=&quot;Change Theme&quot;
  280. ///&quot;icon&quot;=&quot;imageres.dll,145&quot;
  281. ///
  282. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\theme\command]
  283. ///@=&quot;control desk [rest of string was truncated]&quot;;.
  284. /// </summary>
  285. internal static string DesktopShortcuts {
  286. get {
  287. return ResourceManager.GetString("DesktopShortcuts", resourceCulture);
  288. }
  289. }
  290. /// <summary>
  291. /// Looks up a localized string similar to rem USE AT OWN RISK AS IS WITHOUT WARRANTY OF ANY KIND !!!!!
  292. ///
  293. ///rem https://docs.microsoft.com/en-us/windows-hardware/customize/desktop/unattend/security-malware-windows-defender-disableantispyware
  294. ///rem &quot;DisableAntiSpyware&quot; is discontinued and will be ignored on client devices, as of the August 2020 (version 4.18.2007.8) update to Microsoft Defender Antivirus.
  295. ///
  296. ///rem Disable Tamper Protection First !!!!!
  297. ///rem https://www.tenforums.com/tutorials/123792-turn-off-tamper-protection-windows-defender-antivirus.html
  298. ///reg [rest of string was truncated]&quot;;.
  299. /// </summary>
  300. internal static string DisableDefenderSafeMode1903Plus {
  301. get {
  302. return ResourceManager.GetString("DisableDefenderSafeMode1903Plus", resourceCulture);
  303. }
  304. }
  305. /// <summary>
  306. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  307. ///
  308. ///[HKEY_CURRENT_USER\Software\Policies\microsoft\office\16.0\osm\preventedapplications]
  309. ///&quot;accesssolution&quot;=dword:00000001
  310. ///&quot;olksolution&quot;=dword:00000001
  311. ///&quot;onenotesolution&quot;=dword:00000001
  312. ///&quot;pptsolution&quot;=dword:00000001
  313. ///&quot;projectsolution&quot;=dword:00000001
  314. ///&quot;publishersolution&quot;=dword:00000001
  315. ///&quot;visiosolution&quot;=dword:00000001
  316. ///&quot;wdsolution&quot;=dword:00000001
  317. ///&quot;xlsolution&quot;=dword:00000001
  318. ///
  319. ///[HKEY_CURRENT_USER\Software\Policies\microsoft\office\16.0\osm\preventedsolutiontypes]
  320. ///&quot;agave&quot;=dword:0000000 [rest of string was truncated]&quot;;.
  321. /// </summary>
  322. internal static string DisableOfficeTelemetry {
  323. get {
  324. return ResourceManager.GetString("DisableOfficeTelemetry", resourceCulture);
  325. }
  326. }
  327. /// <summary>
  328. /// Looks up a localized string similar to schtasks /end /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack2016&quot;
  329. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack2016&quot; /disable
  330. ///schtasks /end /tn &quot;\Microsoft\Office\OfficeTelemetryAgentLogOn2016&quot;
  331. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentLogOn2016&quot; /disable
  332. ///
  333. ///schtasks /end /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack&quot;
  334. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack&quot; /disable
  335. ///schtasks /end /tn &quot;\Microsoft\Office\OfficeTelemetryAgentLogOn&quot; [rest of string was truncated]&quot;;.
  336. /// </summary>
  337. internal static string DisableOfficeTelemetryTasks {
  338. get {
  339. return ResourceManager.GetString("DisableOfficeTelemetryTasks", resourceCulture);
  340. }
  341. }
  342. /// <summary>
  343. /// Looks up a localized string similar to schtasks /end /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\Consolidator&quot;
  344. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\Consolidator&quot; /disable
  345. ///schtasks /end /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\BthSQM&quot;
  346. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\BthSQM&quot; /disable
  347. ///schtasks /end /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\KernelCeipTask&quot;
  348. ///schtasks /change /tn &quot;\Microsoft\Windo [rest of string was truncated]&quot;;.
  349. /// </summary>
  350. internal static string DisableTelemetryTasks {
  351. get {
  352. return ResourceManager.GetString("DisableTelemetryTasks", resourceCulture);
  353. }
  354. }
  355. /// <summary>
  356. /// Looks up a localized string similar to schtasks /end /tn &quot;\Microsoft\XblGameSave\XblGameSaveTask&quot;
  357. ///schtasks /change /tn &quot;\Microsoft\XblGameSave\XblGameSaveTask&quot; /disable
  358. ///schtasks /end /tn &quot;\Microsoft\XblGameSave\XblGameSaveTaskLogon&quot;
  359. ///schtasks /change /tn &quot;\Microsoft\XblGameSave\XblGameSaveTaskLogon&quot; /disable
  360. ///.
  361. /// </summary>
  362. internal static string DisableXboxTasks {
  363. get {
  364. return ResourceManager.GetString("DisableXboxTasks", resourceCulture);
  365. }
  366. }
  367. /// <summary>
  368. /// Looks up a localized resource of type System.Drawing.Bitmap.
  369. /// </summary>
  370. internal static System.Drawing.Bitmap dutch {
  371. get {
  372. object obj = ResourceManager.GetObject("dutch", resourceCulture);
  373. return ((System.Drawing.Bitmap)(obj));
  374. }
  375. }
  376. /// <summary>
  377. /// Looks up a localized resource of type System.Drawing.Bitmap.
  378. /// </summary>
  379. internal static System.Drawing.Bitmap egypt {
  380. get {
  381. object obj = ResourceManager.GetObject("egypt", resourceCulture);
  382. return ((System.Drawing.Bitmap)(obj));
  383. }
  384. }
  385. /// <summary>
  386. /// Looks up a localized string similar to {
  387. /// &quot;btnAbout&quot;: &quot;Εντάξει&quot;,
  388. /// &quot;restartButton&quot;: &quot;Επανεκκίνηση τώρα&quot;,
  389. /// &quot;restartButton8&quot;: &quot;Επανεκκίνηση τώρα&quot;,
  390. /// &quot;restartButton10&quot;: &quot;Επανεκκίνηση τώρα&quot;,
  391. /// &quot;btnFind&quot;: &quot;Εύρεση&quot;,
  392. /// &quot;btnKill&quot;: &quot;Τερματισμός&quot;,
  393. /// &quot;trayUnlocker&quot;: &quot;File Handles&quot;,
  394. /// &quot;restartAndApply&quot;: &quot;Επανεκκίνηση για την εφαρμογή των αλλαγών&quot;,
  395. /// &quot;txtVersion&quot;: &quot;Έκδοση: {VN}&quot;,
  396. /// &quot;txtBitness&quot;: &quot;Αρχιτεκτονική {BITS}&quot;,
  397. /// &quot;linkUpdate&quot;: &quot;Διαθέσιμη ενημέρωση&quot;,
  398. /// &quot;lblLab&quot;: &quot;Πειραματική έκδοση&quot;,
  399. /// &quot;systemRestoreM&quot;: &quot;Είστε σίγουροι ότι θέλετε να απενεργοποιήσετε τα αντίγραφα [rest of string was truncated]&quot;;.
  400. /// </summary>
  401. internal static string EL {
  402. get {
  403. return ResourceManager.GetString("EL", resourceCulture);
  404. }
  405. }
  406. /// <summary>
  407. /// Looks up a localized string similar to {
  408. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  409. /// &quot;restartButton&quot;: &quot;Restart now&quot;,
  410. /// &quot;restartButton8&quot;: &quot;Restart now&quot;,
  411. /// &quot;restartButton10&quot;: &quot;Restart now&quot;,
  412. /// &quot;btnFind&quot;: &quot;Find&quot;,
  413. /// &quot;btnKill&quot;: &quot;Kill&quot;,
  414. /// &quot;trayUnlocker&quot;: &quot;File Handles&quot;,
  415. /// &quot;restartAndApply&quot;: &quot;Restart to apply changes&quot;,
  416. /// &quot;txtVersion&quot;: &quot;Version: {VN}&quot;,
  417. /// &quot;txtBitness&quot;: &quot;You are working with {BITS}&quot;,
  418. /// &quot;linkUpdate&quot;: &quot;Update available&quot;,
  419. /// &quot;lblLab&quot;: &quot;Experimental build\n(delete after testing)&quot;,
  420. /// &quot;performanceSw&quot;: &quot;Optimize Performance&quot;,
  421. /// &quot;networkSw&quot;: &quot;Disable Network Throttling&quot;,
  422. /// &quot;defenderSw [rest of string was truncated]&quot;;.
  423. /// </summary>
  424. internal static string EN {
  425. get {
  426. return ResourceManager.GetString("EN", resourceCulture);
  427. }
  428. }
  429. /// <summary>
  430. /// Looks up a localized string similar to reg add &quot;HKLM\Software\Microsoft\Windows Defender\Features&quot; /v &quot;TamperProtection&quot; /t REG_DWORD /d &quot;1&quot; /f
  431. ///
  432. ///reg add &quot;HKLM\System\CurrentControlSet\Services\SgrmBroker&quot; /v &quot;Start&quot; /t REG_DWORD /d &quot;2&quot; /f
  433. ///
  434. ///reg add &quot;HKLM\System\CurrentControlSet\Services\SecurityHealthService&quot; /v &quot;Start&quot; /t REG_DWORD /d &quot;2&quot; /f
  435. ///
  436. ///rem 1 - Disable Real-time protection
  437. ///reg delete &quot;HKLM\Software\Policies\Microsoft\Windows Defender&quot; /f
  438. ///reg add &quot;HKLM\Software\Policies\Microsoft\Windows Defender&quot; /v &quot;DisableAntiSpyware&quot; /t REG_DWO [rest of string was truncated]&quot;;.
  439. /// </summary>
  440. internal static string EnableDefenderSafeMode1903Plus {
  441. get {
  442. return ResourceManager.GetString("EnableDefenderSafeMode1903Plus", resourceCulture);
  443. }
  444. }
  445. /// <summary>
  446. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  447. ///
  448. ///[HKEY_CURRENT_USER\Software\Policies\microsoft\office\16.0\osm\preventedapplications]
  449. ///&quot;accesssolution&quot;=-
  450. ///&quot;olksolution&quot;=-
  451. ///&quot;onenotesolution&quot;=-
  452. ///&quot;pptsolution&quot;=-
  453. ///&quot;projectsolution&quot;=-
  454. ///&quot;publishersolution&quot;=-
  455. ///&quot;visiosolution&quot;=-
  456. ///&quot;wdsolution&quot;=-
  457. ///&quot;xlsolution&quot;=-
  458. ///
  459. ///[HKEY_CURRENT_USER\Software\Policies\microsoft\office\16.0\osm\preventedsolutiontypes]
  460. ///&quot;agave&quot;=-
  461. ///&quot;appaddins&quot;=-
  462. ///&quot;comaddins&quot;=-
  463. ///&quot;documentfiles&quot;=-
  464. ///&quot;templatefiles&quot;=-
  465. ///.
  466. /// </summary>
  467. internal static string EnableOfficeTelemetry {
  468. get {
  469. return ResourceManager.GetString("EnableOfficeTelemetry", resourceCulture);
  470. }
  471. }
  472. /// <summary>
  473. /// Looks up a localized string similar to schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack2016&quot; /enable
  474. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentLogOn2016&quot; /enable
  475. ///
  476. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack&quot; /enable
  477. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentLogOn&quot; /enable
  478. ///
  479. ///reg add &quot;HKCU\SOFTWARE\Microsoft\Office\15.0\Outlook\Options\Mail&quot; /v &quot;EnableLogging&quot; /t REG_DWORD /d 1 /f
  480. ///reg add &quot;HKCU\SOFTWARE\Microsoft\Office\16.0\Outlook\Options\Mail&quot; /v &quot;EnableLogging&quot; /t [rest of string was truncated]&quot;;.
  481. /// </summary>
  482. internal static string EnableOfficeTelemetryTasks {
  483. get {
  484. return ResourceManager.GetString("EnableOfficeTelemetryTasks", resourceCulture);
  485. }
  486. }
  487. /// <summary>
  488. /// Looks up a localized string similar to schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\Consolidator&quot; /enable
  489. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\BthSQM&quot; /enable
  490. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\KernelCeipTask&quot; /enable
  491. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\UsbCeip&quot; /enable
  492. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\Uploader&quot; /enable
  493. ///schtasks / [rest of string was truncated]&quot;;.
  494. /// </summary>
  495. internal static string EnableTelemetryTasks {
  496. get {
  497. return ResourceManager.GetString("EnableTelemetryTasks", resourceCulture);
  498. }
  499. }
  500. /// <summary>
  501. /// Looks up a localized string similar to schtasks /change /tn &quot;\Microsoft\XblGameSave\XblGameSaveTask&quot; /enable
  502. ///schtasks /change /tn &quot;\Microsoft\XblGameSave\XblGameSaveTaskLogon&quot; /enable
  503. ///.
  504. /// </summary>
  505. internal static string EnableXboxTasks {
  506. get {
  507. return ResourceManager.GetString("EnableXboxTasks", resourceCulture);
  508. }
  509. }
  510. /// <summary>
  511. /// Looks up a localized string similar to {
  512. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  513. /// &quot;restartButton&quot;: &quot;Reiniciar ahora&quot;,
  514. /// &quot;restartButton8&quot;: &quot;Reiniciar ahora&quot;,
  515. /// &quot;restartButton10&quot;: &quot;Reiniciar ahora&quot;,
  516. /// &quot;btnFind&quot;: &quot;Encontrar&quot;,
  517. /// &quot;btnKill&quot;: &quot;Matar&quot;,
  518. /// &quot;trayUnlocker&quot;: &quot;Asas de archivo&quot;,
  519. /// &quot;restartAndApply&quot;: &quot;Reiniciar para aplicar cambios&quot;,
  520. /// &quot;onedriveM&quot;: &quot;¿Seguro que quieres desinstalar OneDrive? ¡Esto eliminará sus archivos de escritorio y documentos! ¡Use esta opción solo en una cuenta local!&quot;,
  521. /// &quot;txtVersion&quot;: &quot;Versión: {VN}&quot;,
  522. /// &quot;systemRestoreM&quot;: &quot;¿Está seguro de que [rest of string was truncated]&quot;;.
  523. /// </summary>
  524. internal static string ES {
  525. get {
  526. return ResourceManager.GetString("ES", resourceCulture);
  527. }
  528. }
  529. /// <summary>
  530. /// Looks up a localized string similar to {
  531. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  532. /// &quot;restartButton&quot;: &quot;redemarrer maintenant&quot;,
  533. /// &quot;restartButton8&quot;: &quot;redemarrer maintenant&quot;,
  534. /// &quot;restartButton10&quot;: &quot;redemarrer maintenant&quot;,
  535. /// &quot;btnFind&quot;: &quot;Trouver&quot;,
  536. /// &quot;btnKill&quot;: &quot;Tuer&quot;,
  537. /// &quot;trayUnlocker&quot;: &quot;Poignées de fichier&quot;,
  538. /// &quot;restartAndApply&quot;: &quot;Redemarrer pour appliquer les changements&quot;,
  539. /// &quot;onedriveM&quot;: &quot;Voulez-vous vraiment désinstaller OneDrive? Cela supprimera vos fichiers de bureau et de document! N&apos;utilisez cette option que sur un compte local!&quot;,
  540. /// &quot;txtVersion&quot;: &quot;Version: {VN}&quot;,
  541. /// &quot;s [rest of string was truncated]&quot;;.
  542. /// </summary>
  543. internal static string FR {
  544. get {
  545. return ResourceManager.GetString("FR", resourceCulture);
  546. }
  547. }
  548. /// <summary>
  549. /// Looks up a localized resource of type System.Drawing.Bitmap.
  550. /// </summary>
  551. internal static System.Drawing.Bitmap france {
  552. get {
  553. object obj = ResourceManager.GetObject("france", resourceCulture);
  554. return ((System.Drawing.Bitmap)(obj));
  555. }
  556. }
  557. /// <summary>
  558. /// Looks up a localized resource of type System.Drawing.Bitmap.
  559. /// </summary>
  560. internal static System.Drawing.Bitmap germany {
  561. get {
  562. object obj = ResourceManager.GetObject("germany", resourceCulture);
  563. return ((System.Drawing.Bitmap)(obj));
  564. }
  565. }
  566. /// <summary>
  567. /// Looks up a localized string similar to @echo off
  568. ///pushd &quot;%~dp0&quot;
  569. ///dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~3*.mum &gt;List.txt
  570. ///dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientTools-Package~3*.mum &gt;&gt;List.txt
  571. ///for /f %%i in (&apos;findstr /i . List.txt 2^&gt;nul&apos;) do dism /online /norestart /add-package:&quot;%SystemRoot%\servicing\Packages\%%i&quot;
  572. ///.
  573. /// </summary>
  574. internal static string GPEditEnablerInHome {
  575. get {
  576. return ResourceManager.GetString("GPEditEnablerInHome", resourceCulture);
  577. }
  578. }
  579. /// <summary>
  580. /// Looks up a localized resource of type System.Drawing.Bitmap.
  581. /// </summary>
  582. internal static System.Drawing.Bitmap greece {
  583. get {
  584. object obj = ResourceManager.GetObject("greece", resourceCulture);
  585. return ((System.Drawing.Bitmap)(obj));
  586. }
  587. }
  588. /// <summary>
  589. /// Looks up a localized resource of type System.Byte[].
  590. /// </summary>
  591. internal static byte[] hosts {
  592. get {
  593. object obj = ResourceManager.GetObject("hosts", resourceCulture);
  594. return ((byte[])(obj));
  595. }
  596. }
  597. /// <summary>
  598. /// Looks up a localized string similar to {
  599. /// &quot;btnAbout&quot;: &quot;Rendben&quot;,
  600. /// &quot;restartButton&quot;: &quot;Újraindítás most&quot;,
  601. /// &quot;restartButton8&quot;: &quot;Újraindítás most&quot;,
  602. /// &quot;restartButton10&quot;: &quot;Újraindítás most&quot;,
  603. /// &quot;restartAndApply&quot;: &quot;Újraindítod az eszközt, hogy a változások érvénybe kerüljenek&quot;,
  604. /// &quot;txtVersion&quot;: &quot;Verzuó: {VN}&quot;,
  605. /// &quot;txtBitness&quot;: &quot;You are working with {BITS}&quot;,
  606. /// &quot;linkUpdate&quot;: &quot;Frissítés elérhető&quot;,
  607. /// &quot;lblLab&quot;: &quot;Kísérleti verzió\n(töröld tesztelés után!)&quot;,
  608. /// &quot;performanceSw&quot;: &quot;Teljesítményjavítások engedélyezése&quot;,
  609. /// &quot;networkSw&quot;: &quot;Hálózati korlátozás letiltása&quot;,
  610. /// &quot;defende [rest of string was truncated]&quot;;.
  611. /// </summary>
  612. internal static string HU {
  613. get {
  614. return ResourceManager.GetString("HU", resourceCulture);
  615. }
  616. }
  617. /// <summary>
  618. /// Looks up a localized resource of type System.Drawing.Bitmap.
  619. /// </summary>
  620. internal static System.Drawing.Bitmap hungary {
  621. get {
  622. object obj = ResourceManager.GetObject("hungary", resourceCulture);
  623. return ((System.Drawing.Bitmap)(obj));
  624. }
  625. }
  626. /// <summary>
  627. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  628. ///
  629. ///[HKEY_CLASSES_ROOT\*\shell\runas]
  630. ///@=&quot;Take Ownership&quot;
  631. ///&quot;NoWorkingDirectory&quot;=&quot;&quot;
  632. ///
  633. ///[HKEY_CLASSES_ROOT\*\shell\runas\command]
  634. ///@=&quot;cmd.exe /c takeown /f \&quot;%1\&quot; &amp;&amp; icacls \&quot;%1\&quot; /grant administrators:F&quot;
  635. ///&quot;IsolatedCommand&quot;=&quot;cmd.exe /c takeown /f \&quot;%1\&quot; &amp;&amp; icacls \&quot;%1\&quot; /grant administrators:F&quot;
  636. ///
  637. ///[HKEY_CLASSES_ROOT\Directory\shell\runas]
  638. ///@=&quot;Take Ownership&quot;
  639. ///&quot;NoWorkingDirectory&quot;=&quot;&quot;
  640. ///
  641. ///[HKEY_CLASSES_ROOT\Directory\shell\runas\command]
  642. ///@=&quot;cmd.exe /c takeown /f \&quot;%1\&quot; /r /d y &amp;&amp; icacls \&quot;% [rest of string was truncated]&quot;;.
  643. /// </summary>
  644. internal static string InstallTakeOwnership {
  645. get {
  646. return ResourceManager.GetString("InstallTakeOwnership", resourceCulture);
  647. }
  648. }
  649. /// <summary>
  650. /// Looks up a localized string similar to {
  651. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  652. /// &quot;restartButton&quot;: &quot;riavvia ora&quot;,
  653. /// &quot;restartButton8&quot;: &quot;riavvia ora&quot;,
  654. /// &quot;restartButton10&quot;: &quot;riavvia ora&quot;,
  655. /// &quot;restartAndApply&quot;: &quot;Riavviare per applicare le modifiche&quot;,
  656. /// &quot;txtVersion&quot;: &quot;Versione: {VN}&quot;,
  657. /// &quot;btnFind&quot;: &quot;Trova&quot;,
  658. /// &quot;btnKill&quot;: &quot;Uccisione&quot;,
  659. /// &quot;trayUnlocker&quot;: &quot;Manici di file&quot;,
  660. /// &quot;txtBitness&quot;: &quot;Architettura: {BITS}&quot;,
  661. /// &quot;linkUpdate&quot;: &quot;Aggiornamento disponibile&quot;,
  662. /// &quot;lblLab&quot;: &quot;Build sperimentale\n(cancellare dopo il test)&quot;,
  663. /// &quot;systemRestoreM&quot;: &quot;Sei sicuro di voler disabilitare Ripristino configur [rest of string was truncated]&quot;;.
  664. /// </summary>
  665. internal static string IT {
  666. get {
  667. return ResourceManager.GetString("IT", resourceCulture);
  668. }
  669. }
  670. /// <summary>
  671. /// Looks up a localized resource of type System.Drawing.Bitmap.
  672. /// </summary>
  673. internal static System.Drawing.Bitmap italy {
  674. get {
  675. object obj = ResourceManager.GetObject("italy", resourceCulture);
  676. return ((System.Drawing.Bitmap)(obj));
  677. }
  678. }
  679. /// <summary>
  680. /// Looks up a localized resource of type System.Drawing.Bitmap.
  681. /// </summary>
  682. internal static System.Drawing.Bitmap jade {
  683. get {
  684. object obj = ResourceManager.GetObject("jade", resourceCulture);
  685. return ((System.Drawing.Bitmap)(obj));
  686. }
  687. }
  688. /// <summary>
  689. /// Looks up a localized string similar to {
  690. /// &quot;btnAbout&quot;: &quot;확인&quot;,
  691. /// &quot;restartButton&quot;: &quot;지금 다시 시작&quot;,
  692. /// &quot;restartButton8&quot;: &quot;지금 다시 시작&quot;,
  693. /// &quot;restartButton10&quot;: &quot;지금 다시 시작&quot;,
  694. /// &quot;btnFind&quot;: &quot;찾기&quot;,
  695. /// &quot;btnKill&quot;: &quot;죽이기&quot;,
  696. /// &quot;trayUnlocker&quot;: &quot;파일 핸들&quot;,
  697. /// &quot;restartAndApply&quot;: &quot;다시 시작하여 변경 사항을 적용하시겠습니까&quot;,
  698. /// &quot;txtVersion&quot;: &quot;버전: {VN}&quot;,
  699. /// &quot;txtBitness&quot;: &quot;{BITS}로 작업중 - 한국어: 비너스걸&quot;,
  700. /// &quot;linkUpdate&quot;: &quot;업데이트 가능&quot;,
  701. /// &quot;lblLab&quot;: &quot;실험 빌드\n(테스트 후 삭제)&quot;,
  702. /// &quot;performanceSw&quot;: &quot;성능 조정 사용함&quot;,
  703. /// &quot;networkSw&quot;: &quot;네트워크 조절 사용 안 함&quot;,
  704. /// &quot;defenderSw&quot;: &quot;Windows Defender 사용 안 함&quot;,
  705. /// &quot;systemRestoreSw&quot;: &quot;시스템 복원 사용 안 함&quot;, [rest of string was truncated]&quot;;.
  706. /// </summary>
  707. internal static string KO {
  708. get {
  709. return ResourceManager.GetString("KO", resourceCulture);
  710. }
  711. }
  712. /// <summary>
  713. /// Looks up a localized resource of type System.Drawing.Bitmap.
  714. /// </summary>
  715. internal static System.Drawing.Bitmap korea {
  716. get {
  717. object obj = ResourceManager.GetObject("korea", resourceCulture);
  718. return ((System.Drawing.Bitmap)(obj));
  719. }
  720. }
  721. /// <summary>
  722. /// Looks up a localized string similar to {
  723. /// &quot;btnAbout&quot;: &quot;باشە&quot;,
  724. /// &quot;restartButton&quot;: &quot;ئێستا ڕیستارتی بکەوە&quot;,
  725. /// &quot;restartButton8&quot;: &quot;ئێستا ڕیستارتی بکەوە&quot;,
  726. /// &quot;restartButton10&quot;: &quot;ئێستا ڕیستارتی بکەوە&quot;,
  727. /// &quot;btnFind&quot;: &quot;بیدۆزەوە&quot;,
  728. /// &quot;btnKill&quot;: &quot;بیکوژە (دایبخە)&quot;,
  729. /// &quot;trayUnlocker&quot;: &quot;دەسکەکانی فایل&quot;,
  730. /// &quot;restartAndApply&quot;: &quot;ڕیستارتی ئەکەیتەوە بۆ بینینی گۆڕانکاریەکان&quot;,
  731. /// &quot;txtVersion&quot;: &quot;وەشان : &quot;,
  732. /// &quot;txtBitness&quot;: &quot;کاردەکەیت (BITS) تۆ لەگەڵ&quot;,
  733. /// &quot;linkUpdate&quot;: &quot;وەشانی نوێ بەردەستە&quot;,
  734. /// &quot;lblLab&quot;: &quot;دروست کردنی تاقیکاری\n سڕینەوە دوای تاقیکردنەو&quot;,
  735. /// &quot;performanceSw&quot;: &quot;کاراکردن بۆ باش [rest of string was truncated]&quot;;.
  736. /// </summary>
  737. internal static string KU {
  738. get {
  739. return ResourceManager.GetString("KU", resourceCulture);
  740. }
  741. }
  742. /// <summary>
  743. /// Looks up a localized resource of type System.Drawing.Bitmap.
  744. /// </summary>
  745. internal static System.Drawing.Bitmap kurdish {
  746. get {
  747. object obj = ResourceManager.GetObject("kurdish", resourceCulture);
  748. return ((System.Drawing.Bitmap)(obj));
  749. }
  750. }
  751. /// <summary>
  752. /// Looks up a localized resource of type System.Drawing.Bitmap.
  753. /// </summary>
  754. internal static System.Drawing.Bitmap loadingAmber {
  755. get {
  756. object obj = ResourceManager.GetObject("loadingAmber", resourceCulture);
  757. return ((System.Drawing.Bitmap)(obj));
  758. }
  759. }
  760. /// <summary>
  761. /// Looks up a localized resource of type System.Drawing.Bitmap.
  762. /// </summary>
  763. internal static System.Drawing.Bitmap loadingAmethyst {
  764. get {
  765. object obj = ResourceManager.GetObject("loadingAmethyst", resourceCulture);
  766. return ((System.Drawing.Bitmap)(obj));
  767. }
  768. }
  769. /// <summary>
  770. /// Looks up a localized resource of type System.Drawing.Bitmap.
  771. /// </summary>
  772. internal static System.Drawing.Bitmap loadingAzurite {
  773. get {
  774. object obj = ResourceManager.GetObject("loadingAzurite", resourceCulture);
  775. return ((System.Drawing.Bitmap)(obj));
  776. }
  777. }
  778. /// <summary>
  779. /// Looks up a localized resource of type System.Drawing.Bitmap.
  780. /// </summary>
  781. internal static System.Drawing.Bitmap loadingJade {
  782. get {
  783. object obj = ResourceManager.GetObject("loadingJade", resourceCulture);
  784. return ((System.Drawing.Bitmap)(obj));
  785. }
  786. }
  787. /// <summary>
  788. /// Looks up a localized resource of type System.Drawing.Bitmap.
  789. /// </summary>
  790. internal static System.Drawing.Bitmap loadingRuby {
  791. get {
  792. object obj = ResourceManager.GetObject("loadingRuby", resourceCulture);
  793. return ((System.Drawing.Bitmap)(obj));
  794. }
  795. }
  796. /// <summary>
  797. /// Looks up a localized resource of type System.Drawing.Bitmap.
  798. /// </summary>
  799. internal static System.Drawing.Bitmap loadingSilver {
  800. get {
  801. object obj = ResourceManager.GetObject("loadingSilver", resourceCulture);
  802. return ((System.Drawing.Bitmap)(obj));
  803. }
  804. }
  805. /// <summary>
  806. /// Looks up a localized resource of type System.Drawing.Bitmap.
  807. /// </summary>
  808. internal static System.Drawing.Bitmap logoAmber {
  809. get {
  810. object obj = ResourceManager.GetObject("logoAmber", resourceCulture);
  811. return ((System.Drawing.Bitmap)(obj));
  812. }
  813. }
  814. /// <summary>
  815. /// Looks up a localized resource of type System.Drawing.Bitmap.
  816. /// </summary>
  817. internal static System.Drawing.Bitmap logoAmethyst {
  818. get {
  819. object obj = ResourceManager.GetObject("logoAmethyst", resourceCulture);
  820. return ((System.Drawing.Bitmap)(obj));
  821. }
  822. }
  823. /// <summary>
  824. /// Looks up a localized resource of type System.Drawing.Bitmap.
  825. /// </summary>
  826. internal static System.Drawing.Bitmap logoAzurite {
  827. get {
  828. object obj = ResourceManager.GetObject("logoAzurite", resourceCulture);
  829. return ((System.Drawing.Bitmap)(obj));
  830. }
  831. }
  832. /// <summary>
  833. /// Looks up a localized resource of type System.Drawing.Bitmap.
  834. /// </summary>
  835. internal static System.Drawing.Bitmap logoJade {
  836. get {
  837. object obj = ResourceManager.GetObject("logoJade", resourceCulture);
  838. return ((System.Drawing.Bitmap)(obj));
  839. }
  840. }
  841. /// <summary>
  842. /// Looks up a localized resource of type System.Drawing.Bitmap.
  843. /// </summary>
  844. internal static System.Drawing.Bitmap logoRuby {
  845. get {
  846. object obj = ResourceManager.GetObject("logoRuby", resourceCulture);
  847. return ((System.Drawing.Bitmap)(obj));
  848. }
  849. }
  850. /// <summary>
  851. /// Looks up a localized resource of type System.Drawing.Bitmap.
  852. /// </summary>
  853. internal static System.Drawing.Bitmap logoSilver {
  854. get {
  855. object obj = ResourceManager.GetObject("logoSilver", resourceCulture);
  856. return ((System.Drawing.Bitmap)(obj));
  857. }
  858. }
  859. /// <summary>
  860. /// Looks up a localized string similar to {
  861. /// &quot;btnAbout&quot;:&quot;OK&quot;,
  862. /// &quot;restartButton&quot;:&quot;Nu opnieuw opstarten&quot;,
  863. /// &quot;restartButton8&quot;:&quot;Nu opnieuw opstarten&quot;,
  864. /// &quot;restartButton10&quot;:&quot;Nu opnieuw opstarten&quot;,
  865. /// &quot;restartAndApply&quot;:&quot;Herstart om wijzigingen toe te passen&quot;,
  866. /// &quot;txtVersion&quot;:&quot;Versie: {VN}&quot;,
  867. /// &quot;btnFind&quot;:&quot;Vind&quot;,
  868. /// &quot;btnKill&quot;:&quot;Dood&quot;,
  869. /// &quot;trayUnlocker&quot;:&quot;Bestandshandvatten&quot;,
  870. /// &quot;txtBitness&quot;:&quot;OS: {BITS}&quot;,
  871. /// &quot;onedriveM&quot;:&quot;Weet u zeker dat u OneDrive wilt verwijderen? Hiermee worden uw bureaublad- en documentbestanden verwijderd! Gebruik deze opt [rest of string was truncated]&quot;;.
  872. /// </summary>
  873. internal static string NL {
  874. get {
  875. return ResourceManager.GetString("NL", resourceCulture);
  876. }
  877. }
  878. /// <summary>
  879. /// Looks up a localized resource of type System.Byte[].
  880. /// </summary>
  881. internal static byte[] OneDrive_Uninstaller {
  882. get {
  883. object obj = ResourceManager.GetObject("OneDrive_Uninstaller", resourceCulture);
  884. return ((byte[])(obj));
  885. }
  886. }
  887. /// <summary>
  888. /// Looks up a localized string similar to {
  889. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  890. /// &quot;restartButton&quot;: &quot;Uruchom ponownie teraz&quot;,
  891. /// &quot;restartButton8&quot;: &quot;Uruchom ponownie teraz&quot;,
  892. /// &quot;restartButton10&quot;: &quot;Uruchom ponownie teraz&quot;,
  893. /// &quot;btnFind&quot;: &quot;Znajdować&quot;,
  894. /// &quot;btnKill&quot;: &quot;Zabić&quot;,
  895. /// &quot;trayUnlocker&quot;: &quot;Uchwyty do plików&quot;,
  896. /// &quot;restartAndApply&quot;: &quot;Uruchom ponownie, aby zastosować zmiany&quot;,
  897. /// &quot;onedriveM&quot;: &quot;Czy na pewno chcesz odinstalować OneDrive? Spowoduje to usunięcie plików pulpitu i dokumentów! Używaj tej opcji tylko na koncie lokalnym!&quot;,
  898. /// &quot;txtVersion&quot;: &quot;Wersja: {VN}&quot;,
  899. /// &quot;systemRest [rest of string was truncated]&quot;;.
  900. /// </summary>
  901. internal static string PL {
  902. get {
  903. return ResourceManager.GetString("PL", resourceCulture);
  904. }
  905. }
  906. /// <summary>
  907. /// Looks up a localized resource of type System.Drawing.Bitmap.
  908. /// </summary>
  909. internal static System.Drawing.Bitmap poland {
  910. get {
  911. object obj = ResourceManager.GetObject("poland", resourceCulture);
  912. return ((System.Drawing.Bitmap)(obj));
  913. }
  914. }
  915. /// <summary>
  916. /// Looks up a localized resource of type System.Byte[].
  917. /// </summary>
  918. internal static byte[] Poppins_Regular {
  919. get {
  920. object obj = ResourceManager.GetObject("Poppins_Regular", resourceCulture);
  921. return ((byte[])(obj));
  922. }
  923. }
  924. /// <summary>
  925. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  926. ///
  927. ///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\Power Menu]
  928. ///&quot;MUIVerb&quot;=&quot;Power Menu&quot;
  929. ///&quot;SubCommands&quot;=&quot;lock;logoff;switch;sleep;hibernate;restart;safemode;shutdown;hybridshutdown&quot;
  930. ///&quot;Icon&quot;=&quot;shell32.dll,215&quot;
  931. ///&quot;Position&quot;=&quot;bottom&quot;
  932. ///
  933. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\lock]
  934. ///@=&quot;Lock&quot;
  935. ///
  936. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\lock\command]
  937. ///@=&quot;Rundll32 User32.dll,LockWorkStati [rest of string was truncated]&quot;;.
  938. /// </summary>
  939. internal static string PowerMenu {
  940. get {
  941. return ResourceManager.GetString("PowerMenu", resourceCulture);
  942. }
  943. }
  944. /// <summary>
  945. /// Looks up a localized string similar to {
  946. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  947. /// &quot;restartButton&quot;: &quot;reinicie agora&quot;,
  948. /// &quot;restartButton8&quot;: &quot;reinicie agora&quot;,
  949. /// &quot;restartButton10&quot;: &quot;reinicie agora&quot;,
  950. /// &quot;btnFind&quot;: &quot;Encontrar&quot;,
  951. /// &quot;btnKill&quot;: &quot;Matar&quot;,
  952. /// &quot;trayUnlocker&quot;: &quot;Alças de arquivo&quot;,
  953. /// &quot;restartAndApply&quot;: &quot;Reiniciar para aplicar as alterações&quot;,
  954. /// &quot;onedriveM&quot;: &quot;Tem certeza de que deseja desinstalar o OneDrive? Isso excluirá seus arquivos da área de trabalho e de documentos! Use esta opção apenas em uma conta local!&quot;,
  955. /// &quot;CleanPreviewForm&quot;: &quot;Antevisão Limpa&quot;,
  956. /// &quot;systemRestoreM&quot;: &quot;Tem [rest of string was truncated]&quot;;.
  957. /// </summary>
  958. internal static string PT {
  959. get {
  960. return ResourceManager.GetString("PT", resourceCulture);
  961. }
  962. }
  963. /// <summary>
  964. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  965. ///
  966. ///
  967. ///[-HKEY_CLASSES_ROOT\*\shell\runas]
  968. ///
  969. ///[-HKEY_CLASSES_ROOT\Directory\shell\runas]
  970. ///.
  971. /// </summary>
  972. internal static string RemoveTakeOwnership {
  973. get {
  974. return ResourceManager.GetString("RemoveTakeOwnership", resourceCulture);
  975. }
  976. }
  977. /// <summary>
  978. /// Looks up a localized string similar to {
  979. /// &quot;btnAbout&quot;: &quot;Bine&quot;,
  980. /// &quot;restartButton&quot;: &quot;Reporniți acum&quot;,
  981. /// &quot;restartButton8&quot;: &quot;Reporniți acum&quot;,
  982. /// &quot;restartButton10&quot;: &quot;Reporniți acum&quot;,
  983. /// &quot;btnFind&quot;: &quot;Găsește&quot;,
  984. /// &quot;btnKill&quot;: &quot;Termin&quot;,
  985. /// &quot;trayUnlocker&quot;: &quot;Mânere de fișiere&quot;,
  986. /// &quot;restartAndApply&quot;: &quot;Reporniți pentru a aplica modificări&quot;,
  987. /// &quot;txtVersion&quot;: &quot;Versiune: {VN}&quot;,
  988. /// &quot;txtBitness&quot;: &quot;Tu lucrezi cu {BITS}&quot;,
  989. /// &quot;linkUpdate&quot;: &quot;Actualizare disponibilă&quot;,
  990. /// &quot;lblLab&quot;: &quot;Construcție experimentală\n(șterge după testare)&quot;,
  991. /// &quot;performanceSw&quot;: &quot;Activează trucuri performa [rest of string was truncated]&quot;;.
  992. /// </summary>
  993. internal static string RO {
  994. get {
  995. return ResourceManager.GetString("RO", resourceCulture);
  996. }
  997. }
  998. /// <summary>
  999. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1000. /// </summary>
  1001. internal static System.Drawing.Bitmap romania {
  1002. get {
  1003. object obj = ResourceManager.GetObject("romania", resourceCulture);
  1004. return ((System.Drawing.Bitmap)(obj));
  1005. }
  1006. }
  1007. /// <summary>
  1008. /// Looks up a localized string similar to {
  1009. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  1010. /// &quot;restartButton&quot;: &quot;Перезапустить сейчас&quot;,
  1011. /// &quot;restartButton8&quot;: &quot;Перезапустить сейчас&quot;,
  1012. /// &quot;restartButton10&quot;: &quot;Перезапустить сейчас&quot;,
  1013. /// &quot;restartAndApply&quot;: &quot;Перезапустить, чтобы применить изменения&quot;,
  1014. /// &quot;txtVersion&quot;: &quot;Версия: {VN}&quot;,
  1015. /// &quot;btnFind&quot;: &quot;Находить&quot;,
  1016. /// &quot;btnKill&quot;: &quot;Убийство&quot;,
  1017. /// &quot;trayUnlocker&quot;: &quot;Дескрипторы файлов&quot;,
  1018. /// &quot;txtBitness&quot;: &quot;Вы работаете с {BITS}&quot;,
  1019. /// &quot;systemRestoreM&quot;: &quot;Вы уверены, что хотите отключить восстановление системы? Это удалит ваши текущие резервные изображения!&quot;,
  1020. /// &quot;onedriveM&quot;: [rest of string was truncated]&quot;;.
  1021. /// </summary>
  1022. internal static string RU {
  1023. get {
  1024. return ResourceManager.GetString("RU", resourceCulture);
  1025. }
  1026. }
  1027. /// <summary>
  1028. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1029. /// </summary>
  1030. internal static System.Drawing.Bitmap ruby {
  1031. get {
  1032. object obj = ResourceManager.GetObject("ruby", resourceCulture);
  1033. return ((System.Drawing.Bitmap)(obj));
  1034. }
  1035. }
  1036. /// <summary>
  1037. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1038. /// </summary>
  1039. internal static System.Drawing.Bitmap russia {
  1040. get {
  1041. object obj = ResourceManager.GetObject("russia", resourceCulture);
  1042. return ((System.Drawing.Bitmap)(obj));
  1043. }
  1044. }
  1045. /// <summary>
  1046. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1047. /// </summary>
  1048. internal static System.Drawing.Bitmap silver {
  1049. get {
  1050. object obj = ResourceManager.GetObject("silver", resourceCulture);
  1051. return ((System.Drawing.Bitmap)(obj));
  1052. }
  1053. }
  1054. /// <summary>
  1055. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1056. /// </summary>
  1057. internal static System.Drawing.Bitmap spain {
  1058. get {
  1059. object obj = ResourceManager.GetObject("spain", resourceCulture);
  1060. return ((System.Drawing.Bitmap)(obj));
  1061. }
  1062. }
  1063. /// <summary>
  1064. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  1065. ///
  1066. ///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\SystemShortcuts]
  1067. ///&quot;MUIVerb&quot;=&quot;System Shortcuts&quot;
  1068. ///&quot;SubCommands&quot;=&quot;admintools;datetime;regional;folderoptions;gmode;internetoptions;network;power;appwiz;rbin;run;search;services;sysdm;user;user2;flip3d&quot;
  1069. ///&quot;icon&quot;=&quot;sysdm.cpl&quot;
  1070. ///&quot;Position&quot;=-
  1071. ///
  1072. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\admintools]
  1073. ///@=&quot;Administrative Tools&quot;
  1074. ///&quot;icon&quot;=&quot;imageres.dll,109&quot;
  1075. ///
  1076. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Micros [rest of string was truncated]&quot;;.
  1077. /// </summary>
  1078. internal static string SystemShortcuts {
  1079. get {
  1080. return ResourceManager.GetString("SystemShortcuts", resourceCulture);
  1081. }
  1082. }
  1083. /// <summary>
  1084. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  1085. ///
  1086. ///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\SystemTools]
  1087. ///&quot;MUIVerb&quot;=&quot;System Tools&quot;
  1088. ///&quot;SubCommands&quot;=&quot;control;cleanmgr;devmgr;event;regedit;secctr;msconfig;taskmgr;taskschd;wu&quot;
  1089. ///&quot;icon&quot;=&quot;imageres.dll,104&quot;
  1090. ///&quot;Position&quot;=-
  1091. ///
  1092. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\control]
  1093. ///@=&quot;Control Panel&quot;
  1094. ///&quot;icon&quot;=&quot;control.exe&quot;
  1095. ///
  1096. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\control\command]
  1097. ///@=&quot;c [rest of string was truncated]&quot;;.
  1098. /// </summary>
  1099. internal static string SystemTools {
  1100. get {
  1101. return ResourceManager.GetString("SystemTools", resourceCulture);
  1102. }
  1103. }
  1104. /// <summary>
  1105. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1106. /// </summary>
  1107. internal static System.Drawing.Bitmap taiwan {
  1108. get {
  1109. object obj = ResourceManager.GetObject("taiwan", resourceCulture);
  1110. return ((System.Drawing.Bitmap)(obj));
  1111. }
  1112. }
  1113. /// <summary>
  1114. /// Looks up a localized string similar to {
  1115. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  1116. /// &quot;restartButton&quot;: &quot;şimdi yeniden başlat&quot;,
  1117. /// &quot;restartButton8&quot;: &quot;şimdi yeniden başlat&quot;,
  1118. /// &quot;restartButton10&quot;: &quot;şimdi yeniden başlat&quot;,
  1119. /// &quot;restartAndApply&quot;: &quot;Değişiklikleri uygulamak için yeniden başlatılsın mı&quot;,
  1120. /// &quot;onedriveM&quot;: &quot;OneDrive&apos;ı kaldırmak istediğinizden emin misiniz? Bu, Masaüstü ve Belge dosyalarınızı siler! Bu seçeneği yalnızca yerel bir hesapta kullanın!&quot;,
  1121. /// &quot;txtVersion&quot;: &quot;Versiyon: {VN}&quot;,
  1122. /// &quot;txtBitness&quot;: &quot;{BITS} ile çalışıyor.&quot;,
  1123. /// &quot;btnFind&quot;: &quot;Bulmak&quot;,
  1124. /// &quot;btnKill&quot;: &quot;Öldürmek&quot;,
  1125. /// &quot;trayUn [rest of string was truncated]&quot;;.
  1126. /// </summary>
  1127. internal static string TR {
  1128. get {
  1129. return ResourceManager.GetString("TR", resourceCulture);
  1130. }
  1131. }
  1132. /// <summary>
  1133. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1134. /// </summary>
  1135. internal static System.Drawing.Bitmap turkey {
  1136. get {
  1137. object obj = ResourceManager.GetObject("turkey", resourceCulture);
  1138. return ((System.Drawing.Bitmap)(obj));
  1139. }
  1140. }
  1141. /// <summary>
  1142. /// Looks up a localized string similar to {
  1143. /// &quot;btnAbout&quot;: &quot;確定&quot;,
  1144. /// &quot;restartButton&quot;: &quot;現在重啟&quot;,
  1145. /// &quot;restartButton8&quot;: &quot;現在重啟&quot;,
  1146. /// &quot;restartButton10&quot;: &quot;現在重啟&quot;,
  1147. /// &quot;restartAndApply&quot;: &quot;重新啟動以應用更改&quot;,
  1148. /// &quot;onedriveM&quot;: &quot;確定要卸載 OneDrive 嗎? 這將刪除您的桌面和文檔文件! 僅在本地帳戶上使用此選項!&quot;,
  1149. /// &quot;txtVersion&quot;: &quot;版本: {VN}&quot;,
  1150. /// &quot;systemRestoreM&quot;: &quot;您確定要禁用系統還原嗎? 這將刪除您當前的備份圖像!&quot;,
  1151. /// &quot;txtBitness&quot;: &quot;您使用的是{BITS}&quot;,
  1152. /// &quot;btnFind&quot;: &quot;尋找&quot;,
  1153. /// &quot;btnKill&quot;: &quot;殺&quot;,
  1154. /// &quot;trayUnlocker&quot;: &quot;文件句柄&quot;,
  1155. /// &quot;linkUpdate&quot;: &quot;更新可用&quot;,
  1156. /// &quot;lblLab&quot;: &quot;實驗構建\n(刪除後測試)&quot;,
  1157. /// &quot;performanceSw&quot;: &quot;啟用性能調整&quot;,
  1158. /// &quot;networkSw&quot;: &quot;禁用網路節流&quot;,
  1159. /// &quot;defenderSw&quot;: &quot;禁用 Windows [rest of string was truncated]&quot;;.
  1160. /// </summary>
  1161. internal static string TW {
  1162. get {
  1163. return ResourceManager.GetString("TW", resourceCulture);
  1164. }
  1165. }
  1166. /// <summary>
  1167. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1168. /// </summary>
  1169. internal static System.Drawing.Bitmap united_kingdom {
  1170. get {
  1171. object obj = ResourceManager.GetObject("united_kingdom", resourceCulture);
  1172. return ((System.Drawing.Bitmap)(obj));
  1173. }
  1174. }
  1175. /// <summary>
  1176. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  1177. ///
  1178. ///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\WindowsApps]
  1179. ///&quot;MUIVerb&quot;=&quot;Windows Apps&quot;
  1180. ///&quot;SubCommands&quot;=&quot;calc;chmap;cmd;dfrg;ie;notepad;paint;psr;snip;srd;srt;tsch;wmp;wordpad&quot;
  1181. ///&quot;icon&quot;=&quot;imageres.dll,152&quot;
  1182. ///&quot;Position&quot;=-
  1183. ///
  1184. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\calc]
  1185. ///@=&quot;Calculator&quot;
  1186. ///&quot;icon&quot;=&quot;calc.exe&quot;
  1187. ///
  1188. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\calc\command]
  1189. ///@=&quot;calc.exe&quot;
  1190. ///
  1191. ///[HK [rest of string was truncated]&quot;;.
  1192. /// </summary>
  1193. internal static string WindowsApps {
  1194. get {
  1195. return ResourceManager.GetString("WindowsApps", resourceCulture);
  1196. }
  1197. }
  1198. }
  1199. }