diff --git a/ILSpy/Properties/Resources.Designer.cs b/ILSpy/Properties/Resources.Designer.cs
index aafeb3b29..97d1ffc5d 100644
--- a/ILSpy/Properties/Resources.Designer.cs
+++ b/ILSpy/Properties/Resources.Designer.cs
@@ -1,3163 +1,3167 @@
-//------------------------------------------------------------------------------
+//------------------------------------------------------------------------------
//
-// 這段程式碼是由工具產生的。
-// 執行階段版本:4.0.30319.42000
+// 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.
//
//------------------------------------------------------------------------------
-namespace ICSharpCode.ILSpy.Properties {
- using System;
-
-
- ///
- /// 用於查詢當地語系化字串等的強類型資源類別。
- ///
- // 這個類別是自動產生的,是利用 StronglyTypedResourceBuilder
- // 類別透過 ResGen 或 Visual Studio 這類工具。
- // 若要加入或移除成員,請編輯您的 .ResX 檔,然後重新執行 ResGen
- // (利用 /str 選項),或重建您的 VS 專案。
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "18.0.0.0")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- public 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() {
- }
-
- ///
- /// 傳回這個類別使用的快取的 ResourceManager 執行個體。
- ///
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- public static global::System.Resources.ResourceManager ResourceManager {
- get {
- if (object.ReferenceEquals(resourceMan, null)) {
- global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ICSharpCode.ILSpy.Properties.Resources", typeof(Resources).Assembly);
- resourceMan = temp;
- }
- return resourceMan;
- }
- }
-
- ///
- /// 覆寫目前執行緒的 CurrentUICulture 屬性,對象是所有
- /// 使用這個強類型資源類別的資源查閱。
- ///
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- public static global::System.Globalization.CultureInfo Culture {
- get {
- return resourceCulture;
- }
- set {
- resourceCulture = value;
- }
- }
-
- ///
- /// 查詢類似 _About 的當地語系化字串。
- ///
- public static string _About {
- get {
- return ResourceManager.GetString("_About", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 _Add To Main List 的當地語系化字串。
- ///
- public static string _AddMainList {
- get {
- return ResourceManager.GetString("_AddMainList", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Analy_zer 的當地語系化字串。
- ///
- public static string _Analyzer {
- get {
- return ResourceManager.GetString("_Analyzer", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 _Assemblies 的當地語系化字串。
- ///
- public static string _Assemblies {
- get {
- return ResourceManager.GetString("_Assemblies", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 _Check for Updates 的當地語系化字串。
- ///
- public static string _CheckUpdates {
- get {
- return ResourceManager.GetString("_CheckUpdates", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 _Collapse all tree nodes 的當地語系化字串。
- ///
- public static string _CollapseTreeNodes {
- get {
- return ResourceManager.GetString("_CollapseTreeNodes", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Create _Diagram... 的當地語系化字串。
- ///
- public static string _CreateDiagram {
- get {
- return ResourceManager.GetString("_CreateDiagram", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 _File 的當地語系化字串。
- ///
- public static string _File {
- get {
- return ResourceManager.GetString("_File", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 _Help 的當地語系化字串。
- ///
- public static string _Help {
- get {
- return ResourceManager.GetString("_Help", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 _Load Dependencies 的當地語系化字串。
- ///
- public static string _LoadDependencies {
- get {
- return ResourceManager.GetString("_LoadDependencies", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 _New 的當地語系化字串。
- ///
- public static string _New {
- get {
- return ResourceManager.GetString("_New", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 _Open... 的當地語系化字串。
- ///
- public static string _Open {
- get {
- return ResourceManager.GetString("_Open", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 _Open Command Line Here 的當地語系化字串。
- ///
- public static string _OpenCommandLineHere {
- get {
- return ResourceManager.GetString("_OpenCommandLineHere", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 _Open Containing Folder 的當地語系化字串。
- ///
- public static string _OpenContainingFolder {
- get {
- return ResourceManager.GetString("_OpenContainingFolder", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 _Options... 的當地語系化字串。
- ///
- public static string _Options {
- get {
- return ResourceManager.GetString("_Options", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 _Reload 的當地語系化字串。
- ///
- public static string _Reload {
- get {
- return ResourceManager.GetString("_Reload", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 _Remove 的當地語系化字串。
- ///
- public static string _Remove {
- get {
- return ResourceManager.GetString("_Remove", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 _Remove Assemblies with load errors 的當地語系化字串。
- ///
- public static string _RemoveAssembliesWithLoadErrors {
- get {
- return ResourceManager.GetString("_RemoveAssembliesWithLoadErrors", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 _Reset 的當地語系化字串。
- ///
- public static string _Reset {
- get {
- return ResourceManager.GetString("_Reset", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Resources 的當地語系化字串。
- ///
- public static string _Resources {
- get {
- return ResourceManager.GetString("_Resources", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 _Save Code... 的當地語系化字串。
- ///
- public static string _SaveCode {
- get {
- return ResourceManager.GetString("_SaveCode", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 _Search: 的當地語系化字串。
- ///
- public static string _Search {
- get {
- return ResourceManager.GetString("_Search", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 _Search for: 的當地語系化字串。
- ///
- public static string _SearchFor {
- get {
- return ResourceManager.GetString("_SearchFor", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 _Show debug steps 的當地語系化字串。
- ///
- public static string _ShowDebugSteps {
- get {
- return ResourceManager.GetString("_ShowDebugSteps", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Toggle Folding 的當地語系化字串。
- ///
- public static string _ToggleFolding {
- get {
- return ResourceManager.GetString("_ToggleFolding", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 _View 的當地語系化字串。
- ///
- public static string _View {
- get {
- return ResourceManager.GetString("_View", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 _Window 的當地語系化字串。
- ///
- public static string _Window {
- get {
- return ResourceManager.GetString("_Window", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 About 的當地語系化字串。
- ///
- public static string About {
- get {
- return ResourceManager.GetString("About", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Add preconfigured list... 的當地語系化字串。
- ///
- public static string AddPreconfiguredList {
- get {
- return ResourceManager.GetString("AddPreconfiguredList", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Add shell integration 的當地語系化字串。
- ///
- public static string AddShellIntegration {
- get {
- return ResourceManager.GetString("AddShellIntegration", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 This will add "{0}" to the registry at "HKCU\Software\Classes\dllfile\shell\Open with ILSpy\command" and "HKCU\Software\Classes\exefile\shell\Open with ILSpy\command" to allow opening .dll and .exe files from the Windows Explorer context menu.
- ///
- ///Do you want to continue? 的當地語系化字串。
- ///
- public static string AddShellIntegrationMessage {
- get {
- return ResourceManager.GetString("AddShellIntegrationMessage", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 |All Files|*.* 的當地語系化字串。
- ///
- public static string AllFiles {
- get {
- return ResourceManager.GetString("AllFiles", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Allow multiple instances 的當地語系化字串。
- ///
- public static string AllowMultipleInstances {
- get {
- return ResourceManager.GetString("AllowMultipleInstances", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Always use braces 的當地語系化字串。
- ///
- public static string AlwaysBraces {
- get {
- return ResourceManager.GetString("AlwaysBraces", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Analyze 的當地語系化字串。
- ///
- public static string Analyze {
- get {
- return ResourceManager.GetString("Analyze", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Assemblies 的當地語系化字串。
- ///
- public static string Assemblies {
- get {
- return ResourceManager.GetString("Assemblies", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Assembly 的當地語系化字串。
- ///
- public static string Assembly {
- get {
- return ResourceManager.GetString("Assembly", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 The directory is not empty. File will be overwritten.
- ///Are you sure you want to continue? 的當地語系化字串。
- ///
- public static string AssemblySaveCodeDirectoryNotEmpty {
- get {
- return ResourceManager.GetString("AssemblySaveCodeDirectoryNotEmpty", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Project Directory not empty 的當地語系化字串。
- ///
- public static string AssemblySaveCodeDirectoryNotEmptyTitle {
- get {
- return ResourceManager.GetString("AssemblySaveCodeDirectoryNotEmptyTitle", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Automatically check for updates every week 的當地語系化字串。
- ///
- public static string AutomaticallyCheckUpdatesEveryWeek {
- get {
- return ResourceManager.GetString("AutomaticallyCheckUpdatesEveryWeek", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Back 的當地語系化字串。
- ///
- public static string Back {
- get {
- return ResourceManager.GetString("Back", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Base Types 的當地語系化字串。
- ///
- public static string BaseTypes {
- get {
- return ResourceManager.GetString("BaseTypes", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 C_lone 的當地語系化字串。
- ///
- public static string C_lone {
- get {
- return ResourceManager.GetString("C_lone", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Cancel 的當地語系化字串。
- ///
- public static string Cancel {
- get {
- return ResourceManager.GetString("Cancel", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Entity could not be resolved. Cannot analyze entities from missing assembly references. Add the missing reference and try again. 的當地語系化字串。
- ///
- public static string CannotAnalyzeMissingRef {
- get {
- return ResourceManager.GetString("CannotAnalyzeMissingRef", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Cannot create PDB file for {0} because the PE debug directory type 'CodeView' is missing. 的當地語系化字串。
- ///
- public static string CannotCreatePDBFile {
- get {
- return ResourceManager.GetString("CannotCreatePDBFile", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Check again 的當地語系化字串。
- ///
- public static string CheckAgain {
- get {
- return ResourceManager.GetString("CheckAgain", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Checking... 的當地語系化字串。
- ///
- public static string Checking {
- get {
- return ResourceManager.GetString("Checking", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Check for updates 的當地語系化字串。
- ///
- public static string CheckUpdates {
- get {
- return ResourceManager.GetString("CheckUpdates", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Clear assembly list 的當地語系化字串。
- ///
- public static string ClearAssemblyList {
- get {
- return ResourceManager.GetString("ClearAssemblyList", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Close 的當地語系化字串。
- ///
- public static string Close {
- get {
- return ResourceManager.GetString("Close", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Collapse all tree nodes 的當地語系化字串。
- ///
- public static string CollapseTreeNodes {
- get {
- return ResourceManager.GetString("CollapseTreeNodes", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Copy 的當地語系化字串。
- ///
- public static string Copy {
- get {
- return ResourceManager.GetString("Copy", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Copy error message 的當地語系化字串。
- ///
- public static string CopyErrorMessage {
- get {
- return ResourceManager.GetString("CopyErrorMessage", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Copy FQ Name 的當地語系化字串。
- ///
- public static string CopyName {
- get {
- return ResourceManager.GetString("CopyName", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Could not use SDK-style project format, because no compatible target-framework moniker was found. 的當地語系化字串。
- ///
- public static string CouldNotUseSdkStyleProjectFormat {
- get {
- return ResourceManager.GetString("CouldNotUseSdkStyleProjectFormat", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Create 的當地語系化字串。
- ///
- public static string Create {
- get {
- return ResourceManager.GetString("Create", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Creating diagram... 的當地語系化字串。
- ///
- public static string CreatingDiagram {
- get {
- return ResourceManager.GetString("CreatingDiagram", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Culture 的當地語系化字串。
- ///
- public static string CultureLabel {
- get {
- return ResourceManager.GetString("CultureLabel", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 DEBUG -- Decompile All 的當地語系化字串。
- ///
- public static string DEBUGDecompile {
- get {
- return ResourceManager.GetString("DEBUGDecompile", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 DEBUG -- Decompile 100x 的當地語系化字串。
- ///
- public static string DEBUGDecompile100x {
- get {
- return ResourceManager.GetString("DEBUGDecompile100x", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 DEBUG -- Disassemble All 的當地語系化字串。
- ///
- public static string DEBUGDisassemble {
- get {
- return ResourceManager.GetString("DEBUGDisassemble", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 DEBUG -- Dump PDB as XML 的當地語系化字串。
- ///
- public static string DEBUGDumpPDBAsXML {
- get {
- return ResourceManager.GetString("DEBUGDumpPDBAsXML", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Debug Steps 的當地語系化字串。
- ///
- public static string DebugSteps {
- get {
- return ResourceManager.GetString("DebugSteps", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Debug this step 的當地語系化字串。
- ///
- public static string DebugThisStep {
- get {
- return ResourceManager.GetString("DebugThisStep", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Decode custom attribute blobs 的當地語系化字串。
- ///
- public static string DecodeCustomAttributeBlobs {
- get {
- return ResourceManager.GetString("DecodeCustomAttributeBlobs", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Decompilation complete in {0:F1} seconds. 的當地語系化字串。
- ///
- public static string DecompilationCompleteInF1Seconds {
- get {
- return ResourceManager.GetString("DecompilationCompleteInF1Seconds", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Decompilation view options 的當地語系化字串。
- ///
- public static string DecompilationViewOptions {
- get {
- return ResourceManager.GetString("DecompilationViewOptions", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Decompilation was cancelled. 的當地語系化字串。
- ///
- public static string DecompilationWasCancelled {
- get {
- return ResourceManager.GetString("DecompilationWasCancelled", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Decompile 的當地語系化字串。
- ///
- public static string Decompile {
- get {
- return ResourceManager.GetString("Decompile", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Decompiler 的當地語系化字串。
- ///
- public static string Decompiler {
- get {
- return ResourceManager.GetString("Decompiler", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Always inline local variables if possible 的當地語系化字串。
- ///
- public static string DecompilerSettings_AggressiveInlining {
- get {
- return ResourceManager.GetString("DecompilerSettings.AggressiveInlining", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Allow extension 'Add' methods in collection initializer expressions 的當地語系化字串。
- ///
- public static string DecompilerSettings_AllowExtensionAddMethodsInCollectionInitializerExpressions {
- get {
- return ResourceManager.GetString("DecompilerSettings.AllowExtensionAddMethodsInCollectionInitializerExpressions", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Use 'ref' extension methods 的當地語系化字串。
- ///
- public static string DecompilerSettings_AllowExtensionMethodSyntaxOnRef {
- get {
- return ResourceManager.GetString("DecompilerSettings.AllowExtensionMethodSyntaxOnRef", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Always cast targets of explicit interface implementation calls 的當地語系化字串。
- ///
- public static string DecompilerSettings_AlwaysCastTargetsOfExplicitInterfaceImplementationCalls {
- get {
- return ResourceManager.GetString("DecompilerSettings.AlwaysCastTargetsOfExplicitInterfaceImplementationCalls", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Always move field initializers from constructors to declarations 的當地語系化字串。
- ///
- public static string DecompilerSettings_AlwaysMoveInitializer {
- get {
- return ResourceManager.GetString("DecompilerSettings.AlwaysMoveInitializer", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Always qualify member references 的當地語系化字串。
- ///
- public static string DecompilerSettings_AlwaysQualifyMemberReferences {
- get {
- return ResourceManager.GetString("DecompilerSettings.AlwaysQualifyMemberReferences", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Always show enum member values 的當地語系化字串。
- ///
- public static string DecompilerSettings_AlwaysShowEnumMemberValues {
- get {
- return ResourceManager.GetString("DecompilerSettings.AlwaysShowEnumMemberValues", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Always use braces 的當地語系化字串。
- ///
- public static string DecompilerSettings_AlwaysUseBraces {
- get {
- return ResourceManager.GetString("DecompilerSettings.AlwaysUseBraces", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Always fully qualify namespaces using the "global::" prefix 的當地語系化字串。
- ///
- public static string DecompilerSettings_AlwaysUseGlobal {
- get {
- return ResourceManager.GetString("DecompilerSettings.AlwaysUseGlobal", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Apply Windows Runtime projections on loaded assemblies 的當地語系化字串。
- ///
- public static string DecompilerSettings_ApplyWindowsRuntimeProjectionsOnLoadedAssemblies {
- get {
- return ResourceManager.GetString("DecompilerSettings.ApplyWindowsRuntimeProjectionsOnLoadedAssemblies", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Array initializer expressions 的當地語系化字串。
- ///
- public static string DecompilerSettings_ArrayInitializerExpressions {
- get {
- return ResourceManager.GetString("DecompilerSettings.ArrayInitializerExpressions", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Decompile async IAsyncEnumerator methods 的當地語系化字串。
- ///
- public static string DecompilerSettings_AsyncEnumerator {
- get {
- return ResourceManager.GetString("DecompilerSettings.AsyncEnumerator", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Automatically load assembly references 的當地語系化字串。
- ///
- public static string DecompilerSettings_AutoLoadAssemblyReferences {
- get {
- return ResourceManager.GetString("DecompilerSettings.AutoLoadAssemblyReferences", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 User-defined checked operators 的當地語系化字串。
- ///
- public static string DecompilerSettings_CheckedOperators {
- get {
- return ResourceManager.GetString("DecompilerSettings.CheckedOperators", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Check for overflow and underflow in operators 的當地語系化字串。
- ///
- public static string DecompilerSettings_CheckForOverflowUnderflow {
- get {
- return ResourceManager.GetString("DecompilerSettings.CheckForOverflowUnderflow", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Decompile anonymous methods/lambdas 的當地語系化字串。
- ///
- public static string DecompilerSettings_DecompileAnonymousMethodsLambdas {
- get {
- return ResourceManager.GetString("DecompilerSettings.DecompileAnonymousMethodsLambdas", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Decompile anonymous types 的當地語系化字串。
- ///
- public static string DecompilerSettings_DecompileAnonymousTypes {
- get {
- return ResourceManager.GetString("DecompilerSettings.DecompileAnonymousTypes", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Decompile async methods 的當地語系化字串。
- ///
- public static string DecompilerSettings_DecompileAsyncMethods {
- get {
- return ResourceManager.GetString("DecompilerSettings.DecompileAsyncMethods", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Decompile automatic events 的當地語系化字串。
- ///
- public static string DecompilerSettings_DecompileAutomaticEvents {
- get {
- return ResourceManager.GetString("DecompilerSettings.DecompileAutomaticEvents", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Decompile automatic properties 的當地語系化字串。
- ///
- public static string DecompilerSettings_DecompileAutomaticProperties {
- get {
- return ResourceManager.GetString("DecompilerSettings.DecompileAutomaticProperties", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Decompile await in catch/finally blocks 的當地語系化字串。
- ///
- public static string DecompilerSettings_DecompileAwaitInCatchFinallyBlocks {
- get {
- return ResourceManager.GetString("DecompilerSettings.DecompileAwaitInCatchFinallyBlocks", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Decompile C# 1.0 'public unsafe fixed int arr[10];' members 的當地語系化字串。
- ///
- public static string DecompilerSettings_DecompileC10PublicUnsafeFixedIntArr10Members {
- get {
- return ResourceManager.GetString("DecompilerSettings.DecompileC10PublicUnsafeFixedIntArr10Members", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Decompile [DecimalConstant(...)] as simple literal values 的當地語系化字串。
- ///
- public static string DecompilerSettings_DecompileDecimalConstantAsSimpleLiteralValues {
- get {
- return ResourceManager.GetString("DecompilerSettings.DecompileDecimalConstantAsSimpleLiteralValues", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Decompile enumerators (yield return) 的當地語系化字串。
- ///
- public static string DecompilerSettings_DecompileEnumeratorsYieldReturn {
- get {
- return ResourceManager.GetString("DecompilerSettings.DecompileEnumeratorsYieldReturn", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Decompile expression trees 的當地語系化字串。
- ///
- public static string DecompilerSettings_DecompileExpressionTrees {
- get {
- return ResourceManager.GetString("DecompilerSettings.DecompileExpressionTrees", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Decompile foreach statements with GetEnumerator extension methods 的當地語系化字串。
- ///
- public static string DecompilerSettings_DecompileForEachWithGetEnumeratorExtension {
- get {
- return ResourceManager.GetString("DecompilerSettings.DecompileForEachWithGetEnumeratorExtension", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Decompile params collections 的當地語系化字串。
- ///
- public static string DecompilerSettings_DecompileParamsCollections {
- get {
- return ResourceManager.GetString("DecompilerSettings.DecompileParamsCollections", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Decompile use of the 'dynamic' type 的當地語系化字串。
- ///
- public static string DecompilerSettings_DecompileUseOfTheDynamicType {
- get {
- return ResourceManager.GetString("DecompilerSettings.DecompileUseOfTheDynamicType", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Detect deconstruction assignments 的當地語系化字串。
- ///
- public static string DecompilerSettings_Deconstruction {
- get {
- return ResourceManager.GetString("DecompilerSettings.Deconstruction", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Detect awaited using and foreach statements 的當地語系化字串。
- ///
- public static string DecompilerSettings_DetectAsyncUsingAndForeachStatements {
- get {
- return ResourceManager.GetString("DecompilerSettings.DetectAsyncUsingAndForeachStatements", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Detect foreach statements 的當地語系化字串。
- ///
- public static string DecompilerSettings_DetectForeachStatements {
- get {
- return ResourceManager.GetString("DecompilerSettings.DetectForeachStatements", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Detect lock statements 的當地語系化字串。
- ///
- public static string DecompilerSettings_DetectLockStatements {
- get {
- return ResourceManager.GetString("DecompilerSettings.DetectLockStatements", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Detect switch on string 的當地語系化字串。
- ///
- public static string DecompilerSettings_DetectSwitchOnString {
- get {
- return ResourceManager.GetString("DecompilerSettings.DetectSwitchOnString", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Detect tuple comparisons 的當地語系化字串。
- ///
- public static string DecompilerSettings_DetectTupleComparisons {
- get {
- return ResourceManager.GetString("DecompilerSettings.DetectTupleComparisons", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Detect using statements 的當地語系化字串。
- ///
- public static string DecompilerSettings_DetectUsingStatements {
- get {
- return ResourceManager.GetString("DecompilerSettings.DetectUsingStatements", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Dictionary initializer expressions 的當地語系化字串。
- ///
- public static string DecompilerSettings_DictionaryInitializerExpressions {
- get {
- return ResourceManager.GetString("DecompilerSettings.DictionaryInitializerExpressions", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Transform to do-while, if possible 的當地語系化字串。
- ///
- public static string DecompilerSettings_DoWhileStatement {
- get {
- return ResourceManager.GetString("DecompilerSettings.DoWhileStatement", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Expand params arguments by removing explicit array creation 的當地語系化字串。
- ///
- public static string DecompilerSettings_ExpandParamsArguments {
- get {
- return ResourceManager.GetString("DecompilerSettings.ExpandParamsArguments", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Use file-scoped namespace declarations 的當地語系化字串。
- ///
- public static string DecompilerSettings_FileScopedNamespaces {
- get {
- return ResourceManager.GetString("DecompilerSettings.FileScopedNamespaces", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Treat Span<T> and ReadOnlySpan<T> as built-in types 的當地語系化字串。
- ///
- public static string DecompilerSettings_FirstClassSpanTypes {
- get {
- return ResourceManager.GetString("DecompilerSettings.FirstClassSpanTypes", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Transform to for, if possible 的當地語系化字串。
- ///
- public static string DecompilerSettings_ForStatement {
- get {
- return ResourceManager.GetString("DecompilerSettings.ForStatement", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 F#-specific options 的當地語系化字串。
- ///
- public static string DecompilerSettings_FSpecificOptions {
- get {
- return ResourceManager.GetString("DecompilerSettings.FSpecificOptions", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Function pointers 的當地語系化字串。
- ///
- public static string DecompilerSettings_FunctionPointers {
- get {
- return ResourceManager.GetString("DecompilerSettings.FunctionPointers", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Decompile getter-only automatic properties 的當地語系化字串。
- ///
- public static string DecompilerSettings_GetterOnlyAutomaticProperties {
- get {
- return ResourceManager.GetString("DecompilerSettings.GetterOnlyAutomaticProperties", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Include XML documentation comments in the decompiled code 的當地語系化字串。
- ///
- public static string DecompilerSettings_IncludeXMLDocumentationCommentsInTheDecompiledCode {
- get {
- return ResourceManager.GetString("DecompilerSettings.IncludeXMLDocumentationCommentsInTheDecompiledCode", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Allow init; accessors 的當地語系化字串。
- ///
- public static string DecompilerSettings_InitAccessors {
- get {
- return ResourceManager.GetString("DecompilerSettings.InitAccessors", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Insert using declarations 的當地語系化字串。
- ///
- public static string DecompilerSettings_InsertUsingDeclarations {
- get {
- return ResourceManager.GetString("DecompilerSettings.InsertUsingDeclarations", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Introduce local functions 的當地語系化字串。
- ///
- public static string DecompilerSettings_IntroduceLocalFunctions {
- get {
- return ResourceManager.GetString("DecompilerSettings.IntroduceLocalFunctions", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Introduce 'private protected' accessibility 的當地語系化字串。
- ///
- public static string DecompilerSettings_IntroducePrivateProtectedAccessibility {
- get {
- return ResourceManager.GetString("DecompilerSettings.IntroducePrivateProtectedAccessibility", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Introduce static local functions 的當地語系化字串。
- ///
- public static string DecompilerSettings_IntroduceStaticLocalFunctions {
- get {
- return ResourceManager.GetString("DecompilerSettings.IntroduceStaticLocalFunctions", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 IsByRefLikeAttribute should be replaced with 'ref' modifiers on structs 的當地語系化字串。
- ///
- public static string DecompilerSettings_IsByRefLikeAttributeShouldBeReplacedWithRefModifiersOnStructs {
- get {
- return ResourceManager.GetString("DecompilerSettings.IsByRefLikeAttributeShouldBeReplacedWithRefModifiersOnStructs", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 IsReadOnlyAttribute should be replaced with 'readonly'/'in' modifiers on structs/parameters 的當地語系化字串。
- ///
- public static string DecompilerSettings_IsReadOnlyAttributeShouldBeReplacedWithReadonlyInModifiersOnStructsParameters {
- get {
- return ResourceManager.GetString("DecompilerSettings.IsReadOnlyAttributeShouldBeReplacedWithReadonlyInModifiersOnSt" +
- "ructsParameters", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 IsUnmanagedAttribute on type parameters should be replaced with 'unmanaged' constraints 的當地語系化字串。
- ///
- public static string DecompilerSettings_IsUnmanagedAttributeOnTypeParametersShouldBeReplacedWithUnmanagedConstraints {
- get {
- return ResourceManager.GetString("DecompilerSettings.IsUnmanagedAttributeOnTypeParametersShouldBeReplacedWithUnmana" +
- "gedConstraints", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Use nint/nuint types 的當地語系化字串。
- ///
- public static string DecompilerSettings_NativeIntegers {
- get {
- return ResourceManager.GetString("DecompilerSettings.NativeIntegers", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Nullable reference types 的當地語系化字串。
- ///
- public static string DecompilerSettings_NullableReferenceTypes {
- get {
- return ResourceManager.GetString("DecompilerSettings.NullableReferenceTypes", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Decompile ?. and ?[] operators 的當地語系化字串。
- ///
- public static string DecompilerSettings_NullPropagation {
- get {
- return ResourceManager.GetString("DecompilerSettings.NullPropagation", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Treat (U)IntPtr as n(u)int 的當地語系化字串。
- ///
- public static string DecompilerSettings_NumericIntPtr {
- get {
- return ResourceManager.GetString("DecompilerSettings.NumericIntPtr", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Object/collection initializer expressions 的當地語系化字串。
- ///
- public static string DecompilerSettings_ObjectCollectionInitializerExpressions {
- get {
- return ResourceManager.GetString("DecompilerSettings.ObjectCollectionInitializerExpressions", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Other 的當地語系化字串。
- ///
- public static string DecompilerSettings_Other {
- get {
- return ResourceManager.GetString("DecompilerSettings.Other", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Pattern combinators (and, or, not) 的當地語系化字串。
- ///
- public static string DecompilerSettings_PatternCombinators {
- get {
- return ResourceManager.GetString("DecompilerSettings.PatternCombinators", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Use pattern matching expressions 的當地語系化字串。
- ///
- public static string DecompilerSettings_PatternMatching {
- get {
- return ResourceManager.GetString("DecompilerSettings.PatternMatching", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Project export 的當地語系化字串。
- ///
- public static string DecompilerSettings_ProjectExport {
- get {
- return ResourceManager.GetString("DecompilerSettings.ProjectExport", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Ranges 的當地語系化字串。
- ///
- public static string DecompilerSettings_Ranges {
- get {
- return ResourceManager.GetString("DecompilerSettings.Ranges", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Read-only methods 的當地語系化字串。
- ///
- public static string DecompilerSettings_ReadOnlyMethods {
- get {
- return ResourceManager.GetString("DecompilerSettings.ReadOnlyMethods", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Record classes 的當地語系化字串。
- ///
- public static string DecompilerSettings_RecordClasses {
- get {
- return ResourceManager.GetString("DecompilerSettings.RecordClasses", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Record structs 的當地語系化字串。
- ///
- public static string DecompilerSettings_RecordStructs {
- get {
- return ResourceManager.GetString("DecompilerSettings.RecordStructs", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Recursive pattern matching 的當地語系化字串。
- ///
- public static string DecompilerSettings_RecursivePatternMatching {
- get {
- return ResourceManager.GetString("DecompilerSettings.RecursivePatternMatching", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 'ref readonly' parameters 的當地語系化字串。
- ///
- public static string DecompilerSettings_RefReadOnlyParameters {
- get {
- return ResourceManager.GetString("DecompilerSettings.RefReadOnlyParameters", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Relational patterns 的當地語系化字串。
- ///
- public static string DecompilerSettings_RelationalPatterns {
- get {
- return ResourceManager.GetString("DecompilerSettings.RelationalPatterns", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Remove dead and side effect free code (use with caution!) 的當地語系化字串。
- ///
- public static string DecompilerSettings_RemoveDeadAndSideEffectFreeCodeUseWithCaution {
- get {
- return ResourceManager.GetString("DecompilerSettings.RemoveDeadAndSideEffectFreeCodeUseWithCaution", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Remove dead stores (use with caution!) 的當地語系化字串。
- ///
- public static string DecompilerSettings_RemoveDeadStores {
- get {
- return ResourceManager.GetString("DecompilerSettings.RemoveDeadStores", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Remove optional arguments, if possible 的當地語系化字串。
- ///
- public static string DecompilerSettings_RemoveOptionalArgumentsIfPossible {
- get {
- return ResourceManager.GetString("DecompilerSettings.RemoveOptionalArgumentsIfPossible", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Required members 的當地語系化字串。
- ///
- public static string DecompilerSettings_RequiredMembers {
- get {
- return ResourceManager.GetString("DecompilerSettings.RequiredMembers", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 'scoped' lifetime annotation 的當地語系化字串。
- ///
- public static string DecompilerSettings_ScopedRef {
- get {
- return ResourceManager.GetString("DecompilerSettings.ScopedRef", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Separate local variable declarations and initializers (int x = 5; -> int x; x = 5;), if possible 的當地語系化字串。
- ///
- public static string DecompilerSettings_SeparateLocalVariableDeclarations {
- get {
- return ResourceManager.GetString("DecompilerSettings.SeparateLocalVariableDeclarations", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Show info from debug symbols, if available 的當地語系化字串。
- ///
- public static string DecompilerSettings_ShowInfoFromDebugSymbolsIfAvailable {
- get {
- return ResourceManager.GetString("DecompilerSettings.ShowInfoFromDebugSymbolsIfAvailable", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Sort custom attributes 的當地語系化字串。
- ///
- public static string DecompilerSettings_SortCustomAttributes {
- get {
- return ResourceManager.GetString("DecompilerSettings.SortCustomAttributes", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Detect switch on integer even if IL code does not use a jump table 的當地語系化字串。
- ///
- public static string DecompilerSettings_SparseIntegerSwitch {
- get {
- return ResourceManager.GetString("DecompilerSettings.SparseIntegerSwitch", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Decompile 'string.Concat(a, b)' calls into 'a + b' 的當地語系化字串。
- ///
- public static string DecompilerSettings_StringConcat {
- get {
- return ResourceManager.GetString("DecompilerSettings.StringConcat", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Use struct field initializers and default constructors 的當地語系化字串。
- ///
- public static string DecompilerSettings_StructDefaultConstructorsAndFieldInitializers {
- get {
- return ResourceManager.GetString("DecompilerSettings.StructDefaultConstructorsAndFieldInitializers", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Switch expressions 的當地語系化字串。
- ///
- public static string DecompilerSettings_SwitchExpressions {
- get {
- return ResourceManager.GetString("DecompilerSettings.SwitchExpressions", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Use switch on (ReadOnly)Span<char> 的當地語系化字串。
- ///
- public static string DecompilerSettings_SwitchOnReadOnlySpanChar {
- get {
- return ResourceManager.GetString("DecompilerSettings.SwitchOnReadOnlySpanChar", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Unsigned right shift (>>>) 的當地語系化字串。
- ///
- public static string DecompilerSettings_UnsignedRightShift {
- get {
- return ResourceManager.GetString("DecompilerSettings.UnsignedRightShift", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Use discards 的當地語系化字串。
- ///
- public static string DecompilerSettings_UseDiscards {
- get {
- return ResourceManager.GetString("DecompilerSettings.UseDiscards", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Use enhanced using variable declarations 的當地語系化字串。
- ///
- public static string DecompilerSettings_UseEnhancedUsing {
- get {
- return ResourceManager.GetString("DecompilerSettings.UseEnhancedUsing", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Use expression-bodied member syntax for get-only properties 的當地語系化字串。
- ///
- public static string DecompilerSettings_UseExpressionBodiedMemberSyntaxForGetOnlyProperties {
- get {
- return ResourceManager.GetString("DecompilerSettings.UseExpressionBodiedMemberSyntaxForGetOnlyProperties", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Use extension method syntax 的當地語系化字串。
- ///
- public static string DecompilerSettings_UseExtensionMethodSyntax {
- get {
- return ResourceManager.GetString("DecompilerSettings.UseExtensionMethodSyntax", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Use implicit conversions between tuple types 的當地語系化字串。
- ///
- public static string DecompilerSettings_UseImplicitConversionsBetweenTupleTypes {
- get {
- return ResourceManager.GetString("DecompilerSettings.UseImplicitConversionsBetweenTupleTypes", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Use implicit method group conversions 的當地語系化字串。
- ///
- public static string DecompilerSettings_UseImplicitMethodGroupConversions {
- get {
- return ResourceManager.GetString("DecompilerSettings.UseImplicitMethodGroupConversions", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Use lambda syntax, if possible 的當地語系化字串。
- ///
- public static string DecompilerSettings_UseLambdaSyntaxIfPossible {
- get {
- return ResourceManager.GetString("DecompilerSettings.UseLambdaSyntaxIfPossible", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Use lifted operators for nullables 的當地語系化字串。
- ///
- public static string DecompilerSettings_UseLiftedOperatorsForNullables {
- get {
- return ResourceManager.GetString("DecompilerSettings.UseLiftedOperatorsForNullables", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Use LINQ expression syntax 的當地語系化字串。
- ///
- public static string DecompilerSettings_UseLINQExpressionSyntax {
- get {
- return ResourceManager.GetString("DecompilerSettings.UseLINQExpressionSyntax", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Use named arguments 的當地語系化字串。
- ///
- public static string DecompilerSettings_UseNamedArguments {
- get {
- return ResourceManager.GetString("DecompilerSettings.UseNamedArguments", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Use nested directories for namespaces 的當地語系化字串。
- ///
- public static string DecompilerSettings_UseNestedDirectoriesForNamespaces {
- get {
- return ResourceManager.GetString("DecompilerSettings.UseNestedDirectoriesForNamespaces", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Use non-trailing named arguments 的當地語系化字串。
- ///
- public static string DecompilerSettings_UseNonTrailingNamedArguments {
- get {
- return ResourceManager.GetString("DecompilerSettings.UseNonTrailingNamedArguments", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Use new T() instead of Activator.CreateInstance<T> 的當地語系化字串。
- ///
- public static string DecompilerSettings_UseObjectCreationOfGenericTypeParameter {
- get {
- return ResourceManager.GetString("DecompilerSettings.UseObjectCreationOfGenericTypeParameter", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Use out variable declarations 的當地語系化字串。
- ///
- public static string DecompilerSettings_UseOutVariableDeclarations {
- get {
- return ResourceManager.GetString("DecompilerSettings.UseOutVariableDeclarations", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Use pattern-based fixed statement 的當地語系化字串。
- ///
- public static string DecompilerSettings_UsePatternBasedFixedStatement {
- get {
- return ResourceManager.GetString("DecompilerSettings.UsePatternBasedFixedStatement", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Use primary constructor syntax for non-record types 的當地語系化字串。
- ///
- public static string DecompilerSettings_UsePrimaryConstructorDecompilerSettings_SyntaxForNonRecordTypes {
- get {
- return ResourceManager.GetString("DecompilerSettings.UsePrimaryConstructorDecompilerSettings.SyntaxForNonRecordType" +
- "s", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Use primary constructor syntax with records 的當地語系化字串。
- ///
- public static string DecompilerSettings_UsePrimaryConstructorSyntax {
- get {
- return ResourceManager.GetString("DecompilerSettings.UsePrimaryConstructorSyntax", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Use primary constructor syntax for non-record types 的當地語系化字串。
- ///
- public static string DecompilerSettings_UsePrimaryConstructorSyntaxForNonRecordTypes {
- get {
- return ResourceManager.GetString("DecompilerSettings.UsePrimaryConstructorSyntaxForNonRecordTypes", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Use ref locals to accurately represent order of evaluation 的當地語系化字串。
- ///
- public static string DecompilerSettings_UseRefLocalsForAccurateOrderOfEvaluation {
- get {
- return ResourceManager.GetString("DecompilerSettings.UseRefLocalsForAccurateOrderOfEvaluation", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Use new SDK style format for generated project files (*.csproj) 的當地語系化字串。
- ///
- public static string DecompilerSettings_UseSdkStyleProjectFormat {
- get {
- return ResourceManager.GetString("DecompilerSettings.UseSdkStyleProjectFormat", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Use stackalloc initializer syntax 的當地語系化字串。
- ///
- public static string DecompilerSettings_UseStackallocInitializerSyntax {
- get {
- return ResourceManager.GetString("DecompilerSettings.UseStackallocInitializerSyntax", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Use string interpolation 的當地語系化字串。
- ///
- public static string DecompilerSettings_UseStringInterpolation {
- get {
- return ResourceManager.GetString("DecompilerSettings.UseStringInterpolation", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Use throw expressions 的當地語系化字串。
- ///
- public static string DecompilerSettings_UseThrowExpressions {
- get {
- return ResourceManager.GetString("DecompilerSettings.UseThrowExpressions", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Use tuple type syntax 的當地語系化字串。
- ///
- public static string DecompilerSettings_UseTupleTypeSyntax {
- get {
- return ResourceManager.GetString("DecompilerSettings.UseTupleTypeSyntax", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Use variable names from debug symbols, if available 的當地語系化字串。
- ///
- public static string DecompilerSettings_UseVariableNamesFromDebugSymbolsIfAvailable {
- get {
- return ResourceManager.GetString("DecompilerSettings.UseVariableNamesFromDebugSymbolsIfAvailable", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 UTF-8 string literals 的當地語系化字串。
- ///
- public static string DecompilerSettings_Utf8StringLiterals {
- get {
- return ResourceManager.GetString("DecompilerSettings.Utf8StringLiterals", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 VB-specific options 的當地語系化字串。
- ///
- public static string DecompilerSettings_VBSpecificOptions {
- get {
- return ResourceManager.GetString("DecompilerSettings.VBSpecificOptions", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 'with' initializer expressions 的當地語系化字串。
- ///
- public static string DecompilerSettings_WithExpressions {
- get {
- return ResourceManager.GetString("DecompilerSettings.WithExpressions", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 The settings selected below are applied to the decompiler output in combination with the selection in the language drop-down. Selecting a lower language version in the drop-down will deactivate all selected options of the higher versions. Note that some settings implicitly depend on each other, e.g.: LINQ expressions cannot be introduced without first transforming static calls to extension method calls. 的當地語系化字串。
- ///
- public static string DecompilerSettingsPanelLongText {
- get {
- return ResourceManager.GetString("DecompilerSettingsPanelLongText", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Decompile to new tab 的當地語系化字串。
- ///
- public static string DecompileToNewPanel {
- get {
- return ResourceManager.GetString("DecompileToNewPanel", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Decompiling... 的當地語系化字串。
- ///
- public static string Decompiling {
- get {
- return ResourceManager.GetString("Decompiling", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Dependencies 的當地語系化字串。
- ///
- public static string Dependencies {
- get {
- return ResourceManager.GetString("Dependencies", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Derived Types 的當地語系化字串。
- ///
- public static string DerivedTypes {
- get {
- return ResourceManager.GetString("DerivedTypes", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Display 的當地語系化字串。
- ///
- public static string Display {
- get {
- return ResourceManager.GetString("Display", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Display Code 的當地語系化字串。
- ///
- public static string DisplayCode {
- get {
- return ResourceManager.GetString("DisplayCode", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Font: 的當地語系化字串。
- ///
- public static string DisplaySettingsPanel_Font {
- get {
- return ResourceManager.GetString("DisplaySettingsPanel_Font", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Theme: 的當地語系化字串。
- ///
- public static string DisplaySettingsPanel_Theme {
- get {
- return ResourceManager.GetString("DisplaySettingsPanel_Theme", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Download 的當地語系化字串。
- ///
- public static string Download {
- get {
- return ResourceManager.GetString("Download", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 E_xit 的當地語系化字串。
- ///
- public static string E_xit {
- get {
- return ResourceManager.GetString("E_xit", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Editor 的當地語系化字串。
- ///
- public static string Editor {
- get {
- return ResourceManager.GetString("Editor", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Enable folding on all blocks in braces 的當地語系化字串。
- ///
- public static string EnableFoldingBlocksBraces {
- get {
- return ResourceManager.GetString("EnableFoldingBlocksBraces", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Enable smooth scrolling 的當地語系化字串。
- ///
- public static string EnableSmoothScrolling {
- get {
- return ResourceManager.GetString("EnableSmoothScrolling", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Enable word wrap 的當地語系化字串。
- ///
- public static string EnableWordWrap {
- get {
- return ResourceManager.GetString("EnableWordWrap", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Enter a list name: 的當地語系化字串。
- ///
- public static string EnterListName {
- get {
- return ResourceManager.GetString("EnterListName", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Exit 的當地語系化字串。
- ///
- public static string Exit {
- get {
- return ResourceManager.GetString("Exit", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Expand member definitions after decompilation 的當地語系化字串。
- ///
- public static string ExpandMemberDefinitionsAfterDecompilation {
- get {
- return ResourceManager.GetString("ExpandMemberDefinitionsAfterDecompilation", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Expand using declarations after decompilation 的當地語系化字串。
- ///
- public static string ExpandUsingDeclarationsAfterDecompilation {
- get {
- return ResourceManager.GetString("ExpandUsingDeclarationsAfterDecompilation", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Extract all package entries 的當地語系化字串。
- ///
- public static string ExtractAllPackageEntries {
- get {
- return ResourceManager.GetString("ExtractAllPackageEntries", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Extract package entry 的當地語系化字串。
- ///
- public static string ExtractPackageEntry {
- get {
- return ResourceManager.GetString("ExtractPackageEntry", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Folding 的當地語系化字串。
- ///
- public static string Folding {
- get {
- return ResourceManager.GetString("Folding", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Font 的當地語系化字串。
- ///
- public static string Font {
- get {
- return ResourceManager.GetString("Font", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Forward 的當地語系化字串。
- ///
- public static string Forward {
- get {
- return ResourceManager.GetString("Forward", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Generated PDB: {0} 的當地語系化字串。
- ///
- public static string GeneratedPDBFile {
- get {
- return ResourceManager.GetString("GeneratedPDBFile", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Generate portable PDB 的當地語系化字串。
- ///
- public static string GeneratePortable {
- get {
- return ResourceManager.GetString("GeneratePortable", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Generating portable PDB for {0}... 的當地語系化字串。
- ///
- public static string GeneratingPortablePDB {
- get {
- return ResourceManager.GetString("GeneratingPortablePDB", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Generation complete in {0} seconds. 的當地語系化字串。
- ///
- public static string GenerationCompleteInSeconds {
- get {
- return ResourceManager.GetString("GenerationCompleteInSeconds", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Failed to generate PDB for {0}: {1} 的當地語系化字串。
- ///
- public static string GenerationFailedForAssembly {
- get {
- return ResourceManager.GetString("GenerationFailedForAssembly", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Generation was cancelled. 的當地語系化字串。
- ///
- public static string GenerationWasCancelled {
- get {
- return ResourceManager.GetString("GenerationWasCancelled", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Go to token 的當地語系化字串。
- ///
- public static string GoToToken {
- get {
- return ResourceManager.GetString("GoToToken", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Hide empty metadata tables from tree view 的當地語系化字串。
- ///
- public static string HideEmptyMetadataTables {
- get {
- return ResourceManager.GetString("HideEmptyMetadataTables", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Highlight current line 的當地語系化字串。
- ///
- public static string HighlightCurrentLine {
- get {
- return ResourceManager.GetString("HighlightCurrentLine", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Highlight matching braces 的當地語系化字串。
- ///
- public static string HighlightMatchingBraces {
- get {
- return ResourceManager.GetString("HighlightMatchingBraces", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 ILSpyAboutPage.txt 的當地語系化字串。
- ///
- public static string ILSpyAboutPageTxt {
- get {
- return ResourceManager.GetString("ILSpyAboutPageTxt", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 ILSpy version 的當地語系化字串。
- ///
- public static string ILSpyVersion {
- get {
- return ResourceManager.GetString("ILSpyVersion", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 A new ILSpy version is available. 的當地語系化字串。
- ///
- public static string ILSpyVersionAvailable {
- get {
- return ResourceManager.GetString("ILSpyVersionAvailable", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Indentation 的當地語系化字串。
- ///
- public static string Indentation {
- get {
- return ResourceManager.GetString("Indentation", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Indent size: 的當地語系化字串。
- ///
- public static string IndentSize {
- get {
- return ResourceManager.GetString("IndentSize", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Insert using declarations 的當地語系化字串。
- ///
- public static string InsertUsingDeclarations {
- get {
- return ResourceManager.GetString("InsertUsingDeclarations", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Are you sure that you want to delete the selected assembly list? 的當地語系化字串。
- ///
- public static string ListDeleteConfirmation {
- get {
- return ResourceManager.GetString("ListDeleteConfirmation", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 A list with the same name was found. 的當地語系化字串。
- ///
- public static string ListExistsAlready {
- get {
- return ResourceManager.GetString("ListExistsAlready", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Are you sure that you want to remove all assembly lists and recreate the default assembly lists? 的當地語系化字串。
- ///
- public static string ListsResetConfirmation {
- get {
- return ResourceManager.GetString("ListsResetConfirmation", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Load assemblies that were loaded in the last instance. 的當地語系化字串。
- ///
- public static string LoadAssembliesThatWereLoadedInTheLastInstance {
- get {
- return ResourceManager.GetString("LoadAssembliesThatWereLoadedInTheLastInstance", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Loading... 的當地語系化字串。
- ///
- public static string Loading {
- get {
- return ResourceManager.GetString("Loading", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Location 的當地語系化字串。
- ///
- public static string Location {
- get {
- return ResourceManager.GetString("Location", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Manage assembly _lists... 的當地語系化字串。
- ///
- public static string ManageAssembly_Lists {
- get {
- return ResourceManager.GetString("ManageAssembly_Lists", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Manage Assembly Lists 的當地語系化字串。
- ///
- public static string ManageAssemblyLists {
- get {
- return ResourceManager.GetString("ManageAssemblyLists", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Metadata 的當地語系化字串。
- ///
- public static string Metadata {
- get {
- return ResourceManager.GetString("Metadata", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Misc 的當地語系化字串。
- ///
- public static string Misc {
- get {
- return ResourceManager.GetString("Misc", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Name 的當地語系化字串。
- ///
- public static string Name {
- get {
- return ResourceManager.GetString("Name", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Navigation 的當地語系化字串。
- ///
- public static string Navigation {
- get {
- return ResourceManager.GetString("Navigation", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Navigation failed because the target is hidden or a compiler-generated class.
- ///Please disable all filters that might hide the item (i.e. activate "View > Show internal types and members") and try again. 的當地語系化字串。
- ///
- public static string NavigationFailed {
- get {
- return ResourceManager.GetString("NavigationFailed", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 .NET version 的當地語系化字串。
- ///
- public static string NETFrameworkVersion {
- get {
- return ResourceManager.GetString("NETFrameworkVersion", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 New list 的當地語系化字串。
- ///
- public static string NewList {
- get {
- return ResourceManager.GetString("NewList", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 New Tab 的當地語系化字串。
- ///
- public static string NewTab {
- get {
- return ResourceManager.GetString("NewTab", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Nuget Package Browser 的當地語系化字串。
- ///
- public static string NugetPackageBrowser {
- get {
- return ResourceManager.GetString("NugetPackageBrowser", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 OK 的當地語系化字串。
- ///
- public static string OK {
- get {
- return ResourceManager.GetString("OK", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Open 的當地語系化字串。
- ///
- public static string Open {
- get {
- return ResourceManager.GetString("Open", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Open Explorer 的當地語系化字串。
- ///
- public static string OpenExplorer {
- get {
- return ResourceManager.GetString("OpenExplorer", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Open From GAC 的當地語系化字串。
- ///
- public static string OpenFrom {
- get {
- return ResourceManager.GetString("OpenFrom", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Open from _GAC... 的當地語系化字串。
- ///
- public static string OpenFrom_GAC {
- get {
- return ResourceManager.GetString("OpenFrom_GAC", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 _Delete 的當地語系化字串。
- ///
- public static string OpenListDialog__Delete {
- get {
- return ResourceManager.GetString("OpenListDialog__Delete", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 _Open 的當地語系化字串。
- ///
- public static string OpenListDialog__Open {
- get {
- return ResourceManager.GetString("OpenListDialog__Open", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Operation was cancelled. 的當地語系化字串。
- ///
- public static string OperationWasCancelled {
- get {
- return ResourceManager.GetString("OperationWasCancelled", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Options 的當地語系化字串。
- ///
- public static string Options {
- get {
- return ResourceManager.GetString("Options", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Other 的當地語系化字串。
- ///
- public static string Other {
- get {
- return ResourceManager.GetString("Other", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Other options 的當地語系化字串。
- ///
- public static string OtherOptions {
- get {
- return ResourceManager.GetString("OtherOptions", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Other Resources 的當地語系化字串。
- ///
- public static string OtherResources {
- get {
- return ResourceManager.GetString("OtherResources", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Portable PDB|*.pdb|All files|*.* 的當地語系化字串。
- ///
- public static string PortablePDBPdbAllFiles {
- get {
- return ResourceManager.GetString("PortablePDBPdbAllFiles", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 You can change this by toggling the setting at Options > Decompiler > Project export > Use new SDK style format for generated project files (*.csproj). 的當地語系化字串。
- ///
- public static string ProjectExportFormatChangeSettingHint {
- get {
- return ResourceManager.GetString("ProjectExportFormatChangeSettingHint", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 A Non-SDK project was generated. Learn more at https://docs.microsoft.com/en-us/nuget/resources/check-project-format. 的當地語系化字串。
- ///
- public static string ProjectExportFormatNonSDKHint {
- get {
- return ResourceManager.GetString("ProjectExportFormatNonSDKHint", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 A SDK-style project was generated. Learn more at https://docs.microsoft.com/en-us/nuget/resources/check-project-format. 的當地語系化字串。
- ///
- public static string ProjectExportFormatSDKHint {
- get {
- return ResourceManager.GetString("ProjectExportFormatSDKHint", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Failed to decompile the assemblies {0} because the namespace names are too long or the directory structure is nested too deep.
- ///
- ///If you are using Windows 10.0.14393 (Windows 10 version 1607) or later, you can enable "Long path support" by creating a REG_DWORD registry key named "LongPathsEnabled" with value 0x1 at "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem" (see https://docs.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation for more information).
- ///
- ///If this does not [字串的其餘部分已遭截斷]"; 的當地語系化字串。
- ///
- public static string ProjectExportPathTooLong {
- get {
- return ResourceManager.GetString("ProjectExportPathTooLong", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 for ex. property getter/setter access. To get optimal decompilation results, please manually add the missing references to the list of loaded assemblies. 的當地語系化字串。
- ///
- public static string PropertyManuallyMissingReferencesListLoadedAssemblies {
- get {
- return ResourceManager.GetString("PropertyManuallyMissingReferencesListLoadedAssemblies", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Public Key Token 的當地語系化字串。
- ///
- public static string PublicToken {
- get {
- return ResourceManager.GetString("PublicToken", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 R_ename 的當地語系化字串。
- ///
- public static string R_ename {
- get {
- return ResourceManager.GetString("R_ename", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Referenced Types 的當地語系化字串。
- ///
- public static string ReferencedTypes {
- get {
- return ResourceManager.GetString("ReferencedTypes", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Reference Name 的當地語系化字串。
- ///
- public static string ReferenceName {
- get {
- return ResourceManager.GetString("ReferenceName", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 References 的當地語系化字串。
- ///
- public static string References {
- get {
- return ResourceManager.GetString("References", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Reload all assemblies 的當地語系化字串。
- ///
- public static string RefreshCommand_ReloadAssemblies {
- get {
- return ResourceManager.GetString("RefreshCommand_ReloadAssemblies", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Reload all assemblies 的當地語系化字串。
- ///
- public static string ReloadAssemblies {
- get {
- return ResourceManager.GetString("ReloadAssemblies", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Remove 的當地語系化字串。
- ///
- public static string Remove {
- get {
- return ResourceManager.GetString("Remove", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Remove dead and side effect free code 的當地語系化字串。
- ///
- public static string RemoveDeadSideEffectFreeCode {
- get {
- return ResourceManager.GetString("RemoveDeadSideEffectFreeCode", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Remove shell integration 的當地語系化字串。
- ///
- public static string RemoveShellIntegration {
- get {
- return ResourceManager.GetString("RemoveShellIntegration", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 This will remove "{0}" from the registry at "HKCU\Software\Classes\dllfile\shell\Open with ILSpy\command" and "HKCU\Software\Classes\exefile\shell\Open with ILSpy\command".
- ///
- ///Do you want to continue? 的當地語系化字串。
- ///
- public static string RemoveShellIntegrationMessage {
- get {
- return ResourceManager.GetString("RemoveShellIntegrationMessage", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Rename list 的當地語系化字串。
- ///
- public static string RenameList {
- get {
- return ResourceManager.GetString("RenameList", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Reset to defaults 的當地語系化字串。
- ///
- public static string ResetToDefaults {
- get {
- return ResourceManager.GetString("ResetToDefaults", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Do you really want to load the default settings for the active page? 的當地語系化字串。
- ///
- public static string ResetToDefaultsConfirmationMessage {
- get {
- return ResourceManager.GetString("ResetToDefaultsConfirmationMessage", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Resources file (*.resources)|*.resources|Resource XML file|*.resx 的當地語系化字串。
- ///
- public static string ResourcesFileFilter {
- get {
- return ResourceManager.GetString("ResourcesFileFilter", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Save 的當地語系化字串。
- ///
- public static string Save {
- get {
- return ResourceManager.GetString("Save", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Save Code 的當地語系化字串。
- ///
- public static string SaveCode {
- get {
- return ResourceManager.GetString("SaveCode", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Scope search to this assembly 的當地語系化字串。
- ///
- public static string ScopeSearchToThisAssembly {
- get {
- return ResourceManager.GetString("ScopeSearchToThisAssembly", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Scope search to this namespace 的當地語系化字串。
- ///
- public static string ScopeSearchToThisNamespace {
- get {
- return ResourceManager.GetString("ScopeSearchToThisNamespace", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Search... 的當地語系化字串。
- ///
- public static string Search {
- get {
- return ResourceManager.GetString("Search", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Search aborted, more than 1000 results found. 的當地語系化字串。
- ///
- public static string SearchAbortedMoreThan1000ResultsFound {
- get {
- return ResourceManager.GetString("SearchAbortedMoreThan1000ResultsFound", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Search (Ctrl+Shift+F or Ctrl+E) 的當地語系化字串。
- ///
- public static string SearchCtrlShiftFOrCtrlE {
- get {
- return ResourceManager.GetString("SearchCtrlShiftFOrCtrlE", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Searching... 的當地語系化字串。
- ///
- public static string Searching {
- get {
- return ResourceManager.GetString("Searching", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Search Microsoft Docs... 的當地語系化字串。
- ///
- public static string SearchMSDN {
- get {
- return ResourceManager.GetString("SearchMSDN", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Search 的當地語系化字串。
- ///
- public static string SearchPane_Search {
- get {
- return ResourceManager.GetString("SearchPane_Search", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Select All 的當地語系化字串。
- ///
- public static string Select {
- get {
- return ResourceManager.GetString("Select", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Select assemblies to open: 的當地語系化字串。
- ///
- public static string SelectAssembliesOpen {
- get {
- return ResourceManager.GetString("SelectAssembliesOpen", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Select a list of assemblies (Alt+A) 的當地語系化字串。
- ///
- public static string SelectAssemblyListDropdownTooltip {
- get {
- return ResourceManager.GetString("SelectAssemblyListDropdownTooltip", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Select language to decompile to (Alt+L) 的當地語系化字串。
- ///
- public static string SelectLanguageDropdownTooltip {
- get {
- return ResourceManager.GetString("SelectLanguageDropdownTooltip", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Select a list: 的當地語系化字串。
- ///
- public static string SelectList {
- get {
- return ResourceManager.GetString("SelectList", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Select PDB... 的當地語系化字串。
- ///
- public static string SelectPDB {
- get {
- return ResourceManager.GetString("SelectPDB", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Select target folder 的當地語系化字串。
- ///
- public static string SelectPDBOutputFolder {
- get {
- return ResourceManager.GetString("SelectPDBOutputFolder", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Select version of language to output (Alt+E) 的當地語系化字串。
- ///
- public static string SelectVersionDropdownTooltip {
- get {
- return ResourceManager.GetString("SelectVersionDropdownTooltip", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 You must restart ILSpy for the change to take effect. 的當地語系化字串。
- ///
- public static string SettingsChangeRestartRequired {
- get {
- return ResourceManager.GetString("SettingsChangeRestartRequired", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Shell 的當地語系化字串。
- ///
- public static string Shell {
- get {
- return ResourceManager.GetString("Shell", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Show _all types and members 的當地語系化字串。
- ///
- public static string Show_allTypesAndMembers {
- get {
- return ResourceManager.GetString("Show_allTypesAndMembers", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Show public, private and internal 的當地語系化字串。
- ///
- public static string Show_internalTypesMembers {
- get {
- return ResourceManager.GetString("Show_internalTypesMembers", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Show only _public types and members 的當地語系化字串。
- ///
- public static string Show_publiconlyTypesMembers {
- get {
- return ResourceManager.GetString("Show_publiconlyTypesMembers", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Show all types and members 的當地語系化字串。
- ///
- public static string ShowAllTypesAndMembers {
- get {
- return ResourceManager.GetString("ShowAllTypesAndMembers", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Show assembly load log 的當地語系化字串。
- ///
- public static string ShowAssemblyLoad {
- get {
- return ResourceManager.GetString("ShowAssemblyLoad", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 ShowChildIndexInBlock 的當地語系化字串。
- ///
- public static string ShowChildIndexInBlock {
- get {
- return ResourceManager.GetString("ShowChildIndexInBlock", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Show XML documentation in decompiled code 的當地語系化字串。
- ///
- public static string ShowDocumentationDecompiledCode {
- get {
- return ResourceManager.GetString("ShowDocumentationDecompiledCode", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 ShowILRanges 的當地語系化字串。
- ///
- public static string ShowILRanges {
- get {
- return ResourceManager.GetString("ShowILRanges", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Show info from debug symbols, if available 的當地語系化字串。
- ///
- public static string ShowInfoFromDebugSymbolsAvailable {
- get {
- return ResourceManager.GetString("ShowInfoFromDebugSymbolsAvailable", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Show public, private and internal 的當地語系化字串。
- ///
- public static string ShowInternalTypesMembers {
- get {
- return ResourceManager.GetString("ShowInternalTypesMembers", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Show line numbers 的當地語系化字串。
- ///
- public static string ShowLineNumbers {
- get {
- return ResourceManager.GetString("ShowLineNumbers", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Show metadata tokens 的當地語系化字串。
- ///
- public static string ShowMetadataTokens {
- get {
- return ResourceManager.GetString("ShowMetadataTokens", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Show metadata tokens in base 10 的當地語系化字串。
- ///
- public static string ShowMetadataTokensInBase10 {
- get {
- return ResourceManager.GetString("ShowMetadataTokensInBase10", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Show only public types and members 的當地語系化字串。
- ///
- public static string ShowPublicOnlyTypesMembers {
- get {
- return ResourceManager.GetString("ShowPublicOnlyTypesMembers", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Show raw offsets and bytes before each instruction 的當地語系化字串。
- ///
- public static string ShowRawOffsetsAndBytesBeforeInstruction {
- get {
- return ResourceManager.GetString("ShowRawOffsetsAndBytesBeforeInstruction", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Show state after this step 的當地語系化字串。
- ///
- public static string ShowStateAfterThisStep {
- get {
- return ResourceManager.GetString("ShowStateAfterThisStep", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Show state before this step 的當地語系化字串。
- ///
- public static string ShowStateBeforeThisStep {
- get {
- return ResourceManager.GetString("ShowStateBeforeThisStep", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Size: 的當地語系化字串。
- ///
- public static string Size {
- get {
- return ResourceManager.GetString("Size", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Sort assembly _list by name 的當地語系化字串。
- ///
- public static string SortAssembly_listName {
- get {
- return ResourceManager.GetString("SortAssembly_listName", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Sort assembly list by name 的當地語系化字串。
- ///
- public static string SortAssemblyListName {
- get {
- return ResourceManager.GetString("SortAssemblyListName", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Sort results by fitness 的當地語系化字串。
- ///
- public static string SortResultsFitness {
- get {
- return ResourceManager.GetString("SortResultsFitness", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Stand by... 的當地語系化字串。
- ///
- public static string StandBy {
- get {
- return ResourceManager.GetString("StandBy", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Status 的當地語系化字串。
- ///
- public static string Status {
- get {
- return ResourceManager.GetString("Status", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 String Table 的當地語系化字串。
- ///
- public static string StringTable {
- get {
- return ResourceManager.GetString("StringTable", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Style the window title bar 的當地語系化字串。
- ///
- public static string StyleTheWindowTitleBar {
- get {
- return ResourceManager.GetString("StyleTheWindowTitleBar", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Tab size: 的當地語系化字串。
- ///
- public static string TabSize {
- get {
- return ResourceManager.GetString("TabSize", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Theme 的當地語系化字串。
- ///
- public static string Theme {
- get {
- return ResourceManager.GetString("Theme", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Toggle All Folding 的當地語系化字串。
- ///
- public static string ToggleFolding {
- get {
- return ResourceManager.GetString("ToggleFolding", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Tree view options 的當地語系化字串。
- ///
- public static string TreeViewOptions {
- get {
- return ResourceManager.GetString("TreeViewOptions", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Type 的當地語系化字串。
- ///
- public static string Type {
- get {
- return ResourceManager.GetString("Type", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 UI Language 的當地語系化字串。
- ///
- public static string UILanguage {
- get {
- return ResourceManager.GetString("UILanguage", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 System 的當地語系化字串。
- ///
- public static string UILanguage_System {
- get {
- return ResourceManager.GetString("UILanguage_System", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 No update for ILSpy found. 的當地語系化字串。
- ///
- public static string UpdateILSpyFound {
- get {
- return ResourceManager.GetString("UpdateILSpyFound", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 UseFieldSugar 的當地語系化字串。
- ///
- public static string UseFieldSugar {
- get {
- return ResourceManager.GetString("UseFieldSugar", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 UseLogicOperationSugar 的當地語系化字串。
- ///
- public static string UseLogicOperationSugar {
- get {
- return ResourceManager.GetString("UseLogicOperationSugar", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Use nested namespace structure 的當地語系化字串。
- ///
- public static string UseNestedNamespaceNodes {
- get {
- return ResourceManager.GetString("UseNestedNamespaceNodes", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Use tabs instead of spaces 的當地語系化字串。
- ///
- public static string UseTabsInsteadOfSpaces {
- get {
- return ResourceManager.GetString("UseTabsInsteadOfSpaces", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 You are using the latest release. 的當地語系化字串。
- ///
- public static string UsingLatestRelease {
- get {
- return ResourceManager.GetString("UsingLatestRelease", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 You are using a nightly build newer than the latest release. 的當地語系化字串。
- ///
- public static string UsingNightlyBuildNewerThanLatestRelease {
- get {
- return ResourceManager.GetString("UsingNightlyBuildNewerThanLatestRelease", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Value 的當地語系化字串。
- ///
- public static string Value {
- get {
- return ResourceManager.GetString("Value", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Value (as string) 的當地語系化字串。
- ///
- public static string ValueString {
- get {
- return ResourceManager.GetString("ValueString", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Use variable names from debug symbols, if available 的當地語系化字串。
- ///
- public static string VariableNamesFromDebugSymbolsAvailable {
- get {
- return ResourceManager.GetString("VariableNamesFromDebugSymbolsAvailable", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Version 的當地語系化字串。
- ///
- public static string Version {
- get {
- return ResourceManager.GetString("Version", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Version {0} is available. 的當地語系化字串。
- ///
- public static string VersionAvailable {
- get {
- return ResourceManager.GetString("VersionAvailable", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 View 的當地語系化字串。
- ///
- public static string View {
- get {
- return ResourceManager.GetString("View", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Visual Studio Solution file|*.sln|All files|*.* 的當地語系化字串。
- ///
- public static string VisualStudioSolutionFileSlnAllFiles {
- get {
- return ResourceManager.GetString("VisualStudioSolutionFileSlnAllFiles", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Warning: This assembly is marked as 'reference assembly', which means that it only contains metadata and no executable code. 的當地語系化字串。
- ///
- public static string WarningAsmMarkedRef {
- get {
- return ResourceManager.GetString("WarningAsmMarkedRef", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Warning: Some assembly references could not be resolved automatically. This might lead to incorrect decompilation of some parts, 的當地語系化字串。
- ///
- public static string WarningSomeAssemblyReference {
- get {
- return ResourceManager.GetString("WarningSomeAssemblyReference", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 Search for t:TypeName, m:Member or c:Constant; use exact match (=term), 'should not contain' (-term) or 'must contain' (+term); use /reg(ular)?Ex(pressions)?/ or both - t:/Type(Name)?/... 的當地語系化字串。
- ///
- public static string WatermarkText {
- get {
- return ResourceManager.GetString("WatermarkText", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 _Close all documents 的當地語系化字串。
- ///
- public static string Window_CloseAllDocuments {
- get {
- return ResourceManager.GetString("Window_CloseAllDocuments", resourceCulture);
- }
- }
-
- ///
- /// 查詢類似 _Reset layout 的當地語系化字串。
- ///
- public static string Window_ResetLayout {
- get {
- return ResourceManager.GetString("Window_ResetLayout", resourceCulture);
- }
- }
- }
-}
+namespace ICSharpCode.ILSpy.Properties
+{
+ using System;
+
+
+ ///
+ /// A strongly-typed resource class, for looking up localized strings, etc.
+ ///
+ // 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", "18.0.0.0")]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
+ public 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()
+ {
+ }
+
+ ///
+ /// Returns the cached ResourceManager instance used by this class.
+ ///
+ [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+ public static global::System.Resources.ResourceManager ResourceManager {
+ get {
+ if (object.ReferenceEquals(resourceMan, null))
+ {
+ global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ICSharpCode.ILSpy.Properties.Resources", typeof(Resources).Assembly);
+ resourceMan = temp;
+ }
+ return resourceMan;
+ }
+ }
+
+ ///
+ /// Overrides the current thread's CurrentUICulture property for all
+ /// resource lookups using this strongly typed resource class.
+ ///
+ [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+ public static global::System.Globalization.CultureInfo Culture {
+ get {
+ return resourceCulture;
+ }
+ set {
+ resourceCulture = value;
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to _About.
+ ///
+ public static string _About {
+ get {
+ return ResourceManager.GetString("_About", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to _Add To Main List.
+ ///
+ public static string _AddMainList {
+ get {
+ return ResourceManager.GetString("_AddMainList", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Analy_zer.
+ ///
+ public static string _Analyzer {
+ get {
+ return ResourceManager.GetString("_Analyzer", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to _Assemblies.
+ ///
+ public static string _Assemblies {
+ get {
+ return ResourceManager.GetString("_Assemblies", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to _Check for Updates.
+ ///
+ public static string _CheckUpdates {
+ get {
+ return ResourceManager.GetString("_CheckUpdates", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to _Collapse all tree nodes.
+ ///
+ public static string _CollapseTreeNodes {
+ get {
+ return ResourceManager.GetString("_CollapseTreeNodes", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Create _Diagram....
+ ///
+ public static string _CreateDiagram {
+ get {
+ return ResourceManager.GetString("_CreateDiagram", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to _File.
+ ///
+ public static string _File {
+ get {
+ return ResourceManager.GetString("_File", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to _Help.
+ ///
+ public static string _Help {
+ get {
+ return ResourceManager.GetString("_Help", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to _Load Dependencies.
+ ///
+ public static string _LoadDependencies {
+ get {
+ return ResourceManager.GetString("_LoadDependencies", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to _New.
+ ///
+ public static string _New {
+ get {
+ return ResourceManager.GetString("_New", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to _Open....
+ ///
+ public static string _Open {
+ get {
+ return ResourceManager.GetString("_Open", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to _Open Command Line Here.
+ ///
+ public static string _OpenCommandLineHere {
+ get {
+ return ResourceManager.GetString("_OpenCommandLineHere", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to _Open Containing Folder.
+ ///
+ public static string _OpenContainingFolder {
+ get {
+ return ResourceManager.GetString("_OpenContainingFolder", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to _Options....
+ ///
+ public static string _Options {
+ get {
+ return ResourceManager.GetString("_Options", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to _Reload.
+ ///
+ public static string _Reload {
+ get {
+ return ResourceManager.GetString("_Reload", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to _Remove.
+ ///
+ public static string _Remove {
+ get {
+ return ResourceManager.GetString("_Remove", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to _Remove Assemblies with load errors.
+ ///
+ public static string _RemoveAssembliesWithLoadErrors {
+ get {
+ return ResourceManager.GetString("_RemoveAssembliesWithLoadErrors", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to _Reset.
+ ///
+ public static string _Reset {
+ get {
+ return ResourceManager.GetString("_Reset", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Resources.
+ ///
+ public static string _Resources {
+ get {
+ return ResourceManager.GetString("_Resources", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to _Save Code....
+ ///
+ public static string _SaveCode {
+ get {
+ return ResourceManager.GetString("_SaveCode", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to _Search:.
+ ///
+ public static string _Search {
+ get {
+ return ResourceManager.GetString("_Search", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to _Search for:.
+ ///
+ public static string _SearchFor {
+ get {
+ return ResourceManager.GetString("_SearchFor", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to _Show debug steps.
+ ///
+ public static string _ShowDebugSteps {
+ get {
+ return ResourceManager.GetString("_ShowDebugSteps", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Toggle Folding.
+ ///
+ public static string _ToggleFolding {
+ get {
+ return ResourceManager.GetString("_ToggleFolding", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to _View.
+ ///
+ public static string _View {
+ get {
+ return ResourceManager.GetString("_View", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to _Window.
+ ///
+ public static string _Window {
+ get {
+ return ResourceManager.GetString("_Window", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to About.
+ ///
+ public static string About {
+ get {
+ return ResourceManager.GetString("About", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Add preconfigured list....
+ ///
+ public static string AddPreconfiguredList {
+ get {
+ return ResourceManager.GetString("AddPreconfiguredList", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Add shell integration.
+ ///
+ public static string AddShellIntegration {
+ get {
+ return ResourceManager.GetString("AddShellIntegration", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to This will add "{0}" to the registry at "HKCU\Software\Classes\dllfile\shell\Open with ILSpy\command" and "HKCU\Software\Classes\exefile\shell\Open with ILSpy\command" to allow opening .dll and .exe files from the Windows Explorer context menu.
+ ///
+ ///Do you want to continue?.
+ ///
+ public static string AddShellIntegrationMessage {
+ get {
+ return ResourceManager.GetString("AddShellIntegrationMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to |All Files|*.*.
+ ///
+ public static string AllFiles {
+ get {
+ return ResourceManager.GetString("AllFiles", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Allow multiple instances.
+ ///
+ public static string AllowMultipleInstances {
+ get {
+ return ResourceManager.GetString("AllowMultipleInstances", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Always use braces.
+ ///
+ public static string AlwaysBraces {
+ get {
+ return ResourceManager.GetString("AlwaysBraces", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Analyze.
+ ///
+ public static string Analyze {
+ get {
+ return ResourceManager.GetString("Analyze", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Assemblies.
+ ///
+ public static string Assemblies {
+ get {
+ return ResourceManager.GetString("Assemblies", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Assembly.
+ ///
+ public static string Assembly {
+ get {
+ return ResourceManager.GetString("Assembly", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The directory is not empty. File will be overwritten.
+ ///Are you sure you want to continue?.
+ ///
+ public static string AssemblySaveCodeDirectoryNotEmpty {
+ get {
+ return ResourceManager.GetString("AssemblySaveCodeDirectoryNotEmpty", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Project Directory not empty.
+ ///
+ public static string AssemblySaveCodeDirectoryNotEmptyTitle {
+ get {
+ return ResourceManager.GetString("AssemblySaveCodeDirectoryNotEmptyTitle", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Automatically check for updates every week.
+ ///
+ public static string AutomaticallyCheckUpdatesEveryWeek {
+ get {
+ return ResourceManager.GetString("AutomaticallyCheckUpdatesEveryWeek", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Back.
+ ///
+ public static string Back {
+ get {
+ return ResourceManager.GetString("Back", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Base Types.
+ ///
+ public static string BaseTypes {
+ get {
+ return ResourceManager.GetString("BaseTypes", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to C_lone.
+ ///
+ public static string C_lone {
+ get {
+ return ResourceManager.GetString("C_lone", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Cancel.
+ ///
+ public static string Cancel {
+ get {
+ return ResourceManager.GetString("Cancel", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Entity could not be resolved. Cannot analyze entities from missing assembly references. Add the missing reference and try again..
+ ///
+ public static string CannotAnalyzeMissingRef {
+ get {
+ return ResourceManager.GetString("CannotAnalyzeMissingRef", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Cannot create PDB file for {0} because the PE debug directory type 'CodeView' is missing..
+ ///
+ public static string CannotCreatePDBFile {
+ get {
+ return ResourceManager.GetString("CannotCreatePDBFile", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Check again.
+ ///
+ public static string CheckAgain {
+ get {
+ return ResourceManager.GetString("CheckAgain", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Checking....
+ ///
+ public static string Checking {
+ get {
+ return ResourceManager.GetString("Checking", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Check for updates.
+ ///
+ public static string CheckUpdates {
+ get {
+ return ResourceManager.GetString("CheckUpdates", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Clear assembly list.
+ ///
+ public static string ClearAssemblyList {
+ get {
+ return ResourceManager.GetString("ClearAssemblyList", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Close.
+ ///
+ public static string Close {
+ get {
+ return ResourceManager.GetString("Close", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Collapse all tree nodes.
+ ///
+ public static string CollapseTreeNodes {
+ get {
+ return ResourceManager.GetString("CollapseTreeNodes", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Copy.
+ ///
+ public static string Copy {
+ get {
+ return ResourceManager.GetString("Copy", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Copy error message.
+ ///
+ public static string CopyErrorMessage {
+ get {
+ return ResourceManager.GetString("CopyErrorMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Copy FQ Name.
+ ///
+ public static string CopyName {
+ get {
+ return ResourceManager.GetString("CopyName", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Could not use SDK-style project format, because no compatible target-framework moniker was found..
+ ///
+ public static string CouldNotUseSdkStyleProjectFormat {
+ get {
+ return ResourceManager.GetString("CouldNotUseSdkStyleProjectFormat", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Create.
+ ///
+ public static string Create {
+ get {
+ return ResourceManager.GetString("Create", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Creating diagram....
+ ///
+ public static string CreatingDiagram {
+ get {
+ return ResourceManager.GetString("CreatingDiagram", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Culture.
+ ///
+ public static string CultureLabel {
+ get {
+ return ResourceManager.GetString("CultureLabel", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to DEBUG -- Decompile All.
+ ///
+ public static string DEBUGDecompile {
+ get {
+ return ResourceManager.GetString("DEBUGDecompile", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to DEBUG -- Decompile 100x.
+ ///
+ public static string DEBUGDecompile100x {
+ get {
+ return ResourceManager.GetString("DEBUGDecompile100x", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to DEBUG -- Disassemble All.
+ ///
+ public static string DEBUGDisassemble {
+ get {
+ return ResourceManager.GetString("DEBUGDisassemble", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to DEBUG -- Dump PDB as XML.
+ ///
+ public static string DEBUGDumpPDBAsXML {
+ get {
+ return ResourceManager.GetString("DEBUGDumpPDBAsXML", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Debug Steps.
+ ///
+ public static string DebugSteps {
+ get {
+ return ResourceManager.GetString("DebugSteps", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Debug this step.
+ ///
+ public static string DebugThisStep {
+ get {
+ return ResourceManager.GetString("DebugThisStep", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Decode custom attribute blobs.
+ ///
+ public static string DecodeCustomAttributeBlobs {
+ get {
+ return ResourceManager.GetString("DecodeCustomAttributeBlobs", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Decompilation complete in {0:F1} seconds..
+ ///
+ public static string DecompilationCompleteInF1Seconds {
+ get {
+ return ResourceManager.GetString("DecompilationCompleteInF1Seconds", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Decompilation view options.
+ ///
+ public static string DecompilationViewOptions {
+ get {
+ return ResourceManager.GetString("DecompilationViewOptions", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Decompilation was cancelled..
+ ///
+ public static string DecompilationWasCancelled {
+ get {
+ return ResourceManager.GetString("DecompilationWasCancelled", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Decompile.
+ ///
+ public static string Decompile {
+ get {
+ return ResourceManager.GetString("Decompile", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Decompiler.
+ ///
+ public static string Decompiler {
+ get {
+ return ResourceManager.GetString("Decompiler", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Always inline local variables if possible.
+ ///
+ public static string DecompilerSettings_AggressiveInlining {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.AggressiveInlining", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Allow extension 'Add' methods in collection initializer expressions.
+ ///
+ public static string DecompilerSettings_AllowExtensionAddMethodsInCollectionInitializerExpressions {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.AllowExtensionAddMethodsInCollectionInitializerExpressions", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Use 'ref' extension methods.
+ ///
+ public static string DecompilerSettings_AllowExtensionMethodSyntaxOnRef {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.AllowExtensionMethodSyntaxOnRef", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Always cast targets of explicit interface implementation calls.
+ ///
+ public static string DecompilerSettings_AlwaysCastTargetsOfExplicitInterfaceImplementationCalls {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.AlwaysCastTargetsOfExplicitInterfaceImplementationCalls", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Always move field initializers from constructors to declarations.
+ ///
+ public static string DecompilerSettings_AlwaysMoveInitializer {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.AlwaysMoveInitializer", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Always qualify member references.
+ ///
+ public static string DecompilerSettings_AlwaysQualifyMemberReferences {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.AlwaysQualifyMemberReferences", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Always show enum member values.
+ ///
+ public static string DecompilerSettings_AlwaysShowEnumMemberValues {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.AlwaysShowEnumMemberValues", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Always use braces.
+ ///
+ public static string DecompilerSettings_AlwaysUseBraces {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.AlwaysUseBraces", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Always fully qualify namespaces using the "global::" prefix.
+ ///
+ public static string DecompilerSettings_AlwaysUseGlobal {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.AlwaysUseGlobal", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Apply Windows Runtime projections on loaded assemblies.
+ ///
+ public static string DecompilerSettings_ApplyWindowsRuntimeProjectionsOnLoadedAssemblies {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.ApplyWindowsRuntimeProjectionsOnLoadedAssemblies", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Array initializer expressions.
+ ///
+ public static string DecompilerSettings_ArrayInitializerExpressions {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.ArrayInitializerExpressions", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Decompile async IAsyncEnumerator methods.
+ ///
+ public static string DecompilerSettings_AsyncEnumerator {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.AsyncEnumerator", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Automatically load assembly references.
+ ///
+ public static string DecompilerSettings_AutoLoadAssemblyReferences {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.AutoLoadAssemblyReferences", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to User-defined checked operators.
+ ///
+ public static string DecompilerSettings_CheckedOperators {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.CheckedOperators", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Check for overflow and underflow in operators.
+ ///
+ public static string DecompilerSettings_CheckForOverflowUnderflow {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.CheckForOverflowUnderflow", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Decompile anonymous methods/lambdas.
+ ///
+ public static string DecompilerSettings_DecompileAnonymousMethodsLambdas {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.DecompileAnonymousMethodsLambdas", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Decompile anonymous types.
+ ///
+ public static string DecompilerSettings_DecompileAnonymousTypes {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.DecompileAnonymousTypes", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Decompile async methods.
+ ///
+ public static string DecompilerSettings_DecompileAsyncMethods {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.DecompileAsyncMethods", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Decompile automatic events.
+ ///
+ public static string DecompilerSettings_DecompileAutomaticEvents {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.DecompileAutomaticEvents", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Decompile automatic properties.
+ ///
+ public static string DecompilerSettings_DecompileAutomaticProperties {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.DecompileAutomaticProperties", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Decompile await in catch/finally blocks.
+ ///
+ public static string DecompilerSettings_DecompileAwaitInCatchFinallyBlocks {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.DecompileAwaitInCatchFinallyBlocks", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Decompile C# 1.0 'public unsafe fixed int arr[10];' members.
+ ///
+ public static string DecompilerSettings_DecompileC10PublicUnsafeFixedIntArr10Members {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.DecompileC10PublicUnsafeFixedIntArr10Members", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Decompile [DecimalConstant(...)] as simple literal values.
+ ///
+ public static string DecompilerSettings_DecompileDecimalConstantAsSimpleLiteralValues {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.DecompileDecimalConstantAsSimpleLiteralValues", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Decompile enumerators (yield return).
+ ///
+ public static string DecompilerSettings_DecompileEnumeratorsYieldReturn {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.DecompileEnumeratorsYieldReturn", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Decompile expression trees.
+ ///
+ public static string DecompilerSettings_DecompileExpressionTrees {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.DecompileExpressionTrees", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Decompile foreach statements with GetEnumerator extension methods.
+ ///
+ public static string DecompilerSettings_DecompileForEachWithGetEnumeratorExtension {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.DecompileForEachWithGetEnumeratorExtension", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Decompile params collections.
+ ///
+ public static string DecompilerSettings_DecompileParamsCollections {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.DecompileParamsCollections", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Decompile use of the 'dynamic' type.
+ ///
+ public static string DecompilerSettings_DecompileUseOfTheDynamicType {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.DecompileUseOfTheDynamicType", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Detect deconstruction assignments.
+ ///
+ public static string DecompilerSettings_Deconstruction {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.Deconstruction", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Detect awaited using and foreach statements.
+ ///
+ public static string DecompilerSettings_DetectAsyncUsingAndForeachStatements {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.DetectAsyncUsingAndForeachStatements", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Detect foreach statements.
+ ///
+ public static string DecompilerSettings_DetectForeachStatements {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.DetectForeachStatements", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Detect lock statements.
+ ///
+ public static string DecompilerSettings_DetectLockStatements {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.DetectLockStatements", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Detect switch on string.
+ ///
+ public static string DecompilerSettings_DetectSwitchOnString {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.DetectSwitchOnString", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Detect tuple comparisons.
+ ///
+ public static string DecompilerSettings_DetectTupleComparisons {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.DetectTupleComparisons", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Detect using statements.
+ ///
+ public static string DecompilerSettings_DetectUsingStatements {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.DetectUsingStatements", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Dictionary initializer expressions.
+ ///
+ public static string DecompilerSettings_DictionaryInitializerExpressions {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.DictionaryInitializerExpressions", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Transform to do-while, if possible.
+ ///
+ public static string DecompilerSettings_DoWhileStatement {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.DoWhileStatement", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Expand params arguments by removing explicit array creation.
+ ///
+ public static string DecompilerSettings_ExpandParamsArguments {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.ExpandParamsArguments", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Use file-scoped namespace declarations.
+ ///
+ public static string DecompilerSettings_FileScopedNamespaces {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.FileScopedNamespaces", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Treat Span<T> and ReadOnlySpan<T> as built-in types.
+ ///
+ public static string DecompilerSettings_FirstClassSpanTypes {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.FirstClassSpanTypes", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Transform to for, if possible.
+ ///
+ public static string DecompilerSettings_ForStatement {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.ForStatement", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to F#-specific options.
+ ///
+ public static string DecompilerSettings_FSpecificOptions {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.FSpecificOptions", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Function pointers.
+ ///
+ public static string DecompilerSettings_FunctionPointers {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.FunctionPointers", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Decompile getter-only automatic properties.
+ ///
+ public static string DecompilerSettings_GetterOnlyAutomaticProperties {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.GetterOnlyAutomaticProperties", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Include XML documentation comments in the decompiled code.
+ ///
+ public static string DecompilerSettings_IncludeXMLDocumentationCommentsInTheDecompiledCode {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.IncludeXMLDocumentationCommentsInTheDecompiledCode", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Allow init; accessors.
+ ///
+ public static string DecompilerSettings_InitAccessors {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.InitAccessors", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Insert using declarations.
+ ///
+ public static string DecompilerSettings_InsertUsingDeclarations {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.InsertUsingDeclarations", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Introduce local functions.
+ ///
+ public static string DecompilerSettings_IntroduceLocalFunctions {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.IntroduceLocalFunctions", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Introduce 'private protected' accessibility.
+ ///
+ public static string DecompilerSettings_IntroducePrivateProtectedAccessibility {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.IntroducePrivateProtectedAccessibility", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Introduce static local functions.
+ ///
+ public static string DecompilerSettings_IntroduceStaticLocalFunctions {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.IntroduceStaticLocalFunctions", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to IsByRefLikeAttribute should be replaced with 'ref' modifiers on structs.
+ ///
+ public static string DecompilerSettings_IsByRefLikeAttributeShouldBeReplacedWithRefModifiersOnStructs {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.IsByRefLikeAttributeShouldBeReplacedWithRefModifiersOnStructs", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to IsReadOnlyAttribute should be replaced with 'readonly'/'in' modifiers on structs/parameters.
+ ///
+ public static string DecompilerSettings_IsReadOnlyAttributeShouldBeReplacedWithReadonlyInModifiersOnStructsParameters {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.IsReadOnlyAttributeShouldBeReplacedWithReadonlyInModifiersOnSt" +
+ "ructsParameters", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to IsUnmanagedAttribute on type parameters should be replaced with 'unmanaged' constraints.
+ ///
+ public static string DecompilerSettings_IsUnmanagedAttributeOnTypeParametersShouldBeReplacedWithUnmanagedConstraints {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.IsUnmanagedAttributeOnTypeParametersShouldBeReplacedWithUnmana" +
+ "gedConstraints", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Use nint/nuint types.
+ ///
+ public static string DecompilerSettings_NativeIntegers {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.NativeIntegers", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Nullable reference types.
+ ///
+ public static string DecompilerSettings_NullableReferenceTypes {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.NullableReferenceTypes", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Decompile ?. and ?[] operators.
+ ///
+ public static string DecompilerSettings_NullPropagation {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.NullPropagation", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Treat (U)IntPtr as n(u)int.
+ ///
+ public static string DecompilerSettings_NumericIntPtr {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.NumericIntPtr", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Object/collection initializer expressions.
+ ///
+ public static string DecompilerSettings_ObjectCollectionInitializerExpressions {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.ObjectCollectionInitializerExpressions", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Other.
+ ///
+ public static string DecompilerSettings_Other {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.Other", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Pattern combinators (and, or, not).
+ ///
+ public static string DecompilerSettings_PatternCombinators {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.PatternCombinators", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Use pattern matching expressions.
+ ///
+ public static string DecompilerSettings_PatternMatching {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.PatternMatching", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Project export.
+ ///
+ public static string DecompilerSettings_ProjectExport {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.ProjectExport", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Ranges.
+ ///
+ public static string DecompilerSettings_Ranges {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.Ranges", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read-only methods.
+ ///
+ public static string DecompilerSettings_ReadOnlyMethods {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.ReadOnlyMethods", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Record classes.
+ ///
+ public static string DecompilerSettings_RecordClasses {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.RecordClasses", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Record structs.
+ ///
+ public static string DecompilerSettings_RecordStructs {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.RecordStructs", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Recursive pattern matching.
+ ///
+ public static string DecompilerSettings_RecursivePatternMatching {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.RecursivePatternMatching", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to 'ref readonly' parameters.
+ ///
+ public static string DecompilerSettings_RefReadOnlyParameters {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.RefReadOnlyParameters", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Relational patterns.
+ ///
+ public static string DecompilerSettings_RelationalPatterns {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.RelationalPatterns", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Remove dead and side effect free code (use with caution!).
+ ///
+ public static string DecompilerSettings_RemoveDeadAndSideEffectFreeCodeUseWithCaution {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.RemoveDeadAndSideEffectFreeCodeUseWithCaution", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Remove dead stores (use with caution!).
+ ///
+ public static string DecompilerSettings_RemoveDeadStores {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.RemoveDeadStores", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Remove optional arguments, if possible.
+ ///
+ public static string DecompilerSettings_RemoveOptionalArgumentsIfPossible {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.RemoveOptionalArgumentsIfPossible", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Required members.
+ ///
+ public static string DecompilerSettings_RequiredMembers {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.RequiredMembers", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to 'scoped' lifetime annotation.
+ ///
+ public static string DecompilerSettings_ScopedRef {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.ScopedRef", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Separate local variable declarations and initializers (int x = 5; -> int x; x = 5;), if possible.
+ ///
+ public static string DecompilerSettings_SeparateLocalVariableDeclarations {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.SeparateLocalVariableDeclarations", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Show info from debug symbols, if available.
+ ///
+ public static string DecompilerSettings_ShowInfoFromDebugSymbolsIfAvailable {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.ShowInfoFromDebugSymbolsIfAvailable", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Sort custom attributes.
+ ///
+ public static string DecompilerSettings_SortCustomAttributes {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.SortCustomAttributes", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Detect switch on integer even if IL code does not use a jump table.
+ ///
+ public static string DecompilerSettings_SparseIntegerSwitch {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.SparseIntegerSwitch", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Decompile 'string.Concat(a, b)' calls into 'a + b'.
+ ///
+ public static string DecompilerSettings_StringConcat {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.StringConcat", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Use struct field initializers and default constructors.
+ ///
+ public static string DecompilerSettings_StructDefaultConstructorsAndFieldInitializers {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.StructDefaultConstructorsAndFieldInitializers", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Switch expressions.
+ ///
+ public static string DecompilerSettings_SwitchExpressions {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.SwitchExpressions", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Use switch on (ReadOnly)Span<char>.
+ ///
+ public static string DecompilerSettings_SwitchOnReadOnlySpanChar {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.SwitchOnReadOnlySpanChar", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Unsigned right shift (>>>).
+ ///
+ public static string DecompilerSettings_UnsignedRightShift {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.UnsignedRightShift", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Use discards.
+ ///
+ public static string DecompilerSettings_UseDiscards {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.UseDiscards", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Use enhanced using variable declarations.
+ ///
+ public static string DecompilerSettings_UseEnhancedUsing {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.UseEnhancedUsing", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Use expression-bodied member syntax for get-only properties.
+ ///
+ public static string DecompilerSettings_UseExpressionBodiedMemberSyntaxForGetOnlyProperties {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.UseExpressionBodiedMemberSyntaxForGetOnlyProperties", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Use extension method syntax.
+ ///
+ public static string DecompilerSettings_UseExtensionMethodSyntax {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.UseExtensionMethodSyntax", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Use implicit conversions between tuple types.
+ ///
+ public static string DecompilerSettings_UseImplicitConversionsBetweenTupleTypes {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.UseImplicitConversionsBetweenTupleTypes", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Use implicit method group conversions.
+ ///
+ public static string DecompilerSettings_UseImplicitMethodGroupConversions {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.UseImplicitMethodGroupConversions", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Use lambda syntax, if possible.
+ ///
+ public static string DecompilerSettings_UseLambdaSyntaxIfPossible {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.UseLambdaSyntaxIfPossible", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Use lifted operators for nullables.
+ ///
+ public static string DecompilerSettings_UseLiftedOperatorsForNullables {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.UseLiftedOperatorsForNullables", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Use LINQ expression syntax.
+ ///
+ public static string DecompilerSettings_UseLINQExpressionSyntax {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.UseLINQExpressionSyntax", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Use named arguments.
+ ///
+ public static string DecompilerSettings_UseNamedArguments {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.UseNamedArguments", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Use nested directories for namespaces.
+ ///
+ public static string DecompilerSettings_UseNestedDirectoriesForNamespaces {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.UseNestedDirectoriesForNamespaces", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Use non-trailing named arguments.
+ ///
+ public static string DecompilerSettings_UseNonTrailingNamedArguments {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.UseNonTrailingNamedArguments", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Use new T() instead of Activator.CreateInstance<T>.
+ ///
+ public static string DecompilerSettings_UseObjectCreationOfGenericTypeParameter {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.UseObjectCreationOfGenericTypeParameter", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Use out variable declarations.
+ ///
+ public static string DecompilerSettings_UseOutVariableDeclarations {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.UseOutVariableDeclarations", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Use pattern-based fixed statement.
+ ///
+ public static string DecompilerSettings_UsePatternBasedFixedStatement {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.UsePatternBasedFixedStatement", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Use primary constructor syntax for non-record types.
+ ///
+ public static string DecompilerSettings_UsePrimaryConstructorDecompilerSettings_SyntaxForNonRecordTypes {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.UsePrimaryConstructorDecompilerSettings.SyntaxForNonRecordType" +
+ "s", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Use primary constructor syntax with records.
+ ///
+ public static string DecompilerSettings_UsePrimaryConstructorSyntax {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.UsePrimaryConstructorSyntax", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Use primary constructor syntax for non-record types.
+ ///
+ public static string DecompilerSettings_UsePrimaryConstructorSyntaxForNonRecordTypes {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.UsePrimaryConstructorSyntaxForNonRecordTypes", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Use ref locals to accurately represent order of evaluation.
+ ///
+ public static string DecompilerSettings_UseRefLocalsForAccurateOrderOfEvaluation {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.UseRefLocalsForAccurateOrderOfEvaluation", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Use new SDK style format for generated project files (*.csproj).
+ ///
+ public static string DecompilerSettings_UseSdkStyleProjectFormat {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.UseSdkStyleProjectFormat", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Use stackalloc initializer syntax.
+ ///
+ public static string DecompilerSettings_UseStackallocInitializerSyntax {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.UseStackallocInitializerSyntax", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Use string interpolation.
+ ///
+ public static string DecompilerSettings_UseStringInterpolation {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.UseStringInterpolation", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Use throw expressions.
+ ///
+ public static string DecompilerSettings_UseThrowExpressions {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.UseThrowExpressions", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Use tuple type syntax.
+ ///
+ public static string DecompilerSettings_UseTupleTypeSyntax {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.UseTupleTypeSyntax", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Use variable names from debug symbols, if available.
+ ///
+ public static string DecompilerSettings_UseVariableNamesFromDebugSymbolsIfAvailable {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.UseVariableNamesFromDebugSymbolsIfAvailable", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to UTF-8 string literals.
+ ///
+ public static string DecompilerSettings_Utf8StringLiterals {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.Utf8StringLiterals", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to VB-specific options.
+ ///
+ public static string DecompilerSettings_VBSpecificOptions {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.VBSpecificOptions", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to 'with' initializer expressions.
+ ///
+ public static string DecompilerSettings_WithExpressions {
+ get {
+ return ResourceManager.GetString("DecompilerSettings.WithExpressions", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The settings selected below are applied to the decompiler output in combination with the selection in the language drop-down. Selecting a lower language version in the drop-down will deactivate all selected options of the higher versions. Note that some settings implicitly depend on each other, e.g.: LINQ expressions cannot be introduced without first transforming static calls to extension method calls..
+ ///
+ public static string DecompilerSettingsPanelLongText {
+ get {
+ return ResourceManager.GetString("DecompilerSettingsPanelLongText", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Decompile to new tab.
+ ///
+ public static string DecompileToNewPanel {
+ get {
+ return ResourceManager.GetString("DecompileToNewPanel", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Decompiling....
+ ///
+ public static string Decompiling {
+ get {
+ return ResourceManager.GetString("Decompiling", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Dependencies.
+ ///
+ public static string Dependencies {
+ get {
+ return ResourceManager.GetString("Dependencies", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Derived Types.
+ ///
+ public static string DerivedTypes {
+ get {
+ return ResourceManager.GetString("DerivedTypes", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Display.
+ ///
+ public static string Display {
+ get {
+ return ResourceManager.GetString("Display", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Display Code.
+ ///
+ public static string DisplayCode {
+ get {
+ return ResourceManager.GetString("DisplayCode", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Font:.
+ ///
+ public static string DisplaySettingsPanel_Font {
+ get {
+ return ResourceManager.GetString("DisplaySettingsPanel_Font", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Theme:.
+ ///
+ public static string DisplaySettingsPanel_Theme {
+ get {
+ return ResourceManager.GetString("DisplaySettingsPanel_Theme", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Download.
+ ///
+ public static string Download {
+ get {
+ return ResourceManager.GetString("Download", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to E_xit.
+ ///
+ public static string E_xit {
+ get {
+ return ResourceManager.GetString("E_xit", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Editor.
+ ///
+ public static string Editor {
+ get {
+ return ResourceManager.GetString("Editor", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Enable folding on all blocks in braces.
+ ///
+ public static string EnableFoldingBlocksBraces {
+ get {
+ return ResourceManager.GetString("EnableFoldingBlocksBraces", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Enable smooth scrolling.
+ ///
+ public static string EnableSmoothScrolling {
+ get {
+ return ResourceManager.GetString("EnableSmoothScrolling", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Enable word wrap.
+ ///
+ public static string EnableWordWrap {
+ get {
+ return ResourceManager.GetString("EnableWordWrap", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Enter a list name:.
+ ///
+ public static string EnterListName {
+ get {
+ return ResourceManager.GetString("EnterListName", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Exit.
+ ///
+ public static string Exit {
+ get {
+ return ResourceManager.GetString("Exit", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Expand member definitions after decompilation.
+ ///
+ public static string ExpandMemberDefinitionsAfterDecompilation {
+ get {
+ return ResourceManager.GetString("ExpandMemberDefinitionsAfterDecompilation", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Expand using declarations after decompilation.
+ ///
+ public static string ExpandUsingDeclarationsAfterDecompilation {
+ get {
+ return ResourceManager.GetString("ExpandUsingDeclarationsAfterDecompilation", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Extract all package entries.
+ ///
+ public static string ExtractAllPackageEntries {
+ get {
+ return ResourceManager.GetString("ExtractAllPackageEntries", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Extract package entry.
+ ///
+ public static string ExtractPackageEntry {
+ get {
+ return ResourceManager.GetString("ExtractPackageEntry", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Folding.
+ ///
+ public static string Folding {
+ get {
+ return ResourceManager.GetString("Folding", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Font.
+ ///
+ public static string Font {
+ get {
+ return ResourceManager.GetString("Font", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Forward.
+ ///
+ public static string Forward {
+ get {
+ return ResourceManager.GetString("Forward", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Generated PDB: {0}.
+ ///
+ public static string GeneratedPDBFile {
+ get {
+ return ResourceManager.GetString("GeneratedPDBFile", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Generate portable PDB.
+ ///
+ public static string GeneratePortable {
+ get {
+ return ResourceManager.GetString("GeneratePortable", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Generating portable PDB for {0}....
+ ///
+ public static string GeneratingPortablePDB {
+ get {
+ return ResourceManager.GetString("GeneratingPortablePDB", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Generation complete in {0} seconds..
+ ///
+ public static string GenerationCompleteInSeconds {
+ get {
+ return ResourceManager.GetString("GenerationCompleteInSeconds", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Failed to generate PDB for {0}: {1}.
+ ///
+ public static string GenerationFailedForAssembly {
+ get {
+ return ResourceManager.GetString("GenerationFailedForAssembly", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Generation was cancelled..
+ ///
+ public static string GenerationWasCancelled {
+ get {
+ return ResourceManager.GetString("GenerationWasCancelled", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Go to token.
+ ///
+ public static string GoToToken {
+ get {
+ return ResourceManager.GetString("GoToToken", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hide empty metadata tables from tree view.
+ ///
+ public static string HideEmptyMetadataTables {
+ get {
+ return ResourceManager.GetString("HideEmptyMetadataTables", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Highlight current line.
+ ///
+ public static string HighlightCurrentLine {
+ get {
+ return ResourceManager.GetString("HighlightCurrentLine", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Highlight matching braces.
+ ///
+ public static string HighlightMatchingBraces {
+ get {
+ return ResourceManager.GetString("HighlightMatchingBraces", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ILSpyAboutPage.txt.
+ ///
+ public static string ILSpyAboutPageTxt {
+ get {
+ return ResourceManager.GetString("ILSpyAboutPageTxt", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ILSpy version .
+ ///
+ public static string ILSpyVersion {
+ get {
+ return ResourceManager.GetString("ILSpyVersion", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to A new ILSpy version is available..
+ ///
+ public static string ILSpyVersionAvailable {
+ get {
+ return ResourceManager.GetString("ILSpyVersionAvailable", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Indentation.
+ ///
+ public static string Indentation {
+ get {
+ return ResourceManager.GetString("Indentation", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Indent size:.
+ ///
+ public static string IndentSize {
+ get {
+ return ResourceManager.GetString("IndentSize", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Insert using declarations.
+ ///
+ public static string InsertUsingDeclarations {
+ get {
+ return ResourceManager.GetString("InsertUsingDeclarations", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Are you sure that you want to delete the selected assembly list?.
+ ///
+ public static string ListDeleteConfirmation {
+ get {
+ return ResourceManager.GetString("ListDeleteConfirmation", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to A list with the same name was found..
+ ///
+ public static string ListExistsAlready {
+ get {
+ return ResourceManager.GetString("ListExistsAlready", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Are you sure that you want to remove all assembly lists and recreate the default assembly lists?.
+ ///
+ public static string ListsResetConfirmation {
+ get {
+ return ResourceManager.GetString("ListsResetConfirmation", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Load assemblies that were loaded in the last instance..
+ ///
+ public static string LoadAssembliesThatWereLoadedInTheLastInstance {
+ get {
+ return ResourceManager.GetString("LoadAssembliesThatWereLoadedInTheLastInstance", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Loading....
+ ///
+ public static string Loading {
+ get {
+ return ResourceManager.GetString("Loading", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Location.
+ ///
+ public static string Location {
+ get {
+ return ResourceManager.GetString("Location", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Manage assembly _lists....
+ ///
+ public static string ManageAssembly_Lists {
+ get {
+ return ResourceManager.GetString("ManageAssembly_Lists", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Manage Assembly Lists.
+ ///
+ public static string ManageAssemblyLists {
+ get {
+ return ResourceManager.GetString("ManageAssemblyLists", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Metadata.
+ ///
+ public static string Metadata {
+ get {
+ return ResourceManager.GetString("Metadata", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Misc.
+ ///
+ public static string Misc {
+ get {
+ return ResourceManager.GetString("Misc", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Name.
+ ///
+ public static string Name {
+ get {
+ return ResourceManager.GetString("Name", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Navigation.
+ ///
+ public static string Navigation {
+ get {
+ return ResourceManager.GetString("Navigation", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Navigation failed because the target is hidden or a compiler-generated class.
+ ///Please disable all filters that might hide the item (i.e. activate "View > Show internal types and members") and try again..
+ ///
+ public static string NavigationFailed {
+ get {
+ return ResourceManager.GetString("NavigationFailed", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to .NET version .
+ ///
+ public static string NETFrameworkVersion {
+ get {
+ return ResourceManager.GetString("NETFrameworkVersion", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to New list.
+ ///
+ public static string NewList {
+ get {
+ return ResourceManager.GetString("NewList", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to New Tab.
+ ///
+ public static string NewTab {
+ get {
+ return ResourceManager.GetString("NewTab", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Nuget Package Browser.
+ ///
+ public static string NugetPackageBrowser {
+ get {
+ return ResourceManager.GetString("NugetPackageBrowser", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to OK.
+ ///
+ public static string OK {
+ get {
+ return ResourceManager.GetString("OK", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Open.
+ ///
+ public static string Open {
+ get {
+ return ResourceManager.GetString("Open", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Open Explorer.
+ ///
+ public static string OpenExplorer {
+ get {
+ return ResourceManager.GetString("OpenExplorer", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Open From GAC.
+ ///
+ public static string OpenFrom {
+ get {
+ return ResourceManager.GetString("OpenFrom", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Open from _GAC....
+ ///
+ public static string OpenFrom_GAC {
+ get {
+ return ResourceManager.GetString("OpenFrom_GAC", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to _Delete.
+ ///
+ public static string OpenListDialog__Delete {
+ get {
+ return ResourceManager.GetString("OpenListDialog__Delete", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to _Open.
+ ///
+ public static string OpenListDialog__Open {
+ get {
+ return ResourceManager.GetString("OpenListDialog__Open", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Operation was cancelled..
+ ///
+ public static string OperationWasCancelled {
+ get {
+ return ResourceManager.GetString("OperationWasCancelled", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Options.
+ ///
+ public static string Options {
+ get {
+ return ResourceManager.GetString("Options", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Other.
+ ///
+ public static string Other {
+ get {
+ return ResourceManager.GetString("Other", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Other options.
+ ///
+ public static string OtherOptions {
+ get {
+ return ResourceManager.GetString("OtherOptions", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Other Resources.
+ ///
+ public static string OtherResources {
+ get {
+ return ResourceManager.GetString("OtherResources", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Portable PDB|*.pdb|All files|*.*.
+ ///
+ public static string PortablePDBPdbAllFiles {
+ get {
+ return ResourceManager.GetString("PortablePDBPdbAllFiles", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to You can change this by toggling the setting at Options > Decompiler > Project export > Use new SDK style format for generated project files (*.csproj)..
+ ///
+ public static string ProjectExportFormatChangeSettingHint {
+ get {
+ return ResourceManager.GetString("ProjectExportFormatChangeSettingHint", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to A Non-SDK project was generated. Learn more at https://docs.microsoft.com/en-us/nuget/resources/check-project-format..
+ ///
+ public static string ProjectExportFormatNonSDKHint {
+ get {
+ return ResourceManager.GetString("ProjectExportFormatNonSDKHint", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to A SDK-style project was generated. Learn more at https://docs.microsoft.com/en-us/nuget/resources/check-project-format..
+ ///
+ public static string ProjectExportFormatSDKHint {
+ get {
+ return ResourceManager.GetString("ProjectExportFormatSDKHint", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Failed to decompile the assemblies {0} because the namespace names are too long or the directory structure is nested too deep.
+ ///
+ ///If you are using Windows 10.0.14393 (Windows 10 version 1607) or later, you can enable "Long path support" by creating a REG_DWORD registry key named "LongPathsEnabled" with value 0x1 at "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem" (see https://docs.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation for more information).
+ ///
+ ///If this does not [rest of string was truncated]";.
+ ///
+ public static string ProjectExportPathTooLong {
+ get {
+ return ResourceManager.GetString("ProjectExportPathTooLong", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to for ex. property getter/setter access. To get optimal decompilation results, please manually add the missing references to the list of loaded assemblies..
+ ///
+ public static string PropertyManuallyMissingReferencesListLoadedAssemblies {
+ get {
+ return ResourceManager.GetString("PropertyManuallyMissingReferencesListLoadedAssemblies", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Public Key Token.
+ ///
+ public static string PublicToken {
+ get {
+ return ResourceManager.GetString("PublicToken", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to R_ename.
+ ///
+ public static string R_ename {
+ get {
+ return ResourceManager.GetString("R_ename", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Referenced Types.
+ ///
+ public static string ReferencedTypes {
+ get {
+ return ResourceManager.GetString("ReferencedTypes", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Reference Name.
+ ///
+ public static string ReferenceName {
+ get {
+ return ResourceManager.GetString("ReferenceName", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to References.
+ ///
+ public static string References {
+ get {
+ return ResourceManager.GetString("References", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Reload all assemblies.
+ ///
+ public static string RefreshCommand_ReloadAssemblies {
+ get {
+ return ResourceManager.GetString("RefreshCommand_ReloadAssemblies", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Reload all assemblies.
+ ///
+ public static string ReloadAssemblies {
+ get {
+ return ResourceManager.GetString("ReloadAssemblies", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Remove.
+ ///
+ public static string Remove {
+ get {
+ return ResourceManager.GetString("Remove", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Remove dead and side effect free code.
+ ///
+ public static string RemoveDeadSideEffectFreeCode {
+ get {
+ return ResourceManager.GetString("RemoveDeadSideEffectFreeCode", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Remove shell integration.
+ ///
+ public static string RemoveShellIntegration {
+ get {
+ return ResourceManager.GetString("RemoveShellIntegration", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to This will remove "{0}" from the registry at "HKCU\Software\Classes\dllfile\shell\Open with ILSpy\command" and "HKCU\Software\Classes\exefile\shell\Open with ILSpy\command".
+ ///
+ ///Do you want to continue?.
+ ///
+ public static string RemoveShellIntegrationMessage {
+ get {
+ return ResourceManager.GetString("RemoveShellIntegrationMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Rename list.
+ ///
+ public static string RenameList {
+ get {
+ return ResourceManager.GetString("RenameList", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Reset to defaults.
+ ///
+ public static string ResetToDefaults {
+ get {
+ return ResourceManager.GetString("ResetToDefaults", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Do you really want to load the default settings for the active page?.
+ ///
+ public static string ResetToDefaultsConfirmationMessage {
+ get {
+ return ResourceManager.GetString("ResetToDefaultsConfirmationMessage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Resources file (*.resources)|*.resources|Resource XML file|*.resx.
+ ///
+ public static string ResourcesFileFilter {
+ get {
+ return ResourceManager.GetString("ResourcesFileFilter", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Save.
+ ///
+ public static string Save {
+ get {
+ return ResourceManager.GetString("Save", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Save Code.
+ ///
+ public static string SaveCode {
+ get {
+ return ResourceManager.GetString("SaveCode", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Scope search to this assembly.
+ ///
+ public static string ScopeSearchToThisAssembly {
+ get {
+ return ResourceManager.GetString("ScopeSearchToThisAssembly", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Scope search to this namespace.
+ ///
+ public static string ScopeSearchToThisNamespace {
+ get {
+ return ResourceManager.GetString("ScopeSearchToThisNamespace", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Search....
+ ///
+ public static string Search {
+ get {
+ return ResourceManager.GetString("Search", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Search aborted, more than 1000 results found..
+ ///
+ public static string SearchAbortedMoreThan1000ResultsFound {
+ get {
+ return ResourceManager.GetString("SearchAbortedMoreThan1000ResultsFound", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Search (Ctrl+Shift+F or Ctrl+E).
+ ///
+ public static string SearchCtrlShiftFOrCtrlE {
+ get {
+ return ResourceManager.GetString("SearchCtrlShiftFOrCtrlE", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Searching....
+ ///
+ public static string Searching {
+ get {
+ return ResourceManager.GetString("Searching", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Search Microsoft Docs....
+ ///
+ public static string SearchMSDN {
+ get {
+ return ResourceManager.GetString("SearchMSDN", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Search.
+ ///
+ public static string SearchPane_Search {
+ get {
+ return ResourceManager.GetString("SearchPane_Search", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Select All.
+ ///
+ public static string Select {
+ get {
+ return ResourceManager.GetString("Select", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Select assemblies to open:.
+ ///
+ public static string SelectAssembliesOpen {
+ get {
+ return ResourceManager.GetString("SelectAssembliesOpen", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Select a list of assemblies (Alt+A).
+ ///
+ public static string SelectAssemblyListDropdownTooltip {
+ get {
+ return ResourceManager.GetString("SelectAssemblyListDropdownTooltip", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Select language to decompile to (Alt+L).
+ ///
+ public static string SelectLanguageDropdownTooltip {
+ get {
+ return ResourceManager.GetString("SelectLanguageDropdownTooltip", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Select a list:.
+ ///
+ public static string SelectList {
+ get {
+ return ResourceManager.GetString("SelectList", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Select PDB....
+ ///
+ public static string SelectPDB {
+ get {
+ return ResourceManager.GetString("SelectPDB", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Select target folder.
+ ///
+ public static string SelectPDBOutputFolder {
+ get {
+ return ResourceManager.GetString("SelectPDBOutputFolder", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Select version of language to output (Alt+E).
+ ///
+ public static string SelectVersionDropdownTooltip {
+ get {
+ return ResourceManager.GetString("SelectVersionDropdownTooltip", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to You must restart ILSpy for the change to take effect..
+ ///
+ public static string SettingsChangeRestartRequired {
+ get {
+ return ResourceManager.GetString("SettingsChangeRestartRequired", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Shell.
+ ///
+ public static string Shell {
+ get {
+ return ResourceManager.GetString("Shell", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Show _all types and members.
+ ///
+ public static string Show_allTypesAndMembers {
+ get {
+ return ResourceManager.GetString("Show_allTypesAndMembers", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Show public, private and internal.
+ ///
+ public static string Show_internalTypesMembers {
+ get {
+ return ResourceManager.GetString("Show_internalTypesMembers", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Show only _public types and members.
+ ///
+ public static string Show_publiconlyTypesMembers {
+ get {
+ return ResourceManager.GetString("Show_publiconlyTypesMembers", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Show all types and members.
+ ///
+ public static string ShowAllTypesAndMembers {
+ get {
+ return ResourceManager.GetString("ShowAllTypesAndMembers", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Show assembly load log.
+ ///
+ public static string ShowAssemblyLoad {
+ get {
+ return ResourceManager.GetString("ShowAssemblyLoad", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ShowChildIndexInBlock.
+ ///
+ public static string ShowChildIndexInBlock {
+ get {
+ return ResourceManager.GetString("ShowChildIndexInBlock", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Show XML documentation in decompiled code.
+ ///
+ public static string ShowDocumentationDecompiledCode {
+ get {
+ return ResourceManager.GetString("ShowDocumentationDecompiledCode", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ShowILRanges.
+ ///
+ public static string ShowILRanges {
+ get {
+ return ResourceManager.GetString("ShowILRanges", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Show info from debug symbols, if available.
+ ///
+ public static string ShowInfoFromDebugSymbolsAvailable {
+ get {
+ return ResourceManager.GetString("ShowInfoFromDebugSymbolsAvailable", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Show public, private and internal.
+ ///
+ public static string ShowInternalTypesMembers {
+ get {
+ return ResourceManager.GetString("ShowInternalTypesMembers", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Show line numbers.
+ ///
+ public static string ShowLineNumbers {
+ get {
+ return ResourceManager.GetString("ShowLineNumbers", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Show metadata tokens.
+ ///
+ public static string ShowMetadataTokens {
+ get {
+ return ResourceManager.GetString("ShowMetadataTokens", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Show metadata tokens in base 10.
+ ///
+ public static string ShowMetadataTokensInBase10 {
+ get {
+ return ResourceManager.GetString("ShowMetadataTokensInBase10", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Show only public types and members.
+ ///
+ public static string ShowPublicOnlyTypesMembers {
+ get {
+ return ResourceManager.GetString("ShowPublicOnlyTypesMembers", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Show raw offsets and bytes before each instruction.
+ ///
+ public static string ShowRawOffsetsAndBytesBeforeInstruction {
+ get {
+ return ResourceManager.GetString("ShowRawOffsetsAndBytesBeforeInstruction", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Show state after this step.
+ ///
+ public static string ShowStateAfterThisStep {
+ get {
+ return ResourceManager.GetString("ShowStateAfterThisStep", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Show state before this step.
+ ///
+ public static string ShowStateBeforeThisStep {
+ get {
+ return ResourceManager.GetString("ShowStateBeforeThisStep", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Size:.
+ ///
+ public static string Size {
+ get {
+ return ResourceManager.GetString("Size", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Sort assembly _list by name.
+ ///
+ public static string SortAssembly_listName {
+ get {
+ return ResourceManager.GetString("SortAssembly_listName", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Sort assembly list by name.
+ ///
+ public static string SortAssemblyListName {
+ get {
+ return ResourceManager.GetString("SortAssemblyListName", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Sort results by fitness.
+ ///
+ public static string SortResultsFitness {
+ get {
+ return ResourceManager.GetString("SortResultsFitness", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Stand by....
+ ///
+ public static string StandBy {
+ get {
+ return ResourceManager.GetString("StandBy", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Status.
+ ///
+ public static string Status {
+ get {
+ return ResourceManager.GetString("Status", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to String Table.
+ ///
+ public static string StringTable {
+ get {
+ return ResourceManager.GetString("StringTable", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Style the window title bar.
+ ///
+ public static string StyleTheWindowTitleBar {
+ get {
+ return ResourceManager.GetString("StyleTheWindowTitleBar", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Tab size:.
+ ///
+ public static string TabSize {
+ get {
+ return ResourceManager.GetString("TabSize", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Theme.
+ ///
+ public static string Theme {
+ get {
+ return ResourceManager.GetString("Theme", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Toggle All Folding.
+ ///
+ public static string ToggleFolding {
+ get {
+ return ResourceManager.GetString("ToggleFolding", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Tree view options.
+ ///
+ public static string TreeViewOptions {
+ get {
+ return ResourceManager.GetString("TreeViewOptions", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Type.
+ ///
+ public static string Type {
+ get {
+ return ResourceManager.GetString("Type", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to UI Language.
+ ///
+ public static string UILanguage {
+ get {
+ return ResourceManager.GetString("UILanguage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to System.
+ ///
+ public static string UILanguage_System {
+ get {
+ return ResourceManager.GetString("UILanguage_System", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to No update for ILSpy found..
+ ///
+ public static string UpdateILSpyFound {
+ get {
+ return ResourceManager.GetString("UpdateILSpyFound", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to UseFieldSugar.
+ ///
+ public static string UseFieldSugar {
+ get {
+ return ResourceManager.GetString("UseFieldSugar", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to UseLogicOperationSugar.
+ ///
+ public static string UseLogicOperationSugar {
+ get {
+ return ResourceManager.GetString("UseLogicOperationSugar", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Use nested namespace structure.
+ ///
+ public static string UseNestedNamespaceNodes {
+ get {
+ return ResourceManager.GetString("UseNestedNamespaceNodes", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Use tabs instead of spaces.
+ ///
+ public static string UseTabsInsteadOfSpaces {
+ get {
+ return ResourceManager.GetString("UseTabsInsteadOfSpaces", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to You are using the latest release..
+ ///
+ public static string UsingLatestRelease {
+ get {
+ return ResourceManager.GetString("UsingLatestRelease", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to You are using a nightly build newer than the latest release..
+ ///
+ public static string UsingNightlyBuildNewerThanLatestRelease {
+ get {
+ return ResourceManager.GetString("UsingNightlyBuildNewerThanLatestRelease", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Value.
+ ///
+ public static string Value {
+ get {
+ return ResourceManager.GetString("Value", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Value (as string).
+ ///
+ public static string ValueString {
+ get {
+ return ResourceManager.GetString("ValueString", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Use variable names from debug symbols, if available.
+ ///
+ public static string VariableNamesFromDebugSymbolsAvailable {
+ get {
+ return ResourceManager.GetString("VariableNamesFromDebugSymbolsAvailable", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Version.
+ ///
+ public static string Version {
+ get {
+ return ResourceManager.GetString("Version", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Version {0} is available..
+ ///
+ public static string VersionAvailable {
+ get {
+ return ResourceManager.GetString("VersionAvailable", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to View.
+ ///
+ public static string View {
+ get {
+ return ResourceManager.GetString("View", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Visual Studio Solution file|*.sln|All files|*.*.
+ ///
+ public static string VisualStudioSolutionFileSlnAllFiles {
+ get {
+ return ResourceManager.GetString("VisualStudioSolutionFileSlnAllFiles", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Warning: This assembly is marked as 'reference assembly', which means that it only contains metadata and no executable code..
+ ///
+ public static string WarningAsmMarkedRef {
+ get {
+ return ResourceManager.GetString("WarningAsmMarkedRef", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Warning: Some assembly references could not be resolved automatically. This might lead to incorrect decompilation of some parts,.
+ ///
+ public static string WarningSomeAssemblyReference {
+ get {
+ return ResourceManager.GetString("WarningSomeAssemblyReference", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Search for t:TypeName, m:Member or c:Constant; use exact match (=term), 'should not contain' (-term) or 'must contain' (+term); use /reg(ular)?Ex(pressions)?/ or both - t:/Type(Name)?/....
+ ///
+ public static string WatermarkText {
+ get {
+ return ResourceManager.GetString("WatermarkText", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to _Close all documents.
+ ///
+ public static string Window_CloseAllDocuments {
+ get {
+ return ResourceManager.GetString("Window_CloseAllDocuments", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to _Reset layout.
+ ///
+ public static string Window_ResetLayout {
+ get {
+ return ResourceManager.GetString("Window_ResetLayout", resourceCulture);
+ }
+ }
+ }
+}
\ No newline at end of file