mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
13 lines
239 B
Plaintext
13 lines
239 B
Plaintext
#include "resource.h"
|
|
/* Start move all hard code string to En.rc
|
|
* By Magnus Olsen 2005
|
|
*/
|
|
|
|
LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
|
|
STRING_USERINIT_FAIL, "Userinit はシェルを開始できませんでした!\n"
|
|
|
|
END
|