|
|
@ -159,6 +159,15 @@ namespace ICSharpCode.ILSpy.Properties { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
|
|
/// 查找类似 _Options... 的本地化字符串。
|
|
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
public static string _Options { |
|
|
|
|
|
|
|
get { |
|
|
|
|
|
|
|
return ResourceManager.GetString("_Options", resourceCulture); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// 查找类似 _Reload 的本地化字符串。
|
|
|
|
/// 查找类似 _Reload 的本地化字符串。
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
@ -420,6 +429,33 @@ namespace ICSharpCode.ILSpy.Properties { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
|
|
/// 查找类似 Debug Steps 的本地化字符串。
|
|
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
public static string DebugSteps { |
|
|
|
|
|
|
|
get { |
|
|
|
|
|
|
|
return ResourceManager.GetString("DebugSteps", resourceCulture); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
|
|
/// 查找类似 Debug this step 的本地化字符串。
|
|
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
public static string DebugThisStep { |
|
|
|
|
|
|
|
get { |
|
|
|
|
|
|
|
return ResourceManager.GetString("DebugThisStep", resourceCulture); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
|
|
/// 查找类似 Decompiler 的本地化字符串。
|
|
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
public static string Decompiler { |
|
|
|
|
|
|
|
get { |
|
|
|
|
|
|
|
return ResourceManager.GetString("Decompiler", resourceCulture); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// 查找类似 Decompiling... 的本地化字符串。
|
|
|
|
/// 查找类似 Decompiling... 的本地化字符串。
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
@ -447,6 +483,15 @@ namespace ICSharpCode.ILSpy.Properties { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
|
|
/// 查找类似 Display 的本地化字符串。
|
|
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
public static string Display { |
|
|
|
|
|
|
|
get { |
|
|
|
|
|
|
|
return ResourceManager.GetString("Display", resourceCulture); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// 查找类似 Display Code 的本地化字符串。
|
|
|
|
/// 查找类似 Display Code 的本地化字符串。
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
@ -456,6 +501,15 @@ namespace ICSharpCode.ILSpy.Properties { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
|
|
/// 查找类似 Font: 的本地化字符串。
|
|
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
public static string DisplaySettingsPanel_Font { |
|
|
|
|
|
|
|
get { |
|
|
|
|
|
|
|
return ResourceManager.GetString("DisplaySettingsPanel_Font", resourceCulture); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// 查找类似 Download 的本地化字符串。
|
|
|
|
/// 查找类似 Download 的本地化字符串。
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
@ -618,6 +672,15 @@ namespace ICSharpCode.ILSpy.Properties { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
|
|
/// 查找类似 Misc 的本地化字符串。
|
|
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
public static string Misc { |
|
|
|
|
|
|
|
get { |
|
|
|
|
|
|
|
return ResourceManager.GetString("Misc", resourceCulture); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// 查找类似 Name 的本地化字符串。
|
|
|
|
/// 查找类似 Name 的本地化字符串。
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
@ -726,6 +789,15 @@ namespace ICSharpCode.ILSpy.Properties { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
|
|
/// 查找类似 Options 的本地化字符串。
|
|
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
public static string Options { |
|
|
|
|
|
|
|
get { |
|
|
|
|
|
|
|
return ResourceManager.GetString("Options", resourceCulture); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// 查找类似 Other options 的本地化字符串。
|
|
|
|
/// 查找类似 Other options 的本地化字符串。
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
@ -906,6 +978,15 @@ namespace ICSharpCode.ILSpy.Properties { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
|
|
/// 查找类似 ShowChildIndexInBlock 的本地化字符串。
|
|
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
public static string ShowChildIndexInBlock { |
|
|
|
|
|
|
|
get { |
|
|
|
|
|
|
|
return ResourceManager.GetString("ShowChildIndexInBlock", resourceCulture); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// 查找类似 Show XML documentation in decompiled code 的本地化字符串。
|
|
|
|
/// 查找类似 Show XML documentation in decompiled code 的本地化字符串。
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
@ -915,6 +996,15 @@ namespace ICSharpCode.ILSpy.Properties { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
|
|
/// 查找类似 ShowILRanges 的本地化字符串。
|
|
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
public static string ShowILRanges { |
|
|
|
|
|
|
|
get { |
|
|
|
|
|
|
|
return ResourceManager.GetString("ShowILRanges", resourceCulture); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// 查找类似 Show info from debug symbols, if available 的本地化字符串。
|
|
|
|
/// 查找类似 Show info from debug symbols, if available 的本地化字符串。
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
@ -951,6 +1041,33 @@ namespace ICSharpCode.ILSpy.Properties { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
|
|
/// 查找类似 Show state after this step 的本地化字符串。
|
|
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
public static string ShowStateAfterThisStep { |
|
|
|
|
|
|
|
get { |
|
|
|
|
|
|
|
return ResourceManager.GetString("ShowStateAfterThisStep", resourceCulture); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
|
|
/// 查找类似 Show state before this step 的本地化字符串。
|
|
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
public static string ShowStateBeforeThisStep { |
|
|
|
|
|
|
|
get { |
|
|
|
|
|
|
|
return ResourceManager.GetString("ShowStateBeforeThisStep", resourceCulture); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
|
|
/// 查找类似 Size: 的本地化字符串。
|
|
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
public static string Size { |
|
|
|
|
|
|
|
get { |
|
|
|
|
|
|
|
return ResourceManager.GetString("Size", resourceCulture); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// 查找类似 Sort assembly _list by name 的本地化字符串。
|
|
|
|
/// 查找类似 Sort assembly _list by name 的本地化字符串。
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
@ -1032,6 +1149,24 @@ namespace ICSharpCode.ILSpy.Properties { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
|
|
/// 查找类似 UseFieldSugar 的本地化字符串。
|
|
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
public static string UseFieldSugar { |
|
|
|
|
|
|
|
get { |
|
|
|
|
|
|
|
return ResourceManager.GetString("UseFieldSugar", resourceCulture); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
|
|
/// 查找类似 UseLogicOperationSugar 的本地化字符串。
|
|
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
public static string UseLogicOperationSugar { |
|
|
|
|
|
|
|
get { |
|
|
|
|
|
|
|
return ResourceManager.GetString("UseLogicOperationSugar", resourceCulture); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// 查找类似 You are using the latest release. 的本地化字符串。
|
|
|
|
/// 查找类似 You are using the latest release. 的本地化字符串。
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|