Skip to content
This repository has been archived by the owner on Mar 4, 2025. It is now read-only.

Commit

Permalink
Use Polish translation from NT4 where applicable.
Browse files Browse the repository at this point in the history
  • Loading branch information
thecatkitty committed Apr 27, 2018
1 parent 6f86fff commit 9286654
Show file tree
Hide file tree
Showing 6 changed files with 1,555 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/Winfile.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@
<ClInclude Include="wnetcaps.h" />
</ItemGroup>
<ItemGroup>
<None Include="lang\res_pl-PL.rc" />
<ResourceCompile Include="res.rc">
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">i386=1;STD_CALL;CONDITION_HANDLING=1;NT_UP=1;NT_INST=0;_NT1X_=100;WINNT=1;WIN32_LEAN_AND_MEAN=1;DBG=1;DEVL=1;FPO=0;_IDWBUILD;RDRDBG;SRVDBG;NDEBUG;_X86_;_M_IX86;WIN32;_WIN32;_DEBUG;_WINDOWS;LFN;STRICT;FASTMOVE;LFNCLIPBOARD;W3;UNICODE;_UNICODE;USELASTDOT;MEMDOUBLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<Culture Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">0x0409</Culture>
Expand All @@ -246,9 +247,11 @@
<None Include="lang\res_zh-CN.rc" />
<None Include="lang\res_ja-JP.rc" />
<None Include="lang\suggest_en-US.db" />
<None Include="lang\suggest_pl-PL.db" />
<None Include="lang\suggest_zh-CN.db" />
<None Include="lang\suggest_ja-JP.db" />
<None Include="lang\winfile_en-US.dlg" />
<None Include="lang\winfile_pl-PL.dlg" />
<None Include="lang\winfile_zh-CN.dlg" />
<None Include="lang\winfile_ja-JP.dlg" />
</ItemGroup>
Expand Down
11 changes: 10 additions & 1 deletion src/Winfile.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,19 @@
<None Include="lang\res_ja-JP.rc">
<Filter>lang</Filter>
</None>
<None Include="lang\suggest_pl-PL.db">
<Filter>lang</Filter>
</None>
<None Include="lang\winfile_pl-PL.dlg">
<Filter>lang</Filter>
</None>
<None Include="lang\res_pl-PL.rc">
<Filter>lang</Filter>
</None>
</ItemGroup>
<ItemGroup>
<Filter Include="lang">
<UniqueIdentifier>{a74d83f3-58ec-46d3-bb3d-fadca6ac5743}</UniqueIdentifier>
</Filter>
</ItemGroup>
</Project>
</Project>
Loading

0 comments on commit 9286654

Please sign in to comment.