Resources.Designer.cs 65 KB

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