Japanese translation by tsk email tsk_n@mail.goo.ne.jp
authorMagnus Olsen <magnus@greatlord.com>
Sat, 15 Oct 2005 12:26:40 +0000 (12:26 +0000)
committerMagnus Olsen <magnus@greatlord.com>
Sat, 15 Oct 2005 12:26:40 +0000 (12:26 +0000)
svn path=/trunk/; revision=18479

reactos/subsys/ntvdm/Ja.rc [new file with mode: 0644]
reactos/subsys/ntvdm/ntvdm.rc

diff --git a/reactos/subsys/ntvdm/Ja.rc b/reactos/subsys/ntvdm/Ja.rc
new file mode 100644 (file)
index 0000000..2ba0c69
--- /dev/null
@@ -0,0 +1,13 @@
+#include "resource.h"
+/*
+ * Moved all hardcoded strings to En.rc.
+ * By Magnus Olsen  2005
+ */
+
+LANGUAGE LANG_JAPANESE, SUBLANG_NEUTRAL
+STRINGTABLE DISCARDABLE
+{
+
+STRING_WelcomeMsg,      "ReactOS Virtual DOS Machine support.\n"
+STRING_PromptMsg,       "\8bN\93®\82·\82é\82É\82Í r<cr> \82ð\81A\83V\83\83\83b\83g\83_\83E\83\93\82·\82é\82É\82Í s<cr> \82ð\81A\8d¡\82·\82®\8fI\97¹\82³\82¹\82é\82É\82Í q<cr> \82ð\93ü\97Í\82µ\82Ä\82­\82¾\82³\82¢\81B"
+}
index 2c8a614..e729666 100644 (file)
@@ -8,3 +8,4 @@
 
 #include "En.rc"
 #include "De.rc"
+#include "Ja.rc"