mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 18:24:02 +00:00
13 lines
319 B
Text
13 lines
319 B
Text
#include "resource.h"
|
|
/* Start move all hard code string to En.rc
|
|
* By Magnus Olsen 2005
|
|
* Hungarian version is Copyright 2005 - Peter Nagy <nagylakas@gmail.com>
|
|
*/
|
|
|
|
LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
|
|
STRING_USERINIT_FAIL, "Az Userinit nem tudja elindítani a rendszert!\n"
|
|
|
|
END
|