Resources.Designer.cs 45 KB

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