2007-07-09 17:14:36 +00:00
|
|
|
#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
|
2008-01-17 14:01:53 +00:00
|
|
|
BEGIN
|
2007-07-09 17:14:36 +00:00
|
|
|
|
|
|
|
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."
|
2008-01-17 14:01:53 +00:00
|
|
|
END
|