Resources.Designer.cs 67 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357
  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 string similar to {
  82. /// &quot;subSystem&quot;: &quot;نظام&quot;,
  83. /// &quot;subPrivacy&quot;: &quot;خصوصية&quot;,
  84. /// &quot;subGaming&quot;: &quot;الألعاب&quot;,
  85. /// &quot;subTouch&quot;: &quot;يلمس&quot;,
  86. /// &quot;subTaskbar&quot;: &quot;ريط المهام&quot;,
  87. /// &quot;subExtras&quot;: &quot;إضافات&quot;,
  88. /// &quot;btnAbout&quot;: &quot;حسنا&quot;,
  89. /// &quot;restartButton&quot;: &quot;إعادة التشغيل الآن&quot;,
  90. /// &quot;restartButton8&quot;: &quot;إعادة التشغيل الآن&quot;,
  91. /// &quot;restartButton10&quot;: &quot;إعادة التشغيل الآن&quot;,
  92. /// &quot;restartAndApply&quot;: &quot;إعادة التشغيل لتطبيق التغييرات&quot;,
  93. /// &quot;btnFind&quot;: &quot;يجد&quot;,
  94. /// &quot;btnKill&quot;: &quot;قتل&quot;,
  95. /// &quot;trayUnlocker&quot;: &quot;مقابض الملفات&quot;,
  96. /// &quot;onedriveM&quot;: &quot;هل أنت متأكد من أنك تريد إزالة تثبيت OneDrive؟ يؤدي هذا إلى حذف [rest of string was truncated]&quot;;.
  97. /// </summary>
  98. internal static string AR {
  99. get {
  100. return ResourceManager.GetString("AR", resourceCulture);
  101. }
  102. }
  103. /// <summary>
  104. /// Looks up a localized resource of type System.Drawing.Bitmap.
  105. /// </summary>
  106. internal static System.Drawing.Bitmap banner {
  107. get {
  108. object obj = ResourceManager.GetObject("banner", resourceCulture);
  109. return ((System.Drawing.Bitmap)(obj));
  110. }
  111. }
  112. /// <summary>
  113. /// Looks up a localized string similar to {
  114. /// &quot;subSystem&quot;: &quot;Система&quot;,
  115. /// &quot;subPrivacy&quot;: &quot;Анонимност&quot;,
  116. /// &quot;subGaming&quot;: &quot;Гейминг&quot;,
  117. /// &quot;subTouch&quot;: &quot;Пипане&quot;,
  118. /// &quot;subTaskbar&quot;: &quot;Лента за задачи&quot;,
  119. /// &quot;subExtras&quot;: &quot;Екстри&quot;,
  120. /// &quot;btnAbout&quot;: &quot;ОК&quot;,
  121. /// &quot;restartButton&quot;: &quot;Рестартирай Сега&quot;,
  122. /// &quot;restartButton8&quot;: &quot;Рестартирай Сега&quot;,
  123. /// &quot;restartButton10&quot;: &quot;Рестартирай Сега&quot;,
  124. /// &quot;btnFind&quot;: &quot;Намери&quot;,
  125. /// &quot;btnKill&quot;: &quot;Убий&quot;,
  126. /// &quot;trayUnlocker&quot;: &quot;Файлови Управители&quot;,
  127. /// &quot;restartAndApply&quot;: &quot;Рестартирай, за да приложиш промените&quot;,
  128. /// &quot;txtVersion&quot;: &quot;Версия: {VN}&quot;,
  129. /// &quot;txtBitness&quot;: &quot;Работиш с [rest of string was truncated]&quot;;.
  130. /// </summary>
  131. internal static string BG {
  132. get {
  133. return ResourceManager.GetString("BG", resourceCulture);
  134. }
  135. }
  136. /// <summary>
  137. /// Looks up a localized resource of type System.Drawing.Bitmap.
  138. /// </summary>
  139. internal static System.Drawing.Bitmap brazil {
  140. get {
  141. object obj = ResourceManager.GetObject("brazil", resourceCulture);
  142. return ((System.Drawing.Bitmap)(obj));
  143. }
  144. }
  145. /// <summary>
  146. /// Looks up a localized resource of type System.Drawing.Bitmap.
  147. /// </summary>
  148. internal static System.Drawing.Bitmap bulgaria {
  149. get {
  150. object obj = ResourceManager.GetObject("bulgaria", resourceCulture);
  151. return ((System.Drawing.Bitmap)(obj));
  152. }
  153. }
  154. /// <summary>
  155. /// Looks up a localized resource of type System.Drawing.Bitmap.
  156. /// </summary>
  157. internal static System.Drawing.Bitmap china {
  158. get {
  159. object obj = ResourceManager.GetObject("china", resourceCulture);
  160. return ((System.Drawing.Bitmap)(obj));
  161. }
  162. }
  163. /// <summary>
  164. /// Looks up a localized string similar to {
  165. /// &quot;subSystem&quot;: &quot;系统&quot;,
  166. /// &quot;subPrivacy&quot;: &quot;隐私&quot;,
  167. /// &quot;subGaming&quot;: &quot;游戏&quot;,
  168. /// &quot;subTouch&quot;: &quot;触碰&quot;,
  169. /// &quot;subTaskbar&quot;: &quot;任务栏&quot;,
  170. /// &quot;subExtras&quot;: &quot;附加功能&quot;,
  171. /// &quot;btnAbout&quot;: &quot;确定&quot;,
  172. /// &quot;restartButton&quot;: &quot;现在重启&quot;,
  173. /// &quot;restartButton8&quot;: &quot;现在重启&quot;,
  174. /// &quot;restartButton10&quot;: &quot;现在重启&quot;,
  175. /// &quot;restartAndApply&quot;: &quot;重新启动以应用更改&quot;,
  176. /// &quot;btnFind&quot;: &quot;查找进程&quot;,
  177. /// &quot;btnKill&quot;: &quot;结束进程&quot;,
  178. /// &quot;trayUnlocker&quot;: &quot;查找文件句柄&quot;,
  179. /// &quot;txtVersion&quot;: &quot;版本: {VN}&quot;,
  180. /// &quot;txtBitness&quot;: &quot;您使用的是{BITS}&quot;,
  181. /// &quot;onedriveM&quot;: &quot;确定要卸载 OneDrive 吗? 这将删除您的桌面和文档文件! 仅在本地帐户上使用此选项!&quot;,
  182. /// &quot;systemRestoreM&quot;: &quot;您确定要禁用系统还原吗? 这将删除您当前的备份图像!&quot; [rest of string was truncated]&quot;;.
  183. /// </summary>
  184. internal static string CN {
  185. get {
  186. return ResourceManager.GetString("CN", resourceCulture);
  187. }
  188. }
  189. /// <summary>
  190. /// Looks up a localized string similar to {
  191. /// &quot;subSystem&quot;: &quot;Systém&quot;,
  192. /// &quot;subPrivacy&quot;: &quot;Soukromí&quot;,
  193. /// &quot;subGaming&quot;: &quot;Hraní&quot;,
  194. /// &quot;subTouch&quot;: &quot;Dotek&quot;,
  195. /// &quot;subTaskbar&quot;: &quot;Hlavní panel&quot;,
  196. /// &quot;subExtras&quot;: &quot;Extra&quot;,
  197. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  198. /// &quot;restartButton&quot;: &quot;Restartovat nyní&quot;,
  199. /// &quot;restartButton8&quot;: &quot;Restartovat nyní&quot;,
  200. /// &quot;restartButton10&quot;: &quot;Restartovat nyní&quot;,
  201. /// &quot;restartAndApply&quot;: &quot;Restartovat a použít změny&quot;,
  202. /// &quot;btnFind&quot;: &quot;Nalézt&quot;,
  203. /// &quot;btnKill&quot;: &quot;Zabít&quot;,
  204. /// &quot;trayUnlocker&quot;: &quot;Držadla souborů (File Handles)&quot;,
  205. /// &quot;txtVersion&quot;: &quot;Verze: {VN}&quot;,
  206. /// &quot;onedriveM&quot;: &quot;Opravdu chcete odin [rest of string was truncated]&quot;;.
  207. /// </summary>
  208. internal static string CZ {
  209. get {
  210. return ResourceManager.GetString("CZ", resourceCulture);
  211. }
  212. }
  213. /// <summary>
  214. /// Looks up a localized resource of type System.Drawing.Bitmap.
  215. /// </summary>
  216. internal static System.Drawing.Bitmap czech {
  217. get {
  218. object obj = ResourceManager.GetObject("czech", resourceCulture);
  219. return ((System.Drawing.Bitmap)(obj));
  220. }
  221. }
  222. /// <summary>
  223. /// Looks up a localized string similar to {
  224. /// &quot;subSystem&quot;: &quot;System&quot;,
  225. /// &quot;subPrivacy&quot;: &quot;Datenschutz&quot;,
  226. /// &quot;subGaming&quot;: &quot;Gaming&quot;,
  227. /// &quot;subTouch&quot;: &quot;Touch&quot;,
  228. /// &quot;subTaskbar&quot;: &quot;Taskleiste&quot;,
  229. /// &quot;subExtras&quot;: &quot;Zusatzfunktionen&quot;,
  230. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  231. /// &quot;restartButton&quot;: &quot;Jetzt neu starten&quot;,
  232. /// &quot;restartButton8&quot;: &quot;Jetzt neu starten&quot;,
  233. /// &quot;restartButton10&quot;: &quot;Jetzt neu starten&quot;,
  234. /// &quot;btnFind&quot;: &quot;Suchen&quot;,
  235. /// &quot;btnKill&quot;: &quot;Beenden&quot;,
  236. /// &quot;trayUnlocker&quot;: &quot;Dateigriffe&quot;,
  237. /// &quot;restartAndApply&quot;: &quot;Neustart zur Anwendung der Änderungen&quot;,
  238. /// &quot;txtVersion&quot;: &quot;Version: {VN}&quot;,
  239. /// &quot;txtBitness&quot;: &quot;Sie ar [rest of string was truncated]&quot;;.
  240. /// </summary>
  241. internal static string DE {
  242. get {
  243. return ResourceManager.GetString("DE", resourceCulture);
  244. }
  245. }
  246. /// <summary>
  247. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  248. ///
  249. ///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\DesktopShortcuts]
  250. ///&quot;MUIVerb&quot;=&quot;Desktop Shortcuts&quot;
  251. ///&quot;SubCommands&quot;=&quot;theme;wallpaper;scrnsavr;desktopicons;sound;cursor;DPI;color&quot;
  252. ///&quot;icon&quot;=&quot;desk.cpl&quot;
  253. ///&quot;Position&quot;=-
  254. ///
  255. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\theme]
  256. ///@=&quot;Change Theme&quot;
  257. ///&quot;icon&quot;=&quot;imageres.dll,145&quot;
  258. ///
  259. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\theme\command]
  260. ///@=&quot;control desk [rest of string was truncated]&quot;;.
  261. /// </summary>
  262. internal static string DesktopShortcuts {
  263. get {
  264. return ResourceManager.GetString("DesktopShortcuts", resourceCulture);
  265. }
  266. }
  267. /// <summary>
  268. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  269. ///
  270. ///; MajorGeeks.Com
  271. ///; How to Restore the Windows Photo Viewer on Windows 10
  272. ///; https://www.majorgeeks.com/content/page/restore_the_windows_photo_viewer_on_windows_10.html
  273. ///
  274. ///[HKEY_CLASSES_ROOT\jpegfile\shell\open\DropTarget]
  275. ///&quot;Clsid&quot;=-
  276. ///
  277. ///[HKEY_CLASSES_ROOT\pngfile\shell\open\DropTarget]
  278. ///&quot;Clsid&quot;=-
  279. ///
  280. ///[-HKEY_CLASSES_ROOT\Applications\photoviewer.dll\shell\open]
  281. ///
  282. ///[-HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Bitmap]
  283. ///
  284. ///[-HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.JFIF]
  285. ///
  286. ///[-H [rest of string was truncated]&quot;;.
  287. /// </summary>
  288. internal static string DisableClassicPhotoViewer {
  289. get {
  290. return ResourceManager.GetString("DisableClassicPhotoViewer", resourceCulture);
  291. }
  292. }
  293. /// <summary>
  294. /// Looks up a localized string similar to rem USE AT OWN RISK AS IS WITHOUT WARRANTY OF ANY KIND !!!!!
  295. ///
  296. ///rem https://docs.microsoft.com/en-us/windows-hardware/customize/desktop/unattend/security-malware-windows-defender-disableantispyware
  297. ///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.
  298. ///
  299. ///rem Disable Tamper Protection First !!!!!
  300. ///rem https://www.tenforums.com/tutorials/123792-turn-off-tamper-protection-windows-defender-antivirus.html
  301. ///reg [rest of string was truncated]&quot;;.
  302. /// </summary>
  303. internal static string DisableDefenderSafeMode1903Plus {
  304. get {
  305. return ResourceManager.GetString("DisableDefenderSafeMode1903Plus", resourceCulture);
  306. }
  307. }
  308. /// <summary>
  309. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  310. ///
  311. ///[HKEY_CURRENT_USER\Software\Policies\microsoft\office\16.0\osm\preventedapplications]
  312. ///&quot;accesssolution&quot;=dword:00000001
  313. ///&quot;olksolution&quot;=dword:00000001
  314. ///&quot;onenotesolution&quot;=dword:00000001
  315. ///&quot;pptsolution&quot;=dword:00000001
  316. ///&quot;projectsolution&quot;=dword:00000001
  317. ///&quot;publishersolution&quot;=dword:00000001
  318. ///&quot;visiosolution&quot;=dword:00000001
  319. ///&quot;wdsolution&quot;=dword:00000001
  320. ///&quot;xlsolution&quot;=dword:00000001
  321. ///
  322. ///[HKEY_CURRENT_USER\Software\Policies\microsoft\office\16.0\osm\preventedsolutiontypes]
  323. ///&quot;agave&quot;= [rest of string was truncated]&quot;;.
  324. /// </summary>
  325. internal static string DisableOfficeTelemetry {
  326. get {
  327. return ResourceManager.GetString("DisableOfficeTelemetry", resourceCulture);
  328. }
  329. }
  330. /// <summary>
  331. /// Looks up a localized string similar to schtasks /end /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack2016&quot;
  332. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack2016&quot; /disable
  333. ///schtasks /end /tn &quot;\Microsoft\Office\OfficeTelemetryAgentLogOn2016&quot;
  334. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentLogOn2016&quot; /disable
  335. ///
  336. ///schtasks /end /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack&quot;
  337. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack&quot; /disable
  338. ///schtasks /end /tn &quot;\Microsoft\Office\OfficeTelemetryAgentLogOn&quot; [rest of string was truncated]&quot;;.
  339. /// </summary>
  340. internal static string DisableOfficeTelemetryTasks {
  341. get {
  342. return ResourceManager.GetString("DisableOfficeTelemetryTasks", resourceCulture);
  343. }
  344. }
  345. /// <summary>
  346. /// Looks up a localized string similar to schtasks /end /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\Consolidator&quot;
  347. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\Consolidator&quot; /disable
  348. ///schtasks /end /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\BthSQM&quot;
  349. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\BthSQM&quot; /disable
  350. ///schtasks /end /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\KernelCeipTask&quot;
  351. ///schtasks /change /tn &quot;\Microsoft\Windo [rest of string was truncated]&quot;;.
  352. /// </summary>
  353. internal static string DisableTelemetryTasks {
  354. get {
  355. return ResourceManager.GetString("DisableTelemetryTasks", resourceCulture);
  356. }
  357. }
  358. /// <summary>
  359. /// Looks up a localized string similar to schtasks /end /tn &quot;\Microsoft\XblGameSave\XblGameSaveTask&quot;
  360. ///schtasks /change /tn &quot;\Microsoft\XblGameSave\XblGameSaveTask&quot; /disable
  361. ///schtasks /end /tn &quot;\Microsoft\XblGameSave\XblGameSaveTaskLogon&quot;
  362. ///schtasks /change /tn &quot;\Microsoft\XblGameSave\XblGameSaveTaskLogon&quot; /disable
  363. ///.
  364. /// </summary>
  365. internal static string DisableXboxTasks {
  366. get {
  367. return ResourceManager.GetString("DisableXboxTasks", resourceCulture);
  368. }
  369. }
  370. /// <summary>
  371. /// Looks up a localized resource of type System.Drawing.Bitmap.
  372. /// </summary>
  373. internal static System.Drawing.Bitmap dutch {
  374. get {
  375. object obj = ResourceManager.GetObject("dutch", resourceCulture);
  376. return ((System.Drawing.Bitmap)(obj));
  377. }
  378. }
  379. /// <summary>
  380. /// Looks up a localized resource of type System.Drawing.Bitmap.
  381. /// </summary>
  382. internal static System.Drawing.Bitmap egypt {
  383. get {
  384. object obj = ResourceManager.GetObject("egypt", resourceCulture);
  385. return ((System.Drawing.Bitmap)(obj));
  386. }
  387. }
  388. /// <summary>
  389. /// Looks up a localized string similar to {
  390. /// &quot;subSystem&quot;: &quot;Σύστημα&quot;,
  391. /// &quot;subPrivacy&quot;: &quot;Ιδιωτικότητα&quot;,
  392. /// &quot;subGaming&quot;: &quot;Gaming&quot;,
  393. /// &quot;subTouch&quot;: &quot;Αφή&quot;,
  394. /// &quot;subTaskbar&quot;: &quot;Γραμμή Εργασιών&quot;,
  395. /// &quot;subExtras&quot;: &quot;Πρόσθετα&quot;,
  396. /// &quot;btnAbout&quot;: &quot;Εντάξει&quot;,
  397. /// &quot;restartButton&quot;: &quot;Επανεκκίνηση τώρα&quot;,
  398. /// &quot;restartButton8&quot;: &quot;Επανεκκίνηση τώρα&quot;,
  399. /// &quot;restartButton10&quot;: &quot;Επανεκκίνηση τώρα&quot;,
  400. /// &quot;btnFind&quot;: &quot;Εύρεση&quot;,
  401. /// &quot;btnKill&quot;: &quot;Τερματισμός&quot;,
  402. /// &quot;trayUnlocker&quot;: &quot;File Handles&quot;,
  403. /// &quot;restartAndApply&quot;: &quot;Επανεκκίνηση για την εφαρμογή των αλλαγών&quot;,
  404. /// &quot;txtVersion&quot;: &quot;Έκδοση: {VN}&quot;,
  405. /// &quot;txtBitness [rest of string was truncated]&quot;;.
  406. /// </summary>
  407. internal static string EL {
  408. get {
  409. return ResourceManager.GetString("EL", resourceCulture);
  410. }
  411. }
  412. /// <summary>
  413. /// Looks up a localized string similar to {
  414. /// &quot;subSystem&quot;: &quot;System&quot;,
  415. /// &quot;subPrivacy&quot;: &quot;Privacy&quot;,
  416. /// &quot;subGaming&quot;: &quot;Gaming&quot;,
  417. /// &quot;subTouch&quot;: &quot;Touch&quot;,
  418. /// &quot;subTaskbar&quot;: &quot;Taskbar&quot;,
  419. /// &quot;subExtras&quot;: &quot;Extras&quot;,
  420. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  421. /// &quot;restartButton&quot;: &quot;Restart now&quot;,
  422. /// &quot;restartButton8&quot;: &quot;Restart now&quot;,
  423. /// &quot;restartButton10&quot;: &quot;Restart now&quot;,
  424. /// &quot;btnFind&quot;: &quot;Find&quot;,
  425. /// &quot;btnKill&quot;: &quot;Kill&quot;,
  426. /// &quot;trayUnlocker&quot;: &quot;File Handles&quot;,
  427. /// &quot;restartAndApply&quot;: &quot;Restart to apply changes&quot;,
  428. /// &quot;txtVersion&quot;: &quot;Version: {VN}&quot;,
  429. /// &quot;txtBitness&quot;: &quot;You are working with {BITS}&quot;,
  430. /// &quot;linkUpdate&quot;: &quot;Update avai [rest of string was truncated]&quot;;.
  431. /// </summary>
  432. internal static string EN {
  433. get {
  434. return ResourceManager.GetString("EN", resourceCulture);
  435. }
  436. }
  437. /// <summary>
  438. /// 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
  439. ///
  440. ///reg add &quot;HKLM\System\CurrentControlSet\Services\SgrmBroker&quot; /v &quot;Start&quot; /t REG_DWORD /d &quot;2&quot; /f
  441. ///
  442. ///reg add &quot;HKLM\System\CurrentControlSet\Services\SecurityHealthService&quot; /v &quot;Start&quot; /t REG_DWORD /d &quot;2&quot; /f
  443. ///
  444. ///rem 1 - Disable Real-time protection
  445. ///reg delete &quot;HKLM\Software\Policies\Microsoft\Windows Defender&quot; /f
  446. ///reg add &quot;HKLM\Software\Policies\Microsoft\Windows Defender&quot; /v &quot;DisableAntiSpyware&quot; /t REG_DWO [rest of string was truncated]&quot;;.
  447. /// </summary>
  448. internal static string EnableDefenderSafeMode1903Plus {
  449. get {
  450. return ResourceManager.GetString("EnableDefenderSafeMode1903Plus", resourceCulture);
  451. }
  452. }
  453. /// <summary>
  454. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  455. ///
  456. ///[HKEY_CURRENT_USER\Software\Policies\microsoft\office\16.0\osm\preventedapplications]
  457. ///&quot;accesssolution&quot;=-
  458. ///&quot;olksolution&quot;=-
  459. ///&quot;onenotesolution&quot;=-
  460. ///&quot;pptsolution&quot;=-
  461. ///&quot;projectsolution&quot;=-
  462. ///&quot;publishersolution&quot;=-
  463. ///&quot;visiosolution&quot;=-
  464. ///&quot;wdsolution&quot;=-
  465. ///&quot;xlsolution&quot;=-
  466. ///
  467. ///[HKEY_CURRENT_USER\Software\Policies\microsoft\office\16.0\osm\preventedsolutiontypes]
  468. ///&quot;agave&quot;=-
  469. ///&quot;appaddins&quot;=-
  470. ///&quot;comaddins&quot;=-
  471. ///&quot;documentfiles&quot;=-
  472. ///&quot;templatefiles&quot;=-
  473. ///.
  474. /// </summary>
  475. internal static string EnableOfficeTelemetry {
  476. get {
  477. return ResourceManager.GetString("EnableOfficeTelemetry", resourceCulture);
  478. }
  479. }
  480. /// <summary>
  481. /// Looks up a localized string similar to schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack2016&quot; /enable
  482. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentLogOn2016&quot; /enable
  483. ///
  484. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack&quot; /enable
  485. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentLogOn&quot; /enable
  486. ///
  487. ///reg add &quot;HKCU\SOFTWARE\Microsoft\Office\15.0\Outlook\Options\Mail&quot; /v &quot;EnableLogging&quot; /t REG_DWORD /d 1 /f
  488. ///reg add &quot;HKCU\SOFTWARE\Microsoft\Office\16.0\Outlook\Options\Mail&quot; /v &quot;EnableLogging&quot; /t [rest of string was truncated]&quot;;.
  489. /// </summary>
  490. internal static string EnableOfficeTelemetryTasks {
  491. get {
  492. return ResourceManager.GetString("EnableOfficeTelemetryTasks", resourceCulture);
  493. }
  494. }
  495. /// <summary>
  496. /// Looks up a localized string similar to schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\Consolidator&quot; /enable
  497. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\BthSQM&quot; /enable
  498. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\KernelCeipTask&quot; /enable
  499. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\UsbCeip&quot; /enable
  500. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\Uploader&quot; /enable
  501. ///schtasks / [rest of string was truncated]&quot;;.
  502. /// </summary>
  503. internal static string EnableTelemetryTasks {
  504. get {
  505. return ResourceManager.GetString("EnableTelemetryTasks", resourceCulture);
  506. }
  507. }
  508. /// <summary>
  509. /// Looks up a localized string similar to schtasks /change /tn &quot;\Microsoft\XblGameSave\XblGameSaveTask&quot; /enable
  510. ///schtasks /change /tn &quot;\Microsoft\XblGameSave\XblGameSaveTaskLogon&quot; /enable
  511. ///.
  512. /// </summary>
  513. internal static string EnableXboxTasks {
  514. get {
  515. return ResourceManager.GetString("EnableXboxTasks", resourceCulture);
  516. }
  517. }
  518. /// <summary>
  519. /// Looks up a localized string similar to {
  520. /// &quot;subSystem&quot;: &quot;Sistema&quot;,
  521. /// &quot;subPrivacy&quot;: &quot;Privacidad&quot;,
  522. /// &quot;subGaming&quot;: &quot;Juego de azar&quot;,
  523. /// &quot;subTouch&quot;: &quot;Tocar&quot;,
  524. /// &quot;subTaskbar&quot;: &quot;Barra de tareas&quot;,
  525. /// &quot;subExtras&quot;: &quot;Extras&quot;,
  526. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  527. /// &quot;restartButton&quot;: &quot;Reiniciar ahora&quot;,
  528. /// &quot;restartButton8&quot;: &quot;Reiniciar ahora&quot;,
  529. /// &quot;restartButton10&quot;: &quot;Reiniciar ahora&quot;,
  530. /// &quot;btnFind&quot;: &quot;Encontrar&quot;,
  531. /// &quot;btnKill&quot;: &quot;Matar&quot;,
  532. /// &quot;trayUnlocker&quot;: &quot;Asas de archivo&quot;,
  533. /// &quot;restartAndApply&quot;: &quot;Reiniciar para aplicar cambios&quot;,
  534. /// &quot;onedriveM&quot;: &quot;¿Seguro que quieres desinstalar OneDrive? ¡Est [rest of string was truncated]&quot;;.
  535. /// </summary>
  536. internal static string ES {
  537. get {
  538. return ResourceManager.GetString("ES", resourceCulture);
  539. }
  540. }
  541. /// <summary>
  542. /// Looks up a localized string similar to {
  543. /// &quot;subSystem&quot;: &quot;سیستم&quot;,
  544. /// &quot;subPrivacy&quot;: &quot;حریم خصوصی&quot;,
  545. /// &quot;subGaming&quot;: &quot;بازی&quot;,
  546. /// &quot;subTouch&quot;: &quot;لمس کردن&quot;,
  547. /// &quot;subTaskbar&quot;: &quot;نوار وظیفه&quot;,
  548. /// &quot;subExtras&quot;: &quot;موارد اضافی&quot;,
  549. /// &quot;btnAbout&quot;: &quot;تایید&quot;,
  550. /// &quot;restartButton&quot;: &quot;راه اندازی مجدد&quot;,
  551. /// &quot;restartButton8&quot;: &quot;راه اندازی مجدد&quot;,
  552. /// &quot;restartButton10&quot;: &quot;راه اندازی مجدد&quot;,
  553. /// &quot;btnFind&quot;: &quot;پیدا کردن&quot;,
  554. /// &quot;btnKill&quot;: &quot;کشتن&quot;,
  555. /// &quot;trayUnlocker&quot;: &quot;دسته های فایل&quot;,
  556. /// &quot;restartAndApply&quot;: &quot;ریست برای اعمال تغییرات&quot;,
  557. /// &quot;txtVersion&quot;: &quot;نسخه: {VN}&quot;,
  558. /// &quot;txtBitness&quot;: &quot;شما کار میکنید با {BITS}&quot;,
  559. /// &quot; [rest of string was truncated]&quot;;.
  560. /// </summary>
  561. internal static string FA {
  562. get {
  563. return ResourceManager.GetString("FA", resourceCulture);
  564. }
  565. }
  566. /// <summary>
  567. /// Looks up a localized string similar to {
  568. /// &quot;subSystem&quot;: &quot;Système&quot;,
  569. /// &quot;subPrivacy&quot;: &quot;Intimité&quot;,
  570. /// &quot;subGaming&quot;: &quot;Jeux&quot;,
  571. /// &quot;subTouch&quot;: &quot;Toucher&quot;,
  572. /// &quot;subTaskbar&quot;: &quot;Barre des tâches&quot;,
  573. /// &quot;subExtras&quot;: &quot;Suppléments&quot;,
  574. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  575. /// &quot;restartButton&quot;: &quot;redemarrer maintenant&quot;,
  576. /// &quot;restartButton8&quot;: &quot;redemarrer maintenant&quot;,
  577. /// &quot;restartButton10&quot;: &quot;redemarrer maintenant&quot;,
  578. /// &quot;btnFind&quot;: &quot;Trouver&quot;,
  579. /// &quot;btnKill&quot;: &quot;Tuer&quot;,
  580. /// &quot;trayUnlocker&quot;: &quot;Poignées de fichier&quot;,
  581. /// &quot;restartAndApply&quot;: &quot;Redemarrer pour appliquer les changements&quot;,
  582. /// &quot;onedriveM&quot;: &quot;Voulez-vous vraimen [rest of string was truncated]&quot;;.
  583. /// </summary>
  584. internal static string FR {
  585. get {
  586. return ResourceManager.GetString("FR", resourceCulture);
  587. }
  588. }
  589. /// <summary>
  590. /// Looks up a localized resource of type System.Drawing.Bitmap.
  591. /// </summary>
  592. internal static System.Drawing.Bitmap france {
  593. get {
  594. object obj = ResourceManager.GetObject("france", resourceCulture);
  595. return ((System.Drawing.Bitmap)(obj));
  596. }
  597. }
  598. /// <summary>
  599. /// Looks up a localized resource of type System.Drawing.Bitmap.
  600. /// </summary>
  601. internal static System.Drawing.Bitmap germany {
  602. get {
  603. object obj = ResourceManager.GetObject("germany", resourceCulture);
  604. return ((System.Drawing.Bitmap)(obj));
  605. }
  606. }
  607. /// <summary>
  608. /// Looks up a localized string similar to @echo off
  609. ///pushd &quot;%~dp0&quot;
  610. ///dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~3*.mum &gt;List.txt
  611. ///dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientTools-Package~3*.mum &gt;&gt;List.txt
  612. ///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;
  613. ///.
  614. /// </summary>
  615. internal static string GPEditEnablerInHome {
  616. get {
  617. return ResourceManager.GetString("GPEditEnablerInHome", resourceCulture);
  618. }
  619. }
  620. /// <summary>
  621. /// Looks up a localized resource of type System.Drawing.Bitmap.
  622. /// </summary>
  623. internal static System.Drawing.Bitmap greece {
  624. get {
  625. object obj = ResourceManager.GetObject("greece", resourceCulture);
  626. return ((System.Drawing.Bitmap)(obj));
  627. }
  628. }
  629. /// <summary>
  630. /// Looks up a localized resource of type System.Byte[].
  631. /// </summary>
  632. internal static byte[] hosts {
  633. get {
  634. object obj = ResourceManager.GetObject("hosts", resourceCulture);
  635. return ((byte[])(obj));
  636. }
  637. }
  638. /// <summary>
  639. /// Looks up a localized string similar to {
  640. /// &quot;subSystem&quot;: &quot;Rendszer&quot;,
  641. /// &quot;subPrivacy&quot;: &quot;Magánélet&quot;,
  642. /// &quot;subGaming&quot;: &quot;Szerencsejáték&quot;,
  643. /// &quot;subTouch&quot;: &quot;Érintés&quot;,
  644. /// &quot;subTaskbar&quot;: &quot;Tálca&quot;,
  645. /// &quot;subExtras&quot;: &quot;Extrák&quot;,
  646. /// &quot;btnAbout&quot;: &quot;Rendben&quot;,
  647. /// &quot;restartButton&quot;: &quot;Újraindítás most&quot;,
  648. /// &quot;restartButton8&quot;: &quot;Újraindítás most&quot;,
  649. /// &quot;restartButton10&quot;: &quot;Újraindítás most&quot;,
  650. /// &quot;restartAndApply&quot;: &quot;Újraindítod az eszközt, hogy a változások érvénybe kerüljenek&quot;,
  651. /// &quot;txtVersion&quot;: &quot;Verzuó: {VN}&quot;,
  652. /// &quot;txtBitness&quot;: &quot;You are working with {BITS}&quot;,
  653. /// &quot;linkUpdate&quot;: &quot;Frissítés elérhető&quot; [rest of string was truncated]&quot;;.
  654. /// </summary>
  655. internal static string HU {
  656. get {
  657. return ResourceManager.GetString("HU", resourceCulture);
  658. }
  659. }
  660. /// <summary>
  661. /// Looks up a localized resource of type System.Drawing.Bitmap.
  662. /// </summary>
  663. internal static System.Drawing.Bitmap hungary {
  664. get {
  665. object obj = ResourceManager.GetObject("hungary", resourceCulture);
  666. return ((System.Drawing.Bitmap)(obj));
  667. }
  668. }
  669. /// <summary>
  670. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  671. ///
  672. ///[HKEY_CLASSES_ROOT\*\shell\runas]
  673. ///@=&quot;Take Ownership&quot;
  674. ///&quot;NoWorkingDirectory&quot;=&quot;&quot;
  675. ///
  676. ///[HKEY_CLASSES_ROOT\*\shell\runas\command]
  677. ///@=&quot;cmd.exe /c takeown /f \&quot;%1\&quot; &amp;&amp; icacls \&quot;%1\&quot; /grant administrators:F&quot;
  678. ///&quot;IsolatedCommand&quot;=&quot;cmd.exe /c takeown /f \&quot;%1\&quot; &amp;&amp; icacls \&quot;%1\&quot; /grant administrators:F&quot;
  679. ///
  680. ///[HKEY_CLASSES_ROOT\Directory\shell\runas]
  681. ///@=&quot;Take Ownership&quot;
  682. ///&quot;NoWorkingDirectory&quot;=&quot;&quot;
  683. ///
  684. ///[HKEY_CLASSES_ROOT\Directory\shell\runas\command]
  685. ///@=&quot;cmd.exe /c takeown /f \&quot;%1\&quot; /r /d y &amp;&amp; icacls \&quot;% [rest of string was truncated]&quot;;.
  686. /// </summary>
  687. internal static string InstallTakeOwnership {
  688. get {
  689. return ResourceManager.GetString("InstallTakeOwnership", resourceCulture);
  690. }
  691. }
  692. /// <summary>
  693. /// Looks up a localized resource of type System.Drawing.Bitmap.
  694. /// </summary>
  695. internal static System.Drawing.Bitmap iran {
  696. get {
  697. object obj = ResourceManager.GetObject("iran", resourceCulture);
  698. return ((System.Drawing.Bitmap)(obj));
  699. }
  700. }
  701. /// <summary>
  702. /// Looks up a localized string similar to {
  703. /// &quot;subSystem&quot;: &quot;Sistema&quot;,
  704. /// &quot;subPrivacy&quot;: &quot;Privacy&quot;,
  705. /// &quot;subGaming&quot;: &quot;Gioco&quot;,
  706. /// &quot;subTouch&quot;: &quot;Tocco&quot;,
  707. /// &quot;subTaskbar&quot;: &quot;Barra delle applicazioni&quot;,
  708. /// &quot;subExtras&quot;: &quot;Extra&quot;,
  709. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  710. /// &quot;restartButton&quot;: &quot;riavvia ora&quot;,
  711. /// &quot;restartButton8&quot;: &quot;riavvia ora&quot;,
  712. /// &quot;restartButton10&quot;: &quot;riavvia ora&quot;,
  713. /// &quot;restartAndApply&quot;: &quot;Riavviare per applicare le modifiche&quot;,
  714. /// &quot;txtVersion&quot;: &quot;Versione: {VN}&quot;,
  715. /// &quot;btnFind&quot;: &quot;Trova&quot;,
  716. /// &quot;btnKill&quot;: &quot;Uccisione&quot;,
  717. /// &quot;trayUnlocker&quot;: &quot;Manici di file&quot;,
  718. /// &quot;txtBitness&quot;: &quot;Architettura: {BITS}&quot; [rest of string was truncated]&quot;;.
  719. /// </summary>
  720. internal static string IT {
  721. get {
  722. return ResourceManager.GetString("IT", resourceCulture);
  723. }
  724. }
  725. /// <summary>
  726. /// Looks up a localized resource of type System.Drawing.Bitmap.
  727. /// </summary>
  728. internal static System.Drawing.Bitmap italy {
  729. get {
  730. object obj = ResourceManager.GetObject("italy", resourceCulture);
  731. return ((System.Drawing.Bitmap)(obj));
  732. }
  733. }
  734. /// <summary>
  735. /// Looks up a localized string similar to {
  736. /// &quot;subSystem&quot;: &quot;システム&quot;,
  737. /// &quot;subPrivacy&quot;: &quot;プライバシー&quot;,
  738. /// &quot;subGaming&quot;: &quot;ゲーム&quot;,
  739. /// &quot;subTouch&quot;: &quot;タッチ&quot;,
  740. /// &quot;subTaskbar&quot;: &quot;タスクバー&quot;,
  741. /// &quot;subExtras&quot;: &quot;その他&quot;,
  742. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  743. /// &quot;restartButton&quot;: &quot;今すぐ再起動&quot;,
  744. /// &quot;restartButton8&quot;: &quot;今すぐ再起動&quot;,
  745. /// &quot;restartButton10&quot;: &quot;今すぐ再起動&quot;,
  746. /// &quot;btnFind&quot;: &quot;検索&quot;,
  747. /// &quot;btnKill&quot;: &quot;強制終了&quot;,
  748. /// &quot;trayUnlocker&quot;: &quot;ファイル ハンドル&quot;,
  749. /// &quot;restartAndApply&quot;: &quot;再起動して変更を適用&quot;,
  750. /// &quot;txtVersion&quot;: &quot;バージョン: {VN}&quot;,
  751. /// &quot;txtBitness&quot;: &quot;{BITS}で動作しています。&quot;,
  752. /// &quot;linkUpdate&quot;: &quot;アップデートが利用可能です&quot;,
  753. /// &quot;lblLab&quot;: &quot;実験的ビルド\n(テスト後に削除されます)&quot;,
  754. /// &quot;performanceSw&quot;: [rest of string was truncated]&quot;;.
  755. /// </summary>
  756. internal static string JA {
  757. get {
  758. return ResourceManager.GetString("JA", resourceCulture);
  759. }
  760. }
  761. /// <summary>
  762. /// Looks up a localized resource of type System.Drawing.Bitmap.
  763. /// </summary>
  764. internal static System.Drawing.Bitmap japan {
  765. get {
  766. object obj = ResourceManager.GetObject("japan", resourceCulture);
  767. return ((System.Drawing.Bitmap)(obj));
  768. }
  769. }
  770. /// <summary>
  771. /// Looks up a localized string similar to {
  772. /// &quot;subSystem&quot;: &quot;시스템&quot;,
  773. /// &quot;subPrivacy&quot;: &quot;개인 정보&quot;,
  774. /// &quot;subGaming&quot;: &quot;게이밍&quot;,
  775. /// &quot;subTouch&quot;: &quot;터치&quot;,
  776. /// &quot;subTaskbar&quot;: &quot;작업 표시줄&quot;,
  777. /// &quot;subExtras&quot;: &quot;추가&quot;,
  778. /// &quot;btnAbout&quot;: &quot;확인&quot;,
  779. /// &quot;restartButton&quot;: &quot;지금 다시 시작&quot;,
  780. /// &quot;restartButton8&quot;: &quot;지금 다시 시작&quot;,
  781. /// &quot;restartButton10&quot;: &quot;지금 다시 시작&quot;,
  782. /// &quot;btnFind&quot;: &quot;찾기&quot;,
  783. /// &quot;btnKill&quot;: &quot;죽이기&quot;,
  784. /// &quot;trayUnlocker&quot;: &quot;파일 핸들&quot;,
  785. /// &quot;restartAndApply&quot;: &quot;다시 시작하여 변경 사항 적용&quot;,
  786. /// &quot;txtVersion&quot;: &quot;버전: {VN}&quot;,
  787. /// &quot;txtBitness&quot;: &quot;{BITS}로 작업중 - 한국어: 비너스걸&quot;,
  788. /// &quot;linkUpdate&quot;: &quot;업데이트 가능&quot;,
  789. /// &quot;lblLab&quot;: &quot;실험 빌드\n(테스트 후 삭제)&quot;,
  790. /// &quot;performanceSw&quot;: &quot; [rest of string was truncated]&quot;;.
  791. /// </summary>
  792. internal static string KO {
  793. get {
  794. return ResourceManager.GetString("KO", resourceCulture);
  795. }
  796. }
  797. /// <summary>
  798. /// Looks up a localized resource of type System.Drawing.Bitmap.
  799. /// </summary>
  800. internal static System.Drawing.Bitmap korea {
  801. get {
  802. object obj = ResourceManager.GetObject("korea", resourceCulture);
  803. return ((System.Drawing.Bitmap)(obj));
  804. }
  805. }
  806. /// <summary>
  807. /// Looks up a localized string similar to {
  808. /// &quot;subSystem&quot;: &quot;سیستەم&quot;,
  809. /// &quot;subPrivacy&quot;: &quot;تایبەتمەندیەتی&quot;,
  810. /// &quot;subGaming&quot;: &quot;یاریکردن&quot;,
  811. /// &quot;subTouch&quot;: &quot;دەست لێدان&quot;,
  812. /// &quot;subTaskbar&quot;: &quot;تاسکبار&quot;,
  813. /// &quot;subExtras&quot;: &quot;زیادە&quot;,
  814. /// &quot;btnAbout&quot;: &quot;باشە&quot;,
  815. /// &quot;restartButton&quot;: &quot;ئێستا ڕیستارتی بکەوە&quot;,
  816. /// &quot;restartButton8&quot;: &quot;ئێستا ڕیستارتی بکەوە&quot;,
  817. /// &quot;restartButton10&quot;: &quot;ئێستا ڕیستارتی بکەوە&quot;,
  818. /// &quot;btnFind&quot;: &quot;بیدۆزەوە&quot;,
  819. /// &quot;btnKill&quot;: &quot;بیکوژە (دایبخە)&quot;,
  820. /// &quot;trayUnlocker&quot;: &quot;دەسکەکانی فایل&quot;,
  821. /// &quot;restartAndApply&quot;: &quot;ڕیستارتی ئەکەیتەوە بۆ بینینی گۆڕانکاریەکان&quot;,
  822. /// &quot;txtVersion&quot;: &quot;وەشان :&quot;,
  823. /// &quot;t [rest of string was truncated]&quot;;.
  824. /// </summary>
  825. internal static string KU {
  826. get {
  827. return ResourceManager.GetString("KU", resourceCulture);
  828. }
  829. }
  830. /// <summary>
  831. /// Looks up a localized resource of type System.Drawing.Bitmap.
  832. /// </summary>
  833. internal static System.Drawing.Bitmap kurdish {
  834. get {
  835. object obj = ResourceManager.GetObject("kurdish", resourceCulture);
  836. return ((System.Drawing.Bitmap)(obj));
  837. }
  838. }
  839. /// <summary>
  840. /// Looks up a localized resource of type System.Drawing.Bitmap.
  841. /// </summary>
  842. internal static System.Drawing.Bitmap logo {
  843. get {
  844. object obj = ResourceManager.GetObject("logo", resourceCulture);
  845. return ((System.Drawing.Bitmap)(obj));
  846. }
  847. }
  848. /// <summary>
  849. /// Looks up a localized string similar to {
  850. /// &quot;subSystem&quot;: &quot;सिस्टम&quot;,
  851. /// &quot;subPrivacy&quot;: &quot;गोपनीयता&quot;,
  852. /// &quot;subGaming&quot;: &quot;गेमिङ&quot;,
  853. /// &quot;subTouch&quot;: &quot;स्पर्श&quot;,
  854. /// &quot;subTaskbar&quot;: &quot;टास्कबार&quot;,
  855. /// &quot;subExtras&quot;: &quot;अतिरिक्त&quot;,
  856. /// &quot;btnAbout&quot;: &quot;ठिक छ&quot;,
  857. /// &quot;restartButton&quot;: &quot;अहिले पुन: प्रारंभ गर्नुहोस्&quot;,
  858. /// &quot;restartButton8&quot;: &quot;अहिले पुन: प्रारंभ गर्नुहोस्&quot;,
  859. /// &quot;restartButton10&quot;: &quot;अहिले पुन: प्रारंभ गर्नुहोस्&quot;,
  860. /// &quot;btnFind&quot;: &quot;फेला पर्ख्नुहोस्&quot;,
  861. /// &quot;btnKill&quot;: &quot;मार्नुहोस्&quot;,
  862. /// &quot;trayUnlocker&quot;: &quot;फाइल ह्यान्डलहरू&quot;,
  863. /// &quot;restartAndApply&quot;: &quot;परिवर्तन लागू गर्नका लागि पुन: प्रारंभ गर्नुहोस्&quot;,
  864. /// &quot;t [rest of string was truncated]&quot;;.
  865. /// </summary>
  866. internal static string NE {
  867. get {
  868. return ResourceManager.GetString("NE", resourceCulture);
  869. }
  870. }
  871. /// <summary>
  872. /// Looks up a localized resource of type System.Drawing.Bitmap.
  873. /// </summary>
  874. internal static System.Drawing.Bitmap nepal {
  875. get {
  876. object obj = ResourceManager.GetObject("nepal", resourceCulture);
  877. return ((System.Drawing.Bitmap)(obj));
  878. }
  879. }
  880. /// <summary>
  881. /// Looks up a localized string similar to {
  882. /// &quot;subSystem&quot;: &quot;Systeem&quot;,
  883. /// &quot;subPrivacy&quot;: &quot;Privacy&quot;,
  884. /// &quot;subGaming&quot;: &quot;Gamen&quot;,
  885. /// &quot;subTouch&quot;: &quot;Aanraken&quot;,
  886. /// &quot;subTaskbar&quot;: &quot;Taakbalk&quot;,
  887. /// &quot;subExtras&quot;: &quot;Extra&apos;s&quot;,
  888. /// &quot;btnAbout&quot;:&quot;OK&quot;,
  889. /// &quot;restartButton&quot;:&quot;Nu opnieuw opstarten&quot;,
  890. /// &quot;restartButton8&quot;:&quot;Nu opnieuw opstarten&quot;,
  891. /// &quot;restartButton10&quot;:&quot;Nu opnieuw opstarten&quot;,
  892. /// &quot;restartAndApply&quot;:&quot;Herstart om wijzigingen toe te passen&quot;,
  893. /// &quot;txtVersion&quot;:&quot;Versie: {VN}&quot;,
  894. /// &quot;btnFind&quot;:&quot;Vind&quot;,
  895. /// &quot;btnKill&quot;:&quot;Dood&quot;,
  896. /// &quot;trayUnlocker&quot;:&quot;Bestandshandvatten&quot;,
  897. /// [rest of string was truncated]&quot;;.
  898. /// </summary>
  899. internal static string NL {
  900. get {
  901. return ResourceManager.GetString("NL", resourceCulture);
  902. }
  903. }
  904. /// <summary>
  905. /// Looks up a localized resource of type System.Byte[].
  906. /// </summary>
  907. internal static byte[] OneDrive_Uninstaller {
  908. get {
  909. object obj = ResourceManager.GetObject("OneDrive_Uninstaller", resourceCulture);
  910. return ((byte[])(obj));
  911. }
  912. }
  913. /// <summary>
  914. /// Looks up a localized string similar to {
  915. /// &quot;subSystem&quot;: &quot;System&quot;,
  916. /// &quot;subPrivacy&quot;: &quot;Prywatność&quot;,
  917. /// &quot;subGaming&quot;: &quot;Gra&quot;,
  918. /// &quot;subTouch&quot;: &quot;Dotyk&quot;,
  919. /// &quot;subTaskbar&quot;: &quot;Pasek zadań&quot;,
  920. /// &quot;subExtras&quot;: &quot;Dodatki&quot;,
  921. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  922. /// &quot;restartButton&quot;: &quot;Uruchom ponownie teraz&quot;,
  923. /// &quot;restartButton8&quot;: &quot;Uruchom ponownie teraz&quot;,
  924. /// &quot;restartButton10&quot;: &quot;Uruchom ponownie teraz&quot;,
  925. /// &quot;btnFind&quot;: &quot;Znajdź&quot;,
  926. /// &quot;btnKill&quot;: &quot;Zakończ&quot;,
  927. /// &quot;trayUnlocker&quot;: &quot;Deskryptory plików&quot;,
  928. /// &quot;restartAndApply&quot;: &quot;Uruchom ponownie, aby zastosować zmiany&quot;,
  929. /// &quot;onedriveM&quot;: &quot;Czy na pewno chcesz usunąć u [rest of string was truncated]&quot;;.
  930. /// </summary>
  931. internal static string PL {
  932. get {
  933. return ResourceManager.GetString("PL", resourceCulture);
  934. }
  935. }
  936. /// <summary>
  937. /// Looks up a localized resource of type System.Drawing.Bitmap.
  938. /// </summary>
  939. internal static System.Drawing.Bitmap poland {
  940. get {
  941. object obj = ResourceManager.GetObject("poland", resourceCulture);
  942. return ((System.Drawing.Bitmap)(obj));
  943. }
  944. }
  945. /// <summary>
  946. /// Looks up a localized resource of type System.Byte[].
  947. /// </summary>
  948. internal static byte[] Poppins_Regular {
  949. get {
  950. object obj = ResourceManager.GetObject("Poppins_Regular", resourceCulture);
  951. return ((byte[])(obj));
  952. }
  953. }
  954. /// <summary>
  955. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  956. ///
  957. ///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\Power Menu]
  958. ///&quot;MUIVerb&quot;=&quot;Power Menu&quot;
  959. ///&quot;SubCommands&quot;=&quot;lock;logoff;switch;sleep;hibernate;restart;safemode;shutdown;hybridshutdown&quot;
  960. ///&quot;Icon&quot;=&quot;shell32.dll,215&quot;
  961. ///&quot;Position&quot;=&quot;bottom&quot;
  962. ///
  963. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\lock]
  964. ///@=&quot;Lock&quot;
  965. ///
  966. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\lock\command]
  967. ///@=&quot;Rundll32 User32.dll,LockWorkStati [rest of string was truncated]&quot;;.
  968. /// </summary>
  969. internal static string PowerMenu {
  970. get {
  971. return ResourceManager.GetString("PowerMenu", resourceCulture);
  972. }
  973. }
  974. /// <summary>
  975. /// Looks up a localized string similar to {
  976. /// &quot;subSystem&quot;: &quot;Sistema&quot;,
  977. /// &quot;subPrivacy&quot;: &quot;Privacidade&quot;,
  978. /// &quot;subGaming&quot;: &quot;Jogos&quot;,
  979. /// &quot;subTouch&quot;: &quot;Toque&quot;,
  980. /// &quot;subTaskbar&quot;: &quot;Barra de tarefas&quot;,
  981. /// &quot;subExtras&quot;: &quot;Extras&quot;,
  982. /// &quot;btnAbout&quot;: &quot;Feito&quot;,
  983. /// &quot;restartButton&quot;: &quot;Reinicie agora&quot;,
  984. /// &quot;restartButton8&quot;: &quot;Reinicie agora&quot;,
  985. /// &quot;restartButton10&quot;: &quot;Reinicie agora&quot;,
  986. /// &quot;btnFind&quot;: &quot;Encontrar&quot;,
  987. /// &quot;btnKill&quot;: &quot;Finalizar&quot;,
  988. /// &quot;trayUnlocker&quot;: &quot;Alças de arquivo&quot;,
  989. /// &quot;restartAndApply&quot;: &quot;Reinicie para aplicar as alterações&quot;,
  990. /// &quot;onedriveM&quot;: &quot;Tem certeza de que deseja desinstalar o On [rest of string was truncated]&quot;;.
  991. /// </summary>
  992. internal static string PT {
  993. get {
  994. return ResourceManager.GetString("PT", resourceCulture);
  995. }
  996. }
  997. /// <summary>
  998. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  999. ///
  1000. ///
  1001. ///[-HKEY_CLASSES_ROOT\*\shell\runas]
  1002. ///
  1003. ///[-HKEY_CLASSES_ROOT\Directory\shell\runas]
  1004. ///.
  1005. /// </summary>
  1006. internal static string RemoveTakeOwnership {
  1007. get {
  1008. return ResourceManager.GetString("RemoveTakeOwnership", resourceCulture);
  1009. }
  1010. }
  1011. /// <summary>
  1012. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  1013. ///
  1014. ///; MajorGeeks.Com
  1015. ///; How to Restore the Windows Photo Viewer on Windows 10
  1016. ///; https://www.majorgeeks.com/content/page/restore_the_windows_photo_viewer_on_windows_10.html
  1017. ///
  1018. ///[HKEY_CLASSES_ROOT\Applications\photoviewer.dll\shell\open]
  1019. ///&quot;MuiVerb&quot;=&quot;@photoviewer.dll,-3043&quot;
  1020. ///
  1021. ///[HKEY_CLASSES_ROOT\Applications\photoviewer.dll\shell\open\command]
  1022. ///@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
  1023. /// 00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,0 [rest of string was truncated]&quot;;.
  1024. /// </summary>
  1025. internal static string RestoreClassicPhotoViewer {
  1026. get {
  1027. return ResourceManager.GetString("RestoreClassicPhotoViewer", resourceCulture);
  1028. }
  1029. }
  1030. /// <summary>
  1031. /// Looks up a localized string similar to {
  1032. /// &quot;subSystem&quot;: &quot;Sistem&quot;,
  1033. /// &quot;subPrivacy&quot;: &quot;Confidențialitate&quot;,
  1034. /// &quot;subGaming&quot;: &quot;Jocuri&quot;,
  1035. /// &quot;subTouch&quot;: &quot;Atingere&quot;,
  1036. /// &quot;subTaskbar&quot;: &quot;Bara de activități&quot;,
  1037. /// &quot;subExtras&quot;: &quot;In plus&quot;,
  1038. /// &quot;btnAbout&quot;: &quot;Bine&quot;,
  1039. /// &quot;restartButton&quot;: &quot;Reporniți acum&quot;,
  1040. /// &quot;restartButton8&quot;: &quot;Reporniți acum&quot;,
  1041. /// &quot;restartButton10&quot;: &quot;Reporniți acum&quot;,
  1042. /// &quot;btnFind&quot;: &quot;Găsește&quot;,
  1043. /// &quot;btnKill&quot;: &quot;Terminati&quot;,
  1044. /// &quot;trayUnlocker&quot;: &quot;Mânere de fișiere&quot;,
  1045. /// &quot;restartAndApply&quot;: &quot;Reporniți pentru a aplica modificările&quot;,
  1046. /// &quot;txtVersion&quot;: &quot;Versiunea: {VN}&quot;,
  1047. /// &quot;txtBitn [rest of string was truncated]&quot;;.
  1048. /// </summary>
  1049. internal static string RO {
  1050. get {
  1051. return ResourceManager.GetString("RO", resourceCulture);
  1052. }
  1053. }
  1054. /// <summary>
  1055. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1056. /// </summary>
  1057. internal static System.Drawing.Bitmap romania {
  1058. get {
  1059. object obj = ResourceManager.GetObject("romania", resourceCulture);
  1060. return ((System.Drawing.Bitmap)(obj));
  1061. }
  1062. }
  1063. /// <summary>
  1064. /// Looks up a localized string similar to {
  1065. /// &quot;subSystem&quot;: &quot;Система&quot;,
  1066. /// &quot;subPrivacy&quot;: &quot;Конфиденциальность&quot;,
  1067. /// &quot;subGaming&quot;: &quot;Игры&quot;,
  1068. /// &quot;subTouch&quot;: &quot;Сенсорный экран&quot;,
  1069. /// &quot;subTaskbar&quot;: &quot;Панель задач&quot;,
  1070. /// &quot;subExtras&quot;: &quot;Дополнительно&quot;,
  1071. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  1072. /// &quot;restartButton&quot;: &quot;Перезапустить сейчас&quot;,
  1073. /// &quot;restartButton8&quot;: &quot;Перезапустить сейчас&quot;,
  1074. /// &quot;restartButton10&quot;: &quot;Перезапустить сейчас&quot;,
  1075. /// &quot;restartAndApply&quot;: &quot;Перезапустить, чтобы применить изменения&quot;,
  1076. /// &quot;txtVersion&quot;: &quot;Версия: {VN}&quot;,
  1077. /// &quot;btnFind&quot;: &quot;Находить&quot;,
  1078. /// &quot;btnKill&quot;: &quot;Убийство&quot;,
  1079. /// &quot;trayUnlocker&quot;: &quot;Дескрипт [rest of string was truncated]&quot;;.
  1080. /// </summary>
  1081. internal static string RU {
  1082. get {
  1083. return ResourceManager.GetString("RU", resourceCulture);
  1084. }
  1085. }
  1086. /// <summary>
  1087. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1088. /// </summary>
  1089. internal static System.Drawing.Bitmap russia {
  1090. get {
  1091. object obj = ResourceManager.GetObject("russia", resourceCulture);
  1092. return ((System.Drawing.Bitmap)(obj));
  1093. }
  1094. }
  1095. /// <summary>
  1096. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1097. /// </summary>
  1098. internal static System.Drawing.Bitmap spain {
  1099. get {
  1100. object obj = ResourceManager.GetObject("spain", resourceCulture);
  1101. return ((System.Drawing.Bitmap)(obj));
  1102. }
  1103. }
  1104. /// <summary>
  1105. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  1106. ///
  1107. ///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\SystemShortcuts]
  1108. ///&quot;MUIVerb&quot;=&quot;System Shortcuts&quot;
  1109. ///&quot;SubCommands&quot;=&quot;admintools;datetime;regional;folderoptions;gmode;internetoptions;network;power;appwiz;rbin;run;search;services;sysdm;user;user2;flip3d&quot;
  1110. ///&quot;icon&quot;=&quot;sysdm.cpl&quot;
  1111. ///&quot;Position&quot;=-
  1112. ///
  1113. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\admintools]
  1114. ///@=&quot;Administrative Tools&quot;
  1115. ///&quot;icon&quot;=&quot;imageres.dll,109&quot;
  1116. ///
  1117. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Micros [rest of string was truncated]&quot;;.
  1118. /// </summary>
  1119. internal static string SystemShortcuts {
  1120. get {
  1121. return ResourceManager.GetString("SystemShortcuts", resourceCulture);
  1122. }
  1123. }
  1124. /// <summary>
  1125. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  1126. ///
  1127. ///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\SystemTools]
  1128. ///&quot;MUIVerb&quot;=&quot;System Tools&quot;
  1129. ///&quot;SubCommands&quot;=&quot;control;cleanmgr;devmgr;event;regedit;secctr;msconfig;taskmgr;taskschd;wu&quot;
  1130. ///&quot;icon&quot;=&quot;imageres.dll,104&quot;
  1131. ///&quot;Position&quot;=-
  1132. ///
  1133. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\control]
  1134. ///@=&quot;Control Panel&quot;
  1135. ///&quot;icon&quot;=&quot;control.exe&quot;
  1136. ///
  1137. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\control\command]
  1138. ///@=&quot;c [rest of string was truncated]&quot;;.
  1139. /// </summary>
  1140. internal static string SystemTools {
  1141. get {
  1142. return ResourceManager.GetString("SystemTools", resourceCulture);
  1143. }
  1144. }
  1145. /// <summary>
  1146. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1147. /// </summary>
  1148. internal static System.Drawing.Bitmap taiwan {
  1149. get {
  1150. object obj = ResourceManager.GetObject("taiwan", resourceCulture);
  1151. return ((System.Drawing.Bitmap)(obj));
  1152. }
  1153. }
  1154. /// <summary>
  1155. /// Looks up a localized string similar to {
  1156. /// &quot;subSystem&quot;: &quot;Sistem&quot;,
  1157. /// &quot;subPrivacy&quot;: &quot;Mahremiyet&quot;,
  1158. /// &quot;subGaming&quot;: &quot;Oyun&quot;,
  1159. /// &quot;subTouch&quot;: &quot;Dokunmak&quot;,
  1160. /// &quot;subTaskbar&quot;: &quot;Görev çubuğu&quot;,
  1161. /// &quot;subExtras&quot;: &quot;Ekstralar&quot;,
  1162. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  1163. /// &quot;restartButton&quot;: &quot;şimdi yeniden başlat&quot;,
  1164. /// &quot;restartButton8&quot;: &quot;şimdi yeniden başlat&quot;,
  1165. /// &quot;restartButton10&quot;: &quot;şimdi yeniden başlat&quot;,
  1166. /// &quot;restartAndApply&quot;: &quot;Değişiklikleri uygulamak için yeniden başlatılsın mı&quot;,
  1167. /// &quot;onedriveM&quot;: &quot;OneDrive&apos;ı kaldırmak istediğinizden emin misiniz? Bu, Masaüstü ve Belge dosyalarınızı siler! Bu seçen [rest of string was truncated]&quot;;.
  1168. /// </summary>
  1169. internal static string TR {
  1170. get {
  1171. return ResourceManager.GetString("TR", resourceCulture);
  1172. }
  1173. }
  1174. /// <summary>
  1175. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1176. /// </summary>
  1177. internal static System.Drawing.Bitmap turkey {
  1178. get {
  1179. object obj = ResourceManager.GetObject("turkey", resourceCulture);
  1180. return ((System.Drawing.Bitmap)(obj));
  1181. }
  1182. }
  1183. /// <summary>
  1184. /// Looks up a localized string similar to {
  1185. /// &quot;subSystem&quot;: &quot;系統&quot;,
  1186. /// &quot;subPrivacy&quot;: &quot;隱私&quot;,
  1187. /// &quot;subGaming&quot;: &quot;遊戲&quot;,
  1188. /// &quot;subTouch&quot;: &quot;觸控&quot;,
  1189. /// &quot;subTaskbar&quot;: &quot;工作列&quot;,
  1190. /// &quot;subExtras&quot;: &quot;額外功能&quot;,
  1191. /// &quot;btnAbout&quot;: &quot;確定&quot;,
  1192. /// &quot;restartButton&quot;: &quot;立即重新啟動&quot;,
  1193. /// &quot;restartButton8&quot;: &quot;立即重新啟動&quot;,
  1194. /// &quot;restartButton10&quot;: &quot;立即重新啟動&quot;,
  1195. /// &quot;restartAndApply&quot;: &quot;重新啟動以套用變更&quot;,
  1196. /// &quot;onedriveM&quot;: &quot;您確定要移除 OneDrive 嗎?這將刪除您的桌面和文件檔案!僅在本機帳戶上使用此選項!&quot;,
  1197. /// &quot;txtVersion&quot;: &quot;版本:{VN}&quot;,
  1198. /// &quot;systemRestoreM&quot;: &quot;您確定要停用系統還原嗎?這將刪除您目前的備份映像!&quot;,
  1199. /// &quot;txtBitness&quot;: &quot;您正在使用 {BITS}&quot;,
  1200. /// &quot;btnFind&quot;: &quot;尋找&quot;,
  1201. /// &quot;btnKill&quot;: &quot;結束&quot;,
  1202. /// &quot;trayUnlocker&quot;: &quot;檔案控制&quot;, /// [rest of string was truncated]&quot;;.
  1203. /// </summary>
  1204. internal static string TW {
  1205. get {
  1206. return ResourceManager.GetString("TW", resourceCulture);
  1207. }
  1208. }
  1209. /// <summary>
  1210. /// Looks up a localized string similar to {
  1211. /// &quot;subSystem&quot;: &quot;Система&quot;,
  1212. /// &quot;subPrivacy&quot;: &quot;Конфіденційність&quot;,
  1213. /// &quot;subGaming&quot;: &quot;Ігри&quot;,
  1214. /// &quot;subTouch&quot;: &quot;Дотик&quot;,
  1215. /// &quot;subTaskbar&quot;: &quot;Панель задач&quot;,
  1216. /// &quot;subExtras&quot;: &quot;Доповнення&quot;,
  1217. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  1218. /// &quot;restartButton&quot;: &quot;Перезапустити зараз&quot;,
  1219. /// &quot;restartButton8&quot;: &quot;Перезапустити зараз&quot;,
  1220. /// &quot;restartButton10&quot;: &quot;Перезапустити зараз&quot;,
  1221. /// &quot;btnFind&quot;: &quot;Знайти&quot;,
  1222. /// &quot;btnKill&quot;: &quot;Вимкнути примусово&quot;,
  1223. /// &quot;trayUnlocker&quot;: &quot;Дескриптор файлів&quot;,
  1224. /// &quot;restartAndApply&quot;: &quot;Перезапустити для застосування змін&quot;,
  1225. /// &quot;txtVersion&quot;: &quot;Версія: {VN}&quot;,
  1226. /// &quot; [rest of string was truncated]&quot;;.
  1227. /// </summary>
  1228. internal static string UA {
  1229. get {
  1230. return ResourceManager.GetString("UA", resourceCulture);
  1231. }
  1232. }
  1233. /// <summary>
  1234. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1235. /// </summary>
  1236. internal static System.Drawing.Bitmap ukraine {
  1237. get {
  1238. object obj = ResourceManager.GetObject("ukraine", resourceCulture);
  1239. return ((System.Drawing.Bitmap)(obj));
  1240. }
  1241. }
  1242. /// <summary>
  1243. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1244. /// </summary>
  1245. internal static System.Drawing.Bitmap united_kingdom {
  1246. get {
  1247. object obj = ResourceManager.GetObject("united_kingdom", resourceCulture);
  1248. return ((System.Drawing.Bitmap)(obj));
  1249. }
  1250. }
  1251. /// <summary>
  1252. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  1253. ///
  1254. ///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\WindowsApps]
  1255. ///&quot;MUIVerb&quot;=&quot;Windows Apps&quot;
  1256. ///&quot;SubCommands&quot;=&quot;calc;chmap;cmd;dfrg;ie;notepad;paint;psr;snip;srd;srt;tsch;wmp;wordpad&quot;
  1257. ///&quot;icon&quot;=&quot;imageres.dll,152&quot;
  1258. ///&quot;Position&quot;=-
  1259. ///
  1260. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\calc]
  1261. ///@=&quot;Calculator&quot;
  1262. ///&quot;icon&quot;=&quot;calc.exe&quot;
  1263. ///
  1264. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\calc\command]
  1265. ///@=&quot;calc.exe&quot;
  1266. ///
  1267. ///[HK [rest of string was truncated]&quot;;.
  1268. /// </summary>
  1269. internal static string WindowsApps {
  1270. get {
  1271. return ResourceManager.GetString("WindowsApps", resourceCulture);
  1272. }
  1273. }
  1274. }
  1275. }