Resources.Designer.cs 45 KB

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