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

Commit 9286654

Browse files
committed
Use Polish translation from NT4 where applicable.
1 parent 6f86fff commit 9286654

6 files changed

Lines changed: 1555 additions & 1 deletion

File tree

src/Winfile.vcxproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@
226226
<ClInclude Include="wnetcaps.h" />
227227
</ItemGroup>
228228
<ItemGroup>
229+
<None Include="lang\res_pl-PL.rc" />
229230
<ResourceCompile Include="res.rc">
230231
<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>
231232
<Culture Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">0x0409</Culture>
@@ -246,9 +247,11 @@
246247
<None Include="lang\res_zh-CN.rc" />
247248
<None Include="lang\res_ja-JP.rc" />
248249
<None Include="lang\suggest_en-US.db" />
250+
<None Include="lang\suggest_pl-PL.db" />
249251
<None Include="lang\suggest_zh-CN.db" />
250252
<None Include="lang\suggest_ja-JP.db" />
251253
<None Include="lang\winfile_en-US.dlg" />
254+
<None Include="lang\winfile_pl-PL.dlg" />
252255
<None Include="lang\winfile_zh-CN.dlg" />
253256
<None Include="lang\winfile_ja-JP.dlg" />
254257
</ItemGroup>

src/Winfile.vcxproj.filters

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,19 @@
9494
<None Include="lang\res_ja-JP.rc">
9595
<Filter>lang</Filter>
9696
</None>
97+
<None Include="lang\suggest_pl-PL.db">
98+
<Filter>lang</Filter>
99+
</None>
100+
<None Include="lang\winfile_pl-PL.dlg">
101+
<Filter>lang</Filter>
102+
</None>
103+
<None Include="lang\res_pl-PL.rc">
104+
<Filter>lang</Filter>
105+
</None>
97106
</ItemGroup>
98107
<ItemGroup>
99108
<Filter Include="lang">
100109
<UniqueIdentifier>{a74d83f3-58ec-46d3-bb3d-fadca6ac5743}</UniqueIdentifier>
101110
</Filter>
102111
</ItemGroup>
103-
</Project>
112+
</Project>

0 commit comments

Comments
 (0)