mirror of
https://github.com/reactos/reactos.git
synced 2025-01-11 16:51:06 +00:00
c424146e2c
svn path=/branches/cmake-bringup/; revision=48236
17 lines
638 B
Text
17 lines
638 B
Text
#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
|