Browse Source

#3645: Fix resource string

pull/3648/head
Siegfried Pammer 1 week ago
parent
commit
5317694d5b
  1. 7
      ILSpy/Properties/Resources.Designer.cs
  2. 2
      ILSpy/Properties/Resources.resx
  3. 2
      ILSpy/Properties/Resources.zh-Hans.resx

7
ILSpy/Properties/Resources.Designer.cs generated

@ -469,7 +469,7 @@ namespace ICSharpCode.ILSpy.Properties {
} }
/// <summary> /// <summary>
/// Looks up a localized string similar to Cannot create PDB file for {0}, because it does not contain a PE Debug Directory Entry of type &apos;CodeView&apos;.. /// Looks up a localized string similar to Cannot create PDB file for {0} because the PE debug directory type &apos;CodeView&apos; is missing..
/// </summary> /// </summary>
public static string CannotCreatePDBFile { public static string CannotCreatePDBFile {
get { get {
@ -1928,6 +1928,7 @@ namespace ICSharpCode.ILSpy.Properties {
return ResourceManager.GetString("GeneratedPDBFile", resourceCulture); return ResourceManager.GetString("GeneratedPDBFile", resourceCulture);
} }
} }
/// <summary> /// <summary>
/// Looks up a localized string similar to Generate portable PDB. /// Looks up a localized string similar to Generate portable PDB.
/// </summary> /// </summary>
@ -1938,7 +1939,7 @@ namespace ICSharpCode.ILSpy.Properties {
} }
/// <summary> /// <summary>
/// Looks up a localized string similar to Generating portable PDB.... /// Looks up a localized string similar to Generating portable PDB for {0}....
/// </summary> /// </summary>
public static string GeneratingPortablePDB { public static string GeneratingPortablePDB {
get { get {
@ -2172,7 +2173,7 @@ namespace ICSharpCode.ILSpy.Properties {
} }
/// <summary> /// <summary>
/// Looks up a localized string similar to Navigation failed because the target is hidden or a compiler-generated class.\n /// 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 &quot;View &gt; Show internal types and members&quot;) and try again.. ///Please disable all filters that might hide the item (i.e. activate &quot;View &gt; Show internal types and members&quot;) and try again..
/// </summary> /// </summary>
public static string NavigationFailed { public static string NavigationFailed {

2
ILSpy/Properties/Resources.resx

@ -745,7 +745,7 @@ Are you sure you want to continue?</value>
<value>Navigation</value> <value>Navigation</value>
</data> </data>
<data name="NavigationFailed" xml:space="preserve"> <data name="NavigationFailed" xml:space="preserve">
<value>Navigation failed because the target is hidden or a compiler-generated class.\n <value>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 &gt; Show internal types and members") and try again.</value> Please disable all filters that might hide the item (i.e. activate "View &gt; Show internal types and members") and try again.</value>
</data> </data>
<data name="NewList" xml:space="preserve"> <data name="NewList" xml:space="preserve">

2
ILSpy/Properties/Resources.zh-Hans.resx

@ -692,7 +692,7 @@
<value>导航</value> <value>导航</value>
</data> </data>
<data name="NavigationFailed" xml:space="preserve"> <data name="NavigationFailed" xml:space="preserve">
<value>导航失败,因为目标是隐藏的或编译器生成的类。\n <value>导航失败,因为目标是隐藏的或编译器生成的类。
请禁用所有的、可能隐藏它们的筛选器(例如,启用“视图 &gt; 显示内部类型和成员”),并重试。</value> 请禁用所有的、可能隐藏它们的筛选器(例如,启用“视图 &gt; 显示内部类型和成员”),并重试。</value>
</data> </data>
<data name="NewList" xml:space="preserve"> <data name="NewList" xml:space="preserve">

Loading…
Cancel
Save