Resources.Designer.cs 70 KB

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