mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 22:00:55 +00:00
9ea495ba33
svn path=/branches/header-work/; revision=45691
15 lines
446 B
Text
15 lines
446 B
Text
#include "resource.h"
|
|
/*
|
|
* Hungarian resource file for ntvdm
|
|
* Moved all hardcoded strings to En.rc.
|
|
* By Magnus Olsen 2005
|
|
* Translation by Robert Horvath 2005 - talley at cubeclub.hu
|
|
*/
|
|
|
|
LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
|
|
STRING_WelcomeMsg, "ReactOS Virtuális DOS Gép támogatás.\n"
|
|
STRING_PromptMsg, "Futtatáshoz nyomd meg a r<cr>, leállításhoz a s<cr> vagy kilépéshez a q<cr> gombot."
|
|
END
|