123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191 |
- //------------------------------------------------------------------------------
- // <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 resource of type System.Drawing.Bitmap.
- /// </summary>
- internal static System.Drawing.Bitmap amber {
- get {
- object obj = ResourceManager.GetObject("amber", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- /// <summary>
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- /// </summary>
- internal static System.Drawing.Bitmap amethyst {
- get {
- object obj = ResourceManager.GetObject("amethyst", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- /// <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 azurite {
- get {
- object obj = ResourceManager.GetObject("azurite", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- /// <summary>
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- /// </summary>
- internal static System.Drawing.Bitmap banner {
- get {
- object obj = ResourceManager.GetObject("banner", 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": "禁用 W [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ů (File Handles)",
- /// "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 Obno [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 dutch {
- get {
- object obj = ResourceManager.GetObject("dutch", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- /// <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": "Optimize Performance",
- /// "networkSw": "Disable Network Throttling",
- /// "defenderSw [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 que [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}",
- /// "s [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 {
- /// "btnAbout": "Rendben",
- /// "restartButton": "Újraindítás most",
- /// "restartButton8": "Újraindítás most",
- /// "restartButton10": "Újraindítás most",
- /// "restartAndApply": "Újraindítod az eszközt, hogy a változások érvénybe kerüljenek",
- /// "txtVersion": "Verzuó: {VN}",
- /// "txtBitness": "You are working with {BITS}",
- /// "linkUpdate": "Frissítés elérhető",
- /// "lblLab": "Kísérleti verzió\n(töröld tesztelés után!)",
- /// "performanceSw": "Teljesítményjavítások engedélyezése",
- /// "networkSw": "Hálózati korlátozás letiltása",
- /// "defende [rest of string was truncated]";.
- /// </summary>
- internal static string HU {
- get {
- return ResourceManager.GetString("HU", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- /// </summary>
- internal static System.Drawing.Bitmap hungary {
- get {
- object obj = ResourceManager.GetObject("hungary", resourceCulture);
- return ((System.Drawing.Bitmap)(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 configur [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 resource of type System.Drawing.Bitmap.
- /// </summary>
- internal static System.Drawing.Bitmap jade {
- get {
- object obj = ResourceManager.GetObject("jade", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to {
- /// "btnAbout": "확인",
- /// "restartButton": "지금 다시 시작",
- /// "restartButton8": "지금 다시 시작",
- /// "restartButton10": "지금 다시 시작",
- /// "btnFind": "찾기",
- /// "btnKill": "죽이기",
- /// "trayUnlocker": "파일 핸들",
- /// "restartAndApply": "다시 시작하여 변경 사항을 적용하시겠습니까",
- /// "txtVersion": "버전: {VN}",
- /// "txtBitness": "{BITS}로 작업중 - 한국어: 비너스걸",
- /// "linkUpdate": "업데이트 가능",
- /// "lblLab": "실험 빌드\n(테스트 후 삭제)",
- /// "performanceSw": "성능 조정 사용함",
- /// "networkSw": "네트워크 조절 사용 안 함",
- /// "defenderSw": "Windows Defender 사용 안 함",
- /// "systemRestoreSw": "시스템 복원 사용 안 함", [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 logo {
- get {
- object obj = ResourceManager.GetObject("logo", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to {
- /// "btnAbout":"OK",
- /// "restartButton":"Nu opnieuw opstarten",
- /// "restartButton8":"Nu opnieuw opstarten",
- /// "restartButton10":"Nu opnieuw opstarten",
- /// "restartAndApply":"Herstart om wijzigingen toe te passen",
- /// "txtVersion":"Versie: {VN}",
- /// "btnFind":"Vind",
- /// "btnKill":"Dood",
- /// "trayUnlocker":"Bestandshandvatten",
- /// "txtBitness":"OS: {BITS}",
- /// "onedriveM":"Weet u zeker dat u OneDrive wilt verwijderen? Hiermee worden uw bureaublad- en documentbestanden verwijderd! Gebruik deze opt [rest of string was truncated]";.
- /// </summary>
- internal static string NL {
- get {
- return ResourceManager.GetString("NL", resourceCulture);
- }
- }
-
- /// <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}",
- /// "systemRest [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 resource of type System.Byte[].
- /// </summary>
- internal static byte[] Poppins_Regular {
- get {
- object obj = ResourceManager.GetObject("Poppins_Regular", resourceCulture);
- return ((byte[])(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": "Tem [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": "Bine",
- /// "restartButton": "Reporniți acum",
- /// "restartButton8": "Reporniți acum",
- /// "restartButton10": "Reporniți acum",
- /// "btnFind": "Găsește",
- /// "btnKill": "Termin",
- /// "trayUnlocker": "Mânere de fișiere",
- /// "restartAndApply": "Reporniți pentru a aplica modificări",
- /// "txtVersion": "Versiune: {VN}",
- /// "txtBitness": "Tu lucrezi cu {BITS}",
- /// "linkUpdate": "Actualizare disponibilă",
- /// "lblLab": "Construcție experimentală\n(șterge după testare)",
- /// "performanceSw": "Activează trucuri performa [rest of string was truncated]";.
- /// </summary>
- internal static string RO {
- get {
- return ResourceManager.GetString("RO", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- /// </summary>
- internal static System.Drawing.Bitmap romania {
- get {
- object obj = ResourceManager.GetObject("romania", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- /// <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 ruby {
- get {
- object obj = ResourceManager.GetObject("ruby", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
- /// <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 silver {
- get {
- object obj = ResourceManager.GetObject("silver", 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",
- /// "trayUn [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);
- }
- }
- }
- }
|