Author: hbelusca
Date: Sun Feb  2 14:01:21 2014
New Revision: 61920

URL: http://svn.reactos.org/svn/reactos?rev=61920&view=rev
Log:
[NTVDM]: German translation by Robert Naumann, thanks!
CORE-7250

Added:
    branches/ntvdm/subsystems/ntvdm/lang/de-DE.rc   (with props)
Modified:
    branches/ntvdm/subsystems/ntvdm/ntvdm.rc

Added: branches/ntvdm/subsystems/ntvdm/lang/de-DE.rc
URL: 
http://svn.reactos.org/svn/reactos/branches/ntvdm/subsystems/ntvdm/lang/de-DE.rc?rev=61920
==============================================================================
--- branches/ntvdm/subsystems/ntvdm/lang/de-DE.rc       (added)
+++ branches/ntvdm/subsystems/ntvdm/lang/de-DE.rc       [iso-8859-1] Sun Feb  2 
14:01:21 2014
@@ -0,0 +1,13 @@
+LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
+
+STRINGTABLE
+BEGIN
+    IDS_HIDE_MOUSE, "Mauszeiger &verstecken"
+    IDS_SHOW_MOUSE, "Mauszeiger &anzeigen"
+    IDS_VDM_MENU  , "&ReactOS VDM"
+END
+
+STRINGTABLE
+BEGIN
+    IDS_VDM_QUIT,   "ReactOS VDM b&eenden"
+END

Propchange: branches/ntvdm/subsystems/ntvdm/lang/de-DE.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?rev=61920&r1=61919&r2=61920&view=diff
==============================================================================
--- branches/ntvdm/subsystems/ntvdm/ntvdm.rc    [iso-8859-1] (original)
+++ branches/ntvdm/subsystems/ntvdm/ntvdm.rc    [iso-8859-1] Sun Feb  2 
14:01:21 2014
@@ -19,6 +19,9 @@
 #ifdef LANGUAGE_CS_CZ
     #include "lang/cs-CZ.rc"
 #endif
+#ifdef LANGUAGE_DE_DE
+    #include "lang/de-DE.rc"
+#endif
 #ifdef LANGUAGE_EN_US
     #include "lang/en-US.rc"
 #endif


Reply via email to