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
18 lines
638 B
Plaintext
18 lines
638 B
Plaintext
#include "resource.h"
|
|
/*
|
|
* PROJECT: ReactOS Virtual DOS Machine
|
|
* LICENSE: GPL - See COPYING in the top level directory
|
|
* FILE: subsystems/ntvdm/it-IT.rc
|
|
* PURPOSE: Italian Translation of subsystems/ntvdm/en-US.rc
|
|
* PROGRAMMERS: Copyright (C) 2005 Magnus Olsen
|
|
* Copyright (C) 2007 Daniele Forsi (dforsi at gmail.com) Italian Translation
|
|
*/
|
|
|
|
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
|
|
STRING_WelcomeMsg, "Supporto di ReactOS per la macchina virtuale DOS.\n"
|
|
STRING_PromptMsg, "Digitare r<invio> per avviare, s<invio> per arrestare o q<invio> per abbandonare ora."
|
|
END
|