mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[NTVDM]: Polish translation by Radek Liska, thanks!
CORE-7835 #resolve CORE-7250 svn path=/branches/ntvdm/; revision=61916
This commit is contained in:
parent
b429303250
commit
97eee1dd69
2 changed files with 18 additions and 0 deletions
15
subsystems/ntvdm/lang/pl-PL.rc
Normal file
15
subsystems/ntvdm/lang/pl-PL.rc
Normal file
|
@ -0,0 +1,15 @@
|
|||
// Created by wojo664 - Saved in UTF-8 encoding
|
||||
|
||||
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_HIDE_MOUSE, "&Ukryj Wskaźnik Myszki"
|
||||
IDS_SHOW_MOUSE, "&Pokaż Wskaźnik Myszki"
|
||||
IDS_VDM_MENU , "ReactOS &VDM"
|
||||
END
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_VDM_QUIT, "&Wyjdź z ReactOS VDM"
|
||||
END
|
|
@ -28,3 +28,6 @@ IDI_APPICON ICON "res/ntvdm.ico"
|
|||
#ifdef LANGUAGE_IT_IT
|
||||
#include "lang/it-IT.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_PL_PL
|
||||
#include "lang/pl-PL.rc"
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue