Skip to content

Commit 0706e68

Browse files
committed
translation: added language files for InspectionUI
1 parent 6228d70 commit 0706e68

9 files changed

+2052
-0
lines changed

RetailCoder.VBE/Inspections/InspectionsUI.de.Designer.cs

Whitespace-only changes.

RetailCoder.VBE/Inspections/InspectionsUI.de.resx

Lines changed: 503 additions & 0 deletions
Large diffs are not rendered by default.

RetailCoder.VBE/Inspections/InspectionsUI.fr.Designer.cs

Whitespace-only changes.

RetailCoder.VBE/Inspections/InspectionsUI.fr.resx

Lines changed: 503 additions & 0 deletions
Large diffs are not rendered by default.

RetailCoder.VBE/Inspections/InspectionsUI.ja.Designer.cs

Whitespace-only changes.

RetailCoder.VBE/Inspections/InspectionsUI.ja.resx

Lines changed: 503 additions & 0 deletions
Large diffs are not rendered by default.

RetailCoder.VBE/Inspections/InspectionsUI.sv.Designer.cs

Whitespace-only changes.

RetailCoder.VBE/Inspections/InspectionsUI.sv.resx

Lines changed: 503 additions & 0 deletions
Large diffs are not rendered by default.

RetailCoder.VBE/Rubberduck.csproj

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,26 @@
308308
<Compile Include="Common\WinAPI\User32.cs" />
309309
<Compile Include="Common\WinAPI\WindowLongFlags.cs" />
310310
<Compile Include="Common\WinAPI\WM.cs" />
311+
<Compile Include="Inspections\InspectionsUI.de.Designer.cs">
312+
<DependentUpon>InspectionsUI.de.resx</DependentUpon>
313+
<AutoGen>True</AutoGen>
314+
<DesignTime>True</DesignTime>
315+
</Compile>
316+
<Compile Include="Inspections\InspectionsUI.fr.Designer.cs">
317+
<DependentUpon>InspectionsUI.fr.resx</DependentUpon>
318+
<AutoGen>True</AutoGen>
319+
<DesignTime>True</DesignTime>
320+
</Compile>
321+
<Compile Include="Inspections\InspectionsUI.sv.Designer.cs">
322+
<DependentUpon>InspectionsUI.sv.resx</DependentUpon>
323+
<AutoGen>True</AutoGen>
324+
<DesignTime>True</DesignTime>
325+
</Compile>
326+
<Compile Include="Inspections\InspectionsUI.ja.Designer.cs">
327+
<DependentUpon>InspectionsUI.ja.resx</DependentUpon>
328+
<AutoGen>True</AutoGen>
329+
<DesignTime>True</DesignTime>
330+
</Compile>
311331
<Compile Include="Inspections\MakeSingleLineParameterQuickFix.cs" />
312332
<Compile Include="Inspections\RemoveExplicitCallStatmentQuickFix.cs" />
313333
<Compile Include="UI\About\AboutControl.xaml.cs">
@@ -900,6 +920,26 @@
900920
<LastGenOutput>InspectionsUI.Designer.cs</LastGenOutput>
901921
<SubType>Designer</SubType>
902922
</EmbeddedResource>
923+
<EmbeddedResource Include="Inspections\InspectionsUI.de.resx">
924+
<Generator>ResXFileCodeGenerator</Generator>
925+
<LastGenOutput>InspectionsUI.de.Designer.cs</LastGenOutput>
926+
<SubType>Designer</SubType>
927+
</EmbeddedResource>
928+
<EmbeddedResource Include="Inspections\InspectionsUI.fr.resx">
929+
<Generator>ResXFileCodeGenerator</Generator>
930+
<LastGenOutput>InspectionsUI.fr.Designer.cs</LastGenOutput>
931+
<SubType>Designer</SubType>
932+
</EmbeddedResource>
933+
<EmbeddedResource Include="Inspections\InspectionsUI.sv.resx">
934+
<Generator>ResXFileCodeGenerator</Generator>
935+
<LastGenOutput>InspectionsUI.sv.Designer.cs</LastGenOutput>
936+
<SubType>Designer</SubType>
937+
</EmbeddedResource>
938+
<EmbeddedResource Include="Inspections\InspectionsUI.ja.resx">
939+
<Generator>ResXFileCodeGenerator</Generator>
940+
<LastGenOutput>InspectionsUI.ja.Designer.cs</LastGenOutput>
941+
<SubType>Designer</SubType>
942+
</EmbeddedResource>
903943
<EmbeddedResource Include="UI\About\AboutDialog.resx">
904944
<DependentUpon>AboutDialog.cs</DependentUpon>
905945
</EmbeddedResource>

0 commit comments

Comments
 (0)