Resources.Designer.cs 68 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392
  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 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.ht [rest of string was truncated]&quot;;.
  301. /// </summary>
  302. internal static string DisableDefenderSafeMode1903Plus {
  303. get {
  304. return ResourceManager.GetString("DisableDefenderSafeMode1903Plus", resourceCulture);
  305. }
  306. }
  307. /// <summary>
  308. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  309. ///
  310. ///[HKEY_CURRENT_USER\Software\Policies\microsoft\office\16.0\osm\preventedapplications]
  311. ///&quot;accesssolution&quot;=dword:00000001
  312. ///&quot;olksolution&quot;=dword:00000001
  313. ///&quot;onenotesolution&quot;=dword:00000001
  314. ///&quot;pptsolution&quot;=dword:00000001
  315. ///&quot;projectsolution&quot;=dword:00000001
  316. ///&quot;publishersolution&quot;=dword:00000001
  317. ///&quot;visiosolution&quot;=dword:00000001
  318. ///&quot;wdsolution&quot;=dword:00000001
  319. ///&quot;xlsolution&quot;=dword:00000001
  320. ///
  321. ///[HKEY_CURRENT_USER\Software\Policies\microsoft\office\16.0\osm\preventedsolutiontypes]
  322. ///&quot;agave&quot;= [rest of string was truncated]&quot;;.
  323. /// </summary>
  324. internal static string DisableOfficeTelemetry {
  325. get {
  326. return ResourceManager.GetString("DisableOfficeTelemetry", resourceCulture);
  327. }
  328. }
  329. /// <summary>
  330. /// Looks up a localized string similar to schtasks /end /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack2016&quot;
  331. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack2016&quot; /disable
  332. ///schtasks /end /tn &quot;\Microsoft\Office\OfficeTelemetryAgentLogOn2016&quot;
  333. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentLogOn2016&quot; /disable
  334. ///
  335. ///schtasks /end /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack&quot;
  336. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack&quot; /disable
  337. ///schtasks /end /tn &quot;\Microsoft\Office\OfficeTelemetryAgen [rest of string was truncated]&quot;;.
  338. /// </summary>
  339. internal static string DisableOfficeTelemetryTasks {
  340. get {
  341. return ResourceManager.GetString("DisableOfficeTelemetryTasks", resourceCulture);
  342. }
  343. }
  344. /// <summary>
  345. /// Looks up a localized string similar to schtasks /end /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\Consolidator&quot;
  346. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\Consolidator&quot; /disable
  347. ///schtasks /end /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\BthSQM&quot;
  348. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\BthSQM&quot; /disable
  349. ///schtasks /end /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\KernelCeipTask&quot;
  350. ///schtasks /change /tn &quot;\Microsoft\ [rest of string was truncated]&quot;;.
  351. /// </summary>
  352. internal static string DisableTelemetryTasks {
  353. get {
  354. return ResourceManager.GetString("DisableTelemetryTasks", resourceCulture);
  355. }
  356. }
  357. /// <summary>
  358. /// Looks up a localized string similar to schtasks /end /tn &quot;\Microsoft\XblGameSave\XblGameSaveTask&quot;
  359. ///schtasks /change /tn &quot;\Microsoft\XblGameSave\XblGameSaveTask&quot; /disable
  360. ///schtasks /end /tn &quot;\Microsoft\XblGameSave\XblGameSaveTaskLogon&quot;
  361. ///schtasks /change /tn &quot;\Microsoft\XblGameSave\XblGameSaveTaskLogon&quot; /disable
  362. ///.
  363. /// </summary>
  364. internal static string DisableXboxTasks {
  365. get {
  366. return ResourceManager.GetString("DisableXboxTasks", resourceCulture);
  367. }
  368. }
  369. /// <summary>
  370. /// Looks up a localized resource of type System.Drawing.Bitmap.
  371. /// </summary>
  372. internal static System.Drawing.Bitmap dutch {
  373. get {
  374. object obj = ResourceManager.GetObject("dutch", resourceCulture);
  375. return ((System.Drawing.Bitmap)(obj));
  376. }
  377. }
  378. /// <summary>
  379. /// Looks up a localized resource of type System.Drawing.Bitmap.
  380. /// </summary>
  381. internal static System.Drawing.Bitmap egypt {
  382. get {
  383. object obj = ResourceManager.GetObject("egypt", resourceCulture);
  384. return ((System.Drawing.Bitmap)(obj));
  385. }
  386. }
  387. /// <summary>
  388. /// Looks up a localized string similar to {
  389. /// &quot;subSystem&quot;: &quot;Σύστημα&quot;,
  390. /// &quot;subPrivacy&quot;: &quot;Ιδιωτικότητα&quot;,
  391. /// &quot;subGaming&quot;: &quot;Gaming&quot;,
  392. /// &quot;subTouch&quot;: &quot;Αφή&quot;,
  393. /// &quot;subTaskbar&quot;: &quot;Γραμμή Εργασιών&quot;,
  394. /// &quot;subExtras&quot;: &quot;Πρόσθετα&quot;,
  395. /// &quot;btnAbout&quot;: &quot;Εντάξει&quot;,
  396. /// &quot;restartButton&quot;: &quot;Επανεκκίνηση τώρα&quot;,
  397. /// &quot;restartButton8&quot;: &quot;Επανεκκίνηση τώρα&quot;,
  398. /// &quot;restartButton10&quot;: &quot;Επανεκκίνηση τώρα&quot;,
  399. /// &quot;btnFind&quot;: &quot;Εύρεση&quot;,
  400. /// &quot;btnKill&quot;: &quot;Τερματισμός&quot;,
  401. /// &quot;trayUnlocker&quot;: &quot;File Handles&quot;,
  402. /// &quot;restartAndApply&quot;: &quot;Επανεκκίνηση για την εφαρμογή των αλλαγών&quot;,
  403. /// &quot;txtVersion&quot;: &quot;Έκδοση: {VN}&quot;,
  404. /// &quot;txtBitness [rest of string was truncated]&quot;;.
  405. /// </summary>
  406. internal static string EL {
  407. get {
  408. return ResourceManager.GetString("EL", resourceCulture);
  409. }
  410. }
  411. /// <summary>
  412. /// Looks up a localized string similar to {
  413. /// &quot;subSystem&quot;: &quot;System&quot;,
  414. /// &quot;subPrivacy&quot;: &quot;Privacy&quot;,
  415. /// &quot;subGaming&quot;: &quot;Gaming&quot;,
  416. /// &quot;subTouch&quot;: &quot;Touch&quot;,
  417. /// &quot;subTaskbar&quot;: &quot;Taskbar&quot;,
  418. /// &quot;subExtras&quot;: &quot;Extras&quot;,
  419. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  420. /// &quot;restartButton&quot;: &quot;Restart now&quot;,
  421. /// &quot;restartButton8&quot;: &quot;Restart now&quot;,
  422. /// &quot;restartButton10&quot;: &quot;Restart now&quot;,
  423. /// &quot;btnFind&quot;: &quot;Find&quot;,
  424. /// &quot;btnKill&quot;: &quot;Kill&quot;,
  425. /// &quot;trayUnlocker&quot;: &quot;File Handles&quot;,
  426. /// &quot;restartAndApply&quot;: &quot;Restart to apply changes&quot;,
  427. /// &quot;txtVersion&quot;: &quot;Version: {VN}&quot;,
  428. /// &quot;txtBitness&quot;: &quot;You are working with {BITS}&quot;,
  429. /// &quot;linkUpdate&quot;: &quot;Update avai [rest of string was truncated]&quot;;.
  430. /// </summary>
  431. internal static string EN {
  432. get {
  433. return ResourceManager.GetString("EN", resourceCulture);
  434. }
  435. }
  436. /// <summary>
  437. /// 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
  438. ///
  439. ///reg add &quot;HKLM\System\CurrentControlSet\Services\SgrmBroker&quot; /v &quot;Start&quot; /t REG_DWORD /d &quot;2&quot; /f
  440. ///
  441. ///reg add &quot;HKLM\System\CurrentControlSet\Services\SecurityHealthService&quot; /v &quot;Start&quot; /t REG_DWORD /d &quot;2&quot; /f
  442. ///
  443. ///rem 1 - Disable Real-time protection
  444. ///reg delete &quot;HKLM\Software\Policies\Microsoft\Windows Defender&quot; /f
  445. ///reg add &quot;HKLM\Software\Policies\Microsoft\Windows Defender&quot; /v &quot;DisableAntiSpyware&quot; /t REG_DWO [rest of string was truncated]&quot;;.
  446. /// </summary>
  447. internal static string EnableDefenderSafeMode1903Plus {
  448. get {
  449. return ResourceManager.GetString("EnableDefenderSafeMode1903Plus", resourceCulture);
  450. }
  451. }
  452. /// <summary>
  453. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  454. ///
  455. ///[HKEY_CURRENT_USER\Software\Policies\microsoft\office\16.0\osm\preventedapplications]
  456. ///&quot;accesssolution&quot;=-
  457. ///&quot;olksolution&quot;=-
  458. ///&quot;onenotesolution&quot;=-
  459. ///&quot;pptsolution&quot;=-
  460. ///&quot;projectsolution&quot;=-
  461. ///&quot;publishersolution&quot;=-
  462. ///&quot;visiosolution&quot;=-
  463. ///&quot;wdsolution&quot;=-
  464. ///&quot;xlsolution&quot;=-
  465. ///
  466. ///[HKEY_CURRENT_USER\Software\Policies\microsoft\office\16.0\osm\preventedsolutiontypes]
  467. ///&quot;agave&quot;=-
  468. ///&quot;appaddins&quot;=-
  469. ///&quot;comaddins&quot;=-
  470. ///&quot;documentfiles&quot;=-
  471. ///&quot;templatefiles&quot;=-
  472. ///.
  473. /// </summary>
  474. internal static string EnableOfficeTelemetry {
  475. get {
  476. return ResourceManager.GetString("EnableOfficeTelemetry", resourceCulture);
  477. }
  478. }
  479. /// <summary>
  480. /// Looks up a localized string similar to schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack2016&quot; /enable
  481. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentLogOn2016&quot; /enable
  482. ///
  483. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack&quot; /enable
  484. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentLogOn&quot; /enable
  485. ///
  486. ///reg add &quot;HKCU\SOFTWARE\Microsoft\Office\15.0\Outlook\Options\Mail&quot; /v &quot;EnableLogging&quot; /t REG_DWORD /d 1 /f
  487. ///reg add &quot;HKCU\SOFTWARE\Microsoft\Office\16.0\Outlook\Options\Mail&quot; /v &quot;EnableLoggi [rest of string was truncated]&quot;;.
  488. /// </summary>
  489. internal static string EnableOfficeTelemetryTasks {
  490. get {
  491. return ResourceManager.GetString("EnableOfficeTelemetryTasks", resourceCulture);
  492. }
  493. }
  494. /// <summary>
  495. /// Looks up a localized string similar to schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\Consolidator&quot; /enable
  496. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\BthSQM&quot; /enable
  497. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\KernelCeipTask&quot; /enable
  498. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\UsbCeip&quot; /enable
  499. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\Uploader&quot; /enable
  500. ///schta [rest of string was truncated]&quot;;.
  501. /// </summary>
  502. internal static string EnableTelemetryTasks {
  503. get {
  504. return ResourceManager.GetString("EnableTelemetryTasks", resourceCulture);
  505. }
  506. }
  507. /// <summary>
  508. /// Looks up a localized string similar to schtasks /change /tn &quot;\Microsoft\XblGameSave\XblGameSaveTask&quot; /enable
  509. ///schtasks /change /tn &quot;\Microsoft\XblGameSave\XblGameSaveTaskLogon&quot; /enable
  510. ///.
  511. /// </summary>
  512. internal static string EnableXboxTasks {
  513. get {
  514. return ResourceManager.GetString("EnableXboxTasks", resourceCulture);
  515. }
  516. }
  517. /// <summary>
  518. /// Looks up a localized string similar to {
  519. /// &quot;subSystem&quot;: &quot;Sistema&quot;,
  520. /// &quot;subPrivacy&quot;: &quot;Privacidad&quot;,
  521. /// &quot;subGaming&quot;: &quot;Juego de azar&quot;,
  522. /// &quot;subTouch&quot;: &quot;Tocar&quot;,
  523. /// &quot;subTaskbar&quot;: &quot;Barra de tareas&quot;,
  524. /// &quot;subExtras&quot;: &quot;Extras&quot;,
  525. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  526. /// &quot;restartButton&quot;: &quot;Reiniciar ahora&quot;,
  527. /// &quot;restartButton8&quot;: &quot;Reiniciar ahora&quot;,
  528. /// &quot;restartButton10&quot;: &quot;Reiniciar ahora&quot;,
  529. /// &quot;btnFind&quot;: &quot;Encontrar&quot;,
  530. /// &quot;btnKill&quot;: &quot;Matar&quot;,
  531. /// &quot;trayUnlocker&quot;: &quot;Asas de archivo&quot;,
  532. /// &quot;restartAndApply&quot;: &quot;Reiniciar para aplicar cambios&quot;,
  533. /// &quot;onedriveM&quot;: &quot;¿Seguro que quieres desinstalar OneDrive? ¡Est [rest of string was truncated]&quot;;.
  534. /// </summary>
  535. internal static string ES {
  536. get {
  537. return ResourceManager.GetString("ES", resourceCulture);
  538. }
  539. }
  540. /// <summary>
  541. /// Looks up a localized string similar to {
  542. /// &quot;subSystem&quot;: &quot;سیستم&quot;,
  543. /// &quot;subPrivacy&quot;: &quot;حریم خصوصی&quot;,
  544. /// &quot;subGaming&quot;: &quot;بازی&quot;,
  545. /// &quot;subTouch&quot;: &quot;لمس کردن&quot;,
  546. /// &quot;subTaskbar&quot;: &quot;نوار وظیفه&quot;,
  547. /// &quot;subExtras&quot;: &quot;موارد اضافی&quot;,
  548. /// &quot;btnAbout&quot;: &quot;تایید&quot;,
  549. /// &quot;restartButton&quot;: &quot;راه اندازی مجدد&quot;,
  550. /// &quot;restartButton8&quot;: &quot;راه اندازی مجدد&quot;,
  551. /// &quot;restartButton10&quot;: &quot;راه اندازی مجدد&quot;,
  552. /// &quot;btnFind&quot;: &quot;پیدا کردن&quot;,
  553. /// &quot;btnKill&quot;: &quot;کشتن&quot;,
  554. /// &quot;trayUnlocker&quot;: &quot;دسته های فایل&quot;,
  555. /// &quot;restartAndApply&quot;: &quot;ریست برای اعمال تغییرات&quot;,
  556. /// &quot;txtVersion&quot;: &quot;نسخه: {VN}&quot;,
  557. /// &quot;txtBitness&quot;: &quot;شما کار میکنید با {BITS}&quot;,
  558. /// &quot; [rest of string was truncated]&quot;;.
  559. /// </summary>
  560. internal static string FA {
  561. get {
  562. return ResourceManager.GetString("FA", resourceCulture);
  563. }
  564. }
  565. /// <summary>
  566. /// Looks up a localized string similar to {
  567. /// &quot;subSystem&quot;: &quot;Système&quot;,
  568. /// &quot;subPrivacy&quot;: &quot;Intimité&quot;,
  569. /// &quot;subGaming&quot;: &quot;Jeux&quot;,
  570. /// &quot;subTouch&quot;: &quot;Toucher&quot;,
  571. /// &quot;subTaskbar&quot;: &quot;Barre des tâches&quot;,
  572. /// &quot;subExtras&quot;: &quot;Suppléments&quot;,
  573. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  574. /// &quot;restartButton&quot;: &quot;redemarrer maintenant&quot;,
  575. /// &quot;restartButton8&quot;: &quot;redemarrer maintenant&quot;,
  576. /// &quot;restartButton10&quot;: &quot;redemarrer maintenant&quot;,
  577. /// &quot;btnFind&quot;: &quot;Trouver&quot;,
  578. /// &quot;btnKill&quot;: &quot;Tuer&quot;,
  579. /// &quot;trayUnlocker&quot;: &quot;Poignées de fichier&quot;,
  580. /// &quot;restartAndApply&quot;: &quot;Redemarrer pour appliquer les changements&quot;,
  581. /// &quot;onedriveM&quot;: &quot;Voulez-vous vraimen [rest of string was truncated]&quot;;.
  582. /// </summary>
  583. internal static string FR {
  584. get {
  585. return ResourceManager.GetString("FR", resourceCulture);
  586. }
  587. }
  588. /// <summary>
  589. /// Looks up a localized resource of type System.Drawing.Bitmap.
  590. /// </summary>
  591. internal static System.Drawing.Bitmap france {
  592. get {
  593. object obj = ResourceManager.GetObject("france", resourceCulture);
  594. return ((System.Drawing.Bitmap)(obj));
  595. }
  596. }
  597. /// <summary>
  598. /// Looks up a localized resource of type System.Drawing.Bitmap.
  599. /// </summary>
  600. internal static System.Drawing.Bitmap germany {
  601. get {
  602. object obj = ResourceManager.GetObject("germany", resourceCulture);
  603. return ((System.Drawing.Bitmap)(obj));
  604. }
  605. }
  606. /// <summary>
  607. /// Looks up a localized string similar to @echo off
  608. ///pushd &quot;%~dp0&quot;
  609. ///dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~3*.mum &gt;List.txt
  610. ///dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientTools-Package~3*.mum &gt;&gt;List.txt
  611. ///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;
  612. ///.
  613. /// </summary>
  614. internal static string GPEditEnablerInHome {
  615. get {
  616. return ResourceManager.GetString("GPEditEnablerInHome", resourceCulture);
  617. }
  618. }
  619. /// <summary>
  620. /// Looks up a localized resource of type System.Drawing.Bitmap.
  621. /// </summary>
  622. internal static System.Drawing.Bitmap greece {
  623. get {
  624. object obj = ResourceManager.GetObject("greece", resourceCulture);
  625. return ((System.Drawing.Bitmap)(obj));
  626. }
  627. }
  628. /// <summary>
  629. /// Looks up a localized resource of type System.Byte[].
  630. /// </summary>
  631. internal static byte[] hosts {
  632. get {
  633. object obj = ResourceManager.GetObject("hosts", resourceCulture);
  634. return ((byte[])(obj));
  635. }
  636. }
  637. /// <summary>
  638. /// Looks up a localized string similar to {
  639. /// &quot;subSystem&quot;: &quot;Rendszer&quot;,
  640. /// &quot;subPrivacy&quot;: &quot;Adatvédelem&quot;,
  641. /// &quot;subGaming&quot;: &quot;Játék&quot;,
  642. /// &quot;subTouch&quot;: &quot;Érintés&quot;,
  643. /// &quot;subTaskbar&quot;: &quot;Tálca&quot;,
  644. /// &quot;subExtras&quot;: &quot;Extrák&quot;,
  645. /// &quot;btnAbout&quot;: &quot;Rendben&quot;,
  646. /// &quot;restartButton&quot;: &quot;Újraindítás most&quot;,
  647. /// &quot;restartButton8&quot;: &quot;Újraindítás most&quot;,
  648. /// &quot;restartButton10&quot;: &quot;Újraindítás most&quot;,
  649. /// &quot;restartAndApply&quot;: &quot;Eszköz újraindítása most, hogy a változások érvénybe kerüljenek&quot;,
  650. /// &quot;txtVersion&quot;: &quot;Verzió: {VN}&quot;,
  651. /// &quot;txtBitness&quot;: &quot;Te {BITS}-el dolgozol&quot;,
  652. /// &quot;linkUpdate&quot;: &quot;Frissítés elérhető&quot;,
  653. /// &quot;lblLab [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 [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 resource of type System.Drawing.Bitmap.
  1253. /// </summary>
  1254. internal static System.Drawing.Bitmap vietnam {
  1255. get {
  1256. object obj = ResourceManager.GetObject("vietnam", resourceCulture);
  1257. return ((System.Drawing.Bitmap)(obj));
  1258. }
  1259. }
  1260. /// <summary>
  1261. /// Looks up a localized string similar to {
  1262. /// &quot;subSystem&quot;: &quot;Hệ thống&quot;,
  1263. /// &quot;subPrivacy&quot;: &quot;Quyền riêng tư&quot;,
  1264. /// &quot;subGaming&quot;: &quot;Dành cho Game&quot;,
  1265. /// &quot;subTouch&quot;: &quot;Cảm ứng&quot;,
  1266. /// &quot;subTaskbar&quot;: &quot;Thanh tác vụ&quot;,
  1267. /// &quot;subExtras&quot;: &quot;Mở rộng&quot;,
  1268. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  1269. /// &quot;restartButton&quot;: &quot;Khởi động lại ngay&quot;,
  1270. /// &quot;restartButton8&quot;: &quot;Khởi động lại ngay&quot;,
  1271. /// &quot;restartButton10&quot;: &quot;Khởi động lại ngay&quot;,
  1272. /// &quot;btnFind&quot;: &quot;Tìm&quot;,
  1273. /// &quot;btnKill&quot;: &quot;Dừng&quot;,
  1274. /// &quot;trayUnlocker&quot;: &quot;Xử lý tệp&quot;,
  1275. /// &quot;restartAndApply&quot;: &quot;Khởi động lại để lưu lại các thay đổi&quot;,
  1276. /// &quot;txtVersion&quot;: &quot;Phiên bản: {VN}&quot;,
  1277. /// &quot; [rest of string was truncated]&quot;;.
  1278. /// </summary>
  1279. internal static string VN {
  1280. get {
  1281. return ResourceManager.GetString("VN", resourceCulture);
  1282. }
  1283. }
  1284. /// <summary>
  1285. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  1286. ///
  1287. ///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\WindowsApps]
  1288. ///&quot;MUIVerb&quot;=&quot;Windows Apps&quot;
  1289. ///&quot;SubCommands&quot;=&quot;calc;chmap;cmd;dfrg;ie;notepad;paint;psr;snip;srd;srt;tsch;wmp;wordpad&quot;
  1290. ///&quot;icon&quot;=&quot;imageres.dll,152&quot;
  1291. ///&quot;Position&quot;=-
  1292. ///
  1293. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\calc]
  1294. ///@=&quot;Calculator&quot;
  1295. ///&quot;icon&quot;=&quot;calc.exe&quot;
  1296. ///
  1297. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\calc\command]
  1298. ///@=&quot;calc.exe&quot;
  1299. ///
  1300. ///[HK [rest of string was truncated]&quot;;.
  1301. /// </summary>
  1302. internal static string WindowsApps {
  1303. get {
  1304. return ResourceManager.GetString("WindowsApps", resourceCulture);
  1305. }
  1306. }
  1307. }
  1308. }