|
|
|
@ -96,6 +96,15 @@ namespace ICSharpCode.ILSpy.Properties {
@@ -96,6 +96,15 @@ namespace ICSharpCode.ILSpy.Properties {
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 查找类似 _Create 的本地化字符串。
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string _Create { |
|
|
|
|
get { |
|
|
|
|
return ResourceManager.GetString("_Create", resourceCulture); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 查找类似 _File 的本地化字符串。
|
|
|
|
|
/// </summary>
|
|
|
|
@ -177,6 +186,15 @@ namespace ICSharpCode.ILSpy.Properties {
@@ -177,6 +186,15 @@ namespace ICSharpCode.ILSpy.Properties {
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 查找类似 _Reset 的本地化字符串。
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string _Reset { |
|
|
|
|
get { |
|
|
|
|
return ResourceManager.GetString("_Reset", resourceCulture); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 查找类似 Resources 的本地化字符串。
|
|
|
|
|
/// </summary>
|
|
|
|
@ -195,6 +213,15 @@ namespace ICSharpCode.ILSpy.Properties {
@@ -195,6 +213,15 @@ namespace ICSharpCode.ILSpy.Properties {
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 查找类似 _Search: 的本地化字符串。
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string _Search { |
|
|
|
|
get { |
|
|
|
|
return ResourceManager.GetString("_Search", resourceCulture); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 查找类似 _Search for: 的本地化字符串。
|
|
|
|
|
/// </summary>
|
|
|
|
@ -213,6 +240,15 @@ namespace ICSharpCode.ILSpy.Properties {
@@ -213,6 +240,15 @@ namespace ICSharpCode.ILSpy.Properties {
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 查找类似 Toggle Folding 的本地化字符串。
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string _ToggleFolding { |
|
|
|
|
get { |
|
|
|
|
return ResourceManager.GetString("_ToggleFolding", resourceCulture); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 查找类似 _View 的本地化字符串。
|
|
|
|
|
/// </summary>
|
|
|
|
@ -222,6 +258,15 @@ namespace ICSharpCode.ILSpy.Properties {
@@ -222,6 +258,15 @@ namespace ICSharpCode.ILSpy.Properties {
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 查找类似 |All Files|*.* 的本地化字符串。
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string AllFiles { |
|
|
|
|
get { |
|
|
|
|
return ResourceManager.GetString("AllFiles", resourceCulture); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 查找类似 Allow multiple instances 的本地化字符串。
|
|
|
|
|
/// </summary>
|
|
|
|
@ -240,6 +285,15 @@ namespace ICSharpCode.ILSpy.Properties {
@@ -240,6 +285,15 @@ namespace ICSharpCode.ILSpy.Properties {
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 查找类似 Analyze 的本地化字符串。
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string Analyze { |
|
|
|
|
get { |
|
|
|
|
return ResourceManager.GetString("Analyze", resourceCulture); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 查找类似 Automatically check for updates every week 的本地化字符串。
|
|
|
|
|
/// </summary>
|
|
|
|
@ -330,6 +384,15 @@ namespace ICSharpCode.ILSpy.Properties {
@@ -330,6 +384,15 @@ namespace ICSharpCode.ILSpy.Properties {
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 查找类似 Create 的本地化字符串。
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string Create { |
|
|
|
|
get { |
|
|
|
|
return ResourceManager.GetString("Create", resourceCulture); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 查找类似 DEBUG -- Decompile All 的本地化字符串。
|
|
|
|
|
/// </summary>
|
|
|
|
@ -384,6 +447,15 @@ namespace ICSharpCode.ILSpy.Properties {
@@ -384,6 +447,15 @@ namespace ICSharpCode.ILSpy.Properties {
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 查找类似 Display Code 的本地化字符串。
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string DisplayCode { |
|
|
|
|
get { |
|
|
|
|
return ResourceManager.GetString("DisplayCode", resourceCulture); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 查找类似 Download 的本地化字符串。
|
|
|
|
|
/// </summary>
|
|
|
|
@ -429,6 +501,15 @@ namespace ICSharpCode.ILSpy.Properties {
@@ -429,6 +501,15 @@ namespace ICSharpCode.ILSpy.Properties {
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 查找类似 Enter a list name: 的本地化字符串。
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string EnterListName { |
|
|
|
|
get { |
|
|
|
|
return ResourceManager.GetString("EnterListName", resourceCulture); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 查找类似 Exit 的本地化字符串。
|
|
|
|
|
/// </summary>
|
|
|
|
@ -510,6 +591,15 @@ namespace ICSharpCode.ILSpy.Properties {
@@ -510,6 +591,15 @@ namespace ICSharpCode.ILSpy.Properties {
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 查找类似 New list 的本地化字符串。
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string List { |
|
|
|
|
get { |
|
|
|
|
return ResourceManager.GetString("List", resourceCulture); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 查找类似 Loading... 的本地化字符串。
|
|
|
|
|
/// </summary>
|
|
|
|
@ -546,6 +636,15 @@ namespace ICSharpCode.ILSpy.Properties {
@@ -546,6 +636,15 @@ namespace ICSharpCode.ILSpy.Properties {
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 查找类似 Nuget Package Browser 的本地化字符串。
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string NugetPackageBrowser { |
|
|
|
|
get { |
|
|
|
|
return ResourceManager.GetString("NugetPackageBrowser", resourceCulture); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 查找类似 OK 的本地化字符串。
|
|
|
|
|
/// </summary>
|
|
|
|
@ -573,6 +672,24 @@ namespace ICSharpCode.ILSpy.Properties {
@@ -573,6 +672,24 @@ namespace ICSharpCode.ILSpy.Properties {
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 查找类似 Open Explorer 的本地化字符串。
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string OpenExplorer { |
|
|
|
|
get { |
|
|
|
|
return ResourceManager.GetString("OpenExplorer", resourceCulture); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 查找类似 Open From GAC 的本地化字符串。
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string OpenFrom { |
|
|
|
|
get { |
|
|
|
|
return ResourceManager.GetString("OpenFrom", resourceCulture); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 查找类似 Open from _GAC... 的本地化字符串。
|
|
|
|
|
/// </summary>
|
|
|
|
@ -582,6 +699,33 @@ namespace ICSharpCode.ILSpy.Properties {
@@ -582,6 +699,33 @@ namespace ICSharpCode.ILSpy.Properties {
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 查找类似 Open List 的本地化字符串。
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string OpenList { |
|
|
|
|
get { |
|
|
|
|
return ResourceManager.GetString("OpenList", resourceCulture); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 查找类似 _Delete 的本地化字符串。
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string OpenListDialog__Delete { |
|
|
|
|
get { |
|
|
|
|
return ResourceManager.GetString("OpenListDialog__Delete", resourceCulture); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 查找类似 _Open 的本地化字符串。
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string OpenListDialog__Open { |
|
|
|
|
get { |
|
|
|
|
return ResourceManager.GetString("OpenListDialog__Open", resourceCulture); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 查找类似 Other options 的本地化字符串。
|
|
|
|
|
/// </summary>
|
|
|
|
@ -591,6 +735,24 @@ namespace ICSharpCode.ILSpy.Properties {
@@ -591,6 +735,24 @@ namespace ICSharpCode.ILSpy.Properties {
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 查找类似 Public Key Token 的本地化字符串。
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string PublicToken { |
|
|
|
|
get { |
|
|
|
|
return ResourceManager.GetString("PublicToken", resourceCulture); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 查找类似 Reference Name 的本地化字符串。
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string ReferenceName { |
|
|
|
|
get { |
|
|
|
|
return ResourceManager.GetString("ReferenceName", resourceCulture); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 查找类似 References 的本地化字符串。
|
|
|
|
|
/// </summary>
|
|
|
|
@ -654,6 +816,42 @@ namespace ICSharpCode.ILSpy.Properties {
@@ -654,6 +816,42 @@ namespace ICSharpCode.ILSpy.Properties {
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 查找类似 Save Code 的本地化字符串。
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string SaveCode { |
|
|
|
|
get { |
|
|
|
|
return ResourceManager.GetString("SaveCode", resourceCulture); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 查找类似 Search... 的本地化字符串。
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string Search { |
|
|
|
|
get { |
|
|
|
|
return ResourceManager.GetString("Search", resourceCulture); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 查找类似 Search aborted, more than 1000 results found. 的本地化字符串。
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string SearchAbortedMoreThan1000ResultsFound { |
|
|
|
|
get { |
|
|
|
|
return ResourceManager.GetString("SearchAbortedMoreThan1000ResultsFound", resourceCulture); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 查找类似 Searching... 的本地化字符串。
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string Searching { |
|
|
|
|
get { |
|
|
|
|
return ResourceManager.GetString("Searching", resourceCulture); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 查找类似 Search 的本地化字符串。
|
|
|
|
|
/// </summary>
|
|
|
|
@ -663,6 +861,33 @@ namespace ICSharpCode.ILSpy.Properties {
@@ -663,6 +861,33 @@ namespace ICSharpCode.ILSpy.Properties {
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 查找类似 Select All 的本地化字符串。
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string Select { |
|
|
|
|
get { |
|
|
|
|
return ResourceManager.GetString("Select", resourceCulture); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 查找类似 Select assemblies to open: 的本地化字符串。
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string SelectAssembliesOpen { |
|
|
|
|
get { |
|
|
|
|
return ResourceManager.GetString("SelectAssembliesOpen", resourceCulture); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 查找类似 Select a list: 的本地化字符串。
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string SelectList { |
|
|
|
|
get { |
|
|
|
|
return ResourceManager.GetString("SelectList", resourceCulture); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 查找类似 Shell 的本地化字符串。
|
|
|
|
|
/// </summary>
|
|
|
|
@ -852,6 +1077,15 @@ namespace ICSharpCode.ILSpy.Properties {
@@ -852,6 +1077,15 @@ namespace ICSharpCode.ILSpy.Properties {
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 查找类似 Version 的本地化字符串。
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string Version { |
|
|
|
|
get { |
|
|
|
|
return ResourceManager.GetString("Version", resourceCulture); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 查找类似 Version {0} is available. 的本地化字符串。
|
|
|
|
|
/// </summary>
|
|
|
|
|