Resources.Designer.cs 54 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127
  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", "17.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;btnFind&quot;: &quot;يجد&quot;,
  88. /// &quot;btnKill&quot;: &quot;قتل&quot;,
  89. /// &quot;trayUnlocker&quot;: &quot;مقابض الملفات&quot;,
  90. /// &quot;onedriveM&quot;: &quot;هل أنت متأكد من أنك تريد إزالة تثبيت OneDrive؟ يؤدي هذا إلى حذف ملفات سطح المكتب والمستندات الخاصة بك! استخدم هذا الخيار فقط في حساب محلي!&quot;,
  91. /// &quot;systemRestoreM&quot;: &quot;هل أنت متأكد أنك تريد تعطيل استعادة النظام؟ سيؤدي هذا [rest of string was truncated]&quot;;.
  92. /// </summary>
  93. internal static string AR {
  94. get {
  95. return ResourceManager.GetString("AR", resourceCulture);
  96. }
  97. }
  98. /// <summary>
  99. /// Looks up a localized resource of type System.Drawing.Bitmap.
  100. /// </summary>
  101. internal static System.Drawing.Bitmap bannerAmber {
  102. get {
  103. object obj = ResourceManager.GetObject("bannerAmber", resourceCulture);
  104. return ((System.Drawing.Bitmap)(obj));
  105. }
  106. }
  107. /// <summary>
  108. /// Looks up a localized resource of type System.Drawing.Bitmap.
  109. /// </summary>
  110. internal static System.Drawing.Bitmap bannerAmethyst {
  111. get {
  112. object obj = ResourceManager.GetObject("bannerAmethyst", resourceCulture);
  113. return ((System.Drawing.Bitmap)(obj));
  114. }
  115. }
  116. /// <summary>
  117. /// Looks up a localized resource of type System.Drawing.Bitmap.
  118. /// </summary>
  119. internal static System.Drawing.Bitmap bannerAzurite {
  120. get {
  121. object obj = ResourceManager.GetObject("bannerAzurite", resourceCulture);
  122. return ((System.Drawing.Bitmap)(obj));
  123. }
  124. }
  125. /// <summary>
  126. /// Looks up a localized resource of type System.Drawing.Bitmap.
  127. /// </summary>
  128. internal static System.Drawing.Bitmap bannerJade {
  129. get {
  130. object obj = ResourceManager.GetObject("bannerJade", resourceCulture);
  131. return ((System.Drawing.Bitmap)(obj));
  132. }
  133. }
  134. /// <summary>
  135. /// Looks up a localized resource of type System.Drawing.Bitmap.
  136. /// </summary>
  137. internal static System.Drawing.Bitmap bannerRuby {
  138. get {
  139. object obj = ResourceManager.GetObject("bannerRuby", resourceCulture);
  140. return ((System.Drawing.Bitmap)(obj));
  141. }
  142. }
  143. /// <summary>
  144. /// Looks up a localized resource of type System.Drawing.Bitmap.
  145. /// </summary>
  146. internal static System.Drawing.Bitmap bannerSilver {
  147. get {
  148. object obj = ResourceManager.GetObject("bannerSilver", resourceCulture);
  149. return ((System.Drawing.Bitmap)(obj));
  150. }
  151. }
  152. /// <summary>
  153. /// Looks up a localized resource of type System.Drawing.Bitmap.
  154. /// </summary>
  155. internal static System.Drawing.Bitmap brazil {
  156. get {
  157. object obj = ResourceManager.GetObject("brazil", resourceCulture);
  158. return ((System.Drawing.Bitmap)(obj));
  159. }
  160. }
  161. /// <summary>
  162. /// Looks up a localized resource of type System.Drawing.Bitmap.
  163. /// </summary>
  164. internal static System.Drawing.Bitmap china {
  165. get {
  166. object obj = ResourceManager.GetObject("china", resourceCulture);
  167. return ((System.Drawing.Bitmap)(obj));
  168. }
  169. }
  170. /// <summary>
  171. /// Looks up a localized string similar to {
  172. /// &quot;btnAbout&quot;: &quot;确定&quot;,
  173. /// &quot;restartButton&quot;: &quot;现在重启&quot;,
  174. /// &quot;restartButton8&quot;: &quot;现在重启&quot;,
  175. /// &quot;restartButton10&quot;: &quot;现在重启&quot;,
  176. /// &quot;restartAndApply&quot;: &quot;重新启动以应用更改?&quot;,
  177. /// &quot;btnFind&quot;: &quot;寻找&quot;,
  178. /// &quot;btnKill&quot;: &quot;杀&quot;,
  179. /// &quot;trayUnlocker&quot;: &quot;文件句柄&quot;,
  180. /// &quot;txtVersion&quot;: &quot;版本: {VN}&quot;,
  181. /// &quot;txtBitness&quot;: &quot;您使用的是{BITS}&quot;,
  182. /// &quot;onedriveM&quot;: &quot;确定要卸载 OneDrive 吗? 这将删除您的桌面和文档文件! 仅在本地帐户上使用此选项!&quot;,
  183. /// &quot;systemRestoreM&quot;: &quot;您确定要禁用系统还原吗? 这将删除您当前的备份图像!&quot;,
  184. /// &quot;linkUpdate&quot;: &quot;更新可用&quot;,
  185. /// &quot;lblLab&quot;: &quot;实验构建\n(删除后测试)&quot;,
  186. /// &quot;performanceSw&quot;: &quot;启用性能调整&quot;,
  187. /// &quot;networkSw&quot;: &quot;禁用网络节流&quot;,
  188. /// &quot;defenderSw&quot;: &quot;禁用 Windows [rest of string was truncated]&quot;;.
  189. /// </summary>
  190. internal static string CN {
  191. get {
  192. return ResourceManager.GetString("CN", resourceCulture);
  193. }
  194. }
  195. /// <summary>
  196. /// Looks up a localized string similar to {
  197. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  198. /// &quot;restartButton&quot;: &quot;Restartovat nyní&quot;,
  199. /// &quot;restartButton8&quot;: &quot;Restartovat nyní&quot;,
  200. /// &quot;restartButton10&quot;: &quot;Restartovat nyní&quot;,
  201. /// &quot;restartAndApply&quot;: &quot;Restartovat a použít změny?&quot;,
  202. /// &quot;btnFind&quot;: &quot;Nalézt&quot;,
  203. /// &quot;btnKill&quot;: &quot;Zabít&quot;,
  204. /// &quot;trayUnlocker&quot;: &quot;Držadla souborů&quot;,
  205. /// &quot;txtVersion&quot;: &quot;Verze: {VN}&quot;,
  206. /// &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;,
  207. /// &quot;systemRestoreM&quot;: &quot;Opravdu chcete zakázat Obnovení systému? [rest of string was truncated]&quot;;.
  208. /// </summary>
  209. internal static string CZ {
  210. get {
  211. return ResourceManager.GetString("CZ", resourceCulture);
  212. }
  213. }
  214. /// <summary>
  215. /// Looks up a localized resource of type System.Drawing.Bitmap.
  216. /// </summary>
  217. internal static System.Drawing.Bitmap czech {
  218. get {
  219. object obj = ResourceManager.GetObject("czech", resourceCulture);
  220. return ((System.Drawing.Bitmap)(obj));
  221. }
  222. }
  223. /// <summary>
  224. /// Looks up a localized string similar to {
  225. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  226. /// &quot;restartButton&quot;: &quot;Jetzt neu starten&quot;,
  227. /// &quot;restartButton8&quot;: &quot;Jetzt neu starten&quot;,
  228. /// &quot;restartButton10&quot;: &quot;Jetzt neu starten&quot;,
  229. /// &quot;restartAndApply&quot;: &quot;Neu starten, um Änderungen anzuwenden?&quot;,
  230. /// &quot;txtVersion&quot;: &quot;Version: {VN}&quot;,
  231. /// &quot;btnFind&quot;: &quot;Finden&quot;,
  232. /// &quot;btnKill&quot;: &quot;Töten&quot;,
  233. /// &quot;trayUnlocker&quot;: &quot;Dateihandles&quot;,
  234. /// &quot;txtBitness&quot;: &quot;Betriebssystem: {BITS}&quot;,
  235. /// &quot;onedriveM&quot;: &quot;Möchten Sie OneDrive wirklich deinstallieren? Dadurch werden Ihre Desktop und Dokumentdateien gelöscht! Verwenden Sie diese Option nur [rest of string was truncated]&quot;;.
  236. /// </summary>
  237. internal static string DE {
  238. get {
  239. return ResourceManager.GetString("DE", resourceCulture);
  240. }
  241. }
  242. /// <summary>
  243. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  244. ///
  245. ///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\DesktopShortcuts]
  246. ///&quot;MUIVerb&quot;=&quot;Desktop Shortcuts&quot;
  247. ///&quot;SubCommands&quot;=&quot;theme;wallpaper;scrnsavr;desktopicons;sound;cursor;DPI;color&quot;
  248. ///&quot;icon&quot;=&quot;desk.cpl&quot;
  249. ///&quot;Position&quot;=-
  250. ///
  251. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\theme]
  252. ///@=&quot;Change Theme&quot;
  253. ///&quot;icon&quot;=&quot;imageres.dll,145&quot;
  254. ///
  255. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\theme\command]
  256. ///@=&quot;control desk [rest of string was truncated]&quot;;.
  257. /// </summary>
  258. internal static string DesktopShortcuts {
  259. get {
  260. return ResourceManager.GetString("DesktopShortcuts", resourceCulture);
  261. }
  262. }
  263. /// <summary>
  264. /// Looks up a localized string similar to rem USE AT OWN RISK AS IS WITHOUT WARRANTY OF ANY KIND !!!!!
  265. ///
  266. ///rem https://docs.microsoft.com/en-us/windows-hardware/customize/desktop/unattend/security-malware-windows-defender-disableantispyware
  267. ///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.
  268. ///
  269. ///rem Disable Tamper Protection First !!!!!
  270. ///rem https://www.tenforums.com/tutorials/123792-turn-off-tamper-protection-windows-defender-antivirus.html
  271. ///reg [rest of string was truncated]&quot;;.
  272. /// </summary>
  273. internal static string DisableDefenderSafeMode1903Plus {
  274. get {
  275. return ResourceManager.GetString("DisableDefenderSafeMode1903Plus", resourceCulture);
  276. }
  277. }
  278. /// <summary>
  279. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  280. ///
  281. ///[HKEY_CURRENT_USER\Software\Policies\microsoft\office\16.0\osm\preventedapplications]
  282. ///&quot;accesssolution&quot;=dword:00000001
  283. ///&quot;olksolution&quot;=dword:00000001
  284. ///&quot;onenotesolution&quot;=dword:00000001
  285. ///&quot;pptsolution&quot;=dword:00000001
  286. ///&quot;projectsolution&quot;=dword:00000001
  287. ///&quot;publishersolution&quot;=dword:00000001
  288. ///&quot;visiosolution&quot;=dword:00000001
  289. ///&quot;wdsolution&quot;=dword:00000001
  290. ///&quot;xlsolution&quot;=dword:00000001
  291. ///
  292. ///[HKEY_CURRENT_USER\Software\Policies\microsoft\office\16.0\osm\preventedsolutiontypes]
  293. ///&quot;agave&quot;=dword:0000000 [rest of string was truncated]&quot;;.
  294. /// </summary>
  295. internal static string DisableOfficeTelemetry {
  296. get {
  297. return ResourceManager.GetString("DisableOfficeTelemetry", resourceCulture);
  298. }
  299. }
  300. /// <summary>
  301. /// Looks up a localized string similar to schtasks /end /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack2016&quot;
  302. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack2016&quot; /disable
  303. ///schtasks /end /tn &quot;\Microsoft\Office\OfficeTelemetryAgentLogOn2016&quot;
  304. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentLogOn2016&quot; /disable
  305. ///
  306. ///schtasks /end /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack&quot;
  307. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack&quot; /disable
  308. ///schtasks /end /tn &quot;\Microsoft\Office\OfficeTelemetryAgentLogOn&quot; [rest of string was truncated]&quot;;.
  309. /// </summary>
  310. internal static string DisableOfficeTelemetryTasks {
  311. get {
  312. return ResourceManager.GetString("DisableOfficeTelemetryTasks", resourceCulture);
  313. }
  314. }
  315. /// <summary>
  316. /// Looks up a localized string similar to schtasks /end /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\Consolidator&quot;
  317. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\Consolidator&quot; /disable
  318. ///schtasks /end /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\BthSQM&quot;
  319. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\BthSQM&quot; /disable
  320. ///schtasks /end /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\KernelCeipTask&quot;
  321. ///schtasks /change /tn &quot;\Microsoft\Windo [rest of string was truncated]&quot;;.
  322. /// </summary>
  323. internal static string DisableTelemetryTasks {
  324. get {
  325. return ResourceManager.GetString("DisableTelemetryTasks", resourceCulture);
  326. }
  327. }
  328. /// <summary>
  329. /// Looks up a localized string similar to schtasks /end /tn &quot;\Microsoft\XblGameSave\XblGameSaveTask&quot;
  330. ///schtasks /change /tn &quot;\Microsoft\XblGameSave\XblGameSaveTask&quot; /disable
  331. ///schtasks /end /tn &quot;\Microsoft\XblGameSave\XblGameSaveTaskLogon&quot;
  332. ///schtasks /change /tn &quot;\Microsoft\XblGameSave\XblGameSaveTaskLogon&quot; /disable
  333. ///.
  334. /// </summary>
  335. internal static string DisableXboxTasks {
  336. get {
  337. return ResourceManager.GetString("DisableXboxTasks", resourceCulture);
  338. }
  339. }
  340. /// <summary>
  341. /// Looks up a localized resource of type System.Drawing.Bitmap.
  342. /// </summary>
  343. internal static System.Drawing.Bitmap egypt {
  344. get {
  345. object obj = ResourceManager.GetObject("egypt", resourceCulture);
  346. return ((System.Drawing.Bitmap)(obj));
  347. }
  348. }
  349. /// <summary>
  350. /// Looks up a localized string similar to {
  351. /// &quot;btnAbout&quot;: &quot;Εντάξει&quot;,
  352. /// &quot;restartButton&quot;: &quot;Επανεκκίνηση τώρα&quot;,
  353. /// &quot;restartButton8&quot;: &quot;Επανεκκίνηση τώρα&quot;,
  354. /// &quot;restartButton10&quot;: &quot;Επανεκκίνηση τώρα&quot;,
  355. /// &quot;btnFind&quot;: &quot;Εύρεση&quot;,
  356. /// &quot;btnKill&quot;: &quot;Τερματισμός&quot;,
  357. /// &quot;trayUnlocker&quot;: &quot;File Handles&quot;,
  358. /// &quot;restartAndApply&quot;: &quot;Επανεκκίνηση για την εφαρμογή των αλλαγών;&quot;,
  359. /// &quot;txtVersion&quot;: &quot;Έκδοση: {VN}&quot;,
  360. /// &quot;txtBitness&quot;: &quot;Αρχιτεκτονική {BITS}&quot;,
  361. /// &quot;linkUpdate&quot;: &quot;Διαθέσιμη ενημέρωση&quot;,
  362. /// &quot;lblLab&quot;: &quot;Πειραματική έκδοση&quot;,
  363. /// &quot;systemRestoreM&quot;: &quot;Είστε σίγουροι ότι θέλετε να απενεργοποιήσετε τα αντίγραφ [rest of string was truncated]&quot;;.
  364. /// </summary>
  365. internal static string EL {
  366. get {
  367. return ResourceManager.GetString("EL", resourceCulture);
  368. }
  369. }
  370. /// <summary>
  371. /// Looks up a localized string similar to {
  372. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  373. /// &quot;restartButton&quot;: &quot;Restart now&quot;,
  374. /// &quot;restartButton8&quot;: &quot;Restart now&quot;,
  375. /// &quot;restartButton10&quot;: &quot;Restart now&quot;,
  376. /// &quot;btnFind&quot;: &quot;Find&quot;,
  377. /// &quot;btnKill&quot;: &quot;Kill&quot;,
  378. /// &quot;trayUnlocker&quot;: &quot;File Handles&quot;,
  379. /// &quot;restartAndApply&quot;: &quot;Restart to apply changes?&quot;,
  380. /// &quot;txtVersion&quot;: &quot;Version: {VN}&quot;,
  381. /// &quot;txtBitness&quot;: &quot;You are working with {BITS}&quot;,
  382. /// &quot;linkUpdate&quot;: &quot;Update available&quot;,
  383. /// &quot;lblLab&quot;: &quot;Experimental build\n(delete after testing)&quot;,
  384. /// &quot;performanceSw&quot;: &quot;Enable Performance Tweaks&quot;,
  385. /// &quot;networkSw&quot;: &quot;Disable Network Throttling&quot;,
  386. /// &quot;defe [rest of string was truncated]&quot;;.
  387. /// </summary>
  388. internal static string EN {
  389. get {
  390. return ResourceManager.GetString("EN", resourceCulture);
  391. }
  392. }
  393. /// <summary>
  394. /// 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
  395. ///
  396. ///reg add &quot;HKLM\System\CurrentControlSet\Services\SgrmBroker&quot; /v &quot;Start&quot; /t REG_DWORD /d &quot;2&quot; /f
  397. ///
  398. ///reg add &quot;HKLM\System\CurrentControlSet\Services\SecurityHealthService&quot; /v &quot;Start&quot; /t REG_DWORD /d &quot;2&quot; /f
  399. ///
  400. ///rem 1 - Disable Real-time protection
  401. ///reg delete &quot;HKLM\Software\Policies\Microsoft\Windows Defender&quot; /f
  402. ///reg add &quot;HKLM\Software\Policies\Microsoft\Windows Defender&quot; /v &quot;DisableAntiSpyware&quot; /t REG_DWO [rest of string was truncated]&quot;;.
  403. /// </summary>
  404. internal static string EnableDefenderSafeMode1903Plus {
  405. get {
  406. return ResourceManager.GetString("EnableDefenderSafeMode1903Plus", resourceCulture);
  407. }
  408. }
  409. /// <summary>
  410. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  411. ///
  412. ///[HKEY_CURRENT_USER\Software\Policies\microsoft\office\16.0\osm\preventedapplications]
  413. ///&quot;accesssolution&quot;=-
  414. ///&quot;olksolution&quot;=-
  415. ///&quot;onenotesolution&quot;=-
  416. ///&quot;pptsolution&quot;=-
  417. ///&quot;projectsolution&quot;=-
  418. ///&quot;publishersolution&quot;=-
  419. ///&quot;visiosolution&quot;=-
  420. ///&quot;wdsolution&quot;=-
  421. ///&quot;xlsolution&quot;=-
  422. ///
  423. ///[HKEY_CURRENT_USER\Software\Policies\microsoft\office\16.0\osm\preventedsolutiontypes]
  424. ///&quot;agave&quot;=-
  425. ///&quot;appaddins&quot;=-
  426. ///&quot;comaddins&quot;=-
  427. ///&quot;documentfiles&quot;=-
  428. ///&quot;templatefiles&quot;=-
  429. ///.
  430. /// </summary>
  431. internal static string EnableOfficeTelemetry {
  432. get {
  433. return ResourceManager.GetString("EnableOfficeTelemetry", resourceCulture);
  434. }
  435. }
  436. /// <summary>
  437. /// Looks up a localized string similar to schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack2016&quot; /enable
  438. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentLogOn2016&quot; /enable
  439. ///
  440. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack&quot; /enable
  441. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentLogOn&quot; /enable
  442. ///
  443. ///reg add &quot;HKCU\SOFTWARE\Microsoft\Office\15.0\Outlook\Options\Mail&quot; /v &quot;EnableLogging&quot; /t REG_DWORD /d 1 /f
  444. ///reg add &quot;HKCU\SOFTWARE\Microsoft\Office\16.0\Outlook\Options\Mail&quot; /v &quot;EnableLogging&quot; /t [rest of string was truncated]&quot;;.
  445. /// </summary>
  446. internal static string EnableOfficeTelemetryTasks {
  447. get {
  448. return ResourceManager.GetString("EnableOfficeTelemetryTasks", resourceCulture);
  449. }
  450. }
  451. /// <summary>
  452. /// Looks up a localized string similar to schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\Consolidator&quot; /enable
  453. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\BthSQM&quot; /enable
  454. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\KernelCeipTask&quot; /enable
  455. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\UsbCeip&quot; /enable
  456. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\Uploader&quot; /enable
  457. ///schtasks / [rest of string was truncated]&quot;;.
  458. /// </summary>
  459. internal static string EnableTelemetryTasks {
  460. get {
  461. return ResourceManager.GetString("EnableTelemetryTasks", resourceCulture);
  462. }
  463. }
  464. /// <summary>
  465. /// Looks up a localized string similar to schtasks /change /tn &quot;\Microsoft\XblGameSave\XblGameSaveTask&quot; /enable
  466. ///schtasks /change /tn &quot;\Microsoft\XblGameSave\XblGameSaveTaskLogon&quot; /enable
  467. ///.
  468. /// </summary>
  469. internal static string EnableXboxTasks {
  470. get {
  471. return ResourceManager.GetString("EnableXboxTasks", resourceCulture);
  472. }
  473. }
  474. /// <summary>
  475. /// Looks up a localized string similar to {
  476. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  477. /// &quot;restartButton&quot;: &quot;Reiniciar ahora&quot;,
  478. /// &quot;restartButton8&quot;: &quot;Reiniciar ahora&quot;,
  479. /// &quot;restartButton10&quot;: &quot;Reiniciar ahora&quot;,
  480. /// &quot;btnFind&quot;: &quot;Encontrar&quot;,
  481. /// &quot;btnKill&quot;: &quot;Matar&quot;,
  482. /// &quot;trayUnlocker&quot;: &quot;Asas de archivo&quot;,
  483. /// &quot;restartAndApply&quot;: &quot;Reiniciar para aplicar cambios?&quot;,
  484. /// &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;,
  485. /// &quot;txtVersion&quot;: &quot;Versión: {VN}&quot;,
  486. /// &quot;systemRestoreM&quot;: &quot;¿Está seguro de qu [rest of string was truncated]&quot;;.
  487. /// </summary>
  488. internal static string ES {
  489. get {
  490. return ResourceManager.GetString("ES", resourceCulture);
  491. }
  492. }
  493. /// <summary>
  494. /// Looks up a localized string similar to {
  495. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  496. /// &quot;restartButton&quot;: &quot;redemarrer maintenant&quot;,
  497. /// &quot;restartButton8&quot;: &quot;redemarrer maintenant&quot;,
  498. /// &quot;restartButton10&quot;: &quot;redemarrer maintenant&quot;,
  499. /// &quot;btnFind&quot;: &quot;Trouver&quot;,
  500. /// &quot;btnKill&quot;: &quot;Tuer&quot;,
  501. /// &quot;trayUnlocker&quot;: &quot;Poignées de fichier&quot;,
  502. /// &quot;restartAndApply&quot;: &quot;Redemarrer pour appliquer les changements?&quot;,
  503. /// &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;,
  504. /// &quot;txtVersion&quot;: &quot;Version: {VN}&quot;,
  505. /// &quot; [rest of string was truncated]&quot;;.
  506. /// </summary>
  507. internal static string FR {
  508. get {
  509. return ResourceManager.GetString("FR", resourceCulture);
  510. }
  511. }
  512. /// <summary>
  513. /// Looks up a localized resource of type System.Drawing.Bitmap.
  514. /// </summary>
  515. internal static System.Drawing.Bitmap france {
  516. get {
  517. object obj = ResourceManager.GetObject("france", resourceCulture);
  518. return ((System.Drawing.Bitmap)(obj));
  519. }
  520. }
  521. /// <summary>
  522. /// Looks up a localized resource of type System.Drawing.Bitmap.
  523. /// </summary>
  524. internal static System.Drawing.Bitmap germany {
  525. get {
  526. object obj = ResourceManager.GetObject("germany", resourceCulture);
  527. return ((System.Drawing.Bitmap)(obj));
  528. }
  529. }
  530. /// <summary>
  531. /// Looks up a localized string similar to @echo off
  532. ///pushd &quot;%~dp0&quot;
  533. ///dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~3*.mum &gt;List.txt
  534. ///dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientTools-Package~3*.mum &gt;&gt;List.txt
  535. ///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;
  536. ///.
  537. /// </summary>
  538. internal static string GPEditEnablerInHome {
  539. get {
  540. return ResourceManager.GetString("GPEditEnablerInHome", resourceCulture);
  541. }
  542. }
  543. /// <summary>
  544. /// Looks up a localized resource of type System.Drawing.Bitmap.
  545. /// </summary>
  546. internal static System.Drawing.Bitmap greece {
  547. get {
  548. object obj = ResourceManager.GetObject("greece", resourceCulture);
  549. return ((System.Drawing.Bitmap)(obj));
  550. }
  551. }
  552. /// <summary>
  553. /// Looks up a localized resource of type System.Byte[].
  554. /// </summary>
  555. internal static byte[] hosts {
  556. get {
  557. object obj = ResourceManager.GetObject("hosts", resourceCulture);
  558. return ((byte[])(obj));
  559. }
  560. }
  561. /// <summary>
  562. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  563. ///
  564. ///[HKEY_CLASSES_ROOT\*\shell\runas]
  565. ///@=&quot;Take Ownership&quot;
  566. ///&quot;NoWorkingDirectory&quot;=&quot;&quot;
  567. ///
  568. ///[HKEY_CLASSES_ROOT\*\shell\runas\command]
  569. ///@=&quot;cmd.exe /c takeown /f \&quot;%1\&quot; &amp;&amp; icacls \&quot;%1\&quot; /grant administrators:F&quot;
  570. ///&quot;IsolatedCommand&quot;=&quot;cmd.exe /c takeown /f \&quot;%1\&quot; &amp;&amp; icacls \&quot;%1\&quot; /grant administrators:F&quot;
  571. ///
  572. ///[HKEY_CLASSES_ROOT\Directory\shell\runas]
  573. ///@=&quot;Take Ownership&quot;
  574. ///&quot;NoWorkingDirectory&quot;=&quot;&quot;
  575. ///
  576. ///[HKEY_CLASSES_ROOT\Directory\shell\runas\command]
  577. ///@=&quot;cmd.exe /c takeown /f \&quot;%1\&quot; /r /d y &amp;&amp; icacls \&quot;% [rest of string was truncated]&quot;;.
  578. /// </summary>
  579. internal static string InstallTakeOwnership {
  580. get {
  581. return ResourceManager.GetString("InstallTakeOwnership", resourceCulture);
  582. }
  583. }
  584. /// <summary>
  585. /// Looks up a localized string similar to {
  586. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  587. /// &quot;restartButton&quot;: &quot;riavvia ora&quot;,
  588. /// &quot;restartButton8&quot;: &quot;riavvia ora&quot;,
  589. /// &quot;restartButton10&quot;: &quot;riavvia ora&quot;,
  590. /// &quot;restartAndApply&quot;: &quot;Riavviare per applicare le modifiche?&quot;,
  591. /// &quot;txtVersion&quot;: &quot;Versione: {VN}&quot;,
  592. /// &quot;btnFind&quot;: &quot;Trova&quot;,
  593. /// &quot;btnKill&quot;: &quot;Uccisione&quot;,
  594. /// &quot;trayUnlocker&quot;: &quot;Manici di file&quot;,
  595. /// &quot;txtBitness&quot;: &quot;Architettura: {BITS}&quot;,
  596. /// &quot;linkUpdate&quot;: &quot;Aggiornamento disponibile&quot;,
  597. /// &quot;lblLab&quot;: &quot;Build sperimentale\n(cancellare dopo il test)&quot;,
  598. /// &quot;systemRestoreM&quot;: &quot;Sei sicuro di voler disabilitare Ripristino configu [rest of string was truncated]&quot;;.
  599. /// </summary>
  600. internal static string IT {
  601. get {
  602. return ResourceManager.GetString("IT", resourceCulture);
  603. }
  604. }
  605. /// <summary>
  606. /// Looks up a localized resource of type System.Drawing.Bitmap.
  607. /// </summary>
  608. internal static System.Drawing.Bitmap italy {
  609. get {
  610. object obj = ResourceManager.GetObject("italy", resourceCulture);
  611. return ((System.Drawing.Bitmap)(obj));
  612. }
  613. }
  614. /// <summary>
  615. /// Looks up a localized string similar to {
  616. /// &quot;btnAbout&quot;: &quot;확인&quot;,
  617. /// &quot;restartButton&quot;: &quot;지금 다시 시작&quot;,
  618. /// &quot;restartButton8&quot;: &quot;지금 다시 시작&quot;,
  619. /// &quot;restartButton10&quot;: &quot;지금 다시 시작&quot;,
  620. /// &quot;btnFind&quot;: &quot;찾다&quot;,
  621. /// &quot;btnKill&quot;: &quot;죽임&quot;,
  622. /// &quot;trayUnlocker&quot;: &quot;파일 핸들&quot;,
  623. /// &quot;restartAndApply&quot;: &quot;변경을 적용하려면 다시 시작하시겠습니까?&quot;,
  624. /// &quot;onedriveM&quot;: &quot;OneDrive를 제거하시겠습니까? 데스크탑 및 문서 파일이 삭제됩니다! 로컬 계정에서만 이 옵션을 사용하십시오!&quot;,
  625. /// &quot;systemRestoreM&quot;: &quot;시스템 복원을 비활성화하시겠습니까? 현재 백업 이미지가 삭제됩니다!&quot;,
  626. /// &quot;txtVersion&quot;: &quot;버전: {VN}&quot;,
  627. /// &quot;txtBitness&quot;: &quot;{BITS}로 작업중입니다&quot;,
  628. /// &quot;linkUpdate&quot;: &quot;업데이트 가능&quot;,
  629. /// &quot;lblLab&quot;: &quot;실험 빌드\n(테스트 후 삭제)&quot;,
  630. /// &quot;performanc [rest of string was truncated]&quot;;.
  631. /// </summary>
  632. internal static string KO {
  633. get {
  634. return ResourceManager.GetString("KO", resourceCulture);
  635. }
  636. }
  637. /// <summary>
  638. /// Looks up a localized resource of type System.Drawing.Bitmap.
  639. /// </summary>
  640. internal static System.Drawing.Bitmap korea {
  641. get {
  642. object obj = ResourceManager.GetObject("korea", resourceCulture);
  643. return ((System.Drawing.Bitmap)(obj));
  644. }
  645. }
  646. /// <summary>
  647. /// Looks up a localized string similar to {
  648. /// &quot;btnAbout&quot;: &quot;باشە&quot;,
  649. /// &quot;restartButton&quot;: &quot;ئێستا ڕیستارتی بکەوە&quot;,
  650. /// &quot;restartButton8&quot;: &quot;ئێستا ڕیستارتی بکەوە&quot;,
  651. /// &quot;restartButton10&quot;: &quot;ئێستا ڕیستارتی بکەوە&quot;,
  652. /// &quot;btnFind&quot;: &quot;بیدۆزەوە&quot;,
  653. /// &quot;btnKill&quot;: &quot;بیکوژە (دایبخە)&quot;,
  654. /// &quot;trayUnlocker&quot;: &quot;دەسکەکانی فایل&quot;,
  655. /// &quot;restartAndApply&quot;: &quot;ڕیستارتی ئەکەیتەوە بۆ بینینی گۆڕانکاریەکان؟&quot;,
  656. /// &quot;txtVersion&quot;: &quot;وەشان : &quot;,
  657. /// &quot;txtBitness&quot;: &quot;کاردەکەیت (BITS) تۆ لەگەڵ&quot;,
  658. /// &quot;linkUpdate&quot;: &quot;وەشانی نوێ بەردەستە&quot;,
  659. /// &quot;lblLab&quot;: &quot;دروست کردنی تاقیکاری\n سڕینەوە دوای تاقیکردنەو&quot;,
  660. /// &quot;performanceSw&quot;: &quot;کاراکردن بۆ با [rest of string was truncated]&quot;;.
  661. /// </summary>
  662. internal static string KU {
  663. get {
  664. return ResourceManager.GetString("KU", resourceCulture);
  665. }
  666. }
  667. /// <summary>
  668. /// Looks up a localized resource of type System.Drawing.Bitmap.
  669. /// </summary>
  670. internal static System.Drawing.Bitmap kurdish {
  671. get {
  672. object obj = ResourceManager.GetObject("kurdish", resourceCulture);
  673. return ((System.Drawing.Bitmap)(obj));
  674. }
  675. }
  676. /// <summary>
  677. /// Looks up a localized resource of type System.Drawing.Bitmap.
  678. /// </summary>
  679. internal static System.Drawing.Bitmap loadingAmber {
  680. get {
  681. object obj = ResourceManager.GetObject("loadingAmber", resourceCulture);
  682. return ((System.Drawing.Bitmap)(obj));
  683. }
  684. }
  685. /// <summary>
  686. /// Looks up a localized resource of type System.Drawing.Bitmap.
  687. /// </summary>
  688. internal static System.Drawing.Bitmap loadingAmethyst {
  689. get {
  690. object obj = ResourceManager.GetObject("loadingAmethyst", resourceCulture);
  691. return ((System.Drawing.Bitmap)(obj));
  692. }
  693. }
  694. /// <summary>
  695. /// Looks up a localized resource of type System.Drawing.Bitmap.
  696. /// </summary>
  697. internal static System.Drawing.Bitmap loadingAzurite {
  698. get {
  699. object obj = ResourceManager.GetObject("loadingAzurite", resourceCulture);
  700. return ((System.Drawing.Bitmap)(obj));
  701. }
  702. }
  703. /// <summary>
  704. /// Looks up a localized resource of type System.Drawing.Bitmap.
  705. /// </summary>
  706. internal static System.Drawing.Bitmap loadingJade {
  707. get {
  708. object obj = ResourceManager.GetObject("loadingJade", resourceCulture);
  709. return ((System.Drawing.Bitmap)(obj));
  710. }
  711. }
  712. /// <summary>
  713. /// Looks up a localized resource of type System.Drawing.Bitmap.
  714. /// </summary>
  715. internal static System.Drawing.Bitmap loadingRuby {
  716. get {
  717. object obj = ResourceManager.GetObject("loadingRuby", resourceCulture);
  718. return ((System.Drawing.Bitmap)(obj));
  719. }
  720. }
  721. /// <summary>
  722. /// Looks up a localized resource of type System.Drawing.Bitmap.
  723. /// </summary>
  724. internal static System.Drawing.Bitmap loadingSilver {
  725. get {
  726. object obj = ResourceManager.GetObject("loadingSilver", resourceCulture);
  727. return ((System.Drawing.Bitmap)(obj));
  728. }
  729. }
  730. /// <summary>
  731. /// Looks up a localized resource of type System.Drawing.Bitmap.
  732. /// </summary>
  733. internal static System.Drawing.Bitmap logoAmber {
  734. get {
  735. object obj = ResourceManager.GetObject("logoAmber", resourceCulture);
  736. return ((System.Drawing.Bitmap)(obj));
  737. }
  738. }
  739. /// <summary>
  740. /// Looks up a localized resource of type System.Drawing.Bitmap.
  741. /// </summary>
  742. internal static System.Drawing.Bitmap logoAmethyst {
  743. get {
  744. object obj = ResourceManager.GetObject("logoAmethyst", resourceCulture);
  745. return ((System.Drawing.Bitmap)(obj));
  746. }
  747. }
  748. /// <summary>
  749. /// Looks up a localized resource of type System.Drawing.Bitmap.
  750. /// </summary>
  751. internal static System.Drawing.Bitmap logoAzurite {
  752. get {
  753. object obj = ResourceManager.GetObject("logoAzurite", resourceCulture);
  754. return ((System.Drawing.Bitmap)(obj));
  755. }
  756. }
  757. /// <summary>
  758. /// Looks up a localized resource of type System.Drawing.Bitmap.
  759. /// </summary>
  760. internal static System.Drawing.Bitmap logoJade {
  761. get {
  762. object obj = ResourceManager.GetObject("logoJade", resourceCulture);
  763. return ((System.Drawing.Bitmap)(obj));
  764. }
  765. }
  766. /// <summary>
  767. /// Looks up a localized resource of type System.Drawing.Bitmap.
  768. /// </summary>
  769. internal static System.Drawing.Bitmap logoRuby {
  770. get {
  771. object obj = ResourceManager.GetObject("logoRuby", resourceCulture);
  772. return ((System.Drawing.Bitmap)(obj));
  773. }
  774. }
  775. /// <summary>
  776. /// Looks up a localized resource of type System.Drawing.Bitmap.
  777. /// </summary>
  778. internal static System.Drawing.Bitmap logoSilver {
  779. get {
  780. object obj = ResourceManager.GetObject("logoSilver", resourceCulture);
  781. return ((System.Drawing.Bitmap)(obj));
  782. }
  783. }
  784. /// <summary>
  785. /// Looks up a localized resource of type System.Byte[].
  786. /// </summary>
  787. internal static byte[] OneDrive_Uninstaller {
  788. get {
  789. object obj = ResourceManager.GetObject("OneDrive_Uninstaller", resourceCulture);
  790. return ((byte[])(obj));
  791. }
  792. }
  793. /// <summary>
  794. /// Looks up a localized string similar to {
  795. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  796. /// &quot;restartButton&quot;: &quot;Uruchom ponownie teraz&quot;,
  797. /// &quot;restartButton8&quot;: &quot;Uruchom ponownie teraz&quot;,
  798. /// &quot;restartButton10&quot;: &quot;Uruchom ponownie teraz&quot;,
  799. /// &quot;btnFind&quot;: &quot;Znajdować&quot;,
  800. /// &quot;btnKill&quot;: &quot;Zabić&quot;,
  801. /// &quot;trayUnlocker&quot;: &quot;Uchwyty do plików&quot;,
  802. /// &quot;restartAndApply&quot;: &quot;Uruchom ponownie, aby zastosować zmiany?&quot;,
  803. /// &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;,
  804. /// &quot;txtVersion&quot;: &quot;Wersja: {VN}&quot;,
  805. /// &quot;systemRes [rest of string was truncated]&quot;;.
  806. /// </summary>
  807. internal static string PL {
  808. get {
  809. return ResourceManager.GetString("PL", resourceCulture);
  810. }
  811. }
  812. /// <summary>
  813. /// Looks up a localized resource of type System.Drawing.Bitmap.
  814. /// </summary>
  815. internal static System.Drawing.Bitmap poland {
  816. get {
  817. object obj = ResourceManager.GetObject("poland", resourceCulture);
  818. return ((System.Drawing.Bitmap)(obj));
  819. }
  820. }
  821. /// <summary>
  822. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  823. ///
  824. ///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\Power Menu]
  825. ///&quot;MUIVerb&quot;=&quot;Power Menu&quot;
  826. ///&quot;SubCommands&quot;=&quot;lock;logoff;switch;sleep;hibernate;restart;safemode;shutdown;hybridshutdown&quot;
  827. ///&quot;Icon&quot;=&quot;shell32.dll,215&quot;
  828. ///&quot;Position&quot;=&quot;bottom&quot;
  829. ///
  830. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\lock]
  831. ///@=&quot;Lock&quot;
  832. ///
  833. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\lock\command]
  834. ///@=&quot;Rundll32 User32.dll,LockWorkStati [rest of string was truncated]&quot;;.
  835. /// </summary>
  836. internal static string PowerMenu {
  837. get {
  838. return ResourceManager.GetString("PowerMenu", resourceCulture);
  839. }
  840. }
  841. /// <summary>
  842. /// Looks up a localized string similar to {
  843. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  844. /// &quot;restartButton&quot;: &quot;reinicie agora&quot;,
  845. /// &quot;restartButton8&quot;: &quot;reinicie agora&quot;,
  846. /// &quot;restartButton10&quot;: &quot;reinicie agora&quot;,
  847. /// &quot;btnFind&quot;: &quot;Encontrar&quot;,
  848. /// &quot;btnKill&quot;: &quot;Matar&quot;,
  849. /// &quot;trayUnlocker&quot;: &quot;Alças de arquivo&quot;,
  850. /// &quot;restartAndApply&quot;: &quot;Reiniciar para aplicar as alterações?&quot;,
  851. /// &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;,
  852. /// &quot;CleanPreviewForm&quot;: &quot;Antevisão Limpa&quot;,
  853. /// &quot;systemRestoreM&quot;: &quot;Te [rest of string was truncated]&quot;;.
  854. /// </summary>
  855. internal static string PT {
  856. get {
  857. return ResourceManager.GetString("PT", resourceCulture);
  858. }
  859. }
  860. /// <summary>
  861. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  862. ///
  863. ///
  864. ///[-HKEY_CLASSES_ROOT\*\shell\runas]
  865. ///
  866. ///[-HKEY_CLASSES_ROOT\Directory\shell\runas]
  867. ///.
  868. /// </summary>
  869. internal static string RemoveTakeOwnership {
  870. get {
  871. return ResourceManager.GetString("RemoveTakeOwnership", resourceCulture);
  872. }
  873. }
  874. /// <summary>
  875. /// Looks up a localized string similar to {
  876. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  877. /// &quot;restartButton&quot;: &quot;Перезапустить сейчас&quot;,
  878. /// &quot;restartButton8&quot;: &quot;Перезапустить сейчас&quot;,
  879. /// &quot;restartButton10&quot;: &quot;Перезапустить сейчас&quot;,
  880. /// &quot;restartAndApply&quot;: &quot;Перезапустить, чтобы применить изменения?&quot;,
  881. /// &quot;txtVersion&quot;: &quot;Версия: {VN}&quot;,
  882. /// &quot;btnFind&quot;: &quot;Находить&quot;,
  883. /// &quot;btnKill&quot;: &quot;Убийство&quot;,
  884. /// &quot;trayUnlocker&quot;: &quot;Дескрипторы файлов&quot;,
  885. /// &quot;txtBitness&quot;: &quot;Вы работаете с {BITS}&quot;,
  886. /// &quot;systemRestoreM&quot;: &quot;Вы уверены, что хотите отключить восстановление системы? Это удалит ваши текущие резервные изображения!&quot;,
  887. /// &quot;onedriveM&quot;: [rest of string was truncated]&quot;;.
  888. /// </summary>
  889. internal static string RU {
  890. get {
  891. return ResourceManager.GetString("RU", resourceCulture);
  892. }
  893. }
  894. /// <summary>
  895. /// Looks up a localized resource of type System.Drawing.Bitmap.
  896. /// </summary>
  897. internal static System.Drawing.Bitmap russia {
  898. get {
  899. object obj = ResourceManager.GetObject("russia", resourceCulture);
  900. return ((System.Drawing.Bitmap)(obj));
  901. }
  902. }
  903. /// <summary>
  904. /// Looks up a localized resource of type System.Drawing.Bitmap.
  905. /// </summary>
  906. internal static System.Drawing.Bitmap spain {
  907. get {
  908. object obj = ResourceManager.GetObject("spain", resourceCulture);
  909. return ((System.Drawing.Bitmap)(obj));
  910. }
  911. }
  912. /// <summary>
  913. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  914. ///
  915. ///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\SystemShortcuts]
  916. ///&quot;MUIVerb&quot;=&quot;System Shortcuts&quot;
  917. ///&quot;SubCommands&quot;=&quot;admintools;datetime;regional;folderoptions;gmode;internetoptions;network;power;appwiz;rbin;run;search;services;sysdm;user;user2;flip3d&quot;
  918. ///&quot;icon&quot;=&quot;sysdm.cpl&quot;
  919. ///&quot;Position&quot;=-
  920. ///
  921. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\admintools]
  922. ///@=&quot;Administrative Tools&quot;
  923. ///&quot;icon&quot;=&quot;imageres.dll,109&quot;
  924. ///
  925. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Micros [rest of string was truncated]&quot;;.
  926. /// </summary>
  927. internal static string SystemShortcuts {
  928. get {
  929. return ResourceManager.GetString("SystemShortcuts", resourceCulture);
  930. }
  931. }
  932. /// <summary>
  933. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  934. ///
  935. ///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\SystemTools]
  936. ///&quot;MUIVerb&quot;=&quot;System Tools&quot;
  937. ///&quot;SubCommands&quot;=&quot;control;cleanmgr;devmgr;event;regedit;secctr;msconfig;taskmgr;taskschd;wu&quot;
  938. ///&quot;icon&quot;=&quot;imageres.dll,104&quot;
  939. ///&quot;Position&quot;=-
  940. ///
  941. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\control]
  942. ///@=&quot;Control Panel&quot;
  943. ///&quot;icon&quot;=&quot;control.exe&quot;
  944. ///
  945. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\control\command]
  946. ///@=&quot;c [rest of string was truncated]&quot;;.
  947. /// </summary>
  948. internal static string SystemTools {
  949. get {
  950. return ResourceManager.GetString("SystemTools", resourceCulture);
  951. }
  952. }
  953. /// <summary>
  954. /// Looks up a localized resource of type System.Drawing.Bitmap.
  955. /// </summary>
  956. internal static System.Drawing.Bitmap taiwan {
  957. get {
  958. object obj = ResourceManager.GetObject("taiwan", resourceCulture);
  959. return ((System.Drawing.Bitmap)(obj));
  960. }
  961. }
  962. /// <summary>
  963. /// Looks up a localized string similar to {
  964. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  965. /// &quot;restartButton&quot;: &quot;şimdi yeniden başlat&quot;,
  966. /// &quot;restartButton8&quot;: &quot;şimdi yeniden başlat&quot;,
  967. /// &quot;restartButton10&quot;: &quot;şimdi yeniden başlat&quot;,
  968. /// &quot;restartAndApply&quot;: &quot;Değişiklikleri uygulamak için yeniden başlatılsın mı?&quot;,
  969. /// &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;,
  970. /// &quot;txtVersion&quot;: &quot;Versiyon: {VN}&quot;,
  971. /// &quot;txtBitness&quot;: &quot;{BITS} ile çalışıyor.&quot;,
  972. /// &quot;btnFind&quot;: &quot;Bulmak&quot;,
  973. /// &quot;btnKill&quot;: &quot;Öldürmek&quot;,
  974. /// &quot;trayU [rest of string was truncated]&quot;;.
  975. /// </summary>
  976. internal static string TR {
  977. get {
  978. return ResourceManager.GetString("TR", resourceCulture);
  979. }
  980. }
  981. /// <summary>
  982. /// Looks up a localized resource of type System.Drawing.Bitmap.
  983. /// </summary>
  984. internal static System.Drawing.Bitmap turkey {
  985. get {
  986. object obj = ResourceManager.GetObject("turkey", resourceCulture);
  987. return ((System.Drawing.Bitmap)(obj));
  988. }
  989. }
  990. /// <summary>
  991. /// Looks up a localized string similar to {
  992. /// &quot;btnAbout&quot;: &quot;確定&quot;,
  993. /// &quot;restartButton&quot;: &quot;現在重啟&quot;,
  994. /// &quot;restartButton8&quot;: &quot;現在重啟&quot;,
  995. /// &quot;restartButton10&quot;: &quot;現在重啟&quot;,
  996. /// &quot;restartAndApply&quot;: &quot;重新啟動以應用更改?&quot;,
  997. /// &quot;onedriveM&quot;: &quot;確定要卸載 OneDrive 嗎? 這將刪除您的桌面和文檔文件! 僅在本地帳戶上使用此選項!&quot;,
  998. /// &quot;txtVersion&quot;: &quot;版本: {VN}&quot;,
  999. /// &quot;systemRestoreM&quot;: &quot;您確定要禁用系統還原嗎? 這將刪除您當前的備份圖像!&quot;,
  1000. /// &quot;txtBitness&quot;: &quot;您使用的是{BITS}&quot;,
  1001. /// &quot;btnFind&quot;: &quot;尋找&quot;,
  1002. /// &quot;btnKill&quot;: &quot;殺&quot;,
  1003. /// &quot;trayUnlocker&quot;: &quot;文件句柄&quot;,
  1004. /// &quot;linkUpdate&quot;: &quot;更新可用&quot;,
  1005. /// &quot;lblLab&quot;: &quot;實驗構建\n(刪除後測試)&quot;,
  1006. /// &quot;performanceSw&quot;: &quot;啟用性能調整&quot;,
  1007. /// &quot;networkSw&quot;: &quot;禁用網路節流&quot;,
  1008. /// &quot;defenderSw&quot;: &quot;禁用 Windows [rest of string was truncated]&quot;;.
  1009. /// </summary>
  1010. internal static string TW {
  1011. get {
  1012. return ResourceManager.GetString("TW", resourceCulture);
  1013. }
  1014. }
  1015. /// <summary>
  1016. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1017. /// </summary>
  1018. internal static System.Drawing.Bitmap united_kingdom {
  1019. get {
  1020. object obj = ResourceManager.GetObject("united_kingdom", resourceCulture);
  1021. return ((System.Drawing.Bitmap)(obj));
  1022. }
  1023. }
  1024. /// <summary>
  1025. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  1026. ///
  1027. ///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\WindowsApps]
  1028. ///&quot;MUIVerb&quot;=&quot;Windows Apps&quot;
  1029. ///&quot;SubCommands&quot;=&quot;calc;chmap;cmd;dfrg;ie;notepad;paint;psr;snip;srd;srt;tsch;wmp;wordpad&quot;
  1030. ///&quot;icon&quot;=&quot;imageres.dll,152&quot;
  1031. ///&quot;Position&quot;=-
  1032. ///
  1033. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\calc]
  1034. ///@=&quot;Calculator&quot;
  1035. ///&quot;icon&quot;=&quot;calc.exe&quot;
  1036. ///
  1037. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\calc\command]
  1038. ///@=&quot;calc.exe&quot;
  1039. ///
  1040. ///[HK [rest of string was truncated]&quot;;.
  1041. /// </summary>
  1042. internal static string WindowsApps {
  1043. get {
  1044. return ResourceManager.GetString("WindowsApps", resourceCulture);
  1045. }
  1046. }
  1047. }
  1048. }