Resources.Designer.cs 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856
  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 resource of type System.Drawing.Bitmap.
  82. /// </summary>
  83. internal static System.Drawing.Bitmap brazil {
  84. get {
  85. object obj = ResourceManager.GetObject("brazil", resourceCulture);
  86. return ((System.Drawing.Bitmap)(obj));
  87. }
  88. }
  89. /// <summary>
  90. /// Looks up a localized resource of type System.Drawing.Bitmap.
  91. /// </summary>
  92. internal static System.Drawing.Bitmap china {
  93. get {
  94. object obj = ResourceManager.GetObject("china", resourceCulture);
  95. return ((System.Drawing.Bitmap)(obj));
  96. }
  97. }
  98. /// <summary>
  99. /// Looks up a localized string similar to {
  100. /// &quot;btnAbout&quot;: &quot;确定&quot;,
  101. /// &quot;restartButton&quot;: &quot;现在重启&quot;,
  102. /// &quot;restartButton8&quot;: &quot;现在重启&quot;,
  103. /// &quot;restartButton10&quot;: &quot;现在重启&quot;,
  104. /// &quot;restartAndApply&quot;: &quot;重新启动以应用更改?&quot;,
  105. /// &quot;txtVersion&quot;: &quot;版本: {VN}&quot;,
  106. /// &quot;txtBitness&quot;: &quot;您使用的是{BITS}&quot;,
  107. /// &quot;linkUpdate&quot;: &quot;更新可用&quot;,
  108. /// &quot;lblLab&quot;: &quot;实验构建\n(删除后测试)&quot;,
  109. /// &quot;performanceSw&quot;: &quot;启用性能调整&quot;,
  110. /// &quot;networkSw&quot;: &quot;禁用网络节流&quot;,
  111. /// &quot;defenderSw&quot;: &quot;禁用 Windows Defender&quot;,
  112. /// &quot;systemRestoreSw&quot;: &quot;禁用 System Restore&quot;,
  113. /// &quot;printSw&quot;: &quot;禁用打印服务&quot;,
  114. /// &quot;mediaSharingSw&quot;: &quot;禁用媒体播放器共享&quot;,
  115. /// &quot;faxSw&quot;: &quot;禁用传真服务&quot;,
  116. /// &quot;reportingSw&quot;: &quot;禁用错误报告&quot;,
  117. /// &quot;homegroupSw&quot;: &quot;禁用 [rest of string was truncated]&quot;;.
  118. /// </summary>
  119. internal static string CN {
  120. get {
  121. return ResourceManager.GetString("CN", resourceCulture);
  122. }
  123. }
  124. /// <summary>
  125. /// Looks up a localized string similar to {
  126. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  127. /// &quot;restartButton&quot;: &quot;Restartovat nyní&quot;,
  128. /// &quot;restartButton8&quot;: &quot;Restartovat nyní&quot;,
  129. /// &quot;restartButton10&quot;: &quot;Restartovat nyní&quot;,
  130. /// &quot;restartAndApply&quot;: &quot;Restartovat a použít změny?&quot;,
  131. /// &quot;txtVersion&quot;: &quot;Verze: {VN}&quot;,
  132. /// &quot;txtBitness&quot;: &quot;Pracujete s {BITS}ovou verzí&quot;,
  133. /// &quot;linkUpdate&quot;: &quot;Dostupná aktualizace&quot;,
  134. /// &quot;lblLab&quot;: &quot;Experimentální sestavení\n(po testování smazat)&quot;,
  135. /// &quot;performanceSw&quot;: &quot;Povolit Vylepšení výkonu&quot;,
  136. /// &quot;networkSw&quot;: &quot;Zakázat Omezení sítě&quot;,
  137. /// &quot;defenderSw&quot;: &quot;Zakázat Windows Defender&quot;,
  138. /// &quot;sys [rest of string was truncated]&quot;;.
  139. /// </summary>
  140. internal static string CZ {
  141. get {
  142. return ResourceManager.GetString("CZ", resourceCulture);
  143. }
  144. }
  145. /// <summary>
  146. /// Looks up a localized resource of type System.Drawing.Bitmap.
  147. /// </summary>
  148. internal static System.Drawing.Bitmap czech {
  149. get {
  150. object obj = ResourceManager.GetObject("czech", resourceCulture);
  151. return ((System.Drawing.Bitmap)(obj));
  152. }
  153. }
  154. /// <summary>
  155. /// Looks up a localized string similar to {
  156. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  157. /// &quot;restartButton&quot;: &quot;Jetzt neu starten&quot;,
  158. /// &quot;restartButton8&quot;: &quot;Jetzt neu starten&quot;,
  159. /// &quot;restartButton10&quot;: &quot;Jetzt neu starten&quot;,
  160. /// &quot;restartAndApply&quot;: &quot;Neu starten, um Änderungen anzuwenden?&quot;,
  161. /// &quot;txtVersion&quot;: &quot;Version: {VN}&quot;,
  162. /// &quot;txtBitness&quot;: &quot;Betriebssystem: {BITS}&quot;,
  163. /// &quot;linkUpdate&quot;: &quot;Update verfügbar&quot;,
  164. /// &quot;lblLab&quot;: &quot;Experimenteller Build\n(nach dem Testen löschen)&quot;,
  165. /// &quot;performanceSw&quot;: &quot;Leistungsoptimierung aktivieren&quot;,
  166. /// &quot;networkSw&quot;: &quot;Netzwerkdrosselung deaktivieren&quot;,
  167. /// &quot;defenderSw&quot;: &quot;Windows [rest of string was truncated]&quot;;.
  168. /// </summary>
  169. internal static string DE {
  170. get {
  171. return ResourceManager.GetString("DE", resourceCulture);
  172. }
  173. }
  174. /// <summary>
  175. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  176. ///
  177. ///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\DesktopShortcuts]
  178. ///&quot;MUIVerb&quot;=&quot;Desktop Shortcuts&quot;
  179. ///&quot;SubCommands&quot;=&quot;theme;wallpaper;scrnsavr;desktopicons;sound;cursor;DPI;color&quot;
  180. ///&quot;icon&quot;=&quot;desk.cpl&quot;
  181. ///&quot;Position&quot;=-
  182. ///
  183. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\theme]
  184. ///@=&quot;Change Theme&quot;
  185. ///&quot;icon&quot;=&quot;imageres.dll,145&quot;
  186. ///
  187. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\theme\command]
  188. ///@=&quot;control desk [rest of string was truncated]&quot;;.
  189. /// </summary>
  190. internal static string DesktopShortcuts {
  191. get {
  192. return ResourceManager.GetString("DesktopShortcuts", resourceCulture);
  193. }
  194. }
  195. /// <summary>
  196. /// Looks up a localized string similar to rem USE AT OWN RISK AS IS WITHOUT WARRANTY OF ANY KIND !!!!!
  197. ///
  198. ///rem https://docs.microsoft.com/en-us/windows-hardware/customize/desktop/unattend/security-malware-windows-defender-disableantispyware
  199. ///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.
  200. ///
  201. ///rem Disable Tamper Protection First !!!!!
  202. ///rem https://www.tenforums.com/tutorials/123792-turn-off-tamper-protection-windows-defender-antivirus.html
  203. ///reg [rest of string was truncated]&quot;;.
  204. /// </summary>
  205. internal static string DisableDefenderSafeMode1903Plus {
  206. get {
  207. return ResourceManager.GetString("DisableDefenderSafeMode1903Plus", resourceCulture);
  208. }
  209. }
  210. /// <summary>
  211. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  212. ///
  213. ///[HKEY_CURRENT_USER\Software\Policies\microsoft\office\16.0\osm\preventedapplications]
  214. ///&quot;accesssolution&quot;=dword:00000001
  215. ///&quot;olksolution&quot;=dword:00000001
  216. ///&quot;onenotesolution&quot;=dword:00000001
  217. ///&quot;pptsolution&quot;=dword:00000001
  218. ///&quot;projectsolution&quot;=dword:00000001
  219. ///&quot;publishersolution&quot;=dword:00000001
  220. ///&quot;visiosolution&quot;=dword:00000001
  221. ///&quot;wdsolution&quot;=dword:00000001
  222. ///&quot;xlsolution&quot;=dword:00000001
  223. ///
  224. ///[HKEY_CURRENT_USER\Software\Policies\microsoft\office\16.0\osm\preventedsolutiontypes]
  225. ///&quot;agave&quot;=dword:0000000 [rest of string was truncated]&quot;;.
  226. /// </summary>
  227. internal static string DisableOfficeTelemetry {
  228. get {
  229. return ResourceManager.GetString("DisableOfficeTelemetry", resourceCulture);
  230. }
  231. }
  232. /// <summary>
  233. /// Looks up a localized string similar to schtasks /end /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack2016&quot;
  234. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack2016&quot; /disable
  235. ///schtasks /end /tn &quot;\Microsoft\Office\OfficeTelemetryAgentLogOn2016&quot;
  236. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentLogOn2016&quot; /disable
  237. ///
  238. ///schtasks /end /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack&quot;
  239. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack&quot; /disable
  240. ///schtasks /end /tn &quot;\Microsoft\Office\OfficeTelemetryAgentLogOn&quot; [rest of string was truncated]&quot;;.
  241. /// </summary>
  242. internal static string DisableOfficeTelemetryTasks {
  243. get {
  244. return ResourceManager.GetString("DisableOfficeTelemetryTasks", resourceCulture);
  245. }
  246. }
  247. /// <summary>
  248. /// Looks up a localized string similar to schtasks /end /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\Consolidator&quot;
  249. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\Consolidator&quot; /disable
  250. ///schtasks /end /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\BthSQM&quot;
  251. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\BthSQM&quot; /disable
  252. ///schtasks /end /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\KernelCeipTask&quot;
  253. ///schtasks /change /tn &quot;\Microsoft\Windo [rest of string was truncated]&quot;;.
  254. /// </summary>
  255. internal static string DisableTelemetryTasks {
  256. get {
  257. return ResourceManager.GetString("DisableTelemetryTasks", resourceCulture);
  258. }
  259. }
  260. /// <summary>
  261. /// Looks up a localized string similar to schtasks /end /tn &quot;\Microsoft\XblGameSave\XblGameSaveTask&quot;
  262. ///schtasks /change /tn &quot;\Microsoft\XblGameSave\XblGameSaveTask&quot; /disable
  263. ///schtasks /end /tn &quot;\Microsoft\XblGameSave\XblGameSaveTaskLogon&quot;
  264. ///schtasks /change /tn &quot;\Microsoft\XblGameSave\XblGameSaveTaskLogon&quot; /disable
  265. ///.
  266. /// </summary>
  267. internal static string DisableXboxTasks {
  268. get {
  269. return ResourceManager.GetString("DisableXboxTasks", resourceCulture);
  270. }
  271. }
  272. /// <summary>
  273. /// Looks up a localized string similar to {
  274. /// &quot;btnAbout&quot;: &quot;Εντάξει&quot;,
  275. /// &quot;restartButton&quot;: &quot;Επανεκκίνηση τώρα&quot;,
  276. /// &quot;restartButton8&quot;: &quot;Επανεκκίνηση τώρα&quot;,
  277. /// &quot;restartButton10&quot;: &quot;Επανεκκίνηση τώρα&quot;,
  278. /// &quot;restartAndApply&quot;: &quot;Επανεκκίνηση για την εφαρμογή των αλλαγών;&quot;,
  279. /// &quot;txtVersion&quot;: &quot;Έκδοση: {VN}&quot;,
  280. /// &quot;txtBitness&quot;: &quot;Αρχιτεκτονική {BITS}&quot;,
  281. /// &quot;linkUpdate&quot;: &quot;Διαθέσιμη ενημέρωση&quot;,
  282. /// &quot;lblLab&quot;: &quot;Πειραματική έκδοση&quot;,
  283. /// &quot;performanceSw&quot;: &quot;Βελτιστοποίηση Απόδοσης Συστήματος&quot;,
  284. /// &quot;networkSw&quot;: &quot;Βελτιστοποίηση Δικτύου&quot;,
  285. /// &quot;defenderSw&quot;: &quot;Απενεργοποίηση Windows Defender&quot;,
  286. /// &quot;systemResto [rest of string was truncated]&quot;;.
  287. /// </summary>
  288. internal static string EL {
  289. get {
  290. return ResourceManager.GetString("EL", resourceCulture);
  291. }
  292. }
  293. /// <summary>
  294. /// Looks up a localized string similar to {
  295. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  296. /// &quot;restartButton&quot;: &quot;Restart now&quot;,
  297. /// &quot;restartButton8&quot;: &quot;Restart now&quot;,
  298. /// &quot;restartButton10&quot;: &quot;Restart now&quot;,
  299. /// &quot;restartAndApply&quot;: &quot;Restart to apply changes?&quot;,
  300. /// &quot;txtVersion&quot;: &quot;Version: {VN}&quot;,
  301. /// &quot;txtBitness&quot;: &quot;You are working with {BITS}&quot;,
  302. /// &quot;linkUpdate&quot;: &quot;Update available&quot;,
  303. /// &quot;lblLab&quot;: &quot;Experimental build\n(delete after testing)&quot;,
  304. /// &quot;performanceSw&quot;: &quot;Enable Performance Tweaks&quot;,
  305. /// &quot;networkSw&quot;: &quot;Disable Network Throttling&quot;,
  306. /// &quot;defenderSw&quot;: &quot;Disable Windows Defender&quot;,
  307. /// &quot;systemRestoreSw&quot;: &quot;Disable System [rest of string was truncated]&quot;;.
  308. /// </summary>
  309. internal static string EN {
  310. get {
  311. return ResourceManager.GetString("EN", resourceCulture);
  312. }
  313. }
  314. /// <summary>
  315. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  316. ///
  317. ///[HKEY_CURRENT_USER\Software\Policies\microsoft\office\16.0\osm\preventedapplications]
  318. ///&quot;accesssolution&quot;=-
  319. ///&quot;olksolution&quot;=-
  320. ///&quot;onenotesolution&quot;=-
  321. ///&quot;pptsolution&quot;=-
  322. ///&quot;projectsolution&quot;=-
  323. ///&quot;publishersolution&quot;=-
  324. ///&quot;visiosolution&quot;=-
  325. ///&quot;wdsolution&quot;=-
  326. ///&quot;xlsolution&quot;=-
  327. ///
  328. ///[HKEY_CURRENT_USER\Software\Policies\microsoft\office\16.0\osm\preventedsolutiontypes]
  329. ///&quot;agave&quot;=-
  330. ///&quot;appaddins&quot;=-
  331. ///&quot;comaddins&quot;=-
  332. ///&quot;documentfiles&quot;=-
  333. ///&quot;templatefiles&quot;=-
  334. ///.
  335. /// </summary>
  336. internal static string EnableOfficeTelemetry {
  337. get {
  338. return ResourceManager.GetString("EnableOfficeTelemetry", resourceCulture);
  339. }
  340. }
  341. /// <summary>
  342. /// Looks up a localized string similar to schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack2016&quot; /enable
  343. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentLogOn2016&quot; /enable
  344. ///
  345. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack&quot; /enable
  346. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentLogOn&quot; /enable
  347. ///
  348. ///reg add &quot;HKCU\SOFTWARE\Microsoft\Office\15.0\Outlook\Options\Mail&quot; /v &quot;EnableLogging&quot; /t REG_DWORD /d 1 /f
  349. ///reg add &quot;HKCU\SOFTWARE\Microsoft\Office\16.0\Outlook\Options\Mail&quot; /v &quot;EnableLogging&quot; /t [rest of string was truncated]&quot;;.
  350. /// </summary>
  351. internal static string EnableOfficeTelemetryTasks {
  352. get {
  353. return ResourceManager.GetString("EnableOfficeTelemetryTasks", resourceCulture);
  354. }
  355. }
  356. /// <summary>
  357. /// Looks up a localized string similar to schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\Consolidator&quot; /enable
  358. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\BthSQM&quot; /enable
  359. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\KernelCeipTask&quot; /enable
  360. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\UsbCeip&quot; /enable
  361. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\Uploader&quot; /enable
  362. ///schtasks / [rest of string was truncated]&quot;;.
  363. /// </summary>
  364. internal static string EnableTelemetryTasks {
  365. get {
  366. return ResourceManager.GetString("EnableTelemetryTasks", resourceCulture);
  367. }
  368. }
  369. /// <summary>
  370. /// Looks up a localized string similar to schtasks /change /tn &quot;\Microsoft\XblGameSave\XblGameSaveTask&quot; /enable
  371. ///schtasks /change /tn &quot;\Microsoft\XblGameSave\XblGameSaveTaskLogon&quot; /enable
  372. ///.
  373. /// </summary>
  374. internal static string EnableXboxTasks {
  375. get {
  376. return ResourceManager.GetString("EnableXboxTasks", resourceCulture);
  377. }
  378. }
  379. /// <summary>
  380. /// Looks up a localized string similar to {
  381. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  382. /// &quot;restartButton&quot;: &quot;reiniciar ahora&quot;,
  383. /// &quot;restartButton8&quot;: &quot;reiniciar ahora&quot;,
  384. /// &quot;restartButton10&quot;: &quot;reiniciar ahora&quot;,
  385. /// &quot;restartAndApply&quot;: &quot;Reiniciar para aplicar cambios?&quot;,
  386. /// &quot;txtVersion&quot;: &quot;Versión: {VN}&quot;,
  387. /// &quot;txtBitness&quot;: &quot;Estas trabajando con {BITS}&quot;,
  388. /// &quot;linkUpdate&quot;: &quot;Actualización disponible&quot;,
  389. /// &quot;lblLab&quot;: &quot;Lamzamiento experimental\n(eliminar después de la prueba)&quot;,
  390. /// &quot;CleanPreviewForm&quot;: &quot;Vista Previa Limpia&quot;,
  391. /// &quot;performanceSw&quot;: &quot;Habilitar ajustes de rendimiento&quot;,
  392. /// &quot;networkSw&quot;: &quot;Deshabilitar la [rest of string was truncated]&quot;;.
  393. /// </summary>
  394. internal static string ES {
  395. get {
  396. return ResourceManager.GetString("ES", resourceCulture);
  397. }
  398. }
  399. /// <summary>
  400. /// Looks up a localized string similar to ipconfig /flushdns
  401. ///ipconfig /registerdns.
  402. /// </summary>
  403. internal static string FlushDNSCache {
  404. get {
  405. return ResourceManager.GetString("FlushDNSCache", resourceCulture);
  406. }
  407. }
  408. /// <summary>
  409. /// Looks up a localized string similar to {
  410. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  411. /// &quot;restartButton&quot;: &quot;redemarrer maintenant&quot;,
  412. /// &quot;restartButton8&quot;: &quot;redemarrer maintenant&quot;,
  413. /// &quot;restartButton10&quot;: &quot;redemarrer maintenant&quot;,
  414. /// &quot;restartAndApply&quot;: &quot;Redemarrer pour appliquer les changements?&quot;,
  415. /// &quot;txtVersion&quot;: &quot;Version: {VN}&quot;,
  416. /// &quot;txtBitness&quot;: &quot;Vous travaillez avec {BITS}&quot;,
  417. /// &quot;linkUpdate&quot;: &quot;Mise a jour disponible&quot;,
  418. /// &quot;CleanPreviewForm&quot;: &quot;Nettoyer L&apos;aperçu&quot;,
  419. /// &quot;lblLab&quot;: &quot;build Experimental\n(supprimer apres avoir teste)&quot;,
  420. /// &quot;performanceSw&quot;: &quot;Activer les Tweaks de Performance&quot;,
  421. /// [rest of string was truncated]&quot;;.
  422. /// </summary>
  423. internal static string FR {
  424. get {
  425. return ResourceManager.GetString("FR", resourceCulture);
  426. }
  427. }
  428. /// <summary>
  429. /// Looks up a localized resource of type System.Drawing.Bitmap.
  430. /// </summary>
  431. internal static System.Drawing.Bitmap france {
  432. get {
  433. object obj = ResourceManager.GetObject("france", resourceCulture);
  434. return ((System.Drawing.Bitmap)(obj));
  435. }
  436. }
  437. /// <summary>
  438. /// Looks up a localized resource of type System.Drawing.Bitmap.
  439. /// </summary>
  440. internal static System.Drawing.Bitmap germany {
  441. get {
  442. object obj = ResourceManager.GetObject("germany", resourceCulture);
  443. return ((System.Drawing.Bitmap)(obj));
  444. }
  445. }
  446. /// <summary>
  447. /// Looks up a localized string similar to @echo off
  448. ///pushd &quot;%~dp0&quot;
  449. ///dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~3*.mum &gt;List.txt
  450. ///dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientTools-Package~3*.mum &gt;&gt;List.txt
  451. ///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;
  452. ///.
  453. /// </summary>
  454. internal static string GPEditEnablerInHome {
  455. get {
  456. return ResourceManager.GetString("GPEditEnablerInHome", resourceCulture);
  457. }
  458. }
  459. /// <summary>
  460. /// Looks up a localized resource of type System.Drawing.Bitmap.
  461. /// </summary>
  462. internal static System.Drawing.Bitmap greece {
  463. get {
  464. object obj = ResourceManager.GetObject("greece", resourceCulture);
  465. return ((System.Drawing.Bitmap)(obj));
  466. }
  467. }
  468. /// <summary>
  469. /// Looks up a localized resource of type System.Byte[].
  470. /// </summary>
  471. internal static byte[] hosts {
  472. get {
  473. object obj = ResourceManager.GetObject("hosts", resourceCulture);
  474. return ((byte[])(obj));
  475. }
  476. }
  477. /// <summary>
  478. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  479. ///
  480. ///[HKEY_CLASSES_ROOT\*\shell\runas]
  481. ///@=&quot;Take Ownership&quot;
  482. ///&quot;NoWorkingDirectory&quot;=&quot;&quot;
  483. ///
  484. ///[HKEY_CLASSES_ROOT\*\shell\runas\command]
  485. ///@=&quot;cmd.exe /c takeown /f \&quot;%1\&quot; &amp;&amp; icacls \&quot;%1\&quot; /grant administrators:F&quot;
  486. ///&quot;IsolatedCommand&quot;=&quot;cmd.exe /c takeown /f \&quot;%1\&quot; &amp;&amp; icacls \&quot;%1\&quot; /grant administrators:F&quot;
  487. ///
  488. ///[HKEY_CLASSES_ROOT\Directory\shell\runas]
  489. ///@=&quot;Take Ownership&quot;
  490. ///&quot;NoWorkingDirectory&quot;=&quot;&quot;
  491. ///
  492. ///[HKEY_CLASSES_ROOT\Directory\shell\runas\command]
  493. ///@=&quot;cmd.exe /c takeown /f \&quot;%1\&quot; /r /d y &amp;&amp; icacls \&quot;% [rest of string was truncated]&quot;;.
  494. /// </summary>
  495. internal static string InstallTakeOwnership {
  496. get {
  497. return ResourceManager.GetString("InstallTakeOwnership", resourceCulture);
  498. }
  499. }
  500. /// <summary>
  501. /// Looks up a localized string similar to {
  502. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  503. /// &quot;restartButton&quot;: &quot;riavvia ora&quot;,
  504. /// &quot;restartButton8&quot;: &quot;riavvia ora&quot;,
  505. /// &quot;restartButton10&quot;: &quot;riavvia ora&quot;,
  506. /// &quot;restartAndApply&quot;: &quot;Riavviare per applicare le modifiche?&quot;,
  507. /// &quot;txtVersion&quot;: &quot;Versione: {VN}&quot;,
  508. /// &quot;txtBitness&quot;: &quot;Architettura: {BITS}&quot;,
  509. /// &quot;linkUpdate&quot;: &quot;Aggiornamento disponibile&quot;,
  510. /// &quot;lblLab&quot;: &quot;Build sperimentale\n(cancellare dopo il test)&quot;,
  511. /// &quot;performanceSw&quot;: &quot;Abilita miglioramento prestazioni&quot;,
  512. /// &quot;networkSw&quot;: &quot;Disabilita rallentamento della rete&quot;,
  513. /// &quot;defenderSw&quot;: &quot;Disabilita Windows Defender&quot; [rest of string was truncated]&quot;;.
  514. /// </summary>
  515. internal static string IT {
  516. get {
  517. return ResourceManager.GetString("IT", resourceCulture);
  518. }
  519. }
  520. /// <summary>
  521. /// Looks up a localized resource of type System.Drawing.Bitmap.
  522. /// </summary>
  523. internal static System.Drawing.Bitmap italy {
  524. get {
  525. object obj = ResourceManager.GetObject("italy", resourceCulture);
  526. return ((System.Drawing.Bitmap)(obj));
  527. }
  528. }
  529. /// <summary>
  530. /// Looks up a localized string similar to {
  531. /// &quot;btnAbout&quot;: &quot;확인&quot;,
  532. /// &quot;restartButton&quot;: &quot;지금 다시 시작&quot;,
  533. /// &quot;restartButton8&quot;: &quot;지금 다시 시작&quot;,
  534. /// &quot;restartButton10&quot;: &quot;지금 다시 시작&quot;,
  535. /// &quot;restartAndApply&quot;: &quot;변경을 적용하려면 다시 시작하시겠습니까?&quot;,
  536. /// &quot;txtVersion&quot;: &quot;버전: {VN}&quot;,
  537. /// &quot;txtBitness&quot;: &quot;{BITS}로 작업중입니다&quot;,
  538. /// &quot;linkUpdate&quot;: &quot;업데이트 가능&quot;,
  539. /// &quot;lblLab&quot;: &quot;실험 빌드\n(테스트 후 삭제)&quot;,
  540. /// &quot;performanceSw&quot;: &quot;성능 조정을 활성화&quot;,
  541. /// &quot;networkSw&quot;: &quot;네트워크 조절 사용 안 함&quot;,
  542. /// &quot;defenderSw&quot;: &quot;Windows Defender 사용 안 함&quot;,
  543. /// &quot;systemRestoreSw&quot;: &quot;시스템 복원 사용 안 함&quot;,
  544. /// &quot;printSw&quot;: &quot;인쇄 서비스 사용 안 함&quot;,
  545. /// &quot;mediaSharingSw&quot;: &quot;미디어 플레이어 공유 사용 안 함&quot;,
  546. /// &quot;fa [rest of string was truncated]&quot;;.
  547. /// </summary>
  548. internal static string KO {
  549. get {
  550. return ResourceManager.GetString("KO", resourceCulture);
  551. }
  552. }
  553. /// <summary>
  554. /// Looks up a localized resource of type System.Drawing.Bitmap.
  555. /// </summary>
  556. internal static System.Drawing.Bitmap korea {
  557. get {
  558. object obj = ResourceManager.GetObject("korea", resourceCulture);
  559. return ((System.Drawing.Bitmap)(obj));
  560. }
  561. }
  562. /// <summary>
  563. /// Looks up a localized resource of type System.Drawing.Bitmap.
  564. /// </summary>
  565. internal static System.Drawing.Bitmap logo {
  566. get {
  567. object obj = ResourceManager.GetObject("logo", resourceCulture);
  568. return ((System.Drawing.Bitmap)(obj));
  569. }
  570. }
  571. /// <summary>
  572. /// Looks up a localized resource of type System.Byte[].
  573. /// </summary>
  574. internal static byte[] OneDrive_Uninstaller {
  575. get {
  576. object obj = ResourceManager.GetObject("OneDrive_Uninstaller", resourceCulture);
  577. return ((byte[])(obj));
  578. }
  579. }
  580. /// <summary>
  581. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  582. ///
  583. ///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\Power Menu]
  584. ///&quot;MUIVerb&quot;=&quot;Power Menu&quot;
  585. ///&quot;SubCommands&quot;=&quot;lock;logoff;switch;sleep;hibernate;restart;safemode;shutdown;hybridshutdown&quot;
  586. ///&quot;Icon&quot;=&quot;shell32.dll,215&quot;
  587. ///&quot;Position&quot;=&quot;bottom&quot;
  588. ///
  589. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\lock]
  590. ///@=&quot;Lock&quot;
  591. ///
  592. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\lock\command]
  593. ///@=&quot;Rundll32 User32.dll,LockWorkStati [rest of string was truncated]&quot;;.
  594. /// </summary>
  595. internal static string PowerMenu {
  596. get {
  597. return ResourceManager.GetString("PowerMenu", resourceCulture);
  598. }
  599. }
  600. /// <summary>
  601. /// Looks up a localized string similar to {
  602. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  603. /// &quot;restartButton&quot;: &quot;reinicie agora&quot;,
  604. /// &quot;restartButton8&quot;: &quot;reinicie agora&quot;,
  605. /// &quot;restartButton10&quot;: &quot;reinicie agora&quot;,
  606. /// &quot;restartAndApply&quot;: &quot;Reiniciar para aplicar as alterações?&quot;,
  607. /// &quot;CleanPreviewForm&quot;: &quot;Antevisão Limpa&quot;,
  608. /// &quot;txtVersion&quot;: &quot;Versão: {VN}&quot;,
  609. /// &quot;txtBitness&quot;: &quot;A arquitetura do seu computador é de {BITS}.&quot;,
  610. /// &quot;linkUpdate&quot;: &quot;Nova atualização disponível&quot;,
  611. /// &quot;lblLab&quot;: &quot;Experimentar nova implementação\n(deletar após teste)&quot;,
  612. /// &quot;performanceSw&quot;: &quot;Habilitar ajustes de desempenho&quot;,
  613. /// &quot;networkSw&quot;: &quot;Des [rest of string was truncated]&quot;;.
  614. /// </summary>
  615. internal static string PT {
  616. get {
  617. return ResourceManager.GetString("PT", resourceCulture);
  618. }
  619. }
  620. /// <summary>
  621. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  622. ///
  623. ///
  624. ///[-HKEY_CLASSES_ROOT\*\shell\runas]
  625. ///
  626. ///[-HKEY_CLASSES_ROOT\Directory\shell\runas]
  627. ///.
  628. /// </summary>
  629. internal static string RemoveTakeOwnership {
  630. get {
  631. return ResourceManager.GetString("RemoveTakeOwnership", resourceCulture);
  632. }
  633. }
  634. /// <summary>
  635. /// Looks up a localized string similar to {
  636. /// &quot;btnAbout&quot;: &quot;Ок&quot;,
  637. /// &quot;restartButton&quot;: &quot;перезагрузить сейчас&quot;,
  638. /// &quot;restartButton8&quot;: &quot;перезагрузить сейчас&quot;,
  639. /// &quot;restartButton10&quot;: &quot;перезагрузить сейчас&quot;,
  640. /// &quot;restartAndApply&quot;: &quot;перезагрузить, чтобы изменения вступили в силу?&quot;,
  641. /// &quot;txtVersion&quot;: &quot;Версия: {VN}&quot;,
  642. /// &quot;txtBitness&quot;: &quot;Вы работаете с {BITS}&quot;,
  643. /// &quot;CleanPreviewForm&quot;: &quot;Чистый предварительный просмотр&quot;,
  644. /// &quot;linkUpdate&quot;: &quot;обновление доступно&quot;,
  645. /// &quot;lblLab&quot;: &quot;экспериментальная сборка\n(удалить после тестирования)&quot;,
  646. /// &quot;performanceSw&quot;: &quot;Вкл Настройки производительности&quot;,
  647. /// &quot;n [rest of string was truncated]&quot;;.
  648. /// </summary>
  649. internal static string RU {
  650. get {
  651. return ResourceManager.GetString("RU", resourceCulture);
  652. }
  653. }
  654. /// <summary>
  655. /// Looks up a localized resource of type System.Drawing.Bitmap.
  656. /// </summary>
  657. internal static System.Drawing.Bitmap russia {
  658. get {
  659. object obj = ResourceManager.GetObject("russia", resourceCulture);
  660. return ((System.Drawing.Bitmap)(obj));
  661. }
  662. }
  663. /// <summary>
  664. /// Looks up a localized resource of type System.Drawing.Bitmap.
  665. /// </summary>
  666. internal static System.Drawing.Bitmap spain {
  667. get {
  668. object obj = ResourceManager.GetObject("spain", resourceCulture);
  669. return ((System.Drawing.Bitmap)(obj));
  670. }
  671. }
  672. /// <summary>
  673. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  674. ///
  675. ///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\SystemShortcuts]
  676. ///&quot;MUIVerb&quot;=&quot;System Shortcuts&quot;
  677. ///&quot;SubCommands&quot;=&quot;admintools;datetime;regional;folderoptions;gmode;internetoptions;network;power;appwiz;rbin;run;search;services;sysdm;user;user2;flip3d&quot;
  678. ///&quot;icon&quot;=&quot;sysdm.cpl&quot;
  679. ///&quot;Position&quot;=-
  680. ///
  681. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\admintools]
  682. ///@=&quot;Administrative Tools&quot;
  683. ///&quot;icon&quot;=&quot;imageres.dll,109&quot;
  684. ///
  685. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Micros [rest of string was truncated]&quot;;.
  686. /// </summary>
  687. internal static string SystemShortcuts {
  688. get {
  689. return ResourceManager.GetString("SystemShortcuts", resourceCulture);
  690. }
  691. }
  692. /// <summary>
  693. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  694. ///
  695. ///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\SystemTools]
  696. ///&quot;MUIVerb&quot;=&quot;System Tools&quot;
  697. ///&quot;SubCommands&quot;=&quot;control;cleanmgr;devmgr;event;regedit;secctr;msconfig;taskmgr;taskschd;wu&quot;
  698. ///&quot;icon&quot;=&quot;imageres.dll,104&quot;
  699. ///&quot;Position&quot;=-
  700. ///
  701. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\control]
  702. ///@=&quot;Control Panel&quot;
  703. ///&quot;icon&quot;=&quot;control.exe&quot;
  704. ///
  705. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\control\command]
  706. ///@=&quot;c [rest of string was truncated]&quot;;.
  707. /// </summary>
  708. internal static string SystemTools {
  709. get {
  710. return ResourceManager.GetString("SystemTools", resourceCulture);
  711. }
  712. }
  713. /// <summary>
  714. /// Looks up a localized string similar to {
  715. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  716. /// &quot;restartButton&quot;: &quot;şimdi yeniden başlat&quot;,
  717. /// &quot;restartButton8&quot;: &quot;şimdi yeniden başlat&quot;,
  718. /// &quot;restartButton10&quot;: &quot;şimdi yeniden başlat&quot;,
  719. /// &quot;restartAndApply&quot;: &quot;Değişiklikleri uygulamak için yeniden başlatılsın mı?&quot;,
  720. /// &quot;txtVersion&quot;: &quot;Versiyon: {VN}&quot;,
  721. /// &quot;txtBitness&quot;: &quot;{BITS} ile çalışıyor.&quot;,
  722. /// &quot;CleanPreviewForm&quot;: &quot;Temiz Önizleme&quot;,
  723. /// &quot;linkUpdate&quot;: &quot;Güncelleme Mevcut&quot;,
  724. /// &quot;lblLab&quot;: &quot;Deneysel Yapı\n(Testten sonra silin)&quot;,
  725. /// &quot;performanceSw&quot;: &quot;Performans Ayarlarını Etkinleştir&quot;,
  726. /// &quot;networkSw&quot;: &quot;Ağ Kısıtlamasını [rest of string was truncated]&quot;;.
  727. /// </summary>
  728. internal static string TR {
  729. get {
  730. return ResourceManager.GetString("TR", resourceCulture);
  731. }
  732. }
  733. /// <summary>
  734. /// Looks up a localized resource of type System.Drawing.Bitmap.
  735. /// </summary>
  736. internal static System.Drawing.Bitmap turkey {
  737. get {
  738. object obj = ResourceManager.GetObject("turkey", resourceCulture);
  739. return ((System.Drawing.Bitmap)(obj));
  740. }
  741. }
  742. /// <summary>
  743. /// Looks up a localized string similar to {
  744. /// &quot;btnAbout&quot;: &quot;確定&quot;,
  745. /// &quot;restartButton&quot;: &quot;現在重啟&quot;,
  746. /// &quot;restartButton8&quot;: &quot;現在重啟&quot;,
  747. /// &quot;restartButton10&quot;: &quot;現在重啟&quot;,
  748. /// &quot;restartAndApply&quot;: &quot;重新啟動以應用更改?&quot;,
  749. /// &quot;txtVersion&quot;: &quot;版本: {VN}&quot;,
  750. /// &quot;txtBitness&quot;: &quot;您使用的是{BITS}&quot;,
  751. /// &quot;linkUpdate&quot;: &quot;更新可用&quot;,
  752. /// &quot;lblLab&quot;: &quot;實驗構建\n(刪除後測試)&quot;,
  753. /// &quot;performanceSw&quot;: &quot;啟用性能調整&quot;,
  754. /// &quot;networkSw&quot;: &quot;禁用網路節流&quot;,
  755. /// &quot;defenderSw&quot;: &quot;禁用 Windows Defender&quot;,
  756. /// &quot;systemRestoreSw&quot;: &quot;禁用 System Restore&quot;,
  757. /// &quot;printSw&quot;: &quot;禁用列印服務&quot;,
  758. /// &quot;mediaSharingSw&quot;: &quot;禁用媒體播放器分享&quot;,
  759. /// &quot;faxSw&quot;: &quot;禁用傳真服務&quot;,
  760. /// &quot;reportingSw&quot;: &quot;禁用錯誤報告&quot;,
  761. /// &quot;homegroupSw&quot;: &quot;禁用 [rest of string was truncated]&quot;;.
  762. /// </summary>
  763. internal static string TW {
  764. get {
  765. return ResourceManager.GetString("TW", resourceCulture);
  766. }
  767. }
  768. /// <summary>
  769. /// Looks up a localized resource of type System.Drawing.Bitmap.
  770. /// </summary>
  771. internal static System.Drawing.Bitmap united_kingdom {
  772. get {
  773. object obj = ResourceManager.GetObject("united_kingdom", resourceCulture);
  774. return ((System.Drawing.Bitmap)(obj));
  775. }
  776. }
  777. /// <summary>
  778. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  779. ///
  780. ///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\WindowsApps]
  781. ///&quot;MUIVerb&quot;=&quot;Windows Apps&quot;
  782. ///&quot;SubCommands&quot;=&quot;calc;chmap;cmd;dfrg;ie;notepad;paint;psr;snip;srd;srt;tsch;wmp;wordpad&quot;
  783. ///&quot;icon&quot;=&quot;imageres.dll,152&quot;
  784. ///&quot;Position&quot;=-
  785. ///
  786. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\calc]
  787. ///@=&quot;Calculator&quot;
  788. ///&quot;icon&quot;=&quot;calc.exe&quot;
  789. ///
  790. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\calc\command]
  791. ///@=&quot;calc.exe&quot;
  792. ///
  793. ///[HK [rest of string was truncated]&quot;;.
  794. /// </summary>
  795. internal static string WindowsApps {
  796. get {
  797. return ResourceManager.GetString("WindowsApps", resourceCulture);
  798. }
  799. }
  800. }
  801. }