12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127 |
- //------------------------------------------------------------------------------
- // <auto-generated>
- // This code was generated by a tool.
- // Runtime Version:4.0.30319.42000
- //
- // Changes to this file may cause incorrect behavior and will be lost if
- // the code is regenerated.
- // </auto-generated>
- //------------------------------------------------------------------------------
- namespace Optimizer.Properties {
- using System;
-
-
- /// <summary>
- /// A strongly-typed resource class, for looking up localized strings, etc.
- /// </summary>
- // This class was auto-generated by the StronglyTypedResourceBuilder
- // class via a tool like ResGen or Visual Studio.
- // To add or remove a member, edit your .ResX file then rerun ResGen
- // with the /str option, or rebuild your VS project.
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- internal class Resources {
-
- private static global::System.Resources.ResourceManager resourceMan;
-
- private static global::System.Globalization.CultureInfo resourceCulture;
-
- [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
- internal Resources() {
- }
-
- /// <summary>
- /// Returns the cached ResourceManager instance used by this class.
- /// </summary>
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- internal static global::System.Resources.ResourceManager ResourceManager {
- get {
- if (object.ReferenceEquals(resourceMan, null)) {
- global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Optimizer.Properties.Resources", typeof(Resources).Assembly);
- resourceMan = temp;
- }
- return resourceMan;
- }
- }
-
- /// <summary>
- /// Overrides the current thread's CurrentUICulture property for all
- /// resource lookups using this strongly typed resource class.
- /// </summary>
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- internal static global::System.Globalization.CultureInfo Culture {
- get {
- return resourceCulture;
- }
- set {
- resourceCulture = value;
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Windows Registry Editor Version 5.00
- ///
- ///[HKEY_CLASSES_ROOT\Directory\shell\OpenWithCMD]
- ///@="Open Command Prompt here"
- ///"Icon"="cmd.exe"
- ///"NoWorkingDirectory"=""
- ///
- ///[HKEY_CLASSES_ROOT\Directory\shell\OpenWithCMD\command]
- ///@="cmd.exe /s /k pushd \"%V\""
- ///
- ///[HKEY_CLASSES_ROOT\Directory\Background\shell\OpenWithCMD]
- ///@="Open Command Prompt here"
- ///"Icon"="cmd.exe"
- ///"NoWorkingDirectory"=""
- ///
- ///[HKEY_CLASSES_ROOT\Directory\Background\shell\OpenWithCMD\command]
- ///@="cmd.exe /s /k pushd \"%V\""
- ///
- ///[HKEY_CLASSES_ROOT\Drive\shell\OpenWit [rest of string was truncated]";.
- /// </summary>
- internal static string AddOpenWithCMD {
- get {
- return ResourceManager.GetString("AddOpenWithCMD", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to {
- /// "btnAbout": "حسنا",
- /// "restartButton": "إعادة التشغيل الآن",
- /// "restartButton8": "إعادة التشغيل الآن",
- /// "restartButton10": "إعادة التشغيل الآن",
- /// "restartAndApply": "إعادة التشغيل لتطبيق التغييرات؟",
- /// "btnFind": "يجد",
- /// "btnKill": "قتل",
- /// "trayUnlocker": "مقابض الملفات",
- /// "onedriveM": "هل أنت متأكد من أنك تريد إزالة تثبيت OneDrive؟ يؤدي هذا إلى حذف ملفات سطح المكتب والمستندات الخاصة بك! استخدم هذا الخيار فقط في حساب محلي!",
- /// "systemRestoreM": "هل أنت متأكد أنك تريد تعطيل استعادة النظام؟ سيؤدي هذا [rest of string was truncated]";.
- /// </summary>
- internal static string AR {
- get {
- return ResourceManager.GetString("AR", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- /// </summary>
- internal static System.Drawing.Bitmap bannerAmber {
- get {
- object obj = ResourceManager.GetObject("bannerAmber", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- /// <summary>
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- /// </summary>
- internal static System.Drawing.Bitmap bannerAmethyst {
- get {
- object obj = ResourceManager.GetObject("bannerAmethyst", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- /// <summary>
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- /// </summary>
- internal static System.Drawing.Bitmap bannerAzurite {
- get {
- object obj = ResourceManager.GetObject("bannerAzurite", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- /// <summary>
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- /// </summary>
- internal static System.Drawing.Bitmap bannerJade {
- get {
- object obj = ResourceManager.GetObject("bannerJade", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- /// <summary>
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- /// </summary>
- internal static System.Drawing.Bitmap bannerRuby {
- get {
- object obj = ResourceManager.GetObject("bannerRuby", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- /// <summary>
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- /// </summary>
- internal static System.Drawing.Bitmap bannerSilver {
- get {
- object obj = ResourceManager.GetObject("bannerSilver", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- /// <summary>
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- /// </summary>
- internal static System.Drawing.Bitmap brazil {
- get {
- object obj = ResourceManager.GetObject("brazil", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- /// <summary>
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- /// </summary>
- internal static System.Drawing.Bitmap china {
- get {
- object obj = ResourceManager.GetObject("china", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to {
- /// "btnAbout": "确定",
- /// "restartButton": "现在重启",
- /// "restartButton8": "现在重启",
- /// "restartButton10": "现在重启",
- /// "restartAndApply": "重新启动以应用更改?",
- /// "btnFind": "寻找",
- /// "btnKill": "杀",
- /// "trayUnlocker": "文件句柄",
- /// "txtVersion": "版本: {VN}",
- /// "txtBitness": "您使用的是{BITS}",
- /// "onedriveM": "确定要卸载 OneDrive 吗? 这将删除您的桌面和文档文件! 仅在本地帐户上使用此选项!",
- /// "systemRestoreM": "您确定要禁用系统还原吗? 这将删除您当前的备份图像!",
- /// "linkUpdate": "更新可用",
- /// "lblLab": "实验构建\n(删除后测试)",
- /// "performanceSw": "启用性能调整",
- /// "networkSw": "禁用网络节流",
- /// "defenderSw": "禁用 Windows [rest of string was truncated]";.
- /// </summary>
- internal static string CN {
- get {
- return ResourceManager.GetString("CN", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to {
- /// "btnAbout": "OK",
- /// "restartButton": "Restartovat nyní",
- /// "restartButton8": "Restartovat nyní",
- /// "restartButton10": "Restartovat nyní",
- /// "restartAndApply": "Restartovat a použít změny?",
- /// "btnFind": "Nalézt",
- /// "btnKill": "Zabít",
- /// "trayUnlocker": "Držadla souborů",
- /// "txtVersion": "Verze: {VN}",
- /// "onedriveM": "Opravdu chcete odinstalovat OneDrive? Tím smažete soubory plochy a dokumentů! Tuto možnost používejte pouze na místním účtu!",
- /// "systemRestoreM": "Opravdu chcete zakázat Obnovení systému? [rest of string was truncated]";.
- /// </summary>
- internal static string CZ {
- get {
- return ResourceManager.GetString("CZ", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- /// </summary>
- internal static System.Drawing.Bitmap czech {
- get {
- object obj = ResourceManager.GetObject("czech", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to {
- /// "btnAbout": "OK",
- /// "restartButton": "Jetzt neu starten",
- /// "restartButton8": "Jetzt neu starten",
- /// "restartButton10": "Jetzt neu starten",
- /// "restartAndApply": "Neu starten, um Änderungen anzuwenden?",
- /// "txtVersion": "Version: {VN}",
- /// "btnFind": "Finden",
- /// "btnKill": "Töten",
- /// "trayUnlocker": "Dateihandles",
- /// "txtBitness": "Betriebssystem: {BITS}",
- /// "onedriveM": "Möchten Sie OneDrive wirklich deinstallieren? Dadurch werden Ihre Desktop und Dokumentdateien gelöscht! Verwenden Sie diese Option nur [rest of string was truncated]";.
- /// </summary>
- internal static string DE {
- get {
- return ResourceManager.GetString("DE", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Windows Registry Editor Version 5.00
- ///
- ///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\DesktopShortcuts]
- ///"MUIVerb"="Desktop Shortcuts"
- ///"SubCommands"="theme;wallpaper;scrnsavr;desktopicons;sound;cursor;DPI;color"
- ///"icon"="desk.cpl"
- ///"Position"=-
- ///
- ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\theme]
- ///@="Change Theme"
- ///"icon"="imageres.dll,145"
- ///
- ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\theme\command]
- ///@="control desk [rest of string was truncated]";.
- /// </summary>
- internal static string DesktopShortcuts {
- get {
- return ResourceManager.GetString("DesktopShortcuts", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to rem USE AT OWN RISK AS IS WITHOUT WARRANTY OF ANY KIND !!!!!
- ///
- ///rem https://docs.microsoft.com/en-us/windows-hardware/customize/desktop/unattend/security-malware-windows-defender-disableantispyware
- ///rem "DisableAntiSpyware" is discontinued and will be ignored on client devices, as of the August 2020 (version 4.18.2007.8) update to Microsoft Defender Antivirus.
- ///
- ///rem Disable Tamper Protection First !!!!!
- ///rem https://www.tenforums.com/tutorials/123792-turn-off-tamper-protection-windows-defender-antivirus.html
- ///reg [rest of string was truncated]";.
- /// </summary>
- internal static string DisableDefenderSafeMode1903Plus {
- get {
- return ResourceManager.GetString("DisableDefenderSafeMode1903Plus", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Windows Registry Editor Version 5.00
- ///
- ///[HKEY_CURRENT_USER\Software\Policies\microsoft\office\16.0\osm\preventedapplications]
- ///"accesssolution"=dword:00000001
- ///"olksolution"=dword:00000001
- ///"onenotesolution"=dword:00000001
- ///"pptsolution"=dword:00000001
- ///"projectsolution"=dword:00000001
- ///"publishersolution"=dword:00000001
- ///"visiosolution"=dword:00000001
- ///"wdsolution"=dword:00000001
- ///"xlsolution"=dword:00000001
- ///
- ///[HKEY_CURRENT_USER\Software\Policies\microsoft\office\16.0\osm\preventedsolutiontypes]
- ///"agave"=dword:0000000 [rest of string was truncated]";.
- /// </summary>
- internal static string DisableOfficeTelemetry {
- get {
- return ResourceManager.GetString("DisableOfficeTelemetry", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to schtasks /end /tn "\Microsoft\Office\OfficeTelemetryAgentFallBack2016"
- ///schtasks /change /tn "\Microsoft\Office\OfficeTelemetryAgentFallBack2016" /disable
- ///schtasks /end /tn "\Microsoft\Office\OfficeTelemetryAgentLogOn2016"
- ///schtasks /change /tn "\Microsoft\Office\OfficeTelemetryAgentLogOn2016" /disable
- ///
- ///schtasks /end /tn "\Microsoft\Office\OfficeTelemetryAgentFallBack"
- ///schtasks /change /tn "\Microsoft\Office\OfficeTelemetryAgentFallBack" /disable
- ///schtasks /end /tn "\Microsoft\Office\OfficeTelemetryAgentLogOn" [rest of string was truncated]";.
- /// </summary>
- internal static string DisableOfficeTelemetryTasks {
- get {
- return ResourceManager.GetString("DisableOfficeTelemetryTasks", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to schtasks /end /tn "\Microsoft\Windows\Customer Experience Improvement Program\Consolidator"
- ///schtasks /change /tn "\Microsoft\Windows\Customer Experience Improvement Program\Consolidator" /disable
- ///schtasks /end /tn "\Microsoft\Windows\Customer Experience Improvement Program\BthSQM"
- ///schtasks /change /tn "\Microsoft\Windows\Customer Experience Improvement Program\BthSQM" /disable
- ///schtasks /end /tn "\Microsoft\Windows\Customer Experience Improvement Program\KernelCeipTask"
- ///schtasks /change /tn "\Microsoft\Windo [rest of string was truncated]";.
- /// </summary>
- internal static string DisableTelemetryTasks {
- get {
- return ResourceManager.GetString("DisableTelemetryTasks", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to schtasks /end /tn "\Microsoft\XblGameSave\XblGameSaveTask"
- ///schtasks /change /tn "\Microsoft\XblGameSave\XblGameSaveTask" /disable
- ///schtasks /end /tn "\Microsoft\XblGameSave\XblGameSaveTaskLogon"
- ///schtasks /change /tn "\Microsoft\XblGameSave\XblGameSaveTaskLogon" /disable
- ///.
- /// </summary>
- internal static string DisableXboxTasks {
- get {
- return ResourceManager.GetString("DisableXboxTasks", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- /// </summary>
- internal static System.Drawing.Bitmap egypt {
- get {
- object obj = ResourceManager.GetObject("egypt", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to {
- /// "btnAbout": "Εντάξει",
- /// "restartButton": "Επανεκκίνηση τώρα",
- /// "restartButton8": "Επανεκκίνηση τώρα",
- /// "restartButton10": "Επανεκκίνηση τώρα",
- /// "btnFind": "Εύρεση",
- /// "btnKill": "Τερματισμός",
- /// "trayUnlocker": "File Handles",
- /// "restartAndApply": "Επανεκκίνηση για την εφαρμογή των αλλαγών;",
- /// "txtVersion": "Έκδοση: {VN}",
- /// "txtBitness": "Αρχιτεκτονική {BITS}",
- /// "linkUpdate": "Διαθέσιμη ενημέρωση",
- /// "lblLab": "Πειραματική έκδοση",
- /// "systemRestoreM": "Είστε σίγουροι ότι θέλετε να απενεργοποιήσετε τα αντίγραφ [rest of string was truncated]";.
- /// </summary>
- internal static string EL {
- get {
- return ResourceManager.GetString("EL", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to {
- /// "btnAbout": "OK",
- /// "restartButton": "Restart now",
- /// "restartButton8": "Restart now",
- /// "restartButton10": "Restart now",
- /// "btnFind": "Find",
- /// "btnKill": "Kill",
- /// "trayUnlocker": "File Handles",
- /// "restartAndApply": "Restart to apply changes?",
- /// "txtVersion": "Version: {VN}",
- /// "txtBitness": "You are working with {BITS}",
- /// "linkUpdate": "Update available",
- /// "lblLab": "Experimental build\n(delete after testing)",
- /// "performanceSw": "Enable Performance Tweaks",
- /// "networkSw": "Disable Network Throttling",
- /// "defe [rest of string was truncated]";.
- /// </summary>
- internal static string EN {
- get {
- return ResourceManager.GetString("EN", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to reg add "HKLM\Software\Microsoft\Windows Defender\Features" /v "TamperProtection" /t REG_DWORD /d "1" /f
- ///
- ///reg add "HKLM\System\CurrentControlSet\Services\SgrmBroker" /v "Start" /t REG_DWORD /d "2" /f
- ///
- ///reg add "HKLM\System\CurrentControlSet\Services\SecurityHealthService" /v "Start" /t REG_DWORD /d "2" /f
- ///
- ///rem 1 - Disable Real-time protection
- ///reg delete "HKLM\Software\Policies\Microsoft\Windows Defender" /f
- ///reg add "HKLM\Software\Policies\Microsoft\Windows Defender" /v "DisableAntiSpyware" /t REG_DWO [rest of string was truncated]";.
- /// </summary>
- internal static string EnableDefenderSafeMode1903Plus {
- get {
- return ResourceManager.GetString("EnableDefenderSafeMode1903Plus", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Windows Registry Editor Version 5.00
- ///
- ///[HKEY_CURRENT_USER\Software\Policies\microsoft\office\16.0\osm\preventedapplications]
- ///"accesssolution"=-
- ///"olksolution"=-
- ///"onenotesolution"=-
- ///"pptsolution"=-
- ///"projectsolution"=-
- ///"publishersolution"=-
- ///"visiosolution"=-
- ///"wdsolution"=-
- ///"xlsolution"=-
- ///
- ///[HKEY_CURRENT_USER\Software\Policies\microsoft\office\16.0\osm\preventedsolutiontypes]
- ///"agave"=-
- ///"appaddins"=-
- ///"comaddins"=-
- ///"documentfiles"=-
- ///"templatefiles"=-
- ///.
- /// </summary>
- internal static string EnableOfficeTelemetry {
- get {
- return ResourceManager.GetString("EnableOfficeTelemetry", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to schtasks /change /tn "\Microsoft\Office\OfficeTelemetryAgentFallBack2016" /enable
- ///schtasks /change /tn "\Microsoft\Office\OfficeTelemetryAgentLogOn2016" /enable
- ///
- ///schtasks /change /tn "\Microsoft\Office\OfficeTelemetryAgentFallBack" /enable
- ///schtasks /change /tn "\Microsoft\Office\OfficeTelemetryAgentLogOn" /enable
- ///
- ///reg add "HKCU\SOFTWARE\Microsoft\Office\15.0\Outlook\Options\Mail" /v "EnableLogging" /t REG_DWORD /d 1 /f
- ///reg add "HKCU\SOFTWARE\Microsoft\Office\16.0\Outlook\Options\Mail" /v "EnableLogging" /t [rest of string was truncated]";.
- /// </summary>
- internal static string EnableOfficeTelemetryTasks {
- get {
- return ResourceManager.GetString("EnableOfficeTelemetryTasks", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to schtasks /change /tn "\Microsoft\Windows\Customer Experience Improvement Program\Consolidator" /enable
- ///schtasks /change /tn "\Microsoft\Windows\Customer Experience Improvement Program\BthSQM" /enable
- ///schtasks /change /tn "\Microsoft\Windows\Customer Experience Improvement Program\KernelCeipTask" /enable
- ///schtasks /change /tn "\Microsoft\Windows\Customer Experience Improvement Program\UsbCeip" /enable
- ///schtasks /change /tn "\Microsoft\Windows\Customer Experience Improvement Program\Uploader" /enable
- ///schtasks / [rest of string was truncated]";.
- /// </summary>
- internal static string EnableTelemetryTasks {
- get {
- return ResourceManager.GetString("EnableTelemetryTasks", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to schtasks /change /tn "\Microsoft\XblGameSave\XblGameSaveTask" /enable
- ///schtasks /change /tn "\Microsoft\XblGameSave\XblGameSaveTaskLogon" /enable
- ///.
- /// </summary>
- internal static string EnableXboxTasks {
- get {
- return ResourceManager.GetString("EnableXboxTasks", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to {
- /// "btnAbout": "OK",
- /// "restartButton": "Reiniciar ahora",
- /// "restartButton8": "Reiniciar ahora",
- /// "restartButton10": "Reiniciar ahora",
- /// "btnFind": "Encontrar",
- /// "btnKill": "Matar",
- /// "trayUnlocker": "Asas de archivo",
- /// "restartAndApply": "Reiniciar para aplicar cambios?",
- /// "onedriveM": "¿Seguro que quieres desinstalar OneDrive? ¡Esto eliminará sus archivos de escritorio y documentos! ¡Use esta opción solo en una cuenta local!",
- /// "txtVersion": "Versión: {VN}",
- /// "systemRestoreM": "¿Está seguro de qu [rest of string was truncated]";.
- /// </summary>
- internal static string ES {
- get {
- return ResourceManager.GetString("ES", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to {
- /// "btnAbout": "OK",
- /// "restartButton": "redemarrer maintenant",
- /// "restartButton8": "redemarrer maintenant",
- /// "restartButton10": "redemarrer maintenant",
- /// "btnFind": "Trouver",
- /// "btnKill": "Tuer",
- /// "trayUnlocker": "Poignées de fichier",
- /// "restartAndApply": "Redemarrer pour appliquer les changements?",
- /// "onedriveM": "Voulez-vous vraiment désinstaller OneDrive? Cela supprimera vos fichiers de bureau et de document! N'utilisez cette option que sur un compte local!",
- /// "txtVersion": "Version: {VN}",
- /// " [rest of string was truncated]";.
- /// </summary>
- internal static string FR {
- get {
- return ResourceManager.GetString("FR", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- /// </summary>
- internal static System.Drawing.Bitmap france {
- get {
- object obj = ResourceManager.GetObject("france", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- /// <summary>
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- /// </summary>
- internal static System.Drawing.Bitmap germany {
- get {
- object obj = ResourceManager.GetObject("germany", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to @echo off
- ///pushd "%~dp0"
- ///dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~3*.mum >List.txt
- ///dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientTools-Package~3*.mum >>List.txt
- ///for /f %%i in ('findstr /i . List.txt 2^>nul') do dism /online /norestart /add-package:"%SystemRoot%\servicing\Packages\%%i"
- ///.
- /// </summary>
- internal static string GPEditEnablerInHome {
- get {
- return ResourceManager.GetString("GPEditEnablerInHome", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- /// </summary>
- internal static System.Drawing.Bitmap greece {
- get {
- object obj = ResourceManager.GetObject("greece", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- /// <summary>
- /// Looks up a localized resource of type System.Byte[].
- /// </summary>
- internal static byte[] hosts {
- get {
- object obj = ResourceManager.GetObject("hosts", resourceCulture);
- return ((byte[])(obj));
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Windows Registry Editor Version 5.00
- ///
- ///[HKEY_CLASSES_ROOT\*\shell\runas]
- ///@="Take Ownership"
- ///"NoWorkingDirectory"=""
- ///
- ///[HKEY_CLASSES_ROOT\*\shell\runas\command]
- ///@="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
- ///"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
- ///
- ///[HKEY_CLASSES_ROOT\Directory\shell\runas]
- ///@="Take Ownership"
- ///"NoWorkingDirectory"=""
- ///
- ///[HKEY_CLASSES_ROOT\Directory\shell\runas\command]
- ///@="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"% [rest of string was truncated]";.
- /// </summary>
- internal static string InstallTakeOwnership {
- get {
- return ResourceManager.GetString("InstallTakeOwnership", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to {
- /// "btnAbout": "OK",
- /// "restartButton": "riavvia ora",
- /// "restartButton8": "riavvia ora",
- /// "restartButton10": "riavvia ora",
- /// "restartAndApply": "Riavviare per applicare le modifiche?",
- /// "txtVersion": "Versione: {VN}",
- /// "btnFind": "Trova",
- /// "btnKill": "Uccisione",
- /// "trayUnlocker": "Manici di file",
- /// "txtBitness": "Architettura: {BITS}",
- /// "linkUpdate": "Aggiornamento disponibile",
- /// "lblLab": "Build sperimentale\n(cancellare dopo il test)",
- /// "systemRestoreM": "Sei sicuro di voler disabilitare Ripristino configu [rest of string was truncated]";.
- /// </summary>
- internal static string IT {
- get {
- return ResourceManager.GetString("IT", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- /// </summary>
- internal static System.Drawing.Bitmap italy {
- get {
- object obj = ResourceManager.GetObject("italy", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to {
- /// "btnAbout": "확인",
- /// "restartButton": "지금 다시 시작",
- /// "restartButton8": "지금 다시 시작",
- /// "restartButton10": "지금 다시 시작",
- /// "btnFind": "찾다",
- /// "btnKill": "죽임",
- /// "trayUnlocker": "파일 핸들",
- /// "restartAndApply": "변경을 적용하려면 다시 시작하시겠습니까?",
- /// "onedriveM": "OneDrive를 제거하시겠습니까? 데스크탑 및 문서 파일이 삭제됩니다! 로컬 계정에서만 이 옵션을 사용하십시오!",
- /// "systemRestoreM": "시스템 복원을 비활성화하시겠습니까? 현재 백업 이미지가 삭제됩니다!",
- /// "txtVersion": "버전: {VN}",
- /// "txtBitness": "{BITS}로 작업중입니다",
- /// "linkUpdate": "업데이트 가능",
- /// "lblLab": "실험 빌드\n(테스트 후 삭제)",
- /// "performanc [rest of string was truncated]";.
- /// </summary>
- internal static string KO {
- get {
- return ResourceManager.GetString("KO", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- /// </summary>
- internal static System.Drawing.Bitmap korea {
- get {
- object obj = ResourceManager.GetObject("korea", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to {
- /// "btnAbout": "باشە",
- /// "restartButton": "ئێستا ڕیستارتی بکەوە",
- /// "restartButton8": "ئێستا ڕیستارتی بکەوە",
- /// "restartButton10": "ئێستا ڕیستارتی بکەوە",
- /// "btnFind": "بیدۆزەوە",
- /// "btnKill": "بیکوژە (دایبخە)",
- /// "trayUnlocker": "دەسکەکانی فایل",
- /// "restartAndApply": "ڕیستارتی ئەکەیتەوە بۆ بینینی گۆڕانکاریەکان؟",
- /// "txtVersion": "وەشان : ",
- /// "txtBitness": "کاردەکەیت (BITS) تۆ لەگەڵ",
- /// "linkUpdate": "وەشانی نوێ بەردەستە",
- /// "lblLab": "دروست کردنی تاقیکاری\n سڕینەوە دوای تاقیکردنەو",
- /// "performanceSw": "کاراکردن بۆ با [rest of string was truncated]";.
- /// </summary>
- internal static string KU {
- get {
- return ResourceManager.GetString("KU", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- /// </summary>
- internal static System.Drawing.Bitmap kurdish {
- get {
- object obj = ResourceManager.GetObject("kurdish", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- /// <summary>
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- /// </summary>
- internal static System.Drawing.Bitmap loadingAmber {
- get {
- object obj = ResourceManager.GetObject("loadingAmber", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- /// <summary>
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- /// </summary>
- internal static System.Drawing.Bitmap loadingAmethyst {
- get {
- object obj = ResourceManager.GetObject("loadingAmethyst", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- /// <summary>
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- /// </summary>
- internal static System.Drawing.Bitmap loadingAzurite {
- get {
- object obj = ResourceManager.GetObject("loadingAzurite", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- /// <summary>
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- /// </summary>
- internal static System.Drawing.Bitmap loadingJade {
- get {
- object obj = ResourceManager.GetObject("loadingJade", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- /// <summary>
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- /// </summary>
- internal static System.Drawing.Bitmap loadingRuby {
- get {
- object obj = ResourceManager.GetObject("loadingRuby", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- /// <summary>
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- /// </summary>
- internal static System.Drawing.Bitmap loadingSilver {
- get {
- object obj = ResourceManager.GetObject("loadingSilver", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- /// <summary>
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- /// </summary>
- internal static System.Drawing.Bitmap logoAmber {
- get {
- object obj = ResourceManager.GetObject("logoAmber", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- /// <summary>
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- /// </summary>
- internal static System.Drawing.Bitmap logoAmethyst {
- get {
- object obj = ResourceManager.GetObject("logoAmethyst", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- /// <summary>
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- /// </summary>
- internal static System.Drawing.Bitmap logoAzurite {
- get {
- object obj = ResourceManager.GetObject("logoAzurite", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- /// <summary>
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- /// </summary>
- internal static System.Drawing.Bitmap logoJade {
- get {
- object obj = ResourceManager.GetObject("logoJade", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- /// <summary>
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- /// </summary>
- internal static System.Drawing.Bitmap logoRuby {
- get {
- object obj = ResourceManager.GetObject("logoRuby", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- /// <summary>
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- /// </summary>
- internal static System.Drawing.Bitmap logoSilver {
- get {
- object obj = ResourceManager.GetObject("logoSilver", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- /// <summary>
- /// Looks up a localized resource of type System.Byte[].
- /// </summary>
- internal static byte[] OneDrive_Uninstaller {
- get {
- object obj = ResourceManager.GetObject("OneDrive_Uninstaller", resourceCulture);
- return ((byte[])(obj));
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to {
- /// "btnAbout": "OK",
- /// "restartButton": "Uruchom ponownie teraz",
- /// "restartButton8": "Uruchom ponownie teraz",
- /// "restartButton10": "Uruchom ponownie teraz",
- /// "btnFind": "Znajdować",
- /// "btnKill": "Zabić",
- /// "trayUnlocker": "Uchwyty do plików",
- /// "restartAndApply": "Uruchom ponownie, aby zastosować zmiany?",
- /// "onedriveM": "Czy na pewno chcesz odinstalować OneDrive? Spowoduje to usunięcie plików pulpitu i dokumentów! Używaj tej opcji tylko na koncie lokalnym!",
- /// "txtVersion": "Wersja: {VN}",
- /// "systemRes [rest of string was truncated]";.
- /// </summary>
- internal static string PL {
- get {
- return ResourceManager.GetString("PL", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- /// </summary>
- internal static System.Drawing.Bitmap poland {
- get {
- object obj = ResourceManager.GetObject("poland", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Windows Registry Editor Version 5.00
- ///
- ///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\Power Menu]
- ///"MUIVerb"="Power Menu"
- ///"SubCommands"="lock;logoff;switch;sleep;hibernate;restart;safemode;shutdown;hybridshutdown"
- ///"Icon"="shell32.dll,215"
- ///"Position"="bottom"
- ///
- ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\lock]
- ///@="Lock"
- ///
- ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\lock\command]
- ///@="Rundll32 User32.dll,LockWorkStati [rest of string was truncated]";.
- /// </summary>
- internal static string PowerMenu {
- get {
- return ResourceManager.GetString("PowerMenu", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to {
- /// "btnAbout": "OK",
- /// "restartButton": "reinicie agora",
- /// "restartButton8": "reinicie agora",
- /// "restartButton10": "reinicie agora",
- /// "btnFind": "Encontrar",
- /// "btnKill": "Matar",
- /// "trayUnlocker": "Alças de arquivo",
- /// "restartAndApply": "Reiniciar para aplicar as alterações?",
- /// "onedriveM": "Tem certeza de que deseja desinstalar o OneDrive? Isso excluirá seus arquivos da área de trabalho e de documentos! Use esta opção apenas em uma conta local!",
- /// "CleanPreviewForm": "Antevisão Limpa",
- /// "systemRestoreM": "Te [rest of string was truncated]";.
- /// </summary>
- internal static string PT {
- get {
- return ResourceManager.GetString("PT", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Windows Registry Editor Version 5.00
- ///
- ///
- ///[-HKEY_CLASSES_ROOT\*\shell\runas]
- ///
- ///[-HKEY_CLASSES_ROOT\Directory\shell\runas]
- ///.
- /// </summary>
- internal static string RemoveTakeOwnership {
- get {
- return ResourceManager.GetString("RemoveTakeOwnership", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to {
- /// "btnAbout": "OK",
- /// "restartButton": "Перезапустить сейчас",
- /// "restartButton8": "Перезапустить сейчас",
- /// "restartButton10": "Перезапустить сейчас",
- /// "restartAndApply": "Перезапустить, чтобы применить изменения?",
- /// "txtVersion": "Версия: {VN}",
- /// "btnFind": "Находить",
- /// "btnKill": "Убийство",
- /// "trayUnlocker": "Дескрипторы файлов",
- /// "txtBitness": "Вы работаете с {BITS}",
- /// "systemRestoreM": "Вы уверены, что хотите отключить восстановление системы? Это удалит ваши текущие резервные изображения!",
- /// "onedriveM": [rest of string was truncated]";.
- /// </summary>
- internal static string RU {
- get {
- return ResourceManager.GetString("RU", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- /// </summary>
- internal static System.Drawing.Bitmap russia {
- get {
- object obj = ResourceManager.GetObject("russia", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- /// <summary>
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- /// </summary>
- internal static System.Drawing.Bitmap spain {
- get {
- object obj = ResourceManager.GetObject("spain", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Windows Registry Editor Version 5.00
- ///
- ///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\SystemShortcuts]
- ///"MUIVerb"="System Shortcuts"
- ///"SubCommands"="admintools;datetime;regional;folderoptions;gmode;internetoptions;network;power;appwiz;rbin;run;search;services;sysdm;user;user2;flip3d"
- ///"icon"="sysdm.cpl"
- ///"Position"=-
- ///
- ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\admintools]
- ///@="Administrative Tools"
- ///"icon"="imageres.dll,109"
- ///
- ///[HKEY_LOCAL_MACHINE\SOFTWARE\Micros [rest of string was truncated]";.
- /// </summary>
- internal static string SystemShortcuts {
- get {
- return ResourceManager.GetString("SystemShortcuts", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Windows Registry Editor Version 5.00
- ///
- ///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\SystemTools]
- ///"MUIVerb"="System Tools"
- ///"SubCommands"="control;cleanmgr;devmgr;event;regedit;secctr;msconfig;taskmgr;taskschd;wu"
- ///"icon"="imageres.dll,104"
- ///"Position"=-
- ///
- ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\control]
- ///@="Control Panel"
- ///"icon"="control.exe"
- ///
- ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\control\command]
- ///@="c [rest of string was truncated]";.
- /// </summary>
- internal static string SystemTools {
- get {
- return ResourceManager.GetString("SystemTools", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- /// </summary>
- internal static System.Drawing.Bitmap taiwan {
- get {
- object obj = ResourceManager.GetObject("taiwan", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to {
- /// "btnAbout": "OK",
- /// "restartButton": "şimdi yeniden başlat",
- /// "restartButton8": "şimdi yeniden başlat",
- /// "restartButton10": "şimdi yeniden başlat",
- /// "restartAndApply": "Değişiklikleri uygulamak için yeniden başlatılsın mı?",
- /// "onedriveM": "OneDrive'ı kaldırmak istediğinizden emin misiniz? Bu, Masaüstü ve Belge dosyalarınızı siler! Bu seçeneği yalnızca yerel bir hesapta kullanın!",
- /// "txtVersion": "Versiyon: {VN}",
- /// "txtBitness": "{BITS} ile çalışıyor.",
- /// "btnFind": "Bulmak",
- /// "btnKill": "Öldürmek",
- /// "trayU [rest of string was truncated]";.
- /// </summary>
- internal static string TR {
- get {
- return ResourceManager.GetString("TR", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- /// </summary>
- internal static System.Drawing.Bitmap turkey {
- get {
- object obj = ResourceManager.GetObject("turkey", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to {
- /// "btnAbout": "確定",
- /// "restartButton": "現在重啟",
- /// "restartButton8": "現在重啟",
- /// "restartButton10": "現在重啟",
- /// "restartAndApply": "重新啟動以應用更改?",
- /// "onedriveM": "確定要卸載 OneDrive 嗎? 這將刪除您的桌面和文檔文件! 僅在本地帳戶上使用此選項!",
- /// "txtVersion": "版本: {VN}",
- /// "systemRestoreM": "您確定要禁用系統還原嗎? 這將刪除您當前的備份圖像!",
- /// "txtBitness": "您使用的是{BITS}",
- /// "btnFind": "尋找",
- /// "btnKill": "殺",
- /// "trayUnlocker": "文件句柄",
- /// "linkUpdate": "更新可用",
- /// "lblLab": "實驗構建\n(刪除後測試)",
- /// "performanceSw": "啟用性能調整",
- /// "networkSw": "禁用網路節流",
- /// "defenderSw": "禁用 Windows [rest of string was truncated]";.
- /// </summary>
- internal static string TW {
- get {
- return ResourceManager.GetString("TW", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- /// </summary>
- internal static System.Drawing.Bitmap united_kingdom {
- get {
- object obj = ResourceManager.GetObject("united_kingdom", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Windows Registry Editor Version 5.00
- ///
- ///[HKEY_CLASSES_ROOT\DesktopBackground\Shell\WindowsApps]
- ///"MUIVerb"="Windows Apps"
- ///"SubCommands"="calc;chmap;cmd;dfrg;ie;notepad;paint;psr;snip;srd;srt;tsch;wmp;wordpad"
- ///"icon"="imageres.dll,152"
- ///"Position"=-
- ///
- ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\calc]
- ///@="Calculator"
- ///"icon"="calc.exe"
- ///
- ///[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\calc\command]
- ///@="calc.exe"
- ///
- ///[HK [rest of string was truncated]";.
- /// </summary>
- internal static string WindowsApps {
- get {
- return ResourceManager.GetString("WindowsApps", resourceCulture);
- }
- }
- }
- }
|