mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 03:27:31 +00:00
6afbc8f483
svn path=/branches/reactos-yarotows/; revision=45219
14 lines
343 B
Plaintext
14 lines
343 B
Plaintext
#include "resource.h"
|
|
/*
|
|
* Moved all hardcoded strings to En.rc.
|
|
* By Magnus Olsen 2005
|
|
*/
|
|
|
|
LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
|
|
STRING_WelcomeMsg, "ReactOS subsistema para suporte DOS de 16 bits.\n"
|
|
STRING_PromptMsg, "Digite r<cr> para executar, s<cr> para desligar ou q<cr> para sair."
|
|
END
|