Resources.Designer.cs 52 KB

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