Resources.Designer.cs 73 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499
  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;subSystem&quot;: &quot;النظام&quot;,
  83. /// &quot;subPrivacy&quot;: &quot;الخصوصية&quot;,
  84. /// &quot;subGaming&quot;: &quot;الألعاب&quot;,
  85. /// &quot;subTouch&quot;: &quot;اللمس&quot;,
  86. /// &quot;subTaskbar&quot;: &quot;شريط المهام&quot;,
  87. /// &quot;subExtras&quot;: &quot;الإضافات&quot;,
  88. /// &quot;btnAbout&quot;: &quot;حسنا&quot;,
  89. /// &quot;restartButton&quot;: &quot;إعادة التشغيل الآن&quot;,
  90. /// &quot;restartButton8&quot;: &quot;إعادة التشغيل الآن&quot;,
  91. /// &quot;restartButton10&quot;: &quot;إعادة التشغيل الآن&quot;,
  92. /// &quot;btnFind&quot;: &quot;البحث&quot;,
  93. /// &quot;btnKill&quot;: &quot;إنهاء&quot;,
  94. /// &quot;trayUnlocker&quot;: &quot;مفاتيح الملفات&quot;,
  95. /// &quot;restartAndApply&quot;: &quot;لتطبيق الإعدادات يجب إعادة التشغيل&quot;,
  96. /// &quot;txtVersion&quot;: &quot;الإصدار: {VN}&quot;,
  97. /// &quot;txtBitness&quot;: &quot;أنت تعمل مع { [rest of string was truncated]&quot;;.
  98. /// </summary>
  99. internal static string AR {
  100. get {
  101. return ResourceManager.GetString("AR", resourceCulture);
  102. }
  103. }
  104. /// <summary>
  105. /// Looks up a localized resource of type System.Drawing.Bitmap.
  106. /// </summary>
  107. internal static System.Drawing.Bitmap banner {
  108. get {
  109. object obj = ResourceManager.GetObject("banner", resourceCulture);
  110. return ((System.Drawing.Bitmap)(obj));
  111. }
  112. }
  113. /// <summary>
  114. /// Looks up a localized string similar to {
  115. /// &quot;subSystem&quot;: &quot;Система&quot;,
  116. /// &quot;subPrivacy&quot;: &quot;Анонимност&quot;,
  117. /// &quot;subGaming&quot;: &quot;Гейминг&quot;,
  118. /// &quot;subTouch&quot;: &quot;Пипане&quot;,
  119. /// &quot;subTaskbar&quot;: &quot;Лента за задачи&quot;,
  120. /// &quot;subExtras&quot;: &quot;Екстри&quot;,
  121. /// &quot;btnAbout&quot;: &quot;ОК&quot;,
  122. /// &quot;restartButton&quot;: &quot;Рестартирай Сега&quot;,
  123. /// &quot;restartButton8&quot;: &quot;Рестартирай Сега&quot;,
  124. /// &quot;restartButton10&quot;: &quot;Рестартирай Сега&quot;,
  125. /// &quot;btnFind&quot;: &quot;Намери&quot;,
  126. /// &quot;btnKill&quot;: &quot;Убий&quot;,
  127. /// &quot;trayUnlocker&quot;: &quot;Файлови Управители&quot;,
  128. /// &quot;restartAndApply&quot;: &quot;Рестартирай, за да приложиш промените&quot;,
  129. /// &quot;txtVersion&quot;: &quot;Версия: {VN}&quot;,
  130. /// &quot;txtBitness&quot;: &quot;Работиш с [rest of string was truncated]&quot;;.
  131. /// </summary>
  132. internal static string BG {
  133. get {
  134. return ResourceManager.GetString("BG", resourceCulture);
  135. }
  136. }
  137. /// <summary>
  138. /// Looks up a localized resource of type System.Drawing.Bitmap.
  139. /// </summary>
  140. internal static System.Drawing.Bitmap brazil {
  141. get {
  142. object obj = ResourceManager.GetObject("brazil", resourceCulture);
  143. return ((System.Drawing.Bitmap)(obj));
  144. }
  145. }
  146. /// <summary>
  147. /// Looks up a localized resource of type System.Drawing.Bitmap.
  148. /// </summary>
  149. internal static System.Drawing.Bitmap bulgaria {
  150. get {
  151. object obj = ResourceManager.GetObject("bulgaria", resourceCulture);
  152. return ((System.Drawing.Bitmap)(obj));
  153. }
  154. }
  155. /// <summary>
  156. /// Looks up a localized resource of type System.Drawing.Bitmap.
  157. /// </summary>
  158. internal static System.Drawing.Bitmap china {
  159. get {
  160. object obj = ResourceManager.GetObject("china", resourceCulture);
  161. return ((System.Drawing.Bitmap)(obj));
  162. }
  163. }
  164. /// <summary>
  165. /// Looks up a localized string similar to {
  166. /// &quot;subSystem&quot;: &quot;系统&quot;,
  167. /// &quot;subPrivacy&quot;: &quot;隐私&quot;,
  168. /// &quot;subGaming&quot;: &quot;游戏&quot;,
  169. /// &quot;subTouch&quot;: &quot;触碰&quot;,
  170. /// &quot;subTaskbar&quot;: &quot;任务栏&quot;,
  171. /// &quot;subExtras&quot;: &quot;附加功能&quot;,
  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; [rest of string was truncated]&quot;;.
  184. /// </summary>
  185. internal static string CN {
  186. get {
  187. return ResourceManager.GetString("CN", resourceCulture);
  188. }
  189. }
  190. /// <summary>
  191. /// Looks up a localized resource of type System.Drawing.Bitmap.
  192. /// </summary>
  193. internal static System.Drawing.Bitmap croatia {
  194. get {
  195. object obj = ResourceManager.GetObject("croatia", resourceCulture);
  196. return ((System.Drawing.Bitmap)(obj));
  197. }
  198. }
  199. /// <summary>
  200. /// Looks up a localized string similar to {
  201. /// &quot;subSystem&quot;: &quot;Systém&quot;,
  202. /// &quot;subPrivacy&quot;: &quot;Soukromí&quot;,
  203. /// &quot;subGaming&quot;: &quot;Hraní&quot;,
  204. /// &quot;subTouch&quot;: &quot;Dotek&quot;,
  205. /// &quot;subTaskbar&quot;: &quot;Hlavní panel&quot;,
  206. /// &quot;subExtras&quot;: &quot;Extra&quot;,
  207. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  208. /// &quot;restartButton&quot;: &quot;Restartovat nyní&quot;,
  209. /// &quot;restartButton8&quot;: &quot;Restartovat nyní&quot;,
  210. /// &quot;restartButton10&quot;: &quot;Restartovat nyní&quot;,
  211. /// &quot;restartAndApply&quot;: &quot;Restartovat a použít změny&quot;,
  212. /// &quot;btnFind&quot;: &quot;Nalézt&quot;,
  213. /// &quot;btnKill&quot;: &quot;Zabít&quot;,
  214. /// &quot;trayUnlocker&quot;: &quot;Držadla souborů (File Handles)&quot;,
  215. /// &quot;txtVersion&quot;: &quot;Verze: {VN}&quot;,
  216. /// &quot;onedriveM&quot;: &quot;Opravdu chcete odin [rest of string was truncated]&quot;;.
  217. /// </summary>
  218. internal static string CZ {
  219. get {
  220. return ResourceManager.GetString("CZ", resourceCulture);
  221. }
  222. }
  223. /// <summary>
  224. /// Looks up a localized resource of type System.Drawing.Bitmap.
  225. /// </summary>
  226. internal static System.Drawing.Bitmap czech {
  227. get {
  228. object obj = ResourceManager.GetObject("czech", resourceCulture);
  229. return ((System.Drawing.Bitmap)(obj));
  230. }
  231. }
  232. /// <summary>
  233. /// Looks up a localized string similar to {
  234. /// &quot;subSystem&quot;: &quot;System&quot;,
  235. /// &quot;subPrivacy&quot;: &quot;Datenschutz&quot;,
  236. /// &quot;subGaming&quot;: &quot;Gaming&quot;,
  237. /// &quot;subTouch&quot;: &quot;Touch&quot;,
  238. /// &quot;subTaskbar&quot;: &quot;Taskleiste&quot;,
  239. /// &quot;subExtras&quot;: &quot;Zusatzfunktionen&quot;,
  240. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  241. /// &quot;restartButton&quot;: &quot;Jetzt neu starten&quot;,
  242. /// &quot;restartButton8&quot;: &quot;Jetzt neu starten&quot;,
  243. /// &quot;restartButton10&quot;: &quot;Jetzt neu starten&quot;,
  244. /// &quot;btnFind&quot;: &quot;Suchen&quot;,
  245. /// &quot;btnKill&quot;: &quot;Beenden&quot;,
  246. /// &quot;trayUnlocker&quot;: &quot;Dateigriffe&quot;,
  247. /// &quot;restartAndApply&quot;: &quot;Neustart zur Anwendung der Änderungen&quot;,
  248. /// &quot;txtVersion&quot;: &quot;Version: {VN}&quot;,
  249. /// &quot;txtBitness&quot;: &quot;Sie ar [rest of string was truncated]&quot;;.
  250. /// </summary>
  251. internal static string DE {
  252. get {
  253. return ResourceManager.GetString("DE", resourceCulture);
  254. }
  255. }
  256. /// <summary>
  257. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  258. ///
  259. ///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\DesktopShortcuts]
  260. ///&quot;MUIVerb&quot;=&quot;Desktop Shortcuts&quot;
  261. ///&quot;SubCommands&quot;=&quot;theme;wallpaper;scrnsavr;desktopicons;sound;cursor;DPI;color&quot;
  262. ///&quot;icon&quot;=&quot;desk.cpl&quot;
  263. ///&quot;Position&quot;=-
  264. ///
  265. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\theme]
  266. ///@=&quot;Change Theme&quot;
  267. ///&quot;icon&quot;=&quot;imageres.dll,145&quot;
  268. ///
  269. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\theme\command]
  270. ///@=&quot;control desk [rest of string was truncated]&quot;;.
  271. /// </summary>
  272. internal static string DesktopShortcuts {
  273. get {
  274. return ResourceManager.GetString("DesktopShortcuts", resourceCulture);
  275. }
  276. }
  277. /// <summary>
  278. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  279. ///
  280. ///; MajorGeeks.Com
  281. ///; How to Restore the Windows Photo Viewer on Windows 10
  282. ///; https://www.majorgeeks.com/content/page/restore_the_windows_photo_viewer_on_windows_10.html
  283. ///
  284. ///[HKEY_CLASSES_ROOT\jpegfile\shell\open\DropTarget]
  285. ///&quot;Clsid&quot;=-
  286. ///
  287. ///[HKEY_CLASSES_ROOT\pngfile\shell\open\DropTarget]
  288. ///&quot;Clsid&quot;=-
  289. ///
  290. ///[-HKEY_CLASSES_ROOT\Applications\photoviewer.dll\shell\open]
  291. ///
  292. ///[-HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Bitmap]
  293. ///
  294. ///[-HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.JFIF]
  295. ///
  296. ///[-H [rest of string was truncated]&quot;;.
  297. /// </summary>
  298. internal static string DisableClassicPhotoViewer {
  299. get {
  300. return ResourceManager.GetString("DisableClassicPhotoViewer", resourceCulture);
  301. }
  302. }
  303. /// <summary>
  304. /// Looks up a localized string similar to rem USE AT OWN RISK AS IS WITHOUT WARRANTY OF ANY KIND !!!!!
  305. ///
  306. ///rem https://docs.microsoft.com/en-us/windows-hardware/customize/desktop/unattend/security-malware-windows-defender-disableantispyware
  307. ///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.
  308. ///
  309. ///rem Disable Tamper Protection First !!!!!
  310. ///rem https://www.tenforums.com/tutorials/123792-turn-off-tamper-protection-windows-defender-antivirus.html
  311. ///reg [rest of string was truncated]&quot;;.
  312. /// </summary>
  313. internal static string DisableDefenderSafeMode1903Plus {
  314. get {
  315. return ResourceManager.GetString("DisableDefenderSafeMode1903Plus", resourceCulture);
  316. }
  317. }
  318. /// <summary>
  319. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  320. ///
  321. ///[HKEY_CURRENT_USER\Software\Policies\microsoft\office\16.0\osm\preventedapplications]
  322. ///&quot;accesssolution&quot;=dword:00000001
  323. ///&quot;olksolution&quot;=dword:00000001
  324. ///&quot;onenotesolution&quot;=dword:00000001
  325. ///&quot;pptsolution&quot;=dword:00000001
  326. ///&quot;projectsolution&quot;=dword:00000001
  327. ///&quot;publishersolution&quot;=dword:00000001
  328. ///&quot;visiosolution&quot;=dword:00000001
  329. ///&quot;wdsolution&quot;=dword:00000001
  330. ///&quot;xlsolution&quot;=dword:00000001
  331. ///
  332. ///[HKEY_CURRENT_USER\Software\Policies\microsoft\office\16.0\osm\preventedsolutiontypes]
  333. ///&quot;agave&quot;= [rest of string was truncated]&quot;;.
  334. /// </summary>
  335. internal static string DisableOfficeTelemetry {
  336. get {
  337. return ResourceManager.GetString("DisableOfficeTelemetry", resourceCulture);
  338. }
  339. }
  340. /// <summary>
  341. /// Looks up a localized string similar to schtasks /end /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack2016&quot;
  342. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack2016&quot; /disable
  343. ///schtasks /end /tn &quot;\Microsoft\Office\OfficeTelemetryAgentLogOn2016&quot;
  344. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentLogOn2016&quot; /disable
  345. ///
  346. ///schtasks /end /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack&quot;
  347. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack&quot; /disable
  348. ///schtasks /end /tn &quot;\Microsoft\Office\OfficeTelemetryAgentLogOn&quot; [rest of string was truncated]&quot;;.
  349. /// </summary>
  350. internal static string DisableOfficeTelemetryTasks {
  351. get {
  352. return ResourceManager.GetString("DisableOfficeTelemetryTasks", resourceCulture);
  353. }
  354. }
  355. /// <summary>
  356. /// Looks up a localized string similar to schtasks /end /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\Consolidator&quot;
  357. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\Consolidator&quot; /disable
  358. ///schtasks /end /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\BthSQM&quot;
  359. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\BthSQM&quot; /disable
  360. ///schtasks /end /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\KernelCeipTask&quot;
  361. ///schtasks /change /tn &quot;\Microsoft\Windo [rest of string was truncated]&quot;;.
  362. /// </summary>
  363. internal static string DisableTelemetryTasks {
  364. get {
  365. return ResourceManager.GetString("DisableTelemetryTasks", resourceCulture);
  366. }
  367. }
  368. /// <summary>
  369. /// Looks up a localized string similar to schtasks /end /tn &quot;\Microsoft\XblGameSave\XblGameSaveTask&quot;
  370. ///schtasks /change /tn &quot;\Microsoft\XblGameSave\XblGameSaveTask&quot; /disable
  371. ///schtasks /end /tn &quot;\Microsoft\XblGameSave\XblGameSaveTaskLogon&quot;
  372. ///schtasks /change /tn &quot;\Microsoft\XblGameSave\XblGameSaveTaskLogon&quot; /disable
  373. ///.
  374. /// </summary>
  375. internal static string DisableXboxTasks {
  376. get {
  377. return ResourceManager.GetString("DisableXboxTasks", resourceCulture);
  378. }
  379. }
  380. /// <summary>
  381. /// Looks up a localized resource of type System.Drawing.Bitmap.
  382. /// </summary>
  383. internal static System.Drawing.Bitmap dutch {
  384. get {
  385. object obj = ResourceManager.GetObject("dutch", resourceCulture);
  386. return ((System.Drawing.Bitmap)(obj));
  387. }
  388. }
  389. /// <summary>
  390. /// Looks up a localized resource of type System.Drawing.Bitmap.
  391. /// </summary>
  392. internal static System.Drawing.Bitmap egypt {
  393. get {
  394. object obj = ResourceManager.GetObject("egypt", resourceCulture);
  395. return ((System.Drawing.Bitmap)(obj));
  396. }
  397. }
  398. /// <summary>
  399. /// Looks up a localized string similar to {
  400. /// &quot;subSystem&quot;: &quot;Σύστημα&quot;,
  401. /// &quot;subPrivacy&quot;: &quot;Ιδιωτικότητα&quot;,
  402. /// &quot;subGaming&quot;: &quot;Gaming&quot;,
  403. /// &quot;subTouch&quot;: &quot;Αφή&quot;,
  404. /// &quot;subTaskbar&quot;: &quot;Γραμμή Εργασιών&quot;,
  405. /// &quot;subExtras&quot;: &quot;Πρόσθετα&quot;,
  406. /// &quot;btnAbout&quot;: &quot;Εντάξει&quot;,
  407. /// &quot;restartButton&quot;: &quot;Επανεκκίνηση τώρα&quot;,
  408. /// &quot;restartButton8&quot;: &quot;Επανεκκίνηση τώρα&quot;,
  409. /// &quot;restartButton10&quot;: &quot;Επανεκκίνηση τώρα&quot;,
  410. /// &quot;btnFind&quot;: &quot;Εύρεση&quot;,
  411. /// &quot;btnKill&quot;: &quot;Τερματισμός&quot;,
  412. /// &quot;trayUnlocker&quot;: &quot;File Handles&quot;,
  413. /// &quot;restartAndApply&quot;: &quot;Επανεκκίνηση για την εφαρμογή των αλλαγών&quot;,
  414. /// &quot;txtVersion&quot;: &quot;Έκδοση: {VN}&quot;,
  415. /// &quot;txtBitness [rest of string was truncated]&quot;;.
  416. /// </summary>
  417. internal static string EL {
  418. get {
  419. return ResourceManager.GetString("EL", resourceCulture);
  420. }
  421. }
  422. /// <summary>
  423. /// Looks up a localized string similar to {
  424. /// &quot;subSystem&quot;: &quot;System&quot;,
  425. /// &quot;subPrivacy&quot;: &quot;Privacy&quot;,
  426. /// &quot;subGaming&quot;: &quot;Gaming&quot;,
  427. /// &quot;subTouch&quot;: &quot;Touch&quot;,
  428. /// &quot;subTaskbar&quot;: &quot;Taskbar&quot;,
  429. /// &quot;subExtras&quot;: &quot;Extras&quot;,
  430. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  431. /// &quot;restartButton&quot;: &quot;Restart now&quot;,
  432. /// &quot;restartButton8&quot;: &quot;Restart now&quot;,
  433. /// &quot;restartButton10&quot;: &quot;Restart now&quot;,
  434. /// &quot;btnFind&quot;: &quot;Find&quot;,
  435. /// &quot;btnKill&quot;: &quot;Kill&quot;,
  436. /// &quot;trayUnlocker&quot;: &quot;File Handles&quot;,
  437. /// &quot;restartAndApply&quot;: &quot;Restart to apply changes&quot;,
  438. /// &quot;txtVersion&quot;: &quot;Version: {VN}&quot;,
  439. /// &quot;txtBitness&quot;: &quot;You are working with {BITS}&quot;,
  440. /// &quot;linkUpdate&quot;: &quot;Update avai [rest of string was truncated]&quot;;.
  441. /// </summary>
  442. internal static string EN {
  443. get {
  444. return ResourceManager.GetString("EN", resourceCulture);
  445. }
  446. }
  447. /// <summary>
  448. /// 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
  449. ///
  450. ///reg add &quot;HKLM\System\CurrentControlSet\Services\SgrmBroker&quot; /v &quot;Start&quot; /t REG_DWORD /d &quot;2&quot; /f
  451. ///
  452. ///reg add &quot;HKLM\System\CurrentControlSet\Services\SecurityHealthService&quot; /v &quot;Start&quot; /t REG_DWORD /d &quot;2&quot; /f
  453. ///
  454. ///rem 1 - Disable Real-time protection
  455. ///reg delete &quot;HKLM\Software\Policies\Microsoft\Windows Defender&quot; /f
  456. ///reg add &quot;HKLM\Software\Policies\Microsoft\Windows Defender&quot; /v &quot;DisableAntiSpyware&quot; /t REG_DWO [rest of string was truncated]&quot;;.
  457. /// </summary>
  458. internal static string EnableDefenderSafeMode1903Plus {
  459. get {
  460. return ResourceManager.GetString("EnableDefenderSafeMode1903Plus", resourceCulture);
  461. }
  462. }
  463. /// <summary>
  464. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  465. ///
  466. ///[HKEY_CURRENT_USER\Software\Policies\microsoft\office\16.0\osm\preventedapplications]
  467. ///&quot;accesssolution&quot;=-
  468. ///&quot;olksolution&quot;=-
  469. ///&quot;onenotesolution&quot;=-
  470. ///&quot;pptsolution&quot;=-
  471. ///&quot;projectsolution&quot;=-
  472. ///&quot;publishersolution&quot;=-
  473. ///&quot;visiosolution&quot;=-
  474. ///&quot;wdsolution&quot;=-
  475. ///&quot;xlsolution&quot;=-
  476. ///
  477. ///[HKEY_CURRENT_USER\Software\Policies\microsoft\office\16.0\osm\preventedsolutiontypes]
  478. ///&quot;agave&quot;=-
  479. ///&quot;appaddins&quot;=-
  480. ///&quot;comaddins&quot;=-
  481. ///&quot;documentfiles&quot;=-
  482. ///&quot;templatefiles&quot;=-
  483. ///.
  484. /// </summary>
  485. internal static string EnableOfficeTelemetry {
  486. get {
  487. return ResourceManager.GetString("EnableOfficeTelemetry", resourceCulture);
  488. }
  489. }
  490. /// <summary>
  491. /// Looks up a localized string similar to schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack2016&quot; /enable
  492. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentLogOn2016&quot; /enable
  493. ///
  494. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentFallBack&quot; /enable
  495. ///schtasks /change /tn &quot;\Microsoft\Office\OfficeTelemetryAgentLogOn&quot; /enable
  496. ///
  497. ///reg add &quot;HKCU\SOFTWARE\Microsoft\Office\15.0\Outlook\Options\Mail&quot; /v &quot;EnableLogging&quot; /t REG_DWORD /d 1 /f
  498. ///reg add &quot;HKCU\SOFTWARE\Microsoft\Office\16.0\Outlook\Options\Mail&quot; /v &quot;EnableLogging&quot; /t [rest of string was truncated]&quot;;.
  499. /// </summary>
  500. internal static string EnableOfficeTelemetryTasks {
  501. get {
  502. return ResourceManager.GetString("EnableOfficeTelemetryTasks", resourceCulture);
  503. }
  504. }
  505. /// <summary>
  506. /// Looks up a localized string similar to schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\Consolidator&quot; /enable
  507. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\BthSQM&quot; /enable
  508. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\KernelCeipTask&quot; /enable
  509. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\UsbCeip&quot; /enable
  510. ///schtasks /change /tn &quot;\Microsoft\Windows\Customer Experience Improvement Program\Uploader&quot; /enable
  511. ///schtasks / [rest of string was truncated]&quot;;.
  512. /// </summary>
  513. internal static string EnableTelemetryTasks {
  514. get {
  515. return ResourceManager.GetString("EnableTelemetryTasks", resourceCulture);
  516. }
  517. }
  518. /// <summary>
  519. /// Looks up a localized string similar to schtasks /change /tn &quot;\Microsoft\XblGameSave\XblGameSaveTask&quot; /enable
  520. ///schtasks /change /tn &quot;\Microsoft\XblGameSave\XblGameSaveTaskLogon&quot; /enable
  521. ///.
  522. /// </summary>
  523. internal static string EnableXboxTasks {
  524. get {
  525. return ResourceManager.GetString("EnableXboxTasks", resourceCulture);
  526. }
  527. }
  528. /// <summary>
  529. /// Looks up a localized string similar to {
  530. /// &quot;subSystem&quot;: &quot;Sistema&quot;,
  531. /// &quot;subPrivacy&quot;: &quot;Privacidad&quot;,
  532. /// &quot;subGaming&quot;: &quot;Juego de azar&quot;,
  533. /// &quot;subTouch&quot;: &quot;Tocar&quot;,
  534. /// &quot;subTaskbar&quot;: &quot;Barra de tareas&quot;,
  535. /// &quot;subExtras&quot;: &quot;Extras&quot;,
  536. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  537. /// &quot;restartButton&quot;: &quot;Reiniciar ahora&quot;,
  538. /// &quot;restartButton8&quot;: &quot;Reiniciar ahora&quot;,
  539. /// &quot;restartButton10&quot;: &quot;Reiniciar ahora&quot;,
  540. /// &quot;btnFind&quot;: &quot;Encontrar&quot;,
  541. /// &quot;btnKill&quot;: &quot;Matar&quot;,
  542. /// &quot;trayUnlocker&quot;: &quot;Asas de archivo&quot;,
  543. /// &quot;restartAndApply&quot;: &quot;Reiniciar para aplicar cambios&quot;,
  544. /// &quot;onedriveM&quot;: &quot;¿Seguro que quieres desinstalar OneDrive? ¡Est [rest of string was truncated]&quot;;.
  545. /// </summary>
  546. internal static string ES {
  547. get {
  548. return ResourceManager.GetString("ES", resourceCulture);
  549. }
  550. }
  551. /// <summary>
  552. /// Looks up a localized string similar to {
  553. /// &quot;subSystem&quot;: &quot;سیستم&quot;,
  554. /// &quot;subPrivacy&quot;: &quot;حریم خصوصی&quot;,
  555. /// &quot;subGaming&quot;: &quot;بازی&quot;,
  556. /// &quot;subTouch&quot;: &quot;لمس کردن&quot;,
  557. /// &quot;subTaskbar&quot;: &quot;نوار وظیفه&quot;,
  558. /// &quot;subExtras&quot;: &quot;موارد اضافی&quot;,
  559. /// &quot;btnAbout&quot;: &quot;تایید&quot;,
  560. /// &quot;restartButton&quot;: &quot;راه اندازی مجدد&quot;,
  561. /// &quot;restartButton8&quot;: &quot;راه اندازی مجدد&quot;,
  562. /// &quot;restartButton10&quot;: &quot;راه اندازی مجدد&quot;,
  563. /// &quot;btnFind&quot;: &quot;پیدا کردن&quot;,
  564. /// &quot;btnKill&quot;: &quot;کشتن&quot;,
  565. /// &quot;trayUnlocker&quot;: &quot;دسته های فایل&quot;,
  566. /// &quot;restartAndApply&quot;: &quot;ریست برای اعمال تغییرات&quot;,
  567. /// &quot;txtVersion&quot;: &quot;نسخه: {VN}&quot;,
  568. /// &quot;txtBitness&quot;: &quot;شما کار میکنید با {BITS}&quot;,
  569. /// &quot; [rest of string was truncated]&quot;;.
  570. /// </summary>
  571. internal static string FA {
  572. get {
  573. return ResourceManager.GetString("FA", resourceCulture);
  574. }
  575. }
  576. /// <summary>
  577. /// Looks up a localized string similar to {
  578. /// &quot;subSystem&quot;: &quot;Système&quot;,
  579. /// &quot;subPrivacy&quot;: &quot;Intimité&quot;,
  580. /// &quot;subGaming&quot;: &quot;Jeux&quot;,
  581. /// &quot;subTouch&quot;: &quot;Toucher&quot;,
  582. /// &quot;subTaskbar&quot;: &quot;Barre des tâches&quot;,
  583. /// &quot;subExtras&quot;: &quot;Suppléments&quot;,
  584. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  585. /// &quot;restartButton&quot;: &quot;redemarrer maintenant&quot;,
  586. /// &quot;restartButton8&quot;: &quot;redemarrer maintenant&quot;,
  587. /// &quot;restartButton10&quot;: &quot;redemarrer maintenant&quot;,
  588. /// &quot;btnFind&quot;: &quot;Trouver&quot;,
  589. /// &quot;btnKill&quot;: &quot;Tuer&quot;,
  590. /// &quot;trayUnlocker&quot;: &quot;Poignées de fichier&quot;,
  591. /// &quot;restartAndApply&quot;: &quot;Redemarrer pour appliquer les changements&quot;,
  592. /// &quot;onedriveM&quot;: &quot;Voulez-vous vraimen [rest of string was truncated]&quot;;.
  593. /// </summary>
  594. internal static string FR {
  595. get {
  596. return ResourceManager.GetString("FR", resourceCulture);
  597. }
  598. }
  599. /// <summary>
  600. /// Looks up a localized resource of type System.Drawing.Bitmap.
  601. /// </summary>
  602. internal static System.Drawing.Bitmap france {
  603. get {
  604. object obj = ResourceManager.GetObject("france", resourceCulture);
  605. return ((System.Drawing.Bitmap)(obj));
  606. }
  607. }
  608. /// <summary>
  609. /// Looks up a localized resource of type System.Drawing.Bitmap.
  610. /// </summary>
  611. internal static System.Drawing.Bitmap germany {
  612. get {
  613. object obj = ResourceManager.GetObject("germany", resourceCulture);
  614. return ((System.Drawing.Bitmap)(obj));
  615. }
  616. }
  617. /// <summary>
  618. /// Looks up a localized string similar to @echo off
  619. ///pushd &quot;%~dp0&quot;
  620. ///dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~3*.mum &gt;List.txt
  621. ///dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientTools-Package~3*.mum &gt;&gt;List.txt
  622. ///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;
  623. ///.
  624. /// </summary>
  625. internal static string GPEditEnablerInHome {
  626. get {
  627. return ResourceManager.GetString("GPEditEnablerInHome", resourceCulture);
  628. }
  629. }
  630. /// <summary>
  631. /// Looks up a localized resource of type System.Drawing.Bitmap.
  632. /// </summary>
  633. internal static System.Drawing.Bitmap greece {
  634. get {
  635. object obj = ResourceManager.GetObject("greece", resourceCulture);
  636. return ((System.Drawing.Bitmap)(obj));
  637. }
  638. }
  639. /// <summary>
  640. /// Looks up a localized resource of type System.Byte[].
  641. /// </summary>
  642. internal static byte[] hosts {
  643. get {
  644. object obj = ResourceManager.GetObject("hosts", resourceCulture);
  645. return ((byte[])(obj));
  646. }
  647. }
  648. /// <summary>
  649. /// Looks up a localized string similar to {
  650. /// &quot;subSystem&quot;: &quot;Sistem&quot;,
  651. /// &quot;subPrivacy&quot;: &quot;Privatnost&quot;,
  652. /// &quot;subGaming&quot;: &quot;Igre&quot;,
  653. /// &quot;subTouch&quot;: &quot;Dodir&quot;,
  654. /// &quot;subTaskbar&quot;: &quot;Taskbar&quot;,
  655. /// &quot;subExtras&quot;: &quot;Dodaci&quot;,
  656. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  657. /// &quot;restartButton&quot;: &quot;Ponovno pokreni sad&quot;,
  658. /// &quot;restartButton8&quot;: &quot;Ponovno pokreni sad&quot;,
  659. /// &quot;restartButton10&quot;: &quot;Ponovno pokreni sad&quot;,
  660. /// &quot;btnFind&quot;: &quot;Pronađi&quot;,
  661. /// &quot;btnKill&quot;: &quot;Ubi&quot;,
  662. /// &quot;trayUnlocker&quot;: &quot;Držači datoteka&quot;,
  663. /// &quot;restartAndApply&quot;: &quot;Ponovno pokrenite za primjenu promjena&quot;,
  664. /// &quot;txtVersion&quot;: &quot;Verzija: {VN}&quot;,
  665. /// &quot;txtBitness&quot;: &quot;Radite s {BITS [rest of string was truncated]&quot;;.
  666. /// </summary>
  667. internal static string HR {
  668. get {
  669. return ResourceManager.GetString("HR", resourceCulture);
  670. }
  671. }
  672. /// <summary>
  673. /// Looks up a localized string similar to {
  674. /// &quot;subSystem&quot;: &quot;Rendszer&quot;,
  675. /// &quot;subPrivacy&quot;: &quot;Adatvédelem&quot;,
  676. /// &quot;subGaming&quot;: &quot;Játék&quot;,
  677. /// &quot;subTouch&quot;: &quot;Érintés&quot;,
  678. /// &quot;subTaskbar&quot;: &quot;Tálca&quot;,
  679. /// &quot;subExtras&quot;: &quot;Extrák&quot;,
  680. /// &quot;btnAbout&quot;: &quot;Rendben&quot;,
  681. /// &quot;restartButton&quot;: &quot;Újraindítás most&quot;,
  682. /// &quot;restartButton8&quot;: &quot;Újraindítás most&quot;,
  683. /// &quot;restartButton10&quot;: &quot;Újraindítás most&quot;,
  684. /// &quot;restartAndApply&quot;: &quot;Eszköz újraindítása most, hogy a változások érvénybe kerüljenek&quot;,
  685. /// &quot;txtVersion&quot;: &quot;Verzió: {VN}&quot;,
  686. /// &quot;txtBitness&quot;: &quot;Te {BITS}-el dolgozol&quot;,
  687. /// &quot;linkUpdate&quot;: &quot;Frissítés elérhető&quot;,
  688. /// &quot;lblLab [rest of string was truncated]&quot;;.
  689. /// </summary>
  690. internal static string HU {
  691. get {
  692. return ResourceManager.GetString("HU", resourceCulture);
  693. }
  694. }
  695. /// <summary>
  696. /// Looks up a localized resource of type System.Drawing.Bitmap.
  697. /// </summary>
  698. internal static System.Drawing.Bitmap hungary {
  699. get {
  700. object obj = ResourceManager.GetObject("hungary", resourceCulture);
  701. return ((System.Drawing.Bitmap)(obj));
  702. }
  703. }
  704. /// <summary>
  705. /// Looks up a localized string similar to {
  706. /// &quot;subSystem&quot;: &quot;Sistem&quot;,
  707. /// &quot;subPrivacy&quot;: &quot;Privasi&quot;,
  708. /// &quot;subGaming&quot;: &quot;Gaming&quot;,
  709. /// &quot;subTouch&quot;: &quot;Sentuh&quot;,
  710. /// &quot;subTaskbar&quot;: &quot;Bilah Tugas&quot;,
  711. /// &quot;subExtras&quot;: &quot;Extra&quot;,
  712. /// &quot;btnAbout&quot;: &quot;OKE&quot;,
  713. /// &quot;restartButton&quot;: &quot;Mulai ulang sekarang&quot;,
  714. /// &quot;restartButton8&quot;: &quot;Mulai ulang sekarang&quot;,
  715. /// &quot;restartButton10&quot;: &quot;Mulai ulang sekarang&quot;,
  716. /// &quot;btnFind&quot;: &quot;Cari&quot;,
  717. /// &quot;btnKill&quot;: &quot;Hentikan&quot;,
  718. /// &quot;trayUnlocker&quot;: &quot;Menangani FIle&quot;,
  719. /// &quot;restartAndApply&quot;: &quot;Mulai ulang untuk menerapkan perubahan&quot;,
  720. /// &quot;txtVersion&quot;: &quot;Versi: {VN}&quot;,
  721. /// &quot;txtBitness&quot;: &quot;Kamu Bek [rest of string was truncated]&quot;;.
  722. /// </summary>
  723. internal static string ID {
  724. get {
  725. return ResourceManager.GetString("ID", resourceCulture);
  726. }
  727. }
  728. /// <summary>
  729. /// Looks up a localized resource of type System.Drawing.Bitmap.
  730. /// </summary>
  731. internal static System.Drawing.Bitmap indonesia {
  732. get {
  733. object obj = ResourceManager.GetObject("indonesia", resourceCulture);
  734. return ((System.Drawing.Bitmap)(obj));
  735. }
  736. }
  737. /// <summary>
  738. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  739. ///
  740. ///[HKEY_CLASSES_ROOT\*\shell\runas]
  741. ///@=&quot;Take Ownership&quot;
  742. ///&quot;NoWorkingDirectory&quot;=&quot;&quot;
  743. ///
  744. ///[HKEY_CLASSES_ROOT\*\shell\runas\command]
  745. ///@=&quot;cmd.exe /c takeown /f \&quot;%1\&quot; &amp;&amp; icacls \&quot;%1\&quot; /grant administrators:F&quot;
  746. ///&quot;IsolatedCommand&quot;=&quot;cmd.exe /c takeown /f \&quot;%1\&quot; &amp;&amp; icacls \&quot;%1\&quot; /grant administrators:F&quot;
  747. ///
  748. ///[HKEY_CLASSES_ROOT\Directory\shell\runas]
  749. ///@=&quot;Take Ownership&quot;
  750. ///&quot;NoWorkingDirectory&quot;=&quot;&quot;
  751. ///
  752. ///[HKEY_CLASSES_ROOT\Directory\shell\runas\command]
  753. ///@=&quot;cmd.exe /c takeown /f \&quot;%1\&quot; /r /d y &amp;&amp; icacls \&quot;% [rest of string was truncated]&quot;;.
  754. /// </summary>
  755. internal static string InstallTakeOwnership {
  756. get {
  757. return ResourceManager.GetString("InstallTakeOwnership", resourceCulture);
  758. }
  759. }
  760. /// <summary>
  761. /// Looks up a localized resource of type System.Drawing.Bitmap.
  762. /// </summary>
  763. internal static System.Drawing.Bitmap iran {
  764. get {
  765. object obj = ResourceManager.GetObject("iran", resourceCulture);
  766. return ((System.Drawing.Bitmap)(obj));
  767. }
  768. }
  769. /// <summary>
  770. /// Looks up a localized string similar to {
  771. /// &quot;subSystem&quot;: &quot;Sistema&quot;,
  772. /// &quot;subPrivacy&quot;: &quot;Privacy&quot;,
  773. /// &quot;subGaming&quot;: &quot;Gioco&quot;,
  774. /// &quot;subTouch&quot;: &quot;Tocco&quot;,
  775. /// &quot;subTaskbar&quot;: &quot;Barra delle applicazioni&quot;,
  776. /// &quot;subExtras&quot;: &quot;Extra&quot;,
  777. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  778. /// &quot;restartButton&quot;: &quot;riavvia ora&quot;,
  779. /// &quot;restartButton8&quot;: &quot;riavvia ora&quot;,
  780. /// &quot;restartButton10&quot;: &quot;riavvia ora&quot;,
  781. /// &quot;restartAndApply&quot;: &quot;Riavviare per applicare le modifiche&quot;,
  782. /// &quot;txtVersion&quot;: &quot;Versione: {VN}&quot;,
  783. /// &quot;btnFind&quot;: &quot;Trova&quot;,
  784. /// &quot;btnKill&quot;: &quot;Uccisione&quot;,
  785. /// &quot;trayUnlocker&quot;: &quot;Manici di file&quot;,
  786. /// &quot;txtBitness&quot;: &quot;Architettura: {BITS}&quot; [rest of string was truncated]&quot;;.
  787. /// </summary>
  788. internal static string IT {
  789. get {
  790. return ResourceManager.GetString("IT", resourceCulture);
  791. }
  792. }
  793. /// <summary>
  794. /// Looks up a localized resource of type System.Drawing.Bitmap.
  795. /// </summary>
  796. internal static System.Drawing.Bitmap italy {
  797. get {
  798. object obj = ResourceManager.GetObject("italy", resourceCulture);
  799. return ((System.Drawing.Bitmap)(obj));
  800. }
  801. }
  802. /// <summary>
  803. /// Looks up a localized string similar to {
  804. /// &quot;subSystem&quot;: &quot;システム&quot;,
  805. /// &quot;subPrivacy&quot;: &quot;プライバシー&quot;,
  806. /// &quot;subGaming&quot;: &quot;ゲーム&quot;,
  807. /// &quot;subTouch&quot;: &quot;タッチ&quot;,
  808. /// &quot;subTaskbar&quot;: &quot;タスクバー&quot;,
  809. /// &quot;subExtras&quot;: &quot;その他&quot;,
  810. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  811. /// &quot;restartButton&quot;: &quot;今すぐ再起動&quot;,
  812. /// &quot;restartButton8&quot;: &quot;今すぐ再起動&quot;,
  813. /// &quot;restartButton10&quot;: &quot;今すぐ再起動&quot;,
  814. /// &quot;btnFind&quot;: &quot;検索&quot;,
  815. /// &quot;btnKill&quot;: &quot;強制終了&quot;,
  816. /// &quot;trayUnlocker&quot;: &quot;ファイル ハンドル&quot;,
  817. /// &quot;restartAndApply&quot;: &quot;再起動して変更を適用&quot;,
  818. /// &quot;txtVersion&quot;: &quot;バージョン: {VN}&quot;,
  819. /// &quot;txtBitness&quot;: &quot;{BITS}で動作しています。&quot;,
  820. /// &quot;linkUpdate&quot;: &quot;アップデートが利用可能です&quot;,
  821. /// &quot;lblLab&quot;: &quot;実験的ビルド\n(テスト後に削除されます)&quot;,
  822. /// &quot;performanceSw&quot;: [rest of string was truncated]&quot;;.
  823. /// </summary>
  824. internal static string JA {
  825. get {
  826. return ResourceManager.GetString("JA", resourceCulture);
  827. }
  828. }
  829. /// <summary>
  830. /// Looks up a localized resource of type System.Drawing.Bitmap.
  831. /// </summary>
  832. internal static System.Drawing.Bitmap japan {
  833. get {
  834. object obj = ResourceManager.GetObject("japan", resourceCulture);
  835. return ((System.Drawing.Bitmap)(obj));
  836. }
  837. }
  838. /// <summary>
  839. /// Looks up a localized string similar to {
  840. /// &quot;subSystem&quot;: &quot;시스템&quot;,
  841. /// &quot;subPrivacy&quot;: &quot;개인 정보&quot;,
  842. /// &quot;subGaming&quot;: &quot;게이밍&quot;,
  843. /// &quot;subTouch&quot;: &quot;터치&quot;,
  844. /// &quot;subTaskbar&quot;: &quot;작업 표시줄&quot;,
  845. /// &quot;subExtras&quot;: &quot;추가&quot;,
  846. /// &quot;btnAbout&quot;: &quot;확인&quot;,
  847. /// &quot;restartButton&quot;: &quot;지금 다시 시작&quot;,
  848. /// &quot;restartButton8&quot;: &quot;지금 다시 시작&quot;,
  849. /// &quot;restartButton10&quot;: &quot;지금 다시 시작&quot;,
  850. /// &quot;btnFind&quot;: &quot;찾기&quot;,
  851. /// &quot;btnKill&quot;: &quot;죽이기&quot;,
  852. /// &quot;trayUnlocker&quot;: &quot;파일 핸들&quot;,
  853. /// &quot;restartAndApply&quot;: &quot;다시 시작하여 변경 사항 적용&quot;,
  854. /// &quot;txtVersion&quot;: &quot;버전: {VN}&quot;,
  855. /// &quot;txtBitness&quot;: &quot;{BITS}로 작업중 - 한국어: 비너스걸&quot;,
  856. /// &quot;linkUpdate&quot;: &quot;업데이트 가능&quot;,
  857. /// &quot;lblLab&quot;: &quot;실험 빌드\n(테스트 후 삭제)&quot;,
  858. /// &quot;performanceSw&quot;: &quot; [rest of string was truncated]&quot;;.
  859. /// </summary>
  860. internal static string KO {
  861. get {
  862. return ResourceManager.GetString("KO", resourceCulture);
  863. }
  864. }
  865. /// <summary>
  866. /// Looks up a localized resource of type System.Drawing.Bitmap.
  867. /// </summary>
  868. internal static System.Drawing.Bitmap korea {
  869. get {
  870. object obj = ResourceManager.GetObject("korea", resourceCulture);
  871. return ((System.Drawing.Bitmap)(obj));
  872. }
  873. }
  874. /// <summary>
  875. /// Looks up a localized string similar to {
  876. /// &quot;subSystem&quot;: &quot;سیستەم&quot;,
  877. /// &quot;subPrivacy&quot;: &quot;تایبەتمەندیەتی&quot;,
  878. /// &quot;subGaming&quot;: &quot;یاریکردن&quot;,
  879. /// &quot;subTouch&quot;: &quot;دەست لێدان&quot;,
  880. /// &quot;subTaskbar&quot;: &quot;تاسکبار&quot;,
  881. /// &quot;subExtras&quot;: &quot;زیادە&quot;,
  882. /// &quot;btnAbout&quot;: &quot;باشە&quot;,
  883. /// &quot;restartButton&quot;: &quot;ئێستا ڕیستارتی بکەوە&quot;,
  884. /// &quot;restartButton8&quot;: &quot;ئێستا ڕیستارتی بکەوە&quot;,
  885. /// &quot;restartButton10&quot;: &quot;ئێستا ڕیستارتی بکەوە&quot;,
  886. /// &quot;btnFind&quot;: &quot;بیدۆزەوە&quot;,
  887. /// &quot;btnKill&quot;: &quot;بیکوژە (دایبخە)&quot;,
  888. /// &quot;trayUnlocker&quot;: &quot;دەسکەکانی فایل&quot;,
  889. /// &quot;restartAndApply&quot;: &quot;ڕیستارتی ئەکەیتەوە بۆ بینینی گۆڕانکاریەکان&quot;,
  890. /// &quot;txtVersion&quot;: &quot;وەشان :&quot;,
  891. /// &quot;t [rest of string was truncated]&quot;;.
  892. /// </summary>
  893. internal static string KU {
  894. get {
  895. return ResourceManager.GetString("KU", resourceCulture);
  896. }
  897. }
  898. /// <summary>
  899. /// Looks up a localized resource of type System.Drawing.Bitmap.
  900. /// </summary>
  901. internal static System.Drawing.Bitmap kurdish {
  902. get {
  903. object obj = ResourceManager.GetObject("kurdish", resourceCulture);
  904. return ((System.Drawing.Bitmap)(obj));
  905. }
  906. }
  907. /// <summary>
  908. /// Looks up a localized resource of type System.Drawing.Bitmap.
  909. /// </summary>
  910. internal static System.Drawing.Bitmap logo {
  911. get {
  912. object obj = ResourceManager.GetObject("logo", resourceCulture);
  913. return ((System.Drawing.Bitmap)(obj));
  914. }
  915. }
  916. /// <summary>
  917. /// Looks up a localized string similar to {
  918. /// &quot;subSystem&quot;: &quot;सिस्टम&quot;,
  919. /// &quot;subPrivacy&quot;: &quot;गोपनीयता&quot;,
  920. /// &quot;subGaming&quot;: &quot;गेमिङ&quot;,
  921. /// &quot;subTouch&quot;: &quot;स्पर्श&quot;,
  922. /// &quot;subTaskbar&quot;: &quot;टास्कबार&quot;,
  923. /// &quot;subExtras&quot;: &quot;अतिरिक्त&quot;,
  924. /// &quot;btnAbout&quot;: &quot;ठिक छ&quot;,
  925. /// &quot;restartButton&quot;: &quot;अहिले पुन: प्रारंभ गर्नुहोस्&quot;,
  926. /// &quot;restartButton8&quot;: &quot;अहिले पुन: प्रारंभ गर्नुहोस्&quot;,
  927. /// &quot;restartButton10&quot;: &quot;अहिले पुन: प्रारंभ गर्नुहोस्&quot;,
  928. /// &quot;btnFind&quot;: &quot;फेला पर्ख्नुहोस्&quot;,
  929. /// &quot;btnKill&quot;: &quot;मार्नुहोस्&quot;,
  930. /// &quot;trayUnlocker&quot;: &quot;फाइल ह्यान्डलहरू&quot;,
  931. /// &quot;restartAndApply&quot;: &quot;परिवर्तन लागू गर्नका लागि पुन: प्रारंभ गर्नुहोस्&quot;,
  932. /// &quot;t [rest of string was truncated]&quot;;.
  933. /// </summary>
  934. internal static string NE {
  935. get {
  936. return ResourceManager.GetString("NE", resourceCulture);
  937. }
  938. }
  939. /// <summary>
  940. /// Looks up a localized resource of type System.Drawing.Bitmap.
  941. /// </summary>
  942. internal static System.Drawing.Bitmap nepal {
  943. get {
  944. object obj = ResourceManager.GetObject("nepal", resourceCulture);
  945. return ((System.Drawing.Bitmap)(obj));
  946. }
  947. }
  948. /// <summary>
  949. /// Looks up a localized string similar to {
  950. /// &quot;subSystem&quot;: &quot;Systeem&quot;,
  951. /// &quot;subPrivacy&quot;: &quot;Privacy&quot;,
  952. /// &quot;subGaming&quot;: &quot;Gamen&quot;,
  953. /// &quot;subTouch&quot;: &quot;Aanraken&quot;,
  954. /// &quot;subTaskbar&quot;: &quot;Taakbalk&quot;,
  955. /// &quot;subExtras&quot;: &quot;Extra&apos;s&quot;,
  956. /// &quot;btnAbout&quot;:&quot;OK&quot;,
  957. /// &quot;restartButton&quot;:&quot;Nu opnieuw opstarten&quot;,
  958. /// &quot;restartButton8&quot;:&quot;Nu opnieuw opstarten&quot;,
  959. /// &quot;restartButton10&quot;:&quot;Nu opnieuw opstarten&quot;,
  960. /// &quot;restartAndApply&quot;:&quot;Herstart om wijzigingen toe te passen&quot;,
  961. /// &quot;txtVersion&quot;:&quot;Versie: {VN}&quot;,
  962. /// &quot;btnFind&quot;:&quot;Vind&quot;,
  963. /// &quot;btnKill&quot;:&quot;Dood&quot;,
  964. /// &quot;trayUnlocker&quot;:&quot;Bestandshandvatten&quot;,
  965. /// [rest of string was truncated]&quot;;.
  966. /// </summary>
  967. internal static string NL {
  968. get {
  969. return ResourceManager.GetString("NL", resourceCulture);
  970. }
  971. }
  972. /// <summary>
  973. /// Looks up a localized resource of type System.Byte[].
  974. /// </summary>
  975. internal static byte[] OneDrive_Uninstaller {
  976. get {
  977. object obj = ResourceManager.GetObject("OneDrive_Uninstaller", resourceCulture);
  978. return ((byte[])(obj));
  979. }
  980. }
  981. /// <summary>
  982. /// Looks up a localized resource of type System.Drawing.Bitmap.
  983. /// </summary>
  984. internal static System.Drawing.Bitmap pakistan {
  985. get {
  986. object obj = ResourceManager.GetObject("pakistan", resourceCulture);
  987. return ((System.Drawing.Bitmap)(obj));
  988. }
  989. }
  990. /// <summary>
  991. /// Looks up a localized string similar to {
  992. /// &quot;subSystem&quot;: &quot;System&quot;,
  993. /// &quot;subPrivacy&quot;: &quot;Prywatność&quot;,
  994. /// &quot;subGaming&quot;: &quot;Gra&quot;,
  995. /// &quot;subTouch&quot;: &quot;Dotyk&quot;,
  996. /// &quot;subTaskbar&quot;: &quot;Pasek zadań&quot;,
  997. /// &quot;subExtras&quot;: &quot;Dodatki&quot;,
  998. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  999. /// &quot;restartButton&quot;: &quot;Uruchom ponownie teraz&quot;,
  1000. /// &quot;restartButton8&quot;: &quot;Uruchom ponownie teraz&quot;,
  1001. /// &quot;restartButton10&quot;: &quot;Uruchom ponownie teraz&quot;,
  1002. /// &quot;btnFind&quot;: &quot;Znajdź&quot;,
  1003. /// &quot;btnKill&quot;: &quot;Zakończ&quot;,
  1004. /// &quot;trayUnlocker&quot;: &quot;Deskryptory plików&quot;,
  1005. /// &quot;restartAndApply&quot;: &quot;Uruchom ponownie, aby zastosować zmiany&quot;,
  1006. /// &quot;onedriveM&quot;: &quot;Czy na pewno chcesz usunąć u [rest of string was truncated]&quot;;.
  1007. /// </summary>
  1008. internal static string PL {
  1009. get {
  1010. return ResourceManager.GetString("PL", resourceCulture);
  1011. }
  1012. }
  1013. /// <summary>
  1014. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1015. /// </summary>
  1016. internal static System.Drawing.Bitmap poland {
  1017. get {
  1018. object obj = ResourceManager.GetObject("poland", resourceCulture);
  1019. return ((System.Drawing.Bitmap)(obj));
  1020. }
  1021. }
  1022. /// <summary>
  1023. /// Looks up a localized resource of type System.Byte[].
  1024. /// </summary>
  1025. internal static byte[] Poppins_Regular {
  1026. get {
  1027. object obj = ResourceManager.GetObject("Poppins_Regular", resourceCulture);
  1028. return ((byte[])(obj));
  1029. }
  1030. }
  1031. /// <summary>
  1032. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  1033. ///
  1034. ///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\Power Menu]
  1035. ///&quot;MUIVerb&quot;=&quot;Power Menu&quot;
  1036. ///&quot;SubCommands&quot;=&quot;lock;logoff;switch;sleep;hibernate;restart;safemode;shutdown;hybridshutdown&quot;
  1037. ///&quot;Icon&quot;=&quot;shell32.dll,215&quot;
  1038. ///&quot;Position&quot;=&quot;bottom&quot;
  1039. ///
  1040. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\lock]
  1041. ///@=&quot;Lock&quot;
  1042. ///
  1043. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\lock\command]
  1044. ///@=&quot;Rundll32 User32.dll,LockWorkStati [rest of string was truncated]&quot;;.
  1045. /// </summary>
  1046. internal static string PowerMenu {
  1047. get {
  1048. return ResourceManager.GetString("PowerMenu", resourceCulture);
  1049. }
  1050. }
  1051. /// <summary>
  1052. /// Looks up a localized string similar to {
  1053. /// &quot;subSystem&quot;: &quot;Sistema&quot;,
  1054. /// &quot;subPrivacy&quot;: &quot;Privacidade&quot;,
  1055. /// &quot;subGaming&quot;: &quot;Jogos&quot;,
  1056. /// &quot;subTouch&quot;: &quot;Toque&quot;,
  1057. /// &quot;subTaskbar&quot;: &quot;Barra de tarefas&quot;,
  1058. /// &quot;subExtras&quot;: &quot;Extras&quot;,
  1059. /// &quot;btnAbout&quot;: &quot;Feito&quot;,
  1060. /// &quot;restartButton&quot;: &quot;Reinicie agora&quot;,
  1061. /// &quot;restartButton8&quot;: &quot;Reinicie agora&quot;,
  1062. /// &quot;restartButton10&quot;: &quot;Reinicie agora&quot;,
  1063. /// &quot;btnFind&quot;: &quot;Encontrar&quot;,
  1064. /// &quot;btnKill&quot;: &quot;Finalizar&quot;,
  1065. /// &quot;trayUnlocker&quot;: &quot;Alças de arquivo&quot;,
  1066. /// &quot;restartAndApply&quot;: &quot;Reinicie para aplicar as alterações&quot;,
  1067. /// &quot;onedriveM&quot;: &quot;Tem certeza de que deseja desinstalar o On [rest of string was truncated]&quot;;.
  1068. /// </summary>
  1069. internal static string PT {
  1070. get {
  1071. return ResourceManager.GetString("PT", resourceCulture);
  1072. }
  1073. }
  1074. /// <summary>
  1075. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  1076. ///
  1077. ///
  1078. ///[-HKEY_CLASSES_ROOT\*\shell\runas]
  1079. ///
  1080. ///[-HKEY_CLASSES_ROOT\Directory\shell\runas]
  1081. ///.
  1082. /// </summary>
  1083. internal static string RemoveTakeOwnership {
  1084. get {
  1085. return ResourceManager.GetString("RemoveTakeOwnership", resourceCulture);
  1086. }
  1087. }
  1088. /// <summary>
  1089. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  1090. ///
  1091. ///; MajorGeeks.Com
  1092. ///; How to Restore the Windows Photo Viewer on Windows 10
  1093. ///; https://www.majorgeeks.com/content/page/restore_the_windows_photo_viewer_on_windows_10.html
  1094. ///
  1095. ///[HKEY_CLASSES_ROOT\Applications\photoviewer.dll\shell\open]
  1096. ///&quot;MuiVerb&quot;=&quot;@photoviewer.dll,-3043&quot;
  1097. ///
  1098. ///[HKEY_CLASSES_ROOT\Applications\photoviewer.dll\shell\open\command]
  1099. ///@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
  1100. /// 00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,0 [rest of string was truncated]&quot;;.
  1101. /// </summary>
  1102. internal static string RestoreClassicPhotoViewer {
  1103. get {
  1104. return ResourceManager.GetString("RestoreClassicPhotoViewer", resourceCulture);
  1105. }
  1106. }
  1107. /// <summary>
  1108. /// Looks up a localized string similar to {
  1109. /// &quot;subSystem&quot;: &quot;Sistem&quot;,
  1110. /// &quot;subPrivacy&quot;: &quot;Confidențialitate&quot;,
  1111. /// &quot;subGaming&quot;: &quot;Jocuri&quot;,
  1112. /// &quot;subTouch&quot;: &quot;Atingere&quot;,
  1113. /// &quot;subTaskbar&quot;: &quot;Bara de activități&quot;,
  1114. /// &quot;subExtras&quot;: &quot;In plus&quot;,
  1115. /// &quot;btnAbout&quot;: &quot;Bine&quot;,
  1116. /// &quot;restartButton&quot;: &quot;Reporniți acum&quot;,
  1117. /// &quot;restartButton8&quot;: &quot;Reporniți acum&quot;,
  1118. /// &quot;restartButton10&quot;: &quot;Reporniți acum&quot;,
  1119. /// &quot;btnFind&quot;: &quot;Găsește&quot;,
  1120. /// &quot;btnKill&quot;: &quot;Terminati&quot;,
  1121. /// &quot;trayUnlocker&quot;: &quot;Mânere de fișiere&quot;,
  1122. /// &quot;restartAndApply&quot;: &quot;Reporniți pentru a aplica modificările&quot;,
  1123. /// &quot;txtVersion&quot;: &quot;Versiunea: {VN}&quot;,
  1124. /// &quot;txtBitn [rest of string was truncated]&quot;;.
  1125. /// </summary>
  1126. internal static string RO {
  1127. get {
  1128. return ResourceManager.GetString("RO", resourceCulture);
  1129. }
  1130. }
  1131. /// <summary>
  1132. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1133. /// </summary>
  1134. internal static System.Drawing.Bitmap romania {
  1135. get {
  1136. object obj = ResourceManager.GetObject("romania", resourceCulture);
  1137. return ((System.Drawing.Bitmap)(obj));
  1138. }
  1139. }
  1140. /// <summary>
  1141. /// Looks up a localized string similar to {
  1142. /// &quot;subSystem&quot;: &quot;Система&quot;,
  1143. /// &quot;subPrivacy&quot;: &quot;Конфиденциальность&quot;,
  1144. /// &quot;subGaming&quot;: &quot;Игры&quot;,
  1145. /// &quot;subTouch&quot;: &quot;Сенсорный экран&quot;,
  1146. /// &quot;subTaskbar&quot;: &quot;Панель задач&quot;,
  1147. /// &quot;subExtras&quot;: &quot;Дополнительно&quot;,
  1148. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  1149. /// &quot;restartButton&quot;: &quot;Перезапустить сейчас&quot;,
  1150. /// &quot;restartButton8&quot;: &quot;Перезапустить сейчас&quot;,
  1151. /// &quot;restartButton10&quot;: &quot;Перезапустить сейчас&quot;,
  1152. /// &quot;restartAndApply&quot;: &quot;Перезапустить, чтобы применить изменения&quot;,
  1153. /// &quot;txtVersion&quot;: &quot;Версия: {VN}&quot;,
  1154. /// &quot;btnFind&quot;: &quot;Находить&quot;,
  1155. /// &quot;btnKill&quot;: &quot;Убийство&quot;,
  1156. /// &quot;trayUnlocker&quot;: &quot;Дескрипт [rest of string was truncated]&quot;;.
  1157. /// </summary>
  1158. internal static string RU {
  1159. get {
  1160. return ResourceManager.GetString("RU", resourceCulture);
  1161. }
  1162. }
  1163. /// <summary>
  1164. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1165. /// </summary>
  1166. internal static System.Drawing.Bitmap russia {
  1167. get {
  1168. object obj = ResourceManager.GetObject("russia", resourceCulture);
  1169. return ((System.Drawing.Bitmap)(obj));
  1170. }
  1171. }
  1172. /// <summary>
  1173. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1174. /// </summary>
  1175. internal static System.Drawing.Bitmap spain {
  1176. get {
  1177. object obj = ResourceManager.GetObject("spain", resourceCulture);
  1178. return ((System.Drawing.Bitmap)(obj));
  1179. }
  1180. }
  1181. /// <summary>
  1182. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  1183. ///
  1184. ///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\SystemShortcuts]
  1185. ///&quot;MUIVerb&quot;=&quot;System Shortcuts&quot;
  1186. ///&quot;SubCommands&quot;=&quot;admintools;datetime;regional;folderoptions;gmode;internetoptions;network;power;appwiz;rbin;run;search;services;sysdm;user;user2;flip3d&quot;
  1187. ///&quot;icon&quot;=&quot;sysdm.cpl&quot;
  1188. ///&quot;Position&quot;=-
  1189. ///
  1190. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\admintools]
  1191. ///@=&quot;Administrative Tools&quot;
  1192. ///&quot;icon&quot;=&quot;imageres.dll,109&quot;
  1193. ///
  1194. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Micros [rest of string was truncated]&quot;;.
  1195. /// </summary>
  1196. internal static string SystemShortcuts {
  1197. get {
  1198. return ResourceManager.GetString("SystemShortcuts", resourceCulture);
  1199. }
  1200. }
  1201. /// <summary>
  1202. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  1203. ///
  1204. ///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\SystemTools]
  1205. ///&quot;MUIVerb&quot;=&quot;System Tools&quot;
  1206. ///&quot;SubCommands&quot;=&quot;control;cleanmgr;devmgr;event;regedit;secctr;msconfig;taskmgr;taskschd;wu&quot;
  1207. ///&quot;icon&quot;=&quot;imageres.dll,104&quot;
  1208. ///&quot;Position&quot;=-
  1209. ///
  1210. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\control]
  1211. ///@=&quot;Control Panel&quot;
  1212. ///&quot;icon&quot;=&quot;control.exe&quot;
  1213. ///
  1214. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\control\command]
  1215. ///@=&quot;c [rest of string was truncated]&quot;;.
  1216. /// </summary>
  1217. internal static string SystemTools {
  1218. get {
  1219. return ResourceManager.GetString("SystemTools", resourceCulture);
  1220. }
  1221. }
  1222. /// <summary>
  1223. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1224. /// </summary>
  1225. internal static System.Drawing.Bitmap taiwan {
  1226. get {
  1227. object obj = ResourceManager.GetObject("taiwan", resourceCulture);
  1228. return ((System.Drawing.Bitmap)(obj));
  1229. }
  1230. }
  1231. /// <summary>
  1232. /// Looks up a localized string similar to {
  1233. /// &quot;subSystem&quot;: &quot;Sistem&quot;,
  1234. /// &quot;subPrivacy&quot;: &quot;Mahremiyet&quot;,
  1235. /// &quot;subGaming&quot;: &quot;Oyun&quot;,
  1236. /// &quot;subTouch&quot;: &quot;Dokunmak&quot;,
  1237. /// &quot;subTaskbar&quot;: &quot;Görev çubuğu&quot;,
  1238. /// &quot;subExtras&quot;: &quot;Ekstralar&quot;,
  1239. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  1240. /// &quot;restartButton&quot;: &quot;şimdi yeniden başlat&quot;,
  1241. /// &quot;restartButton8&quot;: &quot;şimdi yeniden başlat&quot;,
  1242. /// &quot;restartButton10&quot;: &quot;şimdi yeniden başlat&quot;,
  1243. /// &quot;restartAndApply&quot;: &quot;Değişiklikleri uygulamak için yeniden başlatılsın mı&quot;,
  1244. /// &quot;onedriveM&quot;: &quot;OneDrive&apos;ı kaldırmak istediğinizden emin misiniz? Bu, Masaüstü ve Belge dosyalarınızı siler! Bu seçen [rest of string was truncated]&quot;;.
  1245. /// </summary>
  1246. internal static string TR {
  1247. get {
  1248. return ResourceManager.GetString("TR", resourceCulture);
  1249. }
  1250. }
  1251. /// <summary>
  1252. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1253. /// </summary>
  1254. internal static System.Drawing.Bitmap turkey {
  1255. get {
  1256. object obj = ResourceManager.GetObject("turkey", resourceCulture);
  1257. return ((System.Drawing.Bitmap)(obj));
  1258. }
  1259. }
  1260. /// <summary>
  1261. /// Looks up a localized string similar to {
  1262. /// &quot;subSystem&quot;: &quot;系統&quot;,
  1263. /// &quot;subPrivacy&quot;: &quot;隱私&quot;,
  1264. /// &quot;subGaming&quot;: &quot;遊戲&quot;,
  1265. /// &quot;subTouch&quot;: &quot;觸控&quot;,
  1266. /// &quot;subTaskbar&quot;: &quot;工作列&quot;,
  1267. /// &quot;subExtras&quot;: &quot;額外功能&quot;,
  1268. /// &quot;btnAbout&quot;: &quot;確定&quot;,
  1269. /// &quot;restartButton&quot;: &quot;立即重新啟動&quot;,
  1270. /// &quot;restartButton8&quot;: &quot;立即重新啟動&quot;,
  1271. /// &quot;restartButton10&quot;: &quot;立即重新啟動&quot;,
  1272. /// &quot;restartAndApply&quot;: &quot;重新啟動以套用變更&quot;,
  1273. /// &quot;onedriveM&quot;: &quot;您確定要移除 OneDrive 嗎?這將刪除您的桌面和文件檔案!僅在本機帳戶上使用此選項!&quot;,
  1274. /// &quot;txtVersion&quot;: &quot;版本:{VN}&quot;,
  1275. /// &quot;systemRestoreM&quot;: &quot;您確定要停用系統還原嗎?這將刪除您目前的備份映像!&quot;,
  1276. /// &quot;txtBitness&quot;: &quot;您正在使用 {BITS}&quot;,
  1277. /// &quot;btnFind&quot;: &quot;尋找&quot;,
  1278. /// &quot;btnKill&quot;: &quot;結束&quot;,
  1279. /// &quot;trayUnlocker&quot;: &quot;檔案控制&quot;, /// [rest of string was truncated]&quot;;.
  1280. /// </summary>
  1281. internal static string TW {
  1282. get {
  1283. return ResourceManager.GetString("TW", resourceCulture);
  1284. }
  1285. }
  1286. /// <summary>
  1287. /// Looks up a localized string similar to {
  1288. /// &quot;subSystem&quot;: &quot;Система&quot;,
  1289. /// &quot;subPrivacy&quot;: &quot;Конфіденційність&quot;,
  1290. /// &quot;subGaming&quot;: &quot;Ігри&quot;,
  1291. /// &quot;subTouch&quot;: &quot;Дотик&quot;,
  1292. /// &quot;subTaskbar&quot;: &quot;Панель задач&quot;,
  1293. /// &quot;subExtras&quot;: &quot;Доповнення&quot;,
  1294. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  1295. /// &quot;restartButton&quot;: &quot;Перезапустити зараз&quot;,
  1296. /// &quot;restartButton8&quot;: &quot;Перезапустити зараз&quot;,
  1297. /// &quot;restartButton10&quot;: &quot;Перезапустити зараз&quot;,
  1298. /// &quot;btnFind&quot;: &quot;Знайти&quot;,
  1299. /// &quot;btnKill&quot;: &quot;Вимкнути примусово&quot;,
  1300. /// &quot;trayUnlocker&quot;: &quot;Дескриптор файлів&quot;,
  1301. /// &quot;restartAndApply&quot;: &quot;Перезапустити для застосування змін&quot;,
  1302. /// &quot;txtVersion&quot;: &quot;Версія: {VN}&quot;,
  1303. /// &quot; [rest of string was truncated]&quot;;.
  1304. /// </summary>
  1305. internal static string UA {
  1306. get {
  1307. return ResourceManager.GetString("UA", resourceCulture);
  1308. }
  1309. }
  1310. /// <summary>
  1311. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1312. /// </summary>
  1313. internal static System.Drawing.Bitmap ukraine {
  1314. get {
  1315. object obj = ResourceManager.GetObject("ukraine", resourceCulture);
  1316. return ((System.Drawing.Bitmap)(obj));
  1317. }
  1318. }
  1319. /// <summary>
  1320. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1321. /// </summary>
  1322. internal static System.Drawing.Bitmap united_kingdom {
  1323. get {
  1324. object obj = ResourceManager.GetObject("united_kingdom", resourceCulture);
  1325. return ((System.Drawing.Bitmap)(obj));
  1326. }
  1327. }
  1328. /// <summary>
  1329. /// Looks up a localized string similar to {
  1330. ///&quot;subSystem&quot;: &quot;سسٹم&quot;,
  1331. ///&quot;subPrivacy&quot;: &quot;رازداری&quot;,
  1332. ///&quot;subGaming&quot;: &quot;گیمنگ&quot;,
  1333. ///&quot;subTouch&quot;: &quot;ٹچ&quot;,
  1334. ///&quot;subTaskbar&quot;: &quot;ٹاسک بار&quot;,
  1335. ///&quot;subExtras&quot;: &quot;اضافی&quot;,
  1336. ///&quot;btnAbout&quot;: &quot;ٹھیک ہے&quot;,
  1337. ///&quot;restartButton&quot;: &quot;ابھی دوبارہ شروع کریں&quot;,
  1338. ///&quot;restartButton8&quot;: &quot;ابھی دوبارہ شروع کریں&quot;,
  1339. ///&quot;restartButton10&quot;: &quot;ابھی دوبارہ شروع کریں&quot;,
  1340. ///&quot;btnFind&quot;: &quot;تلاش کریں&quot;,
  1341. ///&quot;btnKill&quot;: &quot;مار ڈالو&quot;,
  1342. ///&quot;trayUnlocker&quot;: &quot;فائل ہینڈلز&quot;,
  1343. ///&quot;restartAndApply&quot;: &quot;تبدیلیاں لاگو کرنے کے لیے دوبارہ شروع کریں&quot;,
  1344. ///&quot;txtVersion&quot;: &quot;ورژن: {VN}&quot;,
  1345. ///&quot;txtBitness&quot;: &quot;آپ {BITS} کے ساتھ کام [rest of string was truncated]&quot;;.
  1346. /// </summary>
  1347. internal static string UR {
  1348. get {
  1349. return ResourceManager.GetString("UR", resourceCulture);
  1350. }
  1351. }
  1352. /// <summary>
  1353. /// Looks up a localized resource of type System.Drawing.Bitmap.
  1354. /// </summary>
  1355. internal static System.Drawing.Bitmap vietnam {
  1356. get {
  1357. object obj = ResourceManager.GetObject("vietnam", resourceCulture);
  1358. return ((System.Drawing.Bitmap)(obj));
  1359. }
  1360. }
  1361. /// <summary>
  1362. /// Looks up a localized string similar to {
  1363. /// &quot;subSystem&quot;: &quot;Hệ thống&quot;,
  1364. /// &quot;subPrivacy&quot;: &quot;Quyền riêng tư&quot;,
  1365. /// &quot;subGaming&quot;: &quot;Gaming&quot;,
  1366. /// &quot;subTouch&quot;: &quot;Cảm ứng&quot;,
  1367. /// &quot;subTaskbar&quot;: &quot;Taskbar&quot;,
  1368. /// &quot;subExtras&quot;: &quot;Extras&quot;,
  1369. /// &quot;btnAbout&quot;: &quot;OK&quot;,
  1370. /// &quot;restartButton&quot;: &quot;Khởi động lại ngay&quot;,
  1371. /// &quot;restartButton8&quot;: &quot;Khởi động lại ngay&quot;,
  1372. /// &quot;restartButton10&quot;: &quot;Khởi động lại ngay&quot;,
  1373. /// &quot;btnFind&quot;: &quot;Tìm&quot;,
  1374. /// &quot;btnKill&quot;: &quot;Dừng&quot;,
  1375. /// &quot;trayUnlocker&quot;: &quot;Xử lý tệp&quot;,
  1376. /// &quot;restartAndApply&quot;: &quot;Khởi động lại để áp dụng thay đổi&quot;,
  1377. /// &quot;txtVersion&quot;: &quot;Phiên bản: {VN}&quot;,
  1378. /// &quot;txtBitness&quot;: &quot;Bạn [rest of string was truncated]&quot;;.
  1379. /// </summary>
  1380. internal static string VN {
  1381. get {
  1382. return ResourceManager.GetString("VN", resourceCulture);
  1383. }
  1384. }
  1385. /// <summary>
  1386. /// Looks up a localized string similar to Windows Registry Editor Version 5.00
  1387. ///
  1388. ///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\WindowsApps]
  1389. ///&quot;MUIVerb&quot;=&quot;Windows Apps&quot;
  1390. ///&quot;SubCommands&quot;=&quot;calc;chmap;cmd;dfrg;ie;notepad;paint;psr;snip;srd;srt;tsch;wmp;wordpad&quot;
  1391. ///&quot;icon&quot;=&quot;imageres.dll,152&quot;
  1392. ///&quot;Position&quot;=-
  1393. ///
  1394. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\calc]
  1395. ///@=&quot;Calculator&quot;
  1396. ///&quot;icon&quot;=&quot;calc.exe&quot;
  1397. ///
  1398. ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\calc\command]
  1399. ///@=&quot;calc.exe&quot;
  1400. ///
  1401. ///[HK [rest of string was truncated]&quot;;.
  1402. /// </summary>
  1403. internal static string WindowsApps {
  1404. get {
  1405. return ResourceManager.GetString("WindowsApps", resourceCulture);
  1406. }
  1407. }
  1408. }
  1409. }