Author: hbelusca
Date: Sun Feb 2 00:43:52 2014
New Revision: 61917
URL:
http://svn.reactos.org/svn/reactos?rev=61917&view=rev
Log:
[NTVDM]
- Sorry !!!!!! The previous translation (Polish, revision 61916 ) was by Wojtek Kozlowski
aka. wojo664!! Sorry for having mistaken you with Radek Liska!
- Czesh translation by Radek Liska :D, thanks!
CORE-7250
Added:
branches/ntvdm/subsystems/ntvdm/lang/cs-CZ.rc (with props)
Modified:
branches/ntvdm/subsystems/ntvdm/ntvdm.rc
Added: branches/ntvdm/subsystems/ntvdm/lang/cs-CZ.rc
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/subsystems/ntvdm/lang/cs-…
==============================================================================
--- branches/ntvdm/subsystems/ntvdm/lang/cs-CZ.rc (added)
+++ branches/ntvdm/subsystems/ntvdm/lang/cs-CZ.rc [iso-8859-1] Sun Feb 2 00:43:52 2014
@@ -0,0 +1,19 @@
+/*
+ * FILE: subsystems/ntvdm/lang/cs-CZ.rc
+ * TRANSLATOR: Radek Liska aka Black_Fox (radekliska at gmail dot com)
+ * UPDATED: 2014-02-01
+ */
+
+LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
+
+STRINGTABLE
+BEGIN
+ IDS_HIDE_MOUSE, "&Skrýt ukazatel myši"
+ IDS_SHOW_MOUSE, "&Zobrazit ukazatel myši"
+ IDS_VDM_MENU , "ReactOS &VDM"
+END
+
+STRINGTABLE
+BEGIN
+ IDS_VDM_QUIT, "&UkonÄit ReactOS VDM"
+END
Propchange: branches/ntvdm/subsystems/ntvdm/lang/cs-CZ.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:43:52 2014
@@ -16,6 +16,9 @@
/* UTF-8 */
#pragma code_page(65001)
+#ifdef LANGUAGE_CS_CZ
+ #include "lang/cs-CZ.rc"
+#endif
#ifdef LANGUAGE_EN_US
#include "lang/en-US.rc"
#endif