Resources.Designer.cs 59 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261
  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;禁用 [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? [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 nu [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 egypt {
  371. get {
  372. object obj = ResourceManager.GetObject("egypt", resourceCulture);
  373. return ((System.Drawing.Bitmap)(obj));
  374. }
  375. }
  376. /// <summary>
  377. /// Looks up a localized string similar to {
  378. /// &quot;btnAbout&quot;: &quot;Εντάξει&quot;,
  379. /// &quot;restartButton&quot;: &quot;Επανεκκίνηση τώρα&quot;,
  380. /// &quot;restartButton8&quot;: &quot;Επανεκκίνηση τώρα&quot;,
  381. /// &quot;restartButton10&quot;: &quot;Επανεκκίνηση τώρα&quot;,
  382. /// &quot;btnFind&quot;: &quot;Εύρεση&quot;,
  383. /// &quot;btnKill&quot;: &quot;Τερματισμός&quot;,
  384. /// &quot;trayUnlocker&quot;: &quot;File Handles&quot;,
  385. /// &quot;restartAndApply&quot;: &quot;Επανεκκίνηση για την εφαρμογή των αλλαγών;&quot;,
  386. /// &quot;txtVersion&quot;: &quot;Έκδοση: {VN}&quot;,
  387. /// &quot;txtBitness&quot;: &quot;Αρχιτεκτονική {BITS}&quot;,
  388. /// &quot;linkUpdate&quot;: &quot;Διαθέσιμη ενημέρωση&quot;,
  389. /// &quot;lblLab&quot;: &quot;Πειραματική έκδοση&quot;,
  390. /// &quot;systemRestoreM&quot;: &quot;Είστε σίγουροι ότι θέλετε να απενεργοποιήσετε τα αντίγραφ [rest of string was truncated]&quot;;.
  391. /// </summary>
  392. internal static string EL {
  393. get {
  394. return ResourceManager.GetString("EL", resourceCulture);
  395. }
  396. }
  397. /// <summary>
  398. /// Looks up a localized string similar to {
  399. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  400. /// &quot;restartButton&quot;: &quot;Restart now&quot;,
  401. /// &quot;restartButton8&quot;: &quot;Restart now&quot;,
  402. /// &quot;restartButton10&quot;: &quot;Restart now&quot;,
  403. /// &quot;btnFind&quot;: &quot;Find&quot;,
  404. /// &quot;btnKill&quot;: &quot;Kill&quot;,
  405. /// &quot;trayUnlocker&quot;: &quot;File Handles&quot;,
  406. /// &quot;restartAndApply&quot;: &quot;Restart to apply changes?&quot;,
  407. /// &quot;txtVersion&quot;: &quot;Version: {VN}&quot;,
  408. /// &quot;txtBitness&quot;: &quot;You are working with {BITS}&quot;,
  409. /// &quot;linkUpdate&quot;: &quot;Update available&quot;,
  410. /// &quot;lblLab&quot;: &quot;Experimental build\n(delete after testing)&quot;,
  411. /// &quot;performanceSw&quot;: &quot;Enable Performance Tweaks&quot;,
  412. /// &quot;networkSw&quot;: &quot;Disable Network Throttling&quot;,
  413. /// &quot;defe [rest of string was truncated]&quot;;.
  414. /// </summary>
  415. internal static string EN {
  416. get {
  417. return ResourceManager.GetString("EN", resourceCulture);
  418. }
  419. }
  420. /// <summary>
  421. /// 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
  422. ///
  423. ///reg add &quot;HKLM\System\CurrentControlSet\Services\SgrmBroker&quot; /v &quot;Start&quot; /t REG_DWORD /d &quot;2&quot; /f
  424. ///
  425. ///reg add &quot;HKLM\System\CurrentControlSet\Services\SecurityHealthService&quot; /v &quot;Start&quot; /t REG_DWORD /d &quot;2&quot; /f
  426. ///
  427. ///rem 1 - Disable Real-time protection
  428. ///reg delete &quot;HKLM\Software\Policies\Microsoft\Windows Defender&quot; /f
  429. ///reg add &quot;HKLM\Software\Policies\Microsoft\Windows Defender&quot; /v &quot;DisableAntiSpyware&quot; /t REG_DWO [rest of string was truncated]&quot;;.
  430. /// </summary>
  431. internal static string EnableDefenderSafeMode1903Plus {
  432. get {
  433. return ResourceManager.GetString("EnableDefenderSafeMode1903Plus", resourceCulture);
  434. }
  435. }
  436. /// <summary>
  437. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  438. ///
  439. ///[HKEY_CURRENT_USER\Software\Policies\microsoft\office\16.0\osm\preventedapplications]
  440. ///&quot;accesssolution&quot;=-
  441. ///&quot;olksolution&quot;=-
  442. ///&quot;onenotesolution&quot;=-
  443. ///&quot;pptsolution&quot;=-
  444. ///&quot;projectsolution&quot;=-
  445. ///&quot;publishersolution&quot;=-
  446. ///&quot;visiosolution&quot;=-
  447. ///&quot;wdsolution&quot;=-
  448. ///&quot;xlsolution&quot;=-
  449. ///
  450. ///[HKEY_CURRENT_USER\Software\Policies\microsoft\office\16.0\osm\preventedsolutiontypes]
  451. ///&quot;agave&quot;=-
  452. ///&quot;appaddins&quot;=-
  453. ///&quot;comaddins&quot;=-
  454. ///&quot;documentfiles&quot;=-
  455. ///&quot;templatefiles&quot;=-
  456. ///.
  457. /// </summary>
  458. internal static string EnableOfficeTelemetry {
  459. get {
  460. return ResourceManager.GetString("EnableOfficeTelemetry", resourceCulture);
  461. }
  462. }
  463. /// <summary>
  464. /// Looks up a localized string similar to schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack2016&quot; /enable
  465. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentLogOn2016&quot; /enable
  466. ///
  467. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack&quot; /enable
  468. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentLogOn&quot; /enable
  469. ///
  470. ///reg add &quot;HKCU\SOFTWARE\Microsoft\Office\15.0\Outlook\Options\Mail&quot; /v &quot;EnableLogging&quot; /t REG_DWORD /d 1 /f
  471. ///reg add &quot;HKCU\SOFTWARE\Microsoft\Office\16.0\Outlook\Options\Mail&quot; /v &quot;EnableLogging&quot; /t [rest of string was truncated]&quot;;.
  472. /// </summary>
  473. internal static string EnableOfficeTelemetryTasks {
  474. get {
  475. return ResourceManager.GetString("EnableOfficeTelemetryTasks", resourceCulture);
  476. }
  477. }
  478. /// <summary>
  479. /// Looks up a localized string similar to schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\Consolidator&quot; /enable
  480. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\BthSQM&quot; /enable
  481. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\KernelCeipTask&quot; /enable
  482. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\UsbCeip&quot; /enable
  483. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\Uploader&quot; /enable
  484. ///schtasks / [rest of string was truncated]&quot;;.
  485. /// </summary>
  486. internal static string EnableTelemetryTasks {
  487. get {
  488. return ResourceManager.GetString("EnableTelemetryTasks", resourceCulture);
  489. }
  490. }
  491. /// <summary>
  492. /// Looks up a localized string similar to schtasks /change /tn &quot;\Microsoft\XblGameSave\XblGameSaveTask&quot; /enable
  493. ///schtasks /change /tn &quot;\Microsoft\XblGameSave\XblGameSaveTaskLogon&quot; /enable
  494. ///.
  495. /// </summary>
  496. internal static string EnableXboxTasks {
  497. get {
  498. return ResourceManager.GetString("EnableXboxTasks", resourceCulture);
  499. }
  500. }
  501. /// <summary>
  502. /// Looks up a localized string similar to {
  503. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  504. /// &quot;restartButton&quot;: &quot;Reiniciar ahora&quot;,
  505. /// &quot;restartButton8&quot;: &quot;Reiniciar ahora&quot;,
  506. /// &quot;restartButton10&quot;: &quot;Reiniciar ahora&quot;,
  507. /// &quot;btnFind&quot;: &quot;Encontrar&quot;,
  508. /// &quot;btnKill&quot;: &quot;Matar&quot;,
  509. /// &quot;trayUnlocker&quot;: &quot;Asas de archivo&quot;,
  510. /// &quot;restartAndApply&quot;: &quot;Reiniciar para aplicar cambios?&quot;,
  511. /// &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;,
  512. /// &quot;txtVersion&quot;: &quot;Versión: {VN}&quot;,
  513. /// &quot;systemRestoreM&quot;: &quot;¿Está seguro de qu [rest of string was truncated]&quot;;.
  514. /// </summary>
  515. internal static string ES {
  516. get {
  517. return ResourceManager.GetString("ES", resourceCulture);
  518. }
  519. }
  520. /// <summary>
  521. /// Looks up a localized string similar to {
  522. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  523. /// &quot;restartButton&quot;: &quot;redemarrer maintenant&quot;,
  524. /// &quot;restartButton8&quot;: &quot;redemarrer maintenant&quot;,
  525. /// &quot;restartButton10&quot;: &quot;redemarrer maintenant&quot;,
  526. /// &quot;btnFind&quot;: &quot;Trouver&quot;,
  527. /// &quot;btnKill&quot;: &quot;Tuer&quot;,
  528. /// &quot;trayUnlocker&quot;: &quot;Poignées de fichier&quot;,
  529. /// &quot;restartAndApply&quot;: &quot;Redemarrer pour appliquer les changements?&quot;,
  530. /// &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;,
  531. /// &quot;txtVersion&quot;: &quot;Version: {VN}&quot;,
  532. /// &quot; [rest of string was truncated]&quot;;.
  533. /// </summary>
  534. internal static string FR {
  535. get {
  536. return ResourceManager.GetString("FR", resourceCulture);
  537. }
  538. }
  539. /// <summary>
  540. /// Looks up a localized resource of type System.Drawing.Bitmap.
  541. /// </summary>
  542. internal static System.Drawing.Bitmap france {
  543. get {
  544. object obj = ResourceManager.GetObject("france", resourceCulture);
  545. return ((System.Drawing.Bitmap)(obj));
  546. }
  547. }
  548. /// <summary>
  549. /// Looks up a localized resource of type System.Drawing.Bitmap.
  550. /// </summary>
  551. internal static System.Drawing.Bitmap germany {
  552. get {
  553. object obj = ResourceManager.GetObject("germany", resourceCulture);
  554. return ((System.Drawing.Bitmap)(obj));
  555. }
  556. }
  557. /// <summary>
  558. /// Looks up a localized string similar to @echo off
  559. ///pushd &quot;%~dp0&quot;
  560. ///dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~3*.mum &gt;List.txt
  561. ///dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientTools-Package~3*.mum &gt;&gt;List.txt
  562. ///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;
  563. ///.
  564. /// </summary>
  565. internal static string GPEditEnablerInHome {
  566. get {
  567. return ResourceManager.GetString("GPEditEnablerInHome", resourceCulture);
  568. }
  569. }
  570. /// <summary>
  571. /// Looks up a localized resource of type System.Drawing.Bitmap.
  572. /// </summary>
  573. internal static System.Drawing.Bitmap greece {
  574. get {
  575. object obj = ResourceManager.GetObject("greece", resourceCulture);
  576. return ((System.Drawing.Bitmap)(obj));
  577. }
  578. }
  579. /// <summary>
  580. /// Looks up a localized resource of type System.Byte[].
  581. /// </summary>
  582. internal static byte[] hosts {
  583. get {
  584. object obj = ResourceManager.GetObject("hosts", resourceCulture);
  585. return ((byte[])(obj));
  586. }
  587. }
  588. /// <summary>
  589. /// Looks up a localized string similar to {
  590. /// &quot;btnAbout&quot;: &quot;Rendben&quot;,
  591. /// &quot;restartButton&quot;: &quot;Újraindítás most&quot;,
  592. /// &quot;restartButton8&quot;: &quot;Újraindítás most&quot;,
  593. /// &quot;restartButton10&quot;: &quot;Újraindítás most&quot;,
  594. /// &quot;restartAndApply&quot;: &quot;Újraindítod az eszközt, hogy a változások érvénybe kerüljenek?&quot;,
  595. /// &quot;txtVersion&quot;: &quot;Verzuó: {VN}&quot;,
  596. /// &quot;txtBitness&quot;: &quot;You are working with {BITS}&quot;,
  597. /// &quot;linkUpdate&quot;: &quot;Frissítés elérhető&quot;,
  598. /// &quot;lblLab&quot;: &quot;Kísérleti verzió\n(töröld tesztelés után!)&quot;,
  599. /// &quot;performanceSw&quot;: &quot;Teljesítményjavítások engedélyezése&quot;,
  600. /// &quot;networkSw&quot;: &quot;Hálózati korlátozás letiltása&quot;,
  601. /// &quot;defend [rest of string was truncated]&quot;;.
  602. /// </summary>
  603. internal static string HU {
  604. get {
  605. return ResourceManager.GetString("HU", resourceCulture);
  606. }
  607. }
  608. /// <summary>
  609. /// Looks up a localized resource of type System.Drawing.Bitmap.
  610. /// </summary>
  611. internal static System.Drawing.Bitmap hungary {
  612. get {
  613. object obj = ResourceManager.GetObject("hungary", resourceCulture);
  614. return ((System.Drawing.Bitmap)(obj));
  615. }
  616. }
  617. /// <summary>
  618. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  619. ///
  620. ///[HKEY_CLASSES_ROOT\*\shell\runas]
  621. ///@=&quot;Take Ownership&quot;
  622. ///&quot;NoWorkingDirectory&quot;=&quot;&quot;
  623. ///
  624. ///[HKEY_CLASSES_ROOT\*\shell\runas\command]
  625. ///@=&quot;cmd.exe /c takeown /f \&quot;%1\&quot; &amp;&amp; icacls \&quot;%1\&quot; /grant administrators:F&quot;
  626. ///&quot;IsolatedCommand&quot;=&quot;cmd.exe /c takeown /f \&quot;%1\&quot; &amp;&amp; icacls \&quot;%1\&quot; /grant administrators:F&quot;
  627. ///
  628. ///[HKEY_CLASSES_ROOT\Directory\shell\runas]
  629. ///@=&quot;Take Ownership&quot;
  630. ///&quot;NoWorkingDirectory&quot;=&quot;&quot;
  631. ///
  632. ///[HKEY_CLASSES_ROOT\Directory\shell\runas\command]
  633. ///@=&quot;cmd.exe /c takeown /f \&quot;%1\&quot; /r /d y &amp;&amp; icacls \&quot;% [rest of string was truncated]&quot;;.
  634. /// </summary>
  635. internal static string InstallTakeOwnership {
  636. get {
  637. return ResourceManager.GetString("InstallTakeOwnership", resourceCulture);
  638. }
  639. }
  640. /// <summary>
  641. /// Looks up a localized string similar to {
  642. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  643. /// &quot;restartButton&quot;: &quot;riavvia ora&quot;,
  644. /// &quot;restartButton8&quot;: &quot;riavvia ora&quot;,
  645. /// &quot;restartButton10&quot;: &quot;riavvia ora&quot;,
  646. /// &quot;restartAndApply&quot;: &quot;Riavviare per applicare le modifiche?&quot;,
  647. /// &quot;txtVersion&quot;: &quot;Versione: {VN}&quot;,
  648. /// &quot;btnFind&quot;: &quot;Trova&quot;,
  649. /// &quot;btnKill&quot;: &quot;Uccisione&quot;,
  650. /// &quot;trayUnlocker&quot;: &quot;Manici di file&quot;,
  651. /// &quot;txtBitness&quot;: &quot;Architettura: {BITS}&quot;,
  652. /// &quot;linkUpdate&quot;: &quot;Aggiornamento disponibile&quot;,
  653. /// &quot;lblLab&quot;: &quot;Build sperimentale\n(cancellare dopo il test)&quot;,
  654. /// &quot;systemRestoreM&quot;: &quot;Sei sicuro di voler disabilitare Ripristino configu [rest of string was truncated]&quot;;.
  655. /// </summary>
  656. internal static string IT {
  657. get {
  658. return ResourceManager.GetString("IT", resourceCulture);
  659. }
  660. }
  661. /// <summary>
  662. /// Looks up a localized resource of type System.Drawing.Bitmap.
  663. /// </summary>
  664. internal static System.Drawing.Bitmap italy {
  665. get {
  666. object obj = ResourceManager.GetObject("italy", resourceCulture);
  667. return ((System.Drawing.Bitmap)(obj));
  668. }
  669. }
  670. /// <summary>
  671. /// Looks up a localized resource of type System.Drawing.Bitmap.
  672. /// </summary>
  673. internal static System.Drawing.Bitmap jade {
  674. get {
  675. object obj = ResourceManager.GetObject("jade", resourceCulture);
  676. return ((System.Drawing.Bitmap)(obj));
  677. }
  678. }
  679. /// <summary>
  680. /// Looks up a localized string similar to {
  681. /// &quot;btnAbout&quot;: &quot;확인&quot;,
  682. /// &quot;restartButton&quot;: &quot;지금 다시 시작&quot;,
  683. /// &quot;restartButton8&quot;: &quot;지금 다시 시작&quot;,
  684. /// &quot;restartButton10&quot;: &quot;지금 다시 시작&quot;,
  685. /// &quot;btnFind&quot;: &quot;찾기&quot;,
  686. /// &quot;btnKill&quot;: &quot;죽이기&quot;,
  687. /// &quot;trayUnlocker&quot;: &quot;파일 핸들&quot;,
  688. /// &quot;restartAndApply&quot;: &quot;다시 시작하여 변경 사항을 적용하시겠습니까?&quot;,
  689. /// &quot;txtVersion&quot;: &quot;버전: {VN}&quot;,
  690. /// &quot;txtBitness&quot;: &quot;{BITS}로 작업중 - 한국어: 비너스걸&quot;,
  691. /// &quot;linkUpdate&quot;: &quot;업데이트 가능&quot;,
  692. /// &quot;lblLab&quot;: &quot;실험 빌드\n(테스트 후 삭제)&quot;,
  693. /// &quot;performanceSw&quot;: &quot;성능 조정 사용함&quot;,
  694. /// &quot;networkSw&quot;: &quot;네트워크 조절 사용 안 함&quot;,
  695. /// &quot;defenderSw&quot;: &quot;Windows Defender 사용 안 함&quot;,
  696. /// &quot;systemRestoreSw&quot;: &quot;시스템 복원 사용 안 함&quot; [rest of string was truncated]&quot;;.
  697. /// </summary>
  698. internal static string KO {
  699. get {
  700. return ResourceManager.GetString("KO", resourceCulture);
  701. }
  702. }
  703. /// <summary>
  704. /// Looks up a localized resource of type System.Drawing.Bitmap.
  705. /// </summary>
  706. internal static System.Drawing.Bitmap korea {
  707. get {
  708. object obj = ResourceManager.GetObject("korea", resourceCulture);
  709. return ((System.Drawing.Bitmap)(obj));
  710. }
  711. }
  712. /// <summary>
  713. /// Looks up a localized string similar to {
  714. /// &quot;btnAbout&quot;: &quot;باشە&quot;,
  715. /// &quot;restartButton&quot;: &quot;ئێستا ڕیستارتی بکەوە&quot;,
  716. /// &quot;restartButton8&quot;: &quot;ئێستا ڕیستارتی بکەوە&quot;,
  717. /// &quot;restartButton10&quot;: &quot;ئێستا ڕیستارتی بکەوە&quot;,
  718. /// &quot;btnFind&quot;: &quot;بیدۆزەوە&quot;,
  719. /// &quot;btnKill&quot;: &quot;بیکوژە (دایبخە)&quot;,
  720. /// &quot;trayUnlocker&quot;: &quot;دەسکەکانی فایل&quot;,
  721. /// &quot;restartAndApply&quot;: &quot;ڕیستارتی ئەکەیتەوە بۆ بینینی گۆڕانکاریەکان؟&quot;,
  722. /// &quot;txtVersion&quot;: &quot;وەشان : &quot;,
  723. /// &quot;txtBitness&quot;: &quot;کاردەکەیت (BITS) تۆ لەگەڵ&quot;,
  724. /// &quot;linkUpdate&quot;: &quot;وەشانی نوێ بەردەستە&quot;,
  725. /// &quot;lblLab&quot;: &quot;دروست کردنی تاقیکاری\n سڕینەوە دوای تاقیکردنەو&quot;,
  726. /// &quot;performanceSw&quot;: &quot;کاراکردن بۆ با [rest of string was truncated]&quot;;.
  727. /// </summary>
  728. internal static string KU {
  729. get {
  730. return ResourceManager.GetString("KU", resourceCulture);
  731. }
  732. }
  733. /// <summary>
  734. /// Looks up a localized resource of type System.Drawing.Bitmap.
  735. /// </summary>
  736. internal static System.Drawing.Bitmap kurdish {
  737. get {
  738. object obj = ResourceManager.GetObject("kurdish", resourceCulture);
  739. return ((System.Drawing.Bitmap)(obj));
  740. }
  741. }
  742. /// <summary>
  743. /// Looks up a localized resource of type System.Drawing.Bitmap.
  744. /// </summary>
  745. internal static System.Drawing.Bitmap loadingAmber {
  746. get {
  747. object obj = ResourceManager.GetObject("loadingAmber", 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 loadingAmethyst {
  755. get {
  756. object obj = ResourceManager.GetObject("loadingAmethyst", 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 loadingAzurite {
  764. get {
  765. object obj = ResourceManager.GetObject("loadingAzurite", 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 loadingJade {
  773. get {
  774. object obj = ResourceManager.GetObject("loadingJade", 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 loadingRuby {
  782. get {
  783. object obj = ResourceManager.GetObject("loadingRuby", 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 loadingSilver {
  791. get {
  792. object obj = ResourceManager.GetObject("loadingSilver", 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 logoAmber {
  800. get {
  801. object obj = ResourceManager.GetObject("logoAmber", 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 logoAmethyst {
  809. get {
  810. object obj = ResourceManager.GetObject("logoAmethyst", 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 logoAzurite {
  818. get {
  819. object obj = ResourceManager.GetObject("logoAzurite", 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 logoJade {
  827. get {
  828. object obj = ResourceManager.GetObject("logoJade", 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 logoRuby {
  836. get {
  837. object obj = ResourceManager.GetObject("logoRuby", 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 logoSilver {
  845. get {
  846. object obj = ResourceManager.GetObject("logoSilver", resourceCulture);
  847. return ((System.Drawing.Bitmap)(obj));
  848. }
  849. }
  850. /// <summary>
  851. /// Looks up a localized resource of type System.Byte[].
  852. /// </summary>
  853. internal static byte[] OneDrive_Uninstaller {
  854. get {
  855. object obj = ResourceManager.GetObject("OneDrive_Uninstaller", resourceCulture);
  856. return ((byte[])(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;Uruchom ponownie teraz&quot;,
  863. /// &quot;restartButton8&quot;: &quot;Uruchom ponownie teraz&quot;,
  864. /// &quot;restartButton10&quot;: &quot;Uruchom ponownie teraz&quot;,
  865. /// &quot;btnFind&quot;: &quot;Znajdować&quot;,
  866. /// &quot;btnKill&quot;: &quot;Zabić&quot;,
  867. /// &quot;trayUnlocker&quot;: &quot;Uchwyty do plików&quot;,
  868. /// &quot;restartAndApply&quot;: &quot;Uruchom ponownie, aby zastosować zmiany?&quot;,
  869. /// &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;,
  870. /// &quot;txtVersion&quot;: &quot;Wersja: {VN}&quot;,
  871. /// &quot;systemRes [rest of string was truncated]&quot;;.
  872. /// </summary>
  873. internal static string PL {
  874. get {
  875. return ResourceManager.GetString("PL", resourceCulture);
  876. }
  877. }
  878. /// <summary>
  879. /// Looks up a localized resource of type System.Drawing.Bitmap.
  880. /// </summary>
  881. internal static System.Drawing.Bitmap poland {
  882. get {
  883. object obj = ResourceManager.GetObject("poland", resourceCulture);
  884. return ((System.Drawing.Bitmap)(obj));
  885. }
  886. }
  887. /// <summary>
  888. /// Looks up a localized resource of type System.Byte[].
  889. /// </summary>
  890. internal static byte[] Poppins_Regular {
  891. get {
  892. object obj = ResourceManager.GetObject("Poppins_Regular", resourceCulture);
  893. return ((byte[])(obj));
  894. }
  895. }
  896. /// <summary>
  897. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  898. ///
  899. ///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\Power Menu]
  900. ///&quot;MUIVerb&quot;=&quot;Power Menu&quot;
  901. ///&quot;SubCommands&quot;=&quot;lock;logoff;switch;sleep;hibernate;restart;safemode;shutdown;hybridshutdown&quot;
  902. ///&quot;Icon&quot;=&quot;shell32.dll,215&quot;
  903. ///&quot;Position&quot;=&quot;bottom&quot;
  904. ///
  905. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\lock]
  906. ///@=&quot;Lock&quot;
  907. ///
  908. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\lock\command]
  909. ///@=&quot;Rundll32 User32.dll,LockWorkStati [rest of string was truncated]&quot;;.
  910. /// </summary>
  911. internal static string PowerMenu {
  912. get {
  913. return ResourceManager.GetString("PowerMenu", resourceCulture);
  914. }
  915. }
  916. /// <summary>
  917. /// Looks up a localized string similar to {
  918. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  919. /// &quot;restartButton&quot;: &quot;reinicie agora&quot;,
  920. /// &quot;restartButton8&quot;: &quot;reinicie agora&quot;,
  921. /// &quot;restartButton10&quot;: &quot;reinicie agora&quot;,
  922. /// &quot;btnFind&quot;: &quot;Encontrar&quot;,
  923. /// &quot;btnKill&quot;: &quot;Matar&quot;,
  924. /// &quot;trayUnlocker&quot;: &quot;Alças de arquivo&quot;,
  925. /// &quot;restartAndApply&quot;: &quot;Reiniciar para aplicar as alterações?&quot;,
  926. /// &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;,
  927. /// &quot;CleanPreviewForm&quot;: &quot;Antevisão Limpa&quot;,
  928. /// &quot;systemRestoreM&quot;: &quot;Te [rest of string was truncated]&quot;;.
  929. /// </summary>
  930. internal static string PT {
  931. get {
  932. return ResourceManager.GetString("PT", resourceCulture);
  933. }
  934. }
  935. /// <summary>
  936. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  937. ///
  938. ///
  939. ///[-HKEY_CLASSES_ROOT\*\shell\runas]
  940. ///
  941. ///[-HKEY_CLASSES_ROOT\Directory\shell\runas]
  942. ///.
  943. /// </summary>
  944. internal static string RemoveTakeOwnership {
  945. get {
  946. return ResourceManager.GetString("RemoveTakeOwnership", resourceCulture);
  947. }
  948. }
  949. /// <summary>
  950. /// Looks up a localized string similar to {
  951. /// &quot;btnAbout&quot;: &quot;Bine&quot;,
  952. /// &quot;restartButton&quot;: &quot;Reporniți acum&quot;,
  953. /// &quot;restartButton8&quot;: &quot;Reporniți acum&quot;,
  954. /// &quot;restartButton10&quot;: &quot;Reporniți acum&quot;,
  955. /// &quot;btnFind&quot;: &quot;Găsește&quot;,
  956. /// &quot;btnKill&quot;: &quot;Termin&quot;,
  957. /// &quot;trayUnlocker&quot;: &quot;Mânere de fișiere&quot;,
  958. /// &quot;restartAndApply&quot;: &quot;Reporniți pentru a aplica modificări?&quot;,
  959. /// &quot;txtVersion&quot;: &quot;Versiune: {VN}&quot;,
  960. /// &quot;txtBitness&quot;: &quot;Tu lucrezi cu {BITS}&quot;,
  961. /// &quot;linkUpdate&quot;: &quot;Actualizare disponibilă&quot;,
  962. /// &quot;lblLab&quot;: &quot;Construcție experimentală\n(șterge după testare)&quot;,
  963. /// &quot;performanceSw&quot;: &quot;Activează trucuri perform [rest of string was truncated]&quot;;.
  964. /// </summary>
  965. internal static string RO {
  966. get {
  967. return ResourceManager.GetString("RO", resourceCulture);
  968. }
  969. }
  970. /// <summary>
  971. /// Looks up a localized resource of type System.Drawing.Bitmap.
  972. /// </summary>
  973. internal static System.Drawing.Bitmap romania {
  974. get {
  975. object obj = ResourceManager.GetObject("romania", resourceCulture);
  976. return ((System.Drawing.Bitmap)(obj));
  977. }
  978. }
  979. /// <summary>
  980. /// Looks up a localized string similar to {
  981. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  982. /// &quot;restartButton&quot;: &quot;Перезапустить сейчас&quot;,
  983. /// &quot;restartButton8&quot;: &quot;Перезапустить сейчас&quot;,
  984. /// &quot;restartButton10&quot;: &quot;Перезапустить сейчас&quot;,
  985. /// &quot;restartAndApply&quot;: &quot;Перезапустить, чтобы применить изменения?&quot;,
  986. /// &quot;txtVersion&quot;: &quot;Версия: {VN}&quot;,
  987. /// &quot;btnFind&quot;: &quot;Находить&quot;,
  988. /// &quot;btnKill&quot;: &quot;Убийство&quot;,
  989. /// &quot;trayUnlocker&quot;: &quot;Дескрипторы файлов&quot;,
  990. /// &quot;txtBitness&quot;: &quot;Вы работаете с {BITS}&quot;,
  991. /// &quot;systemRestoreM&quot;: &quot;Вы уверены, что хотите отключить восстановление системы? Это удалит ваши текущие резервные изображения!&quot;,
  992. /// &quot;onedriveM&quot;: [rest of string was truncated]&quot;;.
  993. /// </summary>
  994. internal static string RU {
  995. get {
  996. return ResourceManager.GetString("RU", resourceCulture);
  997. }
  998. }
  999. /// <summary>
  1000. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1001. /// </summary>
  1002. internal static System.Drawing.Bitmap ruby {
  1003. get {
  1004. object obj = ResourceManager.GetObject("ruby", resourceCulture);
  1005. return ((System.Drawing.Bitmap)(obj));
  1006. }
  1007. }
  1008. /// <summary>
  1009. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1010. /// </summary>
  1011. internal static System.Drawing.Bitmap russia {
  1012. get {
  1013. object obj = ResourceManager.GetObject("russia", resourceCulture);
  1014. return ((System.Drawing.Bitmap)(obj));
  1015. }
  1016. }
  1017. /// <summary>
  1018. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1019. /// </summary>
  1020. internal static System.Drawing.Bitmap silver {
  1021. get {
  1022. object obj = ResourceManager.GetObject("silver", resourceCulture);
  1023. return ((System.Drawing.Bitmap)(obj));
  1024. }
  1025. }
  1026. /// <summary>
  1027. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1028. /// </summary>
  1029. internal static System.Drawing.Bitmap spain {
  1030. get {
  1031. object obj = ResourceManager.GetObject("spain", resourceCulture);
  1032. return ((System.Drawing.Bitmap)(obj));
  1033. }
  1034. }
  1035. /// <summary>
  1036. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  1037. ///
  1038. ///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\SystemShortcuts]
  1039. ///&quot;MUIVerb&quot;=&quot;System Shortcuts&quot;
  1040. ///&quot;SubCommands&quot;=&quot;admintools;datetime;regional;folderoptions;gmode;internetoptions;network;power;appwiz;rbin;run;search;services;sysdm;user;user2;flip3d&quot;
  1041. ///&quot;icon&quot;=&quot;sysdm.cpl&quot;
  1042. ///&quot;Position&quot;=-
  1043. ///
  1044. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\admintools]
  1045. ///@=&quot;Administrative Tools&quot;
  1046. ///&quot;icon&quot;=&quot;imageres.dll,109&quot;
  1047. ///
  1048. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Micros [rest of string was truncated]&quot;;.
  1049. /// </summary>
  1050. internal static string SystemShortcuts {
  1051. get {
  1052. return ResourceManager.GetString("SystemShortcuts", resourceCulture);
  1053. }
  1054. }
  1055. /// <summary>
  1056. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  1057. ///
  1058. ///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\SystemTools]
  1059. ///&quot;MUIVerb&quot;=&quot;System Tools&quot;
  1060. ///&quot;SubCommands&quot;=&quot;control;cleanmgr;devmgr;event;regedit;secctr;msconfig;taskmgr;taskschd;wu&quot;
  1061. ///&quot;icon&quot;=&quot;imageres.dll,104&quot;
  1062. ///&quot;Position&quot;=-
  1063. ///
  1064. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\control]
  1065. ///@=&quot;Control Panel&quot;
  1066. ///&quot;icon&quot;=&quot;control.exe&quot;
  1067. ///
  1068. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\control\command]
  1069. ///@=&quot;c [rest of string was truncated]&quot;;.
  1070. /// </summary>
  1071. internal static string SystemTools {
  1072. get {
  1073. return ResourceManager.GetString("SystemTools", resourceCulture);
  1074. }
  1075. }
  1076. /// <summary>
  1077. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1078. /// </summary>
  1079. internal static System.Drawing.Bitmap taiwan {
  1080. get {
  1081. object obj = ResourceManager.GetObject("taiwan", resourceCulture);
  1082. return ((System.Drawing.Bitmap)(obj));
  1083. }
  1084. }
  1085. /// <summary>
  1086. /// Looks up a localized string similar to {
  1087. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  1088. /// &quot;restartButton&quot;: &quot;şimdi yeniden başlat&quot;,
  1089. /// &quot;restartButton8&quot;: &quot;şimdi yeniden başlat&quot;,
  1090. /// &quot;restartButton10&quot;: &quot;şimdi yeniden başlat&quot;,
  1091. /// &quot;restartAndApply&quot;: &quot;Değişiklikleri uygulamak için yeniden başlatılsın mı?&quot;,
  1092. /// &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;,
  1093. /// &quot;txtVersion&quot;: &quot;Versiyon: {VN}&quot;,
  1094. /// &quot;txtBitness&quot;: &quot;{BITS} ile çalışıyor.&quot;,
  1095. /// &quot;btnFind&quot;: &quot;Bulmak&quot;,
  1096. /// &quot;btnKill&quot;: &quot;Öldürmek&quot;,
  1097. /// &quot;trayU [rest of string was truncated]&quot;;.
  1098. /// </summary>
  1099. internal static string TR {
  1100. get {
  1101. return ResourceManager.GetString("TR", resourceCulture);
  1102. }
  1103. }
  1104. /// <summary>
  1105. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1106. /// </summary>
  1107. internal static System.Drawing.Bitmap turkey {
  1108. get {
  1109. object obj = ResourceManager.GetObject("turkey", resourceCulture);
  1110. return ((System.Drawing.Bitmap)(obj));
  1111. }
  1112. }
  1113. /// <summary>
  1114. /// Looks up a localized string similar to {
  1115. /// &quot;btnAbout&quot;: &quot;確定&quot;,
  1116. /// &quot;restartButton&quot;: &quot;現在重啟&quot;,
  1117. /// &quot;restartButton8&quot;: &quot;現在重啟&quot;,
  1118. /// &quot;restartButton10&quot;: &quot;現在重啟&quot;,
  1119. /// &quot;restartAndApply&quot;: &quot;重新啟動以應用更改?&quot;,
  1120. /// &quot;onedriveM&quot;: &quot;確定要卸載 OneDrive 嗎? 這將刪除您的桌面和文檔文件! 僅在本地帳戶上使用此選項!&quot;,
  1121. /// &quot;txtVersion&quot;: &quot;版本: {VN}&quot;,
  1122. /// &quot;systemRestoreM&quot;: &quot;您確定要禁用系統還原嗎? 這將刪除您當前的備份圖像!&quot;,
  1123. /// &quot;txtBitness&quot;: &quot;您使用的是{BITS}&quot;,
  1124. /// &quot;btnFind&quot;: &quot;尋找&quot;,
  1125. /// &quot;btnKill&quot;: &quot;殺&quot;,
  1126. /// &quot;trayUnlocker&quot;: &quot;文件句柄&quot;,
  1127. /// &quot;linkUpdate&quot;: &quot;更新可用&quot;,
  1128. /// &quot;lblLab&quot;: &quot;實驗構建\n(刪除後測試)&quot;,
  1129. /// &quot;performanceSw&quot;: &quot;啟用性能調整&quot;,
  1130. /// &quot;networkSw&quot;: &quot;禁用網路節流&quot;,
  1131. /// &quot;defenderSw&quot;: &quot;禁用 Windows [rest of string was truncated]&quot;;.
  1132. /// </summary>
  1133. internal static string TW {
  1134. get {
  1135. return ResourceManager.GetString("TW", resourceCulture);
  1136. }
  1137. }
  1138. /// <summary>
  1139. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1140. /// </summary>
  1141. internal static System.Drawing.Bitmap united_kingdom {
  1142. get {
  1143. object obj = ResourceManager.GetObject("united_kingdom", resourceCulture);
  1144. return ((System.Drawing.Bitmap)(obj));
  1145. }
  1146. }
  1147. /// <summary>
  1148. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  1149. ///
  1150. ///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\WindowsApps]
  1151. ///&quot;MUIVerb&quot;=&quot;Windows Apps&quot;
  1152. ///&quot;SubCommands&quot;=&quot;calc;chmap;cmd;dfrg;ie;notepad;paint;psr;snip;srd;srt;tsch;wmp;wordpad&quot;
  1153. ///&quot;icon&quot;=&quot;imageres.dll,152&quot;
  1154. ///&quot;Position&quot;=-
  1155. ///
  1156. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\calc]
  1157. ///@=&quot;Calculator&quot;
  1158. ///&quot;icon&quot;=&quot;calc.exe&quot;
  1159. ///
  1160. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\calc\command]
  1161. ///@=&quot;calc.exe&quot;
  1162. ///
  1163. ///[HK [rest of string was truncated]&quot;;.
  1164. /// </summary>
  1165. internal static string WindowsApps {
  1166. get {
  1167. return ResourceManager.GetString("WindowsApps", resourceCulture);
  1168. }
  1169. }
  1170. }
  1171. }