Author: hbelusca
Date: Sun Feb 2 00:34:48 2014
New Revision: 61916
URL:
http://svn.reactos.org/svn/reactos?rev=61916&view=rev
Log:
[NTVDM]: Polish translation by Radek Liska, thanks!
CORE-7835 #resolve
CORE-7250
Added:
branches/ntvdm/subsystems/ntvdm/lang/pl-PL.rc (with props)
Modified:
branches/ntvdm/subsystems/ntvdm/ntvdm.rc
Added: branches/ntvdm/subsystems/ntvdm/lang/pl-PL.rc
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/subsystems/ntvdm/lang/pl-…
==============================================================================
--- branches/ntvdm/subsystems/ntvdm/lang/pl-PL.rc (added)
+++ branches/ntvdm/subsystems/ntvdm/lang/pl-PL.rc [iso-8859-1] Sun Feb 2 00:34:48 2014
@@ -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
Propchange: branches/ntvdm/subsystems/ntvdm/lang/pl-PL.rc
------------------------------------------------------------------------------
svn:eol-style = native
Modified: branches/ntvdm/subsystems/ntvdm/ntvdm.rc
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/subsystems/ntvdm/ntvdm.rc…
==============================================================================
--- branches/ntvdm/subsystems/ntvdm/ntvdm.rc [iso-8859-1] (original)
+++ branches/ntvdm/subsystems/ntvdm/ntvdm.rc [iso-8859-1] Sun Feb 2 00:34:48 2014
@@ -28,3 +28,6 @@
#ifdef LANGUAGE_IT_IT
#include "lang/it-IT.rc"
#endif
+#ifdef LANGUAGE_PL_PL
+ #include "lang/pl-PL.rc"
+#endif