mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
15 lines
397 B
Plaintext
15 lines
397 B
Plaintext
#include "resource.h"
|
|
/*
|
|
* translated by xrogers (http://rogers.cyberdusk.pl/)
|
|
* [email protected]
|
|
* https://sourceforge.net/projects/reactospl
|
|
*/
|
|
|
|
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
|
|
STRING_WelcomeMsg, "Wirtualna maszyna DOS dla ReactOS.\n"
|
|
STRING_PromptMsg, "Wciœnij r<cr> aby uruchomiæ, s<cr> aby wy³¹czyæ lub q<cr>, aby zakoñczyæ."
|
|
END
|