mirror of
https://github.com/reactos/reactos.git
synced 2024-11-19 13:33:42 +00:00
19 lines
1,003 B
Text
19 lines
1,003 B
Text
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
|
|
|
|
STRINGTABLE
|
|
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
|