Resources.Designer.cs 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547
  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 {
  56. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  57. /// &quot;restartButton&quot;: &quot;Anwenden &amp;&amp; Neustarten&quot;,
  58. /// &quot;restartButton8&quot;: &quot;Anwenden &amp;&amp; Neustarten&quot;,
  59. /// &quot;restartButton10&quot;: &quot;Anwenden &amp;&amp; Neustarten&quot;,
  60. /// &quot;restartAndApply&quot;: &quot;Neustarten, um Änderungen anzuwenden?&quot;,
  61. /// &quot;txtVersion&quot;: &quot;Version: {VN}&quot;,
  62. /// &quot;txtBitness&quot;: &quot;Sie arbeiten mit {BITS}&quot;,
  63. /// &quot;linkUpdate&quot;: &quot;Update verfügbar&quot;,
  64. /// &quot;lblLab&quot;: &quot;Experimenteller Build\n(nach dem Testen löschen)&quot;,
  65. /// &quot;performanceSw&quot;: &quot;Leistungsoptimierungen aktivieren&quot;,
  66. /// &quot;networkSw&quot;: &quot;Netzwerkdrosselung deaktivieren&quot;,
  67. /// &quot;defen [rest of string was truncated]&quot;;.
  68. /// </summary>
  69. internal static string DE {
  70. get {
  71. return ResourceManager.GetString("DE", resourceCulture);
  72. }
  73. }
  74. /// <summary>
  75. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  76. ///
  77. ///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\DesktopShortcuts]
  78. ///&quot;MUIVerb&quot;=&quot;Desktop Shortcuts&quot;
  79. ///&quot;SubCommands&quot;=&quot;theme;wallpaper;scrnsavr;desktopicons;sound;cursor;DPI;color&quot;
  80. ///&quot;icon&quot;=&quot;desk.cpl&quot;
  81. ///&quot;Position&quot;=-
  82. ///
  83. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\theme]
  84. ///@=&quot;Change Theme&quot;
  85. ///&quot;icon&quot;=&quot;imageres.dll,145&quot;
  86. ///
  87. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\theme\command]
  88. ///@=&quot;control desk [rest of string was truncated]&quot;;.
  89. /// </summary>
  90. internal static string DesktopShortcuts {
  91. get {
  92. return ResourceManager.GetString("DesktopShortcuts", resourceCulture);
  93. }
  94. }
  95. /// <summary>
  96. /// Looks up a localized string similar to rem USE AT OWN RISK AS IS WITHOUT WARRANTY OF ANY KIND !!!!!
  97. ///
  98. ///rem https://docs.microsoft.com/en-us/windows-hardware/customize/desktop/unattend/security-malware-windows-defender-disableantispyware
  99. ///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.
  100. ///
  101. ///rem Disable Tamper Protection First !!!!!
  102. ///rem https://www.tenforums.com/tutorials/123792-turn-off-tamper-protection-windows-defender-antivirus.ht [rest of string was truncated]&quot;;.
  103. /// </summary>
  104. internal static string DisableDefenderSafeMode1903Plus {
  105. get {
  106. return ResourceManager.GetString("DisableDefenderSafeMode1903Plus", resourceCulture);
  107. }
  108. }
  109. /// <summary>
  110. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  111. ///
  112. ///[HKEY_CURRENT_USER\Software\Policies\microsoft\office\16.0\osm\preventedapplications]
  113. ///&quot;accesssolution&quot;=dword:00000001
  114. ///&quot;olksolution&quot;=dword:00000001
  115. ///&quot;onenotesolution&quot;=dword:00000001
  116. ///&quot;pptsolution&quot;=dword:00000001
  117. ///&quot;projectsolution&quot;=dword:00000001
  118. ///&quot;publishersolution&quot;=dword:00000001
  119. ///&quot;visiosolution&quot;=dword:00000001
  120. ///&quot;wdsolution&quot;=dword:00000001
  121. ///&quot;xlsolution&quot;=dword:00000001
  122. ///
  123. ///[HKEY_CURRENT_USER\Software\Policies\microsoft\office\16.0\osm\preventedsolutiontypes]
  124. ///&quot;agave&quot;=dword:0000000 [rest of string was truncated]&quot;;.
  125. /// </summary>
  126. internal static string DisableOfficeTelemetry {
  127. get {
  128. return ResourceManager.GetString("DisableOfficeTelemetry", resourceCulture);
  129. }
  130. }
  131. /// <summary>
  132. /// Looks up a localized string similar to schtasks /end /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack2016&quot;
  133. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack2016&quot; /disable
  134. ///schtasks /end /tn &quot;\Microsoft\Office\OfficeTelemetryAgentLogOn2016&quot;
  135. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentLogOn2016&quot; /disable
  136. ///.
  137. /// </summary>
  138. internal static string DisableOfficeTelemetryTasks {
  139. get {
  140. return ResourceManager.GetString("DisableOfficeTelemetryTasks", resourceCulture);
  141. }
  142. }
  143. /// <summary>
  144. /// Looks up a localized string similar to schtasks /end /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\Consolidator&quot;
  145. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\Consolidator&quot; /disable
  146. ///schtasks /end /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\BthSQM&quot;
  147. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\BthSQM&quot; /disable
  148. ///schtasks /end /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\KernelCeipTask&quot;
  149. ///schtasks /change /tn &quot;\Microsoft\Windo [rest of string was truncated]&quot;;.
  150. /// </summary>
  151. internal static string DisableTelemetryTasks {
  152. get {
  153. return ResourceManager.GetString("DisableTelemetryTasks", resourceCulture);
  154. }
  155. }
  156. /// <summary>
  157. /// Looks up a localized string similar to schtasks /end /tn &quot;\Microsoft\XblGameSave\XblGameSaveTask&quot;
  158. ///schtasks /change /tn &quot;\Microsoft\XblGameSave\XblGameSaveTask&quot; /disable
  159. ///schtasks /end /tn &quot;\Microsoft\XblGameSave\XblGameSaveTaskLogon&quot;
  160. ///schtasks /change /tn &quot;\Microsoft\XblGameSave\XblGameSaveTaskLogon&quot; /disable
  161. ///.
  162. /// </summary>
  163. internal static string DisableXboxTasks {
  164. get {
  165. return ResourceManager.GetString("DisableXboxTasks", resourceCulture);
  166. }
  167. }
  168. /// <summary>
  169. /// Looks up a localized string similar to {
  170. /// &quot;btnAbout&quot;: &quot;Εντάξει&quot;,
  171. /// &quot;restartButton&quot;: &quot;Εφαρμογή &amp;&amp; Επανεκκίνηση&quot;,
  172. /// &quot;restartButton8&quot;: &quot;Εφαρμογή &amp;&amp; Επανεκκίνηση&quot;,
  173. /// &quot;restartButton10&quot;: &quot;Εφαρμογή &amp;&amp; Επανεκκίνηση&quot;,
  174. /// &quot;restartAndApply&quot;: &quot;Επανεκκίνηση για την εφαρμογή των αλλαγών;&quot;,
  175. /// &quot;txtVersion&quot;: &quot;Έκδοση: {VN}&quot;,
  176. /// &quot;txtBitness&quot;: &quot;Αρχιτεκτονική {BITS}&quot;,
  177. /// &quot;linkUpdate&quot;: &quot;Διαθέσιμη ενημέρωση&quot;,
  178. /// &quot;lblLab&quot;: &quot;Πειραματική έκδοση&quot;,
  179. /// &quot;performanceSw&quot;: &quot;Βελτιστοποίηση Απόδοσης Συστήματος&quot;,
  180. /// &quot;networkSw&quot;: &quot;Βελτιστοποίηση Δικτύου&quot;,
  181. /// &quot;defenderSw&quot;: &quot;Απενεργοποίηση [rest of string was truncated]&quot;;.
  182. /// </summary>
  183. internal static string EL {
  184. get {
  185. return ResourceManager.GetString("EL", resourceCulture);
  186. }
  187. }
  188. /// <summary>
  189. /// Looks up a localized string similar to {
  190. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  191. /// &quot;restartButton&quot;: &quot;Apply &amp;&amp; Restart&quot;,
  192. /// &quot;restartButton8&quot;: &quot;Apply &amp;&amp; Restart&quot;,
  193. /// &quot;restartButton10&quot;: &quot;Apply &amp;&amp; Restart&quot;,
  194. /// &quot;restartAndApply&quot;: &quot;Restart to apply changes?&quot;,
  195. /// &quot;txtVersion&quot;: &quot;Version: {VN}&quot;,
  196. /// &quot;txtBitness&quot;: &quot;You are working with {BITS}&quot;,
  197. /// &quot;linkUpdate&quot;: &quot;Update available&quot;,
  198. /// &quot;lblLab&quot;: &quot;Experimental build\n(delete after testing)&quot;,
  199. /// &quot;performanceSw&quot;: &quot;Enable Performance Tweaks&quot;,
  200. /// &quot;networkSw&quot;: &quot;Disable Network Throttling&quot;,
  201. /// &quot;defenderSw&quot;: &quot;Disable Windows Defender&quot;,
  202. /// &quot;system [rest of string was truncated]&quot;;.
  203. /// </summary>
  204. internal static string EN {
  205. get {
  206. return ResourceManager.GetString("EN", resourceCulture);
  207. }
  208. }
  209. /// <summary>
  210. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  211. ///
  212. ///[HKEY_CURRENT_USER\Software\Policies\microsoft\office\16.0\osm\preventedapplications]
  213. ///&quot;accesssolution&quot;=-
  214. ///&quot;olksolution&quot;=-
  215. ///&quot;onenotesolution&quot;=-
  216. ///&quot;pptsolution&quot;=-
  217. ///&quot;projectsolution&quot;=-
  218. ///&quot;publishersolution&quot;=-
  219. ///&quot;visiosolution&quot;=-
  220. ///&quot;wdsolution&quot;=-
  221. ///&quot;xlsolution&quot;=-
  222. ///
  223. ///[HKEY_CURRENT_USER\Software\Policies\microsoft\office\16.0\osm\preventedsolutiontypes]
  224. ///&quot;agave&quot;=-
  225. ///&quot;appaddins&quot;=-
  226. ///&quot;comaddins&quot;=-
  227. ///&quot;documentfiles&quot;=-
  228. ///&quot;templatefiles&quot;=-
  229. ///.
  230. /// </summary>
  231. internal static string EnableOfficeTelemetry {
  232. get {
  233. return ResourceManager.GetString("EnableOfficeTelemetry", resourceCulture);
  234. }
  235. }
  236. /// <summary>
  237. /// Looks up a localized string similar to schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack2016&quot; /enable
  238. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentLogOn2016&quot; /enable
  239. ///.
  240. /// </summary>
  241. internal static string EnableOfficeTelemetryTasks {
  242. get {
  243. return ResourceManager.GetString("EnableOfficeTelemetryTasks", resourceCulture);
  244. }
  245. }
  246. /// <summary>
  247. /// Looks up a localized string similar to schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\Consolidator&quot; /enable
  248. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\BthSQM&quot; /enable
  249. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\KernelCeipTask&quot; /enable
  250. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\UsbCeip&quot; /enable
  251. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\Uploader&quot; /enable
  252. ///schtasks / [rest of string was truncated]&quot;;.
  253. /// </summary>
  254. internal static string EnableTelemetryTasks {
  255. get {
  256. return ResourceManager.GetString("EnableTelemetryTasks", resourceCulture);
  257. }
  258. }
  259. /// <summary>
  260. /// Looks up a localized string similar to schtasks /change /tn &quot;\Microsoft\XblGameSave\XblGameSaveTask&quot; /enable
  261. ///schtasks /change /tn &quot;\Microsoft\XblGameSave\XblGameSaveTaskLogon&quot; /enable
  262. ///.
  263. /// </summary>
  264. internal static string EnableXboxTasks {
  265. get {
  266. return ResourceManager.GetString("EnableXboxTasks", resourceCulture);
  267. }
  268. }
  269. /// <summary>
  270. /// Looks up a localized string similar to {
  271. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  272. /// &quot;restartButton&quot;: &quot;Aplicar &amp;&amp; Reiniciar&quot;,
  273. /// &quot;restartButton8&quot;: &quot;Aplicar &amp;&amp; Reiniciar&quot;,
  274. /// &quot;restartButton10&quot;: &quot;Aplicar &amp;&amp; Reiniciar&quot;,
  275. /// &quot;restartAndApply&quot;: &quot;Reiniciar para aplicar cambios?&quot;,
  276. /// &quot;txtVersion&quot;: &quot;Versión: {VN}&quot;,
  277. /// &quot;txtBitness&quot;: &quot;Estas trabajando con {BITS}&quot;,
  278. /// &quot;linkUpdate&quot;: &quot;Actualización disponible&quot;,
  279. /// &quot;lblLab&quot;: &quot;Lamzamiento experimental\n(eliminar después de la prueba)&quot;,
  280. /// &quot;performanceSw&quot;: &quot;Habilitar ajustes de rendimiento&quot;,
  281. /// &quot;networkSw&quot;: &quot;Deshabilitar la limitación de la r [rest of string was truncated]&quot;;.
  282. /// </summary>
  283. internal static string ES {
  284. get {
  285. return ResourceManager.GetString("ES", resourceCulture);
  286. }
  287. }
  288. /// <summary>
  289. /// Looks up a localized string similar to ipconfig /release
  290. ///ipconfig /renew
  291. ///arp -d *
  292. ///nbtstat -R
  293. ///nbtstat -RR
  294. ///ipconfig /flushdns
  295. ///ipconfig /registerdns.
  296. /// </summary>
  297. internal static string FlushDNSCache {
  298. get {
  299. return ResourceManager.GetString("FlushDNSCache", resourceCulture);
  300. }
  301. }
  302. /// <summary>
  303. /// Looks up a localized string similar to @echo off
  304. ///pushd &quot;%~dp0&quot;
  305. ///dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~3*.mum &gt;List.txt
  306. ///dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientTools-Package~3*.mum &gt;&gt;List.txt
  307. ///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;
  308. ///.
  309. /// </summary>
  310. internal static string GPEditEnablerInHome {
  311. get {
  312. return ResourceManager.GetString("GPEditEnablerInHome", resourceCulture);
  313. }
  314. }
  315. /// <summary>
  316. /// Looks up a localized resource of type System.Byte[].
  317. /// </summary>
  318. internal static byte[] hosts {
  319. get {
  320. object obj = ResourceManager.GetObject("hosts", resourceCulture);
  321. return ((byte[])(obj));
  322. }
  323. }
  324. /// <summary>
  325. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  326. ///
  327. ///[HKEY_CLASSES_ROOT\*\shell\runas]
  328. ///@=&quot;Take Ownership&quot;
  329. ///&quot;NoWorkingDirectory&quot;=&quot;&quot;
  330. ///
  331. ///[HKEY_CLASSES_ROOT\*\shell\runas\command]
  332. ///@=&quot;cmd.exe /c takeown /f \&quot;%1\&quot; &amp;&amp; icacls \&quot;%1\&quot; /grant administrators:F&quot;
  333. ///&quot;IsolatedCommand&quot;=&quot;cmd.exe /c takeown /f \&quot;%1\&quot; &amp;&amp; icacls \&quot;%1\&quot; /grant administrators:F&quot;
  334. ///
  335. ///[HKEY_CLASSES_ROOT\Directory\shell\runas]
  336. ///@=&quot;Take Ownership&quot;
  337. ///&quot;NoWorkingDirectory&quot;=&quot;&quot;
  338. ///
  339. ///[HKEY_CLASSES_ROOT\Directory\shell\runas\command]
  340. ///@=&quot;cmd.exe /c takeown /f \&quot;%1\&quot; /r /d y &amp;&amp; icacls \&quot;% [rest of string was truncated]&quot;;.
  341. /// </summary>
  342. internal static string InstallTakeOwnership {
  343. get {
  344. return ResourceManager.GetString("InstallTakeOwnership", resourceCulture);
  345. }
  346. }
  347. /// <summary>
  348. /// Looks up a localized resource of type System.Byte[].
  349. /// </summary>
  350. internal static byte[] OneDrive_Uninstaller {
  351. get {
  352. object obj = ResourceManager.GetObject("OneDrive_Uninstaller", resourceCulture);
  353. return ((byte[])(obj));
  354. }
  355. }
  356. /// <summary>
  357. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  358. ///
  359. ///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\Power Menu]
  360. ///&quot;MUIVerb&quot;=&quot;Power Menu&quot;
  361. ///&quot;SubCommands&quot;=&quot;lock;logoff;switch;sleep;hibernate;restart;safemode;shutdown;hybridshutdown&quot;
  362. ///&quot;Icon&quot;=&quot;shell32.dll,215&quot;
  363. ///&quot;Position&quot;=&quot;bottom&quot;
  364. ///
  365. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\lock]
  366. ///@=&quot;Lock&quot;
  367. ///
  368. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\lock\command]
  369. ///@=&quot;Rundll32 User32.dll,LockWorkStati [rest of string was truncated]&quot;;.
  370. /// </summary>
  371. internal static string PowerMenu {
  372. get {
  373. return ResourceManager.GetString("PowerMenu", resourceCulture);
  374. }
  375. }
  376. /// <summary>
  377. /// Looks up a localized string similar to {
  378. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  379. /// &quot;restartButton&quot;: &quot;Aplicar e reiniciar&quot;,
  380. /// &quot;restartButton8&quot;: &quot;Aplicar e reiniciar&quot;,
  381. /// &quot;restartButton10&quot;: &quot;Aplicar e reiniciar&quot;,
  382. /// &quot;restartAndApply&quot;: &quot;Reiniciar para aplicar as alterações?&quot;,
  383. /// &quot;txtVersion&quot;: &quot;Versão: {VN}&quot;,
  384. /// &quot;txtBitness&quot;: &quot;A arquitetura do seu computador é de {BITS}.&quot;,
  385. /// &quot;linkUpdate&quot;: &quot;Nova atualização disponível&quot;,
  386. /// &quot;lblLab&quot;: &quot;Experimentar nova implementação\n(deletar após teste)&quot;,
  387. /// &quot;performanceSw&quot;: &quot;Habilitar ajustes de desempenho&quot;,
  388. /// &quot;networkSw&quot;: &quot;Desativar limitaç [rest of string was truncated]&quot;;.
  389. /// </summary>
  390. internal static string PT {
  391. get {
  392. return ResourceManager.GetString("PT", resourceCulture);
  393. }
  394. }
  395. /// <summary>
  396. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  397. ///
  398. ///
  399. ///[-HKEY_CLASSES_ROOT\*\shell\runas]
  400. ///
  401. ///[-HKEY_CLASSES_ROOT\Directory\shell\runas]
  402. ///.
  403. /// </summary>
  404. internal static string RemoveTakeOwnership {
  405. get {
  406. return ResourceManager.GetString("RemoveTakeOwnership", resourceCulture);
  407. }
  408. }
  409. /// <summary>
  410. /// Looks up a localized string similar to {
  411. /// &quot;btnAbout&quot;: &quot;Ок&quot;,
  412. /// &quot;restartButton&quot;: &quot;Применить и перезапустить&quot;,
  413. /// &quot;restartButton8&quot;: &quot;Применить и перезапустить&quot;,
  414. /// &quot;restartButton10&quot;: &quot;Применить и перезапустить&quot;,
  415. /// &quot;restartAndApply&quot;: &quot;перезагрузить, чтобы изменения вступили в силу?&quot;,
  416. /// &quot;txtVersion&quot;: &quot;Версия: {VN}&quot;,
  417. /// &quot;txtBitness&quot;: &quot;Вы работаете с {BITS}&quot;,
  418. /// &quot;linkUpdate&quot;: &quot;обновление доступно&quot;,
  419. /// &quot;lblLab&quot;: &quot;экспериментальная сборка\n(удалить после тестирования)&quot;,
  420. /// &quot;performanceSw&quot;: &quot;Вкл Настройки производительности&quot;,
  421. /// &quot;networkSw&quot;: &quot;Отключить Сетевое [rest of string was truncated]&quot;;.
  422. /// </summary>
  423. internal static string RU {
  424. get {
  425. return ResourceManager.GetString("RU", resourceCulture);
  426. }
  427. }
  428. /// <summary>
  429. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  430. ///
  431. ///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\SystemShortcuts]
  432. ///&quot;MUIVerb&quot;=&quot;System Shortcuts&quot;
  433. ///&quot;SubCommands&quot;=&quot;admintools;datetime;regional;folderoptions;gmode;internetoptions;network;power;appwiz;rbin;run;search;services;sysdm;user;user2;flip3d&quot;
  434. ///&quot;icon&quot;=&quot;sysdm.cpl&quot;
  435. ///&quot;Position&quot;=-
  436. ///
  437. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\admintools]
  438. ///@=&quot;Administrative Tools&quot;
  439. ///&quot;icon&quot;=&quot;imageres.dll,109&quot;
  440. ///
  441. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Micros [rest of string was truncated]&quot;;.
  442. /// </summary>
  443. internal static string SystemShortcuts {
  444. get {
  445. return ResourceManager.GetString("SystemShortcuts", resourceCulture);
  446. }
  447. }
  448. /// <summary>
  449. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  450. ///
  451. ///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\SystemTools]
  452. ///&quot;MUIVerb&quot;=&quot;System Tools&quot;
  453. ///&quot;SubCommands&quot;=&quot;control;cleanmgr;devmgr;event;regedit;secctr;msconfig;taskmgr;taskschd;wu&quot;
  454. ///&quot;icon&quot;=&quot;imageres.dll,104&quot;
  455. ///&quot;Position&quot;=-
  456. ///
  457. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\control]
  458. ///@=&quot;Control Panel&quot;
  459. ///&quot;icon&quot;=&quot;control.exe&quot;
  460. ///
  461. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\control\command]
  462. ///@=&quot;c [rest of string was truncated]&quot;;.
  463. /// </summary>
  464. internal static string SystemTools {
  465. get {
  466. return ResourceManager.GetString("SystemTools", resourceCulture);
  467. }
  468. }
  469. /// <summary>
  470. /// Looks up a localized string similar to {
  471. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  472. /// &quot;restartButton&quot;: &quot;Uygula ve Yeniden Başlat&quot;,
  473. /// &quot;restartButton8&quot;: &quot;Uygula ve Yeniden Başlat&quot;,
  474. /// &quot;restartButton10&quot;: &quot;Uygula ve Yeniden Başlat&quot;,
  475. /// &quot;restartAndApply&quot;: &quot;Değişiklikleri uygulamak için yeniden başlatılsın mı?&quot;,
  476. /// &quot;txtVersion&quot;: &quot;Versiyon: {VN}&quot;,
  477. /// &quot;txtBitness&quot;: &quot;{BITS} ile çalışıyor.&quot;,
  478. /// &quot;linkUpdate&quot;: &quot;Güncelleme Mevcut&quot;,
  479. /// &quot;lblLab&quot;: &quot;Deneysel Yapı\n(Testten sonra silin)&quot;,
  480. /// &quot;performanceSw&quot;: &quot;Performans Ayarlarını Etkinleştir&quot;,
  481. /// &quot;networkSw&quot;: &quot;Ağ Kısıtlamasını Devre Dışı Bıra [rest of string was truncated]&quot;;.
  482. /// </summary>
  483. internal static string TR {
  484. get {
  485. return ResourceManager.GetString("TR", resourceCulture);
  486. }
  487. }
  488. /// <summary>
  489. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  490. ///
  491. ///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\WindowsApps]
  492. ///&quot;MUIVerb&quot;=&quot;Windows Apps&quot;
  493. ///&quot;SubCommands&quot;=&quot;calc;chmap;cmd;dfrg;ie;notepad;paint;psr;snip;srd;srt;tsch;wmp;wordpad&quot;
  494. ///&quot;icon&quot;=&quot;imageres.dll,152&quot;
  495. ///&quot;Position&quot;=-
  496. ///
  497. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\calc]
  498. ///@=&quot;Calculator&quot;
  499. ///&quot;icon&quot;=&quot;calc.exe&quot;
  500. ///
  501. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\calc\command]
  502. ///@=&quot;calc.exe&quot;
  503. ///
  504. ///[HK [rest of string was truncated]&quot;;.
  505. /// </summary>
  506. internal static string WindowsApps {
  507. get {
  508. return ResourceManager.GetString("WindowsApps", resourceCulture);
  509. }
  510. }
  511. }
  512. }