Resources.Designer.cs 56 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated by a tool.
  4. // Runtime Version:4.0.30319.42000
  5. //
  6. // Changes to this file may cause incorrect behavior and will be lost if
  7. // the code is regenerated.
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace Optimizer.Properties {
  11. using System;
  12. /// <summary>
  13. /// A strongly-typed resource class, for looking up localized strings, etc.
  14. /// </summary>
  15. // This class was auto-generated by the StronglyTypedResourceBuilder
  16. // class via a tool like ResGen or Visual Studio.
  17. // To add or remove a member, edit your .ResX file then rerun ResGen
  18. // with the /str option, or rebuild your VS project.
  19. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
  20. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  21. [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  22. internal class Resources {
  23. private static global::System.Resources.ResourceManager resourceMan;
  24. private static global::System.Globalization.CultureInfo resourceCulture;
  25. [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
  26. internal Resources() {
  27. }
  28. /// <summary>
  29. /// Returns the cached ResourceManager instance used by this class.
  30. /// </summary>
  31. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  32. internal static global::System.Resources.ResourceManager ResourceManager {
  33. get {
  34. if (object.ReferenceEquals(resourceMan, null)) {
  35. global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Optimizer.Properties.Resources", typeof(Resources).Assembly);
  36. resourceMan = temp;
  37. }
  38. return resourceMan;
  39. }
  40. }
  41. /// <summary>
  42. /// Overrides the current thread's CurrentUICulture property for all
  43. /// resource lookups using this strongly typed resource class.
  44. /// </summary>
  45. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  46. internal static global::System.Globalization.CultureInfo Culture {
  47. get {
  48. return resourceCulture;
  49. }
  50. set {
  51. resourceCulture = value;
  52. }
  53. }
  54. /// <summary>
  55. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  56. ///
  57. ///[HKEY_CLASSES_ROOT\Directory\shell\OpenWithCMD]
  58. ///@=&quot;Open Command Prompt here&quot;
  59. ///&quot;Icon&quot;=&quot;cmd.exe&quot;
  60. ///&quot;NoWorkingDirectory&quot;=&quot;&quot;
  61. ///
  62. ///[HKEY_CLASSES_ROOT\Directory\shell\OpenWithCMD\command]
  63. ///@=&quot;cmd.exe /s /k pushd \&quot;%V\&quot;&quot;
  64. ///
  65. ///[HKEY_CLASSES_ROOT\Directory\Background\shell\OpenWithCMD]
  66. ///@=&quot;Open Command Prompt here&quot;
  67. ///&quot;Icon&quot;=&quot;cmd.exe&quot;
  68. ///&quot;NoWorkingDirectory&quot;=&quot;&quot;
  69. ///
  70. ///[HKEY_CLASSES_ROOT\Directory\Background\shell\OpenWithCMD\command]
  71. ///@=&quot;cmd.exe /s /k pushd \&quot;%V\&quot;&quot;
  72. ///
  73. ///[HKEY_CLASSES_ROOT\D [rest of string was truncated]&quot;;.
  74. /// </summary>
  75. internal static string AddOpenWithCMD {
  76. get {
  77. return ResourceManager.GetString("AddOpenWithCMD", resourceCulture);
  78. }
  79. }
  80. /// <summary>
  81. /// Looks up a localized string similar to {
  82. /// &quot;subSystem&quot;: &quot;نظام&quot;,
  83. /// &quot;subPrivacy&quot;: &quot;خصوصية&quot;,
  84. /// &quot;subGaming&quot;: &quot;الألعاب&quot;,
  85. /// &quot;subTouch&quot;: &quot;يلمس&quot;,
  86. /// &quot;subTaskbar&quot;: &quot;ريط المهام&quot;,
  87. /// &quot;subExtras&quot;: &quot;إضافات&quot;,
  88. /// &quot;btnAbout&quot;: &quot;حسنا&quot;,
  89. /// &quot;restartButton&quot;: &quot;إعادة التشغيل الآن&quot;,
  90. /// &quot;restartButton8&quot;: &quot;إعادة التشغيل الآن&quot;,
  91. /// &quot;restartButton10&quot;: &quot;إعادة التشغيل الآن&quot;,
  92. /// &quot;restartAndApply&quot;: &quot;إعادة التشغيل لتطبيق التغييرات&quot;,
  93. /// &quot;btnFind&quot;: &quot;يجد&quot;,
  94. /// &quot;btnKill&quot;: &quot;قتل&quot;,
  95. /// &quot;trayUnlocker&quot;: &quot;مقابض الملفات&quot;,
  96. /// &quot;onedriveM&quot;: &quot;هل أنت متأكد من أنك تريد إزالة تثبيت OneDrive؟ يؤدي هذا إلى حذف [rest of string was truncated]&quot;;.
  97. /// </summary>
  98. internal static string AR {
  99. get {
  100. return ResourceManager.GetString("AR", resourceCulture);
  101. }
  102. }
  103. /// <summary>
  104. /// Looks up a localized resource of type System.Drawing.Bitmap.
  105. /// </summary>
  106. internal static System.Drawing.Bitmap banner {
  107. get {
  108. object obj = ResourceManager.GetObject("banner", resourceCulture);
  109. return ((System.Drawing.Bitmap)(obj));
  110. }
  111. }
  112. /// <summary>
  113. /// Looks up a localized resource of type System.Drawing.Bitmap.
  114. /// </summary>
  115. internal static System.Drawing.Bitmap brazil {
  116. get {
  117. object obj = ResourceManager.GetObject("brazil", resourceCulture);
  118. return ((System.Drawing.Bitmap)(obj));
  119. }
  120. }
  121. /// <summary>
  122. /// Looks up a localized resource of type System.Drawing.Bitmap.
  123. /// </summary>
  124. internal static System.Drawing.Bitmap china {
  125. get {
  126. object obj = ResourceManager.GetObject("china", resourceCulture);
  127. return ((System.Drawing.Bitmap)(obj));
  128. }
  129. }
  130. /// <summary>
  131. /// Looks up a localized string similar to {
  132. /// &quot;subSystem&quot;: &quot;系统&quot;,
  133. /// &quot;subPrivacy&quot;: &quot;隐私&quot;,
  134. /// &quot;subGaming&quot;: &quot;赌博&quot;,
  135. /// &quot;subTouch&quot;: &quot;触碰&quot;,
  136. /// &quot;subTaskbar&quot;: &quot;任务栏&quot;,
  137. /// &quot;subExtras&quot;: &quot;附加功能&quot;,
  138. /// &quot;btnAbout&quot;: &quot;确定&quot;,
  139. /// &quot;restartButton&quot;: &quot;现在重启&quot;,
  140. /// &quot;restartButton8&quot;: &quot;现在重启&quot;,
  141. /// &quot;restartButton10&quot;: &quot;现在重启&quot;,
  142. /// &quot;restartAndApply&quot;: &quot;重新启动以应用更改&quot;,
  143. /// &quot;btnFind&quot;: &quot;查找进程&quot;,
  144. /// &quot;btnKill&quot;: &quot;结束进程&quot;,
  145. /// &quot;trayUnlocker&quot;: &quot;查找文件句柄&quot;,
  146. /// &quot;txtVersion&quot;: &quot;版本: {VN}&quot;,
  147. /// &quot;txtBitness&quot;: &quot;您使用的是{BITS}&quot;,
  148. /// &quot;onedriveM&quot;: &quot;确定要卸载 OneDrive 吗? 这将删除您的桌面和文档文件! 仅在本地帐户上使用此选项!&quot;,
  149. /// &quot;systemRestoreM&quot;: &quot;您确定要禁用系统还原吗? 这将删除您当前的备份图像!&quot; [rest of string was truncated]&quot;;.
  150. /// </summary>
  151. internal static string CN {
  152. get {
  153. return ResourceManager.GetString("CN", resourceCulture);
  154. }
  155. }
  156. /// <summary>
  157. /// Looks up a localized string similar to {
  158. /// &quot;subSystem&quot;: &quot;Systém&quot;,
  159. /// &quot;subPrivacy&quot;: &quot;Soukromí&quot;,
  160. /// &quot;subGaming&quot;: &quot;Hraní&quot;,
  161. /// &quot;subTouch&quot;: &quot;Dotek&quot;,
  162. /// &quot;subTaskbar&quot;: &quot;Hlavní panel&quot;,
  163. /// &quot;subExtras&quot;: &quot;Extra&quot;,
  164. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  165. /// &quot;restartButton&quot;: &quot;Restartovat nyní&quot;,
  166. /// &quot;restartButton8&quot;: &quot;Restartovat nyní&quot;,
  167. /// &quot;restartButton10&quot;: &quot;Restartovat nyní&quot;,
  168. /// &quot;restartAndApply&quot;: &quot;Restartovat a použít změny&quot;,
  169. /// &quot;btnFind&quot;: &quot;Nalézt&quot;,
  170. /// &quot;btnKill&quot;: &quot;Zabít&quot;,
  171. /// &quot;trayUnlocker&quot;: &quot;Držadla souborů (File Handles)&quot;,
  172. /// &quot;txtVersion&quot;: &quot;Verze: {VN}&quot;,
  173. /// &quot;onedriveM&quot;: &quot;Opravdu chcete odin [rest of string was truncated]&quot;;.
  174. /// </summary>
  175. internal static string CZ {
  176. get {
  177. return ResourceManager.GetString("CZ", resourceCulture);
  178. }
  179. }
  180. /// <summary>
  181. /// Looks up a localized resource of type System.Drawing.Bitmap.
  182. /// </summary>
  183. internal static System.Drawing.Bitmap czech {
  184. get {
  185. object obj = ResourceManager.GetObject("czech", resourceCulture);
  186. return ((System.Drawing.Bitmap)(obj));
  187. }
  188. }
  189. /// <summary>
  190. /// Looks up a localized string similar to {
  191. /// &quot;subSystem&quot;: &quot;System&quot;,
  192. /// &quot;subPrivacy&quot;: &quot;Privatsphäre&quot;,
  193. /// &quot;subGaming&quot;: &quot;Spielen&quot;,
  194. /// &quot;subTouch&quot;: &quot;Berühren&quot;,
  195. /// &quot;subTaskbar&quot;: &quot;Taskleiste&quot;,
  196. /// &quot;subExtras&quot;: &quot;Extras&quot;,
  197. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  198. /// &quot;restartButton&quot;: &quot;Jetzt neu starten&quot;,
  199. /// &quot;restartButton8&quot;: &quot;Jetzt neu starten&quot;,
  200. /// &quot;restartButton10&quot;: &quot;Jetzt neu starten&quot;,
  201. /// &quot;restartAndApply&quot;: &quot;Neu starten, um Änderungen anzuwenden&quot;,
  202. /// &quot;txtVersion&quot;: &quot;Version: {VN}&quot;,
  203. /// &quot;btnFind&quot;: &quot;Finden&quot;,
  204. /// &quot;btnKill&quot;: &quot;Töten&quot;,
  205. /// &quot;trayUnlocker&quot;: &quot;Dateihandles&quot;,
  206. /// &quot;txtBitness&quot;: &quot;Betriebssyst [rest of string was truncated]&quot;;.
  207. /// </summary>
  208. internal static string DE {
  209. get {
  210. return ResourceManager.GetString("DE", resourceCulture);
  211. }
  212. }
  213. /// <summary>
  214. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  215. ///
  216. ///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\DesktopShortcuts]
  217. ///&quot;MUIVerb&quot;=&quot;Desktop Shortcuts&quot;
  218. ///&quot;SubCommands&quot;=&quot;theme;wallpaper;scrnsavr;desktopicons;sound;cursor;DPI;color&quot;
  219. ///&quot;icon&quot;=&quot;desk.cpl&quot;
  220. ///&quot;Position&quot;=-
  221. ///
  222. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\theme]
  223. ///@=&quot;Change Theme&quot;
  224. ///&quot;icon&quot;=&quot;imageres.dll,145&quot;
  225. ///
  226. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\theme\command]
  227. ///@=&quot;control desk [rest of string was truncated]&quot;;.
  228. /// </summary>
  229. internal static string DesktopShortcuts {
  230. get {
  231. return ResourceManager.GetString("DesktopShortcuts", resourceCulture);
  232. }
  233. }
  234. /// <summary>
  235. /// Looks up a localized string similar to rem USE AT OWN RISK AS IS WITHOUT WARRANTY OF ANY KIND !!!!!
  236. ///
  237. ///rem https://docs.microsoft.com/en-us/windows-hardware/customize/desktop/unattend/security-malware-windows-defender-disableantispyware
  238. ///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.
  239. ///
  240. ///rem Disable Tamper Protection First !!!!!
  241. ///rem https://www.tenforums.com/tutorials/123792-turn-off-tamper-protection-windows-defender-antivirus.ht [rest of string was truncated]&quot;;.
  242. /// </summary>
  243. internal static string DisableDefenderSafeMode1903Plus {
  244. get {
  245. return ResourceManager.GetString("DisableDefenderSafeMode1903Plus", resourceCulture);
  246. }
  247. }
  248. /// <summary>
  249. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  250. ///
  251. ///[HKEY_CURRENT_USER\Software\Policies\microsoft\office\16.0\osm\preventedapplications]
  252. ///&quot;accesssolution&quot;=dword:00000001
  253. ///&quot;olksolution&quot;=dword:00000001
  254. ///&quot;onenotesolution&quot;=dword:00000001
  255. ///&quot;pptsolution&quot;=dword:00000001
  256. ///&quot;projectsolution&quot;=dword:00000001
  257. ///&quot;publishersolution&quot;=dword:00000001
  258. ///&quot;visiosolution&quot;=dword:00000001
  259. ///&quot;wdsolution&quot;=dword:00000001
  260. ///&quot;xlsolution&quot;=dword:00000001
  261. ///
  262. ///[HKEY_CURRENT_USER\Software\Policies\microsoft\office\16.0\osm\preventedsolutiontypes]
  263. ///&quot;agave&quot; [rest of string was truncated]&quot;;.
  264. /// </summary>
  265. internal static string DisableOfficeTelemetry {
  266. get {
  267. return ResourceManager.GetString("DisableOfficeTelemetry", resourceCulture);
  268. }
  269. }
  270. /// <summary>
  271. /// Looks up a localized string similar to schtasks /end /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack2016&quot;
  272. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack2016&quot; /disable
  273. ///schtasks /end /tn &quot;\Microsoft\Office\OfficeTelemetryAgentLogOn2016&quot;
  274. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentLogOn2016&quot; /disable
  275. ///
  276. ///schtasks /end /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack&quot;
  277. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack&quot; /disable
  278. ///schtasks /end /tn &quot;\Microsoft\Office\OfficeTelemetryAgen [rest of string was truncated]&quot;;.
  279. /// </summary>
  280. internal static string DisableOfficeTelemetryTasks {
  281. get {
  282. return ResourceManager.GetString("DisableOfficeTelemetryTasks", resourceCulture);
  283. }
  284. }
  285. /// <summary>
  286. /// Looks up a localized string similar to schtasks /end /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\Consolidator&quot;
  287. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\Consolidator&quot; /disable
  288. ///schtasks /end /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\BthSQM&quot;
  289. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\BthSQM&quot; /disable
  290. ///schtasks /end /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\KernelCeipTask&quot;
  291. ///schtasks /change /tn &quot;\Microsoft\ [rest of string was truncated]&quot;;.
  292. /// </summary>
  293. internal static string DisableTelemetryTasks {
  294. get {
  295. return ResourceManager.GetString("DisableTelemetryTasks", resourceCulture);
  296. }
  297. }
  298. /// <summary>
  299. /// Looks up a localized string similar to schtasks /end /tn &quot;\Microsoft\XblGameSave\XblGameSaveTask&quot;
  300. ///schtasks /change /tn &quot;\Microsoft\XblGameSave\XblGameSaveTask&quot; /disable
  301. ///schtasks /end /tn &quot;\Microsoft\XblGameSave\XblGameSaveTaskLogon&quot;
  302. ///schtasks /change /tn &quot;\Microsoft\XblGameSave\XblGameSaveTaskLogon&quot; /disable
  303. ///.
  304. /// </summary>
  305. internal static string DisableXboxTasks {
  306. get {
  307. return ResourceManager.GetString("DisableXboxTasks", resourceCulture);
  308. }
  309. }
  310. /// <summary>
  311. /// Looks up a localized resource of type System.Drawing.Bitmap.
  312. /// </summary>
  313. internal static System.Drawing.Bitmap dutch {
  314. get {
  315. object obj = ResourceManager.GetObject("dutch", resourceCulture);
  316. return ((System.Drawing.Bitmap)(obj));
  317. }
  318. }
  319. /// <summary>
  320. /// Looks up a localized resource of type System.Drawing.Bitmap.
  321. /// </summary>
  322. internal static System.Drawing.Bitmap egypt {
  323. get {
  324. object obj = ResourceManager.GetObject("egypt", resourceCulture);
  325. return ((System.Drawing.Bitmap)(obj));
  326. }
  327. }
  328. /// <summary>
  329. /// Looks up a localized string similar to {
  330. /// &quot;subSystem&quot;: &quot;Σύστημα&quot;,
  331. /// &quot;subPrivacy&quot;: &quot;Ιδιωτικότητα&quot;,
  332. /// &quot;subGaming&quot;: &quot;Gaming&quot;,
  333. /// &quot;subTouch&quot;: &quot;Αφή&quot;,
  334. /// &quot;subTaskbar&quot;: &quot;Γραμμή Εργασιών&quot;,
  335. /// &quot;subExtras&quot;: &quot;Πρόσθετα&quot;,
  336. /// &quot;btnAbout&quot;: &quot;Εντάξει&quot;,
  337. /// &quot;restartButton&quot;: &quot;Επανεκκίνηση τώρα&quot;,
  338. /// &quot;restartButton8&quot;: &quot;Επανεκκίνηση τώρα&quot;,
  339. /// &quot;restartButton10&quot;: &quot;Επανεκκίνηση τώρα&quot;,
  340. /// &quot;btnFind&quot;: &quot;Εύρεση&quot;,
  341. /// &quot;btnKill&quot;: &quot;Τερματισμός&quot;,
  342. /// &quot;trayUnlocker&quot;: &quot;File Handles&quot;,
  343. /// &quot;restartAndApply&quot;: &quot;Επανεκκίνηση για την εφαρμογή των αλλαγών&quot;,
  344. /// &quot;txtVersion&quot;: &quot;Έκδοση: {VN}&quot;,
  345. /// &quot;txtBitness [rest of string was truncated]&quot;;.
  346. /// </summary>
  347. internal static string EL {
  348. get {
  349. return ResourceManager.GetString("EL", resourceCulture);
  350. }
  351. }
  352. /// <summary>
  353. /// Looks up a localized string similar to {
  354. /// &quot;subSystem&quot;: &quot;System&quot;,
  355. /// &quot;subPrivacy&quot;: &quot;Privacy&quot;,
  356. /// &quot;subGaming&quot;: &quot;Gaming&quot;,
  357. /// &quot;subTouch&quot;: &quot;Touch&quot;,
  358. /// &quot;subTaskbar&quot;: &quot;Taskbar&quot;,
  359. /// &quot;subExtras&quot;: &quot;Extras&quot;,
  360. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  361. /// &quot;restartButton&quot;: &quot;Restart now&quot;,
  362. /// &quot;restartButton8&quot;: &quot;Restart now&quot;,
  363. /// &quot;restartButton10&quot;: &quot;Restart now&quot;,
  364. /// &quot;btnFind&quot;: &quot;Find&quot;,
  365. /// &quot;btnKill&quot;: &quot;Kill&quot;,
  366. /// &quot;trayUnlocker&quot;: &quot;File Handles&quot;,
  367. /// &quot;restartAndApply&quot;: &quot;Restart to apply changes&quot;,
  368. /// &quot;txtVersion&quot;: &quot;Version: {VN}&quot;,
  369. /// &quot;txtBitness&quot;: &quot;You are working with {BITS}&quot;,
  370. /// &quot;linkUpdate&quot;: &quot;Update avai [rest of string was truncated]&quot;;.
  371. /// </summary>
  372. internal static string EN {
  373. get {
  374. return ResourceManager.GetString("EN", resourceCulture);
  375. }
  376. }
  377. /// <summary>
  378. /// 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
  379. ///
  380. ///reg add &quot;HKLM\System\CurrentControlSet\Services\SgrmBroker&quot; /v &quot;Start&quot; /t REG_DWORD /d &quot;2&quot; /f
  381. ///
  382. ///reg add &quot;HKLM\System\CurrentControlSet\Services\SecurityHealthService&quot; /v &quot;Start&quot; /t REG_DWORD /d &quot;2&quot; /f
  383. ///
  384. ///rem 1 - Disable Real-time protection
  385. ///reg delete &quot;HKLM\Software\Policies\Microsoft\Windows Defender&quot; /f
  386. ///reg add &quot;HKLM\Software\Policies\Microsoft\Windows Defender&quot; /v &quot;DisableAntiSpyware&quot; /t REG_DWO [rest of string was truncated]&quot;;.
  387. /// </summary>
  388. internal static string EnableDefenderSafeMode1903Plus {
  389. get {
  390. return ResourceManager.GetString("EnableDefenderSafeMode1903Plus", resourceCulture);
  391. }
  392. }
  393. /// <summary>
  394. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  395. ///
  396. ///[HKEY_CURRENT_USER\Software\Policies\microsoft\office\16.0\osm\preventedapplications]
  397. ///&quot;accesssolution&quot;=-
  398. ///&quot;olksolution&quot;=-
  399. ///&quot;onenotesolution&quot;=-
  400. ///&quot;pptsolution&quot;=-
  401. ///&quot;projectsolution&quot;=-
  402. ///&quot;publishersolution&quot;=-
  403. ///&quot;visiosolution&quot;=-
  404. ///&quot;wdsolution&quot;=-
  405. ///&quot;xlsolution&quot;=-
  406. ///
  407. ///[HKEY_CURRENT_USER\Software\Policies\microsoft\office\16.0\osm\preventedsolutiontypes]
  408. ///&quot;agave&quot;=-
  409. ///&quot;appaddins&quot;=-
  410. ///&quot;comaddins&quot;=-
  411. ///&quot;documentfiles&quot;=-
  412. ///&quot;templatefiles&quot;=-
  413. ///.
  414. /// </summary>
  415. internal static string EnableOfficeTelemetry {
  416. get {
  417. return ResourceManager.GetString("EnableOfficeTelemetry", resourceCulture);
  418. }
  419. }
  420. /// <summary>
  421. /// Looks up a localized string similar to schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack2016&quot; /enable
  422. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentLogOn2016&quot; /enable
  423. ///
  424. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack&quot; /enable
  425. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentLogOn&quot; /enable
  426. ///
  427. ///reg add &quot;HKCU\SOFTWARE\Microsoft\Office\15.0\Outlook\Options\Mail&quot; /v &quot;EnableLogging&quot; /t REG_DWORD /d 1 /f
  428. ///reg add &quot;HKCU\SOFTWARE\Microsoft\Office\16.0\Outlook\Options\Mail&quot; /v &quot;EnableLoggi [rest of string was truncated]&quot;;.
  429. /// </summary>
  430. internal static string EnableOfficeTelemetryTasks {
  431. get {
  432. return ResourceManager.GetString("EnableOfficeTelemetryTasks", resourceCulture);
  433. }
  434. }
  435. /// <summary>
  436. /// Looks up a localized string similar to schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\Consolidator&quot; /enable
  437. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\BthSQM&quot; /enable
  438. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\KernelCeipTask&quot; /enable
  439. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\UsbCeip&quot; /enable
  440. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\Uploader&quot; /enable
  441. ///schta [rest of string was truncated]&quot;;.
  442. /// </summary>
  443. internal static string EnableTelemetryTasks {
  444. get {
  445. return ResourceManager.GetString("EnableTelemetryTasks", resourceCulture);
  446. }
  447. }
  448. /// <summary>
  449. /// Looks up a localized string similar to schtasks /change /tn &quot;\Microsoft\XblGameSave\XblGameSaveTask&quot; /enable
  450. ///schtasks /change /tn &quot;\Microsoft\XblGameSave\XblGameSaveTaskLogon&quot; /enable
  451. ///.
  452. /// </summary>
  453. internal static string EnableXboxTasks {
  454. get {
  455. return ResourceManager.GetString("EnableXboxTasks", resourceCulture);
  456. }
  457. }
  458. /// <summary>
  459. /// Looks up a localized string similar to {
  460. /// &quot;subSystem&quot;: &quot;Sistema&quot;,
  461. /// &quot;subPrivacy&quot;: &quot;Privacidad&quot;,
  462. /// &quot;subGaming&quot;: &quot;Juego de azar&quot;,
  463. /// &quot;subTouch&quot;: &quot;Tocar&quot;,
  464. /// &quot;subTaskbar&quot;: &quot;Barra de tareas&quot;,
  465. /// &quot;subExtras&quot;: &quot;Extras&quot;,
  466. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  467. /// &quot;restartButton&quot;: &quot;Reiniciar ahora&quot;,
  468. /// &quot;restartButton8&quot;: &quot;Reiniciar ahora&quot;,
  469. /// &quot;restartButton10&quot;: &quot;Reiniciar ahora&quot;,
  470. /// &quot;btnFind&quot;: &quot;Encontrar&quot;,
  471. /// &quot;btnKill&quot;: &quot;Matar&quot;,
  472. /// &quot;trayUnlocker&quot;: &quot;Asas de archivo&quot;,
  473. /// &quot;restartAndApply&quot;: &quot;Reiniciar para aplicar cambios&quot;,
  474. /// &quot;onedriveM&quot;: &quot;¿Seguro que quieres desinstalar OneDrive? ¡Est [rest of string was truncated]&quot;;.
  475. /// </summary>
  476. internal static string ES {
  477. get {
  478. return ResourceManager.GetString("ES", resourceCulture);
  479. }
  480. }
  481. /// <summary>
  482. /// Looks up a localized string similar to {
  483. /// &quot;subSystem&quot;: &quot;Système&quot;,
  484. /// &quot;subPrivacy&quot;: &quot;Intimité&quot;,
  485. /// &quot;subGaming&quot;: &quot;Jeux&quot;,
  486. /// &quot;subTouch&quot;: &quot;Toucher&quot;,
  487. /// &quot;subTaskbar&quot;: &quot;Barre des tâches&quot;,
  488. /// &quot;subExtras&quot;: &quot;Suppléments&quot;,
  489. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  490. /// &quot;restartButton&quot;: &quot;redemarrer maintenant&quot;,
  491. /// &quot;restartButton8&quot;: &quot;redemarrer maintenant&quot;,
  492. /// &quot;restartButton10&quot;: &quot;redemarrer maintenant&quot;,
  493. /// &quot;btnFind&quot;: &quot;Trouver&quot;,
  494. /// &quot;btnKill&quot;: &quot;Tuer&quot;,
  495. /// &quot;trayUnlocker&quot;: &quot;Poignées de fichier&quot;,
  496. /// &quot;restartAndApply&quot;: &quot;Redemarrer pour appliquer les changements&quot;,
  497. /// &quot;onedriveM&quot;: &quot;Voulez-vous vraimen [rest of string was truncated]&quot;;.
  498. /// </summary>
  499. internal static string FR {
  500. get {
  501. return ResourceManager.GetString("FR", resourceCulture);
  502. }
  503. }
  504. /// <summary>
  505. /// Looks up a localized resource of type System.Drawing.Bitmap.
  506. /// </summary>
  507. internal static System.Drawing.Bitmap france {
  508. get {
  509. object obj = ResourceManager.GetObject("france", resourceCulture);
  510. return ((System.Drawing.Bitmap)(obj));
  511. }
  512. }
  513. /// <summary>
  514. /// Looks up a localized resource of type System.Drawing.Bitmap.
  515. /// </summary>
  516. internal static System.Drawing.Bitmap germany {
  517. get {
  518. object obj = ResourceManager.GetObject("germany", resourceCulture);
  519. return ((System.Drawing.Bitmap)(obj));
  520. }
  521. }
  522. /// <summary>
  523. /// Looks up a localized string similar to @echo off
  524. ///pushd &quot;%~dp0&quot;
  525. ///dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~3*.mum &gt;List.txt
  526. ///dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientTools-Package~3*.mum &gt;&gt;List.txt
  527. ///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;
  528. ///.
  529. /// </summary>
  530. internal static string GPEditEnablerInHome {
  531. get {
  532. return ResourceManager.GetString("GPEditEnablerInHome", resourceCulture);
  533. }
  534. }
  535. /// <summary>
  536. /// Looks up a localized resource of type System.Drawing.Bitmap.
  537. /// </summary>
  538. internal static System.Drawing.Bitmap greece {
  539. get {
  540. object obj = ResourceManager.GetObject("greece", resourceCulture);
  541. return ((System.Drawing.Bitmap)(obj));
  542. }
  543. }
  544. /// <summary>
  545. /// Looks up a localized resource of type System.Byte[].
  546. /// </summary>
  547. internal static byte[] hosts {
  548. get {
  549. object obj = ResourceManager.GetObject("hosts", resourceCulture);
  550. return ((byte[])(obj));
  551. }
  552. }
  553. /// <summary>
  554. /// Looks up a localized string similar to {
  555. /// &quot;subSystem&quot;: &quot;Rendszer&quot;,
  556. /// &quot;subPrivacy&quot;: &quot;Magánélet&quot;,
  557. /// &quot;subGaming&quot;: &quot;Szerencsejáték&quot;,
  558. /// &quot;subTouch&quot;: &quot;Érintés&quot;,
  559. /// &quot;subTaskbar&quot;: &quot;Tálca&quot;,
  560. /// &quot;subExtras&quot;: &quot;Extrák&quot;,
  561. /// &quot;btnAbout&quot;: &quot;Rendben&quot;,
  562. /// &quot;restartButton&quot;: &quot;Újraindítás most&quot;,
  563. /// &quot;restartButton8&quot;: &quot;Újraindítás most&quot;,
  564. /// &quot;restartButton10&quot;: &quot;Újraindítás most&quot;,
  565. /// &quot;restartAndApply&quot;: &quot;Újraindítod az eszközt, hogy a változások érvénybe kerüljenek&quot;,
  566. /// &quot;txtVersion&quot;: &quot;Verzuó: {VN}&quot;,
  567. /// &quot;txtBitness&quot;: &quot;You are working with {BITS}&quot;,
  568. /// &quot;linkUpdate&quot;: &quot;Frissítés elérhető&quot; [rest of string was truncated]&quot;;.
  569. /// </summary>
  570. internal static string HU {
  571. get {
  572. return ResourceManager.GetString("HU", resourceCulture);
  573. }
  574. }
  575. /// <summary>
  576. /// Looks up a localized resource of type System.Drawing.Bitmap.
  577. /// </summary>
  578. internal static System.Drawing.Bitmap hungary {
  579. get {
  580. object obj = ResourceManager.GetObject("hungary", resourceCulture);
  581. return ((System.Drawing.Bitmap)(obj));
  582. }
  583. }
  584. /// <summary>
  585. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  586. ///
  587. ///[HKEY_CLASSES_ROOT\*\shell\runas]
  588. ///@=&quot;Take Ownership&quot;
  589. ///&quot;NoWorkingDirectory&quot;=&quot;&quot;
  590. ///
  591. ///[HKEY_CLASSES_ROOT\*\shell\runas\command]
  592. ///@=&quot;cmd.exe /c takeown /f \&quot;%1\&quot; &amp;&amp; icacls \&quot;%1\&quot; /grant administrators:F&quot;
  593. ///&quot;IsolatedCommand&quot;=&quot;cmd.exe /c takeown /f \&quot;%1\&quot; &amp;&amp; icacls \&quot;%1\&quot; /grant administrators:F&quot;
  594. ///
  595. ///[HKEY_CLASSES_ROOT\Directory\shell\runas]
  596. ///@=&quot;Take Ownership&quot;
  597. ///&quot;NoWorkingDirectory&quot;=&quot;&quot;
  598. ///
  599. ///[HKEY_CLASSES_ROOT\Directory\shell\runas\command]
  600. ///@=&quot;cmd.exe /c takeown /f \&quot;%1\&quot; /r /d [rest of string was truncated]&quot;;.
  601. /// </summary>
  602. internal static string InstallTakeOwnership {
  603. get {
  604. return ResourceManager.GetString("InstallTakeOwnership", resourceCulture);
  605. }
  606. }
  607. /// <summary>
  608. /// Looks up a localized string similar to {
  609. /// &quot;subSystem&quot;: &quot;Sistema&quot;,
  610. /// &quot;subPrivacy&quot;: &quot;Privacy&quot;,
  611. /// &quot;subGaming&quot;: &quot;Gioco&quot;,
  612. /// &quot;subTouch&quot;: &quot;Tocco&quot;,
  613. /// &quot;subTaskbar&quot;: &quot;Barra delle applicazioni&quot;,
  614. /// &quot;subExtras&quot;: &quot;Extra&quot;,
  615. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  616. /// &quot;restartButton&quot;: &quot;riavvia ora&quot;,
  617. /// &quot;restartButton8&quot;: &quot;riavvia ora&quot;,
  618. /// &quot;restartButton10&quot;: &quot;riavvia ora&quot;,
  619. /// &quot;restartAndApply&quot;: &quot;Riavviare per applicare le modifiche&quot;,
  620. /// &quot;txtVersion&quot;: &quot;Versione: {VN}&quot;,
  621. /// &quot;btnFind&quot;: &quot;Trova&quot;,
  622. /// &quot;btnKill&quot;: &quot;Uccisione&quot;,
  623. /// &quot;trayUnlocker&quot;: &quot;Manici di file&quot;,
  624. /// &quot;txtBitness&quot;: &quot;Architettura: {BITS}&quot; [rest of string was truncated]&quot;;.
  625. /// </summary>
  626. internal static string IT {
  627. get {
  628. return ResourceManager.GetString("IT", resourceCulture);
  629. }
  630. }
  631. /// <summary>
  632. /// Looks up a localized resource of type System.Drawing.Bitmap.
  633. /// </summary>
  634. internal static System.Drawing.Bitmap italy {
  635. get {
  636. object obj = ResourceManager.GetObject("italy", resourceCulture);
  637. return ((System.Drawing.Bitmap)(obj));
  638. }
  639. }
  640. /// <summary>
  641. /// Looks up a localized string similar to {
  642. /// &quot;subSystem&quot;: &quot;체계&quot;,
  643. /// &quot;subPrivacy&quot;: &quot;은둔&quot;,
  644. /// &quot;subGaming&quot;: &quot;노름&quot;,
  645. /// &quot;subTouch&quot;: &quot;접촉&quot;,
  646. /// &quot;subTaskbar&quot;: &quot;작업 표시줄&quot;,
  647. /// &quot;subExtras&quot;: &quot;엑스트라&quot;,
  648. /// &quot;btnAbout&quot;: &quot;확인&quot;,
  649. /// &quot;restartButton&quot;: &quot;지금 다시 시작&quot;,
  650. /// &quot;restartButton8&quot;: &quot;지금 다시 시작&quot;,
  651. /// &quot;restartButton10&quot;: &quot;지금 다시 시작&quot;,
  652. /// &quot;btnFind&quot;: &quot;찾기&quot;,
  653. /// &quot;btnKill&quot;: &quot;죽이기&quot;,
  654. /// &quot;trayUnlocker&quot;: &quot;파일 핸들&quot;,
  655. /// &quot;restartAndApply&quot;: &quot;다시 시작하여 변경 사항을 적용하시겠습니까&quot;,
  656. /// &quot;txtVersion&quot;: &quot;버전: {VN}&quot;,
  657. /// &quot;txtBitness&quot;: &quot;{BITS}로 작업중 - 한국어: 비너스걸&quot;,
  658. /// &quot;linkUpdate&quot;: &quot;업데이트 가능&quot;,
  659. /// &quot;lblLab&quot;: &quot;실험 빌드\n(테스트 후 삭제)&quot;,
  660. /// &quot;performanc [rest of string was truncated]&quot;;.
  661. /// </summary>
  662. internal static string KO {
  663. get {
  664. return ResourceManager.GetString("KO", resourceCulture);
  665. }
  666. }
  667. /// <summary>
  668. /// Looks up a localized resource of type System.Drawing.Bitmap.
  669. /// </summary>
  670. internal static System.Drawing.Bitmap korea {
  671. get {
  672. object obj = ResourceManager.GetObject("korea", resourceCulture);
  673. return ((System.Drawing.Bitmap)(obj));
  674. }
  675. }
  676. /// <summary>
  677. /// Looks up a localized string similar to {
  678. /// &quot;subSystem&quot;: &quot;سیستەم&quot;,
  679. /// &quot;subPrivacy&quot;: &quot;تایبەتمەندیەتی&quot;,
  680. /// &quot;subGaming&quot;: &quot;یاریکردن&quot;,
  681. /// &quot;subTouch&quot;: &quot;دەست لێدان&quot;,
  682. /// &quot;subTaskbar&quot;: &quot;تاسکبار&quot;,
  683. /// &quot;subExtras&quot;: &quot;زیادە&quot;,
  684. /// &quot;btnAbout&quot;: &quot;باشە&quot;,
  685. /// &quot;restartButton&quot;: &quot;ئێستا ڕیستارتی بکەوە&quot;,
  686. /// &quot;restartButton8&quot;: &quot;ئێستا ڕیستارتی بکەوە&quot;,
  687. /// &quot;restartButton10&quot;: &quot;ئێستا ڕیستارتی بکەوە&quot;,
  688. /// &quot;btnFind&quot;: &quot;بیدۆزەوە&quot;,
  689. /// &quot;btnKill&quot;: &quot;بیکوژە (دایبخە)&quot;,
  690. /// &quot;trayUnlocker&quot;: &quot;دەسکەکانی فایل&quot;,
  691. /// &quot;restartAndApply&quot;: &quot;ڕیستارتی ئەکەیتەوە بۆ بینینی گۆڕانکاریەکان&quot;,
  692. /// &quot;txtVersion&quot;: &quot;وەشان : &quot;,
  693. /// &quot; [rest of string was truncated]&quot;;.
  694. /// </summary>
  695. internal static string KU {
  696. get {
  697. return ResourceManager.GetString("KU", resourceCulture);
  698. }
  699. }
  700. /// <summary>
  701. /// Looks up a localized resource of type System.Drawing.Bitmap.
  702. /// </summary>
  703. internal static System.Drawing.Bitmap kurdish {
  704. get {
  705. object obj = ResourceManager.GetObject("kurdish", resourceCulture);
  706. return ((System.Drawing.Bitmap)(obj));
  707. }
  708. }
  709. /// <summary>
  710. /// Looks up a localized resource of type System.Drawing.Bitmap.
  711. /// </summary>
  712. internal static System.Drawing.Bitmap logo {
  713. get {
  714. object obj = ResourceManager.GetObject("logo", resourceCulture);
  715. return ((System.Drawing.Bitmap)(obj));
  716. }
  717. }
  718. /// <summary>
  719. /// Looks up a localized string similar to {
  720. /// &quot;subSystem&quot;: &quot;Systeem&quot;,
  721. /// &quot;subPrivacy&quot;: &quot;Privacy&quot;,
  722. /// &quot;subGaming&quot;: &quot;Gamen&quot;,
  723. /// &quot;subTouch&quot;: &quot;Aanraken&quot;,
  724. /// &quot;subTaskbar&quot;: &quot;Taakbalk&quot;,
  725. /// &quot;subExtras&quot;: &quot;Extra&apos;s&quot;,
  726. /// &quot;btnAbout&quot;:&quot;OK&quot;,
  727. /// &quot;restartButton&quot;:&quot;Nu opnieuw opstarten&quot;,
  728. /// &quot;restartButton8&quot;:&quot;Nu opnieuw opstarten&quot;,
  729. /// &quot;restartButton10&quot;:&quot;Nu opnieuw opstarten&quot;,
  730. /// &quot;restartAndApply&quot;:&quot;Herstart om wijzigingen toe te passen&quot;,
  731. /// &quot;txtVersion&quot;:&quot;Versie: {VN}&quot;,
  732. /// &quot;btnFind&quot;:&quot;Vind&quot;,
  733. /// &quot;btnKill&quot;:&quot;Dood&quot;,
  734. /// &quot;trayUnlocker&quot;:&quot;Bestandshandvatten&quot;,
  735. /// [rest of string was truncated]&quot;;.
  736. /// </summary>
  737. internal static string NL {
  738. get {
  739. return ResourceManager.GetString("NL", resourceCulture);
  740. }
  741. }
  742. /// <summary>
  743. /// Looks up a localized resource of type System.Byte[].
  744. /// </summary>
  745. internal static byte[] OneDrive_Uninstaller {
  746. get {
  747. object obj = ResourceManager.GetObject("OneDrive_Uninstaller", resourceCulture);
  748. return ((byte[])(obj));
  749. }
  750. }
  751. /// <summary>
  752. /// Looks up a localized string similar to {
  753. /// &quot;subSystem&quot;: &quot;System&quot;,
  754. /// &quot;subPrivacy&quot;: &quot;Prywatność&quot;,
  755. /// &quot;subGaming&quot;: &quot;Hazard&quot;,
  756. /// &quot;subTouch&quot;: &quot;Dotykać&quot;,
  757. /// &quot;subTaskbar&quot;: &quot;Pasek zadań&quot;,
  758. /// &quot;subExtras&quot;: &quot;Dodatki&quot;,
  759. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  760. /// &quot;restartButton&quot;: &quot;Uruchom ponownie teraz&quot;,
  761. /// &quot;restartButton8&quot;: &quot;Uruchom ponownie teraz&quot;,
  762. /// &quot;restartButton10&quot;: &quot;Uruchom ponownie teraz&quot;,
  763. /// &quot;btnFind&quot;: &quot;Znajdować&quot;,
  764. /// &quot;btnKill&quot;: &quot;Zabić&quot;,
  765. /// &quot;trayUnlocker&quot;: &quot;Uchwyty do plików&quot;,
  766. /// &quot;restartAndApply&quot;: &quot;Uruchom ponownie, aby zastosować zmiany&quot;,
  767. /// &quot;onedriveM&quot;: &quot;Czy na pewno chcesz odi [rest of string was truncated]&quot;;.
  768. /// </summary>
  769. internal static string PL {
  770. get {
  771. return ResourceManager.GetString("PL", resourceCulture);
  772. }
  773. }
  774. /// <summary>
  775. /// Looks up a localized resource of type System.Drawing.Bitmap.
  776. /// </summary>
  777. internal static System.Drawing.Bitmap poland {
  778. get {
  779. object obj = ResourceManager.GetObject("poland", resourceCulture);
  780. return ((System.Drawing.Bitmap)(obj));
  781. }
  782. }
  783. /// <summary>
  784. /// Looks up a localized resource of type System.Byte[].
  785. /// </summary>
  786. internal static byte[] Poppins_Regular {
  787. get {
  788. object obj = ResourceManager.GetObject("Poppins_Regular", resourceCulture);
  789. return ((byte[])(obj));
  790. }
  791. }
  792. /// <summary>
  793. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  794. ///
  795. ///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\Power Menu]
  796. ///&quot;MUIVerb&quot;=&quot;Power Menu&quot;
  797. ///&quot;SubCommands&quot;=&quot;lock;logoff;switch;sleep;hibernate;restart;safemode;shutdown;hybridshutdown&quot;
  798. ///&quot;Icon&quot;=&quot;shell32.dll,215&quot;
  799. ///&quot;Position&quot;=&quot;bottom&quot;
  800. ///
  801. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\lock]
  802. ///@=&quot;Lock&quot;
  803. ///
  804. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\lock\command]
  805. ///@=&quot;Rundll32 User32.dll,LockWorkStati [rest of string was truncated]&quot;;.
  806. /// </summary>
  807. internal static string PowerMenu {
  808. get {
  809. return ResourceManager.GetString("PowerMenu", resourceCulture);
  810. }
  811. }
  812. /// <summary>
  813. /// Looks up a localized string similar to {
  814. /// &quot;subSystem&quot;: &quot;Sistema&quot;,
  815. /// &quot;subPrivacy&quot;: &quot;Privacidade&quot;,
  816. /// &quot;subGaming&quot;: &quot;Jogos&quot;,
  817. /// &quot;subTouch&quot;: &quot;Toque&quot;,
  818. /// &quot;subTaskbar&quot;: &quot;Barra de tarefas&quot;,
  819. /// &quot;subExtras&quot;: &quot;Extras&quot;,
  820. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  821. /// &quot;restartButton&quot;: &quot;reinicie agora&quot;,
  822. /// &quot;restartButton8&quot;: &quot;reinicie agora&quot;,
  823. /// &quot;restartButton10&quot;: &quot;reinicie agora&quot;,
  824. /// &quot;btnFind&quot;: &quot;Encontrar&quot;,
  825. /// &quot;btnKill&quot;: &quot;Matar&quot;,
  826. /// &quot;trayUnlocker&quot;: &quot;Alças de arquivo&quot;,
  827. /// &quot;restartAndApply&quot;: &quot;Reiniciar para aplicar as alterações&quot;,
  828. /// &quot;onedriveM&quot;: &quot;Tem certeza de que deseja desinstalar o OneDrive [rest of string was truncated]&quot;;.
  829. /// </summary>
  830. internal static string PT {
  831. get {
  832. return ResourceManager.GetString("PT", resourceCulture);
  833. }
  834. }
  835. /// <summary>
  836. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  837. ///
  838. ///
  839. ///[-HKEY_CLASSES_ROOT\*\shell\runas]
  840. ///
  841. ///[-HKEY_CLASSES_ROOT\Directory\shell\runas]
  842. ///.
  843. /// </summary>
  844. internal static string RemoveTakeOwnership {
  845. get {
  846. return ResourceManager.GetString("RemoveTakeOwnership", resourceCulture);
  847. }
  848. }
  849. /// <summary>
  850. /// Looks up a localized string similar to {
  851. /// &quot;subSystem&quot;: &quot;Sistem&quot;,
  852. /// &quot;subPrivacy&quot;: &quot;Confidențialitate&quot;,
  853. /// &quot;subGaming&quot;: &quot;Jocuri&quot;,
  854. /// &quot;subTouch&quot;: &quot;Atingere&quot;,
  855. /// &quot;subTaskbar&quot;: &quot;Bara de activități&quot;,
  856. /// &quot;subExtras&quot;: &quot;In plus&quot;,
  857. /// &quot;btnAbout&quot;: &quot;Bine&quot;,
  858. /// &quot;restartButton&quot;: &quot;Reporniți acum&quot;,
  859. /// &quot;restartButton8&quot;: &quot;Reporniți acum&quot;,
  860. /// &quot;restartButton10&quot;: &quot;Reporniți acum&quot;,
  861. /// &quot;btnFind&quot;: &quot;Găsește&quot;,
  862. /// &quot;btnKill&quot;: &quot;Termin&quot;,
  863. /// &quot;trayUnlocker&quot;: &quot;Mânere de fișiere&quot;,
  864. /// &quot;restartAndApply&quot;: &quot;Reporniți pentru a aplica modificări&quot;,
  865. /// &quot;txtVersion&quot;: &quot;Versiune: {VN}&quot;,
  866. /// &quot;txtBitness&quot;: [rest of string was truncated]&quot;;.
  867. /// </summary>
  868. internal static string RO {
  869. get {
  870. return ResourceManager.GetString("RO", resourceCulture);
  871. }
  872. }
  873. /// <summary>
  874. /// Looks up a localized resource of type System.Drawing.Bitmap.
  875. /// </summary>
  876. internal static System.Drawing.Bitmap romania {
  877. get {
  878. object obj = ResourceManager.GetObject("romania", resourceCulture);
  879. return ((System.Drawing.Bitmap)(obj));
  880. }
  881. }
  882. /// <summary>
  883. /// Looks up a localized string similar to {
  884. /// &quot;subSystem&quot;: &quot;Система&quot;,
  885. /// &quot;subPrivacy&quot;: &quot;Конфиденциальность&quot;,
  886. /// &quot;subGaming&quot;: &quot;Игры&quot;,
  887. /// &quot;subTouch&quot;: &quot;Трогать&quot;,
  888. /// &quot;subTaskbar&quot;: &quot;Панель задач&quot;,
  889. /// &quot;subExtras&quot;: &quot;Дополнительно&quot;,
  890. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  891. /// &quot;restartButton&quot;: &quot;Перезапустить сейчас&quot;,
  892. /// &quot;restartButton8&quot;: &quot;Перезапустить сейчас&quot;,
  893. /// &quot;restartButton10&quot;: &quot;Перезапустить сейчас&quot;,
  894. /// &quot;restartAndApply&quot;: &quot;Перезапустить, чтобы применить изменения&quot;,
  895. /// &quot;txtVersion&quot;: &quot;Версия: {VN}&quot;,
  896. /// &quot;btnFind&quot;: &quot;Находить&quot;,
  897. /// &quot;btnKill&quot;: &quot;Убийство&quot;,
  898. /// &quot;trayUnlocker&quot;: &quot;Дескрипторы файл [rest of string was truncated]&quot;;.
  899. /// </summary>
  900. internal static string RU {
  901. get {
  902. return ResourceManager.GetString("RU", resourceCulture);
  903. }
  904. }
  905. /// <summary>
  906. /// Looks up a localized resource of type System.Drawing.Bitmap.
  907. /// </summary>
  908. internal static System.Drawing.Bitmap russia {
  909. get {
  910. object obj = ResourceManager.GetObject("russia", resourceCulture);
  911. return ((System.Drawing.Bitmap)(obj));
  912. }
  913. }
  914. /// <summary>
  915. /// Looks up a localized resource of type System.Drawing.Bitmap.
  916. /// </summary>
  917. internal static System.Drawing.Bitmap spain {
  918. get {
  919. object obj = ResourceManager.GetObject("spain", resourceCulture);
  920. return ((System.Drawing.Bitmap)(obj));
  921. }
  922. }
  923. /// <summary>
  924. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  925. ///
  926. ///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\SystemShortcuts]
  927. ///&quot;MUIVerb&quot;=&quot;System Shortcuts&quot;
  928. ///&quot;SubCommands&quot;=&quot;admintools;datetime;regional;folderoptions;gmode;internetoptions;network;power;appwiz;rbin;run;search;services;sysdm;user;user2;flip3d&quot;
  929. ///&quot;icon&quot;=&quot;sysdm.cpl&quot;
  930. ///&quot;Position&quot;=-
  931. ///
  932. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\admintools]
  933. ///@=&quot;Administrative Tools&quot;
  934. ///&quot;icon&quot;=&quot;imageres.dll,109&quot;
  935. ///
  936. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Micros [rest of string was truncated]&quot;;.
  937. /// </summary>
  938. internal static string SystemShortcuts {
  939. get {
  940. return ResourceManager.GetString("SystemShortcuts", resourceCulture);
  941. }
  942. }
  943. /// <summary>
  944. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  945. ///
  946. ///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\SystemTools]
  947. ///&quot;MUIVerb&quot;=&quot;System Tools&quot;
  948. ///&quot;SubCommands&quot;=&quot;control;cleanmgr;devmgr;event;regedit;secctr;msconfig;taskmgr;taskschd;wu&quot;
  949. ///&quot;icon&quot;=&quot;imageres.dll,104&quot;
  950. ///&quot;Position&quot;=-
  951. ///
  952. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\control]
  953. ///@=&quot;Control Panel&quot;
  954. ///&quot;icon&quot;=&quot;control.exe&quot;
  955. ///
  956. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\control\command]
  957. ///@=&quot;c [rest of string was truncated]&quot;;.
  958. /// </summary>
  959. internal static string SystemTools {
  960. get {
  961. return ResourceManager.GetString("SystemTools", resourceCulture);
  962. }
  963. }
  964. /// <summary>
  965. /// Looks up a localized resource of type System.Drawing.Bitmap.
  966. /// </summary>
  967. internal static System.Drawing.Bitmap taiwan {
  968. get {
  969. object obj = ResourceManager.GetObject("taiwan", resourceCulture);
  970. return ((System.Drawing.Bitmap)(obj));
  971. }
  972. }
  973. /// <summary>
  974. /// Looks up a localized string similar to {
  975. /// &quot;subSystem&quot;: &quot;Sistem&quot;,
  976. /// &quot;subPrivacy&quot;: &quot;Mahremiyet&quot;,
  977. /// &quot;subGaming&quot;: &quot;Oyun&quot;,
  978. /// &quot;subTouch&quot;: &quot;Dokunmak&quot;,
  979. /// &quot;subTaskbar&quot;: &quot;Görev çubuğu&quot;,
  980. /// &quot;subExtras&quot;: &quot;Ekstralar&quot;,
  981. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  982. /// &quot;restartButton&quot;: &quot;şimdi yeniden başlat&quot;,
  983. /// &quot;restartButton8&quot;: &quot;şimdi yeniden başlat&quot;,
  984. /// &quot;restartButton10&quot;: &quot;şimdi yeniden başlat&quot;,
  985. /// &quot;restartAndApply&quot;: &quot;Değişiklikleri uygulamak için yeniden başlatılsın mı&quot;,
  986. /// &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;;.
  987. /// </summary>
  988. internal static string TR {
  989. get {
  990. return ResourceManager.GetString("TR", resourceCulture);
  991. }
  992. }
  993. /// <summary>
  994. /// Looks up a localized resource of type System.Drawing.Bitmap.
  995. /// </summary>
  996. internal static System.Drawing.Bitmap turkey {
  997. get {
  998. object obj = ResourceManager.GetObject("turkey", resourceCulture);
  999. return ((System.Drawing.Bitmap)(obj));
  1000. }
  1001. }
  1002. /// <summary>
  1003. /// Looks up a localized string similar to {
  1004. /// &quot;subSystem&quot;: &quot;系統&quot;,
  1005. /// &quot;subPrivacy&quot;: &quot;隱私&quot;,
  1006. /// &quot;subGaming&quot;: &quot;賭博&quot;,
  1007. /// &quot;subTouch&quot;: &quot;觸碰&quot;,
  1008. /// &quot;subTaskbar&quot;: &quot;任務欄&quot;,
  1009. /// &quot;subExtras&quot;: &quot;附加功能&quot;,
  1010. /// &quot;btnAbout&quot;: &quot;確定&quot;,
  1011. /// &quot;restartButton&quot;: &quot;現在重啟&quot;,
  1012. /// &quot;restartButton8&quot;: &quot;現在重啟&quot;,
  1013. /// &quot;restartButton10&quot;: &quot;現在重啟&quot;,
  1014. /// &quot;restartAndApply&quot;: &quot;重新啟動以應用更改&quot;,
  1015. /// &quot;onedriveM&quot;: &quot;確定要卸載 OneDrive 嗎? 這將刪除您的桌面和文檔文件! 僅在本地帳戶上使用此選項!&quot;,
  1016. /// &quot;txtVersion&quot;: &quot;版本: {VN}&quot;,
  1017. /// &quot;systemRestoreM&quot;: &quot;您確定要禁用系統還原嗎? 這將刪除您當前的備份圖像!&quot;,
  1018. /// &quot;txtBitness&quot;: &quot;您使用的是{BITS}&quot;,
  1019. /// &quot;btnFind&quot;: &quot;尋找&quot;,
  1020. /// &quot;btnKill&quot;: &quot;殺&quot;,
  1021. /// &quot;trayUnlocker&quot;: &quot;文件句柄&quot;,
  1022. /// &quot;li [rest of string was truncated]&quot;;.
  1023. /// </summary>
  1024. internal static string TW {
  1025. get {
  1026. return ResourceManager.GetString("TW", resourceCulture);
  1027. }
  1028. }
  1029. /// <summary>
  1030. /// Looks up a localized string similar to {
  1031. /// &quot;subSystem&quot;: &quot;Система&quot;,
  1032. /// &quot;subPrivacy&quot;: &quot;Конфіденційність&quot;,
  1033. /// &quot;subGaming&quot;: &quot;Ігри&quot;,
  1034. /// &quot;subTouch&quot;: &quot;Дотик&quot;,
  1035. /// &quot;subTaskbar&quot;: &quot;Панель задач&quot;,
  1036. /// &quot;subExtras&quot;: &quot; Доповнення&quot;,
  1037. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  1038. /// &quot;restartButton&quot;: &quot;Перезапустити зараз&quot;,
  1039. /// &quot;restartButton8&quot;: &quot;Перезапустити зараз&quot;,
  1040. /// &quot;restartButton10&quot;: &quot;Перезапустити зараз&quot;,
  1041. /// &quot;btnFind&quot;: &quot;Знайти&quot;,
  1042. /// &quot;btnKill&quot;: &quot;Вимкнути примусово&quot;,
  1043. /// &quot;trayUnlocker&quot;: &quot;Дескриптор файлів&quot;,
  1044. /// &quot;restartAndApply&quot;: &quot;Перезапустити для застосування змін&quot;,
  1045. /// &quot;txtVersion&quot;: &quot;Версія: {VN}&quot;,
  1046. /// [rest of string was truncated]&quot;;.
  1047. /// </summary>
  1048. internal static string UA {
  1049. get {
  1050. return ResourceManager.GetString("UA", resourceCulture);
  1051. }
  1052. }
  1053. /// <summary>
  1054. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1055. /// </summary>
  1056. internal static System.Drawing.Bitmap ukraine {
  1057. get {
  1058. object obj = ResourceManager.GetObject("ukraine", resourceCulture);
  1059. return ((System.Drawing.Bitmap)(obj));
  1060. }
  1061. }
  1062. /// <summary>
  1063. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1064. /// </summary>
  1065. internal static System.Drawing.Bitmap united_kingdom {
  1066. get {
  1067. object obj = ResourceManager.GetObject("united_kingdom", resourceCulture);
  1068. return ((System.Drawing.Bitmap)(obj));
  1069. }
  1070. }
  1071. /// <summary>
  1072. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  1073. ///
  1074. ///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\WindowsApps]
  1075. ///&quot;MUIVerb&quot;=&quot;Windows Apps&quot;
  1076. ///&quot;SubCommands&quot;=&quot;calc;chmap;cmd;dfrg;ie;notepad;paint;psr;snip;srd;srt;tsch;wmp;wordpad&quot;
  1077. ///&quot;icon&quot;=&quot;imageres.dll,152&quot;
  1078. ///&quot;Position&quot;=-
  1079. ///
  1080. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\calc]
  1081. ///@=&quot;Calculator&quot;
  1082. ///&quot;icon&quot;=&quot;calc.exe&quot;
  1083. ///
  1084. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\calc\command]
  1085. ///@=&quot;calc.exe&quot;
  1086. ///
  1087. ///[HK [rest of string was truncated]&quot;;.
  1088. /// </summary>
  1089. internal static string WindowsApps {
  1090. get {
  1091. return ResourceManager.GetString("WindowsApps", resourceCulture);
  1092. }
  1093. }
  1094. }
  1095. }