Browse Source

Add resources for new options.

pull/2113/head
Daniel Grunwald 5 years ago
parent
commit
4cc1d1f3ec
  1. 583
      ILSpy/Properties/Resources.Designer.cs
  2. 9
      ILSpy/Properties/Resources.resx

583
ILSpy/Properties/Resources.Designer.cs generated

File diff suppressed because it is too large Load Diff

9
ILSpy/Properties/Resources.resx

@ -234,6 +234,9 @@ Are you sure you want to continue?</value> @@ -234,6 +234,9 @@ Are you sure you want to continue?</value>
<data name="Decompiler" xml:space="preserve">
<value>Decompiler</value>
</data>
<data name="DecompilerSettings.AggressiveInlining" xml:space="preserve">
<value>Always inline local variables if possible</value>
</data>
<data name="DecompilerSettings.AllowExtensionAddMethodsInCollectionInitializerExpressions" xml:space="preserve">
<value>Allow extension 'Add' methods in collection initializer expressions</value>
</data>
@ -327,6 +330,9 @@ Are you sure you want to continue?</value> @@ -327,6 +330,9 @@ Are you sure you want to continue?</value>
<data name="DecompilerSettings.IncludeXMLDocumentationCommentsInTheDecompiledCode" xml:space="preserve">
<value>Include XML documentation comments in the decompiled code</value>
</data>
<data name="DecompilerSettings.InitAccessors" xml:space="preserve">
<value>Allow init; accessors</value>
</data>
<data name="DecompilerSettings.InsertUsingDeclarations" xml:space="preserve">
<value>Insert using declarations</value>
</data>
@ -378,6 +384,9 @@ Are you sure you want to continue?</value> @@ -378,6 +384,9 @@ Are you sure you want to continue?</value>
<data name="DecompilerSettings.ShowInfoFromDebugSymbolsIfAvailable" xml:space="preserve">
<value>Show info from debug symbols, if available</value>
</data>
<data name="DecompilerSettings.SwitchExpressions" xml:space="preserve">
<value>Switch expressions</value>
</data>
<data name="DecompilerSettings.UseDiscards" xml:space="preserve">
<value>Use discards</value>
</data>

Loading…
Cancel
Save