mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
Japanese translation by tsk email [email protected]
svn path=/trunk/; revision=18479
This commit is contained in:
@@ -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 "De.rc"
|
||||
#include "Ja.rc"
|
||||
|
||||
Reference in New Issue
Block a user