mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
Japanese translation by tsk email tsk_n@mail.goo.ne.jp
svn path=/trunk/; revision=18479
This commit is contained in:
parent
f961f704ac
commit
45e5519258
2 changed files with 14 additions and 0 deletions
13
reactos/subsys/ntvdm/Ja.rc
Normal file
13
reactos/subsys/ntvdm/Ja.rc
Normal file
|
@ -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, "起動するには r<cr> を、シャットダウンするには s<cr> を、今すぐ終了させるには q<cr> を入力してください。"
|
||||||
|
}
|
|
@ -8,3 +8,4 @@
|
||||||
|
|
||||||
#include "En.rc"
|
#include "En.rc"
|
||||||
#include "De.rc"
|
#include "De.rc"
|
||||||
|
#include "Ja.rc"
|
||||||
|
|
Loading…
Reference in a new issue