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
32 lines
1.1 KiB
Text
32 lines
1.1 KiB
Text
#include "resource.h"
|
|
/*
|
|
* Moved all hardcoded strings to En.rc.
|
|
* By Magnus Olsen 2005 magnus@itkonsult-olsen.com
|
|
*/
|
|
|
|
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
|
|
IDS_UsageMessage, "%s\n\nUso: regsvr32 [/u] [/s] [/c] [/n] [/i[:cmdline]] nomedll\n\
|
|
/u - Deregistra il server\n\
|
|
/s - Silente; nessun messaggio verrà visualizzato\n\
|
|
/c - Messaggi su Console\n\
|
|
/i - Chiama DllInstall passandogli opzionalmente [cmdline]; se usato con /u chiama dll uninstall\n\
|
|
/n - Non chiama DllRegisterServer; va usata con /i"
|
|
|
|
IDS_NoDllSpecified, "Nessun nome DLL indicato."
|
|
|
|
IDS_InvalidFlag, "Parametro sconosciuto: %s"
|
|
|
|
IDS_SwitchN_NoI, "Parametro errato: /n va usato con /i"
|
|
|
|
IDS_DllNotLoaded, "LoadLibrary('%s') fallita.\nGetLastError restituisce 0x%08x."
|
|
|
|
IDS_MissingEntry, "%s è stato caricato, ma manca %s.\n\n%s potrebbe essere \
|
|
non esportato, oppure si trova in memoria una versione corrotta della versione di %s. Valutate l'uso di PView per individuarla e rimuoverla."
|
|
|
|
IDS_FailureMessage, "%s in %s è fallita.\nIl codice di ritorno è: 0x%08x"
|
|
|
|
IDS_SuccessMessage "%s in %s effettuata."
|
|
END
|