mirror of https://github.com/icsharpcode/ILSpy.git
44 changed files with 1754 additions and 111 deletions
@ -0,0 +1,882 @@
@@ -0,0 +1,882 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace ICSharpCode.ILSpy.Properties { |
||||
using System; |
||||
|
||||
|
||||
/// <summary>
|
||||
/// 一个强类型的资源类,用于查找本地化的字符串等。
|
||||
/// </summary>
|
||||
// 此类是由 StronglyTypedResourceBuilder
|
||||
// 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。
|
||||
// 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen
|
||||
// (以 /str 作为命令选项),或重新生成 VS 项目。
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.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() { |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 返回此类使用的缓存的 ResourceManager 实例。
|
||||
/// </summary>
|
||||
[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; |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 重写当前线程的 CurrentUICulture 属性
|
||||
/// 重写当前线程的 CurrentUICulture 属性。
|
||||
/// </summary>
|
||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] |
||||
public static global::System.Globalization.CultureInfo Culture { |
||||
get { |
||||
return resourceCulture; |
||||
} |
||||
set { |
||||
resourceCulture = value; |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 _About 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string _About { |
||||
get { |
||||
return ResourceManager.GetString("_About", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 _Add To Main List 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string _AddMainList { |
||||
get { |
||||
return ResourceManager.GetString("_AddMainList", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 _Check for Updates 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string _CheckUpdates { |
||||
get { |
||||
return ResourceManager.GetString("_CheckUpdates", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 _Collapse all tree nodes 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string _CollapseTreeNodes { |
||||
get { |
||||
return ResourceManager.GetString("_CollapseTreeNodes", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 _File 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string _File { |
||||
get { |
||||
return ResourceManager.GetString("_File", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 _Help 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string _Help { |
||||
get { |
||||
return ResourceManager.GetString("_Help", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 _Load Dependencies 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string _LoadDependencies { |
||||
get { |
||||
return ResourceManager.GetString("_LoadDependencies", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 _Open... 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string _Open { |
||||
get { |
||||
return ResourceManager.GetString("_Open", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 _Open Command Line Here 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string _OpenCommandLineHere { |
||||
get { |
||||
return ResourceManager.GetString("_OpenCommandLineHere", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 _Open Containing Folder 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string _OpenContainingFolder { |
||||
get { |
||||
return ResourceManager.GetString("_OpenContainingFolder", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 _Reload 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string _Reload { |
||||
get { |
||||
return ResourceManager.GetString("_Reload", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 _Remove 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string _Remove { |
||||
get { |
||||
return ResourceManager.GetString("_Remove", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 _Remove Assemblies with load errors 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string _RemoveAssembliesWithLoadErrors { |
||||
get { |
||||
return ResourceManager.GetString("_RemoveAssembliesWithLoadErrors", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Resources 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string _Resources { |
||||
get { |
||||
return ResourceManager.GetString("_Resources", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 _Save Code... 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string _SaveCode { |
||||
get { |
||||
return ResourceManager.GetString("_SaveCode", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 _Search for: 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string _SearchFor { |
||||
get { |
||||
return ResourceManager.GetString("_SearchFor", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 _Show debug steps 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string _ShowDebugSteps { |
||||
get { |
||||
return ResourceManager.GetString("_ShowDebugSteps", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 _View 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string _View { |
||||
get { |
||||
return ResourceManager.GetString("_View", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Allow multiple instances 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string AllowMultipleInstances { |
||||
get { |
||||
return ResourceManager.GetString("AllowMultipleInstances", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Always use braces 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string AlwaysBraces { |
||||
get { |
||||
return ResourceManager.GetString("AlwaysBraces", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Automatically check for updates every week 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string AutomaticallyCheckUpdatesEveryWeek { |
||||
get { |
||||
return ResourceManager.GetString("AutomaticallyCheckUpdatesEveryWeek", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Back 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string Back { |
||||
get { |
||||
return ResourceManager.GetString("Back", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Cancel 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string Cancel { |
||||
get { |
||||
return ResourceManager.GetString("Cancel", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Check again 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string CheckAgain { |
||||
get { |
||||
return ResourceManager.GetString("CheckAgain", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Checking... 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string Checking { |
||||
get { |
||||
return ResourceManager.GetString("Checking", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Check for updates 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string CheckUpdates { |
||||
get { |
||||
return ResourceManager.GetString("CheckUpdates", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Collapse all tree nodes 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string CollapseTreeNodes { |
||||
get { |
||||
return ResourceManager.GetString("CollapseTreeNodes", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Copy 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string Copy { |
||||
get { |
||||
return ResourceManager.GetString("Copy", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Copy error message 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string CopyErrorMessage { |
||||
get { |
||||
return ResourceManager.GetString("CopyErrorMessage", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Copy FQ Name 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string CopyName { |
||||
get { |
||||
return ResourceManager.GetString("CopyName", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 DEBUG -- Decompile All 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string DEBUGDecompile { |
||||
get { |
||||
return ResourceManager.GetString("DEBUGDecompile", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 DEBUG -- Decompile 100x 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string DEBUGDecompile100x { |
||||
get { |
||||
return ResourceManager.GetString("DEBUGDecompile100x", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 DEBUG -- Disassemble All 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string DEBUGDisassemble { |
||||
get { |
||||
return ResourceManager.GetString("DEBUGDisassemble", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Decompiling... 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string Decompiling { |
||||
get { |
||||
return ResourceManager.GetString("Decompiling", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Dependencies 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string Dependencies { |
||||
get { |
||||
return ResourceManager.GetString("Dependencies", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Derived Types 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string DerivedTypes { |
||||
get { |
||||
return ResourceManager.GetString("DerivedTypes", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Download 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string Download { |
||||
get { |
||||
return ResourceManager.GetString("Download", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 E_xit 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string E_xit { |
||||
get { |
||||
return ResourceManager.GetString("E_xit", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Editor 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string Editor { |
||||
get { |
||||
return ResourceManager.GetString("Editor", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Enable folding on all blocks in braces 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string EnableFoldingBlocksBraces { |
||||
get { |
||||
return ResourceManager.GetString("EnableFoldingBlocksBraces", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Enable word wrap 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string EnableWordWrap { |
||||
get { |
||||
return ResourceManager.GetString("EnableWordWrap", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Exit 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string Exit { |
||||
get { |
||||
return ResourceManager.GetString("Exit", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Expand member definitions after decompilation 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string ExpandMemberDefinitionsAfterDecompilation { |
||||
get { |
||||
return ResourceManager.GetString("ExpandMemberDefinitionsAfterDecompilation", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Folding 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string Folding { |
||||
get { |
||||
return ResourceManager.GetString("Folding", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Font 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string Font { |
||||
get { |
||||
return ResourceManager.GetString("Font", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Forward 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string Forward { |
||||
get { |
||||
return ResourceManager.GetString("Forward", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Generate portable PDB 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string GeneratePortable { |
||||
get { |
||||
return ResourceManager.GetString("GeneratePortable", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 ILSpy version 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string ILSpyVersion { |
||||
get { |
||||
return ResourceManager.GetString("ILSpyVersion", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 A new ILSpy version is available. 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string ILSpyVersionAvailable { |
||||
get { |
||||
return ResourceManager.GetString("ILSpyVersionAvailable", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Insert using declarations 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string InsertUsingDeclarations { |
||||
get { |
||||
return ResourceManager.GetString("InsertUsingDeclarations", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Loading... 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string Loading { |
||||
get { |
||||
return ResourceManager.GetString("Loading", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Location 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string Location { |
||||
get { |
||||
return ResourceManager.GetString("Location", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Name 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string Name { |
||||
get { |
||||
return ResourceManager.GetString("Name", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Navigation 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string Navigation { |
||||
get { |
||||
return ResourceManager.GetString("Navigation", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 OK 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string OK { |
||||
get { |
||||
return ResourceManager.GetString("OK", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Open 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string Open { |
||||
get { |
||||
return ResourceManager.GetString("Open", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Open _List... 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string Open_List { |
||||
get { |
||||
return ResourceManager.GetString("Open_List", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Open from _GAC... 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string OpenFrom_GAC { |
||||
get { |
||||
return ResourceManager.GetString("OpenFrom_GAC", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Other options 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string OtherOptions { |
||||
get { |
||||
return ResourceManager.GetString("OtherOptions", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 References 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string References { |
||||
get { |
||||
return ResourceManager.GetString("References", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 ReloadAssemblies 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string RefreshCommand_ReloadAssemblies { |
||||
get { |
||||
return ResourceManager.GetString("RefreshCommand_ReloadAssemblies", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Reload all assemblies 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string ReloadAssemblies { |
||||
get { |
||||
return ResourceManager.GetString("ReloadAssemblies", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Remove 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string Remove { |
||||
get { |
||||
return ResourceManager.GetString("Remove", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Remove dead and side effect free code 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string RemoveDeadSideEffectFreeCode { |
||||
get { |
||||
return ResourceManager.GetString("RemoveDeadSideEffectFreeCode", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Resources file (*.resources)|*.resources|Resource XML file|*.resx 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string ResourcesFileFilter { |
||||
get { |
||||
return ResourceManager.GetString("ResourcesFileFilter", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Save 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string Save { |
||||
get { |
||||
return ResourceManager.GetString("Save", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Search 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string SearchPane_Search { |
||||
get { |
||||
return ResourceManager.GetString("SearchPane_Search", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Shell 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string Shell { |
||||
get { |
||||
return ResourceManager.GetString("Shell", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Show _internal types and members 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string Show_internalTypesMembers { |
||||
get { |
||||
return ResourceManager.GetString("Show_internalTypesMembers", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Show XML documentation in decompiled code 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string ShowDocumentationDecompiledCode { |
||||
get { |
||||
return ResourceManager.GetString("ShowDocumentationDecompiledCode", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Show info from debug symbols, if available 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string ShowInfoFromDebugSymbolsAvailable { |
||||
get { |
||||
return ResourceManager.GetString("ShowInfoFromDebugSymbolsAvailable", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Show internal types and members 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string ShowInternalTypesMembers { |
||||
get { |
||||
return ResourceManager.GetString("ShowInternalTypesMembers", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Show line numbers 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string ShowLineNumbers { |
||||
get { |
||||
return ResourceManager.GetString("ShowLineNumbers", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Show metadata tokens 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string ShowMetadataTokens { |
||||
get { |
||||
return ResourceManager.GetString("ShowMetadataTokens", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Sort assembly _list by name 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string SortAssembly_listName { |
||||
get { |
||||
return ResourceManager.GetString("SortAssembly_listName", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Sort assembly list by name 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string SortAssemblyListName { |
||||
get { |
||||
return ResourceManager.GetString("SortAssemblyListName", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Sort results by fitness 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string SortResultsFitness { |
||||
get { |
||||
return ResourceManager.GetString("SortResultsFitness", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Stand by... 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string StandBy { |
||||
get { |
||||
return ResourceManager.GetString("StandBy", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Status 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string Status { |
||||
get { |
||||
return ResourceManager.GetString("Status", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 String Table 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string StringTable { |
||||
get { |
||||
return ResourceManager.GetString("StringTable", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Toggle All Folding 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string ToggleFolding { |
||||
get { |
||||
return ResourceManager.GetString("ToggleFolding", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Type 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string Type { |
||||
get { |
||||
return ResourceManager.GetString("Type", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 No update for ILSpy found. 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string UpdateILSpyFound { |
||||
get { |
||||
return ResourceManager.GetString("UpdateILSpyFound", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 You are using the latest release. 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string UsingLatestRelease { |
||||
get { |
||||
return ResourceManager.GetString("UsingLatestRelease", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 You are using a nightly build newer than the latest release. 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string UsingNightlyBuildNewerThanLatestRelease { |
||||
get { |
||||
return ResourceManager.GetString("UsingNightlyBuildNewerThanLatestRelease", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Value 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string Value { |
||||
get { |
||||
return ResourceManager.GetString("Value", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Value (as string) 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string ValueString { |
||||
get { |
||||
return ResourceManager.GetString("ValueString", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Use variable names from debug symbols, if available 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string VariableNamesFromDebugSymbolsAvailable { |
||||
get { |
||||
return ResourceManager.GetString("VariableNamesFromDebugSymbolsAvailable", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Version {0} is available. 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string VersionAvailable { |
||||
get { |
||||
return ResourceManager.GetString("VersionAvailable", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 View 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string View { |
||||
get { |
||||
return ResourceManager.GetString("View", resourceCulture); |
||||
} |
||||
} |
||||
|
||||
/// <summary>
|
||||
/// 查找类似 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)?/... 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string WatermarkText { |
||||
get { |
||||
return ResourceManager.GetString("WatermarkText", resourceCulture); |
||||
} |
||||
} |
||||
} |
||||
} |
||||
@ -0,0 +1,393 @@
@@ -0,0 +1,393 @@
|
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<root> |
||||
<!-- |
||||
Microsoft ResX Schema |
||||
|
||||
Version 2.0 |
||||
|
||||
The primary goals of this format is to allow a simple XML format |
||||
that is mostly human readable. The generation and parsing of the |
||||
various data types are done through the TypeConverter classes |
||||
associated with the data types. |
||||
|
||||
Example: |
||||
|
||||
... ado.net/XML headers & schema ... |
||||
<resheader name="resmimetype">text/microsoft-resx</resheader> |
||||
<resheader name="version">2.0</resheader> |
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader> |
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader> |
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data> |
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data> |
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64"> |
||||
<value>[base64 mime encoded serialized .NET Framework object]</value> |
||||
</data> |
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> |
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value> |
||||
<comment>This is a comment</comment> |
||||
</data> |
||||
|
||||
There are any number of "resheader" rows that contain simple |
||||
name/value pairs. |
||||
|
||||
Each data row contains a name, and value. The row also contains a |
||||
type or mimetype. Type corresponds to a .NET class that support |
||||
text/value conversion through the TypeConverter architecture. |
||||
Classes that don't support this are serialized and stored with the |
||||
mimetype set. |
||||
|
||||
The mimetype is used for serialized objects, and tells the |
||||
ResXResourceReader how to depersist the object. This is currently not |
||||
extensible. For a given mimetype the value must be set accordingly: |
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format |
||||
that the ResXResourceWriter will generate, however the reader can |
||||
read any of the formats listed below. |
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64 |
||||
value : The object must be serialized with |
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter |
||||
: and then encoded with base64 encoding. |
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64 |
||||
value : The object must be serialized with |
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter |
||||
: and then encoded with base64 encoding. |
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64 |
||||
value : The object must be serialized into a byte array |
||||
: using a System.ComponentModel.TypeConverter |
||||
: and then encoded with base64 encoding. |
||||
--> |
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> |
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" /> |
||||
<xsd:element name="root" msdata:IsDataSet="true"> |
||||
<xsd:complexType> |
||||
<xsd:choice maxOccurs="unbounded"> |
||||
<xsd:element name="metadata"> |
||||
<xsd:complexType> |
||||
<xsd:sequence> |
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" /> |
||||
</xsd:sequence> |
||||
<xsd:attribute name="name" use="required" type="xsd:string" /> |
||||
<xsd:attribute name="type" type="xsd:string" /> |
||||
<xsd:attribute name="mimetype" type="xsd:string" /> |
||||
<xsd:attribute ref="xml:space" /> |
||||
</xsd:complexType> |
||||
</xsd:element> |
||||
<xsd:element name="assembly"> |
||||
<xsd:complexType> |
||||
<xsd:attribute name="alias" type="xsd:string" /> |
||||
<xsd:attribute name="name" type="xsd:string" /> |
||||
</xsd:complexType> |
||||
</xsd:element> |
||||
<xsd:element name="data"> |
||||
<xsd:complexType> |
||||
<xsd:sequence> |
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> |
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" /> |
||||
</xsd:sequence> |
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" /> |
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" /> |
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" /> |
||||
<xsd:attribute ref="xml:space" /> |
||||
</xsd:complexType> |
||||
</xsd:element> |
||||
<xsd:element name="resheader"> |
||||
<xsd:complexType> |
||||
<xsd:sequence> |
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> |
||||
</xsd:sequence> |
||||
<xsd:attribute name="name" type="xsd:string" use="required" /> |
||||
</xsd:complexType> |
||||
</xsd:element> |
||||
</xsd:choice> |
||||
</xsd:complexType> |
||||
</xsd:element> |
||||
</xsd:schema> |
||||
<resheader name="resmimetype"> |
||||
<value>text/microsoft-resx</value> |
||||
</resheader> |
||||
<resheader name="version"> |
||||
<value>2.0</value> |
||||
</resheader> |
||||
<resheader name="reader"> |
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> |
||||
</resheader> |
||||
<resheader name="writer"> |
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> |
||||
</resheader> |
||||
<data name="Navigation" xml:space="preserve"> |
||||
<value>Navigation</value> |
||||
</data> |
||||
<data name="Back" xml:space="preserve"> |
||||
<value>Back</value> |
||||
</data> |
||||
<data name="Forward" xml:space="preserve"> |
||||
<value>Forward</value> |
||||
</data> |
||||
<data name="_CheckUpdates" xml:space="preserve"> |
||||
<value>_Check for Updates</value> |
||||
</data> |
||||
<data name="_Help" xml:space="preserve"> |
||||
<value>_Help</value> |
||||
</data> |
||||
<data name="_File" xml:space="preserve"> |
||||
<value>_File</value> |
||||
</data> |
||||
<data name="Open" xml:space="preserve"> |
||||
<value>Open</value> |
||||
</data> |
||||
<data name="DEBUGDisassemble" xml:space="preserve"> |
||||
<value>DEBUG -- Disassemble All</value> |
||||
</data> |
||||
<data name="E_xit" xml:space="preserve"> |
||||
<value>E_xit</value> |
||||
</data> |
||||
<data name="Exit" xml:space="preserve"> |
||||
<value>Exit</value> |
||||
</data> |
||||
<data name="Save" xml:space="preserve"> |
||||
<value>Save</value> |
||||
</data> |
||||
<data name="_Open" xml:space="preserve"> |
||||
<value>_Open...</value> |
||||
</data> |
||||
<data name="OpenFrom_GAC" xml:space="preserve"> |
||||
<value>Open from _GAC...</value> |
||||
</data> |
||||
<data name="Open_List" xml:space="preserve"> |
||||
<value>Open _List...</value> |
||||
</data> |
||||
<data name="ReloadAssemblies" xml:space="preserve"> |
||||
<value>Reload all assemblies</value> |
||||
</data> |
||||
<data name="DEBUGDecompile" xml:space="preserve"> |
||||
<value>DEBUG -- Decompile All</value> |
||||
</data> |
||||
<data name="DEBUGDecompile100x" xml:space="preserve"> |
||||
<value>DEBUG -- Decompile 100x</value> |
||||
</data> |
||||
<data name="GeneratePortable" xml:space="preserve"> |
||||
<value>Generate portable PDB</value> |
||||
</data> |
||||
<data name="RefreshCommand_ReloadAssemblies" xml:space="preserve"> |
||||
<value>ReloadAssemblies</value> |
||||
</data> |
||||
<data name="_Reload" xml:space="preserve"> |
||||
<value>_Reload</value> |
||||
</data> |
||||
<data name="_RemoveAssembliesWithLoadErrors" xml:space="preserve"> |
||||
<value>_Remove Assemblies with load errors</value> |
||||
</data> |
||||
<data name="Remove" xml:space="preserve"> |
||||
<value>Remove</value> |
||||
</data> |
||||
<data name="_SaveCode" xml:space="preserve"> |
||||
<value>_Save Code...</value> |
||||
</data> |
||||
<data name="_ShowDebugSteps" xml:space="preserve"> |
||||
<value>_Show debug steps</value> |
||||
</data> |
||||
<data name="_View" xml:space="preserve"> |
||||
<value>_View</value> |
||||
</data> |
||||
<data name="SortAssembly_listName" xml:space="preserve"> |
||||
<value>Sort assembly _list by name</value> |
||||
</data> |
||||
<data name="View" xml:space="preserve"> |
||||
<value>View</value> |
||||
</data> |
||||
<data name="SortAssemblyListName" xml:space="preserve"> |
||||
<value>Sort assembly list by name</value> |
||||
</data> |
||||
<data name="_CollapseTreeNodes" xml:space="preserve"> |
||||
<value>_Collapse all tree nodes</value> |
||||
</data> |
||||
<data name="CollapseTreeNodes" xml:space="preserve"> |
||||
<value>Collapse all tree nodes</value> |
||||
</data> |
||||
<data name="Name" xml:space="preserve"> |
||||
<value>Name</value> |
||||
</data> |
||||
<data name="ValueString" xml:space="preserve"> |
||||
<value>Value (as string)</value> |
||||
</data> |
||||
<data name="Type" xml:space="preserve"> |
||||
<value>Type</value> |
||||
</data> |
||||
<data name="StringTable" xml:space="preserve"> |
||||
<value>String Table</value> |
||||
</data> |
||||
<data name="Value" xml:space="preserve"> |
||||
<value>Value</value> |
||||
</data> |
||||
<data name="VariableNamesFromDebugSymbolsAvailable" xml:space="preserve"> |
||||
<value>Use variable names from debug symbols, if available</value> |
||||
</data> |
||||
<data name="ShowInfoFromDebugSymbolsAvailable" xml:space="preserve"> |
||||
<value>Show info from debug symbols, if available</value> |
||||
</data> |
||||
<data name="ShowDocumentationDecompiledCode" xml:space="preserve"> |
||||
<value>Show XML documentation in decompiled code</value> |
||||
</data> |
||||
<data name="EnableFoldingBlocksBraces" xml:space="preserve"> |
||||
<value>Enable folding on all blocks in braces</value> |
||||
</data> |
||||
<data name="RemoveDeadSideEffectFreeCode" xml:space="preserve"> |
||||
<value>Remove dead and side effect free code</value> |
||||
</data> |
||||
<data name="InsertUsingDeclarations" xml:space="preserve"> |
||||
<value>Insert using declarations</value> |
||||
</data> |
||||
<data name="AlwaysBraces" xml:space="preserve"> |
||||
<value>Always use braces</value> |
||||
</data> |
||||
<data name="ExpandMemberDefinitionsAfterDecompilation" xml:space="preserve"> |
||||
<value>Expand member definitions after decompilation</value> |
||||
</data> |
||||
<data name="Font" xml:space="preserve"> |
||||
<value>Font</value> |
||||
</data> |
||||
<data name="OtherOptions" xml:space="preserve"> |
||||
<value>Other options</value> |
||||
</data> |
||||
<data name="ShowLineNumbers" xml:space="preserve"> |
||||
<value>Show line numbers</value> |
||||
</data> |
||||
<data name="ShowMetadataTokens" xml:space="preserve"> |
||||
<value>Show metadata tokens</value> |
||||
</data> |
||||
<data name="EnableWordWrap" xml:space="preserve"> |
||||
<value>Enable word wrap</value> |
||||
</data> |
||||
<data name="SortResultsFitness" xml:space="preserve"> |
||||
<value>Sort results by fitness</value> |
||||
</data> |
||||
<data name="AllowMultipleInstances" xml:space="preserve"> |
||||
<value>Allow multiple instances</value> |
||||
</data> |
||||
<data name="Cancel" xml:space="preserve"> |
||||
<value>Cancel</value> |
||||
</data> |
||||
<data name="OK" xml:space="preserve"> |
||||
<value>OK</value> |
||||
</data> |
||||
<data name="SearchPane_Search" xml:space="preserve"> |
||||
<value>Search</value> |
||||
</data> |
||||
<data name="WatermarkText" xml:space="preserve"> |
||||
<value>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)?/...</value> |
||||
</data> |
||||
<data name="_SearchFor" xml:space="preserve"> |
||||
<value>_Search for:</value> |
||||
</data> |
||||
<data name="Location" xml:space="preserve"> |
||||
<value>Location</value> |
||||
</data> |
||||
<data name="Decompiling" xml:space="preserve"> |
||||
<value>Decompiling...</value> |
||||
</data> |
||||
<data name="Copy" xml:space="preserve"> |
||||
<value>Copy</value> |
||||
</data> |
||||
<data name="Editor" xml:space="preserve"> |
||||
<value>Editor</value> |
||||
</data> |
||||
<data name="ToggleFolding" xml:space="preserve"> |
||||
<value>Toggle All Folding</value> |
||||
</data> |
||||
<data name="Folding" xml:space="preserve"> |
||||
<value>Folding</value> |
||||
</data> |
||||
<data name="ResourcesFileFilter" xml:space="preserve"> |
||||
<value>Resources file (*.resources)|*.resources|Resource XML file|*.resx</value> |
||||
</data> |
||||
<data name="_Remove" xml:space="preserve"> |
||||
<value>_Remove</value> |
||||
</data> |
||||
<data name="_LoadDependencies" xml:space="preserve"> |
||||
<value>_Load Dependencies</value> |
||||
</data> |
||||
<data name="Dependencies" xml:space="preserve"> |
||||
<value>Dependencies</value> |
||||
</data> |
||||
<data name="_AddMainList" xml:space="preserve"> |
||||
<value>_Add To Main List</value> |
||||
</data> |
||||
<data name="_OpenContainingFolder" xml:space="preserve"> |
||||
<value>_Open Containing Folder</value> |
||||
</data> |
||||
<data name="Shell" xml:space="preserve"> |
||||
<value>Shell</value> |
||||
</data> |
||||
<data name="_OpenCommandLineHere" xml:space="preserve"> |
||||
<value>_Open Command Line Here</value> |
||||
</data> |
||||
<data name="CopyName" xml:space="preserve"> |
||||
<value>Copy FQ Name</value> |
||||
</data> |
||||
<data name="Loading" xml:space="preserve"> |
||||
<value>Loading...</value> |
||||
</data> |
||||
<data name="CopyErrorMessage" xml:space="preserve"> |
||||
<value>Copy error message</value> |
||||
</data> |
||||
<data name="DerivedTypes" xml:space="preserve"> |
||||
<value>Derived Types</value> |
||||
</data> |
||||
<data name="References" xml:space="preserve"> |
||||
<value>References</value> |
||||
</data> |
||||
<data name="_Resources" xml:space="preserve"> |
||||
<value>Resources</value> |
||||
</data> |
||||
<data name="_About" xml:space="preserve"> |
||||
<value>_About</value> |
||||
</data> |
||||
<data name="ILSpyVersion" xml:space="preserve"> |
||||
<value>ILSpy version </value> |
||||
</data> |
||||
<data name="AutomaticallyCheckUpdatesEveryWeek" xml:space="preserve"> |
||||
<value>Automatically check for updates every week</value> |
||||
</data> |
||||
<data name="CheckUpdates" xml:space="preserve"> |
||||
<value>Check for updates</value> |
||||
</data> |
||||
<data name="Checking" xml:space="preserve"> |
||||
<value>Checking...</value> |
||||
</data> |
||||
<data name="UsingLatestRelease" xml:space="preserve"> |
||||
<value>You are using the latest release.</value> |
||||
</data> |
||||
<data name="VersionAvailable" xml:space="preserve"> |
||||
<value>Version {0} is available.</value> |
||||
</data> |
||||
<data name="Download" xml:space="preserve"> |
||||
<value>Download</value> |
||||
</data> |
||||
<data name="UsingNightlyBuildNewerThanLatestRelease" xml:space="preserve"> |
||||
<value>You are using a nightly build newer than the latest release.</value> |
||||
</data> |
||||
<data name="Show_internalTypesMembers" xml:space="preserve"> |
||||
<value>Show _internal types and members</value> |
||||
</data> |
||||
<data name="ShowInternalTypesMembers" xml:space="preserve"> |
||||
<value>Show internal types and members</value> |
||||
</data> |
||||
<data name="StandBy" xml:space="preserve"> |
||||
<value>Stand by...</value> |
||||
</data> |
||||
<data name="Status" xml:space="preserve"> |
||||
<value>Status</value> |
||||
</data> |
||||
<data name="ILSpyVersionAvailable" xml:space="preserve"> |
||||
<value>A new ILSpy version is available.</value> |
||||
</data> |
||||
<data name="UpdateILSpyFound" xml:space="preserve"> |
||||
<value>No update for ILSpy found.</value> |
||||
</data> |
||||
<data name="CheckAgain" xml:space="preserve"> |
||||
<value>Check again</value> |
||||
</data> |
||||
</root> |
||||
@ -0,0 +1,315 @@
@@ -0,0 +1,315 @@
|
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<root> |
||||
<!-- |
||||
Microsoft ResX Schema |
||||
|
||||
Version 2.0 |
||||
|
||||
The primary goals of this format is to allow a simple XML format |
||||
that is mostly human readable. The generation and parsing of the |
||||
various data types are done through the TypeConverter classes |
||||
associated with the data types. |
||||
|
||||
Example: |
||||
|
||||
... ado.net/XML headers & schema ... |
||||
<resheader name="resmimetype">text/microsoft-resx</resheader> |
||||
<resheader name="version">2.0</resheader> |
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader> |
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader> |
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data> |
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data> |
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64"> |
||||
<value>[base64 mime encoded serialized .NET Framework object]</value> |
||||
</data> |
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> |
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value> |
||||
<comment>This is a comment</comment> |
||||
</data> |
||||
|
||||
There are any number of "resheader" rows that contain simple |
||||
name/value pairs. |
||||
|
||||
Each data row contains a name, and value. The row also contains a |
||||
type or mimetype. Type corresponds to a .NET class that support |
||||
text/value conversion through the TypeConverter architecture. |
||||
Classes that don't support this are serialized and stored with the |
||||
mimetype set. |
||||
|
||||
The mimetype is used for serialized objects, and tells the |
||||
ResXResourceReader how to depersist the object. This is currently not |
||||
extensible. For a given mimetype the value must be set accordingly: |
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format |
||||
that the ResXResourceWriter will generate, however the reader can |
||||
read any of the formats listed below. |
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64 |
||||
value : The object must be serialized with |
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter |
||||
: and then encoded with base64 encoding. |
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64 |
||||
value : The object must be serialized with |
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter |
||||
: and then encoded with base64 encoding. |
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64 |
||||
value : The object must be serialized into a byte array |
||||
: using a System.ComponentModel.TypeConverter |
||||
: and then encoded with base64 encoding. |
||||
--> |
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> |
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" /> |
||||
<xsd:element name="root" msdata:IsDataSet="true"> |
||||
<xsd:complexType> |
||||
<xsd:choice maxOccurs="unbounded"> |
||||
<xsd:element name="metadata"> |
||||
<xsd:complexType> |
||||
<xsd:sequence> |
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" /> |
||||
</xsd:sequence> |
||||
<xsd:attribute name="name" use="required" type="xsd:string" /> |
||||
<xsd:attribute name="type" type="xsd:string" /> |
||||
<xsd:attribute name="mimetype" type="xsd:string" /> |
||||
<xsd:attribute ref="xml:space" /> |
||||
</xsd:complexType> |
||||
</xsd:element> |
||||
<xsd:element name="assembly"> |
||||
<xsd:complexType> |
||||
<xsd:attribute name="alias" type="xsd:string" /> |
||||
<xsd:attribute name="name" type="xsd:string" /> |
||||
</xsd:complexType> |
||||
</xsd:element> |
||||
<xsd:element name="data"> |
||||
<xsd:complexType> |
||||
<xsd:sequence> |
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> |
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" /> |
||||
</xsd:sequence> |
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" /> |
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" /> |
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" /> |
||||
<xsd:attribute ref="xml:space" /> |
||||
</xsd:complexType> |
||||
</xsd:element> |
||||
<xsd:element name="resheader"> |
||||
<xsd:complexType> |
||||
<xsd:sequence> |
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> |
||||
</xsd:sequence> |
||||
<xsd:attribute name="name" type="xsd:string" use="required" /> |
||||
</xsd:complexType> |
||||
</xsd:element> |
||||
</xsd:choice> |
||||
</xsd:complexType> |
||||
</xsd:element> |
||||
</xsd:schema> |
||||
<resheader name="resmimetype"> |
||||
<value>text/microsoft-resx</value> |
||||
</resheader> |
||||
<resheader name="version"> |
||||
<value>2.0</value> |
||||
</resheader> |
||||
<resheader name="reader"> |
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> |
||||
</resheader> |
||||
<resheader name="writer"> |
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> |
||||
</resheader> |
||||
<data name="Navigation" xml:space="preserve"> |
||||
<value>导航</value> |
||||
</data> |
||||
<data name="Back" xml:space="preserve"> |
||||
<value>后退</value> |
||||
</data> |
||||
<data name="Forward" xml:space="preserve"> |
||||
<value>前进</value> |
||||
</data> |
||||
<data name="_CheckUpdates" xml:space="preserve"> |
||||
<value>检查更新(_C)</value> |
||||
</data> |
||||
<data name="_Help" xml:space="preserve"> |
||||
<value>帮助(_H)</value> |
||||
</data> |
||||
<data name="_File" xml:space="preserve"> |
||||
<value>文件(_F)</value> |
||||
</data> |
||||
<data name="Open" xml:space="preserve"> |
||||
<value>打开</value> |
||||
</data> |
||||
<data name="DEBUGDisassemble" xml:space="preserve"> |
||||
<value>DEBUG -- 反编译全部</value> |
||||
</data> |
||||
<data name="E_xit" xml:space="preserve"> |
||||
<value>退出(_X)</value> |
||||
</data> |
||||
<data name="Exit" xml:space="preserve"> |
||||
<value>退出</value> |
||||
</data> |
||||
<data name="Save" xml:space="preserve"> |
||||
<value>保存</value> |
||||
</data> |
||||
<data name="_Open" xml:space="preserve"> |
||||
<value>打开(_O)...</value> |
||||
</data> |
||||
<data name="OpenFrom_GAC" xml:space="preserve"> |
||||
<value>从_GAC中打开......</value> |
||||
</data> |
||||
<data name="Open_List" xml:space="preserve"> |
||||
<value>打开列表(_L)</value> |
||||
</data> |
||||
<data name="ReloadAssemblies" xml:space="preserve"> |
||||
<value>重新加载全部程序集</value> |
||||
</data> |
||||
<data name="DEBUGDecompile" xml:space="preserve"> |
||||
<value>DEBUG - 全部反编译</value> |
||||
</data> |
||||
<data name="DEBUGDecompile100x" xml:space="preserve"> |
||||
<value>DEBUG - 反编译100x</value> |
||||
</data> |
||||
<data name="GeneratePortable" xml:space="preserve"> |
||||
<value>生成可携带PDB</value> |
||||
</data> |
||||
<data name="RefreshCommand_ReloadAssemblies" xml:space="preserve"> |
||||
<value>重新加载程序集</value> |
||||
</data> |
||||
<data name="_Reload" xml:space="preserve"> |
||||
<value>重新加载(_R)</value> |
||||
</data> |
||||
<data name="_RemoveAssembliesWithLoadErrors" xml:space="preserve"> |
||||
<value>移除程序集及其加载错误(_R)</value> |
||||
</data> |
||||
<data name="Remove" xml:space="preserve"> |
||||
<value>移除</value> |
||||
</data> |
||||
<data name="_SaveCode" xml:space="preserve"> |
||||
<value>保存代码(_S)</value> |
||||
</data> |
||||
<data name="_ShowDebugSteps" xml:space="preserve"> |
||||
<value>显示调试步骤(_S)</value> |
||||
</data> |
||||
<data name="_View" xml:space="preserve"> |
||||
<value>视图(_V)</value> |
||||
</data> |
||||
<data name="SortAssembly_listName" xml:space="preserve"> |
||||
<value>按名称排列程序集列表(_L)</value> |
||||
</data> |
||||
<data name="View" xml:space="preserve"> |
||||
<value>视图</value> |
||||
</data> |
||||
<data name="SortAssemblyListName" xml:space="preserve"> |
||||
<value>按名称排列程序集列表</value> |
||||
</data> |
||||
<data name="_CollapseTreeNodes" xml:space="preserve"> |
||||
<value>折叠所有树节点(_C)</value> |
||||
</data> |
||||
<data name="CollapseTreeNodes" xml:space="preserve"> |
||||
<value>折叠所有树节点</value> |
||||
</data> |
||||
<data name="Name" xml:space="preserve"> |
||||
<value>名称</value> |
||||
</data> |
||||
<data name="ValueString" xml:space="preserve"> |
||||
<value>值(为字符串)</value> |
||||
</data> |
||||
<data name="Type" xml:space="preserve"> |
||||
<value>类型</value> |
||||
</data> |
||||
<data name="StringTable" xml:space="preserve"> |
||||
<value>字符串表</value> |
||||
</data> |
||||
<data name="Value" xml:space="preserve"> |
||||
<value>值</value> |
||||
</data> |
||||
<data name="_Resources" xml:space="preserve"> |
||||
<value>资源</value> |
||||
</data> |
||||
<data name="Download" xml:space="preserve"> |
||||
<value>下载</value> |
||||
</data> |
||||
<data name="Checking" xml:space="preserve"> |
||||
<value>检查...</value> |
||||
</data> |
||||
<data name="CheckUpdates" xml:space="preserve"> |
||||
<value>检查更新</value> |
||||
</data> |
||||
<data name="_About" xml:space="preserve"> |
||||
<value>关于(_A)</value> |
||||
</data> |
||||
<data name="Loading" xml:space="preserve"> |
||||
<value>加载中...</value> |
||||
</data> |
||||
<data name="References" xml:space="preserve"> |
||||
<value>引用</value> |
||||
</data> |
||||
<data name="ILSpyVersion" xml:space="preserve"> |
||||
<value>ILSpy版本</value> |
||||
</data> |
||||
<data name="Decompiling" xml:space="preserve"> |
||||
<value>正在反编译...</value> |
||||
</data> |
||||
<data name="Copy" xml:space="preserve"> |
||||
<value>复制</value> |
||||
</data> |
||||
<data name="Editor" xml:space="preserve"> |
||||
<value>编辑器</value> |
||||
</data> |
||||
<data name="Location" xml:space="preserve"> |
||||
<value>位置</value> |
||||
</data> |
||||
<data name="_SearchFor" xml:space="preserve"> |
||||
<value>搜索(_S):</value> |
||||
</data> |
||||
<data name="_Remove" xml:space="preserve"> |
||||
<value>移除(_R)</value> |
||||
</data> |
||||
<data name="_LoadDependencies" xml:space="preserve"> |
||||
<value>加载依赖(_L)</value> |
||||
</data> |
||||
<data name="Dependencies" xml:space="preserve"> |
||||
<value>依赖(_L)</value> |
||||
</data> |
||||
<data name="OK" xml:space="preserve"> |
||||
<value>确定</value> |
||||
</data> |
||||
<data name="SearchPane_Search" xml:space="preserve"> |
||||
<value>搜索</value> |
||||
</data> |
||||
<data name="Status" xml:space="preserve"> |
||||
<value>状态</value> |
||||
</data> |
||||
<data name="Font" xml:space="preserve"> |
||||
<value>字体</value> |
||||
</data> |
||||
<data name="OtherOptions" xml:space="preserve"> |
||||
<value>其他选项</value> |
||||
</data> |
||||
<data name="ShowLineNumbers" xml:space="preserve"> |
||||
<value>显示行号</value> |
||||
</data> |
||||
<data name="Cancel" xml:space="preserve"> |
||||
<value>取消</value> |
||||
</data> |
||||
<data name="Folding" xml:space="preserve"> |
||||
<value>折叠</value> |
||||
</data> |
||||
<data name="_AddMainList" xml:space="preserve"> |
||||
<value>添加到主列表(_A)</value> |
||||
</data> |
||||
<data name="_OpenContainingFolder" xml:space="preserve"> |
||||
<value>打开包含文件夹(_O)</value> |
||||
</data> |
||||
<data name="Shell" xml:space="preserve"> |
||||
<value>Shell</value> |
||||
</data> |
||||
<data name="_OpenCommandLineHere" xml:space="preserve"> |
||||
<value>在这里打开命令行(_O)</value> |
||||
</data> |
||||
<data name="CopyName" xml:space="preserve"> |
||||
<value>复制FQ名称</value> |
||||
</data> |
||||
<data name="CopyErrorMessage" xml:space="preserve"> |
||||
<value>复制错误信息</value> |
||||
</data> |
||||
</root> |
||||
Loading…
Reference in new issue