Resources.Designer.cs 67 KB

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