Resources.Designer.cs 51 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056
  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", "16.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;btnAbout&quot;: &quot;حسنا&quot;,
  83. /// &quot;restartButton&quot;: &quot;إعادة التشغيل الآن&quot;,
  84. /// &quot;restartButton8&quot;: &quot;إعادة التشغيل الآن&quot;,
  85. /// &quot;restartButton10&quot;: &quot;إعادة التشغيل الآن&quot;,
  86. /// &quot;restartAndApply&quot;: &quot;إعادة التشغيل لتطبيق التغييرات؟&quot;,
  87. /// &quot;onedriveM&quot;: &quot;هل أنت متأكد من أنك تريد إزالة تثبيت OneDrive؟ يؤدي هذا إلى حذف ملفات سطح المكتب والمستندات الخاصة بك! استخدم هذا الخيار فقط في حساب محلي!&quot;,
  88. /// &quot;systemRestoreM&quot;: &quot;هل أنت متأكد أنك تريد تعطيل استعادة النظام؟ سيؤدي هذا إلى حذف صورك الاحتياطية الحالية!&quot;,
  89. /// &quot;txtVersion&quot;: &quot;الإصدار: {VN}&quot;,
  90. /// &quot;txt [rest of string was truncated]&quot;;.
  91. /// </summary>
  92. internal static string AR {
  93. get {
  94. return ResourceManager.GetString("AR", resourceCulture);
  95. }
  96. }
  97. /// <summary>
  98. /// Looks up a localized resource of type System.Drawing.Bitmap.
  99. /// </summary>
  100. internal static System.Drawing.Bitmap bannerAmber {
  101. get {
  102. object obj = ResourceManager.GetObject("bannerAmber", resourceCulture);
  103. return ((System.Drawing.Bitmap)(obj));
  104. }
  105. }
  106. /// <summary>
  107. /// Looks up a localized resource of type System.Drawing.Bitmap.
  108. /// </summary>
  109. internal static System.Drawing.Bitmap bannerAmethyst {
  110. get {
  111. object obj = ResourceManager.GetObject("bannerAmethyst", resourceCulture);
  112. return ((System.Drawing.Bitmap)(obj));
  113. }
  114. }
  115. /// <summary>
  116. /// Looks up a localized resource of type System.Drawing.Bitmap.
  117. /// </summary>
  118. internal static System.Drawing.Bitmap bannerAzurite {
  119. get {
  120. object obj = ResourceManager.GetObject("bannerAzurite", resourceCulture);
  121. return ((System.Drawing.Bitmap)(obj));
  122. }
  123. }
  124. /// <summary>
  125. /// Looks up a localized resource of type System.Drawing.Bitmap.
  126. /// </summary>
  127. internal static System.Drawing.Bitmap bannerJade {
  128. get {
  129. object obj = ResourceManager.GetObject("bannerJade", resourceCulture);
  130. return ((System.Drawing.Bitmap)(obj));
  131. }
  132. }
  133. /// <summary>
  134. /// Looks up a localized resource of type System.Drawing.Bitmap.
  135. /// </summary>
  136. internal static System.Drawing.Bitmap bannerRuby {
  137. get {
  138. object obj = ResourceManager.GetObject("bannerRuby", resourceCulture);
  139. return ((System.Drawing.Bitmap)(obj));
  140. }
  141. }
  142. /// <summary>
  143. /// Looks up a localized resource of type System.Drawing.Bitmap.
  144. /// </summary>
  145. internal static System.Drawing.Bitmap bannerSilver {
  146. get {
  147. object obj = ResourceManager.GetObject("bannerSilver", resourceCulture);
  148. return ((System.Drawing.Bitmap)(obj));
  149. }
  150. }
  151. /// <summary>
  152. /// Looks up a localized resource of type System.Drawing.Bitmap.
  153. /// </summary>
  154. internal static System.Drawing.Bitmap brazil {
  155. get {
  156. object obj = ResourceManager.GetObject("brazil", resourceCulture);
  157. return ((System.Drawing.Bitmap)(obj));
  158. }
  159. }
  160. /// <summary>
  161. /// Looks up a localized resource of type System.Drawing.Bitmap.
  162. /// </summary>
  163. internal static System.Drawing.Bitmap china {
  164. get {
  165. object obj = ResourceManager.GetObject("china", resourceCulture);
  166. return ((System.Drawing.Bitmap)(obj));
  167. }
  168. }
  169. /// <summary>
  170. /// Looks up a localized string similar to {
  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;txtVersion&quot;: &quot;版本: {VN}&quot;,
  177. /// &quot;txtBitness&quot;: &quot;您使用的是{BITS}&quot;,
  178. /// &quot;onedriveM&quot;: &quot;确定要卸载 OneDrive 吗? 这将删除您的桌面和文档文件! 仅在本地帐户上使用此选项!&quot;,
  179. /// &quot;systemRestoreM&quot;: &quot;您确定要禁用系统还原吗? 这将删除您当前的备份图像!&quot;,
  180. /// &quot;linkUpdate&quot;: &quot;更新可用&quot;,
  181. /// &quot;lblLab&quot;: &quot;实验构建\n(删除后测试)&quot;,
  182. /// &quot;performanceSw&quot;: &quot;启用性能调整&quot;,
  183. /// &quot;networkSw&quot;: &quot;禁用网络节流&quot;,
  184. /// &quot;defenderSw&quot;: &quot;禁用 Windows Defender&quot;,
  185. /// &quot;systemRestoreSw&quot;: &quot;禁用 System Restore&quot;,
  186. /// &quot;printS [rest of string was truncated]&quot;;.
  187. /// </summary>
  188. internal static string CN {
  189. get {
  190. return ResourceManager.GetString("CN", resourceCulture);
  191. }
  192. }
  193. /// <summary>
  194. /// Looks up a localized string similar to {
  195. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  196. /// &quot;restartButton&quot;: &quot;Restartovat nyní&quot;,
  197. /// &quot;restartButton8&quot;: &quot;Restartovat nyní&quot;,
  198. /// &quot;restartButton10&quot;: &quot;Restartovat nyní&quot;,
  199. /// &quot;restartAndApply&quot;: &quot;Restartovat a použít změny?&quot;,
  200. /// &quot;txtVersion&quot;: &quot;Verze: {VN}&quot;,
  201. /// &quot;onedriveM&quot;: &quot;Opravdu chcete odinstalovat OneDrive? Tím smažete soubory plochy a dokumentů! Tuto možnost používejte pouze na místním účtu!&quot;,
  202. /// &quot;systemRestoreM&quot;: &quot;Opravdu chcete zakázat Obnovení systému? Tím se odstraní vaše aktuální záložní obrázky!&quot;,
  203. /// &quot;txtBitness&quot;: &quot;Pracujete s {BIT [rest of string was truncated]&quot;;.
  204. /// </summary>
  205. internal static string CZ {
  206. get {
  207. return ResourceManager.GetString("CZ", resourceCulture);
  208. }
  209. }
  210. /// <summary>
  211. /// Looks up a localized resource of type System.Drawing.Bitmap.
  212. /// </summary>
  213. internal static System.Drawing.Bitmap czech {
  214. get {
  215. object obj = ResourceManager.GetObject("czech", resourceCulture);
  216. return ((System.Drawing.Bitmap)(obj));
  217. }
  218. }
  219. /// <summary>
  220. /// Looks up a localized string similar to {
  221. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  222. /// &quot;restartButton&quot;: &quot;Jetzt neu starten&quot;,
  223. /// &quot;restartButton8&quot;: &quot;Jetzt neu starten&quot;,
  224. /// &quot;restartButton10&quot;: &quot;Jetzt neu starten&quot;,
  225. /// &quot;restartAndApply&quot;: &quot;Neu starten, um Änderungen anzuwenden?&quot;,
  226. /// &quot;txtVersion&quot;: &quot;Version: {VN}&quot;,
  227. /// &quot;txtBitness&quot;: &quot;Betriebssystem: {BITS}&quot;,
  228. /// &quot;onedriveM&quot;: &quot;Möchten Sie OneDrive wirklich deinstallieren? Dadurch werden Ihre Desktop und Dokumentdateien gelöscht! Verwenden Sie diese Option nur auf einem lokalen konto!&quot;,
  229. /// &quot;linkUpdate&quot;: &quot;Update verfügbar&quot;,
  230. /// &quot;systemRestor [rest of string was truncated]&quot;;.
  231. /// </summary>
  232. internal static string DE {
  233. get {
  234. return ResourceManager.GetString("DE", resourceCulture);
  235. }
  236. }
  237. /// <summary>
  238. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  239. ///
  240. ///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\DesktopShortcuts]
  241. ///&quot;MUIVerb&quot;=&quot;Desktop Shortcuts&quot;
  242. ///&quot;SubCommands&quot;=&quot;theme;wallpaper;scrnsavr;desktopicons;sound;cursor;DPI;color&quot;
  243. ///&quot;icon&quot;=&quot;desk.cpl&quot;
  244. ///&quot;Position&quot;=-
  245. ///
  246. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\theme]
  247. ///@=&quot;Change Theme&quot;
  248. ///&quot;icon&quot;=&quot;imageres.dll,145&quot;
  249. ///
  250. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\theme\command]
  251. ///@=&quot;control desk [rest of string was truncated]&quot;;.
  252. /// </summary>
  253. internal static string DesktopShortcuts {
  254. get {
  255. return ResourceManager.GetString("DesktopShortcuts", resourceCulture);
  256. }
  257. }
  258. /// <summary>
  259. /// Looks up a localized string similar to rem USE AT OWN RISK AS IS WITHOUT WARRANTY OF ANY KIND !!!!!
  260. ///
  261. ///rem https://docs.microsoft.com/en-us/windows-hardware/customize/desktop/unattend/security-malware-windows-defender-disableantispyware
  262. ///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.
  263. ///
  264. ///rem Disable Tamper Protection First !!!!!
  265. ///rem https://www.tenforums.com/tutorials/123792-turn-off-tamper-protection-windows-defender-antivirus.html
  266. ///reg [rest of string was truncated]&quot;;.
  267. /// </summary>
  268. internal static string DisableDefenderSafeMode1903Plus {
  269. get {
  270. return ResourceManager.GetString("DisableDefenderSafeMode1903Plus", resourceCulture);
  271. }
  272. }
  273. /// <summary>
  274. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  275. ///
  276. ///[HKEY_CURRENT_USER\Software\Policies\microsoft\office\16.0\osm\preventedapplications]
  277. ///&quot;accesssolution&quot;=dword:00000001
  278. ///&quot;olksolution&quot;=dword:00000001
  279. ///&quot;onenotesolution&quot;=dword:00000001
  280. ///&quot;pptsolution&quot;=dword:00000001
  281. ///&quot;projectsolution&quot;=dword:00000001
  282. ///&quot;publishersolution&quot;=dword:00000001
  283. ///&quot;visiosolution&quot;=dword:00000001
  284. ///&quot;wdsolution&quot;=dword:00000001
  285. ///&quot;xlsolution&quot;=dword:00000001
  286. ///
  287. ///[HKEY_CURRENT_USER\Software\Policies\microsoft\office\16.0\osm\preventedsolutiontypes]
  288. ///&quot;agave&quot;=dword:0000000 [rest of string was truncated]&quot;;.
  289. /// </summary>
  290. internal static string DisableOfficeTelemetry {
  291. get {
  292. return ResourceManager.GetString("DisableOfficeTelemetry", resourceCulture);
  293. }
  294. }
  295. /// <summary>
  296. /// Looks up a localized string similar to schtasks /end /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack2016&quot;
  297. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack2016&quot; /disable
  298. ///schtasks /end /tn &quot;\Microsoft\Office\OfficeTelemetryAgentLogOn2016&quot;
  299. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentLogOn2016&quot; /disable
  300. ///
  301. ///schtasks /end /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack&quot;
  302. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack&quot; /disable
  303. ///schtasks /end /tn &quot;\Microsoft\Office\OfficeTelemetryAgentLogOn&quot; [rest of string was truncated]&quot;;.
  304. /// </summary>
  305. internal static string DisableOfficeTelemetryTasks {
  306. get {
  307. return ResourceManager.GetString("DisableOfficeTelemetryTasks", resourceCulture);
  308. }
  309. }
  310. /// <summary>
  311. /// Looks up a localized string similar to schtasks /end /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\Consolidator&quot;
  312. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\Consolidator&quot; /disable
  313. ///schtasks /end /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\BthSQM&quot;
  314. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\BthSQM&quot; /disable
  315. ///schtasks /end /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\KernelCeipTask&quot;
  316. ///schtasks /change /tn &quot;\Microsoft\Windo [rest of string was truncated]&quot;;.
  317. /// </summary>
  318. internal static string DisableTelemetryTasks {
  319. get {
  320. return ResourceManager.GetString("DisableTelemetryTasks", resourceCulture);
  321. }
  322. }
  323. /// <summary>
  324. /// Looks up a localized string similar to schtasks /end /tn &quot;\Microsoft\XblGameSave\XblGameSaveTask&quot;
  325. ///schtasks /change /tn &quot;\Microsoft\XblGameSave\XblGameSaveTask&quot; /disable
  326. ///schtasks /end /tn &quot;\Microsoft\XblGameSave\XblGameSaveTaskLogon&quot;
  327. ///schtasks /change /tn &quot;\Microsoft\XblGameSave\XblGameSaveTaskLogon&quot; /disable
  328. ///.
  329. /// </summary>
  330. internal static string DisableXboxTasks {
  331. get {
  332. return ResourceManager.GetString("DisableXboxTasks", resourceCulture);
  333. }
  334. }
  335. /// <summary>
  336. /// Looks up a localized resource of type System.Drawing.Bitmap.
  337. /// </summary>
  338. internal static System.Drawing.Bitmap egypt {
  339. get {
  340. object obj = ResourceManager.GetObject("egypt", resourceCulture);
  341. return ((System.Drawing.Bitmap)(obj));
  342. }
  343. }
  344. /// <summary>
  345. /// Looks up a localized string similar to {
  346. /// &quot;btnAbout&quot;: &quot;Εντάξει&quot;,
  347. /// &quot;restartButton&quot;: &quot;Επανεκκίνηση τώρα&quot;,
  348. /// &quot;restartButton8&quot;: &quot;Επανεκκίνηση τώρα&quot;,
  349. /// &quot;restartButton10&quot;: &quot;Επανεκκίνηση τώρα&quot;,
  350. /// &quot;restartAndApply&quot;: &quot;Επανεκκίνηση για την εφαρμογή των αλλαγών;&quot;,
  351. /// &quot;txtVersion&quot;: &quot;Έκδοση: {VN}&quot;,
  352. /// &quot;txtBitness&quot;: &quot;Αρχιτεκτονική {BITS}&quot;,
  353. /// &quot;linkUpdate&quot;: &quot;Διαθέσιμη ενημέρωση&quot;,
  354. /// &quot;lblLab&quot;: &quot;Πειραματική έκδοση&quot;,
  355. /// &quot;systemRestoreM&quot;: &quot;Είστε σίγουροι ότι θέλετε να απενεργοποιήσετε τα αντίγραφα ασφαλείας; Αυτό θα διαγράψει τα υπάρχοντα αντίγραφα!&quot;,
  356. /// &quot;onedriveM&quot;: &quot;Είστε σίγο [rest of string was truncated]&quot;;.
  357. /// </summary>
  358. internal static string EL {
  359. get {
  360. return ResourceManager.GetString("EL", resourceCulture);
  361. }
  362. }
  363. /// <summary>
  364. /// Looks up a localized string similar to {
  365. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  366. /// &quot;restartButton&quot;: &quot;Restart now&quot;,
  367. /// &quot;restartButton8&quot;: &quot;Restart now&quot;,
  368. /// &quot;restartButton10&quot;: &quot;Restart now&quot;,
  369. /// &quot;restartAndApply&quot;: &quot;Restart to apply changes?&quot;,
  370. /// &quot;txtVersion&quot;: &quot;Version: {VN}&quot;,
  371. /// &quot;txtBitness&quot;: &quot;You are working with {BITS}&quot;,
  372. /// &quot;linkUpdate&quot;: &quot;Update available&quot;,
  373. /// &quot;lblLab&quot;: &quot;Experimental build\n(delete after testing)&quot;,
  374. /// &quot;performanceSw&quot;: &quot;Enable Performance Tweaks&quot;,
  375. /// &quot;networkSw&quot;: &quot;Disable Network Throttling&quot;,
  376. /// &quot;defenderSw&quot;: &quot;Disable Windows Defender&quot;,
  377. /// &quot;systemRestoreSw&quot;: &quot;Disable System [rest of string was truncated]&quot;;.
  378. /// </summary>
  379. internal static string EN {
  380. get {
  381. return ResourceManager.GetString("EN", resourceCulture);
  382. }
  383. }
  384. /// <summary>
  385. /// 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
  386. ///
  387. ///reg add &quot;HKLM\System\CurrentControlSet\Services\SgrmBroker&quot; /v &quot;Start&quot; /t REG_DWORD /d &quot;2&quot; /f
  388. ///
  389. ///reg add &quot;HKLM\System\CurrentControlSet\Services\SecurityHealthService&quot; /v &quot;Start&quot; /t REG_DWORD /d &quot;2&quot; /f
  390. ///
  391. ///rem 1 - Disable Real-time protection
  392. ///reg delete &quot;HKLM\Software\Policies\Microsoft\Windows Defender&quot; /f
  393. ///reg add &quot;HKLM\Software\Policies\Microsoft\Windows Defender&quot; /v &quot;DisableAntiSpyware&quot; /t REG_DWO [rest of string was truncated]&quot;;.
  394. /// </summary>
  395. internal static string EnableDefenderSafeMode1903Plus {
  396. get {
  397. return ResourceManager.GetString("EnableDefenderSafeMode1903Plus", resourceCulture);
  398. }
  399. }
  400. /// <summary>
  401. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  402. ///
  403. ///[HKEY_CURRENT_USER\Software\Policies\microsoft\office\16.0\osm\preventedapplications]
  404. ///&quot;accesssolution&quot;=-
  405. ///&quot;olksolution&quot;=-
  406. ///&quot;onenotesolution&quot;=-
  407. ///&quot;pptsolution&quot;=-
  408. ///&quot;projectsolution&quot;=-
  409. ///&quot;publishersolution&quot;=-
  410. ///&quot;visiosolution&quot;=-
  411. ///&quot;wdsolution&quot;=-
  412. ///&quot;xlsolution&quot;=-
  413. ///
  414. ///[HKEY_CURRENT_USER\Software\Policies\microsoft\office\16.0\osm\preventedsolutiontypes]
  415. ///&quot;agave&quot;=-
  416. ///&quot;appaddins&quot;=-
  417. ///&quot;comaddins&quot;=-
  418. ///&quot;documentfiles&quot;=-
  419. ///&quot;templatefiles&quot;=-
  420. ///.
  421. /// </summary>
  422. internal static string EnableOfficeTelemetry {
  423. get {
  424. return ResourceManager.GetString("EnableOfficeTelemetry", resourceCulture);
  425. }
  426. }
  427. /// <summary>
  428. /// Looks up a localized string similar to schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack2016&quot; /enable
  429. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentLogOn2016&quot; /enable
  430. ///
  431. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack&quot; /enable
  432. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentLogOn&quot; /enable
  433. ///
  434. ///reg add &quot;HKCU\SOFTWARE\Microsoft\Office\15.0\Outlook\Options\Mail&quot; /v &quot;EnableLogging&quot; /t REG_DWORD /d 1 /f
  435. ///reg add &quot;HKCU\SOFTWARE\Microsoft\Office\16.0\Outlook\Options\Mail&quot; /v &quot;EnableLogging&quot; /t [rest of string was truncated]&quot;;.
  436. /// </summary>
  437. internal static string EnableOfficeTelemetryTasks {
  438. get {
  439. return ResourceManager.GetString("EnableOfficeTelemetryTasks", resourceCulture);
  440. }
  441. }
  442. /// <summary>
  443. /// Looks up a localized string similar to schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\Consolidator&quot; /enable
  444. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\BthSQM&quot; /enable
  445. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\KernelCeipTask&quot; /enable
  446. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\UsbCeip&quot; /enable
  447. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\Uploader&quot; /enable
  448. ///schtasks / [rest of string was truncated]&quot;;.
  449. /// </summary>
  450. internal static string EnableTelemetryTasks {
  451. get {
  452. return ResourceManager.GetString("EnableTelemetryTasks", resourceCulture);
  453. }
  454. }
  455. /// <summary>
  456. /// Looks up a localized string similar to schtasks /change /tn &quot;\Microsoft\XblGameSave\XblGameSaveTask&quot; /enable
  457. ///schtasks /change /tn &quot;\Microsoft\XblGameSave\XblGameSaveTaskLogon&quot; /enable
  458. ///.
  459. /// </summary>
  460. internal static string EnableXboxTasks {
  461. get {
  462. return ResourceManager.GetString("EnableXboxTasks", resourceCulture);
  463. }
  464. }
  465. /// <summary>
  466. /// Looks up a localized string similar to {
  467. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  468. /// &quot;restartButton&quot;: &quot;Reiniciar ahora&quot;,
  469. /// &quot;restartButton8&quot;: &quot;Reiniciar ahora&quot;,
  470. /// &quot;restartButton10&quot;: &quot;Reiniciar ahora&quot;,
  471. /// &quot;restartAndApply&quot;: &quot;Reiniciar para aplicar cambios?&quot;,
  472. /// &quot;onedriveM&quot;: &quot;¿Seguro que quieres desinstalar OneDrive? ¡Esto eliminará sus archivos de escritorio y documentos! ¡Use esta opción solo en una cuenta local!&quot;,
  473. /// &quot;txtVersion&quot;: &quot;Versión: {VN}&quot;,
  474. /// &quot;systemRestoreM&quot;: &quot;¿Está seguro de que desea deshabilitar Restaurar sistema? ¡Esto eliminará sus imágenes de respaldo actu [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;btnAbout&quot;: &quot;OK&quot;,
  484. /// &quot;restartButton&quot;: &quot;redemarrer maintenant&quot;,
  485. /// &quot;restartButton8&quot;: &quot;redemarrer maintenant&quot;,
  486. /// &quot;restartButton10&quot;: &quot;redemarrer maintenant&quot;,
  487. /// &quot;restartAndApply&quot;: &quot;Redemarrer pour appliquer les changements?&quot;,
  488. /// &quot;onedriveM&quot;: &quot;Voulez-vous vraiment désinstaller OneDrive? Cela supprimera vos fichiers de bureau et de document! N&apos;utilisez cette option que sur un compte local!&quot;,
  489. /// &quot;txtVersion&quot;: &quot;Version: {VN}&quot;,
  490. /// &quot;systemRestoreM&quot;: &quot;Voulez-vous vraiment désactiver la restauration du système? Cela sup [rest of string was truncated]&quot;;.
  491. /// </summary>
  492. internal static string FR {
  493. get {
  494. return ResourceManager.GetString("FR", resourceCulture);
  495. }
  496. }
  497. /// <summary>
  498. /// Looks up a localized resource of type System.Drawing.Bitmap.
  499. /// </summary>
  500. internal static System.Drawing.Bitmap france {
  501. get {
  502. object obj = ResourceManager.GetObject("france", resourceCulture);
  503. return ((System.Drawing.Bitmap)(obj));
  504. }
  505. }
  506. /// <summary>
  507. /// Looks up a localized resource of type System.Drawing.Bitmap.
  508. /// </summary>
  509. internal static System.Drawing.Bitmap germany {
  510. get {
  511. object obj = ResourceManager.GetObject("germany", resourceCulture);
  512. return ((System.Drawing.Bitmap)(obj));
  513. }
  514. }
  515. /// <summary>
  516. /// Looks up a localized string similar to @echo off
  517. ///pushd &quot;%~dp0&quot;
  518. ///dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~3*.mum &gt;List.txt
  519. ///dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientTools-Package~3*.mum &gt;&gt;List.txt
  520. ///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;
  521. ///.
  522. /// </summary>
  523. internal static string GPEditEnablerInHome {
  524. get {
  525. return ResourceManager.GetString("GPEditEnablerInHome", resourceCulture);
  526. }
  527. }
  528. /// <summary>
  529. /// Looks up a localized resource of type System.Drawing.Bitmap.
  530. /// </summary>
  531. internal static System.Drawing.Bitmap greece {
  532. get {
  533. object obj = ResourceManager.GetObject("greece", resourceCulture);
  534. return ((System.Drawing.Bitmap)(obj));
  535. }
  536. }
  537. /// <summary>
  538. /// Looks up a localized resource of type System.Byte[].
  539. /// </summary>
  540. internal static byte[] hosts {
  541. get {
  542. object obj = ResourceManager.GetObject("hosts", resourceCulture);
  543. return ((byte[])(obj));
  544. }
  545. }
  546. /// <summary>
  547. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  548. ///
  549. ///[HKEY_CLASSES_ROOT\*\shell\runas]
  550. ///@=&quot;Take Ownership&quot;
  551. ///&quot;NoWorkingDirectory&quot;=&quot;&quot;
  552. ///
  553. ///[HKEY_CLASSES_ROOT\*\shell\runas\command]
  554. ///@=&quot;cmd.exe /c takeown /f \&quot;%1\&quot; &amp;&amp; icacls \&quot;%1\&quot; /grant administrators:F&quot;
  555. ///&quot;IsolatedCommand&quot;=&quot;cmd.exe /c takeown /f \&quot;%1\&quot; &amp;&amp; icacls \&quot;%1\&quot; /grant administrators:F&quot;
  556. ///
  557. ///[HKEY_CLASSES_ROOT\Directory\shell\runas]
  558. ///@=&quot;Take Ownership&quot;
  559. ///&quot;NoWorkingDirectory&quot;=&quot;&quot;
  560. ///
  561. ///[HKEY_CLASSES_ROOT\Directory\shell\runas\command]
  562. ///@=&quot;cmd.exe /c takeown /f \&quot;%1\&quot; /r /d y &amp;&amp; icacls \&quot;% [rest of string was truncated]&quot;;.
  563. /// </summary>
  564. internal static string InstallTakeOwnership {
  565. get {
  566. return ResourceManager.GetString("InstallTakeOwnership", resourceCulture);
  567. }
  568. }
  569. /// <summary>
  570. /// Looks up a localized string similar to {
  571. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  572. /// &quot;restartButton&quot;: &quot;riavvia ora&quot;,
  573. /// &quot;restartButton8&quot;: &quot;riavvia ora&quot;,
  574. /// &quot;restartButton10&quot;: &quot;riavvia ora&quot;,
  575. /// &quot;restartAndApply&quot;: &quot;Riavviare per applicare le modifiche?&quot;,
  576. /// &quot;txtVersion&quot;: &quot;Versione: {VN}&quot;,
  577. /// &quot;txtBitness&quot;: &quot;Architettura: {BITS}&quot;,
  578. /// &quot;linkUpdate&quot;: &quot;Aggiornamento disponibile&quot;,
  579. /// &quot;lblLab&quot;: &quot;Build sperimentale\n(cancellare dopo il test)&quot;,
  580. /// &quot;systemRestoreM&quot;: &quot;Sei sicuro di voler disabilitare Ripristino configurazione di sistema? Questo cancellerà le tue attuali immagini di backup!&quot;,
  581. /// &quot;oned [rest of string was truncated]&quot;;.
  582. /// </summary>
  583. internal static string IT {
  584. get {
  585. return ResourceManager.GetString("IT", resourceCulture);
  586. }
  587. }
  588. /// <summary>
  589. /// Looks up a localized resource of type System.Drawing.Bitmap.
  590. /// </summary>
  591. internal static System.Drawing.Bitmap italy {
  592. get {
  593. object obj = ResourceManager.GetObject("italy", resourceCulture);
  594. return ((System.Drawing.Bitmap)(obj));
  595. }
  596. }
  597. /// <summary>
  598. /// Looks up a localized string similar to {
  599. /// &quot;btnAbout&quot;: &quot;확인&quot;,
  600. /// &quot;restartButton&quot;: &quot;지금 다시 시작&quot;,
  601. /// &quot;restartButton8&quot;: &quot;지금 다시 시작&quot;,
  602. /// &quot;restartButton10&quot;: &quot;지금 다시 시작&quot;,
  603. /// &quot;restartAndApply&quot;: &quot;변경을 적용하려면 다시 시작하시겠습니까?&quot;,
  604. /// &quot;onedriveM&quot;: &quot;OneDrive를 제거하시겠습니까? 데스크탑 및 문서 파일이 삭제됩니다! 로컬 계정에서만 이 옵션을 사용하십시오!&quot;,
  605. /// &quot;systemRestoreM&quot;: &quot;시스템 복원을 비활성화하시겠습니까? 현재 백업 이미지가 삭제됩니다!&quot;,
  606. /// &quot;txtVersion&quot;: &quot;버전: {VN}&quot;,
  607. /// &quot;txtBitness&quot;: &quot;{BITS}로 작업중입니다&quot;,
  608. /// &quot;linkUpdate&quot;: &quot;업데이트 가능&quot;,
  609. /// &quot;lblLab&quot;: &quot;실험 빌드\n(테스트 후 삭제)&quot;,
  610. /// &quot;performanceSw&quot;: &quot;성능 조정을 활성화&quot;,
  611. /// &quot;networkSw&quot;: &quot;네트워크 조절 사용 안 함&quot;,
  612. /// &quot;defenderS [rest of string was truncated]&quot;;.
  613. /// </summary>
  614. internal static string KO {
  615. get {
  616. return ResourceManager.GetString("KO", resourceCulture);
  617. }
  618. }
  619. /// <summary>
  620. /// Looks up a localized resource of type System.Drawing.Bitmap.
  621. /// </summary>
  622. internal static System.Drawing.Bitmap korea {
  623. get {
  624. object obj = ResourceManager.GetObject("korea", resourceCulture);
  625. return ((System.Drawing.Bitmap)(obj));
  626. }
  627. }
  628. /// <summary>
  629. /// Looks up a localized resource of type System.Drawing.Bitmap.
  630. /// </summary>
  631. internal static System.Drawing.Bitmap loadingAmber {
  632. get {
  633. object obj = ResourceManager.GetObject("loadingAmber", resourceCulture);
  634. return ((System.Drawing.Bitmap)(obj));
  635. }
  636. }
  637. /// <summary>
  638. /// Looks up a localized resource of type System.Drawing.Bitmap.
  639. /// </summary>
  640. internal static System.Drawing.Bitmap loadingAmethyst {
  641. get {
  642. object obj = ResourceManager.GetObject("loadingAmethyst", resourceCulture);
  643. return ((System.Drawing.Bitmap)(obj));
  644. }
  645. }
  646. /// <summary>
  647. /// Looks up a localized resource of type System.Drawing.Bitmap.
  648. /// </summary>
  649. internal static System.Drawing.Bitmap loadingAzurite {
  650. get {
  651. object obj = ResourceManager.GetObject("loadingAzurite", resourceCulture);
  652. return ((System.Drawing.Bitmap)(obj));
  653. }
  654. }
  655. /// <summary>
  656. /// Looks up a localized resource of type System.Drawing.Bitmap.
  657. /// </summary>
  658. internal static System.Drawing.Bitmap loadingJade {
  659. get {
  660. object obj = ResourceManager.GetObject("loadingJade", resourceCulture);
  661. return ((System.Drawing.Bitmap)(obj));
  662. }
  663. }
  664. /// <summary>
  665. /// Looks up a localized resource of type System.Drawing.Bitmap.
  666. /// </summary>
  667. internal static System.Drawing.Bitmap loadingRuby {
  668. get {
  669. object obj = ResourceManager.GetObject("loadingRuby", resourceCulture);
  670. return ((System.Drawing.Bitmap)(obj));
  671. }
  672. }
  673. /// <summary>
  674. /// Looks up a localized resource of type System.Drawing.Bitmap.
  675. /// </summary>
  676. internal static System.Drawing.Bitmap loadingSilver {
  677. get {
  678. object obj = ResourceManager.GetObject("loadingSilver", resourceCulture);
  679. return ((System.Drawing.Bitmap)(obj));
  680. }
  681. }
  682. /// <summary>
  683. /// Looks up a localized resource of type System.Drawing.Bitmap.
  684. /// </summary>
  685. internal static System.Drawing.Bitmap logoAmber {
  686. get {
  687. object obj = ResourceManager.GetObject("logoAmber", resourceCulture);
  688. return ((System.Drawing.Bitmap)(obj));
  689. }
  690. }
  691. /// <summary>
  692. /// Looks up a localized resource of type System.Drawing.Bitmap.
  693. /// </summary>
  694. internal static System.Drawing.Bitmap logoAmethyst {
  695. get {
  696. object obj = ResourceManager.GetObject("logoAmethyst", resourceCulture);
  697. return ((System.Drawing.Bitmap)(obj));
  698. }
  699. }
  700. /// <summary>
  701. /// Looks up a localized resource of type System.Drawing.Bitmap.
  702. /// </summary>
  703. internal static System.Drawing.Bitmap logoAzurite {
  704. get {
  705. object obj = ResourceManager.GetObject("logoAzurite", 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 logoJade {
  713. get {
  714. object obj = ResourceManager.GetObject("logoJade", resourceCulture);
  715. return ((System.Drawing.Bitmap)(obj));
  716. }
  717. }
  718. /// <summary>
  719. /// Looks up a localized resource of type System.Drawing.Bitmap.
  720. /// </summary>
  721. internal static System.Drawing.Bitmap logoRuby {
  722. get {
  723. object obj = ResourceManager.GetObject("logoRuby", resourceCulture);
  724. return ((System.Drawing.Bitmap)(obj));
  725. }
  726. }
  727. /// <summary>
  728. /// Looks up a localized resource of type System.Drawing.Bitmap.
  729. /// </summary>
  730. internal static System.Drawing.Bitmap logoSilver {
  731. get {
  732. object obj = ResourceManager.GetObject("logoSilver", resourceCulture);
  733. return ((System.Drawing.Bitmap)(obj));
  734. }
  735. }
  736. /// <summary>
  737. /// Looks up a localized resource of type System.Byte[].
  738. /// </summary>
  739. internal static byte[] OneDrive_Uninstaller {
  740. get {
  741. object obj = ResourceManager.GetObject("OneDrive_Uninstaller", resourceCulture);
  742. return ((byte[])(obj));
  743. }
  744. }
  745. /// <summary>
  746. /// Looks up a localized string similar to {
  747. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  748. /// &quot;restartButton&quot;: &quot;Uruchom ponownie teraz&quot;,
  749. /// &quot;restartButton8&quot;: &quot;Uruchom ponownie teraz&quot;,
  750. /// &quot;restartButton10&quot;: &quot;Uruchom ponownie teraz&quot;,
  751. /// &quot;restartAndApply&quot;: &quot;Uruchom ponownie, aby zastosować zmiany?&quot;,
  752. /// &quot;onedriveM&quot;: &quot;Czy na pewno chcesz odinstalować OneDrive? Spowoduje to usunięcie plików pulpitu i dokumentów! Używaj tej opcji tylko na koncie lokalnym!&quot;,
  753. /// &quot;txtVersion&quot;: &quot;Wersja: {VN}&quot;,
  754. /// &quot;systemRestoreM&quot;: &quot;Czy na pewno chcesz wyłączyć Przywracanie systemu? Spowoduje to usunięcie bież [rest of string was truncated]&quot;;.
  755. /// </summary>
  756. internal static string PL {
  757. get {
  758. return ResourceManager.GetString("PL", resourceCulture);
  759. }
  760. }
  761. /// <summary>
  762. /// Looks up a localized resource of type System.Drawing.Bitmap.
  763. /// </summary>
  764. internal static System.Drawing.Bitmap poland {
  765. get {
  766. object obj = ResourceManager.GetObject("poland", resourceCulture);
  767. return ((System.Drawing.Bitmap)(obj));
  768. }
  769. }
  770. /// <summary>
  771. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  772. ///
  773. ///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\Power Menu]
  774. ///&quot;MUIVerb&quot;=&quot;Power Menu&quot;
  775. ///&quot;SubCommands&quot;=&quot;lock;logoff;switch;sleep;hibernate;restart;safemode;shutdown;hybridshutdown&quot;
  776. ///&quot;Icon&quot;=&quot;shell32.dll,215&quot;
  777. ///&quot;Position&quot;=&quot;bottom&quot;
  778. ///
  779. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\lock]
  780. ///@=&quot;Lock&quot;
  781. ///
  782. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\lock\command]
  783. ///@=&quot;Rundll32 User32.dll,LockWorkStati [rest of string was truncated]&quot;;.
  784. /// </summary>
  785. internal static string PowerMenu {
  786. get {
  787. return ResourceManager.GetString("PowerMenu", resourceCulture);
  788. }
  789. }
  790. /// <summary>
  791. /// Looks up a localized string similar to {
  792. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  793. /// &quot;restartButton&quot;: &quot;reinicie agora&quot;,
  794. /// &quot;restartButton8&quot;: &quot;reinicie agora&quot;,
  795. /// &quot;restartButton10&quot;: &quot;reinicie agora&quot;,
  796. /// &quot;restartAndApply&quot;: &quot;Reiniciar para aplicar as alterações?&quot;,
  797. /// &quot;onedriveM&quot;: &quot;Tem certeza de que deseja desinstalar o OneDrive? Isso excluirá seus arquivos da área de trabalho e de documentos! Use esta opção apenas em uma conta local!&quot;,
  798. /// &quot;CleanPreviewForm&quot;: &quot;Antevisão Limpa&quot;,
  799. /// &quot;systemRestoreM&quot;: &quot;Tem certeza de que deseja desativar a Restauração do sistema? Isso excluirá suas imag [rest of string was truncated]&quot;;.
  800. /// </summary>
  801. internal static string PT {
  802. get {
  803. return ResourceManager.GetString("PT", resourceCulture);
  804. }
  805. }
  806. /// <summary>
  807. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  808. ///
  809. ///
  810. ///[-HKEY_CLASSES_ROOT\*\shell\runas]
  811. ///
  812. ///[-HKEY_CLASSES_ROOT\Directory\shell\runas]
  813. ///.
  814. /// </summary>
  815. internal static string RemoveTakeOwnership {
  816. get {
  817. return ResourceManager.GetString("RemoveTakeOwnership", resourceCulture);
  818. }
  819. }
  820. /// <summary>
  821. /// Looks up a localized string similar to {
  822. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  823. /// &quot;restartButton&quot;: &quot;Перезапустить сейчас&quot;,
  824. /// &quot;restartButton8&quot;: &quot;Перезапустить сейчас&quot;,
  825. /// &quot;restartButton10&quot;: &quot;Перезапустить сейчас&quot;,
  826. /// &quot;restartAndApply&quot;: &quot;Перезапустить, чтобы применить изменения?&quot;,
  827. /// &quot;txtVersion&quot;: &quot;Версия: {VN}&quot;,
  828. /// &quot;txtBitness&quot;: &quot;Вы работаете с {BITS}&quot;,
  829. /// &quot;systemRestoreM&quot;: &quot;Вы уверены, что хотите отключить восстановление системы? Это удалит ваши текущие резервные изображения!&quot;,
  830. /// &quot;onedriveM&quot;: &quot;Вы уверены, что хотите удалить OneDrive? Это удалит файлы рабочего стола и документов [rest of string was truncated]&quot;;.
  831. /// </summary>
  832. internal static string RU {
  833. get {
  834. return ResourceManager.GetString("RU", resourceCulture);
  835. }
  836. }
  837. /// <summary>
  838. /// Looks up a localized resource of type System.Drawing.Bitmap.
  839. /// </summary>
  840. internal static System.Drawing.Bitmap russia {
  841. get {
  842. object obj = ResourceManager.GetObject("russia", resourceCulture);
  843. return ((System.Drawing.Bitmap)(obj));
  844. }
  845. }
  846. /// <summary>
  847. /// Looks up a localized resource of type System.Drawing.Bitmap.
  848. /// </summary>
  849. internal static System.Drawing.Bitmap spain {
  850. get {
  851. object obj = ResourceManager.GetObject("spain", resourceCulture);
  852. return ((System.Drawing.Bitmap)(obj));
  853. }
  854. }
  855. /// <summary>
  856. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  857. ///
  858. ///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\SystemShortcuts]
  859. ///&quot;MUIVerb&quot;=&quot;System Shortcuts&quot;
  860. ///&quot;SubCommands&quot;=&quot;admintools;datetime;regional;folderoptions;gmode;internetoptions;network;power;appwiz;rbin;run;search;services;sysdm;user;user2;flip3d&quot;
  861. ///&quot;icon&quot;=&quot;sysdm.cpl&quot;
  862. ///&quot;Position&quot;=-
  863. ///
  864. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\admintools]
  865. ///@=&quot;Administrative Tools&quot;
  866. ///&quot;icon&quot;=&quot;imageres.dll,109&quot;
  867. ///
  868. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Micros [rest of string was truncated]&quot;;.
  869. /// </summary>
  870. internal static string SystemShortcuts {
  871. get {
  872. return ResourceManager.GetString("SystemShortcuts", resourceCulture);
  873. }
  874. }
  875. /// <summary>
  876. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  877. ///
  878. ///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\SystemTools]
  879. ///&quot;MUIVerb&quot;=&quot;System Tools&quot;
  880. ///&quot;SubCommands&quot;=&quot;control;cleanmgr;devmgr;event;regedit;secctr;msconfig;taskmgr;taskschd;wu&quot;
  881. ///&quot;icon&quot;=&quot;imageres.dll,104&quot;
  882. ///&quot;Position&quot;=-
  883. ///
  884. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\control]
  885. ///@=&quot;Control Panel&quot;
  886. ///&quot;icon&quot;=&quot;control.exe&quot;
  887. ///
  888. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\control\command]
  889. ///@=&quot;c [rest of string was truncated]&quot;;.
  890. /// </summary>
  891. internal static string SystemTools {
  892. get {
  893. return ResourceManager.GetString("SystemTools", resourceCulture);
  894. }
  895. }
  896. /// <summary>
  897. /// Looks up a localized string similar to {
  898. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  899. /// &quot;restartButton&quot;: &quot;şimdi yeniden başlat&quot;,
  900. /// &quot;restartButton8&quot;: &quot;şimdi yeniden başlat&quot;,
  901. /// &quot;restartButton10&quot;: &quot;şimdi yeniden başlat&quot;,
  902. /// &quot;restartAndApply&quot;: &quot;Değişiklikleri uygulamak için yeniden başlatılsın mı?&quot;,
  903. /// &quot;onedriveM&quot;: &quot;OneDrive&apos;ı kaldırmak istediğinizden emin misiniz? Bu, Masaüstü ve Belge dosyalarınızı siler! Bu seçeneği yalnızca yerel bir hesapta kullanın!&quot;,
  904. /// &quot;txtVersion&quot;: &quot;Versiyon: {VN}&quot;,
  905. /// &quot;txtBitness&quot;: &quot;{BITS} ile çalışıyor.&quot;,
  906. /// &quot;CleanPreviewForm&quot;: &quot;Temiz Önizleme&quot;,
  907. /// &quot;systemRestor [rest of string was truncated]&quot;;.
  908. /// </summary>
  909. internal static string TR {
  910. get {
  911. return ResourceManager.GetString("TR", resourceCulture);
  912. }
  913. }
  914. /// <summary>
  915. /// Looks up a localized resource of type System.Drawing.Bitmap.
  916. /// </summary>
  917. internal static System.Drawing.Bitmap turkey {
  918. get {
  919. object obj = ResourceManager.GetObject("turkey", resourceCulture);
  920. return ((System.Drawing.Bitmap)(obj));
  921. }
  922. }
  923. /// <summary>
  924. /// Looks up a localized string similar to {
  925. /// &quot;btnAbout&quot;: &quot;確定&quot;,
  926. /// &quot;restartButton&quot;: &quot;現在重啟&quot;,
  927. /// &quot;restartButton8&quot;: &quot;現在重啟&quot;,
  928. /// &quot;restartButton10&quot;: &quot;現在重啟&quot;,
  929. /// &quot;restartAndApply&quot;: &quot;重新啟動以應用更改?&quot;,
  930. /// &quot;onedriveM&quot;: &quot;確定要卸載 OneDrive 嗎? 這將刪除您的桌面和文檔文件! 僅在本地帳戶上使用此選項!&quot;,
  931. /// &quot;txtVersion&quot;: &quot;版本: {VN}&quot;,
  932. /// &quot;systemRestoreM&quot;: &quot;您確定要禁用系統還原嗎? 這將刪除您當前的備份圖像!&quot;,
  933. /// &quot;txtBitness&quot;: &quot;您使用的是{BITS}&quot;,
  934. /// &quot;linkUpdate&quot;: &quot;更新可用&quot;,
  935. /// &quot;lblLab&quot;: &quot;實驗構建\n(刪除後測試)&quot;,
  936. /// &quot;performanceSw&quot;: &quot;啟用性能調整&quot;,
  937. /// &quot;networkSw&quot;: &quot;禁用網路節流&quot;,
  938. /// &quot;defenderSw&quot;: &quot;禁用 Windows Defender&quot;,
  939. /// &quot;systemRestoreSw&quot;: &quot;禁用 System Restore&quot;,
  940. /// &quot;printS [rest of string was truncated]&quot;;.
  941. /// </summary>
  942. internal static string TW {
  943. get {
  944. return ResourceManager.GetString("TW", resourceCulture);
  945. }
  946. }
  947. /// <summary>
  948. /// Looks up a localized resource of type System.Drawing.Bitmap.
  949. /// </summary>
  950. internal static System.Drawing.Bitmap united_kingdom {
  951. get {
  952. object obj = ResourceManager.GetObject("united_kingdom", resourceCulture);
  953. return ((System.Drawing.Bitmap)(obj));
  954. }
  955. }
  956. /// <summary>
  957. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  958. ///
  959. ///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\WindowsApps]
  960. ///&quot;MUIVerb&quot;=&quot;Windows Apps&quot;
  961. ///&quot;SubCommands&quot;=&quot;calc;chmap;cmd;dfrg;ie;notepad;paint;psr;snip;srd;srt;tsch;wmp;wordpad&quot;
  962. ///&quot;icon&quot;=&quot;imageres.dll,152&quot;
  963. ///&quot;Position&quot;=-
  964. ///
  965. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\calc]
  966. ///@=&quot;Calculator&quot;
  967. ///&quot;icon&quot;=&quot;calc.exe&quot;
  968. ///
  969. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\calc\command]
  970. ///@=&quot;calc.exe&quot;
  971. ///
  972. ///[HK [rest of string was truncated]&quot;;.
  973. /// </summary>
  974. internal static string WindowsApps {
  975. get {
  976. return ResourceManager.GetString("WindowsApps", resourceCulture);
  977. }
  978. }
  979. }
  980. }